@charset "utf-8";


html, body {    
    margin:0;
    padding:0;
	width: 100%;
	height: 100%;
}

html, body, div	{font:normal 12px 'Malgun Gothic', 'verdana';}


.loading_bg {
	width: 100%;
	height: 100%;
	color: #000;
	top: 0;
	left: 0;
	position: fixed;
	display: block;
	opacity: 0.99;
	background: #fff;
	z-index: 101;
	text-align: center;
	table-layout: fixed;
} 

.loading_box {
	display:table;
	width: 100%;
	height: 100%;
}

.loading_img{
	display: table-cell; 
	padding: 20px;
	vertical-align: middle; 
	text-align:center;
	font-size: 16px;
	line-height: 24px;
	
}

.loading_img span{
	font-size: 18px;	
	font-weight: 700;
	line-height: 32px;
	word-break: keep-all;
}
.loading_img > img{
  width:100%;
  height:100%;
  max-height:60px; 
  max-width:600px;
}


.caption_search_box{
	width: 100%;
	background-color: #7a8593;
	position: relative;
}

.caption_search_btn{
	width: 130px;
	height: 45px;		
	background-color: #f0776c;
	float: left;
}

.caption_search_btn a{
	width: 150px;
	height: 45px;
	text-align: center;
	font-size: 15px;
	color: #fff;
	font-weight: 600;
	padding: 12px 0 0 0;
	background-color: #f0776c;
	text-decoration:none;

	position: relative;
	float: left;
	box-sizing:border-box;
}

.caption_search_btn span{
	width: 130px;
	height: 45px;
	text-align: center;
	font-size: 15px;
	color: #fff;
	font-weight: 600;
	padding: 12px 0 0 0;
	background-color: #f0776c;
	text-decoration:none;

	position: relative;
	float: left;
	box-sizing:border-box;
}

.caption_search_text{
    width:calc(100% - 130px); 
	-webkit-calc(100% - 130px);
	-moz-calc(100% - 130px);
	height: 45px;
	position: relative;
	text-align: center;
	padding-top:6px;
	float:left;

	background-color: #7a8593;

	box-sizing:border-box;
}

.caption_search_text input{
	width: 90%;
	height: 28px;
	font-size: 15px;
	color: #ffffff;
	placeholder-color: #f00;
	background-color: #7a8593;
	border: none;
	border-bottom: 1px solid #f5f5f5;
}

