/*================ default ==================*/
:root {
    --gb-c-light: #ffffff;
    --gb-c-black: #111111;
    --gb-c-dark: #333333;
    --gb-c-gray: #666666;
    --gb-c-lightgray: #999999;
    --gb-c-green: #00a94f;
    --gb-c-green2: #007938;
    --gb-c-border: #e7e7e7;
    --gb-c-red: #f00;
    --gb-c-warning: #ec4546;
    --gb-c-warning2: #b91213;
    --gb-c-darkteal: #40525d;
    --gb-tsition: 0.3s ease-in-out;
    --gb-radius: 8px;
}

.kcc main {
    overflow: visible !important;
}

.kcc #apply {
    overflow: hidden !important;
}

@media (max-width: 991px) {
    .kcc main {
        overflow: hidden !important;
    }

    html.content-slide-gb-active,
    html.content-slide-gb-active body {
        overflow: hidden !important;
    }

    html.content-slide-gb-active #navigation-header {
        opacity: 0 !important;
        visibility: hidden !important;
    }
}

/*============================== TEXT ===============================*/
.icw .sc-global-content .nowrap,
.sc-global-content .nowrap {
    white-space: nowrap !important;
}

.icw .sc-global-content .text-light,
.sc-global-content .text-light {
    color: var(--gb-c-light) !important;
}

.icw .sc-global-content .text-black,
.sc-global-content .text-black {
    color: var(--gb-c-black) !important;
}

.icw .sc-global-content .text-dark,
.sc-global-content .text-dark {
    color: var(--gb-c-dark) !important;
}

.icw .sc-global-content .text-green,
.sc-global-content .text-green {
    color: var(--gb-c-green) !important;
}

.icw .sc-global-content .text-gray,
.sc-global-content .text-gray {
    color: var(--gb-c-gray) !important;
}

.icw .sc-global-content .text-lightgray,
.sc-global-content .text-lightgray {
    color: var(--gb-c-lightgray) !important;
}

.icw .sc-global-content .text-red,
.sc-global-content .text-red {
    color: var(--gb-c-red) !important;
}

.icw .sc-global-content .text-warning,
.sc-global-content .text-warning {
    color: var(--gb-c-warning) !important;
}

.kcc .sc-global-content a,
.kcc .sc-product-detail .sc-global-content a {
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
}

.sc-global-content a.link {
    color: var(--gb-c-green);
    text-decoration: underline;
}

/*============================== Hidden & Visible ===============================*/
.icw .sc-global-content .hide,
.sc-global-content .hide {
    display: none !important;
}

@media (min-width: 1200px) {
    .sc-global-content .show-w1199 {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .sc-global-content .hide-w1199 {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .sc-global-content .show-w991 {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .sc-global-content .hide-w991 {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .sc-global-content .show-w767 {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .sc-global-content .hide-w767 {
        display: none !important;
    }
}

@media (min-width: 431px) {
    .sc-global-content .show-w430 {
        display: none !important;
    }
}

@media (max-width: 430px) {
    .sc-global-content .hide-w430 {
       display: none !important;
    }
}

@media (min-width: 415px) {
    .sc-global-content .show-w414 {
        display: none !important;
    }
}

@media (max-width: 414px) {
    .sc-global-content .hide-w414 {
       display: none !important;
    }
}

@media (min-width: 376px) {
    .sc-global-content .show-w375 {
        display: none !important;
    }
}

@media (max-width: 375px) {
    .sc-global-content .hide-w375 {
        display: none !important;
    }
}

@media (min-width: 361px) {
    .sc-global-content .show-w360 {
        display: none !important;
    }
}

@media (max-width: 360px) {
    .sc-global-content .hide-w360 {
        display: none !important;
    }
}

@media (min-width: 321px) {
    .sc-global-content .show-w320 {
        display: none !important;
    }
}

@media (max-width: 320px) {
    .sc-global-content .hide-w320 {
        display: none !important;
    }
}

@media (min-width: 281px) {
    .sc-global-content .show-w280 {
        display: none !important;
    }
}

@media (max-width: 280px) {
    .sc-global-content .hide-w280 {
        display: none !important;
    }
}

/*============================== LAYOUT ===============================*/
.section .product-details .sc-global-content {
    overflow: visible !important;
}

.sc-global-content .sc-inner {
    position: relative;
    padding: 48px 0;
}

.sc-global-content .container,
.sc-global-content .container-xs,
.sc-global-content .container-sm,
.sc-global-content .container-md {
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
}

.sc-global-content .container {
    max-width: 1172px;
}

.sc-global-content .container-xs {
    max-width: 830px;
}

.sc-global-content .container-sm {
    max-width: 930px;
}

.sc-global-content .container-md {
    max-width: 1030px;
}

.sc-global-content .a-left {
    text-align: left;
}

.sc-global-content .a-center {
    text-align: center;
}

.sc-global-content .a-right {
    text-align: right;
}

.sc-global-content .mb-0 {
    margin-bottom: 0px !important;
}

.sc-global-content .mb-8 {
    margin-bottom: 8px !important;
}

.sc-global-content .mb-16 {
    margin-bottom: 16px !important;
}

.sc-global-content .mb-24 {
    margin-bottom: 24px !important;
}

.sc-global-content .mb-32 {
    margin-bottom: 32px !important;
}

.sc-global-content .mb-16-8 {
    margin-bottom: 8px !important;
}

.sc-global-content .text-red2 {
    color: rgb(250, 128, 128);
}

.sc-global-content .row-0 {
    margin: 0px;
}

.sc-global-content .row-0>div {
    padding: 0px;
}

.sc-global-content .row-20 {
    margin: 0 -10px;
}

.sc-global-content .row-20>div {
    padding: 0 10px;
}

.sc-global-content .row-flex {
    display: flex;
    flex-wrap: wrap;
}

.sc-global-content .row-flex.align-items-center {
    align-items: center;
}

.sc-global-content .row-flex>div {
    float: none;
}

.sc-global-content .row-flex>.col {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
}

.sc-global-content .row-flex>.col-auto {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.sc-global-content .row-flex>.col-12 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}

.sc-global-content .row-flex>.col-6 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
}

.sc-global-content .action {
    margin-top: 0;
}

.sc-global-content .self-apply-time {
    margin-top: 24px;
    font-size: 13px;
    line-height: 20px;
    color: var(--gb-c-green);
}

.sc-global-content .self-apply-time i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
    font-size: 16px;
}

.sc-global-content .btn.btn-self-apply-kplus {
    width: 100%;
    height: auto;
    padding: 8px 24px;
    font-size: 16px;
    line-height: 1.5;
    color: var(--gb-c-light);
    border-radius: var(--gb-radius);
    background: var(--gb-c-green);
}

.sc-global-content .sc-heading {
    text-align: center;
    margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
    .sc-global-content .mb-16-8 {
        margin-bottom: 16px !important;
    }

    .sc-global-content .sc-inner {
        padding: 64px 0;
    }

    .sc-global-content .sc-heading {
        margin-bottom: 24px;
    }
}


/*============================== swiper ===============================*/
.sc-global-content .swiper-button-next,
.sc-global-content .swiper-button-prev,
.sc-global-content .swiper-button-next:before,
.sc-global-content .swiper-button-prev:before {
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
}

.sc-global-content .swiper-initialized:hover .swiper-button-next,
.sc-global-content .swiper-initialized:hover .swiper-button-prev,
.sc-global-content .swiper-initialized:hover .swiper-button-next:before,
.sc-global-content .swiper-initialized:hover .swiper-button-prev:before,
.sc-global-content .swiper-container-initialized:hover .swiper-button-next,
.sc-global-content .swiper-container-initialized:hover .swiper-button-prev,
.sc-global-content .swiper-container-initialized:hover .swiper-button-next:before,
.sc-global-content .swiper-container-initialized:hover .swiper-button-prev:before {
    pointer-events: visible;
    visibility: visible;
    opacity: 1;
}

.sc-global-content .swiper-initialized:hover .swiper-button-next.swiper-button-disabled,
.sc-global-content .swiper-initialized:hover .swiper-button-prev.swiper-button-disabled,
.sc-global-content .swiper-initialized:hover .swiper-button-next.swiper-button-disabled:before,
.sc-global-content .swiper-initialized:hover .swiper-button-prev.swiper-button-disabled:before,
.sc-global-content .swiper-container-initialized:hover .swiper-button-next.swiper-button-disabled,
.sc-global-content .swiper-container-initialized:hover .swiper-button-prev.swiper-button-disabled,
.sc-global-content .swiper-container-initialized:hover .swiper-button-next.swiper-button-disabled:before,
.sc-global-content .swiper-container-initialized:hover .swiper-button-prev.swiper-button-disabled:before {
    pointer-events: visible;
    visibility: visible;
    opacity: 0.35;
}

.sc-global-content .swiper-initialized:hover .swiper-button-next.swiper-button-disabled.swiper-button-lock,
.sc-global-content .swiper-initialized:hover .swiper-button-prev.swiper-button-disabled.swiper-button-lock,
.sc-global-content .swiper-container-initialized:hover .swiper-button-next.swiper-button-disabled.swiper-button-lock,
.sc-global-content .swiper-container-initialized:hover .swiper-button-prev.swiper-button-disabled.swiper-button-lock {
    display: none;
}

.sc-global-content .swiper-button-next,
.sc-global-content .swiper-button-prev {
    position: absolute;
    top: 48%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.26);
    z-index: 1;
    font-size: 0;
    background: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transform: translate(0, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--gb-tsition);
}

.sc-global-content .swiper-button-next {
    right: 0px;
}

.sc-global-content .swiper-button-prev {
    left: 0px;
}

.sc-global-content .swiper-button-next:after,
.sc-global-content .swiper-button-prev:after {
    display: none;
}

.sc-global-content .swiper-button-next:before,
.sc-global-content .swiper-button-prev:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    position: relative;
    top: 0;
    left: 2px;
    border-top: 2px solid var(--gb-c-light);
    border-left: 2px solid var(--gb-c-light);
    visibility: visible;
    transition: var(--gb-tsition);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.sc-global-content .swiper-button-next:before {
    left: -2px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.sc-global-content .swiper-horizontal>.swiper-pagination-bullets,
.sc-global-content .swiper-pagination-bullets.swiper-pagination-horizontal,
.sc-global-content .swiper-pagination-custom,
.sc-global-content .swiper-pagination-fraction,
.sc-global-content .swiper-pagination {
    text-align: center;
    margin: 0;
    padding-top: 32px;
    position: relative;
    bottom: 0;
}

.sc-global-content .swiper-pagination-bullet {
    font-size: 0;
    line-height: 0;
    padding: 0;
    cursor: pointer;
    margin: 0 4px;
    outline: none;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #ddd;
    opacity: 1;
    transition: var(--gb-tsition);
}

.sc-global-content .swiper-pagination-bullet-active {
    background: var(--gb-c-green);
    border-color: var(--gb-c-green);
    opacity: 1;
    width: 24px;
}

.sc-global-content .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.sc-global-content .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}

.sc-global-content .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.sc-global-content .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    margin: 0;
}

.sc-global-content .swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.sc-global-content .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: var(--gb-tsition);
}

