@charset "utf-8";
/* NHN | JCM */

/* Element Reset */
body,
input, 
textarea,
select{ margin:0; font-size:12px; font-family:Tahoma;}
em{ font-style:normal;}
fieldset{ border:0; margin:0; padding:0;}
img{ border:0;}
ul,li{list-style:none;}
*, ::after, ::before {
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a{ text-decoration:none; }
body{overflow-x: hidden;}
#wrapper{min-width:1110px;}
.navbar-custom{min-width:1110px;}

/* Scrollbar */
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background-color: transparent;
}
::-webkit-scrollbar-thumb {
  background-color: #2280C9;
}
::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}

/* Button */
/*.button{
	color:#fff;display:inline-block;padding:7px 10px;font-weight:bold;font-size:1.25em;text-decoration:none;margin-left:5px;border-radius: 4px;
}*/
.button{
	/*color:#fff;
	display:inline-block;
	padding:7px 10px;
	font-weight:bold;
	font-size:1.25em;
	text-decoration:none;
	margin-left:5px;
	border-radius: 4px;*/
	zoom: 1;
    display: inline-block;
    vertical-align: baseline;
    margin: 0 2px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 1.2em Tahoma;
    padding: .5em 2em .55em;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover{
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}
.button.blue{
	color: #fff;
    border: solid 1px #1466B6;
    background: #1D70BE;
    background: -webkit-gradient(linear, left top, left bottom, from(#2280C9), to(#1466B6));
    background: -moz-linear-gradient(top, #2280C9, #1466B6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2280C9', endColorstr='#1466B6');
}
.button.blue:hover{
	border: solid 1px #da7c0c;
    background: #f78d1d;
    background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
    background: -moz-linear-gradient(top, #faa51a, #f47a20);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.button.blue.big{
	width:100%;
	font-size:1.6em;
}
.button.light-blue{
	color: #fff;
    border: solid 1px #1884F3;
    background: #2794FD;
    background: -webkit-gradient(linear, left top, left bottom, from(#42A6FF), to(#1884F3));
    background: -moz-linear-gradient(top, #42A6FF, #1884F3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#42A6FF', endColorstr='#1884F3');
}
.button.light-blue:hover{
	border: solid 1px #da7c0c;
    background: #f78d1d;
    background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
    background: -moz-linear-gradient(top, #faa51a, #f47a20);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.button.orange{
	color: #fff;
    border: solid 1px #da7c0c;
    background: #f78d1d;
    background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
    background: -moz-linear-gradient(top, #faa51a, #f47a20);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.button.agree{
	color: #fff;
    border: solid 1px #224FA3;
    background: #2453AD;
    background: -webkit-gradient(linear, left top, left bottom, from(#285EC1), to(#204A99));
    background: -moz-linear-gradient(top, #285EC1, #204A99);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#285EC1', endColorstr='#204A99');
}

/* Layout */
#wrapper {
    height: 100%;
    overflow: hidden;
    width: 100%;
	background-color:#EDF0F5;
}

.navbar-custom {
    padding: 0;
    position: fixed;
    left: 0;
    right: 0;
    height: 80px;
    z-index: 100;
	background: #1473CF url(../img/top_bg.jpg) no-repeat right;
	text-align: center;
}
#quiz_popup{
	background: url(../img/popup_quiz_bg.jpg) no-repeat left top;
}
.logo-box{
	float:left;
	padding-top:17px;
	padding-left:22px;
	cursor:pointer;
}
.top-center{
	display:inline-block;
}
.top-right{
	float:right;
}
.search{display:inline-block;}
.search input:-ms-input-placeholder{color:#a8a8a8;}
.search input::-webkit-input-placeholder{color:#a8a8a8;}
.search input::-moz-placeholder{color:#a8a8a8;}
.search{
	position:relative;
	width:600px;
	margin-top:20px;
}
.search input{
	width:600px;
	padding:10px;
	border:0;
	outline:none;
	float:left;
	border-radius: .3em;
	font-size:1.3em;
}
.search button{
	position:absolute;
	right:-2px;
	width:50px;
	height:39px;
	border: solid 1px #1F6EC2;
	float:right;
	color:#fff;
	border-radius: 0 .3em .3em 0;
	cursor:pointer;
	background: #1C78C7;
    background: -webkit-gradient(linear, left top, left bottom, from(#2088CF), to(#1865BB));
    background: -moz-linear-gradient(top, #2088CF, #1865BB);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2088CF', endColorstr='#1865BB');
}
.search button:hover{
	border: solid 1px #da7c0c;
    background: #f78d1d;
    background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
    background: -moz-linear-gradient(top, #faa51a, #f47a20);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.top-right .btns{display:inline-block;margin-top: 20px;}
.top-right .btns i{color:#fff;cursor:pointer;padding-right:20px;}
.top-right .btns i:hover{color:#faa51a;}

.left-side-menu {
    width: 540px;
    background: #fff;
    bottom: 0;
    padding: 20px 0;
    position: fixed;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    top: 70px;
    -webkit-box-shadow: 0 0 24px 0 rgba(0,0,0,.06), 0 1px 0 0 rgba(0,0,0,.02);
    box-shadow: 0 0 24px 0 rgba(0,0,0,.06), 0 1px 0 0 rgba(0,0,0,.02);
    z-index: 99;
}

.left-side-menu .left-top{
	padding:10px 25px;
	position:relative;
	background-color:#fff;
}
.left-side-menu .index{
	font-size:3.3em;
	color:#222;
	font-weight:bold;
	display:inline-block;
}

.left-side-menu .btns{
	float:right;
	padding-top:10px;
}

.left-side-menu .left-menu{
	height:100%;
	
	overflow-x: hidden;
	overflow-y:scroll;
}

.tree_menu {line-height:25px;padding:0 0 100px 0;}
.tree_menu ul,.tree_menu li{list-style:none;}

.depth_1{
	background-color:#fff;
	padding:15px 0 10px 20px;
	display:table;
	width:100%;
}
.depth_1.on{
	background-color:#F6F7F9;
}
.depth_1 ul{
	display:none;
}
.depth_1.on ul{
	display:block;
}
.depth_1>a{
	display:block;
	padding-left:10px;
	text-decoration:none;
}
.depth_1>a i{
	color:#1D70BE;
	display:table-cell;
}
.depth_1>a .tit{
	display:table-cell;
	color: #333;
    font-size: 1.75em;
    font-weight: bold;
	line-height:33px;
    padding-left: 10px;
	/*padding-left:30px;
	background:url(../img/btn_tree_plus.png) no-repeat left 7px;*/
}
.depth_1.on>a .tit{
	/*background:url(../img/btn_tree_minus.png) no-repeat left 7px;*/
}

.depth_2 li{
	padding:10px 0;
}
.depth_2 li a{
	display:block;
	color:#666;
	font-size:1.4em;
	text-decoration:none;
	line-height:25px;
}
.depth_2 li a:hover{
	color:#ff9813;
}
.depth_2 li a.on{
	color:#ff9813;
}
.depth_2 li .quizBtn{
	width: 430px;
    color: #fff;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    padding: 2px 0px;
}
.depth_2 li .quizBtn.no_auth{
	background-color: #D3D8DE;    
}
.depth_2 li .quizBtn.ready{
	background-color: #1C78C7;    
}
.depth_2 li .quizBtn.complete{
	background-color: #EBEDEF;
	border:1px solid #1C78C7;
	color:#1C78C7;
}

.content-page {
    margin-left: 540px;
    overflow: hidden;
    padding: 0;
    min-height: 90vh;
    margin-top: 70px;
}
.content-page .content{
	padding:20px;
}

.main-exp-box{
	position:relative;
	border:1px solid #D9E2F3;
	background-color:#fff;	
	margin:15px 0;
	padding:30px;
}
.main-exp-box .box-middle{
	padding:25px;
}
.main-exp-box h1{
	font-size:2em;
	padding-bottom: 15px;
	margin:0;
	color:#222;
}
.main-exp-box p{
	font-size:1.4em;
	padding:0;
	margin:0;
	color:#333;
}
.main-list-box{
	position:relative;
	border:1px solid #D9E2F3;
	background-color:#fff;	
	margin:15px 0;
}
.main-list-box .box-top{
	padding:15px 30px;
	border-bottom:1px solid #eee;
}
.main-list-box .box-top .tit{
	font-size:2em;
	font-weight:bold;
	padding-right:10px;
}
.main-list-box .box-top .chapter_tit{
	font-size:2em;
	font-weight:bold;
	padding-bottom:10px;
}
.main-list-box .box-top .part_tit{
	font-size:1.6em;
}
.main-list-box .box-middle{
	min-height:132px;
}
.main-list-box .box-middle ul{
	padding-left: 30px;
}
.main-list-box .box-middle li{
	line-height:30px;
	vertical-align: middle;
	padding-bottom:10px;
	display:table;
	width:97%;
}
.main-list-box .box-middle li input,.main-list-box .box-middle li i,.main-list-box .box-middle li span{display:table-cell;}
.main-list-box .box-middle li .chk_box{width:30px;}
.main-list-box .box-middle li i{
	width:30px;
	padding-right:10px;
	cursor:pointer;
}
.main-list-box .box-middle li .tit{
	font-size:1.6em;
	color:#333;
    position: relative;
	top: -2px;
}
.main-list-box .box-middle li .tit.off{
	color:#ddd;
}
.main-list-box .box-middle li .tit a{
	color:#333;
}
.main-list-box .box-bottom{
	padding:10px 20px;
	background-color:#F0F4FB;
	border-top:1px solid #EAEEF8;
}
.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    margin-right: auto;
    margin-left: auto;
}
.chapter-exp-box{
	position:relative;
	border:1px solid #D9E2F3;
	background-color:#fff;	
	margin:15px 0;
}
.chapter-exp-box .box-top{
	padding:20px 25px;
}
.chapter-exp-box .box-top h1{
	padding:0 0 15px 0;
	margin:0;
}
.chapter-exp-box .box-top p{
	padding:0;
	margin:0;
	font-size:1.3em;
}
.chapter-exp-box .box-bottom{
	padding:10px 20px;
	background-color:#F0F4FB;
	border-top:1px solid #EAEEF8;
}
.row{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px;
}
.parts{
	-webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
	position: relative;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
}
.parts .box{
	border:1px solid #D9E2F3;
	background-color:#fff;
	margin-bottom:20px;
}
.parts .box .tit{
	font-size:1.6em;
	font-weight:bold;
	padding:15px 25px 0 25px;
}
.parts .box .btns{
	padding:15px 20px;
}
.section_list input[type="checkbox"]{
	width:24px;
	height:24px;
	position:relative;
	top:3px;
	margin-right:10px;
}

.star{
	position: relative;
    float: right;
	display:inline-block;
	content:"\f005";
	font-family:FontAwesome;
	color:#FFC107;
	max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
	margin: 5px;
	font-size: 1.5em;
	user-select: none;
	box-sizing: border-box;
}
.fa-star{color:#ddd;}
.fa-star.on{color:#FFC107;}
.main-list-box .box-middle li i.fa-star.off{color:#ddd;cursor:unset;}
.fa-play-circle{color:#1D70BE;}
.main-list-box .box-middle li i.fa-play-circle.off{color:#ddd;cursor:unset;}

#play_btns{
	position:fixed;
	bottom:0;
	width:100%;
	padding:10px 20px;
	background-color:#F0F4FB;
	border-top:1px solid #E3E9F3;
}
.box-top-mns{
	background-color:#F0F4FB;
}
.box-top-mns ul{
	padding: 0 20px;
    width: 100%;
    margin: 0;
	text-align:left;
}
.box-top-mns ul li{
	display:inline-block;
	padding:20px 25px;
	/*width:13.9%;*/
	text-align:center;
	cursor:pointer;	
}
.box-top-mns ul li .tit{
	font-weight:bold;
	font-size:1.3em;
}
.box-top-mns ul li .tit:hover{
	color:#FF9813;
}
.box-top-mns ul li .no{
	font-size:1.3em;
	color:#3874fb;
}
p.search_con{
	background-color:#F0F4FB;
	padding:10px;
}

p.search_con b{
	font-weight:bold;
	color:#3874fb;
}

/* The Modal (background) */
.modal{
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: hidden; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
	backdrop-filter: blur(3px);
	z-index: 100; /* Sit on top */
}
.modal .close i{
	color:#fff;
}
.noticeModal.modal{
	display:block;
	z-index:300;
}
#quizModal .close{padding:10px;}
#answersheetModal .close{padding:10px;}
#answersheetModal{
	z-index:120;
}
#quizExpModal {
	z-index: 110; /* Sit on top */
	background-color: rgba(0,0,0,0.1); /* Black w/ opacity */
}
#videoModal {
	z-index: 120;	
}
#videoModal #video-playlist{
	position:relative;
}
#videoModal .modal-close{
	position:absolute;
	left:360px;
	color:#fff;
	top:-40px;
}
#videoModal .modal-close i{
	cursor:pointer;
}
#videoModal .modal-close i:hover{
	color:#faa51a;
}
#videoModal #video-playlist .tit{
	width:400px;
	color:#fff;
	font-size:1.5em;
	font-weight:bold;
	padding:15px 20px;
	border-bottom:1px solid #6B6B6B;
	position:fixed;
	background-color: #3B3B3B;
}
#videoModal #video-playlist .movies{
	height:inherit;
	padding-top:55px;
	overflow-y:auto;
}
#videoModal #video-playlist .movies #movie_list{
	padding:0;
	margin:0;
}
#videoModal .video-js div.vjs-subs-caps-button{
	width:70px;
	position: absolute;
    right: 180px;
}
#videoModal .video-js .vjs-subs-clips-button{
	width:70px;
	position: absolute;
    right: 110px;
}
#videoModal .video-js .vjs-subs-doc-button{
	width:70px;
	position: absolute;
    right: 40px;
}
.video-js .vjs-subs-doc-button .docBtn,.video-js .vjs-subs-clips-button .clipBtn,.video-js div.vjs-subs-caps-button .ccBtn{
	zoom: 1;
    display: inline-block;
    vertical-align: baseline;
    margin: 0 2px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 1.5em Tahoma;
	font-weight:bold;
    padding: .2em .3em .5em .5em;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
	color: #fff;
    border: solid 1px #224FA3;
    background: #2453AD;
    background: -webkit-gradient(linear, left top, left bottom, from(#285EC1), to(#204A99));
    background: -moz-linear-gradient(top, #285EC1, #204A99);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#285EC1', endColorstr='#204A99');
}
.video-js .vjs-subs-doc-button .docBtn:hover,.video-js .vjs-subs-clips-button .clipBtn:hover,.video-js div.vjs-subs-caps-button .ccBtn:hover{
	border: solid 1px #da7c0c;
    background: #f78d1d;
    background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
    background: -moz-linear-gradient(top, #faa51a, #f47a20);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
#videoModal .video-js .vjs-subs-doc-button .docBtn.off,#videoModal .video-js .vjs-subs-clips-button .clipBtn.off,#videoModal .video-js div.vjs-subs-caps-button .ccBtn.off{
	border: solid 1px #888888;
    background: #888888;
    background: -webkit-gradient(linear, left top, left bottom, from(#888888), to(#888888));
    background: -moz-linear-gradient(top, #888888, #888888);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#888888');
	cursor:default;
}
#videoModal .video-js .vjs-subs-doc-button .docBtn.off:hover,#videoModal .video-js .vjs-subs-clips-button .clipBtn.off:hover,#videoModal .video-js div.vjs-subs-caps-button .ccBtn.off:hover{
	border: solid 1px #888888;
    background: #888888;
    background: -webkit-gradient(linear, left top, left bottom, from(#888888), to(#888888));
    background: -moz-linear-gradient(top, #888888, #888888);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#888888');
	cursor:default;
}
#videoModal .video-js .ccBtn{
	width: 60px;
    height: 25px;
    display: block;
	/*background: url(/img/btn_cc.png);*/
}
#videoModal .video-js .clipBtn{
	width: 60px;
    height: 25px;
    display: block;
	/*background: url(/img/btn_clips.png);*/
}
#videoModal .video-js .docBtn{
	width: 60px;
    height: 25px;
    display: block;
	/*background: url(/img/btn_doc.png);*/
}
#videoModal .video-js .vjs-subs-repeat-button{
	width:50px;
}
#videoModal .video-js .repeatBtn{
	width: 36px;
    height: 25px;
    display: block;
	background: url(/img/repeat_bg.png);
}
#videoModal .video-js .repeatBtn.in{
	background: url(/img/repeat_bg.png) -36px;
}
#videoModal .video-js .repeatBtn.out{
	background: url(/img/repeat_bg.png) 36px;
}
#inMarket{
	position:absolute;
	display: inline-block;
	margin-left:-10px;
	bottom:0;
}
#outMarket{
	position:absolute;
	display: inline-block;
	bottom:0;
}

#movie_list .movie{
	color:#888;
	background-color:#3B3B3B;
}
#movie_list .movie:hover{
	background-color:#2E4C92;
	color:#fff;
}
#movie_list .movie.active{
	background-color:#2E4C92;
	color:#fff;
}
#movie_list .movie .title{
	padding:0 0 0 15px;
	width:340px;
	display:inline-block;
	height:70px;
	cursor:pointer;
}
#movie_list .movie.active .title{
	cursor: unset;
}
#movie_list .movie .title h3{
	padding:10px 10px 5px 10px;
	margin:0;
}
#movie_list .movie .title p{
	margin:0;
	padding:0 10px;
}
#movie_list .movie .btns{
	display:inline-block;
	font-size:2em;
	text-align:center;
	width:40px;
	height: 70px;
    line-height: 70px;
    vertical-align: top;
}
#movie_list .movie .btns i{
	cursor:pointer;
}
.noticeModal .notice-modal-content{
	background-color: #fff;
	margin: 10% auto; /* 15% from the top and centered */
	padding: 0;
	border: 0;
	width: 700px; /* Could be more or less, depending on screen size */
	height:500px;
}
.notice-modal-content .header{
	height:45px;
	background-color:#2852B6;
}
.notice-modal-content .header .tit{
	color:#fff;
	font-size:2em;
    padding: 7px 10px;
    display: inline-block;
}
.notice-modal-content .header .close{padding:4px 8px;}
.notice-modal-content .content{
	padding:10px;
	font-size:1.2em;
}
.login-modal-content {
	background-color: #fff;
	margin: 15% auto; /* 15% from the top and centered */
	padding: 0;
	border: 0;
	width: 360px; /* Could be more or less, depending on screen size */
	height:400px;
}
.login-modal-content .header{
	height:45px;
	background-color:#2852B6;
}
.login-modal-content .header .close{padding:4px 8px;}
.login-modal-content .content{
	padding:50px;
}
.login-modal-content .content .tit{
	font-size: 2em;
    text-align: center;
    font-weight: bold;
}
.login-modal-content .content .dec{
	text-align: center;
    padding: 20px;
    color: #faa51a;
    font-weight: bold;
    line-height: 1.5em;
}
.login-modal-content .content input{
	width: 100%;
    height: 25px;
    border: 0;
    border-bottom: 1px solid #000;
    margin: 10px 0;
}
.login-modal-content .content .button{
	margin-top:30px;
}
.userinfo-modal-content {
	background-color: #fff;
	margin: 5% auto; /* 15% from the top and centered */
	padding: 0;
	border: 0;
	width: 360px; /* Could be more or less, depending on screen size */
	height:560px;
}
.userinfo-modal-content .header{
	height:45px;
	background-color:#1C78C7;
}
.userinfo-modal-content .header .close{padding:4px 8px;}
.userinfo-modal-content .content{
	padding:50px;
}
.userinfo-modal-content .content .tit{
	font-size: 2em;
    text-align: center;
    font-weight: bold;
}
.userinfo-modal-content .content .dec{
	text-align: center;
    padding: 20px;
    color: #faa51a;
    font-weight: bold;
    line-height: 1.5em;
}
.userinfo-modal-content .content input{
	width: 100%;
    height: 25px;
    border: 0;
    border-bottom: 1px solid #000;
    margin: 10px 0;
}
.userinfo-modal-content .content button{
	margin-top:30px;
}

.pp-modal-content {
	background-color: #fff;
	margin: 5% auto; /* 15% from the top and centered */
	padding: 0;
	border: 0;
	width: 700px; /* Could be more or less, depending on screen size */
	height:560px;
}
.pp-modal-content .header{
	height:45px;
	background-color:#2852B6;
}
.pp-modal-content .header .close{padding:4px 8px;}
.pp-modal-content .content{
	padding:10px 20px;
}
.pp-modal-content .content .tit{
	font-size: 2em;
    text-align: center;
    font-weight: bold;
}
.pp-modal-content .content .dec{
	text-align: center;
    padding: 10px 20px;
    color: #faa51a;
    font-weight: bold;
    line-height: 1.5em;
}
.pp-modal-content .content input{
	width: 100%;
    height: 25px;
    border: 0;
    border-bottom: 1px solid #000;
    margin: 10px 0;
}
.pp-modal-content .bottom button{
	margin-top:30px;
	text-align: center;
}

.password-modal-content {
	background-color: #fff;
	margin: 15% auto; /* 15% from the top and centered */
	padding: 0;
	border: 0;
	width: 360px; /* Could be more or less, depending on screen size */
	height:400px;
}
.password-modal-content .header{
	height:45px;
	background-color:#2852B6;
}
.password-modal-content .header .close{padding:4px 8px;}
.password-modal-content .content{
	padding:50px;
}
.password-modal-content .content .tit{
	font-size: 2em;
    text-align: center;
    font-weight: bold;
}
.password-modal-content .content .dec{
	text-align: center;
    padding: 20px;
    color: #faa51a;
    font-weight: bold;
    line-height: 1.5em;
}
.password-modal-content .content input{
	width: 100%;
    height: 25px;
    border: 0;
    border-bottom: 1px solid #000;
    margin: 10px 0;
}
.password-modal-content .content button{
	margin-top:30px;
}

.help-modal-content {
	background-color: #fff;
	margin: 5% auto; /* 15% from the top and centered */
	padding: 0;
	border: 0;
	width: 1000px; /* Could be more or less, depending on screen size */
	height:643px;
}
.help-modal-content .header{
	height:45px;
	background-color:#1C78C7;
}
.help-modal-content .footer{
	height:40px;
	text-align:center;
	padding:7px;
}
.help-modal-content .slider_number{
	display:inline-block;
	width:200px;
	font-size:1.8em;
}
.help-modal-content i:hover{
	cursor:pointer;
	color:#faa51a;
}
.help-modal-content .tit{
	padding: 7px 20px;
    color: #fff;
    font-size: 2em;
    display: inline-block;
    font-weight: bold;
}
.help-modal-content .close{padding:5px 10px;}
#helpSlider img{
	display:none;
}
#helpSlider img.on{
	display:block;
}
#quizResultModal .modal-content .header{
	height:45px;
	background-color:#1C78C7;
}
#quizResultModal .modal-content .middle{
	text-align:center;
	padding: 45px 0px 45px 0px;
	position:relative;
}
#quizResultModal .modal-content .middle .passTxt{
    font-weight: bold;
    font-size: 3.2em;
    color: #222222;
    position: absolute;
    width: 600px;
    top: 120px;
}
#quizResultModal .modal-content .middle .idTxt{
    font-weight: bold;
    font-size: 3.2em;
    color: #222222;
    position: absolute;
    width: 600px;
    top: 180px;
}
#quizResultModal .modal-content .footer{
	text-align:center;
}
#quizResultModal .modal-content .footer .button{
	width: 210px;
    font-size: 1.6em;
    font-weight: bold;
}
#quizResultModal .modal-content .tit{
	padding: 7px 20px;
    color: #fff;
    font-size: 2em;
    display: inline-block;
    font-weight: bold;
}
#quizResultModal .modal-content .close{padding:5px 10px;}
/* Modal Content/Box */
.modal-content {
	background-color: #fefefe;
	margin: 5% auto; /* 15% from the top and centered */
	padding: 0;
	border: 0;
	width: 1200px; /* Could be more or less, depending on screen size */
	height:748px;
	background: url(../img/popup_quiz_bgx1200.jpg) no-repeat left;
}
#quizResultModal .modal-content {
	background-color: #fefefe;
	margin: 10% auto; /* 15% from the top and centered */
	padding: 0;
	border: 0;
	width: 600px; /* Could be more or less, depending on screen size */
	height:450px;
	background-image:none;
}
#attachedDocModal{
	z-index:200;
}
#attachedDocModal .modal-close{
	position:absolute;
	color:#000;
	top:5px;
    right:5px;
}
#attachedDocModal .modal-content {
	background-color: #fefefe;
	margin: 5% auto; /* 15% from the top and centered */
	padding: 0;
	border: 0;
	width: 980px; /* Could be more or less, depending on screen size */
	height:780px;
	background-image:none;
	position: relative;
	text-align:center;
	padding:40px;
}
#attachedDocModal .modal-content i:hover{
	cursor:pointer;
	color:#faa51a;
}
#attachedClipModal{
	z-index:200;
}
#attachedClipModal .modal-close{
	position:absolute;
	color:#fff;
	top:-40px;
	right:-40px;
}
#attachedClipModal .modal-close i{
	cursor:pointer;
}
#attachedClipModal .modal-close i:hover{	
	color:#faa51a;
}
#attachedClipModal .video-modal-content {
	background-color: #fff;
	margin: 2% auto; /* 15% from the top and centered */
	padding: 30px;
    border: 0;
    width: 1260px;
    height: 825px;
	position: relative;
}
#attachedClipModal .footer i{
	cursor:pointer;
}
#attachedClipModal .footer i:hover{
	color:#faa51a;
}

