/*================ 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{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-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: 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;}
.icw .mb-0{
    margin-bottom: 0!important;
}
@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!important;}
.show-w414{display: none;}
.show-w375{display: none;}
.show-w360{display: none;}
.show-w280{display: none;}
.d-none{display: none;}
.d-block{display: block;}

@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!important;}
    .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;}
}
@media (min-width: 768px) {
    .d-md-block{display: block;}
    .d-md-none{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 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: 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;gap: 8px;padding: 12px 24px;}
.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);}

.icw .btn.tab-btn-item,
.icw .btn.tab-btn-item:hover,
.icw .btn.tab-btn-item:focus {color: var(--cr-dark); background-color: var(--cr-light); border: 1px solid var(--cr-lightgray); height: 40px; padding: 0 24px;}

.icw .btn.tab-btn-item::before{content: none;}

.icw .btn.tab-btn-item.active,
.icw .btn.tab-btn-item.active:hover,
.icw .btn.tab-btn-item.active:focus {color: var(--cr-light); background-color: var(--cr-green); border: 1px solid var(--cr-green);}

/*============================== 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;}
}


/*############################ 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);}
}


/*############################ tab  ###################################*/
.tab-control { position: relative; height: 36px; margin-bottom: 16px;}
.tab-control:before { content: ""; position: absolute; height: 1px; left: 0; bottom: -1px; right: 0; background-color: #dbdbdb; border-radius: 50px; z-index: 4; }
.tab { position: relative; z-index: 3; }
.tab .control { display: flex; flex-wrap: nowrap; justify-content: center; gap: 48px; list-style: none; padding: 0; margin: 0; }
.tab .control li { display: inline-flex; }
.tab .control a { display: flex; justify-content: center; align-items: flex-start; height: 36px; text-align: center; position: relative; z-index: 1; text-decoration: none; transition: var(--tsition); color: #999999; }
.tab .control a.active { pointer-events: none; color: #333333; }
.tab .control a .txt { font-weight: 600; font-size: 16px; color: var(--cr-lightgray); transition: var(--tsition); line-height: 1.5em; white-space: nowrap; }
.tab .control a.active .txt { color: var(--cr-black); font-weight: 600; }
.tab .selector { height: 3px; background-color: var(--cr-green); position: absolute; left: 0; bottom: 0; z-index: 0; border-radius: 8px; -webkit-transition-duration: 0.5s; -o-transition-duration: 0.5s; transition-duration: 0.5s; -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1); -o-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1); transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1); }
.tab.active { overflow: visible; }
.tab.active .control { display: block; flex-wrap: inherit; width: auto; margin-left: -16px; margin-right: -40px; position: relative; z-index: 2; top: 35px; padding: 16px 11px; background-color: #ffffff; 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 #999999; border-radius: var(--radius); background-color: var(--cr-light); margin: 4px; color: var(--cr-dark); }
.tab.active .control a.active { border-color: var(--cr-green); background-color: var(--cr-green); color: var(--cr-light); }
.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) {
    .tab-control {margin-bottom: 24px;}
    ::-webkit-scrollbar { display: none; }
    .tab { overflow: auto; margin-right: 24px; }
    .tab .control { gap: 16px; width: max-content; }
    .tab .selector { height: 0px; }
    .tab:not(.active) .control a.active { border-bottom: 3px solid #00a94f; }
}
  
/*############################ tab 2 ###################################*/

.tab-control2 { position: relative; margin-bottom: 16px; z-index: 1;}
.tab2 { position: relative; z-index: 3; }
.tab2 .control2 { display: flex; flex-wrap: nowrap; justify-content: center; gap: 12px; list-style: none; padding: 0; margin: 0; }
.tab2 .control2 li { display: inline-flex; }
.tab2 .control2 a { display: flex; justify-content: center; align-items: center; min-height: 40px; text-align: center; position: relative; z-index: 1; text-decoration: none; transition: var(--tsition); color: #333333; font-weight: 600; background-color: #FFFFFF; border: 1px solid #999999; border-radius: 8px; padding: 8px 26px;}
.tab2 .control2 a.active2 { pointer-events: none; color: #333333;  background-color: #00A94F; border-color: #00A94F; color: #FFFFFF; font-weight: 600;}
.tab2 .control2 a .txt { font-weight: 600; font-size: 16px; color: var(--cr-lightgray); transition: var(--tsition); line-height: 1.5em; white-space: nowrap; }
.tab2 .control2 a.active2 .txt { color: var(--cr-black); font-weight: 600; }
.tab2 .selector2 { height: 3px; background-color: var(--cr-green); position: absolute; left: 0; bottom: 0; z-index: 0; border-radius: 8px; -webkit-transition-duration: 0.5s; -o-transition-duration: 0.5s; transition-duration: 0.5s; -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1); -o-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1); transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1); }
.tab2.active2 { overflow: visible; }
.tab2.active2 .control2 { display: block; flex-wrap: inherit; width: auto; margin-left: -16px; margin-right: -41px; position: relative; z-index: 1; top: 35px; padding: 16px 11px; background-color: #ffffff; box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05); }
.tab2.active2 .control2 a { display: inline-flex; height: auto; padding: 8px 32px; border: 1px solid #999999; border-radius: var(--radius); background-color: var(--cr-light); margin: 4px; color: var(--cr-dark); }
.tab2.active2 .control2 a.active2 { border-color: var(--cr-green); background-color: var(--cr-green); color: var(--cr-light); }
.tab-content2 { position: relative; opacity: 0; height: 0; overflow: hidden; visibility: hidden; display: block; transition: var(--tsition); }
.tab-content2.active2 { opacity: 1; height: auto; overflow: visible; visibility: visible; }

.action-dropdown { display: flex; position: absolute; z-index: 4; top: 0; right: 0; width: 25px; height: 22px; border-left: 1px solid #e5e5e5; align-items: center; justify-content: flex-end; }
.action-dropdown .link { display: block; position: relative; width: 16px; height: 12px; }
.action-dropdown .link:before,
.action-dropdown .link:after { position: absolute; content: ""; display: inline-block; width: 12px; height: 2px; background-color: var(--cr-green); transition: var(--tsition); }
.action-dropdown .link:before { position: absolute; transform: rotate(45deg); top: 5px; left: -1px; }
.action-dropdown .link:after { position: absolute; transform: rotate(-45deg); top: 5px; left: 6px; }
.action-dropdown .link.active:before { transform: rotate(-45deg); }
.action-dropdown .link.active:after { transform: rotate(45deg); }
.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: 600; font-size: 16px; color: var(--cr-black); line-height: 24px; }

@media screen and (min-width: 768px) {
    .action-dropdown { display: none; }
    .tab-dropdown { display: none; }
}

@media screen and (max-width: 767px) {
    .tab-control2 {margin-bottom: 24px;}
    ::-webkit-scrollbar { display: none; }
    .tab2 { }
    .tab2 .control2 { gap: 12px; }
    .tab2 .selector2 { height: 0px; }
    .tab2:not(.active2) .control2 a.active2 { border-bottom: 3px solid #00a94f; }
}

/* control */
.tab-container.country .icon-country {display: none;}
.tab-container.country .tab-control {margin-bottom: 40px;}
@media screen and (min-width: 768px) {
    .tab-container.country .tab .control {gap: 12px;}
    .tab-container.country .nav-slide-link {display: flex; gap: 8px;align-items: center;}
    .tab-container.country .nav-slide-link {background-color: #FFFFFF; height: 44px; color: #333333; border-radius: 8px; border: 1px solid #999999; padding: 0 24px;}
    .tab-container.country .nav-slide-link.active {border-color: #33BA72; color: #33BA72; background-color: #F0FAF7;}
    .tab-container.country .icon-country {width: 28px; height: 28px; display: block;}
    .tab-container.country .selector {display: none;}
    .tab-container.country .tab-control {height: auto; margin-bottom: 16px;}
    .tab-container.country .tab-control:before {display: none;}
}




/*############################ box-info  ###################################*/
@media screen and (min-width: 200px) {
    .content-slide .box-info{display: flex; flex-direction: column; justify-content: space-between;}
    .box-info .box-group{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;
    }
    .content-slide .box-info ol{
        margin-bottom: 24px;
        padding-left: 1.3em;
    }
    .content-slide .box-info ol ul li{ 
        list-style: disc;
    }
    .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: 16px;}
    .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.5em; 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: 4px; line-height: 1.5em;}
    .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;}
    .box-info ul > li{color: var(--cr-gray); line-height: 2em; font-size: 16px; font-weight: 500; font-family: 'kurious-looped';}
    .box-info ol > li{color: var(--cr-gray); line-height: 2em; font-size: 16px; font-weight: 500; font-family: 'kurious-looped';}
    .box-info ul > li strong{color: var(--cr-black); 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 > li{}
    .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-dark); 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;}
    .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: var(--radius); 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);}
    .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: "****";}
    .box-info .box-accordion{background: #FAFAFA; padding: 16px; margin: 0 -16px;}
    .box-info .box-accordion .accordion-group{padding: 0;}
    .box-info .box-accordion .accordion-group .accordion{max-width: inherit;}
}
@media screen and (min-width: 768px) { 
    .box-info + .box-info{margin-top: 32px;}
    .box-info .row-flex{margin: 0 -24px; display: flex;}
    .box-info .row-flex + .row-flex{margin-top: 48px;}
    .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: 16px; 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: 18px; margin-bottom: 16px;}
    .box-info ul > li{color: var(--cr-gray);}
    .box-info .box-accordion{background: transparent; padding: 32px 32px 0; margin: 0;}
    .content-slide .box-info ol{
        /* margin-bottom: 48px; */
    }
}

