/** @format */

@charset "utf-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.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");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,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: #515151;
	font-family: "Pretendard", sans-serif;
	word-break: keep-all;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.4;
}
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: #515151;
	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 {
	height: 0;
}
.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%;
	}
}

#header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1000;
}
/* #header:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	opacity: 0;
}
#header:before{
	content: "";
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 200px;
	background:rgba(255,255,255,0.4);
	backdrop-filter: blur(20px);
	opacity: 0;
} */
#header.on:after {
	opacity: 1;
}
#header.scroll:after {
	opacity: 1;
}
#header.on:before {
	opacity: 1;
}

#header .headerBg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.4);
	backdrop-filter: blur(20px);
	opacity: 0;
}

.head {
	position: relative;
	width: 94%;
	height: 100px;
	margin: 0 auto;
}
.head h1 {
	position: absolute;
	left: 0%;
	top: 25.5px;
	z-index: 1002;
}
.head h1 a {
	display: block;
	width: 177px;
	height: 42px;
	background: url(/images/common/logo_w.png) no-repeat center / contain;
	background-size: contain;
	text-indent: -9999px;
	transition: all 0.3s;
}
.head .pcNav {
	position: relative;
	height: 90px;
	z-index: 1001;
}
.head .pcNav > ul {
	display: flex;
	justify-content: center;
}
.head .pcNav > ul > li {
	margin: 0 33px;
	position: relative;
}
.head .pcNav > ul > li > a {
	white-space: nowrap;
	position: relative;
	display: inline-block;
	height: 90px;
	font-size: var(--fz-16);
	font-weight: 600;
	line-height: 90px;
	transition: all 0.3s;
	color: #fff;
	font-family: "Inter";
}
.head .gnb {
	position: absolute;
	right: 0;
	top: 26.2px;
	z-index: 1002;
	display: flex;
	gap: 35px;
	align-items: center;
}
.head .gnb .lang {
	display: flex;
	border: 1px solid rgba(255, 255, 255, 0.7);
	border-radius: 100px;
	padding: 3px;
}
.head .gnb .lang a {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	font-family: "Inter";
	font-size: 10px;
	font-weight: 700;
	color: #fff;
}
.head .gnb .lang a.on {
	background: rgba(255, 255, 255, 0.7);
}

.head .gnb .btnMenu {
	width: 31px;
	cursor: pointer;
}
.head .gnb .btnMenu div {
	display: block;
	width: 100%;
	height: 2px;
	background: #fff;
	transition: all 0.3s;
}
.head .gnb .btnMenu div + div {
	margin-top: 5px;
}
.head .gnb .btnMenu.open div:nth-child(2) {
	opacity: 0;
}
.head .gnb .btnMenu.open div:nth-child(1) {
	transform: rotate(-45deg) translate(-5px, 5px);
}
.head .gnb .btnMenu.open div:nth-child(3) {
	transform: rotate(45deg) translate(-5px, -4px);
}

#header.on,
#header.scroll {
	background: #fff;
}
#header.on .head h1 a,
#header.scroll .head h1 a,
#header.bl .head h1 a {
	background: url(/images/common/logo_b.png) no-repeat center / contain;
}
#header.on .head .pcNav > ul > li > a,
#header.scroll .head .pcNav > ul > li > a,
#header.bl .head .pcNav > ul > li > a {
	color: #111;
}
#header.on .head .gnb .lang,
#header.scroll .head .gnb .lang,
#header.bl .head .gnb .lang {
	border: 1px solid #9c9c9c;
}
#header.on .head .gnb .lang a,
#header.scroll .head .gnb .lang a,
#header.bl .head .gnb .lang a {
	color: #515151;
}
#header.on .head .gnb .lang a.on,
#header.scroll .head .gnb .lang a.on,
#header.bl .head .gnb .lang a.on {
	color: #fff;
	background: rgba(101, 101, 101, 0.79);
}
#header.on .head .gnb .btnMenu div,
#header.scroll .head .gnb .btnMenu div,
#header.bl .head .gnb .btnMenu div {
	background: #414042;
}

#header.open .head h1 a {
	background: url(/images/common/logo_w.png) no-repeat center / contain !important;
}
#header.open .head .gnb .lang {
	border: 1px solid rgba(255, 255, 255, 0.7) !important;
}
#header.open .head .gnb .lang a {
	color: #fff !important;
}
#header.open .head .gnb .lang a.on {
	color: #fff !important;
	background: rgba(255, 255, 255, 0.7) !important;
}
#header.open .head .gnb .btnMenu div {
	background: #fff !important;
}

