
@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic|Noto+Sans+KR:100,300,400,500,700&display=swap');

body {
	background:#000;
	margin:0; padding:0;
	overflow: hidden;
}
a {
	text-decoration:none;
	margin:0; padding:0;
}
a:link, a:visited, a:hover {
	color:#666;
	text-decoration:none;
}
select, input, textarea {
	font:normal 45px 'Kalam', cursive;
	border: 5px solid #48baff;
	width: 250px;
	height: 60px;
	color:#797b80;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
}
br {letter-spacing:0;}
img {border:0;}
button {outline: none;}


/* 모바일 가로 / 세로 모드 확인 --------------------------------------- */
div.warning-message {
	display: none;
	position: absolute;
	top: 50%;
	left: 0%;
	margin-top:-300px;		/* negative half of the height */
}

@media only screen and (orientation:portrait){
	div.wrapper { display:none; }
	div.warning-message {
		display:block;
	}
}

@media only screen and (orientation:landscape){
	div.warning-message { display:none; }
}



/* 강의창 크기 --------------------------------------- */

div.wrapper { 
	position: absolute; 
	width: 100%;
	height: 100%;
}



/* 배경 --------------------------------------- */
div.Course001 {
	position:relative; 
	width:1024px;
	height:680px;
	background-color:#000;
	background-image:url(../images/bg_001.jpg);
	margin:auto;
}
div.Course002 {
	position:relative; 
	width:1024px;
	height:680px;
	background-color:#000;
	background-image:url(../images/bg_002.jpg);
	margin:auto;
}
div.Course003 {
	position:relative; 
	width:1024px;
	height:680px;
	background-color:#000;
	background-image:url(../images/bg_003.jpg);
	margin:auto;
}
div.Course004 {
	position:relative; 
	width:1024px;
	height:680px;
	background-color:#000;
	background-image:url(../images/bg_004.jpg);
	margin:auto;
}
div.Course005 {
	position:relative; 
	width:1024px;
	height:680px;
	background-color:#000;
	background-image:url(../images/bg_005.jpg);
	margin:auto;
}
div.Course006 {
	position:relative; 
	width:1024px;
	height:680px;
	background-color:#000;
	background-image:url(../images/bg_006.jpg);
	margin:auto;
}


/* 메뉴 --------------------------------------- */
div.boxMenu {
	position: absolute; top:13px; right:10px;
	text-align: right;
	z-index:10; 

}
span.menuItem {
	margin: 0px 0px 0px 0px;
	cursor: pointer;
}
div.sboxMenu {
	position: absolute; top:80px; right:220px;
	width: 170px;
	text-align: left;
	z-index:10; 
}


/* 차시명 --------------------------------------- */

div.mainChasiName {
	position: absolute; top:494px; left:415px;
	width: 429px;
	height: 30px;
	text-align: center;
	animation-delay: 1.0s;
	border: 0px solid #000000;
	z-index:60;
}
.chasiMainNumber {
	position: absolute; top:0px; left:0px;
	font: bold 16px 'Noto Sans KR', sans-serif;
	text-align: left;
	color: #ffffff;
	border: 0px solid #ffffff;
}
.chasiMainNameEnglish {
	position: absolute; top:0px; left:60px;
	width: 400px;
	font:normal 16px 'Noto Sans KR', sans-serif;
	color: #ffffff;
	text-align: left;
	border: 0px solid #ffffff;
}

div.subChasiName {
	position: absolute; top:40px; left:28px;
	width: 500px;
	text-align: left;
	border: 0px solid #ffffff;
}
.chasiSubNumber {
	font: 16px 'Noto Sans KR', sans-serif;
	color: #ffffff;
}
.chasiSubNameEnglish {
	font: 16px 'Noto Sans KR', sans-serif;
	line-height: 40px;
	color: #ffffff;
}



/* 메인 배경 꾸미는 아이콘 --------------------------------------- */
div.img_teacher {
	position:absolute; top:0px; left:0px;
	animation-delay: 1.0s;
	z-index:10; 
}



div.textCourseName1 {
	position: absolute; top:49px; left:570px;
	animation-delay: 0.4s;
	z-index:30; 
}
div.textCourseName2 {
	position: absolute; top:124px; left:360px;
	animation-delay: 0.2s;
	z-index:20; 
}
div.textCourseName3 {
	position: absolute; top:249px; left:260px;
	animation-delay: 0.3s;
	z-index:30; 
}
div.textCourseName4 {
	position: absolute; top:95px; left:787px;
	animation-delay: 0s;
	z-index:40; 
}
div.textCourseName5 {
	position: absolute; top:426px; left:360px;
	animation-delay: 0.8s;
	z-index:30; 
}






div.pageNumber {
	position: absolute;
	bottom: 2px; right: 65px;
	color: #7e7e7e;

	font:20px 'Noto Sans KR', sans-serif;
}


