
/* * * * * * * * * * * * * * * * * * * /
/* * * * * M A I N  S T A R T * * * * */

main{
}



/* * * * * * * * * * * * * * * * * * /
/* * - - M A I N  B A N N E R - - * */
#banner{
    width: 100%;
    min-width: 1200px;
}
#banner .mainBnr .bnr{
    display: block;
    width: 100%; height: 635px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 635px;
}
#banner .mainBnr .bnr>a{
    display: block;
    width: 100%; height: 100%;
}


/* * - MAIN BANNER SLIDER ARROWS & DOTS STYLE - * */

.progress .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{  
    background: #ff7800;
}
.progress .swiper-button-next, 
.progress .swiper-button-prev{
    color: rgba(255,255,255,1);
    font-weight: bold;
    background: rgba(255,255,255,0.3);
    border: solid 1px rgba(221,221,221,0.2);
    border-radius: 10%;
}
.progress .swiper-button-prev{
    left: 10%;
}
.progress .swiper-button-next{
    right: 10%;
}         
.progress .swiper-button-next:hover, 
.progress .swiper-button-prev:hover{
    background: rgba(255,255,255,0.6);
}
.progress .swiper-button-next:after{
    font-family: 'Arita-dotum-Medium';
    content: '>';
    font-size: 35px;
    margin-left: 5px;
    margin-top: 5px;
}
.progress .swiper-button-prev:after{
    font-family: 'Arita-dotum-Medium';
    content: '<';
    font-size: 35px;
    margin-left: -5px;
    margin-top: 5px;
}

.swiper-pagination {
	
}
/* - */


/* * * * * * * * * * * * * * * * * * * * */
/* * * * S E C T I O N  공 통 사 항 * * * */
section{
    width: 100%;
    min-width: 1180px;
    padding-top: 90px;
}

.titleBig{
    position: relative;
}
.titBorder{
    width: 48%; height: 2px;
    background: #333;
    position: absolute;
    top: 50%; 
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
}
.titleBig h2{
    color: #000;
    font-size: 40px;
    font-family: 'GmarketSansBold';
    display: block;
}
.titleBig h2 .point{
    color: #ff7800;
    font-size: 75px;
    line-height: 80px;
    font-family: 'GmarketSansBold';
}
.titleBig p{
    color: #000;
    font-size: 24px;
    line-height: 30px;
    display: inline-block;
}

/* * *  S E C T I O N 별 T I T L E 변 경 사 항  * * */
/* sec1 > curriculum */
#sec1 .titleBig .titBorder{
    right: 0;
}
#sec1 .titleBig h2{
    display: inline-block;
    margin-right: 10px;
}
#sec1 .titleBig p{
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
}
/* sec2 > w story */
#sec2 .titleBig .titBorder, #sec4 .titleBig .titBorder{
    top: 86%; 
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-86%);
    -ms-transform: translate(0,-86%);
    -moz-transform: translate(0,-86%);
    -o-transform: translate(0,-86%);
}
#sec2 .titleBig .titBorder{
    width: 62%;
}
#sec2 .titleBig .titleTxt{
    text-align: right;
}
#sec2 .titleBig p, #sec4 .titleBig p, #sec5 .titleBig p{
    font-size: 24px;
    line-height: 24px;
}
/* sec3-1 > instructor */
#sec3-1 .titleBig{
	text-align: center;
}
#sec3-1 .titleBig .titBorder{
	z-index: 0;
	width: 100%;
	top: 15%;
	transform: translate(0,-15%);
}
#sec3-1 .titleBig p {
	position: relative;
	z-index: 1;
	background:#fff;
	padding: 0 10px;
}
/* sec4 > employ */
#sec4 .titleBig .titBorder{
    width: 65%;
    right: 0;
}
/* sec5 > facility */
#sec5 .titleBig .titleTxt{
    text-align: center;
}
#sec5 .titleBig .titBorder{
    width: 100%;
    top: 30%; 
    transform: translate(0,-30%);
    -webkit-transform: translate(0,-30%);
    -ms-transform: translate(0,-30%);
    -moz-transform: translate(0,-30%);
    -o-transform: translate(0,-30%);
}
#sec5 .titleBig h2{
    display: inline-block;
    position: relative;
    background: #fff;
    padding: 0 25px;
}
#sec5 .titleBig p{
    display: block;
    font-size: 22px;
    line-height: 22px;
}


