@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Wix+Madefor+Display:wght@400..800&display=swap');
@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/css?family=Montserrat:300,400,500,600&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:"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:"Wix Madefor Display";}




/* 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); }
}





/* header */
#header{position:fixed;left:0;top:0;z-index:2000;width:100%; height: 110px; transition:all 0.4s;}
.head{position:relative;}
.head:after{
	display:block;content:"";
	width:100%;height:80px;
	background:#f5f5f5;
	position:absolute;left:0;top:100%;
	transform-origin:top;transform:scaleY(0);
	transition:all 0.4s;
}
.head h1{position:absolute;left:5%;top:28px;z-index:1000;}
.head h1 a{
	display:block;
	width:194px;height:55px;
	background:url(/images/common/logo1.png) no-repeat center / contain;
	text-indent:-9999px;
	transition:all 0.4s;
}
.head .pc_nav{}
.head .pc_nav>ul{display:flex;justify-content:center;}
.head .pc_nav>ul>li{position: relative;margin:0 3vw; box-sizing: border-box;}
.head .pc_nav>ul>li:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background: #e43d4f;
	transform: scaleX(0);
	transition:all 0.4s;
}
.head .pc_nav>ul>li.active:after{transform: scaleX(1);}
.head .pc_nav>ul>li>a{font-size:17px;color:#fff;font-weight:500;line-height:110px;transition:all 0.4s;}
.head .pc_nav>ul>li>a>span{font-family: "Wix Madefor Display"; display:inline-block;position:relative;line-height:1.5em;}
.head .pc_nav>ul>li>a>span:after{
	display:block;content:"";
	width:100%;height:2px;
	background:#111;
	position:absolute;left:0;bottom:0;
	transform-origin:center;
	transform:scaleX(0);transition:all 0.4s;
}
.head .pc_nav>ul>li.act>a>span:after{transform:scaleX(1);}
.head .pc_nav>ul>li>ul{
	overflow:hidden;
	display:none;
	position:absolute;left:0;top:100%;z-index:100;
	width:1280px;
}
.head .pc_nav>ul>li:nth-child(1)>ul{}
.head .pc_nav>ul>li:nth-child(2)>ul{left:-205px;}
.head .pc_nav>ul>li:nth-child(3)>ul{left:0px;}
.head .pc_nav>ul>li:nth-child(4)>ul{}
.head .pc_nav>ul>li:nth-child(5)>ul{left:calc(100% - 510px);}
.head .pc_nav>ul>li>ul>li{
	float:left;
	position:relative;
	padding-right:47px;margin-right:43px;
}
.head .pc_nav>ul>li>ul>li:after{
	display:block;content:"";
	width:1px;height:14px;
	background:#ddd;
	position:absolute;right:0;top:50%;margin-top:-7px;
}
.head .pc_nav>ul>li>ul>li>a{font-size:17px;color:#111;line-height:80px;}
.head .pc_nav>ul>li>ul>li:hover>a{color:#0e71b8;}


.head .gnb{
	position:absolute;right:5%;top:36px;
	display:flex;align-items:center;
}
.head .gnb .language{
	position: relative;
	display: block;
	width:70px;height:40px;
	line-height:38px;
	border:1px solid rgba(255,255,255,0.65);
	border-radius:20px;
	text-align: center;
	transition:all 0.4s;
	z-index: 1001;
}
.head .gnb .language>a{
	font-family: "Wix Madefor Display";
	display:block;
	font-size:11px;color:rgba(255,255,255,0.9);font-weight:500;
	transition:all 0.4s;
}
.head .gnb .language>a i{
	display:inline-block;vertical-align:top;
	width:5px;height:5px;
	margin:15px 0 0 4px;
	border-right:1px solid #fff;border-bottom:1px solid #fff;
	transform:rotate(45deg);
}
.head .gnb .language>a.on i{
	transform: rotate(-135deg) translateY(-2px) translateX(-2px);
}
.head .gnb .language>ul{

	display:none;
	position:absolute;left:50%;top:calc(100% + 1px);
	width:70px;
	transform:translateX(-50%);
}
.head .gnb .language>ul>li{margin-bottom:4px;}
.head .gnb .language>ul>li>a{
	font-family: "Wix Madefor Display";
	display:block;
	box-sizing:border-box;
	width:100%;
	border:1px solid rgba(255,255,255,0.65); border-radius:20px;
	font-size:11px;color:#fff;text-align:center;line-height:38px;
	transition: all 0.4s;
}
.head .gnb .btn_menu{
	position: relative;z-index:5000;
	width:33px;height:23px;
	margin-left:34px;
	cursor: pointer;
	z-index:9999;
}
.head .gnb .btn_menu>div{
	display:block;
	width:85%;height:2px;
	margin-bottom:5px;
	background:#fff;
	transition:all 0.4s;
}
.head .gnb .btn_menu>div:nth-child(1){margin-left:15%;}
.head .gnb .btn_menu>div:nth-child(2){}
.head .gnb .btn_menu>div:nth-child(3){margin-left:15%;}
.head .gnb .btn_menu>div:nth-child(4){margin-bottom:0;}

.head .gnb .btn_menu.open{}
.head .gnb .btn_menu.open>div{background:#000;}
.head .gnb .btn_menu.open>div:nth-child(1){width:100%;transform: translateY(7px)rotate(45deg);}
.head .gnb .btn_menu.open>div:nth-child(2){opacity:0;}
.head .gnb .btn_menu.open>div:nth-child(3){width:100%;transform: translateY(-7px) rotate(-45deg);}
.head .gnb .btn_menu.open>div:nth-child(4){opacity:0;}



/**/
#header.on{background:#fff;}
#header.on .head:after{transform:scaleY(1);}
#header.on .head h1 a{background:url(/images/common/logo2.png) no-repeat center / contain;}
#header.on .head .pc_nav>ul>li>a{color:#000;}
#header.on .head .gnb .language{border:1px solid rgba(0,0,0,0.65);}
#header.on .head .gnb .language>a{color:rgba(0,0,0,0.9);}
#header.on .head .gnb .language>a i{border-right:1px solid #000;border-bottom:1px solid #000;}
#header.on .head .gnb .btn_menu>div{background:#000;}
#header.on .head .gnb .language>ul>li>a{border:1px solid rgba(0,0,0,0.65);color:#000;
}

.bl .head h1 a{background:url(/images/common/logo2.png) no-repeat center / contain;}
.bl .head .pc_nav>ul>li>a{color:#000;}
.bl .head .gnb .language{border:1px solid rgba(0,0,0,0.65);}
.bl .head .gnb .language>a{color:rgba(0,0,0,0.9);}
.bl .head .gnb .language>a i{border-right:1px solid #000;border-bottom:1px solid #000;}
.bl .head .gnb .btn_menu>div{background:#000;}
.bl .head .gnb .language>ul>li>a{border:1px solid rgba(0,0,0,0.65); color:rgba(0,0,0,0.9);}

#header.scroll{background:#fff;}
.scroll .head h1 a{background:url(/images/common/logo2.png) no-repeat center / contain;}
.scroll .head .pc_nav>ul>li>a{color:#000;}
.scroll .head .gnb .language{border:1px solid rgba(0,0,0,0.65);}
.scroll .head .gnb .language>a{color:rgba(0,0,0,0.9);}
.scroll .head .gnb .language>a i{border-right:1px solid #000;border-bottom:1px solid #000;}
.scroll .head .gnb .btn_menu>div{background:#000;}
.scroll .head .gnb .language>ul>li>a{border:1px solid rgba(0,0,0,0.65); color:rgba(0,0,0,0.9);}



@media (max-width: 1399px){
	#header{height: 80px;}
	.head h1{top: 14px;}
	.head h1 a{width: 130px;}
	.head .pc_nav{display: none;}
	.head .gnb{top: 22px;}
	.head .gnb .btn_menu{margin-left: 13px;}
}





/* allmenu */
.allmenuBg{
	display:block;
	width:46px;height:46px;
	background:#f2f2f2;
	border-radius:50%;
	position:absolute;left:calc(100% - 5% - 17px);top:58px;z-index:2000;
	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:3000;
	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;
	position:relative;
	width:100%;height:100%;
	background:url(/images/common/all_bg.jpg) no-repeat center;
	background-size:cover;
}
.allmenu .allmenuwrap:after{
	display:block;content:"";
	width:451px;height:527px;
	background:url(/images/common/all_bg.png) no-repeat center / contain;
	position:absolute;right:0;top:30%;z-index:-1;
	transform:rotate(15deg) translate(15%,35%);transition:all 0.8s 0.6s;
}
.allmenu.open .allmenuwrap:after{transform:rotate(0) translate(0,0);}
.allmenu.open .allmenuwrap{opacity:1;transition:opacity 1s 0.6s;}
.allmenu .allmenuwrap>div{display:flex;width:100%;height:100%;padding:110px 2.5% 50px;}
.allmenu .allmenuwrap>div .img{
	overflow:hidden;
	width:30.5%;
	background:url(/images/common/all_img.png) no-repeat right bottom;
	background-size:100%;
	border-radius:50%;transform:translateY(-60px);
	transition:all 1s;
}
.allmenu.open .allmenuwrap>div .img{border-radius:0%;transform:translateY(0);transition:all 0.8s 0.6s;}
.allmenu .allmenuwrap>div>ul{position: relative; display:flex;flex-wrap:wrap;box-sizing:border-box;width:69.5%;padding:50px 0 50px 70px;}
.allmenu .allmenuwrap>div>ul>li{
	box-sizing:border-box;
	width:34%;
	padding:0 60px;
	border-right:1px solid #ccc;
	text-align:left;
	opacity:0;transform:translateY(100px);transition:all 1s;
}
.allmenu.open .allmenuwrap>div>ul>li{opacity:1;transform:translateY(0);transition:all 1s 0.4s;}
.allmenu .allmenuwrap>div>ul>li:nth-child(2n){border-right:0;}
.allmenu .allmenuwrap>div>ul>li>a{
	font-family: "Wix Madefor Display";
	display:block;
	padding:25px 0 0;
	font-size:35px;color:#000;font-weight:700;
	cursor:default;
}
.allmenu .allmenuwrap>div>ul>li>ul{margin-top:40px;}
.allmenu .allmenuwrap>div>ul>li>ul>li{margin-bottom:10px;}
.allmenu .allmenuwrap>div>ul>li>ul>li>a{font-size:17px;color:#666;}
.allmenu .allmenuwrap>div>ul>li>ul>li>a:hover{color:#0e71b8;}


@media (max-width: 1399px){
	.allmenu .allmenuwrap>div .img{background: url(/images/common/all_img.png) no-repeat right center / contain;}
	.allmenu .allmenuwrap>div>ul>li{padding: 0 20px;width: 49%;}
}


@media (max-width: 812px){
	.allmenu .allmenuwrap:after{width: 156px;  height: 177px; top: unset; bottom: 0;}
	.allmenu .allmenuwrap>div{flex-direction: column;padding: 80px 2.5% 50px;}
	.allmenu.open .allmenuwrap>div .img{width: 100%; height: 40%; background: url(/images/common/all_img_m.png) no-repeat center / contain;}
	.allmenu .allmenuwrap>div>ul{width: 100%;height: 60%; padding: 40px 0 0; flex-wrap: nowrap;flex-direction: column;}
	.allmenu .allmenuwrap>div>ul:after{
		content: "";
		position: absolute;
		top: 40px;
		left: 50%;
		transform: translateX(-50%);
		width: 2px;
		height: 60%;
		background: #ccc;
		z-index: -1;
	}
	.allmenu .allmenuwrap>div>ul>li{position: relative; width: 50%; margin-bottom: 15px; border-right: none;cursor: pointer;}
	.allmenu .allmenuwrap>div>ul>li:after{
		content: "";
		position: absolute;
		right: -1px;
		top: 3px;
		width: 2px;
		height: 20px;
		background: #0e71b8;
		display: none;
	}
	.allmenu .allmenuwrap>div>ul>li.on:after{display: block;}
	.allmenu .allmenuwrap>div>ul>li>a{font-size: 22px; padding: 0;}
	.allmenu .allmenuwrap>div>ul>li.on>a{color: #0e71b8;}
	.allmenu .allmenuwrap>div>ul>li>ul{position: absolute; left: 100%; top: 0; margin: 0; padding-left: 20px; display: none;}
	.allmenu .allmenuwrap>div>ul>li>ul>li>a{font-size: 15px; white-space: nowrap;}
}





/* footer */
#footer{
	padding:50px 5% 40px;
	background:#1a1a1a;
}
.foot{display:flex;justify-content:space-between;flex-wrap:wrap;flex-direction:row-reverse;width:100%;}
.foot h1{}
.foot .info{
	padding-left:29px;
	border-left:1px solid #767676;
}
.foot .info address{font-size:17px;color:rgba(255,255,255,0.7);line-height:1.7em;}
.foot .info .copy{margin-top:15px;font-size:16px;color:rgba(255,255,255,0.5);}
.foot .info .copy a:hover{font-weight: bold;text-decoration:underline;}



@media (max-width: 1399px){
	.foot h1{width: 130px; margin-bottom: 30px;}
	.foot .info address{font-size: 15px;}
	.foot .info .copy{font-size: 15px;}
}