.header {
	background-color: transparent;
	position: fixed;
	z-index: 1000;
	width: 100%;
	/*
  	&.subPage {
  		background-color: rgba($color: $color-main, $alpha: 0.9);
  		.headerTop {
  			color: #111111;
  			> div {
  				a {
  					color: #111111;
  				}
  			}
  			.utilAr {
  				.util {
  					p {
  						color: #fff;
  					}
  				}
  			}
  		}
  		.headerGnb {
  			border-bottom: 1px solid #e5e5e5;
  			border-top: 1px solid #e5e5e5;
  			.dep1-con {
  				> a {
  					color: #111111;
  				}
  			}
  		}
  		&.headerActive {
  			//background-color: rgba($color: $color-main, $alpha: 0.9);
  		}
  	}
  */
}
.headerheaderActive {
	background-color: #a59377;
	transition: all 0.4s;
}
.headerTop {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	padding: 2.2222222222rem 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.headerTop > a {
	display: block;
	width: 33.3%;
	color: #ffffff;
}
.headerTop h1 {
	width: 33.3%;
	text-align: center;
}
.headerTop h1 a {
	display: block;
	line-height: 1;
}
.headerTopQuick {
	width: 33.3%;
	display: flex;
	gap: 8px;
	align-items: center;
}
.headerTopQuick a {
	width: initial;
}
.headerTop .utilAr {
	width: 33.3%;
}
.headerTop .utilAr .util {
	display: flex;
	gap: 38px;
	text-align: right;
	justify-content: end;
}
.headerTop .utilAr .util li a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.8333333333rem;
	color: #ccc;
}
.headerTop .utilAr .util li:first-child {
	position: relative;
}
.headerTop .utilAr .util li:first-child::after {
	content: '';
	display: block;
	position: absolute;
	top: 2px;
	right: -19px;
	width: 1px;
	height: 12px;
	background-color: #ccc;
}
.headerTop__mobileMenu {
	display: none;
}
.header .gnbAr .dep1-wrap {
	display: flex;
	align-items: center;
}
.header .gnbAr .dep1-wrap > li {
	width: 12.5%;
	text-align: center;
}
.header .gnbAr .dep1-wrap > li a {
	display: inline-block;
	padding: 1.1111111111rem 4px;
	font-size: 1rem;
	line-height: 1.2;
	color: #ffffff;
}
.header .gnbAr .dep1-wrap > li:not(:last-child) {
	position: relative;
}
.header .gnbAr .dep1-wrap > li:not(:last-child) ::after {
	position: absolute;
	right: 0;
	top: calc(50% - 5px);
	content: '';
	display: inline-block;
	width: 1px;
	height: 10px;
	background-color: #dddddd;
}
.header .solo_dep2Nav {
	display: none;
	width: 100%;
	background-color: #fff;
}
.header .solo_dep2Nav .solo_dep2Ul {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
}
.header .solo_dep2Nav .solo_dep2Ul .solo_dep1-con {
	flex: 1 1;
}
.header .solo_dep2Nav .solo_dep2Ul .solo_dep1-con:nth-child(n + 2) {
	border-left: 1px solid rgba(165, 147, 119, 0.5);
}
.header .solo_dep2Nav .solo_dep2Ul .solo_dep1-con .solo_dep1 {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.3;
	padding: 0 5px;
	margin-bottom: 1rem;
}
.header .solo_dep2Nav .solo_dep2Ul .solo_dep1-con .solo_dep2 {
	display: block;
	padding: 0.6666666667rem 5px 4px 5px;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: -0.8px;
}
.header .solo_dep2Nav .solo_dep2Ul .solo_dep1-con .solo_dep2:hover {
	font-weight: 700;
	color: #a59377;
}
.header .solo_dep2Nav .solo_dep2Ul .solo_dep1-con .solo_dep2.active {
	font-weight: 600;
	color: #a59377;
}
.header .solo_dep2Nav .solo_dep2Ul .solo_dep1-con .solo_dep2-wrap {
	padding-bottom: 10px;
}
.header .solo_dep3-wrap .solo_dep3-con .solo_dep3 {
	font-size: 0.8888888889rem;
	font-family: 'Noto Sans KR';
}
.header .solo_dep3-wrap .solo_dep3-con .solo_dep3:hover {
	font-weight: 700;
	color: #a59377;
}
.header .solo_dep3-wrap .solo_dep3-con .solo_dep3.active {
	font-weight: 600;
	color: #a59377;
}
.header.headerActive {
	background-color: #a59377;
	transition: background-color 0.6s;
}
.header.headerActive .headerTop__gnb .dep1-wrap .dep1 {
	color: #212121;
}
.header.headerActive .headerTop__login > li:nth-child(n + 2)::before {
	background-color: #212121;
}
.header.headerActive .headerTop__login > li a {
	color: #212121;
}
.header .headerMobileNav.active .mobile__menu {
	right: 0;
}
.header .headerMobileNav.active .mobile__opacity {
	opacity: 1;
	pointer-events: all;
}
.header .headerMobileNav .menu__hMenuClose {
	position: absolute;
	left: 20px;
	top: 20px;
	font-size: 0;
}
.header .headerMobileNav .menu__hMenuClose > span {
	position: absolute;
	display: block;
	width: 20px;
	height: 3px;
	background-color: #fff;
}
.header .headerMobileNav .menu__hMenuClose > span:first-child {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}
.header .headerMobileNav .menu__hMenuClose > span:last-child {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-moz-transform: translate(-50%, -50%) rotate(-45deg);
	-o-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}
