@media (min-width: 768px) {
}
@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}


/*  clockpicker */
input.clockpicker { width: 80px !important;}


/*-----------------------------------
	Header
-----------------------------------*/

/*-----------------------------
	본문
-----------------------------*/

/*--------------------------------
	TotalCount
--------------------------------*/
#CountText {
	font: 9pt Verdana, Geneva, sans-serif;
	padding-top: 10px;
	display: block;
	color: #999;
}

/*--------------------------------
	Pagination
--------------------------------*/
#Pagination {
	text-align: right;
}
#Pagination ul li .micon_blank {
	text-indent: 0% !important;
	text-align: center;
	vertical-align: middle;
}
#Pagination ul li {
	display: inline-block;
	list-style: none outside;
}
#Pagination ul li .micon_blank span {
	font: 9pt Tahoma, Geneva, sans-serif;
	padding-top: 8px !important;
	display: block;
	color: #999;
}
#Pagination ul li .on span {
	color: #333;
	font-weight: bold;
}
#Pagination ul {
	display: block;
	padding: 0;
	margin: 0;
}
#Pagination a span {
	text-align: center !important;
}

.pagination {
	display: inline-block;
	padding-left: 0;
	border-radius: 4px;
}

.pagination > li {
	display: inline;
}

.pagination > li > a,
.pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.428571429;
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #dddddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
	margin-left: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	background-color: #eeeeee;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	z-index: 2;
	color: #ffffff;
	cursor: default;
	background-color: #428bca;
	border-color: #428bca;
}

.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
	color: #999999;
	cursor: not-allowed;
	background-color: #ffffff;
	border-color: #dddddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
	padding: 10px 16px;
	font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
	padding: 5px 10px;
	font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

/*--------------------------------
	일일평가 보고서 모달창
--------------------------------*/

.modal-report {
	width: 800px !important;
}

/*--------------------------------
	메시지 관리
--------------------------------*/

.RecipientBox {
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 6px;
	margin-right: 10px;
	min-height: 30px;
}

.RecipientList {
	margin: 0;
	padding: 0;
	list-style: none;
}

.abs {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
}

.AddMemListUL {
	list-style: decimal inside;
	font-size: 8pt;
	color: #999;
	padding: 15px;
	border: 1px solid #999;
	border-radius: 4px;
}

.RecipientList li,
.AddMemListUL li {
	font-size: 9pt;
	color: #333;
	display: inline-block;
	margin: 5px 10px;
	padding: 5px;
}
.RecipientList li .mName,
.AddMemListUL li .mName {
	display: inline-block;
}
.RecipientList li .deleteMember,
.AddMemListUL li .deleteMember {
	display: inline-block;
	margin: 0 5px;
}
.RecipientList li .deleteMember span,
.AddMemListUL li .deleteMember span {
	color: #f60;
	font: bold 12pt Verdana, Geneva, sans-serif;
}

/***************************
	샘플 메시지
**************************/
.msgBox {
	margin-top: 15px;
	margin-bottom: 15px;
}
.msgBox .msg_title {
	font-weight: bold;
	border-bottom: 1px solid #ececec;
	margin-bottom: 5px;
	padding-bottom: 3px;
}
.msgBox .msg_title .btn-del {
	width: 16px;
	height: 16px;
	position: absolute;
	top: 0;
	right: 20px;
	font: bold 16px Verdana, Geneva, sans-serif;
	color: #666;
	text-decoration: none;
}
.msgBox .msg_content {
	padding-left: 10px;
}

/*************
	주문리스트
*************/
.shippingInfo,
.OrderInfo {
	position: absolute;
	display: none;
	padding: 10px;
	border: solid 1px #999999;
	background-color: #fff;
	box-shadow: 1px 1px 5px 1px #999;
	border-radius: 5px;
	margin-top: 10px;
}
#OrderTable tbody tr:hover .OrderInfo,
#OrderTable tbody tr:hover .shippingInfo {
	display: block;
}

.shippingInfo {
	right: 10px;
	width: 280px;
}

#OrderTable .price {
	font-size: 11pt;
	font-weight: bold;
	color: #f60;
	text-align: right;
}
#OrderTable tfoot td {
	text-align: right;
	color: #c33;
	font-weight: bold;
}

