@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Upright:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@200..900&display=swap');
@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}


/*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:#333;
	font-family:"Cormorant Garamond","돋움",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:"Pretendard";}
.font2{font-family:"Lora";}




/*로딩 이미지*/
#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%}
}
#wrap{position: relative;}
.top_btn{
	position: fixed;
	right: 50px;
	bottom: 20px;
	cursor: pointer;
	z-index: 10;
}
@media (max-width: 812px){
	.top_btn{right: 20px;}
}



html.hidden{overflow:hidden;}
/* header */
#header{position:fixed;left:0;top:0;z-index:1000;width:100%; background: #fff;}
.head{
	display:flex;align-items:center;justify-content:space-between;
	box-sizing:border-box;
	width:100%;height:100px;
	padding:0 2%;
}
.head h1{position: relative;z-index:120;}
.head h1 a{
	display:block;
	width:166px;height:50px;
	background:url(/images/common/logo1.png) no-repeat center / contain;
	text-indent:-9999px;
	transition:all 0.3s;	
}
.head .gnb{display:flex;align-items:center;justify-content:space-between;width:140px;}
.head .gnb .language{
	position: relative;
}
.head .gnb .language>a{
	position:relative;
	padding-right:15px;
	font-size:15px;color:#000;font-weight:700;
}
.head .gnb .language>a:after{
	display:block;content:"";
	width:5px;height:5px;
	border-right:1px solid #000;border-bottom:1px solid #000;
	position:absolute;right:0;top:50%;
	transform:rotate(45deg) translateX(-6px);
}
.head .gnb .language .lang_list{
	position: absolute;
	left: 2px;
	top: calc(100% + 15px);
	display: none;
}
.head .gnb .language .lang_list li + li{
	margin-top: 10px;
}
.head .gnb .language .lang_list li a{
	font-size: 16px;
	font-weight: 600;
	color: #999999;
}
.head .gnb .language .lang_list li.on a{
	color: #222;
	text-decoration: underline;
}
.head .gnb .language .lang_list li a:hover{
	color: #222;
}
.head .gnb .btnMenu{
	width:60px;
	cursor:pointer;
	position: relative;
	z-index:120;
}
.head .gnb .btnMenu>div{
	width:100%;height:2px;
	margin-bottom:8px;
	background:#000;
	transition:transform 0.4s ease;
}
.head .gnb .btnMenu>div:nth-child(2){margin-bottom:0;}

.head .gnb .btnMenu.openmenu>div{width:35px;margin:0 auto;}
.head .gnb .btnMenu.openmenu>div:nth-child(1){transform:rotate(45deg) translateY(1px);transition:transform 0.4s ease;}
.head .gnb .btnMenu.openmenu>div:nth-child(2){transform:rotate(-45deg) translateY(-1px);transition:transform 0.4s ease;}

@media (max-width: 812px){
	.head{height: 80px;}
	.head h1 a{width: 116px;}
	.head .gnb{width: 100px;}
	.head .gnb .btnMenu{width: 40px;}
}

/*allmenu*/
.allMenu{
	transform:scale(0);
	position:fixed;left:0;top:0;z-index:100;
	width:100%;height:100vh;
}
.allMenu.open{transform:scale(1);transition:transform 0s;}

