html, body {
	font-family: "NanumGothic", "Malgun Gothic", "Dotum", "Times New Roman","Helvetica, Arial", "Open Sans", "sans-serif", "Apple SD Gothic Neo","AppleGothic";
	line-height: 1.428571429;
	color: #110B21;
	height:100%;
	padding:0;
	margin:0;
}
body { 
	position: relative;
	overflow-x : hidden;	
	width: 100%;
	background-color:#DEDBC9;
}
a, img, input, object {
	outline: none;
}
a:hover {
	text-decoration:none;
}
b, .b {
	font-weight:bold;
}
.normal {
	font-weight:normal;
}
/* start navigation */
.navbar-default {	
	background: #B7472A;
	border: none;
	box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
	margin: 0 !important;
	padding:2px 15px;
	color: #FFFFFF;
}
.navbar-default .nav .nav-item .nav-link {
	font-size:0.999em;
}
.notice {
	background: #B7472A;
}
.bbs {
	background: #807900;
}
.industry {
	background: #101566;
}
.commerce {
	background: #085820;
}
.agriculture {
	background: #803A0A;
}
.fishery {
	background: #0070C0;
}
.housekeeping {
	background: #511252;
}
.common {
	background: #085820;
}
.qna {
	background: #007BFF;
}
.navbar-default .navbar-brand {	
	color: #FFFFFF;
	font-size: 25px;
	font-weight: bold;
}
.navbar-default .navbar-brand:hover {	
	 color: #FFFFFF;
}
.navbar-default .navbar-brand a:hover {	
	 color: #28A7E9;
}
.navbar-default .nav li {
	padding:2px;
}
.navbar-default .nav .nav-link {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
}
.navbar-default .nav .nav-link:hover, .navbar-default .nav .nav-link:focus,.navbar-default .nav .nav-link.current {
	color: #28A7E9;
	text-decoration: none;
}
.navbar-default .nav .normal:hover {
	color: #FFFFFF;
}
.navbar-default .navbar-toggler {
	color:#FFF;
	border: none;
}
.navbar-default .navbar-toggler .navbar-toggler-icon {
	color:#FFF;
	background-color: transparent;
	border-color: #FFFFFF;
}
.navbar-default .navbar-toggler:hover, .navbar-default .navbar-toggler:focus {
	background-color: transparent;
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1.0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.colorred { color:#C00000;}
.colorblue { color:#002060;}
.colorblack { color:#404040;}
.w100 { width:100px; }
.w120 { width:120px; }
.w140 { width:140px; }
.w160 { width:160px; }
.w180 { width:180px; }
.w200 { width:200px; }
.overlay { padding:60px 20px; }
.overflowauto { overflow-x:hidden; overflow-y:auto;}
.noview { display:none; }
.nodeco { text-decoration:none; }
.signalert { margin-top:10px; }
.cursor { cursor:pointer; }
.wordkeep {
	word-break: keep-all;
	word-wrap: break-word;
}
.scrollbar-style {
	scrollbar-color: #555555;
	scrollbar-width: thin;
}
.scrollbar-style::-webkit-scrollbar
{
	width: 3px;
	background-color: #F5F5F5;
}
.scrollbar-style::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}
.scrollbar-style::-webkit-scrollbar-thumb
{
	background-color: #555555;
}
.fileinput-button {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px !important;
  direction: ltr;
  cursor: pointer;
}
.bottom30 { margin-bottom:30px; }
.bottom20 { margin-bottom:20px; }
.bottom10 { margin-bottom:10px; }
.card-title {
	font-size:18px;
	font-weight:bold;
}
#home {
	width: 100%;
	color: #fff;
	text-align: center;		
	background:linear-gradient(
      rgba(0, 0, 0, 0.45), 
      rgba(255, 255, 255, 0.45)
    ), url('/images/library.jpg');
	background-position:center center;
	background-size: cover;
}
#home .container  {
	margin:50px auto;
	padding:40px;
	background-color:rgba(255,255,255,.8);
}
#home .container .title div {
	font-size:20px;
	font-weight:bold;
	margin:20px;
	width:210px;
	height:200px;
	min-width:210px;
	min-height:200px;
}
#home .container .title .card:hover {
	background-color:rgba(255,255,255,.7);
	box-shadow: 0px 0px 5px #A6A6A6;
}
#home .container .title .ncs {
	display:block;
	font-size:90px;
	font-weight: bold;
	font-style: italic;
	color:#406CBA;
	text-shadow: 4px 4px 4px #000000;
}
#home .container .title .subncs {
	display:block;
	font-size:30px;
	color:#404040;
}
#home .container .title .mainmenu {
	font-size:50px;
}
#main {
	padding-top:80px;
	padding-bottom:30px;
}
#textmain {
	background-color:rgba(255,255,255,.7);
	padding:20px;
}
.textbookheader {
	font-size:20px;
	font-weight:bold;
	padding-bottom:20px;
}
#textmain .tablehead {
	padding:10px 0px;
	border-top:2px solid #7F7F7F;
	border-bottom:1px solid #7F7F7F;
	font-weight:bold;
	background-color:rgba(14,153,238,.3);
}
#textmain .tabletr {
	display:flex;
	align-items: center;
	justify-content: center;
	
	min-height:50px;
	border-bottom:1px solid #7F7F7F;
	font-weight:bold;
}
#textmain .tabletr:hover {
	background-color:#F0F0F0;
	font-weight:bold;
	color:#224357;
}
#textmain .tablehead .tsubject {
	text-align:center;
}
.b1 {
	width:80px;
	text-align:center;
}
.b2 {
	text-align:left;
}
.b3 {
	width:150px;
	text-align:center;
}
.file-ext {
	display:inline-block;
	width:60px;
	color:#000000;
	background-color:#FFFFFF;
	border:1px solid #7F7F7F;
}
.file-ext:hover {
	color:#000000;
	background-color:#C8EFD4;
	text-decoration:none;
}
.tidx {
	width:50px;
	text-align:center;
}
.tdomain {
	width:150px;
	text-align:center;
}
.tsubject {
	min-width:150px;
}
.tprocess {
	width:150px;
	text-align:center;
}
.tprocess i {
	font-size:20px;
}
.tprocess i:hover {
	color:#B7472A;
	font-size:20px;
}
#textmain .tabletr .ttype {
	width:200px;
	padding-top:5px;
	padding-left:10px;
	text-align:left;
}
#textmain .tabletr .tfile {
	padding-top:5px;
	overflow:hidden;
}
#textmain .tabletr .tfile span {
	cursor:pointer;
}
#textmain .tabletr .tfile span:hover {
	color:#1F95EF;
}
.ttype {
	text-align:center;
	width:150px;
}
#textmain .tablehead .tfile {
	text-align:center;
}
.listbutton {
	margin:30px auto;
	text-align:center;
}
.pagination {
	margin:10px 0px;
}
.uploadingspinner {
	display:none;
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.5);
}
.statistics {
	margin:0 auto;
	background-color:#FFFFFF;
	max-width:100%;
	border:1px solid #000000;
}
.statistics th {
	text-align:center;
	padding:0 4px;
}
.statistics td {
	text-align:center;
	padding:0 2px;
}
@media (max-width: 554px) {
	#headertitle {
		display:none;
	}
}
@media (min-width: 555px) {
	#headertitle {
		display:inline-block;
	}
}