/* * * * * * * * * * * * * * * * * * * * * */
/* S E C T I O N 1  >  C U R R I C U L U M */
#sec1 .cntBox{
    margin-top: 50px;
}
.cntBox .bxList{
    display: flex;
}
.cntBox .bxList{
    margin-bottom: 20px;
}
.cntBox .bxList .box{
    width: 20%; height: 320px;
    margin-right: 20px;
    border-radius: 15px;
    position: relative;
    background: #000;
    overflow: hidden;
}
.cntBox .bxList .box:last-child{
    margin-right: 0;
}
.cntBox .bxList .box>a{
    display: block;
    width: 100%; height: 100%;
}
.cntBox .bxList .box .listImg{
    position: absolute;
    top: 0; left: 0; bottom: 0;
    width: 100%; height: 100%;
    z-index: 1;
	opacity: 0.9;
    background-position: center;
    background-repeat: no-repeat;
    
	transition: all 0.27s ease-in-out;
	-webkit-transition: all 0.27s ease-in-out;
	-ms-transition: all 0.27s ease-in-out;
	-moz-transition: all 0.27s ease-in-out;
	-o-transition: all 0.27s ease-in-out;
}
/* * CURRICULUM LIST BOX BACKGROUND IMAGE * */
.cntBox .bxList .box .listImg.list01{
    background: url(../img/0index/subject01.jpg);
}
.cntBox .bxList .box .listImg.list02{
    background: url(../img/0index/subject02.jpg);
}
.cntBox .bxList .box .listImg.list03{
    background: url(../img/0index/subject03.jpg);
}
.cntBox .bxList .box .listImg.list04{
    background: url(../img/0index/subject04.jpg);
}
.cntBox .bxList .box .listImg.list05{
    background: url(../img/0index/subject05.jpg);
}
.cntBox .bxList .box .listImg.list06{
    background: url(../img/0index/subject06.jpg);
}
.cntBox .bxList .box .listImg.list07{
    background: url(../img/0index/subject07.jpg);
}
.cntBox .bxList .box .listImg.list08{
    background: url(../img/0index/subject08.jpg);
}
.cntBox .bxList .box .listImg.list09{
    background: url(../img/0index/subject09.jpg);
}
.cntBox .bxList .box .listImg.list10{
    background: url(../img/0index/subject10.jpg);
}
/* */
.cntBox .bxList .box .listTit{    
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    padding: 35px 20px 10px 20px;
    z-index: 3;
    position: relative;
    border-radius: 15px 15px 0 0;
	transition: all 0.27s ease-in-out;
	-webkit-transition: all 0.27s ease-in-out;
	-ms-transition: all 0.27s ease-in-out;
	-moz-transition: all 0.27s ease-in-out;
	-o-transition: all 0.27s ease-in-out;
	transform: translate3d(0,-20px,0);
	-webkit-transform: translate3d(0,-20px,0);
	-ms-transform: translate3d(0,-20px,0);
	-moz-transform: translate3d(0,-20px,0);
	-o-transform: translate3d(0,-20px,0);
}
.cntBox .bxList .box .listTit .titko{
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}
.cntBox .bxList .box .dtailBx{
    z-index: 2;
    
    display: block;
    position: absolute;
    top: 86px; left: 0; bottom: 0;
    width: 100%;
    border-radius: 0 0 15px 15px;
    z-index: 2;
}
.cntBox .bxList .box .details::before,
.cntBox .bxList .box .details::after {
    position: absolute;
	top: 20px;
	right: 20px;
	bottom: 30px;
	left: 20px;
	content: '';
	transition: all 0.27s;
	-webkit-transition: all 0.27s;
	-ms-transition: all 0.27s;
	-moz-transition: all 0.27s;
	-o-transition: all 0.27s;
}
.cntBox .bxList .box .details::before {
	border-top: 1px solid rgba(255,255,255,1);
	border-bottom: 1px solid rgba(255,255,255,1);
	transform: scale(0,1);
	-webkit-transform: scale(0,1);
	-ms-transform: scale(0,1);
	-moz-transform: scale(0,1);
	-o-transform: scale(0,1);
}
.cntBox .bxList .box .details::after {
	border-right: 1px solid rgba(255,255,255,1);
	border-left: 1px solid rgba(255,255,255,1);
	transform: scale(1,0);
	-webkit-transform: scale(1,0);
	-ms-transform: scale(1,0);
	-moz-transform: scale(1,0);
	-o-transform: scale(1,0);
}
.cntBox .bxList .box .details p{    
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.02em;
    word-break: keep-all;
    
	padding: 40px 2.5em 40px 2.5em;
	opacity: 0;
	transition: all 0.27s ease-in-out;
	-webkit-transition: all 0.27s ease-in-out;
	-ms-transition: all 0.27s ease-in-out;
	-moz-transition: all 0.27s ease-in-out;
	-o-transition: all 0.27s ease-in-out;
	transform: translate3d(0,20px,0);
	-webkit-transform: translate3d(0,20px,0);
	-ms-transform: translate3d(0,20px,0);
	-moz-transform: translate3d(0,20px,0);
	-o-transform: translate3d(0,20px,0);
}
.cntBox .bxList .box .details p .hvButton{
    display: block;
    margin-top: 30px;
    width: 125px;
    padding: 7px 0;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.02em;
}
.cntBox .bxList .box .details p .hvButton>span{
    color: #fff;    
    margin-left: 0;
}

