html, body {
	font-size: 13px;
}
.container {
	max-width:1100px;
}
#home {
	text-align: center;
	width: 100%;
	height:100%;
}
#sectiontop {
	width: 100%;
}
label {
	margin:10px 0px 5px 0px;
}
section {
	padding-top: 10px;
	word-break:break-all;
}
.headertitle {
	min-width:110px;
}
.maintop {
	width: 100%;
	height: 100%;
	padding-top: 30px;
	padding-bottom: 50px;
}
.signalert {
	margin-top:10px;
}
.noview {
	display:none;
}
.section-title {
	margin-bottom:20px;
	padding-bottom:10px;
	font-size:20px;
	font-weight:bold;
	border-bottom:solid 1px #CCC;
}
img {
	max-width:100%;
}
small, .small {
  color: #666;	
}
.section-title .small {
	font-size:14px;
	font-weight:normal;
}
.section-title small a {
	 color: #666;
}
.section-title-noline {
	margin-bottom:20px;
	padding-bottom:10px;
	color: #666;	
}
.section-title-submittion {
	font-size:30px;
	font-weight:bold;
	margin-bottom:20px;
	padding-bottom:10px;
	color: #DE8B37;	
	border-bottom:solid 1px #D3D3D3;	
}
.section-title-submittion-small {
	font-size:25px;
	font-weight:bold;
	margin-top:20px;
	padding-bottom:10px;
	color: #DE8B37;	
}
a:link, a:active, a:visited {
	color:#121212;
	text-decoration:none;
}
a:hover {
	color:#226699;
	text-decoration:none;
}
.b {
	font-weight: bold;
}
/* 커스텀 경고창 */
.moonalert {
	position:fixed;
	left:0;
	right:0;
	top:10px;
	margin-left:auto;
	margin-right:auto;
	width:450px;
	max-width:90%;
	display:none;
	z-index:100000;
	background-color:#FFFFFF;
	border: solid 1px rgba(0, 0, 0, 0.4);
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	box-shadow: 0px 0px 1px 1px #CCCCCC;
}
.moonalert-header {
	padding:1rem;
}
.moonalert-body {
	font-size:17px;
	line-height:30px;
	padding:1rem;
}
.moonalert-footer {
	padding:1rem;
}
.evlist {
	border-bottom:2px solid #005174;
	width:100%;
}
.evlist tr:hover {cursor:pointer;background-color:#FFE5D4;}
.evlist th {
	padding:7px 0px;
	border-bottom:2px solid #005174;
	text-align:center;
	cursor:default;
	background-color:#FFFFFF;
}
.evlist td {
	padding:5px 0px;
	border-bottom:1px solid #EEE;
	text-align:center;
}
.evlist .replyN {
	background-color:#FF6C21;
	font-weight:bold;
	color:#FFFFFF;
}
.evlist .answerN {
	background-color:#F2F2F2;
}
.evlist .wlist1 {
	width:60px;
	min-width:60px;
}
.evlist .wlist2 {
	width:90px;
	min-width:90px;
}
.evlist .wlist3 {
	width:120px;
	min-width:120px;
}
.evlist .wlistcontent {
	width:100%;
	min-width:100px;
	padding-left:10px;
}
.evlist .blist1 {
	width:60px;
	min-width:60px;
}
.evlist .blist2 {
	width:90px;
	min-width:90px;
}
.evlist .blistcontent {
	width:100%;
	min-width:100px;
	padding-left:10px;
}
.evlist .mlist1 {
	width:60px;
	min-width:60px;
}
.evlist .mlist2 {
	width:90px;
	min-width:90px;
}
.evlist .mlist3 {
	width:30%;
	min-width:100px;
}
.evlist .mlist4 {
	width:100px;
	min-width:100px;
}
.evlist .clist1 {
	width:60px;
	min-width:60px;
}
.evlist .clist2 {
	width:90px;
	min-width:90px;
}
.evlist .clist3 {
	width:140px;
	min-width:140px;
}
.evlist .clistcontent {
	width:100%;
	min-width:100px;
}
.btitle {
	padding:5px 0px;
}
.ctitle {
	padding:5px 0px 5px 10px;
	border-top:1px solid #C7C8C9;
	font-weight:bold;
	
}
.welcome {
	background-color:#99CBC1;
	border:1px solid #50B39F;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	padding:10px;
	margin-bottom:20px;
}
.minw90 {
	min-width:90px;
}
.colorred { color:#C00000;}
.colorblue { color:#002060;}
.colorblack { color:#404040;}

.statuscolorw { color:#C00000;}
.statuscolorp { color:#138535;}
.statuscolore { color:#000000;}
.statuscolorr { color:#808080;}
.statuscolorf { color:#00A2E8;}

font.holy {font-family: tahoma;font-size: 20px;color: #FF6C21;}
font.blue {font-family: tahoma;font-size: 20px;color: #0000FF;}
font.black {font-family: tahoma;font-size: 20px;color: #000000;}
font.gray {font-family: tahoma;font-size: 15px;color: #A6A6A6;}
.calendar .today {background-color:#FCF8E3}
.calendar .othermonth {background-color:#F2F2F2}
.calendar .head th {text-align:center;font-size: 20px;cursor:pointer;}
.calendar .info th {text-align:center;background-color:#476FA8;width:14%;color:#FFFFFF;}
.calendar .day {height:70px; text-align:right;}
.calendar .day:hover {background-color:#FFE5D4;}
.calendar .day .event {	font-size:12px;	color: #232B99;	text-align:left;}

.cursor { cursor:pointer; }
.ccount {
	font-weight: bold;
	color:#FF6C21;
}
.fileinput-button {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: 'alpha(opacity=0)';
  font-size: 200px !important;
  direction: ltr;
  cursor: pointer;
}
.insert .filelist {
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	overflow: auto;
    border: 1px solid #50B39F;
    padding: 10px;
}
.insert .filelist .filebox span {
	padding:3px 0px;
    font-size: 13px;
    display: inline-block;
}
.insert .filelist .filebox .delete i{
    color: #ff5353;
    margin-left: 5px;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: auto;
  right:10%;
  margin-top: var(--bs-dropdown-spacer);
}
.nav-item {
	text-align:right;
}
.panelitem {
	display:inline-block;
	min-width:100px;
	font-size:16px;
	font-weight:bold;
}
#loading {
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
#loading img {
    width: 50px;
    height: 50px;
}
@media (max-width: 768px) {
  .nav-item {
	padding-right:10px;
  }
}