/*================ 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 & 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 > div{padding: 0px;}

.icw .row-20{margin: 0 -10px;}
.icw .row-20 > div{padding: 0 10px;}

.icw .row-flex{display: flex; flex-wrap: wrap;}
.icw .row-flex.align-items-center{align-items: center;}
.icw .row-flex > div{float: none;}
.icw .row-flex > .col{ flex-basis: 0;-webkit-box-flex: 1;flex-grow: 1;max-width: 100%;}
.icw .row-flex > .col-auto{-webkit-box-flex: 0;flex: 0 0 auto; width: auto; max-width: none;}
.icw .row-flex > .col-12 {-webkit-box-flex: 0;flex: 0 0 100%;max-width: 100%;}
.icw .row-flex > .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 > 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;}
}


/*============================== 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);}


/*============================== 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: var(--cr-light); overflow: hidden; width: 40px; height: 40px;
  border-radius: 50%; transform: translate(0, -50%); display: flex; align-items: center;
}
.swiper-button-next{right:0px;} 
.swiper-button-prev{left:0px;}
.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 #256D47; border-left: 2px solid #256D47; 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>.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>.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 (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 > 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: #66CAAE;}
  .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 .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 ul {padding-left: 24px;}
  .sc-highlight .wrapper .content .txt ul li {list-style: disc; }
  .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 > li:last-child{width: calc(100%); padding-top: 24px;} */
  /* .sc-highlight .item-list > li:last-child .wrapper .thumb{position: absolute; right: 0; bottom: 0; width: 156px; top: auto; left: auto;} */
  /* .sc-highlight .item-list > li:last-child .wrapper .content{padding: 16px; height: 172px; display: flex; flex-direction: column; justify-content: space-between;} */
  /* .sc-highlight .item-list > 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 ###################################*/
  .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: #F9F9F9;}
  .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;}
  .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: 900px;overflow-x: scroll;padding-bottom: 20px; margin-left: auto; margin-right: auto;}
  .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{margin:0px 0px 4px;text-decoration: underline;}
  .sc-protection .wrapper{position: fixed; z-index: 19001; top: 0; left: 100%; height: calc(100dvh); width: 100vw; transition: var(--tsition); background: #F9F9F9;}
  .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 > 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 > 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 > img{width: 24px; height: 24px;}
    
  .sc-protection .wrapper .note p{
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 0;
  }

  .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-faqs ###################################*/
  .sc-faqs{background: var(--cr-light); overflow: hidden;}
  .sc-faqs .sc-heading{text-align: center; margin-bottom: 36px;}
  .sc-faqs .sc-heading .title{margin-bottom: 0; line-height: 1.5em;}
  .sc-faqs .tab-control {margin-bottom: 32px;}
  .sc-faqs .accordion-group .s-title{margin-bottom: 24px; text-align: center; line-height: 1.5em;}
  .sc-faqs .accordion-group .accordion + .s-title{margin-top: 40px;}
  .sc-faqs .accordion-group .accordion{max-width: 850px; margin-left: auto; margin-right: auto;}
  .sc-faqs .accordion-group .accordion + .accordion{margin-top: 16px;}

  .sc-faqs .accordion {position: relative; border-radius: var(--radius);background: var(--cr-light);box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);}
  .sc-faqs .accordion-title { position: relative; padding: 16px 50px 16px 16px; cursor: pointer; color: var(--cr-dark); word-wrap: break-word;
      font-size: 16px; font-weight: 600; font-family: 'kurious-looped'; border-radius: 8px 8px 0 0; background-color: transparent;
      transition: var(--transition);
  }
  .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;
  }
  .sc-faqs .accordion-title.active:after {content: "\e910";}
  .sc-faqs .accordion-title:after,
  .sc-faqs .accordion-title:hover{color: var(--cr-green);}
  .sc-faqs .accordion-title.active {color: var(--cr-light); background-color: var(--cr-green);}
  .sc-faqs .accordion-title.active:after {color: var(--cr-light);}
  .sc-faqs .accordion-content{padding: 16px;color: #333333;}
  .sc-faqs .accordion-content a{color: var(--cr-green); text-decoration: underline; font-weight: 600; word-break: break-all;}
  .sc-faqs .accordion-content p{line-height: 1.5em;margin: 0 !important;}
  .sc-faqs .accordion-content p strong{font-weight: 600;}
  .sc-faqs .accordion-content p:last-child{margin-bottom: 0;}
  .sc-faqs .accordion-content ul{margin: 0 0 0.6em 1.2em;padding: 0;}
  .sc-faqs .accordion-content ul:last-child{margin-bottom: 0;}
  .sc-faqs .accordion-content ul > li{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 > li+li{margin-top: 5px;}
  .sc-faqs .accordion-content ol{margin: 0 0 0.6em 1.2em; padding: 0;}
  .sc-faqs .accordion-content ol:last-child{margin-bottom: 0;}
  .sc-faqs .accordion-content ol > 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 > 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-light); white-space: nowrap; text-decoration: none; background-color: var(--cr-green);
      align-items: center; justify-content: center; height: 40px; padding: 0 24px; border-radius: 8px; font-size: 16px; font-weight: 600; 
      display:inline-flex; font-family: 'kurious'; margin: 8px 0; margin-right: 16px;
  }
  .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;
  }
  .sc-faqs .note-box{padding-top: 32px; margin: 0 auto; max-width: 850px;}


  /*############################ sc-annotation ###################################*/
  .sc-annotation{background: #F0FAF7;}
  .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 > div{position: relative;}
  .sc-annotation .row-flex > 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 > li{width: 100%; border-bottom: 1px solid var(--cr-border);}
  .sc-shortcut .item-list > 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: 992px) {
  .sc-highlight .item-list > li:nth-child(-n+3) { width: calc(100% / 3);}
}