/* * * CURRRICULUM LISTBOX:hover STYLE * * */
.cntBox .bxList .box:hover .listImg{
    opacity: 0.3;
    transform: scale(1.1);
}
.cntBox .bxList .box:hover .listTit {
	opacity: 1;
	transform: translate3d(0,-5px,0);
	-webkit-transform: translate3d(0,-5px,0);
	-ms-transform: translate3d(0,-5px,0);
	-moz-transform: translate3d(0,-5px,0);
	-o-transform: translate3d(0,-5px,0);
    background: rgba(0,0,0,1);
}
.cntBox .bxList .box:hover .listTit .titko{
    color: #ff7800;
    font-weight: 700;
}
.cntBox .bxList .box:hover .details::before,
.cntBox .bxList .box:hover .details::after {
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
}
.cntBox .bxList .box:hover .details p{
	opacity: 1;
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
}




/* * * * * * * * * * * * * * * * * * */
/* * S E C T I O N 2  >  S T O R Y * */
.story .Wrapper{
    margin-top: -30px;
}

.review{
    width: 30%;
    float: left;
    padding-right: 15px;
}
.review .rvBox .swiper-wrapper{
    width: 100%; height: 600px;
}
.review .rvBox .rvCnt{
    width: 100%;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    padding: 12px 10px 15px 10px;
}
.review .rvBox .rvCnt:hover{
    border: 1px solid #000;
    box-sizing: border-box;
}
.rvCnt .rvTop{
    width: 100%; height: 60px;
}
.rvCnt .rvTop .rvtIcn{
    width: 60px; height: 60px;
    float: left;
    background: url(../img/0index/rvicon.svg);
}
.rvCnt .rvTop .rvtTit{
    float: left;
    font-size: 14px;
    letter-spacing: -0.02em;
    line-height: 20px;
    padding: 7px 10px;
    color: #888;
}
.rvCnt .rvTop .rvtTit>span{
    display: block;
    font-size: 17px;
    line-height: 23px;
    letter-spacing: -0.02em;
    color: #555;
}

.rvCnt .rvTop .rvtMore{
    float: right;
    width: 25px; height: 25px;
    margin-top: 7px;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    font-weight: 700;
    color: #888;
    border: 1px solid #888;
}


/* 말풍선 */
.rvCnt .rvBot{
    width: 100%; height: 106px;
    padding: 28px 15px 18px 15px;
    background: url(../img/0index/rvbubble.svg) center no-repeat;
}
.rvCnt .rvBot>p{
    max-height: 40px;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    /* ↓ 여러줄 ... 노출 (IE안먹힘) */
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;

    text-overflow: ellipsis;
    overflow: hidden;
}


/* REVIEW SELECTED STYLE */
/* 슬라이더 제일 윗부분의 변경되는 스타일들 */
.review .rvBox .rvCnt.select{
    background: #ff7800;
    border: 1px solid #ff7800;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.rvCnt.select .rvTop .rvtIcn{
    background: url(../img/0index/rvicon_1.svg) center no-repeat;
}
.rvCnt.select .rvTop .rvtTit, 
.rvCnt.select .rvTop .rvtTit>span{
    color: #fff;
    font-weight: normal;
}
.rvCnt.select .rvTop .rvtMore{
    color: #fff;
    border: 1px solid #fff;
}
.rvCnt.select .rvBot{
    background: url(../img/0index/rvbubble_1.svg) center no-repeat;
}
.rvCnt.select .rvBot>p{
    color: #000;
}
.review .rvBox .rvCnt.select:hover{
    border: 1px solid #000;
    box-sizing: border-box;
    transition: none;
}
/* - */

