@charset "utf-8";
/*** Link ***/
a {color:#000000}
a:link    {text-decoration: none;}
a:visited {text-decoration: none;}
a:active  {}
a:hover   {color:#147899; text-decoration: none;}


/*** Button ***/
button {border:none;cursor:pointer;}
input {font-size: 9pt;color: #444444;height:18px;}

/*** gnb ***/
#gnb_s {width:960px;height:11px;padding:12px 1px 7px 0;}
#gnb_b {width:960px;}
#gnb {float:right;}
#logo {float:left;}

/*** space ***/
.space_sub_cont {width:35px;}
.space_tit {padding: 0 0 32px 0;}

/*** layout ***/
#sub_cont {width:960px;margin:30px 0 0 12px;text-align:left;}
#sub_cont_r {width:725px;margin-bottom:30px;}

#admin_content {width:725px;margin:0 auto;}

/*** BOARD ***/
.input {font-size: 9pt;color: #444444;height:18px;border:1px solid #c8c8c8;}
#list, #view, #write, #list_consult {width:725px;margin-bottom:12px;font-size:9pt;border-collapse:collapse;text-align:center;}
#list tr.th_bg, #list_consult tr.th_bg {width:725px;height:36px;background:url(/inc/images/brd_grn_bg.gif) repeat-x;}
#list td, #list_consult td {height:26px;border-bottom:1px solid #ddd;}

#view td {text-align:left;}
#view table {font-size:9pt;border-collapse:collapse;}

#write td.content_td input{border:none;}
#write table {font-size:9pt;border-collapse:collapse;}


#list_consult th.no {width:30px;}
#list_consult th.charge {width:60px;}
#list_consult th.company {width:120px;text-align:center;}
#list_consult th.preview {}
#list_consult td.company {text-align:center;}
#list_consult td.preview {text-align:left;}
#list_consult th.date {width:100px;}
.btn_box {width:725px;text-align:right;}

/*** FONT ***/
.sm {font-size:11px;}
.grn {color:#147899;}
.b {font-weight:bold;}

/*** TABLE ***/
.rline_gr {border-right:1px #D8D8D8 solid;}