<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.location {
	position: relative;
	margin-top: 440px;
	background: #fff;
	text-align: center;
}
.location_wrap {
	width: 100%;
}
.location_wrap .title {
	position: relative;
	padding-top: 90px;
	text-align: center;
}
.location_wrap .title .ttl {
	font-size: 50px;
	line-height: 50px;
	color: #222;
	transform: translateY(-30%);
}
.location_wrap .title .txt {
	margin-top: 15px;
	color: #777;
	font-size: 20px;
	transform: translateY(-30%);
	transition-delay: 0.3s;
}
.location_wrap .location_map {
	margin-top: 95px;
}
.location_wrap .location_map iframe {
	height: 580px;
}
.location_wrap .location_info {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding-bottom: 140px;
	text-align: left;
}
.location_wrap .location_info dl {
	display:inline-block;
	margin: 60px 20px 0;
	width: calc(50% - 40px);
	font-size: 14px;
	vertical-align: top;
}
.location_wrap .location_info dt {
	color: #222;
	font-size: 15px;
	font-weight: bold;
}
.location_wrap .location_info dt i {
	margin-right: 10px;
	color: #666;
	font-size: 18px;
}
.location_wrap .location_info dd {
	margin-top: 15px;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 14px;
	line-height:1.46;
	color: #444;
	word-break: keep-all;
}


@media ( max-width: 1417px ) {
	.location_wrap .location_map {
		margin-top: 30px;
	}
	.location_wrap .location_info dl {
		margin-top: 30px;
	}
	.location_wrap .location_info dd {
		margin-top: 18px;
	}
}


@media (max-width:1024px) {
	.location {
		margin-top: 0;
	}
	.location_wrap .title {
		padding-top: 50px;
	}
	.location_wrap .title .ttl {
		font-size: 25px;
		line-height: 25px;
	}
	.location_wrap .title .txt {
		margin-top: 8px;
		font-size: 14px;
	}

	.location_wrap .location_map iframe {
		height: 375px;
	}
	.location_wrap .location_info {
		max-width: calc(100% - 30px);
		padding-bottom: 70px;
	}
	.location_wrap .location_info dl {
		display: block;
		margin: 30px 0 0;
		width: 100%;
	}
	.location_wrap .location_info dl dd {
		margin-top: 8px;
		line-height: 1.4;
	}
	.location_wrap .location_info dl dd p {
		margin-bottom: 3px;
	}
}</pre></body></html>