﻿@charset "UTF-8";

:root {
    --kcar02-accent: #3f8dfa;
    --kcar02-accent-rgb: 63, 141, 250;
    --kcar02-accent-soft: rgba(63, 141, 250, 0.08);
    --kcar02-accent-fill: #f3fafe;
    --kcar02-accent-line: rgba(63, 141, 250, 0.22);
    --kcar02-accent-line-strong: rgba(63, 141, 250, 0.48);
    --kcar02-accent-glow-strong: rgba(63, 141, 250, 0.35);
    --kcar02-accent-glow-soft: rgba(63, 141, 250, 0.2);
    --kcar02-accent-glow-mid: rgba(63, 141, 250, 0.55);
    --kcar02-accent-glow-bright: rgba(63, 141, 250, 0.78);
}


body.theme-campaign02 {
    --kcar02-accent: #3f8dfa;
    --kcar02-accent-rgb: 63, 141, 250;
    --kcar02-accent-soft: rgba(63, 141, 250, 0.08);
    --kcar02-accent-fill: #f3fafe;
    --kcar02-accent-line: rgba(63, 141, 250, 0.22);
    --kcar02-accent-line-strong: rgba(63, 141, 250, 0.48);
    --kcar02-accent-glow-strong: rgba(63, 141, 250, 0.35);
    --kcar02-accent-glow-soft: rgba(63, 141, 250, 0.2);
    --kcar02-accent-glow-mid: rgba(63, 141, 250, 0.55);
    --kcar02-accent-glow-bright: rgba(63, 141, 250, 0.78);
}

/*초기화 시작*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Noto Sans KR', sans-serif;
}

body, html {
    scrollbar-gutter: stable;
}

ul, li, ol {
    list-style: none;
}

input[type='text'], [type='tel'] {
    border: none;
    padding-left: 10px;
    font-size: 12px;
    font-weight: 500;
/*    color: #0d0f71;*/
}

a {
    text-decoration: none;
}

button, [type="button"] {
    border-radius: 6px;
    background: var(--kcar02-accent);
    color: #fff;
    border: none;
    font-size: 12px;
}

.lgBtn {
    border-radius: 6px;
    background: var(--kcar02-accent);
    color: #fff;
    border: none;
    font-size: 12px;
}

body, html {
    height: 100%;
}

body {
    background-color: #f7f8fa;
}

.lp-event-loading-cover {
    background: #f7f8fa;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
}
/*초기화 끝*/

/*본 작업 CSS*/

.blue-text {
    color: var(--kcar02-accent);
}

.red-text {
    color: #ee2941;
}

/*모바일 시작*/

/*헤더 시작*/
.lp-event {
    max-width: 500px;
    margin: 0 auto;
}

    .lp-event .lp-event__top {
        font-size: 11px;
        color: #464646;
        padding: 10px 12px;
        border-bottom: 1px solid var(--kcar02-accent-line);
        background: #fff;
    }
/*헤더 끝*/

