/* 가운데 정렬 필요시 */
/*
html {height:100%; margin:0; padding:0;}
body {margin-left: 0px; margin-top: 0px; margin-right: 0px;margin-bottom: 0px; height:100%;overflow:hidden; background-color:black;}

#fullSizeWrapper{
position:absolute; 
top:50%; 
left:50%;
height:640px;
width:1000px; 
margin:-320px -500px; 
}


#contentsArea{
width:1000px;
height:640px;
text-align:left;
}
*/



@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: 'Nanum Gothic';
	font-style: normal;
	src: url(NanumGothic-Regular.eot);
	src: url(NanumGothic-Regulard41d.eot?#iefix) format('embedded-opentype'),  url(NanumGothic-Regular.html) format('woff2'),  url(NanumGothic-Regular.woff) format('woff'),  url(NanumGothic-Regular.ttf) format('truetype');
}
@font-face {
	font-family: 'Nanum Gothic Bold';
	font-style: normal;
	font-weight: 700;
	src: url(NanumGothic-Bold.eot);
	src: url(NanumGothic-Boldd41d.eot?#iefix) format('embedded-opentype'),  url(NanumGothic-Bold.html) format('woff2'),  url(NanumGothic-Bold.woff) format('woff'),  url(NanumGothic-Bold.ttf) format('truetype');
}
@font-face {
	font-family: 'Nanum Gothic ExtraBold';
	font-style: normal;
	font-weight: 800;
	src: url(NanumGothic-ExtraBold.eot);
	src: url(NanumGothic-ExtraBoldd41d.eot?#iefix) format('embedded-opentype'),  url(NanumGothic-ExtraBold.html) format('woff2'),  url(NanumGothic-ExtraBold.woff) format('woff'),  url(NanumGothic-ExtraBold.ttf) format('truetype');
}
body {
	-webkit-font-smoothing: antialiased;
	font-family: "굴림", "돋움";
	margin: 0px auto;
	/* background: url(../img/mainbg.png) no-repeat; */
}
/*
header {
	z-index: 100;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1000px;
	height: 90px;
	float: left;
}
*/

#header {
	width:100%;
	height: 53px;
	position: absolute;
	z-index:10;
	display:table;
	/*background: url(../img/topBg.png) no-repeat;*/
}

/* 과정명 */
#chap {
	/* text-indent: -1000em; */
	display: block;
	margin:5 10 0 0;
	width: 400px;
	height: 50px;
	float: right;
	font-family: "Nanum Gothic Bold";
	font-size: 20px;
	text-align: right;
	color: #3996AF;
	letter-spacing: -0.5px;
	/* background: url(../img/chapTitle01.png) no-repeat; */
}

/* 차시명 */
#course {
	/* text-indent: -1000em; */
	display: block;
	width: 450px;
	height: 50px;
	float: left;
	letter-spacing: -0.5px;
	/*background: url(../img/courseTitle.png) no-repeat;*/
}
#course > span {
	position: absolute;
	margin: 10px 0 0 45px;
	font-family: "Nanum Gothic Extrabold";
	font-size: 18px;
	color: #434443;
	}
#content {
	background: url(../img/bg.jpg) no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	clear: both;
	width: 1000px;
	height: 640px;
}
#myVideo {
	width: 1000px;
	/*height: 622px;*/
	/*border-radius:40px;*/
	/*-moz-border-radius:40px;*/
	/*-webkit-border-radius:40px;*/
}

/* 동영상 강의가 세로 컨텐츠 풀 사이즈가 아닐때 */
.lecmv{
 margin-top:107px;

}

#myVideo2 {
	position: relative;
	width: 800px;
	height: 452px;
	top: 26px;
	left: 96px;/*border-radius:40px;*/
	/*-moz-border-radius:40px;*/
	/*-webkit-border-radius:40px;*/
}
#con1 {
	margin: 0 auto;
	display: block;
	width: 1000px;
	height: 530px;
}
#con1 #background_image {
	/*-background: url(../img/bg.jpg) no-repeat;*/
	position:absolute;
	top: 0px;
	left: 0px;
	width: 1000px;
	height:640px;
}



/* 하단 컨트롤 */
#control {
	position: absolute;
	top: 580px;
	left: 0px;
	width: 1000px;
	clear: both;
	height: 60px;
	
	/*background: url(../img/controlbar/controlbg.png) no-repeat;*/
}

#controlset {
	margin: 22 0 0 0px;
	width: 750px;
	left: 0px;
	vertical-align: middle;
}

