@import url("http://fonts.googleapis.com/earlyaccess/nanumgothic.css");

.sub5 img{
    display:block;
    width:100%;
    margin-bottom:40px;
}


.sub5 .dl1 dt{
    font-family:'nanum gothic';
    font-size:20px;
    color:#629fba;
    font-weight:bold;
    margin-bottom:10px;
	position:relative;
    padding-left:40px;
}


.sub5 .dl1 dt img{
	width:30px;
    position:absolute;
    left:0;
}


.sub5 .dl1 dd{
    margin-bottom:40px;
    padding-left:20px;
}


.sub5 table {
    border-collapse: collapse;
    line-height: 1.5;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 20px 0;
    width:100%;
}
.sub5 table thead th {
    padding: 10px;
    font-weight: bold;
    color:#144358;
    background: #a5cfe2;
    font-size:15px;
}
.sub5 table tbody th {
    padding: 10px;
    font-size:15px;
    border-right:1px solid #ccc;
}
.sub5 table td {
    padding: 10px;
    text-align:center;
    font-size:14px;
}

.sub5 .dl1 table tr td span{
    font-weight:bold;
    color:#629fba;
}


.sub5 .dl2 dt{
    font-family:'nanum gothic';
    font-size:15px;
    color:#ff6666;
    font-weight:bold;
    margin-bottom:10px;
    text-align:center;
}


.sub5 .dl2 dt:before{
    display:block;
    content:'';
    width:30px;
    height:3px;
    background-color:#ffdddd;
    margin:auto;
    margin-bottom:8px;
}


.sub5 .dl2 dd{
    text-align:center;
    font-family:'nanum gothic';
    font-size:13px;
    color:#999;
    margin-bottom:20px;
}



.sub5 .dl3 dt{
    font-family:'nanum gothic';
    font-size:15px;
    color:#629fba;
    font-weight:bold;
    text-align:center;
    margin-bottom:8px;
}


.sub5 .dl3 dd{
    font-family:'nanum gothic';
    font-size:14px;
    color:#333;
    text-align:center;
}


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

/* mobile */
@media screen and (max-width:768px){
    .sub5 .dl1 dt{
        font-family:'nanum gothic';
        font-size:20px;
        color:#629fba;
        font-weight:bold;
        margin-bottom:10px;
    }
    
    
    .sub5 .dl1 dt .fa-heart{
        font-size:25px;
        color:#ff9999;
    }
    
    
    .sub5 .dl1 dd{
        margin-bottom:40px;
        padding-left:20px;
    }
}
