/* 공통  */
.sub_con {width: 100%; padding:0 15px; position: relative; }

/*Content CSS*/
#location {text-align: center;}

#location .box {background: #fff; display: flex; align-items: center; padding:0; position: relative; z-index: 2; text-align: left; flex-direction: column; }
#location .box .logo img {width: 150px; }

#location .box ul {display: flex; width: 100%; flex-direction: column; margin-top:20px;}
#location .box ul li {width: 100%; text-align: left;  padding:12px 15px; display: flex; align-items: center; border-bottom: 1px dashed #ddd; }
#location .box ul li:last-child {border-bottom: 0;}
#location .box ul li .icon img {width: 22px; }
#location .box ul li h1 {font-size:13px; font-weight: 700; color:#333; margin:0 15px ; min-width: 60px;}
#location .box ul li p {font-size:13px; font-weight: 300; color:#989898; word-break: keep-all;}
#location .map {margin-top:10px; }
#location .map .root_daum_roughmap .wrap_controllers {display: none; }






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

}

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

}

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

}

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

}
