﻿@charset euc-kr;

/* 검색 필드 */
.search_area{text-align:right;margin-top:40px}
.search_area select,
.search_area input[type=text]{padding-left:7px;margin-right:5px;font-size:12px;color:#666;border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px
}
.search_area select{min-width:76px;height:27px;line-height:25px}
.search_area input[type=text]{width:224px;height:25px;padding-top:0px}

/* 게시판 리스트 */
.data_table table{border-top:2px solid #bababa}
.data_table table thead tr th{padding:15px 10px 12px;border-bottom:1px solid #cfcfcf;border-top:1px solid #bababa;background-color:#f9f9f9;font-size:14px;color:#333;letter-spacing:-0.5px;font-weight:normal}
.data_table table tbody tr td{padding:14px 10px 11px;border-bottom:1px solid #dfdfdf}
.data_table table tbody tr td.title,
.data_table table tbody tr td.title a{color:#333}
.data_table table tbody tr td.title.ellipsis{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:95%}

/* 게시판 뷰 */
.data_view table{border-top:2px solid #bababa}
.data_view table tbody tr:first-child td{padding:13px 10px 14px;border-bottom:1px solid #cfcfcf;background:#f9f9f9 url(/img/bul_line2.gif) no-repeat 0px center;font-size:14px;letter-spacing:-0.5px;font-size:14px;text-align:center}
.data_view table tbody tr:first-child td:first-child{background:#f9f9f9}
.data_view table tbody tr:first-child td.title{color:#333;font-weight:bold;text-align:left}
.data_view table tbody tr:first-child td.title.ellipsis{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:95%}
.data_view table tbody tr td.view_content{padding:50px 0;background:#fff;min-height:500px}
.data_view table tbody tr td.view_content p{font-family:Malgun Gothic !important}

.paging_list{border-top:1px solid #c4c4c4}
.paging_list dl{position:relative;height:59px;border-bottom:1px solid #c4c4c4}
.paging_list dl dt{position:absolute;top:0px;left:0px;width:95px;height:59px;line-height:59px;text-align:center}
.paging_list dl dt span{font-size:14px;background:url(/v2/img/kr/bul/bul_arrow_up.gif) no-repeat 100% 7px;padding-right:20px}
.paging_list dl.next dt span{background:url(/v2/img/kr/bul/bul_arrow_down.gif) no-repeat 100% 7px}
.paging_list dl dd.title{padding:0 170px 0 95px}
.paging_list dl dd.title a{line-height:59px;display:block}
.paging_list dl dd.title a.ellipsis{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:95%}
.paging_list dl dd.date{position:absolute;top:0px;right:0px;width:170px;height:59px;text-align:center;line-height:59px}


@media screen and (max-width:749px){ /* Mobile 해상도 */
	
	/* 검색 필드 */
	.search_area{text-align:inherit;position:relative;padding:0 63px 0 81px}
	.search_area select{position:absolute;top:0px;left:0px;margin-right:0px}
	.search_area input[type=text]{margin-right:0px;width:100%;padding:0px}
	.search_area button{position:absolute;top:0px;right:0px}
	
	.paging_list dl dt{width:75px}
	.paging_list dl dt span{padding-right:15px}
	.paging_list dl dd.title{padding:0 80px 0 75px}
	.paging_list dl dd.date{width:80px}

}