@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:wght@200;400;500;600;700&display=swap');


/*Common*/
*{margin:0;padding:0}
html,body{width:100%;height:100%}
html{overflow-y:scroll;font-size:16px;}
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:"Poppins","Noto Sans KR","돋움",dotum,sans-serif;
	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:"Poppins";}


/*로딩 이미지*/
#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 */
#header{
	position:fixed;left:0;top:0;z-index:1000;
	width:100%;
}
.head{		
	position:relative;
	box-sizing:border-box;
	width:100%;height:88px;
	padding:0 2%;
}
.head h1{position:absolute;left:2%;top:29px;}
.head h1 a{
	display:block;
	width:116px;height:34px;
	background:url(../images/common/logo1.png) no-repeat center;
	text-indent:-9999px;
	transition:all 0.4s;
}
.head .pc_nav{}
.head .pc_nav>ul{display:flex;justify-content:center;}
.head .pc_nav>ul>li{margin:0 60px;}
.head .pc_nav>ul>li>a{
	display:block;
	font-size:18px;color:#fff;line-height:88px;
}
.head .pc_nav>ul>li.on>a{color:#ed1846 !important;}
.head .gnb{
	position:absolute;right:2%;top:20px;
	display:flex;align-items:center;
}
.head .gnb .btn_member{
	display:block;
	width:25px;height:25px;
	background:url(../images/common/gnb_icon_member.png) no-repeat;
}
.head .gnb .language{
	display:block;
	position:relative;
	width:29px;height:29px;
	margin:0 40px;
	background:url(../images/common/gnb_icon_lang.png) no-repeat;
	cursor:pointer;
}
.head .gnb .language>ul{
	display:none;
	position:absolute;left:0;top:100%;z-index:1000;
	margin-top:10px;
}
.head .gnb .language>ul>li>a{color:#fff;}
.head .gnb .btn_menu{
	box-sizing:border-box;
	position:relative;z-index:3000;
	width:50px;height:50px;
	padding:17px 0;
	cursor:pointer;
}
.head .gnb .btn_menu>div{
	width:80%;height:2px;
	margin-bottom:8px;
	background:#fff;
	transition:all 0.4s;
}
.head .gnb .btn_menu>div:nth-child(1){float:right;}
.head .gnb .btn_menu>div:nth-child(2){float:left;}

.head .gnb .btn_menu.openmenu>div:nth-child(1){width:100%;transform: translate(-2px,5px) rotate(45deg); background: #fff !important;}
.head .gnb .btn_menu.openmenu>div:nth-child(2){width:100%;transform: translate(-2px,-5px) rotate(-45deg);background: #fff !important;}


/**/
#header.on{background:#fff;}
#header.on .head h1 a{
	background:url(../images/common/logo2.png) no-repeat center;
}
#header.on .head .pc_nav>ul>li>a{color:#000;}
#header.on .head .gnb .btn_member{
	background:url(../images/common/gnb_icon_member2.png) no-repeat;
}
#header.on .head .gnb .language{
	background:url(../images/common/gnb_icon_lang2.png) no-repeat;
}
#header.on .head .gnb .language>ul>li>a{color:#000;}
#header.on .head .gnb .btn_menu>div{background:#000;}


#header.wh{background:#fff;}
#header.wh .head h1 a{
	background:url(../images/common/logo2.png) no-repeat center;
}
#header.wh .head .pc_nav>ul>li>a{color:#000;}
#header.wh .head .gnb .btn_member{
	background:url(../images/common/gnb_icon_member2.png) no-repeat;
}
#header.wh .head .gnb .language{
	background:url(../images/common/gnb_icon_lang2.png) no-repeat;
}
#header.wh .head .gnb .language>ul>li>a{color:#000;}
#header.wh .head .gnb .btn_menu>div{background:#000;}


@media (max-width:1500px){
	.head .pc_nav>ul{display: none;}
}
@media (max-width:812px){
	.head .gnb .language{margin: 0 20px;}
}



