@charset "utf-8";
/* 260204 main_renewal */

:root {
    --main-primary-color: #744eff;
    --main-tit-color: #212529;
    --main-tit-color2: #fff;
    --main-tit-color3: #9d92ff;
    --main-sub-color: #676f77;
    --main-txt-color: #e7eaed;
    --main-txt-color2: #495057;
    --main-txt-color3: #6f28e4;
    --main-txt-color4: #9d92ff;
    --float-btn-bg: #ebebeb;
    --float-btn-bg2: #782bd7;
    --float-btn-bg3: #2b2b2b;
    --float-btn-color: #2b2b2b;
    --float-btn-colo2: #fff;
    --main-btn-bg: #744eff;
    --main-btn-bg2: #fff;
    --main-btn-bg3: #0689ff;
    --main-btn-bg4: #f5439b;
    --main-btn-color: #212529;
    --main-btn-color2: #fff;
    --main-btn-color3: #0689ff;
    --main-btn-color4: #f5439b;
    --main-dim-bg: rgba(0, 0, 0, 0.45);
    --main-dim-bg2: rgba(0, 0, 0, 0.5);
    --main-border: 1px solid rgba(255, 255, 255, 0.4);
    --page-color: #adb5bd;
    --page-active-color: #212529;
    --font-family: 'pretendard',sans-serif;
}

i {
    font-family: 'renewalIcon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    speak: never;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html, body {
    overflow: hidden;
    width: 100%;
    /* fullpage 때문에 적용 */
}

.blind {
    position: absolute !important;
    overflow: hidden !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    border: 0 !important;
    white-space: nowrap !important;
    clip: rect(0, 0, 0, 0) !important;
}

/* component */
.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    width: 180px;
    height: 48px;
    padding: 14px 12px;
    border-radius: 40px;
    background-color: var(--main-btn-bg2);
    font-size: 16px;
    font-weight: 600;
    color: var(--main-btn-color);
    line-height: 1.5;
    transition: background-color .2s;
}

.btn:link, .btn:visited {
    color: var(--main-btn-color);
}

.section .btn i {
    font-size: 24px;
}

.btn-purple {
    background-color: var(--main-btn-bg);
    color: var(--main-btn-color2);
}

.btn-blue {
    background-color: var(--main-btn-bg3);
    color: var(--main-btn-color2);
}

.btn-redpurple {
    background-color: var(--main-btn-bg4);
    color: var(--main-btn-color2);
}

.btn-redpurple:link,
.btn-redpurple:visited,
.btn-purple:link,
.btn-purple:visited,
.btn-blue:link,
.btn-blue:visited {
    color: var(--main-btn-color2);
}

.btn:hover {
    border: 1px solid var(--main-btn-color2);
    background-color: transparent;
    color: var(--main-btn-color2);
}

.section .btn:hover i:before {
    color: #fff;
}

.btn-purple:hover {
    border: 1px solid var(--main-primary-color);
    color: var(--main-primary-color);
}

.btn-redpurple:hover,
.visual .btn-redpurple:visited:hover {
    border: 1px solid var(--main-btn-color4);
    color: var(--main-btn-color4);
}

.btn-blue:hover,
.visual .btn-blue:visited:hover {
    border: 1px solid var(--main-btn-color3);
    color: var(--main-btn-color3);
}

.btn-float {
    width: 160px;
    height: 56px;
}

.btn-large {
    width: 220px;
    height: 56px;
    font-size: 18px;
    line-height: 1.56;
}

.text-wrap .btn {
    width: 156px;
}

.video-wrap {
    font-weight: 600;
    color: var(--main-tit-color2);
}

.video-wrap .video-tit {
    margin-bottom: 8px;
    font-size: 54px;
    font-weight: 600;
    line-height: 1.1;
}

.video-wrap .video-txt {
    font-size: 24px;
}

.floating-btn-wrap {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 30px;
    width: 160px;
}

.floating-btn-wrap .floating-btn a,
.floating-btn-wrap .floating-btn button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 10px;
    margin-bottom: 8px;
    border-radius: 100px;
    background-color: #ebebeb;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    line-height: 1.5;
}

.floating-btn-wrap .floating-btn:nth-of-type(1) button {
    width: 100%;
    color: #2b2b2b;
}

