.test{
	-webkit-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-moz-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-o-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-ms-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000);
	transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}


/* ========================================== PC ========================================== */
/* Logo */
.logo{position: fixed; width: 100%; height: 80px; top: 0; z-index: 9;}
.logo div{width: 214px; height: 44px; margin: 21px 0 0 2%;}
.logo a{
	display: block; 
	width: 100%; 
	height: 100%; 
	text-align: center;
	line-height: 44px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
.logo.active{background: rgba(255, 255, 255, 0.9);}
.logo.active a{
	color: #000;
}
.pg_index .logo a{
	color: #000;
}
.pg_s11 .logo a{
	color: #000;
}
.pg_s12 .logo a{
	color: #000;
}
.pg_s13 .logo a{
	color: #000;
}
.pg_s21 .logo a{
	color: #000;
}
.pg_s22 .logo a{
	color: #000;
}
.pg_s31 .logo a{
	color: #000;
}
.pg_s32 .logo a{
	color: #000;
}
.pg_news1 .logo a{
	color: #000;
}
.pg_news2 .logo a{
	color: #000;
}
.pg_news3 .logo a{
	color: #000;
}

/* Sitemap Button */
#open-button{position:fixed; z-index:2000; right:2%; top:11px; cursor:pointer; display:block;
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
	-o-transition:all .3s ease-out;
	transition:all .3s ease-out;
}
#open-button .hamburger-icon{display: flex; flex-direction: column; justify-content: center; align-items: center; width: 50px; height: 50px; background: #fff; border-radius: 5px; transition: all 0.3s ease; gap: 6px; padding: 12px;}
#open-button .hamburger-icon span{display: block; width: 26px; height: 3px; background: #000; border-radius: 2px; transition: all 0.3s ease;}
#open-button:hover .hamburger-icon{background: #f5f5f5;}