/**/
.submenuwrap{
	display:none;
	position:absolute;left:0;top:100%;
	width:100%;height:70px;
	background:#fff;
	box-shadow:0 1px 0 #ddd inset;
}
.submenuwrap .submenu{display:none;}
.submenuwrap .submenu>ul{display:flex;align-items:center;justify-content:center;}
.submenuwrap .submenu>ul>li{position:relative;padding:0 47px;}
.submenuwrap .submenu>ul>li>a{
	display:inline-flex;align-items:center;
	position:relative;	
	height:70px;
	font-size:17px;color:rgba(0,0,0,0.7);
	transition:all 0.4s;
}
.submenuwrap .submenu>ul>li>a:after{
	display:block;content:"";
	width:100%;height:2px;
	background:#ed1846;
	position:absolute;left:0;bottom:0;
	transform:scaleX(0);
	transition:all 0.4s;
}
.submenuwrap .submenu>ul>li:hover>a{color:#ed1846;}
.submenuwrap .submenu>ul>li:hover>a:after{transform:scaleX(1);}





/* allmenu */
.allmenu{
	position:fixed;left:0;top:-100%;z-index:2000;
	width:100%;height:100%;
	background:url(../images/common/allmenu_bg.jpg) no-repeat center;
	background-size:cover;
	transition:all 1s;
}
.allmenu.on{top:0;}
.allmenu>div{
	display:flex;align-items:center;
	box-sizing:border-box;
	position:relative;
	width:88%;height:100%;
	margin:0 auto;
}
.allmenu>div>div{display:flex;width:100%;}
.allmenu>div>div .logoimg{width:25%;}
.allmenu>div>div .logoimg:before{
	display:block;content:"";
	width:1px;height:100%;
	background:rgba(255,255,255,0.1);
	position:absolute;left:0;top:0;
}
.allmenu>div>div .logoimg:after{
	display:block;content:"";
	width:1px;height:100%;
	background:rgba(255,255,255,0.1);
	position:absolute;left:25%;top:0;
}
.allmenu>div>div>ul{display:flex;flex-wrap:wrap;width:75%;}
.allmenu>div>div>ul>li{
	box-sizing:border-box;
	width:33.333%;
	padding:0 35px;
}
.allmenu>div>div>ul>li:nth-child(1),
.allmenu>div>div>ul>li:nth-child(2),
.allmenu>div>div>ul>li:nth-child(3){margin-bottom:7vh;}
.allmenu>div>div>ul>li:nth-child(1):before{
	display:block;content:"";
	width:1px;height:100%;
	background:rgba(255,255,255,0.1);
	position:absolute;left:50%;top:0;
}
.allmenu>div>div>ul>li:nth-child(2):before{
	display:block;content:"";
	width:1px;height:100%;
	background:rgba(255,255,255,0.1);
	position:absolute;left:75%;top:0;
}
.allmenu>div>div>ul>li:nth-child(3):before{
	display:block;content:"";
	width:1px;height:100%;
	background:rgba(255,255,255,0.1);
	position:absolute;left:100%;top:0;
}
.allmenu>div>div>ul>li>a{
	position:relative;
	font-size:30px;color:#fff;font-weight:400;
}
.allmenu>div>div>ul>li>a:before{
	display:block;content:"";
	width:2px;height:26px;
	background:#ed1846;
	position:absolute;left:-35px;top:8px;
}
.allmenu>div>div>ul>li>ul{margin-top:30px;}
.allmenu>div>div>ul>li>ul>li{margin-bottom:5px;}
.allmenu>div>div>ul>li>ul>li>a{font-size:17px;color:rgba(255,255,255,0.6);font-weight:300;}
.allmenu>div>div>ul>li>ul>li:hover>a{color:#ed1846;}


@media(max-width:812px){
	
	.allmenu{}
	.allmenu>div>div>ul>li:nth-child(1):before{display:none;}
	.allmenu>div>div>ul>li:nth-child(2):before{display:none;}
	.allmenu>div>div>ul>li:nth-child(3):before{display:none;}
	.allmenu>div>div>ul>li>a:before{display:none;}
	
	.allmenu>div>div{display:block;}
	.allmenu>div>div .logoimg{position:absolute;left:0;top:30px;}
	.allmenu>div>div .logoimg:after{display:none;}
	.allmenu>div>div>ul{display:block;width:100%;}
	.allmenu>div>div>ul>li{width:100%;margin-bottom:2vh;text-align:Center;}
	.allmenu>div>div>ul>li:nth-child(1),
	.allmenu>div>div>ul>li:nth-child(2),
	.allmenu>div>div>ul>li:nth-child(3){margin-bottom:2vh;}
	.allmenu>div>div>ul>li>ul{display:none;}

}





/* footer */
.foot{width:100%;background:#000;}
.foot .toparea{
	display:flex;align-items:center;justify-content:space-between;
	box-sizing:border-box;
	width:100%;
	padding:0 6%;
	border-bottom:1px solid #333;
	position: relative;
	z-index: 100;
}
.foot .toparea ul{display:flex;width:calc(100% - 260px);}
.foot .toparea ul li{margin-right:20px;}
.foot .toparea ul li a{font-size:16px;color:rgba(255,255,255,0.6);}
.foot .toparea .family{
	position: relative;
	width:260px;
	border-left:1px solid #333;border-right:1px solid #333;
}
.foot .toparea .family>a{
	display:block;
	box-sizing:border-box;
	position:relative;
	width:259px;height:64px;
	padding:0 25px;
	font-size:16px;color:rgba(255,255,255,0.5);line-height:64px;
}
.foot .toparea .family>a:after{
	display:block;content:"";
	width:6px;height:6px;
	border-right:1px solid #fff;border-bottom:1px solid #fff;
	transform:rotate(45deg);
	position:absolute;right:25px;top:25px;
}
.foot .toparea .family .content {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	background-color: #000;
	box-sizing: border-box;
	line-height: 40px;
	border: 1px solid rgba(255,255,255,0.3);
}
.foot .toparea .family .content li a {
	color: rgba(255,255,255,0.5);
	display: block;
	font-size: 15px;
	text-indent: 20px;
}
.foot .toparea .family .content li a:hover{
	text-decoration: underline;
	color:#666;
}
.foot .btmarea{display:flex;justify-content:space-between;align-items:flex-end;position:relative;padding:15px 6% 30px;}
.foot .btmarea h1{position:absolute;right:6%;top:30px;}
.foot .btmarea .info{width:50%;}
.foot .btmarea .info dl{display:flex;}
.foot .btmarea .info dl dt{
	position:relative;
	width:80px;
	font-family:"Noto Sans KR";font-size:16px;color:rgba(255,255,255,0.6);font-weight:400;
}
.foot .btmarea .info dl dt:after{
	display:block;content:"";
	width:1px;height:11px;
	background:rgba(255,255,255,0.3);
	position:absolute;right:0;top:7px;
}
.foot .btmarea .info dl dd{
	box-sizing:border-box;
	width:calc(100% - 80px);
	padding:0 0 0 15px;
	font-family:"Noto Sans KR";color:rgba(255,255,255,0.4);font-weight:300;
}
.foot .btmarea .copy{width:50%;font-family:"Noto Sans KR";color:rgba(255,255,255,0.5);font-weight:300;text-align:right;}


@media(max-width:1000px){

	#sec6{height:auto !important;}
	.foot{height:auto;}
	.foot .toparea{
		flex-wrap:wrap;flex-direction:column-reverse;
		align-items:flex-start;
		border-bottom:0;
	}
	.foot .toparea ul{width:100%;padding:15px 0;border-top:1px solid #333;}
	.foot .toparea .family{}

	.foot .btmarea{display:block;}
	.foot .btmarea h1{position:static;margin-bottom:15px;}
	.foot .btmarea .info{width:100%;}
	.foot .btmarea .copy{width:100%;margin-top:15px;text-align:left;}	

}

@media(max-width:812px){

	.foot .toparea ul li{margin-right:10px;}
	.foot .toparea ul li a{font-size:12px;color:rgba(255,255,255,0.6);}
	.foot .toparea .family{width:100%;margin-top:10px;border-top:1px solid #333;}
	.foot .toparea .family>a{width:100%;}
	.foot .btmarea .info dl dt{font-size:12px;}
	.foot .btmarea .info dl dd{font-size:12px;}
	.foot .btmarea .copy{font-size:12px;}

}