.floating-btn-wrap .floating-btn:nth-of-type(2) a {
    background-color: #782bd7;
}

.floating-btn-wrap .floating-btn:nth-of-type(3) a {
    background-color: #2b2b2b;
}

.floating-btn i::before {
    font-size: 36px;
}

/* layout */
body, html, a, button {
    font-family: var(--font-family);
}

.main-page a:focus,
.main-page button:focus,
.main-page input:focus,
.main-page select:focus,
.main-page textarea:focus,
.main-page [tabindex]:focus {
    outline: 1px auto rgb(16, 16, 16);
}

.main-page * {
    box-sizing: border-box;
}

.main-page {
    background-color: var(--main-btn-bg2);
}

.main-page .section {
    overflow: hidden;
    min-height: 100vh;
}

.main-page .section.fp-auto-height {
    min-height: 0 !important;
}

/* .main-page .fp-tableCell {
    vertical-align: baseline;
} */

.page-menu {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 50%;
    right: 40px;
    align-items: center;
    gap: 16px;
    width: 12px;
    transform: translate(0, -50%);
}

.page-menu-item {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--page-color);
}

.page-menu-item.active {
    width: 12px;
    height: 12px;
    background: var(--page-active-color);
}

.page-menu-item a {
    display: block;
    width: 100%;
    height: 100%;
}

.main-page .flex {
    display: flex;
}

.main-page .text-wrap.flex .left {
    flex: 1;
}

.main-page .text-wrap.flex {
    align-items: flex-end;
}

.link {
    display: block;
}

.section .text-wrap {
    position: relative;
    top: -20px;
    max-width: 1100px;
    margin: 0 auto;
    margin-bottom: 118px;
    line-height: 1.5;
    opacity: 0;
}

/* .section.service .text-wrap {
    opacity: 1;
    top: 0;
} */
/* .section .text-wrap.visible {
    opacity: 1;
    top: 0;
} */

.section .text-wrap span {
    font-weight: 600;
    color: var(--main-primary-color);
}

.section .page-tit {
    margin: 4px 0 12px;
    font-size: 32px;
    font-weight: 700;
    color: var(--main-tit-color);
    line-height: 1.38;
}

.section .page-desc {
    font-size: 18px;
    font-weight: 500;
    color: var(--main-sub-color);
    line-height: 1.56;
}

.section .swiper {
    height: auto;
}

.section .swiper-wrapper {
    margin-bottom: 0;
}

.section .swiper-slide {
    border-radius: 10px;
}

.video-wrap {
    position: relative;
    width: 100%;
    height: 100%;
}

.video-wrap .video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.video-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background-color: var(--main-dim-bg2);
    transform: translate(-50%, -50%);
}

.visual .video-bg {
    opacity: 0;
    transition: opacity 0.2s;
}

.video-bg.loaded {
    opacity: 1;
}

.video-wrap .sub-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 32.4%;
    left: 0;
    width: 100%;
    color: var(--main-tit-color2);
}

/* visual */
.main-page .visual {
    background-color: #000;
}

.visual-video {
    width: 100%;
    height: 100vh;
}

.visual-video img {
    width: 100%;
}

.visual .btn-list {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 40px;
}

.visual .btn {
    height: 56px;
}

.btn-scrolldown {
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 0;
    left: 50%;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    line-height: 1.4;
    transform: translate(-50%, -40px);
}

.btn-scrolldown::after {
    content: '';
    width: 24px;
    height: 24px;
    background-image: url("../img/main/renewal/ico_arrow_down.png");
}

/* rendering - video slider */
.rendering .text-wrap {
    margin: 40px auto 60px;
    text-align: center;
}

.rendering .page-desc {
    margin: 0 28%;
    word-break: keep-all;
}

.triple-slider-container {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 100%;
    height: 40.2%;
    max-height: 434px;
}

.rendering .swiper {
    height: 79.5%;
    max-height: 345px;
}

.triple-slider-prev,
.triple-slider-main,
.triple-slider-next {
    margin: 0;
}

.rendering .triple-slider-main {
    flex-shrink: 0;
    z-index: 10;
    width: 47.5%;
    height: 100% !important;
    max-width: 914px;
    max-height: unset;
}

