



.smWrap ul{
	width: 630px;
	float: right;
}




/*메인비주얼*/
.main-swiper .slide_progressbar .fill {
	width: 25%;
}





/* 루키 슬라이드 */
.mupWrap{
	max-width: 1280px;
	margin: 55px auto 0;
	width: 100%;
}

.mupBox{
	cursor: pointer;
	overflow: hidden;
}

.mupBox .imgWrap{
	position: relative;
}

.mupBox .imgWrap img{
	width: 100%;
	height: 100%;
	display: block;
}


.mupBox .imgWrap .caption{
	position: absolute;
	bottom: -148px;
	background-color: rgba(0,0,0,0.3);
	width: calc( 100% - 42px );
	padding: 25px 22px 30px 20px;
	transition: all .3s ease-in-out;
}


.mupBox .imgWrap .caption::after{
	content: "";
    position: absolute;
    bottom: 40px;
    right: -40px;
    width: 36px;
    height: 36px;
    border-radius: 36px;
    outline: none;
    z-index: 2;
    background: url(../../../images/common/new-white-arrow.svg);
    background-repeat: no-repeat;
    background-position: 15px center;
    background-color: #8c22ff;
    background-size: 10px;
	transition: all .3s ease-in-out;
}


.mupBox:hover .caption{
	bottom: 0px;
	transition: all .3s ease-in-out;
}

.mupBox:hover .imgWrap .caption::after{
	right: 22px;
	transition: all .3s ease-in-out;
}

.mupBox .imgWrap .caption .platform{
	display: inline-block;
	font-size: 16px;
	font-family: 'nsR';
	color: #fff;
	position: relative;
}


.mupBox .imgWrap .caption .platform::after{
    content: "";
    width: 9px;
    height: 9px;
    background: url(../../../images/common/moveMarkWhite.svg) no-repeat;
    background-size: 9px;
    display: inline-block;
}


.mupBox .imgWrap .caption .mupName{
	margin-top: 18px;
}

.mupBox .imgWrap .caption .mupName,
.mupBox .imgWrap .caption .mupTitle{
	font-size: 22px;
	font-family: 'nsEB';
	color: #fff;
	line-height: 27px;
	display: block;
}