/* Modal Content/Box */
.video-modal-content {
	background-color: #3B3B3B;
	margin: 5% auto; /* 15% from the top and centered */
	padding: 0;
	border: 0;
	width: 1600px; /* Could be more or less, depending on screen size */
	height:735px;
}
#videoModal .video-modal-content #video-view{
	display:inline-block;
	width:1200px;
	height:735px;
	float:left;
}
#videoModal .video-modal-content #video-playlist{
	display:inline-block;
	width:400px;
	height:735px;
	float:left;
}
.video-modal-content .footer{
	text-align:center;
	height:30px;
	margin-top:60px;
}
.video-modal-content .footer .slider_number{
	font-size: 2em;
    display: inline-block;
    padding: 0 20px;
}
.video-modal-content .footer .prevBtn.on:hover{
	cursor:pointer;
	color:#faa51a;
}
.video-modal-content .footer .nextBtn.on:hover{
	cursor:pointer;
	color:#faa51a;
}

#quizContent{
	padding:35px 45px;
}
#quizContent .tit{
	height:60px;
	font-size:3em;
	font-weight:bold;
	color:#fff;
}
#quizContent .question{
	display:inline-block;
	width:920px;
	height:605px;
	float:left;
	overflow-y:scroll;
	background-color:#F0F5FB;
}
#quizContent .answer{
	display:inline-block;
	width:140px;
	height:605px;
	float:right;
	background-color:#F0F5FB;
	text-align:center;
}
#quizContent .answer h2{
	font-size:1.8em;
	font-weight:bold;
	margin:30px 0;
}
#quizContent .answer ul{padding:0;margin:0;height:430px;}
#quizContent .answer ul li{margin-bottom:30px;cursor:pointer;}
#quizContent .answer ul li label{cursor:pointer;}
#quizContent .answer input[type="checkbox"]{
	width:24px;
	height:24px;
	position:relative;
	margin-right:10px;
	cursor:pointer;
}
#quizContent .answer .page_no{height:36px;font-size:1.8em;font-weight:bold;}
#quizContent .answer button{font-size:1.4em;font-weight:bold;}