/* 모든 슬라이드 기본 숨김 */
.triple-slider-container .swiper-slide {
    visibility: hidden;
    width: 100%;
    opacity: 0;
    transition: opacity 0.8s ease, visibility 0.8s ease, transform 0.8s ease;
}

/* visible 클래스가 있는 슬라이드만 보이기 */
.triple-slider-container .swiper-slide-visible {
    visibility: visible !important;
    opacity: 1 !important;
}

.rendering .swiper-slide {
    width: 483px;
    height: 100% !important;
    max-width: unset;
    max-height: 345px;
    padding-bottom: 0;
    aspect-ratio: auto;
}

.rendering .triple-slider-main .swiper-slide {
    max-height: 100%;
}

.rendering .triple-slider-prev .swiper-slide {
    border-radius: 0 10px 10px 0;
}

.rendering .triple-slider-next .swiper-slide {
    border-radius: 10px 0 0 10px;
}

.video-controls {
    display: flex;
    position: relative;
    bottom: -20px;
    left: 50%;
    z-index: 10;
    align-items: center;
    gap: 15px;
    width: 47.6%;
    max-width: 914px;
    transform: translateX(-50%);
}

.video-control-btn {
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.3s;
}

.video-control-btn img {
    width: 24px;
    height: 24px;
}

.video-play-pause {
    background-color: #676f77;
}

.video-controls .video-next {
    transform: rotate(180deg);
}

.video-controls .playing .pause-icon {
    display: block;
}

.video-controls .paused .pause-icon {
    display: none;
}

.video-controls .playing .play-icon {
    display: none;
}

.video-controls .paused .play-icon {
    display: block;
}

.video-controls .swiper-pagination-progressbar {
    position: relative;
    height: 2px;
}

.video-controls .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: #676f77;
}

/* feature - page3 */
.main-page .feature {
    background: url("../img/main/renewal/main_bg2.png") center / cover no-repeat;
    transition: background .2s;
}

.main-page .feature.hover-right {
    background: url("../img/main/renewal/main_bg1.png") center / cover no-repeat;
}

.feature .flex {
    justify-content: center;
    /* min-width: 1100px; */
    height: 100%;
}

.feature .flex section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    height: 100%;
    text-align: center;
    cursor: pointer;
    transition: background .5s ease-out;
}

.feature section:hover,
.feature section:focus {
    background-color: var(--main-dim-bg);
}

.feature section .section-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* width: 100%; */
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    white-space: nowrap;
}

.feature .feature-left {
    /* padding-left: 21.35%; */
    align-items: end;
    padding-right: 103px;
    border-right: var(--main-border);
}

.feature .feature-right {
    /* padding-right: 21.35%; */
    align-items: start;
    padding-left: 103px;
}

.feature-tit,
.feature-hover-tit {
    font-size: 32px;
    font-weight: 700;
    color: var(--main-txt-color);
    line-height: 1.38;
}

.feature-compare-hover {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: var(--main-tit-color2);
    opacity: 0;
}

.feature section:hover .feature-compare-hover,
.feature .section-link:focus .feature-compare-hover,
.hover-right .section-link:focus .feature-compare-hover {
    margin-top: -66px;
    opacity: 1;
}

.feature-compare-hover p {
    margin-bottom: 4px;
    font-size: 18px;
    font-weight: 500;
    color: var(--main-tit-color2);
    line-height: 1.56;
}

.feature-compare-hover strong {
    font-size: 24px;
    font-weight: 600;
    color: var(--main-txt-color4);
    line-height: 1.5;
}

.feature section:hover .feature-tit,
.feature .section-link:focus .feature-tit,
.hover-right .section-link:focus .feature-tit {
    font-size: inherit;
    font-weight: inherit;
    color: #adb5bd;
}

.gif-wrap {
    overflow: hidden;
    max-width: 447px;
    max-height: 265px;
    margin: 32px auto 36px;
    border-radius: 15px;
}

.gif-wrap .video {
    width: 100%;
}

/* gallery */
.infinite-swiper .swiper-wrapper {
    margin-bottom: 0;
}

.infinite-swiper .swiper-slide {
    --slide-scale: 1.7;
    overflow: hidden;
    height: auto !important;
    max-width: 450px;
    max-height: 250px;
    padding-bottom: 0;
    aspect-ratio: 9/5;
}

