/*================ default ==================*/
:root {
  --cr-light: #fffFFF;
  --cr-black: #111111;
  --cr-dark: #333333;
  --cr-gray: #666666;
  --cr-lightgray: #999999;
  --cr-green: #00A94F;
  --cr-green2: #007938;
  --cr-border: #E7E7E7;
  --cr-red: #f00;
  --cr-warning: #ec4546;
  --cr-warning2: #B91213;
  --tsition: .3s ease-in-out;
  --radius: 8px;
}

/*============================== TEXT ===============================*/
.icw .nowrap, .nw{white-space: nowrap;}
.icw .text-light{color: var(--cr-light) !important;}
.icw .text-black{color: var(--cr-black) !important;}
.icw .text-dark{color: var(--cr-dark) !important;}
.icw .text-green{color: var(--cr-green) !important;}
.icw .text-darkgreen {
  color: #006530 !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 .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 section a.link{font-family: 'kurious-looped'; font-weight: 600; color: var(--cr-green); text-decoration: underline !important;}
.icw section a.link:hover{color: #00873F;}

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

/*============================== 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;}

.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-heading{margin-bottom: 24px;}
}
@media screen and (min-width: 768px) {
  .section .sc-inner{padding: 64px 0;}
  .section .sc-heading{margin-bottom: 32px;}
}


/*============================== button ===============================*/
.icw .btn{padding: 0 16px; width: auto; min-width: 120px; font-family: 'kurious-looped'; font-weight: 600; border: 0; font-size: 16px;height: 40px;
  background: transparent; color: var(--cr-gray); display: inline-flex; justify-content: center; align-items: center;
  text-align: center; border-radius: var(--radius); 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);}

@media screen and (max-width:767px) {
  .icw .btn {
      width: 100%;
  }
}


/*============================== swiper ===============================*/
.swiper-initialized .swiper-button-next,
.swiper-initialized .swiper-button-prev,
.swiper-initialized .swiper-button-next:before,
.swiper-initialized .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-button-next, 
.swiper-button-prev{position: absolute; top: 48%; box-shadow: 0 3px 6px rgba(0, 0, 0, .26);
  z-index: 5; 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: var(--radius); 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: 16px;}
}


/*############################ iframe-popup ###################################*/
.mfp-bg.iframe-popup{z-index: 10001;}
.mfp-wrap.iframe-popup{z-index: 10002;}



/*############################ preload ###################################*/
.dim-page {opacity: 0 !important;}
.g-load-div {position: fixed;top: 0px;left: 0px;right: 0px;bottom: 0px;z-index: 100000;background: var(--cr-light);}
.g-loader-wrapper {position: absolute;top: 50%;left: 50%;text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.g-loader {border: 5px solid var(--cr-green); border-radius: 100%; border-top: 5px solid #d7d7d7;width: 48px;height: 48px;margin: 0 auto;
  -webkit-animation: spin 2000ms linear infinite;
  animation: spin 2000ms linear infinite;
}
@keyframes spin {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(360deg);}
}



/*############################ accordion ###################################*/

