.sect__location {
	padding: 120px 0 140px;
}
.sect__location br.--mobile {
	display: none;
}
.sect__location .location__hd,
.sect__location .location__body {
	width: 90%;
	max-width: 1400px;
	margin: 0 auto;
}
.sect__location .location__hd {
	margin-bottom: 80px;
}
.sect__location .hd__title {
	margin-bottom: 50px;
}
.sect__location .hd__media {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 16px;
	height: 500px;
}
.sect__location .hd__media #daumRoughmapContainer1779083598209 {
	width: 100% !important;
	height: 100% !important;
}
.sect__location .hd__media .hd__media__map {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border-radius: 30px;
	overflow: hidden;
}
.sect__location .hd__media .hd__media__map .wrap_map {
	height: 100%;
}
.sect__location .hd__media .hd__media__img {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border-radius: 30px;
	overflow: hidden;
}
.sect__location .hd__media .hd__media__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
}
.sect__location .location__body {
	display: grid;
	grid-template-columns: calc(100% - 980px) 980px;
	gap: 40px;
}
.sect__location .body__addr {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding-top: 10px;
}
.sect__location .body__addr .addr__txt {
	font-size: 30px;
	font-weight: 700;
	color: #1a1a1a;
	line-height: 1.5;
	font-style: normal;
	margin-bottom: 40px;
}
.sect__location .body__addr .addr__txt em {
	font-style: normal;
	font-weight: 700;
}
.sect__location .body__addr .addr__guide {
	font-size: 30px;
	font-weight: 700;
	color: #1a1a1a;
	line-height: 1.5;
	margin-bottom: 40px;
	word-break: keep-all;
}
.sect__location .body__addr .addr__guide strong {
	font-weight: 700;
}
.sect__location .body__addr .addr__maplink {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
}
.sect__location .body__addr .addr__maplink .maplink__btn {
	display: block;
	width: 45px;
	aspect-ratio: 1/1;
	border-radius: 50%;
	font-size: 10px;
	overflow: hidden;
	background: center/contain no-repeat;
	color: rgba(0, 0, 0, 0);
}
.sect__location .body__addr .addr__maplink .maplink__btn.--naver {
	background: #f1f1f1 url(/img/common/logo/naver-map.svg) center/50% auto no-repeat;
}
.sect__location .body__addr .addr__maplink .maplink__btn.--kakao {
	background: #fae100 url(/img/common/logo/kakao-map.svg) center/80% auto no-repeat;
}
.sect__location .body__info {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
}
.sect__location .info__card {
	background: #f4f4f4;
	border-radius: 30px;
	padding: 50px;
	font-size: 16px;
}
.sect__location .info__card .txt__box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 16px;
}
.sect__location .info__card .txt__box .--shorts {
	width: 72px;
	height: 40px;
}
.sect__location .info__card .txt__box .--shorts svg {
	width: 100%;
	height: 100%;
}
.sect__location .info__card .info__card__label {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0.5em 1.2em;
	border-radius: 100px;
	background: #6b7a8d;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 1.5em;
}
.sect__location .info__card .info__card__cont dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
}
.sect__location .info__card .info__card__cont dl dt {
	color: #6f7a85;
	font-weight: 600;
	white-space: nowrap;
}
.sect__location .info__card .info__card__cont dl dd {
	color: #515151;
	font-weight: 500;
}
.sect__location .info__card.--subway .info__card__cont dt {
	font-weight: 600;
	color: #6bcbce;
	margin-bottom: 4px;
}
.sect__location .info__card.--subway .info__card__cont dt + dd {
	margin-bottom: 14px;
}
.sect__location .info__card.--subway .info__card__cont dt:nth-of-type(2) {
	color: #ff7d21;
}
.sect__location .info__card.--subway .info__card__cont dt:nth-of-type(3) {
	color: #ff7d21;
}
.sect__location .info__card.--subway .info__card__cont dd {
	color: #555;
	line-height: 1.6;
	padding-left: 0.5em;
}
.sect__location .info__card.--bus .info__card__cont--bus {
	display: grid;
	grid-template-columns: 27% 30% 43%;
	gap: 20px 0;
}
.sect__location .info__card.--car .info__card__cont--car {
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.sect__location .info__card.--car .info__card__cont--car .car__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
}
.sect__location .info__card.--car .info__card__cont--car .car__item dd {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 12px;
}
.sect__location .body__info__bottom {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}
.sect__location .info__card.--hours .info__card__cont--hours dl {
	display: grid;
	grid-template-columns: 4.5em calc(100% - 4.5em);
	margin-bottom: 30px;
	gap: 1em 0;
}
.sect__location .info__card.--hours .hours__notice {
	font-size: 16px;
	color: #898989;
}
.sect__location .info__card.--tel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}
.sect__location .info__card.--tel .tel__label {
	font-size: 16px;
	color: #6f7a85;
	font-weight: bold;
	margin-bottom: 1em;
}
.sect__location .info__card.--tel .tel__num {
	display: block;
	font-size: 40px;
	font-weight: 700;
	color: #515151;
	-webkit-text-decoration: 0;
	text-decoration: 0;
}
@media screen and (max-width: 1450px) {
	.sect__location .location__body {
		grid-template-columns: auto;
	}
	.sect__location .body__addr .addr__txt br {
		display: none;
	}
} /*# sourceMappingURL=location.min.css.map */
