
.location{
    overflow:hidden;
}
.location iframe{
    width:100%;
    height:400px;
    border:0;
}
.location table{
    float:left;
    width:50%;
    padding:20px;
}
.location tr{
    width:50%;
}
.location th{
    font-family: 'Noto Sans KR';
    font-size:17px;
    font-weight:500;
    letter-spacing:-2px;
    text-align:left;
    padding:10px 0;
    border-bottom:2px solid #ddd;
    position:relative;
}
.location th::after {
    display:block;
    content:'';
    background:#c4b4a8;
    width:100px; height:2px;
    position:absolute;
    bottom:-2px; left:0;
}
.location td{
    font-family: 'Noto Sans KR';
    font-size:14.5px;
    line-height:1.5em;
    padding:10px 0;
}

/* tablet */
@media screen and (min-width:769px) and (max-width:991px){
}

/* mobile */
@media screen and (max-width:768px){
    .location iframe{
        height:250px;
    }
    .location table{
        width:100%;
        padding:10px;
    }
}
