@charset "UTF-8";
/* 메인 소개 */
.wrap-point .bg1 .thumb {background: url('/sites/art/images/main/img-point6.jpg') no-repeat left top;}
/* 메인 학과알림 */
.wrap-notify {background: url(/sites/art/images/main/bg-notify.jpg) no-repeat center top;background-size: cover;}
/* 메인*/
.wrap-banner ul li.bg1 {background: url(/sites/art/images/main/bg-banner1.jpg) no-repeat center center;background-size: cover;}


/* 서브비쥬얼 */
.wrap-sub-visual { background:url("../../images/common/s_visual07.jpg") no-repeat top center; }

/* 학과소개 - 소개 */
.major-intro-inner.customIntro { display:flex; flex-flow:row wrap; justify-content:flex-start; align-items:stretch; }
.major-intro-inner.customIntro .major-intro-image { flex: 1 1 50%; display:flex; align-items:center; } 
.major-intro-inner.customIntro .major-intro-image img { max-width:300px; margin-right:10px; } 
.major-intro-inner.customIntro .major-intro-text { flex: 1 1 50%; } 
@media (max-width: 1330px) { 
	.major-intro-inner.customIntro .major-intro-image { flex-basis:100%; justify-content:center; }
	.major-intro-inner.customIntro .major-intro-text { flex-basis:100%; margin-top:30px;  }
}
@media (max-width: 680px) { 
.major-intro-inner.customIntro .major-intro-image { flex-flow:column wrap; }
	.major-intro-inner.customIntro .major-intro-image img{ max-width:100%; width:100%; margin-right:0px; margin-bottom:10px; }
}


/* 학과소개 - 목표양성인력 */
.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; }
}
.customLicense .title { font-size:22px; color:#000; padding-bottom:10px; }

/* 학과생활 - 동아리 */
.graduate-inner.custom .graduate-image-box::after { background:unset; }
.graduate-inner.custom .graduate-text a::before { display:none; }
.graduate-inner.custom .graduate-text a span { padding-left:0px; }