.header .headerMobileNav .loginArea {
	width: 100%;
	max-width: 340px;
	margin: 0.8333333333rem auto 0;
}
.header .headerMobileNav .loginArea .nameArea {
	width: 100%;
	background-color: #f5f5f5;
	text-align: center;
}
.header .headerMobileNav .loginArea .nameArea p {
	font-size: 0.8888888889rem;
	font-weight: 400;
	padding: 0.5rem 0.2777777778rem;
}
.header .headerMobileNav .loginArea ul {
	display: flex;
	justify-content: flex-end;
	width: 100%;
}
.header .headerMobileNav .loginArea ul li {
	padding: 0.3333333333rem;
	font-size: 0.8888888889rem;
}
.header .headerMobileNav .loginArea ul li:hover {
	color: #a59377;
}
.header .headerMobileNav .loginArea ul li a > p {
	color: #fff;
}
.header .headerMobileNav .mobile__menu {
	position: fixed;
	right: -400px;
	top: 0;
	z-index: 999999;
	width: 100%;
	height: 100vh;
	max-width: 400px;
	padding: 3.3333333333rem 0.8333333333rem 6.6666666667rem;
	background-color: #a59377;
	overflow-x: hidden;
	overflow-y: scroll;
	transition: 0.8s;
	scrollbar-width: thin;
	scrollbar-color: #a59377 #ffffff;
	scrollbar-face-color: #a59377;
	scrollbar-track-color: #ffffff;
}
.header .headerMobileNav .mobile__menu::-webkit-scrollbar {
	width: 6px;
}
.header .headerMobileNav .mobile__menu::-webkit-scrollbar-thumb {
	background: #a59377;
}
.header .headerMobileNav .mobile__menu::-webkit-scrollbar-track {
	background: #ffffff;
	border-bottom: 2px solid #e0e0e0;
}
.header .headerMobileNav .mobile__menu .mobile__logo {
	width: 176px;
	margin: 0 auto 1.3888888889rem;
}
.header .headerMobileNav .mobile__menu .mobile__logo img {
	width: 100%;
}
.header .headerMobileNav .mobile__menu .modep1-wrap {
	width: 100%;
	max-width: 340px;
	margin: 0.5555555556rem auto 0;
}
.header .headerMobileNav .mobile__menu .modep1-wrap .modep1-con {
	position: relative;
	padding-bottom: 0.8333333333rem;
}
.header .headerMobileNav .mobile__menu .modep1-wrap .modep1 {
	position: relative;
	display: block;
	font-size: 18px;
	font-weight: 600;
	padding: 0.6666666667rem 0;
	margin-bottom: 0.6666666667rem;
	text-align: left;
	color: #fff;
}
.header .headerMobileNav .mobile__menu .modep1-wrap .modep1::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
}
.header .headerMobileNav .mobile__menu .modep1-wrap .modep1 span {
	position: absolute;
	right: 10px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.header .headerMobileNav .mobile__menu .modep1-wrap .mdep2-con {
	width: 100%;
	padding-left: 0.5555555556rem;
}
.header .headerMobileNav .mobile__menu .modep1-wrap .mdep2-con .mdep2 {
	display: block;
	font-size: 16px;
	font-weight: 400;
	padding: 0.5555555556rem 0;
	color: #fff;
}
.header .headerMobileNav .mobile__menu .modep1-wrap .mdep2-con .mdep2:hover {
	font-weight: 500;
	opacity: 0.8;
}
.header .headerMobileNav .mobile__menu .modep1-wrap .mdep2-con .mdep2.onePageActive {
	color: #a59377;
}
.header .headerMobileNav .mobile__menu .modep1-wrap .mdep3-wrap {
	display: none;
	background-color: #f5f5f5;
	border-radius: 10px;
	padding: 0.3888888889rem;
}
.header .headerMobileNav .mobile__menu .modep1-wrap .mdep3-wrap.open {
	display: block;
}
.header .headerMobileNav .mobile__menu .modep1-wrap .mdep3-con {
	width: 100%;
}
.header .headerMobileNav .mobile__menu .modep1-wrap .mdep3-con .mdep3 {
	font-size: 13px;
	font-weight: 300;
	padding: 0.5rem 0.3333333333rem;
}
.header .headerMobileNav .mobile__menu .modep1-wrap .mdep3-con .mdep3:hover {
	color: #a59377;
}
.header .headerMobileNav .mobile__menu .modep1-wrap .mdep3-con .mdep3.active {
	font-weight: 600;
	color: #a59377;
}
.header .headerMobileNav .mobile__opacity {
	opacity: 0;
	pointer-events: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	z-index: 99998;
	background-color: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 1400px) {
	.headerTop {
		padding: 2.2222222222rem 10px;
	}
	.header .gnbAr .dep1-wrap > li a {
		padding: 1.1111111111rem 2px;
		font-size: 1rem;
	}
	.header .solo_dep2Nav .solo_dep2Ul .solo_dep1-con .solo_dep1 {
		font-size: 0.8888888889rem;
	}
	.header .solo_dep2Nav .solo_dep2Ul .solo_dep1-con .solo_dep2 {
		padding: 0.6666666667rem 4px 4px 4px;
		font-size: 0.8888888889rem;
	}
}
@media screen and (max-width: 1200px) {
	.headerTop {
		padding: 1.1111111111rem 10px;
	}
	.headerTop .logo img {
		width: 100%;
		max-width: 244px;
	}
	.headerTop .utilAr .header__hButton {
		display: flex;
		align-items: end;
		justify-content: end;
		height: 26px;
	}
	.headerTop .utilAr .header__hButton button {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		width: 30px;
		height: 100%;
	}
	.headerTop .utilAr .header__hButton button .bar {
		width: 100%;
		height: 2px;
		background-color: #fff;
		margin: 0;
	}
	.headerTop .utilAr .util {
		display: none;
	}
	.header .gnbAr {
		display: none;
	}
	.header__mobileMenu {
		display: block;
	}
}
@media screen and (max-width: 600px) {
	.headerTop {
		padding: 0.8888888889rem 10px;
	}
	.headerTopQuick a img {
		max-width: 36px;
	}
	.headerTop .utilAr .header__hButton button {
		width: 26px;
	}
}
.quickMenu {
	position: fixed;
	top: 23%;
	right: 0;
	z-index: 99991;
	width: 100px;
	font-size: 0;
	transition: top 0.2s;
}
.quickMenu ul > li {
	text-align: center;
	background-color: #ffffff;
}
.quickMenu ul > li.callLi {
	border-radius: 20px 0 0 0;
	background: #a59377;
}
.quickMenu ul > li.callLi p {
	margin-top: 0;
	font-size: 1.3333333333rem;
	font-weight: 600;
	color: #fff;
	line-height: 1;
}
.quickMenu ul > li.callLi p > span {
	font-size: 0.6666666667rem;
	font-weight: 400;
}
.quickMenu ul > li.topLi {
	padding: 0.3333333333rem 3px;
	background-color: #666666;
	border-radius: 0 0 0 20px;
}
.quickMenu ul > li.topLi p {
	color: #ffffff;
}
.quickMenu ul > li:not(.topLi):nth-child(n + 2) {
	position: relative;
}
.quickMenu ul > li:not(.topLi):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: 60px;
	height: 1px;
	background-color: #e0e0e0;
}
.quickMenu ul > li a,
.quickMenu ul > li button {
	padding: 0.5555555556rem 3px;
}
.quickMenu ul > li a:hover,
.quickMenu ul > li button:hover {
	opacity: 0.85;
}
.quickMenu ul > li p {
	font-size: 14px;
	font-weight: 400;
	margin-top: 0.5555555556rem;
}
.quickMenu ul > li p.mar0 {
	margin-top: 0;
}
.quickMenu ul > li p.top {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}
.quickMenu ul > li p.color-main {
	font-weight: 600;
}