/*************************
	메일발송
*************************/
#Tos {
	padding-right: 40px;
}

.textarea {
	min-height: 40px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555555;
	vertical-align: middle;
	padding: 7px 6px 3px 6px;
	margin-bottom: 0;
	position: relative;
	border: solid 1px #cccccc;
	border-radius: 4px;
	background-color: #ffffff;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.textarea ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.textarea ul li {
	display: inline-block;
	margin: 0 5px 5px 0;
}

.textarea .nameCard {
	display: block;
	padding: 1px 3px;
	border: solid 1px #e3e3e3;
	border-radius: 3px;
	background-color: #f5f5f5;
	cursor: pointer;
}
.textarea .nameCard .nameText,
.textarea .nameCard .nameDelete {
	display: inline-block;
}
.textarea .nameCard .nameText {
	padding: 0 5px;
}
.textarea .nameCard .nameDelete {
	padding: 0 4px;
	border-left: 1px solid #e3e3e3;
}
.textarea .nameCard .nameDelete a {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	color: #999;
	text-decoration: none;
}

#BT_AddTo {
	display: block;
	padding: 5px;
	position: absolute;
	top: 0px;
	right: 5px;
}
.icon_search {
	margin: 5px;
	height: 16px;
	width: 16px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
}

/******************
	Accounting
******************/
#ReportListTable tbody .file {
	display: block;
}
#ReportListTable tbody .memo {
	display: block;
	border-top: 1px ridge #ccc;
	margin-top: 7px;
	padding-top: 7px;
}

/******************
	MemCard
******************/
._MemCard {
	cursor: pointer;
}
.MemCardWrapper {
	position: absolute;
	width: 500px;
	min-height: 50px;
	left: 200px;
	top: 200px;
	z-index: 6500;
}
#MemCard .MemCard {
	background-color: #fff;
	border-radius: 8px;
	padding: 20px;
	box-shadow: 5px 5px 7px 3px rgba(51, 51, 51, 0.1);
	border: 1px solid #e5e5e5;
	color: #666;
}
#MemCard .MemCardArrow {
	clear: both;
	content: " ";
	display: block;
	position: absolute;
	border-style: solid;
	border-width: 5px;
}
#MemCard.left .MemCardArrow {
	left: -10px;
	top: 20px;
	border-color: transparent #666 transparent transparent;
}
#MemCard.right .MemCardArrow {
	right: -10px;
	top: 20px;
	border-color: transparent transparent transparent #666;
}

#MemCard #MemCardPhoto {
	display: table-cell;
	width: 80px;
}
#MemCard #MemCardPhoto img {
	border: 5px solid #e5e5e5;
}
#MemCard .MemCardInfo {
	display: table-cell;
	vertical-align: top;
	padding-left: 5px;
}
#MemCard .MemCardInfo dl {
	margin: 0 0 7px;
}
#MemCard .MemCardInfo dl dt,
#MemCard .MemCardInfo dl dd {
	display: table-cell;
}
#MemCard .MemCardInfo dl dt {
	width: 75px;
}
#MemCard .MemCardInfo dl dd {
	padding-right: 10px;
}

#MemCard #MM_RegForm {
	margin-bottom: 0 !important;
}
#MemCard .MM_Button {
	text-align: right;
	padding-top: 5px;
}
#MemCardMemo {
	padding-top: 10px;
	border-top: 1px solid #ececec;
	margin-top: 10px;
}

#MemCardMemo #MM_List ul {
	padding-left: 0;
	list-style: none;
}
#MemCardMemo .MM_Header {
	color: #2c2c2c;
	display: block;
	position: relative;
	margin-bottom: 0;
	font-size: 0.9em;
}
#MemCardMemo .MM_Header .MM_Date {
	display: inline-block;
	width: 300px;
	font-weight: bold;
}
#MemCardMemo .MM_Header .MM_Writer {
	display: inline-block;
	width: 100px;
	text-align: right;
}
#MemCardMemo .MM_Header .MM_Del {
	color: #f00;
}
#MemCardMemo .MM_Body {
	margin-bottom: 10px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #e3e3e3;
	line-height: 1.4em;
}

/******************
	TeaCard
******************/

