/* Button Reset */
.button,
.button a,
.button button,
.button input { position:relative; margin:0; display:-moz-inline-stack; display:inline-block; text-decoration:none !important; border:0; font-size:12px; font-family:Tahoma, Sans-serif; white-space:nowrap; background:url(../images/buttonWhite.gif) no-repeat; overflow:visible; color:#333;}
.button { height:23px; padding:0; vertical-align:middle; margin-right:2px; background-position:left top;}
.button a,
.button button,
.button input{ left:2px; vertical-align:top; cursor:pointer;}

/* Button Size */
.button.large { height:29px; background-position:left -30px; }
.button.xLarge { height:35px; background-position:left -65px; }
.button.small { height:18px; background-position:left -107px; }
.button a,
.button button,
.button input { height:23px; padding:0 10px 0 8px; font-size:12px; line-height:23px; background-position:right top;}
.button.large a,
.button.large button,
.button.large input { height:30px; padding:0 10px 0 8px; font-size:16px; line-height:29px; background-position:right -30px;}
.button.xLarge a,
.button.xLarge button,
.button.xLarge input { height:35px; padding:0 10px 0 8px; font-size:20px; line-height:35px; background-position:right -65px;}
.button.small a,
.button.small button,
.button.small input { height:18px; padding:0 6px 0 4px; font-size:11px; line-height:18px; background-position:right -107px;}

/* Button Text Color */
.button *:hover,
.button *:active,
.button *:focus{ color:#690;}
.button.green,
.button.green a,
.button.green button,
.button.green input { background-image:url(../images/buttonGreen.gif); color:#fff;}
.button.green *:hover,
.button.green *:active,
.button.green *:focus{ color:#ff0;}
.button.black,
.button.black a,
.button.black button,
.button.black input { background-image:url(../images/buttonBlack.gif); color:#fff;}
.button.black *:hover,
.button.black *:active,
.button.black *:focus{ color:#ff0;}
.button.red,
.button.red a,
.button.red button,
.button.red input { background-image:url(../images/buttonRed.gif); color:#fff;}
.button.red *:hover,
.button.red *:active,
.button.red *:focus{ color:#ff0;}
.button.blue,
.button.blue a,
.button.blue button,
.button.blue input { background-image:url(../images/buttonBlue.gif); color:#fff;}
.button.blue *:hover,
.button.blue *:active,
.button.blue *:focus{ color:#ff0;}

/* Button Text Strong */
.button.strong * { font-weight:bold !important;}

/* 카테고리 탭 */
ul.tab-cp{zoom:1;clear:both;overflow:hidden;margin:0 0 15px 0;letter-spacing:-1px;background:url('./image>/tab/cptab_line.gif') left top;}
ul.tab-cp li{float:left;height:31px;margin:0px 2px 5px 0;padding:0;background:url('./image/tab/cptab_left_off.gif') no-repeat left top;font-weight:bold;}
ul.tab-cp li span{float:left;white-space:nowrap;padding:7px 19px 7px 20px;margin:0;background:url('./image/tab/cptab_right_off.gif') no-repeat right top;}
ul.tab-cp li span a{color:#7a7a7a;font-weight:normal;text-decoration:none !important;}
ul.tab-cp li.on{background:url('./image/tab/cptab_left_on.gif') no-repeat left top;}
ul.tab-cp li.on span{background:url('./image/tab/cptab_right_on.gif') no-repeat right top;padding:8px 20px 6px 19px;font-weight:bold;}
ul.tab-cp li.on span a{color:#ff6633;font-weight:bold !important;}
ul.tab-cp li span a:hover{font-weight:normal;text-decoration:none;}
/* @카테고리 탭 */


/* table */
table.bbs-view{width:100%;border-top:1px solid #ccc;border-bottom:1px solid #ccc;border-collapse:collapse;}
table.bbs-view tbody th,table.bbs-view tbody td{border-bottom:1px solid #d7d7d7;text-align:left;padding:6px 10px;color:#5c5c5c;}
table.bbs-view tbody th{background-color:#f3f3f3;font-size:11px;}
table.bbs-view tbody td{color:#7c7c7c}
table.bbs-view tbody th img,table.bbs-view tbody td img{cursor:pointer;vertical-align:-2px;}
table.bbs-view tbody input{height:17px;border:#cacaca solid 1px;}
table.bbs-view tbody li{padding:2px 0;}
table.bbs-view tbody td {padding:10px 5px 10px 5px;font-size:11px;}
/* @table */


#pages_top {}

#pages_top .title {padding:5px 0 7px 0;margin:0 0 20px 0;border-bottom:#dfdfdf solid 1px;height:28px;}
#pages_top .title .xl {float:left;}
#pages_top .title .xl h2 {font-family:"malgun gothic",dotum;font-size:20px;padding:0;margin:0;}
#pages_top .title .xr {float:right;}

#pages_top .title .xr ul {padding:0;margin:0;}
#pages_top .title .xr li {position:relative;top:8px;height:26px;list-style-type:none;float:left;border-top:#dfdfdf solid 1px;border-right:#dfdfdf solid 1px;border-bottom:#dfdfdf solid 1px;background:#f9f9f9;cursor:pointer;color:#666666;}
#pages_top .title .xr li a {display:block;padding:7px 7px 7px 7px;}
#pages_top .title .xr li a img {position:relative;top:-3px;}
#pages_top .title .xr .leftside {border-left:#dfdfdf solid 1px;border-right:0;}
#pages_top .title .xr .selected {border-bottom:#ffffff solid 1px;background:#ffffff;color:#000000;}