

.smWrap.enter ul{
	width: 830px;
	float: right;
}



/* 인턴십 현황 */

.forayWrap {
	padding: 70px 0px 70px;
	overflow: hidden;
	background-color: #f5f5f5;
}

.forayWrap .boxBig .boxBtitle{
	margin-top: 20px;
	text-align: left;
}
.forayWrap .boxBig .boxBsubt{
	margin: 30px 0px 20px;
	line-height: 1;
	text-align: left;
}

.forayLayout{
	max-width: 1400px;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}

.forayLayout .boxBig{
	float: left;
	width: 380px;
}

.forayLayout .forayBox{
	float: left;
	width: calc( 100% - 380px );
	border: 1px solid #ddd;
	background-color: #fff;
}

.forayLayout .forayBox .slick-list{
	width: calc( 100% - 220px );
	margin: 0 auto;
}

.forayLayout .forayBox .forayCont{
	width: 100%;
}

.forayLayout .forayBox .forayCont .line{
	overflow: hidden;
	display: block;
	height: 56px;
	line-height: 56px;
}

.forayLayout .forayBox .forayCont .line:nth-child(1){
	border-bottom: 1px solid #ddd;
}


.forayLayout .forayBox .forayText{
	font-size: 16px;
	font-family: 'nsR';
	color: #222;
	margin-top: 20.5px;
	padding-left: 30px;
	height: 15px;
	line-height: 15px;
	display: block;
	width: 100%;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	overflow: hidden;
	text-align: center;
}


.forayWrap .slick-arrow.slick-prev{
	left: 40px;
	background: url(../../../images/common/arrow-right-white.svg);
	background-color: #dddddd;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
	transform: rotate(-180deg);
	width: 40px;
	height: 40px;
}

.forayWrap .slick-arrow.slick-next{
	right: 40px;
	background: url(../../../images/common/arrow-right-white.svg);
	background-color: #dddddd;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
	width: 40px;
	height: 40px;
}

.forayWrap .slick-arrow:hover{
	background-color: #8c22ff;
}




.lessonWrap{
	padding: 70px 0px;
	background-color: #f5f5f5;
}

.lessonLayout{
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	overflow: hidden;
}

.lessonLayout .lwLeft{
	float: left;
	width: calc( 100% - 720px );
}
.lessonLayout .lwRight{
	float: left;
	width: 720px;
	height: 470px;
}

.lessonLayout .lwRight iframe{
	width: 720px;
	height: 470px;
}

.lessonLayout .lwLeft .boxBtitle{
	text-align: left;
	line-height: 40px;
}

.lessonLayout .lwLeft .moreView{
	text-align: left;
	margin-top: 30px;
}




/* 상세페이지 고정메뉴 */

.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 .speBox {
    width: 100%;
    margin: 0px auto 0px;
    max-width: 1100px;
}

.facSubContents .speBox .tab-content{
	display: none;
}

.facSubContents .speBox .tab-content.on{
	display: block;
}

.facSubContents .speBox img{
    width: 100%;
	display: block;
}

.facSubContents .speBox .speTitle{
    font-family: 'nsEB';
    color: #222;
    line-height: 40px;
    font-size: 28px;
    text-align: center;
	margin-bottom: 40px;
}

.facSubContents .speBox .speText {
    font-size: 16px;
    line-height: 28px;
    color: #666;
    text-align: center;
    margin: 20px auto 80px;
    font-family: 'nsR';
}

.facSubContents .speBox .speText.mb30{
	margin-bottom: 30px;
}

.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;
}



.facSubContents .processTitle{
	font-size: 20px;
	font-family: 'nsR';
	color: #222;
	margin-bottom: 20px;
	display: block;
	font-weight: bold;
	text-align: left;
}


.facSubContents #street1 .hashTag {
    font-size: 16px;
    font-family: 'nsR';
    line-height: 24px;
    color: #8c22ff;
    margin: 20px auto 30px;
    text-align: center;
}

.facSubContents .processLine .proTable{
	padding: 0px 60px;
	background-color: #f7f7f7;
	margin-top: 30px;
	margin-bottom: 60px;
}

.facSubContents .processLine .proTable tr td:nth-child(1){
	text-align: left;
	vertical-align: top;
}


.facSubContents .processLine .proTable tr td{
	padding: 35px 0px;
	border-bottom: 1px solid #dddddd;
}




.facSubContents .processLine .proTable tr:nth-child(3),
.facSubContents .processLine .proTable tr:nth-child(3) td{
	border-bottom: none;
}


.facSubContents .processLine .proTable tr td span{
	font-size: 16px;
	line-height: 24px;
	font-family: 'nsR';
	color: #666666;
}

.facSubContents .processLine .proTable tr td:nth-child(1) span{
	font-weight: bold;
	color: #222;
}

