<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;
 
}
@media screen and (max-width: 767px) {
  .function_button {
    position: fixed;
    top: 116px;
    width: 100%;
  }
}
.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;
}

.function-wrap .right{
  padding:48px 16px;
  padding-top: 24px;
  background-color: #ECF4F3;
}
.function-wrap .right::-webkit-scrollbar {
  display: none;
}
@media  screen and (min-width: 767px) {
  .function-wrap .right{
    overflow-x: auto;
  }
}
@media screen and (min-width: 991px) {

  .function-wrap {
    padding-bottom: 40px;
  }
}
.function-wrap .left {
  padding: 0px;
}
/* @media screen and (max-width:768px){
      .function-wrap .left {
          padding: 0px;
      }
  } */
.icw .fn-title {
  font-size: 16px ;
  font-weight: 600;
  margin-bottom: 16px;
  padding-left: 8px;
}
.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-list {
  margin-bottom: 40px;
}
.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: #EEEEEE;
  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);
}
.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: 18px;
  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;
}
.function-wrap {max-height: 608px;}

 .right {position: relative; clip-path: border-box;}
.function-wrap .right::before {content: ""; position: fixed;    left: 31.6vw;bottom: 0; background-image: url(../img/bg-faq.png); background-size: cover; background-repeat: no-repeat; width: 590px; height: 236px;}
@media screen and (max-width:1024px) {
  .function-wrap {background-color: #ECF4F3; max-height: 100%;}
  .function-wrap .right::before {left: 0;bottom: 15.6vw;}
  .sc-highlight-banner {padding-top: 116px;}
  
}
@media screen and (max-width:991px) {
  .function-wrap .right{min-height: calc(100vh - (238px + 148px + 50px));}
}
@media screen and (max-width:767px) {
  .function-wrap .right::before {width: 100vw; height: 42vw;bottom: 132px;}
  .function-wrap .right {min-height: calc(100vh - (166px + 148px));}
}


@media screen and (min-width: 768px) {
  /* .function-wrap {
    padding: 40px;
   
  } */
  .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) {
  .sc-second-sec{position: relative; }
  .sc-second-sec::before {content: ""; position: absolute; top: 0; right: 0;height: 100%; width: 70%; background-color: #ECF4F3;}
  .function-wrap {
    display: flex;
    padding: 0;
    padding-left: calc(50% - 500px);
    position: relative;
    
  }
  .function-wrap .left {
    width: 30%;
    background-color: #FFFFFF;
    padding: 32px 8px;
    /* 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;
  
}
.internal-menu .title {
  padding-left: 8px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .internal-menu {
    padding-top: 16px;
    padding-left: 16px; 
    padding-right: 16px;
  }
}



/*============================== 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%;
  padding-top: 116px;
}
.sc-highlight-banner .sc-inner{
  padding:35px 0 24px;
}
.sc-highlight-banner .sc-heading{
  margin-bottom:0;
}


@media screen and (max-width: 991px) {
  .sc-highlight-banner {padding-top: 116px;}
}
@media screen and (max-width: 767px) {
  .sc-highlight-banner .sc-inner{display: none;}
  .sc-highlight-banner {padding-top: 166px;}
}
@media (min-width: 768px) {
  .sc-highlight-banner{
    background-image: url(../img/promotion-banner-pc.png);
  }
  .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;
}

/* sc-faq */

/*############################ sc-faq ###################################*/
@media screen and (min-width: 200px) {
  /*############################ sc-faqs ###################################*/
  .sc-faqs .sc-heading {text-align: center; color: #333333;}
  .sc-faqs .sc-heading .title {font-size: 20px; font-weight: 600; line-height: 1.5;}
  .sc-faqs .accordion-group .accordion-block + .s-title {margin-top: 40px;}
  .sc-faqs .accordion-group .accordion-block {max-width: 850px;margin-left: auto;margin-right: auto;}
  .sc-faqs .container-faq {position: relative; max-width: 850px; margin: 0 auto;}
  .sc-faqs .accordion-group .accordion-block + .accordion-block {margin-top: 16px;}
  .sc-faqs .accordion-title {position: relative;border-radius: var(--radius);background: #FFFFFF;box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1); border: 0;}
  .sc-faqs .accordion-title {position: relative;padding: 16px 50px 16px 16px;cursor: pointer;color: #333333;word-wrap: break-word;font-family: "kurious-looped";font-size: 16px;font-weight: 600;line-height: 1.5em;border-radius: 8px;background-color: transparent;transition: var(--transition);margin-bottom: 0;margin-top: 16px;background-color: #FFFFFF;}
  .sc-faqs .accordion-title:first-child {margin-top: 0;}
  .sc-faqs .accordion-title:after {font-family: "iconkcc";content: "\e91d";font-size: 14px;line-height: 1;width: 18px;height: 18px;margin: auto;position: absolute;right: 16px;top: 0;bottom: 0;display: flex;justify-content: center;align-items: center;-webkit-transform: translate(0);-moz-transform: translate(0);-ms-transform: translate(0);transform: translate(0);}
  .sc-faqs .accordion-title.active:after {content: "\e91c";}
  .sc-faqs .accordion-title:after{color: #00A94F;}
  .sc-faqs .accordion-title:hover:after {color: #00A94F;}
  .sc-faqs .accordion-title:hover {color: #333333;background-color: #FFFFFF;}
  .sc-faqs .accordion-title.active {color: #FFFFFF;background-color: #00A94F;border-radius: 8px 8px 0 0;}
  .sc-faqs .accordion-title.active:after {color: #FFFFFF;}
  .sc-faqs .accordion-content {padding: 24px 16px;font-family: "kurious-looped";margin: 0;background-color: #FFFFFF;box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);border-radius: 0 0 8px 8px;}
  .sc-faqs .accordion-content .hr {border-top: 1px solid #eee;width: 100%;margin-top: 16px;margin-bottom: 16px;}
  .sc-faqs .accordion-content .remark .remark-title {margin-bottom: 8px;}
  .sc-faqs .accordion-content .remark .remark-desc {font-size: 13px;}
  .sc-faqs .accordion-content .remark .list-remark {margin-right: 16px;}
  .sc-faqs .accordion-content a {color: #00A94F;text-decoration: underline;font-weight: 600;word-break: break-all;}
  .sc-faqs .accordion-content p ,
  .sc-faqs .accordion-content span,
  .sc-faqs .accordion-content dd {
      line-height: 1.5em;
      margin: 0;
      color: #333333;
      margin-bottom: 24px;
  }
  .sc-faqs .accordion-content p:last-child {
    margin-bottom: 0;
  }
  .sc-faqs .accordion-content p strong,
  .sc-faqs .accordion-content span strong,
  .sc-faqs .accordion-content dd strong {
      font-weight: 600;
      color: #333333;
  }
  .sc-faqs .accordion-content p:last-child,
  .sc-faqs .accordion-content dd:last-child {
      margin-bottom: 0;
  }
  .sc-faqs .accordion-content ul {
      margin: 0 0 20px 1.2em;
      padding: 0;
  }
  .sc-faqs .accordion-content ul:last-child {
      margin-bottom: 0;
  }
  .sc-faqs .accordion-content ul li::marker {
      font-size: 13px;
  }
  .sc-faqs .accordion-content ul strong {
      color: #333333;
  }
  .sc-faqs .accordion-content ul &gt; li {
      color: #333333;
      position: relative;
      list-style-type: disc;
      font-family: "kurious-looped";
      font-size: 16px;
      font-weight: 500;
      line-height: 1.5em;
      margin: 0;
  }
  .sc-faqs .accordion-content ol.list-strong li::marker{
    font-weight: 600;
  }
  .sc-faqs .accordion-content ol {
      margin: 0 0 16px 1.2em;
      padding: 0;
  }
  .sc-faqs .accordion-content ol:last-child {
      margin-bottom: 0;
  }
  .sc-faqs .accordion-content ol &gt; li {
      position: relative;
      list-style-type: decimal;
      font-family: "kurious-looped";
      font-size: 16px;
      font-weight: 500;
      line-height: 1.5em;
      color: #333333;
  }
  .sc-faqs .accordion-content .icon {
      margin-right: 5px;
      position: relative;
      top: -2px;
  }
  .sc-faqs .accordion-content .link-tel {
      color: var(--cr-gray);
  }
  .sc-faqs .ic-telephone{
      display: inline-block;
  }
  .sc-faqs .accordion-content .link-tel .icon {
      position: relative;
      top: 1px;
      margin-right: 8px;
  }
  .sc-faqs .accordion-content .link-tel + .link-tel {
      margin-right: 0;
  }
  .sc-faqs .accordion-content .no-phone {
      pointer-events: none;
      color: inherit;
      text-decoration: none;
  }
  .sc-faqs .accordion-content a[x-apple-data-detectors].no-phone {
      color: inherit !important;
      text-decoration: none !important;
      font-size: inherit !important;
      font-family: inherit !important;
      font-weight: inherit !important;
      line-height: inherit !important;
  }

  
  
}

@media screen and (min-width : 768px) {
  .sc-faqs .sc-inner {padding: 64px 0;}
  .sc-faqs .sc-heading {margin-bottom: 40px;}
  .sc-faqs .sc-heading .title {font-size: 26px;}
}

/* scroll */
.sc-faqs table.apply-table { text-align: center; width: 100%; border-collapse: separate;border-spacing: 0; }
.sc-faqs table.apply-table thead tr th { background-color: #00A94F;color: #ffffff; font-size: 13px; padding: 8px;}
.sc-faqs table .second-title {font-size: 13px;color: #ffffff;}
.sc-faqs table.apply-table thead tr th:first-child {border-top-left-radius: 8px; width: 200px;}
.sc-faqs table.apply-table thead tr th:last-child {border-top-right-radius: 8px; border-left: 1px solid #E8E8E8;}
.sc-faqs table.apply-table tbody tr td {border-color: #E8E8E8; border-style: solid; border-width: 0 0 1px 1px; padding: 8px; font-size: 13px;}

.sc-faqs table.apply-table tbody tr td:last-child {border-right-width: 1px;}
.sc-faqs table.apply-table tbody tr:last-child td:first-child{ border-bottom-left-radius: 8px; }
.sc-faqs table.apply-table tbody tr:last-child td:last-child {border-bottom-right-radius: 8px;}


@media screen and (max-width: 767px) {
  .sc-faqs table.apply-table tbody tr td:nth-child(2) {border-left-width: 0;}
  .sc-faqs table.apply-table tbody tr td:first-child{border-right: 1px solid #E8E8E8;}
  .sc-faqs .table-scroll {overflow-x: scroll; border-radius: 8px; padding-bottom: 20px;}
  .sc-faqs table.apply-table {width: max-content;}
  .sc-faqs .second-title {position: sticky;width: 36.8vw;left: 41vw;}
  .sc-faqs table.apply-table thead tr th:first-child {position: sticky;left: 0;background-color: #00A94F;width: 35vw;border-right: 1px solid #E8E8E8;}
  .sc-faqs table.apply-table thead tr th::before {content: ""; width: 10px; height: 10px; position: absolute; left: 0; top: 0; clip-path: circle(40%);}
  .sc-faqs table.apply-table thead tr th:nth-child(2) {border-left-width: 0;}
  .sc-faqs table.apply-table tbody tr td:first-child {position: sticky; left: 0; background-color: #ffffff;}
  .sc-faqs table.apply-table tbody tr td {width: 35vw;}
}

/* bar custom */
.kbiz-sticky-wrapper {box-shadow: unset !important;}</pre></body></html>