@charset "utf-8";
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');
@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:"Pretendard",sans-serif; word-break: keep-all;
	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:#222;text-decoration:none;cursor:pointer}
a:hover{color:#222;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%;}

/* 스크롤바 */
::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar:horizontal {
  height: 6px;
}

::-webkit-scrollbar-thumb {
  background-color: #222;
  border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: var(--main-color);
}

::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}

/*로딩 이미지*/
#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{position:fixed;left:0;top:0;width:100%;height: 110px; z-index:3100;transition:all 0.4s;}
#header:after {
	display: block;
	content: "";
	width: 100%;
	height: 80px;
	box-shadow: 0 1px 0 #ddd inset;
	background: #fff;
	position: absolute;
	left: 0;
	top: 100%;
	transform-origin: top;
	transform: scaleY(0);
	transition: all 0.4s;
}
#header.submenu-on:after {
    transform: scaleY(1);
}




.head{position:relative;}
.head h1{position:absolute;left:3%; top:38px;z-index:9999;}
.head h1 a{
	display:block;
	width:161px;height:31px;
	background:url(/images/common/logo1.png) no-repeat center / contain;
	background-size:contain;
	text-indent:-9999px;
	transition:all 0.3s;	
}
.head .pcNav{}
.head .pcNav>ul{display:flex;justify-content:center;}
.head .pcNav>ul>li{margin:0 2vw}
.head .pcNav>ul>li>a{
	position: relative;
	display:block;
	font-size:var(--font-size-18);
	color:#fff;line-height:110px;font-family: "Poppins";
	font-weight: 500;letter-spacing:-0.025em;
}
.head .pcNav>ul>li>a:after{
	content: "";
	position: absolute;
	left: 50%;
	top: 35px;
	transform: translateX(-50%);
	width: 6.5px;
	height: 6.5px;
	border-radius: 50%;
	background: #e5ab11;
	opacity: 0;
}
.head .pcNav>ul>li.on>a:after{
	opacity: 1;
}
.head .pcNav>ul>li>.submenu{
	display:none;
	width:1000px;
	position:absolute;left:50%;top:100%; transform: translateX(-50%);
	z-index: 1;
}
.head .pcNav>ul>li>.submenu>ul{display:flex;justify-content: center;}
.head .pcNav>ul>li>.submenu>ul>li{margin: 0 50px;position: relative;}
.head .pcNav>ul>li>.submenu>ul>li:last-child{margin-right: 0;}
.head .pcNav>ul>li>.submenu>ul>li:after{
	content: "";
	position: absolute;
	right: -50px;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 14px;
	background: #ccc;
}
.head .pcNav>ul>li>.submenu>ul>li:last-child:after{
	display: none;
}
.head .pcNav>ul>li>.submenu>ul>li>a{font-size:var(--font-size-18);font-weight: 500; color:#000;line-height:80px;}
.head .pcNav>ul>li>.submenu>ul>li:hover>a{color: #f5b51e;}
.head .pcNav>ul>li>.submenu>ul>li.on>a{color: #f5b51e;}





.prdsubwrap{
	position: absolute;
	left: 0;
	top: 190px;
	width: 100%;
	height: 355px;
	background: #e9e9e9;
	display: none;
}
.prdsubwrap:after{
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 1px;
	height: 100%;
	background: #ccc;
}

.prdsubwrap .prdsub{display: none;}
.prdsubwrap .prdsub .dep3{
	position: absolute;
	left: 0;
	top: 40px;
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
	padding: 0 80px;
}
.prdsubwrap .prdsub .dep3 > li{
	width: calc((100% - 20px) / 2);
}
.prdsubwrap .prdsub .dep3 > li > a{
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 0 20px;
	font-size:var(--font-size-16);
	color: #373737;
	line-height: 80px;
	border-bottom: 1px solid #ccc;
}
.prdsubwrap .prdsub .dep3 > li > a:after{
	content: "";
	position: absolute;
	right: 20px;
	top: 36px;
	width: 5px;
	height: 5px;
	border-top: 2px solid #373737;
	border-right: 2px solid #373737;
	transform: rotate(45deg);
}
.prdsubwrap .prdsub .dep3 > li > a:hover, 
.prdsubwrap .prdsub .dep3 > li.on > a{
	color: #f5b51e;
	border-bottom: 1px solid #f5b51e;
}
.prdsubwrap .prdsub .dep3 > li > a:hover:after,
.prdsubwrap .prdsub .dep3 > li.on > a:after{
	border-top: 2px solid #f5b51e;
	border-right: 2px solid #f5b51e;
}
.prdsubwrap .prdsub .dep3 > li .dep4{
	position: absolute;
	left: 100%;
	top: 0;
	width: 100%;
	display: none;
}
.prdsubwrap .prdsub .dep3 > li .dep4 ul{
	width: 100%;
	padding: 0 80px;
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
}
.prdsubwrap .prdsub .dep3 > li .dep4 ul li{
	width: calc((100% - 20px) / 2);
}
.prdsubwrap .prdsub .dep3 > li .dep4 ul li > a{
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 0 20px;
	font-size:var(--font-size-16);
	color: #373737;
	line-height: 80px;
	border-bottom: 1px solid #ccc;
}
.prdsubwrap .prdsub .dep3 > li .dep4 ul li > a:after{
	content: "";
	position: absolute;
	right: 20px;
	top: 36px;
	width: 5px;
	height: 5px;
	border-top: 2px solid #373737;
	border-right: 2px solid #373737;
	transform: rotate(45deg);
}
.prdsubwrap .prdsub .dep3 > li .dep4 ul li > a:hover{
	color: #f5b51e;
	border-bottom: 1px solid #f5b51e;
}
.prdsubwrap .prdsub .dep3 > li .dep4 ul li > a:hover:after{
	border-top: 2px solid #f5b51e;
	border-right: 2px solid #f5b51e;
}








.head .gnb{
	display: flex;
	align-items: center;
	position: absolute;
	right: 3%;
	top: 34px;
}
.head .gnb .language{
	position: relative;
	
}
.head .gnb .language > a{
	display: block;
	width: 31px;
	height: 31px;
	background: url(/images/common/lang_btn.png) no-repeat center / contain;
	transition: all 0.3s;
}
.head .gnb .language>.lang_list{
	display:none;
	position:absolute;left:50%;top:100%;z-index:1000;
	transform:translateX(-50%);margin-top:10px;
}
.head .gnb .language>.lang_list>li{margin-bottom:5px;}
.head .gnb .language>.lang_list>li>a{
	display:flex;align-items:center;justify-content:center;
	box-sizing:border-box;
	width:64px;height:32px;
	border:1px solid #fff;border-radius:16px;
	font-family:"Inter";font-size:var(--font-size-12);color:#fff;font-weight: 500;text-align:center;
	border:1px solid #000;color:#000;
	background: #fff;
}
.head .gnb .language>.lang_list>li>a:hover{
	background:#024ca0;border:1px solid #024ca0;color:#fff;
}

.head .gnb .btn_menu{
	display: block;
	margin-left: 40px;
	width: 28px;
	cursor: pointer;
	z-index: 5000;
}
.head .gnb .btn_menu > div{
	width: 100%;
	height: 3px;
	background: #fff;
	transition: all 0.3s;
}
.head .gnb .btn_menu > div + div{
	margin-top: 7px;
}
.head .gnb .btn_menu.open > div{
	background: #fff;
}
.head .gnb .btn_menu.open > div:nth-child(1){
	transform: rotate(45deg) translateY(8px);
}
.head .gnb .btn_menu.open > div:nth-child(3){
	transform: rotate(-45deg) translateY(-7px);
}
.head .gnb .btn_menu.open > div:nth-child(2){display: none;}


#header.on {background: #e9e9e9;}
#header.on .head h1 a{background: url(/images/common/logo2.png) no-repeat center / contain;}
#header.on .head .pcNav>ul>li>a{color: #000;}

#header.on .head .gnb .language > a{background: url(/images/common/lang_btn2.png) no-repeat center / contain;}
#header.on .head .gnb .btn_menu > div{background: #000;}

#header.scroll {background: #e9e9e9;}
#header.scroll .head h1 a{background: url(/images/common/logo2.png) no-repeat center / contain;}
#header.scroll .head .pcNav>ul>li>a{color: #000;}

#header.scroll .head .gnb .language > a{background: url(/images/common/lang_btn2.png) no-repeat center / contain;}
#header.scroll .head .gnb .btn_menu > div{background: #000;}



@media (max-width: 1399px){
	#header{height: 70px;}
	.head h1{top: 23px;}
	.head h1 a{width: 120px;}
	.head .gnb{top: 20px;}
	.head .pcNav{display: none;}
	.head .gnb .btn_menu{margin-left: 22px;}
}




/*allmenu*/
.allMenu{
	transform:scale(0);
	position:fixed;left:0;top:0;z-index:100;
	width:100%;height:100vh;
	background: url(/images/common/allmenu_logo.png) no-repeat right bottom #121212;
}
.allMenu.open{transform:scale(1);transition:transform 0s;}

.allMenu .innerwrap{display:flex;align-items:center;justify-content: center;position:relative;z-index:10;max-width:100%;width:100%;height:100%;}
.allMenu .innerwrap>ul{
	width:92%; padding: 0 60px;
	border-left: 1px solid rgba(255,255,255,0.3);
	border-right: 1px solid rgba(255,255,255,0.3);
}
.allMenu .innerwrap>ul>li{
	position: relative;
	display:flex;align-items:center;
	padding:30px 0;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.allMenu .innerwrap>ul>li:last-child{
	border: none;
}
.allMenu .innerwrap>ul>li>a{
	position: relative;
	font-family: "Poppins";
	font-size:var(--font-size-72);
	font-weight: 500;
	color: #fff;
	display: inline-block;
	transition: all 0.3s;
}
.allMenu .innerwrap>ul>li:hover>a{
	color: #f5b51e;
}
.allMenu .innerwrap>ul>li>a:after{
	content: "";
	position: absolute;
	right: -33px;
	top: 33px;
	width: 17px;
	height: 16px;
	background: url(/images/common/allmenu_arr.png) no-repeat center / contain;
	transition: all 0.3s;
}
.allMenu .innerwrap>ul>li:hover>a:after{
	background: url(/images/common/allmenu_arr2.png) no-repeat center / contain;
}
.allMenu .innerwrap>ul>li>ul{
	display:flex;
	gap: 100px;
	margin-left: 150px;
}
.allMenu .innerwrap>ul>li>ul>li{}
.allMenu .innerwrap>ul>li>ul>li>a{font-weight: 400;font-size:var(--font-size-20);color:#fff;transition: all 0.3s;}
.allMenu .innerwrap>ul>li>ul>li>a:hover{color:#f5b51e;}

/*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: var(--font-size-34); width: 210px;} */
	.allMenu .innerwrap>ul>li>ul{width: calc(100% - 210px); gap:3vw;
	margin-left: 100px;
	}
	.allMenu .innerwrap>ul>li>ul>li>a{/* font-size: var(--font-size-18); */}
}

@media (max-width: 812px){
	.allMenu .innerwrap>ul{padding: 0; border: none;}
	.allMenu .innerwrap>ul>li{flex-direction: column;padding: 10px 0;}
	.allMenu .innerwrap>ul>li>a{ width: 100%; font-size: 20px;}
	.allMenu .innerwrap>ul>li>ul{width: 100%; flex-direction: column; gap: 15px; margin-left: 0; margin-top: 20px;}
	/* .allMenu .innerwrap>ul>li>ul>li>a{font-size: var(--font-size-14);} */
	
	.allMenu .innerwrap>ul>li>ul>li>a:hover{color: rgba(0,0,0,0.7); font-weight: 400;}
	.allMenu .innerwrap>ul>li>a:after {
		right: 0px;
		top: 5px;
	}
}








#footer{
	background: #121212;
}
.foot{
	width: 94%;
	max-width: 1760px;
	margin: 0 auto;
	padding: 100px 0 50px;
}
.foot .conwrap{
	display: flex;
	margin: 70px 0 230px;
}
.foot .conwrap .depth{
	width: 50%;
}
.foot .conwrap .depth li + li{
	margin-top: 0;
}
.foot .conwrap .depth li a{
	font-family: "Poppins";
	font-size: var(--font-size-34);
	font-weight: 500;
	color: #878787;
}
.foot .conwrap .con{
	width: 50%;
	margin-top: 40px;
}
.foot .conwrap .con .tit{
	font-family: "Poppins";
	font-size: var(--font-size-72);
	font-weight: 500;
	color: rgba(255,255,255,0.87);
	border-bottom: 1px solid rgba(255,255,255,0.87);
	margin-bottom: 40px;
}
.foot .conwrap .con .infowrap{
	display: flex;
}
.foot .conwrap .con .infowrap .info{
	width: calc(100% - 160px);
}
.foot .conwrap .con .infowrap .info dl{
	display: flex;
}
.foot .conwrap .con .infowrap .info dl + dl{
	margin-top: 5px;
}
.foot .conwrap .con .infowrap .info dl dt{
	width: 170px;
	font-size: var(--font-size-18);
	color: #fff;
}
.foot .conwrap .con .infowrap .info dl dd{
	width: calc(100% - 170px);
	font-size: var(--font-size-18);
	color: rgba(255,255,255,0.6);
}
.foot .conwrap .con .infowrap .sns{
	width: 160px;
	display: flex;
	gap: 10px;
}
.foot .bot{
	display: flex;
	justify-content: space-between;
}
.foot .bot > *{
	font-size: var(--font-size-16);
	color: rgba(255,255,255,0.4);
}
.foot .bot .copy{
	font-family: "Poppins";
}


@media (max-width: 1399px){
	.foot .conwrap{
		flex-direction: column;
		margin: 40px 0;
	}
	.foot .conwrap .depth{
		width: 100%;
	}
	.foot .conwrap .con{
		width: 100%;
	}
	.foot .bot{
		flex-wrap: wrap;
		row-gap: 10px;
	}
	.foot .bot .copy{width: 100%;}
	.foot .bot a{width: fit-content}
	.foot .bot .num{width: 100%;}
}

@media (max-width: 812px){
	.foot .conwrap .con .infowrap{flex-direction: column; gap: 20px;}
	.foot .conwrap .con .infowrap .info dl dt{width: 70px;}
	.foot .conwrap .con .infowrap .info dl dd{width: calc(100% - 70px);}
}