/* ==================================================
   Page Slider
================================================== */

#page-slider {
	position: relative;
	overflow: hidden;
	height: 30%;
}

#page-slider .overlay { 
	position: absolute;
	width: 100%;
	height: 100%;
	background: #26292E;
	opacity: 0.7;
	filter: alpha(opacity=70);
	z-index: 0;
}

#page-slider .slider-text {
	position: absolute;
	left: 50%;
	top: 80%;
	margin: -150px 0 0 -585px;
	width: 1170px;
	height: 250px;
	text-align: center;
	z-index: 2;	
}

#page-slider #slidecaption {
	width: 100%;
	line-height: 250px;
	margin: 0;
	text-align: center;
	text-shadow: none;	
}

#page-slider .slide-content {
	font-size: 60px;
	color: #FFFFFF;
	letter-spacing: -3px;
	text-transform: uppercase;	
}

#page-slider .control-nav {
	position: absolute;
	width: 100%;
	background: #2F3238;
	height: 50px;
	bottom: 0;
	z-index: 2;
}

#page-slider #nextslide,
#page-slider #prevslide {
	background-image: none;
	background-color: #26292E;
	display: inline-block;
	margin: 0;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	width: 50px;
	height: 50px;
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transition: background 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s;
		    transition: background 0.1s linear 0s;
}

#page-slider #nextslide {
	margin-left: -3px;	
}

#page-slider #nextsection {
	float:right;
}

#page-slider #nextslide:hover,
#page-slider #prevslide:hover {
	background-color:#DE5E60;
}

#page-slider #nextslide i,
#page-slider #prevslide i {
	font-size: 16px;
	color: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -7px;
	line-height: 1em;
}

#page-slider #nextslide i {
	margin-left: -8px;	
}

#page-slider #prevslide i {
	margin-left: -9px;	
}

#page-slider ul#slide-list {
	top: 50%;
	padding: 0;
	margin:-6px 0 0 0;	
}

#page-slider ul#slide-list li {
	margin-right: 12px;
}

#page-slider ul#slide-list li:last-child {
	margin-right: 0;	
}

#page-slider ul#slide-list li a {
	background-color: #6E7074;
	background-image: none;
	width: 12px;
	height: 12px;
	
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	border-radius: 999px;	
	
	-webkit-transition: background 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s;
		    transition: background 0.1s linear 0s;
}

#page-slider ul#slide-list li a:hover {
	background-color: #FFFFFF;	
}

#page-slider ul#slide-list li.current-slide a,
#page-slider ul#slide-list li.current-slide a:hover {
	background-color:#DE5E60;
}

#page-slider #nextsection {
	background-color: #26292E;
	margin: 0;
	position: relative;
	float:right;
	width: 50px;
	height: 50px;
	
	-webkit-transition: background 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s;
		    transition: background 0.1s linear 0s;
}

#page-slider #nextsection:hover {
	background-color:#DE5E60;
}

#page-slider #nextsection i {
	font-size: 16px;
	color: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -7px;
	line-height: 1em;
}

#page-slider #nextsection i {
	margin-left: -7px;	
}


/* ==================================================
   Sub Menu
================================================== */

nav#submenu {
	/*float: left;
	margin-left: 5px;*/
	margin-bottom: 20px;
	text-align:center;
}

nav#submenu #submenu-nav {
	margin: 0;
	padding: 0;	
}

nav#submenu #submenu-nav li {
	list-style: none;
	display: inline-block;
	margin-left: 0px;	
}

nav#submenu #submenu-nav li:first-child {
	margin-left: 0;	
}

nav#submenu #submenu-nav li a {
	color: #000000;
	font-size: 24px;
	font-weight: 400; /* ¸Þ´ºÆùÆ® Å©±â */
	line-height: 80px;
	display: block;
	text-transform: uppercase;
}

nav#submenu #submenu-nav li.current a,
nav#submenu #submenu-nav li a:hover {
	/*color: #DE5E60;*/
	color: #C00000; /*¸Þ´º ÆùÆ®»ö»ó*/
}

/* ==================================================
   page
================================================== */


.title-page .title-menu {
	font-size: 20px;
	font-weight: 200;
	margin: 0;
}

.menu-page {
	text-align: center;
	margin-bottom: 10px;	
	
	
	-webkit-box-shadow: -1px -1px 1px 1px rgba(192, 0, 0, 0.8);
	-moz-box-shadow: -1px -1px 1px 1px rgba(192, 0, 0, 0.8);
	box-shadow: -1px -1px 1px 1px rgba(192, 0, 0, 0.8);
}

/* ==================================================
   page-footer
================================================== */


.page-footer {
	/*background: #2F3238;*/
	background: #26292E;  /*ÆäÀÌÁö ¹è°æ»ö*/
	padding: 10px 0;
	position: relative;
	width: 100%;
	height: auto;
	z-index: 99;
	height: auto;
	/*text-align: center;*/
}

.page-main {
	background: #FFFFFF;  /*ÆäÀÌÁö ¹è°æ»ö*/
	padding: 10px 0;
	position: relative;
	min-height: 500px;
	z-index: 99;
}

.page-notice {
	/*background: #2F3238;*/
	background: #2F3238;  /*ÆäÀÌÁö ¹è°æ»ö*/
	padding: 10px 0;
	position: relative;
	z-index: 99;
}


/* ==================================================
   footer
================================================== */

footer .credits_word {
	color: #000000; /*ÇÏ´ÜÆùÆ®»ö»ó*/
	font-size: 14px;
	margin-bottom: 0;
	padding: 0px 0;
	text-transform: uppercase;	
}

footer .sticky-nav {
  padding: 0 0 0 0px;
	position: relative;
	width: 100%;
	height: 120px; /*¸Þ´º ³ôÀÌ*/
	/*background: #26292E;*/
	background: #FFFFFF;  /*¸Þ´º ¹è°æ»ö*/
	z-index: 1001;
	text-align: center;
	
	-webkit-box-shadow: 0px -1px 0px rgba(192, 0, 0, 0.8);
	-moz-box-shadow: 0px -1px 0px rgba(192, 0, 0, 0.8);
	box-shadow: 0px -1px 0px rgba(192, 0, 0, 0.8);
}

footer .sticky-nav.stuck {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1001;
}

footer #logo {
	color: #FFFFFF;
	/*float: left;*/
	padding: 15px 0;
	/*margin-left: 20px;*/
	margin: auto;
}

footer #logo a {
	background: url(../img/logo.png) no-repeat;
	width: 156px;
	height: 61px;
	text-indent: -9999px;
	display: block;
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transition: opacity 0.25s ease-in-out 0s;	
	   -moz-transition: opacity 0.25s ease-in-out 0s;
		 -o-transition: opacity 0.25s ease-in-out 0s;
		    transition: opacity 0.25s ease-in-out 0s;	
}

footer #logo a:hover {
	opacity: 0.65;
	filter: alpha(opacity=65);	
}
