@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');


/*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:"Poppins","Noto Sans KR","돋움",dotum,sans-serif;
	font-size:14px;font-weight:normal;
}
sup,sub{display:inline-block;vertical-align:middle;font-size:10px;}
sub{margin-top:5px;}
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";}




/*로딩 이미지*/
#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;width:100%;z-index:1000;}
#header.open{opacity:1;transform:translateY(0);transition:all 1.2s 2s;transition:all 0.2s 0s;}
#header:after{
	display:block;content:"";
	width:100%;height:100px;
	background:#fafafa;
	position:absolute;left:0;top:100%;
	transform-origin:top;
	transform:scaleY(0);
	transition:all 0.6s;
}
.head{
	position:relative;
	width:100%;height:110px;
	margin:0 auto;
	text-align:center;
}
.head h1{position:absolute;left:3%;top:37px;z-index:100;}
.head h1 a{
	display:block;
	width:127px;height:36px;
	background:url(/images/common/logo1.png) no-repeat center;
	text-indent:-9999px;
	transition:all 0.4s;
}
.head .pcNav>ul{display:inline-flex;align-items:center;position:relative;z-index:100;}
.head .pcNav>ul>li{margin:0 3vw;}
.head .pcNav>ul>li>a{font-family: "Poppins";font-size:18px;color:#fff;line-height:110px;font-weight:500;transition:all 0.4s;}
.head .pcNav>ul>li .sub{
	display:none;
	overflow:hidden;
	position:absolute;left:50%;top:calc(100% + 0px);z-index:100;
	transform:translateX(-50%);
	width:1200px;
}
.head .pcNav>ul>li .sub>ul{
	display:flex;justify-content:center;
	width:100%;
}
.head .pcNav>ul>li .sub>ul>li{
	position:relative;
	float:left;
	padding:0 33px;
}
.head .pcNav>ul>li .sub>ul>li>a{font-size:17px;color:#555;font-weight:500;line-height:100px;}
.head .pcNav>ul>li .sub>ul>li>a:hover{color:#819c70;}
.head .pcNav>ul>li .sub>ul>li>a sub{margin-top:5px;}


.head .gnb{display:flex;align-items:center;position:absolute;right:3%;top:43px;}
.head .gnb .language{position: relative; z-index: 1001;}
.head .gnb .language>a{
	font-family: "Poppins";
	position:relative;
	padding-right:12px;
	font-size:14px;color:#fff;transition:all 0.4s;
}
.head .gnb .language>a:after{
	display:block;content:"";
	width:4px;height:4px;
	border-right:2px solid #fff;border-bottom:2px solid #fff;
	position:absolute;right:0;top:6px;
	transform:rotate(45deg);
	transition:all 0.4s;
}
.head .gnb .language>ul{
	display:none;
	position:absolute;left:50%;top:100%;
	transform:translateX(-50%);
	margin:10px 0 0;
}
.head .gnb .language>ul>li{margin-bottom:4px;}
.head .gnb .language>ul>li>a{
	font-family: "Poppins";
	display:flex;align-items:center;justify-content:center;
	width:50px;height:30px;
	background:#fff;
	border-radius:15px;
	font-size:13px;color:#555;
}
.head .gnb .language>ul>li:hover>a{background:#74b567;color:#fff;}


.head .gnb .contact{position:relative;padding-left:10px;margin-left:12px;}
.head .gnb .contact:before{
	display:block;content:"";
	width:1px;height:10px;
	background:rgba(255,255,255,0.5);
	position:absolute;left:0;top:5px;
	transition:all 0.4s;
}
.head .gnb .contact>a{font-family: "Poppins";font-size:14px;color:#fff;transition:all 0.4s;}
.head .gnb .btnMenu{
	position:relative;z-index:9000;
	width:34px;height:25px;
	margin:0 0 0 45px;
	cursor:pointer;
}
.head .gnb .btnMenu>div{
	width:100%;height:3px;
	background:#fff;
	margin-bottom:8px;
	transition:all 0.4s;
}
.head .gnb .btnMenu>div:nth-child(1){width:65%;margin-left:35%;}
.head .gnb .btnMenu>div:last-child{width:65%;margin-bottom:0;}
.head .gnb .btnMenu.openmenu>div{background:#000;}
.head .gnb .btnMenu.openmenu>div:nth-child(1){width:100%;margin:0;transform: translateY(7px) rotate(45deg);}
.head .gnb .btnMenu.openmenu>div:nth-child(2){transform:scale(0);}
.head .gnb .btnMenu.openmenu>div:nth-child(3){width:100%;transform: translateY(-7px) rotate(-45deg);}


@media(max-width:1399px){

	.head .pcNav{display:none;}

}


#header.on{background:#fff;transition:all 0.4s;}
#header.on:after{transform:scaleY(1);}
#header.on .head h1 a{background:url(/images/common/logo2.png) no-repeat center;}
#header.on .head .pcNav>ul>li>a{color:#000;}
#header.on .head .gnb .language>a{color:#000;}
#header.on .head .gnb .language>a:after{border-right: 2px solid #000;border-bottom: 2px solid #000;}
#header.on .head .gnb .contact:before{background:#000;}
#header.on .head .gnb .contact>a{color:#000;}
#header.on .head .gnb .btnMenu>div{background:#000;}




/* allmenu */
.allmenuBg{
	display:block;
	width:46px;height:46px;
	background:#f6f6f6;
	border-radius:50%;
	position:absolute;left:calc(100% - 4%);top:52px;z-index:5000;
	transform:translate(-50%,-50%) scale(0);
	transition:all 0.6s ease-in-out;
}
.allmenuBg.on{transform:translate(-50%,-50%) scale(120);}
.allmenu{
	position:absolute;left:0;top:0;z-index:6000;
	box-sizing:border-box;
	width:100%;height:100vh;
	transform:scale(0);
	text-align:center;
}
.allmenu.open{transform:scale(1);transition:transform 0s 0.6s;}
.allmenu .allmenuwrap{
	opacity:0;
	display:flex;align-items:center;
	background:url(/images/common/all_bg.jpg) no-repeat;
	width:100%;height:100%;
	background-size:cover;
}
.allmenu.open .allmenuwrap{opacity:1;transition:opacity 1s 0.6s;}
.allmenu .allmenuwrap>div{
	display:flex;
	width:94%;
	margin:0 auto;
}
.allmenu .allmenuwrap>div>ul{display:flex;flex-wrap:wrap;justify-content:space-between;width:100%;}
.allmenu .allmenuwrap>div>ul>li{
	position:relative;
	box-sizing:border-box;
	width:25%;
	padding:0 3%;
	border-right:1px solid #ccc;
	text-align:left;
}
.allmenu .allmenuwrap>div>ul>li:nth-child(1),
.allmenu .allmenuwrap>div>ul>li:nth-child(2),
.allmenu .allmenuwrap>div>ul>li:nth-child(3),
.allmenu .allmenuwrap>div>ul>li:nth-child(4){margin-bottom:10vh;}
.allmenu .allmenuwrap>div>ul>li:first-child,
.allmenu .allmenuwrap>div>ul>li:nth-child(5){border-left:1px solid #ccc;}
.allmenu .allmenuwrap>div>ul>li:nth-child(7){border-right:0;}
.allmenu .allmenuwrap>div>ul>li:last-child{
	overflow:hidden;
	min-height:33vh;
	border:0;border-radius:15px;
	background:url(/images/common/all_img1.jpg) no-repeat center;
	background-size:cover;
}
.allmenu .allmenuwrap>div>ul>li>a{font-family: "Poppins";font-size:30px;color:#000;font-weight:600;transition:all 0.24s;}
.allmenu .allmenuwrap>div>ul>li>ul{margin:25px 0 0;}
.allmenu .allmenuwrap>div>ul>li>ul>li{margin-bottom:5px;}
.allmenu .allmenuwrap>div>ul>li>ul>li:last-child{margin-bottom:0;}
.allmenu .allmenuwrap>div>ul>li>ul>li sub{margin-top:12px;}
.allmenu .allmenuwrap>div>ul>li>ul>li>a{font-size:19px;color:#666;}
.allmenu .allmenuwrap>div>ul>li>ul>li>a:hover{color: #7f9f65;}


@media(max-width:812px){
	
	.allmenu .allmenuwrap>div{width:88%;}
	.allmenu .allmenuwrap>div>ul{display:block;width:100%;}
	.allmenu .allmenuwrap>div>ul>li{
		width:100%;margin-bottom:15px;
		border:0 !important;
	}
	.allmenu .allmenuwrap>div>ul>li:nth-child(1){display:none;}
	.allmenu .allmenuwrap>div>ul>li:last-child{display:none;}
	.allmenu .allmenuwrap>div>ul>li:nth-child(1),
	.allmenu .allmenuwrap>div>ul>li:nth-child(2),
	.allmenu .allmenuwrap>div>ul>li:nth-child(3),
	.allmenu .allmenuwrap>div>ul>li:nth-child(4){margin-bottom:15px}
	.allmenu .allmenuwrap>div>ul>li>a{font-size: 26px;}
	.allmenu .allmenuwrap>div>ul>li>ul{display:none;transition:all 0s;margin-top: 5px;padding-top: 10px;}
	.allmenu .allmenuwrap>div>ul>li>ul>li{margin-bottom:5px;}
	.allmenu .allmenuwrap>div>ul>li>ul>li>a{font-size: 15px;}


}











/* footer */
#footer{background:#111;padding:65px 0 85px;}
.foot{
	position: relative;
	display:flex;flex-wrap:wrap;
	width:94%;
	margin:0 auto;
}
.foot h1{width:138px;}
.foot .info{
	box-sizing:border-box;
	width:calc(100% - 138px);
	padding:0 110px;
}
.foot .info dl{
	position:relative;
	display:flex;flex-wrap:wrap;
	margin-bottom:5px;padding-left:22px;	
}
.foot .info dl:before{
	display:block;content:"";
	width:7px;height:1px;
	background:rgba(255,255,255,0.7);
	position:absolute;left:0;top:10px;
}
.foot .info dl dt{
	width:105px;
	font-family:"Noto Sans KR";font-size:15px;color:rgba(255,255,255,0.7);
}
.foot .info dl dd{
	width:calc(100% - 105px);
	font-family:"Noto Sans KR";font-size:15px;color:rgba(255,255,255,0.7);
}
.foot .info .copy{margin-top:45px;font-family:"Noto Sans KR";font-size:15px;color:rgba(255,255,255,0.5);}

.foot .link{
	position: absolute;
	right: 0;
	top: 0;
}
.foot .link li{
	position: relative;
	display: inline-block;
}
.foot .link li:first-child{
	margin-right: 47px;
}
.foot .link li:first-child:after{
	content: "";
	position: absolute;
	right: -24px;
	top: 6px;
	width: 1px;
	height: 15px;
	background: #fff;
}
.foot .link li a{
	font-size: 16px;
	color: rgba(255,255,255,0.7);
}


@media(max-width:1399px){
	.foot{display:block;}
	.foot .info{
		width:calc(100% - 0px);
		padding:40px 0px;
	}
}

@media(max-width:812px){
	.foot .link {top: -38px;}
	.foot .link li:first-child{margin-right: 15px;}
	.foot .link li:first-child:after{height: 12px; right: -10px;}
	.foot .link li a {font-size: 15px;}
}




.pc_br{display: block}
@media(max-width: 1399px){
	.pcbr{display: none;}
}

.foot_pop {
	position: fixed;
	display: none;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 1300px;
	width: 92%;
	margin: 0 auto;
	z-index: 10000;
}
.foot_pop .btn_x {
	position: absolute;
	top: 0;
	left: calc(100% + 20px);
	width: 46px;
	height: 46px;
	background: url(/images/common/btn_x.png) no-repeat center / contain;
}
.foot_pop .conwrap {
	width: 100%;
	padding: 80px 60px;
	box-sizing: border-box;
	background: #fff;
}
.foot_pop .conwrap .inner{}
.foot_pop .conwrap .inner .pop_tit{
	text-align: center;
	font-size: 34px;
	font-weight: 700;
	margin-bottom: 40px;
}
.foot_pop .conwrap .inner .content{}
.foot_pop .conwrap .inner .content .con{
	overflow-y: auto;
	padding-right: 20px;
	max-height: 50vh;
}
.foot_pop .conwrap .inner .content .privacy{}
.foot_pop .conwrap .inner .content .privacy .main_p{
	font-size:18px;
	line-height: 1.7em;
}
.foot_pop .conwrap .inner .content .privacy .list{
	margin-top: 50px;
}
.foot_pop .conwrap .inner .content .privacy .list .list_tit{
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}
.foot_pop .conwrap .inner .content .privacy .list .table{

}
.foot_pop .conwrap .inner .content .privacy .list .table table{
	width: 100%;
	border-collapse: collapse;
}
.foot_pop .conwrap .inner .content .privacy .list .table table th{
	padding: 10px 20px;
	background: #d3d3d3;
	font-size: 18px;
	font-weight: 500;
}
.foot_pop .conwrap .inner .content .privacy .list .table table td{
	padding: 10px 20px;
	background: #ededed;
	font-size: 18px;
	line-height: 1.7em;
	text-align: center;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.foot_pop .conwrap .inner .content .privacy .list .table table td:last-child{
	border-right: none;
}
.foot_pop .conwrap .inner .content .privacy .list .table table tr:last-child td{
	border-bottom: none;
}
.foot_pop .conwrap .inner .content .privacy .list p{
	font-size: 18px;
	line-height: 1.7em;
}
.foot_pop .conwrap .inner .content .privacy .list .numbering{
	padding: 20px;
	font-size: 18px;
	line-height: 1.7em;
}

.foot_pop .conwrap .inner .content .mail{
	width: 100%;
	padding: 30px;
	border-radius: 20px;
	border: 1px solid #ddd;
	text-align: center;
}
.foot_pop .conwrap .inner .content .mail p{
	font-size: 18px;
	line-height: 1.7em;
}
.foot_pop .conwrap .inner .content .mail b{
	display: block;
	font-size: 18px;
	font-weight: 500;
	margin-top: 30px;
}

.dim {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 1001;
}

@media (max-width: 1399px){
	.foot_pop .btn_x{
		width: 35px;
		height: 35px;
		top: unset;
		left: unset;
		right: 0;
		bottom: calc(100% + 10px);
	}
}

@media (max-width: 812px){
	.foot_pop .conwrap{padding: 40px 20px;}
	.foot_pop .conwrap .inner .pop_tit{font-size: 24px;}
	.foot_pop .conwrap .inner .content .privacy .main_p{font-size: 14px;}
	.foot_pop .conwrap .inner .content .privacy .list .list_tit{font-size: 17px;}
	.foot_pop .conwrap .inner .content .privacy .list p{font-size: 14px;}
	.foot_pop .conwrap .inner .content .privacy .list .numbering{font-size: 14px;}
	.foot_pop .conwrap .inner .content .privacy .list .table{
		padding-bottom: 20px;
		overflow-x: auto;
	}
	.foot_pop .conwrap .inner .content .privacy .list .table table{
		width: 700px;
	}
	.foot_pop .conwrap .inner .content .privacy .list .table table th{font-size: 14px;padding: 10px;}
	.foot_pop .conwrap .inner .content .privacy .list .table table td{font-size: 14px;padding: 10px;}
	.foot_pop .conwrap .inner .content .mail p{font-size: 14px;}
	.foot_pop .conwrap .inner .content .mail b{font-size: 14px;}
}