@charset "utf-8";

/* ========================================================
 * LAYOUT
======================================================== */
/* ****************** 공통클래스 ********************** */
.full-height{height:var(--full-height);}
/* Fullpage Layout */
.fullpage-html{overflow:hidden; height:100%;}
.fullpage-html #wrap{position:static;}
/* br tag */
.m-br{display:none;}
.display-m{display:none;}

:root{
	--main-color: #c6005e;
	--sub-color:#c6005e;
	--area-box-width: 1920px;
	--area-wrap-width: 1775px;
	--area-width: 1320px;
	--area-padding: 30px;
	--header-height:100px;
	--sub-visual-height: 91rem;
	--sub-menu-height: 69px;
	--full-height: 100vh;
	--transition-custom: all 0.4s ease-in-out;
	--transition-custom2: all 0.8s ease-in-out; /* data-scroll */
	--font-family1: 'S-CoreDream-5Medium', 'Pretendard', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
	--font-family2: 'S-CoreDream-6Bold', 'Pretendard', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
}

/* ****************** HEADER ********************** */
#header{
	/* position:relative;  */
	position: fixed;
	height:var(--header-height);
	top: 0;
	left: 0;
	/* transform:translateX(-50%); */
	width: 100%;
	z-index:9999;
	border-radius: 0;
	box-sizing:border-box;
}
.fullpage-html #header{
	position:fixed;
}
#headerInnerWrap{position:absolute; top:0px; left:0px; width:100%; height:var(--header-height); z-index:9999; transition:var(--transition-custom); transition-property:background-color;}
#headerInner{position:relative;display:flex;align-items:center;justify-content:space-between;height:var(--header-height);margin:0px auto;padding: 0 2.5%;background-color: rgb(255 255 255 / 0%);border-radius: 0;box-sizing:border-box;}
#headerInner:before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	backdrop-filter: blur(17px);
	-webkit-backdrop-filter: blur(17px);
	background: rgb(255 255 255 / 40%);
	border:0;
	transition:var(--transition-custom);
	opacity:0;
}
.sub-wrap #headerInner:after {
	    display: block;
	    position: absolute;
	    left: 50%;
	    top: 0;
	    width: 95%;
	    height: 100%;
	    transform:translateX(-50%);
	    content: "";
	    border-bottom:1px solid rgb(0,0,0,.1);
}
#header.gnb-open #headerInner {background-color:initial;}
#header .logo{position:relative;z-index:100;display:flex;align-items: center;gap: 20px;}
#header .logo a{position: relative;display: inline-flex;justify-content: center;align-items: center;/* padding-bottom: 10px; */}
#header .logo-p{display: inline-flex;}
#header .logo-t{display: block;}
#header .logo-t big{color:#000;font-weight: 700;font-size: 22px;line-height: 1;}
#header .logo-t small{color:#9b9ea4;font-weight:600;letter-spacing: .6px;font-size: 13px;line-height: 1;}
#header .logo svg,
#header .logo img{/* height: 50px; */max-width: 100%;transition:var(--transition-custom);}
#header .logo img.logo-c{display:none;}
#header .logo img.logo-w{display:inline-block;}
.cm-logo-svg{}
.cm-logo-svg .cls-1{fill:#009fe8;}
.cm-logo-svg .cls-2{fill:#036eb7;}
.cm-logo-svg .cls-3{fill:url(#linear-gradient);}
.cm-logo-svg .cls-4{fill:url(#linear-gradient-2);}
.cm-logo-svg .cls-5{/* fill:#211714; */ fill:#fff;}
.cm-logo-svg .cls-6{fill:#2ca6e0;}
.cm-logo-svg .cls-7{/* fill:#231815; */ fill:#fff;}

/* -------- Header :: UTIL BOX -------- */
.header-util-box{position:relative; z-index:100; display:flex; align-items:center;}

/* Header :: 검색버튼 */
.header-search-box{position:relative; float:left; margin-left:10px; z-index:101; }
.header-search-box i{font-size:22px;}
.header-search-open-btn{width:32px; height:32px; color:#333;  border:1px solid #333}
.header-search-inner{
	overflow:hidden; 
	position:absolute; 
	top:0px; right:0; 
	width:200px; 
	height:32px; 
	padding-right:65px; 
	box-sizing:border-box;
	border:1px solid #333;
	background-color:#fff;
	opacity:0;
	visibility:hidden;
	transition:var(--transition-custom);
}	
.header-search-inner .header-search-word{height:30px; width:100%; vertical-align:top; background-color:transparent; border:0; color:#333; font-size:13px; font-weight:300; text-indent:10px;}
.header-search-inner .header-search-word::placeholder{color:#333;}
.header-search-inner .header-search-btn{position:absolute; top:0px; right:32px; width:32px; height:32px;}
.header-search-inner .header-search-btn i{font-size:20px; line-height:32px;}
.header-search-inner .header-search-close-btn{position:absolute; top:0px; right:0px; width:32px; height:32px; background-color:#333; color:#fff; border:1px solid #333; }
.header-search-inner .header-search-close-btn i{color:#fff;}
/* 검색 open */
.header-search-box.open .header-search-inner{
	opacity:1.0;
	visibility:visible; 
	transition:visibility 0.5s, opacity 0.5s;
}
@media all and ( min-width: 801px ){
	.header-search-inner .header-search-inner{
		transform: translateX(10px);
		transition:all 0.2s;
	}
	.header-search-box.open .header-search-inner{
		transform: translateX(0);
	}
}

/* Header :: 언어선택 */
/* 언어선택 디자인 03*/
.header-lang03 {position:relative;z-index:100;margin-right: 30px;display: inline-flex;gap: 10px;}
.header-lang03 .lang-open-btn {
	/* overflow:hidden; */
	position:relative;
	line-height: 1;
	color: #fff;
	font-family: 'S-CoreDream-4Regular';
	font-weight: bold;
	text-align:center;
	letter-spacing: .5px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	display: inline-block;
	z-index: 12;
	opacity:.6;
}
.header-lang03 .lang-open-btn:before{content:""; opacity:0; display:inline-block; width:3px; height:3px; background:#fff; border-radius:50%; position:absolute; top:0px; left:50%; transform:translate(-50%, 0%); transition:.2s ease-out;}
.header-lang03 .lang-open-btn:hover,
.header-lang03 .lang-open-btn.on{color:#fff;opacity:1;}
.header-lang03 .lang-open-btn:hover:before,
.header-lang03 .lang-open-btn.on:before{opacity:1; top:-5px;}

.header-lang03 .lang-open-btn > span {font-size: 14px;position: relative;z-index: 11;}
.header-lang03 .lang-open-btn i {display:inline-block; position:relative; z-index:11; vertical-align: middle; font-size:2rem; color:#fff;}
.header-lang03.open .lang-open-btn i{color:#fff;}
.header-lang03 .lang-open-btn .arrow{position:absolute; top:0px; right:0px;}
.header-lang03 .lang-open-btn .arrow i{font-size:16px;}
.header-lang03 > ul {overflow:hidden; display:none; position:absolute; top:1.5rem; left:0; z-index:10; width:100%; text-align:center; /* background-color:#3b3b3b; */ background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(0.7rem) brightness(0.6); border-radius:0 0 1.5rem 1.5rem; padding:3rem 0 1rem;}
.header-lang03 > ul > li {/* margin: 1rem 0; */ padding: 0.8rem 0;}
.header-lang03 > ul > li > a{display:block; font-size:1.8rem; line-height: 1.1; color:#fff; }
/* .header-lang03 > ul > li > a:hover{background-color:#e62d3a } */

/* 250428 추가 시작 */
/*.header-lang03.on .lang-open-btn {}*/
.header-lang03 .lang-open-btn:hover {/* color:#000; */transition-delay:1.5s ease;}
/* 250428 추가 끝 */

/* 검색 */
.navSearch{}
.navSearch #hd_sch{background: #fff;/* height: 40px; */border-radius: 40px;/* padding: 10px; */}
.navSearch #hd_sch:hover #sch_stx {width: 200px;padding: 0 10px;}
.navSearch #hd_sch:hover #sch_submit {background: #fff; color : #2f3640;}
.navSearch #sch_submit {color: #000; float: right; width: 40px; height: 40px; font-size: 20px; border-radius: 50%; background: #e5e5e5; display: flex; justify-content: center; align-items: center; transition: 0.4s; border: 0;}
.navSearch #sch_stx{border:none;background: none;outline:none;float:left;padding: 0;color: #000;font-size: 16px;transition: 0.4s;line-height: 40px;width: 0px;}

/* Header :: 사이트맵버튼 */
.sitemap-line-btn{cursor:pointer;width: 110px;height: 44px;border-radius: 50px;display:flex;justify-content: center;marg;box-sizing: border-box;background-color: transparent;align-items: center;line-height: inherit;border: 2px solid rgb(255, 255, 255, .3);transition: .3s;gap: 10px;margin-left: 10px;}
.sitemap-line-btn .h-txt{line-height: 1; display: inline-block; color: #fff; font-size: 13px; transition: .3s;}
.sitemap-line-btn .line{display:block;width:20px;height:1px;background-color: #ffffff;margin: 2px auto;transition: all .2s ease-in-out;}
.sitemap-line-btn .line:nth-child(2){opacity: 0;}
.sitemap-line-btn:hover .line{}
/* active */
.sitemap-line-btn.active{position:relative; z-index:100000;}
.sitemap-line-btn.active .line{margin: 1px auto; width: 20px;}
.sitemap-line-btn.active .line:nth-child(2){opacity: 0;}
.sitemap-line-btn.active .line:nth-child(1){transform: translateY(2px) rotate(45deg);background: #fff;}
.sitemap-line-btn.active .line:nth-child(3){transform: translateY(-2px) rotate(-45deg);background: #fff;}

.sitemap-line-btn:hover{background:#fff; border-color:#fff;}
.sitemap-line-btn:hover .h-txt{color:#000;}
.sitemap-line-btn:hover .line{background:#000;}
.sitemap-line-btn.active:hover .line:nth-child(1){background: #000;}
.sitemap-line-btn.active:hover .line:nth-child(3){background: #000;}

#header.sitemap-open #headerInner {background-color: initial; border:0;}
#header.sitemap-open #headerInner:before {opacity: 0;}
#header.sitemap-open .header-lang03 .lang-open-btn {opacity: 0; visibility:hidden;}

/* -------- Header :: GNB(PC) -------- */
.gnb-overlay-bg{position:fixed;top:0;left:0;width:100%;height:100%;visibility:hidden;opacity:0;/* background: rgb(255 255 255 / 50%); */z-index:9997;transition:var(--transition-custom);}	/* gnb overlay BG */
.gnb-overlay-bg.open{visibility:visible; opacity:1.0;}
#gnb{position:absolute; text-align:center; top:0; left:0px; width:100%; height: 100%; z-index:99; /* border:1px solid rgba(255,255,255,0.17); */ box-sizing:border-box; border-radius:46px;}
/* #gnb:before {display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 46px;
    backdrop-filter: blur(5px);
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0; transition:var(--transition-custom);} */
#gnb > ul{display:inline-block;margin-left: 10%;}
#gnb > ul > li{position:relative; float:left; word-break:keep-all;}
#gnb > ul > li > a{
	position:relative;
	z-index:100;
	display:block;
	line-height:var(--header-height);
	font-family: 'S-CoreDream-5Medium';
	padding: 0 60px;
	text-align:center;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 0;
	transition:var(--transition-custom);
}
#gnb > ul > li > a:hover,
#gnb > ul > li > a:focus,
#gnb > ul > li.on > a{/* color:var(--main-color); */}

/* GNB :: 2차 전체메뉴 */
#gnbBg{
	overflow:hidden;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:0;
	background: rgb(255 255 255 / 95%);
	z-index:98;
	opacity:0;
	transition:height 0.3s ease-in-out, opacity 0.2s ease-in-out;
	backdrop-filter: blur(10px);
	border-radius: 0;
	box-shadow: 0px 20px 20px 0 rgb(0 0 0 / 1%);
}
#gnbBg:after{position:absolute;top:var(--header-height);width:100%;left:0;height:1px;background-color: rgb(0 0 0 / 10%);content:"";}
#gnb.total-menu > ul > li .gnb-2dep{
	position:absolute; 
	top:var(--header-height); 
	left:0px; 
	z-index:99;
	width:100%; 
	text-align:left; 	
	opacity:0;filter:Alpha(opacity=0);
	height:0;
    transition: all 0.2s 0s;
	transition-delay: 0s;
	visibility:hidden;
}
#gnb.total-menu > ul > li .gnb-2dep:before {
	content:"";
	position:absolute;
	left:0;
	top:0px;
	width:0;
	left:50%;
	height:2px;
	background-color: #c6005e;
	transition:var(--transition-custom);
}
#gnb.total-menu > ul > li:hover .gnb-2dep:before {width:100%; left:0;}
#gnb.total-menu > ul > li .gnb-2dep ul{padding:13px 0px;}
#gnb.total-menu > ul > li .gnb-2dep ul li{position:relative; margin-top: 0.3rem;}
#gnb.total-menu > ul > li .gnb-2dep ul li a{display:block;padding: 7px 5px;color: #444;font-size: 17px;letter-spacing:0;font-family: 'S-CoreDream-5Medium';line-height:1.3;font-weight: normal;transition:var(--transition-custom);text-align:center;}
#gnb.total-menu > ul > li .gnb-2dep ul li a span {position: relative;}
#gnb.total-menu > ul > li .gnb-2dep ul li a span:after {display: block; content:""; position:absolute; bottom: -0.5rem; left: 50%; transform:translateX(-50%); background: var(--sub-color); height: 2px; width: 0; transition:var(--transition-custom);}
#gnb.total-menu > ul > li .gnb-2dep ul li a:hover{color:var(--sub-color);}
#gnb.total-menu > ul > li .gnb-2dep ul li a:hover span:after {width: 100%;}

/* GNB :: 2차메뉴 Over (높이변경) */
#gnb.open:before {opacity: 0;}
#gnb.open #gnbBg{height: 430px;opacity:1.0;filter:Alpha(opacity=100);}
#gnb.open > ul > li .gnb-2dep{
	height:270px; opacity:1.0;filter:Alpha(opacity=100);
	visibility:visible;
    transition: height 0.5s ease-in-out, opacity 0.5s ease-in-out 0.2s;
}

/* GNB :: 2차 각각메뉴 */
#gnb.each-menu > ul > li .gnb-2dep{
	/* display:none; */
	position:absolute; 
	top:calc(var(--header-height) - 20px); 
	left:0px; 
	z-index:99;
	width:100%; 
	text-align:left; 
	visibility:hidden;
	opacity:0;filter:Alpha(opacity=0);
	transition:all 0.2s cubic-bezier(0.4, 0, 1, 1);
}
#gnb.each-menu > ul > li .gnb-2dep:before{
	content:""; 
	position:absolute; top:0px; left:0px; right:0px; 
	height:0; 
	background-color:var(--main-color); 
	transition:all 0.2s cubic-bezier(0.4, 0, 1, 1);
}
#gnb.each-menu > ul > li .gnb-2dep ul{padding:15px 0px;}
#gnb.each-menu > ul > li .gnb-2dep ul li{position:relative; padding:8px 10px; opacity:0; transition:all 0s 0s; }
#gnb.each-menu > ul > li .gnb-2dep ul li a{display:block; color:#fff; font-size:14px; font-weight:400; text-align:center; line-height:1.4; opacity:0.9;}
#gnb.each-menu > ul > li .gnb-2dep ul li a:hover{opacity:1.0;}
/* over했을때 */
#gnb.each-menu > ul > li .gnb-2dep.open{visibility:visible; opacity:1.0;}
#gnb.each-menu > ul > li .gnb-2dep.open:before{height:100%;}
#gnb > ul > li .gnb-2dep.open ul li{opacity:1.0; transition:var(--transition-custom2);}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(1){transition-delay:0.1s;}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(2){transition-delay:0.2s;}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(3){transition-delay:0.3s;}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(4){transition-delay:0.4s;}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(5){transition-delay:0.5s;}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(6){transition-delay:0.6s;}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(7){transition-delay:0.7s;}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(8){transition-delay:0.8s;}

#gnb.on > ul > li > a{color:#222;}
#header.gnb-open .logo img.logo-c{display:inline-block;}
#header.gnb-open .logo img.logo-w{display:none;}
#header.gnb-open .header-lang03 .lang-open-btn {color: #000;/* opacity:1; */}
#header.gnb-open .sitemap-line-btn{border-color: rgb(0, 0, 0, 0.1);}
#header.gnb-open .sitemap-line-btn .h-txt{color: #000;}
#header.gnb-open .sitemap-line-btn .line{background-color: #000;}
#header.sitemap-open .logo img.logo-c{display:none;}
#header.sitemap-open .logo img.logo-w{display:inline-block;}

/* 섹션별 네비 색상 */
/* 서브일때 */
.sub-hd #headerInner{box-shadow:0 0 20px rgba(98,97,108,0.2); background-color: rgb(255 255 255 / 30%);}
.sub-hd #headerInner:before{opacity:1;}
#header.sub-hd  .logo img.logo-c{display:inline-block;}
#header.sub-hd .logo img.logo-w{display:none;}
#header.sub-hd.sitemap-open .logo img.logo-c{display:none;}
#header.sub-hd.sitemap-open .logo img.logo-w{display:inline-block;}
.sub-hd #gnb > ul > li > a{color:#222;}
.sub-hd #gnb > ul > li > a:hover{color:#d74274;}
.sub-hd .header-lang03 .lang-open-btn {color: #000;}
.sub-hd .header-lang03 .lang-open-btn:before{background: #c8005f;}
.sub-hd .header-lang03 .lang-open-btn:hover,
.sub-hd .header-lang03 .lang-open-btn.on{color:#000;opacity:1;}
.sub-hd .sitemap-line-btn{border-color: rgb(0, 0, 0, 0.1);}
.sub-hd .sitemap-line-btn .h-txt{color: #000;}
.sub-hd .sitemap-line-btn .line{background-color: #000;}
.sub-hd .sitemap-line-btn.active .line:nth-child(1){transform: translateY(2px) rotate(45deg);background: #fff;}
.sub-hd .sitemap-line-btn.active .line:nth-child(3){transform: translateY(-2px) rotate(-45deg);background: #fff;}
.sub-hd .sitemap-line-btn:hover{background:#333; border-color:#333;}
.sub-hd .sitemap-line-btn:hover .h-txt{color:#fff;}
.sub-hd .sitemap-line-btn:hover .line{background:#fff;}
.sub-hd .sitemap-line-btn.active{border-color:rgb(255,255,255,.1);}
.sub-hd .sitemap-line-btn.active .h-txt{color:#fff;}
.sub-hd .sitemap-line-btn.active:hover{background:#fff;}
.sub-hd .sitemap-line-btn.active:hover .h-txt{color:#000;}
.sub-hd .sitemap-line-btn.active:hover .line:nth-child(1){background: #000;}
.sub-hd .sitemap-line-btn.active:hover .line:nth-child(3){background: #000;}


/* 교육목표 */
.fp-viewing-Curriculum #headerInner{box-shadow:0 0 20px rgba(98,97,108,0.2); background-color: rgb(255 255 255 / 30%);}
.fp-viewing-Curriculum #headerInner:before{opacity:1;}
.fp-viewing-Curriculum #header .logo img.logo-c{display:inline-block;}
.fp-viewing-Curriculum #header .logo img.logo-w{display:none;}
.fp-viewing-Curriculum #header.sitemap-open .logo img.logo-c{display:none;}
.fp-viewing-Curriculum #header.sitemap-open .logo img.logo-w{display:inline-block;}
.fp-viewing-Curriculum #gnb > ul > li > a{color:#222;}
.fp-viewing-Curriculum #gnb > ul > li > a:hover{color:#d74274;}
.fp-viewing-Curriculum .header-lang03 .lang-open-btn {color: #000;}
.fp-viewing-Curriculum .header-lang03 .lang-open-btn:before{background: #c8005f;}
.fp-viewing-Curriculum .header-lang03 .lang-open-btn:hover,
.fp-viewing-Curriculum .header-lang03 .lang-open-btn.on{color:#000;opacity:1;}
.fp-viewing-Curriculum .sitemap-line-btn{border-color: rgb(0, 0, 0, 0.1);}
.fp-viewing-Curriculum .sitemap-line-btn .h-txt{color: #000;}
.fp-viewing-Curriculum .sitemap-line-btn .line{background-color: #000;}
.fp-viewing-Curriculum .sitemap-line-btn.active .line:nth-child(1){transform: translateY(2px) rotate(45deg);background: #fff;}
.fp-viewing-Curriculum .sitemap-line-btn.active .line:nth-child(3){transform: translateY(-2px) rotate(-45deg);background: #fff;}
.fp-viewing-Curriculum .sitemap-line-btn:hover{background:#333; border-color:#333;}
.fp-viewing-Curriculum .sitemap-line-btn:hover .h-txt{color:#fff;}
.fp-viewing-Curriculum .sitemap-line-btn:hover .line{background:#fff;}
.fp-viewing-Curriculum .sitemap-line-btn.active{border-color:rgb(255,255,255,.1);}
.fp-viewing-Curriculum .sitemap-line-btn.active .h-txt{color:#fff;}
.fp-viewing-Curriculum .sitemap-line-btn.active:hover{background:#fff;}
.fp-viewing-Curriculum .sitemap-line-btn.active:hover .h-txt{color:#000;}
.fp-viewing-Curriculum .sitemap-line-btn.active:hover .line:nth-child(1){background: #000;}
.fp-viewing-Curriculum .sitemap-line-btn.active:hover .line:nth-child(3){background: #000;}

/* 연구실 */
.fp-viewing-Lab #headerInner{box-shadow:0 0 20px rgba(98,97,108,0.2); background-color: rgb(255 255 255 / 30%);}
.fp-viewing-Lab #headerInner:before{opacity:1;}
.fp-viewing-Lab #header .logo img.logo-c{display:inline-block;}
.fp-viewing-Lab #header .logo img.logo-w{display:none;}
.fp-viewing-Lab #header.sitemap-open .logo img.logo-c{display:none;}
.fp-viewing-Lab #header.sitemap-open .logo img.logo-w{display:inline-block;}
.fp-viewing-Lab #gnb > ul > li > a{color:#222;}
.fp-viewing-Lab #gnb > ul > li > a:hover{color:#d74274;}
.fp-viewing-Lab .header-lang03 .lang-open-btn {color: #000;}
.fp-viewing-Lab .header-lang03 .lang-open-btn:before{background: #c8005f;}
.fp-viewing-Lab .header-lang03 .lang-open-btn:hover,
.fp-viewing-Lab .header-lang03 .lang-open-btn.on{color:#000;opacity:1;}
.fp-viewing-Lab .sitemap-line-btn{border-color: rgb(0, 0, 0, 0.1);}
.fp-viewing-Lab .sitemap-line-btn .h-txt{color: #000;}
.fp-viewing-Lab .sitemap-line-btn .line{background-color: #000;}
.fp-viewing-Lab .sitemap-line-btn.active .line:nth-child(1){transform: translateY(2px) rotate(45deg);background: #fff;}
.fp-viewing-Lab .sitemap-line-btn.active .line:nth-child(3){transform: translateY(-2px) rotate(-45deg);background: #fff;}
.fp-viewing-Lab .sitemap-line-btn:hover{background:#333; border-color:#333;}
.fp-viewing-Lab .sitemap-line-btn:hover .h-txt{color:#fff;}
.fp-viewing-Lab .sitemap-line-btn:hover .line{background:#fff;}
.fp-viewing-Lab .sitemap-line-btn.active{border-color:rgb(255,255,255,.1);}
.fp-viewing-Lab .sitemap-line-btn.active .h-txt{color:#fff;}
.fp-viewing-Lab .sitemap-line-btn.active:hover{background:#fff;}
.fp-viewing-Lab .sitemap-line-btn.active:hover .h-txt{color:#000;}
.fp-viewing-Lab .sitemap-line-btn.active:hover .line:nth-child(1){background: #000;}
.fp-viewing-Lab .sitemap-line-btn.active:hover .line:nth-child(3){background: #000;}

/* 보드존 */
.fp-viewing-Board #headerInner{box-shadow:0 0 20px rgba(98,97,108,0.2); background-color: rgb(255 255 255 / 30%);}
.fp-viewing-Board #headerInner:before{opacity:1;}
.fp-viewing-Board #header .logo img.logo-c{display:inline-block;}
.fp-viewing-Board #header .logo img.logo-w{display:none;}
.fp-viewing-Board #header.sitemap-open .logo img.logo-c{display:none;}
.fp-viewing-Board #header.sitemap-open .logo img.logo-w{display:inline-block;}
.fp-viewing-Board #gnb > ul > li > a{color:#222;}
.fp-viewing-Board #gnb > ul > li > a:hover{color:#d74274;}
.fp-viewing-Board .header-lang03 .lang-open-btn {color: #000;}
.fp-viewing-Board .header-lang03 .lang-open-btn:before{background: #c8005f;}
.fp-viewing-Board .header-lang03 .lang-open-btn:hover,
.fp-viewing-Board .header-lang03 .lang-open-btn.on{color:#000;opacity:1;}
.fp-viewing-Board .sitemap-line-btn{border-color: rgb(0, 0, 0, 0.1);}
.fp-viewing-Board .sitemap-line-btn .h-txt{color: #000;}
.fp-viewing-Board .sitemap-line-btn .line{background-color: #000;}
.fp-viewing-Board .sitemap-line-btn.active .line:nth-child(1){transform: translateY(2px) rotate(45deg);background: #fff;}
.fp-viewing-Board .sitemap-line-btn.active .line:nth-child(3){transform: translateY(-2px) rotate(-45deg);background: #fff;}
.fp-viewing-Board .sitemap-line-btn:hover{background:#333; border-color:#333;}
.fp-viewing-Board .sitemap-line-btn:hover .h-txt{color:#fff;}
.fp-viewing-Board .sitemap-line-btn:hover .line{background:#fff;}
.fp-viewing-Board .sitemap-line-btn.active{border-color:rgb(255,255,255,.1);}
.fp-viewing-Board .sitemap-line-btn.active .h-txt{color:#fff;}
.fp-viewing-Board .sitemap-line-btn.active:hover{background:#fff;}
.fp-viewing-Board .sitemap-line-btn.active:hover .h-txt{color:#000;}
.fp-viewing-Board .sitemap-line-btn.active:hover .line:nth-child(1){background: #000;}
.fp-viewing-Board .sitemap-line-btn.active:hover .line:nth-child(3){background: #000;}

/* 갤러리 */
.fp-viewing-Gallery #headerInner{box-shadow:0 0 20px rgba(98,97,108,0.2); background-color: rgb(255 255 255 / 30%);}
.fp-viewing-Gallery #headerInner:before{opacity:1;}
.fp-viewing-Gallery #header .logo img.logo-c{display:inline-block;}
.fp-viewing-Gallery #header .logo img.logo-w{display:none;}
.fp-viewing-Gallery #header.sitemap-open .logo img.logo-c{display:none;}
.fp-viewing-Gallery #header.sitemap-open .logo img.logo-w{display:inline-block;}
.fp-viewing-Gallery #gnb > ul > li > a{color:#222;}
.fp-viewing-Gallery #gnb > ul > li > a:hover{color:#d74274;}
.fp-viewing-Gallery .header-lang03 .lang-open-btn {color: #000;}
.fp-viewing-Gallery .header-lang03 .lang-open-btn:before{background: #c8005f;}
.fp-viewing-Gallery .header-lang03 .lang-open-btn:hover,
.fp-viewing-Gallery .header-lang03 .lang-open-btn.on{color:#000;opacity:1;}
.fp-viewing-Gallery .sitemap-line-btn{border-color: rgb(0, 0, 0, 0.1);}
.fp-viewing-Gallery .sitemap-line-btn .h-txt{color: #000;}
.fp-viewing-Gallery .sitemap-line-btn .line{background-color: #000;}
.fp-viewing-Gallery .sitemap-line-btn.active .line:nth-child(1){transform: translateY(2px) rotate(45deg);background: #fff;}
.fp-viewing-Gallery .sitemap-line-btn.active .line:nth-child(3){transform: translateY(-2px) rotate(-45deg);background: #fff;}
.fp-viewing-Gallery .sitemap-line-btn:hover{background:#333; border-color:#333;}
.fp-viewing-Gallery .sitemap-line-btn:hover .h-txt{color:#fff;}
.fp-viewing-Gallery .sitemap-line-btn:hover .line{background:#fff;}
.fp-viewing-Gallery .sitemap-line-btn.active{border-color:rgb(255,255,255,.1);}
.fp-viewing-Gallery .sitemap-line-btn.active .h-txt{color:#fff;}
.fp-viewing-Gallery .sitemap-line-btn.active:hover{background:#fff;}
.fp-viewing-Gallery .sitemap-line-btn.active:hover .h-txt{color:#000;}
.fp-viewing-Gallery .sitemap-line-btn.active:hover .line:nth-child(1){background: #000;}
.fp-viewing-Gallery .sitemap-line-btn.active:hover .line:nth-child(3){background: #000;}

/* 하단 */
.fp-viewing-Footer #headerInner{box-shadow:0 0 20px rgba(98,97,108,0.2); background-color: rgb(255 255 255 / 30%);}
.fp-viewing-Footer #headerInner:before{opacity:1;}
.fp-viewing-Footer #header .logo img.logo-c{display:inline-block;}
.fp-viewing-Footer #header .logo img.logo-w{display:none;}
.fp-viewing-Footer #header.sitemap-open .logo img.logo-c{display:none;}
.fp-viewing-Footer #header.sitemap-open .logo img.logo-w{display:inline-block;}
.fp-viewing-Footer #gnb > ul > li > a{color:#222;}
.fp-viewing-Footer #gnb > ul > li > a:hover{color:#d74274;}
.fp-viewing-Footer .header-lang03 .lang-open-btn {color: #000;}
.fp-viewing-Footer .header-lang03 .lang-open-btn:before{background: #c8005f;}
.fp-viewing-Footer .header-lang03 .lang-open-btn:hover,
.fp-viewing-Footer .header-lang03 .lang-open-btn.on{color:#000;opacity:1;}
.fp-viewing-Footer .sitemap-line-btn{border-color: rgb(0, 0, 0, 0.1);}
.fp-viewing-Footer .sitemap-line-btn .h-txt{color: #000;}
.fp-viewing-Footer .sitemap-line-btn .line{background-color: #000;}
.fp-viewing-Footer .sitemap-line-btn.active .line:nth-child(1){transform: translateY(2px) rotate(45deg);background: #fff;}
.fp-viewing-Footer .sitemap-line-btn.active .line:nth-child(3){transform: translateY(-2px) rotate(-45deg);background: #fff;}
.fp-viewing-Footer .sitemap-line-btn:hover{background:#333; border-color:#333;}
.fp-viewing-Footer .sitemap-line-btn:hover .h-txt{color:#fff;}
.fp-viewing-Footer .sitemap-line-btn:hover .line{background:#fff;}
.fp-viewing-Footer .sitemap-line-btn.active{border-color:rgb(255,255,255,.1);}
.fp-viewing-Footer .sitemap-line-btn.active .h-txt{color:#fff;}
.fp-viewing-Footer .sitemap-line-btn.active:hover{background:#fff;}
.fp-viewing-Footer .sitemap-line-btn.active:hover .h-txt{color:#000;}
.fp-viewing-Footer .sitemap-line-btn.active:hover .line:nth-child(1){background: #000;}
.fp-viewing-Footer .sitemap-line-btn.active:hover .line:nth-child(3){background: #000;}

/* -------- Header :: GNB(Mobile) -------- */
.nav-open-btn{display:none;}
#gnbM{display:none}

/* SUB LAYOUT :: 모바일메뉴(공통)  */
#topMenuM{display:none;}

.en #gnb > ul > li > a{padding: 0 40px;}

@charset "utf-8";

/* ========================================================
 * SETTING
======================================================== */
@media all and (max-width:1280px){
	:root{
		--header-height: 80px;
	}
}
@media all and (max-width:800px){
	:root{
		--area-padding: 5vw;
		--sub-visual-height: 42rem;
		--sub-menu-height: 69px;
	}
}
@media all and ( max-width: 480px ){
	:root{
		/* --header-height: 60px; */
		/* --sub-menu-height: 45px; */
	}
}


/* ========================================================
 * LAYOUT
======================================================== */
/* ****************** 공통클래스 ********************** */
@media all and (max-width:1380px){ 
	.area{padding:0 var(--area-padding); max-width:none;}
	.m-br{display:block;}
	.pc-br{display:none;}
	.display-m{display:block;}
	.display-pc{display:none;}
}

/* 기존 규칙에 font-size만 변수로 변경 */
@media (min-width:1540px){
  #gnb > ul > li > a{
    position:relative;
    z-index:100;
    display:block;
    line-height:var(--header-height);
    font-family:'S-CoreDream-5Medium';
    padding:0 30px;
    text-align:center;
    color:#fff;
    font-size:var(--gnb-font, 20px); /* <- 여기만 변수로 */
    font-weight:normal;
    letter-spacing:0;
    transition:var(--transition-custom);
  }
}

/* ****************** HEADER ********************** */
@media (max-width: 1520px){
	#header .logo-p{width:200px;}
	#header .logo-t{width:170px;}
	#gnb > ul > li > a {padding: 0 30px; font-size: 17px;}
	#gnb.total-menu > ul > li .gnb-2dep ul li a{font-size:15px;}	
}
@media all and ( max-width: 1280px ){
	.fullpage-html #header{position:relative;}
	#header {width: 100%;}
	#headerInnerWrap{position:fixed;z-index:99;}
	#headerInner {padding: 0 4%;width: 100%;}
	/* #header.top-fixed #headerInnerWrap{background-color:#fff; border-bottom:1px solid #eee;} */
	
	/* -------- Header :: UTIL BOX -------- */
	.header-util-box{/* padding-right:50px; */}
	/* Header :: 사이트맵 버튼 */
	.sitemap-line-btn, .sitemap-custom-btn{/* display:none; */}

	/* -------- Header :: GNB(Pc) -------- */
	#gnb{display:none;}
	.gnb-overlay-bg{display:none}

	/* -------- Header :: GNB(Mobile/기본스타일) -------- */
	.gnb-overlay-bg-m{display:none; position:fixed; top:-6.8rem; left:0; width:100%; height: 200vh; background:rgba(0,0,0,0.5); z-index:9998;}	
	#gnbM{ 
		display:block; 
		position:fixed; 
		top:-6.8rem; 
		right:-82%;
		width:80%; 
		height:200vh;  
		max-width:320px; 
		background-color:#fff; 
		z-index:9999; 
		transition:var(--transition-custom);   
		visibility:hidden;
	}
	#gnbM.open{right: 0;visibility:visible;}
	/* GNB Mobile :: 레이아웃 */
	.gnb-navigation-wrapper{position:relative; height:100%; box-sizing:border-box; padding-top:var(--header-height); overflow-y:auto;}
	.header-util-menu-box {background-color: #fff; padding-top: 6.8rem;}
	.header-util-menu-box + .gnb-navigation-wrapper{padding-top:0; height:calc(100% - var(--header-height)); background-color: #fff;}
	
	/* GNB Mobile :: 메뉴영역 :: 1차 */
	#navigation > li{border-bottom:1px solid #e7e7e7;}
	#navigation > li:first-child{border-top:1px solid #e7e7e7}
	#navigation > li > a {position:relative; display:block; padding:15px var(--area-padding); color:#333; font-size:17px; font-weight:500; }
	#navigation > li.active > a{color:var(--main-color);}
	#navigation > li.has-2dep > a:before{font-family: 'remixicon' !important; content: "\ea13"; position:absolute; top:50%; right:var(--area-padding); font-size:1.3em; transform:translateY(-50%);}
	#navigation > li.has-2dep.active > a:before{content: "\f1af";}
	/* GNB Mobile ::  메뉴영역 :: 2차 */
	#navigation > li .gnb-2dep{display:none; padding:15px 0; background-color:#f2f2f2; }
	#navigation > li .gnb-2dep > ul > li{height:auto !important;}
	#navigation > li .gnb-2dep > ul > li > a{display:block;color:#888;font-size: 15px;padding: 7px var(--area-padding);}
	#navigation > li .gnb-2dep > ul > li.on > a{color:#000; font-weight:500;}
	/* GNB Mobile :: 메뉴영역 ::  3차 */
	#navigation > li .gnb-2dep > ul > li > .gnb-3dep{display:none; padding:10px; background-color:#aaa; margin:0 10px}
	#navigation > li .gnb-2dep > ul > li > .gnb-3dep > li > a{display:block; padding:8px 0; font-size:13px; color:#fff;}
	#navigation > li .gnb-2dep > ul > li > .gnb-3dep > li > a:before{display:inline-block; content:"-"; margin-right:5px;}
	
	/* -------- GNB Mobile :: 스타일2 (Full Style) -------- */
	#gnbM.gnb-style-full{top:-100%; right:0;width:100%; height:100%; max-width:none;}
	#gnbM.gnb-style-full.open{top:0px;}
	.gnb-style-full .gnb-navigation-wrapper{height:auto; width:100%; position:absolute; top:0px; bottom:0px; left:0; padding-top:0;}
	.gnb-style-full .header-util-menu-box + .gnb-navigation-wrapper{top:var(--header-height); }
	.gnb-style-full-member .gnb-navigation-wrapper{bottom:var(--header-height);}
	.gnb-style-full .gnb-navigation-inner{display:table; width:100%; height:100%;}
	.gnb-style-full #navigation{display:table-cell;vertical-align:middle;}
	.gnb-style-full #navigation > li{text-align:center; border:0; opacity:0;transform:translateY(-20px);transition:all 0s 0s;}
	.gnb-style-full #navigation > li:first-child {border:0}
	.gnb-style-full #navigation > li > a {}
	.gnb-style-full #navigation > li .gnb-icon i{display:none;}
	.gnb-style-full.open #navigation > li{opacity:1.0;transform:translateY(0px); transition:transform 0.8s, opacity 0.8s;}
	.gnb-style-full.open #navigation > li:nth-child(1){transition-delay:0.3s;}
	.gnb-style-full.open #navigation > li:nth-child(2){transition-delay:0.4s;}
	.gnb-style-full.open #navigation > li:nth-child(3){transition-delay:0.6s;}
	.gnb-style-full.open #navigation > li:nth-child(4){transition-delay:0.7s;}
	.gnb-style-full.open #navigation > li:nth-child(5){transition-delay:0.9s;}
	.gnb-style-full.open #navigation > li:nth-child(6){transition-delay:0.9s;}
	
	/* -------- GNB Mobile :: 언어선택 및 회원메뉴 -------- */
	/* 언어선택 */
	.header-util-menu-box .lang-select{height:var(--header-height); display:flex; align-items:center; padding:0 var(--area-padding); }
	.header-util-menu-box .lang-select li{float:left; border:1px solid #e5e5e5; margin-left:-1px}
	.header-util-menu-box .lang-select li:first-child{margin-left:0;}
	.header-util-menu-box .lang-select li > a{position:relative; display:block; min-width:20px; text-align:center ; height:40px; line-height:40px; padding:0 10px; color:#555; font-size:12px; font-weight:500;}	
	.header-util-menu-box .lang-select li.cur{border-color:var(--main-color); position:relative; z-index:1;}
	.header-util-menu-box .lang-select li.cur a{color:var(--main-color); z-index:1;}
}
@media all and ( max-width: 800px ){
	#header .logo {align-items: flex-start; gap: 5px; flex-direction: column;padding-bottom: 8px;}
	#header .logo a{padding:0;}
	#header .logo-p{width: 134px; height: 30px;}
	#header .logo-t {width: 120px; padding:0;}
	
	/* Header :: 검색버튼 */
	#header {top: 2.6rem;}
	.header-search-box{margin-left:5px;}
	.header-search-inner{
		position:fixed; 
		left:0; 
		top:var(--header-height); 
		height:38px; 
		width:100%;
		border-width:3px;
		padding-right:35px;
	}
	.header-search-inner .header-search-btn{right:40px;}
	.header-search-inner .header-search-close-btn{height:100%; width:38px; border-radius:0;}

	/* Header :: 언어선택 및 회원메뉴 */
	/* 언어선택 */
	.header-util-menu-box .lang-select li > a{min-width: 15px; height:35px; line-height:35px}

	.header-util-box{display:none;}

	/* -------- Header :: 네비게이션 오픈 버튼 -------- */
	.nav-open-btn{
		display: block;
		z-index:10000;
		width: 60px;
		height: 44px;
		border-radius: 50px;
		transition:var(--transition-custom);
		background: #c40d67;
		box-sizing: border-box;
		border: 0;
		position: fixed;
		top: 18px;
		right: 4%;
	}
	.nav-open-btn i {color: #fff; font-size:30px; transform:rotate(90deg); transition:all 0.3s;}
	.nav-open-btn i.close-btn {position: absolute; left: 50%; top: 50%; font-size: 20px; transform: translate(-50%, -50%); opacity: 0; visibility: hidden;}

	.nav-open-btn .line{
		display:block;
		width: 20px;
		height: 1px;
		background-color: #fff;
		margin: 4px auto;
		transition:var(--transition-custom);
	}
	.nav-open-btn.active i.open-btn {opacity: 0; visibility: hidden;}
	.nav-open-btn.active i.close-btn {opacity: 1; visibility: visible;}
	.nav-open-btn.active .line{background-color: #fff;}
	.nav-open-btn.active .line:nth-child(2), .nav-open-btn.active .line:nth-child(4){opacity: 0;}
	.nav-open-btn.active .line:nth-child(1){
		  transform: translateY(4px) rotate(45deg);
	}
	.nav-open-btn.active .line:nth-child(3){
		  transform: translateY(-6px) rotate(-45deg);
	}
	
	#header.top-fixed .nav-open-btn .line{background-color: #fff;}
}
@media all and ( min-width: 481px ) and ( max-width: 1280px ) {
	/* .nav-open-btn.active{right:20px;} */
}
@media all and ( max-width: 480px ){
	/* -------- Header :: GNB(Mobile/기본스타일) -------- */
	#gnbM {max-width: 280px}
	
	/* #header .logo img{height:48px;} */

	/* -------- Header :: UTIL BOX -------- */
	.header-util-box{padding-right:40px;}

	/* Header :: 언어선택 */
	.header-lang{width:60px; margin-left:5px}
	.header-lang strong{display:none;}
	.header-lang > ul{border-color:#ccc;}
	.header-lang > ul > li > a{padding:0; text-align:center;}
	/* Header :: 사이트맵, 네비게이션 버튼 */
	/* .nav-open-btn{top:15px; margin-top:0;} */
	.nav-open-btn .line{width:20px; height:2px;}
	.nav-open-btn.active .line:nth-child(1){
		  transform: translateY(6px) rotate(45deg);
	}
	.nav-open-btn.active .line:nth-child(3){
		  transform: translateY(-6px) rotate(-45deg);
	}
	/* Header :: GNB(Mobile) */
	#navigation > li > a{font-size:15px;}
	#navigation > li .gnb-2dep > ul > li > a{font-size:13px;}
}