/*설명 시작*/
.lp-event__generals {
    padding: 0;
    background: #00152e;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}


.lp-event__big-title {
/*    display: flex;
    flex-direction: column;
    justify-content: space-around;
    flex: 1;*/
}

    .lp-event__generals h1 {
        font-size: 16px;
        font-weight: 500;
    }

.lp-event__big-title {
    position: relative;
}

/* iOS Safari에서도 쿠폰 버튼 좌표를 메인 이미지 높이에만 종속시킨다. */
.campaign02-main-visual {
    position: relative;
    width: 100%;
    line-height: 0;
    overflow: visible;
}
/* 메인이미지 */
.hp-main-img {
    display: block;
    width: 100%;
    height: auto;
}

/* 쿠폰받기 버튼 래퍼 */
.hp-cpn-btn {
    flex-shrink: 0;
    width: 100%;
    padding: 0px 12px;
    display:flex;
    justify-content:center;
    background: transparent;
    position: absolute;
    top: 55.85%;
    left: 0;
    z-index: 2; /* 아래 쿠폰이미지(z-index:0)보다 위 → 글로우가 위에 렌더링 */
}

/* 쿠폰받기 버튼 이미지에만 애니메이션 */
    .hp-cpn-btn-img {
        display: block;
        width: 80%;
        height: auto;
        border-radius: 8px;
        margin: 0 auto;
        animation: hp-cpn-breathe 1s ease-in-out infinite;
        border: 2px solid #fff;
    }

@keyframes hp-cpn-breathe {
    0% {
        opacity: 1;
        box-shadow: 0 0 2px rgba(63, 141, 250, 0.14), 0 0 6px rgba(63, 141, 250, 0.08), 0 0 10px rgba(63, 141, 250, 0.04);
    }

    50% {
        opacity: 1;
        box-shadow: 0 0 12px rgba(63, 141, 250, 0.95), 0 0 30px rgba(63, 141, 250, 0.72), 0 0 48px rgba(63, 141, 250, 0.68), 0 0 64px rgba(63, 141, 250, 0.24);
    }

    100% {
        opacity: 1;
        box-shadow: 0 0 2px rgba(63, 141, 250, 0.14), 0 0 6px rgba(63, 141, 250, 0.08), 0 0 10px rgba(63, 141, 250, 0.04);
    }
}


@keyframes konanRedGlowPulse {
    0% {
        box-shadow: 0 0 2px rgba(63, 141, 250, 0.14), 0 0 6px rgba(63, 141, 250, 0.08), 0 0 10px rgba(63, 141, 250, 0.04);
    }

    50% {
        box-shadow: 0 0 12px rgba(63, 141, 250, 0.95), 0 0 30px rgba(63, 141, 250, 0.72), 0 0 48px rgba(63, 141, 250, 0.68), 0 0 64px rgba(63, 141, 250, 0.24);
    }

    100% {
        box-shadow: 0 0 2px rgba(63, 141, 250, 0.14), 0 0 6px rgba(63, 141, 250, 0.08), 0 0 10px rgba(63, 141, 250, 0.04);
    }
}


.hp-cpn-image {
    margin-bottom: 12px;
}
/* 쿠폰 이미지 */
.hp-cpn-img {
    flex-shrink: 0;
    width: 100%;
    height: auto;
    z-index: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

/* 앵커 이미지 - 메인이미지 하단, 폼 상단 */
.lp-event_title_anchor {
    height: 0;
    padding: 0;
    margin: 0;
    line-height: 0;
    overflow: hidden;
}

.lp-event_title_anchor img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 910; /* 이미지만 DIM(900) 위로 노출, 래퍼 배경은 그대로 */
    /* 초기: 정지 (PNG). generals 클릭 후 GIF + 애니메이션 시작 */
    animation: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

body.is-anchor-hidden .lp-event_title_anchor img {
    visibility: hidden;
    pointer-events: none;
}

/* TopAnchor 투명도 애니메이션 제거됨 */

/* 쿠폰 버튼/이미지 애니메이션 정지 (generals 클릭 후) */
.hp-cpn-btn-img.hp-anim-stopped {
    animation: none;
    filter: none;
}
.hp-cpn-img.hp-anim-stopped {
    animation: none;
}

/* 인증요청 후 상단 전체(EventTop + generals) DIM */
.hp-top-area-wrapper {
    position: relative;
}
.hp-top-area-wrapper.hp-post-auth::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 5;
    pointer-events: none;
}

/* 하단 DIM 활성 시 상단 DIM 숨김 (공존 불가) */
body.hp-fulldim-active .hp-top-area-wrapper.hp-post-auth::after,
body.hp-fulldim-active .hp-top-area-wrapper.hp-post-auth::before {
    display: none;
}

/* 상단 DIM 내 문구 (하단으로부터 약 400px 고정) */
.hp-top-area-wrapper.hp-post-auth::before {
    content: '휴대폰 번호 입력 후 완료하세요';
    position: absolute;
    bottom: 32%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 6;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.05em;
    text-shadow: 0 0 12px rgba(110, 159, 255, 0.9), 0 0 30px rgba(110, 159, 255, 0.5), 0 2px 8px rgba(0, 0, 0, 0.6);
    animation: hp-dim-text-glow 2.2s ease-in-out infinite;
    pointer-events: none;
    user-select: none;
}

.lp-event__layout-wrapper {
    background: #fff;
    padding: 8px 12px 48px;
    position: relative;
}

    .lp-event__layout-wrapper h2 {
        margin: 0 0 10px;
        font-size: 12px;
        font-weight: 500;
        line-height: 1.5;
        letter-spacing: -0.43px;
        text-align: left;
        color: #000;
    }
/*통신사 선택 탭 시작*/
.lp-event__telecom-selector {
    display: flex;
    background: transparent;
    margin-bottom: 17px;
    gap: 7px;
    position: relative;
}

    .lp-event__telecom-selector input[type=radio] {
        display: none;
    }

    .lp-event__telecom-selector label {
        display: block;
        width: 33.33%;
        height: 45px;
        background-repeat: no-repeat;
        background-color: #fff;
        color: var(--kcar02-accent);
        background-position: center;
        border: solid 1px var(--kcar02-accent-line);
        border-radius: 6px;
        cursor: pointer;
        position: relative;
        z-index: 911;
    }

    .lp-event__telecom-selector label.is-disabled {
        pointer-events: none;
        cursor: default;
        opacity: 0.45;
    }

        .lp-event__telecom-selector label.skt {
            background-image: url(/images/V3/skt-off.png);
            background-size: 64px 25px;
        }

        .lp-event__telecom-selector label.kt {
            background-image: url(/images/V3/kt-off.png);
            background-size: 24px 20px;
        }

        .lp-event__telecom-selector label.lgu {
            background-image: url(/images/V3/lgu-off.png);
            background-size: 77px 21px;
        }

    .lp-event__telecom-selector #skt:checked + label.skt {
        background-image: url(/images/V3/skt-on.png);
        border: 1px solid var(--kcar02-accent);
        box-shadow: 0 0 0 1px var(--kcar02-accent-soft) inset;
        background-color: var(--kcar02-accent-fill);
    }

    .lp-event__telecom-selector #kt:checked + label.kt {
        background-image: url(/images/V3/kt-on.png);
        border: 1px solid var(--kcar02-accent);
        box-shadow: 0 0 0 1px var(--kcar02-accent-soft) inset;
        background-color: var(--kcar02-accent-fill);
    }

    .lp-event__telecom-selector #lgu:checked + label.lgu {
        background-image: url(/images/V3/lgu-on.png);
        border: 1px solid var(--kcar02-accent);
        box-shadow: 0 0 0 1px var(--kcar02-accent-soft) inset;
        background-color: var(--kcar02-accent-fill);
    }
