

/* 나토산스 (Noto Sans) font-family: 'Noto Sans KR', sans-serif; */
/*@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);*/

html, body {
  font-family: 'Gmarket Sans', sans-serif;
}

img {
    display:inline-block;
}



/** * 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:#005caa;
  text-decoration:none;
}

/*  board list  */
table.tableBbs_ad {
    position:relative;
	margin:0px;
	padding:0px;
	table-layout:fixed;
	word-break:break-all;
	border-top:2px solid #333;		
}

table.tableBbs_ad th {
	border-top:1px solid #aaa;
	height:30px;
	text-align:center;
	background:#efefef;
    color:#000000;	
}

table.tableBbs_ad td {
}

.tableBbs_ad .th {
   background-image:url('/site/images/barline.gif'); 
   background-repeat:no-repeat;
   background-position:center right;
}

.tableBbs_ad .te {
   text-align:center;
   height:30px;
}






table.tableBbs_pg {
    position:relative;
	margin:0px;
	padding:0px;
	table-layout:fixed;
	word-break:break-all;
}

table.tableBbs_pg th {
	border-top:1px solid #005caa;
	height:50px;
	font-weight:bold;
	text-align:center;
	background:#F5FAFA;
}

table.tableBbs_pg td {
}





/*  board write  */
table.tableBbsWrite_ad {
	border-top:2px solid #333;	
}
	
table.tableBbsWrite_ad th {
	background-color:#F8F8F8;
	border-bottom:1px solid #E9E9E9;
	text-align:center;
	width:15%;
	height:35px;
}

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





table.tableBbsWrite_pg {
	border-top:1px solid #005caa;	
}
	
table.tableBbsWrite_pg th {
	background-color:#fffcf0;
	border-bottom:1px solid #E9E9E9;
	text-align:center;
	height:50px;
}

table.tableBbsWrite_pg 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 #005caa;	
	margin:0px;
	padding:0px;
}

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

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


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

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

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

table .Commandbbs {
	border:1px solid #ccc;
	background:#eee;
}

.navigation_pg {
	font-size:1.1em;
	top:-2px;
	color:#005caa;
}

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

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

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

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


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;
}


table tbody a:visited{
	display: none;
}



/* 버튼스타일 */
.btn_Search {
	position:relative;
    display:inline-block;
	line-height:1.0em;	
	top:-4px;
	left:0px;
	width:60px;
	height:30px;
	text-align:center;
	padding:6px 2px;	
	cursor:pointer;
}

.btn_Command_ad {
	position:relative;
    display:inline-block;	
	top:0px;
	left:-20px;
	width:65px;
	height:68px;
	background:#FF3366;
	line-height:1.0em;	
	color:#fff;
	text-align:center;
	padding:23px 10px 8px 10px;
	cursor:pointer;	
}

.btn_Command_pg {
	position:relative;
    display:inline-block;	
	top:0px;
	left:-25px;
	width:65px;
	height:68px;
	background:#FF3366;
	line-height:1.0em;	
	color:#fff;
	text-align:center;
	padding:23px 10px 8px 10px;
	cursor:pointer;
}

.btn_02 {
	position:relative;
    display:inline-block;
	line-height:1.0em;
	top:0px;
	left:0px;
	width:80px;
	height:40px;
	text-align:center;
	padding:10px 2px;	
	cursor:pointer;
}

.btn_dark {background:#333333;color:#fff;border:1px solid #333333;vertical-align:middle}
.btn_red {background:#FF3366;color:#fff;border:1px solid #FF3366;vertical-align:middle}
.btn_white {background:#fafafa;color:#000;border:1px solid #ccc;vertical-align:middle}







