/* ============================================
   기본 스타일 초기화
   ============================================ */

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}
section {
    overflow: hidden;
    width: 100%;
}

.main::after {
    width: 1vw;
    height: 0vw;
    position: absolute;
    top: 0;
    pointer-events: none;
    opacity: 0;
    pointer-events: none;
}
.clearfix::after,
.clearfix::before {
    display: block;
    clear: both;
    content: "";
}

/* ============================================
   애니메이션 클래스
   ============================================ */

.animate-blk {
    animation: blk 1s infinite ease-in-out;
}
.scaleOpa {
    animation: scaleOpa infinite 2s;
}
.scaleOpa2 {
    animation: scaleOpa2 infinite 2s;
}
.light {
    animation: light infinite 5s;
}
.rotate_img {
    animation: rotate_image 10s infinite linear;
}
.image_sd {
    animation: marqueeX 20s infinite linear;
}
.image_sd_r {
    animation: marqueeX_r 20s infinite linear;
}
.slide_y {
    animation: marqueeY 20s infinite linear;
}
.slide_y_r {
    animation: marqueeY_r 20s infinite linear;
}
.smoke {
    animation: smoke 5.5s infinite ease-out;
    top: -25%;
    pointer-events: none;
}
.floating_ani {
    animation: floating 2s ease-in-out infinite alternate;
}
.floating_ani2 {
    animation: floating 2s 1s ease-in-out infinite alternate;
}

/* ============================================
   퍼블 시작
   ============================================ */

body {
    overflow-x: hidden;
}

/* ============================================
   main start
   ============================================ */
.bg-1 {
    background: url(/images/main_15.webp) no-repeat center/cover;
}

.main {
    padding-top: calc(var(--paddingTop) + var(--headerH));
}
.main__container {
    max-width: 169rem;
    margin-left: auto;
}
.main__text--light {
    mix-blend-mode: screen;
    top: 11rem;
    left: -10rem;
}
.swiper__bg {
    top: -4rem;
    left: -16rem;
}

.main .main__swiper {
    height: 65rem;
    width: 96rem;
    margin: 0;
}
.main__swiper .swiper-slide {
    width: 32rem;
}

.main .slide__top {
    border-radius: 5rem;
    box-sizing: border-box;
    height: 0;
    opacity: 0;
    padding: 0;
    margin: 0;
    transition: all 0.5s;
}
.main .slide__bottom {
    border-radius: 5rem;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: inset 0 0 4px 2px rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.2));
}
.main__swiper .swiper-slide-active {
    .slide__top {
        height: 22.5rem;
        opacity: 1;
        margin-bottom: 3rem;
    }
}