/* Sitemap */
.b-modal{opacity: 1 !important; width: 96%; left: 2% !important; top: 0 !important; height: 320px; border-radius: 0 0 33px 33px; background: rgba(0, 0, 0, 0.85) !important;}
#sitemap {position:fixed !important; border:0; width:96%; height: 320px; top: 0 !important; left: 2% !important; display: none; background: transparent;}
#sitemap h2{ font-size:36px; color:#fff; text-align:center; padding:0 0 20px 0; width:100%; border-bottom:1px solid rgba(255, 255, 255, .3)}
#sitemap .depth1{position: relative; display: flex; padding: 40px 100px 40px 50px; height: 100%;}
#sitemap .depth1 > li{border-left: 1px solid rgba(255, 255, 255, 0.2); width: 20%; padding: 0 30px; color: #ccc;}
#sitemap .depth1 > li:first-child{border: 0;}
#sitemap .text_nav > a{display: block; font-size: 26px; font-weight: 700; margin-bottom: 20px;}
#sitemap .text_nav .depth2 a{display: block; font-size: 18px; font-weight: 400; color: #fff; margin-bottom: 10px;}
#sitemap .depth1 > li:nth-child(1) > a{color: #9D7FFF;}
#sitemap .depth1 > li:nth-child(2) > a{color: #9D7FFF;}
#sitemap .depth1 > li:nth-child(3) > a{color: #9D7FFF;}
#sitemap .depth1 > li:nth-child(4) > a{color: #9D7FFF;}
#sitemap .depth1 > li:nth-child(5) > a{color: #9D7FFF;}
#sitemap .depth1 > li:nth-child(6) > a{color: #9D7FFF;}
#sitemap .text_nav a:hover{text-decoration: underline;}
#sitemap .issue_nav{text-align: center;}
#sitemap .issue_nav > .issue_nav1{display: block; font-size: 33px; text-align: center; color: #fff; line-height: 1.2; margin: 10px 0 40px;}
#sitemap .issue_nav > .issue_nav2{display: inline-block; font-size: 33px; color: #fff; background: #3859FC; padding: 20px 38px; border-radius: 28px;}
#sitemap .event_nav > a{display: block; width: 260px; height: 336px; background: url("../imgs/nav_event.jpg") no-repeat center; background-size: cover; border-radius: 38px; padding: 20px 40px; text-align: center;}
#sitemap .event_nav .event_nav_title{display: block; font-size: 19px; color: #fff; width: 100%; padding: 8px 0; background: #A400E9; border-radius: 50px; margin-bottom: 40px;}
#sitemap .event_nav span{font-size: 30px; line-height: 1.4; font-weight: 400; color: #fff; text-shadow: 0 3px 6px rgba(0, 0, 0, 1);}
#sitemap .event_nav span b{font-weight: 800;}
#sitemap .mfp-close{position:absolute; display: block; right: 2%; top: 2%; transform: none; z-index:1; width: 60px; height: 60px; border:0; color:#000; background: #fff; border-radius: 60px; cursor: pointer;}
#sitemap .mfp-close::before,
#sitemap .mfp-close::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 24px;
	height: 2px;
	background-color: #000;
}
#sitemap .mfp-close::before {
	transform: translate(-50%, -50%) rotate(45deg);
}
#sitemap .mfp-close::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (max-width: 1600px) {
	#sitemap .depth1{padding: 40px 80px 40px 40px;}
	
	#sitemap .depth1 > li{padding: 0 20px;}
	#sitemap .text_nav > a{font-size: 22px; margin-bottom: 15px;}
	#sitemap .text_nav .depth2 a{font-size: 15px; margin-bottom: 6px;}
	
	#sitemap .issue_nav > .issue_nav1{font-size: 27px; line-height: 1.4;}
	#sitemap .issue_nav > .issue_nav2{font-size: 27px; padding: 16px 32px; border-radius: 28px;}
	
	#sitemap .event_nav > a{width: 200px; padding: 30px 20px;}
	
	#sitemap .mfp-close{right: 2%; top: 2%; width: 50px; height: 50px;}
	#sitemap .mfp-close::before,
	#sitemap .mfp-close::after {
		width: 20px;
		height: 2px;
	}
}

@media screen and (max-width: 1200px) {
	#sitemap .depth1{padding: 40px 70px 40px 30px;}
	
	#sitemap .depth1 > li{padding: 0 15px;}
	#sitemap .text_nav > a{font-size: 18px;}
	#sitemap .text_nav .depth2 a{font-size: 13px;}
	
	#sitemap .issue_nav > .issue_nav1{font-size: 25px;}
	#sitemap .issue_nav > .issue_nav2{font-size: 25px; padding: 14px 20px; border-radius: 14px;}
	
	#sitemap .event_nav > a{width: 180px; padding: 30px 20px; border-radius: 24px;}
	#sitemap .event_nav .event_nav_title{font-size: 17px;}
	#sitemap .event_nav span{font-size: 21px;}
	
	#sitemap .mfp-close{right: 2%; top: 2%; width: 45px; height: 45px;}
	#sitemap .mfp-close::before,
	#sitemap .mfp-close::after {
		width: 18px;
		height: 2px;
	}
}

@media screen and (max-width: 1024px) {
	.logo{position: fixed; width: 100%; height: 60px; z-index: 9;}
	.logo div{width: 155px; height: 32px; margin: 12px 0 0 2%;}
	.logo a{font-size: 18px;}
	
	#open-button .hamburger-icon{width: 44px; height: 44px; gap: 5px; padding: 10px;}
	#open-button .hamburger-icon span{width: 22px; height: 2px;}

	
	#open-button, #sitemap, .b-modal{display:none !important;}
}


/* ========================================== Mobile ========================================== */

