@charset "UTF-8";
@font-face {
  font-family: "Mulish";
  src: url("../fonts/Mulish-Regular.woff2");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Mulish";
  src: url("../fonts/Mulish-Light.woff2");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Mulish";
  src: url("../fonts/Mulish-Bold.woff2");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Mulish";
  src: url("../fonts/Mulish-Black.woff2");
  font-style: normal;
  font-weight: 900;
}
@font-face {
  font-family: "RemoraCorp";
  src: url("../fonts/RemoraCorp-W3Bold.woff2");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "RemoraCorp";
  src: url("../fonts/RemoraCorp-W3Demi.woff2");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "RemoraCorp";
  src: url("../fonts/RemoraCorp-W3Medium.woff2");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "RemoraCorp";
  src: url("../fonts/RemoraCorp-W3Light.woff2");
  font-style: normal;
  font-weight: 300;
}
.page-banner:after {
  display: none;
}

.details-box {
  position: relative;
  margin-top: 16px;
  border-top: 1px solid #D7ECAE;
  padding-top: 16px;
  padding-bottom: 12px;
  line-height: 1.5;
}
.details-box:after {
  content: "";
  width: calc(100% - 203px);
  height: 1px;
  background-color: #D7ECAE;
  position: absolute;
  bottom: 0;
  left: 0;
}
.details-box .btn-continue {
  position: absolute;
  right: 0;
  bottom: -38px;
  display: inline-flex;
  align-items: center;
  color: #2B571D;
  background-color: transparent;
  font-weight: 600;
  font-size: 1.125em;
  font-family: "RemoraCorp", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  line-height: 1.55;
  letter-spacing: 0.01em;
  padding-left: 20px;
  border: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.details-box .btn-continue:hover {
  color: #2F8E12;
}
.details-box .btn-continue .sign {
  color: #5CB243;
  margin-left: 12px;
}
.details-box .btn-continue .sign img {
  display: block;
  width: 12px;
}
.details-box > * {
  margin-bottom: 24px;
}
.details-box .more-content {
  display: none;
}
.details-box .more-content > * {
  margin-bottom: 24px;
}

.highlight-box {
  background-color: #F9F9F9;
  padding: 12px;
  margin-top: 16px;
}
.highlight-box .subtitle {
  font-weight: 700;
  line-height: 1.5;
  margin-right: 10px;
  color: #2B571D;
}

.profile-row {
  position: relative;
  z-index: 1;
}
.profile-row .row {
  flex-wrap: nowrap;
}
@media screen and (max-width: 575px) {
  .profile-row .row {
    flex-direction: column;
  }
}
.profile-row .row:not(:last-child) {
  margin-bottom: 80px;
}
.profile-row .row:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 575px) {
  .profile-row .row:nth-child(even) {
    flex-direction: column;
  }
}
@media screen and (min-width: 576px) and (max-width: 991px) {
  .profile-row .row:nth-child(even) .col-text {
    padding: 0 24px 0 0;
  }
}
@media screen and (max-width: 575px) {
  .profile-row .row:nth-child(even) .col-text {
    padding: 0;
  }
}
@media screen and (min-width: 992px) {
  .profile-row .row:nth-child(even) .col-text h4, .profile-row .row:nth-child(even) .col-text .position, .profile-row .row:nth-child(even) .col-text .highlight-box {
    text-align: right;
  }
}
.profile-row .col-img {
  width: 27.4%;
  flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  .profile-row .col-img {
    width: 120px;
    max-width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .profile-row .col-img {
    margin-bottom: 20px;
  }
}
.profile-row .col-text {
  flex-grow: 1;
  flex-shrink: 1;
  padding: 40px;
}
@media screen and (min-width: 576px) and (max-width: 991px) {
  .profile-row .col-text {
    padding: 0 0 0 24px;
  }
}
@media screen and (max-width: 575px) {
  .profile-row .col-text {
    padding: 0;
  }
}
.profile-row .col-text h4 {
  font-size: 1.75em;
  color: #1B3C11;
  line-height: 1.55;
  font-weight: 700;
  font-family: "RemoraCorp", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  letter-spacing: 0.01em;
}
.profile-row .col-text .position {
  line-height: 1.5;
  font-size: 1.25em;
  margin-top: 7px;
  margin-bottom: 16px;
}
.profile-row .col-text .highlight-box {
  background-color: #F8FFE9;
  padding: 12px;
  font-weight: 900;
  font-size: 1.25em;
  line-height: 1.6;
  color: #2B571D;
}

.sect-intro {
  overflow: hidden;
  background-color: #ffffff;
  padding-top: 45px;
  padding-bottom: 80px;
  box-shadow: 0px 8px 24px 0px rgba(90, 99, 88, 0.03);
}
@media screen and (max-width: 991px) {
  .sect-intro {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.sect-intro .pattern-bg {
  opacity: 0.3;
  z-index: 0;
}
.sect-intro .pattern-bg .wrap {
  background-repeat: no-repeat;
  background-size: contain;
}
.sect-intro .pattern-bg.deco-bg-intro-1 {
  top: -45px;
  right: -78px;
}
.sect-intro .pattern-bg.deco-bg-intro-1 .wrap {
  width: 281px;
  height: 147px;
  background-image: url("../img/deco/award-detail/triangle-1.svg");
}
.sect-intro .pattern-bg.deco-bg-intro-2 {
  top: -76px;
  right: 165px;
}
.sect-intro .pattern-bg.deco-bg-intro-2 .wrap {
  width: 236px;
  height: 211px;
  background-image: url("../img/deco/award-detail/triangle-2.svg");
}
.sect-intro .pattern-bg.deco-bg-intro-3 {
  top: -3px;
  right: 374px;
}
.sect-intro .pattern-bg.deco-bg-intro-3 .wrap {
  width: 158px;
  height: 245px;
  background-image: url("../img/deco/award-detail/triangle-3.svg");
}
.sect-intro .pattern-bg.deco-bg-intro-4 {
  top: 180px;
  right: 603px;
}
.sect-intro .pattern-bg.deco-bg-intro-4 .wrap {
  width: 333px;
  height: 380px;
  background-image: url("../img/deco/award-detail/triangle-4.svg");
}
.sect-intro .pattern-bg.deco-bg-intro-5 {
  top: 159px;
  right: -60px;
}
.sect-intro .pattern-bg.deco-bg-intro-5 .wrap {
  width: 123px;
  height: 123px;
  background-image: url("../img/deco/award-detail/triangle-5.svg");
}
.sect-intro .pattern-bg.deco-bg-intro-6 {
  top: 290px;
  right: 23px;
}
.sect-intro .pattern-bg.deco-bg-intro-6 .wrap {
  width: 118px;
  height: 59px;
  background-image: url("../img/deco/award-detail/triangle-6.svg");
}
.sect-intro .pattern-bg.deco-bg-intro-7 {
  top: 347px;
  right: 142px;
}
.sect-intro .pattern-bg.deco-bg-intro-7 .wrap {
  width: 98px;
  height: 115px;
  background-image: url("../img/deco/award-detail/triangle-7.svg");
}
.sect-intro .pattern-bg.deco-bg-intro-8 {
  top: 388px;
  right: -122px;
}
.sect-intro .pattern-bg.deco-bg-intro-8 .wrap {
  width: 271px;
  height: 160px;
  background-image: url("../img/deco/award-detail/triangle-8.svg");
}
.sect-intro .pattern-bg.deco-bg-intro-9 {
  top: 610px;
  right: 800px;
}
.sect-intro .pattern-bg.deco-bg-intro-9 .wrap {
  width: 103px;
  height: 90px;
  background-image: url("../img/deco/award-detail/triangle-9.svg");
}
.sect-intro .pattern-bg.deco-bg-intro-10 {
  bottom: 100px;
  right: -98px;
}
.sect-intro .pattern-bg.deco-bg-intro-10 .wrap {
  width: 110px;
  height: 79px;
  background-image: url("../img/deco/award-detail/triangle-10.svg");
}
.sect-intro .pattern-bg.deco-bg-intro-11 {
  bottom: -154px;
  right: -112px;
}
.sect-intro .pattern-bg.deco-bg-intro-11 .wrap {
  width: 178px;
  height: 230px;
  background-image: url("../img/deco/award-detail/triangle-11.svg");
}
.sect-intro .pattern-bg.deco-bg-intro-12 {
  bottom: 3px;
  right: 169px;
}
.sect-intro .pattern-bg.deco-bg-intro-12 .wrap {
  width: 107px;
  height: 139px;
  background-image: url("../img/deco/award-detail/triangle-12.svg");
}
.sect-intro .pattern-bg.deco-bg-intro-13 {
  bottom: 15px;
  right: 41%;
}
.sect-intro .pattern-bg.deco-bg-intro-13 .wrap {
  width: 79px;
  height: 66px;
  background-image: url("../img/deco/award-detail/triangle-13.svg");
}
.sect-intro .pattern-bg.deco-bg-intro-14 {
  bottom: -20px;
  right: 49%;
}
.sect-intro .pattern-bg.deco-bg-intro-14 .wrap {
  width: 76px;
  height: 74px;
  background-image: url("../img/deco/award-detail/triangle-14.svg");
}
.sect-intro .pattern-bg.deco-bg-intro-15 {
  bottom: -70px;
  right: 57%;
}
.sect-intro .pattern-bg.deco-bg-intro-15 .wrap {
  width: 120px;
  height: 132px;
  background-image: url("../img/deco/award-detail/triangle-15.svg");
}
.sect-intro .pattern-bg.deco-bg-intro-16 {
  bottom: -70px;
  left: -18px;
}
.sect-intro .pattern-bg.deco-bg-intro-16 .wrap {
  width: 204px;
  height: 158px;
  background-image: url("../img/deco/award-detail/triangle-16.svg");
}
.sect-intro .sect-head {
  position: relative;
  margin-bottom: 45px;
}
@media screen and (max-width: 991px) {
  .sect-intro .sect-head {
    margin-bottom: 30px;
  }
}
.sect-intro .profile-row {
  background-color: rgba(255, 255, 255, 0.9);
}
.sect-intro .title {
  position: relative;
  font-weight: 700;
  font-size: 2em;
  line-height: 1.5;
  font-family: "RemoraCorp", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  color: #2B571D;
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .sect-intro .title {
    font-size: 1.5em;
    margin-bottom: 30px;
  }
}
.sect-intro .sty-banner {
  position: relative;
}
.sect-intro .sty-banner .wrapper {
  padding: 40px;
}
@media screen and (max-width: 991px) {
  .sect-intro .sty-banner .wrapper {
    padding: 40px 0;
  }
}
.sect-intro .sty-banner .wrapper .caption {
  font-size: 1.75em;
  color: #1B3C11;
  font-weight: 700;
  font-family: "RemoraCorp", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  line-height: 1.5;
  margin-bottom: 9px;
}
.sect-intro .sty-banner .wrapper .desc {
  font-size: 1.25em;
}
.sect-intro .sty-banner .profile-row .col-text {
  padding: 0;
}

.sect-mention {
  position: relative;
  padding-top: 80px;
  padding-bottom: 90px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right 20% top -300px;
  background-image: url("../img/deco/award-detail/pattern-mention-2.svg");
}
@media screen and (max-width: 991px) {
  .sect-mention {
    padding-bottom: 80px;
  }
}
.sect-mention .deco-bg-mention-1, .sect-mention .deco-bg-mention-2, .sect-mention .deco-bg-mention-3 {
  position: absolute;
  z-index: -1;
}
.sect-mention .deco-bg-mention-1 {
  width: 604px;
  height: 705px;
  opacity: 0.6;
  top: -267px;
  left: -210px;
  background-image: url("../img/deco/award-detail/pattern-mention-1.svg");
}
.sect-mention .deco-bg-mention-2 {
  width: 478px;
  height: 526px;
  opacity: 0.6;
  top: -434px;
  right: -40px;
  background-image: url("../img/deco/award-detail/pattern-mention-3.svg");
  z-index: 0;
}
.sect-mention .deco-bg-mention-3 {
  width: 470px;
  height: 553px;
  opacity: 0.6;
  bottom: -294px;
  right: -157px;
  background-image: url("../img/deco/award-detail/pattern-mention-4.svg");
  z-index: 0;
}
.sect-mention h2 {
  margin-bottom: 80px;
}
@media screen and (max-width: 991px) {
  .sect-mention h2 {
    margin-bottom: 30px;
  }
}
.sect-mention .profile-row .col-text .highlight-box {
  background-color: #ffffff;
}

.sect-highlights {
  padding: 80px 0;
  background-color: #F9F9F9;
  background-image: url("../img/deco/pattern-highlight.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .sect-highlights {
    padding: 45px 0;
  }
}
.sect-highlights .sect-head {
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .sect-highlights .sect-head {
    margin-bottom: 30px;
  }
}
.sect-highlights .sect-head .highlight {
  display: inline-block;
}
@media screen and (max-width: 991px) {
  .sect-highlights .row {
    flex-direction: column-reverse;
  }
}
.sect-highlights .col-l {
  width: 32.5%;
  padding-right: 80px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .sect-highlights .col-l {
    width: 50%;
    padding-right: 50px;
  }
}
@media screen and (max-width: 991px) {
  .sect-highlights .col-l {
    width: 100%;
    padding-right: 0;
    margin-top: 20px;
  }
}
.sect-highlights .col-l .btn {
  display: block;
  position: relative;
  color: #2B571D;
  border-bottom: 1px solid #E6E6E6;
  padding: 34px 56px 34px 0;
}
@media screen and (max-width: 991px) {
  .sect-highlights .col-l .btn {
    padding: 20px 56px 20px 0;
  }
}
.sect-highlights .col-l .btn:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 44px;
  display: inline-block;
  width: 10px;
  height: 12px;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #5CB243;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .sect-highlights .col-l .btn:after {
    top: 30px;
  }
}
.sect-highlights .col-l .btn:hover {
  color: #2F8E12;
}
.sect-highlights .col-l .btn:hover:after {
  transform: translateX(5px);
}
.sect-highlights .col-slider {
  width: 67.5%;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .sect-highlights .col-slider {
    width: 50%;
  }
}
@media screen and (max-width: 991px) {
  .sect-highlights .col-slider {
    width: 100%;
  }
}
.sect-highlights .col-slider .slide {
  position: relative;
  aspect-ratio: 886/496;
}
.sect-highlights .col-slider .slide .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.sect-highlights .col-slider .slide .bg:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
.sect-highlights .col-slider .slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.sect-highlights .col-slider .swiper-slide-active .slide .bg:after {
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-name: widthExpand;
}
.sect-highlights .col-slider .swiper-pagination {
  bottom: 8px;
}
.sect-highlights .col-slider .swiper-pagination-bullet {
  width: 48px;
  height: 4px;
  border-radius: 4px;
  opacity: 1;
  background-color: #E6E6E6;
}
.sect-highlights .col-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #5CB243;
}