/*############################ content-slide ###################################*/
@media screen and (min-width: 200px) {
    .content-slide .box-info{min-height: calc(100vh - 169px); display: none;}
    .content-slide .box-info.active{display: flex;}
    .content-slide .box-info .box-group{border-top: none; background: transparent; border-radius: 0px; box-shadow: none; min-height: calc(100vh - 255px);}
    .content-slide .box-info .inner{padding: 0px;}
    .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%;}
    .content-slide .content-slide-nav ul>li:last-child{padding-bottom: 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;}
    .content-slide .content-slide-tab .nav-info-head .txt{font-size: 24px; line-height: 1.5em; color: var(--cr-black); 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; left: 100%; height: calc(100vh); width: 100vw; overflow: auto; z-index: 10001; 
        transition: var(--tsition); padding: 0px 16px 0; pointer-events: none; background: #F0FAF7;
    }
    .content-slide .content-slide-tab.content-active{left: 0; pointer-events: visible;}

    .content-slide .content-slide-head{position: sticky; z-index: 111; top: 0; background: #F0FAF7; margin-left: -16px; margin-right: -16px; padding: 72px 16px 0}

    /*############################ content-active ###################################*/
    html.content-active,
    body.content-active,
    body.content-active .icw{overflow: hidden; touch-action: none; pointer-events: none; -ms-touch-action: none;}
    .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{display: flex; min-height: inherit;}
    .content-slide .box-info .box-group{border-top: 5px solid var(--cr-green); background: #FAFAFA; overflow: hidden;
        border-radius: 0px 0px 8px 8px; box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10); min-height: auto;
    }
    .content-slide .box-info .inner{padding: 40px 32px 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; 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;}
    .icw .main.content-active{overflow: inherit; touch-action: inherit; pointer-events: inherit; position: relative;}

}


/*############################ popup ###################################*/
/*############################ popup ###################################*/
@media screen and (min-width : 200px) {
    .icw-popup-function {
        z-index: 10001;
        height: 100%;
    }
    .icw-popup-function.mfp-bg {
        background: rgba(0, 0, 0, 0.8);
      }
      .icw-popup-function.mfp-bg.mfp-ready {
        opacity: 1;
      }
      .icw-popup-function .mfp-container {
        width: 100%;
      }
      .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;
        align-items: center;
      }
      .icw-popup-function .main-container {
        margin: 0;
      }
      .icw-popup-function .sc-content {
        padding: 48px;
        /* height: 470px; */
        height: 100%;
      }
      
      .icw-popup-function .data-box {
        max-width: 1000px;
        width: 100%;
        position: relative;
        margin: 80px auto;
        height: 474px;
      }
      .icw-popup-function .data-box {
        position: relative;
        background-color: var(--cr-light);
      }
      .icw-popup-function .data-box {
        position: relative;
        background-color: var(--cr-light);
      }
      .icw-popup-function .data-box .thumb {
        margin: 0 auto 48px;
        max-width: 364px;
        width: 100%;
      }
      .icw-popup-function .data-box .thumb > img {
        border-radius: 8px;
        overflow: hidden;
      }
      .icw-popup-function .data-box .content {
        color: var(--cr-dark);
      }
      .icw-popup-function .data-box .content .title {
        margin-bottom: 16px;
      }
      .icw-popup-function .data-box .content .txt {
        font-family: "kurious-looped";
        font-size: 16px;
        display: block;
        margin-bottom: 8px;
      }
      .icw-popup-function .data-box .content .list + .list {
        margin-top: 32px;
      }
      .icw-popup-function .data-box .link-tel {
        color: var(--cr-light);
        white-space: nowrap;
        text-decoration: none;
        color: var(--cr-light);
        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;
      }
      .icw-popup-function .data-box .link-tel {
        display: none;
      }
      .icw-popup-function .data-box .link-tel .icon {
        position: relative;
        top: 2px;
        margin-right: 8px;
      }
      .scan-content2 {
        display: flex;
        align-items: center;
        padding: 100px 0px;
        height: 100%;
      }
      .scan-content2 .content-text {
        width: 50.2%;
        position: relative;
      }
      .scan-content2 .content-qr {
        width: 49.8%;
        position: relative;
      }
      
      .w-50 {
        width: 50%;
        position: relative;
      }
      
      .qrcode {
        position: absolute;
        width: 282px;
        top: 50%;
        left: calc(50% + 36px);
        margin: auto;
        z-index: 1;
        transform: translate(-50%,-50%);
      }
      .qrcode canvas {
        width: 100%;
        border-radius: 9.02px;
        border-width: 16px;
      }
      
      .scan-content2:after {
        width: 50%;
        height: 100%;
        content: "";
        position: absolute;
        z-index: 0;
        top: 0;
        right: 0;
        border-radius: 0px 8px 8px 0px;
        background: rgb(46,170,153);
        background: -moz-linear-gradient(48deg, rgba(46,170,153,1) 0%, rgba(42,148,137,1) 100%);
        background: -webkit-linear-gradient(48deg, rgba(46,170,153,1) 0%, rgba(42,148,137,1) 100%);
        background: linear-gradient(48deg, rgba(46,170,153,1) 0%, rgba(42,148,137,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2eaa99",endColorstr="#2a9489",GradientType=1);
      }
      
      .mfp-close-btn-in .mfp-close {
        font-size: 0;
        padding: 0;
        top: 0;
        right: 0;
        transform: translate(50%, -50%);
        text-align: center;
        color: inherit;
        background-color: #00A94F;
        width: 40px;
        height: 40px;
        font-size: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        opacity: 1;
      }
      
      .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: 25px;
        height: 4px;
        border-radius: 8px;
        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);
      }
      .scan-content .title {
        color: #00A94F;
        font-family: kurious-looped;
        font-size: 26px;
        font-style: normal;
        font-weight: 600;
        line-height: 39px;
        margin: 0;
      }
      .scan-content .sub-title {
        font-size: 20px;
        font-weight: 600;
        line-height: 1.5;
        color: var(--cr-dark);
        margin-bottom: 16px;
      }
      .scan-content .desc {
        font-size: 18px;
        font-weight: 500;
        line-height: 1.5;
        color: var(--cr-gray);
      }
      .scan-content .text-sub {
        font-size: 18px;
        font-weight: 600;
        color: var(--cr-light);
        margin: 0;
        text-align: center;
      }

      .popup-event {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 8px;
      }

      .w-50 {
        width: 50%;
    }

      
}


