#fairArticle h1 {
    font-size: 30px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
    margin: 0 0 15.6px 0;
}
.tbspace {
    width: 100%;
}
.nobr {
    display: none;
}
/* 테이블 */
.tColor {border-collapse:collapse; margin-bottom:10px; border-top:2px solid #1A2A42}
.tColor th, td { padding:5px 10px; vertical-align:middle; text-align:center; border-bottom:1px solid #ddd; border-left: 1px solid #ddd; height: 75px;}
.tColor th:nth-first-child, td:nth-first-child { border-left: 0px;}
.tColor th:nth-last-child, td:nth-last-child { border-right: 0px;}
td.nbordor { border: 0px; }
.apply_lst { height: 21px; }

.tColor th {background:#eee;}
.tColor th.red {background-color: rgb(175 253 147 / 80%);}
.tColor td input {vertical-align:middle;}
.tColor td input[type="text"] {border:none; border:1px solid #ccc; padding:3px;}
.tColor td input[type="checkbox"] {display:inline-block; width:16px; height:16px;}
.tColor td select {height:26px; border:1px solid #ccc; vertical-align:middle;}

.programButton {
	display: inline-block;
	float: right;
	padding: 0 20px;
	height: 42px;
	line-height: 32px;
	text-align: center;
	text-decoration: none !important;
	color: white;
	font-weight: bold;
	font-size: 14px;
	background: #1147C1;
	border:1px solid #1147C1;
	border-radius: 10px;
}
.programButtonWhite {
	display: inline-block;
	float: right;
	padding: 0 20px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	text-decoration: none !important;
	color: #1147C1;
	font-weight: bold;
	font-size: 14px;
	background: white;
	border:1px solid #1147C1;
	border-radius: 15px;
}
.programWarning {
	display:inline-block;
	width:36px;
	height:36px;
	margin-right:3px;
	line-height:36px;
	text-align:center;
	font-weight:bold;
	color:white;
	background:#1147C1;
	border-radius:20px;
}
.programAdmin {
	float:right;
	padding:4px 7px;
	margin-top:20px;
	text-decoration:none !important;
	font-size:11px;
	color:white;
	background:#555;
}

.programExcel {
	float:right;
	padding:8px 10px;
	margin-top:20px;
	text-decoration:none !important;
	font-size:11px;
	color:white;
	background:#555;
}

.btn_red {
	color:white;
	background:#ff474b;
}

.programExcel2 {
	padding:3px 5px;
	text-decoration:none !important;
	font-size:11px;
	color:white;
	background:#1147C1;
}
.programField {
	width:644px;
	padding:50px;
	margin:30px auto;
	border:3px solid #eee;
	border-radius:30px;
}
.programField input {vertical-align:middle; height:26px; border:1px solid #ccc;}
.programField select {vertical-align:middle; height:24px; border:1px solid #ccc;}
.programField legend {text-align:left; padding:0 10px; font-size:15px; font-weight:bold;}

.programTable2 {width:100%; border-collapse:collapse;}
.programTable2 th,
.programTable2 td {padding:2px 5px; text-align:center; font-size:13px; vertical-align:middle; border-bottom:1px solid #ddd;}
.programTable2 th {color:white; font-size:13px; background: #1A2A42;}
.programTable2 td {}

.tbspace { width:100%;}

.custButton {
  background-color: #010C6D;
  color: white;	
  border: none;
  padding: 5px 42px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin-left: 20px;
}
.black {
  background-color: black; /* bloack */
  color: white;	
}
.fl-L{float:left !important; padding: 5px;}
.fl-R{float:right !important;}
.fl-N{float:none !important;}
.align-L{text-align:left !important; padding: 5px;}
.align-C{text-align:center !important;}
.align-R{text-align:right !important;}
.align-T{vertical-align:top !important;}
.align-M{vertical-align:middle !important;}
.align-B{vertical-align:bottom !important;}

.txtReadOnly { background-color: #F6F6F6;}
.inputFullWidth { width:80%; }
.inputHalfWidth { width:39%; }
.input34Width { width:49%; }
.input14Width { width:30%; }
.highlighter { background-color: yellow; font-weight: 700; font-size: 20px; padding: 0 10px; }
.highlighter2 { background-color: yellow; font-weight: 700; font-size: 15px; padding: 0 10px; }
.highlighter3 { background-color: yellow; font-weight: 700; font-size: 12px; padding: 0 10px; }
.bbs_title ul { 
    width: 100% !important; 
    border: 1px rgb(241, 241, 241) solid !important; 
    padding: 20px 23px !important; 
    font-size: 13px !important;
    line-height: 20px !important;
    background: rgb(243, 243, 243) !important;
    margin-bottom: 30px !important;
    border-radius: 0.8em !important;
    -webkit-border-radius: 0.8em !important;
    -moz-border-radius: .8em !important;
    -ms-border-radius: .8em !important;
    -o-border-radius: .8em !important;
    color: #000 !important;
}
.bbs_title ul>li {
    padding: 5px !important;
}
.cname {
    margin-bottom : 20px;
    font-weight: bold;
}
.ex {
    color: #777575; font-size: 14px; font-weight: 400;
}

/* BOARD PAGE */
.board_page {text-align:center;}
.board_page a.notselected {color:#484848;margin:0 5px}
.board_page a.notselected:hover{color: #1A2A42;}
.board_page span.selected {
	display:inline-block;
	padding:3px 5px;
	margin:0 5px;
	color: #1147C1;;
	font-weight:bold;
	height:21px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:5px;
}
.board_page img{margin:1px;vertical-align: bottom}
.board_page.dashed{border-bottom:2px dashed #d9d9d9;padding-bottom:30px;margin-bottom:20px}

@media (max-width: 991px) {
  .align-C {
    line-height: 31px !important;
  }
  .nobr {
   display: block;
  }
}