


.subMenu .smWrap.act ul{
	width: 710px;
}



/* 진출현황 */

.forayWrap {
    padding: 55px 0px;
    overflow: hidden;
    background-color: #f5f5f5;
}

.forayWrap .boxBig .boxBtitle{
	margin-top: 20px;
	text-align: left;
}
.forayWrap .boxBig .boxBsubt{
	margin: 30px 0px 20px;
	line-height: 1;
	text-align: left;
}

.forayLayout{
	max-width: 1400px;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}

.forayLayout .boxBig{
	float: left;
	width: 380px;
}

.forayLayout .forayBox{
	float: left;
	width: calc( 100% - 380px );
	border: 1px solid #ddd;
	background-color: #fff;
}


.forayLayout .forayBox .forayCont{
	margin: 0px  115px;
	width: calc( 100% - 230px )!important;
}

.forayLayout .forayBox .forayCont .line{
	overflow: hidden;
	display: block;
}

.forayLayout .forayBox .forayCont .line:nth-child(1){
	border-bottom: 1px solid #ddd;
}

.forayLayout .forayBox .forayTitle{
	font-size: 16px;
	font-family: 'nsR';
	font-weight: bold;
	color: #222;
	line-height: 54px;
	display: block;
	float: left;
	width: 27.5%;
	text-align: right;
}

.forayLayout .forayBox .forayText{
	font-size: 16px;
	font-family: 'nsR';
	color: #222;
	padding-left: 30px;
	height: 15px;
	line-height: 15px;
	display: block;
	margin-top: 20px;
	float: left;
	width: calc( 72.5% - 30px );
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	overflow: hidden;
}


.forayWrap .slick-arrow.slick-prev{
	left: 40px;
	background: url(../../../images/common/arrow-right-white.svg);
	background-color: #dddddd;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
	transform: rotate(-180deg);
	width: 40px;
	height: 40px;
}

.forayWrap .slick-arrow.slick-next{
	right: 40px;
	background: url(../../../images/common/arrow-right-white.svg);
	background-color: #dddddd;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
	width: 40px;
	height: 40px;
}

.forayWrap .slick-arrow:hover{
	background-color: #8c22ff;
}




/* 월간연기예술 */

.monthWrap{
	max-width: 1400px;
	width: 100%;
	margin: 70px auto 0px;
	overflow: hidden;
	position: relative;
}

.monthWrap .boxBig .boxBsubt{
	margin: 25px 0px 30px;
}

.monthWrap .boxBig .moreView{
	position: absolute;
	top: 65px;
	right: 0px;
}

.monthWrap .monLeft{
	float: left;
    width: 48.643%;
}

.monthWrap .monLeft span{
	font-size: 18px;
	color: #222;
	font-family: 'nsEB';
	margin-top: 15px;
	display: block;
}

.monthWrap .monLeft img{
	display: block;
	width: 100%;
}

.monthWrap .monRight{
	float: left;
	width: calc( 51.357% - 24px );
	margin-left: 24px;
}

.monthWrap .monRight .monSlide img{
	display: block;
	width: 100%;
}

.monthWrap .monRight .monSlide{
	margin: 0px -10px;
}

.monthWrap .monRight .monSlide .slick-slide{
	margin: 0px 10px;
}

.monthWrap .monRight .monSlide .slick-slide > div{
	margin: 20px 0px;
}

.monthWrap .monRight .monSlide .slick-list{
	margin: -20px 0px;
}



.monthWrap .slick-dots{
	text-align: center;
	height: 12px;
	margin-top: 15px;
}


.monthWrap li,
.monthWrap button{
	text-align: center;
	font-size: 0px;
	display: inline-block;
}

.monthWrap li{
	width: 12px;
	height: 12px;
	margin: 0px 5px;
}

.monthWrap li button{
	width: 12px;
	height: 12px;
	display: block;
	border-radius: 12px;
	background-color: #fff;
	border: 1px solid #e7e7e7;
	padding: 0px;
}
.monthWrap li.slick-active button {
    border-color: #8c22ff;
    background-color: #8c22ff;
}



.monBox{
	position: relative;
	cursor: pointer;
}



/* 상세시작 */


/* 상세페이지 */

.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;
}

.goingJob.th .jobCon{
	min-width: 20%;
}

.goingJob .jobCon.wd40{
	min-width: 40%;
}


/* 세부내용 */
.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 55%;
	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 .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(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%;
}

.actionVideo iframe{
	margin: 0 auto;
	display: block;
}


/* 공연일정 */

.facSubBox .schedule_cate{
	display: block;
	overflow: hidden;
	margin: 0 auto 35px;
}

.facSubBox .schedule_cate select{
	border: none;
	border-bottom: 1px solid #222;
	min-width: 120px;
	width: auto;
	float: left;
	padding-left: 10px;
	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;
	background-size: 12px;
}





.scheWrap{
    width: 100%;
    min-width: 1160px;
    max-width: 1280px;
	margin: 130px auto 0px;
	overflow: hidden;
}

.scheWrap .itemList {
	overflow: hidden;
}

.scheWrap .itemList ul li{
	width: calc( 50% - 18px );
	float: left;
	margin-left: 36px;
	display: table;
	cursor: pointer;
}

.scheWrap .itemList ul li:nth-child(n+3){
	margin-top: 36px;
}

.scheWrap .itemList ul li:nth-child(2n+1){
	margin-left: 0px;
}


