@charset "utf-8";

/*
font-family: 'Montserrat', sans-serif;
*/


#board {padding: 160px 0;}



/* 리스트 상단 */
#board .list_top {display: flex; flex-flow: wrap; margin-bottom: 10px;}
#board .list_top .count {width: calc(100% - 450px); box-sizing: border-box; min-height: 60px; display:flex; justify-content:left; align-items:center; table-layout:fixed;}
#board .list_top .count p {font-size: 16px; color: #444444; letter-spacing: -0.05em; word-break: keep-all;}
#board .list_top .count p strong {font-weight: 700; font-size: 20px; line-height: 30px; color: #000000;}
#board .list_top .search_bx {width: 400px; box-sizing: border-box; margin-left: 50px; position: relative; padding: 0 50px 0 101px;}
#board .list_top .search_bx select {width: 101px; height: 60px; position: absolute; left: 0; top: 0; border: none; padding: 0 11px; appearance: none; -webkit-appearance: none; -moz-appearance: none; background: url(../images/icon/arrow4.png) no-repeat right 10px center; outline: none; font-size: 16px; color: #333333; letter-spacing: -0.05em; word-break: keep-all;}
#board .list_top .search_bx input {width: 100%; height: 60px; border: none; outline: none; padding: 0 0 0 10px; font-size: 16px; color: #333; letter-spacing: -0.05em; word-break: keep-all;}
#board .list_top .search_bx input::placeholder {color: #aaaaaa;}
#board .list_top .search_bx .btn {position: absolute; width: 40px; height: 40px; background: url(../images/icon/search.png) no-repeat center #000000; border-radius: 50%; right: 0; top: 50%; margin-top: -20px; font-size: 0;}



/* 리스트 */
#board .list01 ul {border-top: 2px solid #111111;}
#board .list01 ul li {border-bottom: 1px solid #eeeeee;}
#board .list01 ul li a {padding: 0 50px 0 80px; height: 134px; display:flex; justify-content:left; align-items:center; table-layout:fixed; position: relative;}
#board .list01 ul li a::before {content: ''; width: 18px; height: 14px; background: url(../images/icon/arrow7.png) no-repeat right center; position: absolute; right: 14px; top: 50%; margin-top: -9px;}
#board .list01 .num {position: absolute; left: 0; top: 50%; width: 80px; transform:translate(0%, -50%); -webkit-transform:translate(0%, -50%); text-align: center; font-size: 18px; color: #666666; word-break: break-all;}
#board .list01 .num.on {font-size: 0;}
#board .list01 .num.on::before {content: '공지'; font-size: 0; width: 40px; height: 40px; display: inline-block; background: url(../images/icon/notice.png) no-repeat center #102768; border-radius: 50%;}
#board .list01 .txt_bx {width: 100%;}
#board .list01 .txt_bx .subject {font-size: 24px; color: #111111; font-weight: 700; letter-spacing: -0.05em; word-break: keep-all; -webkit-line-clamp:1; -webkit-box-orient:vertical; overflow:hidden; text-overflow:ellipss; display:-webkit-box; max-width: 640px;}
#board .list01 .txt_bx .date {font-size: 16px; color: #aaaaaa; margin-top: 12px;}

#board .no_data {text-align: center; padding: 100px 0; font-size: 18px; color: #dadada; letter-spacing: -0.05em; word-break: keep-all; border-top: 2px solid #111111; border-bottom: 1px solid #eeeeee;}



/* 페이징 */
#board .page_bx {text-align: center; font-size: 0; padding-top: 40px;}
#board .page_bx a {display: inline-block; min-width: 28px; height: 40px; text-align: center; vertical-align: middle;}
#board .page_bx .num {line-height: 40px; font-size: 18px; color: #666666; font-weight: 700; margin: 0 4px;}
#board .page_bx .num.on {color: #fff; position: relative; z-index: 1;}
#board .page_bx .num.on::before {content: ''; width: 40px; height: 40px; background-color: #3fb2df; border-radius: 50%; top: 0; left: 50%; position: absolute; margin-left: -20px; z-index: -1;}
#board .page_bx .page_first {background: url(../images/icon/page_first.png) no-repeat center; margin-right: 8px;}
#board .page_bx .page_prev {background: url(../images/icon/page_prev.png) no-repeat center; margin-right: 18px;}
#board .page_bx .page_next {background: url(../images/icon/page_next.png) no-repeat center; margin-left: 18px;}
#board .page_bx .page_last {background: url(../images/icon/page_last.png) no-repeat center; margin-left: 8px;}



