@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=Wix+Madefor+Display:wght@400;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600&display=swap');
@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face{
	font-family: "NEXON Lv2 Gothic OTF";
	src: url('/fonts/NEXON Lv2 Gothic OTF.otf') format('truetype');
}
@font-face{
	font-family: "NEXON Lv2 Gothic OTF Medium";
	src: url('/fonts/NEXON Lv2 Gothic OTF Medium.otf') format('truetype');
}
@font-face{
	font-family: "NEXON Lv2 Gothic OTF Bold";
	src: url('/fonts/NEXON Lv2 Gothic OTF Bold.otf') format('truetype');
}

/*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:"Noto Sans KR","돋움",dotum,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:#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";}
.font3{font-family:"Wix Madefor Display";}
#wrap{overflow:hidden;}




/* header */
#header{position:fixed;left:0;top:40px;z-index:1000;width:100%;transition:all 0.25s;}
.head{
	position:relative;
	width:96%;height:86px;
	margin:0 auto 0;
	text-align:center;
}
.head h1{
	position:absolute;left:0;top:0px;z-index:3000;
	box-sizing:border-box;
	width:278px;height:86px;
	border-radius:0 0 30px 0;
	background:#fff;
}
.head h1:before{
	display:block;content:"";
	width:30px;height:30px;
	background:url(../images/common/round_01.png) no-repeat;
	position:absolute;left:100%;top:0;
}
.head h1:after{
	display:block;content:"";
	width:30px;height:30px;
	background:url(/images/common/round_01.png) no-repeat;
	position:absolute;left:0;top:100%;
}
.head h1 a{
	display:block;
	width:229px;height:28px;
	margin:27px 0 0 15px;
	background:url(../images/common/logo1.png) no-repeat;
	text-indent:-9999px;
}
.head .pc_nav{position:relative;z-index:2000;}
.head .pc_nav>ul{display:flex;justify-content:center;}
.head .pc_nav>ul>li{margin:0 40px;}
.head .pc_nav>ul>li>a{
	font-family:"Wix Madefor Display";font-size:16px;color:#fff;font-weight:600;line-height:86px;
}
.head .gnb{
	position:absolute;right:40px;top:32px;z-index:2000;
	display:flex;align-items:center;
}
.head .gnb ul{display:flex;margin-right:30px;}
.head .gnb ul>li{}
.head .gnb ul>li:nth-child(1){position:relative;margin-right:7px;padding-right:10px;}
.head .gnb ul>li:nth-child(1):after{
	display:block;content:"";
	width:1px;height:8px;
	background:rgba(255,255,255,0.4);
	position:absolute;right:0;top:4px;
}
.head .gnb ul>li>a{
	display:block;
	position:relative;
	font-family:"Wix Madefor Display";font-size:12px;color:rgba(255,255,255,0.9);
}
.head .gnb ul>li.language>a{padding-right:12px;}
.head .gnb ul>li.language>a:after{
	display:block;content:"";
	width:4px;height:4px;
	border-right:2px solid rgba(255,255,255,0.7);border-bottom:2px solid rgba(255,255,255,0.7);
	position:absolute;right:0;top:3px;
	transform:rotate(45deg);
}
.head .gnb .btn_menu{	
	width:25px;height:25px;
	cursor:pointer;
}
.head .gnb .btn_menu>div{
	width:100%;height:4px;
	margin-bottom:3px;
	background:url(/images/common/btn_menu_bg1.png) repeat-x;
	transition:all 0.4s;
}
.head .gnb .btn_menu>div:nth-child(2){background:url(/images/common/btn_menu_bg3.png) repeat-x;}
.head .gnb .btn_menu>div:nth-child(3){background:url(/images/common/btn_menu_bg3.png) repeat-x;}
.head .gnb .btn_menu>div:nth-child(4){margin-bottom:0;}

.head .gnb .btn_menu.openmenu>div:nth-child(1){transform:translateY(10px);}
.head .gnb .btn_menu.openmenu>div:nth-child(2){opacity:0;}
.head .gnb .btn_menu.openmenu>div:nth-child(3){opacity:0;}
.head .gnb .btn_menu.openmenu>div:nth-child(4){transform:translateY(-10px);}