/* 서브 배경 꾸미는 아이콘 --------------------------------------- */
div.img_teacher2 {
	position: absolute; top:75px; right:0px;
	animation-delay: 0.5s;
	z-index:10; 
}
div.img_teacher3 {
	position: absolute; top:75px; right:0px;
	animation-delay: 1.0s;
	z-index:10; 
}
div.textCourseName1_sub {
	position: absolute; top:0px; left:0px;
	animation-delay: 0.5s;
	z-index:20; 
}


/* 본문 텍스트 --------------------------------------- */

div.description {
	position: absolute; top:159px; left:100px;
	animation-delay: 1.0s;

}

/* 003.htm --------------------------------------- */

.goal {
	position: absolute; top:220px; left:59px;
	width: 662px; height: 324px;
	border: 0px solid #000000;
}
#goalBtn {
	position: absolute; top:273px; left:0px;
	width: 700px;
	text-align: center;
	cursor: pointer;
}
div.QuizText {
	position: relative; left: 20px;
	width: 595px; 
	font: normal 20px 'Noto Sans KR', sans-serif;
	text-align: left;
	line-height: 43px;
	text-indent: -35px; margin-left: 35px;
	border: 0px solid #000000;
}
.cbox {
	color: #01be84;
	cursor: pointer;
}

/* 정리하기 --------------------------------------- */

div.con_bg1{
	position: absolute; top:557px; right:0px;
	z-index: 40;
	animation-delay: 0.5s;
}
div.con_bg2 {
	position: absolute; top:441px; left:580px;
	animation-delay: 0.8s;
}
div.sumupBox {
	position: absolute; top:210px; left:156px;
	width: 700px; height: 260px;
	font: normal 22px 'Noto Sans KR', sans-serif;
	text-align: left;
}
.textH {
	color: #ffffff;
	font-weight: normal;
}
.textF {
	position: absolute; top:50px; left:0px;
	display: inline-block;
	width: 600px; height: auto;

	color: #ffffff;
}

div.sumupTomorrow {
	position: absolute; top:490px; left:156px;
	width: 620px;
	border: 0px solid #000000;
}
.sumupNextNumber {
	position: absolute; top:0px; left:0px;
	font: normal 21px 'Noto Sans KR', sans-serif;
	color: #ffffff;
}
.sumupNextText {
	position: absolute; top:50px; left:0px;
	font: normal 21px 'Noto Sans KR', sans-serif;
	text-align: left;
	color: #ffffff;
	border: 0px solid #000000;
}





/* 동영상 레이어 --------------------------------------- */
div.boxVOD {
   position:absolute; top:113px; left:0px;
   display: inline-block;
   width: 1024px;
   height: auto;
}


/* 이동 버튼(메뉴) --------------------------------------- */
div.btnStart {
	position: absolute; top:590px; right:33px;
	z-index:100; 
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	cursor: pointer;
}

div.arrowWord {
	position: absolute; top:330px; left:175px;
	width:650px;
	z-index:10;

}
div.leftArrow {
	position:relative;
	float:left;
	cursor: pointer;
}
div.rightArrow {
	position:relative;
	float:right;
	cursor: pointer;
}


div.btnNaviImsi {
	width: 100%;
}
div.btnNavi {
	width: 100%;
	display: none;
}
div.btnNaviPrev {
	position: absolute; top: 110px; left: 12px;
	width: 48px; height: 450px;
	float: left;
	cursor: pointer;
	z-index: 100; 
	animation-delay: 1.0s;
	border: 0px solid #ffffff;
}
div.btnNaviNext {
	position: absolute; top: 110px; right: 12px;
	width: 48px; height: 450px;
	float: right;
	cursor: pointer;
	z-index: 100; 
	animation-delay: 1.0s;
	border: 0px solid #ffffff;
}

div.quizNavi {
	position: absolute; top:190px; left:30px;
	width:530px; height: 30px;
	border: 0px solid white;
	color: #000000;
	font: 20px 'Noto Sans KR', sans-serif;
	
	z-index:10;
}


/* 페이지 번호 --------------------------------------- */

div.arrow {
	position: absolute; bottom:-6px; right:0px;
	width:170px;
	cursor: pointer;
	z-index:10;
	border: 0px solid #000000;
}
div.prevArrow {
	position:relative;
	float:left;
}
div.nextArrow {
	position:relative;
	float:right;
}




/* 파일 다운로드 --------------------------------------- */
div.pdfDown{
	float:left;
	cursor: pointer;
	position:absolute; top:23px; left:943px;
	z-index:100;
}
div.mp3Down{
	float:left;
	cursor: pointer;
	position:absolute; top:23px; left:900px;
	z-index:100;
}


/* div 가운데 정렬 --------------------------------------- */

.outer {
	display: table;
	width:100%;
	height:100%;
}
.inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}


