<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.container-xxl {
  max-width: 1440px !important;
}
.text-white {
  color: white !important;
}
.wrapper .slick-list {
  padding: 0 !important;
  height: 420px !important;
}
.wrapper .slick-next,
.wrapper .slick-prev {
  margin-top: 0 !important;
  top: 30%;
}

#desktop_menu h1 {
  font-size: 35px !important;
  padding-left: 10px;
}

.tab-header {
  padding: 30px 20px;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.iframe-wrapper {
  /* max-width: 750px; */
  /* padding: 30px; */
  background-color: transparent;
  border-radius: 10px;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}

@media screen and (max-width: 991px) {
  .iframe-wrapper {
    border-radius: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}

.iframe-wrapper iframe {
  border-radius: 10px;
  /* position: absolute; */
  /* top: 50%; */
  /* left: 50%; */
  /* transform: translate(-50%, -50%); */
  /* width: calc(100% - 60px); */
  /* height: calc(100% - 60px); */
}

.iframe-el,
.iframe-wrapper {
  display: none;
}

.iframe-wrapper.active,
.iframe-el.active {
  display: block;
  aspect-ratio: auto 16/9;
}

@media screen and (min-width: 450px) {
  .wrapper .slick-next,
  .wrapper .slick-prev {
    margin-top: 0 !important;
    top: 40%;
  }
}

@media screen and (min-width: 500px) {
  .wrapper .slick-next,
  .wrapper .slick-prev {
    margin: 0 !important;
    top: 50%;
  }
  .wrapper .slick-next {
    left: inherit;
    right: 0;
  }
}

@media screen and (min-width: 450px) {


}

.wrapper .slick-prev {
  right: initial;
  left: -12px;
}
.wrapper .slick-disabled {
  display: none !important;
}
#mobile_menu {
  height: 0;
  overflow: hidden;
  transition: height 0.5s ease-in-out;
  background-color: white;
}
.function_button {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  height: 50px;
  background-color: white;
  box-shadow: 0px 2px 4px 0px #0000004D;
  position:relative;
  z-index:1;
}
.function_button:after{
  content: "";
  position: absolute;
  background: url(../img/icon/icon-plus.svg) no-repeat;
  width:24px;
  right:16px;
  height:24px;
}
.function_button.expand:after{
  background: url(../img/icon/icon-minus.svg) no-repeat;
}

.function_button img {
  width: 20px;
}
.function-wrap {
  padding:0;
  background-color: #f4f3f9;
}

.function-wrap .right{
  padding:48px 16px;
}

@media screen and (min-width: 991px) {

  .function-wrap {
    padding: 40px 0;
    background-color: #f4f3f9;
  }
}
.function-wrap .left {
  padding: 0px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
/* @media screen and (max-width:768px){
      .function-wrap .left {
          padding: 0px;
      }
  } */
.icw .fn-title {
  font-size: 13px !important;
  font-weight: 600;
}
.fn-green {
  color: #00a94f;
}
.fn-title.more-mb {
  margin-top: 30px;
  margin-bottom: 20px;
}
.separate-line {
  width: 100%;
  height: 4px;
  background-color: #4dcd8a;
  margin: 10px 0;
}
.fn-subtitle {
  font-size: 25px !important;
  font-weight: 600;
  color: #3d4d5a;
  margin-top: 20px;
}
.card-feature-box {
  min-height: 280px;
}
.slick-center {
  margin: 30px 0 0 !important;
}
/* Function section */
.fn-icon {
  width: 30px;
  margin-right: 10px;
  pointer-events: none;
}
.func_accordion {
  margin: 0;
}
.func_accordion .accordion-item {
  border: none;
  border-bottom: 1px solid #eee;
}
.func_accordion .accordion-button {
  padding: 16px;
}
@media screen and (min-width: 991px) {
  .func_accordion .accordion-button {
    background-color: white;
    padding: 0 16px;
  }
}
.func_accordion .accordion-button span {
  font-size: 16px;
  font-weight: 600;
  color: #777;
  pointer-events: none;
  text-transform: capitalize;
}
.func_accordion .accordion-button span:hover {
  color: #4dcd8a;
}
.func_accordion .accordion-button:not(.collapsed) {
  background: #f4f4f4;
  box-shadow: none;
  position: relative;
}
.func_accordion .accordion-button::after {
  background: url("../img/icon/icon-chevron-down.svg") no-repeat center center /
    100%;
  width: 16px;
  height: 16px;
}
.func_accordion .accordion-button:not(.collapsed)::after {
  background: url("../img/icon/icon-chevron-down.svg") no-repeat center center /
    100%;
}
/* .func_accordion .accordion-button:not(.collapsed)::before {
    content: "";
    width: 5px;
    height: 80%;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  } */
.func_accordion .accordion-button .fn-icon.must-active {
  display: none;
}
.func_accordion .accordion-button:not(.collapsed) .fn-icon.must-active {
  display: inline-block;
}
.func_accordion .accordion-button:not(.collapsed) .fn-icon {
  display: none;
}
.func_accordion .accordion-button:not(.collapsed) span {
  color: var(--cr-green);
  text-transform: capitalize;
}
.func_accordion .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}
.func_accordion .accordion-body {
  background-color: white;
  padding: 1rem 1.25rem;
}
.fn_acc_list {
  padding-left: 2.1rem;
}
.fn_acc_list li {
  padding-left: 48px;
  margin-bottom: 16px;
}
.fn_acc_list li a {
  font-family: "kurious-looped", sans-serif;
  line-height: 2rem;
  font-weight: 700;
}
.fn_acc_list a {
  color: #666;
  font-size: 14px;
  text-decoration: none;
  text-transform: capitalize;
}
.fn_acc_list a.active {
  color: #00a94f;
  text-decoration: underline;
  font-weight: 600;
}
.fn_acc_list a:hover {
  color: #00a94f;
}
.fn-item {
  display: flex;
  align-items: center;
  padding: 16px 16px;
  font-family: "Kanit", sans-serif;
  border-bottom: 1px solid #eee;
  /* margin-bottom: 0.5rem; */
}
.fn-item.active {
  background: #eee;
  position: relative;
  color: #00a94f;
}
/* .fn-item.active::before {
    content: "";
    width: 5px;
    height: 80%;
    background-color: #00A94F;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  } */
.fn-item.active a {
  color: var(--cr-green);
  font-weight: 700;
}
.fn-item.active .fn-icon {
  display: block;
}
.fn-item .fn-icon,
.fn-item.active .fn-icon.not-active {
  display: none;
}

.fn-item .fn-icon.not-active {
  display: block;
}

.fn-link {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  color: #777777;
  text-decoration: none;
  text-transform: capitalize;
  font-family: "Kanit", sans-serif;
}
.fn-link:hover {
  color: #4dcd8a;
}
.para-title {
  font-size: 18px;
  color: #999999;
}

/* slick js */
.slick-wrapper {
  overflow: hidden;
  background-color: white;
}
.inverse-bg {
  background-color: #000;
}
.slick-card {
  transform: scale(0.9);
}
.inverse-bg .slick-card {
  transform: scale(0.9);
}
.inverse-bg .slick-track {
  display: flex;
  align-items: center;
}
.inverse-bg .slick-list {
  padding: 0 !important;
}
.slick-card img {
  width: 100% !important;
}
.slick-wrapper .slick-next,
.slick-wrapper .slick-prev {
  top: 35%;
  margin-top: 0 !important;
}
.slick-wrapper .slick-card {
  height: auto !important;
  margin: 0;
  position: relative;
}
.slick-wrapper .slick-card::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.3);
}
/* .slick-wrapper .slick-active {
      margin-top: -5px;
  } */
