@charset "utf-8";


/*
font-family: 'Lora', serif;
*/


/* 리스트 상단 */
#board .list_top {position: relative; min-height: 50px; display:flex; justify-content:left; align-items:center; table-layout:fixed; margin-bottom: 20px;}
#board .list_top .count {font-size: 14px; color: #666666; letter-spacing: -0.025em; word-break: keep-all; width: calc(100% - 400px);}
#board .list_top .count strong {font-size: 18px; color: #002050; font-weight: 500;}
#board .list_top .search_bx {position: absolute; right: 0; top: 0; width: 320px;}
#board .list_top .search_bx input {width: 100%; height: 50px; border: 1px solid #cccccc; box-sizing: border-box; padding: 0 60px 0 20px; outline: none;}
#board .list_top .search_bx .btn {position: absolute; width: 60px; height: 50px; font-size: 0; right: 0; top: 0; background: url(../images/icon/search.png) no-repeat center;}



/* 리스트 */
#board .list_st1 {border-top: 2px solid #111111;}
#board .list_st1 table {width: 100%; table-layout: fixed;}
#board .list_st1 table tr {border-bottom: 1px solid #dddddd;}
#board .list_st1 table th {text-align: center; height: 60px; box-sizing: border-box; background-color: #f5f5f5; font-size: 16px; color: #111111; font-weight: 500; letter-spacing: -0.025em; word-break: keep-all; padding: 5px;}
#board .list_st1 table .num, #board .list_st1 table .date {width: 120px;}
#board .list_st1 table td {font-size: 16px; color: #999999; letter-spacing: -0.025em; word-break: keep-all; text-align: center; box-sizing: border-box; padding: 5px; height: 60px;}
#board .list_st1 table td.subject {text-align: left; padding: 5px 20px;}
#board .list_st1 table td.subject div {max-width: 560px; overflow: hidden; text-overflow:ellipsis; white-space:nowrap; word-wrap:normal;}
#board .list_st1 table td.subject a {color: #666; cursor: pointer;}

#board .no_data {padding: 100px 0; text-align: center; font-size: 16px; letter-spacing: -0.025em; word-break: keep-all; color: #c2c2c2;}



/* 페이징 */
#board .page_bx {font-size: 0; padding-top: 48px; text-align: center;}
#board .page_bx a {vertical-align: middle; display: inline-block; min-width: 40px; height: 40px; line-height: 40px; box-sizing: border-box;}
#board .page_bx .num {text-align: center; font-size: 16px; color: #999999; margin: 0 4px; border-bottom: 2px solid transparent;}
#board .page_bx .num.on {color: #002050; font-weight: 500;}
#board .page_bx .num.on span {border-bottom: 2px solid #002050;}
#board .page_bx .page_prev {border: 1px solid #cccccc; margin-right: 13px; background: url(../images/icon/page_prev.png) no-repeat center;}
#board .page_bx .page_next {border: 1px solid #cccccc; margin-left: 13px; background: url(../images/icon/page_next.png) no-repeat center;}


/* PC */
@media all and (min-width:1025px){
	/* 리스트 */
	#board .list_st1 table td.subject a {-webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;}
	#board .list_st1 table td.subject a:hover {text-decoration: underline; color: #002050;}
}

/* 태블릿&모바일 공통*/
@media all and (max-width:1024px){
	/* 리스트 상단 */
	#board .list_top {margin-bottom: 14px; min-height: 30px;}
	#board .list_top .count {width: calc(100% - 210px); font-size: 12px;}
	#board .list_top .count strong {font-size: 13px;}
	#board .list_top .search_bx {width: 180px;}
	#board .list_top .search_bx input {font-size: 12px; padding: 0 44px 0 15px; height: 30px;}
	#board .list_top .search_bx .btn {width: 44px; height: 30px; background-size: 16px auto;}
	
	
	
	/* 리스트 */
	#board .list_st1 {border-top: 1px solid #111111;}
	#board .list_st1 table th {font-size: 13px; height: 40px;}
	#board .list_st1 table .num, #board .list_st1 table .date {width: 80px;}
	#board .list_st1 table td {font-size: 12px; height: 40px;}
	#board .list_st1 table td.subject {font-size: 14px; padding: 5px 10px;}
	
	#board .no_data {padding: 50px 0; font-size: 13px;}



	/* 페이징 */
	#board .page_bx {padding-top: 30px;}
	#board .page_bx a {min-width: 24px; height: 24px; line-height: 24px;}
	#board .page_bx .num {font-size: 12px; margin: 0 3px;}
	#board .page_bx .num.on span {border-bottom: 1px solid #002050;}
	#board .page_bx .page_prev {background-size: 6px auto; margin-right: 9px;}
	#board .page_bx .page_next {background-size: 6px auto; margin-left: 9px;}
}

/* 모바일 */
@media all and (max-width:768px){
	/* 리스트 */
	#board .list_st1 table tr {display: block; padding: 14px 10px 16px;}
	#board .list_st1 table thead {display: none;}
	#board .list_st1 table td {display: block; width: 100%; height: auto; text-align: left; padding: 0;}
	#board .list_st1 table td.num {display: none;}
	#board .list_st1 table td.subject {padding: 0 0 8px;}
}