@charset "utf-8";
body.page #container {
	width: 100%;
	padding-top: 0 !important;
}

.img img {
	max-width: 100%;
}

img.mobile {
	display: none;
}

/*───────────────────────────────────────────────────────────
    서브 공통
───────────────────────────────────────────────────────────*/
#page {
	text-align: center;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#page .sub_tit {
	font-size: 30px;
	text-align: center;
	padding: 10px 0 45px;
}

#page .inner {
	width: 1360px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body.page .sub_vs {
	padding-top: 149px;
}

body .sub_vs .sub_tit strong {
	display: none;
}

/*───────────────────────────────────────────────────────────
    오시는길
───────────────────────────────────────────────────────────*/
.subMap {
	width: 1280px;
	margin: 0 auto;
}

.subMap .root_daum_roughmap {
	width: 100%;
	height: 640px;
}

.map_info {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 58px 0;
}

.map_info dl {
    display: flex;
    justify-content: center;
    align-items: center;
	width: 50%;
    text-align: center;
}

.map_info dt {
    display: flex;
    align-items: center;
	font-size: 30px;
	font-weight: normal;
	margin-right: 5px;
}

.map_info dt:before {
	display: inline-block;
	content: "";
	width: 6px;
	height: 26px;
	vertical-align: middle;
	margin-right: 15px;
	background: #5d2e00;
}

.map_info dd {
	font-size: 30px;
	margin: 0;
}