.caption_search_text input::-ms-input-placeholder { color: #fff; }

.caption_search_text input::-webkit-input-placeholder { color: #fff; } 

.caption_search_text input::-moz-placeholder { color: #fff; }

.input_hidden{
	display: none;
}

.player_area_po {
	display:inline-block; 
	text-align: center;
	max-width: 1004px;
	left: 0px;
	height: auto;
	z-index: 99;

	width:-webkit-calc(100% - 530px);
    width:-moz-calc(100% - 530px);
    width:calc(100% - 530px); 

	box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.2);
}

.player_area_po_off {
	display:inline-block; 
	text-align: center;
	max-width: 1004px;
	left: 0px;
	height: auto;
	z-index: 99;

	width:100%;  

	box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.2);
}

.pap_add{
	display:block; 
	text-align: center;
	max-width: 1004px;
	left: 0px;
	height: auto;
	z-index: 99;

	width:-webkit-calc(100% - 530px);
    width:-moz-calc(100% - 530px);
    width:calc(100% - 530px);  
}


.player_area {
	float:left;
	max-width: 800px;
	background-color: #333;
	border: 10px solid #fff;  
	width:calc(100% - 204px); 
}

.player_area_blank{
	display : none;
	text-align: center;
	width: 100%;
	left: 0px;
	height: auto;
	z-index: 98;
}

.top_title_bg {
	position: fixed;
	top: 0px;
	left: 0px;

	width: 100%;
	height: 45px;
	background-color: #242c39;
	opacity: 0.6;
}

.top_title{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 45px;

	background: url(../images/top_right_back2.gif) no-repeat right;

	background-color: #555;

	/*border-bottom: 1px dashed #000;*/

	z-index: 100;
}

.title_text{	
	position: absolute;
	font-size: 16px;
	font-weight: 600;
	line-height: 40px;
	
	color: #fff;
	left: 16px;
}

.title_text img{
	display:inline-block;
    vertical-align: middle;
}

.title_right{
	position: absolute;
	top: 10px;
	right: 1%;
}

.view_mode{	
	position: relative;
	font-size: 14px;
	color: #fff;
	float: left;

}

.view_mode a{
	font-size: 14px;
	color: #fff;
	text-decoration:none;
}

.mode_btn {
	margin:-3px 10px 0 5px;
	width: 75px;
	height: 28px;
	float: left;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	color:#fff;
	text-decoration:none;	
	line-height: 24px;
	background-color: #3f75da;
	border: 1px solid #fff;
	transition: .4s ease-in-out;
}

.map_btn {
	margin:-3px 10px 0 5px;
	width: 65px;
	height: 28px;
	float: left;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	color:#fff;
	text-decoration:none;	
	line-height: 24px;
	background-color: #5845b8;
	border: 1px solid #fff;
	transition: .4s ease-in-out;
}

.color_mode{		
	position: relative;		
	font-size: 14px;
	color: #fff;
	float: left;
}

.color_mode a{
	padding: 0 5px 0 5px;
	border: 1px solid #fff;
	color:#fff;	
	text-decoration:none;
	transition: .4s ease-in-out;	
}

.color_mode span{
	display:inline-block; 
	padding: 0;
	margin: 0;
	border: 2px solid #fff;
}

.top_url {
	position: fixed;
	top: 45px;
	left: 0px;

	width: 100%;
	height: 35px;

	/*border-bottom: 1px solid #d8d8d8;*/
	font-size: 13px;
	color: #2f62cb;
	font-weight: 600;
	line-height: 30px;
	text-align: left;
	z-index: 99;

	background-color: #ffffff;
}

.top_url img{
	display:inline-block;
    vertical-align: middle;
}

.top_url span{
	font-size: 16px;
	margin-left: 15px;
	color: #000;
}

.menu_onoff{
	position: absolute;
	display: none;
	top: 0px;
	height:35px;
	right: 1%;
}

.main_cont{
	position:absolute;
	display:inline-block;
	width:100%;
	text-align: center;
	top: 100px;	
	left: 0px;

	/*overflow: hidden;	*/
}

.main_cont_right{	
	width: 100%;
	display : table-cell;
	vertical-align : top;
	text-align : center;
	border-left: 1px solid #d8d8d8;

	background-color: #ececec;
}

.main_menu {
	position:relative;
	display: inline-block;
	float:left;
	width: 180px;
	height: 508px;
	font-size: 14px;
	background-color:#fff;

	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px dashed #ccc;

	z-index:99;
}


.main_menu_title {	
	margin: 0;
	width: 100%;
	height: 55px;
	font-size: 18px;
	font-weight:600;
	text-align: left;
	line-height: 52px;
	background-color:#555;
	color: #fff;
}

.main_menu_title img{
	display:inline-block;
    vertical-align: middle;
}

.main_menu span{font-size:.9em;}

.main_menu ul{margin:0 0 0 5px;padding:0;list-style-type:none;}

.main_menu ul li{display:block; width:170px; text-align:left; border-bottom: 1px solid #e0e0e0;}

.main_menu ul li a{
	margin: 0 0 0 -5px;
	display:block;
	width:170px; 
	padding: 10px 5px 10px 5px; 
	line-height: 20px;
	color:#000;	
	word-break: keep-all;
	text-decoration:none;
	transition: .4s ease-in-out;	

	background: url(../images/play_icon.gif) no-repeat -15px center;
}

.main_menu ul li a:hover, .main_menu ul li a.current{
	width: 155px;
	font-weight:700;
	color: #1e51ba;
	word-break: keep-all;
	padding: 15px 5px 15px 20px;	
	background: url(../images/play_icon.gif) no-repeat left center;
	background-color: #f0f0f0;  /* 메뉴 배경 색상 변경 */
}

.main_menu ul li:last-child a{border-bottom: 0px; }

.subtitle{
	display: inline-block;
	width: 90%;
	height: 200px;
	color: #000;
	background-color: #eee;
}

.contents_box{	
	display:inline-block; 
	margin: 0 0 0 10px;
	width: 520px;
	height: 509px;
	background-color:#fff;
	border: 1px solid #333;

	box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.2);
}

.contents_box_off{	
	display:none; 
	margin: 0 0 0 10px;
	width: 520px;
	height: 509px;
	background-color:#fff;
	border: 1px solid #333;

	box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.2);
}

.cb_add{
	display:inline-block; 
	
	margin-left: 10px;
	width: 520px;
	height: 509px;
	background-color:#fff;
	border: 1px solid #333;
}


.sub_menu{
	position:relative;
	width: 100%;
	height: 50px;
	background-color:#fff;
}