.interview{
    width: 70%; height: 490px;
    margin-top: 110px;
    float: left;
}

.interview .itvBoxWrap{
    width: 100%; height: 100%;
    display: flex;
}
.itvBoxWrap .itvBox{
    width: 30.3%; height: 100%;
    float: left;
    background: #fff;
    margin: 0 15px;
}
.itvBoxWrap .itvBox:last-child{
    margin-right: 0;
}

.itvBox{
    padding-top: 30px;
    position: relative;
}
.itvBox .itvTit{
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    border-bottom: 2px solid #000;
}
.itvBox .itvName{
    padding: 35px 0 25px 0;
    text-align: center;
}
.itvBox .itvName .NameImg{
    width: 125px;
    border-radius: 5px;
    overflow: hidden;
}
.itvBox .itvName .NameTxt{
    margin-top: 15px;
    font-weight: 500;
    line-height: 22px;
}
.itvBox .itvName .NameTxt>span{
    display: block;
    font-size: 12px;
    line-height: 18px;
}

.itvBox .itvDetail .DetailTit{
    width: 100%;
    line-height: 28px;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.04em;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.itvBox .itvDetail .DetailCon{
    height: 52px;
    margin-top: 10px;
    line-height: 18px;
    font-size: 13px;
    /* ↓ 여러줄 ... 노출 (IE안먹힘) */
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    
    text-overflow: ellipsis;
    overflow: hidden;    
}

.itvBox .itvBtn>a{
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    line-height: 19px;
    font-size: 14px;
    padding: 13px 0;
    text-align: center;
    border: 1px solid #333;
}
.itvBox .itvBtn>a:hover{
    color: #fff;
    background: #ff7800;
    border: 1px solid #ff7800;
}
.itvBox .itvBtn>a:hover>span{
    color: #fff;
}

/* * * * * * * * * * * * * * * * * * * * * * */
/* * S E C T I O N 3  >  P O R T F O L I O * */
#sec3{
    margin-top: 90px;
    width: 100%; height: 550px;
    background: antiquewhite;
    padding: 37px 0;
    background: url(../img/0index/port_bg.jpg) center center no-repeat;
    background-attachment: fixed; /*스크롤 시 배경고정*/
    background-size: 100%;
}
#sec3 .secBorder{
    width: 100%;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 50px 0;
}

#sec3 .Wrapper{
    display: flex;
}
#sec3 .Wrapper .title{
    width: 22%;
    position: relative;
}
.title .titleTxt{
    color: #000;
    line-height: 44px;
    font-size: 38px;
    font-weight: 700;
}
.title .titleTxt>span{
    display: block;
    margin: 20px 0; 
    color: #000;
    line-height: 30px;
    font-size: 24px;
    font-weight: 500;
}
.title .subTxt{
    color: #444;
    line-height: 21px;
    font-size: 15px;
}
.title .titleLink>a{
    display: block;
    position: absolute;
    bottom: 0;
    width: 220px;
    border: 1px solid #000;
    color: #333;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    padding: 12px 0;
    text-align: center;
    background: transparent;
}
.title .titleLink>a:hover{
    background: #ff7800;
    border: 1px solid #ff7800;
    color: #fff;
}
.title .titleLink>a:hover>span{
    color: #fff;
}

#sec3 .Wrapper .pfCnt{
    width: 78%;
}
.pfCnt .pfroll{
    width: 100%;
}
.pfroll .pfList>a{
    display: block;
    width: 100%; height: 100%;
}

