@charset "utf-8";

/* 기존 html 상단 공통 스타일*/
.gnb-wrap .depth-one > li > a {
	padding: 20px 18px 35px;
}
.select-push .select-list button {
	font-size: 18px;
}

/* header */
.header-utill.pc-block {
	align-items: center;
}
.all-menu .ly-inner > ul {
	justify-content: center;
	gap: 6%;
}
.no-page-location .ly-menu {
	top: 100%;
}
.no-page-location #location {
	display: none;
}
.btn-more-card-wrap {
	display: flex;
	justify-content: center;
	margin-top: 80px;
}

@media (max-width: 1024px) {
	.btn-more-card-wrap {
		margin-top: 6vw;
	}
}

@media (max-width: 768px) {
	#header .header-wrap {
		align-items: center;
	}
	.mo-block .ctab-wrap.vt-type {
		overflow-y: auto;
	}
	.btn-more-card-wrap {
		margin-top: 12vw;
	}
}
