

.smWrap.broadact ul{
	width: 445px;
	float: right;
}



/* tv 슬라이더 */
.boxBig.voice .boxBsubt{
	margin-bottom: 0px;
}



.tbWrap.slick-slider{
	margin:  0 auto;
}

.tbWrap.slick-slider .slick-list{
	overflow: inherit;
	margin: 0px -25px;
	padding: 0px!important;
}


.tbWrap.slick-slider .slick-list .slick-slide{
	margin: 0px 25px;
}

.tbBox{
	cursor: pointer;
	position: relative;
	text-align: center;
	margin-top: 40px;
}


.tbBox img,
.tbBox span{
	display: block;
	margin: 0 auto;
	width: 100%!important;
}


.tbBox img{
	transition: all .3s ease-in-out;
}

.tbBox:hover img{
	box-shadow: 0px 0px 3px #000;
}


.tbBox span{
	font-family: 'nsR';
	color: #222;
	text-align: center;
	margin-top: 20px;
	font-size: 15px;

	line-height: 15px;
	min-height: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.slick-current .tbBox .tvTitle {
    font-weight: bold;
}

.tbBox .imgWrap{
	display: inline-block;
	position: relative;
	width: 100%;
}


.playBtn{
	opacity: 0;
	transition: all .3s ease-in-out;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}

.tbBox:hover .playBtn{
	opacity: 1;
	transition: all .3s ease-in-out;
}


.playBtn img{
	width: auto!important;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}



/* 상세페이지 고정메뉴 */

.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 .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 .jobCon {
	min-width: 20%;
}


@media screen and (max-width: 1400px) {

	.facSubContents {
		margin-left: 20px;
		margin-right: 20px;
		width: calc(100% - 302px);
	}
}