.pfCnt .pfList .pfListImg{
    height: 320px;
    overflow: hidden;
    background: #000;
    position: relative;
}
.pfCnt .pfList .pfListImg>img{
    width: auto; height: 100%;
    opacity: 1;
    position: absolute;
    left: 50%; top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    
}
.pfroll .pfList>a:hover .pfListImg>img{
    opacity: 0.7;
    height: 115%;
}
.pfCnt .pfList .pfListTxt{
    text-align: center;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: -0.02em;
    margin-top: 3px;
}
.pfCnt .pfList .pfListTxt>span{
    display: block;
    line-height: 18px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -0.02em;
    color: #666;
    
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* PORTFOLIO SLIDER STYLE - owl Carousel */
.pfroll.owl-carousel .owl-nav{
    width: 90px;
    position: absolute;
    top: 220px; left: -264px;
    font-family: 'Arita-dotum-Medium';
    font-weight: bold;
    font-size: 22px;
}
.pfroll.owl-carousel .owl-nav .owl-prev, 
.pfroll.owl-carousel .owl-nav .owl-next{
    width: 40px; height: 40px;
    background-color: #000;
    border-radius: 0px;
    margin: 0;
}
.pfroll.owl-carousel .owl-nav .owl-prev{
    float: left;
}
.pfroll.owl-carousel .owl-nav .owl-next{
    float: right;
}
/**/



/* * * * * * * * * * * * * * * * * * * * * * * */
/* S E C T I O N 3 - 1  >  I N S T R U C T O R */
#sec3-1{
	
}

#sec3-1 .titleBig .insLink{
	position: relative;
}
#sec3-1 .titleBig .insLink > a{
	position: absolute;
	bottom: 15px; right:0;
	text-align: right;
}
#sec3-1 .titleBig .insLink > a{
	display: inline-block;
	text-align: center;
	width: 180px;
	padding: 10px 0;
	border: 1px solid #333;
	color: #333;
	font-size: 13px;
}
#sec3-1 .titleBig .insLink > a:hover{
	background: #333;
	color: #fff;
}


#sec3-1 .insWrap{
	padding: 50px 0 50px 0;
	min-width: 1900px;
}

#sec3-1 .insWrap .insView{
}
.insView .insBx{
}
.insView .insBx .insBx_img{
	position: relative;
	height: 300px;
	overflow: hidden;
	background-image: url(/img/0index/inst_bg.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	border: 1px solid rgba(0,0,0,0);
	border-bottom: 0;
	border-radius: 5px 5px 0 0;
	transition: all .2s;
}
.insBx .insBx_img > img{
	width: 120%;
	position: absolute;
	top:0;
}
.insView .insBx .insBx_txt{
	border-top: 3px solid #000;
	padding-top: 3px;
}
.insBx .insBx_txt .topName h5{
	float: left;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
}
.insBx .insBx_txt .topName h5>span{
	display: inline-block;
	font-size: 16px;
	margin-left: 3px;
}
.insBx .insBx_txt .topName .branch{
	float: left;
	margin-left: 5px;
	padding-top: 2px;
}
.insBx .insBx_txt .topName .branch p{
	display: inline-block;
	margin-left: 5px;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	background: #888;
	padding: 0 5px 2px 5px;
}

.insBx .insBx_txt .course{
	font-size: 14px;
	font-weight: 700;
	color: #666;
}

/*hover effect*/
.insView .insBx:hover .insBx_img{
	border: 1px solid #000;
	border-bottom: 0;
}
.insBx:hover .insBx_txt .topName .branch p{
	background: #333;
}
.insBx:hover .insBx_txt .course{
	color: #ff7800;
}

/* * - INSTRUCTOR SWIPER ARROWS STYLE - * */
.insView .swiper-button-next, 
.insView .swiper-button-prev{
	width: 50px; height: 55px;
    color: #fff;
    font-weight: bold;
    background: rgba(210,210,210,0.4);
	border: 1px solid rgba(255,255,255,0.2);
	border-radius: 3px;
}
.insView .swiper-button-prev{
    left: 17%; top: 40%;
}
.insView .swiper-button-next{
    right: 17%; top: 40%;
}         
.insView .swiper-button-next:hover, 
.insView .swiper-button-prev:hover{
    color: #fff;
    background: rgba(0,0,0,0.3);
}
.insView .swiper-button-next:after{
    font-family: 'Arita-dotum-Medium';
    content: '>';
    font-size: 30px;
    margin-left: 3px;
    margin-top: 3px;
}
.insView .swiper-button-prev:after{
    font-family: 'Arita-dotum-Medium';
    content: '<';
    font-size: 30px;
    margin-left: -3px;
    margin-top: 3px;
}
/* - */





/* * * * * * * * * * * * * * * * * * * */
/* * S E C T I O N 4  >  E M P L O Y * */
#sec4{
    background: url(../img/0index/employ_bg.jpg) no-repeat;
    background-size: 460px;
    background-position: right bottom;
}
#sec4 .emWrap{
    padding: 60px 0 80px 0;
    display: flex;
}
/* EMPLOY CENTER 공 통 사 항 */
#sec4 .Wrapper .emCon{
    width: 580px;
    height: 290px;
}
.emCon .emTit{
    /*font-family: 'GmarketSans'*/
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    color: #000;
    padding-bottom: 4px;
    border-bottom: 1px solid #000;
}
.emCon .emTitBig{
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    color: #000;
}

