<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*================ default ==================*/
:root {
  --cr-light: #fffFFF;
  --cr-dark: #333333;
  --cr-gray: #666666;
  --cr-black: #111111;
  --cr-lightgray: #999999;
  --cr-green: #00A94F;
  --cr-green2: #007938;
  --cr-border: #E7E7E7;
  --cr-red: #f00;
  --tsition: .3s ease-in-out;
  --radius: 8px;
}

/*============================== TEXT ===============================*/
.icw .nowrap{white-space: nowrap;}
.icw .text-light{color: var(--cr-light) !important;}
.icw .text-dark{color: var(--cr-dark) !important;}
.icw .text-green{color: var(--cr-green) !important;}
.icw .text-gray{color: var(--cr-gray) !important;}
.icw .text-lightgray{color: var(--cr-lightgray) !important;}
.icw .text-black{color: var(--cr-black) !important;}
.icw .text-red{color: var(--cr-red) !important;}

.icw .main {font-style: normal; font-weight: 500; color: var(--cr-gray); font-family: 'kurious-looped';}
.icw .main strong{font-weight: 600;}

.icw h1,.icw h2,.icw h3,.icw h4,.icw h5,.icw h6,
.icw .h1,.icw .h2,.icw .h3,.icw .h4,.icw .h5,.icw .h6{margin: 0 0 0.6em;}

.icw h1,.icw h2,.icw h3,.icw h4,.icw h5,.icw h6,
.icw .h1,.icw .h2,.icw .h3,.icw .h4,.icw .h5,.icw .h6,
.icw h1 strong,.icw h2 strong,.icw h3 strong,.icw h4 strong,.icw h5 strong,.icw h6 strong,
.icw .h1 strong,.icw .h2 strong,.icw .h3 strong,.icw .h4 strong,.icw .h5 strong,.icw .h6 strong{font-family: 'kurious-looped'; margin: 0;}

.icw h1,.icw .h1 {font-weight: 500; line-height: 1.3em;}
.icw h1 strong,.icw .h1 strong{font-weight: 600;}
.icw h2,.icw .h2 {font-weight: 500; line-height: 1.4em;}
.icw h2 strong,.icw .h2 strong{font-weight: 600;}
.icw h3,.icw .h3 { font-weight: 500; line-height: 1.3em;}
.icw h3 strong,.icw .h3 strong{font-weight: 600;}
.icw h4,.icw .h4 { font-weight: 500; line-height: 1.4em;}
.icw h4 strong,.icw .h4 strong{font-weight: 600;}
.icw h5,.icw .h5 { font-weight: 500; line-height: 1.5em;}
.icw h5 strong,.icw .h5 strong{font-weight: 600;}
.icw h6,.icw .h6 { font-weight: 500; line-height: 1.5em;}
.icw h6 strong,.icw .h6 strong{font-weight: 600;}

.icw p{margin: 0 0 0.6em; line-height: 1.2em;}
.icw p{font-family: 'kurious-looped'; font-size: 16px; }
.icw p strong{font-weight: 600;}

.icw p.desc {font-family: 'kurious-looped'; font-size: 16px; font-weight: 500; line-height: 1.5em; margin: 0;}
.icw p.desc strong{font-weight: 600;}

.icw .caption{font-family: 'kurious-looped'; font-size: 13px; font-weight: 500; line-height: 1.5em;}
.icw .caption strong{font-weight: 600;}

.icw a.link{font-family: 'kurious-looped'; font-weight: 600; color: var(--cr-green); text-decoration: underline;}

@media screen and (min-width: 200px) {
  .icw h1,.icw .h1 {font-size: 28px; line-height: 1.4em;}
  .icw h2,.icw .h2 {font-size: 24px; line-height: 1.4em;}
  .icw h3,.icw .h3 {font-size: 20px; line-height: 1.4em;}
  .icw h4,.icw .h4 {font-size: 18px; line-height: 1.5em;}
  .icw h5,.icw .h5 {font-size: 16px; line-height: 1.5em;}
  .icw h6,.icw .h6 {font-size: 16px; line-height: 1.5em;}
}
@media screen and (min-width: 768px) {
  .icw h1,.icw .h1{font-size: 42px; line-height: 1.3em;}
  .icw h2,.icw .h2{font-size: 33px; line-height: 1.4em;}
  .icw h3,.icw .h3{font-size: 26px; line-height: 1.3em;}
  .icw h4,.icw .h4{font-size: 20px; line-height: 1.4em;}
  .icw h5,.icw .h5{font-size: 18px; line-height: 1.5em;}
  .icw h6,.icw .h6{font-size: 16px; line-height: 1.5em;}
}


/*============================== Hidden &amp; Visible ===============================*/
.show-w1199{display: none;}
.show-w991{display: none;}
.show-w767{display: none;}
.show-w414{display: none;}
.show-w375{display: none;}
.show-w360{display: none;}

@media (max-width: 1199px){
  .show-w1199{display: block;}
  .hide-w1199{display: none;}
}
@media (max-width: 991px){
  .show-w991{display: block;}
  .hide-w991{display: none;}
}
@media (max-width: 767px){
  .show-w767{display: block;}
  .hide-w767{display: none;}
}
@media (max-width: 414px){
  .show-w414{display: block;}
  .hide-w414{display: none;}
}
@media (max-width: 375px){
  .show-w375{display: block;}
  .hide-w375{display: none;}
}
@media (max-width: 360px){
  .show-w360{display: block;}
  .hide-w360{display: none;}
}


/*============================== LAYOUT ===============================*/
.icw button, .icw input, .icw select, .icw textarea { -webkit-appearance: none; -moz-appearance: none; appearance: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;
  -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; border: 0; background: none; padding: 0; margin: 0;min-width: inherit;
  font: inherit;text-transform: none;text-align: left; color: inherit;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;
}

.icw .container:before,
.icw .container:after{content: ''; display: table; clear: both;}
.icw .container,
.icw .container-xs,
.icw .container-sm,
.icw .container-md { margin-left: auto; margin-right: auto; padding-left: 16px;padding-right: 16px; width: 100%;}
.icw .container {max-width: 1172px;}
.icw .container-xs {max-width: 830px;}
.icw .container-sm {max-width: 930px;}
.icw .container-md {max-width: 1030px;}

.icw .a-left{text-align: left;}
.icw .a-center{text-align: center;}
.icw .a-right{text-align: right;}

.icw .row-0{margin: 0px;}
.icw .row-0 &gt; div{padding: 0px;}

.icw .row-20{margin: 0 -10px;}
.icw .row-20 &gt; div{padding: 0 10px;}

.icw .row-flex{display: flex; flex-wrap: wrap;}
.icw .row-flex.align-items-center{align-items: center;}
.icw .row-flex &gt; div{float: none;}
.icw .row-flex &gt; .col{ flex-basis: 0;-webkit-box-flex: 1;flex-grow: 1;max-width: 100%;}
.icw .row-flex &gt; .col-auto{-webkit-box-flex: 0;flex: 0 0 auto; width: auto; max-width: none;}
.icw .row-flex &gt; .col-12 {-webkit-box-flex: 0;flex: 0 0 100%;max-width: 100%;}
.icw .row-flex &gt; .col-6 {-webkit-box-flex: 0;flex: 0 0 50%;max-width: 50%;}