/* 모바일 Nav Button */
#btn-menu-m, #btn-menu-m > .hamburger-icon{display: inline-block; transition: all 0.4s; box-sizing: border-box;}
.m_nav_btn{position: fixed; right:2%; top:11px; cursor:pointer; display: none; z-index: 120;}
#btn-menu-m{display: block; text-decoration: none;}
#btn-menu-m .hamburger-icon{display: flex; flex-direction: column; justify-content: center; align-items: center; width: 44px; height: 44px; background: #fff; border-radius: 5px; transition: all 0.3s ease; gap: 5px; padding: 10px;}
#btn-menu-m .hamburger-icon span{display: block; width: 22px; height: 2px; background: #000; border-radius: 2px; transition: all 0.3s ease;}
#btn-menu-m:hover .hamburger-icon{background: #f5f5f5;}

#m-lnb-wrapper{position: fixed; top: 0; right: -100%; z-index: 110; width: 100%; height: 100vh; overflow: auto; background-color: rgba(0, 0, 0, 0.85); box-sizing: border-box; transition: all 0.3s;}
.m-logo{position: relative; width: 100%; height: 60px; background: #000; padding-left: 30px;}
.m-logo a{display: inline-block; text-align: center; line-height: 32px; font-size: 24px; font-weight: bold; color: #fff; text-decoration: none; width: 155px; height: 32px; margin-top: 12px;}
#m-lnb-wrapper.on{right: 0px;}
#m-lnb > ul{font-size: 14px;}
#m-lnb > ul > li:first-child{border-top: 1px solid #707070;}
#m-lnb > ul > li.text_nav{position: relative; line-height: 51px; border-bottom: 1px solid #707070; background: #000;}
#m-lnb > ul > li.text_nav > a{color: #fff; display: inline-block; padding: 0 30px; font-size: 21px; width: 100%; font-weight: 700; background: #000; height: 53px;}
#m-lnb > ul > li.text_nav.on > a{background: #000;}
#m-lnb > ul > li.text_nav:nth-child(1) > a{color: #9D7FFF;}
#m-lnb > ul > li.text_nav:nth-child(2) > a{color: #9D7FFF;}
#m-lnb > ul > li.text_nav:nth-child(3) > a{color: #9D7FFF;}
#m-lnb > ul > li.text_nav:nth-child(4) > a{color: #9D7FFF;}
#m-lnb > ul > li.text_nav:nth-child(5) > a{color: #9D7FFF;}
#m-lnb > ul > li.text_nav:nth-child(6) > a{color: #9D7FFF;}
#m-lnb > ul > li.text_nav:nth-last-child(1){border-bottom: 0;}
#m-lnb > ul > li.text_nav ul{display: none; line-height: 40px;}
#m-lnb > ul > li.text_nav ul.depth2{padding-bottom: 10px;}
#m-lnb > ul > li.text_nav li {background-color: #000; margin: 0 20px;}
#m-lnb > ul > li.text_nav li li{line-height: 35px;}
#m-lnb > ul > li.text_nav li > a{position: relative; display: inline-block; padding: 8px 20px; width: 100%; font-size: 16px; line-height: 25px; color: #fff;}
#m-lnb > ul > li.text_nav li > a.depth_link:after{content: ''; position: absolute; width: 24px; height: 24px; border-radius: 50%; border: 1px solid #908b89; background: url("../imgs/m-nav-arrow_plus.png") no-repeat center; background-size: 10px; top: 13px;}
#m-lnb > ul > li.text_nav li.on > a.depth_link2:after{content: ''; width: 24px; height: 24px; background: url("../imgs/m-nav-arrow_minus.png") no-repeat center #0066cc; background-size: 10px; border: 0; top: 10px; right: -3px;}
#m-lnb > ul > li.text_nav li li > a{display: inline-block; padding: 0 10px 0 10px; font-size: 15px; line-height: 35px;}

#m-lnb > ul > li.issue_nav{position: relative; line-height: 51px; border-bottom: 1px solid #707070; background: #000;}
#m-lnb > ul > li.issue_nav > a{color: #ccc; display: inline-block; padding: 0 30px; font-size: 17px; width: 100%; font-weight: 400; background: #000; height: 53px;}

#m-lnb > ul > li.event_nav{margin: 30px;}
#m-lnb > ul > li.event_nav > a{display: block; width: 100%; height: auto; background: url("../imgs/nav_event.jpg") no-repeat center; background-size: cover; border-radius: 22px; padding: 30px 40px; text-align: center;}
#m-lnb > ul > li.event_nav .event_nav_title{display: block; font-size: 17px; color: #fff; width: 100%; padding: 8px 0; background: #A400E9; border-radius: 50px; margin-bottom: 20px;}
#m-lnb > ul > li.event_nav span{font-size: 19px; line-height: 1.4; font-weight: 400; color: #fff; text-shadow: 0 3px 6px rgba(0, 0, 0, 1);}
#m-lnb > ul > li.event_nav span b{font-weight: 800;}


@media screen and (max-width: 1024px) {
	.m_nav_btn{display: block;}
}


/* ========================================== Footer ========================================== */

.footer_wrap{position: relative; background: #000; padding: 100px 0; overflow: hidden;}
.footer_wrap > ul{display: flex; width: 90%; margin: 0 auto;}
.footer_wrap > ul > li{font-size: 19px; color: #fff;}
.footer_wrap > ul > li:first-child{margin-right: 100px;}
.footer_wrap > ul > li img{width: 266px;}
.footer_wrap > ul ul{display: flex;}

.top_go{position:fixed; z-index:20; right:3%; bottom:80px; width:62px; height:62px; background:url(../imgs/top.png) #fff center no-repeat; background-size:contain; border-radius: 100px; display:none; opacity: .9; box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);}
.top_go:active{background:url(../imgs/top.png) #fff center no-repeat; background-size:contain;}

/* 뒤로가기 버튼 */
.back-button{position: fixed; z-index: 20; left: 3%; bottom: 80px; width: 62px; height: 62px; background: #fff; border-radius: 100px; display: flex; align-items: center; justify-content: center; opacity: 0.9; box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2); transition: all 0.3s ease; color: #000;}
.back-button:hover{opacity: 1; transform: scale(1.05); background: #f5f5f5;}
.back-button:active{transform: scale(0.95);}
.back-button svg{width: 28px; height: 28px;}

@media all and (max-width:1600px){
	.footer_wrap > ul{width: 94%; flex-wrap: wrap;}
	.footer_wrap > ul > li{width: 100%; margin-top: 20px;}
	.footer_wrap > ul > li:nth-child(1){margin-top: 0;}
	.footer_wrap > ul ul{flex-wrap: wrap;}
	.footer_wrap > ul ul li{width: 100%;}
}

@media all and (max-width:1023px){
	.footer_wrap{padding: 80px 0;}
	.top_go{display: none !important;}
	.back-button{width: 52px; height: 52px; bottom: 60px; left: 4%;}
	.back-button svg{width: 24px; height: 24px;}
}

@media all and (max-width:767px){	
	.logo a{font-size: 16px;}
	
	#open-button .hamburger-icon{width: 40px; height: 40px; gap: 4px; padding: 8px;}
	#open-button .hamburger-icon span{width: 20px; height: 2px;}
	
	#btn-menu-m .hamburger-icon{width: 40px; height: 40px; gap: 4px; padding: 8px;}
	#btn-menu-m .hamburger-icon span{width: 20px; height: 2px;}
	
	.back-button{width: 48px; height: 48px; bottom: 50px; left: 5%;}
	.back-button svg{width: 22px; height: 22px;}
	
	.footer_wrap{padding: 60px 0;}
	.footer_wrap > ul > li{font-size: 17px;}
	.footer_wrap > ul > li img{width: 200px;}
}

@media all and (max-width:480px){	
	.footer_wrap{padding: 40px 0;}
	.footer_wrap > ul > li{font-size: 15px; font-weight: 300;}
}