.infinite-swiper .swiper-slide a {
    position: absolute;
    width: 100%;
    height: 100%;
}

.infinite-swiper .swiper-slide .txt-box {
    position: absolute;
    bottom: 16px;
    left: 16px;
    padding: 8px 16px;
    border-radius: 8px;
    background-color: var(--main-btn-bg2);
    opacity: 1;
    transform-origin: bottom left;
}

.infinite-swiper .swiper-slide .img-box,
.swiper-slide .img-box .img {
    width: 100%;
    height: 100%;
}

.infinite-swiper:hover {
    overflow: visible;
}

.infinite-swiper .swiper-slide:hover {
    position: relative;
    z-index: 20;
    max-height: 405px;
    transform: translateY(0) scale(var(--slide-scale));
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.infinite-swiper .swiper-slide:hover .txt-box {
    bottom: 8px;
    left: 10px;
    /* transform: scale(0.6); */
    transform: scale(calc(1 / var(--slide-scale)));
    /* transition: transform 0.2s; */
    /* opacity는 animation으로 정확한 타이밍 제어 */
    opacity: 0;
    -webkit-animation: txtBoxFade 0.2s ease-in-out forwards;
            animation: txtBoxFade 0.2s ease-in-out forwards;
}

@-webkit-keyframes txtBoxFade {
    0% {
        opacity: 0; /* 즉시 사라짐 */
    }
    95% {
        opacity: 0; /* scale 조정 중에는 계속 숨김 */
    }
    100% {
        opacity: 1; /* scale 완료 후 나타남 */
    }
}

@keyframes txtBoxFade {
    0% {
        opacity: 0; /* 즉시 사라짐 */
    }
    95% {
        opacity: 0; /* scale 조정 중에는 계속 숨김 */
    }
    100% {
        opacity: 1; /* scale 완료 후 나타남 */
    }
}

.gallery .btn-more {
    transition: background-color .2s;
}

.gallery .btn-more:hover {
    position: relative;
    border-color: transparent;
    background-color: #e7eaed;
    color: transparent;
}

.gallery .btn-more:hover::after {
    position: absolute;
    width: 100px;
    height: 20px;
    background: url("../img/main/renewal/logo_kovien.png") center / cover no-repeat;
    content: '';
}

.gallery .btn-more:hover i {
    display: none;
}

/* service */
.main-page .service {
    background: url("../img/main/renewal/main_bg3.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.service .text-wrap {
    margin-bottom: 64px;
}

.service-wrap {
    display: flex;
    justify-content: center;
    gap: 16px;
    max-width: 1100px;
    margin: 0 auto;
}

.service-item {
    display: flex;
    flex-direction: column;
    flex: 1;
    max-width: 353px;
    padding: 32px;
    border-radius: 20px;
    background-color: #fff;
}

.service-item .img-wrap {
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    height: 200px;
}

.service-item .img-wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

.service-item .sub-desc {
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 500;
    color: var(--main-sub-color);
    line-height: 1.5;
}

.service-item .sub-tit {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 20px;
    font-weight: 700;
    color: var(--main-tit-color);
    line-height: 1.4;
}

.service .sub-tit i {
    display: flex;
    justify-content: center;
    align-content: center;
    height: 44px;
    padding: 8px 6px;
    border-radius: 50%;
    font-size: 32px;
    transition: all .2s;
}

.service-item:hover i {
    background: #744eff;
}

.service-item:hover i::before {
    height: 28px;
    color: #fff;
}

.service-item:hover .img-wrap {
    -webkit-animation: updown 1.2s linear infinite backwards;
            animation: updown 1.2s linear infinite backwards;
}

@-webkit-keyframes updown {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-16px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes updown {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-16px);
    }
    100% {
        transform: translateY(0);
    }
}

/* 20th */
.record .text-wrap {
    margin-bottom: 70px;
}

.record .text-wrap .btn {
    width: 200px;
}

.record .text-wrap .btn:hover {
    border-color: transparent;
    background-color: #e7eaed;
    color: #212529;
}

.record .text-wrap .btn:hover i::before {
    color: #212529;
}

.record .basic-swiper {
    position: relative;
    height: 410px;
    max-width: 1100px;
    opacity: 0;
    transition: opacity 0.3s;
}

.record .swiper-btn-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    width: 85%;
    transform: translate(-50%, 0);
}

