/* reference.css */

/* ¼­ºê¸Þ´º ÇöÀç ÆäÀÌÁö Ç¥½Ã */
.SNB ul li:nth-of-type(4) ul{
display: block;
}

.SNB ul li:nth-of-type(4) li:nth-of-type(4) 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: 5%;
}

.details table.tb_notice th:nth-of-type(2){
width: 10%;
}

.details table.tb_notice th:nth-of-type(3){
width: 60%;
}



.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;
