/* CSS Document */
@import url(s-core-dream.css);
@import url(./font/nanumbarungothic.css);

body{
	padding:0px;
	margin:0px;
 	background-repeat:no-repeat; 
	background-attachment:fixed; 
	background-position:center; 
	overflow:hidden;
	font-family: 's-core-dream-medium'; 
	-webkit-font-smoothing:antialiased; 
	-moz-font-smoothing:antialiased; 
	font-smoothing:antialiased;
	
	
	background-color: #FFF;
}
*{
	font-family: 's-core-dream-medium'; 
	-webkit-font-smoothing:antialiased; 
	-moz-font-smoothing:antialiased; 
	font-smoothing:antialiased;
}

*:focus {
     outline: none;
}

html, body { height:100% }

#container{
	display:block;
	/*border:1px solid #fff;*/
	width:1280px;
	height:758px;
	position:relative;
	min-width:1280px;

	top:0px;
	/*background-image:url(../image/bg/bg1.png);*/
	background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
	
	background: url(../image/main/mainBg.png) ;
}
#container.isMobile{
	width:1280px;
	height:720px;
	position:relative;
}

/* 상단*/
header{
	position: relative;
	display:none;
	width:100%;
	height:70px;
	float: left;
	z-index: 99;
}
header.isMobile{
	position: relative;
	display:block;
	width:1280px;
	height:70px;
	float: left;
	top:0px;
}
.chapDiv{
	display:block;
	width:1280px;
	height:70px;
	float:left;
	/*position: absolute;*/
	top:0px;
	padding:0px 0 0 0px;
}
.chapDiv.isMobile{
	width:500px;
}



#chapNumber{
	display:block;
	color:#FFF;
	font-family: 's-core-dream-medium'; 
	font-size:28px;
	font-weight: 600;
	float:left;
	text-indent: -1000em;
	width:640px;
	height: 38px;
	margin-top:10px;
}

#chapNumber.chap_1{background: url(../image/header/chap_01.png) no-repeat;}
#chapNumber.chap_2{background: url(../image/header/chap_02.png) no-repeat;}
#chapNumber.chap_3{background: url(../image/header/chap_03.png) no-repeat;}
#chapNumber.chap_4{background: url(../image/header/chap_04.png) no-repeat;}
#chapNumber.chap_5{background: url(../image/header/chap_05.png) no-repeat;}
#chapNumber.chap_6{background: url(../image/header/chap_06.png) no-repeat;}
#chapNumber.chap_7{background: url(../image/header/chap_07.png) no-repeat;}
#chapNumber.chap_8{background: url(../image/header/chap_08.png) no-repeat;}
#chapNumber.chap_9{background: url(../image/header/chap_09.png) no-repeat;}
#chapNumber.chap_10{background: url(../image/header/chap_10.png) no-repeat;}
#chapNumber.chap_11{background: url(../image/header/chap_11.png) no-repeat;}
#chapNumber.chap_12{background: url(../image/header/chap_12.png) no-repeat;}

#chapName{
	display:block;
	color:#FFF;
	font-family: 's-core-dream-medium'; 	
	font-size:21px;
	font-weight: 400;
	padding:0px 0 0 5px;
	float:left;
	letter-spacing: -2px;
	text-indent: -1000em;
	
}

#flowName{
	position:absolute;
	left:38px;
	top:45px;
}
#course{
	display:block;
	position: absolute;
	top:5px;
	right:5px;
	width:145px;
	height:62px;
	float:right;
	background: url(../image/header/course.png) no-repeat;
	text-indent: -1000em;
}
#course.isMobile{
	display:block;
	/*position: absolute;*/
	top:5px;
	right:5px;
	width:145px;
	height:62px;
	float:right;
	background: url(../image/header/course.png) no-repeat;
	text-indent: -1000em;
	display:none;
}

nav{
	display: block;
	position: absolute;
	left:0px;
	bottom:38px;
	z-index:100;
	font-size: 15pt;
	width: 1280px;
	height: 212px;
	overflow: hidden;
}