/*############################ icw-popup-function ###################################*/
.popup-function.mfp-bg {background: rgba(0, 0, 0, 0.8);}
.popup-function.mfp-bg.mfp-ready {opacity: 1; z-index: 10001;}
.popup-function.mfp-wrap{z-index: 10002;}
.popup-function .mfp-container {width: 100%;}
.popup-function .mfp-content{background-color: transparent;max-width: 100%;height: 100%;}
.popup-function .mfp-content{overflow: auto; min-height: 100vh; height: auto; display: flex; align-items: center;}
.popup-function .main-container{margin: 0;}
.popup-function .inner{overflow: hidden; padding: 72px 16px 16px 16px;}

@media screen and (min-width: 992px) {
    .popup-function .inner {padding: 48px;}
    .popup-function .swiper-button-prev{left: 48px;}
    .popup-function .swiper-button-next{right: 48px;}
}


/*############################ icw-popup-function sc-thumb-box ###################################*/
.sc-thumb-box {max-width: 1140px;width: 100%;position: relative;}
.sc-thumb-box {position: relative;background-color: var(--cr-light);box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.04);}
.sc-thumb-box .inner {position: relative;margin: 0 auto;}
.sc-thumb-box .swiper-slide {width: auto;}
.sc-thumb-box .wrapper {display: block;}
.sc-thumb-box .thumb {margin-bottom: 16px;max-width: 700px;margin-left: auto;margin-right: auto;}
.sc-thumb-box .thumb>img {display: block;margin: 0 auto;}
.sc-thumb-box .content {text-align: center;}
.sc-thumb-box .content .title {margin-bottom: 8px;font-size: 13px;font-weight: 600; color: var(--cr-dark);}
.sc-thumb-box .content .desc {font-family: 'kurious-looped';font-size: 16px;font-weight: 500;line-height: 1.5em;margin-bottom: 0;color: var(--cr-dark);}
.sc-thumb-box .content ul.desc {padding: 0;margin-left: 20px;text-align: left;}
.sc-thumb-box .content ul.desc>li {width: 100%;}
.sc-thumb-box .content ul.desc>li>ul {padding: 0;margin-left: 20px;}
.sc-thumb-box .content ul.desc>li>ul>li {position: relative;list-style: none;}
.sc-thumb-box .content ul.desc>li>ul>li:before {content: '-';position: absolute;top: 0;left: -18px;}
.sc-thumb-box .content .link {color: var(--cr-green);font-weight: 600;font-family: 'kurious-looped';text-decoration: underline;}

@media screen and (min-width: 768px) {
    .sc-thumb-box {width: 95.24%; margin: 80px auto;border-radius: var(--radius);}
}
@media screen and (min-width: 992px) {
}
@media screen and (min-width: 1200px) {
}


/*############################ popup-howto ###################################*/
.popup-howto .sc-content {
    padding: 48px;
}
.popup-howto .howto-popup-wrapper {
    text-align: center;
}
.popup-howto .howto-popup-header .title{
    line-height: 50px; margin-bottom: 24px;
}
.popup-howto .howto-popup-content {
    border-radius: 16px;overflow: hidden;position: relative;z-index: 10000;
}
.popup-howto .howto-popup-content .howto-popup-video-wrapper {    
    aspect-ratio: 16 / 9; height: 100%; width: 100%; overflow: hidden; max-width: 100%;
}
.popup-howto .howto-popup-content .howto-popup-video-wrapper iframe {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; z-index: 10001;
}
@media screen and (max-width: 767px) {
    .popup-howto.sc-thumb-box {
        width: 100%;
        height: 100vh;
    }
    .popup-howto .sc-content {
        padding: 72px 16px 16px;
    }
    .popup-howto .mfp-close {
        top: 36px; right: 36px;
    }
    .popup-howto .howto-popup-header .title{
        line-height: 36px;
    }
}


/*############################ accordion ###################################*/
.accordion-action{position: relative; margin: 0 -16px;}
.accordion-action .link{height: 64px; display: flex; align-items: center; background: var(--cr-light); padding: 16px; position: relative; text-decoration: none;}
.accordion-action .link > .txt{font-size: 16px; font-weight: 600; color: var(--cr-dark);}
.accordion-action .link > .ic-nvg{font-size: 32px; color: var(--cr-green); margin-right: 8px;}
.accordion-action .link:before,
.accordion-action .link:after {position: absolute; content: "";display: inline-block;width: 12px; height: 2px;
    background-color: var(--cr-green); transition: var(--tsition); top: 0; bottom: 0; margin: auto;
}
.accordion-action .link:before{position: absolute;transform: rotate(45deg); right: 23px;}
.accordion-action .link:after {position: absolute;transform: rotate(-45deg); right: 16px;}
.accordion-action.active .link:before {transform: rotate(-45deg);}
.accordion-action.active .link:after {transform: rotate(45deg);}

.accordion-group{ list-style: none; margin: 0;  margin: 0 auto;}
.accordion-group.active{display: block;}
.accordion-group + .accordion-group{margin-top: 16px;}
.accordion-group .s-title{margin-bottom: 24px; text-align: center; line-height: 1.5em;}
.accordion-group .accordion + .s-title{margin-top: 40px;}
.accordion-group .accordion{max-width: 850px; margin-left: auto; margin-right: auto;}
.accordion-group .accordion + .accordion{margin-top: 16px;}

