.con01 {
    background: url('/images/econ1_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 {
    padding-top: 8.1vw;
    padding-bottom: 9.5vw;
}

.con02_search_wrap {
    width: 64.4vw;
}

.econ2_01 {
    width: 2.0315vw;
    transition: 0.4s;
}

.con02_sc_box {
    width: 64.4vw;
    height: 4.167vw;
}

.con02_search {
    width: 64.4vw;
    height: 4.167vw;
    border-bottom: 1px solid #111;

    position: absolute;
    z-index: 100;

    transition: height 0.4s;
}

.con02_search.fix_on {
    position: fixed;
    top: 4.8vw;
    left: 0;

    width: 100vw;

    height: 3vw;

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

}

.con02_search.fix_on .econ2_01 {
    width: 1.3vw;
}

.con02_sc_inpt {
    cursor: text;

    color: #111;
    font-weight: 400;
    font-size: 1.042vw;
    letter-spacing: -0.052vw;
    text-align: center;

    width: 100%;
    height: 100%;

    padding: 0 11vw;
}

.con02_sc_inpt::placeholder {
    color: #111;
    font-weight: 400;
    font-size: 1.042vw;
    letter-spacing: -0.052vw;
    text-align: center;
}

.con02_sc_inpt:focus::placeholder {
    color: transparent;
}

.econ2_01 {
    right: 2.344vw;
    cursor: pointer;
}

.con02_sitem_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.con02_sitem_wrap.only_one{
    margin-top: 5.65vw;
}

.con02_sitem {
    width: 31.823vw;
    height: 22.0314vw;
    margin-bottom: 0.677vw;

    cursor: pointer;
}

.con02_st1 {
    text-transform: capitalize;
    margin-left: 0.3vw;
}

.con02_st2 {
    text-transform: uppercase;
}

.con02_stwrap {
    bottom: 2.8vw;
    left: 2.135vw;

    z-index: 10;
}

.con02_sitem_ovry {
    z-index: 5;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0.2;
    pointer-events: none;
    transition: 0.4s;
}


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

    /* PC */
    div.con02_sitem.only_one {
        margin: 0;
    }

    .con02_sitem:nth-child(2n-1) {
        margin-top: -6.3vw;
    }

    .con02_sitem:hover .con02_sitem_ovry {
        opacity: 1;
    }

    .con02_ov1txt {
        opacity: 0;
    }

    .con02_sitem:hover .con02_ov1txt {
        opacity: 0.8;
    }

    .con02_sitem.change .con02_sitem_ovry2 {
        right: 0;
    }

    .con02_sitem_ovry2 {
        top: 0;
        right: 100%;

        z-index: 20;

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

        padding-left: 5.1vw;

        transition: 0.5s;
    }

    .con02_ov_x {
        padding: 1vw;
        top: 2vw;
        right: 2vw;
    }

    .ccon3_05 {
        width: 0.625vw;
    }

    .naver_map:hover {
        background: #068640;
    }

    .con02_sitem:hover .con02_sn_txt {
        background: #bdbbaa;
    }
}

.con02_sitem_wrap {
    margin-top: 11.925vw;
}


.con02_ovtxt {
    font-size: 0.833vw;
    font-weight: 400;
    line-height: 1.6;
}

.con02_ovt1 {
    margin-bottom: 0.8vw;
}

.naver_map {
    width: 6.667vw;
    height: 1.719vw;
    border-radius: 0.2vw;
    margin-top: 1.8vw;

    color: #fff;
    background: #03c75a;
    transition: 0.4s;
}

.con02_sn_txt {
    padding: 0.16vw 0.7vw 0.2vw ;
    transition: 0.4s;
}



@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;
        color: #fff;
    }

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

    div.con02_ov_x {
        display: none;
    }

    div.con02_sitem_ovry {
        display: none;
    }

    .con02_sitem_wrap {
        flex-wrap: nowrap;
        flex-direction: column;
    }

    div.con02_sitem {
        width: 100%;
        height: auto;
        margin-bottom: 0;
        display: flex;
        flex-direction: column;

        overflow: visible;
        position: relative;
    }

    img.con02_sitem_img {
        height: 46vw;
    }

    .con02_search.fix_on {
        position: fixed;
        top: 15vw;

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


    div.con02_sitem_ovry2 {
        top: auto;
        left: auto;

        position: relative;
        box-shadow: 0 2vw 1vw rgba(0, 0, 0, 0.07);

        margin-bottom: 6vw;
        order: 1;

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


        padding: 8vw 0;
    }

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

    p.con02_ovtxt {
        font-size: 3.3vw;
        margin-bottom: 1.4vw;
    }

    a.naver_map {
        margin-top: 6vw;
        font-size: 3.3vw;

        width: 30vw;
        height: 8vw;
        border-radius: 0.7vw;
    }


    .con02_search_wrap {
        width: 92vw;
    }

    .con02_sc_box {
        width: 92vw;
    }

    .con02_sc_box {
        height: 12vw;
    }

    .con02_search {
        width: 92vw;
        height: 12vw;
    }

    .con02_sc_inpt {
        font-size: 4vw;

        padding: 0 11vw;
    }

    .con02_sc_inpt::placeholder {
        font-size: 4vw;
    }

    .econ2_01 {
        width: 4vw;
    }

    .con02_search.fix_on .econ2_01 {
        width: 3vw;
    }

    .con02_sitem_wrap {
        margin-top: 6vw;
    }

    .con02_ov2_twrap {
        padding: 0 6vw;
    }

    .con02_stwrap {
        bottom: auto;
        top: 4vw;
        left: 4vw;
    }

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

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

    .con02_sitem.soon {
        height: 45vw;
        margin-bottom: 3vw;
    }

    p.con02_sn_txt {
        position: absolute;
        bottom: 8vw;

        font-size: 4vw;

        padding: 0.8vw 2vw 1.2vw;
    }
}