.sc-global-content .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev,
.sc-global-content .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev,
.sc-global-content .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next,
.sc-global-content .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(1);
}

@media screen and (max-width: 1024px) {

    .sc-global-content .swiper-button-next,
    .sc-global-content .swiper-button-prev {
        width: 35px;
        height: 35px;
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .sc-global-content .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
    .sc-global-content .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 12px;
    }

    .sc-global-content .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
    .sc-global-content .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
        margin: 0 4px;
    }
}

@media screen and (max-width: 767px) {
    .sc-global-content .swiper-horizontal>.swiper-pagination-bullets,
    .sc-global-content .swiper-pagination-bullets.swiper-pagination-horizontal,
    .sc-global-content .swiper-pagination-custom,
    .sc-global-content .swiper-pagination-fraction,
    .sc-global-content .swiper-pagination {
        padding-top: 24px;
    }
}

/*============================== END swiper ===============================*/


/* ############################ update ndid ############################ */
.kplus-info #stickyNavAnchor {
    display: none !important;
}

.note-ndid {
    padding: 12px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin: 32px auto 0;
    border-radius: 8px;
    border: 1px solid #ff94475e;
    gap: 16px;
    background: #fafafa;
}

.note-ndid.in-tab {
    padding: 8px 16px;
    margin: 16px auto 24px;
    gap: 8px;
    background: #f0fdf8;
    border: 1px solid #c2eadf;
}

.icw .note-ndid.in-tab .text-red {
    color: #ec672a !important;
}

.note-ndid.in-tab .icon-ndid {
    max-width: 30px;
    width: 100%;
}

.note-ndid .icon-ndid {
    max-width: 48px;
    width: 100%;
}

.note-ndid .text-ndid {
    margin-bottom: 0;
    font-size: 16px;
    text-align: left;
}

.note-ndid.in-tab .text-ndid {
    font-size: 13px;
}

.note-ndid .text-ndid .desc {
    color: #00a94f;
    text-decoration: underline;
    font-weight: 600;
}

.note-ndid .text-ndid .desc:hover {
    color: #008e42;
}

.icw .note-ndid .text-red {
    color: #ec4546 !important;
}

.note-ndid .text-ndid .desc.show-w767 {
    display: none;
}

.note-ndid .text-ndid .desc.hide-w767 {
    display: inline;
}

.t-underline {
    text-decoration: underline !important;
}

.box-widgets-button-ndid .btn-badge {
    display: inline-flex;
    position: relative;
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
    color: #FFF;
    justify-content: center;
    align-items: center;
}

.box-widgets-button-ndid .btn-badge>i::before {
    display: inline-block;
    position: relative;
    top: 1px;
    font-size: 18px;
    width: 18px;
    height: 18px;
}

.box-widgets-button-ndid .btn-badge>img {
    width: auto;
    height: 100%;
}

.box-widgets-button-ndid:hover .btn-badge,
.box-widgets-button-ndid .text-ndid .close {
    cursor: pointer;
}

.box-widgets-button-ndid .text-ndid {
    position: absolute;
    right: calc(100% + 14px);
    height: auto;
    bottom: 0px;
    line-height: 1.5;
    display: block;
    align-items: center;
    justify-content: flex-end;
    font-size: 13px;
    font-weight: 500;
    color: #333;
    background-color: #FFF;
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1);
    padding: 12px 32px 12px 16px;
    border-radius: 8px;
    width: calc(100dvw - 85px);
    margin-bottom: 0 !important;
}

.box-widgets-button-ndid .text-ndid::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    left: 100%;
    bottom: 12px;
    transform: translate(-50%, -50%) rotate(-45deg);
    background-color: #FFF;
    box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.1);
}

