.ban03 dt{
        font-family: 'Nanum Barun Gothic';
        margin-bottom:16px;
        font-size:22px;
font-weight:bold;
color:#583c2f;
    }

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

/* mobile */
@media screen and (max-width:768px){
    .ban03 dt{
        font-family: 'Nanum Barun Gothic';
        margin-bottom:16px;
        font-size:18px;
font-weight:bold;
color:#583c2f;
    }
}
