.header {
	width: 100%;
	background-color: #fff;
	z-index: 100;
}
.headerTop {
	width: 100%;
}
.headerTop--logo {
	flex: 0 0 auto;
	width: auto;
	max-width: 250px;
}
.headerTop--logo a {
	display: block;
}
.headerTop--logo img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 64px;
	object-fit: contain;
}
.headerTop--inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 32px;
	padding: 1.5rem 10px;
}
.headerGnb {
	flex: 1 1 auto;
	width: auto;
	max-width: none;
	min-width: 0;
	font-family: Pretendard;
}
.headerGnb--nav .dep1-wrap {
	display: flex;
	justify-content: end;
	gap: 24px;
}
.headerGnb--nav .dep1-wrap .dep1-con {
	position: relative;
	flex: 0 0 auto;
	font-size: 1.3333333333rem;
	color: #111111;
}
.headerGnb--nav .dep1-wrap .dep1 {
	display: block;
	color: #111111;
	letter-spacing: -0.05em;
}
.headerGnb--nav .dep1-wrap .dep1:hover {
	color: #016fff;
}
.headerGnb--nav .dep1-wrap .dep1.active {
	color: #016fff;
}
.headerMobileNav.active .mobile--menu {
	right: 0;
}
.headerMobileNav .mobile--menu {
	position: fixed;
	right: -400px;
	top: 0;
	z-index: 999999;
	width: 100%;
	height: 100vh;
	max-width: 400px;
	padding: 3.75rem 0.9375rem 7.5rem;
	background-color: #ffffff;
	overflow-x: hidden;
	overflow-y: scroll;
	transition: 0.8s;
}
.headerMobileNav .mobile--menu .dep1-wrap {
	width: 100%;
	max-width: 400px;
	margin: 2.2222222222rem auto 0;
	text-align: center;
}
.headerMobileNav .mobile--menu .dep1-wrap .modep1-con {
	position: relative;
}
.headerMobileNav .mobile--menu .dep1-wrap .dep1 {
	display: block;
	position: relative;
	font-size: 1.1111111111rem;
	font-weight: 600;
	padding: 0.6666666667rem 0;
	margin-bottom: 0.6666666667rem;
	color: #424242;
	font-family: 'Pretendard';
}
.headerMobileNav .mobile--menu .dep1-wrap .dep1:hover {
	color: #016fff;
}
.headerMobileNav .mobile--menu .dep1-wrap .dep1.active {
	color: #016fff;
}
.headerMobileNav .mobile--menu .menu__hMenuClose {
	position: absolute;
	left: 20px;
	top: 20px;
}
.headerMobileNav .mobile--menu .menu__hMenuClose span {
	position: absolute;
	display: block;
	width: 20px;
	height: 3px;
	background-color: #424242;
}
.headerMobileNav .mobile--menu .menu__hMenuClose span:first-child {
	transform: translate(-50%, -50%) rotate(45deg);
}
.headerMobileNav .mobile--menu .menu__hMenuClose span:last-child {
	transform: translate(-50%, -50%) rotate(-45deg);
}
.headerMobileNav .mobile__logo {
	width: 100%;
	max-width: 220px;
	margin: 0 auto;
}
.headerMobileNav .mobile__logo img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 74px;
	object-fit: contain;
}