.sub_menu ul{width: 100%; margin:0px;padding:0;list-style-type:none; background-color:#fff;}

.sub_menu ul li{display:block; float: left; text-align:center; font-size: 15px; box-sizing:border-box; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd;}

.sm_ssize{width: 33%;}
.sm_bsize{width: 34%;}

.sub_menu ul li a{
	display:block;
    padding: 10px 0 10px 0;
	color:#333;
	text-decoration:none;
	line-height: 20px;
	transition: .4s ease-in-out;
}

.sub_menu ul li a:hover{
	display:block;
	color:#fff;
	background-color: #2f62cb;  /* 메뉴 배경 색상 변경 */
}

.sub_menu span.min_font{
	font-size: 11px;
}

.sub_menu_over{
	background-color: #2f62cb;	
}

.sub_menu_over span{
	color: #fff;	
}

.sub_menu ul li:last-child {border-right:none; }

.at_lecture{
	position:relative;
	margin: 0;
	padding: 10px 20px 10px 20px;
	width: 100%;
	height: 446px;
	overflow-y:auto;
	overflow-x:none;
	text-align: left;

	box-sizing: border-box;
}

.at_lecture h1{
	margin: 10px 0 0 0;
	padding: 0;
	line-height: 30px;
	width: 100%;
	font-size: 18px;
	color: #2f62cb;
	font-weight:600;

	border-bottom: 2px solid #345291;
}

.at_lecture h1 img{
	display:inline-block;
    vertical-align: bottom;
}

.at_goal{
	position:relative;
	margin: 0;
	padding: 0;
	width: 100%;
}

.at_cont{
	position:relative;
	margin: 0;
	padding: 0;
	width: 100%;
	box-sizing: border-box;
}

.at_cont h1{
	margin-top: 20px;
	padding: 0;
	line-height: 30px;
	width: 100%;
	font-size: 18px;
	color: #2f62cb;
	font-weight:600;

	border-bottom: 2px solid #345291;
}

.at_cont_img{
	width:100%;
	
}
.at_cont_img  img {
	width: 50%;
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1); 
    -o-transform:scale(1);  
    transform:scale(1);
    -webkit-transition:.3s;
    -moz-transition:.3s;
    -ms-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
}
.at_cont_img:hover img {
	width: 100%;
	max-width: 800px;
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);   
    -o-transform:scale(1);
    transform:scale(1);
}

.at_goal ul{margin: 0; padding:0; width: 100%;list-style-type:none;}

