@charset 'utf-8';

@media all and (max-width:479px){

}
@media all and (min-width:480px) and (max-width:767px){

    h4{width: 95% !important}

}
@media all and (min-width:768px) and (max-width:1279px){

    h4{width: 95% !important}

}
@media all and (min-width:1280px){

    .nav-box ul li:nth-child(5){border-bottom: 2px solid #668ab0}
    h4{width: 100%}

}

h4{font-size: 1.5em;margin: 0 auto 30px auto;padding: 0 0 10px 0; border-bottom: 1px solid #ccc}

.video-text .title{color: #597194 !important;font-weight: 800 !important;letter-spacing: -.065em !important}
.video-text .description{font-family: 'Noto Sans KR' !important}