@import "/css/fonts/S-Core_Dream/font-face.css";
@import "/css/fonts/NanumSquare/font-face.css";
:root {
	--s-core: "S-Core Dream", Noto Sans, "Malgun Gothic", dotum, sans-serif;
	--nanum-square: "NanumSquare", "Malgun Gothic", dotum, sans-serif;
}
#header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	width: 100%;
	height: 110px;
	-webkit-transition:
		height 0.4s,
		background 0.3s 0.2s;
	transition:
		height 0.4s,
		background 0.3s 0.2s;
	overflow: hidden;
}
#header h1 a {
	display: block;
	width: 178px;
	height: 45px;
	background: url(/img/logo-wh.svg) left top/contain no-repeat;
}
#header .hd__wrapper {
	height: 110px;
}
#header .hd__container {
	width: 90%;
	max-width: 1560px;
	margin: 0 auto;
	position: relative;
	padding-top: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#header .hd__quick {
	position: absolute;
	top: 12px;
	right: 0;
	font-size: 15px;
	color: #fff;
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#header .hd__quick img {
	width: 23px;
	height: 15px;
}
#header .hd__quick .lang {
	padding-right: 15px;
}
#header .hd__quick .hd-membership,
#header .hd__quick .hd-login,
#header .hd__quick .hd-admin,
#header .hd__quick .hd-logout {
	padding: 0 10px;
}
#header .hd__quick .hd-membership a,
#header .hd__quick .hd-login a,
#header .hd__quick .hd-admin a,
#header .hd__quick .hd-logout a {
	color: inherit;
}
#header .hd__quick .hd-membership {
	border-right: 1px solid hsla(0, 0%, 100%, 0.3);
}
#header #hd__gnb {
	width: calc(100% - 238px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font: 400 15px var(--noto);
	line-height: 1;
	color: #fff;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	white-space: nowrap;
}
#header #hd__gnb span {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
}
#header #hd__gnb span a {
	position: relative;
	z-index: 5;
}
#header #hd__gnb dt {
	font: 500 17px var(--nanum-square);
	height: 45px;
	margin-bottom: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}
#header #hd__gnb dd {
	position: absolute;
	top: 100%;
	width: 100%;
	max-width: -webkit-fit-content;
	max-width: -moz-fit-content;
	max-width: fit-content;
}
#header #hd__gnb dd ul {
	padding-top: 20px;
}
#header #hd__gnb dd li {
	margin-bottom: 24px;
}
#header #hd__gnb dl {
	margin-right: 90px;
}
#header #hd__gnb dl[data-menu="sub_9"] {
	width: 190px;
	margin-right: 85px;
	position: relative;
}
#header #hd__gnb dl[data-menu="sub_9"] dt::before,
#header #hd__gnb dl[data-menu="sub_9"] dt span::after {
	content: "";
	position: absolute;
	top: 50%;
	left: -0.8em;
	translate: 0 -50%;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #fff;
	-webkit-transition: 0.1s;
	transition: 0.1s;
}
#header #hd__gnb dl[data-menu="sub_9"] dt span::after {
	left: calc(100% + 0.5em);
}
#header #hd__gnb dl[data-menu="sub_9"] dt span {
	z-index: 5;
}
#header #hd__gnb dl[data-menu="sub_9"] dt span a {
	position: relative;
	z-index: 5;
}
#header #hd__gnb dl[data-menu="sub_9"] dt span::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	z-index: 2;
	width: calc(100% + 3em);
	height: calc(100% + 2em);
	border-radius: 100px;
	background: #68c;
	opacity: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
#header #hd__gnb dl[data-menu="sub_9"]::before,
#header #hd__gnb dl[data-menu="sub_9"]::after {
	content: "";
	position: absolute;
	right: -10px;
	width: 1px;
	height: 0;
	background: #c0c7d7;
	-webkit-transition: 0.3s 0;
	transition: 0.3s 0;
}
#header #hd__gnb dl[data-menu="sub_9"]::before {
	top: 0;
}
#header #hd__gnb dl[data-menu="sub_9"]::after {
	top: 100px;
}
#header #hd__gnb dl[data-menu="sub_9"] dd {
	font-weight: bold;
}
#header #hd__gnb dl[data-menu="specialty"] {
	width: 190px;
	margin-right: 85px;
	position: relative;
}
#header #hd__gnb dl[data-menu="specialty"] dt::before,
#header #hd__gnb dl[data-menu="specialty"] dt span::after {
	content: "";
	position: absolute;
	top: 50%;
	left: -0.8em;
	translate: 0 -50%;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #fff;
	-webkit-transition: 0.1s;
	transition: 0.1s;
}
#header #hd__gnb dl[data-menu="specialty"] dt span::after {
	left: calc(100% + 0.5em);
}
#header #hd__gnb dl[data-menu="specialty"] dt span {
	z-index: 5;
}
#header #hd__gnb dl[data-menu="specialty"] dt span a {
	position: relative;
	z-index: 5;
}
#header #hd__gnb dl[data-menu="specialty"] dt span::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	z-index: 2;
	width: calc(100% + 3em);
	height: calc(100% + 2em);
	border-radius: 100px;
	background: #68c;
	opacity: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
