.header {
	width: 100%;
	background-color: #fff;
	z-index: 100;
}
.headerTop {
	width: 100%;
}
.headerTop--logo {
	max-width: 30%;
	width: 30%;
}
.headerTop--inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1.6666666667rem 10px;
}
.headerGnb {
	width: calc(100% - 306px);
	max-width: 70%;
}
.headerGnb--nav .dep1-wrap {
	display: flex;
	justify-content: end;
	gap: 40px;
}
.headerGnb--nav .dep1-wrap .dep1-con {
	position: relative;
	font-size: 1.1111111111rem;
	color: #212121;
}
.headerGnb--nav .dep1-wrap .dep1-con:not(:last-child) ::after {
	position: absolute;
	top: calc(50% - 7px);
	right: -18px;
	content: '';
	display: block;
	height: 0.8888888889rem;
	width: 1px;
	background-color: #bdbdbd;
}
.headerGnb--nav .dep1-wrap .dep1 {
	display: block;
	color: #212121;
	letter-spacing: -0.03em;
	font-weight: 500;
}
.headerGnb--nav .dep1-wrap .dep1:hover {
	color: #ba9956;
}
.headerGnb--nav .dep1-wrap .dep1.active {
	color: #ba9956;
}
.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: #ba9956;
}
.headerMobileNav .mobile--menu .dep1-wrap .dep1.active {
	color: #ba9956;
}
.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%;
	margin: 0 auto;
}

@media screen and (max-width: 1400px) {
	.headerTop--logo {
		width: 20%;
	}
	.headerTop--logo img {
		width: 100%;
	}
	.headerGnb {
		width: 100%;
		max-width: initial;
	}
	.headerGnb .dep1-wrap {
		flex-wrap: nowrap;
		gap: 0;
	}
	.headerGnb .dep1-wrap .dep1-con {
		font-size: 1rem;
	}
	.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) {
	.headerGnb .dep1-wrap .dep1 {
		padding: 0.5555555556rem 1.1111111111rem;
		font-size: 0.8888888889rem;
	}
}
@media screen and (max-width: 1024px) {
	.header {
		top: 0;
		z-index: 99999;
	}
	.headerTop--logo img {
		max-width: 200px;
	}
	.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: 44%;
		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: #ba9956;
	}
	.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: #fff;
	}
	.headerMobileNav .mobile__nav .modep1 {
		color: #212121;
	}
}
.footer {
	background-color: #424242;
}
.footer-inner {
	padding: 3.0555555556rem 0;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 9.4444444444rem;
}
.footer-info {
	color: #e0e0e0;
}
.footer-info-menu {
	display: flex;
	margin-bottom: 2.5rem;
}
.footer-info-menu li a {
	color: #9e9e9e;
	font-weight: 700;
}
.footer-info-detail .info-area {
	line-height: 1.5;
}

@media screen and (max-width: 1080px) {
	.footer-inner {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 2rem;
		padding: 3.75rem 10px;
	}
	.footer-logo img {
		width: 100%;
	}
	.footer-info {
		text-align: center;
	}
	.footer-info-menu {
		margin-bottom: 1.1111111111rem;
		justify-content: center;
		flex-wrap: wrap;
	}
	.footer-info-menu li {
		padding: 4px;
	}
	.footer-info-detail .info-area {
		font-size: 0.8333333333rem;
	}
}
@media screen and (max-width: 560px) {
	.footer-logo img {
		width: 100%;
		max-width: 240px;
	}
}
@media screen and (max-width: 400px) {
	.footer-logo img {
		max-width: 180px;
	}
}
.color-main {
	color: #ba9956;
}

.quickMenu {
	position: fixed;
	right: 0;
	top: 25%;
	z-index: 999996;
	width: 100px;
}
.quickMenu ul {
	width: 100%;
}
.quickMenu ul > li {
	height: 100px;
	background-color: #ba9956;
	border-radius: 10px 0 0 10px;
}
.quickMenu ul > li:nth-child(n + 2) {
	margin-top: 0.5555555556rem;
}
.quickMenu ul > li.kakao {
	background-color: #fce006;
}
.quickMenu ul > li.kakao a {
	color: #3a2020;
}
.quickMenu ul > li.blog {
	background-color: #00c73c;
}
.quickMenu ul > li a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #ffffff;
}
.quickMenu ul > li a:hover {
	opacity: 0.8;
}
.quickMenu ul > li a img {
	margin-bottom: 10px;
}
.quickMenu ul > li a p {
	font-size: 0.7777777778rem;
	font-weight: 400;
}

@media screen and (max-width: 1580px) {
	.quickMenu {
		top: auto;
		bottom: 0;
		width: 100%;
	}
	.quickMenu ul {
		display: flex;
		gap: 7px;
	}
	.quickMenu ul > li {
		flex: 1 1;
		height: 70px;
		border-radius: 7px 7px 0 0;
	}
	.quickMenu ul > li:nth-child(n + 2) {
		margin: 0;
	}
	.quickMenu ul > li a img {
		margin-bottom: 7px;
	}
	.quickMenu ul > li a p {
		font-size: 0.7222222222rem;
	}
}
@media screen and (max-width: 480px) {
	.quickMenu ul {
		gap: 3px;
	}
	.quickMenu ul > li {
		height: 56px;
	}
	.quickMenu ul a {
		justify-content: flex-end;
		padding-bottom: 2px;
	}
	.quickMenu ul a img {
		width: 64%;
	}
	.quickMenu ul a img.sImg {
		width: 24px;
	}
	.quickMenu ul a p {
		font-size: 0.7222222222rem;
	}
}

/*# sourceMappingURL=layout.css.map */
