<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*================ default ==================*/
:root {
  --cr-light: #fffFFF;
  --cr-dark: #333333;
  --cr-gray: #666666;
  --cr-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-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: 700;}

.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: 700;}
.icw h2,.icw .h2 {font-weight: 500; line-height: 1.5em;}
.icw h2 strong,.icw .h2 strong{font-weight: 700;}
.icw h3,.icw .h3 { font-weight: 500; line-height: 1.5em;}
.icw h3 strong,.icw .h3 strong{font-weight: 700;}
.icw h4,.icw .h4 { font-weight: 500; line-height: 1.5em;}
.icw h4 strong,.icw .h4 strong{font-weight: 700;}
.icw h5,.icw .h5 { font-weight: 500; line-height: 1.5em;}
.icw h5 strong,.icw .h5 strong{font-weight: 700;}
.icw h6,.icw .h6 { font-weight: 500; line-height: 1.5em;}
.icw h6 strong,.icw .h6 strong{font-weight: 700;}

.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: 700;}

.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.5em;}
  .icw h2,.icw .h2 {font-size: 24px; line-height: 1.5em;}
  .icw h3,.icw .h3 {font-size: 20px; line-height: 1.5em;}
  .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.5em;}
  .icw h2,.icw .h2{font-size: 33px; line-height: 1.5em;}
  .icw h3,.icw .h3{font-size: 26px; line-height: 1.5em;}
  .icw h4,.icw .h4{font-size: 20px; line-height: 1.5em;}
  .icw h5,.icw .h5{font-size: 18px; line-height: 1.5em;}
  .icw h6,.icw .h6{font-size: 16px; line-height: 1.5em;}
}


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

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


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

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

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

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

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

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

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

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

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


/*============================== 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&gt;.swiper-pagination-bullets, 
.swiper-pagination-bullets.swiper-pagination-horizontal, 
.swiper-pagination-custom, .swiper-pagination-fraction,
.swiper-pagination{text-align: center; margin: 0; padding-top: 32px; position: relative; bottom: 0;}
.swiper-pagination-bullet{font-size: 0; line-height: 0; margin: 0; padding: 0; cursor: pointer; margin: 0 4px; border: 1px solid #DDDDDD;
  outline: none;width: 8px; height: 8px; border-radius: 8px; background: var(--cr-light); opacity: 1; transition: var(--tsition);
}
.swiper-pagination-bullet-active{background: #00A94F; border-color: #00A94F; opacity: 1; width: 24px;}

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

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


/*============================== tab ===============================*/
.tab-control{position: relative; height: 35px; 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-control:after{content: ''; position: absolute; z-index: 3; top: 0; right: 24px; bottom: 0; width: 70px;
  background: linear-gradient(135deg, rgba(244,244,244,0) 50%, rgba(244,244,244,1) 90%); pointer-events: none;
}
.tab-control .timebar{position: absolute; z-index: 5; left: 0; bottom: 0px; height: 2px; 
  background-color: #BCBCBC; transition: 0ms ease-in-out; border-radius: 50px;
}
.tab {position: relative; z-index: 3; overflow: auto; margin-right: 25px; border-bottom: 0px solid var(--cr-border);}
.tab .control{display: flex; flex-wrap: nowrap; justify-content: space-between; width: 560px; padding-right: 30px;}
.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;
  border-bottom: 3px solid transparent; margin-bottom: 2px;
}
.tab .control a.active {color:var(--cr-dark); font-weight: 600; pointer-events: none; border-bottom-color:var(--cr-green);}
.tab .selector {display: none; 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);}

.action-dropdown{display: flex; position: absolute; z-index: 4; top: 0; right: 0; width: 25px; height: 32px;
  border-left: 1px solid #E5E5E5; align-items: center; justify-content: flex-end;
}
.action-dropdown .link{display: block; position: relative; width: 25px; height: 32px; font-size: 13px; line-height: 32px; text-align: right;}
.action-dropdown .link:before{content: ""; position: absolute; width: 12px; height: 12px; 
  transition: var(--tsition); transform: rotate(135deg); top: -10px; right: 0; bottom: 0; margin: auto;
  border-top: 1px solid var(--cr-green); border-right: 1px solid var(--cr-green);
}
.action-dropdown .link.active:before{transform: rotate(-45deg); top: 5px;}

.tab-dropdown{position: absolute; z-index: 2; top: 0px; left: 0; right: 0;  opacity: 0; visibility: hidden; transition: var(--tsition);}
.tab-dropdown.active{opacity: 1; visibility: visible; }
.tab-dropdown .txt{ font-weight: 700; font-size: 16px; color: var(--cr-dark); line-height: 32px;}

.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;}
}
@media screen and (min-width: 768px){
  .tab-control{height: auto;}
  .tab-control:before{display: none;}
  .tab-control:after{display: none;}
  .tab{overflow: visible; margin-right: 0; border-bottom: 1px solid var(--cr-border);}
  .tab .control{flex-wrap: wrap; margin: 0 auto; justify-content: center; padding-right: 0; width: 730px;}
  .tab .control a {white-space: normal; border-bottom: 0;}
  .tab .control a {color: var(--cr-lightgray); height: 42px; padding: 0 24px;}
  .tab .control a span{display: block; border-bottom: 3px solid transparent; line-height: 42px; transition: var(--tsition);}
  .tab .control a.active {color:var(--cr-dark);}
  .tab .control a.active span{border-block-color: var(--cr-green);}

  .action-dropdown{display: none;}
  .tab-dropdown{display: none;}
}
@media screen and (min-width: 992px){
  .tab .control{width: 800px;}
  .tab .control a {padding: 0 32px;}
}