.scheWrap .itemList ul li .itemImg{
	width: 214px;
	display: table-cell;
	border: 1px solid #ddd;
	vertical-align: middle;
}

.scheWrap .itemList ul li .itemImg img{
	display: block;
	margin: 0 auto;
	width: 100%;
}


.scheWrap .itemList ul li .itemTitle{
	width: calc( 100% - 215px );
	height: 213px;
	display: table-cell;
	vertical-align: middle;
}

.state{
	display: block;
	width: 100px;
	height: 40px;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	border-radius: 40px;
	font-weight: bold;
	font-family: 'nsR';
}

.state.finish{
	color: #fff;
	background-color: #999;
}

.state.eng{
	color: #fff;
	background-color: #8c22ff;
}

.state.yet{
	width: 98px;
	height: 38px;
	border: 1px solid #8c22ff;
	color: #8c22ff;
	background-color: #fff;
}

.scheWrap .itemList ul li .itemTitle span{
	display: block;
	margin-left: 25px;
}

.scheWrap .itemList ul li .itemTitle span.title{
	font-size: 24px;
	font-family: 'nsEB';
	color: #222;
	display: block;
	margin: 20px 0px 65px 25px;
}

.scheWrap .itemList ul li .itemTitle span.date{
	font-size: 16px;
	font-family: 'nsR';
	color: #666;
	display: block;
	color: #666;
}

.scheWrap .itemList ul li .itemTitle span.place{
	font-size: 16px;
	font-family: 'nsR';
	color: #666;
	display: block;
	color: #666;
	margin-top: 15px;
}



/* 공연일정 상세 */

.scheduleInfo {
    margin: 161px auto 0px;
    width: 100%;
    max-width: 1318px;
    min-width: 1160px;
	border: 1px solid #dddddd;
	padding: 55px 40px;
}

.scheduleInfo table{
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;
}

.scheduleInfo table tr td:nth-child(1){
	width: 214px;
}

.scheduleInfo table tr td:nth-child(2){
	width: calc( 100% - 334px );
}

.scheduleInfo table tr td:nth-child(3){
	width: 120px;
}

.scheduleInfo .state{
	width: 120px;
	height: 50px;
	font-size: 20px;
	line-height: 50px;
}

.scheduleInfo .state.yet{
	width: 118px;
	height: 48px;
}

.scheduleInfo .title{
	font-size: 30px;
	font-family: 'nsEB';
	color: #222;
	padding-left: 90px;
}

.scheduleInfo .infoTitle{
	font-size: 20px;
	font-family: 'nsB';
	color: #222;
	display: inline-block;
	float: left;
	min-width: 80px;
}

.scheduleInfo .infoText{
	font-size: 20px;
	font-family: 'nsR';
	color: #222;
	float: left;
	width: calc( 100% - 80px );
}

.scheduleInfo .infoWrap{
	overflow: hidden;
	padding-left: 90px;
	margin-top: 55px;
}

.scheduleInfo ul li{
	overflow: hidden;
	display: block;
	width: 47%;
	float: left;
	margin-bottom: 25px;
}

.scheduleInfo ul li:last-child{
	margin-bottom: 0px;
}

.scBox{
	margin: 50px auto 0px;
    width: 100%;
    max-width: 1400px;
    min-width: 1160px;
}

.scBox .scTitle{
	font-size: 24px;
	font-weight: bold;
	color: #222;
	font-family: 'nsEB';
	border-bottom: 2px solid #222;
	padding-bottom: 20px;
}

.scBox .peopleList{
	overflow: hidden;
	display: block;
	margin: 0px 130px 50px;
}

.scBox .peopleList li{
	width: 134px;
	float: left;
	margin:  40px 0px 0px 65px;
}

.scBox .peopleList li:nth-child(6n+1){
	margin-left: 0px;
}

.scBox .peopleList .imgPeople{
	width: 133px;
	height: 133px;
	border: 1px solid #dddddd;
	border-radius: 133px;
	overflow: hidden;
	position: relative;
	overflow: hidden;
}

.scBox .peopleList .imgView{
    width: 133px;
    height: 133px;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
}

.scBox .peopleList .imgView img{
	max-width: 100%;
}

.scBox .peopleList .name{
	font-size: 22px;
	font-family: 'nsEB';
	color: #222;
	display: block;
	margin-top: 20px;
	text-align: center;
}

.scBox .peopleList .position{
	font-size: 18px;
	font-family: 'nsR';
	color: #666;
	display: block;
	margin-top: 10px;
	text-align: center;
}

.scBox .scTime{
	font-size: 24px;
	font-family: 'nsR';
	line-height: 30px;
	display: block;
	color: #222;
	margin-top: 30px;
}

.scBox .scImport{
	font-size: 18px;
	font-family: 'nsR';
	line-height: 30px;
	display: block;
	color: #8c22ff;
	margin-top: 15px;
}

.scBox .scExplain{
	font-size: 18px;
	font-family: 'nsR';
	color: #222;
	line-height: 34px;
	margin-top: 30px;
}

.scBox .scExplain img{
	display: block;
	margin: 30px auto 0px;
}

.detailBtn.schedule{
	border-top: 1px solid #ddd;
	margin-top: 70px;
}

.detailBtn.schedule div{
	margin: 30px auto 0px;
}

@media screen and (max-width: 1650px) {
	.facSubContents {
		margin-left: 20px;
		margin-right: 20px;
		width: calc( 100% - 302px );
	}
}

/*메인비주얼*/
.main-swiper .slide_progressbar .fill {
	width: 33.33%;
}