



.smWrap ul{
	    width: 850px;
}


.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: 405px;
}

.lessonLayout .lwLeft .boxBtitle{
	text-align: left;
	line-height: 40px;
}

.lessonLayout .lwLeft .boxBsubt{
	text-align: left;
}


.lessonLayout .lwLeft .moreView{
	text-align: left;
	margin-top: 30px;
}



@media screen and (max-width: 1650px){

	.lessonLayout{
		min-width: 1160px;
		width: calc( 100% - 40px )!important;
		padding-left: 20px;
		padding-right: 20px;
	}

}




/* 콘테스트 갤러리 */


.galleryWrap{
	padding: 70px 0px;
	background-color: #fff;
	overflow: hidden;
	position: relative;
}

.galleryWrap .slick-slider{
	position: inherit;
}


.galleryWrap .gallLayout{
	margin: 0 auto;
}


.galleryWrap .gallLayout .gwLeft{
    position: absolute;
    max-width: 1400px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.galleryWrap .gallLayout .gwLeft .boxBig{
	float: left;
}

.galleryWrap .gallLayout .gwLeft .boxBig .boxBtitle,
.galleryWrap .gallLayout .gwLeft .boxBig .boxBsubt,
.galleryWrap .gallLayout .gwLeft .boxBig .moreView{
	text-align: left;
}

.galleryWrap .gallLayout .gwRight{
	float: right;
    width: 60%;
}

.galleryWrap .slick-list {
    padding:0 34% 0 0 !important;
	margin: 0px -23px;
}

.galleryWrap .slick-slide{
	margin: 0px 23px;
}

.galleryWrap .slick-slide img{
	width: 100%;
	display: block;
}

.galleryWrap .slick-slide .imgWrap{
	width: 100%;
	height: 100%;
	position: relative;
}

.galleryWrap .slick-slide .imgWrap .imgBlur{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.5);
	display: block;
}

.galleryWrap .slick-slide.slick-active{
	box-shadow: 0px 0px 10px rgba(255,255,255,0.3);
}
.galleryWrap .slick-slide.slick-active .imgWrap .imgBlur{
	display: none;
}

.galleryWrap .gwName{
	text-align: center;
	display: block;
	margin-top: 10px;
	font-size: 18px;
}

.galleryWrap .gwName .number{
	font-family: 'nsR';
}

.galleryWrap .gwName .name{
	font-family: 'nsR';
	font-weight: bold;
}


.galleryWrap .slick-dots{
    position: absolute;
    left: 0px;
    max-width: 1400px;
    bottom: 100px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.galleryWrap .slick-dots li{
	float: left;
	cursor: pointer;
	margin-right: 10px;
}

.galleryWrap .slick-dots li a span{
	font-size: 14px;
	font-weight: bold;
	font-family: 'nsR';
	color: #222;
	float: left;
}

.galleryWrap .slick-dots li:last-child a span{
	float: right;
}

.galleryWrap .slick-dots li a span.activeBar{
	float: left;
	width: 33px;
	height: 2px;
	background-color: #8c22ff;
	margin: 5px 0px 0px 4px;
	display: none;
}

.galleryWrap .slick-dots li:last-child a span.activeBar{
	margin: 5px 4px 0px 0px;
}

.galleryWrap .slick-dots li.slick-active a span{
	color: #8c22ff;
}


.galleryWrap .slick-dots li.slick-active a span.activeBar{
	display: block;
}





/* 상세페이지 고정메뉴 */

.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 top;
	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;
}

.facSubContents .greeting iframe{
	margin-top: 80px;
}





/* 계열소개 시작 */

.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(4) 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;
}

.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%;
}



.strength .imgTitle table{
	border-collapse: collapse;
	margin-top: 15px;
	table-layout: fixed;
	width: 100%;
}

.strength .imgTitle table.wd78{
	width: 78%;
	margin: 15px auto 0px;
}

.strength .imgTitle.name{
	margin-top: 0px;
	margin-bottom: 50px;
}

.strength .imgTitle.name table{
	margin-top: 0px;
}

.strength .imgTitle.name table tr td{
	background-color: #f5f5f5;
	padding: 20px 0px 10px;
}

