@charset "utf-8"; 

.map_search {
	border: 1px solid #d7d7d7;
	padding: 50px;
}

.map_search .top_area {
	position: relative;
}

.map_search .txt_area {
	float: left;
}

.map_search #canvas {
	float: left; 
	position: relative; 
	width: 320px; 
	height: 400px; 
	margin-left: 60px;
	margin-top: -20px;
	margin-bottom: 20px;
}

.map_search .tit {
	font-size: 36px;
	color: #313131;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 10px;
}

.map_search .tit span {
	font-size: 48px;
	color: #d6a053;
}

.map_search .big {
	font-size: 22px;
	color: #313131;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 10px;
}

.map_search .big span {
	color: #d6a053;
}

.map_search .small {
	font-size: 18px;
	color: #313131;
	font-weight: 700;
	margin-bottom: 15px;
}

.map_search .num {
	display: inline-block;
	font-size: 54px;
	font-weight: 800;
	color: #d6a053;
	letter-spacing: -2px;
}
.map_search .num + .num {
	display: block;
	margin-bottom: 30px;
}

.map_search .num span {
	font-weight: 700;
}

.map_search .links {
	margin-bottom: 70px;
	clear: both;
	display: none !important;
}

.map_search .links li {
	float: left;
	width: 170px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #736357;
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	border-radius: 5px;
	margin-left: 5px;
	box-shadow: 2px 3px 0px rgba(0, 0, 0, 0.25);
	transition: 0.3s;
}

.map_search .links li:first-child {
	margin-left: 0;
}

.map_search .links li:hover {
	background: #313131;
}

.map_search .links li a {
	display: block;
}

.map_search .search_wrap {
	margin-bottom: 20px;
	clear: both;
}

.map_search .search_wrap select {
	float: left;
	width: 145px;
	height: 30px;
	border: 1px solid #acacac;
	font-size: 14px;
	padding-left: 5px;
	margin-right: 5px;
	cursor: pointer;
}

.map_search .search_wrap input[type="text"] {
	float: left;
	width: 230px;
	height: 30px;
	border: 1px solid #acacac;
	font-size: 14px;
	padding-left: 5px;
	margin-right: 5px;
}

.map_search .search_wrap button {
	float: left;
	width: 90px;
	height: 30px;
	font-size: 14px;
	background: #736357;
	color: #ffffff;
	font-weight: bold;
	transition: 0.3s;
}

.map_search .search_wrap button:hover {
	background: #313131;
}

.map_search table {
	width: 100%;
	border-top: 3px solid #898989;
	font-family: 'Dotum';
	font-size: 14px;
	margin-bottom: 20px;
}

.map_search table tr th {
	height: 35px;
	border-bottom: 1px solid #b7b7b7;
	border-left: 1px solid #b7b7b7;
	background: #d7d7d7;
	color: #585757;
	font-weight: bold;
}

.map_search table tr .th00 {
	width: 25px;
	border-left: 0;
	border-right: 1px solid #b7b7b7;
}

.map_search table tr .th01 {
	width: 240px;
	border-left: 0;
}

.map_search table tr .th02 {
	width: 140px;
}

.map_search table tr .th03 {
	width: 200px;
}

.map_search table tr .th05 {
	width: 120px;
}

.map_search table tr td {
	height: 40px;
	border-bottom: 1px solid #b7b7b7;
	border-left: 1px solid #b7b7b7;
	color: #585757;
	text-align: center;
	padding: 7px 5px;
}

.map_search table tr td a {
	display: block;
	width: 85px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	background: #736357;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	border-radius: 3px;
	margin: 0 auto;
	transition: 0.3s;
}

