@import url(nanumgothic.css);
@import url(nanummyeongjo.css);
@import url(notosanskr.css);
/* CSS Document */

body{
	display: none;
	padding:0px;
	margin:0px;
 	background-repeat:no-repeat; 
	background-attachment:fixed; 
	background-position:center; 
	overflow:hidden;
	font-family: 'Noto Sans KR'; 
	*font-family: 'Nanum Gothic'; 
	-webkit-font-smoothing:antialiased; 
	-moz-font-smoothing:antialiased; 
	font-smoothing:antialiased;
	background: #fff;
}
html, body { height:100% }

#container{
	display:block;
	border:0px solid #ff0000;
	width:1000px;
	height:540px;
	position:absolute;
	overflow:hidden;
	top:0;
	left:0;
	/* margin-top:-270px;
	margin-left:-500px; */
}

/* 상단*/
#top{
	display:block;
	width:1000px;
	height:30px;
	float: left;
	z-index:99;
	position: absolute;
	top:0px;
}
.chapDiv{
	display:block;
	width:auto;
	height:51px;
	float:left;
	background-image: url(../../img/type1/main/chasi_bg.png);
	background-repeat: no-repeat;
	font-family: 'Noto Sans KR';
	*font-family: 'Nanum Gothic';
	font-size:20px;
	font-weight: 600;
	*font-weight: 700;
	color:#FFF;
	padding:0 228px 3px 20px;
	*padding:5px 10px 3px 20px;
	
}

#chapName{
	border:0px solid #FF0000;
	margin-top:9px;
}
#course{
	display:block;
	top:0px;
	width:90px;
	height:85px;
	float:right;
	background: url(../../img/type1/main/course.png) no-repeat;
	text-indent: -1000em;
}

#contents{
	
	display:block;
	width: 1000px;
	height:501px;
	border:0px solid #FF0000;
}

#videoPlayer{
	display: block;
	background-color:rgba(255,255,255,0.5);
	width:1000px;
	height: 540px;
}

#myVideo{
	width:1000px;
	height: 540px;
}


#btn_skip{
	display:none;
	border:0px;
	text-indent: -1000em;
	/*background: url(../image/main/btn_skip.png) no-repeat;*/
	width:70px;
	height: 70px;
	-webkit-transition-duration: 0.2s; /* Safari */
    transition-duration: 0.2s;
	position: absolute;
	top:20%;
	left:50%;
	margin-top:-35px;
	margin-left:-35px;
	cursor: pointer;
}

#btn_skip:hover{
	/*transform-origin: center center;*/
	transform:matrix(1.2,0,0,1.2,0,0);
}

#mobileStart{
	display:none;
	border:0px;
	text-indent: -1000em;
	background:url('../../img/type1/main/blank.png') no-repeat;
	width:95px;
	height: 95px;
	-webkit-transition-duration: 0.2s; /* Safari */
    transition-duration: 0.2s;
	position: absolute;
	top:46%;
	left:50%;
	margin-top:-47px;
	margin-left:-47px;
	cursor: pointer;
	opacity: 0.9;
	z-index: 9999;
}
#mobileStart:hover{
	transform:matrix(1.1,0,0,1.1,0,0);
	opacity: 0.8;
	background:url('../../img/type1/main/blank.png') no-repeat;
}


#narration{
	display:none;
	width:1000px;
	height: 100px;
	background-color:rgba(0,0,0,0.8);
	*background-color:none;
	*background: url(../../img/type1/main/na_bg.png);
	top:-100px;
	position: absolute;
	padding:0px;
	
}
#nar_txt{
	color:#FFF;
	font-family: 'Nanum Gothic'; 
	font-weight: 500;
	font-size:14px;
	line-height: 21px;
	display: block;
	height:86px;
	overflow-x: hidden;
	overflow-y: auto;
	width:986px;
	background-color:transparent;
	padding:7px;
	word-break:keep-all;
}
#nar_close{
	display:block;
	text-indent: -1000em;
	border:0px;
	cursor: pointer;
	background: url(../../img/type1/main/btn_narClose.png) no-repeat;
	width:62px;
	height: 21px;
	position: absolute;
	top:-21px;
	left:938px;
}
#nar_close:hover{
	background: url(../../img/type1/main/btn_narCloseOver.png) no-repeat;
}

#footer{
	display:block;
	width:1000px;
	height:30px;
	background-color:transparent;
}


#asideLoad{
	display:none;
	position: absolute;
	left:0%;
	top:0%;
	width:1000px;
	height: 540px;
	z-index:9999;
}
#asideLoad.end{
	left:0%;
	top:0%;
	width:1000px;
	height: 540px;
}
#asideLoad.start{
	left:50%;
	top:50%;
	width: 2%;
	height: 2%;
	display: none;
}
#asideFrame{
	width:1000px;
	height: 510px;
}


#htmlContents{
	display:none;
	width: 1000px;
	height:510px;
	position: absolute;
	top:0px;
	left: 0px;
	background-color: #FFF;
}
#mvEndContents{
	display:none;
	width: 1000px;
	height:510px;
	position: absolute;
	top:0px;
	left: 0px;
}
#loadActFrame{
	width: 1000px;
	height:501px;
}
#loadQuizFrame{
	width: 1000px;
	height:501px;
}



/* Styles specific to this particular page */
.scroll-pane
{
	width: 100%;
	height: 200px;
	overflow: auto;
}
.horizontal-only
{
	height: auto;
	max-height: 200px;
}

#swfDiv{
	display: none;
	width:1000px;
	height: 510px;
}

/*-----------------------------------*/
body.ie8{
	font-family: 'Nanum Gothic'; 
}

.chapDiv.ie8{
	font-family: 'Nanum Gothic';
	font-weight: 700;
	padding:5px 10px 3px 20px;
}
#narration.ie8{
	background-color:none;
	background: url(../../img/type1/main/na_bg.png);
}

#mobileLoading{
	width:100%;
	height: 100%;
	border:0px solid #FF0000;
	position: absolute;
	display: none;
	top:0px;
	left: 0px;
	background: url(../../img/type1/main/loading_bg.png);
	z-index: 9999999;
}
#mbImg00{
	display: none;
	position: absolute;
	top:50%;
	left:50%;
	margin-top:-30px;
	margin-left:-30px;
	
	border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #454545; /* Blue */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
}

#mbImg{
	display: block;
	background: url(../../img/type1/main/loading_8.gif) no-repeat;
	width:74px;
	height: 74px;
	position: absolute;
	top:50%;
	left:50%;
	margin-top:-37px;
	margin-left:-37px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes loadingAni {

	from {
		height: 40px;
	}

	to {
		height: 0px;
	}
}

.chap_ex2 {
	 font-family: Serif;
	 font-weight:600;
	 font-size:21px;
}
.chap_ex22 {
	 font-family: Serif;
	 font-weight:600;
	 font-size:16px;
}