/*통신사 선택 탭 끝 */

/*약관동의 시작*/
.lp-event__terms {
    border-radius: 6px;
    background: #fff;
    border: solid 1px #d0d0d0;
    overflow: hidden;
    margin-bottom: 17px;
}

    .lp-event__terms .lp-event__terms-agree-all {
        background: #f6f6f6;
        font-size: 11px;
        font-weight: 500;
        text-align: left;
        line-height: 1.64;
        color: #7a7a7a;
        letter-spacing: -0.4px;
    }

    .lp-event__terms .lp-event__agreement-list {
        display: flex;
    }

    .lp-event__terms .lp-event__agreement-list {
    }

        .lp-event__terms .lp-event__agreement-list dl {
            display: flex;
            gap: 10px;
            width: 100%;
            flex-direction: column;
            padding: 10px 14px;
        }

            .lp-event__terms .lp-event__agreement-list dl dd .checkbox-img {
                float: left;
                display: block;
                width: 16px;
                height: 16px;
                border: 1px solid #d0d0d0;
                margin: 1px 4px 0 0;
                background-color: #fff;
                border-radius: 50%;
            }

            .lp-event__terms .lp-event__agreement-list dl dd input {
                display: none;
            }

                .lp-event__terms .lp-event__agreement-list dl dd input:checked + .checkbox-img {
                    background-image: url(/images/checkbox.png);
                    border: none;
                    background-size: 100%;
                }

            .lp-event__terms .lp-event__agreement-list dl dd div {
                border-bottom: 1px solid #fff;
                position: relative;
                flex: 1
            }

            .lp-event__terms .lp-event__agreement-list dl dd.agree-all div {
                border-bottom: none;
                width: auto;
            }

            .lp-event__terms .lp-event__agreement-list dl dd div label {
                cursor: pointer;
                font-size: 11px;
                display: flex;
                align-items: center;
                justify-content: space-between;
                gap: 8px;
                margin-right: 9px;
            }

        .lp-event__terms .lp-event__agreement-list dd {
            display: flex;
            align-items: center;
            gap: 6px;
        }

        .lp-event__terms .lp-event__agreement-list dl dd.agree-all div label {
            width: auto;
        }

        .lp-event__terms .lp-event__agreement-list dl dd div label a {
            color: #616161;
        }

            .lp-event__terms .lp-event__agreement-list dl dd div label a img {
                width: 12px;
                display: block;
                float: right;
                margin: 3px 0 0 4px;
            }

/*약관동의 끝*/

/*휴대폰 인증하기 및 가입버튼 시작*/
.lp-event__phone-auth {
    width: 100%;
}

    .lp-event__phone-auth input::placeholder {
        color: #999;
    }

    .lp-event__phone-auth .lp-event__phone-number {
        width: 100%;
        height: 48px;
        display: flex;
        justify-content:flex-end;
        gap: 6px;
    }

        .lp-event__phone-auth .lp-event__phone-number select {
            min-width: 112px;
            border: 1px solid var(--kcar02-accent-line);
            border-radius: 6px;
            padding-left: 10px;
        }

        .lp-event__phone-auth .lp-event__phone-number input {
            width: 100%;
            height: 100%;
            border: 1px solid var(--kcar02-accent-line);
            border-radius: 6px;
        }

        .lp-event__phone-auth .lp-event__phone-number [type='button'] {
            width: 83px;
            height: 100%;
            border-radius: 0 6px 6px 0;
            border: 1px solid var(--kcar02-accent);
            font-size: 12px;
        }

