
/*
Arcana by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

	

/***********************************/

/* Header */

#header {text-align: center;padding:0;background-color: #fff;}

#header .top_logo { display:block; text-align:left; margin:0 auto  }
#header .top_logo span { display:inline-block; background:#fff; padding:10px 0 0 0}
#logo img{height:50px}
.top_gnb { display:none}
/** PC 메뉴 **/

#nav {
cursor: default;color: #FFF;padding: 0;
background: linear-gradient(90deg, #FFF 0%, #FFF 100%); margin-top:-50px; 
}

#nav:after {content: '';display: block;width: 100%;height: 0.6em;background-color: #604219;}
#nav > ul {margin: 0; margin-left:300px}
#nav > ul > li {position: relative;display: inline-block;margin-left: 1em; }
#nav > ul > li a { font-size:1.5em;	color: #777; font-weight:bold;	text-decoration: none;	border: 0;	display: block;	padding: 1em 1em;}
#nav > ul > li:first-child {	margin-left: 0;}
#nav > ul > li:hover a , #nav > ul > li.active a {color: #000}
#nav > ul > li.current a {color: #a0620c;}
#nav > ul > li.active.current:before {	opacity: 0;}
#nav > ul > li > ul {	display: none;}

#nav > ul > li.current:before {
-moz-transform: rotateZ(45deg);-webkit-transform: rotateZ(45deg);-ms-transform: rotateZ(45deg);transform: rotateZ(45deg);
width: 0.75em;height: 0.75em;content: '';display: block;position: absolute;bottom: -0.4em;left: 50%;margin-left: -0.375em;background-color: #604219;		
}

/* Dropotron(메뉴드롭) */
.dropotron {
background-color: #604219;border-radius: 5px;color: #fff;min-width: 10em;padding: 1em 0;
text-align: center;box-shadow: 0 .2em .2em 0 rgba(0, 0, 0, 0.5);list-style: none;
}
.dropotron > li { font-size:1em;line-height: 2em;padding:.3em 1.1em; border-bottom:1px solid #886A45}
.dropotron > li:last-child { border-bottom:none}
.dropotron > li > a {color: #FFF;text-decoration: none;border: 0;}
.dropotron > li:hover { background:#8d6836}
.dropotron > li.active > a, .dropotron > li:hover > a {color: #fff;}
.dropotron.level-0 {border-radius: 0 0 5px 5px;font-size: 0.9em;padding-top: 0;margin-top: -1px;}

#navPanel, #titleBar {display: none;}



/* Wide */


@media screen and (max-width: 1280px) {
	#header {padding:0;}
}

@media screen and (max-width: 840px) {
	#header {display: none;}
	
	/* Nav(모바일) */
	
	#page-wrapper {
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition: -moz-transform 0.5s ease;
	-webkit-transition: -webkit-transform 0.5s ease;
	-ms-transition: -ms-transform 0.5s ease;
	transition: transform 0.5s ease;
	padding-bottom: 1px;
	padding-top: 44px;
	}
	
	#titleBar {
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition: -moz-transform 0.5s ease;
	-webkit-transition: -webkit-transform 0.5s ease;
	-ms-transition: -ms-transform 0.5s ease;
	transition: transform 0.5s ease;
	display: block;left: 0;position: fixed;top: 0;width: 100%;z-index: 10001;
	background: linear-gradient(90deg, #FFF 0%, #FFF 100%);height: 60px;line-height: 60px;box-shadow: 0 4px 0 0 #604219;
	}
	
	#titleBar .title {display: block;position: relative;z-index: 1; text-align:center; padding-top:5px}
	#titleBar .title img {height:45px}
	#titleBar .toggle {text-decoration: none;border: 0;height: 60px;left: 0;position: absolute;top: 0;width: 90px;	z-index: 2;background:url('/images/btn_nav.png') 10px 18px no-repeat; background-size:20px}
	#titleBar .toggle:active:before {opacity: 0.75;}
	
	
	#navPanel {
	background-color: #675132;
	box-shadow: inset -1px 0 3px 0 rgba(0, 0, 0, 0.5);
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0) 75%, rgba(0,0,0,0.15)), url("images/bg01.png");
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0) 75%, rgba(0,0,0,0.15)), url("images/bg01.png");
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0) 75%, rgba(0,0,0,0.15)), url("images/bg01.png");
	background-image: linear-gradient(left, rgba(0,0,0,0) 75%, rgba(0,0,0,0.15)), url("images/bg01.png");
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transform: translateX(-200px);
	-webkit-transform: translateX(-200px);
	-ms-transform: translateX(-200px);
	transform: translateX(-200px);
	-moz-transition: -moz-transform 0.5s ease;
	-webkit-transition: -webkit-transform 0.5s ease;
	-ms-transition: -ms-transform 0.5s ease;
	transition: transform 0.5s ease;
	display: block;height: 100%;left: 0;overflow-y: auto;position: fixed;top: 0;width: 200px;z-index: 10002;
	}
	
	#navPanel .link {
	border-bottom: 0;
	border-top: solid 1px rgba(255, 255, 255, 0.05);
	color: #FFF;display: block;	height: 38px;	line-height: 38px;	padding: 0 1em 0 1em;	text-decoration: none;
	}
	
	#navPanel .link:first-child {	border-top: 0;	}
	#navPanel .link.depth-0 {color: #fcd093; background:#503613}
	#navPanel .link .indent-1 {		display: inline-block;		width: 1em;	}
	#navPanel .link .indent-2 {		display: inline-block;		width: 2em;	}
	#navPanel .link .indent-3 {display: inline-block;width: 3em;}
	#navPanel .link .indent-4 {display: inline-block;width: 4em;}
	#navPanel .link .indent-5 {display: inline-block;width: 5em;}
	
	body.navPanel-visible #page-wrapper {
	-moz-transform: translateX(200px);
	-webkit-transform: translateX(200px);
	-ms-transform: translateX(200px);
	transform: translateX(200px);
	}
	
	body.navPanel-visible #titleBar {
	-moz-transform: translateX(200px);
	-webkit-transform: translateX(200px);
	-ms-transform: translateX(200px);
	transform: translateX(200px);
	}
	
	body.navPanel-visible #navPanel {
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	}

}