.at_goal ul li{font-size: 15px; line-height: 22px; border-bottom: 1px dashed #ccc; padding: 8px 5px 8px 20px; background: url(../images/m_icon.gif) no-repeat 5px 15px; word-break: keep-all;}

.at_cont ol{margin: 0; padding:0; width: 100%;}

.at_cont ol li{margin: 0 0 0 25px; font-size: 15px; line-height: 22px; border-bottom: none;  padding: 8px 5px 8px 0; word-break: keep-all; border-bottom: 1px dashed #ccc; background:none; box-sizing: border-box;}

.at_cont ul{margin: 0; padding:0; width: 100%; list-style-type:none;}

.at_cont ul li{font-size: 15px; line-height: 22px; border-bottom: none;  margin-left: 0px; padding: 8px 5px 0 15px; word-break: keep-all; background: url(../images/sub_icon.png) no-repeat 0 16px;}

.at_cont ul li.main_text{font-size: 15px; line-height: 22px; border-bottom: none;  margin-left: 0px; padding: 8px 5px 0 5px; word-break: keep-all; background: none;}

.at_cont ul li.sub_text{font-size: 15px; padding: 5px 5px 8px 35px; background: url(../images/sub_icon.png) no-repeat 20px 14px; word-break: keep-all;}
.at_cont ul li.sub_text2{font-size: 15px; padding: 5px 5px 8px 42px; background: url(../images/dot_sub.png) no-repeat 30px 14px; word-break: keep-all;}

.at_cont ul li.unde_line{padding: 0; border-bottom: 1px dashed #ccc;}

.at_cont ul li.num_text1{font-size: 15px; padding: 5px 5px 8px 38px; background: url(../images/cont_num1.gif) no-repeat 15px 9px; word-break: keep-all; border-bottom: 1px dashed #ccc;}
.at_cont ul li.num_text2{font-size: 15px; padding: 5px 5px 8px 38px; background: url(../images/cont_num2.gif) no-repeat 15px 9px; word-break: keep-all; border-bottom: 1px dashed #ccc;}
.at_cont ul li.num_text3{font-size: 15px; padding: 5px 5px 8px 38px; background: url(../images/cont_num3.gif) no-repeat 15px 9px; word-break: keep-all; border-bottom: 1px dashed #ccc;}
.at_cont ul li.color_text{padding: 5px 5px 8px 5px; color: #db2349;  border-bottom: 1px dashed #ccc;}

.at_cont ol li a{text-decoration:none;}

.cont_img{
	width: 100%;
	max-width: 700px;
}

.at_quiz{
	position:relative;
	margin: 0;
	padding: 0;
	width: 100%;
}

.at_quiz h1{
	margin-top: 20px;
	padding: 0;
	line-height: 30px;
	width: 100%;
	font-size: 18px;
	color: #2f62cb;
	font-weight:600;

	border-bottom: 2px solid #345291;
}

.quiz_title{
	font-size: 15px;
	width: 100%;
	padding: 7px 0 7px 0;
	font-weight:600;
	text-align: center;
	background-color: #f5f5f5;
	border-bottom: 1px dashed #ccc;
	box-sizing: border-box;
	color: #d03543;
}

.quiz_box{
	margin-top: 10px;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
}

.quiz_num1{
	font-size: 15px;
	width: 100%;
	padding: 10px 0 10px 35px;
	background: url(../images/num1.png) no-repeat 5px 10px; 
	box-sizing: border-box;

	background-color: #f5f5f5;
}

.quiz_num2{
	font-size: 15px;
	width: 100%;
	padding: 10px 0 10px 35px;
	background: url(../images/num2.png) no-repeat 5px 10px; 
	box-sizing: border-box;

	background-color: #f5f5f5;
}

.quiz_ox {
	padding: 10px;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
}

.quiz_ox a{		
	margin: 15px;
}

.quiz_o_img{
	position: absolute;
	padding: 7px 0 0 2px;
	display: none;
}

.quiz_x_img{
	position: absolute;
	padding: 7px 0 0 2px;
	display: none;
}

.at_quiz a.check_quiz{
	padding: 5px 10px 7px 10px;
	text-align: center;
	font-size: 16px;
	font-weight:600;
	color:#fff;
	text-decoration:none;
	background-color: #2f62cb;
	border: 1px solid #2f62cb;
}

.quiz_result{	
	margin-top: 10px;
	padding: 10px;
	width: 100%;
	font-size: 15px;
	background-color: #f9f9f9;
	box-sizing: border-box;
	border: 2px solid #d71818;

	display: none;
}

.quiz_result span{
	font-weight:600;	
}


.check_btn{
	width: 100%;
	padding: 10px 0 10px 0;
	text-align: right;
}

.ch_quiz_title {
	font-size: 15px;
	width: 100%;
	padding: 10px 0 10px 35px;
	font-weight:600;
	text-align: left;
	
	background: url(../images/quiz_t_img.png) no-repeat 5px 10px; 
	border-bottom: 1px dashed #ccc;
	box-sizing: border-box;
	color: #000;
	background-color: #f5f5f5;
}

.answer_text{
	font-size: 15px;
	width: 100%;
	height: 30px;
	box-sizing: border-box;
	border: 1px solid #cccccc; 
	background-color: #f5f5f5;
}

.answer_textarea{
	font-size: 15px;
	width: 100%;
	height: 80px;
	box-sizing: border-box;
	border: 1px solid #cccccc; 
	background-color: #f5f5f5;
}

.qt_num1{background: url(../images/num1.png) no-repeat 5px 10px; background-color: #f5f5f5;}
.qt_num2{background: url(../images/num2.png) no-repeat 5px 10px; border-top: 2px solid #345291; background-color: #f5f5f5;}
.qt_num3{background: url(../images/num3.png) no-repeat 5px 10px; border-top: 2px solid #345291; background-color: #f5f5f5;}
.qt_num4{background: url(../images/num4.png) no-repeat 5px 10px; border-top: 2px solid #345291; background-color: #f5f5f5;}
.qt_num5{background: url(../images/num5.png) no-repeat 5px 10px; border-top: 2px solid #345291; background-color: #f5f5f5;}
.qt_num6{background: url(../images/num6.png) no-repeat 5px 10px; border-top: 2px solid #345291; background-color: #f5f5f5;}
.qt_num7{background: url(../images/num7.png) no-repeat 5px 10px; border-top: 2px solid #345291; background-color: #f5f5f5;}
.qt_num8{background: url(../images/num8.png) no-repeat 5px 10px; border-top: 2px solid #345291; background-color: #f5f5f5;}
.qt_num9{background: url(../images/num9.png) no-repeat 5px 10px; border-top: 2px solid #345291; background-color: #f5f5f5;}

.ch_quiz_o_img{
	position: absolute;
	margin-top: -3px;
	left:2px;
	padding: 0;
	display: none;
}

.ch_quiz_x_img{
	position: absolute;
	margin-top: -3px;
	left:2px;
	padding: 0;
	display: none;
}

.ch_quiz_box{
	margin-top: 10px;
	width: 100%;
	box-sizing: border-box;
}
.ch_quiz_box ul {list-style-type:none; word-break: keep-all; margin:0; padding: 0;}
.ch_quiz_box ul li{border-bottom: 1px dashed #ccc;}
.ch_quiz_box li label{
	display: inline-block;
	padding: 7px 0 9px 35px; 
	font-size: 15px;
	line-height:18px; 
	cursor: pointer;
	
	}

.n1{background:url(../images/q_num1.png) no-repeat 10px 7px;}
.n1.select{background-image:url(../images/q_num1_on.png)}
.n2{background:url(../images/q_num2.png) no-repeat 10px 7px;}
.n2.select{background-image:url(../images/q_num2_on.png)}
.n3{background:url(../images/q_num3.png) no-repeat 10px 7px;}
.n3.select{background-image:url(../images/q_num3_on.png)}
.n4{background:url(../images/q_num4.png) no-repeat 10px 7px;}
.n4.select{background-image:url(../images/q_num4_on.png)}
.n5{background:url(../images/q_num5.png) no-repeat 10px 7px;}
.n5.select{background-image:url(../images/q_num5_on.png)}

.at_report{
	position:relative;
	margin: 0;
	padding: 0;
	width: 100%;
}

.at_report h1{
	margin-top: 20px;
	padding: 0;
	line-height: 30px;
	width: 100%;
	font-size: 18px;
	color: #2f62cb;
	font-weight:600;

	border-bottom: 2px solid #345291;
}

.at_report span{
	color: #db2349;
}

.at_report_title {
	font-size: 15px;
	width: 100%;
	margin-bottom: 10px;
	padding: 10px;
	text-align: left;
	border: 1px solid #345291;
	box-sizing: border-box;
	color: #000;
	background-color: #f5f5f5;
	word-break: keep-all;
}

.at_report_btn{
	width: 100%;
	padding: 10px 0 10px 0;
	text-align: right;
}

.at_report_btn a{
	padding: 5px 10px 7px 10px;
	text-align: center;
	font-size: 16px;
	font-weight:600;
	color:#fff;
	text-decoration:none;
	background-color: #2f62cb;
	border: 1px solid #2f62cb;
}


.at_report .main_box{
	width: 100%;	
	background-color: #fff;
	text-align: left;
	padding: 10px;
	box-sizing: border-box;	

	border-top: 2px solid #345291;
	border-bottom: 1px dashed #e8e8e8;
}

.at_report .main_box h1{
	margin-top: 0;
	width: 100%;
	font-size: 15px;
	font-weight: 600;
	line-height: 18px;
	border: none;
}

.at_report .main_box h1 span{
	width: 100%;
	font-size: 11px;
	font-weight: 300;	
}

.at_report .re_text h1{
	border: none;
}


.at_note{
	position:relative;
	margin: 0;
	padding-bottom: 30px;
	width: 100%;
	height: 124px;
}

.at_note h1{
	margin: 15px 0 0 0;
	width: 100%;
	padding: 0;
	font-size: 18px;
	color: #2f62cb;
	font-weight:600;

	border-bottom: none;
}

.at_note textarea{
	width: 100%;
	font-family: "Noto Sans Kr", sans-serif;
	height: 70px;
	border: 1px solid #dddddd;
	font-size: 15px;
	line-height: 20px; 
	padding: 5px;
	box-sizing: border-box;
}

.at_note button{
	margin-top: 5px;
	float: right;
}

.language{
	display: none;
	width: 100%;
	max-width: 1000px;
	height: 446px;
	overflow-y:auto;
	background-color: #fff;
	font-size: 14px;
	text-align: left;

	box-sizing: border-box;

	line-height: 22px;
}

.goto_video{
	display: inline-block;
	width: 100%;
	background-color: #fff;	
}
.goto_video a{
	font-size: 14px;
	color: #333;
	font-weight:500;
}

.lan_menu{
	width: 100%;
	height: 44px;
	border-bottom: 2px solid #345291;
}

.lan_menu a{
	margin: 5px 0 0 5px;
	display:block;
	float: left;
	width: 120px;
	text-align: center;
	font-size: 15px;
    height: 32px;
	color:#333;
	text-decoration:none;
	line-height: 31px;
	background-color: #f8f8f8;
	border: 1px solid #f8f8f8;
	transition: .4s ease-in-out;
}

.lan_box{
	width: 100%;
	height: 400px;
	overflow-y:auto;
	background-color: #fff;
	font-size: 14px;
	text-align: left;

	box-sizing: border-box;

	line-height: 22px;
}

.lan_box .lan_left{	
	display: inline-block;	
	float: left;
	width: 15%;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	text-align: center;
	background-color: #f5f5f5;
	padding: 10px 0 10px 0;
	margin:0;	
}

.lan_box .lan_right{	
	display: table-cell;
	float: left;
	width: 85%;
	font-size: 14px;
	font-weight: 300;
	color: #000;
	word-break: keep-all;
	background-color: #fff;
	border-bottom: 1px solid #e5e5e5;
	box-sizing: border-box;	
	margin:0;
}

.lan_box .lan_right a{
	display:block;
	padding: 10px 10px 10px 10px;
	box-sizing: border-box;
	width: 100%;
	text-decoration:none;
	color: #000;
	transition: .4s ease-in-out;
}

.lan_box .lan_right a:hover{
	background-color: #f5f5f5;
	color: blue;
}

.fur_lecture {
	display: none;
	width: 100%;
	height: 446px;
	overflow-y:auto;
	background-color: #fff;
	font-size: 15px;
	text-align: left;
	padding: 10px 30px 10px 20px;
	box-sizing: border-box;
	line-height: 22px;
}

.fur_lecture img{
	display:inline-block;
    vertical-align: middle;
}

.fur_lecture h1{
	margin: 10px 0 0 0;
	padding: 0;
	line-height: 30px;
	width: 100%;
	font-size: 18px;
	color: #2f62cb;
	font-weight:600;

	border-bottom: 2px solid #345291;
}

.fut_ment {display:block; margin: 10px 0 10px 0; padding: 10px 5px 10px 5px; width: 100%; text-align: center; font-size: 16px; font-weight: 700; background-color: #dee9fe; border: 1px solid #b8cbf0;}

.fur_lecture ul{margin: 0; padding:0; width: 100%; list-style-type:none;}

.fur_lecture ul li{font-size: 15px; line-height: 22px; border-bottom: none;  padding: 8px 5px 0 5px; word-break: keep-all; background:none;}

.fur_lecture ul li.sub_text{font-size: 15px; font-weight: 500; padding: 5px 0 8px 20px; background: url(../images/sub_icon.png) no-repeat 5px 14px; word-break: keep-all; border-bottom: 1px dashed #ccc;}

.fur_lecture ul li span{font-size: 15px; font-weight: 800; color: #000099;}

.fur_lecture ol{margin: 0 0 0 20px; padding:0; width: 100%;}

.fur_lecture ol li{font-size: 15px; font-weight: 600; line-height: 22px; border-bottom: none;  padding: 8px 10px 15px 5px; word-break: keep-all; background:none;}

.fur_lecture ul li a{text-decoration:none;}

.note_box {
	width: 100%;
	margin: 20px 0 7px 0;
}

.note_btn {
	padding: 5px 10px 7px 10px;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	color:#fff;
	text-decoration:none;	
	background-color: #3f75da;
}

.note_ment{
	width: 100%;
	padding: 5px 0 7px 10px;	
	line-height: 20px;
	color: #e55558;
	font-size: 13px;
	border: 1px solid #cccccc;
	background-color: #f5f5f5;
}

.comments {
	display: none;
	width: 100%;
	height: 445px;
	overflow-y:hidden;
	background-color: #fff;
	text-align: right;
	/*padding: 20px 20px 20px 20px;*/
	box-sizing: border-box;		
}

.comments a{	
	padding: 7px 10px 10px 10px;
	text-align: center;
	font-size: 16px;
	color:#fff;
	text-decoration:none;
	background-color: #d03543;
}

.write_box{
	width: 100%;
	font-size: 14px;
	background-color: #f8f8f8;
	line-height: 34px;
	padding: 10px 10px 10px 10px;
	box-sizing: border-box;
	text-align: right;
	border: 1px solid #e8e8e8;
	margin-bottom: 20px;
}

.write_box textarea{
	width: 100%;
	font-family: "Noto Sans Kr", sans-serif;
	height: 50px;
	border: 1px solid #dddddd;
	font-size: 14px;
	line-height: 20px; 
	padding: 5px;
	box-sizing: border-box;
	overflow:hidden
}

.write_box a{	
	margin: 15px 0 0 10px;
	padding: 3px 10px 3px 10px;
	text-align: center;
	font-size: 14px;
	color:#fff;
	text-decoration:none;
	background-color: #2f62cb;
	border: 1px solid #2f62cb;
}

.comments .main_box{
	width: 100%;	
	background-color: #fff;
	text-align: left;
	padding: 10px;
	box-sizing: border-box;	

	border-top: 2px solid #345291;
	border-bottom: 1px dashed #e8e8e8;
}

.main_box h1{
	margin-top: 0;
	width: 100%;
	font-size: 15px;
	font-weight: 600;
	line-height: 18px;
}

.main_box h1 span{
	width: 100%;
	font-size: 11px;
	font-weight: 300;	
}

.main_box .main_text{
	width: 100%;
	font-size: 14px;
	color: #333;
}

.re_text{
	width: 100%;
	font-size: 14px;
	background-color: #f8f8f8;
	line-height: 34px;
	padding: 5px 10px 0 10px;
	box-sizing: border-box;
	text-align: right;
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 20px;
}

.re_text textarea{
	width: 100%;
	font-family: "Noto Sans Kr", sans-serif;
	height: 30px;
	border: 1px solid #dddddd;
	font-size: 14px;
	line-height: 20px; 
	padding: 5px;
	box-sizing: border-box;
	overflow:hidden
}

.re_text a.replay{	
	margin: 15px 0 0 10px;
	padding: 3px 10px 3px 10px;
	text-align: center;
	font-size: 14px;
	color:#fff;
	text-decoration:none;
	background-color: #2f62cb;
	border: 1px solid #2f62cb;
}

.re_text a.vote{	
	margin: 15px 0 0 10px;
	padding: 3px 10px 3px 10px;
	text-align: center;
	font-size: 14px;
	color:#d71818;
	text-decoration:none;
	background-color: #fff;
	border: 1px solid #d71818;
}

.re_text .re_con{	
	width: 100%;
	font-size: 13px;
	text-align: left;
	background-color: #fff;
	padding: 5px;
	box-sizing: border-box;
	border-top: 1px solid #e8e8e8;

}

.re_con h1{
	margin: 0 0 0 0;
	width: 100%;
	font-size: 14px;
	font-weight: 600;
	line-height: 18px;
}

.re_con h1 span{
	width: 100%;
	font-size: 11px;
	font-weight: 300;	
}

.re_con_border{
	border-bottom: 1px solid #e8e8e8;
}

.wide_next{
	position:absolute;
	display: none;
	top: 20px;
	text-align: right;
	width: 100%;
	max-width: 800px;
	height: 99px;

	z-index: 99;
}

/* 1550px 이하일때 내용 영역 */
@media all and (max-width: 1560px) {
	/*.player_area_po{width: 100%;, display:inline-block;}*/
	.player_area_po{
		display:block; 
		text-align: center;
		max-width: 1004px;
		left: 0px;
		height: auto;
		z-index: 99;

		width:-webkit-calc(100% - 530px);
		width:-moz-calc(100% - 530px);
		width:calc(100% - 530px);  
	}

	.wide_next{
		position:absolute;
		display: none;
		top: 20px;
		text-align: right;
		width:-webkit-calc(100% - 730px);
		width:-moz-calc(100% - 730px);
		width:calc(100% - 730px);  
		height: 99px;

		z-index: 99;
	}

	.contents_box{
		display:inline-block; 	
		margin-left: 10px;
		width: 520px;
		height: 509px;
		background-color:#fff;
		border: 1px solid #333;
	}
}

.button_right{
	margin-top: 5px;
	float: right;
}

.m_button {
  height:24px;
  background-color: #f2f2f2;
  background-image: linear-gradient(to bottom, #f2f2f2, #f2f2f2);
  border: 1px solid #bfbfbf;
  box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #d9d9d9, inset 0 0 0 1px #f2f2f2, 0 2px 4px rgba(0, 0, 0, 0.2);
  color: #8c8c8c;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  padding: 0px 7px 2px;
}

/* 버튼 오버 클릭 효과 */
.button:hover, .button:focus {
  background: #f2f2f2;
  border-color: #8c8c8c;
  box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #d9d9d9, inset 0 0 0 1px #f2f2f2;
}
.button:active {
  background: #f2f2f2;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
}
.button .fa {
  color: #bfbfbf;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}
/* 버튼 오버 클릭 효과 */


/* 버튼 색상 만들기 본인이 원하는 색상을 추가 해서 만들어서 적용*/ 
.button-blue {
  background-color: #42b0e3;
  background-image: linear-gradient(to bottom, #42b0e3, #2ba9e3);
  border: 1px solid #107db0;
  box-shadow: inset 0 1px 0 #7cd4fc, inset 0 -1px 0 #2696c9, inset 0 0 0 1px #59b7e3, 0 2px 4px rgba(0, 0, 0, 0.2);
  color: white;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.button-blue:hover, .button-blue:focus {
  background: #2ba9e3;
  border-color: #004c6f;
  box-shadow: inset 0 1px 0 #7cd4fc, inset 0 -1px 0 #2696c9, inset 0 0 0 1px #59b7e3;
}
.button-blue:active {
  background: #2ba9e3;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
}
.button-blue .fa {
  color: #107db0;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}

.button-green {
  background-color: #26791d;
  background-image: linear-gradient(to bottom, #489932, #26791d);
  border: 1px solid #26791d;
  box-shadow: inset 0 1px 0 #c6e5b3, inset 0 -1px 0 #79b356, inset 0 0 0 1px #a4cc8b, 0 2px 4px rgba(0, 0, 0, 0.2);
  color: white;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.button-green:hover, .button-green:focus {
  background: #489932;
  border-color: #326612;
  box-shadow: inset 0 1px 0 #c6e5b3, inset 0 -1px 0 #79b356, inset 0 0 0 1px #a4cc8b;
}
.button-green:active {
  background: #8bcc62;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
}
.button-green .fa {
  color: #5f993a;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}

.button-purple {
  background-color: #847bba;
  background-image: linear-gradient(to bottom, #847bba, #7568ba);
  border: 1px solid #493e87;
  box-shadow: inset 0 1px 0 #bab6d4, inset 0 -1px 0 #655aa1, inset 0 0 0 1px #948dba, 0 2px 4px rgba(0, 0, 0, 0.2);
  color: white;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.button-purple:hover, .button-purple:focus {
  background: #7568ba;
  border-color: #1f1654;
  box-shadow: inset 0 1px 0 #bab6d4, inset 0 -1px 0 #655aa1, inset 0 0 0 1px #948dba;
}
.button-purple:active {
  background: #7568ba;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
}
.button-purple .fa {
  color: #493e87;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}

.button-orange {
  background-color: #f58a38;
  background-image: linear-gradient(to bottom, #f58a38, #f57c20);
  border: 1px solid #c25706;
  box-shadow: inset 0 1px 0 #ffb984, inset 0 -1px 0 #db6f1d, inset 0 0 0 1px #f59851, 0 2px 4px rgba(0, 0, 0, 0.2);
  color: white;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.button-orange:hover, .button-orange:focus {
  background: #f57c20;
  border-color: #773300;
  box-shadow: inset 0 1px 0 #ffb984, inset 0 -1px 0 #db6f1d, inset 0 0 0 1px #f59851;
}
.button-orange:active {
  background: #f57c20;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
}
.button-orange .fa {
  color: #c25706;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}

.button-red {
  background-color: #ed6d64;
  background-image: linear-gradient(to bottom, #ed6d64, #ed574c);
  border: 1px solid #ba3329;
  box-shadow: inset 0 1px 0 #ffb0aa, inset 0 -1px 0 #d44d44, inset 0 0 0 1px #ed837b, 0 2px 4px rgba(0, 0, 0, 0.2);
  color: white;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.button-red:hover, .button-red:focus {
  background: #ed574c;
  border-color: #870c03;
  box-shadow: inset 0 1px 0 #ffb0aa, inset 0 -1px 0 #d44d44, inset 0 0 0 1px #ed837b;
}
.button-red:active {
  background: #ed574c;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
}
.button-red .fa {
  color: #ba3329;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}

.button-yellow {
  background-color: #fce374;
  background-image: linear-gradient(to bottom, #fce374, #fcdf5b);
  border: 1px solid #c9ae34;
  box-shadow: inset 0 1px 0 #fff6ce, inset 0 -1px 0 #e3c852, inset 0 0 0 1px #fce88d, 0 2px 4px rgba(0, 0, 0, 0.2);
  color: #967d09;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.button-yellow:hover, .button-yellow:focus {
  background: #fcdf5b;
  border-color: #967d09;
  box-shadow: inset 0 1px 0 #fff6ce, inset 0 -1px 0 #e3c852, inset 0 0 0 1px #fce88d;
}
.button-yellow:active {
  background: #fcdf5b;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
}
.button-yellow .fa {
  color: #c9ae34;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}


.button-gray {
  background-color: #777777;
  background-image: linear-gradient(to bottom, #999999, #888888);
  border: 1px solid #666666;
  box-shadow: inset 0 1px 0 #bbbbbb, inset 0 -1px 0 #777777, inset 0 0 0 1px #aaaaaa, 0 2px 4px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.button-gray:hover, .button-gray:focus {
  background-color: #ed6d64;
  background-image: linear-gradient(to bottom, #ff4d40, #ff3e30);
  border: 1px solid #ba3329;
  box-shadow: inset 0 1px 0 #ffb0aa, inset 0 -1px 0 #d44d44, inset 0 0 0 1px #ed837b, 0 2px 4px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}
.button-gray:active {
  background: #ffffff;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
  color: #000000;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
.button-gray .fa {
  color: #c9ae34;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}

.button-gray-on {
  background-color: #ed6d64;
  background-image: linear-gradient(to bottom, #ff4d40, #ff3e30);
  border: 1px solid #ba3329;
  box-shadow: inset 0 1px 0 #ffb0aa, inset 0 -1px 0 #d44d44, inset 0 0 0 1px #ed837b, 0 2px 4px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.button .fa {
  float: left;
  font-size: 14px;
  line-height: 20px;
  margin: -1px 8px 0 -4px;
  vertical-align: top;
}
