.con01 {
    background: url('/images/bcon1_bg.jpg') center center / cover no-repeat;

    width: 100%;
    height: 25.31vw;

    margin-top: 4.8vw;
}

.con01_twrap {
    left: 17.8vw;
    bottom: 4.5vw;
}

.con02_top {

    padding-top: 2.6vw;
}

.bcon2_01 {
    width: 94.5vw;

    z-index: -1;
}

.con02_top_iner {
    width: 40.3vw;
    height: 22vw;

    border-radius: 50%;

    border: 0.05vw solid rgba(255, 2552, 255, 0.4);
}

.con02_sim {
    width: 3.073vw;
}

.con02_jae {
    width: 3.125vw;
}

.con02_top_trow1 {
    gap: 1.7vw;
    margin-left: -0.3vw;
    margin-bottom: 1vw;
}

.con02_top_trow2 {
    gap: 1vw;
}

.con02_bg_ovry {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    mix-blend-mode: color;
}

.con02_iwrap {
    display: flex;
    margin-top: 6.354vw;
    padding-left: 18vw;
    margin-bottom: 9.4vw;
}

.con02_twrap {
    margin-top: 8vw;
    padding-left: 18vw;
}

.bcon2_03 {
    width: 29.792vw;
    margin-right: 6.510vw;
}

.con02_stc_wrap {
    gap: 0.2vw;

    display: flex;
}

.con02_t1 {
    margin-bottom: 1.875vw;
}

.con02_stwrap {
    justify-content: space-between;
}

.bcon02_ovry {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: rgba(0, 0, 0, 0.4);
    mix-blend-mode: color;
}

.con03 {
    background: url('/images/bcon3_bg.jpg') center center / cover no-repeat;

    width: 100%;
    height: 41.667vw;

    background-attachment: fixed;
}

.con03_t1 {
    margin-bottom: 1.35vw;
}

.con04 {
    padding-top: 9.9vw;
    padding-bottom: 8.6vw;
}

.con04_t2 {
    display: flex;
    align-items: center;
    gap: 1vw;
    margin-bottom: 1.8vw;
}

.con04_t2 .con_stc {
    margin-top: 0.2vw;
}

.con04_t3 {
    margin-bottom: 1.5vw;
}

.con04_twrap {
    margin-right: 5.47vw;
    margin-bottom: 1.72vw;
}