/* EMPLOY CENTER 취 업 현 황 */
.emCon.emLeft{
    width: 580px; 
    margin-right: 20px;
    background: url(../img/0index/status_bg.png) center no-repeat;
    background-size: cover;
}
.emCon.emLeft .emTit{
    margin: 27px 10px 0 20px;    
}
.emLeft .instructor{
    width: 100%;
}
.emLeft .instructor .ist{
    width: 290px; height: 227px;
    background-repeat: no-repeat !important;
    background-position: 0 0 !important;
    background-size: cover !important;
    position: relative;
    font-size: 0;
    border-color: #000;
}
.emLeft .instructor .istImg{
    position: absolute;
    bottom: 30px; right: 30px;
    width: 130px; height: 130px;
    background: pink;
    border: 1px solid #fdfbf8;
    border-radius: 50%;
    overflow: hidden;
    
}
.emLeft .instructor .istImg>img{
    width: 160px;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
}
.emLeft .instructor .istTxt{
    position: relative;
    letter-spacing: -0.02em;
    padding: 10px 0 0 30px;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: -0.02em;
    color: #ff7800;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.emLeft .instructor .istTxt>span{
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #555;
}
.emLeft .instructor .istTxt>span:after{
    content: '취업을 축하드립니다';
    margin-left: 5px;
}
.emCon.emRight{
    width: 76%;
    display: flex;
}
/* EMPLOY CENTER 공 지 사 항 */
.emRight .emrBoard{
    width: 50%;
    background: #fff;
    border-right: 1px solid #eee;
    padding: 27px 30px 30px 30px;
}

.emRight .emrBoard .emTit .emMore>a{
    display: inline-block;
    float: right;
    transition: none;
    font-size: 24px;
    font-weight: 700;
    color: #000;
}
.emRight .emrBoard .emTit .emMore>a:hover{
    color: #ff7800;
}
.emrBoard .notice{
    width: 100%; height: 195px;
    border-bottom: 1px solid #000;
    padding: 20px 0;
}
.emrBoard .notice .ntBoard{
    width: 100%; height: 100%;
}
.emrBoard .notice .ntBoard .ntList>a{
    display: block;
    width: 100%;  
    transition: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;  
    
    color: #888;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 7px;
}
.emrBoard .notice .ntBoard .ntList>a:before{
    content: '・'
}
.emrBoard .notice .ntBoard .ntList:last-child>a{
    padding-bottom: 0;
}
.emrBoard .notice .ntBoard .ntList>a:hover{
    color: #ff7800;
    font-weight: 500;
}
.emrBoard .notice .ntBoard .ntList>a .ntIcn{
    display: inline-block;
    width: 40px; height: 12px;
    background: url(/img/0index/NEW_ICN.gif) center center no-repeat;    
}


/* EMPLOY CENTER 세 미 나 & 이 벤 트 */
.emRight .emrEvt{
    width: 100%;
    background: #fff;
    padding-left: 30px;
    padding-top: 30px;
    padding-right: 30px;
}
.emRight .emrEvt .emevtCon{
    margin-top: 15px;
}
.emevtCon .emroll{
    width: 600; height: 190px;
}
.emevtCon .emroll .emevtTitle{
    width: 28%; height: 100%;
    font-size: 16px;
    line-height: 20px;
    word-break: keep-all;
    float: left;
}
.emevtCon .emroll .emevtTitle>span{
    display: block;
    color: #888;
    line-height: 20px;
    margin-top: 5px;
}
.emevtCon .emroll .emevtCnt{
    float: right;
    width: 70%; height: 190px;
    border-radius: 15px;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    background-position: right!important;
    border: 1px solid #eee;
}