@media screen and (max-width: 1400px) {
	.headerTop--logo {
		width: auto;
		max-width: 240px;
	}
	.headerTop--logo img {
		width: auto;
		max-width: 100%;
		max-height: 56px;
	}
	.headerGnb {
		width: auto;
		max-width: initial;
	}
	.headerGnb .dep1-wrap {
		flex-wrap: nowrap;
		gap: clamp(6px, 1vw, 16px);
	}
	.headerGnb .dep1-wrap .dep1-con {
		font-size: 1.1111111111rem;
	}
	.headerGnb .dep1-wrap .dep1 {
		padding: 0.5555555556rem clamp(0.4444444444rem, 0.8vw, 0.8888888889rem);
		font-size: 0.9444444444rem;
	}
}
@media screen and (max-width: 1200px) {
	.headerTop--inner {
		gap: 20px;
		padding: 1.2222222222rem 10px;
	}
	.headerTop--logo {
		max-width: 220px;
	}
	.headerGnb .dep1-wrap .dep1 {
		padding: 0.5555555556rem 1.1111111111rem;
	}
}
@media screen and (max-width: 1024px) {
	.header {
		top: 0;
		z-index: 99999;
	}
	.headerTop--logo img {
		max-width: 180px;
		max-height: 44px;
	}
	.headerGnb {
		display: none;
	}
	.headerTop--inner {
		padding: 1rem 10px;
		position: relative;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		width: 100%;
	}
	.headerTop--logo {
		position: relative;
		left: auto;
		top: auto;
		-moz-transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
		max-width: 180px;
		width: initial;
	}
	.headerTop .mobile__btn {
		display: block;
		position: absolute;
		right: 14px;
	}
	.headerTop .mobile__btn button {
		width: 100%;
		text-align: center;
	}
	.headerTop .mobile__btn button div {
		width: 24px;
		margin: 0 auto;
	}
	.headerTop .mobile__btn button div span {
		display: block;
		width: 100%;
		height: 2px;
		background-color: #016fff;
	}
	.headerTop .mobile__btn button div span:nth-child(2) {
		margin: 6px 0;
	}
	.headerMobileNav .mobile__logo {
		text-align: center;
		width: 60%;
		max-width: 220px;
	}
	.headerMobileNav .mobile__logo img {
		width: 100%;
	}
	.headerMobileNav .mobile__btn button {
		width: 100%;
		text-align: center;
	}
	.headerMobileNav .mobile__btn button div {
		width: 24px;
		margin: 0 auto;
	}
	.headerMobileNav .mobile__btn button div span {
		display: block;
		width: 100%;
		height: 2px;
		background-color: #fff;
	}
	.headerMobileNav .mobile__nav .modep1 {
		color: #212121;
	}
}
.quickMenu {
	position: fixed;
	top: 25%;
	right: 14px;
	z-index: 99991;
	width: 94px;
	font-size: 0;
	transition: top 0.2s;
}
.quickMenu ul {
	overflow: hidden;
	border: 1px solid rgba(7, 31, 67, 0.12);
	border-radius: 999px;
	background: #fff;
	box-shadow: 0 16px 38px rgba(7, 31, 67, 0.2);
}
.quickMenu ul > li {
	text-align: center;
	background-color: #ffffff;
}
.quickMenu ul > li.call {
	border-radius: 0;
	background: #071f43;
}
.quickMenu ul > li.call p {
	color: #fff;
	font-weight: 700;
}
.quickMenu ul > li.top {
	display: flex;
	justify-content: center;
	background-color: #506176;
	border-radius: 0;
}
.quickMenu ul > li.top p {
	color: #ffffff;
}
.quickMenu ul > li.top > button {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	gap: 0.44rem;
	color: #fff;
}
.quickMenu ul > li.call .icon img {
	filter: drop-shadow(0 2px 5px rgba(255, 255, 255, 0.28));
}
.quickMenu ul > li.top > button span {
	font-family: Pretendard;
	font-size: 0.82rem;
	font-weight: 700;
}
.quickMenu ul > li:not(.top):nth-child(n + 2) {
	position: relative;
}
.quickMenu ul > li:not(.top):nth-child(n + 2)::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	height: 1px;
	background-color: #e0e0e0;
}
.quickMenu ul > li a,
.quickMenu ul > li button {
	padding: 1rem 5px;
}
.quickMenu .icon,
.quickMenu .icon img {
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 auto;
}
.quickMenu ul > li a:focus-visible,
.quickMenu ul > li button:focus-visible {
	position: relative;
	z-index: 2;
	outline: 3px solid #ffcc33;
	outline-offset: -3px;
}
.quickMenu ul > li a:hover,
.quickMenu ul > li button:hover {
	opacity: 0.85;
}
.quickMenu ul > li p {
	font-family: Pretendard;
	font-size: 0.9rem;
	font-weight: 600;
	margin-top: 0.5555555556rem;
}
.quickMenu ul > li p.mar0 {
	margin-top: 0;
}

