

.subMenu .smWrap.model ul{
	width: 745px;
    float: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}



/* 학생프로필 */

.stuWrap{
	overflow: hidden;
	padding: 10px 0px;
	margin-bottom: 60px;
}

.stuSlider .slick-list{
	overflow: inherit;
	margin: 0px -25px;
	padding: 0px!important;
}

.stuSlider .slick-slide{
	margin: 0px 25px;
}



.stuBox{
	cursor: pointer;
	overflow: hidden;
}

.stuBox img{
	display: block;
	width: 100%;
}

.stuBox .imgWrap{
	position: relative;
}

.stuBox .imgWrap .imgBlur{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: rgba(0,0,0,0.7);
	transition: all .3s ease-in-out;
}

.stuBox .imgWrap img{
	width: 100%;
	height: 100%;
	display: block;
}


.stuBox .imgWrap .caption{
	position: absolute;
	bottom: -142px;
	background-color: rgba(0,0,0,0.3);
	width: calc( 100% - 42px );
	padding: 16px 36px 21px 21px;
	transition: all .3s ease-in-out;
}


.stuBox .imgWrap .caption::after{
	content: "";
    position: absolute;
	top: 24px;
    right: -40px;
    width: 36px;
    height: 36px;
    border-radius: 36px;
    outline: none;
    z-index: 2;
    background: url(../../../images/common/arrow-right-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #8c22ff;
    background-size: 15px;
	transition: all .3s ease-in-out;
}

.stuSlider .slick-current .stuBox,
.stuBox:hover{
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}

.stuSlider .slick-current .stuBox .imgBlur,
.stuBox:hover .imgBlur{
	opacity: 0;
	transition: all .3s ease-in-out;
}


.stuSlider .slick-current .stuBox .caption,
.stuBox:hover .caption{
	bottom: 0px;
	transition: all .3s ease-in-out;
}



.stuSlider .slick-current .stuBox .imgWrap .caption::after,
.stuBox:hover .imgWrap .caption::after{
	top: 24px;
	right: 50px;
	transition: all .3s ease-in-out;
}







.stuBox .imgWrap .caption .company{
	margin-top: 12px;
	font-size: 16px;
	font-family: 'nsR';
	color: #fff;
	display: block;
}

.stuBox .imgWrap .caption .name{
	font-size: 18px;
	font-family: 'nsR';
	color: #fff;
	display: block;
	font-weight: bold;
}




.stuWrap .slick-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 36px;
    height: 36px;
    margin: auto;
    border-radius: 36px;
    background-color: #fff;
    cursor: pointer;
    outline: none;
    z-index: 2;
}

.stuWrap .slick-arrow.slick-prev{
	left: 13%;
	background: url(../../../images/common/arrow-right-white.svg);
	background-color: #dddddd;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px;
	transform: rotate(-180deg);
	width: 60px;
	height: 60px;
}

.stuWrap .slick-arrow.slick-next{
	right: 13%;
	background: url(../../../images/common/arrow-right-white.svg);
	background-color: #dddddd;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px;
	width: 60px;
	height: 60px;
}

.stuWrap .slick-arrow:hover{
	background-color: #8c22ff;
}



.slick-current .tbBox .tvTitle {
    font-weight: bold;
}





/* 상세페이지 고정메뉴 */

.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 .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%;
}




/* 모델리스트 */

.subBox.model {
    width: 100%;
    min-width: 1160px;
    max-width: 1505px;
    margin: 0 auto;
}


/* 220404 수정 */
.pfsWrap.model .pfsBox{
	display: none;
	cursor: default;
}

.pfsWrap.model .pfsBox.on{
	display: block;
}

.pfsWrap.model .pfsBox .pfsThum{
	max-height: 450px;
}

.pfsWrap.model .pfsBox .pfsInfo{
	position: absolute;
	bottom: 0px;
	background-color: rgba(0,0,0,0.6);
	width: calc( 100% - 60px );
	padding: 20px 30px;
}

.pfsWrap.model .pfsBox:hover .lRight{
	height: 450px;
}

.pfsWrap.model .pfsBox:hover .lBottom{
	width: 100%;
}

.pfsWrap.model .pfsBox:hover .lLeft{
	height: 450px;
}

.pfsWrap.model .pfsBox .modelTeam{
	font-size: 22px;
	font-family: 'nsEB';
	color: #fff;
	line-height: 1;
	display: block;
}

.pfsWrap.model .pfsBox .modelName{
	font-size: 16px;
	font-family: 'nsR';
	color: #fff;
	line-height: 1;
	margin-top: 8px;
	display: block;
	transition: all .3s ease-in-out;
}


