/* product_details.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 */
.notide_title{
margin-bottom: 15px;
font-size: 18px;
font-weight: 600;
color: #444;
}

.details table.tb_notice_sub{
width: 100%;
border-top: 2px solid #333;
border-bottom: 2px solid #ccc;
}

.details table.tb_notice_sub th{
width: 20%;
padding: 5px 0;
font-weight: 600;
text-align: center;
border-right: 1px solid #ccc;
}

.details table.tb_notice_sub th,
.details table.tb_notice_sub td{
border-bottom: 1px dotted #ccc;
}

.details table.tb_notice_sub td{
padding: 15px;
}

.details table.tb_notice_sub + a button.list{
float: right;
margin-top: 30px;
}



/* ÆäÀÌÁö ³ôÀÌ °íÁ¤ */
.content .details:after{
content: "";
display: block;
clear: both;
}