/*############################ tab2 ###################################*/
.tab-control2{position: relative; height: 35px; position: relative; margin-bottom: 0px;}
.tab-control2:before{content: ''; position: absolute; height: 1px; left: 0; bottom: 2px; right: 0; 
  background-color: #DBDBDB; border-radius: 50px; z-index: 4;
}
.tab-control2:after{content: ''; position: absolute; z-index: 3; top: 0; right: 24px; bottom: 0; width: 70px;
  background: linear-gradient(135deg, rgba(240,253,248,0) 50%, rgba(240,253,248,1) 90%); pointer-events: none;
}
.tab-control2 .timebar{position: absolute; z-index: 5; left: 0; bottom: 0px; height: 2px; 
  background-color: #BCBCBC; transition: 0ms ease-in-out; border-radius: 50px;
}
.tab2 {position: relative; z-index: 3; overflow: auto; margin-right: 25px; border-bottom: 0px solid var(--cr-border);}
.tab2 .control2{display: flex; flex-wrap: nowrap; justify-content: space-between; width: 410px; padding-right: 30px;}
.tab2 .control2 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-gray);text-align: center; position: relative; z-index: 1; text-decoration: none;
  border-bottom: 3px solid transparent; margin-bottom: 2px;
}
.tab2 .control2 a.active {color:var(--cr-dark); font-weight: 600; pointer-events: none; border-bottom-color:var(--cr-green);}
.tab2 .selector2 {display: none; 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);
}
.tab2.active{overflow: visible;}
.tab2.active .control2 {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: #F0FDF8;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}
.tab2.active .control2 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;
}
.tab2.active .control2 a.active {border-color: var(--cr-green); color: var(--cr-green);}

.action-dropdown2{display: flex; position: absolute; z-index: 4; top: 0; right: 0; width: 25px; height: 32px;
  border-left: 1px solid #E5E5E5; align-items: center; justify-content: flex-end;
}
.action-dropdown2 .link{display: block; position: relative; width: 25px; height: 32px; font-size: 13px; line-height: 32px; text-align: right;}
.action-dropdown2 .link:before{content: ""; position: absolute; width: 12px; height: 12px; 
  transition: var(--tsition); transform: rotate(135deg); top: -10px; right: 0; bottom: 0; margin: auto;
  border-top: 1px solid var(--cr-green); border-right: 1px solid var(--cr-green);
}
.action-dropdown2 .link.active:before{transform: rotate(-45deg); top: 5px;}

.tab-dropdown2{position: absolute; z-index: 2; top: 0px; left: 0; right: 0;  opacity: 0; visibility: hidden; transition: var(--tsition);}
.tab-dropdown2.active{opacity: 1; visibility: visible; }
.tab-dropdown2 .txt{ font-weight: 700; font-size: 16px; color: var(--cr-dark); line-height: 32px;}

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

@media screen and (max-width: 767px) {
  ::-webkit-scrollbar {display: none;}
}
@media screen and (min-width: 768px){
  .tab-control2{height: auto;}
  .tab-control2:before{display: none;}
  .tab-control2:after{display: none;}
  .tab2{overflow: visible; margin-right: 0; border-bottom: 1px solid var(--cr-border);}
  .tab2 .control2{flex-wrap: wrap; margin: 0 auto; justify-content: center; padding-right: 0; width: 730px;}
  .tab2 .control2 a {white-space: normal; border-bottom: 0;}
  .tab2 .control2 a {color: var(--cr-lightgray); height: 42px;}
  .tab2 .control2 a span{display: block; border-bottom: 3px solid transparent; line-height: 42px; transition: var(--tsition);}
  .tab2 .control2 a.active {color:var(--cr-dark);}
  .tab2 .control2 a.active span{border-block-color: var(--cr-green);}

  .action-dropdown2{display: none;}
  .tab-dropdown2{display: none;}
}
@media screen and (min-width: 992px){
  .tab2 .control2{width: 800px;}
}


/*############################ popup ###################################*/
@media screen and (min-width: 200px) {
  .mfp-bg, .mfp-wrap .mfp-content, .mfp-wrap .mfp-container {
      -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      transition: all 300ms ease;
  }
  .mfp-wrap.mfp-ready .mfp-container {opacity: 1;}
  .mfp-wrap.mfp-ready .mfp-content {opacity: 1;visibility: visible;}

  .mfp-close-btn-in .mfp-close{width: 30px; height: 30px; background-color: var(--cr-green); color:var(--cr-light); top: 16px; right:16px;
      display: flex; align-items: center; justify-content: center; border-radius: 50%; opacity: 1; font-size: 0px; transition: var(--tsition);
  }
  .mfp-close-btn-in .mfp-close:before,
  .mfp-close-btn-in .mfp-close:after{content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0;
      width: 18px; height: 2px; background-color: var(--cr-light); margin: auto; transition: var(--tsition);
  }
  .mfp-close-btn-in .mfp-close:before{transform: rotate(45deg);}
  .mfp-close-btn-in .mfp-close:after{transform: rotate(-45deg);}
  .mfp-close-btn-in .mfp-close:active{top: -15px;}

}
@media screen and (min-width: 768px) {
  .mfp-close-btn-in .mfp-close{width: 40px; height: 40px; top: -20px; right: -10px;}
  .mfp-close-btn-in .mfp-close:active{top: -20px;}
  .mfp-close-btn-in .mfp-close:before,
  .mfp-close-btn-in .mfp-close:after{width: 24px;}

}
@media screen and (min-width: 992px) {
  .mfp-close-btn-in .mfp-close {right: -10px;}
}