/* 상세 */
#board .view_bx {border-top: 2px solid #111111;}
#board .view_bx .subject {border-bottom: 1px solid #eeeeee; text-align: center; padding: 37px 0 33px;}
#board .view_bx .subject .on {font-size: 20px; color: #102768; font-weight: 700; letter-spacing: -0.05em; word-break: keep-all; margin-bottom: 10px;}
#board .view_bx .subject strong {display: block; font-size: 34px; color: #222222; line-height: 40px; letter-spacing: -0.05em; word-break: keep-all; font-weight: 700;}
#board .view_bx .subject ul {font-size: 0; margin-top: 30px;}
#board .view_bx .subject ul li {font-size: 16px; color: #aaaaaa; word-break: keep-all; line-height: 26px; display: inline-block; margin-right: 25px;}
#board .view_bx .subject ul li:last-child {margin-right: 0;}
#board .view_bx .subject ul li span {font-weight: 700; color: #111111;}
#board .view_bx .file {padding-top: 20px; display: flex; flex-flow: wrap;}
#board .view_bx .file a {width: calc(33.333% - 20px); margin-right: 30px; box-sizing: border-box; background-color: #fafafa; display:flex; justify-content:left; align-items:center; table-layout:fixed; padding: 10px 90px 10px 20px; min-height: 90px; font-size: 16px; color: #333333; line-height: 26px; word-break: break-all; position: relative; margin-top: 10px;}
#board .view_bx .file a:nth-child(3n) {margin-right: 0;}
#board .view_bx .file a::before {content: ''; width: 50px; height: 50px; background: url(../images/icon/download.png) no-repeat center #444444; position: absolute; right: 20px; top: 50%; margin-top: -25px; border-radius: 50%;}
#board .view_bx .file a span {-webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; text-overflow:ellipss; display:-webkit-box;}
#board .view_bx .txt {padding: 30px 0; font-size: 16px; border-bottom: 1px solid #111111;}
#board .view_bx .txt img {max-width: 100%;}
#board .view_bx .page .p_w {border-bottom: 1px solid #eeeeee; display:flex; justify-content:left; align-items:center; table-layout:fixed; padding: 0 10px 0 120px; position: relative; min-height: 80px; box-sizing: border-box;}
#board .view_bx .page .p_w span {position: absolute; left: 10px; top: 50%; transform:translate(0%, -50%); -webkit-transform:translate(0%, -50%); padding-right: 46px; font-size: 16px; color: #111111; font-weight: 700;}
#board .view_bx .page .p_w span::before {content: ''; width: 16px; height: 10px; background: url(../images/icon/arrow8.png) no-repeat center; position: absolute; right: 0; top: 50%; margin-top: -5px;}
#board .view_bx .page .p_w.prev span::before {transform: rotate(180deg);}
#board .view_bx .page .p_w .sb {font-size: 16px; color: #666666; word-break: keep-all; overflow: hidden; text-overflow:ellipsis; white-space:nowrap; word-wrap:normal; max-width: 650px;}
#board .view_bx .page .p_w .sb a {font-size: 16px; color: #666666; word-break: keep-all;}



/* 하단 버튼 */
#board .btm_btn {font-size: 0; padding-top: 60px; text-align: center;}
#board .btm_btn a {display: inline-block; margin-right: 10px; width: 280px; line-height: 70px; text-align: center; border-radius: 35px; font-size: 18px; color: #ffffff; font-weight: 700; background-color: #111111;}
#board .btm_btn a:last-child {margin-right: 0;}



/* PC */
@media all and (min-width:1025px){
	/* 리스트 */
	#board .list01 ul li a::before {-webkit-transition: background 0.3s; -moz-transition: background 0.3s; transition: background 0.3s;}
	#board .list01 ul li a:hover::before {background-position: left center;}
	
	
	
	/* 상세 */
	/*#board .view_bx .file a:hover {text-decoration: underline;}*/
	#board .view_bx .file a::before {-webkit-transition: background 0.3s; -moz-transition: background 0.3s; transition: background 0.3s;}
	#board .view_bx .file a:hover::before {background-color: #3fb2df;}
	#board .view_bx .page .p_w .sb a {-webkit-transition: color 0.3s; -moz-transition: color 0.3s; transition: color 0.3s;}
	#board .view_bx .page .p_w .sb a:hover {text-decoration: underline; /*color: #3fb2df;*/}



	/* 하단 버튼 */
	#board .btm_btn a {-webkit-transition: box-shadow 0.3s; -moz-transition: box-shadow 0.3s; transition: box-shadow 0.3s;}
	#board .btm_btn a:hover {box-shadow: 0 0px 26px rgba(1,1,1,0.3);}
}