.box-widgets-button-ndid .text-ndid .close::before {
    content: "\e902";
    font-family: 'iconavigation' !important;
    position: absolute;
    width: 20px;
    height: 20px;
    font-size: 8px;
    color: #00a94f;
    right: 4px;
    top: 4px;
    background-color: #eaeaea;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-widgets-button-ndid .text-ndid,
.box-widgets-button-ndid .text-ndid::after,
.box-widgets-button-ndid .hasTooltip .box-widgets-tooltip {
    transition-duration: 360ms;
    transition-property: opacity, visibility;
    visibility: hidden;
    opacity: 0;
}

.box-widgets-button-ndid .text-ndid.active,
.box-widgets-button-ndid .text-ndid.active::after {
    visibility: visible;
    opacity: 1;
}

.box-widgets-button-ndid {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 100px;
    right: 16px;
    z-index: 10000;
    opacity: 0;
    pointer-events: none;
    transition: .3s ease-in-out;
    animation: bounce 2s ease-in-out;
}

.box-widgets-button-ndid.active {
    opacity: 1;
    pointer-events: visible;
    animation: bounce 2s ease-in-out;
}

.box-widgets-button-ndid .text-ndid {
    opacity: 0;
    transition: all .75s ease;
}

.box-widgets-button-ndid .text-ndid.active {
    opacity: 1;
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-20px);
    }

    60% {
        transform: translateY(-15px);
    }

}


.note-ndid .text-ndid {
    max-width: 222px;
}

@media screen and (min-width: 300px) {
    .box-widgets-button-ndid {
        bottom: 81px;
    }
}

@media screen and (min-width: 400px) {
    .note-ndid .text-ndid {
        max-width: 314px;
    }
}

@media screen and (min-width: 768px) {
    .box-widgets-button-ndid {
        bottom: 64px;
    }

    .note-ndid .text-ndid {
        max-width: 609px;
    }

    .box-widgets-button-ndid {
        display: none;
    }
}

@media screen and (min-width: 820px) {

    .box-widgets-button-ndid .text-ndid {
        height: 48px;
        line-height: 48px;
        bottom: auto;
        top: 0;
        width: auto;
        padding: 0px 32px 0 12px;
        white-space: nowrap;
    }
}


@media screen and (min-width: 1024px) {
    .note-ndid .text-ndid {
        max-width: 728px;
    }
}

@media screen and (min-width: 1025px) {
    .note-ndid .text-ndid {
        max-width: unset;
    }

    .box-widgets-button-ndid {
        width: 100%;
        height: 48px;
        bottom: 53px;
        right: 0;
    }

    .box-widgets-button-ndid .text-ndid {
        white-space: nowrap;
        height: 48px;
        line-height: 48px;
        bottom: auto;
        top: 0;
        width: auto;
        padding: 0px 32px 0 12px;
        font-size: 16px;
        right: 0;
        left: 0;
        margin: auto;
        box-shadow: 0px 0px 8px 1px #00a94f;
        width: fit-content;
    }

    .box-widgets-button-ndid .btn-badge,
    .box-widgets-button-ndid .text-ndid .close {
        display: none;
    }

    .box-widgets-button-ndid .text-ndid.active::after {
        opacity: 0;
    }

    .box-widgets-button-ndid .btn-badge {
        width: 48px;
        height: 48px;
    }

    .box-widgets-button-ndid .text-ndid::after {
        top: 24px;
        bottom: unset;
    }
}


.kplus-info .box-widgets-button-ndid {
    display: none !important;
}

@media screen and (max-width: 1024px) {
    .kplus-info .promotion-list.swiper-initialized .swiper-wrapper,
    .kplus-info .promotion-list.swiper-container-initialized .swiper-wrapper {
        justify-content: center;
    }

    .kplus-info .promotion-list.swiper-initialized .swiper-slide,
    .kplus-info .promotion-list.swiper-initialized .swiper-slide .wrapper,
    .kplus-info .promotion-list.swiper-initialized .swiper-slide .thumb,
    .kplus-info .promotion-list.swiper-container-initialized .swiper-slide,
    .kplus-info .promotion-list.swiper-container-initialized .swiper-slide .wrapper,
    .kplus-info .promotion-list.swiper-container-initialized .swiper-slide .thumb {
        max-width: 350px;
    }

    .note-ndid {
        width: 100%;
    }
}

.title26 {
    font-size: 26px !important;
}

@media screen and (max-width: 767px) {
    .kplus-info .promotion-list.swiper-initialized .swiper-wrapper,
    .kplus-info .promotion-list.swiper-container-initialized .swiper-wrapper {
        justify-content: start;
    }

    .kplus-info .promotion-list.swiper-initialized .swiper-slide,
    .kplus-info .promotion-list.swiper-initialized .swiper-slide .wrapper,
    .kplus-info .promotion-list.swiper-initialized .swiper-slide .thumb,
    .kplus-info .promotion-list.swiper-container-initialized .swiper-slide,
    .kplus-info .promotion-list.swiper-container-initialized .swiper-slide .wrapper,
    .kplus-info .promotion-list.swiper-container-initialized .swiper-slide .thumb {
        max-width: 300px;
        width: 100%;
    }

    .note-ndid {
        padding: 16px 8px;
        gap: 8px;
    }

    .note-ndid .icon-ndid,
    .note-ndid.in-tab .icon-ndid {
        max-width: 42px;
        width: 100%;
    }

    .note-ndid .text-ndid {
        font-size: 13px;
    }

    .note-ndid .text-ndid .desc.show-w767 {
        display: inline;
    }

    .note-ndid .text-ndid .desc.hide-w767 {
        display: none;
    }

    .note-ndid.in-tab {
        padding: 8px 16px;
        margin: 24px auto 32px;
        gap: 16px;
    }

    .f-16-mb {
        font-size: 16px !important;
    }

    .title26 {
        font-size: 20px !important;
    }

}

/* ############################ END update ndid ############################ */


/*############################ box-info-gb  ###################################*/
.box-info-gb {
    border-top: 5px solid var(--gb-c-green);
    background: #fafafa;
    border-radius: 0px 0px 8px 8px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.box-info-gb .inner {
    padding: 24px 16px 40px;
    position: relative;
    overflow: hidden;
}

.box-info-gb .row-flex {
    margin: 0 -8px;
    display: block;
}

.box-info-gb .row-flex>div {
    padding: 0 8px;
}

.box-info-gb .row-flex>div+div {
    margin-top: 16px;
}

.box-info-gb .row-flex+.row-flex {
    margin-top: 16px;
}

.box-info-gb .row-flex+.s-title {
    margin-top: 24px;
}

.box-info-gb .h-title {
    display: none;
    font-size: 20px;
    line-height: 1.5;
    color: var(--gb-c-dark);
    margin-bottom: 16px;
}

.box-info-gb .s-title {
    font-size: 18px;
    line-height: 1.5;
    color: var(--gb-c-dark);
    margin-bottom: 16px;
}

.box-info-gb .title-txt {
    color: var(--gb-c-dark);
    margin-bottom: 8px;
}

.box-info-gb .title-txt small {
    font-size: 13px;
}

.box-info-gb p.desc {
    color: var(--gb-c-gray);
    margin-bottom: 0;
    line-height: 1.5;
}

.box-info-gb p.desc .link {
    text-decoration: none;
}

.box-info-gb p.desc .link .icon {
    position: relative;
    margin-right: 0px;
}

.box-info-gb p.desc .link .txt {
    text-decoration: underline;
}

.icw .box-info-gb ul,
.box-info-gb ul {
    position: static;
    padding-left: 1.3em;
    margin: 0;
}

.box-info-gb ul+.s-title,
.box-info-gb .txt-note-ol+.s-title,
.box-info-gb ul+.title-txt,
.box-info-gb .txt-note-ol+.title-txt {
    margin-top: 16px;
}

.box-info-gb ul>li {
    list-style: disc;
    font-size: 16px;
    line-height: 1.5;
    color: var(--gb-c-dark);
}

.box-info-gb ul>li strong {
    color: var(--gb-c-gray);
    font-weight: 600;
}

.box-info-gb ul>li .link {
    font-weight: 600;
}

.box-info-gb .link .icon-external:after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(/SiteCollectionDocuments/kcc/img/icon/ext-link.svg);
}

