@charset "UTF-8";

/* 서브비쥬얼 */
.wrap-sub-visual { background:url("../../images/common/s_visual07.jpg") no-repeat top center; }

/* 학과소개 - 관련자격증 */
.text.custom01 { display:flex !important; flex-flow:row wrap; justify-content:flex-start; }
.text.custom01 ul { margin-right:50px; flex-basis:28.33333%; }
.text.custom01 ul li { color:#1f59ad; font-weight:500; font-family:'Noto Regular'; font-size:19px; }
@media (max-width: 680px) { 
  .text.custom01 ul { margin-right:0px; flex-basis:100% !important; }  
}
