@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:200,300,400,500,600,700,800&display=swap&subset=korean');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&display=swap');
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");

/*Common*/
*{margin:0;padding:0}
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:#555;
	font-family:"Heebo","Noto Sans KR","돋움",dotum,sans-serif;
	font-size:14px;font-weight:normal
}
p{line-height:1.7em;}
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:#7d7d7d;text-decoration:none;cursor:pointer}
a:hover{color:#333;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:"Noto Sans KR";}
.font2{font-family:"Montserrat";}





/* header */
#header{position:absolute;left:0;top:0;width:100%;z-index:1000;transition:all 0.4s;}
.head{position:relative;height:100px;padding:0 3%;text-align:center;box-shadow:0 1px 0 rgba(255,255,255,0.2);}
.head h1{position:absolute;left:3%;top:22px;}
.head h1 a{
	display:block;
	width:94px;height:58px;
	background:url(/images/common/logo1.png) no-repeat;
	text-indent:-9999px;
}
.head .pcNav{}
.head .pcNav>ul{display:flex;justify-content:center;align-items:center;}
.head .pcNav>ul>li{position:relative;margin:0 30px;}
.head .pcNav>ul>li>a{position:relative;display:block;font-family:"Pretendard";font-size:18px;color:#fff;line-height:100px;}

.head .utils{
	position: absolute;
	right: 3%;
	top: 32px;
	display: flex;
	align-items: center;
}
.head .utils .lang_btn{
	padding-left: 27px;
	background: url(/images/common/lang_icon.png) no-repeat left center;
}
.head .utils .lang_btn li{
	position: relative;
	display: inline-block;
}
.head .utils .lang_btn li a{
	font-size: 16px;
	color: rgba(255,255,255,0.7);
}
.head .utils .lang_btn li a.on{
	color: rgba(255,255,255,1);
}
.head .utils .lang_btn li:first-child{
	margin-right: 20px;
}
.head .utils .lang_btn li:first-child:after{
	content: "";
	position: absolute;
	right: -13px;
	top: 5px;
	width: 1px;
	height: 12px;
	background: rgba(255,255,255,0.4);
}
.head .utils .all_search{
	position: relative;
	margin: 0 30px;
}
.head .utils .all_search .search_btn{
	display: block;
	width: 25px;
	height: 25px;
	background: url(/images/common/all_search_icon.png) no-repeat center / contain;
}
.head .utils .all_search .search_wrap{
	position: absolute;
	right: 0;
	top: 40px;
	padding: 32px;
	background: #f5f5f5;
	border-radius: 9px;
	z-index: 1000;
	display: none;
}
.head .utils .all_search .search_wrap .search_box{
	width: 320px;
	position: relative;
}
.head .utils .all_search .search_wrap .search_box input[type=text]{
	width: 100%;
	height: 60px;
	border: 1px solid #d6d6d6;
	background: #fff;
	border-radius: 9px;
	font-size: 18px;
	font-weight: 400;
	color: #555;
	padding: 0 20px;
	box-sizing: border-box;
}
.head .utils .all_search .search_wrap .search_box button{
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	appearance: none;
	background: none;
	border: none;
}
.head .utils .all_search.active .search_wrap{
	display: block;
}
.head .btnMenu{
	z-index:5000;
	width:61px;height:36px;
	box-sizing:border-box;
	padding:13px 18px;
	border:1px solid #fff;border-radius:18px;
	cursor:pointer;
}
.head .btnMenu>div{
	width:100%;height:2px;
	background:#fff;
	transition:all 0.4s;	
}
.head .btnMenu>div:first-child{margin-bottom:4px;}

.head .btnMenu.openmenu{border:1px solid #fff !important;}
.head .btnMenu.openmenu>div{background:#fff !important;}
.head .btnMenu.openmenu>div:nth-child(1){width:100%;transform: translateY(3px) rotate(45deg);}
.head .btnMenu.openmenu>div:nth-child(2){width:100%;transform: translateY(-3px) rotate(-45deg);}


@media(max-width:1399px){
	.head .pcNav{display:none;}
	.head .btnMenu.openmenu{border:1px solid #000 !important;}
	.head .btnMenu.openmenu>div{background:#000 !important;}
}
@media(max-width:812px){
	#header{position: fixed;}
	.head{height:70px;}
	.head h1{top:10px;}
	.head h1 a{
		width:81.5px;height:50px;
		background-size:cover;
	}
	.head .utils{top: 18px;}
	.head .utils .lang_btn{background: none;}
	.head .utils .lang_btn li a{font-size: 14px;}
	.head .utils .all_search{margin: 0 16px;}
	.head .utils .all_search .search_btn{width: 19px; height: 19px;}
	.head .utils .all_search .search_wrap{padding: 8px; top: 30px;}
	.head .utils .all_search .search_wrap .search_box{width: 220px;}
	.head .utils .all_search .search_wrap .search_box input[type=text]{height: 40px; font-size: 13px; padding: 0 10px;}
	.head .utils .all_search .search_wrap .search_box button{right: 10px;}
	.head .utils .all_search .search_wrap .search_box button img{width: 15px;}
}


/* subMenu */
.subMenu{
	display:none;
	position:absolute;left:0;top:100%;z-index:100;
	width:100%;
	box-sizing:border-box;
	overflow:hidden;
	height:305px;
	transform-origin:top;
	background:#fff;
	box-shadow:0 1px 0 rgba(0,0,0,0.1) inset;
}
.subMenu .menuwrap{
	display:none;
	box-sizing:border-box;
	position:absolute;left:0;top:0;
	width:100%;height:100%;
	padding:35px 7.9612%;
}
.subMenu .menuwrap>div{display:flex;align-items:center;}
.subMenu .menuwrap>div .depthInfo{
	overflow:hidden;
	width:360px;height:235px;
	border-radius:15px;
}
.subMenu .menuwrap:nth-child(1)>div .depthInfo{background:url(/images/common/submenu_bg1.jpg) no-repeat;background-size:cover;}
.subMenu .menuwrap:nth-child(2)>div .depthInfo{background:url(/images/common/submenu_bg1.jpg) no-repeat;background-size:cover;}
.subMenu .menuwrap:nth-child(3)>div .depthInfo{background:url(/images/common/submenu_bg1.jpg) no-repeat;background-size:cover;}
.subMenu .menuwrap:nth-child(4)>div .depthInfo{background:url(/images/common/submenu_bg1.jpg) no-repeat;background-size:cover;}
.subMenu .menuwrap:nth-child(5)>div .depthInfo{background:url(/images/common/submenu_bg1.jpg) no-repeat;background-size:cover;}
.subMenu .menuwrap>div .depthInfo>a{
	display:block;
	position:relative;
	box-sizing:border-box;
	padding:55px 50px;
}
.subMenu .menuwrap>div .depthInfo>a:after{
	display:block;content:"";
	width:27px;height:27px;
	background:url(/images/common/submenu_arr.png) no-repeat;
	position:absolute;right:50px;top:65px;
}
.subMenu .menuwrap>div .depthInfo>a h2{font-size:30px;color:#fff;font-weight:600;}
.subMenu .menuwrap>div .depthInfo>a p{margin-top:20px;font-size:17px;color:rgba(255,255,255,0.8);}
.subMenu .menuwrap>div ul{
	display:flex;flex-wrap:wrap;justify-content:space-between;
	width:calc(100% - 360px);box-sizing:border-box;padding:0 14vw 0 7vw;
}
.subMenu .menuwrap>div ul li{width:45%;}
.subMenu .menuwrap>div ul li a{
	display:flex;align-items:center;
	width:100%;height:60px;
	padding:0 20px;
	box-sizing:border-box;
	border-bottom:1px solid #ccc;
	background:url(/images/common/submenu_arr2.png) no-repeat calc(100% - 20px) center;
	font-size:16px;color:#000;font-weight:500;
}
.subMenu .menuwrap>div ul li a span{
	display:inline-block;
	position:relative;
}
.subMenu .menuwrap>div ul li a span:after{
	display:block;content:"";
	width:100%;height:1px;
	background:#268559;
	position:absolute;left:0;bottom:0;
	transform:scaleX(0);transition:all 0.6s;
}
.subMenu .menuwrap>div ul li:hover a{color:#268559;}
.subMenu .menuwrap>div ul li:hover a span:after{transform:scaleX(1);}




/* allMenu */
.allMenu{
	position:fixed;left:0;top:0;z-index:1000;
	width:100%;height:100vh;	
	transform:translateX(-100%);transition:all 0.8s;
}
.allMenu>div{display:flex;width:100%;height:100%;background:#fff;transition:all 0.6s;}
.allMenu>div>.menuWrap{
	overflow:hidden;
	display:flex;align-items:center;
	position:relative;
	box-sizing:border-box;
	width:calc(100% - 540px);
	padding:0 7vw;
	transform:translateX(-100%);
}
.allMenu>div>.menuWrap .bg{
	position:absolute;right:15%;bottom:0;
	width:557px;height:344px;
	background:url(/images/common/all_bg2.gif) no-repeat;
	transition:all 0.8s;
}
.allMenu>div>.menuWrap>ul{display:flex;flex-wrap:wrap;justify-content:space-between;width:100%;}
.allMenu>div>.menuWrap>ul>li{
	box-sizing:border-box;
	display:flex;
	width:47%;
	padding:50px 0;
	border-top:1px solid #ddd;
}
.allMenu>div>.menuWrap>ul>li>a{
	width:49%;
	font-size:30px;color:#000;font-weight:500;line-height:1.2em;
}
.allMenu>div>.menuWrap>ul>li>ul{width:51%;}
.allMenu>div>.menuWrap>ul>li>ul>li{width:100%;margin-bottom:15px;}
.allMenu>div>.menuWrap>ul>li:nth-child(2)>ul{display:flex;flex-wrap:wrap;}
.allMenu>div>.menuWrap>ul>li:nth-child(2)>ul>li{width:50%;}
.allMenu>div>.menuWrap>ul>li>ul>li>a{font-size:17px;color:#333;font-weight:500;transition:all 0.6s;}
.allMenu>div>.menuWrap>ul>li>ul>li>a span{display:inline-block;position:relative;}
.allMenu>div>.menuWrap>ul>li>ul>li>a span:after{
	display:block;content:"";
	width:100%;height:1px;
	background:#268559;
	transform:scaleX(0);transition:all 0.6s;
}
.allMenu>div>.menuWrap>ul>li>ul>li:hover>a{color:#268559;}
.allMenu>div>.menuWrap>ul>li>ul>li:hover>a span:after{transform:scaleX(1);}
.allMenu>div>.bg{
	width:540px;height:100%;
	background:url(/images/common/all_bg1.jpg) no-repeat center;
	background-size:cover;
	transform:translateX(calc(-100vw - 100%));
}

.allMenu.open{transform:scale(1);}
.allMenu.open>div>.menuWrap{animation:openAni 0.6s;animation-fill-mode:forwards;}
.allMenu.open>div>.menuWrap .bg{right:0;}
.allMenu.open>div>.bg{animation:openAni 0.6s;animation-fill-mode:forwards;}

.allMenu.close>div>.menuWrap{animation:closeAni 0.6s;animation-fill-mode:forwards;}
.allMenu.close>div>.menuWrap .bg{right:15%;}
.allMenu.close>div>.bg{animation:closeAni 0.6s;animation-fill-mode:forwards;}

@keyframes openAni{
	0%{transform:translateX(-100%);}
	100%{transform:translateX(0);}
}
@keyframes closeAni{
	0%{transform:translateX(0);}
	100%{transform:translateX(-100%);}
}


@media(max-width:1399px){
	.allMenu>div>.bg{display:none;}
	.allMenu>div>.menuWrap{
		display:block;
		overflow:hidden;overflow-y:auto;
		width:100%;height:100%;
	}
	.allMenu>div>.menuWrap .bg{width:70%;bottom:-70%;}
	.allMenu>div>.menuWrap>ul{display:block;position:relative;z-index:10;padding-top:70px;}

	.allMenu>div>.menuWrap>ul>li{flex-wrap:wrap;width:100%;padding:35px 0;}
	.allMenu>div>.menuWrap>ul>li>a{width:100%;}
	.allMenu>div>.menuWrap>ul>li>ul{display:flex;flex-wrap:wrap;width:100%;margin-top:20px;}
	.allMenu>div>.menuWrap>ul>li>ul>li{width:50%;}
}

@media (max-width: 812px){
	.allMenu>div>.menuWrap .bg{display: none;}
	.allMenu>div>.menuWrap>ul>li{padding: 15px 0;}
	.allMenu>div>.menuWrap>ul>li>a{font-size: 22px;}
	.allMenu>div>.menuWrap>ul>li>ul{margin-top: 7px;}
	.allMenu>div>.menuWrap>ul>li>ul>li{width:33.3333% !important; margin-bottom: 5px;}
	.allMenu>div>.menuWrap>ul>li>ul>li>a{font-size: 15px;}
}





/**/
#header.scroll{background:#fff;}
#header.scroll .head{box-shadow:0 1px 0 rgba(0,0,0,0.1);}
#header.scroll .head .pcNav>ul>li>a{color:#000;}
#header.scroll .head .btnMenu{border:1px solid #000;}
#header.scroll .head .btnMenu>div{background:#000;}

#header.on{background:#fff;}
#header.on .head{box-shadow:0 1px 0 rgba(0,0,0,0.1);}
#header.on .head .pcNav>ul>li>a{color:#000;}
#header.on .head .btnMenu{border:1px solid #000;}
#header.on .head .btnMenu>div{background:#000;}

#header.wh{background:#fff;}
#header.wh .head{box-shadow:0 1px 0 rgba(0,0,0,0.1);}
#header.wh .head .pcNav>ul>li>a{color:#000;}
#header.wh .head .btnMenu{border:1px solid #000;}
#header.wh .head .btnMenu>div{background:#000;}


#header.on .head .utils .lang_btn{background: url(/images/common/lang_icon_bl.png) no-repeat left center;}
#header.on .head .utils .lang_btn li a{color: rgba(0,0,0,0.7);}
#header.on .head .utils .lang_btn li a.on{color: rgba(0,0,0,1);}
#header.on .head .utils .lang_btn li:first-child:after{background: rgba(0,0,0,0.7);}
#header.on .head .utils .all_search .search_btn{background: url(/images/common/all_search_icon_bl.png) no-repeat center / contain;}

#header.wh .head .utils .lang_btn{background: url(/images/common/lang_icon_bl.png) no-repeat left center;}
#header.wh .head .utils .lang_btn li a{color: rgba(0,0,0,0.7);}
#header.wh .head .utils .lang_btn li a.on{color: rgba(0,0,0,1);}
#header.wh .head .utils .lang_btn li:first-child:after{background: rgba(0,0,0,0.7);}
#header.wh .head .utils .all_search .search_btn{background: url(/images/common/all_search_icon_bl.png) no-repeat center / contain;}

.head .utils .all_search.active .search_btn{background: url(/images/common/all_search_icon_active.png) no-repeat center / contain !important;}
/**/
a.btnMore{
	display:block;
	width:250px;height:40px;
	margin:0 auto;
	background:#151515;
	border-radius:20px;
	font-size:14px;color:#fff;text-align:center;line-height:40px;
	transition:all 0.4s;
}
a.btnMore.type2{border:1px solid #333;background:#fff;color:#000;}
a.btnMore:hover{	
	transform:translateY(-5px);
	box-shadow:2px 5px 5px rgba(0,0,0,0.4);
}





/* footer */
#footer{background:#000;}
.foot{display:flex;align-items:center;padding:65px 3%; position: relative;}
.foot h1{width:113px;}
.foot .info{
	box-sizing:border-box;
	width:calc(100% - 113px);
	padding-left:68px;
}
.foot .info .company{
	display:flex; flex-direction: column;
	padding-bottom:25px;
	border-bottom:1px solid #262626;
}
.foot .info .company ul{display:flex;}
.foot .info .company li{
	position: relative;
	display: inline-block;
	padding: 0 18px;
	font-size: 17px;
	font-weight: 300;
	color: rgba(255, 255 ,255, 0.8);
}
.foot .info .company li:first-child{
	padding-left: 0;
}
.foot .info .company li:last-child{
	padding-right: 0;
}
.foot .info .company li:after{
	display:block;content:"";
	width:1px;height:12px;
	background:#262626;
	position:absolute;right:0;top:8px;
}
.foot .info .company dl:first-child:after{display:none;}
.foot .info .company li:last-child:after{display:none;}
.foot .info .copy{
	padding-top:25px;
	font-size:14px;color:rgba(255,255,255,0.3);
}
.foot .info .sns{
	position: absolute;
	right: 3%;
	top: 65px;
}
.foot .info .sns li{display: inline-block; margin-left: 5px;}


@media (max-width: 1399px){
	.foot .info .company li{font-size: 15px;}
}
@media (max-width: 999px){
	.foot{flex-direction: column; align-items: normal; padding: 35px 3%;}
	.foot h1{width: 81.5px;}
	.foot .info{padding-left: 0; width: 100%; margin-top: 30px;}
	.foot .info .company ul{flex-direction: column;}
	.foot .info .company li{padding: 0; font-size: 14px;}
	.foot .info .company li:after{display: none;}
	.foot .info .sns{top: 35px;}
}

/* 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%}
}