﻿/* notice.css */

/* 서브메뉴 현재 페이지 표시 */
.SNB ul li:nth-of-type(1) ul{
display: block;
}

.SNB ul li:nth-of-type(1) li:nth-of-type(2) span{
display: inline-block;
margin-right:3px;
font-size: 12px;
color: red;
}

/* 공지사항 CSS */
.details table.tb_notice{
width: 100%;
margin-top: 50px;
text-align: center;
}

.details table.tb_notice th,
.details table.tb_notice td{
padding: 5px 0;
text-align: center;
font-size: 12px;
border-bottom: 1px solid #ccc;
}

.details table.tb_notice th{
border-top: 2px solid #ccc;
font-weight: 700;
background: #eee;
}

.details table.tb_notice th:nth-of-type(1){
width: 10%;
}

.details table.tb_notice th:nth-of-type(2){
width: 10%;
}

.details table.tb_notice th:nth-of-type(3){
width: 65%;
}

.details table.tb_notice th:nth-of-type(4){
width: 15%;
}

/* 버튼디자인 */

.ico_NEW span.new{
display: block;
width: 38px;
margin: 0 auto;
border-radius: 5px;
font-size: 11px;
color: red;
}

/* 페이지 검색 디자인 */
.sub_search fieldset{
position: relative;
}

.sub_search input[type="text"]{
position: absolute;
top: 0;
right: 0;
width: 300px;
padding: 0 50px 0 5px;
border: 1px solid #ccc;
border-radius: 7px;
height: 26px;
}

.sub_search input[type="submit"]{
position: absolute;
top: 0;
right: 0;
width: 50px;
background: #eee;
border: 1px solid #ccc;
border-radius: 0 7px 7px 0;
height: 28px;
font-size: 12px;
}




/* 페이지 높이 고정 */
.content .details:after{
content: "";
display: block;
clear: both;
