@charset "UTF-8";


/* warp */
.con_wrap {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.conTitle {
    width: 100%;
    height: 392px;
    color: #000;
    font-family: Pretendard;
    font-size: 50px;
    font-weight: 600;
    line-height: 150%; /* 75px */
    text-align: center;
    line-height: 392px;
    background: url(../img/bg_visual.png) no-repeat right center;
}

.map {
    width: 1590px;
    height: 553px;
    margin: 0 auto 85px;
}

.addressWrap {
    width: 1590px;
    height: 500px;
    margin: 0 auto;
    border-top: 3px solid #000;
}

.addressWrap p span{
    color: #736868;
    font-family: Pretendard;
    font-size: 25px;
    font-weight: 600;
    line-height: 150%; /* 37.5px */
    display: inline-block;
    width: 207px;
    margin-right: 45px;
}

.addressWrap p{
    color: #000;
    font-family: Pretendard;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%; /* 30px */
    margin-top: 68px;
}




/* 반응형 구현 */
@media (max-width: 720px) {
    .conTitle {
        background: none;
        font-size: 30px;
        height: 200px;
        line-height: 200px;
    }

    .map {
        width: 350px;
        height: 300px;
        margin: 0 auto 50px;
    }

    .addressWrap {
        width: 350px;
        height: 300px;
        margin: 0 auto;
    }

    .addressWrap p span{
        font-size: 15px;
        line-height: 150%; /* 22.5px */
        width: 100px;
        margin-right: 20px;
    }

    .addressWrap p{
        font-size: 15px;
        line-height: 150%; /* 22.5px */
        margin-top: 34px;
    }
}