.lp-event__auth-number {
    position: relative;
    margin-top: 8px;
    gap: 6px;
    justify-content: space-between;
}

    .lp-event__auth-number span {
        position: absolute;
        top: 0px;
        right: 15px;
        font-size: 12px;
        line-height: 48px;
    }

.lp-event__phone-number {
    position: relative;
}

.lp-event__phone-number.is-banner-off .btn-banner {
    display: none !important;
}

.lp-event__phone-number.is-banner-off input#txt_phone.glow:not(:focus) {
    border: 1px solid var(--kcar02-accent) !important;
    box-shadow: 0 0 10px var(--kcar02-accent-glow-strong), 0 0 22px var(--kcar02-accent-glow-soft) !important;
    animation: glowPulse 1s ease-in-out infinite !important;
}

.lp-event__phone-number.is-initial-glow-off input#txt_phone.glow {
    animation: none !important;
    box-shadow: none !important;
    border: 1px solid var(--kcar02-accent-line) !important;
}

.lp-phone-inline-hint {
    position: absolute;
    left: 12px;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    font-size: 12px;
    font-weight:bold;
    line-height: 1;
    color: #FB1822;
    opacity: 0;
    pointer-events: none;
    transition: opacity .12s ease;
    z-index: 2;
}

.lp-phone-inline-hint .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 700;
    background: #FB1822;
    color: #fff;
    line-height: 1;
    flex: 0 0 14px;
}

.lp-phone-inline-hint span:last-child {
    display: inline-block;
    line-height: 1.2;
}

.lp-event__phone-number.has-phone-inline-hint .lp-phone-inline-hint {
    opacity: 1;
}

.lp-event__phone-number.is-phone-inline-hint-error .lp-phone-inline-hint {
    color: #FB1822;
}

.lp-event__phone-number.is-phone-inline-hint-error .lp-phone-inline-hint .icon {
    background: #FB1822;
}

.lp-event__big-title img {
    display: block;
    margin: 0 auto;
    position: relative;
}

#goSecubtn {
    cursor: pointer;
    width: 100%;
    height: 48px;
    font-size: 12px;
    flex:1;
}


    #goSecubtn.resend {
        width: 30%;
    }

.lp-event__bottom-botton-wrapper {
    display: flex;
    margin-top: 6px;
}

.lp-event__join-cancel {
    min-width: 112px;
    border: 1px solid var(--kcar02-accent-line);
    background: #fff;
    color: #666;
    height: 43px;
    margin-right: 6px;
}

.lp-event__auth-number {
    display: flex;
}

    .lp-event__auth-number input {
        border: 1px solid var(--kcar02-accent-line);
        border-radius: 6px;
        flex: 2;
        width: 70%;
    }

.lp-event__bottom-botton-wrapper {
    display: flex;
    margin-top: 6px;
}

.lp-event__join-cancel {
    min-width: 112px;
    border: 1px solid var(--kcar02-accent-line);
    background: #fff;
    color: #666;
    height: 43px;
}

.lp-event__join {
    width: 100%;
    height: 48px;
    font-size: 12px;
    position: relative;
}

.lp-event__join-later {
    display: block;
    width: 108px;
    margin: 20px auto;
    font-size: 12px;
    color: #cfcfcf;
    background: none;
    border-bottom: 1px solid #cfcfcf;
    border-radius: 0;
    cursor: pointer;
}
/*휴대폰 인증하기 및 가입버튼 끝*/

/*서비스 안내 시작*/
.lp-event__service-info {
    padding: 20px 12px 400px;
    background: #fff;
}

    .lp-event__service-info dl dd {
        font-size: 12px;
        line-height: 1.5;
        letter-spacing: -0.64px;
        color: #7e7e7e;
        text-indent: -8px;
        margin-left: 8px;
    }

.lp-event__service-info dl dd.blue {
            color: var(--kcar02-accent);
        }
/* showInfo-Bottom - 통신사별 색상 전환 영역 */
#showInfo-Bottom {
    text-indent: 0;
    margin-left: 0;
    font-weight: bold;
}

#showInfo-Bottom .showinfo-line {
    display: flex;
    align-items: flex-start;
}

#showInfo-Bottom .showinfo-line + .showinfo-line {
    margin-top: 2px;
}