.accordion {position: relative; border-radius: var(--radius);background: var(--cr-light);box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);}
.accordion .accordion-title { position: relative; padding: 16px 50px 16px 16px; cursor: pointer; color: var(--cr-black); 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);
}
.accordion .accordion-title:after {font-family: 'iconavigation'; content: "\e906"; font-size: 16px; 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;
}
.accordion .accordion-title.active:after {content: "\e907";}
.accordion .accordion-title:after,
.accordion .accordion-title:hover{color: var(--cr-green);}
.accordion .accordion-title.active {color: var(--cr-light); background-color: var(--cr-green);}
.accordion .accordion-title.active:after {color: var(--cr-light);}
.accordion .accordion-content{padding: 16px;}
.accordion .accordion-content a{color: var(--cr-green); text-decoration: underline; font-weight: 600; word-break: break-all;}
.accordion .accordion-content p{line-height: 1.5em; font-family: 'kurious-looped'; color: var(--cr-gray);}
.accordion .accordion-content p strong{font-weight: 600;}
.accordion .accordion-content p .link{font-weight: 600; font-family: 'kurious-looped';}
.accordion .accordion-content p:last-child{margin-bottom: 0;}
.accordion .accordion-content ul{margin: 0 0 0.6em 1.2em;padding: 0;}
.accordion .accordion-content ul:last-child{margin-bottom: 0;}
.accordion .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-gray);}
.accordion .accordion-content ul > li+li{margin-top: 5px;}
.accordion .accordion-content ol{margin: 0 0 0.6em 1.2em; padding: 0;}
.accordion .accordion-content ol:last-child{margin-bottom: 0;}
.accordion .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-gray);}
.accordion .accordion-content ol > li+li{margin-top: 5px;}
.accordion .accordion-content .icon{margin-right: 5px; position: relative; top: -2px;}
.accordion .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: var(--radius); font-size: 16px; font-weight: 600; 
    display:inline-flex; font-family: 'kurious-looped'; margin: 8px 0; margin-right: 16px;
}
.accordion .accordion-content .link-tel .icon{position: relative; top: -1px; margin-right: 8px;}
.accordion .accordion-content .link-tel + .link-tel{margin-right: 0;}
.accordion .accordion-content .no-phone{pointer-events: none; color: inherit; text-decoration: none;}
.accordion .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;
}

/*.accordion .accordion-content ul.sublist{counter-reset: item}
.accordion .accordion-content ul.sublist > li{}
.accordion .accordion-content ul.sublist > li{content: counters(item, ".") " "; counter-increment: item }*/

@media screen and (min-width: 768px) {
    .accordion-action{display: none;}

    .accordion .accordion-title{font-size: 18px;}
    .accordion .accordion-content .link-tel{display: none;}
    .accordion .accordion-content a{word-break: keep-all;}
}
@media screen and (min-width: 992px) {
}
@media screen and (min-width: 1200px) {
    .accordion .accordion-title{padding: 16px 50px 16px 24px;}
    .accordion .accordion-content{padding: 16px 24px;}
}


/*############################ 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-about ###################################*/
.sc-about{background-color: #F0FDF8; background-image: url(../img/bg-q-money.png); 
    background-repeat: no-repeat; background-position: center; background-size: cover;
}
.sc-about .sc-heading{margin-bottom: 0;}
.sc-about .sc-heading .title{margin-bottom: 8px;}
.sc-about .sc-heading .title .icon{width: 40px; margin-right: -4px; position: relative; top: -3px;}
.sc-about .sc-heading .s-title{margin-bottom: 8px;}
.sc-about .sc-heading .desc{margin-bottom: 0;}

@media screen and (min-width: 768px) {
    .sc-about{background-position: center right; background-size: contain;}
    .sc-about .sc-heading .title .icon{width: 60px; top: -2px;}
}
@media screen and (min-width: 992px) {
}
@media screen and (min-width: 1200px) {
}