/* #header.scroll .headerBg{opacity: 1;}

#header.open .head .pcNav>ul>li>a{color: #fff;}
#header.open .head .gnb .lang > a{color: #fff;}
#header.open .head .gnb .lang > a:after{
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#header.open .head .gnb .btnMenu > div{background: #fff;}
#header.open .head .gnb .btnMenu > div:nth-child(1){transform: rotate(45deg) translate(2px, 6px)}
#header.open .head .gnb .btnMenu > div:nth-child(2){transform: rotate(-45deg) translate(3px, -5px);} */

/* subMenu */
.subMenu {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 100;
	width: 100%;
	height: 300px;
	box-sizing: border-box;
	/* overflow:hidden; */
	transform-origin: top;
	background: #fff;
}
.subMenu .menuwrap {
	display: none;
	box-sizing: unset;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 92%;
	max-width: 1780px;
	height: 220px;
	padding: 40px 0;
}
.subMenu .menuwrap > div {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-start;
}
.subMenu .menuwrap > div .depthInfo {
	overflow: hidden;
	width: 350px;
	height: 220px;
}
.subMenu .menuwrap:nth-child(1) > div .depthInfo {
	background: url(/images/page/sub_visual01.png) no-repeat;
	background-size: cover;
}
.subMenu .menuwrap:nth-child(2) > div .depthInfo {
	background: url(/images/page/sub_visual03.jpg) no-repeat;
	background-size: cover;
}
.subMenu .menuwrap:nth-child(3) > div .depthInfo {
	background: url(/images/page/sub_visual04.png) no-repeat;
	background-size: cover;
}
.subMenu .menuwrap:nth-child(4) > div .depthInfo {
	background: url(/images/common/submenu_bg4.png) no-repeat;
	background-size: cover;
}
.subMenu .menuwrap:nth-child(5) > div .depthInfo {
	background: url(/images/common/submenu_bg5.png) no-repeat;
	background-size: cover;
}
.subMenu .menuwrap:nth-child(6) > div .depthInfo {
	background: url(/images/common/submenu_bg6.png) no-repeat;
	background-size: cover;
}
.subMenu .menuwrap:nth-child(7) > div .depthInfo {
	background: url(/images/common/submenu_bg1.png) no-repeat;
	background-size: cover;
}
.subMenu .menuwrap > div .depthInfo > a {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	box-sizing: border-box;
	text-align: center;
}
.subMenu .menuwrap > div .depthInfo > a .dep1 {
	font-family: "Inter";
	font-size: 30px;
	font-weight: 600;
	color: #fff;
}
.subMenu .menuwrap > div ul {
	display: flex;
	flex-wrap: wrap;
	column-gap: 40px;
	width: calc(100% - 350px);
	padding-left: 115px;
}
.subMenu .menuwrap > div ul li {
	width: calc((100% - 80px) / 3);
}
.subMenu .menuwrap > div ul li a {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 24px 20px;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
	font-size: 18px;
	color: #515151;
}
.subMenu .menuwrap > div ul li a span {
	display: inline-block;
	position: relative;
}
.subMenu .menuwrap > div ul li:hover a {
	color: #ef4130;
}
.subMenu .menuwrap > div ul li a .arr {
	display: block;
	width: 8px;
	height: 8px;
	border-right: 1.5px solid #000;
	border-bottom: 1.5px solid #000;
	transform: rotate(-45deg);
}
.subMenu .menuwrap > div ul li a:hover .arr {
	border-right: 1.5px solid #ef4130;
	border-bottom: 1.5px solid #ef4130;
}

@media (max-width: 1399px) {
	.head {
		height: 70px;
	}
	.head h1 {
		top: 15.5%;
	}
	.head h1 a {
		width: 121px;
	}
	.head .pcNav {
		display: none;
	}
	.head .gnb {
		top: 16px;
		gap: 20px;
	}
}