#showInfo-Bottom .showinfo-text {
    flex: 1;
}

#showInfo-Bottom .hp-point-text {
    color: var(--kcar02-accent);
}

#showInfo-Bottom .red-text {
    color: #FB1822;
}
/*서비스 안내 끝*/


/*가입 완료 팝업 시작*/
.layer-alert {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0,0,0,0.2);
    top: 0;
    left: 0;
    display: none;
    z-index: 999;
}

.layer-alert__wrapper {
    width: calc(100% - 30px);
    max-width: 550px;
    margin: 136px auto 0;
    padding: 40px 20px;
    border-radius: 12px;
    box-shadow: 20px 20px 26px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
}

.layer-alert__wrapper2 {width: calc(100% - 30px);max-width: 550px;margin: 0 auto;padding: 40px 20px;border-radius: 12px;box-shadow: 20px 20px 26px 0 rgba(0, 0, 0, 0.16);background-color: #fff;top: 50%;left: 50%;transform: translate(-50%, -50%);position: fixed;}

.layer-alert__wrapper img {
    display: block;
    margin: 0 auto;
}

.layer-alert__wrapper2 img {
    display: block;
    margin: 0 auto;
}

.layer-alert__wrapper h1 {
    text-align: center;
    font-size: 24px;
    color: #616161;
    margin-top: 20px;
}

.layer-alert__wrapper2 h1 {
    text-align: center;
    font-size: 19px;
    color: #616161;
    margin-top: 20px;
}

.layer-alert__wrapper label {
    display: block;
    height: 56px;
    color: #fff;
    background: var(--kcar02-accent);
    font-size: 12px;
    letter-spacing: -0.72px;
    max-width: 306px;
    margin: 40px auto 0;
    font-weight: 500;
    text-align: center;
    line-height: 56px;
    border-radius: 6px;
}

.layer-alert__wrapper2 label {
    display: block;
    height: 56px;
    color: #fff;
    background: var(--kcar02-accent);
    font-size: 12px;
    letter-spacing: -0.72px;
    max-width: 306px;
    margin: 40px auto 0;
    font-weight: 500;
    text-align: center;
    line-height: 56px;
    border-radius: 6px;
}

.layer-alert__warning {
    position: relative;
    width: calc(100% - 30px);
    max-width: 330px;
    margin: 136px auto 0;
    padding: 15px 6px;
    border-radius: 12px;
    box-shadow: 20px 20px 26px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
}

    .layer-alert__warning img {
        display: block;
        margin: 0 auto;
    }

    .layer-alert__warning h1 {
        text-align: center;
        font-size: 20px;
        color: #616161;
    }

    .layer-alert__warning h4 {
        text-align: center;
        font-size: 18px;
        color: #616161;
        margin: 20px 0px;
    }

    .layer-alert__warning label {
        display: block;
        height: 56px;
        color: #fff;
        background: var(--kcar02-accent);
        font-size: 18px;
        letter-spacing: -0.72px;
        max-width: 300px;
        margin: 40px auto 0;
        font-weight: 500;
        text-align: center;
        line-height: 56px;
        border-radius: 6px;
    }

    .layer-alert__warning .close_btn {
        position: absolute;
        top: 25px;
        right: 16px;
        cursor: pointer;
        height: 16px;
        width: 16px;
        opacity: 0.3
    }

.description {
    text-align: center;
    padding: 0px 20px;
    font-size: 14px;
}

.sub_description {
    text-align: center;
    padding: 0px 20px;
    font-size: 12px;
}

#service-join-complete:checked ~ .service-join-complete {
    display: block;
}

.service-join-complete .layer-alert__wrapper {
    width: 100%;
    height: 100%;
    padding: 60px 20px 0;
    margin: 0 auto;
    border-radius: 0;
    position: relative;
}

    .service-join-complete .layer-alert__wrapper h1 {
        text-align: center;
        font-size: 32px;
        color: #056dc7;
        text-align: left;
        letter-spacing: -2.24px;
    }

    .service-join-complete .layer-alert__wrapper p {
        margin-top: 20px;
        font-size: 22px;
        letter-spacing: -0.88px;
        font-weight: 600;
    }

    .service-join-complete .layer-alert__wrapper label {
        position: absolute;
        bottom: 40px;
        max-width: 460px;
        width: calc(100% - 30px);
        left: 50%;
        transform: translateX(-50%);
    }
/*가입 완료 팝업 끝*/

.lp-event__service-info dl dd span {
    margin-right: 4px;
}

.lp_event_top_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lp-event__bottom-botton-wrapper {
    position: relative;
    display: flex;
    margin-top: 6px;
}

