@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/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&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: "Wix Madefor Display", 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%;}



/*로딩 이미지*/
#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;z-index:1000;width:100%; transition: all 0.3s;}

#header:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #ccc;
	opacity: 0;
}
#header.on:before{
	opacity: 1;
}
#header:after {
	display: block;
	content: "";
	width: 100%;
	height: 360px;
	background: url(/images/common/dep2_bg.png) no-repeat right 35px top 77px #fff;
	border-radius: 0 0 0 100px;
	position: absolute;
	left: 0;
	top: 100%;
	transform-origin: top;
	transform: scaleY(0);
	transition: all 0.4s;
	z-index: -1;
}
#header.on:after{
	transform: scaleY(1);
}
.head{
	position:relative;
	margin: 0 auto;
	width: 92%;
	max-width: 1640px;
	height:110px;
	text-align:center;
	/* transform: translateY(-100%); */
	/* opacity: 0; */
}
/* #header.show .head{
	animation-name: headerAni;
	animation-duration: 0.9s;
	animation-fill-mode:forwards;
	animation-timing-function: ease-in-out;
	z-index:10000;
}
@keyframes headerAni{
	0%{transform:translateY(-100%);opacity:0;}
	100%{transform:translateY(0);opacity:1;}
}

#header.show2 .head{
	animation-name: headerAni2;
	animation-duration: 0s;
	animation-fill-mode:forwards;
	animation-timing-function: ease-in-out;
	z-index:10000;
}
@keyframes headerAni2{
	0%{transform:translateY(0); opacity: 0;}
	100%{transform:translateY(0); opacity: 1;}
} */



.head h1{position:absolute;left:0;top:38px; z-index: 5000;}
.head h1 a{
	display:block;
	width:131px;height:29px;
	background:url(/images/common/logo.png) no-repeat center / contain;
}
.head .pcNav{}
.head .pcNav>ul{display:flex;justify-content:center;}
.head .pcNav>ul>li{
	padding:0 18px;
	position: relative;
	transition: all 0.3s;
}
.head .pcNav>ul>li>a{
	font-size:18px;color:#fff;line-height:110px;
	font-weight: 500;
}
.head .pcNav>ul>li.on>a{
	color: #c10b50 !important;
}
.head .pcNav>ul>li.on:after{
	content: "";
	position: absolute;
	left: 50%;
	top: 104px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	border: 3px solid #c10b50;
	
}
.head .pcNav>ul>li>.sub{
	display:none;
	position:absolute;left:50%;top:100%;
	width:100%;
	transform:translateX(-50%);
	padding-top: 35px;
}
.head .pcNav>ul>li>.sub>ul{
}
.head .pcNav>ul>li>.sub>ul>li{
	margin-bottom: 25px;
}
.head .pcNav>ul>li>.sub>ul>li:last-child{
	margin-bottom: 0;
}
.head .pcNav>ul>li>.sub>ul>li>a{
	font-size:17px;
	color:#000;
	white-space: nowrap;
}
.head .pcNav>ul>li>.sub>ul>li>a:hover{
	font-weight: 500;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.head .gnb{
	display: flex;
	align-items: center;
	position: absolute;
	right: 0;
	top: 39px;
}
.head .gnb .language{
	position: relative;
	
}
.head .gnb .language > a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 34px;
	border-radius: 34px;
	border: 1px solid #fff;
	transition: all 0.3s;
}
.head .gnb .language > a span{
	font-family: "Nunito Sans";
	font-size: 12px;
	font-weight: 500;
	color: #fff;
	transition: all 0.3s;
}
.head .gnb .language > a i{
	display: block;
	margin-left: 3px;
	width: 7px;
	height: 6px;
	background: url(/images/common/lang_arr.png) no-repeat center / contain;
	transition: all 0.3s;
}

.head .gnb .btn_menu{
	display: block;
	margin-left: 33px;
	width: 36px;
	cursor: pointer;
	z-index: 5000;
}
.head .gnb .btn_menu > div{
	width: 36px;
	height: 2px;
	background: #fff;
	transition: all 0.3s;
}
.head .gnb .btn_menu > div + div{
	margin-top: 5px;
}
.head .gnb .btn_menu > div:nth-child(2){
	width: 28px;
	margin-left: 8px;
}
.head .gnb .btn_menu.open > div{
	background: #000;
}
.head .gnb .btn_menu.open > div:nth-child(1){
	transform: rotate(45deg) translateY(5px);
}
.head .gnb .btn_menu.open > div:nth-child(3){
	transform: rotate(-45deg) translateY(-5px);
}
.head .gnb .btn_menu.open > div:nth-child(2){display: none;}