#lmsDiv {
	margin: 3px 0 0 5px;
	width: 150px;
	text-align: center;
	
}

#lmsDiv> input{
	position:relative;
	overflow:hidden;
	text-align: center;
	vertical-align: middle;
	margin-left:10px;

 }



#slideBar {
	position: absolute;
	float: left;
	width: 275px;
	height: 0px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	background: #e9742e;
	background-image: -moz-linear-gradient(top, #e9742e, #c14901);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e9742e), color-stop(1, #c14901));
	left: 205px;
	top: 14px;
}

/* 드래그 컨트롤 */
#handleBar{
	/*
	background-color:#2ba5ff;
	background: -moz-linear-gradient(top, #e9742e, #c14901);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e9742e), color-stop(1, #c14901));
	*/
	background: linear-gradient(to right, #8DCAD8, #398BA2);
	width:0px;
	height:8px; 
	margin-top:0px; 
	margin-left:0px; 
	border-radius:20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

#slideHandleBg {
}
.ui-slider-handle {
}
.ui-slider-range {
}
#slideBg {
	float: left;
	margin: 13px 0 0 5px;
	width: 275px;
	height: 8px;
	background: url(../img/controlbar/conBarBg.png) no-repeat;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#timer {
	font-family: "Nanum Gothic Bold";
	margin: 7px 10px 0 5px;
	color: #31859D;
	font-size: 17px;
	font-style:italic;
	/* width: 70px; */
}
#timer > #totalTime {
	color: #A2A2A2;
}

#controlset > div {
	float: left;
}
#play {
	padding: 0 0 0 0px;
}
#pause {
	padding: 0 0 0 0px;
}
#pause_btn {
	margin: 5px 0 0 3px;
}
#play_btn {
	margin: 5px 0 0 10px;
}

#replay_btn {
	margin: 5px 0 0 3px;
}

#vol_btn {
	margin: 5px 0 0 3px;
}

#nar_btn{
	margin: 5px 0 0 3px;	
}

#paging {
	margin: 3 0 0 0px;
	float: right;
	width: 200px;
	height: 40px;
	display: block;
}
#prev {
	float: left;
	width: 36px;
}
#page_num {
	font-family: "Nanum Gothic Bold";
	margin: 0px 0 0 0px;
	float: left;
	width: 70px;
	color: #A2A2A2;
	font-size: 20px;
	font-style:italic;
}
#page_num #current_page {
	color: #31859D;
}

#next {
	float: left;
	width: 36px;
}
#handle {
	margin-left: 0px;
}
/*의견입력*/
#img_diary {
	float: left;
	margin: 130px 0 0 100px;
}
#opnDiv {
	float: right;
	width: 498px;
}
#opinion {
	margin: 23px 0 0 45px;
	width: 400px;
	height: 300px;
	border: 0px;
	overflow: auto;
	line-height: 28px;
	color: #FFF;
	background-image: url(../img/opntxtbg.html);
}
#opnTxt {
	margin: 40px 0 0 0;
}
#opnGap {
	display: block;
	height: 23px;
}
#opnBg {
	background: #87c1ea;
	height: 419px;
}
#opnbtnDiv {
	width: 450px;
	margin: 10px 0 0 190px;
	float: left;
}
.opn_button {
	margin: 10px 8px 0 0;
	width: 80px;
	height: 23px;
}
/*자막*/
#narration {
	position: absolute;
	top: 507px;
	left: 80px;
	width: 800px;
	height: 50px;
	padding: 15px 0 0 20px;
	border-radius: 5px;
	background-color:rgba(0,0,0,0.7);

/*	background: url(../img/narBg.png) no-repeat;*/
	display: none;
}
#nar_txt {
	font-family: "Nanum Gothic";
	font-size: 12px;
	border: 0px solid #333;
	color: #FFFFFF;
	height: 40px;
	width: 790px;
	overflow: auto;
	margin: 0px 0 0 0;
}
#nar_close {
	position: absolute;
	top: 5px;
	left: 790px;
	height: 25px;
	width: 16px;
}
/*index menu*/
nav {
	display: none;
	position: absolute;
	width: 217px;
	height: 480px;
	background: #555640;
	top: 148px;
	left: 0px;
}
#container {
	position: absolute;
	top: 110px;
	/*z-index:100;*/
}

#popBubble {
	position: absolute;
	top:-40px;
	left:890px;
	width:89px;
	height:59px;
	display:none;
}



/* index btn position */
#menu_open {
	width: 101px;
	height: 49px;
	position: absolute;
	left: 452px;
	top:-110px;
	display: block;
	z-index:15;
}

