.header {
	position: fixed;
	width: 100%;
	background-color: #fff;
	z-index: 100;
}
.headerTop {
	width: 100%;
}
.headerTop--logo {
	width: 30%;
}
.headerTop--inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1.6666666667rem 10px 1.5555555556rem 10px;
}
.headerGnb {
	width: 70%;
}
.headerGnb--nav .dep1-wrap {
	display: flex;
	justify-content: end;
	gap: 3.3333333333rem;
}
.headerGnb--nav .dep1-wrap .dep1-con {
	position: relative;
	font-size: 1rem;
	font-weight: 500;
	color: #212121;
	letter-spacing: -0.03em;
}
.headerGnb--nav .dep1-wrap .dep1-con:hover .dep2-wrap {
	opacity: 1;
	visibility: visible;
	top: 69px;
}
.headerGnb--nav .dep1-wrap .dep1-con:not(:last-child) .dep1 {
	position: relative;
}
.headerGnb--nav .dep1-wrap .dep1-con:not(:last-child) .dep1::after {
	position: absolute;
	top: calc(50% - 7px);
	right: -30px;
	content: '';
	display: block;
	height: 0.8888888889rem;
	width: 1px;
	background-color: #bdbdbd;
}
.headerGnb--nav .dep1-wrap .dep1 {
	display: block;
}
.headerGnb--nav .dep1-wrap .dep1:hover {
	color: #025cb7;
}
.headerGnb--nav .dep1-wrap .dep1.active {
	color: #025cb7;
}
.headerGnb--nav .dep2-wrap {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	z-index: 100;
	left: 50%;
	top: 90%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 190px;
	padding: 0.8333333333rem 0;
	background-color: #f5f5f5;
	transition: 0.4s;
}
.headerGnb--nav .dep2-wrap .dep2-con {
	text-align: center;
}
.headerGnb--nav .dep2-wrap .dep2 {
	display: block;
	font-size: 0.8888888889rem;
	line-height: 1.25;
	padding: 0.2777777778rem 0.3888888889rem;
}
.headerGnb--nav .dep2-wrap .dep2:hover {
	color: #025cb7;
}
.headerGnb--nav .dep3-wrap .dep3 {
	display: block;
	font-size: 0.8888888889rem;
	font-weight: 400;
	line-height: 1.25;
	padding: 0.2222222222rem;
}
.headerGnb--nav .dep3-wrap .dep3:hover {
	color: #025cb7;
}
.headerMobileNav.active .mobile--menu {
	right: 0;
}
.headerMobileNav .mobile--menu {
	position: fixed;
	right: -400px;
	top: 0;
	z-index: 999999;
	width: 90%;
	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;
	color: #424242;
	font-family: 'Pretendard';
}
.headerMobileNav .mobile--menu .dep1-wrap .dep1:hover {
	color: #025cb7;
}
.headerMobileNav .mobile--menu .dep1-wrap .dep1.active {
	color: #025cb7;
}
.headerMobileNav .mobile--menu .dep2-wrap .dep2-con {
	font-size: 0.8888888889rem;
	line-height: 2;
}
.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;
}
.headerQuick {
	display: flex;
	margin-left: 10px;
	gap: 10px;
}
.headerQuick li {
	display: flex;
	align-items: center;
	justify-content: center;
}
.headerQuick li > a {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	justify-content: center;
	font-size: 0.8888888889rem;
	font-weight: 500;
}
.headerQuick li > a img {
	max-width: 38px;
}
.headerQuick .reserve > a {
	display: flex;
	flex-direction: row;
	gap: 0;
	padding: 2px 10px;
	background: #f5f5f5;
	border-radius: 26px;
}
.headerQuick .reserve > a p {
	font-size: 15px;
}

@media screen and (max-width: 1400px) {
	.headerTop--logo {
		width: 20%;
	}
	.headerTop--logo img {
		width: 100%;
		max-width: 180px;
	}
	.headerGnb {
		width: 100%;
	}
	.headerGnb--nav .dep1-wrap {
		flex-wrap: nowrap;
		justify-content: end;
		gap: 2.2222222222rem;
	}
	.headerGnb--nav .dep1-wrap .dep1-con {
		font-size: 1rem;
	}
	.headerGnb--nav .dep1-wrap .dep1-con:hover .dep2-wrap {
		top: 65px;
	}
	.headerGnb--nav .dep1-wrap .dep1 {
		padding: 0.5555555556rem 1.1111111111rem;
		font-size: 0.8888888889rem;
	}
}
@media screen and (max-width: 1024px) {
	.header {
		top: 0;
		z-index: 99999;
	}
	.headerGnb {
		display: none;
	}
	.headerTop--inner {
		padding: 0.7777777778rem 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: #025cb7;
	}
	.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;
	}
}
.quickMenu {
	position: fixed;
	right: 0;
	top: 35%;
	z-index: 99999;
	width: 100px;
}
.quickMenu ul {
	width: 100%;
}
.quickMenu ul > li {
	height: 100px;
	background-color: #025cb7;
	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.tel {
	background-color: #0bd5c6;
}
.quickMenu ul > li.tel a {
	align-items: end;
	padding-right: 0.4444444444rem;
}
.quickMenu ul > li.tel a p {
	margin-bottom: 4px;
	text-align: right;
	font-size: 0.6666666667rem;
	font-weight: 200;
}
.quickMenu ul > li.tel a h3 {
	font-size: 1rem;
	font-weight: 900;
	color: #00356b;
	text-align: right;
	line-height: 1.2;
	letter-spacing: -0.07em;
}
.quickMenu ul > li a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	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: 1200px) {
	.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;
	}
	.quickMenu ul > li.tel a {
		align-items: center;
		padding-right: 0;
	}
	.quickMenu ul > li.tel a h3 {
		text-align: center;
	}
}
@media screen and (max-width: 480px) {
	.quickMenu ul {
		gap: 3px;
	}
	.quickMenu ul > li {
		height: 56px;
	}
	.quickMenu ul > li.tel a p {
		margin-bottom: 2px;
	}
	.quickMenu ul > li.tel a h3 {
		font-size: 0.8333333333rem;
	}
	.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;
	}
}
.footer {
	background-color: #424242;
}
.footer-inner {
	padding: 4.1111111111rem 0 4rem 0;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
}
.footer-inner > div {
	width: 50%;
}
.footer-logo {
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer-info {
	color: #9e9e9e;
}
.footer .info-area {
	line-height: 1.8;
	font-size: 0.7777777778rem;
	text-transform: uppercase;
	color: #e0e0e0;
}
.footer .info-area .color2 {
	color: #6ec8ff;
}
.footer .info-area > span {
	display: inline-block;
	padding: 0 4px;
}

@media screen and (max-width: 1201px) {
	.footer {
		padding-bottom: 3.3333333333rem;
	}
}
@media screen and (max-width: 868px) {
	.footer-inner {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 2rem;
		padding: 3.75rem 10px;
	}
	.footer-inner > div {
		width: 100%;
	}
	.footer-logo img {
		width: 100%;
		max-width: 180px;
	}
	.footer-info {
		text-align: center;
	}
	.footer-info-menu {
		justify-content: center;
		flex-wrap: wrap;
	}
	.footer-info-menu li {
		padding: 4px;
	}
	.footer .info-area {
		text-wrap: balance;
	}
}
@media screen and (max-width: 500px) {
	.footer-logo img {
		max-width: 200px;
	}
	.footer-inner {
		padding: 2rem 10px;
		gap: 2rem;
	}
}

/*# sourceMappingURL=layout.css.map */