.map_search table tr td a:hover {
	background: #313131;
}

	@media screen and (max-width : 1300px) {
	.map_search {
		padding: 40px;
	}

	.map_search #canvas {
		margin-left: 100px;
	}

	.map_search .tit {
		font-size: 32px;
	}

	.map_search .tit span {
		font-size: 42px;
	}

	.map_search .big {
		font-size: 20px;
	}

	.map_search .small {
		font-size: 17px;
	}

	.map_search .small br {
		display: block !important;
	}

	.map_search .num {
		font-size: 48px;
	}

	.map_search .links li {
		width: 150px;
		height: 35px;
		line-height: 35px;
		font-size: 16px;
		margin-left: 7px;
		margin-bottom: 7px;
	}

	.map_search .links li:nth-child(3) {
		clear: both;
		margin-left: 0;
	}

	.map_search table tr .th01 {
		width: 180px;
	}

	.map_search table tr .th02 {
		width: 100px;
	}

	.map_search table tr .th03 {
		width: 160px;
	}

	.map_search table tr .th05 {
		width: 100px;
	}
	}

	@media screen and (max-width : 1080px) {
	.map_search .top_area {
		background-size: 260px;
	}

	.map_search #canvas {
		position: absolute;
		margin-left: 0px;
		margin-top: 0px;
		right: 10px;
		top: -10px;
	}

	.map_search .tit {
		font-size: 28px;
	}

	.map_search .tit span {
		font-size: 36px;
	}

	.map_search .big {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.map_search .small {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.map_search .small br {
		display: block !important;
	}

	.map_search .num {
		font-size: 40px;
		margin-bottom: 30px;
	}

	.map_search .num span {
		font-size: 18px;
	}

	.map_search .links {
		margin-bottom: 50px;
	}

	.map_search .links li {
		width: 150px;
		height: 35px;
		line-height: 35px;
		font-size: 16px;
		margin-left: 7px;
		margin-bottom: 7px;
	}

	.map_search .links li:nth-child(3) {
		clear: both;
		margin-left: 0;
	}

	.map_search .search_wrap {
		margin-bottom: 90px;
	}

	.map_search .search_wrap input[type="text"] {
		width: 220px;
	}

	.map_search table {
		font-size: 13px;
	}

	.map_search table tr .th01 {
		width: 120px;
	}

	.map_search table tr .th02 {
		width: 80px;
	}

	.map_search table tr .th03 {
		width: 120px;
	}

	.map_search table tr .th05 {
		width: 90px;
	}

	.map_search table tr td a {
		width: 75px;
	}
	}

	@media screen and (max-width : 900px) {
	.map_search {
		padding: 30px;
	}

	.map_search .top_area {
		padding-bottom: 40px;
	}

	.map_search #canvas {
		position: absolute;
		width: 320px; 
		height: 400px; 
		margin-left: 0px;
		margin-top: 0px;
		right: -20px;
		top: -20px;
		transform: scale(0.9);
	}

	.map_search .tit {
		font-size: 22px;
		margin-bottom: 10px;
		margin-top: 30px;
	}

	.map_search .tit span {
		font-size: 28px;
	}

	.map_search .big {
		font-size: 17px;
		margin-bottom: 5px;
	}

	.map_search .small {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.map_search .num {
		font-size: 36px;
		margin-bottom: 20px;
		letter-spacing: -2px;
	}

	.map_search .num span {
		font-size: 16px;
	}

	.map_search .links {
		margin-bottom: 40px;
	}

	.map_search .links li {
		width: 120px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		margin-left: 7px;
		margin-bottom: 7px;
	}

	.map_search .search_wrap {
		margin-bottom: 40px;
	}

	.map_search .search_wrap select {
		width: 90px;
		font-size: 12px;
	}

	.map_search .search_wrap input[type="text"] {
		width: 170px;
		font-size: 12px;
	}

	.map_search .search_wrap button {
		width: 70px;
		font-size: 13px;
	}

	.map_search table {
		border-top: 3px solid #898989;
		font-size: 13px;
		margin-bottom: 15px;
	}

	.map_search table tr th {
		height: 35px;
	}

	.map_search table tr .th01 {
		width: 120px;
	}

	.map_search table tr .th02 {
		display: none;
	}

	.map_search table tr .th03 {
		width: 120px;
	}

	.map_search table tr .th05 {
		width: 90px;
	}

	.map_search table tr td {
		height: 40px;
	}

	.map_search table tr td a {
		width: 75px;
		height: 25px;
		line-height: 25px;
		font-size: 12px;
	}
	}

	@media screen and (max-width : 700px) {
	.map_search {
		padding: 20px;
	}

	.map_search .top_area {
		padding-bottom: 0;
	}

	.map_search .txt_area {
		float: none;
		text-align: center;
	}

	.map_search #canvas {
		position: relative;
		float: none;
		width: 320px; 
		height: 400px; 
		right: -3%;
		top: 0px;
		transform: scale(1);
		margin: 15px auto;
	}

	.map_search .tit {
		font-size: 19px;
		margin-bottom: 7px;
		margin-top: 0;
		text-align: center;
	}

	.map_search .tit br {
		display: none;
	}

	.map_search .tit span {
		font-size: 22px;
	}

	.map_search .big {
		font-size: 15px;
		margin-bottom: 5px;
		text-align: center;
	}

	.map_search .small {
		font-size: 13px;
		margin-bottom: 7px;
		text-align: center;
	}

	.map_search .num {
		font-size: 32px;
		margin-bottom: 20px;
		letter-spacing: -2px;		
		float: none;
	}

	.map_search .links {
		margin-bottom: 25px;
	}

	.map_search .links li {
		font-size: 13px;
	}

	.map_search .search_wrap {
		width: 340px;
		margin: 0 auto 15px;
	}

	.map_search .search_wrap select {
		width: 90px;
		font-size: 12px;
	}

	.map_search .search_wrap input[type="text"] {
		width: 170px;
		font-size: 12px;
	}

	.map_search .search_wrap button {
		width: 70px;
		font-size: 13px;
	}

	.map_search table {
		font-size: 13px;
		margin-bottom: 10px;
		letter-spacing: -1px;
	}

	.map_search table tr .th01 {
		width: 85px;
	}

	.map_search table tr .th03 {
		width: 100px;
	}

	.map_search table tr .th05 {
		width: 70px;
	}

	.map_search table tr td a {
		width: 60px;
	}
	}

	@media screen and (max-width : 550px) {
	.map_search {
		padding: 20px 15px;
	}

	.map_search #canvas {
		position: relative;
		float: none;
		width: 320px; 
		height: 400px; 
		right: -3%;
		top: 0px;
		transform: scale(0.8);
		margin: -45px auto -30px;
	}

	.map_search .tit {
		font-size: 16px;
		margin-bottom: 5px;
	}

	.map_search .tit span {
		font-size: 18px;
	}

	.map_search .big {
		font-size: 13px;
		margin-bottom: 5px;
		letter-spacing: -1px;
	}

	.map_search .small {
		font-size: 12px;
		margin-bottom: 7px;
	}

	.map_search .num {
		font-size: 26px;
		margin-bottom: 12px;
		letter-spacing: -2px;
	}

	.map_search .num span {
		font-size: 14px;
	}

	.map_search .links {
		margin-bottom: 12px;
	}

	.map_search .links li {
		width: 100px;
		height: 27px;
		line-height: 27px;
		font-size: 11px;
		margin-left: 5px;
		margin-bottom: 5px;
		box-shadow: 1px 2px 0px rgba(0, 0, 0, 0.25);
	}

	.map_search .search_wrap {
		width: 266px;
	}

	.map_search .search_wrap select {
		width: 70px;
		height: 27px;
		font-size: 11px;
		margin-bottom: 5px;
		margin-right: 3px;
	}

	.map_search .search_wrap input[type="text"] {
		width: 140px;
		height: 27px;
		font-size: 11px;
		margin-right: 3px;
	}

	.map_search .search_wrap button {
		width: 50px;
		height: 27px;
		font-size: 11px;
	}

	.map_search table {
		border-top: 2px solid #898989;
		font-size: 12px;
		margin-bottom: 7px;
	}

	.map_search table tr th {
		height: 32px;
	}

	.map_search table tr .th01 {
		width: 70px;
	}

	.map_search table tr .th03 {
		display: none;
	}

	.map_search table tr .th05 {
		width: 60px;
	}

	.map_search table tr td {
		height: 35px;
	}

	.map_search table tr td a {
		width: 50px;
		font-size: 11px;
	}
	}


