@charset "utf-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.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=Manrope:wght@200..800&display=swap");
@font-face {
	font-family: "Suit";
	src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Regular.woff2") format("woff2");
	font-weight: normal;
	font-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: "Noto Sans KR", "돋움", 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%;
}
#wrap {
	overflow: hidden;
}

/*로딩 이미지*/
#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%;
	}
}

#header {
	position: fixed;
	left: 20px;
	top: 20px;
	z-index: 1000;
	width: calc(100% - 40px);
	transition: all 0.3s;
}
#header:after {
	display: block;
	content: "";
	width: 100%;
	height: 100px;
	background: rgba(246, 246, 246, 0.8);
	border-radius: 20px;
	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 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 76px;
	text-align: center;
	border-radius: 20px;
	background: #fff;
}
.head h1 {
	position: absolute;
	left: 4%;
	top: 22px;
	z-index: 5000;
}
.head h1 a {
	display: block;
	width: 190px;
	height: 32px;
	background: url(/images/common/logo.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 2vw;
}
@media (max-width: 1799px) {
	.head .pcNav > ul > li {
		margin: 0 0.8vw;
	}
}
.head .pcNav > ul > li > a {
	font-size: 18px;
	line-height: 76px;
	font-weight: 500;
}
.head .pcNav > ul > li > .sub {
	display: block; /* 항상 존재 */
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
	height: 100px;
}
.head .pcNav > ul > li.on > .sub {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transition: opacity 0.6s ease;
}
.head .pcNav > ul > li > .sub > ul {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.head .pcNav > ul > li > .sub > ul > li {
	position: relative;
	padding: 0 10px;
	display: flex;
	align-items: center;
}
.head .pcNav > ul > li > .sub > ul > li a {
	display: inline-flex;
	align-items: center;
	width: 300px;
	height: 50px;
	border-radius: 100px;
	padding: 0 20px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	font-size: 17px;
	font-weight: 500;
	color: #666;
	transition: all 0.3s;
}
.head .pcNav > ul > li > .sub > ul > li.long a {
	width: 345px;
}
.head .pcNav > ul > li > .sub > ul > li a:after {
	content: "";
	position: absolute;
	right: 30px;
	top: 23px;
	width: 6px;
	height: 6px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	transform: rotate(-45deg);
	transition: all 0.3s;
}
.head .pcNav > ul > li > .sub > ul > li a:hover {
	border: 1px solid #fff;
	background: #fff;
	color: #00489e;
	font-weight: 500;
}
.head .pcNav > ul > li > .sub > ul > li a:hover:after {
	border-right: 1px solid #00489e;
	border-bottom: 1px solid #00489e;
}

.head .gnb {
	position: absolute;
	right: 4%;
	top: 29px;
	display: flex;
	align-items: center;
}
.head .gnb .language {
	margin-right: 42px;
}
.head .gnb .language > a {
	position: relative;
	padding-right: 13px;
	font-family: "suit";
	font-size: 14px;
	color: rgba(0, 0, 0, 0.8);
}
.head .gnb .language > a:after {
	display: block;
	content: "";
	width: 5px;
	height: 5px;
	border-right: 1.5px solid rgba(0, 0, 0, 0.8);
	border-bottom: 1.5px solid rgba(0, 0, 0, 0.8);
	transform: rotate(45deg);
	position: absolute;
	right: 0px;
	top: 4px;
}
.head .gnb .btn_menu {
	display: block;
	width: 30px;
	cursor: pointer;
	z-index: 5000;
}
.head .gnb .btn_menu > div {
	width: 30px;
	height: 2px;
	background: #000;
	transition: all 0.3s;
}
.head .gnb .btn_menu > div + div {
	margin-top: 7px;
}
.head .gnb .btn_menu > div:nth-child(2) {
	transform: translateX(-6px);
}
.head .gnb .btn_menu.open > div {
	background: #000;
}
.head .gnb .btn_menu.open > div:nth-child(1) {
	transform: rotate(45deg) translateX(3px) translateY(4px);
}
.head .gnb .btn_menu.open > div:nth-child(3) {
	transform: rotate(-45deg) translateX(3px) translateY(-3px);
}
.head .gnb .btn_menu.open > div:nth-child(2) {
	display: none;
}

@media (max-width: 1399px) {
	.head {
		height: 56px;
		border-radius: 15px;
	}
	.head h1 {
		top: 17px;
	}
	.head h1 a {
		width: 135px;
		height: 23px;
	}
	.head .pcNav {
		display: none;
	}
	.head .gnb {
		top: 19px;
	}
	.head .gnb .language {
		margin-right: 26px;
	}
}

.allmenuBg {
	display: block;
	width: 46px;
	height: 46px;
	background: #d9dee3;
	border-radius: 50%;
	position: absolute;
	left: calc(97% - 23px);
	top: 46px;
	z-index: 1000;
	transform: translate(-50%, -50%) scale(0);
	transition: all 0.8s ease-in-out;
}
.allmenuBg.open {
	transform: translate(-50%, -50%) scale(150);
}
.allmenu {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 2000;
	width: 100%;
	height: 100vh;
	background: #d9dee3;
	transform: scale(0);
}
.allmenu.open {
	transform: scale(1);
	transition: all 0s 0.8s;
}

.allmenu .allmenuwrap {
	width: 100%;
	height: 100%;
	padding: 100px 90px;
}
.allmenu .allmenuwrap > ul {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	width: 100%;
	height: 100%;
}
.allmenu .allmenuwrap > ul > li {
	position: relative;
	width: calc((100% - 60px) / 4);
	height: calc((100% - 20px) / 2);
	border-radius: 50px;
	padding: 30px;
	overflow: hidden;
}

.allmenu .allmenuwrap > ul > li:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.4);
	transition: all 0.3s;
}
.allmenu .allmenuwrap > ul > li:hover:after {
	background: rgba(255, 255, 255, 1);
}
.allmenu .allmenuwrap > ul > li > a {
	position: relative;
	z-index: 2;
	display: inline-block;
	width: 100%;
	font-size: clamp(14px, 1.6vw, 30px);
	font-weight: 500;
	margin-bottom: 5vh;
}
.allmenu .allmenuwrap > ul > li > ul {
	position: relative;
	z-index: 2;
}
.allmenu .allmenuwrap > ul > li > ul > li + li {
	margin-top: 10px;
}
.allmenu .allmenuwrap > ul > li > ul > li {
	position: relative;
	padding-left: 18px;
	width: fit-content;
}
.allmenu .allmenuwrap > ul > li > ul > li:after {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 1px solid rgba(0, 0, 0, 0.4);
	box-sizing: border-box;
	transition: all 0.3s;
}
.allmenu .allmenuwrap > ul > li > ul > li:hover:after {
	background: #00489e;
	border: 1px solid #00489e;
}
.allmenu .allmenuwrap > ul > li > ul > li > a {
	font-size: clamp(12px, 1.2vw, 17px);
	font-weight: 500;
	color: #777;
	transition: all 0.3s;
}
.allmenu .allmenuwrap > ul > li > ul > li:hover > a {
	color: #000;
}
.allmenu .allmenuwrap > ul > li > ul > li > ul {
	margin-top: 10px;
}
.allmenu .allmenuwrap > ul > li > ul > li > ul > li > a {
	font-size: clamp(12px, 1.2vw, 17px);
	font-weight: 500;
	color: #777;
}
.allmenu .allmenuwrap > ul > li > ul > li > ul > li > a:hover {
	color: #00489e;
}
.allmenu .allmenuwrap > ul > li .icon {
	position: absolute;
	z-index: 2;
	right: 30px;
	top: 30px;
	opacity: 0;
	transition: all 0.4s;
}
.allmenu .allmenuwrap > ul > li:hover .icon {
	opacity: 1;
}