/*############################ select2 ###################################*/
.select2-hidden-accessible {border: 0;clip: rect(0 0 0 0);clip-path: inset(50%); height: 1px; overflow: hidden; padding: 0; 
  position: absolute;width: 1px;white-space: nowrap;
}
.select2-container { position: relative; display: block; margin: 0;}
.select2-dropdown {background: var(--cr-light); display: block;position: absolute;width: 100%; z-index: 1051;
  -webkit-transition: border-color 250ms ease-in-out;
  -o-transition: border-color 250ms ease-in-out;
  transition: border-color 250ms ease-in-out;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-animation: fadeIn 400ms;
  animation: fadeIn 400ms;
}
.select2-dropdown { border: 1px solid #D7D7D7; border-top: 0; border-radius: 0 0 25px 25px;box-shadow: 0 5px 6px rgba(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);}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, 
.select2-container--open .select2-dropdown--below { border-top: 0;border-top-left-radius: 0; border-top-right-radius: 0;}
.select2-container--open .select2-dropdown {left: 0;overflow: hidden;}
.select2-search--dropdown.select2-search--hide {display: none;}
.select2-container .select2-results {display: block;}
.select2-container .select2-results__options {list-style: none;margin: 0;padding: 0;}
.select2-container--default .select2-results &gt; .select2-results__options {max-height: 25vh;overflow-y: auto; 
  background-color: var(--cr-light); color: #aaa;
}
.select2-container .select2-results__option { margin: 0; font-size: 16px; word-wrap: break-word;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select2-container .select2-results__option {padding: 13px 8px 13px 16px; border: 0;}
.select2-container--default .select2-results__option--highlighted[aria-selected] {background-color: var(--cr-green);color: var(--cr-light);}
.select2-selection__rendered{border-radius: 25px;border: none;margin: 0;width: 100%;height: 48px;
  padding-left: 16px; padding-top: 0; padding-right: 36px; background-color: var(--cr-light); color:var(--cr-green); font-size: 16px; font-weight: 600;
  border: 1px solid #D7D7D7; line-height: 46px; text-align: left; display: block;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder{color: #aaa;}
.select2-container--default .select2-selection--single{background-color: transparent; border: none;}
.select2-container--open .select2-selection__rendered{border-radius: 25px 25px 0 0; border-bottom-color: transparent;}
.select2-container--default .select2-selection--single .select2-selection__arrow b{display: none;}
.select2-container--default .select2-selection--single .select2-selection__clear{display: none;}
.select2-container--default .select2-selection--single .select2-selection__arrow { height: 12px; width: 12px; right: 24px; 
  top: 15px; margin: 0; pointer-events: none; border-top: 1px solid var(--cr-dark); border-right: 1px solid var(--cr-dark); 
  display: block; position: absolute; transition: transform 0.3s ease-out; transform: rotate(135deg);
}
.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow {
  transform: rotate(-45deg);top: 22px;
}
.select-field .select2-container--default .select2-selection--single .select2-selection__arrow b {display: none;}


/*############################ icw list-mark ###################################*/
.icw .list-mark{padding: 0; margin: 0; list-style: none;}
.icw .list-mark &gt; li{width: 100%; position: relative; padding-left: 30px; list-style: none;}
.icw .list-mark &gt; li:before{content: ''; position: absolute; top: 0px; left: 0; width: 24px; height: 24px;
  background: url(../img/icon-verify.svg) no-repeat center; background-size: cover;
}
.icw .list-mark &gt; li + li{margin-top: 16px;}
.icw .list-mark p.desc{color: var(--cr-gray); margin: 0; line-height: 1.5em;}


/*============================== PAGE ===============================*/
@media screen and (min-width: 200px) {

  /*############################ sc-how-to-apply ###################################*/
  .sc-into{background-repeat: no-repeat; background-color: #F0FDF8; background-image: url(../img/bg_into.png);
      background-size: cover; background-position: center;
  }
  .sc-into .sc-heading{margin: 0px; margin-bottom: 0px; text-align: center;}
  .sc-into .sc-heading .title{margin-bottom: 16px; line-height: 1.5em;}
  .sc-into .sc-heading .desc{margin-bottom: 0px; line-height: 1.5em;}


  /*############################ sc-highlight ###################################*/
  .sc-highlight{background: var(--cr-light);}
  .sc-highlight .sc-heading{text-align: center; margin-bottom: 24px;}
  .sc-highlight .sc-heading .title{margin-bottom: 0px; line-height: 1.5em;}
  .sc-highlight .item-list{margin: -8px;}
  .sc-highlight .item-list &gt; li{width: calc(100%/2); padding: 56px 8px 8px 8px; list-style: none;}
  .sc-highlight .wrapper{position: relative; display: block; border-radius: var(--radius);}
  .sc-highlight .wrapper.bgI{background: #03C797;}
  .sc-highlight .wrapper.bgII{background: #27A57F;}
  .sc-highlight .wrapper.bgIII{background: #0E7379;}
  .sc-highlight .wrapper.bgIV{background: #009087;}
  .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 .show-w767{display: inline;}
  .sc-highlight .wrapper .content .desc{color: var(--cr-light); text-decoration: underline; font-weight: 600; font-family: 'kurious-looped';}


  .sc-service-info{position: relative;}
  .sc-service-info .head{margin-bottom: 24px;}
  .sc-service-info .head .title{margin-bottom: 8px; color: var(--cr-dark); line-height: 1.5em;}
  .sc-service-info .head .title .icon{height: 40px; margin-right: 6px; position: relative; top: -2px;}
  .sc-service-info .head .desc{margin: 0; color: var(--cr-gray); line-height: 1.5em;}
  .sc-service-info .thumb{display: block;}
  .sc-service-info .body{margin-top: 27px;}
  .sc-service-info .body .topic-new{position: relative; padding-left: 30px; margin-bottom: 8px; color: var(--cr-dark);}
  .sc-service-info .body .topic-new:before{content: ''; position: absolute; top: 0; left: 0; width: 24px; height: 24px;
      background-image: url(../img/icon-new.svg); background-repeat: no-repeat; background-size: contain;
  }
  .sc-service-info .body .title{margin-bottom: 8px; color: var(--cr-dark); line-height: 1.5em;}
  .sc-service-info .body .desc{margin-bottom: 16px; color: var(--cr-gray); line-height: 1.5em;}
  .sc-service-info .body .list-mark{margin-bottom: 16px;}
  .sc-service-info .body .action{margin-top: 32px; padding-left: 0px; text-align: center;}
  .sc-service-info .body .action:after{content: ''; display: table; clear: both;}
  .sc-service-info .body .action .btn{min-width: 100%; height: 40px;}

  .sc-service-thumb{display: none;}


  /*############################ sc-service ###################################*/
  .sc-service{background: #F0FDF8; overflow: hidden;}
  .sc-service .sc-inner{position: relative; z-index: 1;}
  .sc-service .sc-heading{text-align: center; margin-bottom: 32px;}
  .sc-service .sc-heading .title{margin-bottom: 16px; color: var(--cr-dark);}
  .sc-service .sc-heading .desc{margin-bottom: 0; color: var(--cr-gray);}
  .sc-service .tab-control2{margin-bottom: 40px;}
  /*.sc-service .tab2 .selector2{display: block; bottom: 2px; background-color: #DBDBDB;}
  .sc-service .tab2 .control2{display: flex;}
  .sc-service .tab2 .control2 a{margin-bottom: 0; flex-basis: 0;-webkit-box-flex: 1;flex-grow: 1;max-width: 100%;}
  .sc-service .tab2 .control2 a.active{border-bottom-color: transparent;}*/
  .sc-service .details-container{display: flex; flex-direction: column;}
  .sc-service .sc-service-info{display: block; order: 2;}
  .sc-service .sc-service-thumb{order: 1; margin-bottom: 24px;}


  /*############################ sc-kbiz ###################################*/
  .sc-kbiz{position: relative; background: linear-gradient(257deg, #002D2E 0%, #005353 37.78%, #000B10 128.86%); overflow: hidden;}
  .sc-kbiz .sc-content{display: flex; flex-direction: column;}
  .sc-kbiz .sc-content .sc-service-thumb{display: block; text-align: center;}
  .sc-kbiz .sc-content .sc-service-thumb &gt; img{max-width: 100%;}
  .sc-kbiz .sc-content .sc-service-info{padding-top: 40px; max-width: 100%; margin: 0 auto;}
  .sc-kbiz .sc-content .sc-service-info .body .list-mark-cover{display: flex; flex-wrap: nowrap;}
  .sc-kbiz .sc-content .sc-service-info .body .list-mark{width: 50%; margin-bottom: 0;}
  .sc-kbiz .sc-content .sc-service-info .body .list-mark + .list-mark{margin-left: 12px;}
  .sc-kbiz .sc-content .sc-service-info .body .list-mark p.desc{color: var(--cr-light); line-height: 2em;}
  .sc-kbiz .sc-content .sc-service-info .body .list-mark &gt; li:before{top: 4px;}
  .sc-kbiz .sc-content .sc-service-info .body .list-mark &gt; li + li{margin-top: 0;}
  .sc-kbiz .sc-content .sc-service-info .head .logo{height: 90px; margin-bottom: 30px;}
  .sc-kbiz .sc-content .sc-service-info .head .title{margin-bottom: 8px; color: var(--cr-light); line-height: 1.5em;}
  .sc-kbiz .sc-content .sc-service-info .body .desc{color: var(--cr-light);}
  .sc-kbiz .sc-content .sc-service-info .body .action .btn{min-width: 100%; height: 40px;}


  /*############################ sc-apply ###################################*/
  .sc-apply{background-color: #F3FAF3;}
  .sc-apply .sc-heading{margin-bottom: 0; text-align: center;}
  .sc-apply .sc-heading .h1{margin-bottom: 0;}
  .sc-apply .nav-mobile{position: relative;}
  .sc-apply .nav-mobile ul{padding: 0; margin: 0; list-style: none;}
  .sc-apply .nav-mobile ul &gt; li{width: 100%; padding: 24px 0;}
  .sc-apply .nav-mobile ul &gt; li + li{border-top: 1px solid #DBDBDB;}
  .sc-apply .nav-mobile ul &gt; li:last-child{padding-bottom: 0;}
  .sc-apply .nav-mobile .link{display: flex; align-items: center; text-decoration: none; color: var(--cr-dark); position: relative;}
  .sc-apply .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-apply .nav-mobile .icon{margin-right: 16px;}
  .sc-apply .nav-mobile .icon &gt; img{width: 24px; height: 24px;}
  .sc-apply .tab-container{position: fixed; z-index: 1901; top: 0; left: 100%; width: 100vw; height: 100vh; overflow: auto; 
      transition: var(--tsition); background: rgba(243,253,248,0); padding: 16px 16px 48px 16px;
  }
  .sc-apply .tab-container.apply-active{left: 0%; background: rgba(243,253,248,1);}
  .sc-apply .back-mobile{width: 40px; height: 40px; margin-bottom: 48px;}

  body.apply-active{overflow: hidden;}
  .icw .main.apply-active{position: static;}

  .sc-apply .tab .control{width: 700px;}
  .sc-apply .tab-control:after{background: linear-gradient(135deg, rgba(243,253,248,0) 50%, rgba(243,253,248,1) 90%);}
  .sc-apply .tab .control{width: 430px;}
  .sc-apply .tab.active .control{width: auto; background-color: #F3FAF3;}
  .sc-apply .head-title{margin-bottom: 40px; text-align: center;}
  .sc-apply .head-title .txt{margin-bottom: 0; display: none;}
  .sc-apply .head-title .m-txt{margin-bottom: 0; font-size: 28px;}
  .sc-apply .details-container{margin-top: 48px; overflow: hidden;}
  .sc-apply .action{padding: 40px 0; text-align: center;}
  .sc-apply .action:last-child{padding-bottom: 0;}
  .sc-apply .action a+a{margin-left: 16px;}
  .sc-apply .action .btn{min-width: 150px; height: 40px;}
  .sc-apply .action .btn.show-w1199{display: inline-flex;}
  .sc-apply .action .btn.hide-w1199{display: none;}
  .sc-apply .action .txt{text-align: center; font-size: 18px; font-weight: 500; color: var(--cr-gray); padding-top: 6px;}
  .sc-apply .action .txt .text-color{color: #009861;}
  .sc-apply .action .txt .link{color: #009861; font-size: 18px; font-weight: 500;}
  .sc-apply .end{padding-top: 40px; border-top: 1px solid #eee; text-align: center;}
  .sc-apply .end .txt{color: var(--cr-gray); margin: 0; line-height: 1.5em;}
  .sc-apply .wrapper-banner{position: relative;}
  .sc-apply .wrapper-banner:before{content: ''; position: absolute; z-index: 0; left: -16px; right: -16px; opacity: 0;
      background: linear-gradient(0deg, var(--cr-light) 0%,  #F5F5F5 100%); height: 150px; top: 185px;
  }
  .sc-apply .wrapper-banner .thumb{text-align: center; position: relative; z-index: 1;}
  .sc-apply .wrapper-banner .thumb img{max-height: 250px;}
  .sc-apply .wrapper-banner .content{position: relative; z-index: 1; padding-top: 24px; text-align: center;}
  .sc-apply .wrapper-banner .content .txt{font-size: 16px; color: var(--cr-gray); margin: 0; padding: 8px 0 0; font-family: 'kurious-looped'; font-weight: 500; line-height: 1.5em;}
  .sc-apply .wrapper-banner .content .txt .link{font-size: 16px; font-weight: 600;}

  .sc-apply-slide{position: relative ;}
  .sc-apply-slide .swiper-slide{width: auto;}
  .sc-apply-slide .wrapper{position: relative;}
  .sc-apply-slide .thumb{width: 220px; margin: 0 auto 24px;}
  .sc-apply-slide .content{text-align: center}
  .sc-apply-slide .content .title{margin-bottom: 4px; color: var(--cr-dark);}
  .sc-apply-slide .content .desc{margin-bottom: 0; color: var(--cr-dark); line-height: 1.5em;}
  .sc-apply-slide .content .link{text-decoration: underline; color: var(--cr-green);}


  /*############################ droplead ###################################*/
  .sc-droplead{min-height: inherit;max-height: 100%; position: relative;  background-image: linear-gradient(180deg, #00A980 0%, #03C797 100%);}
  .sc-droplead:before{content: ''; position: absolute; z-index: 0; top: 0; left: 0; right: 0; bottom: 0; transition: var(--tsition);
      background: url(../img/bg_droplead.png); background-position: center; background-size: cover; background-repeat: no-repeat;
  }
  .sc-droplead .sc-inner{position: relative; z-index: 1;}
  .sc-droplead .sc-heading{text-align: center;}
  .sc-droplead .sc-heading .title{line-height: 1.5em; margin-bottom: 16px; color: var(--cr-light);}
  .sc-droplead .sc-heading .desc{line-height: 1.5em; margin-bottom: 0; color: var(--cr-light);}
  .sc-droplead .intro-box{background: transparent;height: 100px;padding-top: 35px;}
  .sc-droplead .control-wrapper{display: flex;}
  .sc-droplead .content-section{margin-top: -80px;padding-bottom: 40px;}
  .sc-droplead .content-wrapper{padding: 0;max-width: 450px;}
  .sc-droplead .droplead-form{margin: 32px auto 0;max-width: 450px;padding: 0 10px;}
  .sc-droplead .form-check-label{color: white;padding-bottom: 2px; font-size: 16px; font-weight: 600; cursor: pointer; font-family: "kurious-looped";}
  .sc-droplead .subtitle h4{font-size: 20px;font-weight: 400;text-align: center;}
  .sc-droplead .droplead-form .client-radio{display: flex;width: 100%;justify-content: center;}
  .sc-droplead .droplead-form .client-radio .form-check-inline{display: inline-flex; align-items: center;}
  .sc-droplead .droplead-form .client-radio .form-check-inline + .form-check-inline{margin-left: 24px;}
  .sc-droplead .droplead-form .form-check-input{width: 10px;height: 20px;margin-right: 16px;}
  .sc-droplead .form-check-input[type=radio]{background: var(--cr-light); border: none; width: 24px; height: 24px; padding: 0; border-radius: 50%; 
      position: relative; border: 1px solid var(--cr-lightgray); accent-color: var(--cr-lightgray); cursor: pointer;
  }
  .sc-droplead .form-check-input[type=radio]:before {content: '';position: absolute; z-index: +1; top: 0;left: 0;right: 0;bottom: 0;
      margin: auto;width: 16px;height: 16px;background-color: transparent; border-radius: 50%; transition: var(--tsition);
  }
  .sc-droplead .form-check-input:checked{border-color: var(--cr-green);}
  .sc-droplead .form-check-input:checked[type=radio]:before {background-color: var(--cr-green);}
  .sc-droplead .droplead-form button.btn-darkgreen{display: flex;width: 100%;align-items: center;justify-content: center; color: var(--cr-light);
      font-size: 20px; font-weight: 600; height: 48px;border: none;border-radius: 8px; background-color: #137E6A; cursor: pointer; transition: var(--tsition);
  }
  .sc-droplead .droplead-form button.btn-darkgreen:hover{background-color: #096857;}
  .sc-droplead .droplead-form button.btn-darkgreen.disabled-action{background-color: #CCCCCC; color: var(--cr-lightgray); pointer-events: none;}
  .sc-droplead .droplead-form button.btn-clear{display: flex;width: 100%;align-items: center;justify-content: center;color: var(--cr-light); cursor: pointer;
      font-size: 13px;font-family: kurious-looped;font-weight: 500;height: 48px;border: none;border-radius: 8px;background-color: transparent;
  }
  .sc-droplead .droplead-form button.btn-clear .icon-white{width: 6px; height: 6px; border: 2px solid var(--cr-light); border-right: 0; border-bottom: 0; 
      transform: rotate(-45deg); margin-right: 6px;
  }

  .droplead-form .captcha{margin: 16px 0 0; line-height: 1.5; text-align: center; color: #ffffff; font-family: 'kurious-looped'; font-size: 13px;}
  .droplead-form .captcha .link{line-height: 1.5; color: #ffffff; font-family: 'kurious-looped'; font-weight: 500; text-decoration: underline; font-size: 13px;}
  .droplead-form .captcha{color: #ffffff;}
  .grecaptcha-badge {visibility: hidden;}

  .sc-droplead .personal-form,
  .sc-droplead .company-form{margin-top: 24px;margin-bottom: 20px;}
  .sc-droplead .form-field{position: relative;}
  .sc-droplead .form-field + .form-field{margin-top: 20px;}
  .sc-droplead .form-field:last-of-type{margin-bottom: 20px;}
  .sc-droplead small.invalid-feedback{ display: none;font-family: kurious-looped;font-size: 13px;position: absolute; z-index: +1;
      color: white; background-color: red;width: auto;padding: 2px 10px;right: 12px;bottom: -9px;
      border-radius: 10px;
  }
  .sc-droplead input{ background-color: var(--cr-light); margin: 0; width: 100%; height: 50px; padding-left: 25px;border-radius:25px ;border:none;}
  .sc-droplead input:focus-visible {outline: -webkit-focus-ring-color auto 0px;}
  .sc-droplead input::placeholder{color:#AAAAAA;font-family: 'kurious-looped';font-size: 16px; font-weight: 500;}
  .sc-droplead input.is-valid{border: solid 2px var(--green-color-6);background-color: white;}
  .sc-droplead input.is-invalid{border: solid 2px var(--red-color-2);}
  .sc-droplead .select2-selection__rendered{border: none;margin: 0;width: 100%;height: 50px;
      padding-left: 25px; padding-top: 0; background-color: var(--cr-light); color:#AAAAAA;font-family: 'kurious-looped';font-size: 16px; font-weight: 500;
  }
  .sc-droplead .select2-container--default .select2-selection--single .select2-selection__placeholder{color: #aaa;}
  .sc-droplead .select2-container--default .select2-selection--single .select2-selection__arrow {width: 12px; right: 24px; top: 16px;}
  .sc-droplead .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow{top: 22px;}
  .sc-droplead .droplead-form .select2-container--default .select2-selection--single{background-color: transparent; margin: 15px 0 20px; 
      border: none; border-radius: 4px;
  }
  .sc-droplead .select2-container{margin-bottom: 20px;}
  .sc-droplead .remark{margin: 56px 0 32px;font-family: kurious-looped;font-size: 13px; color: var(--cr-light); font-weight: 500; line-height: 1.5em;}
  .sc-droplead .remark a{font-family: kurious-looped; font-weight: 500; text-decoration: underline; color:var(--cr-light);}
  .sc-droplead .d-none {display: none!important;}


   /*############################ sc-faqs ###################################*/
  .sc-faqs{background: #FAFAFA;}
  .sc-faqs .sc-heading{text-align: center; margin-bottom: 36px;}
  .sc-faqs .sc-heading .title{margin-bottom: 0; line-height: 1.5em;}
  .sc-faqs .accordion-group .s-title{margin-bottom: 24px; text-align: center; line-height: 1.5em;}
  .sc-faqs .accordion-group .accordion-block + .s-title{margin-top: 40px;}
  .sc-faqs .accordion-group .accordion-block{max-width: 850px; margin-left: auto; margin-right: auto;}
  .sc-faqs .accordion-group .accordion-block + .accordion-block{margin-top: 16px;}

  .sc-faqs .accordion-block {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: 18px; 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;
      -webkit-transform: translate(0);
      -moz-transform: translate(0);
      -ms-transform: translate(0);
      transform: translate(0);
  }
  .sc-faqs .accordion-title.active:after {content: "\e910";}
  .sc-faqs .accordion-title:after,
  .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;}
  .sc-faqs .accordion-content p strong{font-weight: 600; color: var(--cr-dark);}
  .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 &gt; 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 &gt; 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 &gt; li{position: relative; list-style-type: decimal; font-family: 'kurious-looped'; font-size: 16px; font-weight: 500; line-height: 1.5em;}
  .sc-faqs .accordion-content ol &gt; li+li{margin-top: 5px;}
  .sc-faqs .accordion-content .icon{margin-right: 5px; position: relative; top: -2px;}
  .sc-faqs .accordion-content .link-tel{color: var(--cr-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: kurious-looped !important;
      font-weight: inherit !important;line-height: inherit !important;
  }


  /*############################ sc-swiper-blog ###################################*/
  .sc-swiper-blog{overflow: hidden;}
  .sc-swiper-blog .sc-heading{margin-bottom: 40px; text-align: center;}
  .sc-swiper-blog .sc-heading .title{margin-bottom: 16px; line-height: 1.5em;}
  .sc-swiper-blog .sc-heading .desc{margin-bottom: 0; line-height: 1.5em; color: var(--cr-gray);}

  .sc-swiper-slide{position: relative;}
  .sc-swiper-slide .swiper-slide{width: auto;}
  .sc-swiper-slide .wrapper{width: 328px; display: block; border-radius: var(--radius); 
      background-color: var(--cr-light); overflow: hidden; box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
  }
  .sc-swiper-slide .thumb{position: relative; overflow: hidden;}
  .sc-swiper-slide .thumb &gt; img{transition: var(--tsition); transform: scale(1.0);}
  .sc-swiper-slide .content{padding: 24px;}
  .sc-swiper-slide .content .title{ margin: 0 0 8px; color: var(--cr-dark);
      height: 3.0em; line-height: 1.5em; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2;
  }
  .sc-swiper-slide .content .desc{ margin: 0; color: var(--cr-gray);
      height: 3.0em; line-height: 1.5em; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2;
  }
  .sc-swiper-slide .content .action{padding-top: 16px;}
  .sc-swiper-slide .content .link{font-family: 'kurious-looped'; color: var(--cr-green); font-weight: 600; text-decoration: underline;}


  /*############################ sc-notification ###################################*/
  .sc-notification{background: linear-gradient(0deg, #F0FDF8 0%, #F0FDF8 100%), #FFF;}
  .sc-notification .sc-heading .title{color: var(--cr-dark);}


  /*############################ sc-interesting ###################################*/
  .sc-interesting{background: var(--cr-dark) url(../img/bg_interesting.png) no-repeat center; background-size: cover;}
  .sc-interesting .sc-heading .title{color: var(--cr-light);}


  /*############################ sc-related ###################################*/
  .sc-related{background: var(--cr-light);}
  .sc-related .sc-heading .title{color: var(--cr-dark);}


  /*############################ sc-related ###################################*/
  .sc-kplus{background: #EEE;}
  .sc-kplus .sc-heading{margin-bottom: 16px; text-align: center;}
  .sc-kplus .sc-heading .title{margin-bottom: 0; line-height: 1.5em; color: var(--cr-dark);}
  .sc-kplus .kplus-box{display: flex; justify-content: center;}
  .sc-kplus .kplus-box .thumb{text-align: center;}
  .sc-kplus .kplus-box .thumb &gt; img{max-width: 80px; margin-bottom: 8px; display: block;}
  .sc-kplus .kplus-box .thumb &gt; .txt{font-size: 13px; font-weight: 700; color: var(--cr-gray); display: block;}
  .sc-kplus .kplus-box .content{padding-left: 16px; padding-top: 7px;}
  .sc-kplus .kplus-box .content .title{line-height: 1.5em; color: var(--cr-gray); margin-bottom: 12px;}
  .sc-kplus .kplus-box .content .link{}


  /*############################ icw-popup-function ###################################*/
  .icw-popup-function.mfp-bg {background: rgba(0, 0, 0, 0.8);}
  .icw-popup-function.mfp-bg.mfp-ready {opacity: 1; z-index: 1901;}
  .icw-popup-function.mfp-wrap{z-index: 1902;}
  .icw-popup-function .mfp-container {width: 100%; padding: 0;}
  .icw-popup-function .mfp-content{background-color: transparent;max-width: 100%;height: 100%;}
  .icw-popup-function .mfp-content{overflow: auto; min-height: 100vh; height: auto; display: flex; justify-content: center;}
  .icw-popup-function .main-container{margin: 0; padding: 0 32px;}
  .icw-popup-function .inner{overflow: hidden; padding: 72px 16px 16px 16px;}



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

}

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

  .sc-highlight .item-list{margin: -12px;}
  .sc-highlight .item-list &gt; li{padding: 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-service-info .head{text-align: center;}
  .sc-service-info .thumb{width: 350px; margin-left: auto; margin-right: auto;}
  .sc-service-info .body .action .btn{min-width: 205px;}


  .sc-service .sc-heading{margin-bottom: 40px;}
  .sc-service .tab2{border-bottom: 1px solid #DBDBDB;}
  .sc-service .tab2 .selector2{display: none;}
  .sc-service .tab2 .control2{justify-content: center;}
  .sc-service .tab2 .control2 a{-webkit-box-flex: 0; flex: 0 0 auto; max-width: 100%; border-bottom: 3px solid transparent; 
      transition: var(--transition); margin-left: 24px; margin-right: 24px; margin-bottom: 0px;
  }
  .sc-service .tab2 .control2 a.active{border-bottom-color: var(--cr-green);}
  .sc-service .sc-service-info .body{width: 450px; margin-left: auto; margin-right: auto;}


  .sc-kbiz .sc-content .sc-service-thumb &gt; img {max-width: 534px;}
  .sc-kbiz .sc-content .sc-service-info {max-width: 400px;}
  .sc-kbiz .sc-content .sc-service-info .body .list-mark {width: 200px;}
  .sc-kbiz .sc-content .sc-service-info .body .list-mark + .list-mark {margin-left: 22px;}
  .sc-kbiz .sc-content .sc-service-info .body .action .btn {min-width: 125px;}


  .sc-apply .sc-heading{margin-bottom: 40px;}
  .sc-apply .nav-mobile{display: none;}
  .sc-apply .head-title{margin-bottom: 32px;}
  .sc-apply .head-title .txt{margin-bottom: 0; display: block;}
  .sc-apply .head-title .m-txt{margin-bottom: 0; display: none;}
  .sc-apply .tab-container{position: static; z-index: 9; top: auto; left: auto; width: auto; height: auto; overflow: visible; padding: 0;}
  .sc-apply .back-mobile{display: none;}
  .sc-apply .tab .control{ width: 700px;}
  .sc-apply .details-container{margin-top: 35px; border-top: 5px solid var(--cr-green); padding: 24px 16px; background: var(--cr-light); border-radius: 0 0 8px 8px;}
  .sc-apply .action a+a{margin-left: 50px;}
  .sc-apply .wrapper-banner:before{opacity: 1;}
  /*.sc-apply .tab-control{height: 35px;}
  .sc-apply .tab-control:before{display: block;}
  .sc-apply .tab {overflow: auto;margin-right: 25px;}
  .sc-apply .tab .control{display: flex; flex-wrap: nowrap; justify-content: space-between; width: 790px;  padding-right: 30px;}
  .sc-apply .tab .control a{padding: 0 24px; white-space: nowrap;}
  .sc-apply .tab.active {overflow: visible;}
  .sc-apply .tab.active .control { display: block; flex-wrap: inherit; width: auto;}
  .sc-apply .tab.active .control a.active span{border-color: transparent;}
  .sc-apply .action-dropdown {display: flex;}
  .sc-apply .tab-dropdown{display: block;}*/

  body.apply-active{overflow: inherit;}
  .icw .main.apply-active{position: relative;}


  .sc-droplead{min-height: 650px;}


  .sc-faqs .sc-heading{margin-bottom: 40px;}
  .sc-faqs .accordion-content .link-tel{display: none;}


  .sc-swiper-slide .wrapper{width: auto;}
  .sc-swiper-slide .content{padding: 24px 22px;}
  .sc-swiper-slide .content .action {padding-top: 24px;}


}

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

  .sc-into{background-size: contain; background-position: 340px 20px;}


  .sc-service-info{padding-right: 32px; flex-basis: 0; -webkit-box-flex: 1;flex-grow: 1;max-width: 100%;}
  .sc-service-info .head{text-align: left;}
  .sc-service-info .thumb{display: none;}
  .sc-service-info .body .action{text-align: left;}

  .sc-service-thumb{display: block; -webkit-box-flex: 0; flex: 0 0 auto; width: auto; max-width: none;}


  .sc-service .details-container{flex-direction: row; padding: 0 0px;}
  .sc-service .sc-service-info{flex-basis: 0; -webkit-box-flex: 1;flex-grow: 1;max-width: 100%; order: 1; padding-right: 0;}
  .sc-service .sc-service-info .head{padding-top: 0;}
  .sc-service .sc-service-info .body{width: auto;}
  .sc-service .sc-service-thumb{flex-basis: 0; -webkit-box-flex: 1;flex-grow: 1;max-width: 100%; order: 2; margin-bottom: 0; display: block;}
  .sc-service .sc-service-thumb &gt; img{max-width: 496px; margin: 0 auto;}


  .sc-kbiz .sc-content {flex-direction: row;}
  .sc-kbiz .sc-content .sc-service-thumb &gt; img {max-width: 440px;}
  .sc-kbiz .sc-content .sc-service-info {padding-left: 54px; padding-top: 0; max-width: inherit;}


  .sc-apply .tab-control {height: auto;margin: 0;}
  .sc-apply .tab {overflow: visible;margin-right: 0;}
  .sc-apply .tab .control {justify-content: center;width: auto;padding-right: 0;}
  .sc-apply .action-dropdown{display: none;}
  .sc-apply .tab-dropdown{display: none;}
  .sc-apply .details-container {padding: 40px 16px;}

  .sc-swiper-slide{overflow: hidden; padding: 8px 16px; margin: -8px -16px;}
  .sc-swiper-slide .wrapper{width: auto;}


  .sc-notification .swiper-wrapper{justify-content: center;}

}

@media screen and (min-width: 1200px) {
  .sc-service-info{padding-right: 0;}


  .sc-service .details-container{padding: 0;}
  .sc-service .sc-service-thumb &gt; img{max-width: 542px; margin: 0 auto;}


  .sc-kbiz .sc-content .sc-service-thumb &gt; img {max-width: 534px;}


  .sc-apply .details-container{padding: 40px;}
  .sc-apply .action .btn.show-w1199{display: none;}
  .sc-apply .action .btn.hide-w1199{display: inline-flex;}
  .sc-apply .wrapper-banner:before{left: -40px; right: -40px;}

  .sc-apply-slide .content .link:hover{color: #00873F;}


  .sc-swiper-slide .content .link{transition: var(--transition);}
  .sc-swiper-slide a:hover .thumb &gt; img {transform: scale(1.1);}
  .sc-swiper-slide a:hover .content .link{color: #00873F;}

}</pre></body></html>