/* Swiper 초기화 후 보이기 */
.record .basic-swiper.swiper-initialized {
    opacity: 1;
}

.record .swiper-wrapper {
    align-items: center;
}

.basic-swiper .swiper-slide {
    position: relative;
    width: 538px;
    height: 304px !important;
    padding-bottom: 0;
    border-radius: 0;
    aspect-ratio: 0;
}

.basic-swiper .swiper-slide::before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .6);
    content: '';
}

.basic-swiper .swiper-slide-fully-visible {
    max-width: 720px;
    transform: scale(1.35) !important;
}

.basic-swiper .swiper-slide-fully-visible::before {
    background-color: transparent;
}

.basic-swiper .swiper-slide iframe {
    width: 100%;
    height: 100%;
}

.record .swiper-button-next,
.record .swiper-button-prev {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
}

.record .swiper-button-next::after,
.record .swiper-button-prev::after {
    font-size: 16px;
}

/* corp - page7 */
.corp .video-bg {
    background-color: rgba(20, 3, 115, 0.5);
}

.corp .video-txt {
    margin: 24px 0 40px;
}

.corp .video-txt-sm {
    margin-bottom: 80px;
}

.corp .video-wrap .sub-inner {
    top: 26%;
    left: 26.2%;
    align-items: start;
    width: 100%;
    height: auto;
    max-width: 1100px;
}

/* modal */
.apply_form_box .form_box form input[type="radio"] {
    display: block;
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    opacity: 0;
    clip: rect(0, 0, 0, 0);
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
.apply_form_box .form_box form input[type="radio"]:focus-visible + label span{
    outline: 2px solid #5c3bff;
    outline-offset: 2px;
}

.apply_form_box .form_box form input[type="radio"]:focus-visible + label span {
    border-radius: 50%;
}

.popup, .modal {
    display: none;
    opacity: 0;
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.modal-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0, .5);
}

.modal .modal-inner {
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 57.3%;
    height: 620px;
    max-width: 1100px;
    transform: translate(-50%, -50%);
}

.modal .btn-wrap {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 12px;
    height: 32px;
    background-color: rgba(68, 68, 68, 0.9);
    font-size: 12px;
    font-weight: 500;
    color: #fff;
}

.modal .close-day-wrap {
    display: flex;
    align-items: center;
    gap: 2px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.close-day-wrap input {
    width: 16px;
    height: 16px;
    margin: 4px;
}

.modal .close-btn {
    width: 24px;
    height: 24px;
    padding: 4px;
}

.modal .img-wrap {
    position: relative;
    width: 100%;
    height: 100%;
}

.modal .popup-link {
    display: block;
    position: absolute;
    right: 20%;
    bottom: 22.5%;
    width: 16%;
    border-radius: 40px;
    aspect-ratio: 3/1;
    transform: translate(50%, 80%);
}

/* Promotion Popup */
.modal .promotion-popup {
    min-width: 1100px;
    background-image: linear-gradient(to bottom, #050505, rgba(56, 46, 67, 0.6)), linear-gradient(to bottom, #050505, #050505);
    color: #fff;
}

.modal .promotion-popup .pop-inner {
    position: relative;
    padding: 36px 44px 30px;
}

.modal .promotion-popup .pop-inner::after {
    display: block;
    position: absolute;
    top: 20px;
    right: 10px;
    z-index: -1;
    width: 172px;
    height: 221px;
    background: url("../img/main/main_banner/bg_logo.png") 0 0 / cover no-repeat;
    content: '';
}

.promotion-popup .pop-header {
    display: flex;
    gap: 23px;
    height: 48px;
    margin-bottom: 45px;
    padding-left: 36px;
}

.promotion-popup .pop-header .sub-tit {
    display: flex;
    flex-direction: column;
    font-size: 15px;
    font-weight: 500;
    color: #c6cdd4;
    line-height: 1.6;
}

.promotion-popup .pop-header .last {
    margin-left: 44px;
    font-size: 18px;
    color: #fff;
    line-height: 1.56;
}

.promotion-popup .pop-header .tit {
    font-family: 'Paperlogy-7', sans-serif;
    font-size: 44px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.promotion-popup .pop-header .strong {
    color: #9d92ff;
}

.promotion-popup .pop-body {
    display: flex;
    gap: 50px;
}

.promotion-popup .col-left {
    width: 47.5%;
}

.promotion-popup .col-right {
    flex: 1;
}

.promotion-popup .section-tit-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.promotion-popup .section-tit {
    padding: 0 6px;
    background-color: #fff;
    font-family: 'Paperlogy-6', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #212529;
    letter-spacing: -0.6px;
}

.promotion-popup .btn-detail {
    padding: 3px 16px;
    border: 1px solid #fff;
    border-radius: 40px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    line-height: 1.6;
}

.promotion-popup .feature-list {
    margin: 20px 0;
}

.promotion-popup .feature-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 500;
    color: #c6cdd4;
    line-height: 1.5;
}

.promotion-popup .feature-list .num {
    display: flex;
    justify-content: center;
    align-content: center;
    width: 18px;
    height: 18px;
    border: 1px solid #9d92ff;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 600;
    color: #9d92ff;
}

.promotion-popup .feature-list .strong {
    margin-right: 5px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    line-height: 1.56;
}

.promotion-popup .feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    width: 85.3%;
    margin-bottom: 38px;
}

.promotion-popup .feature-grid .grid-item {
    overflow: hidden;
    max-width: 128px;
    border: 0.4px solid #aaa;
    border-radius: 4px;
    background-color: #d9d9d9;
    aspect-ratio: 16/9;
}

.promotion-popup .footer-notice {
    font-size: 15px;
    font-weight: 500;
    color: #f92d00;
    line-height: 1.6;
}

.promotion-popup .table-wrap {
    overflow: hidden;
    margin-bottom: 26px;
    border-radius: 16px;
}

.promotion-popup table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    line-height: 1.5;
}