.btn-banner {
    position: absolute;
    top: -16px;
    max-width: 128px;
    right: -8px;
}

.btn-banner[src*="btn-banner_v2"] {
    max-width: 100px;
}

.popup-confirm-glow {
    animation: popupConfirmOpacityPulse 1s ease-in-out infinite;
}

@keyframes popupConfirmOpacityPulse {
    0% {
        opacity: 0.5;
        box-shadow: 0 0 4px rgba(var(--kcar02-accent-rgb), 0.18), 0 0 14px rgba(var(--kcar02-accent-rgb), 0.1);
    }

    50% {
        opacity: 1;
        box-shadow: 0 0 12px rgba(var(--kcar02-accent-rgb), 0.42), 0 0 28px rgba(var(--kcar02-accent-rgb), 0.24);
    }

    100% {
        opacity: 0.5;
        box-shadow: 0 0 4px rgba(var(--kcar02-accent-rgb), 0.18), 0 0 14px rgba(var(--kcar02-accent-rgb), 0.1);
    }
}

.glitter1 {
    animation: glitter1 2s infinite;
}

@keyframes glitter1 {
    0% {
        filter: brightness(0.8);
    }

    50% {
        filter: brightness(1.4);
    }

    100% {
        filter: brightness(0.8);
    }
}


.modal-join-complete__button {
    background: var(--kcar02-accent)!important;
}

.modal-join-complete__wrapper.hp-complete-preserve-wrapper {
    justify-content: space-around;
    gap: 0;
}

.modal-join-complete__wrapper.hp-complete-preserve-wrapper > span {
    width: 100%;
}

.modal-join-complete__wrapper.hp-complete-preserve-wrapper .modal-join-complete__button {
    margin: 24px auto;
}

.hp-complete-preserve-images {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    width: 100%;
    margin: 0 auto;
}

.hp-complete-preserve-image {
    display: block;
    width: 80%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.hp-complete-preserve-image--bottom {
    animation: hpCompletePreserveOpacity 1.2s ease-in-out infinite;
}

@keyframes hpCompletePreserveOpacity {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: .45;
    }
}

#signup_button .btn-banner {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}


/*******************input border 그라데이션, 애니메이션 시작(아래에서 덮어씀)********************/

input#txt_phone.border-spin {
    flex: 1;
    width: calc(70% - 6px);
    height: 48px;
    border-radius: 6px;
    border: 1px solid transparent;
    box-sizing: border-box;
    background: linear-gradient(#fff, #fff) padding-box, var(--kcar02-accent-line) border-box;
    position: relative;
    z-index: 1;
}

.lp-event__auth-number {
    display: flex;
}

    .lp-event__auth-number input {
        border: 1px solid var(--kcar02-accent-line);
        border-radius: 6px;
        flex: 2;
        width: 70%;
    }

input#txt_phone {
    flex: 1;
    width: 100%;
    font-size: 16px;
    color: var(--kcar02-accent);
    font-weight:bold;
    border: 1px solid var(--kcar02-accent-line);
}

        input#txt_phone.border-spin {
            border-width: 2px;
            outline: none;
            background: linear-gradient(#fff, #fff) padding-box, conic-gradient(from var(--angle), rgba(var(--kcar02-accent-rgb), 0.14), rgba(var(--kcar02-accent-rgb), 0.28), rgba(var(--kcar02-accent-rgb), 0.5), var(--kcar02-accent), var(--kcar02-accent)) border-box;
            animation: spin 1s linear infinite;
        }

/* 회전 애니메이션 */
@keyframes spin {
    to {
        --angle: 360deg;
    }
}

input#txt_phone.glow {
    flex: 1;
    width: calc(70% - 6px);
    height: 48px;
    border-radius: 6px;
    border: 1px solid var(--kcar02-accent);
    outline: none;
    box-shadow: 0 0 10px var(--kcar02-accent-glow-mid), 0 0 22px var(--kcar02-accent-glow-soft);
    animation: glowPulse 1s ease-in-out infinite;
}

/* 글로우 pulsing 애니메이션 */
@keyframes glowPulse {
    0% {
        box-shadow: 0 0 6px rgba(var(--kcar02-accent-rgb), 0.42), 0 0 14px rgba(var(--kcar02-accent-rgb), 0.26), 0 0 24px rgba(var(--kcar02-accent-rgb), 0.16);
    }
    50% {
        box-shadow: 0 0 10px var(--kcar02-accent-glow-bright), 0 0 24px var(--kcar02-accent-glow-mid), 0 0 40px var(--kcar02-accent-glow-soft);
    }
    100% {
        box-shadow: 0 0 6px rgba(var(--kcar02-accent-rgb), 0.42), 0 0 14px rgba(var(--kcar02-accent-rgb), 0.26), 0 0 24px rgba(var(--kcar02-accent-rgb), 0.16);
    }
}