.icw .item-list{padding: 0; margin: 0; list-style: none;}
.icw .item-list:after{content: ''; display: table; clear: both;}
.icw .item-list &gt; li{float: left;}

.icw .section{position: relative;}
.icw .section .sc-inner{position: relative;}

@media screen and (min-width: 200px) {
  .section .sc-inner{padding: 48px 0;}
}
@media screen and (min-width: 768px) {
  .section .sc-inner{padding: 64px 0 30px;}
}


/*============================== button ===============================*/
.icw .btn{padding: 0 32px; width: auto; min-width: 120px; font-family: 'kurious-looped'; font-weight: 600; border: 0; font-size: 16px;height: 48px;
  background: transparent; color: var(--cr-gray); display: inline-flex; justify-content: center; align-items: center;
  text-align: center; border-radius: 8px; transition: var(--tsition); line-height: 1.5em; text-decoration: none;
  overflow: hidden; position: relative; z-index: +1; /*box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25); */
}
.icw .btn:hover,
.icw .btn:active:hover, 
.icw .btn.active:hover, 
.icw .btn:active:focus,
.icw .btn.actitve:focus,
.icw .btn:active.focus,
.icw .btn.active.focus,
.icw .btn:focus,
.icw .btn:focus:hover,
.icw .btn.focus:hover{
  color: var(--cr-gray); background-color: transparent; outline: 0; outline-offset:0;
}

.icw .btn:before{content: ''; position: absolute; z-index: -1; top: 0; left: -100%; width: 100%; height: 100%; transition: var(--tsition); opacity: 0;}
.icw .btn:hover:before{left: 0; opacity: 1;}

.icw .btn.disabled,
.icw .btn.disabled:hover{color: var(--cr-gray); background-color: transparent; border-color: var(--cr-border); opacity: 0.5;}

.icw .btn.fluid{width: 100%; min-width: inherit;}

.icw .btn.btn-primary{background: var(--cr-green); color: var(--cr-light); transition: all .8s,color .3s .3s;}
.icw .btn.btn-primary:hover{background: var(--cr-green); color: var(--cr-light); border-color: var(--cr-green);}
.icw .btn.btn-primary:before{background-color: #0BC160;}

.icw .btn.btn-secondary{background: var(--cr-light); color: var(--cr-green);}
.icw .btn.btn-secondary:hover{background: var(--cr-light); color: var(--cr-light);}
.icw .btn.btn-secondary:before{background-color: var(--cr-green);}

/* button for nav floating apply */
#navigation-page-sticky .btn.btn-xs.btn-green {
  padding: 0;
}