/* 태블릿&모바일 공통*/
@media all and (max-width:1024px){
	#board {padding: 71px 0 75px;}
	
	
	
	/* 리스트 상단 */
	#board .list_top {margin-bottom: 15px;}
	#board .list_top .count {min-height: 30px;}
	#board .list_top .count p {font-size: 14px;}
	#board .list_top .count p strong {font-size: 15px; line-height: 20px;}
	#board .list_top .search_bx {padding: 0 38px 0 98px; margin-top: 12px;}
	#board .list_top .search_bx select {height: 30px; padding: 0 8px 0 6px; font-size: 14px; width: 98px; background-size: 7px auto;}
	#board .list_top .search_bx input {height: 30px; padding-left: 8px; font-size: 14px;}
	#board .list_top .search_bx .btn {width: 30px; height: 30px; margin-top: -15px; background-size: 14px auto;}
	
	
	
	/* 리스트 */
	#board .list01 ul {border-width: 1px;}
	#board .list01 ul li a {height: 93px; padding: 0 38px 0 50px;}
	#board .list01 ul li a::before {right: 13px; background-size: auto 10px; width: 13px; height: 10px; margin-top: -5px;}
	#board .list01 .num {width: 50px; font-size: 14px;}
	#board .list01 .num.on::before {width: 30px; height: 30px; background-size: 16px auto;}
	#board .list01 .txt_bx .subject {font-size: 15px; line-height: 20px; max-width: 500px;}
	#board .list01 .txt_bx .date {margin-top: 5px; font-size: 12px;}
	
	#board .no_data {font-size: 14px; padding: 50px 0; border-top-width: 1px;}



	/* 페이징 */
	#board .page_bx {padding-top: 30px;}
	#board .page_bx a {width: 30px; height: 30px;}
	#board .page_bx .num {line-height: 30px; font-size: 14px; margin: 0 1px;}
	#board .page_bx .num.on::before {width: 30px; height: 30px; margin-left: -15px;}
	#board .page_bx .page_first {margin-right: 0; background-size: auto 15px;}
	#board .page_bx .page_prev {margin-right: 1px; background-size: auto 15px;}
	#board .page_bx .page_next {margin-left: 1px; background-size: auto 15px;}
	#board .page_bx .page_last {margin-left: 0px; background-size: auto 15px;}



	/* 상세 */
	#board .view_bx {border-top-width: 1px;}
	#board .view_bx .subject {padding: 27px 0 26px;}
	#board .view_bx .subject .on {margin-bottom: 8px; font-size: 14px; line-height: 19px;}
	#board .view_bx .subject strong {font-size: 20px; line-height: 25px;}
	#board .view_bx .subject ul {margin-top: 8px;}
	#board .view_bx .subject ul li {font-size: 12px; line-height: 17px; margin-right: 20px;}
	#board .view_bx .file {padding-top: 10px;}
	#board .view_bx .file a {margin-top: 5px; min-height: 50px; width: calc(33.333% - 6.666px); margin-right: 10px; font-size: 14px; line-height: 19px; padding: 0 55px 0 15px;}
	#board .view_bx .file a::before {right: 15px; width: 30px; height: 30px; margin-top: -15px; background-size: 10px auto;}
	#board .view_bx .file a span {-webkit-line-clamp: 1;}
	#board .view_bx .txt {padding: 15px 0 31px; font-size: 14px;}
	#board .view_bx .page .p_w {padding: 0 5px 0 70px; min-height: 58px;}
	#board .view_bx .page .p_w span {left: 5px; font-size: 14px; padding-right: 19px;}
	#board .view_bx .page .p_w span::before {width: 11px; background-size: 11px auto;}
	#board .view_bx .page .p_w .sb {font-size: 14px;}
	#board .view_bx .page .p_w .sb a {font-size: 14px;}



	/* 하단 버튼 */
	#board .btm_btn {padding-top: 30px;}
	#board .btm_btn a {width: 155px; font-size: 14px; line-height: 45px;}
}


/* 모바일 */
@media all and (max-width:768px){
	/* 리스트 상단 */
	#board .list_top .count {width: 100%; min-height: auto;}
	#board .list_top .search_bx {margin-left: 0; width: 100%;}
	#board .list01 .txt_bx .subject {-webkit-line-clamp: 2;}
	
	
	
	/* 상세 */
	#board .view_bx .file a:nth-child(n) {width: 100%; margin-right: 0;}
}