* {
  font-family: Roboto, "Noto Sans TC", sans-serif;
  letter-spacing: 0.1em; }

body, html {
  padding: 0px;
  margin: 0px;
  max-width: 100%; }

section {
  max-width: 2000px;
  margin: auto; }

section#main #swiper {
  position: relative; }

section#main .swiper-container {
  overflow: hidden; }

section#main .swiper-pagination {
  left: -25%;
  bottom: 10%; }

section#main .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 1;
  box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.25); }

section#main .swiper-pagination-bullet-active {
  width: 15px;
  height: 15px;
  background-color: #fca033;
  border: solid 3px #fff; }

section#main .swiper-button-prev {
  background-image: url("../../images/public/botton-more-left.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  position: absolute;
  width: 64px;
  height: 64px;
  left: var(--bs-gutter-x, 0.75rem);
  transform: translateX(-50%); }

section#main .swiper-button-next {
  background-image: url("../../images/public/botton-more-right.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  position: absolute;
  width: 64px;
  height: 64px;
  right: -var(--bs-gutter-x, 0.75rem);
  transform: translateX(50%); }

section#main .swiper-button-prev::after, section#main .swiper-button-next::after {
  content: ''; }
  section#main .swiper-button-prev::after img, section#main .swiper-button-next::after img {
    position: relative; }

section#main .swip_area img {
  width: 100%; }

section#main .swip_area .text_area {
  padding: 4rem;
  background-color: rgba(252, 160, 51, 0.22);
  height: 100%;
  max-width: 100%; }
  section#main .swip_area .text_area .tag {
    background-color: #F2317C;
    color: #fff;
    display: inline-block;
    font-family: "Noto Sans TC", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    width: 180px;
    height: 44px;
    border-radius: 30px;
    border: none;
    opacity: 1;
    padding: 6px 0;
    margin-bottom: 1rem;
    text-align: center;
    background-color: #fca033; }
  section#main .swip_area .text_area .date {
    display: inline-block;
    margin-left: 8rem; }
  section#main .swip_area .text_area .title {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 1rem; }
  section#main .swip_area .text_area .title a {
    color: #000000; }

  section#main .swip_area .text_area .content {
    max-width: 30rem; }

section#main .container#bulletin {
  margin-top: 5rem;
  margin-bottom: 5rem; }
  section#main .container#bulletin .news_center {
    margin-top: 2rem;
    padding-left: 10rem;
    padding-right: 10rem; }
    section#main .container#bulletin .news_center a {
      text-decoration: none;
      color: #212529; }
  section#main .container#bulletin .tag {
    background-color: #F2317C;
    color: #fff;
    display: inline-block;
    font-family: "Noto Sans TC", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    width: 180px;
    height: 44px;
    border-radius: 30px;
    border: none;
    opacity: 1;
    padding: 6px 0;
    margin-bottom: 1rem;
    text-align: center;
    background-color: #fca033; }
  section#main .container#bulletin .tag_blue {
    background-color: #11b6d9; }
  section#main .container#bulletin .date {
    color: #fca033;
    margin-left: 1rem; }
  section#main .container#bulletin .date_blue {
    color: #11b6d9; }
  section#main .container#bulletin .article {
    font-weight: normal;
    margin-left: 1rem; }
  section#main .container#bulletin hr {
    border: 1px dashed #fca033;
    margin: 1.8rem 0;
    padding: 0; }

@media screen and (min-width: 768px) and (max-width: 1199px) {
  #bulletin, #swiper {
    max-width: 720px; } }

@media screen and (max-width: 1199px) {
  section#main .swip_area .text_area .content {
    max-width: 100%; }
  section#main .swiper-pagination {
    left: 0;
    bottom: auto;
    top: 50%; }
  section#main .container#bulletin .news_center {
    padding: 0 1rem; } }

@media screen and (max-width: 767px) {
  section#main .swiper-pagination {
    top: 42%; }
  section#main .swip_area .text_area .date {
    margin-left: 0;
    float: right; }
  .pagination {
    flex-wrap: wrap;
    text-align: center; }
    .pagination li:last-child {
      /*width: 100%;*/
		display: none;}
	.pagination li:first-child {
		  /*width: 100%;*/
			display: none;}}

@media screen and (max-width: 575px) {
  #swiper {
    padding: 0; }
  section#main .swiper-pagination {
    top: 64vw; }
  section#main .swiper-button-next, section#main .swiper-button-prev {
    transform: none;
    top: 35vw;
    width: 40px;
    height: 40px; }
  section#main .swip_area .text_area {
    padding: 3rem 2rem; }
  section#main .container#bulletin {
    margin-top: 3rem;
    margin-bottom: 2rem; }
  section#main .container#bulletin .tag, section#main .swip_area .text_area .tag {
    width: 155px;
    height: 39px;
    font-size: 18px;
    font-weight: normal; }
  section#main .container#bulletin .news_center {
    padding: 0; } }

@media screen and (max-width: 420px) {
  .page-link {
    padding-left: 8px;
    padding-right: 8px; } }

@media screen and (max-width: 340px) {
  .page-link {
    padding-left: 5px;
    padding-right: 5px; } }