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

body {
	background:#fff;
	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, 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;}
input {
    width: 30px; height: 30px;
	outline: none;
	background-color: transparent;
	cursor: pointer;
	border: 0px;
}
input:focus {outline: none; background-color: transparent; border: 0px}
li {list-style: none;}

/* 사용자 태그 --------------------------------------- */
fc {
	color: #88fff0;
}


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

.wrapper { 
	position: absolute; 
	width: 100%;
	height: 100%;
}



/* 동영상 레이어 --------------------------------------- */
#boxVOD {
   position:relative;
   width: 1170px; height: 690px;
   margin: 0 auto;
}



/* 이동 버튼(메뉴) --------------------------------------- */
.btnStart {
	position: absolute; top:539px; right:40px;
	z-index:100; 
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	cursor: pointer;
}

.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;
}


.btnNavi {
	width: 100%; height: 100%;
}
.btnNaviPrev {
	position: absolute; top: 110px; left: 12px;
	width: 58px; height: 100%;
	float: left;
	z-index: 50; 
}
.btnNaviNext {
	position: absolute; top: 110px; right: 12px;
	width: 58px; height: 100%;
	float: right;
	z-index: 50; 
}


/* div 가운데 정렬 --------------------------------------- */

.outer {
	display: table;
	width:100%;
	height:100%;
}
.inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}


/* 배경 --------------------------------------- */
.bgTL {
	position: absolute;
	top: 0px; left: 0px;
	width: 207px; height: 243px;
	background: url('../images/bg_tl.png');
}
.bgTR {
	position: absolute;
	top: 0px; right: 0px;
	width: 427px; height: 615px;
	background: url('../images/bg_tr.png');
}
.bgBR {
	position: absolute;
	bottom: 0px; right: 50px;
	width: 270px; height: 226px;
	background: url('../images/bg_br.png');
}
.check_box {
   position:relative;
   width: 1170px; height: 690px;
   margin: 0 auto;

}
.check_bg1 {
	position: absolute;
	bottom: 0px; right: 50px;
   width: 1170px; height: 690px;

}


/* 메뉴 --------------------------------------- */
.courseName {
	position: absolute;
	top: 20px; left: 250px;
	width: 499px; height: 148px;
	background: url("../images/lectureName.png");
}
.chasiName {
	position: relative;
	top: 30px;
	width: 1170px;
	font: 700 18px 'Noto Sans KR', sans-serif;
	text-align: right;
	margin: 0 auto;
}

.indexWrap {
	position: absolute;
	top: 30%; left: 0px;
	z-index: 100;
}
#indexMenu {
	display: none;
	float: left;
	background: url("../images/bg_index.png");
	padding: 0px 20px 20px 10px;
}
.indexBtn {
	float: left;
	width: 33px; height: 109px;
	background: url('../images/btn_index.png');
	cursor: pointer;
}
.indexTitle {
	font: 700 18px 'Noto Sans KR', sans-serif;
	line-height: 30px;
	color: #fff3ae;
	border-bottom: 2px solid white;
	margin: 15px 0px 5px 0px;
}
.indexItem {
	line-height: 25px;
	color: white;
	cursor: pointer;
	padding-left: 20px;
}
.indexItem:hover {
	color: #84efff;
}
.indexItemSelect {
	line-height: 25px;
	color: #84efff;
	cursor: default;
	font-weight: bold;
	padding-left: 20px;
}


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

#pageArrow {
	position: absolute;
	bottom: 0px; right: 0px;
	width:210px; height: 27px;
	cursor: pointer;
	z-index:10;
}
.prevArrow {
	position: relative;
	float: left;
	width: 75px; height: 27px;
	background: url("../images/btn_prev_off.png");
	cursor: pointer;
}
.prevArrow:hover {
	background: url("../images/btn_prev_on.png");
}
.nextArrow {
	position: relative;
	float: right;
	width: 75px; height: 27px;
	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;
}



/* 1 페이지 --------------------------------------- */
#checkList {
	position: absolute;
	top: 0px; left: 0px;
	width: 1170px; height: 658px;
	z-index: 100;
}

.btnCheckList {
	position: relative;
	top: 470px;
	width: 218px; height: 45px;
	background: url('../images/btn_checklist_start_off.jpg');
	z-index: 110;
	margin: 0 auto;
	cursor: pointer;
}
.btnCheckList:hover {
	background: url('../images/btn_checklist_start_on.jpg');
}

.btnDownload {
	position: relative;
	top: 470px;
	width: 260px; height: 45px;
	background: url('../images/btn_checklist_down_off.jpg');
	z-index: 110;
	margin: 0 auto;
	cursor: pointer;
}
.btnDownload:hover {
	background: url('../images/btn_checklist_down_on.jpg');
}

.btnSubmit {
	position: relative;
	top: 600px;
	width: 218px; height: 45px;
	background: url('../images/btn_checklist_submit_off.jpg');
	z-index: 110;
	margin: 0 auto;
	cursor: pointer;
}
.btnSubmit:hover {
	background: url('../images/btn_checklist_submit_on.jpg');
}

.btnResult {
	position: relative;
	top: 600px;
	width: 218px; height: 45px;
	background: url('../images/btn_result_off.jpg');
	z-index: 110;
	margin: 0 auto;
	cursor: pointer;
}
.btnResult:hover {
	background: url('../images/btn_result_on.jpg');
}

#surveyWrap {
	position: relative;
	top: 175px;
	width: 100%; height: 355px;
}
.surveyText {
	float: left;
	width: 483px; height: 71px;
	padding: 0px 30px 0px 30px;
}
.surveyText div {
	display: flex;
	justify-content: left;
	align-items: center;
	width: 100%; height: 100%;
	font: 20px 'Noto Sans KR', sans-serif;
	text-align: left;
}
.surveyRadio {
	float: left;
	width: calc(100% - 568px); height: 71px;
	padding-left: 25px;
}
.surveyRadio div {
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 117px; height: 100%;
	text-align: center;
}

.surveySumeryPoint {
	display: inline-block;
	position: absolute;
	top: 17px; left: 650px;
	width: 60px; height: auto;
	font: 700 38px 'Noto Sans KR', sans-serif;
	color: #09328c;
}
.surveySummeryLevel {
	display: inline-block;
	position: absolute;
	top: 62px; left: 296px;
	width: 180px; height: auto;
	font: 700 38px 'Noto Sans KR', sans-serif;
	color: #09328c;
}

.btnX {
	position: absolute;
	top: 15px; right: 15px;
	cursor: pointer;
}