.sect-discover {
  padding-top: 40px;
  padding-bottom: 120px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .sect-discover {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.sect-discover .sect-head {
  text-align: center;
  margin-bottom: 40px;
}
.sect-discover .sect-head .highlight {
  display: inline-block;
}
.sect-discover .swiper {
  overflow: visible;
}
.sect-discover .swiper-slide {
  font-size: 2em;
  line-height: 1.3;
  font-weight: 500;
  width: 140px !important;
  transition: all 0.3s ease-in-out;
}
.sect-discover .swiper-slide:hover {
  margin: 0 40px !important;
}
.sect-discover .swiper-slide:hover a:hover:before {
  transform: scale(1.3);
}
.sect-discover .swiper-slide a {
  font-family: "RemoraCorp", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 264px;
  width: 100%;
}
.sect-discover .swiper-slide a:before {
  content: "";
  position: absolute;
  height: 200px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  transition: all 0.2s ease-in-out;
}
.sect-discover .swiper-slide a span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sect-discover .swiper-slide a span:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-image: url("../img/icon/chevron-discover.svg");
  background-position: center;
  margin-top: 10px;
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.2s ease-in-out;
}
.sect-discover .swiper-slide a:hover {
  opacity: 1;
}
.sect-discover .swiper-slide a:hover span:after {
  opacity: 1;
  transform: translateX(0);
}
.sect-discover .swiper-slide:nth-child(4n) a:before {
  width: 171px;
  background-image: url("../img/deco/homepage/triangle-blue.svg");
}
.sect-discover .swiper-slide:nth-child(4n+1) a:before {
  width: 172px;
  background-image: url("../img/deco/homepage/triangle-green.svg");
}
.sect-discover .swiper-slide:nth-child(4n+2) a:before {
  width: 196px;
  background-image: url("../img/deco/homepage/triangle-red.svg");
}
.sect-discover .swiper-slide:nth-child(4n+3) a:before {
  width: 153px;
  left: -22px;
  background-image: url("../img/deco/homepage/triangle-yellow.svg");
}
.sect-discover .swiper-navigation {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  gap: 0 40px;
}
.sect-discover .swiper-navigation .swiper-pagination {
  position: relative;
}
.sect-discover .swiper-pagination {
  position: relative;
  bottom: auto;
  top: auto;
}
.sect-discover #lottie-bird {
  position: absolute;
  left: -18px;
  top: -54px;
  z-index: 11;
  width: 64px;
  height: 48px;
  transform: scaleX(-1);
}
.sect-discover .swiper-button-prev, .sect-discover .swiper-button-next {
  position: relative;
}
.sect-discover .swiper-button-lock {
  display: none;
}

.pattern-bg.deco-bg-discover-1 {
  width: 447px;
  height: 476px;
  top: -165px;
  left: -250px;
  background-image: url("../img/deco/award-detail/pattern-discover-1.png");
}
@media screen and (max-width: 991px) {
  .pattern-bg.deco-bg-discover-1 {
    display: none;
  }
}
.pattern-bg.deco-bg-discover-2 {
  width: 2794px;
  height: 2972px;
  top: -1410px;
  right: -1922px;
  background-image: url("../img/deco/award-detail/pattern-discover-2.png");
}
@media screen and (max-width: 991px) {
  .pattern-bg.deco-bg-discover-2 {
    display: none;
  }
}

@keyframes widthExpand {
  from {
    width: 100%;
  }
  to {
    width: 0;
  }
}/*# sourceMappingURL=award-details.css.map */