@charset "utf-8";


/* board write table th */
#fwrite .tbl_frm01 th {width:60px;}



/* --------------------  common  ------------------------ */
body {-webkit-text-size-adjust:none;}

/* widget */
.widget {position:relative; *zoom:1;}
.widget .wrap {clear:both; position:relative; *zoom:1;}
.widget .wrap:after {display:block; clear:both; content:"";}



.hide {display: none !important; }



/* 레이아웃 관련 */
#container_title { display: none; }


/* 게시판 관련 */
.tbl_head01 thead th { border-top: 2px solid #d9d9d9; background-color: #f9f9f9; border-bottom: 1px solid #efefef;}
.btn_submit { background-color: #666; }
a.btn_b01, a.btn_b02 { border: 1px solid #ddd; background-color: #fff; color: #666; }
.tbl_frm01 th { background: none; }
#bo_vc { background: none; }


/* 회원 관련 */
#reg_result #result_logo img { display:none; }
#fregister textarea { color: #666; }


/* 페이지 관련 */
#ctt { font-size: 12px; line-height: 18px; color: #666; }


#bo_v_table { display:none; }





/* 페이징 */
.pg_wrap {clear:both;margin:0 0 20px;padding:20px 0 0;text-align:center}
.pg {}
.pg_page, .pg_current {display:inline-block;padding:0 8px;height:23px;color:#000;letter-spacing:0;line-height:2.2em;vertical-align:middle; font-family:tahoma; font-size:14px; line-height:22px;}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {background:transparent;text-decoration:none}
.pg_start, .pg_prev {/* 이전 */ width:25px; height:25px; padding:0; text-indent:-9999px; background:url("../../img/trend9/custom_paging_btn.png") no-repeat 0 0;}
.pg_start {}
.pg_prev {background-position:-44px 0;}
.pg_end, .pg_next {/* 다음 */ width:25px; height:25px; padding:0; text-indent:-9999px; background:url("../../img/trend9/custom_paging_btn.png") no-repeat 0 -45px;}
.pg_next {background-position:-44px -45px;}
.pg_current {display:inline-block;margin:0 4px 0 0; background:transparent; border:1px solid #e9e9e9; color:#ff3636;font-weight:normal}