/*map*/
#south {width: 320px; height: 400px; position: absolute; top: 0; left: 0;}
div.loc_div {display: none; position: absolute; height: 18px; line-height: 18px; background-color: #8d7146; color: #ffffff; padding: 0px 5px; text-align: center;}
#canvas p {font-size: 12px; font-family: 'Dotum', sans-serif; font-weight: bold;}
#loc_01 {left: 80px; top: 75px;}
#loc_02 {left: 190px; top: 250px;}
#loc_03 {left: 170px; top: 210px;}
#loc_04 {left: 60px; top: 75px;}
#loc_05 {left: 60px; top: 260px;}
#loc_06 {left: 80px; top: 165px;}
#loc_07 {left: 200px; top: 225px;}
#loc_08 {left: 70px; top: 145px;}
#loc_09 {left: 80px; top: 45px;}
#loc_10 {left: 150px; top: 45px;}
#loc_11 {left: 120px; top: 145px;}
#loc_12 {left: 60px; top: 165px;}
#loc_13 {left: 60px; top: 205px;}
#loc_14 {left: 60px; top: 260px;}
#loc_15 {left: 150px; top: 165px;}
#loc_16 {left: 130px; top: 240px;}
#loc_17 {left: 80px; top: 340px;}
#map_right_wrapper {float:left; margin-left:10px; width:380px;}
.map_right_title1 {margin:20px 0 7px 0;}
.map_right_title2 {margin:30px 0 7px 0;}
#bo_sch {margin-left:95px; 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}
#bo_cate h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_cate ul {margin-bottom:10px;padding-left:1px;width:100%;zoom:1}
#bo_cate ul:after {display:block;visibility:hidden;clear:both;content:""}
#bo_cate li {float:left; margin:3px 3px 3px 0}
#bo_cate a {display:block;position:relative;margin-left:-1px;padding:6px 0 5px;width:90px;border:1px solid #ddd;background:#f7f7f7;color:#888;text-align:center;letter-spacing:-0.1em;line-height:1.2em;cursor:pointer}
#bo_cate a:focus, #bo_cate a:hover, #bo_cate a:active {text-decoration:none}
#bo_cate #bo_cate_on {z-index:2;border:1px solid #565e60;background:#333;color:#fff;font-weight:bold}
.td_subject {width:100px; }
.td_branch_name {width:100px; text-align:center;}
.td_branch_addr {width:260px;}
#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}