.box-info-gb ul>li>ul {
    list-style: disc;
}

.box-info-gb ul.check-list {
    padding-left: 0;
}

.box-info-gb ul.check-list>li {
    position: relative;
    padding-left: 32px;
    list-style: none;
    color: var(--gb-c-gray);
}

.box-info-gb ul+.txt-note-ul {
    margin-top: 16px;
}

.box-info-gb .ol-list {
    position: static;
    padding-left: 1.3em;
    margin: 0;
}

.box-info-gb .ol-list>li {
    color: var(--gb-c-gray);
    line-height: 1.5;
    font-size: 16px;
    font-weight: 500;

}

.box-info-gb .ol-list>li>ul {
    list-style: disc;
}

.box-info-gb .ol-list>li>ul>li {
    color: var(--gb-c-gray);
}

.box-info-gb .ol-list.-num-strong {
    counter-reset: item;
    padding: 0;
}

.box-info-gb .ol-list.-num-strong>li {
    list-style-type: none;
    counter-increment: item;
    position: relative;
    padding-left: 1.2em;
}

.box-info-gb .ol-list.-num-strong>li:before {
    font-weight: 700;
    content: counter(item) ".";
    position: absolute;
    top: 0;
    left: 0;
}

.box-info-gb .ol-list+.txt-note-ul {
    margin-top: 16px;
}

.box-info-gb a.link.-pdf {
    padding-left: 0px;
    display: inline;
    text-decoration: none;
    font-weight: 500;

}

.box-info-gb a.link.-pdf .icon {
    color: var(--gb-c-green);
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
}

.box-info-gb a.link.-pdf .txt {
    text-decoration: underline;
    font-size: 16px;
    font-weight: 600;
}

.box-info-gb .txt-note {
    margin: 8px 0 0;
    color: var(--gb-c-dark);
    line-height: 1.5;
    font-size: 13px;
}

.box-info-gb .txt-note+ul {
    margin-top: 16px;
}

.box-info-gb .txt-note+.txt-note-ol {
    margin-top: 4px;
    padding-left: 20px;
}

.box-info-gb .txt-note-ol>li {
    font-size: 16px;
    color: var(--gb-c-gray);
    line-height: 1.5;
    font-size: 13px;
    font-weight: 500;

}

.box-info-gb .txt-note-ul>li {
    font-size: 16px;
    color: var(--gb-c-gray);
    line-height: 1.5;
    font-size: 13px;
    font-weight: 500;

}

.box-info-gb .txt-note-remark {
    font-size: 13px;
    color: var(--gb-c-gray);
    line-height: 1.5;
    font-size: 13px;
    font-weight: 500;
    margin: 0;
}

.box-info-gb .warning {
    text-align: center;
    margin-top: 24px;
    padding: 12px 16px;
    background: #f8f8f8;
    border-radius: 8px;
    display: inline-flex;
}

.box-info-gb .warning p {
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;

}

.box-info-gb .warning .txt {
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    border-radius: 4px;
    padding: 2px 10px 0;
    background: var(--gb-c-red);
    color: var(--gb-c-light);
    line-height: 1.5;
}

.box-info-gb img.icon {
    width: 26px;
    margin-right: 4px;
}

.box-info-gb .note {
    padding: 16px;
    background: rgba(255, 255, 255, 0.6);
}

.box-info-gb .note p.desc {
    font-size: 13px;
    color: var(--gb-c-gray);
}

.box-info-gb .note p.desc strong {
    color: var(--gb-c-dark);
}

.box-info-gb .note p.desc+ul {
    margin-top: 4px;
}

.box-info-gb .note small {
    font-size: 13px;
    font-weight: 500;

    color: var(--gb-c-gray);
    line-height: 1.5;
    position: relative;
    padding-left: 1em;
}

.box-info-gb .note small:before {
    content: "*";
    position: absolute;
    top: 0;
    left: 0;
}

.box-info-gb .note ul>li {
    font-size: 13px;
    color: var(--gb-c-gray);
    line-height: 1.5;
}

.box-info-gb .note ul.remark {
    padding: 0;
}

.box-info-gb .note ul.remark>li {
    padding-left: 32px;
    position: relative;
    list-style: none;
}

.box-info-gb .note ul.remark>li:before {
    min-width: 32px;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
}

.box-info-gb .note ul.remark>li:nth-child(1):before {
    content: "*";
}

.box-info-gb .note ul.remark>li:nth-child(2):before {
    content: "**";
}

.box-info-gb .note ul.remark>li:nth-child(3):before {
    content: "***";
}

.box-info-gb .note ul.remark>li:nth-child(4):before {
    content: "****";
}

@media screen and (min-width: 992px) {
    .box-info-gb+.box-info-gb,
    .box-info-gb+.box-supplement-apply {
        margin-top: 16px;
    }

    .box-info-gb .row-flex {
        margin: 0 -24px;
        display: flex;
    }

    .box-info-gb .row-flex>div {
        padding: 0 24px;
    }

    .box-info-gb .row-flex>div+div {
        margin-top: 0;
    }

    .box-info-gb .inner {
        padding: 40px 32px 32px;
        background: var(--gb-c-light);
    }

    .box-info-gb .note {
        padding: 16px 32px;
        background: #fafafa;
        border-radius: 0 0 8px 8px;
    }

    .box-info-gb .h-title {
        display: block;
    }

    .box-info-gb .h-title.a-center {
        text-align: center;
    }

    .box-info-gb .h-title+.s-title {
        margin-top: 32px;
    }

    .box-info-gb ul>li {
        color: var(--gb-c-gray);
    }
}

/*############################ END box-info-gb  ###################################*/


/*############################ step-gb-slide ###################################*/
.step-gb-slide {
    position: relative;
    padding: 0 20px;
}

.step-gb-slide .swiper-slide {
    width: auto;
}

.step-gb-slide .swiper-pagination {
    padding-top: 24px;
    min-width: 100px;
}

.step-gb-slide .swiper-button-next,
.step-gb-slide .swiper-button-prev {
    top: 130px;
}

.step-gb-slide .wrapper {
    position: relative;
    max-width: 220px;
}

.step-gb-slide .thumb {
    margin: 0 auto 16px;
    border-radius: 8px;
    overflow: hidden;
}

.step-gb-slide .content {
    text-align: center;
}

.step-gb-slide .content .title {
    margin-bottom: 8px;
    color: var(--gb-c-dark);
    line-height: 1.5;
    font-size: 13px;
}

.step-gb-slide .content .desc {
    margin-bottom: 0;
    color: var(--gb-c-dark);
    line-height: 1.5;
}

.step-gb-slide .content .link {
    text-decoration: underline;
    color: var(--gb-c-green);
}