@media screen and (max-width: 1401px) {
	.quickMenu {
		top: auto;
		right: auto;
		bottom: 12px;
		left: 50%;
		width: min(720px, calc(100% - 24px));
		border-top: 0;
		transform: translateX(-50%);
	}
	.quickMenu ul {
		border-radius: 999px;
		box-shadow: 0 10px 28px rgba(7, 31, 67, 0.24);
	}
	.quickMenu ul {
		display: flex;
		flex-wrap: wrap;
	}
	.quickMenu ul > li {
		flex: 1 1;
		min-width: 0;
		border-radius: 0;
	}
	.quickMenu ul > li:not(.logo, .call):nth-child(n + 2) {
		border-left: 0;
		border-right: 0;
	}
	.quickMenu ul > li:not(.logo, .call):nth-child(n + 2)::before {
		top: 50%;
		left: 0;
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 1px;
		height: 80%;
	}
	.quickMenu ul > li a,
	.quickMenu ul > li button {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
		padding: 0.65rem 4px 0.75rem;
	}
	.quickMenu ul > li .icon {
		display: block;
		width: 32px;
		height: 32px;
	}
	.quickMenu ul > li .icon img {
		width: 100%;
		height: 100%;
	}
	.quickMenu ul > li p {
		font-size: 14px;
		font-weight: 650;
		margin-top: 0.4rem;
	}
	.quickMenu ul > li.top > button span {
		font-size: 14px;
	}
	.quickMenu ul > li p.top {
		margin: 3px 0 0;
	}
}
@media screen and (max-width: 768px) {
	.quickMenu ul > li a,
	.quickMenu ul > li button {
		padding: 10px 3px 12px;
	}
	.quickMenu ul > li .icon {
		height: 32px;
		width: 32px;
	}
	.quickMenu ul > li p {
		font-size: 14px;
		font-weight: 700;
	}
	.quickMenu ul > li.top > button span {
		font-size: 14px;
	}
}
@media screen and (max-width: 480px) {
	.headerTop--logo,
	.headerTop--logo img {
		max-width: 165px;
		max-height: 40px;
	}
	.quickMenu {
		bottom: 8px;
		width: calc(100% - 16px);
	}
	.quickMenu ul > li .icon {
		width: 30px;
		height: 30px;
	}
	.quickMenu ul > li p {
		font-size: 13px;
		font-weight: 700;
	}
	.quickMenu ul > li.top > button span {
		font-size: 13px;
	}
}
@media screen and (max-width: 680px) {
	.headerMobileNav .mobile--menu {
		padding: 3.5rem 1.1rem 6.5rem;
	}
	.headerMobileNav .mobile--menu .dep1-wrap {
		margin-top: 1.75rem;
	}
	.headerMobileNav .mobile--menu .dep1-wrap .dep1 {
		padding: 0.78rem 0.5rem;
		margin-bottom: 0.3rem;
		font-size: clamp(1.28rem, 5.6vw, 1.5rem);
		font-weight: 700;
		line-height: 1.3;
		letter-spacing: -0.035em;
	}
}
.footer {
	padding: 3.3333333333rem 0 3.7777777778rem 0;
	background: #222222;
	color: #c1c1c1;
	font-family: Pretendard;
}
.footer-flexAr {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer-logo {
	flex: 0 0 auto;
	width: 100%;
	max-width: 260px;
}
.footer-logo img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 80px;
	object-fit: contain;
}
.footer-info-menu {
	display: flex;
	align-items: center;
}
.footer-info-menu li a {
	color: #c1c1c1;
}
.footer-info-detail {
	text-align: center;
	line-height: 1.4;
	text-transform: uppercase;
}
.footer hr {
	border-top: 1px solid #444444;
}
.footer .bar {
	display: inline-block;
	width: 2px;
	height: 10px;
	margin: 0 0.9375rem;
	background-color: #c1c1c1;
}