._TeacherCard {
	cursor: pointer;
}
.TeaCardWrapper {
	position: absolute;
	width: 500px;
	min-height: 50px;
	left: 200px;
	top: 200px;
	z-index: 5000;
}
#TeacherCard .TeaCard {
	background-color: #fff;
	border-radius: 8px;
	padding: 20px;
	box-shadow: 5px 5px 7px 3px rgba(51, 51, 51, 0.1);
	border: 1px solid #e5e5e5;
	color: #666;
}
#TeacherCard .TeaCardArrow {
	clear: both;
	content: " ";
	display: block;
	position: absolute;
	border-style: solid;
	border-width: 5px;
}
#TeacherCard.left .TeaCardArrow {
	left: -10px;
	top: 20px;
	border-color: transparent #666 transparent transparent;
}
#TeacherCard.right .TeaCardArrow {
	right: -10px;
	top: 20px;
	border-color: transparent transparent transparent #666;
}
#TeacherCard #TeaCardPhoto {
	display: table-cell;
	width: 80px;
}
#TeacherCard #TeaCardPhoto img {
	border: 5px solid #e5e5e5;
}
#TeacherCard .TeaCardInfo {
	display: table-cell;
	vertical-align: top;
	border-left: 3px solid #e5e5e5;
	padding-left: 5px;
}
#TeacherCard .TeaCardInfo dl {
	margin: 0 0 7px;
}
#TeacherCard .TeaCardInfo dl dt,
#TeacherCard .TeaCardInfo dl dd {
	display: table-cell;
}
#TeacherCard .TeaCardInfo dl dt {
	width: 75px;
}
#TeacherCard .TeaCardInfo dl dd {
	padding-right: 10px;
}

#TeacherCard #MM_RegForm {
	margin-bottom: 0 !important;
}
#TeacherCard .MM_Button {
	text-align: right;
	padding-top: 5px;
}


/******************
	강사 강의 시간표 강사 선택
******************/
#SelectTeachers {
    display: block;
}
#SelectTeachers ul {
    list-style: none;
}
#SelectTeachers ul li {
    display: inline-block;
    width: 100px;
    flex-wrap: nowrap;
}
#SelectTeachers ul li .first_letter {
    text-align: center;
    font-weight: bold;
    font-size: 1.4em;
    color: #555555;
    background-color: #eaf6f8;
    
}



/*	ime-mode		*/
.ime-d, .TEL, .HP, .EMAIL, .Number { ime-mode: disabled }
.ime-a { ime-mode: active }


/*--------------------------------
	Tooltip		
--------------------------------*/

.Tooltip_Wrapper {
	position:absolute;
	display:none;
	z-index:10001;
}

.Tooltip {
	display:inline-block;
	position:absolute;
	max-width:200px;
	width:200px;;
}
.up .Tooltip {
	bottom:10px;
}
.down .Tooltip {
	top:10px;
}
#TooltipText {
	background-color: #000;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #FFF;
	display: inline-block;
	padding: 12px;
	text-shadow: 0 1px 0 #000000;
	max-width: 200px;
	width: auto;
	line-height: 1.4em;
}
#Tooltip .Tooltip_arrow {
	height: 0;
	position: absolute;
	width: 0;
	left: 60px;
}
.up .Tooltip_arrow {
	bottom: -5px;
	border-bottom: 0 solid transparent;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	border-top: 5px solid rgba(0, 0, 0, 0.8);
	border-top: 5px solid #000;
}
.down .Tooltip_arrow {
	top: -5px;
	border-bottom: 5px solid rgba(0, 0, 0, 0.8);
	border-bottom: 5px solid #000;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	border-top: 0 solid transparent;
}


/*--------------------------------
	mTip		
--------------------------------*/
.black.mTip {
	position: relative;
	margin: 0;
	padding: 3px 6px;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
	background-color: #000;
	background-color: rgba(0,0,0,1);
	color: #FFF;
	z-index: 100000;
	
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
}

/* Arrows */
.black.mTip:after {
	content: ' ';
	width: 0; height: 0;
	position: absolute;
	margin: 0;
	border: 5px solid #000;
	border-color: transparent;
}

/* > Top */
.black.mTip-top {
	margin: -5px 0 0 0;
}

.black.mTip-top:after {
	left: 50%;
	top: 100%;
	margin: 0 0 0 -5px;
	
	border-top-color: #000;
	border-top-color: rgba(0,0,0,1);
}

