@charset "utf-8";
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');
@import url('https://fonts.googleapis.com/css2?family=Wix+Madefor+Display:wght@400..800&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,i{
	color:#000;
	font-family:"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:#000;text-decoration:none;cursor:pointer}
a:hover{color:#000;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:"Wix Madefor Display";}




/*로딩 이미지*/
#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); }
}

/* 별처럼 반짝이기 */
.star-sparkle {
	animation: star-sparkle 5s infinite alternate;
}

@keyframes star-sparkle {
	0%, 100% {
		filter: brightness(1) drop-shadow(0 0 0 transparent);
	}
	25% {
		filter: brightness(1.5) drop-shadow(0 0 15px rgba(255, 255, 255, 0.9));
	}
	50% {
		filter: brightness(1) drop-shadow(0 0 0 transparent);
	}
	75% {
		filter: brightness(1.3) drop-shadow(0 0 10px rgba(255, 255, 255, 0.7));
	}
}


/**/
/* 반짝이 파티클 */
.sparkle-particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: white;
    border-radius: 50%;
    pointer-events: none;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
    z-index: 10;
}
@keyframes sparkleAnim {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    50% {
        opacity: 1;
        transform: scale(1.5);
    }
    100% {
        opacity: 0;
        transform: scale(0);
    }
}
.glow-particle {
    position: absolute;
    pointer-events: none;
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.8),
                 0 0 20px rgba(255, 255, 255, 0.6),
                 0 0 30px rgba(255, 255, 255, 0.4);
    z-index: 10;
}

@keyframes glowFloat {
    0% {
        opacity: 0;
        transform: scale(0) translateY(0);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: scale(1.5) translateY(-30px);
    }
}






