/* CSS Document */
@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Nanum+Pen+Script&display=swap");

/******************
	etc
******************/
/*	ime-mode		*/
.ime-d,
.TEL,
.HP,
.EMAIL,
.Number {
	ime-mode: disabled;
}
.ime-a {
	ime-mode: active;
}
/*	button	*/
button {
	cursor: pointer;
}

a {
	color: #06b7f0;
}
a:hover,
a:active,
a:focus {
	color: #06b7f0;
	outline: none;
	text-decoration: none;
}
p {
	margin-bottom: 1.5em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
	margin: 0 0 15px 0;
}
hr {
	border-top: 1px solid #ddd;
}
::-webkit-selection {
	color: #fff;
	background: #06b7f0;
}
::-moz-selection {
	color: #fff;
	background: #06b7f0;
}
::selection {
	color: #fff;
	background: #06b7f0;
}
/*
::-webkit-scrollbar { display:none; }
*/
/*	animate	*/
a {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

table caption {
	position: absolute;
	left: -200%;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.input-inline-block {
	display: inline-block;
}

/******************
	bootstrap 호환
******************/
.form-horizontal {
}
.form-inline {
	margin: 10px auto;
}
.page-header {
	margin-top: 0;
	padding-top: 40px;
}

html {
	height: 100%;
}
body {
	min-height: 100%;
}

.container {
	width: 100%;
}
.form-control {
	font-size: 9pt;
	padding: 3px 4px;
	height: 28px;
}
.form-control.inline {
	display: inline-block;
	width: auto;
	max-width: 60px;
	padding: 6px;
	vertical-align: middle;
}
.form-control.inline + span {
	margin-left: 5px;
	margin-right: 5px;
}
.pagination { margin: 0;}

.input-group {
    margin-bottom: 6px;
}
.input-group-btn .btn {
    height: 28px;
    font-size: 12px;
    padding: 4px 8px;
    min-width: 90px;
}








/******************
	font
	Nanum Gothic Coding
	Jua
******************/

body {
	color: #e2e2e2;
	font-family: "Nanum Gothic", sans-serif;
	font-size: 16px;
	line-height: 1.6;
}

/******************
	z-index
******************/
#header {
	z-index: 4000;
}
#loginWrapper {
	z-index: 9990;
}
#leftPannel {
	z-index: 3000;
}
#Content {
	z-index: 1;
}
#rightPannel {
	z-index: 3050;
}
footer {
	z-index: 8000;
}
.modal {
	z-index: 9995;
}

/******************
	color
******************/
body {
	color: #bebebe;
}
#header {
	background-color: #3c3c3c;
	color: #fff;
}
#leftPannel .pannel_wrapper,
#rightPannel .pannel_wrapper {
	background-color: #333333;
}
#content {
	background: #ffffff;
    color: #1a1a1a;
}
#content #blackboard {
	background-color: #454b4e;
}
#rightPannel .pannel_wrapper {
	background-color: #424242;
}
footer {
	background-color: #424242;
	color: #ffffff;
}
/******************
	layout
******************/
#wrapper {
	width: 100vw;
	height: 100vh;
	margin: 0;
	padding: 40px 0 35px 0;
	position: relative;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
/******************
	header
******************/
#header {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 40px;
	border-bottom: solid 1px #666;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
#header nav {
	display: block;
}
body.signin #header {
    display: none;
}

#header nav #nav {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}
#header nav #nav li {
	display: inline-block;
    margin-right: 25px;
}
#header nav #nav li a {
	display: block;
	padding: 5px;
	cursor: pointer;
}
#header nav #nav li a.logo {
	color: #FFFFFF;
	font-weight: bold;
}
#header nav #nav li a.logout {
	color: #06b7f0;
	font-weight: bold;
	position: fixed;
	right: 58px;
	top: 5px;
}
#header nav #nav li a.cog {
	color: #06b7f0;
	font-weight: bold;
	position: fixed;
	right: 36px;
	top: 5px;
}
#header nav #nav li a.fullscreen {
	color: #06b7f0;
	font-weight: bold;
	position: fixed;
	right: 10px;
	top: 5px;
}

#content {
	display: block;
	width: 100vw;
    padding-bottom: 50px;
}

@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}

/******************
	footer
******************/
footer {
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	padding: 8px 0;
	font-size: 9pt;
	text-align: center;
}
footer .right_bottomBox {
	position: fixed;
	bottom: 5px;
	right: 5px;
}

/******************
    Sections
******************/

.section-header {

}
/******************
	signin
******************/
body.screen_vertical #signin,
body.screen_horizon #signin {
	margin-left: 0;
}
#signin .section-header {
    margin-top: 50px;
    padding-bottom: 10px;
    border-bottom: solid 3px #06b7f0;
    text-align: left;
}

