@charset "utf-8";

/* 게시판 */
div.board_area	{clear:both;position:relative;margin:0 0 30px;display:block;*zoom:1;}
div.board_area:after	{content:"";display:block;clear:both;}

div.board_pop	{position:relative;display:block;*zoom:1;}
div.board_pop:after	{content:"";display:block;clear:both;}

div.board_top	{position:relative;display:block;*zoom:1;}
div.board_top:after	{content:"";display:block;clear:both;}

/*   =======================  board_list  ===========================  */
table.board_list	{width:100%;table-layout:fixed;border-top:2px solid #878787;}
table.board_list th	{padding:14px 5px 13px;border-bottom:1px solid #ddd;color:#333;font-size:13px;background:url(/images/board/thLine.png) no-repeat 0 50%;}
table.board_list th:first-child {background:none;}
table.board_list td	{padding:14px 5px 13px;border-bottom:1px solid #e4e4e4;}
table.board_list td.faq_tit {padding-left:5px;color:#333;font-size:13px;text-align:left;}
table.board_list td.faq_tit div{display:table;width:100%;}
table.board_list td.faq_tit div a,
table.board_list td.faq_tit div span{display:table-cell;}
table.board_list td.faq_tit div a{width:83%}
table.board_list td.faq_tit div span{float:right;width:60px;}
table.board_list td.faq_tit div span img{width:100%;}
table.board_list td.faq_ans {padding-left:90px;color:#333;font-size:13px;text-align:left;background:url(/images/customer/faq_mark_a.png) no-repeat 42px 14px;}
table.board_list td.qna_ans {color:#333;font-size:13px;text-align:left;background:#f8f8f8;}
table.board_list td.qna_ans .ans_con	{position:relative;padding:0 70px 0 90px;text-align:left;display:block;}
table.board_list td.qna_ans .top   {padding:0 0 0 85px;min-height:15px;display:block;background:url(/images/customer/faq_mark_q.png) no-repeat 27px 0;}
table.board_list td.qna_ans .bottom   {padding:13px 0 0 85px;background:url(/images/customer/faq_mark_a.png) no-repeat 27px 14px;display:block;background:url(/images/customer/faq_mark_qa.png) no-repeat 27px 14px;}
table.board_list td.qna_ans .write   {margin:0 0 5px;display:block}
table.board_list td.qna_ans .rt_btn_area    {right:10px;width:60px;min-height:30px;}
table.board_list td.qna_ans .rt_btn_area button {margin:0 0 5px;}

table.board_list_bg	{border-top-width:1px;}
table.board_list_bg th	{background:#f8f8f8 url(/images/board/thLine.png) no-repeat 0 50%;}
table.board_list_bg th:first-child {background:#f8f8f8;}

table.board_box{width:100%;table-layout:fixed;border-right:1px solid #ddd;border-top:1px solid #ddd;}
table.board_box th{padding:14px 5px 13px;border-bottom:1px solid #ddd;border-left:1px solid #ddd;color:#333;font-size:13px;background:#f8f8f8;}
table.board_box td{padding:14px 5px 13px 20px;border-bottom:1px solid #ddd;border-left:1px solid #ddd;text-align:left;}
table.board_box td label{display:inline-block;line-height:30px;}

table.board_order	{width:100%;table-layout:fixed;border-top:1px solid #878787;}
table.board_order th	{padding:14px 5px 13px;border-bottom:1px solid #ddd;border-left:1px solid #ddd;color:#333;font-size:13px;background:#f8f8f8;}
table.board_order th:first-child {border-left:0 none;}
table.board_order td	{padding:14px 5px 13px;border-bottom:1px solid #ddd;border-left:1px solid #ddd;}
table.board_order td:first-child {border-left:0 none;}
table.board_order td strong {font-size:13px;}
table.board_order td button.btn_board {padding:0;width:65px;margin:2px 0;}
table.board_order tfoot td{padding:35px 5px;background:#f9f9f9;font-size:14px;line-height:20px;color:#444;}
table.board_order tfoot td span {font-weight:600;}
table.board_order tfoot td strong {font-size:18px;line-height:20px;}

table.board_recipe{width:100%;table-layout:fixed;}
table.board_recipe th{padding:14px 5px 13px;border-top:1px solid #ddd;border-right:1px solid #ddd;color:#333;font-size:13px;background:#f8f8f8;}
table.board_recipe td{padding:14px 20px 13px 20px;border-bottom:1px solid #ddd;text-align:left;}
table.board_recipe tr:first-child th,table.board_recipe tr:first-child td  {border-top:0 none;}
table.board_recipe td label{display:block;line-height:30px;}
table.board_recipe td.num {font-size:12px;text-align:right;background:url(/images/community/line_recipe.gif) no-repeat right center;}
table.board_recipe td:last-child {background:none;}

/*   =======================  board_write  ===========================  */
table.board_write	{width:100%;table-layout:fixed;border-top:2px solid #878787;}
table.board_write th	{padding:12px 5px 11px 10px;border-bottom:1px solid #e4e4e4;color:#333;font-size:13px;}
table.board_write td	{text-align:left;padding:12px 5px 11px 10px;border-bottom:1px solid #e4e4e4;}

table.board_write_order	{width:100%;table-layout:fixed;border-top:1px solid #878787;}
table.board_write_order th	{padding:12px 5px 10px;border-bottom:1px solid #ddd;background:#f8f8f8;color:#333;font-size:13px;}
table.board_write_order td	{padding:12px 5px 11px 10px;border-bottom:1px solid #ddd;border-left:1px solid #ddd;text-align:left;}

/*   =======================  board_view  ===========================  */
/*  th가 thead에 있을때  */
table.board_view	{width:100%;table-layout:fixed;border-top:2px solid #878787;font-size:13px;}
table.board_view th	{padding:14px 5px 13px;border-bottom:1px solid #e4e4e4;color:#333;font-size:13px;background:url(/images/board/thLine.png) no-repeat 0 50%;}
table.board_view th:first-child {background:none;}
table.board_view th.date {color:#777;font-weight:400;font-size:12px;}
table.board_view td	{padding:14px 5px 13px;border-bottom:1px solid #e4e4e4;}
table.board_view td.con	{text-align:left;padding:30px 0;}
table.board_view td.con img	{display:block;max-width:800px;margin:15px auto 0;}
table.board_view td.admin_txt{padding:0;}
table.board_view td.con>div{min-height:150px;}
table.board_view th.tit {background:#f9f9f9;}
table.board_view .admin_txt_con{position:relative;border-top:1px solid #333;}
table.board_view .admin_txt_con .nm{position:absolute;top:14px;left:0;width:125px;text-align:center;font-weight:600;}
table.board_view .admin_txt_con .txt{margin:14px 135px;}
table.board_view .admin_txt_con .date{position:absolute;top:14px;right:0;width:125px;text-align:center;}

table.board_view.gallery td	{padding:14px 5px 13px;font-size:13px;border-bottom:1px solid #e4e4e4;}

/*  th가 thead에 있을때 레시피 페이지만 이미지 사이즈 변경으로 인해 추가 */
table.board_view2	{width:100%;table-layout:fixed;border-top:2px solid #878787;font-size:13px;}
table.board_view2 th	{padding:14px 5px 13px;border-bottom:1px solid #e4e4e4;color:#333;font-size:13px;background:url(/images/board/thLine.png) no-repeat 0 50%;}
table.board_view2 th:first-child {background:none;}
table.board_view2 th.date {color:#777;font-weight:400;font-size:12px;}
table.board_view2 td	{padding:14px 5px 13px;border-bottom:1px solid #e4e4e4;}
table.board_view2 td.con	{text-align:left;padding:30px 0;}
table.board_view2 td.con img	{display:block;max-width:1000px;margin:15px auto 0;}
table.board_view2 td.admin_txt{padding:0;}
table.board_view2 td.con>div{min-height:150px;}
table.board_view2 th.tit {background:#f9f9f9;}
table.board_view2 .admin_txt_con{position:relative;border-top:1px solid #333;}
table.board_view2 .admin_txt_con .nm{position:absolute;top:14px;left:0;width:125px;text-align:center;font-weight:600;}
table.board_view2 .admin_txt_con .txt{margin:14px 135px;}
table.board_view2 .admin_txt_con .date{position:absolute;top:14px;right:0;width:125px;text-align:center;}

table.board_view.gallery td	{padding:14px 5px 13px;font-size:13px;border-bottom:1px solid #e4e4e4;}

/* 죽염제조과정 : 03.죽염제조과정(new:게시판용) */
table.board_view td.con .S_title {width:715px;margin:0 auto;font-size:18px;font-weight:bold;color:#222c45;margin-bottom:18px;position:relative;}
table.board_view td.con .S_title span   {font-size:100% !important;color:inherit !important;}
ul.salt_make {width:715px;margin:0 auto;overflow:hidden;display:block;}
ul.salt_make li {margin-bottom:50px;overflow:hidden;display:block;}
ul.salt_make li .left {float:left;width:348px;}
ul.salt_make li .right {float:right;width:348px;}
ul.salt_make li p {font-size:11px;color:#7f7f7f;line-height:17px;padding-top:12px;text-align:justify;}
ul.salt_make li span {font-size:15px;color:#479aca;font-weight:bold;letter-spacing:0;}

/* 상품고시정보 */
table.board_line	{width:100%;table-layout:fixed;border-top:2px solid #878787;font-size:13px;}
table.board_line th	{padding:12px 5px 11px 10px;border-bottom:1px solid #e4e4e4;border-left:1px solid #e4e4e4;color:#333;font-size:14px;}
table.board_line td	{text-align:left;padding:12px 5px 11px 10px;border-bottom:1px solid #e4e4e4;border-left:1px solid #e4e4e4;}
table.board_line td.rLine	{text-align:left;padding:12px 5px 11px 10px;border-bottom:1px solid #e4e4e4;border-left:1px solid #e4e4e4;border-right:1px solid #e4e4e4;}

/*  board_short -  리스트하단 이전다음목록   */
table.board_short	{width:100%;table-layout:fixed;margin:30px 0;border-top:1px solid #ccc;border-bottom:1px solid #ccc;}
table.board_short th	{padding:14px 5px 13px 34px;border-top:1px solid #e4e4e4;color:#333;font-size:13px;}
table.board_short td	{padding:14px 5px 13px 20px;border-top:1px solid #e4e4e4;color:#555;font-size:13px;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;overflow:hidden;background:url(/images/board/thLine.png) no-repeat 0 50%;}
table.board_short tr:first-child th,table.board_short tr:first-child td{border-top:0 none;}
table.board_short th.next_list	{background:url(/images/board/next_list.png) no-repeat 30px 50%;}
table.board_short th.prev_list	{background:url(/images/board/prev_list.png) no-repeat 30px 50%;}
table.board_short td.date  {color:#777;font-size:12px;}

/* comment */
.comment    {margin:0 0 30px;display:block;}
.comment .regi_comment  {display:block;}
.comment .regi_comment .regi {position:relative;padding:0 120px 20px 0;display:block;}
.comment .regi_comment .regi textarea    {width:100%;height:110px;}
.comment .regi_comment .regi .btn_txt    {position:absolute;top:0;right:0;padding:0;width:110px;font-size:14px;height:110px;line-height:110px;border-radius:0;}
.comment .comment_list  {display:block;text-align:left;background:#f0f0f0;}
.comment .comment_list>ul {display:block;}
.comment .comment_list>ul>li{position:relative;padding:20px 0 0;margin:0 20px;overflow:hidden;display:block;border-top:1px solid #ddd;}
.comment .comment_list>ul>li:first-child    {border-top:0;}
.comment .comment_list>ul>li .con_txt   {float:left;font-size:13px;color:#333;margin:0 0 20px;}
.comment .comment_list>ul>li .btn_area   {float:left;padding:0;margin:0 20px 20px;}
.comment .comment_list>ul>li .srmy   {float:right;}
.comment .comment_list>ul>li .srmy .btn_txt  {height:18px;}
.comment .comment_list>ul>li .srmy .user  {}
.comment .comment_list>ul>li .srmy .date  {padding:0 0 0 10px;margin:0 0 0 10px;background:url(/images/product/review_date_line.png) no-repeat 0 50%;}
.comment .comment_list>ul>li .comment_reply   {float:left;width:100%;}
.comment .comment_list>ul>li .comment_reply .regi_comment   {display:none;}
.comment .comment_list>ul>li .comment_reply .regi_comment .regi textarea {height:100px;}
.comment .comment_list>ul>li .comment_reply .regi_comment .regi .btn_txt {height:100px;line-height:100px;}
.comment .comment_list>ul>li .comment_reply .comment_list   {border-top:1px solid #ddd;background:url(/images/board/comment_arrow.png) no-repeat 15px 15px;}
.comment .comment_list>ul>li .comment_reply .comment_list>ul>li    {margin:0 0 0 50px;}
.comment .comment_list>ul>li .comment_reply .comment_list>ul>li .srmy   {display:none}

.comment .comment_list>ul>li.on .comment_reply .regi_comment {display:block;}
.comment .comment_list>ul>li.on .srmy .btn_txt	{display:none;}

/*   =======================  테이블 공통 스타일  ===========================  */
th.tRight, td.tRight	{text-align:right;}
th.tLeft, td.tLeft	{text-align:left;}
th.tCenter, td.tCenter	{text-align:center;}
th.no_pd, td.no_pd	{padding-left:0 !important;padding-right:0 !important;}
td.product    {text-align:left;padding-left:20px;padding-right:20px;}
td.product .img   {float:left;width:80px;height:80px;border:1px solid #ddd;margin-right:10px;}
td.product .img img   {width:100%;height:100%;}
td.product a  {display:block;overflow:hidden;}
td.product .pro_nm    {padding:15px 0 5px;color:#333;font-size:13px;font-weight:600;}
td.product .pro_srmy    {color:#666;padding:0 0 5px;}
td.product .gift_nm    {color:#666;line-height:80px;}
td.product .sample_nm    {color:#666;line-height:80px;}

td.product .review_answer_wrap a{position:relative;}
td.product .review_answer_wrap .img,
td.product .review_answer_wrap .txt{float:none;display:inline-block;vertical-align: middle;}
td.product .icon_answer_complete{position:absolute;top:50%;right:0;margin:-30px 0 0;}

/*   =======================  form  ===========================  */
input[type="text"], input[type="password"] {margin:0 2px 0 0;padding:0 10px;border:1px solid #ccc;line-height:30px;height:30px;background:#fff;box-sizing:border-box;}
select	{border:1px solid #ccc;height:28px;vertical-align:middle;}
textarea	{resize:none;border:1px solid #ccc;padding:10px;box-sizing:border-box;}

.board_srch	{position:relative;margin:0 0 10px;display:block;*zoom:1;}
.board_srch:after	{content:"";display:block;clear:both;}
.board_srch_r	{text-align:right;}
.board_srch_l	{text-align:left;}
.board_srch dl  {padding:10px 0 0 0;margin:0 0 10px;text-align:left;border-top:1px solid #ddd;border-bottom:1px solid #ddd;}
.board_srch dl:after    {content:"";display:block;clear:both;}
.board_srch dl dt  {float:left;width:80px;line-height:30px;padding:0 0 0 85px;font-size:13px;color:#333;font-weight:600;}
.board_srch dl dd  {float:left;width:680px;margin:0 0 5px;}
.board_srch dl dd>input {width:475px;}
.board_srch input[type="text"]  {margin:0;}
.board_srch p.fLeft,
.board_srch p.fRight {padding:10px 0 0;line-height:16px;}

.board_srch_order   {margin:0 0 40px;}
.board_srch_order .rt_btn_area   {top:46px;right:85px;}
.board_srch_order .rt_btn_area button{height:30px;line-height:normal;padding:0 3em;border-radius:0;}

.board_srch_date   {margin:0 0 40px;}
.board_srch_date dl  {padding-left:125px;}
.board_srch_date .rt_btn_area   {top:10px;right:135px;}
.board_srch_date .rt_btn_area button{height:30px;line-height:normal;padding:0 3em;border-radius:0;}

.srch_month	{display:block;}
.srch_month button {height:30px;line-height:normal;border-radius:0;margin:0 3px;}

.frm_phone  {display:block;margin:0 0 5px;}
.frm_phone:after {content:"";display:block;clear:both;}
.frm_phone .select_area {float:left;width:100px;box-sizing:border-box;}
.frm_phone i    {float:left;width:8px;line-height:30px;margin:0 5px;}
.frm_phone input {float:left;width:81px;margin:0;}
.frm_phone button {width:86px;margin-left:5px;}
.frm_phone button.passOpen {background: #8c8c8c;border: 1px solid #787878;}
.pass_number_wrap,
.mail_code_wrap {display: none;}
.pass_number_wrap input {width:279px;}
.pass_number_wrap button {width:86px;}

.frm_mail  {display:block;margin:0 0 5px;}
.frm_mail:after {content:"";display:block;clear:both;}
.frm_mail input {float:left;width:160px;}
.frm_mail i    {float:left;line-height:30px;margin:0 5px;font-style:normal;}
.frm_mail .select_area {float:left;width:120px;box-sizing:border-box;margin-left:5px;}

.frm_address  {display:block;margin:0 0 5px;}
.frm_address:after {content:"";display:block;clear:both;}
.frm_address input{float:left;width:48%;margin:0 5px 5px 0;}
.frm_address .zipcode   {display:block;margin:0 0 5px;line-height:28px;}
.frm_address .zipcode:after {content:"";display:block;clear:both;}
.frm_address .zipcode input{width:180px;margin:0;}
.frm_address .zipcode button    {float:left;margin:0 0 0 5px;}

.frm_calender  {display:block;margin:0 0 5px;}
.frm_calender:after {content:"";display:block;clear:both;}
.frm_calender input {float:left;width:180px;margin-right:5px;}
.frm_calender button    {float:left;}
.frm_calender i    {float:left;line-height:30px;margin:0 5px;font-style:normal;}

.frm_price  {display:block;margin:0 0 5px;}
.frm_price:after {content:"";display:block;clear:both;}
.frm_price input  {float:left;width:120px;margin-right:5px;}
.frm_price i  {float:left;line-height:30px;margin:0 5px;font-style:normal;}

.frm_fg {display:block;margin:10px 0 5px;}
.frm_fg:after {content:"";display:block;clear:both;}
.frm_fg .select_area {float:left;}
.frm_fg label {float:left;}
.frm_fg label span {float:left;width:150px;line-height:28px;color:#888;text-indent:10px;}
.frm_fg input {float:left;width:230px;margin:0 0 0 5px;}

/* 첨부파일 디자인 바꾸기 */
.fileInputTxt	{float:left;width:70%;height:28px;border:1px solid #ccc;margin:0 5px 0 0;background:#fff;}
.fileDiv	{position:relative;top:0;left:0;width:74px;height:28px;color:#fff;overflow:hidden;border:1px solid #dcdcdc;}
.fileBtnImg	{position:absolute;top:0;right:0;width:74px;height:28px;border:0 none;background:#f1f1f1;color:#5c5c5c;line-height:28px;}
.fileInput	{position:absolute;right:0px;top:0px;height:28px;cursor:pointer;opacity:0;filter:alpha(opacity=0);-ms-filter:"alpha(opacity=0)";-khtml-opacity:0;-moz-opacity:0;}

/* select_box  */
.select_box	{width:70px;display:inline-block;*display:inline;position:relative;background:#fff;line-height:normal;vertical-align:middle;*zoom:1}
.select_box *	{margin:0;padding:0;font-size:12px;cursor:pointer}
.select_box .my_value	{overflow:visible;position:relative;z-index:2;border:1px solid #ccc;background:transparent;color:#9f967f;text-align:left;height:24px;padding:2px 0 2px;text-indent:8px;line-height:24px;_line-height:normal;}
.select_box .my_value.selected	{font-weight:normal;}
.select_box.open .my_value, .select_box .my_value.outLine { }
.select_box .ctrl	{position:absolute;top:0;right:0;width:20px;height:28px;background:#fff}
.select_box .arrow	{position:absolute;top:50%;right:0;width:20px;height:28px;line-height:6px;margin:-14px 0 0;background:url(/images/mark_bullet/select_arrow.png) no-repeat 50% 50%;}
.select_box ul	{overflow:hidden;position:absolute;top:27px;left:0;right:0;border:1px solid #ccc;background:#fff;list-style:none;z-index:990;}
.select_box ul.i_list	{left:-99999%;right:99999%;background:#fff;}
.select_box.open ul.i_list	{left:0;right:0;background:#fff;}
.select_box li	{text-align:left;overflow:hidden;position:relative;height:25px;white-space:nowrap;}
.select_box li input.option	{position:absolute;width:100%;height:25px;line-height:25px;}
.select_box li label	{position:absolute;top:0;left:0;width:100%;height:28px;background:#fff;color:#9f967f;line-height:28px;text-indent:8px;*text-indent:6px;}
.select_box li.hover *	{background:#fff;color:#9f967f}

/*  btn_area  */
.rt_btn_area	{position:absolute;right:0;top:0;text-align:right;overflow:hidden;display:block;}
.btn_area	{position:relative;padding:0 0 20px;text-align:center;overflow:hidden;display:block;}
.btn_area_l	{text-align:left;}
.btn_area_r	{text-align:right;}
.lbtn	{float:left;text-align:left;}
.rbtn	{float:right;text-align:right;}
.rt_btn_area a, .btn_area_r a, .rbtn a, .rt_btn_area button, .btn_area_r button, .rbtn button{margin:0 0 0 3px;}
.btn_area a, .btn_area button{margin:0 3px 0 1px;}
.btn_area_l a, .lbtn a, .btn_area_l button, .lbtn button	{margin:0 3px 0 0;}

/*  btn  */
.btn_srch	{line-height:2.5em;height:2.5em;padding:0 12px;text-align:center;color:#fff;background:#555;border:1px solid #444;}
.btn_img_write  {width:80px;height:80px;background:url(/images/btn/btn_img_write.png) no-repeat 50% 50%;}
.btn_img_write span  {position:absolute;top:-99999px;overflow:hidden;}
.btn_review_del {width:56px;height:23px;line-height:21px;color:#888;text-indent:-10px;border:1px solid #ccc;background:#fff url(/images/btn/btn_review_del_icon.png) no-repeat 38px 50%;}
.btn_review_modify {width:56px;height:23px;line-height:21px;color:#fff;text-indent:-10px;border:1px solid #888;background:#999 url(/images/btn/btn_review_modify_icon.png) no-repeat 38px 50%;}
.btn_txt_more {padding:0 12px 0 0;color:#888;background:url(/images/btn/btn_more_icon.png) no-repeat 100% 50%;}
.btn_review_write	{width:260px;height:50px;line-height:50px;color:#fff;font-size:19px;text-indent:45px;border-radius:50px;background:#27aae1 url(/images/btn/btn_review_write_icon.png) no-repeat 45px 10px;}
.btn_img_facebook	{width:21px;height:21px;text-indent:-99999px;background:url(/images/btn/btn_img_facebook.png) no-repeat 50% 50%;}
.btn_img_twitter	{width:21px;height:21px;text-indent:-99999px;background:url(/images/btn/btn_img_twitter.png) no-repeat 50% 50%;}

.btn_txt	{height:3em;padding:0 1.5em;text-align:center;font-size:13px;}
a.btn_txt	{line-height:3em;}
.btn_sky	{color:#fff;background:#27aae1;border:1px solid #2499ca;border-radius:3px;}
.btn_black	{color:#fff;background:#000;border:1px solid #000;border-radius:3px;}
.btn_gray	{color:#fff;background:#8c8c8c;border:1px solid #787878;border-radius:3px;}
.btn_gray_light	{color:#777;background:#f4f4f4;border:1px solid #cacaca;border-radius:3px;}
.btn_gray_dark	{color:#fff;background:#646464;border:1px solid #3c3c3c;border-radius:3px;}
.btn_red	{color:#fff;background:#e41937;border:1px solid #d60221;border-radius:3px;}
.btn_orange	{color:#fff;background:#fe6047;border:1px solid #dd523c;}
.btn_white	{color:#344153;background:#fff;border:1px solid #344153;border-radius:3px;}
.btn_blue	{color:#fff;background:#344153;border:1px solid #344153;border-radius:3px;}
.btn_line_gray  {border:1px solid #787878;}
.btn_line_gray_light  {border:1px solid #cacaca;color:#999;}
.btn_line_white {border:1px solid #8c8c8c;}
.btn_line_blue  {color:#344153;border:1px solid #344153;}

.btn_big	{font-size:15px;font-weight:600;}
.btn_small	{padding:0 7px;height:2em;font-size:12px;}
a.btn_small	{line-height:2em;}

.btn_login	{padding:0;width:130px;font-size:16px;height:70px;line-height:70px;color:#fff;background:#27aae1;border:1px solid #2499ca;}
.btn_board  {padding:0 1em;height:2.4em;border-radius:0;font-size:12px;}
a.btn_board	{line-height:2.4em;}

.btn_w100px	{padding:0;width:100px;}
.btn_w160px	{padding:0;width:160px;}


/*   =======================  page_area  ===========================  */
.page_area{position:relative;padding:0 0 30px;text-align:center;display:block;}
.page_area .num{display:inline-block;color:#666;width:35px;height:17px;line-height:17px;vertical-align:middle;font-weight:600;font-family:arial;}
.page_area .num + .num   {background:url(/images/board/paging_line.png) no-repeat 0 0;}
.page_area strong.num{color:#000;font-size:14px;text-decoration:none;}
.page_area .num:hover{color:#000;font-size:14px;text-decoration:none;}
.page_area a.prev_btn{width:25px;height:17px;background:url(/images/btn/paging_prev.png) no-repeat 50% 50%;}
.page_area a.next_btn{width:25px;height:17px;background:url(/images/btn/paging_next.png) no-repeat 50% 50%;}
.page_area a.frst_btn{width:25px;height:17px;background:url(/images/btn/paging_prev.png) no-repeat 50% 50%;}
.page_area a.last_btn{width:25px;height:17px;background:url(/images/btn/paging_next.png) no-repeat 50% 50%;}
.page_area a.prev_btn span, .page_area a.next_btn span,
.page_area a.frst_btn span, .page_area a.last_btn span{position:absolute;left:-9999px;overflow:hidden; }
.page_area a.prev_btn:hover, .page_area a.next_btn:hover {}
.page_area a.frst_btn:hover, .page_area a.last_btn:hover{}
