/* 기본 레이아웃 - start */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	background-color: #fff;
	color: #333 ;
	font-family: "Roboto", "Noto Sans KR", sans-serif !important;
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
	margin: 0;
	padding: 0;
}
input, textarea, button, select {
	font-family: "Roboto", "Noto Sans KR", sans-serif !important;
	font-size: 15px;
    outline: none;
}
.form-control, input {
	border-width: 1px;
}
ul, ol, dl, li, dl, dt, dd {
	font-family: "Roboto", "Noto Sans KR", sans-serif !important;
	list-style: none;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5 {
	font-family: "Roboto", "Noto Sans KR", sans-serif !important;
    margin: 0;
    padding: 0;
}
img {
	border: 0;
}
a:link, a:visited, a:active {
	font-family: "Roboto", "Noto Sans KR", sans-serif !important;
	color: #4582ec;
	text-decoration: none;
}
a:hover {
	font-family: "Roboto", "Noto Sans KR", sans-serif !important;
	color: #1863e6;
	text-decoration: none;
}
pre {
	color: #333 ;
	font-family: "Roboto", "Noto Sans KR", sans-serif !important;
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
	white-space: pre-wrap;
	word-break: keep-all
}
/* :: 기본 레이아웃 - end */

/* 통합 레이아웃 - start */
header {
	border-bottom: 1px solid #ccc;
	padding: 20px 0;
}
.header-top {
	padding-bottom: 20px;
}
.header-top .header-logo {
	padding: 5px 0;	
}
.header-nav button {
	width: 100%;
	font-size: 18px;
}

footer {
	font-size: 14px;
	background-color: #f0f0f0;
	border-top: 1px solid #ccc;
	padding: 20px 0;
}
.footer-wrap .footer-menu {
	display: inline-block;
}
.footer-wrap .footer-menu li {
	float: left;
	padding: 5px 10px 5px 0;
}
.footer-wrap .footer-menu li a {
	padding: 5px 5px 5px 0;
}
.footer-wrap .footer-copy {
	color: #666;
}
.footer-wrap .footer-logo img {
	height: 80px;
}

.footer-banner-box {
	margin-bottom: 20px;
}
.footer-banner-box .footer-banner {
	padding-bottom: 5px;	
}
.footer-banner-box .footer-banner img {
	width: 100%;
}

.wrapper {
	padding: 20px 0;
}
/* :: 통합 레이아웃 - end */

/* 사이드바 레이아웃 - start */
.sidebar > div {
	padding: 15px;
}
.sidebar .login-box {
	background-color: #efefef;
	border-radius: 5px;
}
.sidebar .login-box .myname {
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	padding: 0 0 15px;
}
.sidebar .login-box .myinfo {
	font-size: 13px;
	color: #555;
	padding: 15px 0;
}
.sidebar .login-box .myinfo i {
	width: 15px;
	text-align: center;
}
.sidebar .button-box {
	margin: 20px 0;
}
.sidebar .banner-box img {
	width: 100%;
}
/* :: 사이드바 레이아웃 - end */

/* 메인 콘텐츠 레이아웃 - start */
.locale-school-ment {
	line-height: 35px;
}
.locale-school-ment.use-title {
	font-size: 20px;
}
.locale-school-sel label {
	font-weight: 400;
}
.locale-school-sel select, .locale-school-sel button {
	height: 35px;
	padding: 5px 15px;
}

.lectures li {
	margin-bottom: 40px;
}
.lectures li .thumb {
	position: relative;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	background-color: #000;

	/* 16:9 */
	overflow: hidden;
	padding-bottom: 56.25%;
	height: 0;
}
.lectures li .thumb img {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.lectures li .thumb .status {
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 13px;
	font-weight: 500;
}
.lectures li .info {
	padding: 5px;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	/*border: 1px solid #ccc;
	border-top: none;*/
	border-bottom: 5px solid #ccc;
}
.lectures li .info h3 {
	padding: 3px 0;
}
.lectures li .info h3 a {
	font-size: 18px;
	font-weight: 700;
}
.lectures li .info .sub {
	padding: 3px 0;
	font-size: 14px;
	color: #777;
	font-weight: 300;
}

.lectures li .info h6 a {
	font-size: 36px;
	font-weight: 700;
}
.lectures li .info .sub2 {
	padding: 3px 0;
	font-size: 28x;
	color: #777;
	font-weight: 600;
}


.pagination > li > a, .pagination > li > span {
	background-color: transparent;
	color: #333;
	border-radius: 4px;
}
.pagination>li>a:hover, 
.pagination>li>span:hover, 
.pagination>li>a:focus, 
.pagination>li>span:focus, 
.pagination>li>a.active {
	background-color: #2c3e50;
	color: #fff;
}

.article-base > li {
	text-align: center;
}
.article-base > li .th {
	background-color: #555;
	padding: 7px 2px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.article-base > li .td {
	padding: 15px 2px;
	border-bottom: 3px solid #ccc;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.article-detail {
	display: inline-block;
	width: 100%;
	padding: 15px;
	margin: 20px 0 0;
}
.article-detail .thumb-box {
	float: left;
	width: 33%;
	min-height: 150px;
	margin: 5px 15px 15px 0;
	border-radius: 5px;
	overflow: hidden;
	background-color: #000;
}
.article-detail .info-box {
	float: Right;
	width: 60%;
	min-height: 150px;
	margin: 5px 15px 15px 0;
	border-radius: 5px;
	overflow: hidden;
	background-color: #FFF;
}
.article-detail .thumb-box img {
	width: 100%;
}
.article-detail > p {
	line-height: 25px;
}

.lecture-seq {
	margin: 40px 0;
}
.seq-title {
	display: inline-block;
	width: 100%;
	margin: 10px 0;
}
.seq-title h2 {
	font-size: 24px;
	font-weight: 700;
}
.seq-title .seq-ment {
	font-weight: 300;
	padding: 5px 10px;
}
table.lecture-lists tr th {
	text-align: center;
	background-color: #ddd;
	border-top: 3px solid #ccc;
}
table.lecture-lists tr td {
	padding: 10px 8px;
}
.lecture-lists td.seq {
	width: 20%;
}
.lecture-lists td.title {
	width: auto;
}
.lecture-lists td.title a {
	text-decoration: none;
}
.lecture-lists td.time {
	width: 20%;
}
.lecture-lists td.status {
	width: 20%;
}
.lecture-lists td.status .label {
	display: block;
	padding: 7px;
	font-size: 15px;
	font-weight: 300;
}

.player-title h2 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 15px;
}
.button-wrap {
	margin: 30px 0;
}
.button-wrap .btn {
	font-size: 18px;
}

.member-box {
	padding-left: 40px;
}
.member-subtitle {
	font-size: 18px;
	margin-left: -15px;
	padding: 15px 0;
}
.member-box textarea, .member-box pre {
	width: 98%;
	height: 200px;
	font-size: 12px;
}
.member-box .main-chk {
	font-size: 18px;
}
.member-box .sub-chk {
	padding-top: 10px;
}
.member-input .input-guide {
	font-size: 14px;
	line-height: 45px;
}
/* :: 메인 콘텐츠 레이아웃 - end */

/* 게시판 - start */
.notice-box {
	margin: 40px 0;
}
.notice-lists td.name {
	width: 15%;
}
.notice-lists td.date {
	width: 15%;
}
.view-box .form-body {
	margin: 40px 0;
	border-bottom: 3px solid #ccc;
	padding-bottom: 40px;
}
.view-box .form-group {
	margin: 15px 0;
	padding: 5px 0;
}
.view-box .form-group .label-wrap {
	text-align: right;
}
.view-box .form-group .control-label {
	padding-top: 0;
}
.view-box .label-file {
    padding: 7px;
    font-size: 13px;
    font-weight: 300;    
}
.view-box .img-file {
	margin-top: 20px;
}
.view-box .img-file img {
	max-width: 100%;
}
/* :: 게시판 - end */

/* 부가 레이아웃 - start */
.indicator {position:absolute;top:0;left:0;width:100%;height:100%;background-color:#ffffff;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter:alpha(opacity=50);opacity:0.5;}
.indicator img {position:absolute;top:50%;left:50%;width:32px;height:32px;margin:-16px 0 0 -16px;}
.indicator i {position:absolute;top:50%;left:50%;font-size:30px;width:30px;margin:-15px 0 0 -15px;}
.indicator.more {position:inherit;width:32px;height:32px;margin:20px auto;padding:0;background-color:transparent;border:none;box-shadow:0 0;}
.indicator.small img {width:16px;height:16px;margin:-8px 0 0 -8px;}

.alert-gray {
	color: #333;
    background-color: #efefef;
    border-color: #efefef;
}
.alert-line {
	color: #333;
    background-color: transparent;
	border-bottom: 1px solid #ccc;
	border-radius: 0;
}
.alert-round {
	border-radius: 5px;
}
.alert-sm {
	padding: 10px 15px;
}
#alert_box .modal-footer button, #yesno_box .modal-footer button {
	width: 80px;
}

.btn-default.only-line {
	background-color: transparent;
	color: #333;
}

.label.label-gray {
	background-color: #555;
}
.label.only-line {
	background-color: transparent;
	border: 1px solid #dce4ec;
	color:#333;
}

.bottom-0 {
	margin-bottom: 0;
}
.padding-top-bottom-20 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.padding-top-bottom-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.ellips {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/* :: 부가 레이아웃 - end */

/* 반응형 레이아웃 - start */
@media screen and (max-width: 640px) {
}
@media screen and (max-width: 480px) {
}
@media screen and (max-width: 414px) {
}
@media screen and (max-width: 375px) {
}
@media screen and (max-width: 360px) {
}
@media screen and (max-width: 320px) {
}
@media screen and (max-width: 280px) {
}
/* :: 반응형 레이아웃 - end */