@media screen and (max-width: 1024px) {
    .step-gb-slide {
        padding: 0;
    }
}

/*############################ END step-gb-slide ###################################*/

/*############################ content-slide ###################################*/
.sc-global-content .content-slide .box-info-gb {
    border-top: none;
    background: transparent;
    border-radius: 0px;
    box-shadow: none;
    display: none;
    min-height: calc(100dvh - 165px);
}

.sc-global-content .content-slide .box-info-gb.active {
    display: flex;
}

.sc-global-content .content-slide .box-info-gb .inner {
    padding: 0px;
}

.sc-global-content .content-slide .box-info-gb .inner:last-child {
    padding-bottom: 16px;
}

.sc-global-content .content-slide .box-info-gb .note,
.sc-global-content .content-slide .box-info-gb .box-supplement-apply {
    margin: 24px -16px -16px;
}

.sc-global-content .content-slide .box-info-gb .box-supplement-apply {
    border-radius: 0;
}

.sc-global-content .content-slide .content-slide-nav {
    position: relative;
}

.sc-global-content .content-slide .content-slide-nav .head-menu-slide-nav {
    font-size: 13px;
    line-height: 1.5;
    color: var(--gb-c-darkteal);
    margin-bottom: 12px;
}

.sc-global-content .content-slide .content-slide-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sc-global-content .content-slide .content-slide-nav .indent-menu-slide-nav {
    padding: 0 16px;
}

.sc-global-content .content-slide .content-slide-nav ul>li {
    width: 100%;
}

.sc-global-content .content-slide .content-slide-nav ul>li+li {
    border-top: 1px solid #dbdbdb;
    margin-top: 16px;
    padding-top: 16px;
}

.sc-global-content .content-slide .content-slide-nav .nav-mobile-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    position: relative;
}

.sc-global-content .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(--gb-c-green);
    border-right: 2px solid var(--gb-c-green);
}

.sc-global-content .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;
    font-weight: normal;
    color: var(--gb-c-green);
}

.sc-global-content .content-slide .content-slide-nav .nav-mobile-link .icon>img {
    width: 24px;
    height: 24px;
}

.sc-global-content .content-slide .content-slide-nav .nav-mobile-link .txt {
    font-weight: 600;

    font-size: 16px;
    line-height: 1.5;
    color: var(--gb-c-black);
}

.sc-global-content .content-slide .content-slide-tab .back-mobile {
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
    transform: rotate(180deg);
    text-align: center;
    background: var(--gb-c-green);
    border-radius: 50%;
    color: var(--gb-c-light);
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sc-global-content .content-slide .content-slide-tab .back-mobile>span {
    position: relative;
    left: 1px;
}

.sc-global-content .content-slide .content-slide-tab .nav-info-head {
    display: block;
    text-align: center;
}

.sc-global-content .content-slide .content-slide-tab .nav-info-head .txt {
    font-size: 20px;
    line-height: 1.5;
    color: var(--gb-c-dark);
    text-align: center;
    padding-bottom: 24px;
    display: none;
}

.sc-global-content .content-slide .content-slide-tab .nav-info-head .txt strong {
    font-weight: 600;
}

.sc-global-content .content-slide .content-slide-tab .nav-info-head .txt.active {
    display: block;
}

.sc-global-content .content-slide .content-slide-tab .wrapper-info-tab-btn {
    margin-bottom: 24px;
}

.sc-global-content .content-slide .content-slide-tab .box-info-tab-btn {
    display: none;
}

.sc-global-content .content-slide .content-slide-tab .box-info-tab-btn.shown {
    display: flex;
    gap: 8px;
    justify-content: center;
}

.sc-global-content .content-slide .content-slide-tab .box-info-tab-btn .info-tab-btn {
    padding: 7px;
    border: 1px solid #999999;
    border-radius: 8px;
    text-align: center;
    color: #333;
    width: 160px;
    max-width: calc(50% - 4px);
    background: #FFF;
}

.sc-global-content .content-slide .content-slide-tab .box-info-tab-btn .info-tab-btn.active {
    color: #00A94F;
    border-color: #00A94F;
    background: rgba(102, 203, 149, 0.16);
}

.sc-global-content .content-slide .content-slide-tab .box-info-tab-btn .info-tab-btn .txt-btn {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
}

.sc-global-content .content-slide .content-slide-tab .box-info-tab-btn .info-tab-btn.active .txt-btn {
    color: #00A94F;
}

.sc-global-content .content-slide .content-slide-tab {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    height: 100dvh;
    width: 100dvw;
    overflow: auto;
    z-index: 10009;
    transition: transform 300ms;
    padding: 0px 16px 0;
    pointer-events: none;
    transform: translateX(100%);
    background: #FAFAFA;
}

.sc-global-content .content-slide .content-slide-tab.content-active {
    transform: translateX(0%);
    pointer-events: visible;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.sc-global-content .content-slide .content-slide-head {
    position: sticky;
    z-index: 111;
    top: 0;
    margin-left: -16px;
    margin-right: -16px;
    padding: 21px 16px 0;
    background: #FAFAFA;
}

@media screen and (min-width: 992px) {
    .sc-global-content .content-slide .content-slide-nav .nav-mobile-link .icon {
        display: none;
    }

    .sc-global-content .content-slide .content-slide-tab {
        transform: translateX(0%);
    }
}


/*############################ tab gb ###################################*/
.tab-gb-control {
    position: relative;
    height: 36px;
    margin-bottom: 24px;
}

.tab-gb-control:before {
    content: "";
    position: absolute;
    height: 1px;
    left: 0;
    bottom: -1px;
    right: 0;
    background-color: #dbdbdb;
    border-radius: 50px;
    z-index: 4;
}

.tab-gb-control:after {
    content: "";
    position: absolute;
    z-index: 3;
    top: 0;
    right: 24px;
    bottom: 0;
    width: 45px;
    background: linear-gradient(90deg,rgba(255, 255, 255, 0) 50%,rgba(255, 255, 255, 1) 90%);
    pointer-events: none;
}

.tab-gb-control .timebar {
    position: absolute;
    z-index: 5;
    left: 0;
    bottom: 0px;
    height: 2px;
    background-color: #bcbcbc;
    transition: 0ms ease-in-out;
    border-radius: 50px;
}

.tab-gb {
    display: flex;
    position: relative;
    z-index: 3;
    overflow: auto;
    margin-right: 24px;
    border-bottom: 0px solid var(--gb-c-border);
}

.tab-gb::-webkit-scrollbar {
    display: none;
}

.tab-gb .control-gb,
.icw .tab-gb .control-gb {
    margin: 0 auto;
}

.tab-gb .control-gb {
    display: inline-flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 0 16px 0 0;
    gap: 16px;
    width: auto;
    margin: 0;
    list-style: none;
}

.tab-gb .control-gb li {
    display: block;
    color: var(--gb-c-green);
}

.tab-gb .control-gb .head-tab {
    display: none;
    font-size: 13px;
    line-height: 1.5;
    color: var(--gb-c-darkteal);
}

.kcc .tab-gb .control-gb a,
.tab-gb .control-gb a {
    text-decoration: none;
}

.tab-gb .control-gb a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36px;
    text-align: center;
    position: relative;
    z-index: 1;
    border-bottom: 3px solid transparent;
    margin-bottom: 0px;
}

.tab-gb .control-gb a .txt {
    font-weight: 600;
    font-size: 16px;
    color: var(--gb-c-gray);
    line-height: 1.5;
    white-space: nowrap;
}

.tab-gb .control-gb a.active {
    pointer-events: none;
    border-bottom-color: var(--gb-c-green);
}

.tab-gb .control-gb a.active .txt {
    color: var(--gb-c-green);
    font-weight: 600;
}

.tab-gb .selector-gb {
    display: none;
    height: 3px;
    background-color: var(--gb-c-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);
}

.action-gb-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-gb-dropdown .link {
    display: block;
    position: relative;
    width: 16px;
    height: 12px;
}

.action-gb-dropdown .link:before,
.action-gb-dropdown .link:after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 12px;
    height: 2px;
    background-color: var(--gb-c-green);
    transition: var(--gb-tsition);
}

