@charset "UTF-8";

/* 서브비쥬얼 */
.wrap-sub-visual { background:url("../../images/common/s_visual04.jpg") no-repeat top center; }

/* 학과소개 - 목표양성인력 */
.major-explan-inner.customGrow .list_2 li::before { background:#fff; }

/* 학과소개 - 졸업후 진로 */
.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; }
.text.custom01.music ul { margin-right:30px; flex-basis:30% !important; }
@media (max-width: 680px) { 
	.text.custom01 ul { margin-right:0px; flex-basis:100% !important; }
	.text.custom01.music ul { margin-right:0px; flex-basis:100% !important; }
}