/*############################ sc-highlight ###################################*/
.sc-highlight{background-color: #F0FAF7;}
.sc-highlight .sc-inner{padding: 40px 0;}
.sc-highlight .sc-heading .sub-title {font-size: 20px; margin-bottom: 32px;}
.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-dark); font-family: 'kurious-looped'; font-size: 18px; font-weight: 500; line-height: 28px; margin-top: 8px;}
/* .sc-highlight .item-list > li{width: calc(100%/2); padding-top: 56px; padding-right: 8px; list-style: none;}
.sc-highlight .item-list > li:first-child{width: calc(100%); } */
.icw .item-list:after {content: none;}
.sc-highlight .item-list {display: flex; flex-wrap: wrap;  column-gap: 16px;row-gap: 24px;}
.sc-highlight .item-list > li {width: calc(50% - 8px); padding-top: 56px;}
/* .sc-highlight .item-list > li:first-child {width: 100%; padding-top: 0;} */
.sc-highlight .wrapper{position: relative; display: block; border-radius: var(--radius);}
.sc-highlight .wrapper.bgI{background: #008661;}
.sc-highlight .wrapper.bgII{background: #0A6A60;}
.sc-highlight .wrapper.bgIII{background: #559544;}
.sc-highlight .wrapper.bgIV{background: #006530;}
.sc-highlight .wrapper.bgV{background: #339E81;}
.sc-highlight .wrapper.bgVI{background: #0A6A60;}
.sc-highlight .wrapper .thumb{position: absolute; right: 0; left: 0; width: 156px; top: -56px; margin: auto; z-index: 0}
/* .sc-highlight .item-list > li:first-child .wrapper .thumb {position: absolute; right: 0; bottom: 0; width: 156px; top: auto; left: auto;} */
.sc-highlight .wrapper .content{padding: 56px 16px 16px 16px; height: 236px; display: flex; flex-direction: column; justify-content: space-between; position: relative; z-index: 1;}
/* .sc-highlight .item-list > li:first-child .wrapper .content {padding-top: 16px; height: 172px;} */
.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 .wrapper .content .link {color: var(--cr-light);}
.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 ul {list-style: disc;padding-left: 24px;}
.sc-highlight ul li::marker {font-size: 10px;}
.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 .sub-title {font-size: 24px;}
    .sc-highlight .sc-inner{padding: 64px 0;}
    .sc-highlight .sc-heading .title{margin-bottom: 16px; line-height: 1.5em;}
    .sc-highlight .sc-heading .sub-text{font-size: 20px;}
    .sc-highlight .item-list {gap: 24px;flex-wrap:wrap}
    .sc-highlight .item-list > li,
    .sc-highlight .item-list > li:first-child
    {width: calc(100%/3 - (32px / 2) ); padding-top: 0; }
    .sc-highlight .item-list > li .wrapper {height: 174px;}

    .sc-highlight .item-list > li:nth-child(-n+3) .wrapper {height: 207px;}
    

    .sc-highlight .wrapper .thumb{position: absolute; right: 0; bottom: 0; width: 135px; top: auto; left: auto;}
    .sc-highlight .wrapper .content{padding: 16px; height: 100%; display: flex; flex-direction: column; justify-content: space-between;}
    .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;}
}
@media screen and (min-width: 992px) {
   
}
@media screen and (min-width: 1200px) {
    .sc-highlight .wrapper .thumb{width: 156px;}
}

@media screen and (max-width : 767px) {
    .sc-highlight .item-list > li:nth-child(-n+2) .wrapper .content {height: 359px;}
}
/*############################ sc-serives ###################################*/
.sc-service {background: linear-gradient(0deg, #F4F4F4, #F4F4F4),
    linear-gradient(180deg, rgba(255, 255, 255, 0.7) -18.91%, rgba(244, 244, 244, 0) 100%);
    }
.sc-service .service-list{display: grid;grid-template-columns: 1fr 1fr; padding:0;margin: 0;list-style: none;gap: 32px;}
.sc-service .sc-heading .title {margin-bottom: 8px;}
.sc-service .sc-heading .sub-title {font-size: 20px; margin-bottom: 32px;}
.sc-service .service-list .wrapper {border-radius: 10px; padding: 0 48px 0 48px; margin-top: 137px;min-height: 454px;display: flex;flex-direction: column;gap: 23px;}
.sc-service .service-list .wrapper.weixin-pay {background: rgb(22,123,69);background: -moz-linear-gradient(90deg, rgba(22,123,69,1) 0%, rgba(12,93,79,1) 100%);background: -webkit-linear-gradient(90deg, rgba(22,123,69,1) 0%, rgba(12,93,79,1) 100%);background: linear-gradient(90deg, rgba(22,123,69,1) 0%, rgba(12,93,79,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#167b45",endColorstr="#0c5d4f",GradientType=1);}
.sc-service .service-list .wrapper.unionpay {background: rgb(198,54,55);background: -moz-linear-gradient(135deg, rgba(198,54,55,1) 6%, rgba(29,60,108,1) 44%, rgba(24,60,109,1) 60%, rgba(24,60,109,1) 68%, rgba(80,122,132,1) 95%);background: -webkit-linear-gradient(135deg, rgba(198,54,55,1) 6%, rgba(29,60,108,1) 44%, rgba(24,60,109,1) 60%, rgba(24,60,109,1) 68%, rgba(80,122,132,1) 95%);background: linear-gradient(135deg, rgba(198,54,55,1) 6%, rgba(29,60,108,1) 44%, rgba(24,60,109,1) 60%, rgba(24,60,109,1) 68%, rgba(80,122,132,1) 95%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c63637",endColorstr="#507a84",GradientType=1); }
.sc-service .service-list .wrapper.alipay { background: linear-gradient(150.46deg, #1778FF -33.03%, #14407E 47.1%, #15417E 66.97%, #1778FF 141.08%); }
.sc-service .service-list .wrapper.paypay { background: linear-gradient(150.46deg, #FF1717 -33.03%, #7E1414 47.1%, #7E1515 66.97%, #FF1717 141.08%) !important; }
.sc-service .service-list .wrapper.qr-cross-border-outbound {
    background: linear-gradient(154.91deg, #2BAEB7 -0.85%, #1062AA 66.01%, #13406B 117.04%, #111111 188.36%);

}

.sc-service .service-list .pop-icon {width: 266px; margin: 0 auto; margin-top: -137px;}
.sc-service .service-list .content .title {color: var(--cr-light);font-weight: 600;font-size: 26px; text-align: center;margin-bottom: 8px;}
.sc-service .service-list .content .list{color: var(--cr-light); list-style: disc;padding-left: 10px; }
.sc-service .service-list .content .list li::marker{font-size: 10px;}
.sc-service .service-list .content .list li {font-size: 16px;font-weight: 500;line-height: 27px;}
.sc-service .service-list .content .list .icon.weixinpay {height: 24px; margin-left: 5px;}
.sc-service .service-list .content .list .icon.unionpay {width: 49px; margin-bottom: 5px;}
.sc-service .service-list .content .list .icon.yunshanfu {width: 26.06px;}
.sc-service .service-list .content .link {text-decoration: underline; font-size: 16px;color: var(--cr-light); display: block; text-align: center;}

.sc-service .service-list .pop-icon {width: 266px; margin: 0 auto; margin-top: -137px;}
.sc-service .service-list .content-pay { margin-top: 15px;}
.sc-service .service-list .content-pay .title {color: var(--cr-light);font-weight: 600;font-size: 26px; text-align: center;margin-bottom: 8px;}
.sc-service .service-list .content-pay .list{color: var(--cr-light); list-style: disc;padding-left: 10px; }
.sc-service .service-list .content-pay .list li::marker{font-size: 10px;}
.sc-service .service-list .content-pay .list li {font-size: 16px;font-weight: 500;line-height: 27px;}
.sc-service .service-list .content-pay .list .icon.weixinpay {height: 24px; margin-left: 5px;}
.sc-service .service-list .content-pay .list .icon.unionpay {width: 49px; margin-bottom: 5px;}
.sc-service .service-list .content-pay .list .icon.yunshanfu {width: 26.06px;}
.sc-service .service-list .content-pay .link {text-decoration: underline; font-size: 16px;color: var(--cr-light); display: block; text-align: center;}

/* .sc-service .service-list .content .link-contaienr {margin-top: ;} */
.sc-service .service-list .wrapper.unionpay .content .link-contaienr {margin-top: 28px; display: flex; flex-direction: column; gap: 13px;}
.sc-service .service-list .wrapper.alipay .content .link-contaienr {margin-top: 24px;}
.sc-service .tab-container {margin-bottom: 60px;}
.sc-service .detail-country-container {height: 50px; display: flex; align-items:center; justify-content: center; margin-bottom: 32px;}

@media screen and (max-width: 991px) {
    .sc-service .service-list {gap: 16px;}
    .sc-service .service-list .wrapper {padding: 0 16px 32px 16px; }
}
@media screen and (min-width: 768px) {
    .sc-service #howto-use-tab4 .service-list .wrapper {height: 522px; padding-left: 24px; padding-right: 24px;}
    .sc-service #howto-use-tab4 .service-list .wrapper .link-container {margin-top: 67px;}
    .sc-service .service-list .wrapper.alipay .content .link {margin-top: 37px;}
    .sc-service .service-list .wrapper.alipay .content-pay .link {margin-top: 92px;}
    .sc-service .sc-heading .title {margin-bottom: 16px;}
    .sc-service .sc-heading .sub-title {font-size: 24px; margin-bottom: 32px;}
    .sc-service .service-list .wrapper { height: calc(100% - 137px);}
    .sc-service .service-list.list-3 {grid-template-columns: repeat(3, 1fr);}
    .sc-service .service-list.list-1 {grid-template-columns: repeat(1, 1fr); justify-items: center;}
    .sc-service .service-list.list-1 > li {width: 50%;}
}
@media screen and (max-width: 767px ) {
    .sc-service .tab-container {margin-bottom: 32px;}
    .sc-service .service-list {grid-template-columns: 1fr; gap: 32px;}
}

/*############################ sc-scope ###################################*/
.sc-scope{background: #FCFCFC;}
.sc-scope .sc-heading {margin-bottom: 24px;}
.sc-scope .table-row{padding: 0; margin: 0; width: 100%; border-spacing: 0;
    border-radius: var(--radius); border: 1px solid #E8E8E8; box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
    overflow-x: auto;
    margin-bottom: 16px;
}
.sc-scope .table-row th + th{border-left: 1px solid #E6E6E6;}
.sc-scope .table-row th,
.sc-scope .table-row td{padding:8px 16px; text-align: center; line-height: 1.5em; border-bottom: 1px solid #E6E6E6;}
.sc-scope .table-row td{background-color: var(--cr-light); color: var(--cr-gray); font-size: 13px; font-family: kurious-looped; font-weight: 500;}
.sc-scope .table-row td + td{border-left: 1px solid #E6E6E6;}
.sc-scope .table-row td:first-child{text-align: left; font-weight: 600;color: var(--cr-dark);}
.sc-scope .table-row tr + tr{border-top: 1px solid #E6E6E6;}
.sc-scope .table-row tr:first-child th:first-child{border-top-left-radius: 8px;}
.sc-scope .table-row tr:first-child th:last-child{border-top-right-radius: 8px;}
.sc-scope .table-row tr:last-child td:first-child{border-bottom-left-radius: 8px;}
.sc-scope .table-row tr:last-child td:last-child{border-bottom-right-radius: 8px;}
.sc-scope .table-row tr:last-child td{border-bottom: 0;}
.sc-scope .table-row .bg{background-color: var(--cr-green); color: var(--cr-light); font-weight: 600; font-size: 13px; padding: 16px;}
.sc-scope .table-row td.heading{
    background: #F0FAF7;
    color: var(--cr-green);
    text-align: start;
    font-weight: 600;

}
@media screen and (min-width: 768px) {
    .sc-scope .sc-heading {margin-bottom: 32px;}
    .sc-scope .table-row {margin: 0 0 32px;}
    .sc-scope .table-row td{font-size: 16px; padding: 16px 24px;}
    .sc-scope .table-row .bg{font-size: 18px; padding: 24px;}
}
@media screen and (min-width: 992px) {
}
@media screen and (min-width: 1200px) {
}
/*############################ sc-product ###################################*/

@media screen and (min-width: 200px) {
    .sc-product {background-color: #F4F4F4;}
    .sc-product .sc-heading {margin-bottom: 24px;}
    .sc-product .sc-heading .title {line-height: 1.5em; margin-bottom: 8px;}
    .sc-product .sc-heading .sub-title {font-size: 20px;}
    .sc-product .sc-heading .desc {line-height: 1.5em;}
    .sc-product .sc-content {display: flex; flex-direction: column;gap:32px ;}

    .sc-product .content-card-heading {margin-bottom: 24px;}
    .sc-product .content-card-heading .title {text-align: center; line-height: 1.5em;}
    .sc-product .swiper-card-product {overflow: hidden}
    .sc-product .product-card{background-color: var(--cr-light); border-radius: 8px; margin: 0 1px 1px 1px;box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;}
    .sc-product .product-card .thumb {border-radius: 8px 8px 0 0; overflow: hidden;}
    .sc-product .product-card .content {display: flex; flex-direction: column; gap: 16px; padding: 24px;}
    .sc-product .product-card .info {display: flex; flex-direction: column; gap: 8px; }
    .sc-product .product-card .info .desc-cotnainer {height: 48px; overflow: hidden;}
    .sc-product .product-card .link-container {min-height: 22.40px;}
    .sc-product .product-card .desc {font-size: 16px;}
}


@media screen and (min-width: 768px) { 
    .sc-product .sc-heading .sub-title {font-size: 24px;}
    .sc-product .sc-heading {margin-bottom: 32px;}
    .sc-product .content-logo{ flex-wrap: nowrap; justify-content: center;padding: 0;}
    .sc-product .content-logo .wrapper {width: auto;}

    .sc-product {background-image: url(../img/product-bg-dt.jpg)}
    .sc-product .sc-inner{padding: 64px 0;}
    .sc-product .sc-heading .sub-text{font-size: 20px;}
    .sc-product .content-highlight .item-list { gap: 24px;}
    .sc-product .content-highlight .item-list > li {padding-top: 0px;}
    .sc-product .content-highlight .wrapper .thumb{position: absolute; right: 0; bottom: 0; width: 135px; top: auto; left: auto;}
    .sc-product .content-highlight .wrapper .content{padding: 16px; height: 174px; display: flex; flex-direction: column; justify-content: space-between;}
    .sc-product .content-highlight .wrapper .content .txt .show-w767{display: none;}
    .sc-product .content-highlight .wrapper .action .desc.show-w767{display: none;}
    .sc-product .content-highlight .wrapper .action .desc.hide-w767{display: inline-flex;}
    .sc-product .note{margin-top: 40px;}
}
@media screen and (min-width: 1200px) {
    .sc-product .content-highlight .wrapper .thumb{width: 156px;}
}

/*############################ sc-register ###################################*/




/*############################ for 280 ###################################*/
@media screen and (max-width: 280px) {
    .sc-about .sc-heading .desc br{display: none;}

    .sc-highlight .sc-heading .title br{display: none;}
    .sc-highlight .item-list > li{width: 100%;}
    .sc-highlight .wrapper .content {height: 145px;}
    .sc-highlight .wrapper .content .txt .show-w767,
    .sc-highlight .wrapper .content .txt br{display: none;}
    .sc-product .content-highlight .wrapper .content {height: 145px;}
    .sc-product .content-highlight .wrapper .content .txt .show-w767,
    .sc-product .content-highlight .wrapper .content .txt br{display: none;}

    .sc-apply .body .wrapper{width: 248px;}
    .sc-apply .body .content .desc br{display: none;}
}

.sc-btn-tel{
    margin-top: 26px;
    margin-bottom: 100px;
}
.sc-btn-tel a + a{
    margin-top: 16px;
}

/*############################ sc-faq ###################################*/
@media screen and (min-width: 200px) {
    /*############################ sc-faqs ###################################*/
    .sc-faqs {background: #fafafa;}
    .sc-faqs .sc-inner {padding: 48px 0;}
    .sc-faqs .title-container {display: flex;flex-direction: column;line-height: 0;}
    .sc-faqs .container {position: relative;}
    .sc-faqs .container::before {background-image: url(../img/bg-faq.png);width: 100%;padding-top: 53%; background-size: cover;background-repeat: no-repeat;position: absolute;bottom: 0;left: -71px;}
    .sc-faqs .sc-heading {text-align: center;display: flex;flex-direction: column;align-items: center;gap: 8px;margin-bottom: 32px;}
    .sc-faqs .sc-heading .title {font-size: 28px;line-height: 1.5em;}
    .sc-faqs .sc-heading .desc {font-size: 16px;line-height: 1.5em;}
    .sc-faqs .accordion-group {box-shadow: 0px 1px 6px 0px #00000033;background: #FFFFFF; border-radius: 8px;}
    .sc-faqs .accordion-group .accordion-block + .s-title {margin-top: 40px;}
    .sc-faqs .accordion-group .accordion-block {max-width: 850px;margin: 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.1);}
    .sc-faqs .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.5em;border-radius: 8px 8px 0 0;background-color: transparent;}
    .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;transform: translate(0);}
    .sc-faqs .accordion-title.active:after {content: "\e910";}
    .sc-faqs .accordion-title:after {color: var(--cr-green);}
    .sc-faqs .accordion-title:hover:after {}
    .sc-faqs .accordion-title:hover {}
    .sc-faqs .accordion-title.active {}
    .sc-faqs .accordion-title.active:after {}
    
    .sc-faqs .accordion-content {padding: 16px;font-family: "kurious-looped";margin: 0;}
    .sc-faqs .accordion-content .hr {border-top: 1px solid #eee;width: 100%;margin: 16px 0;}
    .sc-faqs .accordion-content .remark .remark-title {margin-bottom: 8px;}
    .sc-faqs .accordion-content .remark .remark-desc {font-size: 13px;}
    .sc-faqs .accordion-content .remark .list-remark {margin-right: 16px;}
    .sc-faqs .accordion-content p, .sc-faqs .accordion-content dd {line-height: 1.5em;margin: 0;color: var(--cr-black);}
    .sc-faqs .accordion-content p strong, .sc-faqs .accordion-content dd strong {font-weight: 600;color: var(--cr-black);}
    .sc-faqs .accordion-content p:last-child, .sc-faqs .accordion-content dd:last-child {margin-bottom: 0;}
    .sc-faqs .accordion-content ul {margin: 0 0 16px 1.2em;padding: 0; text-align: start;}
    .sc-faqs .accordion-content ul:last-child {margin-bottom: 0;}
    .sc-faqs .accordion-content ul li::marker {font-size: 13px;}
    .sc-faqs .accordion-content ul strong {color: var(--cr-black);}
    .sc-faqs .accordion-content ul > li {color: var(--cr-dark);position: relative;list-style-type: disc;font-family: "kurious-looped";font-size: 16px;font-weight: 500;line-height: 1.5em;}
    /* .sc-faqs .accordion-content ul > li + li {margin-top: 5px;} */
    .sc-faqs .accordion-content ol {margin: 0 0 16px 1.2em;padding: 0;}
    .sc-faqs .accordion-content ol:last-child {margin-bottom: 0;}
    .sc-faqs .accordion-content ol > li {position: relative;list-style-type: decimal;font-family: "kurious-looped";font-size: 16px;font-weight: 500;line-height: 1.5em;}
    /* .sc-faqs .accordion-content ol > li + li {margin-top: 5px;} */
    .sc-faqs .accordion-content .icon {margin-right: 5px;position: relative;top: -2px;}
    .sc-faqs .accordion-content .link-tel {color: var(--cr-gray);}
    .sc-faqs .ic-telephone {display: inline-block;}
    .sc-faqs .accordion-content .link-tel .icon {position: relative;top: 1px;margin-right: 8px;}
    .sc-faqs .accordion-content .link-tel + .link-tel {margin-right: 0;}
    .sc-faqs .accordion-content .no-phone {pointer-events: none;color: inherit;text-decoration: none;}
    .sc-faqs .accordion-content a[x-apple-data-detectors].no-phone {color: inherit !important;text-decoration: none !important;font-size: inherit !important;font-family: inherit !important;font-weight: inherit !important;line-height: inherit !important;}


    /* newversion */
    .accordion-group-new-version .accordion-title{background-color: var(--cr-light); border-radius: 8px;box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);margin-top: 16px; position: relative;z-index: 1;}
    .accordion-group-new-version .accordion-title:first-child{margin-top: 0; border-left: 8px solid #ffffff;}
    .accordion-group-new-version .accordion-title.active {border-radius: 8px 8px 0 0;box-shadow: unset; border-left-color: #00A94F; color: #00A94F;}
    .accordion-group-new-version .accordion-content {background-color: var(--cr-light); box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1); border-radius: 0 0 8px 8px; position: relative; z-index: 1; line-height: 1.5; color: var(--cr-dark); border-left: 8px solid #ffffff;}
    .accordion-group-new-version .accordion-content.active {border-left-color:#00A94F;}
    .accordion-group-new-version .accordion-content-container {max-width: 1009px; margin: 0 auto;}
}

@media screen and (max-width: 767px) {
    .sc-faqs .container::before {
        background-image: url(../img/bg-faq-mobile.png);
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }
}

.paypay-img {
    margin-top: 22px;
}


@media screen and (min-width : 768px) {
    .sc-faqs .accordion-title{font-size: 18px;}
    .sc-faqs .sc-inner {padding: 64px 0;}
    .sc-faqs .sc-heading {margin-bottom: 40px;}
    .sc-faqs .sc-heading .title {font-size: 33px;}
    
}

.sc-faqs .details-container {border-radius: 8px;overflow: hidden; position: relative;margin-bottom: 32px; }
.sc-faqs .link-container {text-align: center}
.sc-faqs .details-container.-npd {padding: 0;}
.sc-faqs .head {text-align: center;margin-bottom: 24px;}
.sc-faqs .head .title {margin-bottom: 8px;line-height: 1.5em;}
.sc-faqs .head .desc {margin-bottom: 0px;line-height: 1.5em;}
.sc-faqs .zoom {margin-bottom: 24px;text-align: center;}
.sc-faqs .zoom .txt {font-weight: 600;;color: var(--cr-green);margin: 0;}
.sc-faqs .zoom .txt .icon {position: relative;top: 0px;margin-right: 5px;}
.sc-faqs .body {max-width: 296px;margin: 0 auto;}
.sc-faqs .body .swiper-slide {width: auto;opacity: 0; transition: opacity 0.3s ease-in-out; padding-right: 8px; padding-left: 8px;}
.sc-faqs .body .swiper-slide-visible {opacity: 1;}
.sc-faqs .body .wrapper {display: block;max-width: 220px;}
.sc-faqs .body .thumb {margin-bottom: 16px;pointer-events: none; max-width: 220px;margin: 0 auto;}
.sc-faqs .body .content {text-align: center;}
.sc-faqs .body .content .title {margin-bottom: 8px;font-size: 13px;font-weight: 700;color: var(--cr-dark);}
.sc-faqs .body .content .desc {font-size: 16px;font-weight: 500;line-height: 1.5em;margin-bottom: 0;color: var(--cr-dark);}
.sc-faqs .body .content .desc small {font-size: 13px;color: var(--cr-gray);}
.sc-faqs .body .content ul.desc {padding: 0;margin-left: 20px;text-align: left;}
.sc-faqs .body .content ul.desc>li {width: 100%;}
.sc-faqs .body .content ul.desc>li>ul {padding: 0;margin-left: 20px;}
.sc-faqs .body .content ul.desc>li>ul>li {position: relative;list-style: none;}
.sc-faqs .body .content ul.desc>li>ul>li:before {content: '-';position: absolute;top: 0;left: -18px;}
.sc-faqs .body .content .link {color: var(--cr-green);font-weight: 600;text-decoration: underline;}

.sc-faqs .body .content {text-align: center;}
.sc-faqs .body .content .title {margin-bottom: 8px;font-size: 13px;font-weight: 700;color: var(--cr-dark);}
.sc-faqs .body .content .desc {font-size: 16px;font-weight: 500;line-height: 1.5em;margin-bottom: 0;color: var(--cr-dark);}
.sc-faqs .body .content .desc small {font-size: 13px;color: var(--cr-gray);}
.sc-faqs .body .content ul.desc {padding: 0;margin-left: 20px;text-align: left;}
.sc-faqs .body .content ul.desc>li {width: 100%;}
.sc-faqs .body .content ul.desc>li>ul {padding: 0;margin-left: 20px;}
.sc-faqs .body .content ul.desc>li>ul>li {position: relative;list-style: none;}
.sc-faqs .body .content ul.desc>li>ul>li:before {content: '-';position: absolute;top: 0;left: -18px;}
.sc-faqs .body .content .link {color: var(--cr-green);font-weight: 600;text-decoration: underline;}

.sc-faqs .swiper-button-next,.sc-faqs .swiper-button-prev {display: none;}
.sc-faqs .tab-btn {margin-bottom: 32px;}

@media screen and (min-width: 768px) {
    .sc-faqs .details-container {}
    .sc-faqs .zoom .txt .icon {top: 6px;margin-right: 0;}
    .sc-faqs .body {max-width: 640px;}
    .sc-faqs .body .thumb {pointer-events: visible;}
}

@media screen and (max-width: 767px) {
    .sc-faqs .details-container {margin-left: -16px; margin-right: -16px;}
}

@media screen and (min-width: 992px) {
    .sc-faqs .body {max-width: 1000px;}
    .sc-faqs .body .wrapper {max-width: 336px}
}

@media screen and (min-width: 1200px) {
    .sc-faqs .swiper-button-next,
    .sc-faqs .swiper-button-prev {display: flex;}
}


/* pormotion */
.sc-promotion {background: #FFFFFF;}

@media screen and (max-width: 767px) {
    .swiper-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; }
  }
  
  @media screen and (min-width: 200px) {
  
    .swiper-promotion-list { position: relative; overflow: visible; padding-bottom: 64px; }
    .swiper-promotion-list.-center { justify-content: center; }
    .swiper-promotion-list.-center .swiper-slide { margin-right: 0 !important; }
    .swiper-promotion-list.swiper-free-mode > .swiper-wrapper { justify-content: inherit; }
    .swiper-promotion-list .swiper-pagination { padding-top: 16px; }
    .swiper-promotion-list .swiper-slide { width: auto; }
    .swiper-promotion-list .promotion-item { box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1); border-radius: 8px; }
    .swiper-promotion-list .thumb {  width: 100%; position: relative; border-radius: 8px 8px 0 0; z-index: 20; overflow: hidden; }
    .swiper-promotion-list .content { width: 100%; height: auto; display: flex; flex-direction: column; padding: 16px 24px 24px; background: #FFFFFF; border-radius: 0px 0px 8px 8px; /*backdrop-filter: blur(20px);*/ }
    .swiper-promotion-list .content h3 { color: var(--cr-black); font-family: "kurious-looped" !important; font-size: 18px; font-style: normal; font-weight: 600; line-height: normal; margin-bottom: 10px; height: 4.7em; overflow: hidden; display: -webkit-box; line-height: 1.5em; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
    .swiper-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; }
    .swiper-promotion-list .content .action { margin-top: 32px; text-align: left; }
    .swiper-promotion-list .content .action .btn { display: inline-flex; align-items: center; justify-content: center; width: 100%; height: 40px; }
    .swiper-promotion-list.-center + .promotion-thumb { display: none; }
    .swiper-promotion-list.-center .swiper-button-prev,
    .swiper-promotion-list.-center .swiper-button-next { display: none; }
  }
  .swiper-promotion-list .swiper-slide h2 { font-size: 28px; font-weight: 600; line-height: 42px; margin-bottom: 24px; }

  @media screen and (min-width: 768px) {
    .swiper-promotion-list { padding: 0; }
    .swiper-promotion-list .content .c-g { font-size: 16px; font-family: "kurious-looped"; font-weight: 500; color: #666; margin: 0; height: 5.4em; display: -webkit-box; line-height: 1.4em; }
    .swiper-promotion-list .content h3 { font-size: 20px; margin-bottom: 8px; }
    .swiper-promotion-list.-center .swiper-wrapper { justify-content: center; margin-right: -24px; }
    .swiper-promotion-list .swiper-slide h2 { font-size: 42px; font-weight: 600; line-height: 63px; margin-bottom: 32px; }
  }
  @media screen and (min-width: 992px) {
    .swiper-promotion-list { position: relative; /* box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1); */ border-radius: 8px;  }
    .swiper-promotion-list .promotion-item { display: flex; flex-wrap: nowrap; align-items: center; max-width: calc(100vw - 32px);  border-radius: 0; }
    .swiper-promotion-list .thumb { width: 200%; max-width: 580px; border-radius: 8px 0 0 8px; }
    .swiper-promotion-list .content { padding: 40px 48px 48px; border-radius: 0 8px 8px 0; height: 348px; }
    .swiper-promotion-list .content .c-g { height: 4.2em; -webkit-line-clamp: 3; }
    .swiper-promotion-list .content .action .btn { width: auto; }
  }
  @media screen and (min-width: 1200px) {
    .swiper-promotion-list .promotion-item { max-width: 1140px; }
    .swiper-promotion-list .thumb { -webkit-box-flex: 0; flex: 0 0 auto; width: auto; max-width: 700px; }
    .swiper-promotion-list .content { flex-basis: 0; -webkit-box-flex: 1; flex-grow: 1; padding: 48px 56px 56px; height: 420px; max-width: 440px; min-width: 440px; }
    /* .promotion-thumb .swiper-slide:hover .thumb { transform: scale(1.05); } */
    .swiper-promotion-list .thumb .link:hover img { transform: scale(1.05); }
    .swiper-promotion-list .content .link h3 { transition: var(--tsition); }
    .swiper-promotion-list .content .link:hover h3 { color: var(--cr-green); }
  }

  @media screen and (min-width: 200px) {
    /* ===================== sc-product ===================== */ 

    .sc-product-1 {background: #FFFFFF;}
    .sc-product-2 {background: #FAFAFA;}
    .sc-thumb-box .sc-content .country-list { display: flex; flex-direction: row;  flex-wrap: wrap; gap: 16px; }
    .sc-thumb-box .sc-content .country-item { border-radius: 8px; border: 1px solid #E8E8E8; overflow: hidden; width: 100%;}
 
    .sc-thumb-box .sc-content .country-item .country-head { display: flex; flex-direction: row; height: 48px; border-bottom: 1px solid #E8E8E8; }
    .sc-thumb-box .sc-content .country-item .icon-country { border-right: 1px solid #E8E8E8; display: flex; justify-content: center; align-items: center; width: 82px; }
    .sc-thumb-box .sc-content .country-item .icon-country.custom { width: auto; padding: 0 9.6px; }
    .sc-thumb-box .sc-content .country-item .icon-country .icon-unionpay { width: 56.58px; height: 16px; }
    .sc-thumb-box .sc-content .country-item .icon-country .icon-alipay { width: 62.99px; height: 14.7px; }
    .sc-thumb-box .sc-content .country-item .icon-country .icon-weixin-pay { width: 36.81px; height: 32px; }
    .sc-thumb-box .sc-content .country-item .icon-country.cross-border { width: auto; padding-right: 6px; padding-left: 6px; }
    .sc-thumb-box .sc-content .country-item .icon-country .icon-cross-border { width: 86px; }
    .sc-thumb-box .sc-content .country-item .title-country { display: flex; align-items: center; padding: 0 0 0 8px; }
    .sc-thumb-box .sc-content .country-item .title-country .title { font-weight: 700; font-size: 15px; }
    .sc-thumb-box .sc-content .country-item .country-content { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding-left: 16px; padding-right: 16px; padding-top: 8px; padding-bottom: 16px; }
    .sc-thumb-box .sc-content .country-item .country-content-list { padding-left: 18px; margin: 0; }
    .sc-thumb-box .sc-content .country-item .country-content-list li { font-size: 15px; font-weight: 500; line-height: 23.81px; }
    .sc-thumb-box .sc-content .country-item .country-content-list li::marker { font-size: 10px; }

    .popup-howto .sc-content {padding-left: 16px; padding-right: 16px;}
    .sc-thumb-box .inner {height:max-content;}

    @media screen and (min-width: 992px) {
        .swiper-card-product.center .swiper-wrapper {
            justify-content: center
        }
    }

    @media screen and (min-width: 768px) {
      .sc-thumb-box .sc-content .country-item:nth-last-child(-n+2)  {width: calc(50% - 11px);}
      .popup-howto .sc-content {padding-left: 32px; padding-right: 32px;}
      .sc-thumb-box .sc-content .country-item { width: 100%;}
      .sc-thumb-box .sc-content .country-list { display: flex; flex-direction: row;  flex-wrap: wrap; column-gap: 21px; row-gap: 16px; }
    }
    
    @media screen and (max-width : 767px) {
      .popup-howto.sc-thumb-box {height: max-content; overflow: auto;}
    }
    
}