/* index btn position */
#menu_close {
	width: 101px;
	height: 49px;
	position: absolute;
	top: 107px;
	left: 452px;
	cursor: pointer;
	display: block;
}
#menu {
	position: absolute;
	top: -500px;
	width: 1000px;
	left: 0px;
	height:110px;
/*	background-color: #CCE6E5;*/ /* #06192f; */
	padding: 1px 0 10px 0;
	text-align:center;
	background: url(../img/menu/indexBg.png) no-repeat;
}

/* 메뉴아이콘(이미지 메뉴일때) , 아이콘은 중앙정렬 */

#menuIcon{
	width:120px;
	height:100px;
	margin:10px; 10px; 5px; 10px;
	display:inline-block;
	vertical-align: middle;
}

 #menu_activated{
	position:relative;
	width:100%;
	height:100px;
	overflow:hidden;
	text-align: center;
 }


.mbtn{
	cursor:pointer;
}

/* ///////////////////////////////////////////

/* 배속버튼 */

#speedBtnSet {
	position: absolute;
	top:606px;
	left:660px;
	width:150px;
	height:22px;
	/*display:inline-block;*/
	vertical-align: middle;

	/*border:1px solid;*/
}


.speedBtn {
	font-family: "Nanum Gothic Bold";
	position:relative;
	width:37px;
	height:22px;
	font-size:15px;
	color:#999999;
	/*background-color:#000000;*/
/*	background: url(../img/controlbar/btnSpeed.png) no-repeat;*/
	margin-left:0px;
	margin-right:10px;
	padding:0px;
	overflow:hidden;
	text-align:center;
	vertical-align: middle;
	float:left;
	cursor:pointer;
}







/******volume bar*****/

#volSlideBar {
	position: absolute;
	top:615px;
	left:700px;
	width: 60px;
	height: 8px;
	margin: 0px 0 0 0;
	background: url(../img/controlbar/volBg.png) no-repeat;
	/*border:1px solid;*/
}
/*
#volSlideBar {
	float: left;
	width: 77px;
	height: 25px;
	display: none;
	margin: -15px 0 0 0;
	background: url(../img/controlbar/volBg.png) no-repeat;
}
*/


#volHandleBg {
	position: relative;
	float: left;
	width: 60px;
	height: 8px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #47a8bf;
	background-image: -moz-linear-gradient(top, #47a8bf, #47a8bf);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #47a8bf), color-stop(1, #47a8bf));
}
#volHandle {
	margin-left: 53px;
	margin-top: 0px;
}
/*********************/


video {
	max-width: 100%;
}
@viewport {
 orientation:landscape;
}





#popupStudy {
	position: absolute;
	top: -330px;
	left: 50px;
	width: 900px;
	height:520px;
	background: url("../img/popup/related_study.png") no-repeat;
	display: none;
}

/* 러닝맵 */

#popupWrapper, #lecturerWrapper{
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	width: 1000px;
	height:640px;
	z-index:200;
	background-color: rgba( 0, 0, 0, 0.5 );
}

#popupReference {
	position: absolute;
	top: 65px;
	/*top: 120px;*/
	left: 25px;
	width: 954px;
	/*height:400px;*/
	height:531px;/* 과정 목차수에 따라 여백 길이 조정 */
	background: url("../img/popup/learningmapBg.png") no-repeat;
	display: none;
}



#popupCloseButton {
	position: absolute;
	top: 0px;
	left: 923px;
	width: 32px;
	height:32px;
	background: url("../img/popup/btnClose.png") no-repeat;
}

.popupContent {
	font-family: "Nanum Gothic Bold";
	line-height: 160%;
	position: absolute;
	top: 70px;
	left: 0px;
	width: 900px;
	height:480px;
	background: url("") no-repeat;
}

#learningSection{
	position: relative;
	width:450px;
	height:480px;
	top:30px;
	left:20px;
	float:left;

}

#learningUnit{
	position: relative;
	width:433px;
	height:37px;
	background-color:#e5e5e5;
	margin:0px 10px 5px; 10px;
}

#learningUnitOn{
	position: relative;
	width:433px;
	height:37px;
	background-color:#99C3E4;
	margin:0px 10px 5px; 10px;
}

#learningUnit > #lmarkon {
	width: 20px;
	height: 37px;
	left: 0px;
	background: url("../img/popup/currentMark.png") no-repeat center center;
	float:left;
}

#learningUnit > #lmarkoff {
	width: 20px;
	height: 37px;
	left: 0px;
	float:left;
}

