@import url("http://fonts.googleapis.com/earlyaccess/nanumgothic.css");
.history {
    padding:20px 30px;
}
.history h2{
    background:#0074d8;
    color:#fff;
    padding:3%;
    text-align:center;
    margin-bottom:30px;
    font-size:22px;
    line-height:1.5;
    font-family: 'Nanum Gothic';
}
.history > h2 > span{
    color:#fff;
    font-size:20px;
    font-weight: inherit;
}

.history img{
    width:100%
}

.history dt{
    font-size:28px;
    font-weight:bolder;
    padding-bottom:8px;
    padding-top:10px;
    border-bottom: dashed 1px #ccc;
    margin-bottom:10px;
    color:#0074d8;
    position:relative;
}

.history dt:before{
    display:block;
    content:'';
    position:absolute;
    top:0px;
    background-color:#0074d8;
    width:40px;
    height:3px;
}


.history dd{
    padding-top:10px;
    margin-bottom:60px;
    position:relative;
    padding-left:15px;
    font-family: 'Nanum Gothic';
    font-size: 15px;
    letter-spacing: -1px;
    line-height: 1.5;
    color: #535353;
}




.history span{
    font-size: 17px;
    font-weight:bolder;
    color:#8db0c6;
    margin-right:5px;
}



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

/* mobile */
@media screen and (max-width:768px){
    .history h2{
        font-size:18px;
    }
}
