/* COMMON */
a.button { display: inline-block; height:16px; border:1px solid #ccc; background:url(./btn_bg.gif) repeat-x left bottom; padding:7px 10px 6px 10px; font-size:12px; font-family:굴림; letter-spacing:-1px; color:#333; font-weight:bold; }
input.button { display: inline-block; border:1px solid #ccc; background:url(./btn_bg.gif) repeat-x left bottom; padding:7px 10px 6px 10px; font-size:12px; font-family:굴림; letter-spacing:-1px; color:#333; font-weight:bold; cursor:pointer; }
.input_text { border:1px inset #c8c8c8; color:#333; font-size:11px; vertical-align:baseline; }
.search_img { background:url(./button_search.gif) repeat-x 0 0; border:0px; width:47px; height:21px; cursor:pointer; }


/* LIST */
.bbs_paginate{ padding:15px 0; text-align:center;}
.bbs_paginate *{ margin:0; padding:0;}
.bbs_paginate a,
.bbs_paginate strong{ _position:relative; display:inline-block; margin-right:-6px; padding:3px 10px 2px 11px; color:#333; text-decoration:none; line-height:normal; font:bold 11px Tahoma, Serif; background:#fff url(./line_pg.gif) no-repeat 0 5px;}
.bbs_paginate strong{ color:#ff1315;}
.bbs_paginate a:hover,
.bbs_paginate a:active,
.bbs_paginate a:focus{ background-color:#f7f7f7;}
.bbs_paginate a.pre,
.bbs_paginate a.pre_end,
.bbs_paginate a.next,
.bbs_paginate a.next_end{ font:11px "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif;}
.bbs_paginate a.pre{ padding:4px 10px 2px 17px; background:url(./bu_pg_l1.gif) no-repeat right 4px;}
.bbs_paginate a.pre_end{ padding:4px 10px 2px 16px; background:url(./bu_pg_l2.gif) no-repeat right 4px;}
.bbs_paginate a.next{ padding:4px 18px 2px 11px; background:url(./bu_pg_r1.gif) no-repeat left 4px;}
.bbs_paginate a.next_end { padding:4px 16px 2px 9px; background:url(./bu_pg_r2.gif) no-repeat left 4px;}
.bbs_paginate a:visited{ color:#333; text-decoration: none; background-color:#fff; }
