


.subBanner{
	width: 100%;
	height: 250px;
	background: url('../../images/life/lifenews_ban.jpg?ver=221216') no-repeat;
	background-size: cover;
	background-position: center;
}


.subBox .countContent{
	margin-top: 27px;
}

.subBox .countContent span{
	font-size: 16px;
	font-family: 'nsR';
	color: #222;
	font-weight: bold;
}

.subBox .countContent .alignItem{
	float: right;
	overflow: hidden;
}

.subBox .countContent .alignItem ul li{
	float: left;
	position: relative;
}

.subBox .countContent .alignItem ul li:nth-child(2){
	padding-left: 15px;
	margin-left: 15px;
	cursor: pointer;
}

.subBox .countContent .alignItem ul li:nth-child(2)::before{
	content: "";
	width: 1px;
	height: 16px;
	display: block;
	background-color: #222;
	top: 0px;
	left: 0px;
	position: absolute;
}


.subBox .countContent .alignItem ul li a{
	font-size: 16px;
	font-family: 'nsR';
	color: #222;
}


.subBox .countContent .alignItem ul li.on a{
	font-weight: bold;
	color: #8c22ff;
}


.subBox .countContent span.counting{
	font-family: 'nsR';
	color: #8c22ff;
	font-weight: bold;
}

/* 학교 생활 기본 레이아웃 */

.subBox .searchResult .itemList{
	padding-top: 50px;
}

.subBox .searchResult .itemList::after{
	content: " ";
	display: block;
	width: 100%;
	clear: both;
}

.subBox .searchResult .itemList ul li{
	transition: all .3s ease-in-out;
	cursor: pointer;
	width: calc( 25% - 12px );
	float: left;
}

.subBox .searchResult .itemList ul li:hover{
    box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
	transition: all .3s ease-in-out;
}

.subBox .searchResult .itemList ul li:nth-child(4n){
	margin-right: 0px;
}



.subBox .searchResult .itemList ul li:nth-child(n+5){
	margin-top: 50px;
}


.subBox .searchResult .itemList ul li{
	margin-right: 13px;
	overflow: hidden;
    border: 1px solid #ddd;
}

.subBox .searchResult .itemList .itemImg{
	position: relative;
	overflow: hidden;
}