.allmenu {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1001;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.4);
	backdrop-filter: blur(20px);
	overflow: hidden;
	display: none;
}
.allmenu .allmenuwrap {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	text-align: center;
}
.allmenu .allmenuwrap > ul {
	position: relative;
	width: 100%;
	padding: 0 4%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: min(100px, 5vw);
}
.allmenu .allmenuwrap > ul:after {
	content: "";
	position: absolute;
	left: 0;
	top: 104px;
	width: 0;
	height: 1px;
	background: rgba(255, 255, 255, 0.3);
}
.allmenu.open .allmenuwrap > ul:after {
	width: 100%;
	transition: all 2s;
}
.allmenu .allmenuwrap > ul > li {
}
.allmenu .allmenuwrap > ul > li > a {
	font-family: "Inter";
	font-size: 36px;
	font-weight: 600;
	color: #fff;
	transition: all 0.3s;
}
.allmenu .allmenuwrap > ul > li:hover > a {
	color: #ef4130;
}
.allmenu .allmenuwrap > ul > li > ul {
	position: relative;
	margin-top: 110px;
}
.allmenu .allmenuwrap > ul > li > ul:after {
	content: "";
	position: absolute;
	left: 50%;
	top: -60px;
	transform: translateX(-50%);
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #ef4130;
	z-index: 10;
	opacity: 0;
	transition: all 0.3s;
}
.allmenu .allmenuwrap > ul > li:hover > ul:after {
	opacity: 1;
}
.allmenu .allmenuwrap > ul > li > ul > li {
}
.allmenu .allmenuwrap > ul > li > ul > li + li {
	margin-top: 30px;
}
.allmenu .allmenuwrap > ul > li > ul > li > a {
	position: relative;
	font-size: 21px;
	font-weight: 500;
	line-height: 1.7em;
	color: #edf0fb;
}
.allmenu .allmenuwrap > ul > li > ul > li > a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, 0.3);
	transform: scaleX(0);
	transition: all 0.3s;
}
.allmenu .allmenuwrap > ul > li > ul > li > a:hover::after {
	transform: scaleX(1);
}

.allmenu .allmenuwrap > ul > li {
	opacity: 0;
	transform: translateX(-30px);
}
.allmenu.open .allmenuwrap > ul > li {
	opacity: 1;
	transform: translateX(0);
}
.allmenu .allmenuwrap > ul > li:nth-child(1) {
	transition: all 1.4s 0.1s;
}
.allmenu .allmenuwrap > ul > li:nth-child(2) {
	transition: all 1.4s 0.2s;
}
.allmenu .allmenuwrap > ul > li:nth-child(3) {
	transition: all 1.4s 0.3s;
}
.allmenu .allmenuwrap > ul > li:nth-child(4) {
	transition: all 1.4s 0.4s;
}
.allmenu .allmenuwrap > ul > li:nth-child(5) {
	transition: all 1.4s 0.5s;
}
.allmenu .allmenuwrap > ul > li:nth-child(6) {
	transition: all 1.4s 0.6s;
}
.allmenu .allmenuwrap > ul > li:nth-child(7) {
	transition: all 1.4s 0.7s;
}

@media (max-width: 1399px) {
	.allmenu .allmenuwrap {
		text-align: left;
	}
	.allmenu .allmenuwrap > ul {
		flex-direction: column;
		gap: 0;
	}
	.allmenu .allmenuwrap > ul:after {
		display: none;
	}
	.allmenu .allmenuwrap > ul > li {
		width: 100%;
		padding: 15px 0;
		border-top: 1px solid rgba(255, 255, 255, 0.3);
	}
	.allmenu .allmenuwrap > ul > li:last-child {
		border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	}
	.allmenu .allmenuwrap > ul > li > a {
		position: relative;
		display: inline-block;
		width: 100%;
		font-size: 18px;
	}
	.allmenu .allmenuwrap > ul > li > a:after {
		content: "";
		position: absolute;
		right: 4px;
		top: 6px;
		width: 6px;
		height: 6px;
		border-left: 1.5px solid #fff;
		border-bottom: 1.5px solid #fff;
		transform: rotate(-45deg);
	}
	.allmenu .allmenuwrap > ul > li > a.on:after {
		transform: rotate(135deg);
	}
	.allmenu .allmenuwrap > ul > li > ul {
		margin-top: 10px;
		display: flex;
		flex-wrap: wrap;
	}
	.allmenu .allmenuwrap > ul > li > ul:after {
		display: none;
	}
	.allmenu .allmenuwrap > ul > li > ul > li {
		width: 50%;
	}
	.allmenu .allmenuwrap > ul > li > ul > li + li {
		margin-top: 0;
	}
	.allmenu .allmenuwrap > ul > li > ul > li > a {
		font-size: 13px;
	}
}

