@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:300,400,500,700&display=swap&subset=korean');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@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=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,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:#222;
	font-family:"Pretendard", sans-serif;
	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:#222;text-decoration:none;cursor:pointer}
a:hover{color:#222;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%;}

/*test*/
.test1{border:1px solid red}
.test2{background:#4f7beb}

.font1{font-family:"Pretendard";}
.font2{font-family:"Montserrat";}
#wrap{overflow:hidden; position: relative;}



/*로딩 이미지*/
#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%;height:90px;
	box-shadow:0 1px 0 rgba(255,255,255,0.3);
	transition: all 0.3s;
}
.head{position: relative; text-align:center; transition: all 0.3s;}
.head h1{position:absolute;left:1.5%;top:23px;z-index:3000;}
.head h1 a{
	display:block;
	width:120px;height:48px;
	background:url(/images/common/logo_wh.png) no-repeat center / contain;
	text-indent:-9999px;
	transition: all 0.3s;
}
.head .pcNav{}
.head .pcNav>ul{display:flex;align-items:center;justify-content:center;}
.head .pcNav>ul>li{margin:0 2.5vw;}
.head .pcNav>ul>li>a{
	display:block;
	font-size:20px;color:#fff;line-height:90px;
	transition: all 0.3s;
}
.head .gnb{
	position:absolute;right:1.5%;top:20px;
	display:flex;align-items:center;
}
.head .gnb .language{position: relative;}
.head .gnb .language>a{
	box-sizing:border-box;
	display:block;
	width:46px;height:46px;
	border:1px solid rgba(255,255,255,0.7);border-radius:50%;
	font-size:13px;color:#fff;text-align:center;line-height:44px;
	transition: all 0.3s;
}
.head .gnb .language>ul{
	display:none;
	position:absolute;left:50%;top:100%;z-index:2000;
	transform:translateX(-50%);margin-top:10px;
}
.head .gnb .language>ul>li{margin-bottom:5px;}
.head .gnb .language>ul>li>a{
	display:flex;align-items:center;justify-content:center;
	box-sizing:border-box;
	width:60px;height:32px;
	border-radius:32px;
	background: #ececec;
	;font-size:14px;color:#000;text-align:center;
}
.head .gnb .language>ul>li>a:hover{
	background:#153685;color:#fff;
}

.head .gnb .btnMenu{
	position: relative;
	z-index: 3000;
	width:34px;
	margin-left:36px;
	cursor:pointer;
}
.head .gnb .btnMenu>div{
	width:100%;height:3px;
	margin-bottom:8px;
	background:#fff;
	 transition: all 0.3s ease;
  transform-origin: center;
}
.head .gnb .btnMenu>div:nth-child(1){}
.head .gnb .btnMenu>div:nth-child(2){}
.head .gnb .btnMenu>div:nth-child(3){width:70%;margin:0;}

.head .gnb .btnMenu.open>div{
	margin-bottom: 3px;
}
.head .gnb .btnMenu.open>div:nth-child(1){
	transform: rotate(45deg) translate(4px, 4px);
}
.head .gnb .btnMenu.open>div:nth-child(2){
	opacity: 0;
}
.head .gnb .btnMenu.open>div:nth-child(3){
	width: 100%;
	transform: rotate(-45deg) translate(4px, -4px);
}


#header.scroll{box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);}
.scroll .head{background: #fff;}
.scroll .head h1 a{background: url(/images/common/logo1.png) no-repeat center / contain;}
.scroll .head .pcNav>ul>li>a{color: #000;}
.scroll .head .gnb .language>a{border: 1px solid rgba(0, 0, 0, 0.7); color: #000;}
.scroll .head .gnb .btnMenu>div{background: #000;}

#header.on{box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);}
.on .head{background: #fff;}
.on .head h1 a{background: url(/images/common/logo1.png) no-repeat center / contain;}
.on .head .pcNav>ul>li>a{color: #000;}
.on .head .gnb .language>a{border: 1px solid rgba(0, 0, 0, 0.7); color: #000;}
.on .head .gnb .btnMenu>div{background: #000;}

#header.color{box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);}
.color .head{background: #fff;}
.color .head h1 a{background: url(/images/common/logo1.png) no-repeat center / contain;}
.color .head .pcNav>ul>li>a{color: #000;}
.color .head .gnb .language>a{border: 1px solid rgba(0, 0, 0, 0.7); color: #000;}
.color .head .gnb .btnMenu>div{background: #000;}

.head .gnb .btnMenu.open>div{background: #000;}




/* sub nav */
.sub_nav{
	display:none;
	box-sizing:border-box;
	position:absolute;left:0;top:100%;
	z-index: 1000;
	width:100%;
	padding:50px 0;
	background: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.sub_nav .menuwrap{display:none;}
.sub_nav .menuwrap>div{display:flex;width:100%; max-width: 1760px; margin: 0 auto;}
.sub_nav .menuwrap>div .titwrap{
	width: 350px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	border-right: 1px solid #ccc;
	margin-right: 70px;
}
.sub_nav .menuwrap>div .titwrap .tit{
	font-family: "Wix Madefor Display";
	font-size: 34px;
	font-weight: 700;
	margin-top: 20px;
	color: #000;
}
.sub_nav .menuwrap>div .img{
	width:402px;
	height:252px;
	border-radius: 8px;
	overflow: hidden;
}
.sub_nav .menuwrap:nth-child(1)>div .img{background:url(/images/common/all_title_bg1.jpg) no-repeat center / cover;}
.sub_nav .menuwrap:nth-child(2)>div .img{background:url(/images/common/all_title_bg2.jpg) no-repeat center / cover;}
.sub_nav .menuwrap:nth-child(3)>div .img{background:url(/images/common/all_title_bg3.jpg) no-repeat center / cover;}
.sub_nav .menuwrap:nth-child(4)>div .img{background:url(/images/common/all_title_bg4.jpg) no-repeat center / cover;}
.sub_nav .menuwrap:nth-child(5)>div .img{background:url(/images/common/all_title_bg5.jpg) no-repeat center / cover;}
.sub_nav .menuwrap:nth-child(6)>div .img{background:url(/images/common/all_title_bg6.jpg) no-repeat center / cover;}
.sub_nav .menuwrap>div > ul{
	display:flex;
	flex-direction: column;
	box-sizing:border-box;
	margin-left:100px;
	margin-top: 20px;
	row-gap: 25px;
}
.sub_nav .menuwrap>div > ul > li{}
.sub_nav .menuwrap>div > ul > li > a{
	position:relative;
	display:inline-block;
	font-size:23px;
	font-weight: 600;
	color:#999;
}
.sub_nav .menuwrap>div > ul > li:hover > a{
	color: #000;
}




@media (max-width: 1399px){
	#header{height: 70px;}
	.head{height:70px;}
	.head h1{top: 13px;}
	.head h1 a{width: 95px;}
	.head .pcNav{display: none;}
	.head .gnb{top: 16px;}
	.head .gnb .language>a{width: 40px; height: 40px; line-height: 40px;}
	.head .gnb .btnMenu{margin-left: 12px;}
}








.allmenu{
	position:fixed;right:0;top:90px;z-index: 1001;
	width:100%;height:360px;
	background:#f5f5f7;
	transform: scaleY(0);
	transform-origin: top;
	transition: all 0.5s;
	overflow: hidden;
}
.allmenu.open{
	transform: scaleY(1);
}
.allmenu:after{
	content: "";
	position: absolute;
	right: 0;
	bottom: -60%;
	width: 814px;
	height: 828px;
	background: url(/images/common/allmenu_logo.png) no-repeat center / contain;
	opacity: 0;
	transform: scale(0.9);
}
.allmenu.open:after{
	opacity: 1;
	transform: scale(1);
	transition: all 1.4s 0.6s;
}
.allmenu .allmenuwrap{
	max-width:1760px;
	width:92%;height:100%;
	margin:0 auto;
	box-sizing:border-box;
	position:relative;
	display:flex;
	align-items: flex-start;
	position: relative;
	z-index: 1;
}
.allmenu .allmenuwrap>ul{position: relative; width: 100%;height: 100%;display:flex;flex-wrap:wrap;}
.allmenu .allmenuwrap>ul>li{
	position:relative;
	box-sizing:border-box;
	width:16.6666%;
	padding: 50px 30px 0;
	border-left: 1px solid #c4c4c4;
	transform: translateY(40px);
	opacity: 0;
	transition: all 1s 0.4s;
}
.allmenu .allmenuwrap>ul>li:last-child{
	border-right: 1px solid #c4c4c4;
}
.allmenu.open .allmenuwrap>ul>li{
	opacity: 1; transform: translateY(0);
}
.allmenu .allmenuwrap>ul>li>a{
	font-family: "Poppins";
	font-size:22px;
	color:#000;
	font-weight: 600;
}
.allmenu .allmenuwrap>ul>li>ul{display:block; margin-top: 30px;}
.allmenu .allmenuwrap>ul>li>ul>li{margin-bottom:15px;}
.allmenu .allmenuwrap>ul>li>ul>li:last-child{
	margin-bottom: 0;
}
.allmenu .allmenuwrap>ul>li>ul>li>a{font-size:18px;color:#000;}
.allmenu .allmenuwrap .line{
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: #c4c4c4;
	display: none;
}


@media (max-width: 1399px){
	.allmenu{top: 0; height: 100vh;}
	.allmenu:after{display: none;}
	.allmenu .allmenuwrap:after{display: none;}
	.allmenu .allmenuwrap .line{display: none;}
	.allmenu .allmenuwrap>ul{flex-direction: column;row-gap: 0;justify-content: center;}
	.allmenu .allmenuwrap>ul>li{margin-bottom: 20px; padding: 0;width: 100%; border: none;}
	.allmenu .allmenuwrap>ul>li.last{display: none !important;}
	.allmenu .allmenuwrap>ul>li>a{position: relative; display: inline-block; width: 100%;}
	.allmenu .allmenuwrap>ul>li>a:after{
		content: "";
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 37px;
		height: 21px;
		background: url(/images/common/allmenu_arr.png) no-repeat center / contain;
	}
	.allmenu .allmenuwrap>ul>li>a.on:after{
		transform: translateY(-50%) rotate(180deg);
	}
	.allmenu .allmenuwrap>ul>li>ul>li>ul>li>a{
		font-size: 12px;
	}

}


@media (max-width: 812px){
	.allmenu .allmenuwrap{    align-items: center;}
	.allmenu .allmenuwrap>ul{padding-top: 0;}
	.allmenu .allmenuwrap>ul>li>a{font-size: 20px;}
	.allmenu .allmenuwrap>ul>li>a:after{width: 21px; height: 12px;}
	.allmenu .allmenuwrap>ul>li>ul{margin-top: 15px;}
	.allmenu .allmenuwrap>ul>li>ul>li>a{font-size: 15px;}
}










#footer{
	background: #111;
}
#footer .foot{
	position: relative;
	width: 100%;
	padding: 60px 4%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
#footer .foot .info{
	padding-left: 20px;
	border-left: 1px solid #ccc;
}
#footer .foot .info dl{
	display: flex;
}
#footer .foot .info dl + dl{
	margin-top: 10px;
}
#footer .foot .info dl dt{
	width: 90px;
	font-size: 16px;
	color: rgba(255,255,255,0.7);
}
#footer .foot .info dl dd{
	width: calc(100% - 90px);
	font-size: 16px;
	color: rgba(255,255,255,0.7);
}
#footer .foot .copy{
	font-size: 16px;
	color: rgba(255,255,255,0.5);
}
#footer .foot .privacy{
	position: absolute;
	right: 4%;
	top: 60px;
}
#footer .foot .privacy a{
	display: block;
	width: 150px;
	height: 38px;
	line-height: 38px;
	border-radius: 19px;
	background: #2c2c2c;
	text-align: center;
	font-size: 15px;
	font-weight: 500;
	color: rgba(255,255,255,0.8);
}

@media(max-width: 1399px){
	#footer .foot{padding: 40px 4%; flex-direction: column; justify-content: normal; align-items: normal;}
	#footer .foot .privacy{position: static; margin: 30px 0 10px;}
}


/* btnMore */
.btnMore{
	display: inline-block;
	position:relative;
	font-size:16px;color:#333;
	font-weight: 500;
}
.btnMore>span{
	position:relative;
	z-index:10;
		vertical-align: middle;
}
.btnMore i{
	display:inline-block;
	width:24px;height:24px;
	margin-left:10px;
	background: url(/images/main/btn_arr.png) no-repeat center;
	border-radius:50%;
	transition: all 0.3s;
	vertical-align: middle;
}
.btnMore.v2 i{
	background: url(/images/main/btn_arr2.png) no-repeat center;
}
.btnMore:hover i{
	background: url(/images/main/btn_arr_hv.png) no-repeat center;
}

@media (max-width: 812px){
	.btnMore{font-size: 13px;}
}