/* map */
.map_bg {padding-top: 50px; display:flex; flex-flow:row wrap; justify-content:center; align-items:center;}
#canvas {position:relative; width:300px; height:500px;}
#south {width:300px; height:500px; position: absolute; top: 0; left: 0;}
#south svg {transform: scale(1.2);}
/*div.loc_div{ position: absolute; height:16px; background-color:#000; color:#fff; padding:2px 5px; text-align:center;border-radius:5px;}*/
div.loc_div{position: absolute; color:#333; display:inline-block;  text-align:center; font-weight:bold; margin-top:10px;}
div.loc_div h4	{font-weight:bold; font-size:14px;}
div.loc_div > h4 > a{font-weight:500; font-size:14px; color:#212121; font-weight: 300; display:block;}

@media(max-width:800px){
#bo_list .map_bg {justify-content:center; padding-top: 0;}
#bo_list #canvas {height: 450px;}
#bo_list #south {height:450px;}
#bo_list #south svg {transform: scale(1);}
#bo_list #map_right_wrapper {margin-left: 0; width: 250px;}
#bo_list #map_right_wrapper .inputbox2 {width: 100%; font-size: 14px;}
#bo_list #map_right_wrapper .store_search_btn {width: 100%;}
#bo_list #map_right_wrapper .selectbox2 {width: 100%; font-size: 14px;}

}

@media(max-width:600px){
#bo_list .map_bg {justify-content:center; padding-top: 0;}
#bo_list #canvas {display: none;}
#bo_list #map_right_wrapper {margin-left: 0; width: 100%;}
}


::-webkit-input-placeholder { /* Safari, Chrome and Opera */
  color: #968d7e;
	padding-left:5px;
}

:-moz-placeholder { /* Firefox 18- */
  color: #968d7e;
	padding-left:5px;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #968d7e;
	padding-left:5px;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #968d7e;
	padding-left:5px;
}

::-ms-input-placeholder { /* Edge */
  color: #968d7e;
	padding-left:5px;
}

:placeholder-shown { /* Standard one last! */
  color: #968d7e;
	padding-left:5px;
}

.tit_category	{}
.tit_category > span.tit	{color:#333;font-size:20px;display:inline-block;}
.tit_category > span.desc	{color:#333;font-size:15px;margin-left:15px;display:inline-block;}
/* loc_01~17 서울, 부산, 대구, 인천, 광주, 대전, 울산, 세종, 경기, 강원, 충북, 충남, 전북, 전남, 경북, 경남, 제주 */
#loc_01{ left:85px; top:75px; }/* 서울 */
#loc_02{ left:220px; top:295px; }/* 부산*/
#loc_03{ left:180px; top:240px; }/* 대구*/
#loc_04{ left:40px; top:115px; }/* 인천   */
#loc_05{ left:25px; top:285px; }/* 광주 */
#loc_06{ left:110px; top:210px; }/* 대전 */
#loc_07{ left:240px; top:250px; }/* 울산 */
#loc_08{ left:110px; top:175px; }/* 세종 */
#loc_09{ left:95px; top:120px; }/* 경기 */
#loc_10{ left:150px; top:80px; }/* 강원 */
#loc_11{ left:135px; top:150px; }/* 충북 */
#loc_12{ left:25px; top:180px; }/* 충남 */
#loc_13{ left:85px; top:250px; }/* 전북 */
#loc_14{ left:70px; top:310px; }/* 전남 */
#loc_15{ left:180px; top:185px; }/* 경북 */
#loc_16{ left:145px; top:275px; }/* 경남 */
#loc_17{ left:145px; top:370px; }/* 제주 */

/*버튼*/
.selectbox2	{border:1px solid #a9a9a9;background-color:#fff; color:#000;width:150px;height:36px; padding-left:10px;}
.inputbox2	{border:1px solid #a9a9a9;background-color:#fff; height:36px;width:339px; text-indent:5px;}
.store_search_btn {background:#d71921; border:none; color:#fff;width:339px; padding:10px 0; font-weight:500; font-size:16px;}


#map_right_wrapper{float:left; margin-left:10%; width:350px; padding-bottom: 5%;}
.map_right_title1 {margin:20px 0 7px 0;}
.map_right_title2 {margin:30px 0 7px 0;}

#bo_sch { margin-bottom:10px;padding-top:5px;text-align:left; }
#bo_sch legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}

.td_branch_img {} 
.td_subject { }
.td_branch_addr				{width:260px;}
.td_branch_name>div		{padding-bottom:5px;}
div.list_branch_tit			{color:#333; font-size:20px; font-weight:bold; margin-bottom:10px;}



#business_time			{float:left; width:200px; margin-top:143px; margin-left:40px;background:#fff;border:1px solid #aaa; text-align:center; padding:24px 20px;}
#business_time div	{height:1px; background:#ddd; width:30%; margin:5px auto;}
#business_time h3		{font-size:18px;  margin-bottom:5px;}
#business_time p		{margin-bottom:5px;}




/* 게시글 보기 */
#bo_v_info{margin-bottom:10px;}

#bo_v_img_branch {float:left; margin:0 10px 10px 0;overflow:hidden;zoom:1}
#bo_v_img_branch:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_img_branch img {margin-bottom:20px;max-width:100%;height:auto}

#bo_v_con_branch {float:left; margin:0; padding:0; list-style:none; width:70%;line-height:1.7em;word-break:break-all;overflow:hidden}
#bo_v_con_branch li span.con_branch_title{display:inline-block; width:60px;}
#bo_v_con_branch a {color:#000;text-decoration:underline}
#bo_v_con_branch img {max-width:100%;height:auto}
