@charset "utf-8";
@import url("https://cdn.jsdelivr.net/npm/pretendard-std@1.3.9/dist/web/static/pretendard-std.min.css");
@import url('https://fonts.googleapis.com/css2?family=Wix+Madefor+Display:wght@400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');



/*Common*/
*{margin:0;padding:0;box-sizing:border-box;}
::after, ::before{
box-sizing:border-box;}
html,body{width:100%;height:100%}
html{}
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;
	font-size:14px;font-weight:normal;
	line-height: 1.2;
}
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{color:#000;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;height: 0;}
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;z-index:1000;width:100%;}
#header:after {
	display: block;
	content: "";
	width: 100%;
	height: 60px;
	background: #f1f1f1;
	position: absolute;
	left: 0;
	top: 100%;
	transform-origin: top;
	transform: scaleY(0);
	transition: all 0.4s;
	z-index: -1;
}

.head{
	position:relative;
	height:110px;
	text-align:center;
}
.head h1{position:absolute;left:4%;top:50%; transform: translateY(-50%); z-index: 1001;}
.head h1 a{
	display:block;
	width:194px;height:32px;
	background:url(/images/common/ft_logo.png) no-repeat center / contain;
	transition: all 0.4s;
}
.head .pcNav{}
.head .pcNav>ul{display:flex;justify-content:center;}
.head .pcNav>ul>li{margin:0 32px;}
.head .pcNav>ul>li>a{
	display: inline-block;
	font-family:"Wix Madefor Display";
	font-size:20px;
	font-weight: 500;
	line-height:110px;
	color:#fff;
}
.head .pcNav>ul>li>.sub{
	display:none;
	position:absolute;left:50%;top:100%;
	width:100%;
	transform:translateX(-50%);
}
.head .pcNav>ul>li>.sub>ul{display:flex;justify-content:center;margin-top:18px;}
.head .pcNav>ul>li>.sub>ul>li{
	position:relative;
	padding:0 35px;
}
.head .pcNav>ul>li>.sub>ul>li>a{
	position: relative;
	font-family: "Poppins";
	font-size: 16px;
	font-weight: 500;
	color: #333;
	display:block;
	padding-left: 13px;
}
.head .pcNav>ul>li>.sub>ul>li>a:after{
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	width: 6px;
	height: 6px;
	border: 1px solid #333;
	border-radius: 50%;
	box-sizing: border-box;
}
.head .pcNav>ul>li>.sub>ul>li>a:hover:after{
	background: #333;
}

.head .gnb{
	position: absolute;
	right: 4%;
	top: 30px;
	display: flex;
	align-items: center;
}
.head .gnb .lang{
	margin-right: 8px;
	width: 54px;
	aspect-ratio: 1;
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,0.5);
}
.head .gnb .lang > a{
	position: relative;
	padding-right: 12px;
	font-family: "Wix Madefor Display";
	font-size: 13px;
	font-weight: 700;
	line-height: 54px;
	color:#fff;
}
.head .gnb .lang > a:after{
	display: block;
	content: "";
	width: 4px;
	height: 4px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	right: 0px;
	top: 5px;
}
.head .gnb .btnMenu{
	position: relative;
	width: 54px;
	aspect-ratio: 1;
	border-radius: 50%;
	background: #2A2D64;
	cursor: pointer;
	z-index: 1001;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.head .gnb .btnMenu > div{
	display: block;
	width: 22px;
	height: 3px;
	background: #fff;
	transition: all 0.3s;
}
.head .gnb .btnMenu > div + div{
	margin-top: 5px;
}

.head .gnb .btnMenu.open > div:first-child{
	transform: rotate(45deg) translate(4px, 5px);
}
.head .gnb .btnMenu.open > div:nth-child(2){
	opacity: 0; visibility: hidden;
}
.head .gnb .btnMenu.open > div:last-child{
	transform: rotate(-45deg) translate(3px, -3px);
	margin-top: 0;
}


/* header2 */
.head2 {}
.head2 .pcNav>ul>li {
padding: 0 32px;
margin:0;
position: relative;
min-width: 213px;
transition: all 0.4s;
}
.head2 .subMenu {
background: none;
height: 308px;
}
.head2 .subMenu .menuwrap {
position: static;
transform: translateX(0);
width: 100%;
max-width: none;
height: 100%;
padding: 0;
box-sizing: border-box;
transition: all 0.4s;
}
.head2 .subMenu ul li a{
display: block;
font-size: 16px;
padding: 12px;
transition: all 0.4s;
height: 44px;
}
#header:after {
height: 308px;
}