.slick-wrapper .slick-track {
  height: 350px;
}
.slick-wrapper .slick-active::before {
  background-color: transparent;
}
.slick-wrapper .slick-active .slick-content {
  display: block;
}
.slick-wrapper .slick-disabled {
  display: none;
}
.slick-content {
  padding: 20px;
  text-align: center;
}
.slick-content .slide-num {
  color: #4dcd8a;
  font-size: 16px !important;
}
.slick-content .slide-link {
  color: #4dcd8a;
  font-size: 18px !important;
  text-decoration: none;
}
.slick-content .slide-title {
  font-size: 18px !important;
}
.slick-wrapper .slick-dots {
  bottom: 40px;
}
@media (max-width: 767px) {
  .slick-wrapper .slick-dots {
    bottom: 20px;
  }
}
.slick-wrapper .slick-prev:before {
  line-height: 4rem;
}
.slick-wrapper .slick-disabled {
  display: none !important;
}
.slick-card .slick-content {
  display: none;
}
.slick-wrapper .slick-next {
  margin: 0;
  left: initial;
  right: 5px;
}
.slick-wrapper .slick-prev {
  margin: 0;
  right: initial;
  left: 5px;
}
/* #desktop_menu {
  display: none;
} */
.desc-box {
  margin: 20px 0;
  padding: 0 20px;
}
.desc-box p {
  font-size: 16px;
  color: #3d4d5a;
}
@media screen and (min-width: 768px) {
  .function-wrap {
    padding: 40px;
    max-height: 860px;
  }
  .slick-wrapper .slick-next,
  .slick-wrapper .slick-prev {
    top: 45%;
  }
  .slick-wrapper {
    border-radius: 10px;
  }
  .slick-wrapper .slick-next {
    left: initial;
    right: 15px;
  }
  .slick-wrapper .slick-prev {
    left: 15px;
    right: initial;
  }
  .slick-wrapper .slick-track {
    height: auto;
  }
  .separate-line {
    margin: 20px 0;
  }
  .function-wrap {
    padding-bottom: 60px;
  }
  .slick-card {
    transform: scale(0.8);
  }
  .slick-wrapper .slick-list {
    padding: 0 !important;
  }
  .inverse-bg .slick-card {
    transform: scale(0.8);
  }
  .desc-box {
    padding: 0 5px;
  }
}