/* > Top right */
.black.mTip-top-right {
    margin: -5px 0 0 -50px;
}

.black.mTip-top-right:after {
	left: 25px;
	top: 100%;
	margin: 0 0 0 -5px;
	
	border-top-color: #000;
	border-top-color: rgba(0,0,0,1);
}

/* > Right */
.black.mTip-right {
	margin: 0 0 0 5px;
}

.black.mTip-right:after {
	left: -10px;
	top: 50%;
	margin: -5px 0 0;
	
	border-right-color: #000;
	border-right-color: rgba(0,0,0,1);
}

/* > Bottom right */
.black.mTip-bottom-right {
    margin: 5px 0 0 -50px;
}

.black.mTip-bottom-right:after {
	left: 25px;
	top: -10px;
	margin: 0 0 0 -5px;
	
	border-bottom-color: #000;
	border-bottom-color: rgba(0,0,0,1);
}

/* > Bottom */
.black.mTip-bottom {
	margin: 5px 0 0;
}

.black.mTip-bottom:after {
	left: 50%;
	top: -10px;
	margin: 0 0 0 -5px;
	
	border-bottom-color: #000;
	border-bottom-color: rgba(0,0,0,1);
}

/* > Bottom left */
.black.mTip-bottom-left {
    margin: 5px 0 0 50px;
}

.black.mTip-bottom-left:after {
	right: 20px;
	top: -10px;
	margin: 0 0 0 -5px;
	
	border-bottom-color: #000;
	border-bottom-color: rgba(0,0,0,1);
}

/* > Left */
.black.mTip-left {
	margin: 0 0 0 -5px;
}

.black.mTip-left:after {
	left: 100%;
	top: 50%;
	margin: -5px 0 0;

	border-left-color: #000;
	border-left-color: rgba(0,0,0,1);
}

/* > Top left */
.black.mTip-top-left {
    margin: -5px 0 0 50px;
}

.black.mTip-top-left:after {
	right: 20px;
	top: 100%;
	margin: 0 0 0 -5px;
	
	border-top-color: #000;
	border-top-color: rgba(0,0,0,1);
}




/*  게시판 사이트 선택  */
#SelectSite,
#eSelectSite {
    width: 100%;
}
#SelectSite ul,
#eSelectSite ul { list-style: none; margin: 0; padding: 0;}
#SelectSite ul li,
#eSelectSite ul li { display: inline-block; width: 140px;}



/*
    수강테이블
*/
#ClassCheckTable thead td { text-align: center;}
table .Week { padding-left: 2px; padding-right: 2px; text-align: center; }
table .view_Result {
    text-align: center;
    font-size: 1.4em;
    cursor: pointer;
}
table .view_Result .fa-question {
    color: rgb(204, 204, 204);
}
table .view_Result .fa-table {
    color: rgb(45, 108, 243);
}
table .view_Result .fa-database {
    color: rgb(98, 18, 189);
}
table .view_Result .fa-check {
    color: rgb(20, 133, 57);
}
table .view_Result .fa-times {
    color: rgb(233, 42, 42);
}

table tr.question .view_Result .fa-check ,
table tr.question .view_Result .fa-times,
table tr.question .view_Result .fa-table,
table tr.question .view_Result .fa-database {
    display: none;
}
table tr.table .view_Result .fa-question ,
table tr.table .view_Result .fa-times,
table tr.table .view_Result .fa-database,
table tr.table .view_Result .fa-check {
    display: none;
}
table tr.db .view_Result .fa-question ,
table tr.db .view_Result .fa-times,
table tr.db .view_Result .fa-check,
table tr.db .view_Result .fa-table {
    display: none;
}
table tr.success .view_Result .fa-question ,
table tr.success .view_Result .fa-times,
table tr.success .view_Result .fa-table,
table tr.success .view_Result .fa-database {
    display: none;
}
table tr.error .view_Result .fa-question ,
table tr.error .view_Result .fa-check,
table tr.error .view_Result .fa-table,
table tr.error .view_Result .fa-database {
    display: none;
}



/*************************
    모달
*************************/

.modal .col-form-label {
    text-align: right;
}
.modal form input[type=number] {
    text-align: right;
}

