@charset "UTF-8";
body {
  max-width: 100vw;
  overflow-x: hidden;
}
body main {
  width: 100%;
  margin: 0 auto;
  max-width: 1512px;
  padding: 40px 0;
}
@media screen and (max-width: 1023px) {
  body main {
    padding: 30px 0 50px;
  }
}
body main section {
  margin: 0 auto;
}
body main .banner,
body main .highlight {
  padding: 0 50px;
}
@media screen and (max-width: 1023px) {
  body main .banner,
  body main .highlight {
    padding: 0 30px;
  }
}
@media screen and (max-width: 599px) {
  body main .banner,
  body main .highlight {
    padding: 0 15px;
  }
}
body main .banner {
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
body main .banner > div {
  width: calc((100% - 24px) / 3);
  aspect-ratio: 463/570;
  flex-shrink: 0;
}
body main .banner div {
  border-radius: 16px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}
body main .banner .left-wrapper,
body main .banner .right-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
body main .banner .left-wrapper > div,
body main .banner .right-wrapper > div {
  aspect-ratio: 463/279;
}
body main .banner .mid-wrapper {
  animation: slide4 3s steps(1) infinite;
  padding: 28px 55px 55px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1511px) {
  body main .banner .mid-wrapper {
    padding: 1.5vw 3vw;
  }
}
body main .banner .mid-wrapper img {
  width: 100%;
}
body main .banner .mid-wrapper a {
  border-radius: 40px;
  border: 1px solid white;
  background: rgb(186, 138, 66);
  transition: 0.3s ease;
  font-family: Helvetica;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 1.25px;
  text-align: center;
  padding: 10px 0;
  width: 100%;
  text-align: center;
  color: white;
}
body main .banner .mid-wrapper a:hover {
  transform: translateY(-5px);
}
body main .banner .left-wrapper > div:first-of-type {
  animation: slide0 3s steps(1) infinite;
}
body main .banner .left-wrapper > div:last-of-type {
  animation: slide1 3s steps(1) infinite;
}
body main .banner .right-wrapper > div:first-of-type {
  animation: slide2 3s steps(1) infinite;
}
body main .banner .right-wrapper > div:last-of-type {
  animation: slide3 3s steps(1) infinite;
}
@media screen and (max-width: 767px) {
  body main .banner {
    flex-direction: column;
    row-gap: 12px;
  }
  body main .banner > div {
    width: 100%;
    aspect-ratio: 375/109;
  }
  body main .banner .mid-wrapper {
    aspect-ratio: 375/462;
  }
  body main .banner .mid-wrapper img {
    width: 80%;
    max-width: 400px;
    margin: 10% auto 0;
    display: block;
  }
  body main .banner .left-wrapper,
  body main .banner .right-wrapper {
    flex-direction: row;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  body main .banner .left-wrapper > div,
  body main .banner .right-wrapper > div {
    width: 100%;
  }
}
body main .gallery {
  position: relative;
  padding: 70px 6vw 22vw;
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  align-items: flex-start;
}
body main .gallery .left-wrapper {
  aspect-ratio: 795/830;
  flex-grow: 1;
  padding-top: 94px;
  position: relative;
  padding-top: 6%;
}
body main .gallery .left-wrapper .bg {
  width: 100%;
  position: relative;
  z-index: -1;
}
body main .gallery .left-wrapper .left {
  position: absolute;
  top: 0;
  left: 7%;
  width: 58%;
}
body main .gallery .left-wrapper .right {
  position: absolute;
  width: 40%;
  bottom: 0;
  right: 10%;
  z-index: 1;
}
body main .gallery .left-wrapper .circle {
  position: absolute;
  bottom: -13%;
  left: 50%;
  z-index: 0;
  width: 33%;
  animation: rotate 10s linear infinite;
  transform-origin: center center;
}
body main .gallery .right-wrapper {
  width: 458px;
  flex-shrink: 0;
}
body main .gallery .right-wrapper > p {
  font-family: Helvetica;
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  color: black;
  line-height: 120%;
  letter-spacing: 1.25px;
}
body main .gallery .right-wrapper > p span {
  color: #15aa93;
}
body main .gallery .right-wrapper > img {
  display: block;
  margin-left: 30%;
  margin-top: 6px;
  margin-bottom: 33px;
}
body main .gallery .right-wrapper .strength {
  width: 100%;
  margin-bottom: 40px;
}
body main .gallery .right-wrapper .strength .title {
  font-family: Helvetica;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  color: #1e1e1e;
  line-height: 120%;
  letter-spacing: 1.25px;
}
body main .gallery .right-wrapper .strength .title span {
  color: rgb(186, 138, 66);
}
body main .gallery .right-wrapper .strength .subtitle {
  font-family: Helvetica;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 1.25px;
  color: #15aa93;
  margin-top: 13px;
}
body main .gallery .right-wrapper .strength > div {
  display: flex;
  align-items: center;
  -moz-column-gap: 28px;
       column-gap: 28px;
}
body main .gallery .right-wrapper .strength > img {
  margin-top: 12px;
  width: 100%;
}
body main .gallery .skyline {
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 101vw;
  z-index: -1;
}
@media screen and (max-width: 1379px) {
  body main .gallery {
    align-items: center;
  }
  body main .gallery .right-wrapper {
    width: 40%;
  }
}
@media screen and (max-width: 1023px) {
  body main .gallery {
    flex-direction: column-reverse;
    padding: 50px 30px 30vw;
  }
  body main .gallery .right-wrapper {
    width: 100% !important;
  }
  body main .gallery .right-wrapper > img {
    margin-left: 17%;
  }
  body main .gallery .left-wrapper {
    width: 80%;
  }
  body main .gallery .circle {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  body main .gallery .bg {
    width: 100vw !important;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
}
body main .grading {
  padding: 30px;
}
body main .grading > img {
  width: 262px;
  display: block;
  margin: 0 auto 30px;
}
body main .grading > div {
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
  justify-content: center;
}
body main .grading > div > div {
  width: calc((100% - 16px) / 2);
  border-radius: 16px;
  background: #fff;
  padding: 30px 40px;
  text-align: center;
}
body main .grading > div > div .title {
  font-family: Helvetica;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 1.25px;
  text-align: center;
  color: #393939;
}
body main .grading > div > div > img {
  display: block;
  margin: 2px auto 22px;
}
body main .grading > div > div > div {
  flex: 1;
  display: flex;
  -moz-column-gap: 24px;
       column-gap: 24px;
  justify-content: space-evenly;
}
body main .grading > div > div > div > div {
  width: calc((100% - 24px) / 2);
  overflow: hidden;
}
body main .grading > div > div > div .figures {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body main .grading > div > div > div .figures img {
  aspect-ratio: 300/101;
  width: 100%;
}
body main .grading > div > div > div .figure {
  flex: 1;
}
body main .grading > div > div > div .figure > img {
  aspect-ratio: 300/494;
  width: 100%;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
}
body main .grading > div > div > div h5 {
  font-family: Helvetica;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 1.25px;
  text-align: center;
  margin: 8px auto 12px;
  color: #393939;
}
body main .grading > div > div > div p {
  font-family: Helvetica;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  color: #393939;
  line-height: 120%;
  letter-spacing: 1.25px;
  text-align: center;
}
body main .grading {
  position: relative;
}
body main .grading::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../../images/thailand/grass.webp");
  background-position: bottom;
  background-size: cover;
  z-index: -1;
  height: 100%;
}
@media screen and (max-width: 1199px) {
  body main .grading {
    margin-top: -5px;
  }
  body main .grading > div {
    flex-direction: column;
    row-gap: 16px;
  }
  body main .grading > div > div {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  body main .grading {
    margin-top: -14px;
  }
  body main .grading > div > div {
    max-width: 450px;
    width: 100%;
  }
  body main .grading > div > div > div {
    flex-direction: column;
  }
  body main .grading > div > div > div > div {
    width: 100%;
    row-gap: 24px;
  }
  body main .grading .left-wrapper .figure {
    margin-top: 24px;
  }
  body main .grading .right-wrapper .figure {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 599px) {
  body main .grading {
    padding: 30px 15px;
  }
}
body main .highlight {
  width: 100%;
  margin: 42px auto 100px;
}
body main .highlight > img {
  width: 297px;
  display: block;
  margin: 0 auto 45px;
  max-width: 80%;
}
body main .highlight .swiper {
  width: 1412px;
}
body main .highlight .swiper .swiper-slide {
  width: auto;
}
body main .highlight .swiper .card-content {
  width: 100%;
  height: 333px;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  position: relative;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  overflow: hidden;
  flex-shrink: 0;
}
body main .highlight .swiper .card-content::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
}
body main .highlight .swiper .card-content .title,
body main .highlight .swiper .card-content .subtitle {
  position: relative;
  z-index: 2;
  margin: 0;
}
body main .highlight .swiper .swiper-button-prev,
body main .highlight .swiper .swiper-button-next {
  width: 33px;
  height: 30px;
  background-position: center;
  background-size: contain;
}
body main .highlight .swiper .swiper-button-prev::after,
body main .highlight .swiper .swiper-button-next::after {
  content: "";
}
body main .highlight .swiper .swiper-button-prev {
  background-image: url("../../images/icon/icon_left.svg");
}
body main .highlight .swiper .swiper-button-next {
  background-image: url("../../images/icon/icon_right.svg");
}
body main .marquee .title {
  margin-bottom: 24px;
  color: #1e1e1e;
  font-family: Abhaya Libre SemiBold;
  font-weight: 600;
  font-style: Regular;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 1.25px;
  text-align: center;
}
body main .marquee > div {
  margin: 10px auto;
}
body main .question-wrapper {
  margin: 42px auto 0;
  width: 100%;
  max-width: 792px;
  padding: 0 30px;
}
@media screen and (max-width: 599px) {
  body main .question-wrapper {
    padding: 0 15px;
  }
}
body main .question-wrapper .title {
  color: #393939;
  margin-bottom: 10px;
  font-family: Helvetica;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0.25px;
  text-align: center;
}
body main .question-wrapper .container {
  width: 100%;
}
body main .question-wrapper .container > div {
  width: 100%;
  padding: 18px 33px;
  background: white;
  border-radius: 12px;
  margin-bottom: 10px;
  transition: 0.3s ease;
  cursor: pointer;
  overflow: hidden;
  border: 1px solid #f5f5f5;
}
@media screen and (max-width: 599px) {
  body main .question-wrapper .container > div {
    padding: 15px;
  }
}
body main .question-wrapper .container > div:last-of-type {
  margin: 0;
}
body main .question-wrapper .container > div .question {
  transition: 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
body main .question-wrapper .container > div .question > div {
  flex-grow: 1;
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
@media screen and (max-width: 599px) {
  body main .question-wrapper .container > div .question {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  body main .question-wrapper .container > div .question span {
    display: none;
  }
}
body main .question-wrapper .container > div .question p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 0.25px;
  color: #393939;
  text-align: left;
}
body main .question-wrapper .container > div .question span {
  transition: 0.3s ease;
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  background: #15aa93;
}
body main .question-wrapper .container > div .question img {
  transition: 0.3s ease;
  flex-shrink: 0;
  width: 20px;
}
body main .question-wrapper .container > div .answer {
  color: #868686 !important;
  margin-left: 34px;
  text-align: left;
  max-height: 0;
  opacity: 0;
  transition: 0.3s ease;
}
body main .question-wrapper .container > div:hover {
  background: #15aa93;
}
body main .question-wrapper .container > div:hover .question span {
  background: white;
}
body main .question-wrapper .container > div:hover .question p {
  color: white;
}
body main .question-wrapper .container > div:hover .question img {
  filter: brightness(0) saturate(100%) invert(91%) sepia(0%) saturate(4853%) hue-rotate(351deg) brightness(115%) contrast(101%);
}
body main .question-wrapper .container > div.act {
  background: white !important;
}
body main .question-wrapper .container > div.act p {
  color: black !important;
}
body main .question-wrapper .container > div.act .answer {
  color: #868686 !important;
  max-height: 5000px;
  padding: 30px 0 15px;
  opacity: 1;
}
body main .question-wrapper .container > div.act .question span {
  background: #15aa93 !important;
}
body main .question-wrapper .container > div.act .question p {
  color: black !important;
}
body main .question-wrapper .container > div.act .question img {
  filter: none !important;
  transform: rotate(45deg);
}

.marquee-wrapper {
  height: 343px;
  width: 100%;
}
.marquee-wrapper .marquee-content {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  width: -moz-max-content;
  width: max-content;
  animation: marquee-scroll 60s linear infinite;
}
.marquee-wrapper .marquee-content.reverse {
  animation: marquee-scroll 60s linear reverse infinite;
}
.marquee-wrapper .marquee-content img {
  height: 343px;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
  border-radius: 16px;
}

@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    /* 關鍵：因為內容是完全重複的兩份，
         移動到 -50% 時，剛好是第一組圖片消失、第二組圖片完美的起始點。
         加上了 max-content 後，-50% 會精準包含間距。
      */
    transform: translateX(calc(-50% - 5px));
  }
}
@keyframes slide0 {
  0% {
    background-image: url("../../images/thailand/banner_0.webp");
  }
  33% {
    background-image: url("../../images/thailand/banner_0.webp");
  }
  66% {
    background-image: url("../../images/thailand/banner_4.webp");
  }
}
@keyframes slide1 {
  0% {
    background-image: url("../../images/thailand/banner_2.webp");
  }
  33% {
    background-image: url("../../images/thailand/banner_4.webp");
  }
  66% {
    background-image: url("../../images/thailand/banner_6.webp");
  }
}
@keyframes slide2 {
  0% {
    background-image: url("../../images/thailand/banner_1.webp");
  }
  33% {
    background-image: url("../../images/thailand/banner_5.webp");
  }
  66% {
    background-image: url("../../images/thailand/banner_7.webp");
  }
}
@keyframes slide3 {
  0% {
    background-image: url("../../images/thailand/banner_3.webp");
  }
  33% {
    background-image: url("../../images/thailand/banner_3.webp");
  }
  66% {
    background-image: url("../../images/thailand/banner_5.webp");
  }
}
@keyframes slide4 {
  0% {
    background-image: url("../../images/thailand/banner0.webp");
  }
  33% {
    background-image: url("../../images/thailand/banner1.webp");
  }
  66% {
    background-image: url("../../images/thailand/banner2.webp");
  }
}
@keyframes rotate {
  0% {
    transform: translateX(-50%) rotate(0);
  }
  100% {
    transform: translateX(-50%) rotate(360deg);
  }
}