/* EMPLOY CENTER SLIDER STYLE - owl Carousel */
.istRoll.owl-carousel .owl-nav, 
.emevtCon.owl-carousel .owl-nav{
    width: 52px;
    position: absolute;
    font-family: 'Arita-dotum-Medium';
    font-weight: bold;
    font-size: 17px;
    margin: 0;
}
.istRoll.owl-carousel .owl-nav{
    bottom: 30px; left: 30px;
}
.emevtCon.owl-carousel .owl-nav{
    top: -42px; right: 0;
}
.istRoll.owl-carousel .owl-nav .owl-prev, 
.istRoll.owl-carousel .owl-nav .owl-next, 
.emevtCon.owl-carousel .owl-nav .owl-prev, 
.emevtCon.owl-carousel .owl-nav .owl-next{
    width: 25px; height: 25px;
    background-size: 100%;
    background-position: center center;
    border-radius: 0px;
    margin: 0;
}

.istRoll.owl-carousel .owl-nav .owl-prev:hover,
.istRoll.owl-carousel .owl-nav .owl-next:hover, 
.emevtCon.owl-carousel .owl-nav .owl-prev:hover,
.emevtCon.owl-carousel .owl-nav .owl-next:hover{
    background-color: #000;
}
/* ISTRUCTOR  ARROWS STYLE */
.istRoll.owl-carousel .owl-nav .owl-prev, 
.istRoll.owl-carousel .owl-nav .owl-next{
    background-color: #333;
}
.istRoll.owl-carousel .owl-nav .owl-prev{
    float: left;   
}
.istRoll.owl-carousel .owl-nav .owl-next{
    float: right;
}
/* SEMINAR-EVENT  ARROWS STYLE */
.emevtCon.owl-carousel .owl-nav .owl-prev, 
.emevtCon.owl-carousel .owl-nav .owl-next{
    border: 1px solid #000;     
}
.emevtCon.owl-carousel .owl-nav .owl-prev{
    float: left;  
    background-image: url(../img/basic/ARROW_BK_le.svg);
}
.emevtCon.owl-carousel .owl-nav .owl-next{
    float: right;
    background-image: url(../img/basic/ARROW_BK_ri.svg);
}
.emevtCon.owl-carousel .owl-nav .owl-prev:hover{
    background-image: url(../img/basic/ARROW_WH_le.svg);   
}
.emevtCon.owl-carousel .owl-nav .owl-next:hover{
    background-image: url(../img/basic/ARROW_WH_ri.svg);
}
/* - */




/* * * * * * * * * * * * * * * * * * * * * */
/* * S E C T I O N 5  >  F A C I L I T Y * */
.fcWrap{
    margin: 60px 0;
}
.fcView{
    width: 100%; height: 440px;
	min-width: 1900px;
}
.fcView .facImg{
    background-size: cover !important ;
    background-repeat: no-repeat !important ;
    background-position: center !important ;
}
.fcView .facImg>a{
    display: block;
    width: 100%; height: 100%;
}



.fcView .swiper-slide-prev>a, 
.fcView .swiper-slide-next>a{
    background: rgba(0,0,0,.6);
}
.fcView .swiper-slide-active>a{
    background: rgba(0,0,0,0);
}

/* * - FACILITY SWIPER ARROWS STYLE - * */

.fcView .swiper-button-next, 
.fcView .swiper-button-prev{
    color: #fff;
    font-weight: bold;
    background: rgba(210,210,210,0.4);
	border: 1px solid rgba(255,255,255,0.2);
    border-radius: 2px;
}
.fcView .swiper-button-prev{
    left: 30.15%;
}
.fcView .swiper-button-next{
    right: 30.15%;
}         
.fcView .swiper-button-next:hover, 
.fcView .swiper-button-prev:hover{
    color: #fff;
    background: rgba(0,0,0,0.8);
}
.fcView .swiper-button-next:after{
    font-family: 'Arita-dotum-Medium';
    content: '>';
    font-size: 35px;
    margin-left: 5px;
    margin-top: 5px;
}
.fcView .swiper-button-prev:after{
    font-family: 'Arita-dotum-Medium';
    content: '<';
    font-size: 35px;
    margin-left: -5px;
    margin-top: 5px;
}
/* - */


@media screen and (max-width:1200px){
	/*sec3-1 INSTRUCTOR*/
	#sec3-1 .insWrap{
		min-width: 1200px;
	}    
	.fcView{
		min-width: 1200px;
	}
	.fcView .swiper-button-prev{
    	left: 0;
	}
	.fcView .swiper-button-next{
    	right: 0;
	} 
	
}