/* traininng.css */

/* ¼­ºê¸Þ´º ÇöÀç ÆäÀÌÁö Ç¥½Ã */
.SNB ul li:nth-of-type(4) ul{
display: block;
}

.SNB ul li:nth-of-type(4) li:nth-of-type(1) span{
display: inline-block;
margin-right:3px;
font-size: 12px;
color: red;
}

/* Æ®·¹ÀÌ´× CSS */
.details table.tb_trainning{
width: 100%;
font-size: 13px;
}
.details table.tb_trainning th{
padding: 5px 0;
text-align: center;
font-weight: 600;
border-top: 2px solid #ccc;
border-bottom: 1px solid #ccc;
background: #eee;
}

.details table.tb_trainning td{
padding: 30px 0;
border-bottom: 1px solid #eee;
}

.details table.tb_trainning td:nth-of-type(1){
width: 15%;
text-align: center;
}

.details table.tb_trainning td:nth-of-type(2){
width: 35%;
font-size: 15px;
font-weight: 600;
}

.details table.tb_trainning td:nth-of-type(3){
width: 20%;
text-align: center;
}

.details table.tb_trainning td:nth-of-type(4){
width: 15%;
text-align: center;
}

.details table.tb_trainning td:nth-of-type(5){
width: 15%;
text-align: center;
}


/* ÆäÀÌÁö ³ôÀÌ °íÁ¤ */
.content .details:after{
content: "";
display: block;
clear: both;
}