@media screen and (max-width: 1401px) {
	.quickMenu {
		top: auto;
		bottom: 0;
		width: 100%;
		border-top: 1px solid #d2d2d2;
	}
	.quickMenu ul {
		display: flex;
		flex-wrap: wrap;
	}
	.quickMenu ul > li {
		flex: 1 1;
		border-radius: 0 !important;
	}
	.quickMenu ul > li:not(.logoLi, .callLi):nth-child(n + 2) {
		border-left: 0;
		border-right: 0;
	}
	.quickMenu ul > li:not(.logoLi, .callLi):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 {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 0.3888888889rem 3px;
	}
	.quickMenu ul > li .icon {
		display: block;
	}
	.quickMenu ul > li .icon img {
		max-width: 80%;
	}
	.quickMenu ul > li p {
		font-size: 13px;
		margin-top: 0.5555555556rem;
	}
	.quickMenu ul > li p.top {
		margin: 3px 0 0;
	}
}
@media screen and (max-width: 768px) {
	.quickMenu ul > li.logoLi {
		display: none;
	}
	.quickMenu ul > li a {
		padding: 7px 3px 10px;
	}
	.quickMenu ul > li .icon {
		height: 20px;
	}
	.quickMenu ul > li p {
		font-size: 12px;
	}
}
@media screen and (max-width: 480px) {
	.quickMenu ul > li.topLi {
		display: none;
	}
	.quickMenu ul > li .icon img {
		max-width: 60%;
	}
	.quickMenu ul > li p {
		font-size: 10px;
	}
}
.footer {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding: 2.1111111111rem 0 1.6666666667rem 0;
	background-color: #333333;
	font-weight: 100;
}
.footer-info-menu {
	display: flex;
}
.footer-info-menu li a {
	color: #ffffff;
}
.footer-info-detail {
	margin-top: 0.7777777778rem;
}
.footer-info-detail .info-area {
	color: #666666;
	line-height: 1.4;
}

@media screen and (max-width: 1401px) {
	.footer {
		margin-bottom: 4.7777777778rem;
	}
}
@media screen and (max-width: 878px) {
	.footer {
		margin-bottom: 5rem;
	}
}

/*# sourceMappingURL=layout.css.map */