/* guided glow targets (JS: classList add/remove "glow") */
#goSecubtn.glow,
#txt_secNum.glow {
    border-color: var(--kcar02-accent);
    box-shadow: 0 0 6px rgba(var(--kcar02-accent-rgb), 0.34), 0 0 18px rgba(var(--kcar02-accent-rgb), 0.2);
    outline: none;
    animation: guideGlowPulseBtn 1s ease-in-out infinite;
}
#signup_button.glow {
    border-color: var(--kcar02-accent);
    box-shadow: 0 0 4px rgba(var(--kcar02-accent-rgb), 0.22), 0 0 10px rgba(var(--kcar02-accent-rgb), 0.14);
    outline: none;
    animation: signupButtonGlowPulse 1s ease-in-out infinite;
}
#signup_button span.glow {
    animation: none !important;
    text-shadow: none !important;
    filter: none !important;
}
@keyframes guideGlowPulseBtn {
    0% {
        opacity: 0.5;
        box-shadow: 0 0 4px rgba(var(--kcar02-accent-rgb), 0.22), 0 0 14px rgba(var(--kcar02-accent-rgb), 0.14), 0 0 24px rgba(var(--kcar02-accent-rgb), 0.08);
    }
    50% {
        opacity: 1;
        box-shadow: 0 0 10px var(--kcar02-accent-glow-mid), 0 0 24px rgba(var(--kcar02-accent-rgb), 0.32), 0 0 42px rgba(var(--kcar02-accent-rgb), 0.18);
    }
    100% {
        opacity: 0.5;
        box-shadow: 0 0 4px rgba(var(--kcar02-accent-rgb), 0.22), 0 0 14px rgba(var(--kcar02-accent-rgb), 0.14), 0 0 24px rgba(var(--kcar02-accent-rgb), 0.08);
    }
}
@keyframes signupButtonGlowPulse {
    0% {
        opacity: 0.55;
        filter: none;
        box-shadow: 0 0 4px rgba(var(--kcar02-accent-rgb), 0.22), 0 0 14px rgba(var(--kcar02-accent-rgb), 0.14), 0 0 24px rgba(var(--kcar02-accent-rgb), 0.08);
    }
    50% {
        opacity: 1;
        filter: none;
        box-shadow: 0 0 12px var(--kcar02-accent-glow-bright), 0 0 28px rgba(var(--kcar02-accent-rgb), 0.34), 0 0 48px rgba(var(--kcar02-accent-rgb), 0.2);
    }
    100% {
        opacity: 0.55;
        filter: none;
        box-shadow: 0 0 4px rgba(var(--kcar02-accent-rgb), 0.22), 0 0 14px rgba(var(--kcar02-accent-rgb), 0.14), 0 0 24px rgba(var(--kcar02-accent-rgb), 0.08);
    }
}


@property --angle {
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: false;
}


/*******************input border 그라데이션, 애니메이션 끝********************/


.updown {
    animation: updown 1.5s ease-in-out infinite;
}


@keyframes updown {
    0% {
        transform: translateY(0rem);
    }

    50% {
        transform: translateY(-0.25rem);
    }
    100% {
        transform: translateY(0rem);
    }
}

.can-text-pulse.is-text-pulse {
    animation: titleTextOpacityPulse 1.1s ease-in-out infinite alternate;
}


h1.lp-event_title_anchor-ico {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background: rgba(253, 79, 43, 0.1);
    font-weight: bold;
    color: #FB1822;
    font-size: 16px;
    padding: 12px 0px;
    border-radius: 6px;
    letter-spacing: -0.05em
}


.lp-event_title_anchor .lp-event_title_anchor-ico img {
    width: 20px;
    height: 20px;
}

@keyframes titleTextOpacityPulse {
    from {
        opacity: 0.38;
    }

    to {
        opacity: 1;
    }
}

/* initial red glow pulse on txt_phone */
.lp-event__phone-number.has-initial-red-guide input#txt_phone.glow:not(:focus) {
    border: 1px solid #FB1822 !important;
    box-shadow: 0 0 3px rgba(255, 77, 109, 0.18), 0 0 8px rgba(255, 77, 109, 0.1), 0 0 14px rgba(255, 77, 109, 0.06);
    animation-name: konanRedGlowPulse !important;
    animation-duration: 1s !important;
    animation-timing-function: ease-in-out !important;
    animation-iteration-count: infinite !important;
}

