@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic|Noto+Sans+KR:100,300,400,500,700&display=swap');

html {
	box-sizing: border-box;
}

*, *:before, *:after {
	box-sizing: inherit;
}

body {
	display: flex; align-items: center; justify-content: center;
	min-height: 100vh;
	background-size: cover;
	background-color: black;
	margin: 0;
	padding: 0;
	-ms-overflow-style: none;
}
::-webkit-scrollbar { 
    display: none;
    width: 0 !important;
}



/* 사용자 태그 --------------------------------------- */
tS {
	color: black;
	background-color: #d8d8d8;
	padding: 2px 30px 2px 30px;
	border-radius: 10px;
}
tB {
	color: #d8d8d8;
	padding: 2px 20px 2px 20px;
	border-bottom: 2px solid #575757;
	margin: 0px 10px;
}




/* 강의창 크기 --------------------------------------- */

.wrapper { 
	position: absolute;
	width: 1170px; height: 658px;
	transform-origin: center center;
	overflow: hidden;
}



/* 배경 --------------------------------------- */
.Course001 {
	width: 100%; height: 100%;
	background-image: url("../images/bg_001.jpg");
}
.Course002 {
	width: 100%; height: 100%;
	background-image: url("../images/bg_002.jpg");
}
.Course003 {
	width: 100%; height: 100%;
	background-image: url("../images/bg_003.jpg");
}
.Course004 {
	width: 100%; height: 100%;
	background-image: url("../images/bg_004.jpg");
}
.Course005 {
	width: 100%; height: 100%;
	background-image: url("../images/bg_005.jpg");
}


/* 메뉴 --------------------------------------- */
#boxMenu {
	position: absolute; /*박스내려올때 이미지 고정*/
	width: 100%; height: 50px;
	padding-right: 20px;
	font: 16px 'Noto Sans KR', sans-serif;
	font-weight: 500;
	background-color: rgba(41, 39, 83, 0.9);
	text-align: right;
	line-height: 50px;
}
.indexItem {
	margin: 10px 20px 10px 20px; 
	color: #ffffff; /* 메뉴 OFF컬러--------------------------------------- */
	cursor: pointer;

}
.indexItem:hover {
	color: #73df7e; /* 메뉴 ON컬러--------------------------------------- */
}
.indexNow {
	margin: 10px 20px 10px 20px;
	color: #73df7e; /* 메뉴 ON컬러--------------------------------------- */
	cursor: default;
}

#btnIndex {
	position: absolute;
	top: 51px; right: 30px;
	width: 87px; height: 27px;
	background: url("../images/btn_index_on.png");
	cursor: pointer;
	z-index: 20;
}
#menuPannel {
   position: relative;
   display: none;
   z-index: 20;
}
.courseImage {
	position: absolute;
	top: 0px; left: 0px;
	animation-delay: 0.5s;
	z-index: 20; 
}



/* 페이지 이동 안내 --------------------------------------- */
#btnStartPlay {
	position: absolute;
	bottom: 33px; left: 5px;
	width: 286px; height: 47px;
	background: url("../images/video/btn_playStart.png");
	z-index: 2147483647;
}
#btnNext {
	display: none;
	position: absolute;
	top: 80px; right: 40px;
	width: 96px; height: 57px;
	background: url("../images/video/btn_nextPage.png");
	z-index: 2147483647;
}



/* 페이지 번호 --------------------------------------- */

#pageArrow {
	position: absolute;
	top: 10px; right: 28px;
	width:120px;
	cursor: pointer;
	z-index:20;
	border: 0px solid #000000;
}
.prevArrow {
	position: relative;
	float: left;
	width: 32px; height: 32px;
	background: url("../images/btn_prev_off.png");
	cursor: pointer;
}
.prevArrow:hover {
	background: url("../images/btn_prev_on.png");
}
.nextArrow {
	position: relative;
	float: right;
	width: 32px; height: 32px;
	background: url("../images/btn_next_off.png");
	cursor: pointer;
}
.nextArrow:hover {
	background: url("../images/btn_next_on.png");
}
.pageNumber {
	position: relative;
	float: left;
	color: #191540;
	font: 20px 'Noto Sans KR', sans-serif;
	margin-left: 8px;
}




/* 차시명 --------------------------------------- */

.mainChasiName {
	position: absolute;
	top: 568px; left:360px;
	width: 500px;
	animation-delay: 1.0s;
	text-align: center;
	border: 0px solid #ffffff;
	z-index:50; 
}
.chasiMainNumber {
	float: left;
	font: 18px 'Noto Sans KR', sans-serif;
	color: #ffffff;
}
.chasiMainNameEnglish {
	float: left;
	font: 18px 'Noto Sans KR', sans-serif;
	color: #ffffff;
	text-align: left;
}
.subChasiName {
	position: absolute;
	top: 50px; height: 29px;
	width: 100%;
	padding-left: 30px;
	text-align: left;
	line-height: 30px;

/* 서브 차시명 배경색 정의 --------------------------------------- */
	background-color: rgba(255, 255, 255, 0.9);
	border: 0px solid #ffffff;
}
/*  --------------------------------------- */

.chasiSubNumber {
	font: 16px 'Noto Sans KR', sans-serif;
	color: #000000;
}
.chasiSubNameEnglish {
	font: 16px 'Noto Sans KR', sans-serif;
	color: #000000;
}




/* 메인 배경 꾸미는 아이콘 --------------------------------------- */
div.textCourseName1 {
	position: absolute; top:204px; left:305px;
	animation-delay: 0.3s;
	z-index:50; 
	border: 0px solid #000000;
}
div.textCourseName2 {
	position: absolute;top:204px; left:305px;
	animation-delay: 0.2s;
	z-index:40; 
}
div.textCourseName3 {
	position: absolute; top:204px; left:305px;
	animation-delay: 0.5s;
	z-index:40; 
}