nav.off{
	width: 0px;
	overflow: hidden;
}

section{
	display:block;
	width:1280px;
	height:720px;
	position:absolute;
	/*
	top:50%;
	left:50%;
	margin-top:-307px;
	margin-left:-500px;
	*/
	border:0px solid #FF0000;
	/*background: url(../image/section/sectionBg.png) no-repeat;*/
	
}
#videoPlayer{
	display:block;
	width:1280px;
	height:720px;
}
#myVideo{
	width: 1280px;
	height:720px;
}
#htmlContents{
	display:none;
	width:1280px;
	height:720px;
}

#mPrevBtn{
	display:none;
	cursor:pointer;
	text-indent: -1000em;
	width:51px;
	height:96px;
	position: absolute;
	background: url(../image/main/mvPrev.png) no-repeat;
	top:50%;
	left:0px;
	margin-top: -25px;
	border:0px;
	-webkit-transition-duration: 0.4s; /* Safari */
     transition-duration: 0.4s;
	z-index:3;
}
#mPrevBtn:hover{
	background: url(../image/main/mvPrevOver.png) no-repeat;
}

#mNextBtn{
	display:none;
	cursor:pointer;
	text-indent: -1000em;
	width:51px;
	height:96px;
	position: absolute;
	background: url(../image/main/mvNext.png) no-repeat;
	top:50%;
	left:910px;
	margin-top: -25px;
	border:0px;
	-webkit-transition-duration: 0.4s; /* Safari */
     transition-duration: 0.4s;
	z-index:3;
}
#mNextBtn:hover{
	background: url(../image/main/mvNextOver.png) no-repeat;
}

#actContents{
	display:none;
	width:1280px;
	height:720px;
	position: absolute;
	top:0px;
}
#mobileStart{
	display: block;
	position: absolute;
	cursor: pointer;
	top:50%;
	left:50%;
	background: url(../image/main/mobileStart.png) no-repeat;
	width:140px;
	height:140px;
	margin-top:-70px;
	margin-left:-70px;
	text-indent: -1000em;
	border:0px;
	z-index:999;
}
#mobileStart:hover{
	background: url(../image/main/mobileStartOver.png) no-repeat;
}

footer{
	display: block;
	border:0px solid #FF0000;
	width:1280px;
	height:38px;
	bottom:0px;left:0px;
	/*
	top:50%;
	left:50%;
	margin-top: 285px;
	margin-left:-480px;
	*/
	position: absolute;
	
}

#popLoad{
	display:none;
	position: absolute;
	left:0%;
	top:0%;
	width:100%;
	height: 100%;
	z-index:9999;
}
#popLoad.end{
	left:0%;
	top:0%;
	width:100%;
	height: 100%;
}
#popLoad.start{
	left:50%;
	top:50%;
	width: 2%;
	height: 2%;
	display: none;
}
#loadFrame{
	width:100%;
	height: 100%;
}
#loadActFrame{
	width:100%;
	height: 100%;
}





#loadingFrame{
	display: block;
	width:100%;
	height:100%;
	margin: auto;
	background-color: #FFF;
	background-image: url(../loading/img_logo.gif);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top:0px;
	left:0px;
	z-index: 999999999;
}

.popDownBtn{
	position: absolute;
	background-color: #fb7d63;
	border-radius: 9px;
	color:#FFF;
	height:25px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:6px;
	padding-right:6px;
	text-align: center;
	min-width:90px;
	border:0px;
	text-decoration: none;
}

.popDownBtn:hover{
	color:#990000;
}

.hanja{
	font-family:dotum;
}

.skip_btn{
    position:absolute;
    width:85px; height:85px;
    margin-left:-43px; margin-top:-43px;
    background: url(../image/main/skipBtn.png) no-repeat;
    z-index:100;
}

.skip_btn:hover{
    background: url(../image/main/skipBtnOver.png) no-repeat;
}