/******************
	logs
******************/
#logs {
	display: block;
}
#logs h4 {
	margin: 0 0 5px 0;
	padding: 0 0 0 5px;
	font-size: 12pt;
}
#logs ul {
	list-style: none;
	padding: 8px;
	border: solid 1px #3c3c3c;
	border-radius: 5px;
	background-color: #424242;
}
#logs .logbox {
	margin-bottom: 5px;
	font-size: 9pt;
}
#logs .logbox .logtime,
#logs .logbox .logText {
	display: table-cell;
}
#logs .logbox .logtime {
	color: #999;
	padding-right: 10px;
	width: 45px;
	text-align: right;
}
#logs .logbox .logText {
	color: rgb(179, 179, 179);
}

/******************
	Alert
******************/
.alert.alert-danger,
.alert.alert-info,
.alert.alert-success {
	position: relative;
	padding: 70px 15px 15px 15px;
	min-height: 100px;
}

.alert.alert-danger:before {
	position: absolute;
	left: 15px;
	top: 5px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f071";
	font-size: 36px;
	color: #ee8588;
}
.alert.alert-info:before {
	position: absolute;
	left: 15px;
	top: 5px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f05a";
	font-size: 36px;
	color: #7ecaf2;
}
.alert.alert-success:before {
	position: absolute;
	left: 15px;
	top: 5px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f058";
	font-size: 36px;
	color: #8abd8b;
}

.alert.alert-danger2 {
	padding: 15px;
	min-height: 30px;
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

@media (min-width: 768px) {
	.alert.alert-danger,
	.alert.alert-info,
	.alert.alert-success {
		padding: 15px 15px 15px 100px;
		min-height: 80px;
	}
	.alert.alert-danger:before {
		position: absolute;
		left: 20px;
		top: 5px;
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content: "\f071";
		font-size: 48px;
		color: #ee8588;
	}
	.alert.alert-info:before {
		position: absolute;
		left: 20px;
		top: 5px;
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content: "\f05a";
		font-size: 48px;
		color: #7ecaf2;
	}
	.alert.alert-success:before {
		position: absolute;
		left: 20px;
		top: 5px;
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content: "\f058";
		font-size: 48px;
		color: #8abd8b;
	}
}



/*********************
    이벤트 문제 관리
*********************/
#q_box_query { margin-bottom: 15px; padding-bottom: 5px; border-bottom: solid 2px #e3e3e3;}
.e_question_saveBox { margin-bottom: 15px; padding-bottom: 23px; border-bottom: solid 2px #e3e3e3;}
.q_list { padding: 0; list-style: none; }
.q_list li { margin-bottom: 15px; border-bottom: 1px dashed #e3e3e3; padding-bottom: 15px;}
.q_list li:last-child { margin-bottom: 0px; border-bottom: none; padding-bottom: 0px;}
.q_list .q_box { display: block;}
.q_list .q_box .q_box_line {
    position: relative;
}
.q_list .q_box .q_box_line .q_box_ct_type {
    display: inline-block;
    width: 100px;
}
.q_list .q_box .q_box_line .q_box_level {
    display: inline-block;
    width: 200px;
}
.q_list .q_box .q_box_line .q_box_buttons {
    position:absolute;
    right: 0;
    top: 0;
}
.q_list .q_box .q_box_line .q_box_q_title {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
}
.q_list .q_box .q_box_line .q_box_q_question {
}
.q_list .q_box .q_box_line .q_box_q_question table {
    max-width: 100%;
}
.q_list .q_box .q_box_line .q_box_q_question p {
    margin-bottom: 0;
}
#q_list .q_box .q_box_line .q_box_buttons button.delete,
#q_list .q_box .q_box_line .q_box_buttons button.up,
#q_list .q_box .q_box_line .q_box_buttons button.down {
    display: none;
}
#eq_list .q_box .q_box_line .q_box_buttons button.add {
    display: none;
}


/*****************************

    메인 로그 창

******************************/
#main {
    padding-top: 30px;
    padding-bottom: 30px;
}

#main .log_box{
    padding: 15px;
    border: solid 1px #e3e3e3;
    border-radius: 15px;
}
#main .log_box .log_title {
    font-size: 16pt;
    color: #06b7f0;
    padding-bottom: 8px;
    margin-bottom: 16px;
    border-bottom: solid 3px #06b7f05e;
}
#main .log_box .log_history {
    min-height: 300px;
    padding-left: 10px;
    max-height: calc( 100vh - 240px );
    min-height: calc( 100vh - 250px );
    overflow-y: scroll;
    -ms-overflow-style: none;
}
#main .log_box .log_history::-webkit-scrollbar {
	display: none;
} /* scroll bar hide */


#main .log_box .log_history ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#main .log_box .log_history ul li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: dotted 1px #e3e3e3;
}
#main .log_box .log_history .logbox {
    display: table;
}
#main .log_box .log_history .logbox .logTime {
    display: table-cell;
    padding-right: 20px;
    font-size: 9pt;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}
#main .log_box .log_history .logbox .logtext {
    display: table-cell;
    line-height: 1.6em;
    font-size: 11pt;
    padding-left: 5px;
}