@media screen and (min-width: 1024px) {
  .function-wrap {
    display: flex;
    padding: 0;
    padding-left: calc(50% - 500px);
    background: white;
  }
  .function-wrap .left {
    width: 30%;
    background-color: white;
    padding: 40px 0;
    /* max-height: 730px; */
    /* overflow-y: scroll; */
    overflow-x: hidden;
  }
  .function-wrap .left::-webkit-scrollbar {
    display: none;
    width: 5px;
  }
  /* .function-wrap .left::-webkit-scrollbar-thumb {
    background-color: #4dcd8a;
    border-radius: 15px;
  }
  .function-wrap .left::-webkit-scrollbar-track {
    background-color: transparent;
  } */
  .function-wrap .right {
    width: 70%;
    background: url(../img/howto-bg-mb.jpg) no-repeat;
    background-size: cover;
    padding: 40px;
    /* min-height: calc(100vh - 80px); */
  }
  .slick-wrapper {
    background-color: white;
    margin-bottom: 0 !important;
  }
  .slick-wrapper .slick-list {
    padding: 20px 0 !important;
  }
  .slick-wrapper .slick-card {
    transform: scale(0.9);
  }
  #desktop_menu {
    display: block;
  }
  .slick-wrapper {
    max-width: 700px;
  }
  .function_button,
  #mobile_menu,
  #mobile_content {
    display: none;
  }
  .func_accordion .accordion-button {
    background-color: #fff;
    z-index: 1;
  }
  .func_accordion .accordion-body {
    background-color: #f4f4f4;
  }
  .fn-subtitle {
    margin-bottom: 30px;
  }
  .inverse-bg .slick-list {
    background-color: #000;
  }
  .desc-box {
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  .function-wrap {
    padding-left: 0;
  }
  .function-wrap .right {
    background: url(../img/howto-bg-pc.jpg) no-repeat;
    padding: 40px 40px;
    width: 75%;
    background-size: cover;
    background-position: top right;
  }
  .function-wrap .left {
    width: 25%;
  }
  .slick-wrapper {
    max-width: 750px;
  }
}

/*############################ popup ###################################*/
.mfp-bg,
.mfp-wrap .mfp-content,
.mfp-wrap .mfp-container {
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.mfp-wrap.mfp-ready .mfp-container {
  opacity: 1;
  padding: 0;
}
.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  visibility: visible;
}
.mfp-close-btn-in .mfp-close {
  width: 30px;
  height: 30px;
  background-color: #00a950;
  color: var(--cr-light);
  top: -15px;
  right: -15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 1;
  font-size: 0px;
  transition: var(--tsition);
}
.mfp-close-btn-in .mfp-close:before,
.mfp-close-btn-in .mfp-close:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 18px;
  height: 2px;
  background-color: var(--cr-light);
  margin: auto;
  transition: var(--tsition);
}
.mfp-close-btn-in .mfp-close:before {
  transform: rotate(45deg);
}
.mfp-close-btn-in .mfp-close:after {
  transform: rotate(-45deg);
}
.mfp-close-btn-in .mfp-close:hover:before {
  background-color: var(--cr-light);
}
.mfp-close-btn-in .mfp-close:hover:after {
  background-color: var(--cr-light);
}
.mfp-close-btn-in .mfp-close:active {
  top: 0px;
}
@media screen and (max-width: 1199px) {
  .mfp-close-btn-in .mfp-close {
    top: 16px;
    right: 16px;
  }
}
@media screen and (min-width: 768px) {
  .sc-thumb-box {
    width: 95.24%;
    margin: 80px auto;
    border-radius: var(--radius);
  }
}

/*############################ icw-popup-function ###################################*/
.icw-popup-function.mfp-bg {
  background: rgba(0, 0, 0, 0.8);
}

.icw-popup-function.mfp-bg.mfp-ready {
  opacity: 1;
  z-index: 11000;
}

.icw-popup-function.mfp-wrap {
  z-index: 11100;
}

.icw-popup-function .mfp-container {
  width: 100%;
}

.icw-popup-function .mfp-content {
  background-color: transparent;
  max-width: 100%;
  height: 100%;
}

.icw-popup-function .mfp-content {
  overflow: auto;
  min-height: 100vh;
  height: auto;
  display: flex;
  align-items: center;
}

.icw-popup-function .main-container {
  margin: 0;
}