/* footer */
#footer {
	background: #13161d;
	font-family: "Inter";
}
.foot {
	padding: 70px;
}
.foot .footerWrap {
}
.foot .container {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
}
.foot .container .logoBox {
	width: 360px;
}
.foot .container .content1 {
	width: 360px;
	padding: 0 35px;
	border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.foot .container .content1 a {
	display: block;
	color: #fff;
	line-height: 1.4;
	font-weight: 500;
	font-size: var(--fz-18);
}
.foot .container .content2 {
	width: calc(100% - 720px);
	column-gap: 60px;
	padding-left: 35px;
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	display: flex;
	flex-wrap: wrap;
}
.foot .container .content2 dl {
	width: 37%;
	display: flex;
	gap: 5px;
}
.foot .container .content2 dt,
.foot .container .content2 dd {
	font-family: "Archivo";
	font-size: var(--fz-18);
	color: rgba(244, 244, 244, 0.7);
	line-height: 1.4;
}
.foot .bot {
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
}
.foot .copyRight {
	font-size: var(--fz-18);
	color: rgba(244, 244, 244, 0.7);
}
.foot .bot .fam {
	position: relative;
	display: inline-block;
}
.foot .bot .fam > a {
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	width: 250px;
	height: 60px;
	padding: 0 30px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	font-size: 16px;
	color: #fff;
	text-align: left;
	line-height: 60px;
}
.foot .bot .fam > a:after {
	display: block;
	content: "";
	width: 8px;
	height: 8px;
	border-right: 1px solid #adadad;
	border-bottom: 1px solid #adadad;
	transform: rotate(225deg);
	position: absolute;
	right: 30px;
	top: 50%;
	margin: -2px 0 0 0;
}
.foot .bot .fam ul {
	position: absolute;
	right: 0;
	bottom: 60px;
	width: 250px;
	padding: 10px 30px;
	box-sizing: border-box;
	background: #13161d;
	border: 1px solid rgba(255, 255, 255, 0.3);
	text-align: left;
	display: none;
}
.foot .bot .fam li a {
	font-size: 16px;
	line-height: 2em;
	color: rgba(255, 255, 255, 0.6);
	font-weight: 400;
}
.foot .bot .fam li a:hover {
	color: #fff;
}

@media (max-width: 1799px) {
	.foot {
		padding: 40px 3%;
	}
	.foot .container {
		flex-direction: column;
		row-gap: 30px;
	}
	.foot .container > * {
		width: 100%;
	}
	.foot .container .content1 {
		padding: 0 15px;
	}
	.foot .container .content2 {
		width: 100%;
		flex-direction: column;
		padding-left: 15px;
	}
	.foot .container .content2 dl {
		width: 100%;
	}
	.foot .copyRight {
		font-size: 13px;
	}
	.foot .copyRight span {
		display: block;
	}
}

@media (max-width: 1399px) {
	.foot .bot .fam > a {
		width: 180px;
		height: 45px;
		padding: 0 20px;
		font-size: 14px;
		line-height: 45px;
	}
	.foot .bot .fam > a:after {
		width: 5px;
		height: 5px;
		right: 20px;
		margin: 0px 0 0 0;
	}
	.foot .bot .fam ul {
		bottom: 45px;
		width: 180px;
		padding: 10px 20px;
	}
	.foot .bot .fam li a {
		font-size: 14px;
	}
}

@media (max-width: 812px) {
	.foot .bot {
		margin-top: 30px;
		flex-direction: column;
		gap: 20px;
	}
	.foot .bot .fam {
		width: fit-content;
	}
}

.infoPop {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 1200px;
	width: 92%;
	margin: 0 auto;
	padding: 60px;
	border-radius: 15px;
	background: #fff;
	z-index: 3000;
	display: none;
}
.infoPop .xBtn {
	position: absolute;
	right: 30px;
	top: 30px;
}
.infoPop h3 {
	margin: 20px 0 30px;
	text-align: center;
	font-size: var(--fz-28);
	font-weight: 600;
}
.infoPop .conWrap {
	width: 100%;
	padding: 30px;
	border-radius: 15px;
	background: #f4f4f4;
}
.infoPop .conWrap .inner {
	width: 100%;
	height: 50vh;
	overflow-y: auto;
}
.infoPop .conWrap .inner > p {
	font-size: var(--fz-18);
}
.infoPop .conWrap .inner .list {
	margin-top: 20px;
}
.infoPop .conWrap .inner .list .listTit {
	font-size: var(--fz-18);
	font-weight: 600;
}
.infoPop .conWrap .inner .list .listP {
	font-size: var(--fz-16);
	margin: 10px 0;
}
.infoPop .conWrap .inner .list p {
	font-size: var(--fz-16);
	line-height: 1.7em;
	margin-top: 10px;
}
.infoPop .conWrap .inner .list p strong {
	display: inline-block;
	margin-bottom: 7px;
	font-weight: 500;
}
.infoPop .conWrap .inner .list table {
	border-collapse: collapse;
	width: 400px;
	margin: 20px 0;
}
.infoPop .conWrap .inner .list table td {
	padding: 15px;
	border: 1px solid #ccc;
	font-size: var(--fz-16);
}

@media (max-width: 813px) {
	.infoPop {
		padding: 20px 20px 50px;
	}
	.infoPop .xBtn {
		right: 15px;
		top: 15px;
	}
	.infoPop h3 {
		padding: 20px 0 12px;
	}
	.infoPop .conWrap {
		padding: 15px;
	}
	.infoPop .conWrap .inner .list table {
		width: 100%;
	}
	.infoPop .conWrap .inner .list table tr {
		padding: 10px;
	}
}

.dim {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 2500;
	display: none;
}