.lp-event__phone-number.has-initial-red-guide.is-banner-off input#txt_phone.glow:not(:focus),
.lp-event__phone-number.has-initial-red-guide.is-initial-glow-off input#txt_phone.glow:not(:focus),
.lp-event__phone-number.has-initial-red-guide.is-initial-glow-off input#txt_phone.glow {
    border: 1px solid #FB1822 !important;
    box-shadow: 0 0 3px rgba(255, 77, 109, 0.18), 0 0 8px rgba(255, 77, 109, 0.1), 0 0 14px rgba(255, 77, 109, 0.06);
    animation-name: konanRedGlowPulse !important;
    animation-duration: 1s !important;
    animation-timing-function: ease-in-out !important;
    animation-iteration-count: infinite !important;
}

@keyframes konanRedGlowPulse {
    0% {
        box-shadow: 0 0 2px rgba(63, 141, 250, 0.14), 0 0 6px rgba(63, 141, 250, 0.08), 0 0 10px rgba(63, 141, 250, 0.04);
    }

    50% {
        box-shadow: 0 0 12px rgba(63, 141, 250, 0.95), 0 0 30px rgba(63, 141, 250, 0.72), 0 0 48px rgba(63, 141, 250, 0.68), 0 0 64px rgba(63, 141, 250, 0.24);
    }

    100% {
        box-shadow: 0 0 2px rgba(63, 141, 250, 0.14), 0 0 6px rgba(63, 141, 250, 0.08), 0 0 10px rgba(63, 141, 250, 0.04);
    }
}


.lp-event--dim-by-scroll {
    display: flex;
    justify-content:center;
    align-items: center;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    z-index: 900;
    cursor: pointer;
}

    .lp-event--dim-by-scroll.hidden {
        display:none;
    }

/* 현재 단계 glow 요소만 DIM 위로 (DIM=900, 모달=999) */
body.hp-fulldim-active .lp-event_title_anchor {
    position: relative;
    z-index: 910;
    background: #fff;
}

body.hp-fulldim-active .lp-event__layout-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: var(--kcar02-dim-clear-height, 0px);
    background: #fff;
    z-index: 905;
    pointer-events: none;
}

body.hp-fulldim-active .lp-event__telecom-selector,
body.hp-fulldim-active .lp-event__phone-number {
    position: relative;
    z-index: 910;
}

.lp-event__phone-number:has(input.glow) {
    position: relative;
    z-index: 910;
}
.lp-event__bottom-botton-wrapper:has(#signup_button.glow) {
    z-index: 910;
}

    .lp-event--dim-by-scroll h1 {
        color: #fff;
        font-size: 22px;
        font-weight: 700;
        letter-spacing: -0.05em;
        text-shadow:
            0 0 12px rgba(110, 159, 255, 0.9),
            0 0 30px rgba(110, 159, 255, 0.5),
            0 2px 8px rgba(0, 0, 0, 0.6);
        user-select: none;
        animation: hp-dim-text-glow 2.2s ease-in-out infinite;
    }

@keyframes hp-dim-text-glow {
    0%, 100% {
        filter: brightness(1);
        text-shadow:
            0 0 12px rgba(110, 159, 255, 0.9),
            0 0 30px rgba(110, 159, 255, 0.5),
            0 2px 8px rgba(0, 0, 0, 0.6);
    }
    50% {
        filter: brightness(1.5);
        text-shadow:
            0 0 20px rgba(140, 180, 255, 1),
            0 0 50px rgba(110, 159, 255, 0.8),
            0 2px 8px rgba(0, 0, 0, 0.6);
    }
}


/* Campaign/02 channel page overrides */
body.theme-campaign02 {
    --kcar02-accent: #3f8dfa;
    --kcar02-accent-rgb: 63, 141, 250;
    --kcar02-accent-fill: #f3fafe;
}

body.theme-campaign02 #showInfo-Bottom,
body.theme-campaign02 #showInfo-Bottom .showinfo-text,
body.theme-campaign02 #showInfo-Bottom .red-text {
    color: #ff0000 !important;
}

body.theme-campaign02.is-lgu #showInfo-Bottom {
    font-size: 13px !important;
}
body.theme-campaign02 .btn-banner {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

body.theme-campaign02 .modal-join-complete__wrapper.campaign02-complete-wrapper {
    justify-content: center;
    gap: 0;
}

body.theme-campaign02 .campaign02-complete-wrapper .modal-join-complete__image {
    width: min(100%, 246px);
    height: auto;
    margin: 0 auto;
}

body.theme-campaign02 .campaign02-complete-wrapper > span {
    display: none !important;
}