/* 공연 박스 */
.showSl{
	margin-top: 125px;
}
.showWrap{
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.showWrap .showLeft,
.showWrap .showRight{
	float: left;
}


.showWrap .showLeft{
	width: 35.5%;
}

.showWrap .showLeft img{
	width: 100%;
}

.showWrap .showRight{
	margin-left: 75px;
	width: calc( 64.5% - 75px );
}

.showWrap .slick-dots{
	text-align: center;
	height: 12px;
	margin-top: 25px;
}


.showWrap li,
.showWrap button{
	text-align: center;
	font-size: 0px;
	display: inline-block;
}

.showWrap li{
	width: 12px;
	height: 12px;
	margin: 0px 5px;
}

.showWrap li button{
	width: 12px;
	height: 12px;
	display: block;
	border-radius: 12px;
	background-color: #fff;
	border: 1px solid #e7e7e7;
	padding: 0px;
}
.showWrap li.slick-active button {
    border-color: #8c22ff;
    background-color: #8c22ff;
}

.showWrap .showRight .slick-list{
	margin: 0px -10px;
}

.showWrap .showRight .slick-slide{
	margin: 0px 10px;
}

.showWrap .showRight .slick-slide img{
	width: 100%;
    max-width: 260px;
    max-height: 333px;
	margin: 0 auto;
}


.sliWrap .slick-arrow.slick-prev{
	left: -90px;
}

.sliWrap .slick-arrow.slick-next{
	right: -90px;
}



/* 상세페이지 */

.facSubMenu {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.facSubMenu div.menuBox {
	border-bottom: 1px solid #dddddd;
}

.facSubMenu div.on {
	border-bottom: 2px solid #8c22ff;
}

.facSubMenu div.on a {
	color: #8c22ff;
}

.facSubMenu div.menuBox:last-child {
	margin-bottom: 0px;
}

.facSubMenu div a {
	font-size: 16px;
	color: #999999;
	font-family: 'nsR';
	font-weight: bold;
	display: block;
	height: 100%;
	padding: 20px 0px 20px 35px;
}

.facSubMenu .callBox {
	padding: 20px 0px 20px 90px;
	position: relative;
}

.facSubMenu .callBox::before {
	content: " ";
	width: 40px;
	height: 40px;
	border-radius: 40px;
	position: absolute;
	left: 35px;
	top: 20px;
	background: url('../../../images/common/call.svg') no-repeat center;
	background-size: 20px;
	background-color: #f4f4f4;
}

.facSubMenu .callBox .cbTitle {
	font-size: 16px;
	font-weight: bold;
	font-family: 'nsR';
	color: #222;
}

.facSubMenu .callBox .cbTNum {
	font-size: 16px;
	font-weight: lighter;
	font-family: 'nsR';
	color: #222;
	display: block;
	margin-top: 12px;
}



/* 세부내용 */
.facSubContents {
	width: calc(100% - 262px);
	margin: 100px auto 150px;
	overflow: hidden;
	display: inline-block;
}

.facSubContents.mt45 {
	margin-top: 68px;
}

.facSubContents .greeting {
	background: url('../images/greeting.jpg') no-repeat;
	background-position: right 85%;
	width: 100%;
	margin: 0px auto 150px;
	max-width: 1100px;
}

.facSubContents .greeting .fcTitle {
	font-size: 26px;
	font-family: 'nsEB';
	color: #222;
	line-height: 40px;
	margin-bottom: 50px;
}

.facSubContents .greeting .fcText {
	font-size: 16px;
	font-family: 'nsR';
	color: #222;
	line-height: 30px;
}

.facSubContents .greeting .fcText .bold {
	font-weight: bold;
}



/* 계열특성화 */

.spetabCont {
	display: none;
}

.spetabCont.on {
	display: block;
}

.facSubContents .speBox {
	width: 100%;
	margin: 0px auto 0px;
	max-width: 1100px;
}

.facSubContents .speBox img {
	width: 100%;
}

.facSubContents .speBox .speTab {
	overflow: hidden;
	display: block;
	width: 100%;
	margin-bottom: 50px;
}

.facSubContents .speBox .speTab a {
	display: block;
	width: calc(50% - 2px);
	float: left;
	height: 55px;
	line-height: 55px;
	font-size: 16px;
	font-family: 'nsR';
	color: #999999;
	text-align: center;
	border: 1px solid #ddd;
}

.facSubContents .speBox .speTab a.on {
	font-weight: bold;
	color: #fff;
	border-color: #8c22ff;
	background-color: #8c22ff;
}

.facSubContents .speBox .speTab a:nth-child(1) {
	border-right: none;
}

.facSubContents .speBox .speTab a:nth-child(2) {
	border-left: none;
}


.speWrap .speNum {
	display: block;
	margin: 0 auto;
	font-size: 16px;
	color: #fff;
	font-family: 'nsR';
	font-weight: bold;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	overflow: hidden;
	background-color: #8c22ff;
	text-align: center;
	line-height: 40px;
	margin-bottom: 20px;
}

.speWrap .speTitle {
	font-size: 20px;
	font-family: 'nsEB';
	color: #222;
	line-height: 24px;
	margin-bottom: 20px;
	text-align: center;
}

.speWrap .speText {
	font-size: 16px;
	font-family: 'nsR';
	color: #222;
	line-height: 24px;
	margin-bottom: 30px;
	text-align: center;
}

.facSubContents .speBox .speWrap {
	margin-bottom: 80px;
	overflow: hidden;
	text-align: center;
}

.facSubContents .speBox .textPurple {
	font-size: 16px;
	line-height: 24px;
	font-family: 'nsR';
	color: #8c22ff;
	margin: 25px auto;
	text-align: center;
}

.facSubContents .speBox .speImg {
	display: block;
}


/* 계열소개 */

.facSubContents .halfLine {
	overflow: hidden;
	display: block;
	margin-bottom: 80px;
	display: table;
	overflow: hidden;
	width: 100%;
}

.facSubContents .halfLine div {
	display: table-cell;
	vertical-align: middle;
}

.facSubContents .halfLine div:nth-child(2) {
	padding-left: 38px;
}


.facSubContents .halfLine div .slTitle {
	font-size: 18px;
	line-height: 26px;
	color: #222;
	font-family: 'nsR';
	font-weight: bold;
	display: block;
	margin-bottom: 15px;
}

.facSubContents .halfLine div .slText {
	font-size: 16px;
	line-height: 26px;
	color: #222;
	font-family: 'nsR';
	letter-spacing: -0.05em;
}


.facSubContents .halfLine div:nth-child(1) img {
	float: left;
	width: 100%;
	display: block;

}

.facSubContents .halfLine div:nth-child(2) img {
	float: right;
	display: block;
}




.speWrap div.speNum {
	display: block;
	margin: 0 auto;
	font-size: 16px;
	color: #fff;
	font-family: 'nsR';
	font-weight: bold;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	overflow: hidden;
	background-color: #8c22ff;
	text-align: center;
	line-height: 40px;
	margin-bottom: 20px;
}

.speWrap .speTitle {
	font-size: 20px;
	font-family: 'nsEB';
	color: #222;
	line-height: 24px;
	margin-bottom: 20px;
	text-align: center;
}

.speWrap .speText {
	font-size: 16px;
	font-family: 'nsR';
	color: #222;
	line-height: 24px;
	margin-bottom: 30px;
	text-align: center;
}


.diagram {
	background-color: #f7f7f7;
	padding: 80px 0px;
}

.diagram .diaWrap {
	width: 810px;
	margin: 0 auto;
}

.diagram .diaWrap .topDia {
	display: block;
	overflow: hidden;
	padding-bottom: 40px;
}


.diagram .diaWrap .topDia .circleBox {
	display: block;
	width: 140px;
	height: 140px;
	border-radius: 140px;
	font-size: 18px;
	font-family: 'nsB';
	color: #fff;
	line-height: 34px;
	text-align: center;
	float: left;
	position: relative;
	margin-left: 195px;

}

.diagram .diaWrap .topDia .circleBox div {
	color: #fff;
	position: absolute;
	top: 50%;
	width: 100%;
	left: 0px;
	transform: translateY(-50%);
}


.diagram .diaWrap .topDia .circleBox div {
	color: #fff;
}

.diagram .diaWrap .topDia .circleBox::after {
	content: " ";
	width: 1px;
	height: 40px;
	position: absolute;
	bottom: -40px;
	left: calc(50% - 0.5px);
	background-color: #ddd;
}

.diagram .diaWrap .topDia .circleBox:nth-child(1)::before {
	content: " ";
	width: 670px;
	height: 1px;
	position: absolute;
	bottom: -40px;
	left: calc(50% - 0.5px);
	background-color: #ddd;
}

.diagram .diaWrap .topDia .circleBox:nth-child(1) {
	margin-left: 0px;
	background-color: #52bccc;
}

.diagram .diaWrap .topDia .circleBox:nth-child(2) {
	background-color: #7e52cd;
}

.diagram .diaWrap .topDia .circleBox:nth-child(3) {
	background-color: #f4a951;
}



.diagram .diaWrap .diaTable {
    overflow: hidden;
    margin: 0 auto;
    display: block;
    width: 450px;
}
.diagram .diaWrap .diaTable::before {
	content: " ";
	display: block;
	clear: both;
}

.diagram .diaWrap .diaTable .dtWrap {
	float: left;
	position: relative;
	padding-top: 40px;
	margin-left: 20px;
}

.diagram .diaWrap .diaTable .dtWrap:nth-child(1):before,
.diagram .diaWrap .diaTable .dtWrap:nth-child(3)::before {
	content: " ";
	width: 1px;
	height: 40px;
	position: absolute;
	top: 0px;
	left: calc(50% - 0.5px);
	background-color: #ddd;
}


.diagram .diaWrap .diaTable .dtWrap:nth-child(1) {
	margin-left: 0px;
}


.diagram .diaWrap .diaTable table {
	height: 130px;
	table-layout: fixed;
	border-collapse: collapse;
	border: 1px solid #ddd;
	width: 100%;
}

.diagram .diaWrap .diaTable table tr th {
	border-bottom: 1px solid #ddd;
	background-color: #f4f4f4;
	border: 1px solid #ddd;
}

.diagram .diaWrap .diaTable table tr:nth-child(2) th {
	background-color: #fff;
}

.diagram .diaWrap .diaTable table tr th span {
	text-align: center;
	color: #666;
	font-size: 16px;
	font-weight: bold;
	font-family: 'nsR';
	display: block;
	line-height: 60px;
}

.diagram .diaWrap .diaTable table tr td {
	background-color: #fff;
	border: 1px solid #ddd;
}

.diagram .diaWrap .diaTable table tr td span {
	text-align: center;
	color: #666;
	font-size: 16px;
	font-family: 'nsR';
	text-align: center;
	display: block;
	line-height: 24px;
	padding: 15px 0px;
}

.strength .stTitle {
	font-size: 24px;
	margin: 80px auto 30px;
	font-family: 'nsEB';
	text-align: center;
}

.strength .stbTitle {
	font-size: 20px;
	font-family: 'nsEB';
	color: #222;
	line-height: 24px;
	margin-bottom: 20px;
	text-align: left;
}

.strength .stImgTitle {
	font-size: 16px;
	font-family: 'nsR';
	color: #222;
	line-height: 20px;
	margin-bottom: 15px;
	text-align: left;
}

.strength .stImgTitle .strong {
	font-weight: bold;
	display: inline-block;
	margin-right: 10px
}

.strength .stBox {
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	margin-bottom: 60px;
}

.strength:last-child .stBox {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

.strength .stBox img {
	margin-bottom: 40px;
}


/* 계열소개  */
.facultabCont {
	display: none;
}

.facultabCont.on {
	display: block;
}

.facSubContents #music1 .titleTab {
	font-family: 'nsEB';
	color: #222;
	line-height: 40px;
	font-size: 28px;
	text-align: center;
}
.facSubContents #music1 .speText {
	font-size: 16px;
	line-height: 28px;
	color: #666;
	text-align: center;
	margin: 20px auto 80px;
	font-family: 'nsR';
}

.facSubContents #music1 .titleTab.mb30{
	margin-bottom: 30px;
}

