/* BASIC css start */
body {
    font-family:'NanumSquare', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight:400;
    color: #000;
    margin: 0;
    padding: 0;
}

.renewal_maps_wrap { width:1700px; margin:0 auto 120px; }

.wrap_tit { width:100%; text-align:center; margin:80px 0 50px; font-size:30px; font-weight:900; color:#111; }
.page_tit { font-size:18px; font-weight:bold; color:#5b5b5b; margin:80px 0 50px; padding:0 0 10px; border-bottom:1px solid #b8b8b9; position:relative; }

.flex_block { width:100%; height:auto; }
.flex_block::after { content:""; display:block; clear:both; }
.store_wrap { width:50%; float:left; box-sizing:border-box; padding:0 30px 0 0; }
.map_blocks { width:50%; float:left; position:sticky; top:60px; }

.store_wrap .infos { position:relative; padding:20px 0; border-bottom:1px solid #c0c0c0; color:#acacac; }
.store_wrap .infos .info_tit { color:#232323; font-size:16px; font-weight:900; margin:0 0 30px; cursor:pointer; }
.store_wrap .infos .info_tit.dash { text-decoration:line-through; color:#888; cursor:auto; }
.store_wrap .infos .location_txt { font-size:13px; line-height:16px; margin:0 0 30px; }
.store_wrap .infos.close_store .location_txt { line-height:36px; }
.store_wrap .infos .sw_maps { position:absolute; right:0; bottom:20px; display:table; }
.store_wrap .infos .sw_maps a { display:block; padding:10px 25px; background:#222; color:#fff; font-size:12px; }

#map { width:100%; height:700px; }

.bn_box { width:100%; margin:30px auto; }
.bn_box img { width:100%; }
/* BASIC css end */