/*  220404 삭제
.pfsWrap.model .pfsBox:hover .arrowCircle{
	bottom: 26.5px;
} */

/* 프로필 상제 */
.halfDetail{
}

.hdWrap{
	width: 100%;
	position: relative;
}

.halfDetail .hdLeft{
	max-width: 1400px;
	min-width: 1160px;
	display: block;
    margin: 0px auto 80px;
	overflow: hidden;
	min-height: 1020px;
	position: relative;
}

.halfDetail .hdLeft p,
.halfDetail .hdLeft div{
	width: 100%;
	max-width: 465px;
}

.halfDetail .hdLeft .profileName{
	font-size: 47px;
	font-family: 'nsEB';
	color: #222;
	margin: 152px 0 50px
}

.halfDetail .hdLeft .spec{
	overflow: hidden;
	display: table;
	margin-bottom: 20px;
}

.halfDetail .hdLeft .spec span{
	display: block;
	display: table-cell;
}

.halfDetail .hdLeft .spec span.specTitle{
	font-size: 24px;
	font-family: 'nsEB';
	color: #222;
	width: 92px;
}

.halfDetail .hdLeft .spec span.specText{
	font-size: 20px;
	font-weight: bold;
	color: #222;
	font-family: 'nsR';
	vertical-align: baseline;
}


.halfDetail .hdLeft .record{
	margin-top: 30px;
}

.halfDetail .hdLeft .record .recordTitle{
	font-size: 20px;
	font-family: 'nsEB';
	color: #222;
	margin-bottom: 50px;
	display: block;
}

.halfDetail .hdLeft .record .recordCon{
	font-size: 16px;
	color: #222;
	font-family: 'nsR';
	margin-bottom: 20px;
	display: block;
}

.halfDetail .hdLeft .detailBtn{
	width: 465px;
	max-width: auto;
	min-width: auto;
	float: left;
	margin-top: 400px;
	margin-bottom: 0px;
}

.halfDetail .hdRight{
	display: inline-block;
	width: 58.125%;
	float: right;
	position: absolute;
	right: 0px;
	top: 81px;
	height: 1020px;
}

.halfDetail .hdRight .profBox{
	width: 560px;
	margin-top: 150px;
}

.halfDetail .hdRight .profBox img{
	width: 100%;
}

.halfDetail .hdRight .hrDim{
	float: left;
	padding-bottom: 1020px;
	display: block;
}

.halfDetail .hdRight .rotate{
    display: inline-block;
    position: absolute;
    bottom: -132px;
    left: -101px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;

}

.halfDetail .hdRight .rotate p{
    color: #efefef;
    font-family: 'nsEB';
    display: inline;
	font-size: 109px;
    letter-spacing: -3.5px;
}

.halfDetail .hdRight .slick-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 60px;
    height: 60px;
    margin: auto;
    border-radius: 60px;
    cursor: pointer;
    outline: none;
    z-index: 2;
}

.halfDetail .hdRight .slick-arrow:hover{
	background-color: #8c22ff;
}

.halfDetail .hdRight .slick-prev{
	left: -13%;
    background: url(../../../images/common/arrow-right-white.svg);
	background-color: #3e4040;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px;
    transform: rotate(-180deg);
    width: 60px;
    height: 60px;
}

.halfDetail .hdRight .slick-next{
	right: -13%;
    background: url(../../../images/common/arrow-right-white.svg);
	background-color: #3e4040;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px;
    width: 60px;
    height: 60px;
}

.halfDetail .bgImg {
	position: absolute;
    width: 100%;
	background-color: #000;
	height: 1020px;
	overflow: hidden;
}

.halfDetail .bgImg img{
	display: block;
	width: 100%;
	opacity: 0.1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}



@media screen and ( max-width: 1400px ){


	.stuWrap .slick-arrow.slick-prev{
		left: 20px;
	}

	.stuWrap .slick-arrow.slick-next{
		right: 20px;
	}

	.halfDetail .hdLeft{
		min-width: 1160px;
		width: calc( 100% - 40px );
		padding-left: 20px;
		padding-right: 20px;
	}

	.halfDetail .hdLeft .detailBtn{
		margin-left: 0px;
	}

	.facSubContents {
		margin-left: 20px;
		margin-right: 20px;
		width: calc( 100% - 302px );
	}
}

/*메인비주얼*/
.main-swiper .slide_progressbar .fill {
width: 33.33%;
}