@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.title-big {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 700;
  display: inline-block;
}

.subtitle {
  font-size: calc(1.1rem + 0.3vw);
  font-weight: 700;
  margin-bottom: 24px;
  color: #4E4E4E;
}

.title {
  font-size: calc(1.5rem + 0.9vw);
  font-weight: 700;
  color: #4E61A7;
  margin-bottom: 0.75rem;
}

@media (min-width: 1200px) {
  .title-big {
    font-size: 2.5rem;
  }
}
#top-content {
  padding: 3rem 0;
}
#top-content sup {
  top: -1.2em;
  font-size: 1rem;
  margin-left: 0.25rem;
}
#top-content p {
  width: 600px;
  max-width: 100%;
  margin: 2rem 0;
}
#top-content .top-right {
  display: flex;
}
#top-content .top-right img {
  width: 30px;
}
#top-content .top-right .top-rightright {
  margin-top: 3.5rem;
  margin-left: 1rem;
}
#top-content .top-right .top-rightright h5,
#top-content .top-right .top-rightright .h5 {
  margin-bottom: 0;
  font-weight: 700;
  color: #4E4E4E;
}
#top-content .top-right .top-rightright .blocks:nth-child(0) {
  margin-bottom: 0.5rem;
}
#top-content .top-right .top-rightright .blocks:nth-child(1) {
  margin-bottom: 1rem;
}
#top-content .top-right .top-rightright .blocks:nth-child(2) {
  margin-bottom: 2rem;
}
#top-content .top-right .top-rightright .blocks:nth-child(3) {
  margin-bottom: 1.75rem;
}

@media screen and (max-width: 992px) {
  #top-content {
    padding: 1rem 0 3rem 0;
  }
  #top-content sup {
    top: -1rem !important;
  }
  #top-content .blocks:nth-child(2) {
    margin-bottom: 0.75rem !important;
  }
}
@media screen and (max-width: 768px) {
  #top-content sup {
    top: -0.75rem !important;
  }
  #top-content p {
    width: 100%;
  }
  #top-content .blocks:nth-child(2) {
    margin-bottom: 2.5rem !important;
  }
}
@media screen and (max-width: 492px) {
  #top-content .blocks:nth-child(2) {
    margin-bottom: 0.75rem !important;
  }
}
.sec02-top-row {
  display: flex;
  justify-content: space-between;
  margin: 5rem 0 2rem 0;
}
.sec02-top-row .title {
  font-weight: 700;
}
.sec02-top-row .form-select {
  width: auto;
}

.news-block {
  background-color: #fff;
  border: 1px solid #D3D3D3;
  border-radius: 24px;
  padding: 24px;
  margin: 24px 0;
}
.news-block:hover {
  border: 1px solid #D3D3D3;
  background-color: #FEF7EF;
}

.ratio {
  overflow: hidden;
  border-radius: 0.5rem;
}

@media screen and (min-width: 768px) {
  .news-block .col-ratio {
    width: 200px;
    margin: 0 24px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .news-block .col-ratio {
    width: 100%;
    margin: 0px 0px 24px 0px;
  }
}
.flex-row {
  display: flex;
  flex-grow: 1;
  flex-direction: column !important;
  justify-content: space-between;
  height: 100%;
}

.news-select .btn-news {
  background: #fff;
  color: #4E4E4E;
  border-color: #D3D3D3;
  width: 200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-select .btn-news svg {
  margin-bottom: 0.25rem;
  fill: #4E4E4E;
}
.news-select .btn-news:hover, .news-select .btn-news:focus {
  background: #fff;
  color: #4E4E4E;
  background: #fff;
  --bs-btn-active-color: $Neutral-500;
  --bs-btn-active-border-color: #EDEDED;
  --bs-btn-active-bg:$white;
}
.news-select .btn-news:active {
  background: #fff;
  color: #4E4E4E;
  --bs-btn-active-color: $Neutral-500;
}
.news-select .btn-news:active svg {
  fill: #4E4E4E;
}
.news-select .dropdown-menu {
  min-width: 200px;
  --bs-dropdown-link-hover-bg:#EDEDED;
  --bs-dropdown-link-active-bg:$white;
  color: #4E4E4E;
  --bs-dropdown-link-active-color:#752032;
  border: none;
  box-shadow: rgba(146, 146, 146, 0.25) 0px 0px 14px 0px;
  margin-top: 8px !important;
}

.pagination {
  --bs-pagination-color: $Tertiary-blue-250;
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: none;
  --bs-pagination-hover-color: $Tertiary-blue-250;
  --bs-pagination-hover-bg: $Neutral-050;
  --bs-pagination-focus-color: $Tertiary-blue-700;
  --bs-pagination-focus-bg: $Tertiary-blue-000;
  --bs-pagination-focus-box-shadow: none;
  --bs-pagination-active-color: $Tertiary-blue-700;
  --bs-pagination-active-bg: $Tertiary-blue-000;
  --bs-pagination-disabled-color: $Neutral-100;
  --bs-pagination-disabled-bg: $white;
  align-items: baseline;
}
.pagination .page-item {
  margin: 0 0.25rem;
}

.page-link {
  border-radius: 0.75rem;
  width: 40px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .pagination {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .pagination {
    justify-content: center;
  }
}
#detail-top-content {
  padding: 3rem 0;
}
#detail-top-content .breadcrumb img {
  width: 20px;
  margin-right: 5px;
  padding-bottom: 2px;
}
#detail-top-content .detail-title {
  font-weight: 700;
}
#detail-top-content .author {
  color: #707070;
}
#detail-top-content .author p {
  margin-bottom: 0;
}

@media screen and (max-width: 992px) {
  #detail-top-content {
    padding: 1rem 0 3rem 0;
  }
}
#detail-content {
  padding-bottom: 3rem !important;
}
#detail-content .photo {
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
#detail-content .photo img {
  width: 100%;
  height: 100%;
}
#detail-content legend {
  font-size: 0.8rem;
  color: #707070;
  text-align: center;
}
#detail-content .content {
  margin-top: 3rem;
}
#detail-content .content h4,
#detail-content .content .h4 {
  font-weight: 500;
}

.detail-relate {
  margin: 5rem 0 0rem 0;
}
.detail-relate h4 {
  color: #707070;
  margin-bottom: 0rem;
  font-weight: 500;
}/*# sourceMappingURL=news-style.css.map */