.allMenu:before{
	display:block;content:"";
	width:100%;height:100%;
	background:rgba(255,255,255,0.98);
	position:absolute;left:0;top:0;
	opacity:0;transition:all 0.5s;
}
.allMenu.open:before{opacity:1;}
.allMenu .innerwrap{display:flex;align-items:center;position:relative;z-index:10;max-width:100%;width:100%;height:100%;}
.allMenu .innerwrap>ul{width:100%;}
.allMenu .innerwrap>ul>li{
	position: relative;
	display:flex;align-items:center;
	padding:4vh 7.5vw;
	
}
.allMenu .innerwrap>ul>li>a{
	width:377px;
	display: block;
	font-size:60px;color:#000;font-weight:500;
}
.allMenu .innerwrap>ul>li>a:hover{}
.allMenu .innerwrap>ul>li>ul{
	display:flex;
	width:calc(100% - 377px);
}
.allMenu .innerwrap>ul>li>ul>li{margin-right:3.5vw;}
.allMenu .innerwrap>ul>li>ul>li>a{font-weight: 400;font-size:20px;color:rgba(0,0,0,0.7);}
.allMenu .innerwrap>ul>li>ul>li>a:hover{color:#000;font-weight: 500;}

/*allmenu motion*/
/* .allMenu .innerwrap>ul>li>a{opacity:0;transform:translateX(-10px);}
.allMenu.open .innerwrap>ul>li>a{opacity:1;transform:translateX(0);transition:transform 0.8s ease 0.1s;} */
.allMenu .innerwrap>ul>li:before{
	position: absolute;
	bottom:0;left:0;
	content:'';
	background: rgba(0,0,0,0.2);
	width:100%;
	height: 1px;
	width:0;
}
.allMenu .innerwrap>ul>li:last-child:before{display: none;}
.allMenu.open .innerwrap>ul>li:before{
	width:100%;
	transition:width 2s ease-in-out;
}
.allMenu .innerwrap>ul>li>ul>li{opacity:0;}
.allMenu.open .innerwrap>ul>li>ul>li{
display: block;
animation-name: fadeLeftText;animation-duration:1s;animation-fill-mode:forwards;animation-timing-function: ease-in-out;
animation-delay:0.1s;}
.allMenu.open .innerwrap>ul>li>ul>li:nth-child(2){animation-delay:0.2s;}
.allMenu.open .innerwrap>ul>li>ul>li:nth-child(3){animation-delay:0.3s;}
.allMenu.open .innerwrap>ul>li>ul>li:nth-child(4){animation-delay:0.4s;}
.allMenu.open .innerwrap>ul>li>ul>li:nth-child(5){animation-delay:0.5s;}
.allMenu.open .innerwrap>ul>li>ul>li:nth-child(6){animation-delay:0.6s;}

.allMenu .innerwrap>ul>li>a{opacity:0;}
.allMenu.open .innerwrap>ul>li>a{
animation-name: fadeIn;animation-duration:0.9s;animation-fill-mode:forwards;animation-timing-function: ease-in-out;
animation-delay:0.01s;
}
@keyframes fadeIn{
0%{opacity:0;}
  100%{opacity:1;}
}
 @keyframes fadeLeftText{
 0%{transform:translate3d(-30px, 0, 0);opacity:0;}
  100%{transform:translate3d(0px, 0, 0);opacity:1;}
}

@media (max-width: 1399px){
	.allMenu .innerwrap>ul>li>a{font-size: 35px; width: 210px;}
	.allMenu .innerwrap>ul>li>ul{width: calc(100% - 210px);}
	.allMenu .innerwrap>ul>li>ul>li>a{font-size: 18px;}
}

@media (max-width: 812px){
	.allMenu .innerwrap>ul>li{align-items: normal;padding: 3vh 7.5vw;}
	.allMenu .innerwrap>ul>li>a{font-size: 28px; width: 156px;}
	.allMenu .innerwrap>ul>li>ul{width: calc(100% - 156px);flex-direction: column;}
	.allMenu .innerwrap>ul>li>ul>li>a{font-size: 14px;}
	.allMenu .innerwrap>ul>li>ul>li>a:hover{color: rgba(0,0,0,0.7); font-weight: 400;}
	
}



/* footer */
#footer{}
.foot{
	display:flex;flex-wrap:wrap;justify-content:space-between;
	width:96%;
	margin:80px auto 0;padding:30px 0 50px;
	/* border-top:1px solid #ccc; */
}
.foot h1{}
.foot .contact{width:460px;}
.foot .contact dl{
	display:flex;justify-content:space-between;
	padding:10px 0;
	border-bottom:1px solid #ccc;
}
.foot .contact dl:last-child{border-bottom:0;}
.foot .contact dl dt{width:70px;font-size:15px;color:#000;font-weight:600;}
.foot .contact dl dd{
	width:calc(100% - 70px);
	font-family:"Lora";font-size:14px;color:#555;font-weight:400;text-align:right;
}
.foot .copy{
	width:100%;
	padding:14px 0;margin-top:30px;
	border-top:1px solid #ccc;border-bottom:1px solid #ccc;
	font-size:16px;color:#000;font-weight:600;text-align:center;
	text-transform:uppercase;
}
.foot .copy ul{
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}
.foot .copy li{
	position: relative;
	font-size: 16px;
	color: #000;
	font-weight: 600;
	margin-right: 17px;
}
.foot .copy li:last-child{
	margin-right: 0;
}
.foot .copy li:after{
	content: "";
	position: absolute;
	right: -9px;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 11px;
	background: rgba(0,0,0,0.2);
}
.foot .copy li:last-child:after{
	display: none;
}



@media(max-width:812px){
	
	.foot h1{margin-bottom:20px;}
	.foot h1 img{height:16px;}
	.foot .copy{font-size:14px;}
	.foot .copy ul{flex-direction: column;}
	.foot .copy li{font-size: 14px; margin-right: 0;}
	.foot .copy li:after{display: none;}
}