@charset "utf-8";
/* NEWBREED 황수연 */

/*게시판버튼*/
.board_button {overflow:hidden; margin-top:10px; text-align:center;}
.board_button.mt{margin-top:30px;}
.board_button .left {float:left;}
.board_button .right {float:right;}
.btn_board {display:inline-block; padding:0 10px; height:26px; border:1px solid #dad9de; background:#fff; font:bold 11px/26px dotum,sans-serif; color:#7e7e7e; border-radius:1px; cursor:pointer;}
input.btn_board {height:28px;}
.btn_board:hover {background:#f8f9f8;}
.btn_board.on {color:#cb0100;}
.btn_board.gray {background:#f0f0f2}

/*테이블_리스트*/
.basic_board {    margin-top: 20px;width:100%; border-top:2px solid #b7b7b7; border-bottom:1px solid #e9e9e9; color:#424242; table-layout:fixed;}
.basic_board th, .basic_board td {padding:10px 0;}
.basic_board th {
    font-size: 20px;
    background: #fcfcfc;
    text-align: center;
    vertical-align: middle;
    height: 43px;
    font-weight: bold;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
}
.basic_board th a{color:#424242;}
.basic_board td {text-align:left; border-top:solid 1px #eeeeee; color:#767676;}
.basic_board td input[type=text], .qnaUpperTb td input[type=password], .qnaUpperTb td select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 30px;
    width: 80%;
	text-align:center;
    margin-left: 26px;
}
.basic_board td.num span {font:inherit; font-weight:bold;}
.basic_board tr.hover_list:hover {background:#f9f9f9;}
.basic_board tr.notice ,.basic_board tr.on {background:#f9f9f9;}
.basic_board tr.on td {position:relative;}
.basic_board tr.on td span {position:absolute; top:0; right:15px; line-height:35px; color:#ff3061;}
.basic_board td.subject {text-align:left;}
.basic_board td a {color:#767676;}
.basic_board td .category {font:bold 12px dotum; margin-right:2px; padding-right:7px;	background: url("./images/vline.gif") no-repeat right 45%; color: #878787;}

/*테이블_뷰*/
.basic_board th.view_subject ,.basic_board td.view_info {overflow:hidden; padding:10px;}
.basic_board th.view_subject img {vertical-align:middle;}
.basic_board th.view_subject .left ,.basic_board td.view_info .left {float:left;}
.basic_board th.view_subject .right ,.basic_board td.view_info .right {float:right;}
.basic_board th.view_subject .left  {font-size:14px; font-weight:bold; color:#000}
.basic_board td.view_info>div {color:#888888; font-size:11px;}
.basic_board td.view_info>div b {color:#565656}
.basic_board td.adddata {padding:0px;}
.basic_board td.adddata table {border-bottom:0 none;}
.basic_board td.adddata table th {padding:10px; text-align:left; background:#fcfcfc; }
.basic_board td.adddata table th ,.basic_board td.adddata table td {border-bottom:1px solid #f4f4f4;}
.basic_board td.adddata table td {padding:10px; text-align:left; border-top:0 none;}
.basic_board td.scrap {overflow:hidden;border-top:0 none;}
.basic_board td.scrap ul.left {float:left; padding-top:10px;}
.basic_board td.scrap ul.left li {float:left; margin-right:5px;}
.basic_board td.scrap ul.right {float:right;}
.basic_board td.scrap ul.right li {float:left; margin-left:5px;}

.basic_board td.file {text-align:left;}
.basic_board td.file a {padding-left:10px; padding-right:20px; background:url(./images/ico_down.jpg) no-repeat right top; font:12px dotum; color:#000;}
.basic_board td.file a:hover {text-decoration:underline;}
.basic_board td.file span {font-family: tahoma; font-size: 9px;line-height: 14px;}
.basic_board td.file .txt_size {color: #999999;padding-left: 9px;}
.basic_board td.file .txt_hit {color: #FF4200;padding-left: 7px;}
.basic_board td.file .txt_date {color: #aaa;padding-left: 10px;}
.basic_board td.file .txt_file {font:11px dotum; color:#767676; padding-right:10px; background: url("./images/vline.gif") no-repeat right 30%;}

/*테이블_쓰기*/
.basic_board.write th {padding-left:10px; text-align:left; font-weight:normal; border-top:1px solid #e9e9e9; }
.basic_board.write th span {color:#cc0000; font-weight:bold;}
.basic_board.write td {padding-left:10px; text-align:left;}
.basic_board.write td select {font:12px dotum; height:22px;}
.basic_board.write td input[type=checkbox] {vertical-align:middle;}
.basic_board.write td input[type=text] ,.basic_board.write td input[type=password] ,.basic_board.write td input[type=file]{padding: 0 5px; height: 22px; border:1px solid #dadada; font:12px/22px dotum,sans-serif;  width:30%; vertical-align:middle;}
.basic_board.write td.write_code {line-height:25px; padding:5px;}
.basic_board.write td.write_code span {color:#007FC8;}

/*--------- 리스트 ---------*/
/*탑*/
#board_list {width:100%}
#board_list .list_top {overflow:hidden; margin-bottom:10px;}
#board_list .list_top p.total {float:left; color:#7e7e7e; padding-left:20px; background:url(./images/ico_total.png) no-repeat left 35%; font:11px dotum; letter-spacing:-0.5px}
#board_list .list_top p.total b {color:#d12525}
#board_list .list_top p.rss {float:right;}

/*카테고리 */
#board_list .bo_cate ul {padding-left:1px;zoom:1}
#board_list .bo_cate ul:after {display:block; visibility:hidden;clear:both;content:""}
#board_list .bo_cate ul li {float:left;}
#board_list .bo_cate ul li a {display:block; position:relative; margin-left:-1px; padding:6px 10px 5px; min-width:70px; border:1px solid #ddd; background:#f7f7f7; color:#888; text-align:center;}
#board_list .bo_cate ul li a.on {border:1px solid #565e60; background:#fff; color:#565e60;font-weight:bold; z-index:2; letter-spacing:-1px;}
#board_list .no_list_size {border-bottom:1px solid #ddd; height:150px; text-align:center; font-size:12px; font-family:dotum,sans-serif; line-height:150px;}

/*검색*/
#board_list .search_box {margin-top:30px;}
#board_list .search_box td{text-align:center; font:12px dotum; vertical-align:middle;}
#board_list .search_box select {padding:3px; height:26px; border:0 none; border:1px solid #dadada; font:11px/27px dotum;  vertical-align:middle; color:#767676;}
#board_list .search_box input[type=text]{padding-left:5px; width:210px; height:24px; line-height:25px; border:1px solid #dadada; vertical-align:middle;}
/*선택복사*/
.board_pop {border-top:2px solid #9c9c9d}
.board_pop h1 {padding:0 20px; height:50px; border-bottom:1px solid #e9e9e9; font:bold 14px/50px dotum,sans-serif;}
.board_pop>div {padding:20px;}
.board_pop .pop_btns {margin-top:20px; text-align:center;}

/*--------- 뷰 ---------*/
#board_view {margin-bottom:30px;}
#board_view table.prev_next_list th ,.prev_next_list td {padding:10px; text-align:left; border-bottom:1px solid #e9e9e9 }
#board_view table.prev_next_list th {font-weight:bold; color:#9a999e}
#board_view table.prev_next_list th a {color:#9a999e}
#board_view table.prev_next_list img {vertical-align:middle; position:relative; top:-2px;}
#board_view table.prev_next_list td a {color:#333}
#board_view table.prev_next_list th a, .prev_next_list td a {display:block;}


/*코멘트*/
.comment_wrap {margin-top:10px;}
.comment_top {background:#fcfcfc; border-bottom: 1px solid #e9e9e9; border-top: 1px solid #BDBDBD; padding:10px 20px; }
.comment_top span.txt_title {background: url(./images/man.png) no-repeat left 50%; color: #777777; letter-spacing: -1px; padding: 0 20px;}
.comment_top span.txt_title em {color: #e60000; font-size: 11px; font-weight: bold;}

.comment_wrap .comment_list{margin:10px 0;padding:10px;background:#fff;border:1px solid #e0e1db; }
.comment_wrap ul.comment_list li{padding:5px;border-bottom:1px dashed #e0e1db;}
.comment_wrap ul.comment_list li:last-child{border-bottom:0 none;}
.comment_wrap ul.comment_list li .top{overflow:hidden; padding-top:10px;}
.comment_wrap ul.comment_list li .top p.name{float:left; padding-left:15px; background:url(./images/icon_comment.gif) no-repeat left 50%;color:#666666;}
.comment_wrap ul.comment_list li .top div.edit{float:right;}
.comment_wrap ul.comment_list li .top div.edit span {font-size:11px;font-family:tahoma,sans-serif;color:#888888}
.comment_wrap ul.comment_list li .top div.edit span.ip {color:#b2b2b2;}
.comment_wrap ul.comment_list li p.comment{padding-top:5px;line-height:1.4em; word-break:break-all; overflow:hidden; clear:both;color:#666666;}

table.comment_write_tbl{border:1px solid #e0e1db}
table.comment_write_tbl{text-align:left;font-size:12px;}
table.comment_write_tbl th{padding:10px;background:#fcfcfc;text-align:left;font-weight:normal;color:#000000}
table.comment_write_tbl th input{border:1px solid #e0e1db;height:22px;padding-left:5px;vertical-align:middle;}
table.comment_write_tbl th span {font-size:11px; color:#666}
table.comment_write_tbl th span.tip{color:#007FC8;}
table.comment_write_tbl td{padding:5px; vertical-align:top}
table.comment_write_tbl td textarea{border:1px solid #e0e1db; width:100%}
table.comment_write_tbl td .btn_board {padding:0;width:100%;height:56px;}
table.comment_write_tbl td span{display:block; margin-top:5px;font-size:11px;color:#666}
table.comment_write_tbl td span input{vertical-align:middle;}
/*-------------------------- 비밀번호확인 --------------------------*/

.board_password p.tip {margin-bottom:15px; color: #767676; letter-spacing: -1px; font-size:12px; }


/*상품리뷰*/
.basic_board table td{padding:0;border-top:0 none;text-align:left;}


.write_btn {display: table;margin: 20px auto;}
.write_btn input[type="image"] {position: relative;top: -10px;}

.boardBtnB {
    float: left;
    background: #000;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    padding: 0 34px 0;
    /*margin-left: 10px;*/
    cursor: pointer;
	border: 1px solid #252525;
}
.boardBtnW {
    float: left;
    background: #fff;
    color: #000;
    font-size: 18px;
    line-height: 40px;
    padding: 0 34px 0;
    margin-left: 15px;
    cursor: pointer;
	border: 1px solid #252525;
}