

/* 서브메뉴 레이아웃 */
.smWrap.youtube ul {
	width: 900px;
	float: right;
}



/* 마진 조정 */

.subBox.m70{
	margin-bottom: 0px;
}


.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;
}




.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 .pcsTable{
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
	border-top: 2px solid #222;
	margin-bottom: 50px;
}

.strength .pcsTable tr td{
	border: 1px solid #ddd;
}

.strength .pcsTable tr td:first-child{
	border-left: none;
}
.strength .pcsTable tr td:last-child {
	border-right: none;
}


.strength .pcsTable tr td span.bigTitle{
	font-size: 16px;
	display: block;
	text-align: center;
	font-weight: bold;
	font-family: 'nsR';
	color: #8c22ff;
	margin: 0px;
}

.strength .pcsTable tr td span.title {
	font-size: 16px;
	display: block;
	text-align: center;
	font-weight: bold;
	font-family: 'nsR';
	color: #666666;
	padding: 15px 20px;
	line-height: 28px;
}

.strength .pcsTable tr td span.text {
	font-size: 16px;
	display: block;
	text-align: left;
	font-family: 'nsR';
	color: #666666;
    padding: 15px 0px 15px 20px;
    line-height: 28px;
    letter-spacing: -1px;
}

.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 table tr td:nth-child(1){
	vertical-align: top;
	padding-top: 25px;
}


.goingJob table .jobCon {
	min-width: 40%;
}

.goingJob table .jobInfo {
	width: 100%;
	display: block;
	font-family: 'nsR';
	color: #666;
	line-height: 28px;
	font-size: 16px;
}

.goingJob table .conTitle{
	font-size: 16px;
	font-family: 'nsR';
	font-weight: bold;
	color: #222;
	margin: 35px 0px 20px;
	display: block;
}


@media screen and (max-width: 1400px) {

	.facSubContents {
		margin-left: 20px;
		margin-right: 20px;
		width: calc(100% - 302px);
	}
}

/*메인비주얼*/
.main-swiper .slide_progressbar .fill {
width: 33.33%;
}

/* 취업현황 */

.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;
}

.smWrap.media ul { width:900px; }