@import url("http://fonts.googleapis.com/earlyaccess/nanumgothic.css");
.sub4 table{border-collapse:collapse;width:100%;margin-bottom:40px;}
.sub4 table tr th{
	border-bottom:1px solid #e1e1e1;
    border-right:1px solid #e1e1e1;
    padding:10px;
    background-color:#ff6666;
    color:#fff;
    font-size:13px;
    line-height:24px;
}
.sub4 table tr td{
	border-right:1px solid #e1e1e1;
    font-size:13px;
    padding:10px;
    font-family:'nanum gothic';line-height:24px;
    border-bottom:1px solid #e1e1e1;
}
.sub4 table tr .th2{background-color:#ff9999;}
.sub4 table tr td ul li{margin-bottom:10px;text-indent:-15px;padding-left:15px;}
.sub4 table tr td ul li:before{display:inline-block;content:'';width:3px;height:3px;margin-bottom:3px;margin-right:10px;background-color:#ff3333;}

/* tablet */
@media screen and (min-width:769px) and (max-width:991px){
}

/* mobile */
@media screen and (max-width:768px){
}

/* tablet */
@media screen and (min-width:769px) and (max-width:991px){
}

/* mobile */
@media screen and (max-width:768px){
}