.facSubContents #music1 .sl1 {
	margin-bottom: 80px;
}

.facSubContents #music1 .hashTag {
	font-size: 16px;
	font-family: 'nsR';
	line-height: 24px;
	color: #8c22ff;
	margin: 20px auto 30px;
	text-align: center;
}

.facSubContents #music1 .titleTab {
	font-family: 'nsEB';
	color: #222;
	;
	line-height: 40px;
	font-size: 28px;
	text-align: center;
}

.facSubContents #music1 .sl1 {
	margin-bottom: 80px;
}

.facSubContents #music1 .hashTag {
	font-size: 16px;
	font-family: 'nsR';
	line-height: 24px;
	color: #8c22ff;
	margin: 20px auto 30px;
	text-align: center;
}


.facSubContents #music1 img {
	display: block;
}


.facSubContents #music1 .streetText {
	font-size: 16px;
	line-height: 28px;
	color: #666;
	text-align: center;
	margin: 20px auto 80px;
	font-family: 'nsR';
}

.facSubContents #music1 .fullLine{
	margin-bottom: 80px;
}

.facSubContents #music1 .halfLine {
	overflow: hidden;
	display: block;
	margin-bottom: 80px;
	display: block;
	overflow: hidden;
	width: 100%;
}

.facSubContents #music1 .halfLine div {
	display: block;
}