.subBox .searchResult .itemList ul li .itemImg .arrowCircle{
	position: absolute;
    right: 20px;
	bottom: -60px;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    background: url(../../images/common/arrow-right-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    background-color: #8c22ff;
    background-size: 15px;
	transition: all .3s ease-in-out;
}


.subBox .searchResult .itemList ul li:hover .itemImg .arrowCircle{
	bottom: 34px;
}

.subBox .searchResult .itemList .itemImg img{
	display: block;
	width: 100%;
}

.subBox .searchResult .itemList .itemInfo .itemFaculty {
    font-size: 16px;
    font-family: 'nsR';
    margin-bottom: 14px;
    display: block;
	
}

.subBox .searchResult .itemList .itemInfo .itemTitle {
    font-size: 18px;
    color: #000;
    font-family: 'nsEB';
    display: block;
    word-break: break-all;
    line-height: 23px;
    min-height: 46px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.subBox .searchResult .itemList .itemInfo .itemDate {
    color: #999;
    font-size: 16px;
    margin-top: 12px;
    display: block;
}
.subBox .searchResult .itemList .itemInfo{
    border-top: 1px solid #ddd;
    padding: 19px 17px 24px;
}
/* 학교 생활 기본 레이아웃 */



/* 공지사항 주요공지 */

.subBox .searchResult .contTitle{
	font-size: 28px;
	font-family: 'nsEB';
	color: #222;
}


.subBox .searchResult .conList{
	min-height: 350px;
}

.subBox .searchResult .searchNot{
	font-size: 18px;
	font-family: 'nsEB';
	line-height: 200px;
	text-align: center;
}

.subBox .searchResult .searchNot.mb{
	margin-bottom: 100px;
}

.subBox .searchResult .conList .thumbBox{
	float: left;
	display: block;
	border: 1px solid #ddd;
	padding: 25px 28px;
    margin-left: 24px;
    margin-top: 30px;
    width: calc( 33% - 76px );
	cursor: pointer;
}

.subBox .searchResult .conList .thumbBox:hover{
	border-bottom: 3px solid #8c22ff;
	padding-bottom: 23px;
}

.subBox .searchResult .conList .thumbBox .tbTop{
	overflow: hidden;
}

.subBox .searchResult .conList .thumbBox .tbTop .tbTitle{
	width: 240px;
	font-size: 20px;
	color: #222;
	font-family: 'nsEB';
	display: block;
	line-height: 30px;
	min-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	float: left;
}

.subBox .searchResult .conList .thumbBox .tbTop .tbMark{
	float: right;

    font-family: 'nsR';
    font-weight: bold;
    font-size: 12px;
    width: 54px;
    /* padding: 8px 14px; */
    border-radius: 20px;
    color: #fff;
    background-color: #ff3d3d;
    line-height: 30px;
    height: 28px;
    text-align: center;
}


.subBox .searchResult .conList .thumbBox .tbBot{
	overflow: hidden;
	margin-top: 18px;
}


.subBox .searchResult .conList .thumbBox:hover{
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}

.subBox .searchResult .conList .thumbBox .tbBot .tbDate{
	color: #999;
	font-size: 16px;
	font-family: 'nsR';
	display: block;
	float: left;
}

.subBox .searchResult .conList .thumbBox .tbBot .tbArrow{
	display: block;
	float: right;
	width: 18px;
	height: 14px;
}

.subBox .searchResult .conList .thumbBox .tbBot .tbArrow img{
	display: block;
	width: 18px;
	height: 14px;
}

.subBox .searchResult .conList .thumbBox:nth-child(3n+1){
	margin-left: 0px;
}


/* 공지사항 주요공지 */






/* 공지사항 테이블 */

.subBox .searchResult .cont2Wrap{
	margin: 104px auto 28px;
}

.subBox .searchResult table{
	table-layout: fixed;
	width: 100%;
	border-color: coral;
	border-top: 2px solid #222222;
}

.subBox .searchResult table tr{
	border-bottom: 1px solid #dddddd;
}

.subBox .searchResult table tr.line:hover{
	background-color: #f5f5f5;
	cursor: pointer;
}

.subBox .searchResult table tr th{
	padding: 22px 0px;
	font-size: 16px;
	font-family: 'nsR';
	font-weight: bold;
}


.subBox .searchResult table tr td{
	font-size: 16px;
	font-family: 'nsR';
	color: #222;
	text-align: center;
	height: 60px;
}

.subBox .searchResult table tr td span{
	display: inline-block;
}

.subBox .searchResult table tr td span.mark{
}

.subBox .searchResult table tr td.faculty{
	text-align: left;
	padding-left: 60px;
}


.subBox .searchResult table tr td.title{
	text-align: left;
	padding-left: 55px;
}


.subBox .searchResult table tr td.title .tableTitle{
	max-width: 650px;
	display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
	height: 22px;
	line-height: 22px;
    -webkit-box-orient: vertical;
}



.subBox .searchResult table tr td .mark{
	display: inline-block;
	width: 44px;
	height: 22px;
	font-size: 9px;
	color: #fff;
	border-radius: 22px;
	text-align: center;
	line-height: 24px;
	margin-left: 8px;
}

.subBox .searchResult table tr td.title span{
	float: left;
	font-size: 16px;
}

.subBox .searchResult table tr td .mark.newMark{
	background-color: #ff3d3d;
	font-size: 11px;
	font-weight: normal;
}

.subBox .searchResult table tr td .mark.importMark{
	background-color: #8c22ff;
	font-size: 12px;
}


/* 공지사항 테이블 */






/* 게시판 상세페이지 */

.detailBox{
	margin-top: 70px;
	width: 100%;
	max-width: 1400px;
	min-width: 1160px;
	border-top: 2px solid #222222;
	border-bottom: 1px solid #cdcdcd;
}

.detailBox .dbTop{
	padding: 30px 0px 20px;
	border-bottom: 1px solid #999999;
}

.detailBox .dbTop .faculty{
	font-size: 16px;
	font-family: 'nsR';
	font-weight: bold;
}

.detailBox .dbMid{
	overflow: hidden;
	margin: 18px 0px 25px;
	width: 100%;
}

.detailBox .dbMid .dbTitle{
	font-family: 'nsEB';
	font-size: 30px;
	color: #222;
	width: 80%;
	display: block;
	float: left;
}

.detailBox .dbMid .dbView{
	vertical-align: top;
	float: right;
	display: block;
}

.detailBox .dbMid .dbView span{
	font-size: 15px;
	font-family: 'nsR';
	font-weight: bold;
	color: #999;
}
.detailBox .date{
	font-size: 15px;
	font-family: 'nsR';
	font-weight: bold;
	color: #999;
	display: block;
}


.detailBox .detailText{
	padding: 40px 0;
	max-width: 920px;
	margin: 0 auto;
}


.detailBox .detailText p{
	font-size: 16px;
	color: #222;
	font-family: 'nsR';
	line-height: 30px;
}

.detailBox .detailText img{
	display: block;
	margin: 0 auto;
}

.detailBtn{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 30px auto 150px;
}

.detailBtn div{
	cursor: pointer;
	vertical-align: middle;
}


.detailBtn .goPrev{
	margin-left: 3px;
}

.detailBtn .goNext{
	margin-right: 3px;
}

.detailBtn .goPrev img,
.detailBtn .goNext img{
	display: block;
	width: 24px;
	height: 28px;
    margin: 0 auto;
}

.detailBtn .goPrev span,
.detailBtn .goNext span{
	font-size: 16px;
	color: #999;
	font-family: 'nsR';
	font-weight: bold;
	display: block;
	margin-top: 10px;
}

.detailBtn .goList span{
	display: block;
	color: #8c22ff;
	border: 2px solid #8c22ff;
	width: 150px;
	height: 56px;
	font-size: 18px;
	font-family: 'nsB';
	text-align: center;
	line-height: 56px;
	border-radius: 56px;
}

/* 게시판 상세페이지 */









/* 학교생활 행사 특강 가로형 레이아웃 */
.subBox .searchTab.noTitle{
	margin: 70px auto 40px;
}


.subBox .searchResult .horiList{
	overflow: hidden;
	margin-top: 20px;
}


.subBox .searchResult .horiList ul li{
	width: calc( 50% - 25px );
	float: left;
	overflow: hidden;
	cursor: pointer;
}

.subBox .searchResult .horiList ul li:nth-child(2n){
	margin-left: 50px;
}

.subBox .searchResult .horiList ul li:nth-child(n+3){
	margin-top: 50px;
}


.subBox .searchResult .horiList ul li .itemImg,
.subBox .searchResult .horiList ul li .itemInfo{
	float: left;
	display: block;
}

.subBox .searchResult .horiList ul li .itemImg{
	width: 339px;
	border-right: 1px solid #ddd;
	position: relative;
}

.subBox .searchResult .horiList ul li .itemImg .abWrap{
	position: absolute;
	width: 100%;
	height: 100%;
}



/* 220308 수정 */
/* .subBox .searchResult .horiList ul li.finish .itemImg .abWrap{
	background-color: rgba(255,255,255,0.8);
	display: block;
}

.subBox .searchResult .horiList ul li.finish .itemTitle,
.subBox .searchResult .horiList ul li.finish .itemDate span{
	color: #ddd;
} */



/* 220308 추가 */
.subBox .searchResult .horiList ul li.finish .itemImg .abWrap{
	display: none;
}




.subBox .searchResult .horiList ul li .itemImg .statsCurrent{
	font-size: 14px;
    width: 80px;
    height: 30px;
    border-radius: 30px;
    position: absolute;
    top: 20px;
    left: 15px;
    display: block;
    text-align: center;
    line-height: 32px;
    color: #fff;
    font-weight: bold;
    font-family: 'nsR';
}

.subBox .searchResult .horiList ul li.ing .itemImg .statsCurrent{
	background-color: #8c22ff;
}



/* 220308 수정 */
.subBox .searchResult .horiList ul li.finish .itemImg .statsCurrent{
	background-color: #404040;
}


.subBox .searchResult .horiList ul li .itemImg img{
	width: 100%;
	display: block;
}



.subBox .searchResult .horiList ul li.ing .itemImg .abWrap{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	opacity: 0;
	transition: all .3s;
}

.subBox .searchResult .horiList ul li.ing:hover .itemImg .abWrap{
	opacity: 1;
}


.subBox .searchResult .horiList ul li.ing:hover .itemImg .abWrap .ebBtn{
    background-color: #fff;
	display: block;
	width: 145px;
	height: 40px;
	border-radius: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}

.subBox .searchResult .horiList ul li.ing .itemImg .abWrap .ebBtn a{
	font-size: 14px;
	font-family: 'nsR';
	font-weight: bold;
	text-align: center;
	position: relative;
	display: inline-block;
	padding-right: 26px;
	top: 10px;
}

.subBox .searchResult .horiList ul li.ing .itemImg .abWrap .ebBtn a:after{
	display: inline-block;
	content: "";
    background: url(../../images/common/arrow-right.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 15px;
	width: 15px;
	height: 11px;
	position: absolute;
	right: 0px;
	top: 0.5px;
}



.subBox .searchResult .horiList ul li .itemInfo{
	width: calc( 100% - 365px );
	padding-left: 25px;
	padding-top: 20px;
}


.subBox .searchResult .horiList .itemInfo .itemFaculty {
    font-size: 16px;
    font-family: 'nsR';
    margin-bottom: 14px;
    display: block;
}

.subBox .searchResult .horiList .itemInfo .itemTitle {
    font-size: 24px;
    color: #222;
    font-family: 'nsEB';
    display: block;
	margin-bottom: 12px;
    line-height: 36px;
    min-height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.subBox .searchResult .horiList .itemInfo .itemDate {
    font-size: 16px;
    margin-top: 12px;
    display: block;
}

.subBox .searchResult .horiList .itemInfo .itemDate span{
    color: #999;
	font-family: 'nsR';
}

.subBox .searchResult .horiList .itemInfo .itemDate span.dateTitle{
	display: inline-block;
	width: 70px;
}

.subBox .searchResult .itemList .itemInfo{
    border-top: 1px solid #ddd;
    padding: 19px 17px 24px;
}


/* 학교생활 행사 특강 가로형 레이아웃 */
















/* 온라인사진전 */

.searchResult::after{
	content: " ";
	clear: both;
	float: inherit;
	display: block;
}

.photoList{
	margin-top: 50px;
}

.photoList .ebWrap{
	float: left;
	display: block;
	transition: all .3s ease-in-out;
	cursor: pointer;
	width: calc( 25% - 11.25px );
	margin-left: 15px;
}


.photoList .ebWrap:nth-child(n+5){
	margin-top: 20px;
}

.photoList .ebWrap:nth-child(4n+1){
	margin-left: 0px;
}

.photoList .ebWrap:nth-child(4){
	margin-right: 0px;
}



.photoList .ebWrap .ebImg{
	position: relative;
	overflow: hidden;
	height: calc( 100% - 176px );
}


.photoList .ebWrap .ebImg .imgHover{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	opacity: 0;
	transition: all .3s;
}

.photoList .ebWrap:hover{
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}

.photoList .ebWrap:hover .ebImg .imgHover{
	opacity: 1;
}


.photoList .ebWrap .ebImg .imgHover .ebBtn{
    background-color: #fff;
	display: block;
	width: 145px;
	height: 40px;
	border-radius: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}

.photoList .ebWrap .ebImg .imgHover .ebBtn a{
	font-size: 14px;
	font-family: 'nsR';
	font-weight: bold;
	text-align: center;
	position: relative;
	display: inline-block;
	padding-right: 20px;
	top: 10px;
}

.photoList .ebWrap .ebImg .imgHover .ebBtn a:after{
	display: inline-block;
	content: "";
    background: url(../../images/common/arrow-right.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 15px;
	width: 15px;
	height: 11px;
	position: absolute;
	right: 0px;
	top: 0.5px;
}


.photoList .ebWrap .ebImg img{
	display: block;
	width: 100%;
}


.photoList .ebWrap .ebInfo{
	border: 1px solid #ddd;
	padding: 20px 18px 15px;
	overflow: hidden;
}

.photoList .ebWrap .ebInfo .ebCate{
	font-size: 16px;
	font-family: 'nsR';
	margin-bottom: 15px;
	display: block;
}


.photoList .ebWrap .ebInfo .ebTitle{
	font-size: 18px;
	color: #222;
	font-family: 'nsEB';
	display: block;
	line-height: 30px;
	min-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.photoList .ebWrap .Audience{
	color: #999;
	font-size: 12px;
	margin-top: 12px;
	display: inline-block;
	font-family: 'nsR';
	padding: 8px 14px;
	border: 1px solid #8c22ff;
	border-radius: 24px;
	float: right;
}







/* 언론보도 */

.pressList{
	margin-top: 20px;
}

.pressList ul li{
	float: left;
	width: calc( 33.333% - 19.333px );
	margin-left: 26px;
	cursor: pointer;
	transition: all .3s;
    border: 1px solid #ddd;
}

.pressList ul li:hover{

	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}

.pressList ul li:nth-child(3n+1){
	margin-left: 0px;
}

.pressList ul li:nth-child(n+4){
	margin-top: 30px;
}


.pressList ul li .itemImg img{
	display: block;
	width: 100%;
}

.pressList ul li .itemInfo .itemTitle {
    font-size: 18px;
    color: #000;
    font-family: 'nsEB';
    display: block;
    line-height: 30px;
    min-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.pressList ul li .itemInfo .itemSummary{
	font-size: 16px;
	font-family: 'nsR';
	color: #999;
	line-height: 22px;
    min-height: 66px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	margin-top: 15px;
}

.pressList ul li .itemInfo .itemDate {
    color: #999;
    font-size: 16px;
    margin-top: 25px;
    display: block;
}
.pressList ul li .itemInfo {
    border-top: 1px solid #ddd;
    padding: 20px 30px 20px 18px;
}



/* 동영상 갤러리 */


.subBox .searchResult .itemList.video ul li:hover{
	box-shadow: none;
}

.itemList.video ul li .itemImg .playBtn{
	opacity: 0;
	transition: all .3s ease-in-out;
}

.itemList.video ul li:hover .itemImg .playBtn{
	opacity: 1;
	transition: all .3s ease-in-out;
}

.playBtn{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}


.playBtn img{
	width: auto!important;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}



/* 동영상 재생모달 */

.videoModal{
	visibility: hidden;
}

.videoModal.on{
	visibility: visible;
}

.videoModal .modalWrap{
	width: 950px;
	padding: 45px 50px;
	margin: 50px auto;
}

.videoModal .modalWrap .modalClose{
	top: 50px;
	right: 50px;
}

.videoModal .modalWrap .modalTitle p{
	margin-top: 20px;
	font-size: 16px;
	line-height: 26px;
	font-family: 'nsR';
	color: #222;
}

.videoModal .modalWrap .detailBtn{
	margin-bottom: 0px;
}

.videoModal .modalWrap iframe{
	width: 950px;
	height: 540px;
	margin-top: 35px;
}

/* 쇼츠 영상 플레이용 */
.videoModal .modalWrap iframe.shortsFrame{
	width: 432px;
	height: 768px;
	margin-top: 35px;
}

.videoBox.shortsFrame{
	text-align:center;
}

.modalWrap.shortsFrame{
	width: 485px;
	padding: 45px 50px;
	margin: 50px auto;
}


/* 진로체험학교 */
.subMenu{
	width: 100%;
	height: 69px;
	border-bottom: 1px solid #ddd;
	text-align: center;
}

.subMenu ul{
	overflow: hidden;
	display: inline-block;
	text-align: center;
}

.subMenu ul li{
	display: block;
	float: left;
	line-height: 70px;
}

.subMenu ul li:nth-child(2){
	margin-left: 76px;
}

.subMenu ul li a{
	font-size: 16px;
	font-family: 'nsR';
	font-weight: bold;
	color: #999;

}

.subMenu ul li.on{
	line-height: 66px;
	border-bottom: 2px solid #8c22ff;
}

.subMenu ul li.on a{
	color: #8c22ff;
}

#sticky{
	position: sticky;
	width: 350px;
	top: 0px;
	padding-top: 60px;
	display: block;
	float: left;
}


.exBox .dbLeft.fix{
}

.exBox .dbLeft div{
	margin-top: 25px;
}


.exBox .dbLeft div:nth-child(1){
	margin-top: 0px;
}


.exBox .dbLeft div a{
	font-size: 20px;
	line-height: 22px;
	font-size: 20px;
	color: #ddd;
	font-family: 'nsEB';
}
.exBox .dbLeft{
	width: 350px;
	float: left;
	padding-top: 60px;
}

.exBox .dbLeft div a.on{
	color: #222;
	border-bottom: 2px solid #8c22ff;
	padding-bottom: 2px;
}

.exBox .dbRight{
	display: inline-block;
	width: calc( 100% - 350px );
}

.exBox .dbRight .ecTop{
	border-top: 2px solid #222;
	border-bottom: 1px solid #222;
	padding: 20px 0px 42px;
	overflow: hidden;
}

.exBox .dbRight .ecTop .ecThum{
	float: left;
}

.exBox .dbRight .ecTop .ecThum img{
	width: 180px;
}

.exBox .dbRight .ecTop .ecInfo{
	padding-left: 20px;
	float: left;
}

.exBox .dbRight .ecTop .ecInfo .ecTitle{
	font-size: 20px;
	line-height: 30px;
	font-family: 'nsEB';
	color: #222;
	display: block;
}

.exBox .dbRight .ecTop .ecInfo .ecText{
	font-size: 16px;
	font-family: 'nsR';
	color: #222;
	line-height: 26px;
	display: block;
}


.exBox .dbRight .ecTop .ecInfo .ecBtn, .exBtn{
	display: block;
	width: 180px;
	height: 40px;
	border-radius: 40px;
	background-color: #8c22ff;
	text-align: center;
	margin-top: 26px;
	cursor: pointer;
}

.exBtn {
	margin:0 auto;
	width:110px;
}

.exBtn.wait { background-color: #FD7E14; }
.exBtn.close { background-color: #000000; }

.exBox .dbRight .ecTop .ecInfo .ecBtn a, .exBtn a{
	line-height: 40px;
	text-align: center;
	color: #fff;
	position: relative;
	font-size: 14px;
	font-family: 'nsR';
	font-weight: bold;
	padding-right: 20px;
	display: inline-block;
}

.exBtn a{
	padding-right:0px;
}

.exBox .dbRight .ecTop .ecInfo .ecBtn a::after{
	content: "";
	position: absolute;
	background: url('../../images/common/arrow-right-white.svg');
	display: block;
	background-size: 16px;
	background-repeat: no-repeat;
	width: 16px;
	height: 12px;
	top: 13px;
	right: 0px;
}

.exBox .dbRight .exContent{
	padding-top: 60px;
}

.exBox .dbRight .ecList table{
	table-layout: fixed;
	border-collapse: collapse;
	text-align: center;
	width: 100%;
}

.exBox .dbRight .ecList table tr{
	border-bottom: 1px solid #ddd;
}

.scTable table tr th{
	height: 60px;
	line-height: 60px;
}

.scTable table tr td{
	padding: 12px 0px;
}

.exBox .dbRight .ecList table tr td.multi{
	line-height: 1.5;
}


.exBox .dbRight .ecList table tr th{
	font-size: 16px;
	font-weight: bold;
	color: #222;
	font-family: 'nsR';
}


.exBox .dbRight .ecList table tr td{
	font-size: 16px;
	color: #222;
	text-align: center;
	font-family: 'nsR';
}



.exBox .dbRight .ecList table tr td.left{
	text-align: left;
	padding-left: 25px;
}


.exBox .dbCenter .ecList h1{
	font-size: 28px;
	font-family: 'nsEB';
	color: #222;
	text-align: center;
	margin: 60px auto 75px;
}

.exBox .dbCenter .ecList table{
	table-layout: fixed;
	border-collapse: collapse;
	text-align: center;
	width: 100%;
	border-top: 2px solid #222;
}

.exBox .dbCenter .ecList table tr{
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #ddd;
}

.exBox .dbCenter .ecList table tr th{
	font-size: 16px;
	font-weight: bold;
	color: #222;
	font-family: 'nsR';
}


.exBox .dbCenter .ecList table tr td{
	font-size: 16px;
	color: #222;
	font-family: 'nsR';
	text-align: center;
}



.exBox .dbCenter .ecList table tr td.left{
	text-align: left;
	padding-left: 25px;
}

.exBox .dbCenter button{
	width: 134px;
	height: 50px;
	background-color: #8c22ff;
	border-radius: 50px;
	font-size: 18px;
	font-family: 'nsB';
	color: #fff;
	line-height: 50px;
	text-align: center;
	margin: 60px auto 0px;
	display: block;
	cursor: pointer;
}

.subContainer.event{
	background-color: #474a4f;
	overflow: hidden;
}

.subContainer.event img{
	margin: 50px auto 0px;
	display: block;
}

.subContainer.event button{
	display: block;
	width: 260px;
	height: 70px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	position: relative;
	margin: 85px auto;
	border-radius: 0;
	background-color: #1b182a;
}

.subContainer.event button span{
	font-size: 30px;
	font-family: 'nsEB';
	color: #fff;
	display: inline-block;
	padding-right: 50px;
	background: url('../../images/life/arrow-circle.svg') no-repeat;
	background-position: right center;
	background-size: 25px;
}




/* 체험학교신청 로그인 */


table.loginTable{
	width: 360px;
	margin-left: auto;
	margin-right: auto;
	border-top: none;
	margin-top: 70px;
}

table.loginTable tr{
	border-bottom: none;
	height: 60px;
	line-height: 60px;
}

table.loginTable tr td button {
    display: block;
    float: left;
    width: 97px;
    height: 36px;
    line-height: 36px;
    background-color: #222;
    color: #fff;
    font-size: 16px;
    font-family: 'nsR';
    border-radius: 5px;
    margin: 0px 0px 0px 10px;
    text-align: center;
    cursor: pointer;
}

table.loginTable tr td .line{
	display: block;
	overflow: hidden;
}

table.loginTable tr td .line .mdTitle{
	float: left;
	width: 115px;
	text-align: left;
	font-family: 'nsR';
	font-weight: bold;
	padding-left: 10px;
	line-height: 36px;
	font-size: 16px;
}

table.loginTable tr td .line input,
table.loginTable tr td .line span{
	float: left;
}

table.loginTable tr td select:nth-child(n+2){
	margin-left: 10px;
}

table.loginTable tr td input[type=text] {
    height: 34px;
    border: 1px solid #ddd;
    width: 210px;
    padding: 0px 10px;
    cursor: pointer;
    float: left;
	font-size: 16px;
}

table.loginTable tr td .phone input[type=text]{
    width: 62px;
    height: 34px;
    float: left;
    padding: 0px;
    text-align: center;
}

table.loginTable tr td .phone  span{
	line-height: 37px;
	margin: 0px 7px;
}

.exBox.login button{
	display: block;
    margin: 60px auto 40px;
}


@media screen and ( max-width: 1650px ){

	.detailBox{
		margin-left: 20px;
		margin-right: 20px;
		width: calc( 100% - 40px );
	}
	.detailBtn{
		margin: 30px 20px 150px;
	}

}