#header.on{background: #fff; border-bottom: 1px solid #ccc;}
#header.on .head .pcNav>ul>li{padding: 0 45px;}
#header.on .head .pcNav>ul>li>a{color: #000;}
#header.on .head .gnb .language > a{border: 1px solid #000;}
#header.on .head .gnb .language > a span{color: #000;}
#header.on .head .gnb .language > a i{background: url(/images/common/lang_arr2.png) no-repeat center / contain;}
#header.on .head .gnb .btn_menu > div{background: #000;}

.head .gnb .language.on > a{border: 1px solid #000;}
.head .gnb .language.on > a span{color: #000;}
.head .gnb .language.on > a i{background: url(/images/common/lang_arr2.png) no-repeat center / contain;}
.head .gnb .btn_menu.on > div{background: #000;}

#header.scroll{background: #fff;}
#header.scroll .head .pcNav>ul>li>a{color: #000;}
#header.scroll .head .gnb .language > a{border: 1px solid #000;}
#header.scroll .head .gnb .language > a span{color: #000;}
#header.scroll .head .gnb .language > a i{background: url(/images/common/lang_arr2.png) no-repeat center / contain;}
#header.scroll .head .gnb .btn_menu > div{background: #000;}


@media (max-width: 1599px){
	.head .pcNav{display: none;}
}

@media (max-width: 812px){
	#wrap{padding: 0;}
	.head{height: 80px;}
	.head h1{top: 28px;}
	.head h1 a{width: 132px; height: 24px;}
	.head .gnb{top: 28px;}
	.head .gnb .btn_menu{width: 28px; margin-left: 13px;}
	.head .gnb .btn_menu > div{width: 28px;}
	.head .gnb .btn_menu > div:nth-child(2){width: 22px;}
	.head .gnb .language > a{width: 55px; height: 28px;}
}




.allmenu{
	position:fixed;right:0;top:0;z-index:2000;
	width:100%;height:100vh;
	border-radius: 0 0 0 100px;
 background-color: rgba(255, 255, 255, 0.8); /* 흰색 배경에 약간 투명도 */
    backdrop-filter: blur(25px); /* 배경을 뿌옇게 만듦 */
	overflow: hidden;
	transform: translateY(-100%);
	transition: all 0.6s;
}
.allmenu.open{
	transform: translateY(0);
}
.allmenu .icon{
	position: absolute;
	right: 5%;
	bottom: -100px;
}
.allmenu  .allmenuwrap{
	display: flex;
	align-items: center;
	width: 92%;
	height: 100%;
	max-width: 1640px;
	margin: 0 auto;
}
.allmenu .allmenuwrap>ul{
	display:flex;
	flex-wrap:wrap;
	width:100%;
}
.allmenu .allmenuwrap>ul>li{
	width: 43%;
	margin-right: 7%;
	padding: 40px 0;
}
.allmenu .allmenuwrap>ul>li>a{
	display: inline-block;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 25px;
}
.allmenu .allmenuwrap>ul>li>ul{
}
.allmenu .allmenuwrap>ul>li>ul>li{
	display: inline-block;
	position: relative;
	margin-right: 60px;
	line-height: 3em;
}
.allmenu .allmenuwrap>ul>li>ul>li:after{
	content: "";
	position: absolute;
	right: -30px;
	top: 18px;
	width: 1px;
	height: 10px;
	background: #8f8e8f;
}
.allmenu .allmenuwrap>ul>li>ul>li:last-child:after{
	display: none;
}
.allmenu .allmenuwrap>ul>li>ul>li>a{
	font-size: 18px;
}

.allmenu .allmenuwrap>ul>li>a{opacity: 0; transform: translateY(-40px); }
.allmenu.open .allmenuwrap>ul>li>a{opacity: 1; transform: translateY(0); transition: all 1.6s 0.6s;}
.allmenu .allmenuwrap>ul>li>ul{opacity: 0; transform: translateY(-40px); }
.allmenu.open .allmenuwrap>ul>li>ul{opacity: 1; transform: translateY(0); transition: all 1.6s 0.6s;}


@media (max-width: 812px){
	.allmenu{border-radius: 0 0 0 50px;}
	.allmenu .allmenuwrap>ul>li{width: 100%; padding: 0; margin-right:0; margin-bottom: 10px;}
	.allmenu .allmenuwrap>ul>li>a{font-size: 20px; margin-bottom: 10px;}
	.allmenu .allmenuwrap>ul>li>ul{opacity: unset !important; transform: unset !important;transition: unset !important;}
	.allmenu .allmenuwrap>ul>li>ul>li{margin-right: 25px; line-height: 2em;}
	.allmenu .allmenuwrap>ul>li>ul>li:after{
		right: -13px;
		top: 10px;
	}
	.allmenu .allmenuwrap>ul>li>ul>li>a{font-size: 14px;}
}









#footer{
	position: relative;
	background: #222222;
}
#footer:before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 50%;
	height: 1px;
	background: #ccc;
}
#footer:after{
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 1px;
	height: 100%;
	background: #ccc;
}
.foot{
	display: flex;
	width: 92%;
	max-width: 1640px;
	margin: 0 auto;
}

