<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: "sfthonburi-bold";
  src: url("../fonts/SFThonburi-Bold.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "sfthonburi-reg";
  src: url("../fonts/SFThonburi-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "sfthonburi-semi";
  src: url("../fonts/SFThonburi-Semibold.ttf");
  font-weight: normal;
  font-style: normal;
}

.text-kurious{
  font-family:"kurious" !important;
}
.text-kuriouslooped{
  font-family:"kurious-looped" !important;
}

/*========== THEME - START ==========*/
.section {
  overflow: hidden;
}
.section .sc-headline {
  margin-bottom: 20px;
}
.section .sc-headline.no-bt {
  margin-bottom: 0;
}
.section .sc-heading {
  margin-bottom: 20px;
}
.section .sc-heading.no-bt {
  margin-bottom: 0;
}
.section .sc-heading.h1 {
  font-size: 45px;
  line-height: 0.9;
  text-transform: capitalize;
}
.section .sc-heading.h1 small {
  font-size: 30px;
}
.section .sc-headline img {
  margin: auto;
}
.hidden {
  display: none !important;
}
span.br {
  display: block !important;
}
.hidden-desktop {
  display: none !important;
}
.bg-white {
  background-color: #ffffff !important;
}
.bg-gray {
  background-color: #f3f3f3 !important;
}
.c-white {
  color: #ffffff !important;
}
.c-orange {
  color: #f29971 !important;
}
.c-gold {
  color: #c59c6c !important;
}
.border-width-0 {
  border-width: 0 !important;
}
.footer {
  z-index: 9;
}
.head-title-banner span {
  display: block;
  font-size: 70%;
}
.action.btn-faq-inner {
  position: relative;
  padding-top: 60px;
}
.action-apply-line .btn-link {
  font-family: "itc_giovannibold", "cmprasanmitbold";
  font-size: 22px;
  line-height: 1.2;
  color: #5f182a;
}
.bg-content {
  background-image: url(../img/bg-content.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.border-line {
  position: absolute;
  bottom: -10px;
  width: 100%;
  text-align: center;
}
.border-line img {
  width: 50%;
}

.icw .btn-outline-white {
  color: #fff;
  background: none;
  border: 1px solid #ffffff;
  border-radius: 30px;
}
.bg-navbar-phone {
  background-color: #601b2b;
  background: url(../img/navbar-phone.svg), radial-gradient(#601b2b, #3c0e1b);
  /* background-image: url(../img/bg-navbar-phone.jpg); */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 400px cover;
  box-shadow: 0px -6px 6px rgba(0, 0, 0, 0.15);
  /* box-shadow: 0px 0px 30px #000000; */
}
.navbar-phone {
  /* position: fixed; */
  height: auto;
  line-height: 58px;
  width: 100%;
  bottom: 0;
  z-index: 99;
}
.navbar-phone.fixed {
  position: relative;
}
.navbar-phone .navbar-phone-content .item {
  display: inline-block;
  margin: 0 0 0 20px;
  font-family: "itc_giovannibook";
}
.navbar-phone .navbar-phone-content .item img {
  width: 30px;
}
.bg-pattern-navbar {
  position: absolute;
  z-index: 1;
}
.bg-pattern-navbar.pattern-left {
  width: 245px;
  top: -2px;
  left: 0;
}
.bg-pattern-navbar.pattern-right {
  width: 145px;
  top: 0;
  right: 0;
}
.wrap-item {
  display: inline-block;
}
.logo-kbank-live {
  width: 115px;
  display: block;
  padding: 15px 0;
  margin: auto;
}
/* remark and note */
.note-text {
  font-family: "sfthonburi-reg", sans-serif;
  font-size: 12px;
}
/* end remark */
/* btn read more */
.read-more-btn {
  width: 100%;
  height: 50px;
  max-width: 277px;
  font-size: 22px;
  line-height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-family: "itc_giovannibook", "cmprasanmitbold";

  border-radius: 10px;
  background: linear-gradient(#651e2f, #651e2f) padding-box,
    linear-gradient(45deg, #f7a584 0%, #ffebe8 30%, #f8b298 75%, #f48c7d 100%) border-box;
  border: 2px solid transparent;

  border-radius: 100px;
  margin-top: 40px;
}

.read-more-btn .icon {
  margin-top: 4px;
}

.icon-footer{
max-width: 104px!important;
padding-bottom: 3px;
}
/* end btn read more  */

/*========== Accordion - START ==========*/
.accordion {
  position: relative;
  border-bottom: 1px solid #cecece;
}
.accordion:not(:last-child) {
  margin-bottom: 10px;
}
.accordion-title {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  padding: 20px 25px 20px 0;
  word-wrap: break-word;
  cursor: pointer;
  font-family: "itc_giovannibook", "cmprasanmitbold";
}
.accordion-title span {
  font-size: 80%;
}
.accordion-title:after {
  font-family: "iconfont";
  content: "\e901";
  font-size: 14px;
  line-height: 1;
  color: #ffffff;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.accordion-title.active:after {
  content: "\e902";
}
.accordion-content .wrap {
  padding: 0 25px 20px 0;
  color: #fafafa;
  font-size: 15px;
}
.accordion-content .wrap p {
  padding-bottom: 20px;
}
.accordion-content .wrap p:last-child {
  padding-bottom: 0;
}
.accordion-content .wrap ul {
  margin-left: 20px;
  margin-top: 15px;
}
.accordion-content .wrap ul li {
  list-style-type: disc;
  margin-bottom: 8px;
}

.header-desktop .main-menu {
  margin-bottom: 0;
}

/*========== STAY TUNED SLICK - START ==========*/
.stay-tuned-slider.slick-slider .slick-slide {
  outline: 0;
}
.stay-tuned-slider.slick-slider .slick-prev,
.stay-tuned-slider.slick-slider .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  z-index: 99;
  top: 35%;
  display: block;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.stay-tuned-slider.slick-slider .slick-prev:hover,
.stay-tuned-slider.slick-slider .slick-prev:focus,
.stay-tuned-slider.slick-slider .slick-next:hover,
.stay-tuned-slider.slick-slider .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.stay-tuned-slider.slick-slider .slick-prev:hover:before,
.stay-tuned-slider.slick-slider .slick-prev:focus:before,
.stay-tuned-slider.slick-slider .slick-next:hover:before,
.stay-tuned-slider.slick-slider .slick-next:focus:before {
  opacity: 1;
}
.stay-tuned-slider.slick-slider .slick-prev.slick-disabled:before,
.stay-tuned-slider.slick-slider .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.stay-tuned-slider.slick-slider .slick-prev:before,
.stay-tuned-slider.slick-slider .slick-next:before {
  font-family: "iconfont";
  font-size: 30px;
  line-height: 1;
  color: #ffffff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.stay-tuned-slider.slick-slider .slick-prev {
  right: 24%;
  transform: rotate(90deg);
  top: 31%;
  left: unset;
}
.stay-tuned-slider.slick-slider .slick-prev:before {
  content: "\e903";
}
.stay-tuned-slider.slick-slider .slick-next {
  left: unset !important;
  right: 24%;
  transform: rotate(90deg);
  top: 65%;
}
.stay-tuned-slider.slick-slider .slick-next:before {
  content: "\e904";
}
.stay-tuned-slider.slick-dotted.slick-slider {
  margin-bottom: unset;
}
.stay-tuned-slider.slick-slider .slick-dots {
  position: absolute;
  left: 0;
  bottom: 50%;
  display: block;
  width: auto;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 0;
}
.stay-tuned-slider.slick-slider .slick-dots li {
  position: relative;
  display: block;
  margin: 10px 5px;
  padding: 0;
  cursor: pointer;
}
.stay-tuned-slider.slick-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.stay-tuned-slider.slick-slider .slick-dots li button:hover,
.stay-tuned-slider.slick-slider .slick-dots li button:focus {
  outline: none;
}
.stay-tuned-slider.slick-slider .slick-dots li button:hover:before,
.stay-tuned-slider.slick-slider .slick-dots li button:focus:before {
  opacity: 1;
}
.stay-tuned-slider.slick-slider .slick-dots li button:before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  text-align: center;
  background-color: transparent;
  background-color: #cecece;
  border: 1px solid #cecece;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.stay-tuned-slider.slick-slider .slick-dots li.slick-active button:before {
  background-color: #f29971 !important;
  border-color: #f29971 !important;
  opacity: 1 !important;
}

/*========== HERO - START ==========*/
.highlight {
  position: relative;
}
.highlight .highlight-bg img {
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
}
.highlight .highlight-content {
  position: absolute;
  width: 60%;
  top: 50%;
  transform: translate(0, -50%);
}
.highlight .highlight-content img {
  width: 188px;
}
.highlight .highlight-content .heading {
  color: #f29971;
  margin: 50px 0 30px;
}
.highlight .highlight-content .desc {
  font-size: 18px;
  color: #ffffff;
}
.highlight .scroll-arrow {
  position: absolute;
  width: 100%;
  font-size: 25px;
  color: #ffffff;
  text-align: center;
  bottom: 15px;
}

/*========== CONNECT LINE - START ==========*/
.section-connect-line {
  text-align: center;
}
.qrcode-line {
  padding-top: 30px;
}
.qrcode-line img {
  width: 160px;
}
.section-connect-line-m {
  background-image: url(../../wisdom-link/img/bg-connect-line-m.jpg);
  background-size: cover;
  /* background-position: center left; */
  background-position: bottom;
}
.section-connect-line-m .logo-line img {
  width: 40px;
  border-radius: 13px;
}
.connect-line-pattern {
  position: absolute;
  width: 600px;
  bottom: 0;
  right: 80px;
}

/*========== STAY TUNED - START ==========*/
.list-key-features {
  margin: auto;
  padding: 0 125px;
  width: 100%;
}
.list-key-features .text-note {
  font-size: 13px;
}
.list-key-features .text-note.add-top {
  padding-top: 15px;
}
.list-key-features ul {
  padding: 0;
  margin-left: 20px;
}
.list-key-features ul li {
  list-style: disc;
}
.screen-stay-tuned {
  position: relative;
  width: 370px;
  margin: auto;
}
.screen-stay-tuned img {
  width: 100%;
  margin: auto;
}
.screen-stay-tuned img.popup-screen-stay-tuned {
  position: absolute;
  top: 0;
  width: 100%;
}
.stay-tuned-inner {
  width: 100%;
  display: table !important;
  padding: 90px 0;
}
.section-stay-tuned
  .bg-content
  .stay-tuned-slider
  .stay-tuned-inner
  .stay-tuned-box
  .screen-stay-tuned
  .popup-screen-stay-tuned {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

/* Active */
.section-stay-tuned
  .bg-content
  .stay-tuned-slider
  .stay-tuned-inner.slick-active
  .stay-tuned-box
  .screen-stay-tuned
  .popup-screen-stay-tuned {
  -webkit-animation-name: zoomInSmall;
  animation-name: zoomInSmall;
}
.stay-tuned-pattern {
  position: absolute;
}
.stay-tuned-pattern.pattern-right {
  width: 250px;
  right: 0;
}
.stay-tuned-pattern.pattern-left {
  width: 200px;
  left: 0;
  bottom: 0;
}

/*========== HOW IT WORKS - START ==========*/
.how-it-works-list {
  font-family: "itc_giovannibook", "cmprasanmitbold";
  width: 100%;
  display: table;
  padding: 50px 178px 0 178px;
}
.works-logo {
  width: 84px;
  display: table-cell;
  vertical-align: top;
}
.works-detail {
  display: table-cell;
  padding-left: 30px;
}
.works-detail .sc-heading {
  font-size: 30px;
  padding-bottom: 15px;
  margin-bottom: 0;
}
.works-detail .sc-heading span {
  display: block;
  font-size: 90%;
}
.works-detail .sc-heading img {
  width: 50px;
}
.works-detail .action {
  padding-top: 20px;
}
.how-works-pattern {
  position: absolute;
}
.how-works-pattern.pattern-top {
  width: 600px;
  right: 80px;
  top: 0;
}
.how-works-pattern.pattern-left {
  width: 200px;
  left: 0;
  top: 390px;
}
.how-works-pattern.pattern-bottom {
  width: 290px;
  right: 0;
  bottom: -135px;
  z-index: 2;
}

/*========== FAQ - START ==========*/
.faq-pattern {
  position: absolute;
  width: 345px;
  bottom: 0;
  right: 415px;
}
.table-faq-inner {
  width: auto !important;
}
.table-faq-inner tbody tr td {
  padding: 10px;
  border: 1px solid #ffffff;
}

/*========== BOOK REDEEM - START ==========*/
.bg-book-gray {
  background-color: #f3f3f3;
}
.bg-pattern {
  position: absolute;
  z-index: -1;
}
.bg-pattern.pattern-top {
  width: 60%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.bg-pattern.pattern-left {
  width: 50%;
  top: 100px;
  left: -40px;
}
.bg-pattern.pattern-right {
  width: 45%;
  bottom: 100px;
  right: -40px;
}
.highlight-book {
  position: relative;
}
.highlight-book .highlight-bg img {
  max-width: 100%;
  vertical-align: middle;
}
.highlight-book .highlight-content {
  background-image: url(../img/hero.png);
}
.highlight-book .highlight-content .container {
  position: relative;
  height: 100%;
}
.highlight-book .highlight-content .vertical-center {
  display: table;
  width: 100%;
  height: 100%;
}
.highlight-book .highlight-content .vertical-center .content-vertical-center {
  display: table-cell;
  vertical-align: middle;
}
.highlight-book .highlight-content .desc {
  font-size: 16px;
}
.box-inner {
  padding: 80px 0;
}
.box-list {
  position: relative;
  display: block;
  text-align: center;
  padding: 0 75px;
}
.box-list .item {
  width: calc(22% - 5px);
  display: inline-block;
  vertical-align: top;
  margin: auto;
}
.box-list .item img.screen-mobile {
  width: 220px;
  margin: auto;
  padding: 0 15px;
  margin-top: 16px;
}
.box-list .number {
  font-family: "itc_giovannibook", "cmprasanmitbold";
  font-size: 14px;
  line-height: 31px;
  text-align: center;
  color: #f3f3f3;
  background-color: #5f182a;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #5f182a;
  margin: 20px auto 23px;
}
.arrow-book-up {
  font-size: 30px;
  box-sizing: border-box;
  line-height: 1.2;
  padding-bottom: 15px;
  margin: 0;
  display: none;
}
.arrow-book-down {
  font-size: 30px;
  box-sizing: border-box;
  line-height: 1.2;
  padding-top: 15px;
  margin: 0;
  display: none;
}
.key-features {
  width: 100%;
  display: inline-block;
  margin: 50px 0;
}
.key-features .key-feature {
  width: 16.666666%;
  float: left;
  padding: 0 30px;
  text-align: center;
  position: relative;
}
.key-features .key-feature.active:after {
  content: "";
  position: absolute;
  bottom: -58px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 14px 10px;
  border-color: transparent transparent #641d2e transparent;
}
.key-features .key-feature .image-new {
  margin-bottom: 20px;
}
.key-features .key-feature .heading {
  font-size: 18px;
  color: #641d2e;
}
.key-features-detail {
  background-color: #fff;
  padding: 30px 0;
  border-top: 3px solid #641d2e;
}
.key-features-detail .key-features-detail-lists {
  max-width: 400px;
  margin: auto;
  height: 0;
  overflow: hidden;
  transition: height 0.4s linear;
}
.key-features-detail .key-features-detail-lists.more-width-s {
  max-width: 600px;
}
.key-features-detail .key-features-detail-lists.show-list {
  height: auto;
}
.key-features-detail .key-features-detail-lists.more-width {
  max-width: 1070px;
}
.key-features-detail .key-features-detail-lists .key-features-detail-list .list {
  margin-left: 20px;
}
.key-features-detail .key-features-detail-lists .key-features-detail-list .list li {
  font-size: 18px;
  color: #641d2e;
  font-family: "itc_giovannibook", "cmprasanmitbold";
  list-style-type: disc;
  margin-bottom: 10px;
}
.key-features-detail .key-features-detail-lists .key-features-detail-list .list li span {
  font-family: Helvetica, Arial, sans-serif;
}
.table-overflow {
  overflow-x: auto;
  margin-bottom: 40px;
  position: relative;
}
.table-key-features {
  width: 100%;
  border-top: 3px solid transparent !important;
}
.table-key-features tr:nth-child(even) {
  background: #f9f9f9;
}
.table-key-features tr:nth-child(odd) {
  background: rgba(68, 17, 29, 0.17);
}
.table-key-features td {
  vertical-align: middle;
  color: #641d2e;
  border: 2px solid #fff !important;
}
.table-key-features td ul li {
  list-style-type: disc;
  margin-left: 20px;
}
.table-key-features td span {
  font-family: "itc_giovannibook", "cmprasanmitbold";
}
.visible-mobile {
  display: none !important;
}

/*==========  MIN WIDTH - START ==========*/
@media screen and (min-width: 768px) {
  span.br-desktop {
    display: block;
  }
  .head-stay-tuned {
    background-image: url(../img/bg-head-stay-tuned.jpg);
    padding-top: 50px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .stay-tuned-box {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
  }
  .wrap-item .item {
    width: calc(41% - 5px) !important;
  }
  .wrap-item.four-items .item {
    width: calc(23% - 5px) !important;
  }
  .table-key-features td {
    white-space: nowrap;
  }
}
@media screen and (min-width: 1025px) {
  .ct-br-bf-ip {
    display: block;
  }
}

/*==========  MAX WIDTH - START ==========*/
@media screen and (max-width: 1199px) {
  .key-features-detail .key-features-detail-lists .key-features-detail-list {
    padding: 0 20px;
  }
}

@media screen and (max-width: 991px) {
  .stay-tuned-slider.slick-slider .slick-next {
    top: 20%;
  }
  .stay-tuned-slider.slick-slider .slick-prev {
    left: unset !important;
    right: 25%;
    transform: rotate(-90deg);
    bottom: 20%;
  }
  .how-it-works-list {
    padding: 50px 0 0;
  }
  .key-features .key-feature {
    padding: 0 15px;
  }
  .key-features .key-feature .heading {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  span.br-device {
    display: block;
  }
  .ct-br-mobile {
    display: block;
  }
  .hidden-desktop {
    display: block !important;
  }
  .hidden-device {
    display: none !important;
  }
  .hidden-mobile {
    display: none !important;
  }
  .visible-mobile {
    display: block !important;
  }
  .section-stay-tuned {
    padding-top: 50px;
  }
  .highlight .highlight-content {
    width: 100%;
    text-align: center;
    padding: 0 33px;
    top: 0;
    left: 0;
    transform: unset;
  }
  .container {
    padding: 0 20px;
  }
  .highlight .highlight-content img {
    width: 100px;
    margin: auto;
  }
  .highlight .highlight-content .heading {
    margin: 15px 0;
  }
  .highlight .highlight-content .desc {
    font-size: 16px;
    color: #ffffff;
  }
  .stay-tuned-slider .item img {
    padding: 35px 45px 65px;
  }
  .how-it-works-list {
    display: block;
    padding: 0;
    text-align: center;
    margin-bottom: 50px;
  }
  .how-it-works-list:last-child {
    margin-bottom: 0;
  }
  .section-how-it-works .container {
    padding: 0 20px;
  }
  .works-logo {
    width: 65px;
  }
  .works-detail {
    text-align: left;
    padding-left: 20px;
  }
  .works-detail .sc-heading {
    font-size: 18px;
    padding-bottom: 5px;
  }
  .works-detail .sc-heading img {
    width: 30px;
  }
  .works-detail .action {
    padding-top: 20px;
  }
  .works-detail .action .btn {
    padding: 0;
    min-width: 98px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
  }
  .accordion-title {
    font-size: 15px;
  }
  .accordion-content .wrap {
    font-size: 13px;
    padding: 0 40px 20px 0;
  }
  .stay-tuned-slider.slick-slider .slick-prev {
    left: -25px !important;
    transform: unset !important;
    top: 35%;
    bottom: unset !important;
  }
  .stay-tuned-slider.slick-slider .slick-next {
    right: -25px;
    transform: unset !important;
    top: 35%;
  }
  .stay-tuned-slider.slick-slider .slick-dots li {
    display: inline-block !important;
  }
  .stay-tuned-slider.slick-slider .slick-dots {
    width: 100%;
  }
  .navbar-phone .navbar-phone-content .item {
    font-size: 10px;
    margin-right: 5px;
  }
  .navbar-phone .navbar-phone-content .item img {
    width: 35px;
  }
  .stay-tuned-inner {
    padding: 0;
  }
  .screen-stay-tuned img {
    padding: 35px 0 65px;
  }
  .screen-stay-tuned {
    width: 100%;
  }
  .stay-tuned-pattern.pattern-left {
    width: 130px;
    left: 0;
    bottom: -127px;
    z-index: 2;
  }
  .how-works-pattern.pattern-bottom {
    width: 177px;
    right: 0;
    bottom: -65px;
    z-index: 2;
  }
  .how-works-pattern.pattern-right-m {
    width: 135px;
    right: 0;
    top: 140px;
  }
  .how-works-pattern.pattern-left-m {
    width: 130px;
    left: 0;
    top: 43%;
  }
  .highlight-book .highlight-content {
    position: relative;
  }
  .highlight-book .highlight-content .desc {
    font-size: 15px;
  }
  .bg-book-gray {
    background-color: unset !important;
  }
  .box-list {
    width: 100%;
    margin: auto;
    padding: 0;
    padding-left: 34px;
  }
  .box-list .item {
    position: relative;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
  }
  .box-list .item img.screen-mobile {
    max-height: 56%;
    width: auto;
  }
  .box-list .number {
    font-size: 16px;
    line-height: 35px;
    width: 35px;
    height: 35px;
    margin: 17px auto 16px;
  }
  .arrow-book-up,
  .arrow-book-down {
    display: block;
  }
  .box-inner {
    padding: 0;
  }
  .navbar-phone {
    height: 60px;
    line-height: 60px;
  }
  .list-key-features {
    padding: 0;
  }
  .list-key-features .text-note {
    color: #fafafa;
  }
  .section .sc-heading.h1 {
    font-size: 28px;
  }
  .section .sc-heading.h1 small {
    font-size: 18px;
  }
  .bg-content {
    padding-bottom: 50px;
  }
  .key-features-detail-lists-m {
    padding: 0 20px;
    margin: 20px 0 30px 0;
  }
  .key-features-detail-lists-m .key-features-detail-list-m .image {
    width: 110px;
    margin: auto;
    margin-bottom: 20px;
  }
  .key-features-detail-lists-m .key-features-detail-list-m .caption .list {
    margin-left: 20px;
  }
  .key-features-detail-lists-m .key-features-detail-list-m .caption .list li {
    list-style-type: disc;
    color: #641d2e;
    font-family: "itc_giovannibook", "cmprasanmitbold";
  }
  .key-features-m-slider.slick-slider .slick-dots {
    bottom: -35px;
  }
  .key-features-m-slider.slick-dotted.slick-slider {
    margin-bottom: 80px;
  }
  .key-features-m-slider.slick-slider .slick-prev,
  .key-features-m-slider.slick-slider .slick-next {
    top: 145px;
  }
  .table-key-features td {
    vertical-align: top;
  }
  .procedure-using {
    position: relative;
    z-index: 9;
  }
  .procedure-use {
    width: 100%;
    display: table;
    table-layout: fixed;
    font-size: 0;
    margin-bottom: 30px;
  }
  .procedure-use:last-child {
    margin-bottom: 0;
  }
  .procedure-use .image {
    width: 25%;
    display: table-cell;
    vertical-align: middle;
  }
  .procedure-use .image img {
    width: 60px;
  }
  .procedure-use .caption {
    width: 75%;
    display: table-cell;
    vertical-align: middle;
  }
  .procedure-use .caption .heading {
    width: 60%;
    font-size: 18px;
    float: left;
    margin-top: 6px;
  }
  .procedure-use .caption .btn {
    padding: 0;
    min-width: 90px;
    height: 35px;
    line-height: 35px;
    font-size: 13px;
    float: left;
  }
  .procedure-use .caption .remark {
    font-size: 12px;
    display: block;
  }
  .procedure-use .caption .detail {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 480px) {
  .table-overflow{
    overflow-x: auto;
    margin: 0px 10px 40px;
    padding-bottom: 8px;
  }
  .table-popup{
    width: 520px!important;
    max-width: 520px!important;
  }
  .stay-tuned-slider.slick-slider .slick-dots {
    top: 76%;
    bottom: unset !important;
  }
}

@media screen and (max-width: 375px) {
  .table-overflow{
    overflow-x: auto;
    margin: 0px 10px 40px;
    padding-bottom: 8px;
  }
  .stay-tuned-slider.slick-slider .slick-dots {
    top: 71%;
  }
  .box-list .item img.screen-mobile {
    max-height: 100%;
    width: auto;
    padding: 0;
    /* margin: 10px 0; */
  }
}

@media screen and (max-width: 320px) {
  .table-overflow{
    overflow-x: auto;
    width: 245px;
    padding-bottom: 8px;
  }
  .stay-tuned-slider.slick-slider .slick-dots {
    top: 62%;
  }
  .stay-tuned-slider.slick-slider .slick-prev,
  .stay-tuned-slider.slick-slider .slick-next {
    top: 27%;
  }
  .navbar-phone .navbar-phone-content .item {
    font-size: 9px;
    margin-right: 0;
  }
  .box-list .item img.screen-mobile {
    max-height: 35%;
    width: auto;
  }
}

/* Movement */
@-webkit-keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpSmall {
  -webkit-animation-name: fadeInUpSmall;
  animation-name: fadeInUpSmall;
}

@-webkit-keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftSmall {
  -webkit-animation-name: fadeInLeftSmall;
  animation-name: fadeInLeftSmall;
}

@-webkit-keyframes fadeInRightSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightSmall {
  -webkit-animation-name: fadeInRightSmall;
  animation-name: fadeInRightSmall;
}

@-webkit-keyframes zoomInSmall {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.92, 0.92, 0.92);
    transform: scale3d(0.92, 0.92, 0.92);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomInSmall {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.92, 0.92, 0.92);
    transform: scale3d(0.92, 0.92, 0.92);
  }
  50% {
    opacity: 1;
  }
}
.zoomInSmall {
  -webkit-animation-name: zoomInSmall;
  animation-name: zoomInSmall;
}
/* End Movement */

.icw p.p-margin {
  font-family: "sfthonburi-reg", sans-serif;
  font-size: 16px;
  margin-bottom: 13px;
  font-weight: 500;
}

.back-howto-box {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 80px;
}
.back-howto-box a img {
  margin-right: 10px;
  width: 30px;
}
.back-howto-box a {
  color: #641d2e;
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  .table-overflow{
    overflow-x: auto;
    width: 100%;
    padding-bottom: 8px;
  }
  .table-popup{
    width: 520px!important;
    max-width: 520px!important;
  }
  .mt-md-20 {
    margin-top: 20px;
  }
}

/* delight-gift page */

.how-to-section {
  background: url(../img/bg-howto.png) center center/cover no-repeat scroll;
}

h2.h2-howto {
  font-family: 'kurious-looped';
  text-align: center;
  font-size: 33px;
  color: #651e2f;
  margin-bottom: 40px;
}

h2.h2-howto .text-giovannibook {
  font-family: 'itc_giovannibook';
}



.howto-step {
  font-family: 'kurious-looped';
  font-size: 13px;
  font-weight: 600;
  color: #111111;
  margin-bottom: 8px;
}

.howto-desc {
  font-family: 'kurious-looped';
  font-size: 16px;
  margin-bottom: 13px;
  font-weight: 500;
}

.howto-m-slider .slick-dots li.slick-active button:before {
  width: 20px;
  border-radius: 50px;
}

.howto-highlight {
  color: #641D2E;
}

.how-to-section .box-inner {
  padding: 64px 0;
  position: relative;
}

.footer:before {
  background-image: none;
}

.register-section {
  background: none;
  padding: 41px 0 38px;
}

.section-banner:before,
.register-section:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url(../img/bg-banner.png) center center/cover no-repeat scroll;
  z-index: -1;
}

@media (max-width: 991px) {
  .section-banner:before,
  .register-section:before {
    background: url(../img/bg-banner-mb.png) center center/cover no-repeat scroll;
  }
}

.register-section .detail-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: #fff;
}

.detail-box .title-detail{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.detail-box .title-detail p{
  padding-top: 5px;
  font-size: 20px;
}

.register-section .border-img {
  position: absolute;
  right: -1px;
  top: 0;
  height: 110%;
}

.register-section .border-bt-img {
  position: absolute;
  left: 10px;
  bottom: -1px;
  width: calc(100% - 20px);
  display: none;
}

.register-section .detail-box h3 {
  font-size: 37px;
  background: linear-gradient(
    -90deg,
    rgba(236, 207, 176, 1) 0%,
    rgba(231, 213, 200, 1) 15%,
    rgba(255, 239, 236, 1) 30%,
    rgba(231, 213, 200, 1) 45%,
    rgba(255, 226, 213, 1) 60%,
    rgba(255, 212, 194, 1) 75%,
    rgba(255, 239, 237, 1) 90%,
    rgba(255, 211, 189, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.register-section .desc {
  font-family: "sfthonburi-reg", sans-serif;
  font-size: 16px;
  text-align: center;
}

.register-section .note-p {
  font-family: "sfthonburi-reg", sans-serif;
  font-size: 12px;
}

.register-section .qr-code {
  max-width: 104px;
  display: block;
}

.register-section .read-more-btn {
  width: 100%;
  height: 50px;
  max-width: 277px;
  font-size: 22px;
  line-height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
  font-family: "itc_giovannibook", "cmprasanmitbold";
  border-radius: 10px;
  background: linear-gradient(#651e2f, #651e2f) padding-box,
    linear-gradient(45deg, #f7a584 0%, #ffebe8 30%, #f8b298 75%, #f48c7d 100%) border-box;
  border: 2px solid transparent;
  border-radius: 100px;
  margin-top: 30px;
}

.register-section .line-btn {
  width: 100%;
  height: 50px;
  max-width: 280px;
  font-size: 22px;
  line-height: 26px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-family: "itc_giovannibook", "cmprasanmitbold";
  background: linear-gradient(#651e2f, #651e2f) padding-box,
  linear-gradient(45deg, #f7a584 0%, #ffebe8 30%, #f8b298 75%, #f48c7d 100%) border-box;
  border-radius: 100px;
  border: 2px solid transparent;
  margin-top: 8px;
  display: none;
}

.section-banner {
  background: none;
  /* padding: 38px 0 68px; */
  position: relative;
}

.heading-banner-box {
  text-align: center;
  color: #fff;
}

.heading-banner-box h1 img {
  margin: 0 auto;
}

.heading-banner-box .banner-p {
  font-family: "sfthonburi-reg", sans-serif;
  font-size: 20px;
  line-height: 28px;
  margin-top: 10px;
}

.heading-banner-box .note-p {
  font-family: "cmprasanmitbold";
  font-size: 20px;
  line-height: 29px;
  color: #651e2f;
  margin-bottom: 33px;

  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(246, 235, 224, 1) 15%,
    rgba(234, 216, 201, 1) 25%,
    rgba(255, 255, 255, 1) 50%,
    rgba(230, 210, 196, 1) 75%,
    rgba(235, 218, 204, 1) 85%,
    transparent 100%
  );
  width: 520px;
}

.heading-banner-box .bg-yellow-gd {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

/* banner-slider */
.banner-inner {
  padding: 0;
}
.banner-slider .slick-track {
  display: flex !important;
  gap: 30px;
  justify-content: space-between;
  padding: 0;
}

.banner-slider .slick-slide {
  height: auto;
}

.banner-inner {
  height: 100%;
}

.banner-card {
  height: 100%;
  position: relative;
  border-radius: 13px;
  background: linear-gradient(#651e2f, #651e2f) padding-box,
    linear-gradient(45deg, #f7a584 0%, #ffebe8 30%, #f8b298 75%, #f48c7d 100%) border-box;
  border: 6px solid transparent;
  overflow: hidden;
  color: #fff;
  display: flex;
  flex-direction: column;
}

.banner-card .banner-desc {
  padding: 16px 21px 18px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  flex: 1 1 0;
}

.banner-card .text h4 {
  font-size: 24px;
  margin-bottom: 2px;
}

.banner-card .text p {
  font-family: "sfthonburi-reg", sans-serif;
  font-size: 16px;
}

.banner-card .btn-show {
  margin-top: auto;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
}

.section-banner .img-bow {
  margin: -31px 0 -18px;
}
.section-banner .img-bow img {
  margin: auto;
}

.section-banner .note-text {
  text-align: center;
  font-size: 12px;
  color: #d6a9b4;
  margin-top: 48px;
}

.mfp-wrap.mfp-ready .mfp-content {
  max-width: 980px;
  margin: auto;
  background-color: #fafafa;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.mfp-close-btn-in .mfp-close {
  position: absolute;
  right: 12px;
  top: 16px;
  color: #fff;
  height: 32px;
  background: #651e2f;
  width: 32px;
  border-radius: 18px;
}
.mfp-close-btn-in .mfp-close:hover {
  color: #fff;
}

.mfp-close-btn-in .mfp-close:after {
  font-size: 12px;
}

.equal {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin: 0;
}

.equal &gt; [class*="col-"] {
  padding: 0;
}

.img-popup-box {
  padding: 0;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  width: 380px;
}

.img-popup-box h3 {
  font-size: 24px;
  font-weight: 700;
  color: #651e2f;
  text-align: center;
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
}

.img-popup-box .img-inner {
  margin: 0;
  height: 100%;
}

.detail-popup-box {
  padding: 50px 35px;
  color: #333;
  flex: 1 0 0;
}

.detail-popup-box h4 {
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: 700;
  font-family: "sfthonburi-bold", "itc_giovannibook", "cmprasanmitbold";
  line-height: 1.5;
}

.detail-popup-box p {
  font-size: 16px;
}

.detail-popup-box h5 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 7px;
}

.detail-popup-box ol {
  list-style: decimal;
  margin-left: 28px;
  color: #777777;
}
.text-gray7 {
  color: #777777;
}

.text-indent-3 {
  text-indent: r3em;
}

.detail-popup-box ul {
  list-style: disc;
  margin-left: 18px;
  color: #777777;
}
.detail-popup-box .note-text {
  margin-top: 14px;
  color: #aaaaaa;
}
.header {
  box-shadow: 0 1px 10px -1px rgba(0, 0, 0, 0.75);
}

.header:after,
.header-device:after {
  display: none;
}

.banner-slider.slick-slider .slick-dots li.slick-active button:before {
  background-color: #fff !important;
  border-color: #fff !important;
  opacity: 1 !important;
}

.banner-slider.slick-slider .slick-dots li button:before {
  border: none;
  background-color: rgba(226, 208, 203, 0.4);
}

.max-w-835 {
  max-width: 960px;
}

.howto-arrow {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.howto-arrow button {
  border-radius: 50%;
  width: 36px;
  height: 36px;
  background-color: #00000099;
  position: absolute;
  top: 57%;
  transform: translateY(-50%);
}

.howto-arrow .slick-prev {
  /* left: -35px; */
  left: 20px;
}

.howto-arrow .slick-next {
  /* right: -35px; */
  right: 20px;
}

@media screen and (max-width: 425px) {
  .howto-arrow {
    display: none;
  }
  .howto-arrow .slick-prev {
    z-index: 1;
    left: 15px;
  }
  
  .howto-arrow .slick-next {
    z-index: 1;
    right: 15px;
  }
  
}
.howto-arrow button.slick-disabled {
  opacity: 0.25;
}

.howto-arrow .slick-prev:before,
.howto-arrow .slick-next:before {
  font-family: "iconfont";
  font-size: 14px;
  line-height: 1;
  color: #fff;
  opacity: 1;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.howto-arrow .slick-prev:before {
  content: "\e903";
}
.howto-arrow .slick-next:before {
  content: "\e904";
}

@media (max-width: 767.98px) {

  /* .section-banner {
    background: url(../img/bg-banner-mb.png) center center/cover no-repeat fixed;
    padding: 15px 0 46px;
  } */

  .section-banner .img-bow {
    bottom: -20px;
    margin: -3px 0 0;
  }

  .section-banner .note-text {
    font-size: 9px;
    margin-top: 28px;
  }

  .heading-banner-box .banner-p {
    font-size: 16px;
    line-height: 22px;
    margin-top: -9px;
  }

  .heading-banner-box .bg-yellow-gd {
    margin-top: 16px;
  }

  .section-banner .img-bow .bow {
    width: 150px;
  }

  .section-banner .img-bow .bow-line {
    height: auto;
    margin: auto;
  }

  .heading-banner-box .note-p {
    font-size: 15px;
  }

  .mfp-container {
    padding: 40px 20px;
  }

  .img-popup-box {
    padding: 0;
    width: auto;
  }

  .img-inner img {
    width: 100%;
  }

  .detail-popup-box {
    padding: 40px 20px;
  }

  .detail-popup-box p,
  .detail-popup-box li,
  .detail-popup-box table,
  .detail-popup-box button,
  .detail-popup-box a {
    font-family: "sfthonburi-reg", sans-serif;
    font-size: 14px;
  }

  .detail-popup-box h3 {
    font-size: 28px;
    font-family: "cmprasanmitbold", sans-serif;
    margin-bottom: 9px;
  }

  .detail-popup-box h4 {
    font-size: 16px;
    font-family: "sfthonburi-reg", sans-serif;
    font-weight: 400;
  }

  .detail-popup-box h5 {
    font-size: 14px;
    font-family: "sfthonburi-bold", sans-serif;
    margin-bottom: 12px;
  }

  .banner-slider .slick-list {
  }

  .banner-slider .slick-track {
    gap: 0;
  }

  .banner-inner {
    padding: 0 8px;
  }

  .banner-card .text h4 {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .banner-card .text p {
    font-size: 14px;
  }

  .banner-card .banner-desc {
    padding: 22px 12px 14px;
  }

  .container-mobile {
    padding: 0;
  }

  h2.h2-howto {
    font-size: 24px;
    margin-bottom: 32px;
  }

  .how-to-section .box-inner {
    padding: 36px 0;
  }

  .register-section .border-img {
    display: none;
  }

  .register-section {
    background: url(../img/bg-banner-mb.png) center center/cover no-repeat fixed;
    padding: 20px 0 0;
  }

  .register-section .border-bt-img {
    display: block;
  }

  .register-section .detail-box {
    padding: 25px 15px 42px;
  }

  .register-section .detail-box h3 {
    font-size: 32px;
  }

  .register-section .qr-code {
    display: none;
  }

  .register-section .read-more-btn {
    margin-top: 6px;
  }

  .register-section .line-btn {
    display: flex;
  }

  .detail-box .title-detail p {
    font-size: 18px;
  }

  .img-tagline {
  }
}

@media (min-width: 768px) {
  .detail-popup-box {
    width: calc(100% - 380px);
    padding: 50px 16px 50px 35px;
  }
  .detail-popup-box-content {
    max-height: 490px;
    overflow-y: auto;
    padding-bottom: 93px;
    scrollbar-width: thin;
    scrollbar-color: #777777 #cccccc;
    padding-right: 19px;
    height: 100%;
  }

  .detail-popup-box-content::-webkit-scrollbar {
    width: 2px;
    width: 2px;
  }
  .detail-popup-box-content::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #cccccc;
  }
  .detail-popup-box-content::-webkit-scrollbar-track:hover {
    background-color: #cccccc;
  }
  .detail-popup-box-content::-webkit-scrollbar-track:active {
    background-color: #cccccc;
  }
  .detail-popup-box-content::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #777777;
  }
  .detail-popup-box-content::-webkit-scrollbar-thumb:hover {
    background-color: #777777;
  }
  .detail-popup-box-content::-webkit-scrollbar-thumb:active {
    background-color: #777777;
  }

  .popup-inner {
    display: flex;
  }

  .detail-popup-box-wrapper {
    position: relative;
  }

  .detail-popup-box-wrapper:after {
    content: "";
    width: 100%;
    height: 93px;
    background: linear-gradient(transparent, #fafafa);
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

.desktop-show {
  display: block;
}
.mobile-show {
  display: none;
}

@media (max-width: 450px) {
  .br-mobile {
    display: block;
    line-height: 0 !important;
  }

  .br-tablet {
    display: none;
  }

  .br-desktop {
    display: none;
  }
  .desktop-show {
    display: none;
  }
  .mobile-show {
    display: block;
  }
  .heading-banner-box h1 img {
    height: 103px;
  }
}

@media (min-width: 450px) {
  .br-mobile {
    display: none;
  }

  .br-tablet {
    display: block;
  }

  .br-desktop {
    display: none;
  }
}

@media (min-width: 992px) {
  .br-mobile {
    display: none;
  }

  .br-tablet {
    display: none;
  }

  .br-desktop {
    display: block;
  }
  .arrowtable{
    display: none;
  }
}

/* Jul 4th - Modification*/

.img-tagline {
  margin-top: -3px;
  margin-bottom: 20px;
}

.slick-track:before,
.slick-track:after {
  display: none;
}

@media (min-width: 992px) {
  .table-overflow{
    width: 100%!important;
  }
  .table-popup{
    width: 100%!important;
    max-width: 100%!important;
  }
  .register-row {
    padding: 0px 53px;
  }
}

.img-tagline img {
  margin: auto;
}

.banner-slider {
  padding: 0;
}

ol {
  counter-reset: item 0;
  margin-left: 24px;
}

ol &gt; li {
  display: block;
  margin-bottom: 16px;
  position: relative;
}

ol &gt; li:before {
  content: counters(item, ".") ".";
  counter-increment: item;
  position: absolute;
  top: 0;
  left: -6px;
  transform: translateX(-100%);
}

ol &gt; li &gt; ol &gt; li:before {
  content: counters(item, ".") "";
}

ul li {
  margin-bottom: 9px;
}
ol ul &gt; li {
  margin-bottom: 0px;
}

word {
  white-space: nowrap;
}

.detail-popup-box ol ol {
  margin-left: 33px;
}

.k-wisdom-table th {
  background: linear-gradient(#80374a, #3c0a18);
  color: #fff;
  padding: 20px 30px;
  text-align: center;
}

.k-wisdom-table tr:first-child th:first-child,
.k-wisdom-table tr:first-child td:first-child {
  border-top-left-radius: 10px;
}

.k-wisdom-table tr:first-child th:last-child,
.k-wisdom-table tr:first-child td:last-child {
  border-top-right-radius: 10px;
  border-right: none;
}

.k-wisdom-table td,
.k-wisdom-table th {
  padding: 20px 20px;
  box-shadow: 0 0 0 1px #80374a inset;
}

.k-wisdom-table td:first-child {
}

.k-wisdom-table tr:last-child td {
}

.k-wisdom-table tr:last-child td:first-child,
.k-wisdom-table tr:last-child th:first-child {
  border-bottom-left-radius: 10px;
}
.k-wisdom-table tr:last-child td:last-child,
.k-wisdom-table tr:last-child th:last-child {
  border-bottom-right-radius: 10px;
}

.table-overflow p{
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 15px;
}
.table-popup tr:nth-child(even){
  background: #FCF7F7;
}
.table-overflow table {
  border-collapse: separate;
  border: 1px solid #80374a;
  border-radius: 13px;
}
.table-popup th{
  font-size: 16px;
}

.table-popup td:first-child{
  text-align: center;
}
.table-popup td{
  padding: 10px 10px!important;
  font-size: 14px;
  color: #777777;
  border: 1px solid #80374a;
  border-bottom: none;
  border-top: none;
  box-shadow: none;
}

.table-popup td:last-child{
  font-weight: bold;
}
.table-popup tr:last-child td{
  border-bottom: 1px solid #80374a;
}

.table-popup tr:last-child td:first-child{

}

.img-popup-box .img-inner img {
  object-fit: cover;
}

.banner-card .banner-img img {
  width: 100%;
}

.banner-inner.popup-modal {
  cursor: pointer;
}

.highlight-text{
  font-weight: bold;
  width: 60px;
  margin-right: 5px;
}

.flex-table{
  display: flex;
}

.right-arrow , 
.right-arrow-tableB{
  position: absolute;
  height: 34px;
  width: 34px;
  border-radius: 20px;
  background-color: #3c0e1b;
  top: 50%;
  right: 2%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.right-arrow::before ,
.right-arrow-tableB::before{
  content: "\e904";
  font-family: "iconfont";
  font-size: 14px;
  color: #be9ba3;
  opacity: 0.75;
  font-weight: 700;
}
.left-arrow::before ,
.left-arrow-tableB::before{
  content: "\e903";
  font-family: "iconfont";
  font-size: 14px;
  color: #be9ba3;
  opacity: 0.75;
  font-weight: 700;
}
.left-arrow ,
.left-arrow-tableB{
  position: absolute;
  height: 34px;
  width: 34px;
  border-radius: 20px;
  background-color: #3c0e1b;
  top: 50%;
  left: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.left-arrow.disabled ,
.right-arrow.disabled ,
.left-arrow-tableB.disabled , 
.right-arrow-tableB.disabled{
  cursor: none;
  pointer-events: none;
  opacity: 0.25;
}

.left-arrow.fix ,
.right-arrow.fix , 
.left-arrow-tableB.fix ,
.right-arrow-tableB.fix{
  position: fixed;
}

@media screen and (max-width: 767px) {
  .left-arrow ,
  .left-arrow-tableB{
    left: 9%;
    margin: 0 20px;
  }
  .right-arrow ,
  .right-arrow-tableB{
    right: 9%;
    margin: 0 20px;
  }
}

@media (min-width: 992px) {
  .arrowtable{
    display: none;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px){
  .arrowtable{
    display: none;
  }
}


/* condition section */
.condition-section {
  font-family: 'kurious-looped';
  background-image: url(../img/bg-condition-new.png);
  background-position: center;
  background-size: cover;
  padding: 48px 0;
}
.condition-desc,
.condition-list {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}
.condition-desc {
  color: #641D2E;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 8px !important;
}
.condition-list {
  list-style: disc !important;
  padding-left: 16px !important;
  color: #333333;
  font-weight: 500;
}
.condition-list li {
  margin-bottom: 0;
  line-height: 24px;
  margin-bottom: 4px;
}
@media (max-width: 768px) {
  .condition-section {
    padding: 36px 0;
  }
  .condition-desc,
  .condition-list {
    font-size: 13px;
  }
  .condition-desc {
    color: #641D2E;
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 8px !important;
  }
  .condition-list {
    list-style: disc !important;
    padding-left: 16px !important;
    color: #333333;
    font-weight: 500;
  }
  .condition-list li {
    margin-bottom: 4px;
    line-height: 19.5px;
  }
}

/* condition section */
.cta-section {
  font-family: 'kurious-looped';
  background-image: url(../img/bg-condition.png);
  background-position: center;
  background-size: cover;
  padding: 48px 0;
  text-align: center;
}
h1.cta-title {
  font-family: 'kurious-looped';
  font-size: 28px;
  font-weight: 500;
  line-height: 42px;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 16px;
}
.cta-logo {
  text-align: center;
  margin-bottom: 24px;
}
.cta-logo img {
  width: 360px;
}
.btn-group {
  margin-bottom: 32px;
}
.cta-btn-img img {
  width: 337.5px;
}
@media (max-width: 768px) {
  .cta-logo {
    margin-bottom: 16px;
  }
  .cta-logo img {
    width: 225px;
  }
  h1.cta-title {
    font-size: 20px;
    margin-bottom: 16px;
    line-height: 30px;
  }
  .cta-btn-img img {
    width: 270px;
  }
  .btn-group {
    margin-bottom: 0;
  }
}</pre></body></html>