
html, body {
  font-family: 'Noto Sans KR', sans-serif;
  height:100%; 
}

/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */
#content p {
	margin: 0;
	padding: 0;
	border: 1;
}

a,
a:link,
a:visited {
  color:#333;
  text-decoration:none;
}

a:hover {
  color:#539e02;
  text-decoration:none;
}

table.tableBbs {
   margin:0px;
   padding:0px;
}

table.tableBbs .th {
   border-top:2px solid #000099;
   text-align:center;
   vertical-align:middle;
   height:30px;
   background-image:url('./images/list_barLine.gif'); 
   background-repeat:no-repeat;
   background-position:center right;
   background-color:#f7f7f7;
   color:#000000;
   font-size:0.9em;
}

table.tableBbs .te {
   border-top:2px solid #000099;	
   background-color:#f7f7f7;	
   text-align:center;
   vertical-align:middle;	
   height:30px;
   color:#000000;
   font-size:0.9em;
}

table th.tableBbsNon {
   background-image:none !important;
   border-right:1px solid #E6E6E6;
} 

table.tableBbsRight {
   border-left:1px solid #E6E6E6;
} 

table.tableBbs tbody {
   text-align:center;
}

table.tableBbs tbody .tableBbsSubject {
   text-align:left;
   padding-left:10px;
}

table.tableBbs .highlight tr:hover {
   background-color:#F8F8F8;
}





table.tableBbsWrite {
	border-top:1px solid #333;	
}
	
table.tableBbsWrite th {
	background-color:#F8F8F8;
	border-bottom:1px solid #E9E9E9;
	text-align:center;
	height:30px;
}

table.tableBbsWrite td {
	border-bottom:1px solid #E9E9E9;
}




/*  board view  */
table.tableBbsView_ad {
	border-top:1px solid #aaa;	
	margin:0px;
	padding:0px;
}

table.tableBbsView_ad th {
	border-bottom:1px solid #eee;
	padding:5px;
	height:40px;
}

table.tableBbsView_ad td {
	border-top:1px solid #eee;	
	padding:5px;
	height:40px;
}




table.tableBbsView_pg {
	border-top:1px solid #ccc;	
	margin:0px;
	padding:0px;
}

table.tableBbsView_pg th {
	border-bottom:1px solid #efefef;
	padding:5px;
	height:50px;
}

table.tableBbsView_pg td {
	border-top:1px solid #ccc;	
	padding:5px;
	height:50px;
}





table .printPage {
	margin-top:20px;
	text-align:center;
}

table .printPage td {
	vertical-align:middle;
}

table .printPage img {
	vertical-align:middle;
	margin-bottom:3px;
}

table .Commandbbs {
	border:1px solid #ccc;
	background:#eee;
    font-size:1.2em !important;
	font-weight:bold !important;
}

.ment_ad {
    font-size:1.0em;
}

.ment_pg {
    font-size:1.2em;
}




.pagelist_ad a,
.pagelist_ad a:hover,
.pagelist_ad a:link,
.pagelist_ad a:visited {
    color:#333;
	font-size:1.0em;
}

.pagelist_ad {
    position:relative;
    top:0px;
    color:#333;
	font-size:1.2em;
	margin-top:-30px;
	margin-bottom:30px;
}

.pagelist_pg a,
.pagelist_pg a:hover,
.pagelist_pg a:link,
.pagelist_pg a:visited {
    color:#333;
	font-size:0.8em;
}

.pagelist_pg {
    position:relative;
    top:0px;
    color:#333;
	font-size:1.3em;
	margin-top:-10px;
	margin-bottom:30px;	
}

.navigation_pg {
	font-size:1.0em;
	top:-2px;
	color:#0000FF;
}




.input_ad {
  border:1px solid #ddd;
  width:100px;
  height:22px;
}  

.input_pg {
  border:1px solid #ddd;
  height:40px;
  padding:0 10px;
}  

.btn_ad {
  height:25px;
  padding:1px 8px;	  
}  

.textarea {
  border:1px solid #ddd;
}

.checkbox_pg {
  position:relative;
  display:inline-block;
  top:5px;
  width:20px;
  height:20px;
  margin-left:10px;
  margin-right:5px;
  border:1px solid #333;
}  

input[type=text],
input[type=password] {
  position:relative;
  -webkit-appearance: none;
  display:inline;
  border: 0;
  padding: 0.2em 0.5em;
  margin:2px 0 1px;
  font-size: 1em;
  border: solid 1px #dddddd;
  background: #fff;
}













