/* 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:100%; margin:0 auto 40px; padding:0 1%; box-sizing:border-box; }

.wrap_tit { width:100%; text-align:center; margin:80px 0 50px; font-size:16pt; font-weight:bold; color:#111; }
.page_tit { font-size:16pt; 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; }

.store_wrap .infos { position:relative; padding:20px 0; border-bottom:1px solid #c0c0c0; color:#acacac; }
.store_wrap .infos .info_tit { color:#232323; font-size:13pt; 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:11pt; line-height:14pt; margin:0 0 30px; }
.store_wrap .infos.close_store .location_txt { line-height:20pt; }
.store_wrap .infos .sw_maps { position:absolute; right:0; bottom:20px; display:table; z-index:999; }
.store_wrap .infos .sw_maps a { display:block; padding:10px 25px; background:#222; color:#fff; font-size:10pt; }
.store_wrap .infos .loca_pin { position:absolute; top:20px; right:0; }
.store_wrap .infos .loca_pin svg { width:25px; height:25px; }

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

.store_wrap { transition:height .28s ease; overflow:hidden; }

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

