.mark-info {
	position: absolute;
	top: -21px;
	left: -16px;
	width: auto;
	text-align: center;
	padding: 0 2em 0 2.75em;
	min-width: 183px;
	height: 45px;
	line-height: 45px;
	font-size: 1rem;
	font-weight: 500;
	color: #fff;
	border-radius: 2em;
	background-color: #144636;
	letter-spacing: -1px;
	box-sizing: border-box;
}
.mark-info .icon-pos {
	position: absolute;
	left: 7px;
	top: 7px;
	display: block;
	width: 30px;
	height: 30px;
	background: #fff url(/assets/img/icon-pos.png) no-repeat center;
	background-size: 17px;
	border-radius: 50%;
}

.header {
	width: 100%;
}
.headerTop {
	width: 100%;
	z-index: 100;
	background: transparent;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.headerTop--inner {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 2rem 0 2rem 10px;
}
.headerTop--logo {
	width: 50%;
}
.headerTop--logo a > img {
	max-width: 100%;
}
.headerGnb {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.headerGnb--nav {
	width: 90%;
}
.headerGnb.fixed {
	position: fixed;
	top: 0;
	z-index: 99999;
}
.headerGnb .dep1-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.headerGnb .dep1-wrap .dep1 {
	display: block;
	font-size: 1.25rem;
	font-weight: 400;
	color: #fff;
	text-align: center;
}
.headerGnb .dep1-wrap .dep1:hover {
	color: #144636;
}
.headerGnb .dep1-wrap .dep1.active {
	font-weight: 500;
	color: #144636;
}
.headerGnb .goToBlog {
	margin-right: 10px;
}
.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.5rem 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.25rem;
	font-weight: 600;
	padding: 0.75rem 0;
	margin-bottom: 0.75rem;
	color: #424242;
	font-family: 'Pretendard';
}
.headerMobileNav .mobile--menu .dep1-wrap .dep1:hover {
	opacity: 0.8;
}
.headerMobileNav .mobile--menu .dep1-wrap .dep1.active {
	opacity: 0.8;
}
.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: 30%;
	}
	.headerTop--logo img {
		width: 100%;
	}
	.headerGnb .dep1-wrap {
		flex-wrap: nowrap;
		justify-content: end;
	}
	.headerGnb .dep1-wrap .dep1 {
		padding: 0.625rem 1.25rem;
		font-size: 1rem;
	}
}
@media screen and (max-width: 1024px) {
	.headerGnb {
		justify-content: end;
	}
	.headerGnb .goToBlog {
		display: none;
	}
	.headerGnb .dep1-wrap .dep1 {
		padding: 0.875rem 1rem;
	}
	.headerMobileNav .menu__hMenu {
		display: block;
		width: 28px;
	}
	.headerMobileNav .menu__hMenu span {
		display: block;
		width: 100%;
		height: 2px;
		background-color: #212121;
	}
	.headerMobileNav .menu__hMenu span:nth-child(2) {
		margin: 7px 0;
	}
}
@media screen and (max-width: 787px) {
	.header {
		background: #fff;
		position: fixed;
		top: 0;
		z-index: 99999;
	}
	.headerGnb {
		display: none;
	}
	.headerTop--inner {
		padding: 1.125rem 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: #144636;
	}
	.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;
	}
}
.topBtn {
	position: fixed;
	bottom: 60px;
	right: 10%;
	z-index: 50;
}
.topBtn div {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 3.75rem;
	height: 3.75rem;
	justify-content: center;
	gap: 10px;
	background-color: #144636;
	border-radius: 10px;
	color: #fff;
}

@media screen and (max-width: 600px) {
	.topBtn {
		display: none;
	}
}
.footer {
	padding: 3.125rem 10px 3.75rem 10px;
	background-color: #333333;
	color: #6a6a6a;
	text-align: center;
}
.footer .logoAr {
	text-align: center;
}
.footer .logoAr ::after {
	content: '';
	display: block;
	margin: 1.875rem 0 2.5rem 0;
	width: 100%;
	height: 1px;
	background-color: #555555;
}
.footer .logoAr .logoWrap img {
	max-width: 200px;
	width: 100%;
}
.footer .infoAr p {
	font-size: 1.0625rem;
	line-height: 1.5;
	text-wrap: balance;
}
.footer .infoAr .copyright {
	text-transform: uppercase;
}
.footer .npayBtn {
	margin-top: 1.125rem;
}
.footer .npayBtn a {
	display: inline-block;
	padding: 0.75rem 1.625rem;
	color: #6a6a6a;
	border: 1px solid #cccccc;
	border-radius: 1.375rem;
}

/*# sourceMappingURL=layout.css.map */