#answersheetModal .modal-content{
	width:1010px;
}
#answersheetContent{
	padding:35px 45px;
}
#answersheetContent .tit{
	height:60px;
	font-size:3em;
	font-weight:bold;
	color:#fff;
}
#answersheetContent .sheet{
	display:inline-block;
	width:920px;
	height:605px;
	float:left;
	overflow-y:scroll;
	background-color:#F0F5FB;
}
#answersheetContent .answer{
	background-color: #FF9913;
    margin: 0 30px;
    color: #fff;
    font-size: 1.4em;
    font-weight: bold;
    padding: 10px;
    display: inline-block;
}
#answersheetContent .answer img{
	vertical-align:middle;
}
/* 자격증 팝업 시작 */
.cert-modal-content {
	background-color: #fff;
	margin: 15% auto; /* 15% from the top and centered */
	padding: 0;
	border: 0;
	width: 360px; /* Could be more or less, depending on screen size */
	height:400px;
}
.cert-modal-content .header{
	height:45px;
	background-color:#2852B6;
}
.cert-modal-content .header .close{padding:4px 8px;}
.cert-modal-content .content{
	padding:50px;
}
.cert-modal-content .content .tit{
	font-size: 2em;
    text-align: center;
    font-weight: bold;
}
.cert-modal-content .content .dec{
	text-align: center;
    padding: 20px;
    color: #faa51a;
    font-weight: bold;
    line-height: 1.5em;
}
.cert-modal-content .content input{
	width: 100%;
    height: 25px;
    border: 0;
    border-bottom: 1px solid #000;
    margin: 10px 0;
}
.cert-modal-content .content .button{
	margin-top:30px;
}

/* 자격증 팝업 끝 */
/* 자격증 리스트 시작 */
.content .box-middle .m_table{
	width:100%;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
}
.content .box-middle .m_table th{
	background-color:#2556B0;
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
	padding:10px;
}
.content .box-middle .m_table td{
	background-color:#f5f5f5;
	padding:20px 10px;
}
.content .box-middle .m_table td.name{
	text-align:left;
}
.content .box-middle .m_table td.comp{
	text-align:left;
}
.content .box-middle .m_table td.state{
	width:120px;
	text-align:center;
}
.content .box-middle .m_table td.pdf{
	width:120px;
	text-align:center;
}
.content .box-middle .m_table td.category{
	text-align:center;
}
.content .box-middle .m_table td.date{
	text-align:center;
	width:120px;
}
.content .box-middle .m_table td.edit{
	font-size:1em;
	width:100px;
	text-align:center;
}
.content .box-middle .m_table td.last{
	background-color:#2556B0;
	color:#fff;
}
/* 자격증 리스트 끝 */
/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.newpost {
    padding-left: 3px;
	margin-bottom:-4px;
    vertical-align: baseline;
}