/*================ default ==================*/
:root {
  --cr-light: #ffffff;
  --cr-black: #111111;
  --cr-dark: #333333;
  --cr-gray: #666666;
  --cr-lightgray: #999999;
  --cr-lightgray-ccc: #cccccc;
  --cr-green: #00a94f;
  --cr-green2: #007938;
  --cr-border: #e7e7e7;
  --cr-red: #f00;
  --cr-warning: #ec4546;
  --cr-warning2: #b91213;
  --tsition: 0.3s ease-in-out;
  --radius: 8px;
}
.mt-16 {
  margin-top: 16px !important;
  display: block;
}
.mb-8 {
  margin-bottom: 8px !important;
  display: block;
}
.mb-0 {
  margin-bottom: 0 !important;
  display: block;
}
.mb-16 {
  margin-bottom: 16px !important;
  display: block;
}
.mb-24 {
  margin-bottom: 24px !important;
  display: block;
}
.mt-8 {
  margin-top: 8px !important;
  display: block;
}
.sc {
  overflow: hidden;
}
* strong {
  font-weight: 700 !important;
}
.a-left {
  text-align: left !important;
}

.inactive {
  display: none !important;
}

.nw {
  white-space: nowrap !important;
}
.text-nowrap {
  text-wrap: nowrap !important;
}

.bg-green2 {
  background: #edf8f5;
}



/*============================== TEXT ===============================*/
.nowrap{white-space: nowrap !important;}
.icw .text-light{color: var(--cr-light) !important;}
.icw .text-black,
.text-black {color: var(--cr-black) !important;}
.icw .text-dark{color: var(--cr-dark) !important;}
.icw .text-green,
.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-red{color: var(--cr-red) !important;}
.icw .text-warning{color: var(--cr-warning) !important;}
.icw .text-remark{color:var(--cr-gray) !important; font-size: 13px; font-weight: 500; line-height: 1.5em;}

.icw .main {font-style: normal; font-weight: 500; color: var(--cr-gray); font-family: 'kurious-looped'; z-index: inherit;}
.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.5em;}
.icw h1 strong,.icw .h1 strong{font-weight: 600;}
.icw h2,.icw .h2 {font-weight: 500; line-height: 1.5em;}
.icw h2 strong,.icw .h2 strong{font-weight: 600;}
.icw h3,.icw .h3 { font-weight: 500; line-height: 1.5em;}
.icw h3 strong,.icw .h3 strong{font-weight: 600;}
.icw h4,.icw .h4 { font-weight: 500; line-height: 1.5em;}
.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;}

.icw ul{padding: 0; margin: 0;}

@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;}
.show-w280{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;}
}
@media (max-width: 280px){
    .show-w280{display: block;}
    .hide-w280{display: none;}
}
/*============================== End Hidden & Visible ===============================*/


/*============================== 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 input::placeholder{color: #999; font-family:"kurious-looped";}

.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;}
.icw .section .sc-heading{text-align: center;}

@media screen and (min-width: 200px) {
  .section .sc-inner{padding: 48px 0;}
  .section .sc-inner.sc-inner-small {padding: 24px 0;}
  .section .sc-heading{margin-bottom: 16px;}
}
@media screen and (min-width: 768px) {
  .section .sc-inner{padding: 64px 0;}
  .section .sc-inner.sc-inner-small {padding: 32px 0;}
  .section .sc-heading{margin-bottom: 24px;}
}
/*============================== End LAYOUT ===============================*/



/*============================== swiper ===============================*/
.swiper-button-next,
.swiper-button-prev,
.swiper-button-next:before,
.swiper-button-prev:before{pointer-events: none; visibility: hidden; opacity: 0;}
.swiper-initialized:hover .swiper-button-next,
.swiper-initialized:hover .swiper-button-prev,
.swiper-initialized:hover .swiper-button-next:before,
.swiper-initialized:hover .swiper-button-prev:before{pointer-events: visible; visibility: visible; opacity: 1;}
.swiper-initialized:hover .swiper-button-next.swiper-button-disabled,
.swiper-initialized:hover .swiper-button-prev.swiper-button-disabled,
.swiper-initialized:hover .swiper-button-next.swiper-button-disabled:before,
.swiper-initialized:hover .swiper-button-prev.swiper-button-disabled:before{pointer-events: visible; visibility: visible; opacity: 0.35;}
.swiper-initialized:hover .swiper-button-next.swiper-button-disabled.swiper-button-lock,
.swiper-initialized:hover .swiper-button-prev.swiper-button-disabled.swiper-button-lock{display: none;}

.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; transition: var(--tsition);
}
.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; left: 2px;
    border-top: 2px solid var(--cr-light); border-left: 2px solid var(--cr-light); visibility: visible; transition: var(--tsition);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.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; padding: 0; cursor: pointer; margin: 0 4px;
    outline: none;width: 8px; height: 8px; border-radius: 8px; background: #ddd; opacity: 1; transition: var(--tsition);
}
.swiper-pagination-bullet-active{background: var(--cr-green); border-color: var(--cr-green); opacity: 1; width: 24px;}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 8px;}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{margin: 0;}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, 
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition: var(--tsition);}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform: scale(1);}

@media screen and (max-width: 1024px){
    .swiper-button-next, 
    .swiper-button-prev{width: 35px; height: 35px; display: none;}
}
@media screen and (max-width: 991px){
    .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
    .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 12px;}
    .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
    .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{margin: 0 4px;}
}
@media screen and (max-width: 767px){
    .swiper-horizontal>.swiper-pagination-bullets, 
    .swiper-pagination-bullets.swiper-pagination-horizontal, 
    .swiper-pagination-custom, .swiper-pagination-fraction,
    .swiper-pagination{padding-top: 24px;}
}

/*============================== end swiper ===============================*/


ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
  padding-left: 0 !important;
}

ol.c-number-list {
  padding-left: 20px !important;
}

ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}

ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}

li ol > li {
  margin: 0;
}

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


/*============================== 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:none;
}
.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);}


/*############################ section-highlight-banner  ###################################*/
@media screen and (min-width: 200px) {
  .section-highlight-banner{position: relative; overflow: hidden;}
  .section-highlight-banner .swiper-pagination{position: absolute; padding: 0; bottom: 16px; right: 0; left: 0; width: 100%;}
  .section-highlight-banner .swiper-slide{position: relative;}
  .section-highlight-banner .image{position: relative; z-index: 1;}
  .section-highlight-banner .content{position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 2; display: flex; align-items: flex-end;}
  .section-highlight-banner .action{padding-bottom: 48px; text-align: center;}
  .section-highlight-banner .action .btn{height: 40px; padding: 0 30px;}
  .section-highlight-banner .action .btn.hide-w767{display: none;}
  .section-highlight-banner .action .btn.show-w767{display: inline-flex;}
}
@media screen and (min-width: 768px) { 
  .section-highlight-banner .swiper-pagination{bottom: 5.5%; right: 16px; left: auto; width: auto;}
  .section-highlight-banner .action{padding-bottom: 24px; text-align: left;}
  .section-highlight-banner .action .btn.hide-w767{display: inline-flex;}
  .section-highlight-banner .action .btn.show-w767{display: none;}
}
@media screen and (min-width: 992px) {
  .section-highlight-banner .swiper-pagination{bottom: 6%;}
  .section-highlight-banner .action{padding-bottom: 32px;}
  .section-highlight-banner .action .btn{height: 48px;}
}
@media screen and (min-width: 1200px) {
  .section-highlight-banner .action{padding-bottom: 48px;}
  .section-highlight-banner .swiper-pagination{bottom: 7.5%; right: 0; left: 0; width: 100%; max-width: 1140px; margin: 0 auto; text-align: end;}
}