div.pimg1 {
	position: absolute; top:0px; left:404px;
	animation-delay: 1.0s;
	z-index:30; 
}
div.pimg2 {
	position: absolute; top:0px; left:0px;
	animation-delay: 0.8s;
	z-index:30; 
}




/* 이동 버튼(메뉴) --------------------------------------- */
.btnStart {
	position: absolute;
	top: 605px; right: 35px;
	width: 150px; height: 52px;
	background: url("../images/btn_start_off.png");
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	z-index:100; 
	cursor: pointer;
}
.btnStart:hover {
	background: url("../images/btn_start_on.png");
}

.arrowWord {
	position: absolute; top:330px; left:175px;
	width:650px;
	z-index:10;
	color: #ffffff;
}
.leftArrow {
	position:relative;
	float:left;
	cursor: pointer;
}
.rightArrow {
	position:relative;
	float:right;
	cursor: pointer;
}


.btnNaviImsi {
	width: 100%;
}
.btnNavi {
	width: 100%;
	display: none;
}
.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;
}
.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;
}


/* 파일 다운로드 --------------------------------------- */
.mp3Down{
	float:left;
	position:absolute; top:18px; right:110px;
	width: 39px; height: 38px;
	background: url("../images/btn_mp3_off.png");
	cursor: pointer;
	z-index:100;
}
.mp3Down:hover{
	background: url("../images/btn_mp3_on.png");
}

.pdfDown{
	float:left;
	position:absolute; top:18px; right:63px;
	width: 39px; height: 38px;
	background: url("../images/btn_pdf_off.png");
	cursor: pointer;
	z-index:100;
}
.pdfDown:hover{
	background: url("../images/btn_pdf_on.png");
}





/* 002 --------------------------------------- */
div.simg1 {
	position: absolute; top:5px; right:10px;
	animation-delay: 0.3s;
	z-index:10; 
}
div.simg2 {
	position: absolute; top:0px; right:0px;
	animation-delay: 0.1s;
	z-index:10; 
}

#wordBoxWrap {
	position: absolute;
	top: 180px; left: 95px;
	width: 770px; height: 420px;
	overflow-x: hidden;
	overflow-y: auto;
}
.img_wordBox_off {
	display: flex; align-items: center; justify-content: center;
	position: relative;
	width: 745px; height: 67px;
	background: url("../images/word_box_off.png");
	font: 500 20px 'Noto Sans KR', sans-serif;
	color: black;
	margin-bottom: 15px;
	cursor: pointer;
}
.img_wordBox_on {
	display: flex; align-items: center; justify-content: center;
	position: relative;
	width: 745px; height: 67px;
	background: url("../images/word_box_on.png");
	font: 800 20px 'Noto Sans KR', sans-serif;
	color: black;
	margin-bottom: 15px;
}

#popExpression {
	display: none;
	position: absolute;
	top: 250px; left: 72px;
	width: 792px; height: 261px;
	background: url("../images/pop_end.png");
	z-index: 1;
}
.wordBoxBlur {
	filter: blur(10px);
	transition-duration: 0.5s;
}
.wordBoxBlurNormal {
	filter: blur(0px);
	transition-duration: 0.3s;
}




/* 004 --------------------------------------- */
#directionBox {
	display: flex; align-items: center; justify-content: center;
	position: absolute;
	top: 120px; left: 220px;
	width: 510px; height: 40px;
	font: 400 18px 'Noto Sans KR', sans-serif;
	color: white;
}

#quizBoxWrap {
	position: absolute;
	top: 200px; left: 140px;
	width: 880px; height: 400px;
}

#popQuiz {
	display: none;
	position: absolute;
	top: 250px; left: 180px;
	width: 792px; height: 261px;
	background: url("../images/pop_X.png");
	z-index: 1;
}
.quizBoxBlur {
	filter: blur(10px);
	transition-duration: 0.5s;
}
.quizBoxBlurNomal {
	filter: blur(0px);
	transition-duration: 0.3s;
}
.quizHan {
	display: flex; align-items: center; justify-content: center;
	position: relative;
	width: 870px; height: 100px;
	font: 800 28px 'Noto Sans KR', sans-serif;
	margin: 0 auto;
}
.quizEng {
	display: flex; align-items: center; justify-content: center;
	position: relative;
	width: 870px; height: 100px;
	font: 800 28px 'Noto Sans KR', sans-serif;
	color: black;
	margin: 0 auto;
	margin-top: 30px;
}
.quizBogiWrap {
	display: flex; align-items: center; justify-content: center;
	position: relative;
	width: 870px;
	margin-top: 25px;
}
.quizBogi {
	padding: 2px 30px 2px 30px;
	border-radius: 10px;
	font: 400 28px 'Noto Sans KR', sans-serif;
	color: white;
	background-color: #01be84;
	margin: 0px 10px;
	cursor: pointer;
}
.quizBogi:hover {
	background-color: gray;
}
.quizBogiO {
	padding: 2px 30px 2px 30px;
	border-radius: 10px;
	font: 400 28px 'Noto Sans KR', sans-serif;
	color: white;
	background-color: #6255ef;
	margin: 0px 10px;
}

#popQuizNoWrap {
	position: absolute;
	top: 110px; right: 100px;
	display: flex;
	flex-direction: row;
	width: 300px; height: 49px;
}
.popQuizNo {
	position: relative;
	width: 49px; height: 49px;
	margin-left: 3px;
	cursor: pointer;
}