.foot .left {
	display: flex;
	flex-direction: column;
	flex: 1;
	width: 50%;
	box-sizing: border-box;
}

.foot .left .top,
.foot .left .bottom{
	flex: 1;
	display: flex;
	width: 100%;
	height: 50px;
	padding: 30px 0;
	box-sizing: border-box;
}
.foot .left .top{
	align-items: flex-end;
}

.foot .left .bottom .copy{
	font-size: 17px;
	color: rgba(255,255,255,0.4);
}

.foot .right {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 50%;
	padding: 70px 0;
	box-sizing: border-box;
}
.foot .right dl{
	display: flex;
	width: calc(100% - 140px);
	margin: 0 70px;
	margin-bottom: 10px;
}
.foot .right dl:last-child{
	margin-bottom: 0;
}
.foot .right dl dt{
	width: 145px;
	font-size: 17px;
	font-weight: 700;
	color: rgba(255,255,255,0.7);
	line-height: 1.7em;
}
.foot .right dl dd{
	width: calc(100% - 145px);
	font-size: 17px;
	color: rgba(255,255,255,0.4);
	line-height: 1.7em;
}

/* 반응형 스타일 */
@media (max-width: 1399px) {
  #footer:after{
	display: none;
}
  #footer:before{
	display: none;
}
.foot{
    flex-direction: column; /* 세로로 배치 */
	padding: 30px 0;
  }

.foot .left{
	width: 100%;
}

.foot .top, .foot .bottom, .foot .right {
   padding: 0 !important;
  }

.foot .right {
	width: 100%;
	margin-top: 30px;
	padding-top: 30px !important;
	border-top: 1px solid #ccc;
  }
  .foot .right dl{
	width: 100%;
	margin: 0;
	margin-bottom: 10px;
  }

.foot .top {
  }

.foot .bottom {
  margin-top: 20px;
}

@media (max-width: 812px){
	.foot .left .bottom .copy{font-size: 14px;}
	.foot .right dl dt{font-size: 14px; width: 100px;}
	.foot .right dl dd{font-size: 14px; width: calc(100% - 100px);}
}



.mesh {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
  display: flex;
justify-content: center;
align-items: center;
z-index: 0;
}
.mesh-eight {
}

.bg-blur {
  border-radius: 9999px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  opacity: .5;
  filter: blur(90px);
}
.bg-shape1 {
  border-radius: 9999px;
  position: relative;
  width: 400px;
  height: 400px;
  animation: one 20s infinite;
}
.bg-shape2 {
  border-radius: 9999px;
  position: relative;
  width: 300px;
  height: 300px;
  animation: two 17s infinite;
}
/* @keyframes one {
  0% { left: 0px; top: 0px; }
  25% { left: -100px; top: 70px; }
  50% { left: 20px; top: 150px; }
  75% { left: 50px; top: 100px; }
  100% { left: 0px; top: 0px; }
} */
@keyframes one {
  0% { left: 0px; top: 0px; }
  10% { left: -100px; top: 70px; }
  20% { left: -170px; top: 90px; }
  30% { left: -250px; top: 110px; }
  40% { left: -350px; top: 70px; }
  50% { left: -280px; top: 40px; }
  60% { left: -220px; top: 0px; }
  70% { left: -160px; top: -50px; }
  80% { left: -120px; top: -80px; }
  90% { left: 0px; top: -40px; }
  100% { left: 0px; top: 0px; }
} 
/* @keyframes two {
  0% { left: 0px; top: 0px; }
  25% { left: 50px; top: 10px; }
  50% { left: 100px; top: 50px; }
  75% { left: 50px; top: 100px; }
  100% { left: 0px; top: 0px; }
} */
@keyframes two {
  0% { left: 0px; top: 0px; }
  10% { left: 50px; top: 70px; }
  20% { left: 100px; top: 140px; }
  30% { left: 150px; top: 70px; }
  40% { left: 200px; top: 0px; }
  50% { left: 250px; top: -70px; }
  60% { left: 200px; top: -140px; }
  70% { left: 150px; top: -210px; }
  80% { left: 100px; top: -140px; }
  90% { left: 50px; top: -70px; }
  100% { left: 0px; top: 0px; }
} 
.bg-teal {
  background: rgba(30, 0, 255,0.5);
}
.bg-purple {
  background: rgb(208 0 29 / 50%)
}