/*============================== swiper ===============================*/
.swiper-button-next, 
.swiper-button-prev{position: absolute; top: 48%; box-shadow: 0 3px 6px rgba(0, 0, 0, .26);
  z-index: 1; font-size: 0; background-color: rgba(0, 0, 0, 0.6); overflow: hidden; width: 40px; height: 40px;
  border-radius: 50%; transform: translate(0, -50%); display: flex; align-items: center;
}
.swiper-button-next{right:8px;} 
.swiper-button-prev{left:8px;}
.swiper-button-next:after, 
.swiper-button-prev:after {display: none;}
.swiper-button-next:before,
.swiper-button-prev:before { content: ''; display: inline-block;width: 10px;height: 10px; position: relative; top: 0;
  border-top: 2px solid #FFFFFF; border-left: 2px solid #FFFFFF; visibility: visible; 
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 2px;
}
.swiper-button-next:before { left: -2px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.swiper-horizontal&gt;.swiper-pagination-bullets, 
.swiper-pagination-bullets.swiper-pagination-horizontal, 
.swiper-pagination-custom, .swiper-pagination-fraction,
.swiper-pagination{text-align: center; margin: 0; padding-top: 32px; position: relative; bottom: 0;}
.swiper-pagination-bullet{font-size: 0; line-height: 0; margin: 0; padding: 0; cursor: pointer; margin: 0 4px; border: 1px solid #DDDDDD;
  outline: none;width: 8px; height: 8px; border-radius: 8px; background: var(--cr-light); opacity: 1; transition: var(--tsition);
}
.swiper-pagination-bullet-active{background: #00A94F; border-color: #00A94F; opacity: 1; width: 24px;}

@media screen and (max-width: 767px){
  .swiper-button-next, 
  .swiper-button-prev{width: 35px; height: 35px;}

  .swiper-horizontal&gt;.swiper-pagination-bullets, 
  .swiper-pagination-bullets.swiper-pagination-horizontal, 
  .swiper-pagination-custom, .swiper-pagination-fraction,
  .swiper-pagination{padding-top: 24px;}
}


/*============================== tab ===============================*/
.tab-control{position: relative; height: 32px; position: relative; margin-bottom: 0px;}
.tab-control:before{content: ''; position: absolute; height: 1px; left: 0; bottom: 0px; right: 0; 
  background-color: #DBDBDB; border-radius: 50px; z-index: 4;
}
.tab {position: relative; z-index: 3;}
.tab .control{display: flex; flex-wrap: nowrap; justify-content: center; gap: 48px;}
.tab .control a {display: flex; justify-content: center; align-items: center; height: 32px; line-height: 1.4; white-space: nowrap;
  font-weight: 600; font-size: 16px; color: var(--cr-lightgray);text-align: center; position: relative; z-index: 1; text-decoration: none; transition: var(--tsition);
}
.tab .control a.active {color:var(--cr-dark); font-weight: 600; pointer-events: none;}
.tab .selector {height: 3px; background-color: var(--cr-green); position: absolute;
  left: 0;bottom: 0;z-index: 0; border-radius: 0;
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: cubic-bezier(.42, 0, .58, 1);
  -o-transition-timing-function: cubic-bezier(.42, 0, .58, 1);
  transition-timing-function: cubic-bezier(.42, 0, .58, 1);
}
.tab.active{overflow: visible;}
.tab.active .control {display: block; flex-wrap: inherit; width: auto; margin-left: -16px; margin-right: -41px;
  position: relative; z-index: 1; top: 40px; padding: 15px 5px; background-color: #f4f4f4;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}
.tab.active .control a {display: inline-flex; height: auto; padding: 8px 32px; border: 1px solid #ddd;
  border-radius: var(--radius); background-color: var(--cr-light); margin: 4px; color: #999;
}
.tab.active .control a.active {border-color: var(--cr-green); color: var(--cr-green);}

.tab-content {position: relative;opacity: 0;height: 0;overflow: hidden;visibility: hidden; display: block; transition: var(--tsition);}
.tab-content.active {opacity: 1;height: auto;overflow: visible;visibility: visible;}

/* @media screen and (max-width: 767px) {
  ::-webkit-scrollbar {display: none;}
} */


/*============================== PAGE ===============================*/
@media screen and (max-width:767px) {
  .sc-highlight .wrapper.bgV .thumb{position: absolute; right: 16px; left: calc(100% - 172px);bottom: 0; width: 156px; top: calc(100% - 108px); margin: 0;}
  .sc-highlight .item-list&gt;li:nth-child(5) {
    width: calc(100%);
    padding: 24px 8px 8px 8px;
  }
  .sc-highlight .wrapper.bgV .content{padding:16px; height: 172px; display: flex; flex-direction: column; justify-content: space-between;}
}

@media screen and (max-width: 1139px) {
  #navigation-header.header.fixed:not(.tiny) .header-mobile {
    background: linear-gradient(180deg, rgba(51, 51, 51, 1), rgba(0, 0, 0, 0) 86%);
  }
}


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

  /*############################ sc-highlight ###################################*/
  .sc-highlight .sc-inner{padding-top: 24px;}
  .sc-highlight{background: #F0FAF7;}
  .sc-highlight .sc-heading{text-align: center; margin-bottom: 24px;}
  .sc-highlight .sc-heading .title{margin-bottom: 8px; line-height: 1.5em;}
  .sc-highlight .item-list{margin: -8px;}
  .sc-highlight .item-list &gt; li{width: calc(100%/2); padding: 56px 8px 8px 8px; list-style: none;}

  .sc-highlight .wrapper{position: relative; display: block; border-radius: var(--radius);}
  .sc-highlight .wrapper.bgI{background: #6CA6A0;}
  .sc-highlight .wrapper.bgII{background: #66B6A0;}
  .sc-highlight .wrapper.bgIII{background: #52BA95;}
  .sc-highlight .wrapper.bgIV{background: #339E81;}
  .sc-highlight .wrapper.bgV{background: #3B8880;}
  .sc-highlight .wrapper .thumb{position: absolute; right: 0; left: 0; width: 156px; top: -56px; margin: auto;}
  /* .sc-highlight .wrapper.bgV .thumb{position: absolute; right: 70px; left: 170px;bottom: 0; width: 156px; top: calc(100% - 108px); margin: auto;} */
  /* .sc-highlight .item-list&gt;li {
    width: calc(100%/3);
  }

  .sc-highlight .item-list&gt;li:nth-child(4),
  .sc-highlight .item-list&gt;li:nth-child(5) {
      width: calc(100%/2);
  } */

  .sc-highlight .wrapper .content{padding: 56px 16px 16px 16px; height: 236px; display: flex; flex-direction: column; justify-content: space-between;}
  .sc-highlight .wrapper .content .txt{color: var(--cr-light);}
  .sc-highlight .wrapper .content .txt .show-w767{display: inline;}
  .sc-highlight .wrapper .content .desc{color: var(--cr-light); text-decoration: underline; font-weight: 600; font-family: 'kurious-looped';}
  /* .sc-highlight .item-list &gt; li:last-child{width: calc(100%); padding-top: 24px;} */
  /* .sc-highlight .item-list &gt; li:last-child .wrapper .thumb{position: absolute; right: 0; bottom: 0; width: 156px; top: auto; left: auto;} */
  /* .sc-highlight .item-list &gt; li:last-child .wrapper .content{padding: 16px; height: 172px; display: flex; flex-direction: column; justify-content: space-between;} */
  /* .sc-highlight .item-list &gt; li:last-child .wrapper .content .txt .show-w767{display: none;} */
  .sc-highlight .note{padding-top: 24px;}
  .sc-breadcrumb ul{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 auto 48px;
    width: 100%;
    column-gap: 36px;
    padding: 0;

  }
  .sc-breadcrumb ul li{
    font-size: 13px;
    list-style: none;
    margin-right: 8px;
    position: relative;
    color: #666666;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 24px;
  }

  .sc-breadcrumb ul li::after{
    content: "";
    opacity: 1;
    position: absolute;
    left: calc(100% + 16px);
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
    height: 8px;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    width: 8px;
  }
  .sc-breadcrumb ul li:last-child{
    overflow: hidden;
    white-space: nowrap;
    flex-wrap: nowrap;
  }
  .sc-breadcrumb ul li:last-child:after {
    content: "";
    position: absolute;
    right: 0;
    border-right: none;
    border-bottom: none;
  }
  .sc-breadcrumb ul li strong{
    font-size: 13px;
    list-style: none;
    margin-right: 8px;
    position: relative;
    color: #00A94F;
    font-weight: 600;
  }

  /*############################ sc-warranty table v.1 ###################################*/
  /* .sc-warranty{background: var(--cr-light);}
  .sc-warranty .sc-heading{text-align: center; margin-bottom: 24px;}
  .sc-warranty .sc-heading .title{margin-bottom: 0px; line-height: 1.5em;}
  .sc-warranty .sc-content{max-width: 830px; margin: 0 auto;}
  .sc-warranty table{width: 100%; border-spacing: 0; border-radius: 8px; box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);}
  .sc-warranty tr:first-child td:first-child{border-radius: 8px 0 0 0;}
  .sc-warranty tr:first-child td:last-child{border-radius: 0 8px 0 0;}
  .sc-warranty tr:last-child td:first-child{border-radius: 0 0 0 8px;}
  .sc-warranty tr:last-child td:last-child{border-radius: 0 0 8px 0;}
  .sc-warranty td:first-child{border-right: 1px solid #E8E8E8; border-bottom: 1px solid #E8E8E8; background: var(--cr-green); 
      color: var(--cr-light); font-family: 'kurious-looped'; font-weight: 600; 
  }
  .sc-warranty td{border-right: 1px solid #E8E8E8; border-bottom: 1px solid #E8E8E8; background: var(--cr-light); 
      color: var(--cr-gray); font-family: 'kurious-looped'; font-weight: 500; 
  }
  .sc-warranty td{padding: 16px; text-align: center; font-size: 13px; line-height: 1.5em;}
  .sc-warranty td ul li{text-align: start;}
  .sc-warranty td ul p{text-align: start;margin-bottom: 12px;font-size: 16px;font-weight: 24px;line-height: 24px;}
  .sc-warranty td p{font-size: 13px;line-height: 20px;}

  @media screen and (min-width:768px) {
  .sc-warranty td p{font-size: 16px;line-height: 24px;}
    
  } */

  /*############################ sc-protection ###################################*/
  .sc-protection{background: #F4FEF8;}
  .sc-protection .sc-heading{text-align: center; margin-bottom: 24px;}
  .sc-protection .sc-heading .title{margin-bottom: 0px; line-height: 1.5em;}
  .sc-protection .sc-content{position: static;}
  .sc-protection .zoom{margin-bottom: 16px; text-align: center;}
  .sc-protection .zoom .txt{font-weight: 600; font-family: 'kurious-looped'; color: var(--cr-green); margin: 0;}
  .sc-protection .zoom .txt .icon{margin-right: 8px;}
  .sc-protection .box-thumb{margin-bottom: 40px;padding-bottom: 40px;border-bottom: 1px solid #00A94F;}
  .sc-protection .box-thumb.last-child{border-bottom: none;}
  .sc-protection .box-thumb h3{font-family: 'kurious-looped';font-size: 26px;font-weight: 600;line-height: 39px;text-align: center;color: #333333;margin-bottom: 16px;
    }
  .sc-protection .box-thumb .text-scroll{display: flex;gap:8px;justify-content: center;align-items: center;margin-bottom: 16px;}
  .sc-protection .box-thumb .text-scroll i{color: var(--cr-green);font-size: 24px;}
  .sc-protection .box-thumb .text-scroll p{margin: 0;}
  .sc-protection .box-thumb .img-overflow{width: 100%;max-width: 100%;overflow-x: scroll;padding-bottom: 20px;}
  .sc-protection .box-thumb .img-overflow img{width: 837px;max-width: none;}

  .sc-protection .box-info{background: #F4FEF8;}
  .sc-protection .box-info + .box-info{margin-top: 24px; padding-top: 24px; border-top: 1px solid #DBDBDB;}
  .sc-protection .box-info .col p{font-size: 16px;line-height: 30px;font-weight: 500;}
  .sc-protection .wrapper{position: fixed; z-index: 19001; top: 0; left: 100%; height: calc(100dvh); width: 100vw; transition: var(--tsition); background: #F4FEF8;}
  .sc-protection .wrapper.protection-active{left: 0%; overflow: auto; display: flex; flex-direction: column; justify-content: space-between; pointer-events: visible;}
  .sc-protection .back-mobile { width: 40px; height: 40px; position: absolute; z-index: 9; top: 16px; left: 16px;}
  .sc-protection .inner{padding: 70px 16px 24px; position: relative;}
  .sc-protection .row-flex{margin: -8px; display: block;}
  .sc-protection .row-flex &gt; div{padding: 8px;}
  .sc-protection .h-title{font-size: 28px; line-height: 1.5em; color: var(--cr-dark); text-align: center; margin-bottom: 24px;}
  .sc-protection .h-title strong{font-weight: 600;}
  .sc-protection .s-title{font-size: 16px; line-height: 1.5em; color: var(--cr-dark); margin-bottom: 16px;}
  .sc-protection .s-title strong{font-weight: 600;}
  .sc-protection p.desc{color: var(--cr-gray); margin-bottom: 0; line-height: 1.9em;}
  .sc-protection .ol-list{position: static; padding-left: 1.3em; margin: 0;}
  .sc-protection .ol-list &gt; li{color: var(--cr-gray); line-height: 1.9em; font-size: 16px; font-weight: 500; font-family: 'kurious-looped';}
  .sc-protection .note{padding: 16px; background: #FAFAFA;}
  .sc-protection .note small{font-size: 13px; font-weight: 500; font-family: 'kurious-looped'; color: var(--cr-gray); line-height: 1.5em;
      position: relative; padding-left: 1em;
  }
  .sc-protection .note small:before{content: '*'; position: absolute; top: 0; left: 0;}
  .sc-protection .nav-mobile-link{display: flex; align-items: center; text-decoration: none; color: var(--cr-dark); position: relative; font-weight: 600;}
  .sc-protection .nav-mobile-link:before { content: ""; position: absolute; width: 12px; height: 12px; transform: rotate(45deg); top: 0px; right: 0; bottom: 0;
      margin: auto; border-top: 2px solid var(--cr-green); border-right: 2px solid var(--cr-green);
  }
  .sc-protection .nav-mobile-link .icon{margin-right: 16px; display: flex; justify-content: center; align-items: center; width: 24px; height: 24px;}
  .sc-protection .nav-mobile-link .icon &gt; img{width: 24px; height: 24px;}
    
  .sc-protection .wrapper .note p{
    font-size: 13px;
    line-height: 20px;
  }

  .sc-protection .pl-20{padding-left: 16px ;}


  /*############################ protection-active ###################################*/
  html.protection-active{overflow: hidden; touch-action: none; pointer-events: none; height: 100%;}
  body.protection-active{overflow: hidden; touch-action: none; pointer-events: none; height: 100%;}
  .icw .main.protection-active{position: static; touch-action: none; pointer-events: none; height: 100%;}


  /*############################ sc-faq ###################################*/
  @media screen and (min-width: 200px) {
    .sc-faqs {background: #F0FAF7; overflow: hidden;}
    .sc-faqs .sc-inner {padding: 48px 0;}
    .sc-faqs .sc-inner .container {max-width: 850px;width: 100%;margin: 0 auto;}
    .sc-faqs .title-container {display: flex;flex-direction: column;line-height: 0;}
    .sc-faqs .container {position: relative;}
    .sc-faqs .container::before {background-image: url(../img/bg-faq.png);width: 391px;height: 158px;background-size: cover;background-repeat: no-repeat;position: absolute;bottom: -70px;left: -0px;}
    .sc-faqs .sc-heading {text-align: center;display: flex;flex-direction: column;align-items: center;gap: 8px;margin-bottom: 32px;}
    .sc-faqs .sc-heading .title {font-size: 28px;line-height: 1.5em;}
    .sc-faqs .sc-heading .desc {font-size: 16px;line-height: 1.5em;}
    .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 .accordion-group .accordion-block + .accordion-block {margin-top: 16px;}
    .sc-faqs .accordion-title {position: relative;border-radius: var(--radius);background: var(--color-light);box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);}
    .sc-faqs .accordion-title {position: relative;padding: 16px 50px 16px 16px;cursor: pointer;color: var(--color-dark);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: var(--color-light);}
    .sc-faqs .accordion-title:first-child {margin-top: 0;}
    .sc-faqs .accordion-title:after {font-family: "icongarage";content: "\e90f";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: "\e910";}
    .sc-faqs .accordion-title:after{color: var(--color-primary);}
    .sc-faqs .accordion-title:hover:after {color: var(--color-light);}
    .sc-faqs .accordion-title:hover {color: var(--color-light);background-color: var(--color-primary);}
    .sc-faqs .accordion-title.active {color: var(--color-light);background-color: var(--color-primary);border-radius: 8px 8px 0 0;}
    .sc-faqs .accordion-title.active:after {color: var(--color-light);}
    .sc-faqs .accordion-content {padding: 16px;font-family: "kurious-looped";margin: 0;background-color: var(--color-light);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: var(--color-primary);text-decoration: underline;font-weight: 600;word-break: break-all;}
    .sc-faqs .accordion-content p ,
    .sc-faqs .accordion-content dd {line-height: 1.5em;margin: 0;color: var(--color-black);}
    .sc-faqs .accordion-content p strong,
    .sc-faqs .accordion-content dd strong {font-weight: 600;color: var(--color-black);}
    .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 16px 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: var(--color-black);}
    .sc-faqs .accordion-content ul &gt; li {color: var(--color-black);position: relative;list-style-type: disc;font-family: "kurious-looped";font-size: 16px;font-weight: 500;line-height: 1.5em;}
    .sc-faqs .accordion-content ul &gt; li + li {margin-top: 5px;}
    .sc-faqs .accordion-content ol {margin: 0.5rem 0 0.5rem 1.5em;padding: 0;line-height: 1.5;}
    .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;}
    .sc-faqs .accordion-content ol &gt; li + li {margin-top: 5px;}
    .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: 33px;}
  }



  /*############################ sc-annotation ###################################*/
  .sc-annotation{background: var(--cr-light);}
  .sc-annotation .sc-content{border-radius: 8px; border: 1px solid #EEE; background: var(--cr-light); padding: 24px 16px; max-width: 850px; margin: 0 auto;}
  .sc-annotation .head{margin-bottom: 24px;}
  .sc-annotation .note{margin-top: 39px;}
  .sc-annotation .note ul{padding-left: 1em; margin-top: 0; color: var(--cr-gray); line-height: 1.5em; font-family: 'kurious-looped'; font-size: 13px;}
  .sc-annotation .note .desc{font-size: 13px;}
  .sc-annotation .title{margin-bottom: 8px;}
  .sc-annotation .desc{margin-bottom: 0; color: var(--cr-gray);}
  .sc-annotation .row-flex{display: block;}
  .sc-annotation .row-flex &gt; div{position: relative;}
  .sc-annotation .row-flex &gt; div + div{margin-top: 24px; padding-top: 24px; border-top: 1px solid #eee;}



  /*############################ sc-shortcut ###################################*/
  .sc-shortcut{background-color: var(--cr-light); overflow: hidden;}
  .sc-shortcut.sc-top .sc-inner{padding-top: 90px;}
  .sc-shortcut .sc-inner{padding: 40px 0;}
  .sc-shortcut .item-list{position: relative; padding: 0; margin: 0; list-style: none;}
  .sc-shortcut .item-list &gt; li{width: 100%; border-bottom: 1px solid var(--cr-border);}
  .sc-shortcut .item-list &gt; li+li{margin-top: 8px;}
  .sc-shortcut .wrapper{display: flex; width: 100%;flex-wrap: nowrap; position: relative; padding:8px 0;}
  .sc-shortcut .icon{-webkit-box-flex: 0;flex: 0 0 auto; width: auto; max-width: none;}
  .sc-shortcut .icon img{height: 20px; display: block; margin: 0 auto;}
  .sc-shortcut .content{flex-basis: 0;-webkit-box-flex: 1;flex-grow: 1;max-width: 100%; padding-left: 16px;}
  .sc-shortcut .txt{font-size: 16px; color: var(--cr-green); margin: 0; line-height: 1.5em;}
  .sc-shortcut .txt strong{font-weight: 600; color: var(--cr-dark);}
  .sc-shortcut .txt .a-link{font-weight: 600; color: var(--cr-green); text-decoration: underline;}


  #navigation-header.fx-fixbarcc-footer .footer-slogan, 
  #navigation-footer .footer-slogan {margin-bottom: 0px; padding-bottom: 0; height: 64px;}

}

@media screen and (min-width: 768px) { 
  .sc-highlight .sc-inner{padding-top: 32px; padding-bottom: 52px;}

  .sc-breadcrumb ul{
    margin-bottom: 64px;
  }
  .sc-highlight .sc-heading{margin-bottom: 32px;}
  .sc-highlight .item-list{margin: -12px;}
  .sc-highlight .item-list &gt; li{padding: 12px;}
  /* .sc-highlight .item-list &gt; li:last-child{width: calc(100%); padding-top: 12px;} */
  /* .sc-highlight .item-list &gt; li:last-child .wrapper .content{height: 163px;} */
  .sc-highlight .wrapper .thumb{position: absolute; right: 0; bottom: 0; width: 156px; top: auto; left: auto;}
  .sc-highlight .wrapper .content{padding: 16px; height: 175px; display: flex; flex-direction: column; justify-content: space-between;}
  .sc-highlight .wrapper .content .txt .show-w767{display: none;}
  .sc-highlight .note{padding-top: 32px;}


  /* .sc-warranty .sc-heading{margin-bottom: 40px;}
  .sc-warranty td{padding: 24px; font-size: 16px;} */


  .sc-protection .sc-heading{margin-bottom: 40px;}
  .sc-protection .zoom{display: none;}
  .sc-protection .box-thumb{margin-bottom: 40px;}
  .sc-protection .box-thumb .text-scroll{display: none;}
  .sc-protection .box-thumb .img-overflow{width: 100%;max-width: 100%;overflow-x: hidden;padding-bottom: 20px;}
  .sc-protection .box-thumb .img-overflow img{width: 100%; max-width: 100%;}

  .sc-protection .box-info{border-top: 5px solid var(--cr-green); background: var(--cr-light);
      border-radius: 0px 0px 8px 8px; box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
  }
  .sc-protection .box-info + .box-info{margin-top: 40px; border-top: 5px solid var(--cr-green); padding-top: 0;}
  .sc-protection .wrapper{position: relative; z-index: 0; top: auto; left: auto; height: auto; width: auto; background: none;}
  .sc-protection .wrapper.protection-active{left: 0%; overflow: auto; display: block;}
  .sc-protection .inner{padding: 48px 32px; background: transparent;}
  .sc-protection .note{padding: 16px 32px;}
  .sc-protection .h-title{font-size: 20px; text-align: left; margin-bottom: 32px;}
  .sc-protection .nav-mobile-link{display: none;}
  .sc-protection .back-mobile {display: none;}
 

  html.protection-active{overflow: inherit; touch-action: inherit; pointer-events: inherit}
  body.protection-active{overflow: inherit; touch-action: inherit; pointer-events: inherit}
  .icw .main.protection-active{position: relative; touch-action: inherit; pointer-events: inherit}


  .sc-faqs .sc-heading{margin-bottom: 40px;}
  .sc-faqs .tab-control {margin-bottom: 40px;}
  .sc-faqs .accordion-title{font-size: 18px;}
  .sc-faqs .accordion-content .link-tel{display: none;}


  .sc-annotation .sc-inner{padding: 64px 0;}
  .sc-annotation .sc-content{padding: 32px;}
  .sc-annotation .head{margin-bottom: 16px;}
  .sc-annotation .row-flex{margin: 0 -32px; display: flex;}
  .sc-annotation .row-flex &gt; div{padding: 0 32px;}
  .sc-annotation .row-flex &gt; div + div{margin-top: 0; padding-top: 0; border-top: 0;}
  .sc-annotation .row-flex &gt; div + div:before{content: ''; position: absolute; top: -16px; bottom: -16px; left: 0; width: 1px; background: #eee;}
  .sc-annotation .note{margin-top: 38px;}


  .sc-shortcut .item-list{margin: -9px; display: flex; justify-content: center;}
  .sc-shortcut .item-list &gt; li {width: calc(100%/2); border: 0; padding: 9px;}
  .sc-shortcut .item-list &gt; li+li{margin-top: 0;}
  .sc-shortcut .wrapper{border: 1px solid #EDEDED; border-radius: 8px; padding: 16px;  flex-direction: column; align-items: flex-start;}
  .sc-shortcut .wrapper:before{display: none;}
  .sc-shortcut .content{padding-left: 0; padding-top: 15px;}
  .sc-shortcut .icon img {height: 25px;}
  .sc-shortcut .txt{line-height: 1.4em; min-height:2.8em; color: var(--cr-dark); text-decoration: none;}


}

@media screen and (min-width: 992px) {
  .sc-highlight .item-list &gt; li{width: calc(100%/3);}
  /* .sc-highlight .item-list &gt; li:last-child{width: calc(100%/3);} */
  .sc-highlight .item-list&gt;li:nth-child(4),
  .sc-highlight .item-list&gt;li:nth-child(5) {
      width: calc(100%/2);
  } 

  .sc-protection .row-flex{display: flex;}


  .sc-shortcut .item-list &gt; li {width: calc(100%/5);}
}

@media screen and (min-width: 1200px) {
  .sc-shortcut .icon img {height: 27px;}
  .sc-shortcut .wrapper{transition: var(--transition); transform: scale(1.0);}
  .sc-shortcut .wrapper:hover{transform: scale(1.05);}
}


/* ########### custom scrollbar #############*/
/* width */
.img-overflow::-webkit-scrollbar {
  height: 3px;
  pointer-events: all;
  display: block;
}

/* Track */
.img-overflow::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
/* Handle */
.img-overflow::-webkit-scrollbar-thumb {
  background: #00A94F; 
  border-radius: 10px;
}

/* Handle on hover */
.img-overflow::-webkit-scrollbar-thumb:hover {
  background: #00A94F; 
}


/*############################ sc-article ###################################*/
.sc-article{background: urL(https://www.kasikornbank.com/SiteCollectionDocuments/personal/insure/life/90-5/img/suggest-bg-mb.jpg); overflow: hidden;}
.sc-article .bg{pointer-events: none;}
.sc-article .bg &gt; img { position: absolute; width: 100%; max-width: 1405px; top: -291px; right: -35%;}
.sc-article .sc-inner{padding: 64px 0;}
.sc-article .sc-heading{text-align: center; margin-bottom: 40px;}
.sc-article .sc-heading .title{line-height: 1.5em; margin-bottom: 0; color: var(--cr-dark);}
  
.article-list{position: relative; margin: 0 -16px; padding: 0 16px; overflow: visible;}
.article-list .swiper-slide{transition: var(--tsition); opacity: 0; pointer-events: none;}
.article-list .swiper-slide.swiper-slide-active{opacity: 1; pointer-events: visible;}
.article-list .swiper-pagination{display: none;}
.article-list .wrapper{display: flex; flex-wrap: nowrap; align-items: center; width: 100%;}
.article-list .thumb {max-width: 700px; width: 200%; position: relative; border-radius: 8px 0 0 8px; z-index: 20;}
.article-list .content { width: 100%; height: auto; display: flex; flex-direction: column; height: 420px; box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.10);
    padding: 48px 56px 56px; background: rgba(255,255,255,0.9); border-radius: 0px 8px 8px 0px; backdrop-filter: blur(20px);
}
.article-list .content h3{ color: #333; font-family: kurious-looped; font-size: 16px;  font-style: normal; font-weight: 600; line-height: normal; margin-bottom: 8px;
    height: 2.9em; overflow: hidden; display: -webkit-box; line-height: 1.5em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.article-list .content small{ font-size: 13px; font-family: kurious-looped; font-weight: 500; color: #666; margin-bottom: 24px; line-height: 1.5em; min-height: 1.5em;}
.article-list .content .c-g{ font-size: 16px; font-family: kurious-looped; font-weight: 500; color: #666;
    height: 2.8em; overflow: hidden; display: -webkit-box; line-height: 1.4em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; margin-bottom: 0;
}
.article-list .content .action{margin-top: 16px; text-align: left;}
.article-list .content .action .btn.btn-pay{ border-radius: 8px; background-color: #00A94F; display: inline-flex; align-items: center; justify-content: center;
    color: var(--cr-light); font-family: kurious-looped; font-size: 16px; font-weight: 600; padding: 0 32px; height: 45px; /*box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);*/
    width: auto; max-width: inherit; transition: var(--tsition);
}
.article-list .content .action .btn.btn-pay:hover{ background-color: #0BC160;}

.article-list .thumb {max-width: 580px;}
.article-list .content{height: 348px; padding: 40px 48px 48px;}

.article-list{padding: 0; margin: 0; overflow: visible;}
.article-list .swiper-slide{opacity: 1; pointer-events: visible;}
.article-list .swiper-slide.swiper-slide-active{opacity: 1; pointer-events: visible;}
.article-list .swiper-pagination{display: block; padding-top: 16px;width: auto;margin: auto;}
.article-list .swiper-slide{width: auto;}
.article-list .wrapper{display: block; width: 100%; max-width: calc(100% - 32px); margin: 0 auto;}
.article-list .thumb{border-radius: 8px 8px 0 0; max-width: 100%;}
.article-list .content{padding: 24px; border-radius: 0 0 8px 8px; height: auto;}

.article-list .content .action .btn.btn-pay{width: 100%;}
.sc-article .sc-heading{margin-bottom: 32px;}
.sc-article .sc-inner{padding: 40px 0;}

.article-list.swiper-free-mode&gt;.swiper-wrapper{justify-content: inherit;}
/* .article-list .swiper-pagination{padding-top: 16px;} */
/* .article-list .swiper-slide{width: auto !important; } */

.article-list .content{padding: 16px 24px 24px;}
.article-list .content .action .btn.btn-pay{width: 100%;}

.article-list .swiper-pagination{width: 160px !important;}
.article-list .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{
  transform: scale(.66);
}
.article-list .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{
  transform: scale(.66);
}

@media screen and (min-width:992px) {
    .sc-article .sc-inner{padding: 64px 0;}
.sc-article{background: urL(https://www.kasikornbank.com/SiteCollectionDocuments/personal/insure/life/90-5/img/suggest-bg-pc.jpg); overflow: hidden;}
  .article-list{overflow: hidden;}
  .article-list .content h3{font-size: 18px;}
  .article-list .wrapper{display: block; width: 100%; max-width: 364px; margin: 0 auto;}
}

/* sc-warranty table v.2 */
.sc-warranty {
  background: var(--cr-light);
}

.sc-warranty .sc-inner {
  padding-bottom: 32.2px;
}

.sc-warranty .sc-heading {
  text-align: center; 
  margin-bottom: 40px;
}

.sc-warranty .sc-heading .title {
  margin-bottom: 0px; 
  line-height: 1.5em;
  font-size: 33px;
}

.sc-warranty .sc-content .table-wrapper {
  overflow-x: auto;
  padding-bottom: 24px;
}

.sc-warranty .sc-content .table-wrapper table {
  width: 100%;
  border-spacing: 0; 
  border-radius: 8px; 
  box-shadow: 0px 1px 3px 0px #0000001A;
  overflow: hidden;
}

.sc-warranty .sc-content table {
  width: 100%; 
}

.sc-warranty .sc-content table th {
  border: 1px solid #E8E8E8;
}

.sc-warranty .sc-content table td {
  border: 1px solid #E8E8E8;
  border-top: none;
}

.sc-warranty .sc-content table th:first-child {
  width: 65%;
  border-right: none;
}

.sc-warranty .sc-content table td:last-child {
  text-align: center;
  border-left: none;
}

.sc-warranty .sc-content table td ol {
  margin: 0;
  padding-left: 16px;
}

.sc-warranty .sc-content table td ul {
  margin: 0;
  padding-left: 24px;
  list-style-type: none;
}

.sc-warranty .sc-content table thead th {
  color: var(--cr-light);
  background: var(--cr-green);
  padding: 24px 0;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
}

.sc-warranty .sc-content table td {
  padding: 16px 24px;
}

.sc-warranty .table-footer p {
  font-size: 13px;
  line-height: 1.5;
}

.sc-warranty .zoom-icon-mb-wrapper {
  display: none;
}

.sc-warranty .zoom-icon-mb-wrapper p {
  margin: 0;
}

.sc-warranty .zoom-icon {
  width: 24px;
  height: 24px;
}

@media screen and (max-width: 426px) {
  .sc-warranty .container {
    padding-left: 16px;
    padding-right: 0;
  }

  .sc-warranty .sc-content .table-wrapper table {
    width: 922px;
    border-collapse: collapse;
  }

  .sc-warranty .zoom-icon-mb-wrapper {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-left: 28px;
  }
}

@media screen and (max-width: 767px) {
  .sc-warranty .sc-heading {
    margin-right: 16px;
    margin-bottom: 32px;
  }

  .sc-warranty .sc-heading .title {
    font-size: 28px;
    font-weight: 600;
    line-height: 42px;
  }

  .sc-warranty .sc-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0 0 0 16px;
  }

  .sc-warranty .sc-content .table-wrapper {
    overflow-x: auto;
    padding-bottom: 16px;
  }

  .sc-warranty .sc-content .table-wrapper::-webkit-scrollbar {
    height: 3px;
    border-radius: 8px;
  }

  .sc-warranty .sc-content .table-wrapper::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.15);
    border-radius: 8px;
  }

  .sc-warranty .sc-content .table-wrapper::-webkit-scrollbar-thumb {
    background: #00A94F;
    border-radius: 8px;
  }

  .sc-warranty .sc-content table th:first-child {
    width: 65%;
  }

  .sc-warranty .sc-content table thead th {
    padding: 16px;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
  }

  .sc-warranty .sc-content table td {
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
  }

  .sc-warranty .sc-content table td {
    padding: 8px 16px;
  }

  .sc-warranty .table-footer {
    margin-left: -16px;
    margin-right: 16px;
    padding-top: 8px;
  }

  .sc-warranty .sc-inner {
    padding-bottom: 24.2px;
  }

  .sc-highlight .sc-inner {
    padding: 24px 0 40px;
  }  
}

/* sc-condition */
.warranty-accordion-wrapper .sc-inner {
  padding: 0 0 64px;
}

.warranty-accordion-wrapper .accordion-group {
  overflow: hidden;
  border-radius: 8px;
  margin: 0;
  box-shadow: 0px 2px 5px 0px #0000001A;
}

.warranty-accordion-wrapper .accordion-title {
  padding: 16px 24px;
  background: var(--cr-light);
  color: var(--color-dark);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  cursor: pointer;
  transition: var(--transition);

  display: flex;
  justify-content: space-between;
  align-items: center;
}

.warranty-accordion-wrapper .accordion-title:hover {
  background: #00A94F;
  color: var(--cr-light);
}

.warranty-accordion-wrapper .accordion-title:hover::after {
  content: "\e90f";
  color: var(--cr-light);
}

.warranty-accordion-wrapper .accordion-title.active {    
  background: #00A94F;
  color: var(--cr-light);
}

.warranty-accordion-wrapper .accordion-title.active::after {    
  content: "\e910";
  color: var(--cr-light);
}

.warranty-accordion-wrapper .accordion-title::after {    
  color: #00A94F;
  font-family: "icongarage";
  content: "\e90f";
  font-size: 14px;
  line-height: 1;
  width: 18px;
  height: 18px;

  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);    
}

.warranty-accordion-wrapper .accordion-content {
  padding: 16px 24px;
  margin: 0;
}

.warranty-accordion-wrapper .accordion-content ul {
  padding-left: 16px;
  margin: 0;    
}

@media screen and (max-width: 767px) {
  .warranty-accordion-wrapper .sc-inner {
    padding: 0 0 48px;
  }
  .sc-faqs .tab-content dl.accordion-group {
   margin-bottom: 0;
  }
  .warranty-accordion-wrapper .accordion-title {
    font-size: 16px;
  }
}

/* sc-howto */
.section-howto-kplus {
  background-color: #ecf4f3;
}
.section-howto-kplus .title {
  text-align: center;
}
.section-howto-kplus .title-slide {
  text-align: center;
  margin-bottom: 24px;
}

.section-howto-kplus .swiper-horizontal &gt; .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -32px;
  left: 0;
  width: 100%;
}

.section-howto-kplus .swiper-horizontal &gt; .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0px;
  left: 0;
  width: 100%;
}

.howto-kplus-wrap-swiper {
  position: relative;
  padding: 0 108px;
  margin: 0 16px 40px;
  display: none;
}
.howto-kplus-wrap-swiper.active {
  display: block;
}
.howto-kplus-wrap-swiper .content-header {
  display: flex;
  justify-content: center;
}
.howto-kplus-swiper {
  overflow: hidden;
  position: static;
}
.howto-kplus-swiper .content-box {
  text-align: center;
  margin-top: 16px;
}
.howto-kplus-swiper .step {
  font-family: "kurious-looped";
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 8px;
}

.wrapper-content-slide .tab-default-wrapper {
  border-bottom: 1px solid #dbdbdb;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: baseline;
  white-space: pre;
  overflow-x: scroll;
  padding:0 50px;
  scrollbar-width: none;
}

.wrapper-content-slide .tab-default-wrapper .howto-tab.active {
  color: #333;
  border-bottom: 3px solid #00a94f !important;
  border-radius: 0;
}

.wrapper-content-slide .tab-default-wrapper .howto-tab {
  color: #666;
  font-family: "kurious-looped";
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding-bottom: 8px;
  border-radius: 8px;
  border-bottom: 3px solid transparent !important;
  transition: none;
}

.wrapper-content-slide .tab-default-wrapper::-webkit-scrollbar {
  display: none;
}

.icw .wrapper-content-slide .tab-desc-head {
  margin-bottom: 16px;
  margin-top: 0;
  color: #333;
  font-family: "kurious-looped";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.icw .wrapper-content-slide .tab-desc {
  color: #333;
  font-family: "kurious-looped";
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 16px;
}

.icw .wrapper-content-slide .txt-link {
  color: #00a94f;
  font-family: "kurious-looped" !important;
}

.icw .wrapper-content-slide .txt-link:hover {
  color: #00873f;
}

@media screen and (max-width: 767px) {
  .howto-kplus-wrap-swiper {
    padding: 0;
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: 32px;
  }
  .section-howto-kplus .title-slide {
    margin-bottom: 16px;
  }
  .section-howto-kplus .press-for-enlarge {
    margin-bottom: 16px;
  }
  .wrapper-content-slide .tab-default-wrapper {
    justify-content: center;
    padding:0;
  }
}

@media screen and (min-width: 767px) {
  .wrapper-content-slide .tab-default-wrapper .howto-tab {
    transition: 0.3s ease-in-out;
  }
}

.icw .wrapper-content-slide ul,
.icw .tab-content ul {
  padding-left: 20px;
}

.icw .wrapper-content-slide ul li,
.icw .tab-content ul li {
  list-style: disc;
  color: #666;
  font-family: kurious-looped;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}

.icw .wrapper-content-slide p,
.icw .tab-content p {
  color: #666;
  font-family: kurious-looped;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.wrapper-content-slide {
  position: relative;
  margin-top: 24px;
  margin-bottom: 32px;
}

.wrapper-content-slide .tab-dropdown {
  position: absolute;
  z-index: 2;
  bottom: 0px;
  /* left: 0; */
  /* right: 0; */
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
  margin-left: -15px;
  position: relative;
  display: none;
}

.wrapper-content-slide .tab-dropdown.active {
  opacity: 1;
  visibility: visible;
  border-bottom: 1px solid #dbdbdb;
  margin-left: 0;
  display: block;
  /* padding-left: 16px; */
}

.wrapper-content-slide .tab-dropdown .txt {
  color: #333;
  font-family: "kurious-looped";
  font-size: 16px;
  font-weight: 600;
  line-height: 2.2;
}

.wrapper-content-slide .tab-default-wrapper.active {
  position: absolute;
  display: flex !important;
  z-index: 100;
  /* text-align: left; */
  background: #f4f4f4;
  top: 100%;
  left: -16px;
  margin-top: 0;
  width: calc(100% + 32px);
  padding: 16px;
  white-space: initial;
  border-bottom: 0;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  gap: 10px;
  justify-content: flex-start;
  flex-direction: column;
}

.wrapper-content-slide .tab-default-wrapper.active .tab {
  display: inline-flex !important;
  /* height: 40px; */
  padding: 8px 16px !important;
  border: 1px solid #ddd !important;
  border-radius: 8px !important;
  background-color: #fff !important;
  /* margin: 0 4px; */
}

.wrapper-content-slide .tab-default-wrapper.active .tab.active {
  color: #00a94f;
  border: 1px solid #00a94f !important;
  /* border-bottom: 3px solid transparent !important; */
}

.tab-default-wrapper-nav-active {
  display: none;
}

@media screen and (min-width: 767px) {
  .wrapper-content-slide {
    position: relative;
    margin-top: 60px;
    margin-bottom: 56px;
  }
  .tab-list-content-slide h3 {
    font-size: 20px;
    color: #333;
    font-family: "kurious-looped";
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    margin-bottom: 32px;
  }

  .tab-content-normal {
    padding: 48px 40px 56px;
    background: #fff;
    margin-bottom: 16px;
    border-top: 5px solid #00a94f;
  }

  .tab-list {
    padding-bottom: 8px;
    color: #666 !important;
    line-height: 24px;
    font-weight: 600;
    cursor: pointer;
    margin: 0 24px;
    border-bottom: unset;
    border-bottom: 3px solid transparent !important;
  }

  .tab-list.active {
    color: #333 !important;
    border-bottom: 3px solid #00a94f !important;
  }

  .tab-default-wrapper.list {
    border-bottom: 1px solid #dbdbdb;
    display: flex;
    margin-top: 24px;
  }

  .tab-default-wrapper.list.hidden-w767 {
    display: flex !important;
    justify-content: center;
  }

  .tab-list-content-slide {
    position: unset;
    transform: unset;
    display: none;
    background-color: unset;
    max-width: 1140px;
    margin: 0 auto;
    padding: 24px 16px 40px;
  }

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

  .tab-list-content-slide .arrow-back,
  .tab-list-content-slide .header-page {
    display: none;
  }

  .content-tab-02 .tab-content,
  .content-tab-03 .tab-content {
    display: none;
    background: #fff;
    padding: 40px;
    margin-bottom: 16px;
    border-radius: 8px;
    border-top: 5px solid #00a94f;
  }

  .tab-list-content-slide .tab-default-wrapper {
    display: none !important;
  }

  .tab-col-wrapper {
    display: flex;
    width: 100%;
  }

  .tab-col-wrapper p {
    margin-top: 0;
  }

  .tab-content-normal .col {
    width: 50%;
  }

  .tab-content-normal .col:nth-child(1) {
    padding-right: 50px;
  }

  .tab-content-normal .col:nth-child(2) {
    padding-left: 50px;
  }

  .row-cal-field {
    width: 100%;
    margin-right: 20px;
    margin-left: 20px;
  }
  .action-dropdown {
    display: none;
  }
  /* .wrapper-content-slide .tab-default-wrapper {
    padding-right: 0;
  } */
  .wrapper-content-slide .tab-default-wrapper {
    justify-content: center;
    gap: 48px;
    overflow: hidden;
  }
  .wrapper-content-slide {
    margin: 32px 0 40px;
  }
}

.press-for-enlarge {
  text-align: center;
  margin-bottom: 16px;
}
.press-for-enlarge .wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.press-for-enlarge .wrapper p {
  margin: 0;
}

.press-for-enlarge .wrapper.desk {
  display: none;
}
.press-for-enlarge .wrapper.mb {
  display: flex;
}
@media screen and (min-width: 768px) {
  .press-for-enlarge .wrapper.desk {
    display: flex;
  }
  .press-for-enlarge .wrapper.mb {
    display: none;
  }
}

/*############################ icw-popup-function sc-thumb-box ###################################*/
.sc-thumb-box {
  max-width: 1140px;
  width: 100%;
  position: relative;
  height: 100%;
  border-radius: 8px;
  /* margin: 80px auto; */
}

.sc-thumb-box .inner {
  position: relative;
  max-width: 750px;
  margin: 0 auto;
  overflow: hidden;
  height: inherit;
}

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

.sc-thumb-box .main-container {
  padding: 0 !important;
}

.sc-thumb-box .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 750px;
  height: inherit;
}

.sc-thumb-box .thumb {
  width: auto;
  text-align: center;
  height: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sc-thumb-box .swiper-pagination {
  padding-top: 0px;
}

.sc-thumb-box .container.entrycontent{
  height: 90%;
}

.sc-thumb-box .thumb img{
  /* width: 100%; */
  max-height: 80%;
  aspect-ratio: 110/197;
}

.sc-thumb-box .thumb .content-box {
  max-width: 328px;
}

@media screen and (min-width: 768px) {
  .sc-nav-howto-4 .swiper-wrapper {
    display: flex;
    justify-content: center;
    gap: 116px;
  }
  .sc-nav-howto-4 .swiper-wrapper .swiper-slide {
    display: flex;
    /* justify-content: center; */
    margin-right: 0 !important;
  }
  .sc-thumb-box .thumb {
    text-align: center;
    height: inherit;
    display: flex;
    flex-direction: column;
  }
}

/*############################ popup ###################################*/
.popup-benefit {
  height: inherit;
  padding: 8px;
  height: inherit;
}
.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.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 {
  z-index: 10002;
}
.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;
  }
}

.icw-popup-overlay.mfp-close-btn-in .mfp-close {
  background: #00a94f;
  border-radius: 25px;
  color: #fff;
  width: 30px;
  height: 30px;
  top: -16px;
  right: -8px;
}
.icw-popup-overlay .mfp-content {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.icw-popup-overlay.mfp-close-btn-in .mfp-close:after {
  font-family: "icokbank";
  content: "\e90a";
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
}
.icw-popup-overlay .mfp-container {
  padding: 0 15px;
}
.mfp-container .mfp-content {
  max-width: 960px;
  width: 100%;
  height: 92vh;
  border-radius: 8px;
  background: #fff;
}
.mfp-wrap {
  overflow-y: hidden !important;
  overflow-x: hidden !important;
}
.mfp-container .mfp-content .main-container {
  padding: 48px;
}
.mfp-container {
  height: 100%;
}
.mfp-wrap.mfp-ready .mfp-container {
  padding: 0 20px;
}
#condition-benefit,
#condition-benefit .main-container,
#condition-benefit .popup-benefit,
.mfp-container .mfp-content .main-container {
  height: 100%;
}
#condition-benefit .popup-benefit {
  overflow-y: auto;
}
#condition-benefit .popup-benefit .container.entrycontent {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .mfp-container .mfp-content .main-container {
    padding: 26px 12px;
  }
}
/* popup End */
@media screen and (max-width: 767px) {
  .mfp-wrap.mfp-ready .mfp-container {
    padding: 0;
  }

  .mfp-container .mfp-content .main-container {
    padding: 62px 16px 16px;
  }

  .mfp-container .mfp-content {
    height: 100%;
    border-radius: 0;
  }

  .mfp-close-btn-in .mfp-close {
    top: 16px;
    right: 16px;
  }

  .istep .title-popup {
    font-size: 18px;
  }

  #condition-benefit .popup-benefit .container.entrycontent {
    padding: 0 16px;
  }

  .istep .note-box {
    margin-top: 16px;
  }
}</pre></body></html>