.con01 {
    background: url('/images/ccon1_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_ovry {
    width: 100%;
    height: 30vw;

    background: #f9f8f3;

    top: 0;
    left: 0;

    z-index: -1;
}

.con02_ctt_ovry {
    top: 0;
    left: 0;
}

.con02_ctt1_ovry {
    height: 30vw;
}

.con02_ctt2_ovry {
    height: 37vw;
}

.con02_ctt3_ovry {
    height: 35vw;
}

.con02_ctt4_ovry {
    height: 36.4vw;
}

.con02_nwrap {
    width: 100%;
    margin-top: 2.6vw;

    z-index: 100;
}

.con02_nwrap_iner {
    width: 100%;

    height: 3.438vw;
    border-top: 0.05vw solid #111;
    border-bottom: 0.05vw solid #111;

    position: absolute;
    top: 0;
    left: 0;

    z-index: 999;
    gap: 5.8vw;
}

.con02_nwrap_iner.fix_on {
    position: fixed;
    top: 4.8vw;

    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0.5vw 1vw rgba(0, 0, 0, 0.08);

    transition: background 0.5s;

    border: none;
    opacity: 1;
}

.con02_nav {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

    position: relative;
    cursor: pointer;

    padding: 0 0.1vw;

    gap: 0.83vw;
}

.con02_nav::after {
    content: '';

    position: absolute;
    bottom: 0;

    width: 100%;
    height: 0;

    background: #111;
    transition: 0.15s;
}

.con02_nav.on_tab::after {
    height: 0.15vw;
}

.con02_nt2 {
    margin-top: -0.1vw;
}

.con02_ctt_wrap {
    width: 100%;

    /* height: 100vw; */

    padding-top: 11.5vw;
}

.con02_ctt_inner {
    width: 100%;
}

.con02_ctt {
    width: 100%;

    top: 0;
    left: 0;

    /* opacity: 0;
    visibility: hidden; */

    padding-bottom: 5.2vw;

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

    display: none;

    transition: 0.3s;
}

.con02_ctt.on_tab {
    /* opacity: 1;
    visibility: visible; */

    display: flex;
}

.con02_t1 {
    top: 0;
    left: 17.958vw;
}

.con02_twrap {
    left: 49.958vw;
    bottom: 4.7vw;
}

.con02_ctt_top {
    width: 100%;
    height: 20vw;
}

.con02_t2 {
    margin-bottom: 1.9vw;
}

.con02_twrap_img {
    bottom: 0.8vw;
}

.ccon2_01 {
    width: 5.1vw;
    left: 9.7vw;
}

.ccon4_01 {
    width: 2.917vw;
    left: 8.4vw;
}

.ccon5_01 {
    width: 2.969vw;
    left: 11.5vw;
}

.ccon6_01 {
    width: 3.1vw;
    left: 5.6vw;
}

.con02_ctt4 .con02_t2 {
    margin-left: 6.4vw
}

.ccon2_02 {
    width: 38.490vw;
}

.ccon2_03 {
    width: 38.594vw;
}

.ctt1_twrap1 {
    left: 6.51vw;
    bottom: 4.115vw;
}

.ctt1_t1 {
    margin-bottom: 0.8vw;
}

.con02_menu_content {
    width: 100%;
    display: flex;
    justify-content: center;

    margin-top: 7.8vw;
    margin-bottom: 5vw;
}

.con02_menu_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 2vw;
    row-gap: 3vw;
    width: 70%;
}

div.con02_menu {
    display: none;
    width: 17.240vw;
    margin-top: 0.2vw;
    cursor: pointer;
}

.con02_mimg {
    width: 100%;
    height: 16.875vw;
    overflow: hidden;
    margin-bottom: 1.56vw;

    transition: 0.4s;
}

.con02_mimg_img {
    transition: 0.4s;
}


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

    /* PC */
    .con02_menu:hover .con02_mimg {
        border-radius: 50%;
    }

    .con02_menu:hover .con02_mimg_img {
        width: 144%;
    }

    .con02_menu:hover div.con02_mn_ovry {
        opacity: 1;
    }

    .con02_menu:hover div.con02_mig_cdt {
        opacity: 0 !important;
    }

    .con02_pop_x:hover {
        transform: rotate(180deg);
        /* background: rgba(0, 0, 0, 0.2); */
    }
}


div.con02_mn_ovry {
    width: 100%;
    height: 100%;

    z-index: 10;
    background: rgba(247, 245, 231, 0.9);
    opacity: 0;
    transition: 0.4s;
}

.con02_mig_cdt {
    bottom: 1vw;
    right: 0.833vw;
    transition: 0.4s;
}

.con02_gluten {
    width: 5.313vw;
}

.con02_decaf {
    width: 4.010vw;
}

.con02_mt1 {
    margin-bottom: 0.2vw;
}

.con02_arw_txt {
    margin-top: -0.3vw;
}