.action-gb-dropdown .link:before {
    position: absolute;
    transform: rotate(45deg);
    top: 5px;
    left: -1px;
}

.action-gb-dropdown .link:after {
    position: absolute;
    transform: rotate(-45deg);
    top: 5px;
    left: 6px;
}

.action-gb-dropdown .link.active:before {
    transform: rotate(-45deg);
}

.action-gb-dropdown .link.active:after {
    transform: rotate(45deg);
}

.tab-gb-dropdown {
    position: absolute;
    z-index: 2;
    top: 0px;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: var(--gb-tsition);
}

.tab-gb-dropdown.active {
    opacity: 1;
    visibility: visible;
}

.tab-gb-dropdown .txt {
    font-weight: 500;
    font-size: 16px;
    color: var(--gb-c-gray);
    line-height: 1.5;
}

.tab-gb-content {
    position: relative;
    opacity: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    display: block;
    transition: var(--gb-tsition);
}

.tab-gb-content.active {
    opacity: 1;
    height: auto;
    overflow: visible;
    visibility: visible;
}

.tab-gb-row {
    margin: 0;
    padding: 0;
    list-style: none;
}

@media screen and (min-width: 992px) {
    .tab-gb-container {
        display: flex;
    }

    .tab-gb-control {
        height: fit-content !important;
        margin: 0;
        flex: 0 0 auto;
        position: sticky;
        top: 74px;
    }

    .tab-gb-control:before {
        display: none;
    }

    .tab-gb-control:after {
        display: none;
    }

    .tab-gb {
        display: block;
        margin-right: 0;
        border-bottom: 0px solid var(--gb-c-border);
        padding-right: 0px;
        width: 266px;
    }

    .tab-gb .selector-gb {
        display: none;
    }

    .tab-gb .control-gb {
        display: flex;
        flex-direction: column;
        margin-bottom: 0;
        border-bottom: 0;
        gap: 0;
    }

    .tab-gb .control-gb a {
        white-space: nowrap;
        border-bottom: 0;
        height: auto;
        padding: 0 16px;
        justify-content: flex-start;
        color: var(--gb-c-lightgray);
    }

    .tab-gb .control-gb a+a {
        border-top: 1px solid #dbdbdb;
        padding-top: 18px;
        margin-top: 18px;
    }

    .tab-gb .control-gb a .txt {
        display: block;
        border-bottom: 0px solid transparent;
        line-height: 1.5;
    }

    .tab-gb .control-gb a {
        position: relative;
    }

    .tab-gb .control-gb a:before {
        content: "\e900";
        font-family: "iconavigation";
        font-size: 8px;
        opacity: 0;
        position: absolute;
        bottom: 6px;
        right: 16px;
        color: var(--gb-c-green);
        transition: var(--gb-tsition);
    }

    .tab-gb .control-gb a.active:before {
        opacity: 1;
    }

    .tab-gb .control-gb a:last-child {
        padding-right: 20px;
    }

    .tab-gb .control-gb a:last-child:before {
        bottom: 6px;
    }

    .tab-gb .control-gb a.-mark:before {
        bottom: 19px;
    }

    .action-gb-dropdown {
        display: none;
    }

    .tab-gb-dropdown {
        display: none;
    }

    ul.tab-gb-row,
    .tab-gb-row {
        padding-left: 24px;
        flex: 1 0 0%;
    }
    
    .tab-gb .control-gb li+li {
        border-top: 1px solid #DBDBDB;
        padding-top: 16px;
        margin-top: 16px;
    }
    
    .tab-gb .control-gb .head-tab {
        display: block;
    }
    
    .tab-gb .control-gb li+.head-tab {
        padding-top: 40px;
    }
}

@media screen and (max-width: 991px) {
    .tab-gb.active .control-gb a .txt {
        color: var(--gb-c-dark);
        padding-bottom: 0px;
    }

    .tab-gb.active .control-gb a.active .txt {
        color: var(--gb-c-light);
    }

    .tab-gb.active .control-gb a:hover .txt {
        color: var(--gb-c-green);
    }

    .tab-gb.active {
        overflow: visible;
    }

    .tab-gb.active .control-gb {
        display: block;
        flex-wrap: inherit;
        width: 100vw;
        margin-left: -16px;
        margin-right: -40px;
        position: relative;
        z-index: 1;
        top: 35px;
        padding: 16px 11px;
        background-color: #FAFAFA;
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
    }

    .tab-gb.active .control-gb a {
        display: inline-flex;
        height: auto;
        padding: 10px 15px;
        border: 1px solid #ddd;
        border-radius: var(--gb-radius);
        background-color: var(--gb-c-light);
        margin: 5px;
        color: var(--gb-c-gray);
    }

    .tab-gb.active .control-gb a .txt {
        border: 0;
        line-height: 1.5;
    }

    .tab-gb.active .control-gb a.active {
        border-color: var(--gb-c-green);
        color: var(--gb-c-green);
        background-color: var(--gb-c-green);
    }
}

/*############################ END tab gb ###################################*/



/*############################ box supplement apply ###################################*/
.sc-global-content .box-supplement-apply {
    display: flex;
    justify-content: center;
    padding: 24px 16px;
    border: 1px solid rgba(0, 169, 79, 0.3);
    border-radius: var(--gb-radius);
    background: #EDF9F2;
}

.sc-global-content .box-supplement-apply .btn-supp-apply {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 294px;
    max-width: 100%;
    padding: 8px 16px;
    font-size: 16px;
    line-height: 1.5;
    color: var(--gb-c-light);
    border-radius: var(--gb-radius);
    background: var(--gb-c-green);
}

.sc-global-content .box-supplement-apply .btn-supp-apply:hover {
    background: #0BC160;
}

.sc-global-content .box-supplement-apply .btn-supp-apply i {
    font-size: 18px;
}
/*############################ END box supplement apply ###################################*/