/*############################ sc-highlight ###################################*/
@media screen and (min-width: 200px) {
  .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 .sc-heading .desc{margin-bottom: 0px; line-height: 1.5em;}
  .sc-highlight .sc-heading .sub-text { color: #333; font-family: kurious-looped; font-size: 20px; font-weight: 500; line-height: 28px; margin-top: 8px;}
  .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 .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: 163px; display: flex; flex-direction: column; justify-content: space-between;} */
  .sc-highlight .wrapper{position: relative; display: block; border-radius: var(--radius);}
  .sc-highlight .wrapper.bgI{background: #008B89;}
  .sc-highlight .wrapper.bgII{background: #0B6752;}
  .sc-highlight .wrapper.bgIII{background: #005A5D;}
  .sc-highlight .wrapper.bgIV{background: #559544;}
  .sc-highlight .wrapper.bgV{background: #004A50;}
  .sc-highlight .wrapper.bgVI{background: #008B89;}
  .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: 248px; 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 .note{border-radius: 8px; background: var(--cr-light); padding: 24px; margin-top: 32px;}
  .sc-highlight .note p{font-family: 'kurious-looped'; font-size: 13px; color: var(--cr-gray); line-height: 1.54em; margin: 0;}
  .sc-highlight .note ul{font-family: 'kurious-looped'; font-size: 13px; color: var(--cr-gray); line-height: 1.54em; margin: 0; padding: 0;}
  .sc-highlight .note ul > li{position: relative; padding-left: 1.2em; list-style: none;}
  .sc-highlight .note ul > li:before{content: '-'; position: absolute; top: 0; left: 2px;}
}

@media screen and (min-width: 768px) { 
  .sc-highlight .sc-heading{margin-bottom: 40px;}
  .sc-highlight .item-list{margin: -12px;}
  .sc-highlight .item-list > li{padding: 12px;}
  .sc-highlight .item-list > li:last-child{padding-top: 12px;}
  .sc-highlight .wrapper .thumb{position: absolute; right: 0; bottom: 0; width: 156px; top: auto; left: auto;}
  .sc-highlight .wrapper .content{padding: 16px; height: 163px; display: flex; flex-direction: column; justify-content: space-between;}
  .sc-highlight .wrapper .content .txt .show-w767{display: none;}
  .sc-highlight .note{margin-top: 40px;}
}

@media screen and (min-width: 992px) {
  .sc-highlight .item-list > li{width: calc(100%/3);}
  .sc-highlight .item-list > li:last-child{width: calc(100%/3);}
  .sc-highlight .item-list > li:nth-child(1){width: calc(100%/3);}
  .sc-highlight .item-list > li:nth-child(2){width: calc(100%/3);}
}

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



/*############################ promotion /*############################*/
@media screen and (min-width: 200px) {
  .sc-promotion{background: #F4F4F4; overflow: hidden;}
  .sc-promotion .sc-inner{padding: 48px 0 48px;}
  .sc-promotion .sc-heading .title{line-height: 1.5em; margin-bottom: 0; color: var(--cr-black);}
    
  .promotion-list{position: relative; overflow: visible;}
  .promotion-list.-center{justify-content: center;}
  .promotion-list.-center .swiper-slide{margin-right: 0 !important;}
  .promotion-list.swiper-free-mode>.swiper-wrapper{justify-content: inherit;}
  .promotion-list .swiper-pagination{padding-top: 32px;}
  .promotion-list .swiper-slide{width: 100%;}
  .promotion-list .wrapper{max-width: 100%; box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.10); border-radius: 8px;}
  .promotion-list .thumb {max-width: 100%; width: 100%; position: relative; border-radius: 8px 8px 0 0; z-index: 20; overflow: hidden;}
  .promotion-list .thumb img{width: 100%;}
  .promotion-list .content {width: 100%; height: auto; display: flex; flex-direction: column; padding: 16px 24px 24px;
      background: rgba(255,255,255,0.9); border-radius: 0px 0px 8px 8px; backdrop-filter: blur(20px);
  }
  .promotion-list .content h3{ color: var(--cr-black); font-family: 'kurious-looped'; font-size: 18px; font-style: normal; font-weight: 600; line-height: normal; margin-bottom: 10px;
      height: 2.9em; overflow: hidden; display: -webkit-box; line-height: 1.5em;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
  }
  .promotion-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;}
  .promotion-list .content .c-g{ font-size: 16px; font-family: 'kurious-looped'; font-weight: 500; color: #666; margin: 0;
      height: 5.4em; overflow: hidden; display: -webkit-box; line-height: 1.4em;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
  }
  .promotion-list .content .action{margin-top: 32px; text-align: left;}
  .promotion-list .content .action .btn{ display: inline-flex; align-items: center; justify-content: center; width: 100%; height: 40px;}

  .promotion-list.-center + .promotion-thumb{display: none;}

  .promotion-thumb{position: relative; display: none; margin: 0 -16px; padding: 40px 0 0;}
  .promotion-thumb .swiper-wrapper{width: auto; margin: 0 auto;}
  .promotion-thumb .thumb{border-radius: 8px; overflow: hidden; transition: var(--tsition); transform: scale(1.0); background-color: var(--cr-light); cursor: pointer;}
  .promotion-thumb .thumb > img{width: 100%; transition: var(--tsition)}
  .promotion-thumb .swiper-slide .thumb > img{opacity: 0.5}
  .promotion-thumb .swiper-slide.swiper-slide-thumb-active .thumb{transform: scale(1.05);}
  .promotion-thumb .swiper-slide.swiper-slide-thumb-active .thumb > img{opacity: 1;}


  .promotion-popup.mfp-bg {background: rgba(0, 0, 0, 0.8); position: fixed; height: 100%;}
  .promotion-popup.mfp-bg.mfp-ready {opacity: 1;}
  .promotion-popup .mfp-container {width: 100%; height: auto; max-width: 1000px; position: relative; padding: 0;}
  .promotion-popup .mfp-container:before{display: none;}
  .promotion-popup .mfp-content{background-color: transparent; max-width: 100%;height: 100%; min-height: 100dvh; height: auto; display: flex; align-items: center;}
  .promotion-popup .mfp-content > .promotion-popup{position: relative; width: 100%; min-height: 100dvh; background: var(--cr-light);}
  .promotion-popup .main-container{margin: 0;}
  .promotion-popup .modal-dismiss{width: 40px;height: 40px;line-height: 40px;border-radius: 50%;background: #00A850; color: #fff;
      text-align: center;position: fixed;top: 16px;right: 16px;z-index: 9; display: flex; justify-content: center; align-items: center;
  }
  .promotion-popup .modal-dismiss .ic{font-size: 12px; font-weight: bold;}
  .promotion-popup .modal-dismiss .ic {position: relative;top: -2px; right: -1px;}
  .promotion-popup .promotion-header{background: #E7F9EB; padding: 16px; border-radius: 0;}
  .promotion-popup .promotion-header .title{margin: 0; min-height: 85px; text-align: center; color: var(--cr-dark); font-family: 'kurious-looped';
      padding: 21px 16px 24px; position: fixed; top: 0; left: 0; right: 0; background: #E7F9EB; z-index: 8;

  }
  .promotion-popup .promotion-header .thumb{width: auto; max-width: none; margin-top: 69px}
  .promotion-popup .promotion-header .thumb > img{width: 470px; border-radius: 8px; margin: 0 auto;}
  .promotion-popup .promotion-header .content{padding-top: 24px;}
  .promotion-popup .promotion-header .h-title{color: var(--cr-black); line-height: 1.5em; margin: 0 0 8px; font-size: 20px; font-weight: 500; font-family: 'kurious-looped';}
  .promotion-popup .promotion-header .h-title strong{font-weight: 600;}
  .promotion-popup .promotion-header .date{color: var(--cr-gray); font-size: 13px; font-family: kurious-looped; font-weight: 500; line-height: 1.5em; display: block; margin-bottom: 24px;}
  .promotion-popup .promotion-header .desc{color: var(--cr-dark); line-height: 1.5em; margin: 0; font-size: 16px; font-family: 'kurious-looped'; font-weight: 500;}
  .promotion-popup .promotion-header .action{padding-top: 32px;}
  .promotion-popup .promotion-header .action .btn{border-radius: 8px; background: var(--cr-green); padding: 8px 24px; text-align: center;
      font-family: 'kurious-looped'; font-size: 16px; font-weight: 600; color: var(--cr-light); display: block;
  }

  .promotion-popup .promotion-content{background-color: var(--cr-light); border-top: 5px solid #266B6B; padding: 32px 16px 16px; overflow: hidden;}
  .promotion-popup .promotion-content.-head{padding-top: 72px; border-top: 0;}
  .promotion-popup .promotion-content .nowrap{white-space: nowrap;}
  .promotion-popup .promotion-content .pro-title{margin: 0 0 16px; color: var(--cr-black); line-height: 1.5em; font-size: 18px; font-weight: 500; font-family: 'kurious-looped';}
  .promotion-popup .promotion-content .pro-title strong{font-weight: 600;}
  .promotion-popup .promotion-content .pro-subtitle{color: var(--cr-gray); font-size: 16px; font-family: kurious-looped; font-weight: 500; line-height: 2em; margin: 0 0 16px;}
  .promotion-popup .promotion-content ul.pro-subtitle{padding: 0 0 0 1.2em; margin: 0 0 16px;}
  .promotion-popup .promotion-content .title{margin: 0 0 8px; color: var(--cr-dark); line-height: 1.5em; font-size: 20px; font-weight: 500; font-family: 'kurious-looped';}
  .promotion-popup .promotion-content .title strong{font-weight: 600;}
  .promotion-popup .promotion-content .title.a-center{text-align: center;}
  .promotion-popup .promotion-content .title .text-green{color: var(--cr-green);}
  .promotion-popup .promotion-content .hint-scroll { display: none;}
  .promotion-popup .promotion-content .table{width: 100%; border-spacing: 0; min-width: 880px;}
  .promotion-popup .promotion-content .table{padding: 0; margin: 0; width: 100%; border-spacing: 0; border: 0.5px solid #E8E8E8; border-radius: 8px;}
  .promotion-popup .promotion-content .table th,
  .promotion-popup .promotion-content .table td{padding: 24px 8px; border: 0.5px solid #E8E8E8; color: var(--cr-gray); text-align: center; line-height: 1.5em;}
  .promotion-popup .promotion-content .table tr:first-child th:first-child{border-top-left-radius: 8px;}
  .promotion-popup .promotion-content .table tr:first-child th:last-child{border-top-right-radius: 8px;}
  .promotion-popup .promotion-content .table tr:last-child td:first-child{border-bottom-left-radius: 8px;}
  .promotion-popup .promotion-content .table tr:last-child td:last-child{border-bottom-right-radius: 8px;}
  .promotion-popup .promotion-content .table th{background-color: var(--cr-green); font-family: 'kurious-looped'; font-size: 18px;font-weight: 600; color: var(--cr-light);}
  .promotion-popup .promotion-content .table td{font-size: 16px; font-weight: 500; font-family: 'kurious-looped'; line-height: 1.5; color: var(--cr-gray);}
  .promotion-popup .promotion-content .table td.a-left{text-align: left;}
  .promotion-popup .promotion-content .table td strong{font-weight: 600;}
  .promotion-popup .promotion-content .table tr:nth-child(odd) td{background: #FAFAFA;}
  .promotion-popup .promotion-content .table tr:nth-child(even) td{background: #FFF;}
  .promotion-popup .promotion-content .mcscroll + .title{margin-top: 32px;}
  .promotion-popup .promotion-content .mcscroll + .list{margin-top: 32px;}
  .promotion-popup .promotion-content .mcscroll + .desc{margin-top: 32px;}
  .promotion-popup .promotion-content .list{padding: 0 0 0 1.2em; margin: 0 0 16px;}
  .promotion-popup .promotion-content .list > li{color: var(--cr-gray); font-size: 16px; font-family: kurious-looped; font-weight: 500; line-height: 2em;}
  .promotion-popup .promotion-content .desc{color: var(--cr-gray); line-height: 2em; margin: 0; font-size: 16px; font-family: kurious-looped; font-weight: 500;}
  .promotion-popup .promotion-content .desc strong{font-weight: 600;}
  .promotion-popup .promotion-content .desc.a-center{text-align: center;}
  .promotion-popup .promotion-content .desc .text-green{color: var(--cr-green);}
  .promotion-popup .promotion-content .desc + .desc{margin-top: 16px;}
  .promotion-popup .promotion-content .image-icon{margin: 32px auto; width: 140px;}
  .promotion-popup .promotion-content .image-icon + .desc{margin-top: 16px;}
  .promotion-popup .promotion-content .action{padding-top: 32px;}
  .promotion-popup .promotion-content .action .btn{height: 40px; width: 100%; background: var(--cr-green); color: var(--cr-light); border-radius: 8px;
      display: flex; align-items: center; justify-content: center; text-align: center; font-size: 16px; font-weight: 600;
  }

  .promotion-popup .promotion-content .sc-faqs{background: #FAFAFA; padding: 16px; margin: 0 -16px -16px;}
  .promotion-popup .promotion-content .sc-faqs .accordion-group{padding: 0; display: block;}
  .promotion-popup .promotion-content .sc-faqs .accordion-group .accordion{max-width: 100%;}

  .promotion-popup .promotion-content .step-slide{position: static; margin-bottom: 32px; max-width: 220px; margin-left: auto; margin-right: auto;}
  .promotion-popup .promotion-content .step-slide .content .desc {margin-bottom: 0;color: var(--cr-dark);line-height: 1.5em;}

  .promotion-popup .promotion-content .hr{margin: 20px 0; width: 100%; height: 1px; background: #e2e2e2;}

  .promotion-popup .promotion-end{border-radius: 0px 0px 0 0; background: #FAFAFA; padding: 8px 16px 16px;}
  .promotion-popup .promotion-end .note{color: var(--cr-gray); line-height: 2em; margin: 0 0 8px; font-size: 13px; font-family: kurious-looped; font-weight: 500;}
  .promotion-popup .promotion-end .note strong{font-weight: 600; color: var(--cr-black);}
  .promotion-popup .promotion-end .note:last-child{margin-bottom: 0;}
  .promotion-popup .promotion-end .sub-list{padding: 0 0 0 1.2em; margin: 0;}
  .promotion-popup .promotion-end .sub-list > li{color: var(--cr-gray); font-size: 13px; font-family: kurious-looped; font-weight: 500; line-height: 1.5em;}
  .promotion-popup .promotion-end .sub-list > li strong{font-weight: 600;}
  /*.promotion-popup .promotion-end .sub-list > li .link{color: var(--cr-green);}*/
}
@media screen and (min-width: 768px) { 
  .sc-promotion .sc-inner{padding: 64px 0;}

  .promotion-list .content h3{font-size: 20px; margin-bottom: 8px;}

  .promotion-popup .mfp-container {width: 96%;margin: 120px auto;}
  .promotion-popup .mfp-container:before{content: '';display: inline-block; height: 100%;vertical-align: middle;}
  .promotion-popup .modal-dismiss{top: -15px;right: -15px; position: absolute;}
  .promotion-popup .mfp-content > .promotion-popup{min-height: inherit; background:transparent;}

  .promotion-popup .promotion-header{padding: 48px; border-radius: 8px 8px 0 0;}
  .promotion-popup .promotion-header .title{display: none;}
  .promotion-popup .promotion-header .thumb{margin-top: 0;}
  .promotion-popup .promotion-header .action .btn{display: inline-block;}

  .promotion-popup .promotion-content{padding: 48px 48px 24px 48px;}
  .promotion-popup .promotion-content.-head{padding-top: 48px;}
  .promotion-popup .promotion-content .pro-title{font-size: 26px;}
  .promotion-popup .promotion-content ul.pro-subtitle{margin: 0 0 32px;}
  .promotion-popup .promotion-content .sc-faqs {background: none; padding: 0; margin: 0;}
  .promotion-popup .promotion-content .step-slide{max-width: inherit;}

  .promotion-popup .promotion-end{border-radius: 0px 0px 8px 8px; background: #FAFAFA; padding: 16px 48px;}
  .promotion-popup .promotion-end .note{font-size: 16px;}

}
@media screen and (min-width: 992px) {
  .promotion-list{position: relative; box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.10); border-radius: 8px; overflow: hidden;}
  .promotion-list .wrapper{display: flex; flex-wrap: nowrap; align-items: center; max-width: calc(100vw - 32px); box-shadow:none; border-radius: 0;}
  .promotion-list .thumb {width: 200%; max-width: 580px; border-radius: 8px 0 0 8px;}
  .promotion-list .content{padding: 40px 48px 48px; border-radius: 0 8px 8px 0; height: 348px;}
  .promotion-list .content .c-g{height: 4.2em; -webkit-line-clamp: 3;}
  .promotion-list .content .action .btn{width: auto;}
  .promotion-list .swiper-pagination{display: none;}
  .promotion-list .swiper-button-next,
  .promotion-list .swiper-button-prev{top: 55%;}
  .promotion-list .swiper-button-next{right:8px;}
  .promotion-list .swiper-button-prev{left:8px;}

  .promotion-thumb{display: flex; position:relative; max-width: 887px; margin: 0 auto;}
  .promotion-thumb .swiper-button-next,
  .promotion-thumb .swiper-button-prev{top: 85%;}
  .promotion-thumb .swiper-button-next{right: 50%; margin-right: -503px;}
  .promotion-thumb .swiper-button-prev{left: 50%; margin-left: -503px;}
  .promotion-thumb .swiper-slide{opacity: 0; pointer-events: none;}
  .promotion-thumb .swiper-slide.swiper-slide-visible{opacity: 1; pointer-events: visible;}

  .promotion-popup .promotion-header{display: flex;}
  .promotion-popup .promotion-header .thumb{-webkit-box-flex: 0;flex: 0 0 auto; width: auto; max-width: none;}
  .promotion-popup .promotion-header .thumb > img{width: 470px; border-radius: 8px;}
  .promotion-popup .promotion-header .content{flex-basis: 0;-webkit-box-flex: 1;flex-grow: 1;max-width: 100%; padding-left: 24px; padding-top: 0;}
}
@media screen and (min-width: 1200px) {
  .promotion-list .wrapper{max-width: 1140px;}
  .promotion-list .thumb {max-width: 700px;}
  .promotion-list .content{padding: 48px 56px 56px; height: 420px;}

  .promotion-thumb .swiper-slide:hover .thumb{transform: scale(1.05);}
}
/*############### zoom ###############*/
.text-zoom {
  text-align: center;
}

.text-zoom p {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 10px;
  font-family: "kurious-looped";
}

.text-zoom img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

/*############### end zoom ###############*/

/*########################### popup ###########################*/
.popup-open .mfp-content {
  width: 100%;
  max-width: 1170px;
  margin: 50px 0;
  text-align: center;
}

.popup-open .mfp-container {
  padding-left: 15px;
  padding-right: 15px;
}

.popup-open .mfp-content .mfp-close {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background: #00a850;
  color: #fff;
  text-align: center;
  position: absolute;
  top: -15px !important;
  right: -15px !important;
  z-index: 120;
  opacity: 1;
}

.popup-open .mfp-content .mfp-close:after {
  font-size: 12px;
  font-weight: bold;
}

.compn-overflow .compn-overflow-wrapper .compn.tb-personal {
  min-width: 1000px;
}

.compn-overflow .compn-overflow-wrapper .compn.tb-business {
  min-width: 700px;
}

.compn-overflow .compn-overflow-wrapper .compn.tb-business td,
.compn-overflow .compn-overflow-wrapper .compn.tb-personal td {
  border-right: 1px solid rgba(230, 230, 230, 0.7);
  border-bottom: 1px solid rgba(230, 230, 230, 0.7);
  border-collapse: collapse;
}

.popup-open .mfp-content .container {
  padding: 50px 15px;
}

@media screen and (max-width: 991px) {
  .popup-open .mfp-content .mfp-close {
    right: -10px !important;
  }

  .promotion-popup .mfp-content .promotion-header .content .sub-title {
    margin: 0;
    margin-top: 8px;
    margin-bottom: 24px;
  }

  .promotion-popup .mfp-content .promotion-header .content .action {
    margin: 0;
  }

  .promotion-popup .mfp-content .promotion-header .content {
    height: auto;
  }
}

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

.popup-lightbox-style .mfp-content {
  position: relative;
  overflow: visible;
  width: 420px;
  max-width: 100%;
  background: #fff;
  border-top: 3px solid #00a850;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.garage-container {
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}

.garage-lightbox {
  padding: 50px 30px;
  text-align: center;
}

.popup-lightbox-style .modal-dismiss,
.popup-image-style .mfp-image-holder .mfp-close {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background: #00a94f;
  color: #fff;
  text-align: center;
  position: absolute;
  top: -15px !important;
  right: -15px !important;
  z-index: 1;
  padding-right: 0;
  cursor: pointer;
}

#fx-alertMessageBox .fx-alertPopupText-message {
  margin-top: 1em;
  margin-bottom: 1em;
  color: var(--dark);
}

.popup-image-style .mfp-image-holder img.mfp-img {
  padding: 0;
  max-height: calc(100vh - 80px) !important;
}

.popup-image-style.mfp-bg.mfp-ready,
.promotion-popup.mfp-bg.mfp-ready,
.mfp-wrap {
  z-index: 10100;
  transition: all 0ms ease;
}

/*########################### end popup ###########################*/


/*########################### step ###########################*/
.step-wrapper {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.step-content {
  max-width: 160px;
}

.step-icon {
  display: flex;
  width: 160px;
  height: fit-content;

  align-items: center;
  justify-content: center;

  margin-left: auto;
  margin-right: auto;
}

.step-icon img {
  margin: 0 auto;
}

.step-text {
  color: #333;
  text-align: center;
  font-family: "kurious-looped";
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-top: 0px;

  display: flex;
  justify-content: center;
}

.step-text span {
  display: block;
  white-space: nowrap;
}

.step {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.step .connector {
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 64px;

  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sc-step{
  margin-bottom:2px;
}

@media screen and (max-width: 1024px) {
  .step-icon {
    width: 100px;
    aspect-ratio: 16 / 9;
  }

  .step-icon img {
    /* max-height: auto; */
    width: 100px;
    /* aspect-ratio: 16 / 9; */
  }

  .step-text {
    max-width: 110px;
    width: 100%;
    /* min-height: 90px; */
  }

  .step .connector {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .sc-step{
    margin-bottom:0;
  }
  
  .step-wrapper {
    flex-wrap: wrap;
    max-width: 345px;
    margin: 24px auto 0;
  }

  .step {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .step-icon {
    margin: 0;
    width: 130px;
    height: 130px;
  }

  .step-icon img {
    max-height: fit-content;
  }

  .step .connector {
    transform: rotate(90deg) translateX(40px);
    margin-bottom: 60px;
    margin-top: -30px;
  }

  .step-text {
    width: auto;
    max-width: 100%;
    text-align: left;
    margin-left: 20px;
    min-height: auto;
    margin-top: 0;
  }

  .step-text > p {
    display: flex;
    font-size: 18px;
  }

  .step-text span {
    display: inline-block;
    margin-right: 5px;
  }

  .step-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    max-width: none;
  }
}

@media screen and (max-width: 360px) {
  .step-icon {
    width: 120px;
    height: 120px;
  }
}

/*########################### end step ###########################*/


/*############################ sc-application ###################################*/
@media screen and (min-width: 200px) {
  .sc-application{background: #f4f9f9;}
  .sc-application .sc-inner{padding: 48px 0 48px;}
  .sc-application.section .sc-heading{margin-bottom: 24px;}

  .sc-application .tab-container2{display: block; margin-bottom: 0;}
  .sc-application .tab-row2{padding-left: 0;}
  .sc-application .tab-control2:before{display: block; bottom: 0; top: 36px;}
  .sc-application .tab-control2:after{background: linear-gradient(135deg, rgba(230,247,238,0) 50%, rgba(230,247,238,1) 90%); display: none;}
  .sc-application .tab2{width: auto; margin-right: 0;}
  .sc-application .tab2 .selector2{display: none;}
  .sc-application .tab2 .control2{flex-direction: row; margin-bottom: 24px;justify-content: center; gap: 24px; width: auto; padding-right: 0;}
  .sc-application .tab2 .control2 a{height: 36px; padding: 0; align-items: flex-start;}
  .sc-application .tab2 .control2 li{display: block;}
  .sc-application .tab2 .control2 li + li { border-top: 0; padding-top: 0; margin-top: 0;}
  .sc-application .tab2 .control2 a.active:before{opacity: 0;}
  .sc-application .tab2.active .control2{margin-left: -16px; margin-right: -54px; background: #E6F7EE;}
  .sc-application .tab2.active .control2 a{margin: 5px; padding: 10px 15px; align-items: center;}

  .sc-application .action-dropdown{display: none;}
}
@media screen and (min-width: 768px) { 
  .sc-application .sc-inner{padding: 64px 0;}
  .sc-application.section .sc-heading{margin-bottom: 32px;}

  .sc-application .tab-container2{background: transparent;}
  .sc-application .tab-control2:after{display: none;}
  .sc-application .tab2 .selector2{display: block;}
  .sc-application .tab2 .control2{justify-content: center;}
}
@media screen and (min-width: 992px) {
  .sc-application .tab-container2,
  .sc-application.content-slide .tab-container2{display: flex;}
  .sc-application .tab-control2:before{display: none;}
  /* .sc-application .tab-row2{padding-left: 0px;} */
  .sc-application .tab2{width: 266px;}
  .sc-application .tab2 .selector2{display: none;}
  .sc-application .tab2 .control2{flex-direction: column; margin-bottom: 0; border-bottom: 0; justify-content: space-between; gap: 0;}
  .sc-application .tab2 .control2 a{height: auto; padding: 0 16px; align-items: center;}
  .sc-application .tab2 .control2 li + li { border-top: 1px solid #DBDBDB; padding-top: 18px; margin-top: 18px;}
  .sc-application .tab2 .control2 a.active:before{opacity: 1;}
}
@media screen and (min-width: 1200px) {

}



/*############################ box-info  ###################################*/
@media screen and (min-width: 200px) {
  .box-info { border-top: 5px solid var(--cr-green); background: #FAFAFA; border-radius: 0px 0px 8px 8px; box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
      display: flex; flex-direction: column; justify-content: space-between;
  }
  .box-info .inner{padding: 24px 16px 40px; position: relative;}
  .box-info .row-flex{margin: 0 -8px; display: block;}
  .box-info .row-flex > div{padding: 0 8px;}
  .box-info .row-flex > div + div{margin-top: 0;}
  .box-info .row-flex + .row-flex > div + div{margin-top: 24px;}
  .box-info .row-flex + .row-flex {margin-top: 24px;}
  .box-info .row-flex + .s-title{margin-top: 24px;}
  .box-info .h-title{font-size: 20px; line-height: 1.7em; color: var(--cr-black); text-align: center; margin-bottom: 16px; display: none;}
  .box-info .h-title strong{font-weight: 600;}
  .box-info .s-title{font-size: 16px; line-height: 1.5em; color: var(--cr-black); margin-bottom: 8px;}
  .box-info .s-title strong{font-weight: 600;}
  .box-info .title-txt{margin-bottom: 0;}
  .box-info .title-txt small{font-size: 13px;}
  .box-info p.desc{color: var(--cr-gray); margin-bottom: 0; line-height: 1.9em;}
  .box-info p.desc .link{text-decoration: none}
  .box-info p.desc .link .icon{position: relative; margin-right: 0px; }
  .box-info p.desc .link .txt{text-decoration: underline;}
  .box-info ul{position: static; padding-left: 1.3em; margin: 0; margin-bottom: 16px;}
  .box-info ul > li{color: var(--cr-gray); line-height: 2em; font-size: 16px; font-weight: 500; font-family: 'kurious-looped'; list-style:disc; margin-bottom: 6px;}
  .box-info ul > li strong{color: var(--cr-gray); font-weight: 600;}
  .box-info ul > li .link{font-weight: 600; font-family: 'kurious-looped';}
  .box-info ul > li > ul{list-style: disc; }
  .box-info ul.check-list{padding-left: 0;}
  .box-info ul.check-list > li{position: relative; padding-left: 32px; list-style: none; color: var(--cr-gray);}
  .box-info ul.check-list > li:before{content: "\e909"; position: absolute;top: 0; left: 0; font-size: 24px; font-family: 'iconxpc'; color: var(--cr-green);}
  .box-info ul + .txt-note-ul{margin-top: 16px;}
  .box-info .ol-list{position: static; padding-left: 1.3em; margin: 0;}
  .box-info .ol-list > li{color: var(--cr-gray); line-height: 1.9em; font-size: 16px; font-weight: 500; font-family: 'kurious-looped';}
  .box-info .ol-list > li > ul{list-style: disc;}
  .box-info .ol-list > li > ul > li{color: var(--cr-gray);}
  .box-info .ol-list.-num-strong{counter-reset:item; padding: 0;}
  .box-info .ol-list.-num-strong > li{list-style-type:none; counter-increment:item; position: relative; padding-left: 1.2em;}
  .box-info .ol-list.-num-strong > li:before{font-weight:700;content:counter(item) "."; position: absolute; top: 0; left: 0;}
  .box-info .ol-list + .txt-note-ul{margin-top: 16px;}
  .box-info a.link.-pdf{padding-left: 0px; display: inline; text-decoration: none; font-weight: 500; font-family: 'kurious-looped';}
  .box-info a.link.-pdf .icon{color: var(--cr-green); font-size: 18px; display: inline-block; vertical-align: middle;}
  .box-info a.link.-pdf .txt{text-decoration: underline; font-size: 16px; font-weight: 600;}
  .box-info .txt-note{margin: 16px 0 0; color: var(--cr-gray); line-height: 1.5em; font-size: 13px; }
  .box-info .txt-note + ul{margin-top: 16px;}
  .box-info .txt-note + .txt-note-ol{margin-top: 8px; padding-left: 20px;}
  .box-info .txt-note-ol > li{font-size: 16px;color: var(--cr-gray); line-height: 1.5em; font-size: 13px; font-weight: 500; font-family: 'kurious-looped';}
  .box-info .txt-note-ul > li{font-size: 16px;color: var(--cr-gray); line-height: 1.5em; font-size: 13px; font-weight: 500; font-family: 'kurious-looped';}
  .box-info .txt-note-remark{font-size: 13px;color: var(--cr-gray); line-height: 1.5em; font-size: 13px; font-weight: 500; font-family: 'kurious-looped'; margin: 0 0 24px;}
  .box-info .warning{text-align: center; padding: 12px 16px; background: #F8F8F8; border-radius: 8px; display: inline-flex;}
  .box-info .warning p{margin: 0; font-size: 13px; font-weight: 500; line-height: 1.8em; font-family: 'kurious-looped';}
  .box-info .warning .txt{font-weight: 600; display: inline-block; vertical-align: middle; margin-right: 8px; 
      border-radius: 4px; padding: 2px 10px 0; background: var(--cr-red); color: var(--cr-light); line-height: 1.5em;
  }
  
  .box-info img.icon{width: 26px; margin-right: 4px;}
  .box-info .note{padding: 16px; background: rgba(255,255,255,0.6);}
  .box-info .note p.desc{font-size: 13px; color: var(--cr-gray);}
  .box-info .note p.desc strong{color: var(--cr-black);}
  .box-info .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;}
  .box-info .note small:before{content: '*'; position: absolute; top: 0; left: 0;}
  .box-info .note ul > li{font-size: 13px; color: var(--cr-gray); line-height: 1.5em;}
  .box-info .note ul.remark{padding: 0;}
  .box-info .note ul.remark > li{padding-left: 32px; position: relative; list-style: none;}
  .box-info .note ul.remark > li:before {min-width: 32px;background: transparent;position: absolute;top: 0; left: 0;}
  .box-info .note ul.remark > li:nth-child(1):before {content: "*";}
  .box-info .note ul.remark > li:nth-child(2):before {content: "**";}
  .box-info .note ul.remark > li:nth-child(3):before {content: "***";}
  .box-info .note ul.remark > li:nth-child(4):before {content: "****";}
}
@media screen and (min-width: 768px) { 
  .box-info ul > li{line-height: 30px;}
  .box-info .title-txt{margin-bottom: 16px;}
  .box-info + .box-info{margin-top: 16px;}
  .box-info .row-flex{margin: 0 -24px; display: flex;}
  .box-info .row-flex + .row-flex{margin-top: 16px;}
  .box-info .row-flex > div{padding: 0 24px;}
  .box-info .row-flex > div + div{margin-top: 0;}
  .box-info .row-flex + .row-flex > div + div{margin-top: 0;}
  .box-info .inner{padding: 40px 32px 32px; background: var(--cr-light);}
  .box-info .note{padding: 16px 32px; background: #FAFAFA; border-radius: 0 0 8px 8px;}
  .box-info .h-title{font-size: 20px; text-align: left; margin-bottom: 24px; display: block;}
  .box-info .h-title.a-center{text-align: center;}
  .box-info .h-title + .s-title{margin-top: 32px;}
  .box-info .s-title{font-size: 16px; margin-bottom: 16px;}
  .box-info ul > li{color: var(--cr-gray);}
}




/*############################ content-slide ###################################*/
@media screen and (min-width: 200px) {
  .content-slide .box-info{border-top: none; background: transparent; border-radius: 0px; box-shadow: none; display: none;min-height: calc(100dvh - 150px);}
  .content-slide .box-info.active{display: flex;}
  .content-slide .box-info .inner{padding: 0px;}
  .content-slide .box-info .inner:last-child{padding-bottom: 16px;}
  .content-slide .box-info .note{margin: 24px -16px -16px;}

  .content-slide .content-slide-nav{position: relative;}
  .content-slide .content-slide-nav ul{padding: 0; margin: 0; list-style: none;}
  .content-slide .content-slide-nav ul>li{width: 100%; padding: 24px 0;}
  .content-slide .content-slide-nav ul>li+li{border-top: 1px solid #DBDBDB;}
  .content-slide .content-slide-nav .nav-mobile-link{display: flex; align-items: center; text-decoration: none; position: relative; }
  .content-slide .content-slide-nav .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);
  }
  .content-slide .content-slide-nav .nav-mobile-link .icon{margin-right: 16px; display: flex; justify-content: center; align-items: center; 
      width: 24px; height: 24px; font-size: 24px; color: var(--cr-green);
  }
  .content-slide .content-slide-nav .nav-mobile-link .icon > img{width: 24px; height: 24px;}
  .content-slide .content-slide-nav .nav-mobile-link .txt{font-weight: 600; font-family: 'kurious-looped'; font-size: 16px; line-height: 1.5em; color: var(--cr-black);}

  .content-slide .content-slide-tab .back-mobile { width: 40px; height: 40px; position: absolute; z-index: 9; top: 16px; left: 16px; transform: rotate(180deg); text-align: center;
      background: var(--cr-green); border-radius: 50%; color: var(--cr-light); font-size: 20px; display: flex; align-items: center; justify-content: center;
  }
  .content-slide .content-slide-tab .back-mobile > span{position: relative; left: 1px;}
  .content-slide .content-slide-tab .nav-info-head{display: block; text-align: center; padding-left: 0px;}
  .content-slide .content-slide-tab .nav-info-head .txt{font-size: 20px; line-height: 1.5em; color: var(--cr-dark); text-align: center; margin-bottom: 24px; display: none;}
  .content-slide .content-slide-tab .nav-info-head .txt strong{font-weight: 600;}
  .content-slide .content-slide-tab .nav-info-head .txt.active{display: block;}

  .content-slide .content-slide-tab {
  position: fixed;
  top: 0;
  height: calc(100dvh);
  width: 100vw;
  overflow: auto;
  z-index: 10001;
  transition: transform 300ms;
  padding: 0px 16px 0;
  pointer-events: none;
  background: #fff;
  transform: translateX(100%); /* Slide offscreen */
}

.content-slide .content-slide-tab.content-active {
  transform: translateX(-4%); /* Slide into view */
  pointer-events: visible;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

  .content-slide .content-slide-head{position: sticky; z-index: 111; top: 0; background: #fff; margin-left: -16px; margin-right: -16px; padding: 72px 16px 0}
  @media screen and (min-width: 768px) { 
  .content-slide .content-slide-tab {
      transform: translateX(0%); /* Slide offscreen */
  }
  }

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

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

  .content-slide .box-info{border-top: 5px solid var(--cr-green); background: #FAFAFA; min-height: inherit; overflow: hidden;
      border-radius: 0px 0px 8px 8px; box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10); display: flex;
  }
  .content-slide .box-info .inner{padding: 40px 32px 32px;width:100%}
  .content-slide .box-info .inner:last-child{padding-bottom:32px;}
  .content-slide .box-info .note{margin: 0;}


  .content-slide .content-slide-nav{display: none;}
  .content-slide .content-slide-nav .nav-mobile-link{display: none;}
  .content-slide .content-slide-tab .back-mobile {display: none;}
  .content-slide .content-slide-tab .nav-info-head{display: none;}

  .content-slide .content-slide-tab,
  .content-slide .content-slide-tab.content-active{left: 0%; overflow: visible; display: block; position: static; width: auto; height: auto; padding: 0; background: transparent;pointer-events: inherit;}

  .content-slide .content-slide-head{position: static; z-index: 100; top: 0; background: transparent; margin-left: 0;margin-right: 0; padding: 0;}

  html.content-active,
  body.content-active,
  body.content-active .icw{overflow: inherit; /*touch-action: inherit; pointer-events: inherit;*/ height: auto;}
  .icw .main.content-active{overflow: inherit; /*touch-action: inherit; pointer-events: inherit;*/ position: relative;}

}



/*############################ sc-faqs ###################################*/
@media screen and (min-width: 200px) {

  .sc-faqs{background: #F0FAF7; overflow: hidden;}
  .sc-faqs .sc-heading{text-align: center; margin-bottom: 24px;}
  .sc-faqs .sc-heading .title{margin-bottom: 0; line-height: 1.5em;}
  .sc-faqs .tab-control2 {margin-bottom: 32px;}
  .sc-faqs .accordion-group + .accordion-group{margin-top: 16px;}
  .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-group .accordion + .accordion::last-of-type{margin-bottom: 0;}
  .sc-faqs .accordion-group .accordion::last-of-type{margin-bottom: 0; !important;}

  .sc-faqs .accordion {position: relative; border-radius: var(--radius);background: var(--cr-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(--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;}
  .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; font-family: 'kurious-looped'; color: var(--cr-dark);}
  .sc-faqs .accordion-content p strong{font-weight: 600;}
  .sc-faqs .accordion-content p .link{font-weight: 600; font-family: 'kurious-looped';}
  .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; color: var(--cr-dark);}
  .sc-faqs .accordion-content ul > li ul{margin-top: 5px; padding: 0;}
  .sc-faqs .accordion-content ul > li li{position: relative; list-style-type: "- ";}
  .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; color: var(--cr-dark);}
  .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-looped'; 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 .action{padding-top: 40px; text-align: center;}
  .sc-faqs .action .more{color: #009861;}
  .sc-faqs .action .link.more.down,
  .sc-faqs .action.active .link.more.up{display: inline-block;}
  .sc-faqs .action .link.more.up,
  .sc-faqs .action.active .link.more.down{display: none;}

}

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

  .sc-faqs .sc-heading{margin-bottom: 40px;}
  .sc-faqs .tab-control2 {margin-bottom: 40px;}
  .sc-faqs .accordion-title{font-size: 18px;}
  .sc-faqs .accordion-content .link-tel{display: none;}
  .sc-faqs .accordion-content a{word-break: keep-all;}

}

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

@media screen and (min-width: 1200px) {
  .sc-faqs .accordion-title{padding: 16px 50px 16px 24px;}
  .sc-faqs .accordion-content{padding: 16px 24px;}
}

/*############################ end sc-faqs ###################################*/



/*############### back-to-top ###############*/
.back-to-top {
  opacity: 1;
}

/*############### end back-to-top ###############*/

@media screen and (max-width: 1024px) {
  .webchatbox {
    bottom: 3px !important;
    right: 8px !important;
    z-index: 1002 !important;
  }

  .webchatbox .chat-tooltip-info {
    top: 0 !important;
  }

  .webchatbox .chat-hover-tooltip {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  #navigation-footer {
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 767px) {
  .promotion-popup .mfp-content {
    margin-top: 65px;
    margin-bottom: 65px;
  }
}

.webchatbox .chat-list > a {
  box-shadow: none !important;
}

/* ### footer seo ### */
.icw .footer-seo {
  background-color: #ecf1f7;
}

.icw .footer-seo h2 {
  color: #333;
  font-family: "kurious-looped";
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 4px;
}

.icw .footer-seo h3 {
  color: #666;
  font-family: "kurious-looped";
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
}

.icw .footer-seo p,
.icw .footer-seo li {
  color: #666;
  font-family: kurious-looped;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}

.icw .footer-seo p {
  margin-bottom: 8px;
}

.icw .footer-seo ul,
.icw .footer-seo ol {
  padding-left: 16px;
  margin-bottom: 8px;
}

.icw .footer-seo ul > li {
  list-style: disc;
}

.icw .footer-seo ol > li {
  list-style: decimal;
}

.icw .footer-seo ol > li:has(h3)::marker {
  font-weight: 700;
}

.icw .footer-seo .footer-link {
  color: #00a94f;
  text-decoration: underline;
}

.icw .footer-seo .footer-link:hover {
  color: #00873f;
  text-decoration: underline;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.mb-4 {
  margin-bottom: 4px !important;
}

/* ### end footer seo ### */



/* ############################ custom select2 ############################ */
/* .select2-container{
  max-width: 100%;
} */
.select2-container .select2-results__option {
  border-top: 0;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  font-family: "kurious-looped";
  border: 1px solid #d7d7d7;
  border-radius: 24px;
  height: 48px;
  padding: 0 16px;
  font-weight: 600;
  color: #333;
}
.select2-container.select2-container--open .select2-selection--single .select2-selection__rendered{
  border-color: var(--cr-green);
  background-color: #ecf4f3;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-color: transparent;
}

.select2-container.select2-container--open.select2-container--above .select2-selection--single .select2-selection__rendered{
  border-color: var(--cr-green);
  background-color: #ecf4f3;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  border-top-color: transparent;
}
@media screen and (min-width: 768px) {
  .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0 30px;
  }
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #00a94f;
  color: white;
}
.select2-container--open .select2-selection__rendered{border-radius: 25px 25px 0 0; border-color: var(--cr-green); border-bottom-color: transparent;}

.select2-container.select2-container--open.select2-dropdown--below
  .select2-selection--single
  .select2-selection__rendered {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #ecf4f3;
  border-color: var(--cr-green);
}
.select2-container.select2-container--open.select2-dropdown--above .select2-selection--single .select2-selection__rendered{
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__placeholder {
  color: #111;
}

.select2-container--open .select2-dropdown--above{

  border-color: var(--cr-green);

}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b:before {
  content: "";
  position: absolute;
  background: url(../img/icon-chevron-down.svg) no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  top: 50%;
  transform: translate(-16px, -50%);
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 150px;
}

@media screen and (min-width: 768px) {
  .select2-dropdown {
    /* width: calc((1070px - 32px) / 3) !important; */
  }
}
.select2-dropdown.select2-dropdown--above {
  border-bottom: 0;
  border-top: 1px solid var(--cr-green);
  border-radius: 25px 25px 0 0;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
}
.select2-container--default.select2-container--open:not(
    .select2-container--disabled
  )
  .select2-selection--single,
.select2-container--default.select2-container--open:not(
    .select2-container--disabled
  )
  .select2-dropdown,
.select2-container--default.select2-container--focus:not(
    .select2-container--disabled
  )
  .select2-selection--single {
  /* background-color: var(--cr-light); */
  padding-bottom: 0;
  border-color: var(--cr-green);
}
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--single {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

/* ############################ custom theme-navigation ############################ */

.has-sticky #navigation-footer .footer-slogan {
  height: 56px;
  padding-bottom: 0px;
}

@media screen and (min-width: 1140px) {
  .has-sticky #navigation-footer .footer-slogan {
    height: 64px;
    padding-bottom: 0px;
  }
}


/* ############################ custom for 280px ############################ */

@media screen and (max-width: 320px) {
  #page{
    overflow-x: hidden !important;
  }



  .icw h1, .icw .h1{
    font-size: 24px;
  }


  .sc-highlight .wrapper .content{
    height:240px;
  }

  .sc-apply .sc-headline .sc-heading{
    font-size: 24px !important;
  }

  .sc-highlight .wrapper .thumb{
    width: 120px;
    top:-40px;
  }
  .sc-highlight .wrapper .content .txt{
    font-size: 14px;
  }

  .step-text{
    margin-left:0;
  }

  .step-text > p{
    font-size: 14px;
  }

  .step-text span{
    white-space: normal;
  }

}

.sc-faqs .table-row{padding: 0; margin: 0 0 16px; width: 100%; border-spacing: 0; border: 0; border-radius: 8px;}
.sc-faqs .table-row th + th{border-left: 1px solid #E6E6E6;}
.sc-faqs .table-row .bl-left{border-left: 1px solid #E6E6E6;}
.sc-faqs .table-row .bl-left0{border-left: 0;}
.sc-faqs .table-row .bl-right{border-right: 1px solid #E6E6E6;}
.sc-faqs .table-row th,
.sc-faqs .table-row td{padding:16px; text-align: center; line-height: 1.5em; border-bottom: 1px solid #E6E6E6; border-left: 1px solid #E6E6E6;}
.sc-faqs .table-row td{background-color: var(--cr-light); color: var(--cr-gray); font-size: 13px; font-family: kurious-looped; font-weight: 500;}
.sc-faqs .text-black td {color: var(--cr-black);}
.sc-faqs .table-row td + td{border-left: 1px solid #E6E6E6; border-right: 1px solid #E6E6E6;}
.sc-faqs .table-row tr + tr{border-top: 1px solid #E6E6E6;}
.sc-faqs .table-row tr:first-child th:first-child{border-top-left-radius: 8px;}
.sc-faqs .table-row tr:first-child th:last-child{border-top-right-radius: 8px;}
.sc-faqs .table-row tr:last-child td:first-child{border-bottom-left-radius: 8px;}
.sc-faqs .table-row tr:last-child td:last-child{border-bottom-right-radius: 8px;}
/* .sc-faqs .table-row tr:last-child td{border-bottom: 0;} */
.sc-faqs .table-row .bg,
.sc-faqs .table-row.tb-stickyHead td:nth-child(1){background-color: var(--cr-green); color: var(--cr-light); font-weight: 600; font-size: 13px;}
.sc-faqs .table-row tbody .bg{font-size: 13px;}

.sc-faqs .table-row.-typeI th:last-child{min-width: 128px;}
.sc-faqs .table-row.-typeI td{padding: 8px 16px;}

.sc-faqs .table-row.-typeII th:first-child{min-width: 103px;}
.sc-faqs .table-row.-typeII th:last-child{min-width: 78px;}
.sc-faqs .table-row.-typeII td{padding: 8px 16px;}

.sc-faqs .table-row.tb-stickyHead tbody tr:first-child td{font-weight: 500; white-space: nowrap;}

.sc-faqs .table-responsive {overflow-x: auto;}
.sc-faqs #table-res01.table-responsive {border-top-left-radius: 8px; border-bottom-left-radius: 8px;}
.sc-faqs #table-res01 .table-row tr:first-child th:first-child,
.sc-faqs .table-responsive td:nth-child(1) {position: sticky;left: 0;z-index: 1;}

.sc-faqs .table-responsive::-webkit-scrollbar {display: none;}      
.sc-faqs .responsive-scroll {background-color: rgb(0, 0, 0, .15);margin: 16px 0;position: relative; width: 100%;height: 3px;border-radius: 8px;}      
.sc-faqs .responsive-scroll .scroll {background-color: #00A94F;position: absolute;border-radius: 8px;display: block;height: 3px; max-width: 100%;}
