/* sub01 */

#location .lo_pt_wrap{display:flex;margin-bottom:40px;}
#location .lo_pt_wrap:last-child{margin-bottom:0;}

.lo_pt.pt_lf{width:35%;padding:30px;background:#f5f5f5; display: flex; align-items: center;}
.lo_pt.pt_rt{width:65%;}

.lo_pt.pt_lf .txt_box h2{padding-left:10px; border-left:6px solid #ffab00;font-size:26px;margin-bottom:30px;}
/* .lo_pt.pt_lf .txt_box ul {margin-bottom:40px;} */
.lo_pt.pt_lf .txt_box ul > li{margin-bottom:10px;}
.lo_pt.pt_lf .txt_box ul > li:last-child{margin-bottom:0;}

.lo_pt.pt_rt iframe {height: 100%;min-height: 400px;}


#area {
    position: relative; /* absolute는 부모가 relative일 때 부모를 따라간다. */
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 비율 */
}

#map {
    position: absolute;
    width: 100%; /* 부모에 맞게 꽉 채운다. */
    height: 100%;
}

@media (max-width:1120px) {
    .lo_pt.pt_lf .txt_box h2{font-size:20px;}
}
@media (max-width:750px) {
    .lo_pt_wrap{display:flex;flex-flow: column;}
    .lo_pt.pt_lf{width:100%;}
    .lo_pt.pt_rt{width:100%;}
}