/*############################ content-active ###################################*/
@media screen and (min-width: 992px) {
    .sc-global-content .content-slide .box-info-gb {
        border-top: 5px solid var(--gb-c-green);
        background: #fafafa;
        min-height: inherit;
        overflow: hidden;
        border-radius: 0px 0px 8px 8px;
        box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
        display: flex;
    }

    .sc-global-content .content-slide .box-info-gb .inner {
        padding: 40px 32px 32px;
    }

    .sc-global-content .content-slide .box-info-gb .inner:last-child {
        padding-bottom: 32px;
    }

    .sc-global-content .content-slide .box-info-gb .note {
        margin: 0;
    }

    .sc-global-content .content-slide .content-slide-nav {
        display: none;
    }

    .sc-global-content .content-slide .content-slide-nav .nav-mobile-link {
        display: none;
    }

    .sc-global-content .content-slide .content-slide-tab .back-mobile {
        display: none;
    }

    .sc-global-content .content-slide .content-slide-tab .nav-info-head {
        display: none;
    }

    .sc-global-content .content-slide .content-slide-tab .wrapper-info-tab-btn {
        display: none;
    }

    .sc-global-content .content-slide .content-slide-tab,
    .sc-global-content .content-slide .content-slide-tab.content-active {
        overflow: visible;
        display: flex;
        position: static;
        width: auto;
        height: auto;
        padding: 0;
        background: transparent;
        pointer-events: inherit;
    }
    
    .sc-global-content .content-slide .content-slide-head {
        position: static;
        z-index: 100;
        top: 0;
        background: transparent;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
}

@media screen and (min-width: 320px) {
    .sc-global-content .content-slide .content-slide-tab .nav-info-head {
        padding-right: 30px;
    }
}

@media screen and (min-width: 300px) {
    .sc-global-content .content-slide .content-slide-tab .back-mobile {
        position: absolute;
        top: 16px;
        left: 16px;
        margin-bottom: 0;
        z-index: 9;
    }

    .sc-global-content .content-slide .content-slide-tab .nav-info-head {
        padding-left: 50px;
    }
}

/*############################ END content-active ###################################*/


/*############################ sc-application ###################################*/
.sc-global-content.sc-application {
    background: #F4F4F4;
}

.sc-global-content.sc-application .sc-heading {
    margin-bottom: 24px;
}

.sc-global-content.sc-application .tab-gb-row {
    padding-left: 0;
}

.sc-global-content.sc-application .tab-gb-control:before {
    display: block;
    bottom: 0;
    top: 36px;
}

.sc-global-content.sc-application .tab-gb .control-gb a.active:before {
    opacity: 0;
}

@media screen and (max-width: 991px) {
    .sc-global-content.sc-application .tab-gb-container .box-info-gb {
        min-height: calc(100dvh - 215px);
    }

    .sc-global-content.sc-application .tab-gb-container.container-supp .tab-gb-control {
        display: none;
    }
    
    .sc-global-content.sc-application .tab-gb-container.container-supp .box-info-gb {
        min-height: calc(100dvh - 155px);
    }
}

@media screen and (max-width: 430px) {
    .sc-global-content.sc-application .tab-gb-container .box-info-gb {
        min-height: calc(100dvh - 245px);
    }
    
    .sc-global-content.sc-application .tab-gb-container.container-supp .box-info-gb {
        min-height: calc(100dvh - 185px);
    }
}

@media screen and (max-width: 299px) {
    .sc-global-content.sc-application .tab-gb-container .box-info-gb {
        min-height: calc(100dvh - 293px);
    }
    
    .sc-global-content.sc-application .tab-gb-container.container-supp .box-info-gb {
        min-height: calc(100dvh - 233px);
    }
}

@media screen and (min-width: 676px) {
    .sc-global-content.sc-application .action-gb-dropdown {
        display: none;
    }

    .sc-global-content.sc-application .tab-gb {
        width: auto;
        margin-right: 0;
    }

    .sc-global-content.sc-application .tab-gb .control-gb {
        padding-right: 0;
    }

    .sc-global-content.sc-application .tab-gb-control:after {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .sc-global-content.sc-application .sc-inner {
        padding: 64px 0;
    }

    .sc-global-content.sc-application .sc-heading {
        margin-bottom: 32px;
    }
}

@media screen and (min-width: 992px) {
    .sc-global-content.sc-application .tab-gb-control:before {
        display: none;
    }

    .sc-global-content.sc-application .tab-gb-row {
        padding-left: 24px;
    }

    .sc-global-content.sc-application .tab-gb {
        width: 266px;
    }

    .sc-global-content.sc-application .tab-gb .control-gb {
        flex-direction: column;
        margin-bottom: 0;
        border-bottom: 0;
        justify-content: space-between;
        gap: 0;
    }

    .sc-global-content.sc-application .tab-gb .control-gb a {
        height: auto;
        padding: 0 16px;
        align-items: center;
    }

    .sc-global-content.sc-application .tab-gb .control-gb a.active:before {
        opacity: 1;
    }
}

/*############################ END sc-application ###################################*/


/*############################ sc-how-to-apply ###################################*/
.sc-global-content.sc-how-to-apply {
    background: #E6F7EE;
}

.sc-global-content.sc-how-to-apply .sc-heading {
    margin-bottom: 24px;
}

.sc-global-content.sc-how-to-apply .box-info-gb {
    display: flex;
    margin: 0 -16px;
    padding: 0 16px 16px;
}

.sc-global-content.sc-how-to-apply .box-info-gb .inner {
    text-align: center;
}

.sc-global-content.sc-how-to-apply .box-info-gb .h-title {
    margin-bottom: 32px;
    display: block;
}

.sc-global-content.sc-how-to-apply .box-info-gb img.unionpay {
    width: 44px;
    margin-top: -3px;
}

.sc-global-content.sc-how-to-apply .box-info-gb img.new-icon {
    width: 26px;
    margin-top: -2px;
}

.sc-global-content.sc-how-to-apply .btn-vdo-accordion {
    display: flex;
    justify-content: center;
    margin: 24px 0;
}

.sc-global-content.sc-how-to-apply .btn-vdo-accordion .inner-btn-vdo-accordion {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    margin: 0 auto;
    cursor: pointer;
}

.sc-global-content.sc-how-to-apply .btn-vdo-accordion i {
    -webkit-transition: var(--gb-tsition);
    transition: var(--gb-tsition);
}

.sc-global-content.sc-how-to-apply .btn-vdo-accordion.active i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sc-global-content.sc-how-to-apply .video-wrapper {
    height: auto;
    margin: 0 auto;
    position: relative;
    border-radius: var(--gb-radius);
    overflow: hidden;
}

.sc-global-content.sc-how-to-apply .video-wrapper .play-btn {
    position: absolute;
    z-index: 110;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.sc-global-content.sc-how-to-apply .video-wrapper .play-btn button {
    width: 40px;
    height: 40px;
    border: none;
    outline: none;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    background: rgba(255, 255, 255, 0.9);
    transform: translate(-50%, -50%);
    transition: background 400ms;
}

.sc-global-content.sc-how-to-apply .play-btn button:before {
    content: "";
    height: 0;
    width: 0;
    top: 50%;
    left: 54%;
    position: absolute;
    z-index: 120;
    border-left: solid rgba(0, 0, 0, 0.5) 10px;
    border-top: solid transparent 5px;
    border-bottom: solid transparent 5px;
    transform: translate(-50%, -50%);
}

.sc-global-content.sc-how-to-apply .video-wrapper .img {
    position: relative;
    z-index: 100;
}

.sc-global-content.sc-how-to-apply .video-wrapper .img>img {
    width: 100%;
    height: auto;
    min-height: 215px;
    object-fit: cover;
    object-position: center;
}

.sc-global-content.sc-how-to-apply .video-wrapper .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 90;
}

.sc-global-content.sc-how-to-apply .video-wrapper .video>iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0;
}

.sc-global-content.sc-how-to-apply .video-wrapper.play .video>iframe {
    opacity: 1;
}

.sc-global-content.sc-how-to-apply .video-wrapper.play .play-btn {
    display: none;
}

.sc-global-content.sc-how-to-apply .video-wrapper.play .img {
    opacity: 0;
    visibility: hidden;
}

.sc-global-content.sc-how-to-apply .box-info-gb .txt-note-remark {
    margin-top: 24px;
}

.sc-global-content.sc-how-to-apply .box-info-gb .txt-note {
    text-align: center;

}

.sc-global-content.sc-how-to-apply .box-info-gb .note {
    background: #fafafa;
}

.sc-global-content.sc-how-to-apply .box-info-gb .row-flex {
    text-align: left;
}

.sc-global-content.sc-how-to-apply .step-slide {
    margin-bottom: 32px;
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
}

.sc-global-content.sc-how-to-apply .tab-gb-row {
    padding-left: 0;
}

.sc-global-content.sc-how-to-apply .tab-gb-control {
    z-index: 1;
}

.sc-global-content.sc-how-to-apply .tab-gb-control.active:after {
    display: none;
}

.sc-global-content.sc-how-to-apply .tab-gb-control:before {
    display: block;
    bottom: 0;
    top: 36px;
}

.sc-global-content.sc-how-to-apply .tab-gb .control-gb:after {
    content: "";
    width: 1px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: none;
    margin-left: -8px;
}

.sc-global-content.sc-how-to-apply .tab-gb .control-gb a {
    height: 36px;
    padding: 0;
    align-items: flex-start;
}

.sc-global-content.sc-how-to-apply .tab-gb .control-gb a.active {
    border-bottom: 3px solid var(--gb-c-green);
}

.sc-global-content.sc-how-to-apply .tab-gb .control-gb a.active:before {
    opacity: 0;
}

.sc-global-content.sc-how-to-apply .tab-gb .control-gb a>.txt>.nowrap {
    display: inline;
}

.sc-global-content.sc-how-to-apply .action-gb-dropdown {
    display: flex;
}

.sc-global-content.sc-how-to-apply .tab-gb-dropdown {
    display: block;
}

.sc-global-content.sc-how-to-apply .tab-gb-control:after {
    background: linear-gradient(90deg, rgba(230, 247, 238, 0) 50%, rgba(230, 247, 238, 1) 90%);
}

.sc-global-content.sc-how-to-apply .tab-gb .control-gb a .txt {
    line-height: 1.5;
}

.sc-global-content.sc-how-to-apply .tab-gb .control-gb a {
    align-items: center;
}

.sc-global-content.sc-how-to-apply .self-apply-working a {
    width: 100% !important;
}

@media screen and (min-width: 410px) {
    .sc-global-content.sc-how-to-apply .tab-gb {
        margin-right: 0;
    }
    
    .sc-global-content.sc-how-to-apply .tab-gb .control-gb {
        padding-right: 0;
    }

    .sc-global-content.sc-how-to-apply .tab-gb .control-gb:after,
    .sc-global-content.sc-how-to-apply .tab-gb-control:after,
    .sc-global-content.sc-how-to-apply .action-gb-dropdown {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .sc-global-content.sc-how-to-apply .sc-inner {
        padding: 64px 0;
    }

    .sc-global-content.sc-how-to-apply .sc-heading {
        margin-bottom: 32px;
    }

    .sc-global-content.sc-how-to-apply .box-info-gb {
        margin: 0;
        padding: 0;
    }

    .sc-global-content.sc-how-to-apply .box-info-gb .h-title {
        text-align: center;
    }

    .sc-global-content.sc-how-to-apply .box-info-gb .note {
        background: #fafafa;
    }

    .sc-global-content.sc-how-to-apply .video-wrapper {
        max-width: 640px;
    }

    .sc-global-content.sc-how-to-apply .video-wrapper .play-btn button {
        width: 72px;
        height: 72px;
    }

    .sc-global-content.sc-how-to-apply .video-wrapper .play-btn button:before {
        border-left: solid rgba(0, 0, 0, 0.5) 20px;
        border-top: solid transparent 15px;
        border-bottom: solid transparent 15px;
    }

    .sc-global-content.sc-how-to-apply .step-slide {
        max-width: inherit;
    }
}

@media screen and (min-width: 992px) {
    .sc-global-content.sc-how-to-apply .box-info-gb {
        max-width: calc(100vw - 339px);
    }

    .sc-global-content.sc-how-to-apply .tab-gb-row {
        padding-left: 24px;
    }

    .sc-global-content.sc-how-to-apply .tab-gb-control:before {
        display: none;
    }

    .sc-global-content.sc-how-to-apply .tab-gb {
        width: 266px;
        margin-right: 0;
    }

    .sc-global-content.sc-how-to-apply .tab-gb .control-gb {
        flex-direction: column;
        margin-bottom: 0;
        border-bottom: 0;
        justify-content: space-between;
        gap: 0;
        width: auto;
        padding-right: 0;
        margin-right: 0;
    }

    .sc-global-content.sc-how-to-apply .tab-gb .control-gb a {
        height: auto;
        padding: 0 16px;
        align-items: center;
        text-align: left;
        display: block;
    }

    .sc-global-content.sc-how-to-apply .tab-gb .control-gb li:last-child {
        padding-bottom: 0;
    }

    .sc-global-content.sc-how-to-apply .tab-gb .control-gb a.active {
        border-bottom: 0;
    }

    .sc-global-content.sc-how-to-apply .tab-gb .control-gb a.active:before {
        opacity: 1;
    }

    .sc-global-content.sc-how-to-apply .tab-gb .control-gb li.-line2 a:before {
        top: 0;
        bottom: 0;
        margin: auto;
        height: 8px;
    }

    .sc-global-content.sc-how-to-apply .tab-gb .control-gb a>.txt {
        white-space: normal;
    }

    .sc-global-content.sc-how-to-apply .tab-gb.active .control-gb a.active .txt {
        color: var(--gb-c-green);
    }

    .sc-global-content.sc-how-to-apply .action-gb-dropdown {
        display: none;
    }

    .sc-global-content.sc-how-to-apply .content-slide-tab {
        background: transparent;
    }

    .sc-global-content.sc-how-to-apply .content-slide-head {
        background: transparent;
    }

    .sc-global-content.sc-how-to-apply .tab-gb-dropdown {
        display: none;
    }
}

@media screen and (min-width: 1200px) {
    .sc-global-content.sc-how-to-apply .box-info-gb {
        max-width: 850px;
    }
}

@media screen and (max-width: 991px) {
    .sc-global-content.sc-how-to-apply .content-slide .content-slide-tab,
    .sc-global-content.sc-how-to-apply .content-slide .content-slide-head {
        background: #E6F7EE;
    }

    .sc-global-content.sc-how-to-apply .tab-gb.active {
        overflow: visible;
    }

    .sc-global-content.sc-how-to-apply .tab-gb.active .control-gb {
        background: #E6F7EE;
    }

    .sc-global-content.sc-how-to-apply .tab-gb.active .control-gb a {
        padding: 8px 24px;
        align-items: center;
        margin: 6px;
        border-top: 1px solid #ddd;
        height: auto;
    }

    .sc-global-content.sc-how-to-apply .tab-gb.active .control-gb a.active {
        border: 1px solid var(--gb-c-green);
        color: var(--gb-c-green);
        background-color: var(--gb-c-green);
    }

    .sc-global-content.sc-how-to-apply .tab-gb.active .control-gb a:hover {
        border: 1px solid var(--gb-c-green);
        color: var(--gb-c-green);
        background-color: #eafcf1;
    }
}

@media screen and (max-width: 415px) {
    .sc-global-content.sc-how-to-apply [data-lang="th"] .btn-vdo-accordion .inner-btn-vdo-accordion {
        max-width: 284px;
    }
}

/*############################ sc-how-to-apply ###################################*/