@media screen and (max-width: 1400px) {
	.footer {
		padding: 3.3333333333rem 0 6.6666666667rem 0;
	}
}
@media screen and (max-width: 868px) {
	.footer-flexAr {
		flex-direction: column;
		row-gap: 1.6666666667rem;
	}
}
@media screen and (max-width: 500px) {
	.footer-logo {
		max-width: 200px;
	}
	.footer-logo img {
		width: 100%;
	}
	.footer-info-menu {
		flex-wrap: wrap;
		justify-content: center;
		row-gap: 0.5555555556rem;
	}
}

/* STEP07 header and footer refinement */
.headerTop--inner {
	gap: clamp(14px, 2vw, 32px);
}
.headerGnb--nav .dep1-wrap {
	gap: clamp(4px, 0.7vw, 14px);
}
.headerGnb--nav .dep1-wrap .dep1 {
	position: relative;
	padding: 0.65rem clamp(0.35rem, 0.65vw, 0.7rem);
	font-size: clamp(0.84rem, 0.96vw, 1.06rem);
	font-weight: 700;
	white-space: nowrap;
}
.headerGnb--nav .dep1-wrap .dep1::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	height: 2px;
	background: #016fff;
	transition: width 0.2s ease, left 0.2s ease;
}
.headerGnb--nav .dep1-wrap .dep1:hover::after,
.headerGnb--nav .dep1-wrap .dep1.active::after,
.headerGnb--nav .dep1-wrap .dep1[aria-current='location']::after {
	left: 12%;
	width: 76%;
}
.headerGnb--nav .dep1-wrap .dep1[aria-current='location'],
.headerMobileNav .mobile--menu .dep1-wrap .dep1[aria-current='location'] {
	color: #016fff;
}
.headerMobileNav .mobile--menu .dep1-wrap .dep1[aria-current='location'] {
	background: #eef6ff;
	border-radius: 10px;
}

.footer {
	background: linear-gradient(135deg, #07172d 0%, #0b2647 100%);
	color: #d4dfeb;
}
.footer hr {
	border-color: rgba(255, 255, 255, 0.14);
}
.footer-info-detail {
	text-align: left;
	text-transform: none;
}
.footer-meta {
	font-size: 0.92rem;
	line-height: 1.8;
}
.footer-contact-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
	margin: 1.5rem 0 1.25rem;
}
.footer-contact {
	display: inline-flex;
	align-items: center;
	gap: 0.65rem;
	min-width: 210px;
	padding: 0.85rem 1rem;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.06);
	color: #eaf3fc;
}
.footer-contact span {
	font-size: 0.78rem;
	color: #aebfd1;
}
.footer-contact strong {
	font-size: 1.02rem;
	font-weight: 700;
}
.footer-contact--phone:hover {
	border-color: #4ca4ff;
	background: rgba(1, 111, 255, 0.16);
	color: #fff;
}
.footer-info-detail address {
	margin-bottom: 0.35rem;
	font-style: normal;
	color: #f4f8fc;
}
.footer-email a,
.footer-info-menu li a {
	color: #d4dfeb;
}
.footer-copyright {
	margin-top: 1.3rem;
	font-size: 0.77rem;
	letter-spacing: 0.04em;
	color: #8195aa;
}

@media screen and (max-width: 1200px) and (min-width: 1025px) {
	.headerTop--logo {
		max-width: 190px;
	}
	.headerGnb .dep1-wrap .dep1 {
		padding: 0.55rem 0.25rem;
		font-size: 0.76rem;
	}
}
@media screen and (max-width: 720px) {
	.footer-contact-row {
		flex-direction: column;
	}
	.footer-contact {
		justify-content: space-between;
		width: 100%;
	}
	.footer-meta .bar {
		display: none;
	}
	.footer-meta {
		display: flex;
		flex-direction: column;
	}
}

/*# sourceMappingURL=layout.css.map */