.con04_item_warp {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.con04_item {
    width: 30.208vw;
    height: 15.260vw;
    border-radius: 30vw;
    overflow: hidden;

    box-shadow: 0vw 0vw 6vw rgba(0, 0, 0, 0.05);
}

.con04_t1 {
    margin-left: 11.77vw;
    margin-bottom: 1.67vw;
}

.dcon2_01 {
    width: 12.917vw;
}

.con05 {
    display: flex;
}

.con05_lt {
    padding-top: 8vw;

    width: 100%;
    border-right: 0.05vw solid #ddd;
}

.con05_rt {
    padding-top: 8vw;
}

.con05_nwrap {
    align-items: flex-end;
    margin-top: 1.4vw;

}

.con05_t1 {
    margin-left: 12.4vw;
}

.con05_nt2 {
    margin-bottom: 0.4vw;
}

.con05_nav {
    width: 17.7vw;
    height: 4.1vw;

    display: flex;
    align-items: flex-end;
    justify-content: space-between;

    padding: 0 1vw 0.3vw;

    background: #fff;
    color: #111;

    cursor: pointer;
    transition: 0.4s;
}

@media screen and (min-width:600px) {

    /* PC */
    .con05_nav:hover {
        background: rgba(0, 0, 0, 0.1);
    }
}

.con05_nav.on_tab {
    background: #111;
    color: #fff;
}

.con05_item_wrap {
    display: flex;

    margin-bottom: 4vw;
}

.con05_ctt {
    width: 100%;
    opacity: 0;
    visibility: hidden;

    top: 8vw;
    left: 0;

    padding-left: 5.4vw;
    padding-right: 11.5vw;

    transition: 0.4s;
}

.con05_ctt.on_tab {
    opacity: 1;
    visibility: visible;
}

.con05_vimg {
    width: 21.9275vw;
    margin-right: 1vw;
}

.con05_simg {
    width: 100%;
    margin-bottom: 1vw;
}

div.con05_swiper {
    width: 24.5315vw;
    height: 30.6775vw;
}

div.con05_swiper .swiper-slide {
    height: auto;
}

.con05_twrap {
    margin-bottom: 8vw;
}

.con05_t2 {
    margin-bottom: 1.7vw;
}

.con05_t3 {
    margin-bottom: 2vw;
}

.con05_t5 {
    display: block;
}

@media screen and (max-width:599px) {

    /* 모바일 */
    .con01 {
        margin-top: 15vw;
        height: 37vw;

        display: flex;
        justify-content: center;
        align-items: center;
    }

    .con01_twrap {
        left: auto;
        bottom: auto;

        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    p.con01_t1 {
        font-size: 9vw;
    }

    p.con01_t2 {
        font-size: 3.3vw;
    }

    .con02_top {
        padding-top: 4vw;
    }

    .bcon2_01 {
        width: 92vw;
        height: 48vw;
        overflow: hidden;
    }

    .bcon2_01 img {
        height: 100%;
        object-fit: cover;
    }

    .con02_top_iner {
        width: 55vw;
        height: 30vw;
    }

    .con02_sim,
    .con02_jae {
        width: auto;
        height: 9vw;
    }

    .con02_sim img,
    .con02_jae img {
        height: 100%;
        object-fit: cover;
    }

    .con02_top_trow1 {
        gap: 2.7vw;
        margin-left: -1vw;
        margin-bottom: 3vw;
    }

    div.con02_top_trow2 {
        font-size: 3.3vw;
        gap: 2vw;
    }

    .con02_twrap {
        margin-top: 15vw;
        padding-left: 0;

        justify-content: center;
        align-items: center;
        text-align: center;
    }

    p.con02_t1 {
        font-size: 6vw;
        margin-bottom: 6vw;
    }

    .con02_iwrap {
        margin-top: 8vw;
        margin-bottom: 15vw;
        padding-left: 0;

        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .con02_stwrap {
        width: 83vw;
        gap: 4vw;
        align-items: center;
        justify-content: center;
    }

    .bcon2_03 {
        width: 80vw;
        margin-right: 0;
        margin-bottom: 9vw;
    }

    .con02_stc_wrap {
        gap: 1vw;
    }

    p.con02_st_ht {
        font-size: 4vw;
        margin-top: 4vw;
    }

    .con03 {
        height: 78vw;
    }

    .con03_t1 {
        margin-bottom: 6vw;
    }

    .con03_t2 {
        width: 80vw;
    }

    .con04_t1 {
        margin-left: 0;
        text-align: center;
        margin-bottom: 4vw;
    }

    .con04_item_warp {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .con04_twrap {
        margin: 0;
        width: 80vw;
    }

    .con04_t2 {
        justify-content: center;
        margin-bottom: 6vw;
        gap: 2vw;
    }

    .con04 {
        padding-top: 15vw;
        padding-bottom: 15vw;
    }

    .con04_t3 {
        margin-bottom: 4vw;
    }

    .con04_item {
        width: 55vw;
        height: 23vw;

        margin-top: 10vw;
    }

    .con04_item>img {
        width: 300%;
        pointer-events: none;
    }

    .dcon2_01 {
        width: 22vw;
    }

    .con05 {
        flex-direction: column;
    }

    div.con05_nwrap {
        width: 100%;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .con05_nav {
        width: 33.33vw;
        height: auto;
        padding: 2vw 3vw;


        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .con05_lt {
        padding-top: 15vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    p.con05_t1 {
        margin-left: 0;
        margin-bottom: 6vw;
    }

    p.con05_nt1 {
        font-size: 4.6vw;
    }

    .con05_ctt {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

        padding: 0;
    }

    .con05_twrap {
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-bottom: 25vw;
        width: 80vw;
    }

    .con05_t2 {
        margin-bottom: 6vw;
    }

    .con05_t3 {
        margin-bottom: 6vw;
    }

    .con05_t5 {
        font-size: 3.7vw;
        margin-bottom: 1vw;
    }

    .con05_vimg {
        width: 40vw;
        margin-right: 3vw;
    }

    div.con05_swiper {
        width: 40vw;
        height: 55.9vw;
    }

    .con05_simg {
        margin-top: 1.5vw;
        margin-bottom: 1.5vw;
    }

    .con05_item_wrap {
        margin-bottom: 10vw;
    }

    .con05_mswiper .swiper-slide {
        width: auto;
    }
}