@media(max-width:1650px){
	.head .pc_nav>ul>li{margin:0 35px;}	
}
@media(max-width:1600px){
	.head .pc_nav>ul>li{margin:0 30px;}	
}
@media(max-width:1550px){
	.head .pc_nav>ul>li{margin:0 25px;}	
}
@media(max-width:1500px){
	.head .pc_nav>ul>li{margin:0 20px;}	
}
@media(max-width:1450px){
	.head .pc_nav>ul>li{margin:0 15px;}	
}


/* submenu */
.sub{
	display:none;
	overflow:hidden;
	position:absolute;left:2%;top:0px;
	width:96%;
	background:#f0f0f0;
	border-radius:28px;
}
.sub .menuwrap{}
.sub .menuwrap>div{display:flex;}
.sub .menuwrap>div .titlearea{
	display:flex;align-items:center;justify-content:center;
	box-sizing:border-box;
	width:35%;height:400px;
	padding:70px 0 0;
}
.sub .menuwrap>div .titlearea h2 a{
	font-family:"Wix Madefor Display";font-size:30px;color:#000;font-weight:700;
}
.sub .menuwrap>div .titlearea h2 a i{
	display:inline-block;vertical-align:top;
	width:24px;height:24px;
	margin:9px 0 0 0;
	background:url(/images/common/sub_arr.png) no-repeat;
}
.sub .menuwrap>div .titlearea p{margin-top:15px;font-size:17px;color:#000;line-height:1.8em;}
.sub .menuwrap:nth-child(1)>div .titlearea{background:url(/images/common/sub_bg1.jpg) no-repeat center;background-size:cover;}
.sub .menuwrap:nth-child(2)>div .titlearea{background:url(/images/common/sub_bg2.jpg) no-repeat center;background-size:cover;}
.sub .menuwrap:nth-child(3)>div .titlearea{background:url(/images/common/sub_bg3.jpg) no-repeat center;background-size:cover;}
.sub .menuwrap:nth-child(4)>div .titlearea{background:url(/images/common/sub_bg4.jpg) no-repeat center;background-size:cover;}
.sub .menuwrap:nth-child(5)>div .titlearea{background:url(/images/common/sub_bg5.jpg) no-repeat center;background-size:cover;}
.sub .menuwrap:nth-child(6)>div .titlearea{background:url(/images/common/sub_bg6.jpg) no-repeat center;background-size:cover;}
.sub .menuwrap:nth-child(7)>div .titlearea{background:url(/images/common/sub_bg7.jpg) no-repeat center;background-size:cover;}
.sub .menuwrap>div .listarea{
	display:flex;align-items:center;
	width:65%;
	box-sizing:border-box;
	padding:0 11.5% 0 7.5%;
}
.sub .menuwrap>div .listarea ul{display:flex;flex-wrap:wrap;justify-content:space-between;width:100%;}
.sub .menuwrap>div .listarea ul li{width:46%;border-bottom:1px solid #c0c0c0;}
.sub .menuwrap>div .listarea ul li a{
	display:block;
	box-sizing:border-box;
	position:relative;
	width:100%;padding:15px 10px;
	font-family:"Wix Madefor Display";font-size:18px;color:#000;
}
.sub .menuwrap>div .listarea ul li a:after{
	display:block;content:"";
	width:20px;height:20px;
	background:url(/images/common/sub_arr2.png) no-repeat;
	position:absolute;right:10px;top:20px;
}
.sub .menuwrap>div .listarea ul li:hover a{font-weight:600;}




/* allmenu */
.all{
	display:none;
	overflow:hidden;
	position:absolute;left:2%;top:0;z-index:1000;
	width:96%;height:calc(100vh - 40px);
	border-radius:28px;
}
.all .bg{
	position:absolute;left:0;top:0;z-index:-1;
	width:100%;height:100%;
	background:url(/images/common/all_bg.jpg) no-repeat center;
	background-size:cover;
	background-attachment:fixed;
}
.all .list{
	display:flex;align-items:center;
	box-sizing:border-box;
	width:100%;height:100%;
	padding:0 5%;
}
.all .list>ul{display:flex;flex-wrap:wrap;width:100%;}
.all .list>ul>li{
	box-sizing:border-box;
	width:25%;
	padding:0 6vw;margin:3vh 0;
	border-left:1px solid rgba(255,255,255,0.2);
}
.all .list>ul>li>a{
	display:block;
	margin-bottom:25px;
	font-family:"Wix Madefor Display";font-size:26px;color:#fff;font-weight:600;line-height:1em;
}
.all .list>ul>li>ul{}
.all .list>ul>li>ul>li{margin-bottom:10px;}
.all .list>ul>li>ul>li:last-child{margin-bottom:0;}
.all .list>ul>li>ul>li>a{font-family:"Wix Madefor Display";font-size:16px;color:rgba(255,255,255,0.8);}





/* header.on .wh */
.on .head .pc_nav>ul>li>a{color:#000;}
.on .head .gnb ul>li:nth-child(1):after{background:rgba(0,0,0,0.4);}
.on .head .gnb ul>li>a{color:rgba(0,0,0,0.9);}
.on .head .gnb ul>li.language>a:after{
	border-right:2px solid rgba(0,0,0,0.7);border-bottom:2px solid rgba(0,0,0,0.7);
}
.on .head .gnb .btn_menu>div{background:url(/images/common/btn_menu_bg2.png) repeat-x;}
.on .head .gnb .btn_menu>div:nth-child(2){background:url(/images/common/btn_menu_bg4.png) repeat-x;}
.on .head .gnb .btn_menu>div:nth-child(3){background:url(/images/common/btn_menu_bg4.png) repeat-x;}

#header.scroll{top:0;}
#header.scroll .head{background:rgba(0,0,0,0.4);}



@media(max-width:1399px){
	.head .pc_nav{display:none;}
	.head .gnb ul{margin-right: 12px;}
	.head .gnb li:first-child{display:none;}
	.head .gnb ul>li>a{color: #000;}
	.head .gnb ul>li.language>a:after{
		border-right: 2px solid #000;
		border-bottom: 2px solid #000;
	}
}
@media(max-width:1399px){
	#header{background:#fff;top:0;}
	#header.scroll .head{background:#fff;}
	.head h1:before{display:none;}
	.head h1:after{display:none;}
	.head .gnb{background:#fff;z-index:3000;right:3%;}
	.head .gnb .btn_menu>div {
		background: url(/images/common/btn_menu_bg2.png) repeat-x;
	}
	.head .gnb .btn_menu>div:nth-child(2),
	.head .gnb .btn_menu>div:nth-child(3){
		background: url(/images/common/btn_menu_bg4.png) repeat-x;
	}

	.all{
		position:absolute;left:2%;top:100%;z-index:1000;
		width:96%;height:calc(100vh - 86px);
		border-radius:0;
	}
	.all .list>ul{display:block;}
	.all .list>ul>li{width:100%;}
	.all .list>ul>li>a{font-size:34px;}
	.all .list>ul>li>ul{display:none;}
	.all .list>ul>li>ul.pc_view{display: none !important;}

}





/* footer */
#footer{background:#131313;}
.foot{}
.foot .toparea{
	display:flex;flex-wrap:wrap;justify-content:space-between;
	padding:70px 2% 65px;
	border-bottom:1px solid #353535;
}
.foot .toparea address{font-size:15px;color:#797979;line-height:1.8em;}
.foot .toparea address .nbsp{display:inline-block;width:30px;}
.foot .toparea ul{display:flex;}
.foot .toparea ul li{}
.foot .toparea ul li a{display:block;border-radius:15px;}
.foot .toparea ul li:nth-child(1) a{
	width:148px;height:48px;
	font-family:"Wix Madefor Display";font-size:16px;color:rgba(255,255,255,0.64);line-height:48px;text-align:center;
	background:#242424;
}
.foot .toparea ul li:nth-child(2) a{
	margin-left:13px;
	background:#0177b5;
}
.foot .btmarea{
	display:flex;flex-wrap:wrap;justify-content:space-between;
	padding:30px 2% 50px;
}
.foot .btmarea .copy{font-size:15px;color:#757575;}

@media(max-width:812px){
	.foot .toparea{display:block;padding:50px 2% 25px;}
	.foot .toparea ul{margin-top:20px;}
	.foot .btmarea{display:block;padding:30px 2% 50px;}
	.foot .btmarea .copy{margin-top:20px;font-size:12px;}
}




.btnTop{
	display:none;
	position:fixed;right:1%;top:55%;z-index:3000;
	width:80px;height:80px;
	border-radius:20px;
	background:#000;
}

@media(max-width:1399px){
	.btnTop{}
}
@media(max-width:812px){
	.btnTop{width:60px;height:60px;}
}