.facSubContents #music1 .halfLine div.halfLeft {
	float: left;
	max-width: 520px;
}

.facSubContents #music1 .halfLine div.halfRight {
	float: right;
	max-width: 520px;
}

.facSubContents #music1 .halfLine div:nth-child(2) {
	padding-left: 0px;
}


.facSubContents #music1 .halfLine div .slTitle {
	font-size: 18px;
	line-height: 26px;
	color: #222;
	font-family: 'nsR';
	padding-top: 38px;
	font-weight: bold;
	display: block;
	margin-bottom: 15px;
}

.facSubContents #music1 .halfLine div .slText {
	font-size: 16px;
	line-height: 26px;
	color: #222;
	font-family: 'nsR';
	letter-spacing: -0.05em;
}


.facSubContents #music1 .halfLine div:nth-child(1) img {
	float: none;
	display: block;
}

.facSubContents #music1 .halfLine div:nth-child(2) img {
	float: none;
	display: block;
}

.facSubContents #music1 .halfLine.longT div.halfLeft{
	max-width: 640px;
}


.facSubContents #music1 .halfLine.longT .slImg{
	max-width: 520px;
}

.facSubContents #music1 .halfLine.longT .slInfo{
	max-width: 640px;
}


/* 교수소개 */
.pfs-cate {
	display: block;
	overflow: hidden;
	margin: 0 auto 50px;
	text-align: center;
}