#learningUnit > #lnumber {
	color:#63ACE5;
	float:left;
	width:30px;
	height: 37px;
	text-align:center;
		margin-top:5px;
}


#learningUnit > #ltxt {
	color:#7F7F7F;
	height: 37px;
	font-size:16px;
	width:380px;
	float:left;
	letter-spacing:-1px;
	margin-top:5px;
}


#learningUnit > #ltxton {
	color:#477EA9;
	height: 37px;
	font-size:16px;
	width:380px;
	float:left;
	letter-spacing:-1px;
	margin-top:5px;
}


/* 강사 소개 */

#lecturerReference {
	position: absolute;
	left: 290px;
	top: 80px;
	width: 425px;
	height:480px;
	/*background: url("../img/popup/learningmapBg.png") no-repeat;*/
	background-color:#2D2E32;
	display: none;
}

#lecturerCloseButton {
	position: absolute;
	top: 0px;
	left: 390px;
	width: 32px;
	height:32px;
	background: url("../img/popup/btnClose.png") no-repeat;
}

.lecturerContent {
	font-family: "Nanum Gothic Bold";
	line-height: 160%;
	position: absolute;
	top: 25px;
	left: 20px;
	width: 410px;
	height:460px;
	background: url("") no-repeat;
	display:inline-block;
}

#lecturerTitle{
	position: relative;
	width:410px;
	height:30px;
	font-size:20px;
	color:#CC8B3B;
}


#lecturerDesc{
	position: relative;
	top:5px;
	color:white;
	height: 200px;
	font-size:15px;
	width:380px;
	letter-spacing:-0.5px;
	margin-top:5px;
}

#lecturerName{
	position:absolute;
	top:250px;
	width:203px;
	height:194px;
	font-size:20px;
	color:#CCCCCC;
	display:table;
	background: url("../img/popup/lecturerNameBg.png") no-repeat;
}


#lecturerName > div{
	display:table-cell; text-align:center; vertical-align:middle;
}


#lname1{
	color:#99CCFF; 
}

#lname2 {
}

#lecturerImage{
	position:absolute;
	top:-145px;
	left:160px;
	width:244px;
	height:350px;
	background: url("../img/popup/lecturerImg.png") no-repeat;

}


/* 북마크 */

#bookmarkForm{
 	position: absolute;
	top:380px;
	left: 0px;
	width: 305px;
	height:207px;
	background-color:#373737;
	/*background: url("../img/popup/learningmapBg.png") no-repeat;*/
	display: none;
}

.bookmarkContent {
	font-family: "Nanum Gothic Bold";
	line-height: 160%;
	position: relative;
	top: 0px;
	left: 0px;
	width: 305px;
	height:207px;
	background-color:#373737;
	/*	background: url("") no-repeat;*/
}

#bookmarkHead{
	font-size:8pt;
	top:0px;
	left:30px;
	color:#c4c4c4;
	margin-top:5px;
	margin-left:10px;
}

#bookmarkFoot{
	position: relative;
	top: -10px;
	left: 205px;
}

.bookmarkline{
	width:290px;
	height: 3px;
	margin: 5px 0px 15px 10px;
	background: url("../img/popup/bookmarkline.png") no-repeat;
	/*border:3px solid double #c4c4c4;*/

}


#bookmarkUnit{
	position: relative;
	width:295px;
	height:22px;
	margin:0px 10px 5px; 10px;
	display:inline-block;
	/*border:1px solid white;*/
	
}

#bookmarkUnit > div {
	vertical-align: middle;
	margin-right:5px;
	float:left;
}

.bmkaction{

}

.bmkmove{
	margin-left:4px;
}

.stime{
	 border: 1px solid #c4c4c4;
     border-radius: 0px;
	 width:57px;
	 font-size:14px;
	 text-align:center;
}

.txtd{
	 border: 1px solid #c4c4c4;
     border-radius: 0px;
	 width:124px;
	 font-size:14px;
}


#popupCloseButtonBmk {
	position: absolute;
	top: 10px;
	left: 285px;
	width: 11px;
	height:11px;
	background: url("../img/popup/btnCloseSmall.png") no-repeat;
}



#skipBtnDiv {
	position:absolute; 
	top:550px; 
	left:740px; 
	width:141px;
	height:63px;
	display: none;
}

#skipBtn{
	position:absolute; 
	top:0px;
	left:100px; 
	width:97px;
	height:35px;
	/*border:1px solid black;*/
	cursor: pointer;
	background: url("../img/skipBtn.png") no-repeat top left;
	z-index:1000;
}