@charset "utf-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Alexandria:wght@100..900&display=swap");

/*Common*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html,
body {
	width: 100%;
	height: 100%;
}
html {
	overflow-y: scroll;
}
body {
	background-color: #fff;
	word-break: keep-all;
	-webkit-text-size-adjust: 100% !important;
	-moz-text-size-adjust: 100% !important;
	-ms-text-size-adjust: 100% !important;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
th,
td,
li,
dt,
dd,
a,
p,
input,
textarea,
select,
option,
button {
	color: #000;
	font-family: "Pretendard", "돋움", dotum, sans-serif;
	word-break: keep-all;
	font-size: 14px;
	font-weight: normal;
}
img,
fieldset,
iframe {
	border: 0 none;
}
ul,
ol,
li {
	list-style: none;
}
em,
address {
	font-style: normal;
}
img,
input,
select,
textarea {
	vertical-align: middle;
}
a {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
button,
label {
	cursor: pointer;
	_cursor/**/: hand;
}
button * {
	position: relative;
}
textarea {
	overflow: auto;
}
option {
	padding-right: 6px;
}
.input_text,
textarea {
	margin: -1px 0;
	padding-right: 1px;
}
.input_check,
.input_radio {
	width: 13px;
	height: 13px;
}
.blind,
legend,
caption {
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}
hr {
	display: none;
}
legend {
	width: 0;
}
:root legend {
	margin-top: -1px;
	font-size: 0;
	line-height: 0;
}
caption {
	line-height: 0;
}
img {
	max-width: 100%;
}

/*로딩 이미지*/
#loading_img {
	text-align: center;
	display: none;
	width: 100%;
	margin: 10px 0px 10px 0px;
}

/* popup */
.pop_today_close {
	padding: 1px 7px 3px 7px;
	color: #ffffff;
	background: #303030;
	vertical-align: middle;
	border: 0px;
}
.pop_close {
	padding: 1px 7px 3px 7px;
	color: #ffffff;
	background: #303030;
	vertical-align: middle;
	border: 0px;
}

@media (max-width: 767px) {
	/* 메인 레이어 팝업 */
	.main_layer_popup {
		width: 96% !important;
		left: 50% !important;
		top: 50px !important;
		transform: translateX(-50%);
	}
	.main_layer_popup .popupContent {
		height: 100% !important;
	}
	.main_layer_popup img {
		width: 100%;
	}
}
.ex {
	font-size: var(--fz-40);
}

#header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100px;
	z-index: 1000;
	transition: all 0.3s;
}
#header:after {
	display: block;
	content: "";
	width: 100%;
	height: 75px;
	background: #0a121d;
	position: absolute;
	left: 0;
	top: 100%;
	transform-origin: top;
	transform: scaleY(0);
	transition: all 0.4s;
	z-index: -1;
}
#header.on:after {
	transform: scaleY(1);
}

.head h1 {
	position: absolute;
	left: 4%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 999;
}
.head h1 a {
	display: block;
	aspect-ratio: 6/5;
	height: 50px;
	background: url(/images/common/logo1.png) no-repeat center / contain;
	transition: all 0.3s;
}
.head .pcNav {
}
.head .pcNav > ul {
	display: flex;
	justify-content: center;
}
.head .pcNav > ul > li {
	margin: 0 50px;
}
.head .pcNav > ul > li > a {
	position: relative;
	font-family: var(--font-en);
	font-size: 16px;
	color: #fff;
	line-height: 130px;
	transition: color 0.3s;
}
.head .pcNav > ul > li > a:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -3px;
	width: 100%;
	height: 1px;
	background: #fff;
	transform: translateX(-50%) scaleX(0);
	transition: all 0.4s;
}
.head .pcNav > ul > li.on > a:after {
	transform: translateX(-50%) scaleX(1);
}
.head .pcNav > ul > li > .sub {
	display: none;
	position: absolute;
	left: 50%;
	top: 100%;
	width: 100%;
	height: 75px;
	transform: translateX(-50%);
}
.head .pcNav > ul > li > .sub > ul {
	display: flex;
	justify-content: center;
	height: 75px;
}
.head .pcNav > ul > li > .sub > ul > li {
	position: relative;
	padding: 0 40px;
	display: flex;
	align-items: center;
}
.head .pcNav > ul > li > .sub > ul > li > a {
	display: block;
	font-family: var(--font-en);
	font-size: 16px;
	color: rgba(255, 255, 255, 0.6);
	transition: all 0.3s;
}
.head .pcNav > ul > li > .sub > ul > li > a:hover {
	color: rgba(255, 255, 255, 1);
}

.head .btn_menu {
	position: absolute;
	right: 4%;
	top: 51px;
	width: 40px;
	cursor: pointer;
	z-index: 5000;
}
.head .btn_menu > div {
	width: 40px;
	height: 3px;
	background: #fff;
	transition: all 0.3s;
}
.head .btn_menu > div + div {
	margin-top: 6px;
}
.head .btn_menu > div:nth-child(1) {
	width: 30px;
	margin-left: 10px;
}
.head .btn_menu > div:nth-child(3) {
	width: 30px;
	margin-left: 10px;
}
.head .btn_menu.open > div:nth-child(2) {
	opacity: 0;
}
.head .btn_menu.open > div:nth-child(1) {
	width: 100%;
	transform: rotate(-45deg) translate(-12px, 0px);
}
.head .btn_menu.open > div:nth-child(3) {
	width: 100%;
	transform: rotate(45deg) translate(-12px, 0px);
}