#header.on{
background: #fff;
opacity: 0.83;
backdrop-filter: blur(32px);
}
#header.on:after{transform: scaleY(1);}
#header.on .head h1 a {background: url(/images/common/logo.png) center center / contain no-repeat;}
#header.on .head .pcNav>ul>li>a{color: #000;}
#header.on .head .gnb .lang{border: 1px solid #ACACAC;}
#header.on .head .gnb .lang > a{color: #000;}
#header.on .head .gnb .lang > a:after{border-right: 1px solid #000;border-bottom: 1px solid #000;}

#header.on .head2 .pcNav>ul>li:hover {
background-color: var(--main-color);
opacity: 1;
color: #fff;
}
#header.on .head2 .pcNav>ul>li:hover a {
color: #fff;
}
#header.on .head2 .pcNav>ul>li .subMenu .menuwrap li:hover {
background: #707297;
}
#header.on .head2 .pcNav>ul>li:hover .subMenu .menuwrap { background-color: var(--main-color); }


#header.scroll{
background: #fff;
opacity: 0.83;
backdrop-filter: blur(32px);
}
#header.scroll .head h1 a {background: url(/images/common/logo.png) center center / contain no-repeat;}
#header.scroll .head .pcNav>ul>li>a{color: #000;}
#header.scroll .head .gnb .lang{border: 1px solid #ACACAC;}
#header.scroll .head .gnb .lang > a{color: #000;}
#header.scroll .head .gnb .lang > a:after{border-right: 1px solid #000;border-bottom: 1px solid #000;}

#header.bl .head .pcNav>ul>li>a{color: #000;}
#header.bl .head .gnb .lang{border: 1px solid #ACACAC;}
#header.bl .head .gnb .lang > a{color: #000;}
#header.bl .head .gnb .lang > a:after{border-right: 1px solid #000;border-bottom: 1px solid #000;}





