/* map */

#shop_Top{width:100%; margin-bottom:50px; border:1px solid #e0e0e0; font-size:0; line-height:0; display: table; table-layout: fixed; position: relative;}
#shop_Top>*{display:table-cell; vertical-align: middle;}
#shop_Top .shop_map{width:45%; background-color: #f6f6f6;}
#shop_Top .shop_map .shop_map_in{width:250px; margin:0 auto; position: relative;}
#shop_Top .shop_map #south{width: 100%; height:500px;}

div.loc_div{margin-left:-20px; padding:5px; background-color:#000; text-align:center; position: absolute; border-radius:5px; display: none;}
div.loc_div h2{font-size:12px; color: #fff; white-space: nowrap;}

/* loc_01~17 서울1, 부산2, 대구3, 인천4, 광주5, 대전6, 울산7, 세종8, 경기9, 강원10, 충북11, 충남12, 전북13, 전남14, 경북15, 경남16, 제주17 */
/* 시도명 나오는 부분 위치 조절 */
#loc_01{left:100px; top:125px; }
#loc_02{left:245px; top:345px; }
#loc_03{left:170px; top:270px; }
#loc_04{left:0; top:120px; }
#loc_05{left:60px; top:260px; }
#loc_06{left:30px; top:245px; }
#loc_07{left:260px; top:320px; }
#loc_08{left:10px; top:215px; }
#loc_09{left:80px; top:145px; }
#loc_10{left:150px; top:45px; }
#loc_11{left:120px; top:185px; }
#loc_12{left:20px; top:225px; }
#loc_13{left:60px; top:285px; }
#loc_14{left:60px; top:340px; }
#loc_15{left:170px; top:250px; }
#loc_16{left:130px; top:340px; }
#loc_17{left:80px; top:440px; }

#shop_Top .shop_sch{border-left:1px solid #e0e0e0; padding:0 50px;}
#shop_Top .shop_sch .nTxt{padding-top:0;}
#shop_Top .shop_sch .search_Box{width:100%; margin-top:35px; font-size:0; line-height:0; text-align: left; display:block; position: relative;}
#shop_Top .shop_sch .search_Box form,
#shop_Top .shop_sch .search_Box form span{display: flex; justify-content: space-between;}
#shop_Top .shop_sch .search_Box select,
#shop_Top .shop_sch .search_Box input[type=text],
#shop_Top .shop_sch .search_Box input[type=submit]{height:46px; padding:0 15px; background-color: #fff; border:1px solid #ddd; font-weight: 400; font-size:15px; line-height:44px; color: #666; text-align: left; display:inline-block; vertical-align: top; box-sizing: border-box;}
#shop_Top .shop_sch .search_Box select{padding-right:40px; background:#fff url('/theme/basic/img/bg_select_arr.gif') no-repeat right center; -webkit-appearance: none; -moz-appearance: none; appearance: none;}
#shop_Top .shop_sch .search_Box select::-ms-expand{display:none;}
#shop_Top .shop_sch .search_Box input[type=text]{width:100%;}
#shop_Top .shop_sch .search_Box input[type=submit]{width:110px; padding:0; border-color:#3066d0; background-color: #3066d0; color: #fff; text-align: center; cursor: pointer;}

#shop_Top .shop_sch .search_Box select+input[type=text],
#shop_Top .shop_sch .search_Box select+span{margin-left:10px;}
#shop_Top .shop_sch .search_Box input[type=text]+input[type=submit]{margin-left:-1px;}



#mapTop{width:100%; margin-bottom:0; font-size:0; line-height:0; display: table; table-layout: fixed; position: relative;}
#mapTop>*{display:table-cell; vertical-align: middle;}
#mapTop .show_map{width:40%; font-size:0; line-height:0; text-align: center;}
#mapTop .shop_map_in{display:inline-block; position: relative;}
#mapTop .shop_map_in>*{transition: all .3s ease-out; transform-origin: 50% 50%;}
#mapTop .shop_map_in .c{position: absolute; left:0; top:0; opacity: 0; z-index:2;}
#mapTop .shop_map_in .m{position: relative; z-index:3;}

#mapTop .shop_map_in.active .m{opacity: 0;}
#mapTop .shop_map_in .c.active{opacity: 1;}

#mapTop .right{width:60%; text-align: right;}
#mapTop .board_list{width:100%; border-top-color:#f3120c; border-bottom:none; vertical-align: top;}
#mapTop .board_list>table{margin:0;}
#mapTop .board_list>table>thead>tr>th{background-color: #f8f8f8;}