.main .button--wrap {
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

/* --- con01 --- */
.con01 {
    padding-top: var(--paddingTop);
}
.con01 .card {
    box-shadow: inset 0 0 16px 5px color-mix(var(--primary) 50%, #fff 50%);
    border-radius: 5rem;
    width: 45.6rem;
    background-color: #fff;
}
.con01_04_r {
    margin-right: -2rem;
}
.con01_04 {
    margin-left: -2rem;
}
.con01_04_r img {
    transform: scaleX(-1);
}
.con01 .center__deco {
    bottom: -5rem;
}
.con01__text {
    margin-top: 13rem;
}

/* --- con02 --- */
.con02 {
    padding-top: var(--paddingTop);
}

.con02__table .left,
.con02__table .right {
    width: 32.5rem;
    /* height: auto; */
    border-radius: 3rem;
    overflow: hidden;
}

.con02__table .center {
    width: 29rem;
}

.con02__table [class^="column"] {
    height: 11rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con02__table .column-1 {
    height: 8rem;
}
.con02__table .column-2,
.con02__table .column-3,
.con02__table .column-4 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.con02__table .left {
    background-color: #393939;

    .column-1 {
        background-color: #1b1b1b;
    }
}
.con02__table .right {
    background-color: var(--primary);

    .column-1 {
        background-color: color-mix(var(--primary), #000 25%);
        height: 11rem;
    }
}
/* ---con03 --- */
.con03 {
    padding-top: var(--paddingTop);
    padding-bottom: var(--paddingTop);
}

.con03 .graph-1 {
    width: 18.5rem;
    height: 9rem;
    background-color: #393939;
    border-radius: 2rem;
}
.con03 .graph-2 {
    width: 22rem;
    height: 26rem;
    border-radius: 2rem;
}

/* --- con04 --- */
.con04 {
    padding: var(--paddingTop) 0;
}
.con04 .custom__checkbox {
    width: 25rem;
    height: 19rem;
    border: 2px solid #ddd;
    background-color: #f9fafd;
    border-radius: 2rem;
    transition: all 0.3s;
    cursor: pointer;
    box-sizing: border-box;

    .checkbox__img {
        height: 10rem;
    }

    @media (width>=600px) {
        &:hover {
            background-color: #edf1fa;
        }
    }

    &.checked {
        background-color: #edf1fa;
        border-color: var(--primary);
    }
}

.con04 #name,
.con04 #tel {
    display: block;
    width: 100%;
    max-width: 70rem;
    border: 1px solid #ddd;
    padding: 1rem 2rem;
    height: 6.5rem;
    border-radius: 1rem;
}

.con04 label {
    display: block;
    white-space: nowrap;
    min-width: 10rem;
}

.con04 .form__agree {
    max-width: 80rem;
    border-radius: 2rem;
    border-color: #ddd;
    .bb-1 {
        border-color: #ddd;
    }
}

.con04 .form__agree input[type="checkbox"] {
    width: 1.7rem;
    height: 1.7rem;
}

/* con05 */
.bg-2 {
    background: url(/images/con07_05.webp) no-repeat center/cover;
}
.con05 {
    padding: var(--paddingTop) 0;
}
.con05_03_r img {
    transform: scaleX(-1);
}

.con05_04 {
    top: 7.5rem;
}

.con05__swiper {
    mask-image: linear-gradient(to right, black 15%, transparent 30%, transparent 70%, black 85%);
}

/* --- con06 --- */
.con06 {
    overflow: visible;
}

.con06__bubble .bubble-1 {
    transform: translate(0rem, -1rem);
}
.con06__bubble .bubble-2 {
    transform: translate(-1rem, -3rem);
}
.con06__bubble .bubble-3 {
    transform: translate(2rem, 0rem);
}
.con06__bubble .bubble-4 {
    transform: translate(1rem, -7rem);
}
.con06__bubble .bubble-1 img,
.con06__bubble .bubble-2 img,
.con06__bubble .bubble-3 img,
.con06__bubble .bubble-4 img {
    animation: floating 2s ease-in-out infinite alternate;
}
.con06__bubble .bubble-2 img {
    animation-delay: 0.8s;
}
.con06__bubble .bubble-3 img {
    animation-delay: 1.6s;
}
.con06__bubble .bubble-4 img {
    animation-delay: 2.4s;
}
.con06_05 {
    mix-blend-mode: hard-light;
}
.con06__line {
    width: 1px;
    height: 20rem;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
}

.con06__grid {
    grid-template-columns: 1fr 1fr;
    max-width: 126rem;
}

.con06_07 {
    top: 22rem;
    left: 6rem;
}
.con06_08 {
    top: 6rem;
    left: 45rem;
}
.con06_09 {
    top: 5rem;
    left: 36rem;
}
.con06 .grid__item {
    border-radius: 3rem;
}
.con06 .item__img {
    max-height: 39rem;
    aspect-ratio: 604/388;
}
.con06 .grid__item:nth-child(2) {
    background-color: #dadbef;
}
.con06_10 {
    top: 5rem;
    left: 15.7rem;
}

.con06 .swiper-slide {
    width: 18.7rem;
    height: 8.4rem;
    background-color: #fff;
    color: #000;
    transform: scale(0.8);
    border-radius: 1rem;
    overflow: hidden;

    transition:
        transform 0.3s,
        background-color 0.3s,
        color 0.3s,
        margin 0.3s;
}

.con06 .swiper-slide-active {
    background-color: var(--primary);
    color: #fff;
    transform: scale(1);
}
.con06 .swiper-slide-prev {
    transform: translateX(-1rem) scale(0.8);
}
.con06 .swiper-slide-next {
    transform: translateX(1rem) scale(0.8);
}
.con06 .con06__ct--wrap {
    margin-top: -4.2rem;
    font-size: 6.8rem;
}
.con06_12 {
    bottom: -13rem;
}

/* --- con07 --- */
.con07 {
    padding: 15rem 0;
}

.con07 .text__bubble {
    max-width: 75rem;
}

.con07_06 {
    top: -3rem;
    left: 42rem;
}

/* ---- con08 --- */
.con08 .c-custom,
.con10 .c-custom {
    color: #17193f;
}

.con08 {
    padding: var(--paddingTop) 0;
}

.con08__card--wrap {
    min-height: 50rem;
}
.con08 .card__inner {
    background-color: #f2f5fa;
    box-sizing: border-box;
    border: 2px solid transparent;
    border-radius: 4.2rem;
    transition: all 0.3s;
}
.con08 .card__img {
    width: 35.2rem;
    height: 20.5rem;
    border-radius: 3.5rem;
}
.con08 .card__text {
    height: 18rem;
}

.con08 .card__arrow {
    right: -3rem;
}

.con08 .card__number {
    height: 0;
    overflow: hidden;
    transition: all 0.3s;
}

.con08 .card.active {
    .card__number {
        height: auto;
        margin-bottom: 2rem;
    }
    .card__inner {
        border-color: var(--primary);
    }
}

/* --- con09 ---- */
.con09 {
    height: 50rem;
    overflow: visible;
}
.con09_03 {
    mix-blend-mode: screen;
}

.con09 .phone--wrap {
    bottom: -0rem;
}
.con09_03 {
    top: 15.4rem;
    left: -1.4rem;
}
.con09_04 {
    top: 27rem;
    right: 52rem;
}
.con09_05 {
    left: 50rem;
    top: 32rem;
}

.con09 .trophy--wrap {
    bottom: -2rem;
}

.con09 .con09_04 img,
.con09 .con09_05 img {
    animation: confettiDrop 3.2s ease-in infinite;
    will-change: transform, opacity;
}
.con09 .con09_05 img {
    animation-delay: 1.6s;
}

/* --- con10 --- */
.con10 {
    background-color: #e8f0fd;
    padding-top: 12rem;
    padding-bottom: 12rem;
}

.con10__bg {
    bottom: 0;
}

.con10__swiper {
    height: 92rem;
    width: 100%;
}
.con10__swiper .swiper-wrapper {
    align-items: center;
}
.con10__swiper .swiper-slide {
    border-radius: 5rem;
    box-sizing: border-box;
    border: 2px solid color-mix(var(--primary) 20%, #fff);
    height: auto;
    width: fit-content;
    transition:
        transform 0.5s,
        border 0.5s;
}
.con10 .swiper-slide-active {
    border-color: var(--primary);
    transform: translate(-5rem);
}
.con10 .swiper-slide-next {
    transform: translate(5rem);
}
.con10 .swiper-slide-next + .swiper-slide {
    transform: translate(-5rem);
}

/* ---con11---- */
.con11 {
    padding: 7rem 0;
    background:
        linear-gradient(rgba(3, 6, 22, 0.9), rgba(3, 6, 22, 0.9)),
        url(/images/con11_03.webp) center/cover no-repeat;
}
.con11__call {
    font-size: 7rem;
}
