.exterior_wrap .exterior_slider {
	position: relative;
	width: 100%;
	height: 100vh;
}
.exterior_wrap .exterior_slider .text {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	font-size: 48.5px;
	font-family: 'NanumSquareNeo';
	color: #fff;
}
.location_wrap {
	max-width: 1388px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}
.location_wrap .sub_title {
	padding-top: 128px;
	padding-bottom: 72px;
}
.kko_map_wrap {
	position: relative;
	border-bottom: 1px solid #ccc;
	margin-bottom: 106px;
}
.kko_map_wrap .root_daum_roughmap_landing {
	overflow: hidden;
    margin: 0;
    background: transparent;
}
.kko_map_wrap .root_daum_roughmap .wrap_controllers {
	display: none;
}
.kko_map_wrap .text_box {
	position: absolute;
    width: 250px;
    top: 55px;
    left: 52px;
    z-index: 2;
    background-color: #fff;
    padding: 40px 24px 25px 24px;
}
.kko_map_wrap .text_box .box_title {
	font-size: 20px;
	margin-bottom: 40px;
}
.kko_map_wrap .text_box .text {
	display: flex;
	margin-bottom: 15px;
}
.kko_map_wrap .text_box .text p {
	font-size: 15px;
}
.kko_map_wrap .text_box .text p:first-child {
	min-width: 70px;
}
@media(max-width:1388px) {
	.location_wrap {
		width: calc(100% - 30px);
	}
}
@media(max-width:992px) {
	.location_wrap .m-yes {
		margin-bottom: 50px;
	}
	.location_wrap .m-yes p {
		font-size: 14px;
		text-align: center;
	}
	.location_wrap .m-yes p:first-child {
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 15px;
	}
}