.strength .imgTitle table tr td span{
	display: block;
	font-size: 16px;
	line-height: 20px;
	font-family: 'nsR';
	color: #666;
	text-align: center;
}

.strength .imgTitle table tr td span.mb10{
	margin-bottom: 10px;
}

.strength .imgTitle table tr td span strong{
	font-weight: bold;
}



/* 콘테스트 갤러리 */

.facSubBox .searchResult .ctList .contestTitle{
	margin: 145px auto 30px;
	display: block;
	text-align: center;
	font-size: 36px;
	font-family: 'nsEB';
}

.facSubBox .searchResult .ctList .selYear{
	display: block;
	overflow: hidden;
	margin: 0 auto 35px;
}

.facSubBox .searchResult .ctList .selYear select{
	border: none;
	border-bottom: 1px solid #222;
	min-width: 240px;
	width: auto;
	float: right;
	padding-right: 50px;
	font-size: 16px;
	color: #222;
	text-align: left;
	line-height: 40px;
	height: 40px;
	font-family: 'nsR';
	font-weight: bold;
	cursor: pointer;
	background:url('../../../images/common/arrow-bot.png') no-repeat right 9px center;
}

.facSubBox .searchResult .ctList ul {
	overflow: hidden;
}
.facSubBox .searchResult .ctList ul li {
    cursor: pointer;
    width: calc( 25% - 30px );
	height: 320px;
    float: left;
	overflow: hidden;
	margin: 40px 0px 0px 40px;
	display: none;
}

.facSubBox .searchResult .ctList ul li:nth-child(1),
.facSubBox .searchResult .ctList ul li:nth-child(2),
.facSubBox .searchResult .ctList ul li:nth-child(3),
.facSubBox .searchResult .ctList ul li:nth-child(4){
	margin-top: 0px;
}

.facSubBox .searchResult .ctList ul li:nth-child(4n+1){
	margin-left: 0px;
}

.facSubBox .searchResult .ctList ul li.on{
	display: block;
}


.facSubBox .searchResult .ctList ul li .dim{
	padding-bottom: 100%;
}

.facSubBox .searchResult .ctList ul li .itemImg{
	width: 100%;
	height: 100%;
	display: block;
}

.loadMore{
	overflow: hidden;
	margin: 50px auto 100px;
}


/* 산학협정 */


.facSubBox .searchResult .relaList{
	padding: 130px 0px 140px;
}

.facSubBox .searchResult .relaList ul{
	overflow: hidden;
}

.facSubBox .searchResult .relaList ul li {
    cursor: pointer;
    width: calc( 20% - 26px );
	height: 198px;
    float: left;
	border: 1px solid #dddddd;
	overflow: hidden;
	background-color: #fff;
	margin: 40px 0px 0px 30px;
}

.facSubBox .searchResult .relaList ul li.gray{
	background-color: #f1f1f1;
}

.facSubBox .searchResult .relaList ul li:nth-child(1),
.facSubBox .searchResult .relaList ul li:nth-child(2),
.facSubBox .searchResult .relaList ul li:nth-child(3),
.facSubBox .searchResult .relaList ul li:nth-child(4),
.facSubBox .searchResult .relaList ul li:nth-child(5){
	margin-top: 0px;
}

.facSubBox .searchResult .relaList ul li:nth-child(5n+1){
	margin-left: 0px;
}


.facSubBox .searchResult .relaList ul li .dim{
	padding-bottom: 100%;
}



.facSubBox .searchResult .relaList ul li .itemImg{
	width: 100%;
	height: 100%;
	display: block;
}


@media screen and (max-width: 1650px) {
	.facSubContents {
		margin-left: 20px;
		margin-right: 20px;
		width: calc( 100% - 302px );
	}
}

@media screen and (max-width: 1400px) {
	.galleryWrap .gallLayout .gwLeft{
		left: 20px;
		transform: none;
	}
	.galleryWrap .slick-dots{
		left: 20px;
		transform: none;
	}
}

/*메인비주얼*/
.main-swiper .slide_progressbar .fill {
	width: 50%;
}