.header {
	width: 100%;
	background-color: #fff;
	z-index: 100;
	/*
  	&.headerActive {
  		background-color: rgba($color: $color-main, $alpha: 0.9);
  		transition: background-color 0.6s;
  	}
  	&.headerSub {
  		background-color: rgba($color: $color-main, $alpha: 0.9);
  	}
      */
}
.headerTop {
	width: 100%;
}
.headerTop--logo {
	max-width: 20%;
	width: 20%;
}
.headerTop--inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1.6666666667rem 2.7777777778rem;
	max-width: 1820px;
	margin: 0 auto;
}
.headerGnb {
	width: calc(100% - 250px);
	max-width: 80%;
}
.headerGnb--nav .dep1-wrap {
	display: flex;
	justify-content: end;
	gap: 2.7777777778rem;
}
.headerGnb--nav .dep1-wrap .dep1-con {
	position: relative;
	font-size: 1.2222222222rem;
	font-weight: 500;
}
.headerGnb--nav .dep1-wrap .dep1 {
	display: block;
	letter-spacing: -0.025em;
}
.headerGnb--nav .dep1-wrap .dep1:hover {
	color: #214087;
}
.headerGnb--nav .dep1-wrap .dep1.active {
	color: #214087;
}
.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: #214087;
	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-family: 'Paperozi', 'Noto Sans KR', 'Nanum Gothic', '굴림', sans-serif;
	font-size: 1.1111111111rem;
	font-weight: 600;
	padding: 0.6666666667rem 0;
	margin-bottom: 0.6666666667rem;
	color: #fff;
}
.headerMobileNav .mobile--menu .dep1-wrap .dep1:hover {
	color: #7feaee;
}
.headerMobileNav .mobile--menu .dep1-wrap .dep1.active {
	color: #7feaee;
}
.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: #fff;
}
.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%;
	margin: 0 auto;
}

@media screen and (max-width: 1400px) {
	.headerTop--logo {
		width: 20%;
	}
	.headerTop--logo img {
		width: 100%;
		max-width: 210px;
	}
	.headerTop--inner {
		padding: 1.1111111111rem;
	}
	.headerGnb {
		width: 100%;
		max-width: initial;
	}
	.headerGnb .dep1-wrap {
		flex-wrap: nowrap;
		gap: 0;
	}
	.headerGnb .dep1-wrap .dep1-con {
		font-size: 1.1111111111rem;
	}
	.headerGnb .dep1-wrap .dep1-con:not(:last-child)::after {
		right: 0;
	}
	.headerGnb .dep1-wrap .dep1 {
		padding: 0.5555555556rem 1.3333333333rem;
		font-size: 1rem;
	}
}
@media screen and (max-width: 1200px) {
	.header {
		top: 0;
		z-index: 99999;
	}
	.headerTop--logo img {
		max-width: 180px;
	}
	.headerGnb {
		display: none;
	}
	.headerTop--inner {
		padding: 1rem 1.1111111111rem;
		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: 44%;
		width: initial;
	}
	.headerTop .mobile__btn {
		display: block;
		position: absolute;
		right: 20px;
	}
	.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: #214087;
	}
	.headerTop .mobile__btn button div span:nth-child(2) {
		margin: 6px 0;
	}
	.headerMobileNav .mobile__logo {
		text-align: center;
		width: 60%;
	}
	.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: #214087;
	}
	.headerMobileNav .mobile__nav .modep1 {
		color: #212121;
	}
}
.quick {
	position: fixed;
	right: 30px;
	bottom: 50px;
	z-index: 100;
}
.quick ul li {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 100px;
	background-color: #1a3725;
	border-radius: 50%;
}
.quick ul li > a {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	justify-content: center;
	font-size: 0.7777777778rem;
}
.quick ul li:not(:last-child) {
	margin-bottom: 10px;
}
.quick ul li:last-child {
	background-color: #32332d;
}

@media screen and (max-width: 1400px) {
	.quick ul li {
		width: 70px;
		height: 70px;
	}
	.quick ul li a img {
		max-height: 20px;
	}
}
@media screen and (max-width: 1024px) {
	.quick {
		right: 0;
		top: auto;
		bottom: -10px;
		width: 100%;
	}
	.quick ul {
		display: flex;
	}
	.quick ul li {
		width: 50%;
		border-radius: 0;
		height: 4.4444444444rem;
	}
	.quick ul li a {
		gap: 0;
	}
}
.footer {
	padding: 3.1111111111rem 0;
	background-color: #222;
}
.footer-inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 1.6666666667rem;
	color: #999999;
	text-align: center;
	font-size: 0.9444444444rem;
}
.footer-inner > hr {
	width: 100%;
	height: 1px;
	margin: 0 auto;
	border-top: 1px solid #555;
}
.footer-info {
	text-transform: uppercase;
}
.footer .clickAr {
	display: flex;
	justify-content: center;
	gap: 1.25rem;
}

.footer .clickAr > button {
	font-family: 'Paperozi', 'Noto Sans KR', 'Nanum Gothic', '굴림', sans-serif;
	font-size: 0.9444444444rem;
}
.footer .npay {
	margin-top: 1rem;
	display: inline-block;
	padding: 0.5555555556rem 1.4444444444rem;
	border: 1px solid #cccccc;
	border-radius: 22px;
	color: #999999;
}

@media screen and (max-width: 500px) {
	.footer-logo img {
		max-width: 120px;
	}
}

/*# sourceMappingURL=layout.css.map */