@media screen and (min-width: 200px) and (max-width: 991px) {
  .sc-highlight .item-list > li:last-child { width: calc(100%); padding-top: 24px; }
  .sc-highlight .item-list > li:last-child .wrapper .content { padding: 16px; height: 200px; display: flex ; flex-direction: column; justify-content: space-between; }
  .sc-highlight .item-list > li:last-child .wrapper .thumb { position: absolute; right: 0; bottom: 0; width: 156px; top: auto; left: auto; }
}

@media screen and (min-width: 768px) { 
  .sc-highlight .sc-inner{padding-top: 32px;}


  .sc-breadcrumb ul{
    margin-bottom: 64px;
  }
  .sc-highlight .sc-heading{margin-bottom: 32px;}
  .sc-highlight .item-list{margin: -12px;}
  .sc-highlight .item-list > li{padding: 12px;}
  /* .sc-highlight .item-list > li:last-child{width: calc(100%); padding-top: 12px;} */
  /* .sc-highlight .item-list > 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%;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-content{padding: 32px;}
  .sc-annotation .head{margin-bottom: 16px;}
  .sc-annotation .row-flex{margin: 0 -32px; display: flex;}
  .sc-annotation .row-flex > div{padding: 0 32px;}
  .sc-annotation .row-flex > div + div{margin-top: 0; padding-top: 0; border-top: 0;}
  .sc-annotation .row-flex > 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 > li {width: calc(100%/2); border: 0; padding: 9px;}
  .sc-shortcut .item-list > 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 > li{width: calc(100%/2);}
  /* .sc-highlight .item-list > li:last-child{width: calc(100%/3);} */


  .sc-protection .row-flex{display: flex;}


  .sc-shortcut .item-list > 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(../img/suggest-bg-mb.jpg); overflow: hidden;}
.sc-article .bg{pointer-events: none;}
.sc-article .bg > 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>.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(../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;}
}