.allmenu .allmenuwrap > ul > li {
	opacity: 0;
	transition: all 1s 1s;
}
.allmenu.open .allmenuwrap > ul > li {
	opacity: 1;
}

@media (max-width: 1399px) {
	.allmenu .allmenuwrap {
		padding: 80px 4% 0;
	}
	.allmenu .allmenuwrap > ul {
		flex-direction: column;
		flex-wrap: unset;
		gap: 10px;
	}
	.allmenu .allmenuwrap > ul > li {
		width: 100%;
		height: unset;
		border-radius: 15px;
		padding: 0;
	}
	.allmenu .allmenuwrap > ul > li .icon {
		opacity: 1;
		right: 15px;
		top: 15px;
		transform: scale(0.5);
		transform-origin: right top;
	}
	.allmenu .allmenuwrap > ul > li:hover:after {
		background: rgba(255, 255, 255, 0.4);
	}
	.allmenu .allmenuwrap > ul > li > a {
		margin-bottom: 0;
		padding: 15px;
	}
	.allmenu .allmenuwrap > ul > li > ul {
		/* margin-top: 2vh; */
		padding: 2vh 15px 15px;
	}
	.allmenu .allmenuwrap > ul > li > ul > li {
		padding-left: 13px;
	}
	.allmenu .allmenuwrap > ul > li > ul > li:after {
		top: 9px;
		width: 5px;
		height: 5px;
	}
	.allmenu .allmenuwrap > ul > li > ul > li + li {
		margin-top: 2px;
	}
	.allmenu .allmenuwrap > ul > li > ul > li > ul {
		margin-top: -1px;
	}
}

#footer {
	background: #000;
}
#footer .foot {
	width: 92%;
	margin: 0 auto;
}
#footer .foot .top {
	padding: 60px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#footer .foot .top .ft_logo {
	margin-bottom: 50px;
}
#footer .foot .top dl {
	display: flex;
}
#footer .foot .top dl + dl {
	margin-top: 5px;
}
#footer .foot .top dl dt {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.85);
	width: 160px;
}
#footer .foot .top dl dd {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.85);
	width: calc(100% - 160px);
}
#footer .foot .copy {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.7);
	padding: 35px 0;
}

@media (max-width: 1399px) {
	#footer .foot .top .ft_logo {
		width: 135px;
	}
	#footer .foot .top dl dt {
		font-size: 14px;
		width: 85px;
	}
	#footer .foot .top dl dd {
		font-size: 14px;
		width: calc(100% - 85px);
	}
	#footer .foot .copy {
		font-size: 14px;
	}
}