/* header */
#header{position:fixed;left:0;top:0;z-index:1000;width:100%;height:120px;}
#header:after {
	display: block;
	content: "";
	width: 100%;
	height: 80px;
	background: #f8f8f8;
	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;
	display:flex;align-items:center;justify-content:center;
	width:90%;height:100%;
	margin:0 auto;
}
.head h1{overflow:hidden;position:relative;position:absolute;left:0;top:28px;z-index:101;}
.head h1 a{
	display:block;
	width:221px;height:56px;
	background:url(/images/common/logo1.png) no-repeat center / contain;
	text-indent:-9999px;
	transition:all 0.4s;
}
.head .pcNav{}
.head .pcNav>ul{display:flex;justify-content:center;}
.head .pcNav>ul>li{margin:0 50px;}
.head .pcNav>ul>li>a{
	font-size:19px;color:#fff;line-height:110px;
	font-weight: 500;
	transition: color 0.3s;
}
.head .pcNav>ul>li.on>a{
	color: #468A5B !important;
}
.head .pcNav>ul>li>.sub{
	display:none;
	position:absolute;left:50%;top:100%;
	width:100%; height: 80px;
	transform:translateX(-50%);
}
.head .pcNav>ul>li>.sub>ul{
	display:flex;
	justify-content:center;
	height: 80px;
}
.head .pcNav>ul>li>.sub>ul>li{
	position:relative;
	padding:0 60px;
	display: flex;
	align-items: center;
}
.head .pcNav>ul>li>.sub>ul>li:after{
	display:block;content:"";
	width:1px;height:14px;
	background:#ccc;
	position:absolute;right:0;top:50%; transform: translateY(-50%);
}
.head .pcNav>ul>li>.sub>ul>li:last-child:after{display:none;}
.head .pcNav>ul>li>.sub>ul>li>a{
	display:block;
	font-size:18px;
	font-weight: 500;
	color:#666;
}
.head .pcNav>ul>li>.sub>ul>li>a:hover{color:#468A5B;}



.head  .btnMenu{
	position:absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display:flex;justify-content:space-between;align-items:center;
	width:36px;height:28px;
	cursor:pointer;
	z-index: 1300;
}
.head  .btnMenu:before{
	display:block;content:"";
	position:absolute;left:50%;top:50%;
	transform:translate(-50%,-50%) scale(0);
	width:28px;height:28px;
	background:#d4d4d4;
	border-radius:50%;
	transition:all 0.6s;
}
.head  .btnMenu>div{
	position:relative;z-index:10;
	width:6px;height:6px;
	background:#fff;
	border-radius:50%;
	transition:all 0.6s;
}
.head  .btnMenu>div:nth-child(4){position:absolute;left:50%;top:50%;opacity:0;transform:translate(-50%,-50%);}
.head .btnMenu>div:nth-child(5){position:absolute;left:50%;top:50%;opacity:0;transform:translate(-50%,-50%);}

.head .btnMenu:hover>div:nth-child(1){transform:translateX(250%);}
.head .btnMenu:hover>div:nth-child(2){transform:scale(1.5);}
.head .btnMenu:hover>div:nth-child(3){transform:translateX(-250%);}
.head .btnMenu:hover:before{transform:translate(-50%,-50%) scale(1);animation:MenuAni 1s infinite alternate;}


.head .btnMenu.openMenu>div{background: #111 !important;}
.head .btnMenu.openMenu>div:nth-child(1){transform:translate(55%,-11px);}
.head .btnMenu.openMenu>div:nth-child(2){transform:scale(1);}
.head .btnMenu.openMenu>div:nth-child(3){transform:translate(-55%,-11px);}
.head .btnMenu.openMenu>div:nth-child(4){opacity:1;transform:translate(-250%,8px);}
.head .btnMenu.openMenu>div:nth-child(5){opacity:1;transform:translate(145%,8px)}
.head .btnMenu.openMenu:before{opacity:0;}


@keyframes MenuAni{
	0%{transform:translate(-50%,-50%) scale(1);}
	100%{transform:translate(-50%,-50%) scale(1.2);}
}




#header.on{background: #fff;}
#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 .btnMenu>div{background: #111;}

#header.scroll{background: #fff;}
#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 .btnMenu>div{background: #111;}




/**/
.bl .head h1 a{
	background:url(/images/common/logo2.png) no-repeat center / contain;
}
.bl .head .pcNav>ul>li>a{color:#000;}
.bl .head .btnMenu>div{background:#000;}


@media (max-width: 1399px){
	.head h1 a{width: 170px;}
	.head .pcNav{display: none;}
}

@media (max-width: 812px){
	#header{height: 90px;}
	.head h1{top: 15px;}
}



.allmenu{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background: #f8f7f8;
	padding: 30px;
	border-radius: 20px;
	z-index: 1200;
	display: none;
}
.allmenu .allmenuwrap{
	padding-top: 110px;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}
.allmenu .allmenuwrap > ul{
	display: flex;
	width: 100%;
	max-width: 1680px;
	height: 280px;
}
.allmenu .allmenuwrap > ul > li{
	width: 20%;
	padding: 0 5%;
	height: 100%;
	padding-top: 20px;
	border-left: 1px solid #ccc;
}
.allmenu .allmenuwrap > ul > li:last-child{
	border-right: 1px solid #ccc;
}
.allmenu .allmenuwrap > ul > li > a{
	font-size: 28px;
	font-weight: 600;
}
.allmenu .allmenuwrap > ul > li > ul{
	margin-top: 22px;
}
.allmenu .allmenuwrap > ul > li > ul > li + li{
	margin-top: 8px;
}
.allmenu .allmenuwrap > ul > li > ul > li > a{
	font-size: 18px;
	color: #666;
}
.allmenu .allmenuwrap > ul > li > ul > li > a:hover{
	color: #468A5B;
}
.allmenu .allmenuwrap .imgwrap{
	width: 100%;
	height: calc(50% - 40px);
	border-radius: 20px;
	background: url(/images/common/allmenu_img.jpg) no-repeat center / cover;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 80px;
}


@media (max-width: 1399px){
	.allmenu{border-radius: 0;}
	.allmenu .allmenuwrap{padding-top: 60px;}
	.allmenu .allmenuwrap > ul{flex-direction: column;height: unset;}
	.allmenu .allmenuwrap > ul > li{width: 100%;padding: 0;}
	.allmenu .allmenuwrap > ul > li:last-child{border-right: none;}
	.allmenu .allmenuwrap > ul > li > a{position: relative; display: inline-block; width: 100%; padding: 15px 4%;}
	.allmenu .allmenuwrap > ul > li > a:after {
		content: "";
		position: absolute;
		right: 4px;
		top: 25px;
		width: 7px;
		height: 7px;
		border-left: 2px solid #c4c4c4;
		border-bottom: 2px solid #c4c4c4;
		transform: rotate(-45deg);
		transform-origin: center center;
	}
	.allmenu .allmenuwrap > ul > li > a.on:after {
		border-left: 2px solid #468A5B;
		border-bottom: 2px solid #468A5B;
		transform: rotate(135deg);
	}
	.allmenu .allmenuwrap > ul > li > ul{padding: 0 4%; margin-top: 0;}
	.allmenu .allmenuwrap > ul > li > ul > li > a{font-size: 15px;}
	.allmenu .allmenuwrap .imgwrap{height: 300px; margin-top:0; margin-bottom: 100px;}
}

@media (max-width: 812px){
	.allmenu .allmenuwrap > ul > li > a{font-size: 20px;padding: 10px 4%;}
	.allmenu .allmenuwrap > ul > li > a:after{top: 19px;}
	.allmenu .allmenuwrap > ul > li > ul > li > a{font-size: 13px;}
	.allmenu .allmenuwrap .imgwrap{height: 140px;border-radius: 10px;}
	.allmenu .allmenuwrap .imgwrap img{width: 210px;}
}


/* footer */
#footer{}
.ftop{
	display:flex;align-items:center;justify-content:space-between;
	padding:0 5%;
}
.ftop .tit{font-size:17px;color:#444;font-weight:600;}
.ftop ul{display:flex;}
.ftop ul li{margin-left:5vw;}

.foot{
	display:flex;flex-wrap:wrap;justify-content:space-between;
	padding:55px 5% 65px;
	background:#111;
}
.foot h1{width:280px;}
.foot .contact{
	display:flex;flex-wrap:wrap;align-items:center;
	width:calc(100% - 280px - 482px);
}
.foot .contact .tit{width:100%;margin-bottom:10px;font-size:19px;color:#fff;}
.foot .contact dl{display:flex;gap:3px;margin-top:10px;}
.foot .contact dl:nth-child(2){width:100%;}
.foot .contact dl dt{font-size:16px;color:#fff;}
.foot .contact dl dd{font-size:16px;color:rgba(255,255,255,0.5);}
.foot .contact .bar{
	width:1px;height:12px;
	margin:9px 10px 0;
	background:#595959;
}
.foot .copy{width:482px;font-size:15px;color:rgba(255,255,255,0.5);text-align:right;line-height:1.7em;}


@media (max-width: 1399px){
	.foot{
		padding: 40px 4%;
		flex-direction: column;
		justify-content: normal;
	}
	.foot h1{width: 170px;}
	.foot .contact{width: 100%; margin: 30px 0;}
	.foot .contact .tit{font-size: 15px;}
	.foot .contact dl dt{font-size: 14px;}
	.foot .contact dl dd{font-size: 14px;}
	.foot .copy{width: 100%; text-align: left;font-size: 14px;}
}

@media (max-width: 812px){
	.ftop .tit{font-size: 10px;}
}




/* view more */
.btnMore{
	display:inline-block;
	font-family:"Wix Madefor Display";font-size:12px;color:#fff;color:#468a5b;font-weight:600;
}
.btnMore i{
	display:inline-block;
	/*
	width:13px;height:10px;
	background:url(/images/common/more_arr1.png) no-repeat;
	*/
	margin:0 0 0 10px;
	font-style:normal;color:#468a5b;
}
.btnMore.wh{color:#fff;}
.btnMore.wh i{color:#fff;}
.btnMore:hover{color:#468a5b;}