.con02_mn_pop {
    position: fixed;

    width: 100%;
    height: 100vh;

    background: rgba(0, 0, 0, 0.05);

    top: 0;
    left: 0;

    z-index: 999;

    cursor: auto;

    opacity: 0;
    visibility: hidden;

    transform: translateY(5%);
    transition: 0.5s;
}

.con02_mn_pop.pop_on {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
}

.con02_pop_iner {
    width: 77.0835vw;
    height: 22.1885vw;

    background: #f7f5e7;
}

.con02_pop_x {
    width: 2.031vw;
    height: 2.031vw;

    border: 0.05vw solid #111;
    border-radius: 50%;

    top: 1.042vw;
    right: 7.813vw;

    cursor: pointer;
    transition: 0.5s;
}

.ccon3_05 {
    width: 0.625vw;
    pointer-events: none;
}

.con02_mp_img {
    width: 17.240vw;
    height: 16.823vw;
}

.con02_mp_cdt {
    top: 1.4vw;
    left: 0.2vw;
}

.con02_mcdt {
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
}

.con02_mcdt.cdt_on {
    opacity: 1;
    visibility: visible;
}

.con02_mp_dst {
    right: -4vw;
    bottom: 4vw;
}

.con02_mptwrap {
    margin-left: 11.5vw;
}

.con02_mpt1 {
    margin-bottom: 0.3vw;
}

.con02_mpt3 {
    width: 19vw;
}

.con02_mpt_line {
    width: 28.073vw;
    height: 0.05vw;

    margin: 1.3vw 0;
}