#header #hd__gnb dl[data-menu="specialty"]::before,
#header #hd__gnb dl[data-menu="specialty"]::after {
	content: "";
	position: absolute;
	right: -10px;
	width: 1px;
	height: 0;
	background: #c0c7d7;
	-webkit-transition: 0.3s 0;
	transition: 0.3s 0;
}
#header #hd__gnb dl[data-menu="specialty"]::before {
	top: 0;
}
#header #hd__gnb dl[data-menu="specialty"]::after {
	top: 100px;
}
#header #hd__gnb dl[data-menu="specialty"] dd {
	font-weight: bold;
}
#header #hd__gnb dl[data-menu="sub_9"] dt span::before {
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
#header #hd__gnb dl[data-menu="specialty"] dt span::before {
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
#header #hd__gnb dl[data-menu="sub_2"] li[data-sub="sub_5"] span::before {
	position: absolute;
	top: 50%;
	left: -0.8em;
	translate: 0 -50%;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background: #68c;
}
#header #hd__gnb dl[data-menu="sub_3"] li[data-sub="sub_3"] span::before {
	position: absolute;
	top: 50%;
	left: -0.8em;
	translate: 0 -50%;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background: #68c;
}
#header #hd__gnb dl[data-menu="sub_4"] li[data-sub="sub_3"] span::before {
	position: absolute;
	top: 50%;
	left: -0.8em;
	translate: 0 -50%;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background: #68c;
}
#header #hd__gnb dl[data-menu="sub_4"] li[data-sub="sub_4"] span::before {
	position: absolute;
	top: 50%;
	left: -0.8em;
	translate: 0 -50%;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background: #68c;
}
#header #hd__gnb dl[data-menu="sub_8"] li[data-sub="sub_4"] span::before {
	position: absolute;
	top: 50%;
	left: -0.8em;
	translate: 0 -50%;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background: #68c;
}
#header.--fixed {
	background: rgba(211, 215, 215, 0.6196078431);
}
#header.--active {
	height: 380px;
	background: #f8f8fb;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
#header.--active h1 a {
	background: url(/img/logo-wh-2.png) left top/contain no-repeat;
}
#header.--active .hd__wrapper {
	border-bottom: 1px solid var(--theme-color);
}
#header.--active .hd__quick {
	color: var(--theme-color);
}
#header.--active #hd__gnb {
	color: var(--theme-color);
}
#header.--active #hd__gnb dt {
	font-weight: 600;
}
#header.--active #hd__gnb dl[data-menu="sub_9"]::before,
#header.--active #hd__gnb dl[data-menu="sub_9"]::after {
	-webkit-transition: 0.3s 0.2s;
	transition: 0.3s 0.2s;
}
#header.--active #hd__gnb dl[data-menu="sub_9"]::before {
	top: 0;
	height: 60px;
}
#header.--active #hd__gnb dl[data-menu="sub_9"]::after {
	height: 210px;
}
#header.--active #hd__gnb dl[data-menu="sub_9"] dt::before {
	opacity: 0;
}
#header.--active #hd__gnb dl[data-menu="sub_9"] dt span {
	color: #fff;
}
#header.--active #hd__gnb dl[data-menu="sub_9"] dt span::before {
	opacity: 1;
}
#header.--active #hd__gnb dl[data-menu="specialty"]::before,
#header.--active #hd__gnb dl[data-menu="specialty"]::after {
	-webkit-transition: 0.3s 0.2s;
	transition: 0.3s 0.2s;
}
#header.--active #hd__gnb dl[data-menu="specialty"]::before {
	top: 0;
	height: 60px;
}
#header.--active #hd__gnb dl[data-menu="specialty"]::after {
	height: 210px;
}
#header.--active #hd__gnb dl[data-menu="specialty"] dt::before {
	opacity: 0;
}
#header.--active #hd__gnb dl[data-menu="specialty"] dt span {
	color: #fff;
}
#header.--active #hd__gnb dl[data-menu="specialty"] dt span::before {
	opacity: 1;
}
@media screen and (min-width: 1726px) {
	#header #hd__gnb dl[data-menu="sub_9"]::before,
	#header #hd__gnb dl[data-menu="sub_9"]::after {
		right: -55px;
	}
	#header #hd__gnb dl[data-menu="specialty"]::before,
	#header #hd__gnb dl[data-menu="specialty"]::after {
		right: -55px;
	}
}
@media screen and (max-width: 1725px) {
	#header #hd__gnb {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	#header #hd__gnb dl {
		margin-right: 0;
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
	}
	#header #hd__gnb dl[data-menu="sub_9"] {
		width: 140px;
		margin-right: 0;
	}
	#header #hd__gnb dl[data-menu="sub_9"]::before,
	#header #hd__gnb dl[data-menu="sub_9"]::after {
		right: 0;
	}
	#header #hd__gnb dl[data-menu="specialty"] {
		width: 140px;
		margin-right: 0;
	}
	#header #hd__gnb dl[data-menu="specialty"]::before,
	#header #hd__gnb dl[data-menu="specialty"]::after {
		right: 0;
	}
	#header #hd__gnb dd {
		position: relative;
	}
	#header #hd__gnb dl[data-menu="sub_9"] dd {
		font-weight: bold;
	}
	#header #hd__gnb dl[data-menu="specialty"] dd {
		font-weight: bold;
	}
}
@media screen and (max-width: 1400px) {
	#header .hd__container {
		width: 97%;
	}
	#header #hd__gnb {
		font-size: 1.1vw;
		width: calc(100% - 208px);
	}
	#header #hd__gnb dt {
		font-size: 1.5vw;
	}
	#header #hd__gnb dl[data-menu="sub_9"] {
		width: 11em;
	}
	#header #hd__gnb dl[data-menu="specialty"] {
		width: 11em;
	}
} /*# sourceMappingURL=hd.min.css.map */