.strength .stbTitle {
    font-size: 18px;
    font-family: 'nsEB';
    color: #222;
    line-height: 24px;
    margin-bottom: 20px;
    text-align: left;
	display: block;
}


.strength .stImgTitle {
    font-size: 16px;
    font-family: 'nsR';
    color: #222;
    line-height: 24px;
    margin-bottom: 20px;
    text-align: left;
	display: block;
}

.strength img{
	margin-bottom: 50px;
}

.goingJob.pt .jobCon{
	width: 33%;
}


/* 특별과정 레이아웃 */

.imgTable .topTable{
	background-color: #f4f4f4;
}

.imgTable .topTable .ttTitle{
	font-size: 18px;
	color: #222;
	font-weight: bold;
	font-family: 'nsR';
	padding-left: 50px;
	display: block;
}

.imgTable .topTable .ttText{
	font-size: 18px;
	color: #222;
	font-family: 'nsR';
	display: block;
	margin-top: 35px;
	line-height: 30px;
	padding-left: 50px;
}


.proTable{
	border: 1px solid #ddd;
	padding: 0px 60px;
	margin: 30px auto 60px;
}

.proTable table{
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;
}

.proTable table tr{
	border-bottom: 1px solid #ddd;
}


.facSubContents .processLine .proTable tr:nth-child(2) td,
.proTable table tr:nth-child(2){
	border-bottom: none;
}

.proTable table .ptTitle{
	font-size: 16px;
	font-weight: bold;
	color: #8c22ff;
	font-family: 'nsR';
	text-align: left;
	display: block;
}
.proTable table .jobCon{
	font-size: 16px;
	color: #666;
	font-family: 'nsR';
	display: block;
	min-width: 33%;
	float: left;
	margin: 10px 0px;
	letter-spacing: -0.025em;
}

.proTable table .jobCon.wd{
	width: 66%;
}

.proTable table tr td:nth-child(2){
	padding: 20px 0px;
}


.proTable.sambo .jobCon,
.proTable.life .jobCon{
	min-width: 25%;
}


/* 인턴십 */
.artWrap ul li {
    width: calc( 25% - 30px );
    margin-left: 40px;
	margin-top: 50px;
}
.artWrap ul li:nth-child(3n+1){
	margin-left: 40px;
}
.artWrap ul li:nth-child(4n+1) {
    margin-left: 0px;
}

.artWrap ul li span{
	font-size: 18px;
	font-weight: bold;
	color: #222;
	line-height: 1;
	font-family: 'nsR';
	margin-top: 20px;
	display: block;
}

.artWrap ul li .itemImg{
	border: 1px solid #ddd;
}

.artWrap ul li img{
	display: block;
	width: 100%;
}


/* 졸업 후 진로 */
.goingJob table .jobCon{
	min-width: 20%;
}

.goingJob table .jobCon.wd40{
	min-width: 40%;
}



/* 취업현황 */

.jobList{
    width: 100%;
    min-width: 1160px;
    max-width: 1400px;
	margin: 160px auto 0px;
	overflow: hidden;
}

.jobList .jobBox {
	float: left;
	width:  calc( 33.33333% - 119px );
	margin-left: 40px;
	border: 1px solid #ddd;
	margin-top: 40px;
	display: table;
	height: 198px;
	padding: 0px 45px;
}

.jobList .jobBox:nth-child(1),
.jobList .jobBox:nth-child(2),
.jobList .jobBox:nth-child(3){
	margin-top: 0px;
}

.jobList .jobBox:nth-child(3n+1){
	margin-left: 0px;
}

.jobList .jobBox .jbLeft,
.jobList .jobBox .jbRight{
	display: table-cell;
	vertical-align: middle;
}

.jobList .jobBox .jbLeft{
	width: 160px;
}


.jobList .jobBox .jbRight{
	padding-left: 30px;
}

.jobList .jobBox .jbRight .comName{
	font-size: 16px;
	font-weight: bold;
	color: #8c22ff;
	font-family: 'nsR';
	letter-spacing: -0.025em;
	display: block;
	margin-bottom: 30px;
}


.jobList .jobBox .jbRight .position,
.jobList .jobBox .jbRight .stuName{
	font-size: 18px;
	font-family: 'nsR';
	color: #222;
	display: block;
	letter-spacing: -0.025em;
}

.jobList .jobBox .jbRight .stuName{
	font-weight: bold;
	margin-top: 10px;
}



/* 취업현황 */


/* 220404 교수진/특강교수 추가 */

.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;
}



@media screen and (max-width: 1650px){

	.lessonLayout{
		min-width: 1160px;
		width: calc( 100% - 40px )!important;
		padding-left: 20px;
		padding-right: 20px;
	}

}

/*메인비주얼*/
.main-swiper .slide_progressbar .fill {
width: 33.33%;
}