@charset "utf-8";
/*my style redefine */

@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
/*글꼴과 관련된 css는 처음에 위치시킨다.*/

html,body {width:100%; height:100%;}
body {font-family: "Nanum Gothic", sans-serif; font-size:13px; }

/*redefine*/

a {text-decoration:none; color:#aaa; font-size:14px;}
a:link,a:visited,a:hover,a:active {text-decoration:none; }


ul,ol,li {margin:0; padding:0; list-style:none;}
img {max-width:100%;}
img {border:0 none;}


*{margin:0; padding:0;
}



html {
	height:100%;
	overflow:hidden;
	background:url(../images/Background.png);
	background-size:cover;
}


body {
	position:absolute;
	top:50%; left:50%;
	
	border:1px solid #000;
	margin-left:-480px;
	margin-top:-275px;
	width:960px; height:550px;
	background: url(../images/Center_Background.png)
}


#container {height:500px;}
#main_navigation >ul {
	
	
	display:table-row;
	}
#main_navigation >ul >li {
	
	display:table-cell;
	width:240px;
	height:50px;
	border-right:1px solid #ddd;

	text-align:center;
	line-height:50px;
	background-color:#0653b6;
	
	}
#main_navigation > ul >li:last-child {border-right:none;}
#main_navigation > ul >li:hover {
	
	background-color:#eee;
	
	border-top:2px solid #0653b6;
	transition:all 1s ease 0s;
}
#main_navigation >ul >li a {display:inline-block; width:100%;}
#main_navigation >ul >li a:hover {display:inline-block; width:100%; color:#0653b6;
	transform:scale(1.2);
}
#title {
	position:absolute;
	left:0; top:-48px;
	width:240px; height:48px;
	
	overflow:hidden;	
}

#title >h1 {
	position:absolute;
	left:0; top:48px;
	width:200px; height:47px;
	
	transition-duration:1s;
	}
	
#title >h1.active {top:0;}
#title >h1:nth-child(1){background-position:0px 0px;}
#title >h1:nth-child(2){background-position:0px -48px;}
#title >h1:nth-child(3){background-position:0px -96px;}

.i {border:1px solid #aaa; background-color:rgba(255,255,255,.2); 
	text-align:center; line-height:48px;
	border-top-right-radius:25px;
	border-top-left-radius:2px;
	
}
.c {border:1px solid #aaa; background-color:rgba(255,255,255,.2); 
	text-align:center; line-height:48px;
	border-top-right-radius:25px;
	border-top-left-radius:2px;
	
}
.m {border:1px solid #aaa; background-color:rgba(255,255,255,.2); 
	text-align:center; line-height:48px;
	border-top-right-radius:25px;
	border-top-left-radius:2px;
	
}

#container {
	position:relative;
	width:100%;
	padding:0 40px;
	margin-left:-40px;
	height:500px;
	overflow:hidden;
}

div[data-name] {
	position:absolute;
	left:40px; top:500px;
	width:960px; height:500px;
	transition-duration:2s;
}

div[data-name].active {top:0;}
div [data-name=main] >img {
	position:absolute;
	left:-10px; bottom:0;
}

div[data-name=information] >img {
	position:absolute;
	left:20px; top:20px;
}

div[data-name=information] >div {
	position:absolute;
	left:450px; top:30px;
	width:480px;
}


div [data-name=multimedia] {
	padding:0px;
	
}

div [data-name=character] >a {
	display:block;
	width:40px; height:40px;
	text-indent:-9999px;
	background: url(../images/arrow_small.png)
}


div [data-name=character] >a:nth-child(1){
	background-position:0px 0px;
	position:absolute;
	left:10px; top:50%;
	margin-top:-20px;
}



div [data-name=character]>a:nth-child(2){
	background-position:0px -40px;
	position:absolute;
	right:10px; top:50%;
	margin-top:-20px;
	
}

div [data-name=character]> article {
	width:960px; height:500px;
	position:absolute;
	left:0; top:500px;
	transition-duration:2s;
}

div [data-name=character]>article.show {
	top:0;
}

article {position:relative;}

article>h1 {
	position:absolute;
	left:90px; top:40px;
	font-size:30px;
}


article > img:nth-of-type(1) {
	position:absolute;
	left:200px; top:50px;
}

article > img:nth-of-type(2) {
	position:absolute;
	left:100px; top:120px;
	box-shadow:0 2px 3px 0px;
	border-radius:15px;	
}

div.description> p.stamp_lg {
	position:absolute;
	left:33%; top:19%;
	z-index:0;
}
article > p {
	position:absolute;
	left:400px; top:120px;
	width:500px;
}

article> p.stamp {
	position:absolute;
	left:860px; top:320px;
}

.blue{display:block;
	color:#0653b6; 
	font-size:15px;
	text-align:right;}
a {
	z-index:9999;
	}


