@media (max-width: 1399px) {
	.head h1 {
		z-index: 5000;
	}
	.head .pcNav {
		display: none;
	}
}

#header.bl .head h1 a {
	background: url(/images/common/logo_bl.png) no-repeat center / contain;
}
#header.bl .head .pcNav > ul > li > a {
	color: #000;
}
#header.bl .head .btn_menu > div {
	background: #000;
}

#header.scroll {
	background: #0d1724;
}
#header.scroll .head h1 a {
	background: url(/images/common/logo1.png) no-repeat center / contain;
}
#header.scroll .head .pcNav > ul > li > a {
	color: #fff;
}
#header.scroll .head .btn_menu > div {
	background: #fff;
}

.allmenu {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	z-index: 1000;
	background: url(/images/common/allmenu_bg.jpg) no-repeat center / 100% 100%;
	display: none;
}
.allmenu .inner {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0 4%;
	display: flex;
	align-items: center;
}
.allmenu .inner .allmenuwrap {
	width: 100%;
}
.allmenu .inner .allmenuwrap > ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	row-gap: 80px;
}
.allmenu .inner .allmenuwrap > ul > li {
	width: 25%;
}
.allmenu .inner .allmenuwrap > ul > li .logo img {
	width: 140px;
}
.allmenu .inner .allmenuwrap > ul > li > a {
	font-family: var(--font-en);
	font-size: var(--fz-44);
	color: #fff;
}
.allmenu .inner .allmenuwrap > ul > li > ul {
	margin-top: 30px;
}
.allmenu .inner .allmenuwrap > ul > li > ul > li {
}
.allmenu .inner .allmenuwrap > ul > li > ul > li + li {
	margin-top: 10px;
}
.allmenu .inner .allmenuwrap > ul > li > ul > li > a {
	font-family: var(--font-en);
	font-size: var(--fz-26);
	line-height: 1.8em;
	color: #9da0a5;
	transition: all 0.4s;
}
.allmenu .inner .allmenuwrap > ul > li > ul > li > a:hover {
	color: #fff;
}

@media (max-width: 1399px) {
	.allmenu .inner .allmenuwrap > ul > li:first-child {
		display: none;
	}
	.allmenu .inner .allmenuwrap > ul > li.blank {
		display: none;
	}
	.allmenu .inner .allmenuwrap > ul > li {
		width: 100%;
	}
	.allmenu .inner .allmenuwrap > ul {
		row-gap: 30px;
	}
}

@media (max-width: 812px) {
	.allmenu {
		background: url(/images/common/allmenu_bg_m.jpg) no-repeat;
		background-size: 100% 122%;
	}
	.allmenu .inner .allmenuwrap > ul {
		row-gap: 5px;
	}
	.allmenu .inner .allmenuwrap > ul > li > ul {
		margin-top: 5px;
	}
	.allmenu .inner .allmenuwrap > ul > li > ul > li + li {
		margin-top: 0;
	}
	.allmenu .inner .allmenuwrap > ul > li > ul > li > a {
		font-size: 16px;
	}
}

#footer {
	width: 100%;
	padding: 0 4%;
	background: #000;
}
#footer .foot {
	position: relative;
	padding: 50px 230px 70px 0;
	display: flex;
}
#footer .foot .ftLogo {
	width: 230px;
}
#footer .foot .ftLogo img {
	width: 110px;
}
#footer .foot .link {
	width: 260px;
	padding: 0 20px;
	border-left: 1px solid rgba(255, 255, 255, 0.4);
	border-right: 1px solid rgba(255, 255, 255, 0.4);
}
#footer .foot .link a {
	display: block;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.5em;
	color: #e6e6e6;
}
#footer .foot .info {
	padding: 0 20px;
	border-left: 1px solid rgba(255, 255, 255, 0.4);
}
#footer .foot .info dl {
	display: flex;
}
#footer .foot .info dl dt {
	flex-shrink: 0;
	width: 120px;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.5em;
	color: #e6e6e6;
}

#footer .foot .info dl dd {
	flex-shrink: 1;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.5em;
	color: #979797;
}
#footer .foot .stewardship {
	position: absolute;
	right: 0;
	top: 50px;
	width: 230px;
}
#footer .foot .stewardship a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 54px;
	padding: 0 30px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 50px;
	font-family: Inter;
	font-size: 17px;
	color: rgba(255, 255, 255, 0.8);
}
#footer .foot .stewardship a i {
	display: inline-block;
	width: 13px;
	height: 13px;
	background: url(/images/common/arr1.png) no-repeat center / cover;
}
#footer .copy {
	padding: 25px 0;
	font-size: 17px;
	color: #7e7e7e;
	border-top: 1px solid rgba(255, 255, 255, 0.4);
}

@media (max-width: 812px) {
	#footer .foot {
		padding: 40px 0 20px;
		flex-direction: column;
		gap: 20px;
	}
	#footer .foot .ftLogo img {
		width: 90px;
	}
	#footer .foot .link {
		width: 100%;
		border-right: none;
	}
	#footer .foot .info {
		border-left: 1px solid rgba(255, 255, 255, 0.4);
	}
	#footer .foot .info dl dt {
		width: 75px;
	}
	#footer .foot .info dl dd {
		width: calc(100% - 75px);
	}
	#footer .foot .stewardship {
		width: 140px;
	}
	#footer .foot .stewardship a {
		height: 44px;
		padding: 0 15px;
		font-size: 12px;
	}
	#footer .copy span {
		display: block;
	}
}
#wrap {
	overflow: hidden;
}