.accordion-group .accordion-block + .s-title {
  margin-top: 40px;
}
.accordion-group .accordion-block {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.accordion-group .accordion-block + .accordion-block {
  margin-top: 16px;
}
.accordion-title {
  position: relative;
  border-radius: var(--radius);
  background: var(--color-light);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
}
.accordion-title {
  position: relative;
  padding: 16px 50px 16px 16px;
  cursor: pointer;
  color: var(--cr-dark);
  word-wrap: break-word;
  font-family: "kurious-looped";
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  border-radius: 8px;
  background-color: transparent;
  transition: var(--transition);
  margin-bottom: 0;
  margin-top: 16px;
  background-color: var(--color-light);
}
.accordion-title:first-child {
  margin-top: 0;
}
.accordion-title:after {
  font-family: 'iconavigation' !important;
  content: "\e906";
  font-size: 14px;
  line-height: 1;
  width: 24px;
  height: 24px;
  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);
}
.accordion-title.active:after {
  content: "\e907";
}
.accordion-title:after {
  color: var(--color-primary);
}
.accordion-title:hover:after {
  color: #00A94F;
}
.accordion-title:hover {
  color: var(--g-dark);
  background-color: #CCEEDC;
}
.accordion-title.active {
  color: var(--cr-dark);
  background-color: #CCEEDC;
  border-radius: 8px 8px 0 0;
}
.accordion-title.active:after {
  color: #00A94F;
}
.accordion-content {
  padding: 16px;
  font-family: "kurious-looped";
  margin: 0;
  background-color: var(--color-light);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 8px 8px;
}
.accordion-content .hr {
  border-top: 1px solid #eee;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 16px;
}
.accordion-content .remark .remark-title {
  margin-bottom: 8px;
}
.accordion-content .remark .remark-desc {
  font-size: 13px;
}
.accordion-content .remark .list-remark {
  margin-right: 16px;
}
.accordion-content a {
  color: var(--color-primary);
  text-decoration: underline;
  font-weight: 600;
  word-break: break-all;
}
.accordion-content p,
.accordion-content dd {
  line-height: 2;
  margin: 0;
  color: var(--cr-gray);
}
.accordion-content p strong,
.accordion-content dd strong {
  font-weight: 600;
  color: var(--cr-gray);
}
.accordion-content p:last-child,
.accordion-content dd:last-child {
  margin-bottom: 0;
}
.accordion-content ul {
  margin: 0 0 16px 1.2em;
  padding: 0;
}
.accordion-content ul:last-child {
  margin-bottom: 0;
}
.accordion-content ul li::marker {
  font-size: 13px;
}
.accordion-content ul strong {
  color: var(--color-black);
}
.accordion-content ul > li {
  color: #333;
  position: relative;
  list-style-type: disc;
  font-family: "kurious-looped";
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
.accordion-content ul > li + li {
  margin-top: 5px;
}
.accordion-content ol {
  margin: 0 0 16px 1.2em;
  padding: 0;
}
.accordion-content ol:last-child {
  margin-bottom: 0;
}
.accordion-content ol > li {
  position: relative;
  list-style-type: decimal;
  font-family: "kurious-looped";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.accordion-content ol > li + li {
  margin-top: 5px;
}
.accordion-content .icon {
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.accordion-content .link-tel {
  color: var(--cr-gray);
}
.ic-telephone {
  display: inline-block;
}
.accordion-content .link-tel .icon {
  position: relative;
  top: 1px;
  margin-right: 8px;
}
.accordion-content .link-tel + .link-tel {
  margin-right: 0;
}
.accordion-content .no-phone {
  pointer-events: none;
  color: inherit;
  text-decoration: none;
}
.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-heading {
  margin-bottom: 40px;
}
.tab-control {
  margin-bottom: 40px;
}
.accordion-title {
  font-size: 18px;
}
.accordion-content .link-tel {
  display: none;
}

.accordion-group {
  max-width: 850px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .accordion-title {
      font-size: 16px;
    }
  .sc-banner .content .desc{
    font-size: 16px;
  }
}


/*############################ sc-highlight-banner  ###################################*/
.sc-highlight-banner{position: relative; overflow: hidden;}
.sc-highlight-banner .swiper-pagination{position: absolute; padding: 0; bottom: 16px; right: 0; left: 0; width: 100%;}
.sc-highlight-banner .swiper-slide{position: relative;}
.sc-highlight-banner .image{position: relative; z-index: 1;}
.sc-highlight-banner .content{position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 2; display: flex; align-items: flex-end;}
.sc-highlight-banner .action{padding-bottom: 56px; text-align: center;}
.sc-highlight-banner .action .btn{height: 40px; padding: 0 30px;}
.sc-highlight-banner .action .btn.hide-w767{display: none;}
.sc-highlight-banner .action .btn.show-w767{display: inline-flex;}

@media screen and (min-width: 768px) { 
  .sc-highlight-banner .swiper-pagination{bottom: 5.5%; right: 16px; left: auto; width: auto;}
  .sc-highlight-banner .action{padding-bottom: 24px; text-align: left;}
  .sc-highlight-banner .action .btn.hide-w767{display: inline-flex;;}
  .sc-highlight-banner .action .btn.show-w767{display: none;}
}
@media screen and (min-width: 992px) {
  .sc-highlight-banner .swiper-pagination{bottom: 6%;}
  .sc-highlight-banner .action{padding-bottom: 32px;}
  .sc-highlight-banner .action .btn{height: 48px;}
}
@media screen and (min-width: 1200px) {
  .sc-highlight-banner .swiper-pagination{bottom: 7.5%; right: 11%;}
}


/*############################ sc-highlight ###################################*/
.sc-highlight{background-image: url(../img/bg-detail-m.jpg); background-size: cover; background-repeat: no-repeat; background-position: bottom center;}
.sc-highlight .sc-inner{padding: 40px 0;}
.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: var(--cr-light); font-family: 'kurious-looped'; font-size: 18px; font-weight: 500; line-height: 28px; margin-top: 8px;}
.sc-highlight .item-list{margin: -8px;}
.sc-highlight .item-list > li{width: calc(100%); padding: 8px 8px 8px 8px; list-style: none;}
.sc-highlight .wrapper{position: relative; display: block; border-radius: var(--radius);background: #40525D;}
.sc-highlight .wrapper .thumb{position: absolute; right: 0; bottom: 0; width: 135px; top: auto; left: auto;}
/* .sc-highlight .wrapper .content{padding: 56px 16px 16px 16px;height: 288px;display: flex;flex-direction: column;position: relative;z-index: 1;} */
.sc-highlight .wrapper .content{padding: 16px; height: 174px; display: flex; flex-direction: column; font-size: 18px !important;}
.sc-highlight .wrapper .content .txt{color: var(--cr-light); overflow: hidden; display: -webkit-box; max-height: 6em; font-size: 18px !important;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.sc-highlight .wrapper .content .txt .show-w767{display: inline;}
.sc-highlight .wrapper .content .desc{color: var(--cr-light); font-weight: 500; font-family: 'kurious-looped';}
.sc-highlight .wrapper .action{display: flex; flex-direction: column;}
.sc-highlight .wrapper .action .desc.show-w767{display: inline-flex;}
.sc-highlight .wrapper .action .desc.hide-w767{display: none;}
.sc-highlight .wrapper .action .desc + .desc{margin-top: 8px;}
.sc-highlight .note{border-radius: var(--radius); 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{background-image: url(../img/bg-detail.jpg);}
  .sc-highlight .sc-inner{padding: 64px 0;}
  .sc-highlight .sc-heading .sub-text{font-size: 20px;}
  .sc-highlight .item-list{margin: -12px;}
  .sc-highlight .item-list > li{padding: 12px;}
  .sc-highlight .wrapper .thumb{position: absolute; right: 0; bottom: 0; width: 135px; top: auto; left: auto;}
  /* .sc-highlight .wrapper .content{padding: 16px; height: 204px; display: flex; flex-direction: column;} */
  .sc-highlight .wrapper .content .desc{font-size: 18px;}
  .sc-highlight .wrapper .content .txt .show-w767{display: none;}
  .sc-highlight .wrapper .action .desc.show-w767{display: none;}
  .sc-highlight .wrapper .action .desc.hide-w767{display: inline-flex;}
  .sc-highlight .note{margin-top: 40px;}
  .sc-highlight .item-list > li{width: calc(100%/2);}
  .sc-highlight .item-list > li:last-child{width: 100%;}
  .sc-highlight .wrapper .thumb{width: 156px;}
}
@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 .wrapper .content{height: 174px;}
}
@media screen and (min-width: 1200px) {
  .sc-highlight .wrapper .thumb{width: 156px;}
}

/*############################ sc-banner ###################################*/
.sc-banner {
  background: linear-gradient(103.44deg, #167B45 0%, #0C5D4F 100%);
  background: url(https://www.kasikornbank.com/SiteCollectionDocuments/promotion/credit-card/cc-promotion/img/main/bg-suggest-mb.png);
  background-size: cover;
}

.sc-banner .item {
  width: 100%;
  height: 120px;
  overflow: hidden;
}

.sc-banner .item:nth-child(1) {
  margin-bottom: 16px;
}

.sc-banner .wrapper {
  border-radius: 8px;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  background: #fff;
  position: relative;
  height: 100%;
}

.sc-banner .content {
  flex-basis: 0;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 16px;
}

.sc-banner .content .info {
  position: relative;
}

.sc-banner .content .title {
  font-size: 18px;
  line-height: 27px;
  color: var(--cr-dark);
  display: none;
}

.sc-banner .content .desc {
  font-size: 18px;
  line-height: 27px;
  color: var(--cr-dark);
  width: 70%;
}

.sc-banner .content .action {
  position: relative;
  padding-top: 5px;
}

.sc-banner .thumb {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  /* position: relative; */
}

.sc-banner .thumb>img {
  max-width: unset;
  position: absolute;
  right: 0;
  /* bottom: 11px; */

  bottom: 0;
  top: 0;
  margin: auto;
  max-height: 64px;
}

@media screen and (max-width: 360px) {
  .sc-banner .item {
    height: auto;
  }
}

@media screen and (min-width: 360px) {
  .sc-banner .thumb>img {
    max-height: 76px;
  }
}

@media screen and (min-width: 768px) {
  .sc-banner {
      background: url(https://www.kasikornbank.com/SiteCollectionDocuments/promotion/credit-card/cc-promotion/img/main/bg-suggest-pc.png);
      background-size: cover;
    }
  .sc-banner .thumb>img {
    max-height: 78px;
  }

  .sc-banner .item {
    height: 174px;
  }

  .sc-banner .thumb>img {
    right: 0;
    bottom: 11px;
    top: auto;

  }

  .sc-banner .content .desc {
    width: 100%;
  }

  .sc-banner .item {
    width: calc(100% / 2);
  }

  .sc-banner .item:nth-child(1) {
    margin-bottom: 0;
  }

  .sc-banner .item {
    padding: 0 12px;
  }

  .sc-banner .content .title {
    font-size: 18px;
    line-height: 27px;
    display: block;
  }
}

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

  .sc-banner .thumb>img {
    max-height: 100px;
  }

  .sc-banner .content .desc {
    height: 3em;
    -webkit-line-clamp: 2;
  }

  .sc-banner .content .action {
    padding-top: 0;
  }
}

@media screen and (min-width: 1200px) {
  .sc-banner .content .action a.link:hover:before {
    width: 100%;
  }
}

/*############################ for 280 ###################################*/
@media screen and (max-width: 280px) {
  /* .sc-about .sc-heading .s-title br{display: none;}
  .sc-about .sc-heading .desc br{display: none;}

  .sc-highlight .item-list > li{width: 100%;}
  .sc-highlight .item-list > li .wrapper .content{height: 226px;}
  .sc-highlight .item-list > li .wrapper .content br{display: none;}
  .sc-highlight .item-list > li:nth-child(3),
  .sc-highlight .item-list > li:nth-child(4){width: calc(100%); padding-top: 56px;}
  .sc-highlight .item-list > li:nth-child(3) .wrapper .thumb,
  .sc-highlight .item-list > li:nth-child(4) .wrapper .thumb{position: absolute; right: 0; bottom: auto; width: 156px; top: -56px; left: 0;}
  .sc-highlight .item-list > li:nth-child(3) .wrapper .content{height: 226px;}
  .sc-highlight .item-list > li:nth-child(4) .wrapper .content{height: 226px;}
  .sc-highlight .item-list > li:nth-child(3) .wrapper .content,
  .sc-highlight .item-list > li:nth-child(4) .wrapper .content{padding: 56px 16px 16px 16px;}
  .sc-highlight .item-list > li:nth-child(3) .wrapper .content > *,
  .sc-highlight .item-list > li:nth-child(4) .wrapper .content > *{display: block;}

  .sc-banner .wrapper{flex-direction: column-reverse;}
  .sc-banner .thumb{margin-bottom: 16px; text-align: center;} */
  .sc-highlight .item-list .wrapper .content {
      height: 139px;
  }
  .sc-highlight .item-list > li:nth-child(2) .wrapper .content {
      height: 206px;
  }
  .sc-highlight .item-list > li:nth-child(3) .wrapper .content {
      height: 166px;
  }
}

/* ====== campign ======== */
/* .sc-campaign {
  padding: 24px 0 0;
} */

.sc-campaign p {
  margin-bottom: 0;
}

.sc-campaign .box-campaign {
  padding: 8px;
  border-radius: 8px;
  background: #F4FEF8;
  /* border: 1px solid #fff; */
  width: fit-content;
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 16px;
}

/* ====== end campign ======== */

/* sc-smartcash */

.section.sc-smartcash .sc-inner {
  padding: 16px 0 40px;
}

.sc-faqs .sc-inner {
  padding: 0 0 48px;
}

.logo-kplus {
  position: relative;
  top: -2px;
  max-width: 40px;
  width: 100%;
}

.mr-8 {
  margin-right: 8px !important;
  position: relative;
  top: -1px;
}

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

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

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

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

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

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

.f-20 {
  font-size: 20px !important;
}

.flex-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-top: 24px;
  flex-direction: column;
}

.icw .btn-tel {
  border-radius: 8px;
  background: #00A94F;
  display: inline-flex;
  padding: 8px;

  justify-content: center;
  align-items: center;
  gap: 8px;

  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 40px;
  height: 40px;
  margin: 8px 0;
  transition: .3s ease-in-out;
  text-decoration: none !important;
}

.icw .btn-tel:active {
  color: #FFF !important;
}
.icw .btn-tel:hover {
  background: #0BC160;
  color: #FFF;
}


@media screen and (min-width: 768px) {
  .flex-btn {
      flex-direction: row;
  }
  .section.sc-smartcash .sc-inner {
      padding: 24px 0 40px;
  }

  .sc-faqs .sc-inner {
      padding: 0 0 64px;
  }

  .logo-kplus {
      max-width: 48px;
  }

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

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

  .flex-btn {
      gap: 40px;
      margin-top: 40px;
  }
  .icw .btn-tel {
      display: none;
  }
}


.section-rl {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 56px;
  background: #646464;
  padding: 8px 16px;
  color: #FFF;
  z-index: 1000 !important;
}

.section-rl p {
font-family: "kurious-looped" !important;
margin-bottom: 0 !important;
font-size: 10px;
line-height: 1.5;
text-align: center;

}

.section-rl.slow-down {
  bottom: 0 !important;
}

#navigation-page-sticky.slow-down {
  /* bottom: -56px; */
  display: none !important;
}

@media screen and (max-width: 359px) {
  .section-rl br {
      display: none;
  }
}

@media screen and (min-width: 768px) {
  .section-rl {
      font-size: 13px;
      line-height: 1.5;
      padding: 10px 16px;
  }

  .section-rl p {
    font-family: "kurious-looped" !important;
    margin-bottom: 0 !important;
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
    
  }

  .section-rl br {
      display: none;
  }      
}


.has-rl {
  margin-bottom: 61px;
}
.has-rl .icw #navigation-page-sticky.stickyNav {
  bottom: 61px;
}
.no-rl.has-rl .icw #navigation-page-sticky.stickyNav {
  bottom: 0;
}

@media screen and (min-width: 359px) {
  .has-rl {
      margin-bottom: 46px;
  }
  .has-rl .icw #navigation-page-sticky.stickyNav {
      bottom: 46px;
  }
}

@media screen and (min-width: 768px) {
  .has-rl {
      margin-bottom: 63px;
  }
  .has-rl .icw #navigation-page-sticky.stickyNav {
      bottom: 59px;
  }
}

@media screen and (min-width: 1024px) {
  .has-rl {
      margin-bottom: 35px;
  }
  .has-rl .icw #navigation-page-sticky.stickyNav {
      bottom: 35px;
  }
}


@media screen and (min-width: 1140px) {
  .has-rl {
      margin-bottom: 40px;
  }
  .has-rl .icw #navigation-page-sticky.stickyNav {
      bottom: auto;
  }
  .no-rl.has-rl .icw #navigation-page-sticky.stickyNav {
    bottom: auto;
  }
}

@media screen and (min-width: 1140px) {
  #navigation-widgets.box-widgets.norm {
      bottom: 48px !important;
  }
}
.has-rl .section-rl {
  bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}