.con02_citem {
    width: 25.6775vw;
    height: 33.3335vw;

    display: flex;
    justify-content: center;

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

.con02_citem_t1 {
    margin-bottom: 1vw;
}

.con02_citem_twrap {
    top: 21vw;
}

.ccon4_03 {
    top: 3vw;
    width: 14.5vw;
}

.con02_citem2_wrap {
    display: flex;

    column-gap: 0.05vw;
}

.con02_citem2 {
    display: flex;
    justify-content: center;

    width: 25.6776vw;
    height: 29.688vw;
}

.con02_citem2_twrap {
    top: 18.5vw;
}

.ccon6_02 {
    width: 3.542vw;
    margin-bottom: 1.6vw;
}

.con02_ctt4_it1 {
    margin-bottom: 1vw;
}

.con02_ctt4_item {
    width: 14.3vw;
    height: 20.2vw;
    border-radius: 100vw;
}

.con02_ctt4_iwrap {
    margin-top: 4vw;
    column-gap: 2.3vw;
}



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

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

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

    .con01_twrap {
        width: 100%;
        height: 100%;

        background: #00000090;

        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;
    }


    p.con02_t1 {
        position: relative;
        top: auto;
        left: auto;

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

        margin-bottom: 10vw;
    }

    div.con02_twrap {
        position: relative;
        left: auto;
        bottom: auto;
    }

    .con02_ctt_top {
        height: auto;
    }

    span.con01_nt1 {
        font-size: 4vw;
    }

    .con02_ctt_wrap {
        padding-top: 15vw;
    }

    .con02_ovry {
        height: 50vw;
    }

    .con02_twrap {
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .con02_mswiper_ctt {
        height: 12.7vw;
    }

    .con02_mswiper_wrap {
        position: absolute;
        border-top: 0.05vw solid #111;
        border-bottom: 0.05vw solid #111;
    }

    .con02_mswiper_wrap.fix_on {
        position: fixed;
        top: 15vw;
        z-index: 99;

        box-shadow: 0 0.5vw 5vw rgba(0, 0, 0, 0.08);
        background: rgba(255, 255, 255, 0.9);

        transition: background 0.5s;

        border: none;
        opacity: 1;
    }


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

    .con02_nav {
        gap: 2vw;

        padding: 3vw 13vw;
    }

    .con01_nt1,
    .con01_nt2 {
        z-index: 2;
    }

    .con02_nav::after {
        height: 100%;
        transition: 0.4s;

        opacity: 0;
    }

    .con02_nav.on_tab::after {
        height: 100%;

        opacity: 1;
        background: rgba(0, 0, 0, 0.9);
    }

    .con02_nav.on_tab {
        color: #fff;
    }

    .con02_t3 {
        width: 71vw;
    }

    .con02_ctt1_ovry {
        height: 99vw;
    }

    p.con02_t2_itlc {
        font-size: 7vw;
    }

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

    div.con02_twrap_img {
        position: static;
        order: -1;

        margin-bottom: 6vw;
    }

    .ccon2_01 {
        width: 18vw;
    }

    .ccon4_01,
    .ccon5_01,
    .ccon6_01 {
        width: 12vw;
    }

    .con02_ctt4 .con02_t2 {
        margin-left: 0vw;
    }

    .con02_t2 {
        margin-bottom: 6vw;
    }

    div.con02_twrap {
        margin-bottom: 15vw;
    }

    .ccon2_02,
    .ccon2_03 {
        width: 87vw;
    }

    .con02_ctt1_iwrap {
        flex-direction: column;
        row-gap: 5vw;
        margin-bottom: 10vw;

        width: 100%;
    }

    .ctt1_twrap1 {
        left: 6vw;
        bottom: 6vw;
    }

    .ctt1_twrap1_02 {
        left: auto;
        right: 6vw;
        align-items: flex-end;
        text-align: right;
    }

    p.ctt1_t1 {
        font-size: 3.3vw;
        margin-bottom: 2vw;
    }

    .con02_menu_content {
        margin: 0;
    }

    .con02_menu_wrap {
        width: 100%;
        column-gap: 2vw;
        row-gap: 6vw;
    }

    div.con02_menu {
        width: 47%;
        margin-top: 0;
    }

    .con02_mimg {
        height: 48vw;
        margin-bottom: 5vw;
    }

    p.con02_mt1 {
        font-size: 4vw;
        margin-bottom: 2vw;
    }

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

    .con02_ctt {
        padding-bottom: 15vw;
    }

    div.con02_vm_btn {
        margin-top: 11vw;
    }

    .con02_mig_cdt {
        bottom: 1.5vw;
        right: 1.5vw;
    }

    .con02_gluten {
        width: 19vw;
    }

    .con02_decaf {
        width: 14vw;
    }

    .con02_pop_iner {
        width: 90vw;
        height: 140vw;
        flex-direction: column;
    }

    .con02_pop_x {
        width: 10vw;
        height: 10vw;
        top: 3vw;
        right: 3vw;

        opacity: 0.7;
    }

    .ccon3_05 {
        width: 3vw;
    }

    .con02_mptwrap {
        margin-left: 0;
    }

    .con02_mptwrap {
        justify-content: center;
        align-items: center;
    }

    p.con02_mpt1 {
        font-size: 5vw;
        margin-bottom: 1vw;
    }

    p.con02_mpt2 {
        font-size: 3.3vw;
        margin-bottom: 7vw;
    }

    .con02_mpt_line {
        /* width: 40vw;
        height: 0.05vw;
        margin: 5vw 0; */

        display: none;
    }

    p.con02_mpt3 {
        text-align: center;
        font-size: 3.3vw;
        width: 70%;
    }

    .con02_mp_img {
        display: flex;
        justify-content: center;
        align-items: center;

        width: 51.720vw;
        height: 50.469vw;

        margin-top: 15vw;
    }

    .con02_mp_dst {
        top: -15vw;
        bottom: auto;
        right: auto;
    }

    .con02_ctt2_ovry {
        height: 96.5vw;
    }

    div.ctt2_swiper {
        padding: 6vw 0;
        margin-top: 10vw;
        margin-bottom: 4vw;
    }

    .con02_citem_wrap {
        flex-direction: column;
        gap: 3vw;
        margin-top: 15vw;
        margin-bottom: 10vw;
    }

    .con02_citem2_wrap {
        flex-direction: column;
        gap: 3vw;
        margin-bottom: 10vw;
    }

    .con02_ctt4_iwrap {
        flex-direction: column;
        gap: 3vw;
        margin-bottom: 10vw;
    }

    .con02_citem {
        width: 92vw;
        height: 130vw;
        box-shadow: 0 0 6vw rgba(0, 0, 0, 0.09);
    }

    p.con02_citem_t1 {
        font-size: 5vw;
        margin-bottom: 3vw;
    }

    p.con02_citem_t2 {
        width: 100%;
    }

    .con02_citem_twrap {
        top: 80vw;
        width: 100%;
    }

    .ccon4_03 {
        top: 14vw;
        width: 54vw;
    }

    .con02_ctt2 .con02_twrap {
        margin-bottom: 0;
    }

    .con02_citem2 {
        width: 92vw;
        height: 100vw;
    }

    .con02_citem2_twrap {
        top: 67vw;
    }

    .con02_citem2_t2>br {
        display: none;
    }

    .con02_citem2_t2 {
        width: 80%;
    }

    .con02_ctt3_ovry {
        height: 101vw;
    }

    div.citem2_swiper {
        margin-bottom: 10vw;
    }

    .ccon6_02 {
        width: 13vw;
        margin-bottom: 3vw;
    }

    p.con02_ctt4_it1 {
        margin-bottom: 3vw;
        font-size: 5vw;
    }

    .con02_ctt4_item {
        width: 92vw;
        height: 63vw;
        border-radius: 1vw;
    }

    .con02_ctt4_item {
        box-shadow: 0 0 6vw rgba(0, 0, 0, 0.09);
    }

    div.ctt4_item_swiper {
        padding: 6vw 0;
        margin-bottom: 5vw;
    }

    .con02_ctt4_ovry {
        height: 108vw;
    }

}