﻿@charset "utf-8";

/* nomal_board list*/
.nomal_board{width:100%;}
.nomal_board .search_area{overflow:hidden; width:100%; margin-bottom:17px;}
.nomal_board .search_area .form_wrap{overflow:hidden; width:100%; max-width:300px; float:right}
.nomal_board .search_area .s_list_select{float:left; display:block; padding:0 0 0 3px; width:20%; height:32px; border:1px solid #bbbbbb; line-height:1.3; /* background:#fff url(../../images/common/bbs_select_arrow.png) 90% center no-repeat; */ font-size:12px; color:#666666; vertical-align:middle; /* -webkit-appearance:none; -moz-appearance:none; appearance:none; */}
/* .nomal_board .search_area .s_list_select::-ms-expand {display: none;} */
.nomal_board .search_area .input_wrap{position:relative; float:left; width:100%;}
.nomal_board .search_area .input_wrap .input_inner{padding-right:38px; padding-left:5px;}
.nomal_board .search_area .s_item_write{display:block; padding:0px 10px 0 10px; width:100%; height:32px; line-height:1.3; border:1px solid #bbbbbb; font-size:12px; color:#666666; box-sizing:border-box;}
.nomal_board .search_area .s_btn_click{display:block; position:absolute; top:0px; right:-1px; width:40px; height:100%; background:#666666 url(../../images/common/bbs_icon_search.png) center center no-repeat; text-indent:-999999px; }
.nomal_board .list_area{width:100%; table-layout:fixed;}
.nomal_board .list_area .col1{width:8.58%;}
.nomal_board .list_area .col2{width:54.33%!important;}
.nomal_board .list_area .col3{width:13%;}
.nomal_board .list_area .col4{width:11.08%;}
.nomal_board .list_area .col5{width:13%;}
.nomal_board .list_area thead th{height:51px; border-bottom:1px solid #ddd; font-family:'notokr-medium',sans-serif; text-align:center; font-size:14px; color:#fff; background:#4d4b4e;}
.nomal_board .list_area tbody td{height:48px; border-bottom:1px solid #ddd; font-weight:bold; text-align:center; font-family:'notokr-regular'; font-size:14px; color:#666;}
.nomal_board .list_area tbody td.title {text-align:left;  font-family:'notokr-medium',sans-serif; font-size:16px; width:100%; padding:0 10px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; cursor:pointer;background:#ffffff;}
.nomal_board .list_area .speaker{display:inline-block; *display:inline; zoom:1; width:14px; height:11px; background:url(../../images/common/bbs_icon_speaker.png) no-repeat;}
.nomal_board .paging_area{text-align:center; margin-top:38px;}
.nomal_board .paging_area ul{overflow:hidden; display:inline-block; *display:inline; zoom:1;}
.nomal_board .paging_area li{float:left; margin-left:4px; width:32px; height:32px; line-height:32px; text-align:center; border:1px solid #dcdcdc; font-size:14px; color:#666;}
.nomal_board .paging_area li:first-child{margin-left:0px;}
.nomal_board .paging_area li a{display:inline-block; *display:inline; zoom:1; width:100%; height:100%; color:inherit;}
.nomal_board .paging_area li.ppv{background:url(../../images/common/bbs_icon_first.png) center center no-repeat; text-indent:-999999px;}
.nomal_board .paging_area li.pv{background:url(../../images/common/bbs_icon_prev.png) center center no-repeat; text-indent:-999999px;}
.nomal_board .paging_area li.nx{background:url(../../images/common/bbs_icon_next.png) center center no-repeat; text-indent:-999999px;}
.nomal_board .paging_area li.nnx{background:url(../../images/common/bbs_icon_last.png) center center no-repeat; text-indent:-999999px;}
.nomal_board .paging_area li.now{background:#989898; color:#fff;}


@media screen and (max-width: 768px){

	/* nomal_board list */
	.nomal_board .list_area .col4{display:none} 
	.nomal_board .list_area .date{display:none}

	
}

@media screen and (max-width: 640px){
	/* nomal_board list */
	.nomal_board .list_area thead th{height:40px; font-size:12px;}
	.nomal_board .list_area tbody td{height:40px; font-size:12px;}
	.nomal_board .paging_area{text-align:center; margin-top:4.6vw;}
	.nomal_board .paging_area li{margin-left:2px; width:22px; height:22px; line-height:22px; font-size:12px;}



	@media screen and (max-width: 480px){

		/* nomal_board list */
		.nomal_board .search_area .form_wrap{max-width:none;}
    .sang_bt{margin-top:-316px;}
	}



	

}