@charset "utf-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Noto+Serif+KR:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&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:#555;
	font-family:"Lora","pretendard","돋움",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 Serif KR";}
.font2{font-family:"Cormorant Garamond";}




/*로딩 이미지*/
#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%}
}

#loadingIndicator {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 20px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
	display: none;
}

.spinner {
	width: 40px;
	height: 40px;
	border: 4px solid rgba(0, 0, 0, 0.2);
	border-top: 4px solid #333;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}

#wrap{overflow:hidden;}


/* header */
#header{position:fixed;left:0;top:0;width:100%;height:120px;z-index:1000;}
.head{position:relative;padding:0 5%;text-align:center;}
.head h1{position:absolute;left:5%;top:28px;z-index:5000;}
.head h1 a{
	display:block;
	width:120px;height:44px;
	background:url(/images/common/logo1.png) no-repeat;
	text-indent:-9999px;
	transition:all 0.4s;
}
.head .pcNav{}
.head .pcNav>ul{display:flex;align-items:center;justify-content:center;}
.head .pcNav>ul>li{margin:0 5.5vw;}
.head .pcNav>ul>li>a{font-family:"pretendard";font-size:18px;color:#fff;font-weight:600;line-height:120px;}
.head .btnMenu{
	position:absolute;right:5%;top:53px;z-index:5000;
	width:55px;
	cursor:pointer;
}
.head .btnMenu>div{
	width:100%;height:3px;
	margin-bottom:8px;
	background:#fff;
	transition:all 0.4s;
}
.head .btnMenu>div:nth-child(1){}
.head .btnMenu>div:nth-child(2){margin-bottom:0;}
.head .btnMenu.openmenu>div:nth-child(1){transform:translateY(5.5px) rotate(45deg);}
.head .btnMenu.openmenu>div:nth-child(2){transform: translateY(-5.5px) rotate(-45deg);}






/**/
.scroll #header{background:#fff;}
.scroll #header .head h1 a{background:url(/images/common/foot_logo.png) no-repeat;background-size:contain;}
.scroll #header .head .pcNav>ul>li>a{color:#000;}
.scroll #header .head .btnMenu>div{background:#000;}

.wh #header{background:#fff;}
.wh #header .head h1 a{background:url(/images/common/foot_logo.png) no-repeat;background-size:contain;}
.wh #header .head .pcNav>ul>li>a{color:#000;}
.wh #header .head .btnMenu>div{background:#000;}

#header.all .head h1 a{
	background:url(/images/common/logo1.png) no-repeat;background-size:contain;
}
#header.all .head .btnMenu>div{background:#fff;}


/* allMenu */
.allMenuWrap{
	position:fixed;left:0;top:0;z-index:1000;
	width:100%;height:100%;
	opacity:0;left:-100%;
}
.allMenuWrap.open{opacity:1;left:0;transition:all 0s;}
.allMenuWrap.close{opacity:0;left:-100%;transition:all 0s 1.8s;}

.allMenu{
	position:relative;
	width:100%;height:100%;	
	opacity:0;
}
.open .allMenu{opacity:1;transition:all 0s;}
.close .allMenu{opacity:0;transition:all 1.2s 1.2s;}
.allMenu .bg{
	position:absolute;left:0;top:0;
	width:100%;height:100%;
}
.allMenu .bg>div{overflow:hidden;position:relative;}
.allMenu .bg>div:before{
	display:block;content:"";
	position:absolute;left:0;top:0;
	width:100%;height:100%;
	background:#fff;
	transform-origin:right;
	transform:scaleX(1);
}
.allMenu .bg>div:nth-child(1){
	width:100%;height:36.7%;
	background: url(/images/common/all_bg1.jpg) no-repeat right;
	background-size:cover;
}
.allMenu .bg>div:nth-child(2){
	width:100%;height:26.5%;
	background: url(/images/common/all_bg2.jpg) no-repeat right;
	background-size:cover;
}
.allMenu .bg>div:nth-child(3){
	width:100%;height:calc(100% - 36.7% - 26.5%);
	background: url(/images/common/all_bg3.jpg) no-repeat right;
	background-size:cover;
}
.allMenu>ul{
	position:absolute;left:0;top:0;z-index:10;
	width:100%;height:100%;
}
.allMenu>ul>li{
	position:relative;
	box-sizing:border-box;
	width:100%;
	border-bottom:1px solid rgba(255,255,255,0.4);
}
.allMenu>ul>li:nth-child(1){height:36.7%;padding-top:6%;}
.allMenu>ul>li:nth-child(2){height:26.5%;}
.allMenu>ul>li:nth-child(3){height:36.7%;padding-bottom:6%;border-bottom:0;}
.allMenu>ul>li>a{
	display:flex;align-items:center;
	width:100%;height:100%;
	padding:0 12%;
	font-family:"Cormorant Garamond";font-size:4.5vw;color:#fff;
	opacity:0;transform:translateX(-60px);
}
.allMenu>ul>li>a>span{display:block;transition:all 0.6s;}
.allMenu>ul>li>ul{
	display:flex;
	position:absolute;right:12%;top:50%;
	transform:translate(-60px, -50%);
	opacity:1;
}
.allMenu>ul>li>ul>li{margin-left:50px;}
.allMenu>ul>li>ul>li>a{
	font-size:25px;color:rgba(255,255,255,0.6);font-weight:500;
	transition:all 0.24s;
}
.allMenu>ul>li>ul>li>a:hover{color:#fff;}



.open .allMenu .bg>div:before{transform:scaleX(0);}
.open .allMenu .bg>div:nth-child(1):before{transition:all 1.2s 0.2s;}
.open .allMenu .bg>div:nth-child(2):before{transition:all 1.2s 0.4s;}
.open .allMenu .bg>div:nth-child(3):before{transition:all 1.2s 0.6s;}
.open .allMenu>ul>li>a{opacity:1;transform:translateX(0);}
.open .allMenu>ul>li.on>a>span{transform:translateX(15px);}
.open .allMenu>ul>li.on ul{opacity:1;transition:opacity 0.4s 0s;}
.open .allMenu>ul>li.off>a>span{color:#555;}
.open .allMenu>ul>li.off ul{opacity:0;transition:opacity 0.4s 0s;}
.open .allMenu>ul>li:nth-child(1)>a{transition:all 1.2s 0.2s;}
.open .allMenu>ul>li:nth-child(2)>a{transition:all 1.2s 0.4s;}
.open .allMenu>ul>li:nth-child(3)>a{transition:all 1.2s 0.6s;}
.open .allMenu>ul>li>ul{transform:translate(0, -50%);	opacity:1;transition:all 1.2s 0.8s;}

.close .allMenu .bg>div:before{transform:scaleX(1);}
.close .allMenu .bg>div:nth-child(1):before{transition:all 1.2s 0.6s;}
.close .allMenu .bg>div:nth-child(2):before{transition:all 1.2s 0.4s;}
.close .allMenu .bg>div:nth-child(3):before{transition:all 1.2s 0.2s;}
.close .allMenu>ul>li>a{opacity:0;transform:translateX(-60px);}
.close .allMenu>ul>li:nth-child(1)>a{transition:all 1.2s 0.6s;}
.close .allMenu>ul>li:nth-child(2)>a{transition:all 1.2s 0.4s;}
.close .allMenu>ul>li:nth-child(3)>a{transition:all 1.2s 0.2s;}
.close .allMenu>ul>li>ul{transform:translate(-60px, -50%);opacity:0;transition:all 1.2s;}



@media(max-width:1399px){
	.head .pcNav{display:none;}

	.allMenu>ul>li>a{padding:0 3%;font-size:7vw;}
	.allMenu>ul>li>ul{display:block;}
	.allMenu>ul>li>ul>li>a{font-size:18px;line-height:1.9em;}
	.allMenu .bg>div:nth-child(1){height:36.7%;}
	.allMenu .bg>div:nth-child(2){height:26.5%;}
	.allMenu .bg>div:nth-child(3){height:calc(100% - 36.7% - 26.5%);}
}
@media(max-width:812px){
	
	#header{height:90px;}
	.head h1 a{width:100px;background-size:contain;}
	.head .btnMenu{top:43px;width:43px;}

	.allMenu>ul>li>ul>li>a{font-size:14px;line-height:1.9em;}

}





/* footer */
#footer{padding:30px 5% 50px;background:#f1f1f1;}
.foot{
	display:flex;justify-content:space-between;flex-wrap:wrap;
	padding:30px 0 0;
	border-top:1px solid #ccc;
}
.foot h1{width:235px;}
.foot .contact{display:flex;flex-wrap:wrap;width:calc(100% - 235px - 470px);}
.foot .contact dl{display:flex;}
.foot .contact dl:nth-child(1){width:100%;margin-bottom:13px;}
.foot .contact dl dt{font-family:"pretendard";margin-right:13px;font-size:17px;color:#000;font-weight:500;line-height:1.3em;}
.foot .contact dl dd{font-family:"pretendard";font-size:16px;color:#555;font-weight:400;line-height:1.4em;}
.foot .contact .bar{
	display:inline-block;vertical-align:top;
	width:1px;height:14px;
	margin:3px 10px 0;
	background:#ccc;
}
.foot .copy{width:470px;font-family:"pretendard";font-size:16px;color:#666;font-weight:400;text-align:right;}


@media(max-width:1100px){
	.foot{display:block;}
	.foot .contact{width:100%;margin:20px 0;}
	.foot .copy{width:100%;text-align:left;}
}
@media(max-width:812px){
	.foot .contact dl dt{font-size:14px;}
	.foot .contact dl dd{font-size:14px;}
	.foot .copy{font-size:14px;}
}




.btnTop{
	display:none;
	position:fixed;right:5%;top:calc(100% - 200px - 45px);z-index:100;
	width:45px;height:45px;
	border-radius:50%;
	background:#333;
}