.pfs-cate a {
	padding: 0px 40px;
	font-size: 18px;
	color: #999;
	font-family: 'nsR';
	display: inline-block;
	text-align: center;
	position: relative;
}

.pfs-cate a::after {
	width: 1px;
	height: 16px;
	background-color: #ddd;
	content: " ";
	position: absolute;
	right: -0.5px;
	top: calc(50% - 8px);
}

.pfs-cate a:last-child::after {
	display: none;
}

.pfs-cate a.on {
	color: #8c22ff;
	font-weight: bold;
}


.pfsTab {
	display: none;
}

.pfsTab.on {
	display: block;
}



/* 결연 */
.alliWrap {
	width: 100%;
	min-width: 1160px;
	max-width: 1400px;
	margin: 161px auto 0px;
	overflow: hidden;
}

.alliWrap .alliList {
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 80px;
}

.alliWrap .alliList .alliBox {
	width: 250px;
	float: left;
	display: block;
	margin-left: 37px;
	margin-bottom: 40px;
}

.alliWrap .alliList .alliBox:nth-child(n+16) {
	margin-bottom: 0px;
}

.alliWrap .alliList .alliBox:nth-child(5n+1) {
	margin-left: 0px;
}

.alliWrap .alliList .alliBox span {
	display: block;
	font-size: 16px;
	font-family: 'nsR';
	margin-top: 10px;
	text-align: center;
}

/* 졸업 후 진로 */
.goingJob table .jobCon{
	min-width: 20%;
}

.goingJob table .jobCon.wd40{
	min-width: 40%;
}

@media screen and (max-width: 1415px){
	.alliWrap {
		max-width: 1160px;
		margin: 161px auto 0px;
	}
	.alliWrap .alliList .alliBox:nth-child(5n+1){
		margin-left: 37px;
	}

	.alliWrap .alliList .alliBox:nth-child(4n+1) {
		margin-left: 0;
	}

	.alliWrap .alliList .alliBox:nth-child(n+11){
		margin-bottom: 40px;
	}
}

@media screen and ( max-width: 1400px ){


	.showWrap .showRight{
		margin-left: 55px;
		width: calc( 64.5% - 55px );
	}


	.sliWrap .slick-arrow.slick-prev{
		left: 20px;
	}

	.sliWrap .slick-arrow.slick-next{
		right: 20px;
	}

	.facSubContents {
		margin-left: 20px;
		margin-right: 20px;
		width: calc(100% - 302px);
	}
}

.facSubContents .speBox .speText { margin:20px auto 80px; }