.promotion-popup thead {
    background-color: rgba(255, 255, 255, 0.2);
}

.promotion-popup thead th {
    padding: 8px;
    font-size: 16px;
    font-weight: 500;
}

.promotion-popup tbody {
    background-color: rgba(255, 255, 255, 0.1);
}

.promotion-popup tbody td,
.promotion-popup tbody th {
    padding: 12px 8px;
    border-bottom: 1px solid #adb5bd;
}
.promotion-popup tbody tr:first-of-type th {
		font-size: 16px;
}
.promotion-popup tbody tr:last-of-type td,
.promotion-popup tbody tr:last-of-type th {
    border: none;
}

.promotion-popup .highlight {
    position: relative;
    font-size: 18px;
    font-weight: 600;
}

.promotion-popup .highlight::before {
    position: absolute;
    bottom: 8px;
    left: 50%;
    z-index: -1;
    width: 100px;
    height: 18px;
    background: #5B593A;
    content: '';
    transform: translateX(-50%);
}

.promotion-popup .update-box {
    padding: 16px 20px 28px 24px;
    border: 1px solid rgba(151, 151, 151, 0.6);
    border-radius: 16px;
    background-image: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0.3));
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    line-height: 1.6;
}

.promotion-popup .update-box .box-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.promotion-popup .box-header h4 {
    padding: 0 8px;
    background-color: #c6cdd4;
    font-size: 20px;
    font-weight: 600;
    color: #212529;
    line-height: 1.4;
}

.promotion-popup .box-header .badge {
    padding: 2px 8px;
    border-radius: 40px;
    background-color: #f92d00;
    font-size: 14px;
    font-weight: 600;
}

.promotion-popup .update-box .box-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px;
}

.promotion-popup .update-box .up-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.promotion-popup .up-item .program-ico {
    width: 26px;
    height: 26px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.2);
    background-size: 62%;
    background-position: center;
    background-repeat: no-repeat;
}

.promotion-popup .up-item .ico-s {
    background-size: 73%;
    background-image: url("../img/main/main_banner/ico_s.png");
}

.promotion-popup .up-item .ico-s3 {
    margin-left: -4px;
    background-image: url("../img/main/main_banner/ico_s3.png");
}

.promotion-popup .up-item .ico-k {
    background-image: url("../img/main/main_banner/ico_k3.png");
}

/* Responsive */
@media (max-width: 1024px) {
    .promotion-popup .pop-body {
        flex-direction: column;
        gap: 30px;
    }
    .promotion-popup .col-left, .promotion-popup .col-right {
        width: 100%;
    }
}