.icw-popup-function .inner {
  overflow: hidden;
  padding: 72px 16px 16px 16px;
}

/*############################ icw-popup-function sc-thumb-box ###################################*/
.sc-thumb-box {
  max-width: 1140px;
  width: 100%;
  position: relative;
}

.sc-thumb-box {
  position: relative;
  background-color: var(--cr-light);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.04);
}

.sc-thumb-box .inner {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.sc-thumb-box .swiper-slide {
  width: auto;
  text-align: center;
}

.sc-thumb-box .wrapper {
  display: block;
  max-width: 750px;
}

.sc-thumb-box .thumb {
  margin-bottom: 16px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.sc-thumb-box .thumb &gt; img {
  display: block;
  margin: 0 auto;
}

.sc-thumb-box .content {
  text-align: center;
}

.sc-thumb-box .content .title {
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 700;
  font-family: "kurious";
  color: var(--cr-dark);
}

.sc-thumb-box .content .desc {
  font-family: "kurious-looped";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  margin-bottom: 0;
  color: var(--cr-dark);
}

.sc-thumb-box .content ul.desc {
  padding: 0;
  margin-left: 20px;
  text-align: left;
}

.sc-thumb-box .content ul.desc &gt; li {
  width: 100%;
}

.sc-thumb-box .content ul.desc &gt; li &gt; ul {
  padding: 0;
  margin-left: 20px;
}

.sc-thumb-box .content ul.desc &gt; li &gt; ul &gt; li {
  position: relative;
  list-style: none;
}

.sc-thumb-box .content ul.desc &gt; li &gt; ul &gt; li:before {
  content: "-";
  position: absolute;
  top: 0;
  left: -18px;
}

.sc-thumb-box .content .link {
  color: var(--cr-green);
  font-weight: 600;
  font-family: "kurious-looped";
  text-decoration: underline;
}


/*############################ internal-menu ###################################*/
.internal-menu{
  background:#fff;
  padding-top:10px;
}

/*============================== swiper ===============================*/
.swiper-button-next:before{
  left:12px;
}
.swiper-button-prev:before{
  left:16px;
}

/*============================== sc-highlight-banner ===============================*/

.sc-highlight-banner{
  background-image: url(../img/promotion-banner-mb.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.sc-highlight-banner .sc-inner{
  padding:35px 0 24px;
}
.sc-highlight-banner .sc-heading{
  margin-bottom:0;
}
@media (min-width: 768px) {
  .sc-highlight-banner{
    background-image: url(../img/promotion-banner-pc.png);
    margin-top: 0;
  }
  .sc-highlight-banner .sc-inner{
    padding:35px 0 24px;
  }
}



/*############################ mCustomScrollbar ###################################*/
.mCSB_scrollTools .mCSB_dragger{
  z-index: 2;
}

.mCSB_inside&gt;.mCSB_container {
  margin-right: 0px;
}


.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #f4f4f4;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #d8d8d8;
}
.mCSB_scrollTools{
  z-index: 2;
}

table.manual-table.table {
  margin-top: 24px;
}
.manual-table td:last-child{
  color: #00A94F;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  max-width: 94px;
  width: 94px;
}
.manual-table th{
  background-color: #00A94F;
  padding: 16px;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.5;
  border-top-left-radius:8px;
  border-top-right-radius: 8px;
}
.manual-table td{
  background-color: #fff;
  padding: 10px 16px;
  border: 1px solid #E8E8E8;
  font-size: 13px;
  line-height: 1.5;
}

@media screen and (min-width:768px) {
  table.manual-table{
    width: 100%;
    border-collapse: collapse;
  }
  
  table.manual-table.table {
    margin-top: 32px;
  }
  
  .manual-table th{
    background-color: #00A94F;
    padding: 24px;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.5;
    border-top-left-radius:8px;
    border-top-right-radius: 8px;
  }
  
  .manual-table td{
    background-color: #fff;
    padding: 16px 24px;
    border: 1px solid #E8E8E8;
    font-size: 16px;
    line-height: 1.5;
  }
  
  .manual-table td:first-child{
    color: #666666;
  }
  
  .manual-table td:last-child{
    color: #00A94F;
    font-weight: 600;
    text-align: center;
    max-width: 115px;
    width: 115px;
  }
  .manual-table td:last-child span{
    text-decoration: underline;
  
  }
  
  .manual-table tr:last-child td:first-child{
    border-bottom-left-radius: 8px;
  }
  .manual-table tr:last-child td:last-child{
    border-bottom-right-radius: 8px;
  }
}

#download-manual{
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  line-height: 1.5;
}

#download-manual a{
  text-decoration: underline;
  color: #00A94F;
  
}

.manual-table tr td span{
  margin-left: 8px;
}

.manual-table.mt-20 {
  margin-top: 20px;
}</pre></body></html>