/* 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:#F6F5F8;
}
.subMenu .menuwrap{
	display:none;
	box-sizing:unset;
	position:absolute;left:50%;top:0; transform: translateX(-50%);
	width:92%;
	max-width: 1640px;
	height: 200px;
	padding: 50px 0;
}
.subMenu .menuwrap>div{width: 100%; height: 100%; display:flex;align-items: center;}
.subMenu .menuwrap>div .depthInfo{
	overflow:hidden;
	width: 308px;
	height: 200px;
	border-radius: 70px;
}
.subMenu .menuwrap:nth-child(1)>div .depthInfo{background:url(/images/common/submenu_bg1.png) no-repeat;background-size:cover;}
.subMenu .menuwrap:nth-child(2)>div .depthInfo{background:url(/images/common/submenu_bg1.png) no-repeat;background-size:cover;}
.subMenu .menuwrap:nth-child(3)>div .depthInfo{background:url(/images/common/submenu_bg1.png) no-repeat;background-size:cover;}
.subMenu .menuwrap:nth-child(4)>div .depthInfo{background:url(/images/common/submenu_bg1.png) no-repeat;background-size:cover;}
.subMenu .menuwrap:nth-child(5)>div .depthInfo{background:url(/images/common/submenu_bg1.png) no-repeat;background-size:cover;}
.subMenu .menuwrap:nth-child(6)>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-size: 26px;
	font-weight: 500;
	color: #fff;
}
.subMenu .menuwrap>div ul{
	display:flex;flex-wrap:wrap;
	column-gap: 2%;
	width: calc(100% - 308px);
	padding-left: 70px;
}
.subMenu .menuwrap>div ul li{width:23%;}
.subMenu .menuwrap>div ul li a{
	position: relative;
	display:flex;align-items:center;
	width:100%;
	padding:20px 12px;
	box-sizing:border-box;
	border-bottom:1px solid #ccc;
	font-size:18px;color:#666;font-weight:500;
}
.subMenu .menuwrap>div ul li a span{
	display:inline-block;
	position:relative;
}
.subMenu .menuwrap>div ul li:hover a{color: #2E3092;}
.subMenu .menuwrap>div ul li:hover a{
	border-bottom: 1px solid #2E3092;
}
.subMenu .menuwrap>div ul li a .arr{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	background: url(/images/common/submenu_arr.png) no-repeat center / contain;
}
.subMenu .menuwrap>div ul li:hover a .arr{
	background: url(/images/common/submenu_arr2.png) no-repeat center / contain;
}



@media (max-width: 1399px){
	.head .pcNav{display: none;}
}


@media (max-width: 812px){
	.head{height: 70px;}
	.head h1 a{width: 116px; height: 20px;}
	.head .gnb{top: 15px;}
	.head .gnb .lang{width: 42px; height: 42px;}
	.head .gnb .lang > a{font-size: 10px; line-height: 42px;}
	.head .gnb .lang > a:after{width: 3px; height: 3px; top: 3px;right:3px;}
	.head .gnb .btnMenu{width: 42px;}
	.head .gnb .btnMenu > div{width: 17px; height: 2px;}
	.head .gnb .btnMenu > div + div{margin-top: 4px;}
	.head .gnb .btnMenu.open > div:first-child {transform: rotate(45deg) translate(2px, 3px);}
}


.allmenu{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 500;
	width: 100%;
	height: 100vh;
	background: rgba(255, 255, 255, 0.3);
	backdrop-filter: blur(20px);
	display: none;
}
.allmenu .allmenuwrap{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 92%;
	max-width: 1780px;
	padding: 112px 50px;
	background: #fff;
	border-radius: 70px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.allmenu .allmenuwrap > ul{
	display: flex;
	justify-content: space-between;
}
.allmenu .allmenuwrap > ul > li{
	width: 14.5%;
}
.allmenu .allmenuwrap > ul > li > a{
	display: inline-block;
	width: 100%;
	padding-bottom: 10px;
	border-bottom: 1px solid #bbb;
	font-family: "Wix Madefor Display";
	font-size: var(--fz-22);
	font-weight: 700;
	color: #060606;
}
.allmenu .allmenuwrap > ul > li > ul{
	margin-top: 50px;
}
.allmenu .allmenuwrap > ul > li > ul > li{}
.allmenu .allmenuwrap > ul > li > ul > li + li{
	margin-top: 30px;
}
.allmenu .allmenuwrap > ul > li > ul > li > a{
	font-size: var(--fz-18);
}
.allmenu .allmenuwrap > ul > li > ul > li > a:hover{
	color: #2A2D64;
	border-bottom: 1px solid #2A2D64;
}
.allmenu .allmenuwrap > ul > li > ul > li > ul{
	margin-top: 20px;
	padding-left: 10px;
}
.allmenu .allmenuwrap > ul > li > ul > li > ul > li{
	margin-top: 20px;
}
.allmenu .allmenuwrap > ul > li > ul > li > ul > li > a{
	font-size: var(--fz-16);
	color: #777;
}



@media (max-width: 1399px){
	.allmenu{
		background: #fff;
		backdrop-filter: unset;
	}
	.allmenu .allmenuwrap{
		left: 0;
		top: 15%;
		transform: unset;
		width: 100%;
		max-width: unset;
		height: 100%;
		padding: 0 4%;
		border-radius: 0;
		box-shadow: 0;
	}
	.allmenu .allmenuwrap > ul{
		flex-direction: column;
		gap: 20px;
	}
	.allmenu .allmenuwrap > ul > li{
		width: 100%;
	}
	.allmenu .allmenuwrap > ul > li > a{
		position: relative;
	}
	.allmenu .allmenuwrap > ul > li > a:after{
	content: "";
	position: absolute;
	right: 4px;
	top: 6px;
	width: 5px;
	height: 5px;
	border-left: 1.5px solid #000;
	border-bottom: 1.5px solid #000;
	transform: rotate(-45deg);
	transform-origin: center center;
	}
	.allmenu .allmenuwrap > ul > li > ul{
		margin-top: 35px;
		display: flex;
		flex-wrap: wrap;
		row-gap: 15px;
	}
	.allmenu .allmenuwrap > ul > li > ul > li{
		width: 50%;
	}
	.allmenu .allmenuwrap > ul > li > ul > li + li{
		margin-top: 0;
	}
	.allmenu .allmenuwrap > ul > li > ul > li > ul{
		padding-left: 0;
		margin-top: 10px;
	}
	.allmenu .allmenuwrap > ul > li > ul > li > ul > li{
		margin-top: 5px;
	}
}



#footer{
	background: #2A2D64;
	padding: 80px 0;
}
.foot{
	width: 92%;
	margin: 0 auto;
}
.foot .top{
	display: flex;
	justify-content: space-between;
	padding-bottom: 50px;
	margin-bottom: 50px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.foot .top .ft_logo{}
.foot  .copy{
	font-size: 14px;
	color: rgba(255,255,255,0.7);
	font-weight: 300;
	margin-top: 50px;
}
.foot .bot{
	display: flex;
	justify-content: space-between;
}
.foot .bot .left{}
.foot .bot .left ul{
	display: flex;
}
.foot .bot .left li:first-child{
	position: relative;
	padding-right: 28px;
}
.foot .bot .left li:first-child:after{
	content: "";
	position: absolute;
	right: 13.5px;
	top: 4px;
	width: 1px;
	height: 11px;
	background: rgba(255,255,255,0.3);
}
.foot .bot .left li a{
	font-size: 16px;
	color: #fff;
}
.foot .bot .left .infowrap{
	margin-top: 20px;
	display: flex;
	gap: 28px;
}
.foot .bot .left .infowrap dl{
	display: flex;
	gap: 8px;
}
.foot .bot .left .infowrap dl dt{
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	flex-shrink: 0;
}
.foot .bot .left .infowrap dl dd{
	font-size: 16px;
	color: #fff;
}

.foot .bot .family{position: relative;width: fit-content;}
.foot .bot .family a{
	position: relative;
	display:flex;align-items:center;
	width:225px;height:60px;
	box-sizing:border-box;
	padding:0 25px;
	font-size:16px;color:#fff;
	border:1px solid rgba(255,255,255,0.3);border-radius:50px;
}
.foot .bot .family a:after{
	content: "";
	position: absolute;
	right: 26px;
	top: 26px;
	width: 4px;
	height: 4px;
	border-bottom: 1.5px solid #fff;
	border-left: 1.5px solid #fff;
	transform: rotate(-45deg);
	transform-origin: center center;
}


@media (max-width: 1399px){
	#footer{padding: 50px 0;}
	.foot .top{flex-direction: column; gap: 30px; padding-bottom: 30px; margin-bottom: 30px;}
	.foot .top .ft_logo img{width: 116px;}
	.foot .copy{font-size: 11px;}
	.foot .bot{flex-direction: column; gap: 30px;}
	.foot .bot .left li a{font-size: 11px;}
	.foot .bot .left .infowrap{flex-direction: column;gap: 10px;}
	.foot .bot .left .infowrap dl{gap: 0;}
	.foot .bot .left .infowrap dl dt{width: 60px; font-size: 11px;}
	.foot .bot .left .infowrap dl dd{width: calc(100% - 60px); font-size: 11px;}
	.foot .bot .family a{
		width: 175px;
		height: 45px;
		padding: 0 15px;
		font-size: 14px;
	}
	.foot .bot .family a:after{
		top: 19px;
		right: 17px;
	}
}

