.subBanner{
	width: 100%;
	height: 250px;
	background: url('../../images/guide/guide_ban2.jpg') no-repeat;
	background-size: cover;
	background-position: center;
}



.exBox .writeBtn{
	display: block;
	float: right;
	width: 120px;
	height: 44px;
	border-radius: 44px;
	background-color: #8c22ff;
	font-size: 18px;
	font-family: 'nsB';
	color: #fff;
	text-align: center;
	line-height: 44px;
	cursor: pointer;
	margin-bottom: 30px;
}

.exBox table{
	table-layout: fixed;
	border-collapse: collapse;
	text-align: center;
	width: 100%;
	border-top: 2px solid #222;
	margin-top: 40px;
}

.exBox table tr{
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #ddd;
}

.exBox table tr.hover:hover{
	background-color: #f5f5f5;
	cursor: pointer;
}

.exBox table tr th{
	font-size: 16px;
	font-weight: bold;
	color: #222;
	font-family: 'nsR';
}


.exBox table tr td{
	font-size: 16px;
	color: #222;
	text-align: center;
}



.exBox.fs16 table tr th{
	font-size: 16px;
}


.exBox.fs16 table tr td{
	font-size: 16px;
	letter-spacing: -0.2px;
}



.exBox table tr td span{
	font-family: 'nsR';
	display: inline-block;
}



.exBox 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;
	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;
}




/* 입학 Q&A 글쓰기 */

table.writeTable tr{
	height: auto;
	line-height: inherit;
}

table.writeTable tr td{
	text-align: left;
	padding: 12px 0px;
}

table.writeTable tr td .mdTitle{
	display: inline-block;
	padding-left: 27px;
}

table.writeTable tr td .mdTitle.privacy{
	font-weight: bold;
}



table.writeTable tr td.formInput input{
	border: 1px solid #ddd;
	height: 34px;
	font-family: 'nsR';
	width: 212px;
	padding: 0px 10px;
	font-size: 16px;
}

table.writeTable tr td.formInput input.full{
	width: calc( 100% - 210px );
}

table.writeTable tr td.phone input[type=text]{
	width: 62px;
	height: 33px;
	float: left;
	padding: 0px;
	text-align: center;
}

table.writeTable tr td.phone .hypen {
    display: block;
    float: left;
    margin: 0px 7px;
	line-height: 33px;
}

table.writeTable tr td select{
	border: 1px solid #ddd;
	height: 34px;
	font-family: 'nsR';
	width: 232px;
	padding: 0px 10px;
	font-size: 16px;
}


table.writeTable tr td.formInput #qnaText{
	width: calc( 100% - 210px );
	height: 200px;
	padding: 10px;
	font-family: 'nsR';
	border-radius: 0px;
	border: 1px solid #ddd;
	font-size: 16px;
}

table.writeTable tr td.top{
	vertical-align: top;
	line-height: 18px;
}

table.writeTable tr td.formInput .textArea p {
    width: calc( 100% - 36px );
    font-family: 'nsR';
    color: #222;
    font-size: 14px;
    padding: 17px;
    max-height: 212px;
    overflow-y: scroll;
    border: 1px solid #ddd;
    line-height: 20px;
}


table.writeTable tr td.formInput .textArea .mdInput{
	margin-top: 20px;
}

table.writeTable tr td.formInput .textArea .mdInput .radioSpan:nth-child(2){
	margin-left: 35px;
}

table.writeTable tr td.formInput .textArea input[type=radio]{
	display: none;
}

table.writeTable tr td.formInput .textArea input[type=radio] + label{
	background: url('../../images/common/check.jpg') no-repeat;
	background-position: 0px;
	padding-left: 25px;
	cursor: pointer;
}


table.writeTable tr td.formInput .textArea input[type=radio]:checked + label{
	background: url('../../images/common/checked.jpg') no-repeat;
	background-position: 0px;
	padding-left: 25px;
}


table.writeTable tr td.formInput .textArea .mdMent{
	margin-top: 5px;
	color: #8c22ff;
	margin-bottom: 20px;
}



/* 게시글 비밀번호확인 */

.inputPass{
	border: 1px solid #ddd;
	width: 300px;
	padding: 0px 10px;
	height: 34px;
	line-height: 34px;
	font-family: 'nsR';
	margin: 64px auto 44px;
	display: block;
	color: #000;
}

.applyBtn{
	background-color: #8c22ff;
	margin: 0px auto 150px;
	display: block;
	color: #fff;
}


/* QNA 상세페이지 */

/* 게시판 상세페이지 */

.detailBox{
	margin-top: 70px;
	width: 100%;
	max-width: 1400px;
	min-width: 1160px;
	border-top: 2px solid #222222;
}

.detailBox .dbTop{
	padding: 30px 0px;
	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;
	float: left;
}

.detailBox .dbBot{
	overflow: hidden;
}

.detailBox .dbView{
	font-size: 15px;
	font-family: 'nsR';
	font-weight: bold;
	display: block;
	float: right;
}

.detailBox .dbView span{

	color: #999;
}

.detailBox .detailText{
	padding: 25px 0px;
	border-bottom: 1px solid #cdcdcd;
}


.detailBox .detailText p{
	font-size: 16px;
	color: #222;
	font-family: 'nsR';
	line-height: 30px;
}

.detailBox .detailText img{
	display: block;
	margin: 0 auto;
}

.detailBox .detailBtn{
	overflow: hidden;
	margin: 20px auto 150px;
	overflow: hidden;
}


.detailBox .detailBtn button.left{
	float: left;
}


.detailBox .detailBtn button.left:nth-child(n+2){
	margin-left: 6px;
}


.detailBox .detailBtn button.right{
	float: right;
}




/* FAQ */

.faqBox {
	border-top: 2px solid #222;
	margin-bottom: 150px;
}

.faqBox ul li{
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	cursor: pointer;
}

.faqBox ul li div{
	overflow: hidden;
	padding: 24px 0px;
	position: relative;
}

.faqBox ul li .qLine::after{
	content: "";
	display: block;
	width: 15px;
	height: 8px;
	right: 45px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	background-image: url('../../images/common/arrow-bot.png');
	background-size: 15px 8px;
}


.faqBox ul li.on .qLine::after{
	transform: rotate(180deg);
}

.faqBox ul li div:nth-child(2){
	border-top: 1px solid #ddd;
}

.faqBox ul li .aLine{
	background-color: #f5f5f5;
	display: none;
}

.faqBox ul li.on .aLine{
	display: block;
}


.faqBox ul li .qMark,
.faqBox ul li .aMark{
	display: block;
	width: 75px;
	float: left;
	line-height: 22px;
	text-align: center;
}
.faqBox ul li .qMark{
	font-size: 18px;
	color: #8c22ff;
	font-weight: bold;
	font-family: 'nsR';
}

.faqBox ul li .aMark{
	font-size: 18px;
	color: #222222;
	font-weight: bold;
	font-family: 'nsR';
}

.faqBox ul li .qText,
.faqBox ul li .aText{
	float: left;
	line-height: 22px;
	display: block;
	width: calc( 100% - 180px );
	margin-right: 105px;
	font-family: 'nsR';
}

.faqBox ul li.on .qText,
.faqBox ul li:hover .qText{
	font-weight: bold;
}



.faqBox ul li .aText{
	font-family: 'nsR';
	color: #666;
	font-size: 16px;
}

.faqBox ul li .qText{
	font-size: 16px;
	color: #222;
}




/* 입학가이드 */


.guideBan ul{
	display: block;
	padding: 45px 0px 5px;
	margin: 0px auto;
	width: 690px;
	position: relative;
	overflow: hidden;
}

.guideBan.long ul{
	width: 800px;
}

.guideBan ul li{
	float: left;
	background-color: #fff;
}
.guideBan ul li.guideBig{
	margin-left: 106px;
    text-align: center;
}

.guideBan ul li.guideBig .process{
	overflow: hidden;
	display: inline-block;
}


.guideBan ul li.guideBig .process .proNum{
	display: block;
	float: left;
	width: 25px;
	height: 25px;
	background-color: #8c22ff;
	border-radius: 25px;
	font-size: 13.5px;
	font-family: 'nsR';
	text-align: center;
	line-height: 25px;
	color: #fff;
	margin-right: 5px;
}

.guideBan ul li.guideBig img{
	display: block;
	margin: 0 auto;
}

.guideBan ul li.guideBig:nth-child(1) img{
	margin: 0px auto 22px;
}


.guideBan ul li.guideBig:nth-child(2) img{
	margin: 0px auto 20px;
}


.guideBan ul li.guideBig:nth-child(3) img{
	margin: 6px auto 21px;
}


.guideBan ul li.guideBig .process .proTitle{
	display: block;
	float: left;
	font-size: 22px;
	color: #8c22ff;
	font-family: 'nsEB';
	line-height: 25px;
}

.guideBan ul li:nth-child(1){
	margin-left: 0px;
}

.guideBan ul li.guideSmall{
	position: absolute;
	width: 60px;
	height: 60px;
	border-radius: 60px;
	background-color: #8c22ff;
}

.guideBan ul li.guideSmall:nth-child(2){
	left: 234.5px;
	top: 145px;
}

.guideBan ul li.guideSmall:nth-child(4){
	left: 506.5px;
	top: 145px;
}

.guideBan ul li.guideSmall img{
	margin: 18.5px 23px;
}


.guideBan ul li .proMent{
	line-height: 24px;
	font-size: 16px;
	font-family: 'nsR';
	color: #222;
	display: block;
}

.guideBan .people{
	position: absolute;
	left: -134px;
	bottom: 0px;
	background-color: transparent;
}


.exBox .guideCont table {
	border: none;
}

.exBox .guideCont table tr{
	border-bottom: none;
}


.exBox .guideCont table tr td{
	text-align: left;
}

.guideCont table tr td.top{
	width: 350px;
	line-height: 1;
	text-align: left;
}

.exBox .guideCont table tr td.top span{
	font-size: 28px;
	font-family: 'nsEB';
	color: #222;
	line-height: 1;
}
.exBox .guideCont table tr td:nth-child(2){
	border-top: 2px solid #222;
	padding-bottom: 60px;
}

.exBox .guideCont table tr td .gcText{
	overflow: hidden;
	display: block;
}

.exBox .guideCont table tr td .gtTitle{
	font-size: 16px;
	font-family: 'nsR';
	font-weight: bold;
	line-height: 30px;
	display: block;
	float: left;
	min-width: 100px;
}
.exBox .guideCont table tr td .gtText{
	font-size: 16px;
	font-family: 'nsR';
	color: #222;
	line-height: 30px;
	float: left;
	display: block;
	width: calc( 100% - 100px );
}

.exBox .guideCont table tr td .gcText:nth-child(1){
	margin-top: 20px;
}

.exBox .guideCont table tr td .gcText{
	margin-bottom: 30px;
}


.exBox .guideCont table tr td .longBtn{
	overflow: hidden;
	margin-bottom: 10px;
}

.exBox .guideCont table tr td .longBtn button{
	display: block;
	width: 234px;
	height: 56px;
	float: left;
}

.exBox .guideCont table tr td .longBtn button:nth-child(2){
	margin-left: 20px;
}

.exBox .guideCont table tr td .trialResult{
	overflow: hidden;
}

.exBox .guideCont table tr td .trialResult.left{
	float: left;
}


.exBox .guideCont table tr td .trTop{
	color: #8c22ff;
	line-height: 1;
	font-size: 20px;
	font-family: 'nsEB';
	display: block;
	line-height: 30px;
	margin-top: 15px;
}

.exBox .guideCont table tr td .trBot{
	color: #666;
	line-height: 1;
	font-size: 16px;
	font-family: 'nsEB';
	display: block;
	line-height: 30px;
}






/* 모의지원 */

.guideBox.small .guideBan{
	background: transparent;
	background-color: #f4f4f4;
	height: 180px;
}

.guideBox.small .guideBan ul{
	padding: 40px 0px;
	height: 100px;
}


.guideBox.small ul li.guideBig {
    width: 258px;
    height: 100px;
    border-radius: 100px;
    margin-left: 13px;
    text-align: center;
}


.guideBox.small ul li:nth-child(1){
	margin-left: 0px;
}

.guideBox.small ul li.guideSmall:nth-child(2),
.guideBox.small ul li.guideSmall:nth-child(4){
	top: 66px;
	width: 48px;
	height: 48px;
}

.guideBox.small ul li.guideSmall:nth-child(2){
	left: 240.5px;
}
.guideBox.small ul li.guideSmall:nth-child(4){
	left: 512.5px;
}

.guideBox.small ul li.guideSmall.none{
	background-color: #999999;
}


.guideBox.small ul li.guideBig .process{
	margin-top: 38.5px;
}


.guideBox.small ul li.guideSmall img{
	width: 11px;
	height: 19px;
	margin: 14.5px 18.5px;
}

.guideBox.small ul li.guideBig.none .process .proNum{
	background-color: #222;
}

.guideBox.small ul li.guideBig.none .process .proTitle{
	color: #222;
}





/* 모의지원 */

.trialTable tr{
	line-height: inherit;
}

.trialTable tr td .line{
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}

.trialTable tr td .mdTitle{
	width: 118px;
	display: block;
	float: left;
}

.trialTable tr.mid td.top{
	vertical-align: middle;
	padding-bottom: 60px;
}
.trialTable tr.mid td:nth-child(2){
	border-top: none!important;
}

.trialTable tr td .mdInput{
	width: calc( 100% - 118px );
	float: left;
}


.trialTable tr td input[type=text]{
	height: 34px;
	border: 1px solid #ddd;
	width: 210px;
	padding: 0px 10px;
	margin-top: 12px;
	cursor: pointer;
	float: left;
	font-size: 16px;
}


.trialTable tr td input[type=text].full{
	width: 740px;
}

.trialTable tr td select{
	height: 36px;
	border: 1px solid #ddd;
	margin-top:  12px;
	cursor: pointer;
	font-family: 'nsR';
	color: #222;
	font-size: 16px;
}

.trialTable tr td select[name=selYear],
.trialTable tr td select[name=selMonth],
.trialTable tr td select[name=selDays]{
	width: 88px;
}

.trialTable tr td select[name=selMonth],
.trialTable tr td select[name=selDays]{
	margin-left: 10px;
}

.trialTable tr td select[name=gradeSel]{
	width: 88px;
	margin-right: 10px;
	float: left;
}

.trialTable tr td button{
	display: block;
    float: left;
    width: 97px;
    height: 35px;
    line-height: 35px;
    background-color: #222;
    color: #fff;
    font-size: 14px;
    font-family: 'nsR';
    border-radius: 5px;
    margin: 12px 0px 0px 10px;
    text-align: center;
    cursor: pointer;
}

.trialTable tr td .phone input[type=text]{
	width: 62px;
	height: 33px;
	float: left;
	padding: 0px;
	text-align: center;
}

.trialTable tr td .phone .hypen{
	display: block;
	float: left;
	margin: 0px 7px;
}

.trialTable tr td .line.privacy{
	line-height: 1;
	padding-top: 15px;
	border-bottom: none;
}

.trialTable tr td .mdMent{
	font-size: 16px;
	line-height: 20px;
}

.trialTable tr td .mdMent.small{
	font-size: 14px;
	margin-bottom: 12px;
}

.trialTable tr td .line.privacy .textArea p {
    width: calc( 100% - 36px );
    font-family: 'nsR';
    color: #222;
    font-size: 14px;
    padding: 17px;
    max-height: 212px;
    overflow-y: hidden;
    border: 1px solid #ddd;
    line-height: 20px;
}


.trialTable tr td .line.privacy .mdTitle{
	width: 100%;
	display: block;
	margin-top: 45px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 16px;
}


.trialTable tr td .line.privacy .radioSpan:nth-child(2){
	margin-left: 35px;
}

.trialTable tr td .line.privacy .textArea input[type=radio]{
	display: none;
}

.trialTable tr td .line.privacy .textArea input[type=radio] + label{
	background: url('../../images/common/check.jpg') no-repeat;
	background-position: 0px;
	padding-left: 25px;
	cursor: pointer;
}


.trialTable tr td .line.privacy .textArea input[type=radio]:checked + label{
	background: url('../../images/common/checked.jpg') no-repeat;
	background-position: 0px;
	padding-left: 25px;
}


.trialTable tr td .line.privacy .textArea .mdMent{
	padding-top: 0px;
	color: #8c22ff;
	margin-bottom: 20px;
	font-size: 14px;
}

.trialTable tr td .line.privacy .mdMent:nth-child(1){
	padding-top: 0px;
}


.trialTable tr td button.trialBtn{
	background-color: #8c22ff;
	color: #fff;
	width: 215px;
	height: 56px;
	border-radius: 56px;
	font-size: 18px;
	font-family: 'nsB';
	margin: 60px 0px 100px 0px;
}


.trialTable tr td .selFaculty{
	display: block;
	width: 184px;
	height: 58px;
	border: 1px solid #8c22ff;
	color: #8c22ff;
	line-height: 58px;
	font-size: 18px;
	font-family: 'nsEB';
	text-align: center;
}

.trialTable tr td .question{
	display: block;
	line-height: 40px;
	font-size: 16px;
	font-family: 'nsR';
	font-weight: bold;
	color: #222;
	margin-top: 20px ;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.trialTable tr td .ansList{
	margin-top: 20px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}


.trialTable tr td .ansList li{
	line-height: 36px;
}


.trialTable tr td .ansList li span{
	display: inline-block;
	line-height: 36px;
	font-size: 16px;
	font-family: 'nsR';
	font-weight: bold;
	color: #666666;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}

.trialTable tr td .ansList li span.on{
	color: #8c22ff;
}


.trialTable tr td .trialInfo{
	border-bottom: 1px solid #ddd ;
}

.trialTable tr td .trialInfo .tiTitle{
	width: 155px;
	font-weight: bold;
	color: #222;
}

.trialTable tr td .trialInfo .tiText.faculty{
	font-weight: bold;
}

.trialTable tr td .trialDate{
	display: block;
	font-size: 20px;
	font-family: 'nsEB';
}

/* 모의원서지원 */





/* 원서접수 */

.exBox .guideCont table tr.half td:nth-child(2){
	border-top: none;
}

.exBox .guideCont table tr.half td:nth-child(2) .leftTd,
.exBox .guideCont table tr.half td:nth-child(2) .rightTd{
	display: inline-block;
	width: calc( 50% - 20px );
	overflow: hidden;
	vertical-align: top;
	border-top: 2px solid #222;
}

.exBox .guideCont table tr.half td:nth-child(2) .rightTd{
	margin-left: 35px;
}

.exBox .guideCont table tr.half td:nth-child(2) div .wayLeft{
	float: left;
}

.exBox .guideCont table tr.half td:nth-child(2) div .wayLeft span{
	line-height: 30px;
	display: block;
	margin-top: 15px;
}

.exBox .guideCont table tr.half td:nth-child(2) div .wayLeft span.wlTitle{
	font-size: 16px;
	font-family: 'nsR';
	font-weight: bold;
	color: #222;
}

.exBox .guideCont table tr.half td:nth-child(2) div .wayLeft span.wlText{
	font-size: 16px;
	font-family: 'nsR';
	color: #222;
	margin-top: 5px;
}




.trialTable tr td button.applyBtn{
    background-color: #8c22ff;
    color: #fff;
    width: 154px;
    height: 56px;
    border-radius: 56px;
    font-size: 18px;
    font-family: 'nsB';
    margin: 60px 0px 100px 0px;
}

.trialTable tr td div.bigButton button.applyBtn{
	width: 230px;
	height: 80px;
	line-height: 80px;
	font-size: 18px;
	font-family: 'nsB';
}

.trialTable tr td div.bigButton button.spanBtn{
	border: 1px solid #8c22ff;
	background-color: #fff;
	color: #8c22ff;
    width: 270px;
    height: 80px;
    border-radius: 80px;
	line-height: 1;
    margin: 60px 0px 100px 20px;
	display: block;
}



.trialTable.book tr td div.bookBtn button{
    width: 230px;
    height: 56px;
    border-radius: 56px;
	line-height: 1;
    margin: 60px 0px 100px 20px;
	display: block;
	font-family: 'NSb';
	font-size: 18px;
}

.trialTable tr td div.bigButton button.spanBtn span:nth-child(1){
	font-size: 18px;
	font-family: 'nsB';
	color: #8c22ff;
}


.trialTable tr td div.bigButton button.spanBtn span:nth-child(2){
	font-size: 12px;
	font-family: 'nsR';
	color: #8c22ff;
	font-weight: bold;
	margin-top: 10px;
}



/* 원서접수 상세 */


.trialTable.line{
	border-top: 2px solid #222!important;
}

form .trialTable:nth-child(n+2){
	border-top: 2px solid #222!important;
	margin-top: 0px;
}

.trialTable.full tr td .mdTitle{
	width: 115px;
	padding-left: 25px;
}
.trialTable.full tr td .mdInput{
	width: calc( 100% - 140px );
}

.trialTable tr td label.checkLabel span{
	display: block;
	line-height: 35px;
}

.trialTable tr td .radioSpan{
    line-height: 60px;
    display: block;
    float: left;
    font-size: 16px;
    font-family: 'nsR';
}

.trialTable tr td input[type="checkbox"],
.trialTable tr td input[type="radio"]{
	display: none;
}

.trialTable tr td .radioSpan label{
	padding-left: 20px;
	background: url('../../images/common/radio.png') no-repeat;
	background-position: 0px 22px;
	display: block;
	cursor: pointer;
}

.trialTable tr td .radioSpan:nth-child(n+2){
	margin-left: 40px;
}

.trialTable tr td .radioSpan input:checked + label{
	padding-left: 20px;
	background: url('../../images/common/radioChecked.png') no-repeat;
	background-position: 0px 22px;
}

.trialTable tr td div.facSel select{
	width: 232px;
	height: 35px;
	font-size: 16px;
	font-family: 'nsR';
	color: #222;
	padding-left: 10px;
	display: block;
	float: left;
}

.trialTable tr td div.facSel select:nth-child(2){
	margin-left: 10px;
}


.trialTable tr td .labelSpan{
	cursor: pointer;
	color: #999;
	font-size: 14px;
	font-family: 'nsR';
}

.trialTable tr td .labelSpan span{
	display: inline-block;
	padding-right: 25px;
	color: #999;
	font-size: 14px;
	font-family: 'nsR';
	line-height: 1;
	cursor: pointer;
}


.trialTable tr td .labelSpan label{
	background: url('../../images/common/check.jpg') no-repeat;
	background-position: 118px 22px;
	display: block;
	cursor: pointer;
	margin-left: 15px;
}

.trialTable tr td .labelSpan input:checked + label{
	background: url('../../images/common/checked.jpg') no-repeat;
	background-position: 118px 22px;
}

.trialTable tr td div.address .mdTitle{
	vertical-align: top;
}

.trialTable tr td div.address input[type=text]{
	width: 367px;
}

.trialTable tr td div.address  .mdInput:nth-child(3) input{
	margin-bottom: 12px;
}


.trialTable tr td div.address  .mdInput:nth-child(3) input:nth-child(2){
	margin-left: 10px;

}

.trialTable tr td  span.exam {
    display: inline-block;
    padding-right: 30px;
    color: #999;
    font-size: 14px;
    font-family: 'nsR';
    line-height: 1;
    cursor: pointer;
	padding-left: 10px;
}

.trialTable .minSel{
	float: left;
	width: 82px;
	margin-right: 10px;
}

.trialTable div.notice{
	padding: 15px 0px;
}
.trialTable div.notice .mdTitle{
	line-height: 26px;
}

.trialTable div.notice .mdInput span{
	display: block;
	font-size: 16px;
	color: #222;
	line-height: 26px;
	font-family: 'nsR';
}

.confirm span{
	font-size: 18px;
	font-family: 'nsB';
	color: #222;
	line-height: 30px;
	display: block;
	text-align: center;
}

.confirm span:nth-child(1){
	margin-top: 40px;
}


.confirm span:nth-child(2){
	margin-top: 25px;
}




/* 고2예비선발 */

.apply2program{
	margin: 70px auto 150px;
	position: relative;
}

.apply2program img{
	display: block;
	margin: 0 auto;
}

.apply2program .imgBtn{
	position: absolute;
	left: 50%;
	transform: translateX(-50%)!important;
	-webkit-transform: translateX(-50%)!important;
	bottom: 60px;
}

.apply2program .imgBtn2{
	display:block;
	margin-top:50px;
}




/* 모집요강 */

.miniBan{
	width: 100%;
	height: 100px;
	margin-top: 30px;
	text-align: center;
}
.miniBan span{
	display: inline-block;
	padding: 36px 0px 36px 80px;
	background: url('../../images/guide/clock.jpg') no-repeat;
	background-position: left center;
	font-size: 28px;
	color: #8c22ff;
	font-family: 'nsEB';
}

.trialTable.book tr td .line {
    overflow: hidden;
    border-bottom: none;
	margin-top: 20px;
}

.trialTable.book tr td .mdTitle{
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	width: 200px;
}

.trialTable.book tr td .mdTitle.w130{
	width: 130px;
}

.trialTable.book tr td .mdTitle.full{
	width: 100%;
}

.trialTable.book tr td span{
	line-height: 30px;
}

.trialTable.book tr td .mdInput{
	width: calc( 100% - 200px );
    float: left;
	line-height: 30px;
	color: #666;
}

.trialTable.book tr td .mdInput.w130{
		width: calc( 100% - 130px );
}

.exBox .guideCont table tr td:nth-child(2) .leftTd,
.exBox .guideCont table tr td:nth-child(2) .rightTd{
	width: 50%;
	float: left;
}

.trialTable.book tr td .shortBtn.left{
	margin-left: 200px;
}

/* 외국인 서류 제출 */

.exBox .guideCont table.list{
	border-top: 2px solid #222;
	text-align: center;
}

.exBox .guideCont table.list tr td:nth-child(2){
	border-top: none;
}


.exBox .guideCont table.list tr{
	border-bottom: 1px solid #ddd;
}
.exBox .guideCont table.list tr td{
	padding: 0px;
	text-align: center;
	font-family: 'nsR';
}

.exBox .guideCont .listMess {
    display: block;
    text-align: center;
    width: 420px;
    margin: 20px auto 0px;
}

.exBox .guideCont .listMess span,
.exBox .guideCont .listMess a{
	display: block;
	text-align: center;
	font-size: 14px;
}

div.bookBtn{
	text-align: center;
}
div.bookBtn button{
    width: 230px;
    height: 56px;
    border-radius: 56px;
	line-height: 1;
    margin: 60px 0px 100px 20px;
	display: inline-block;
	font-weight: bold;
}



/* 나의입학관리 */

.exBox table.miniTable{
	width: 900px;
	margin: 0 auto 50px;
}

.exBox table.miniTable .mdTitle{
	font-weight: bold;
	font-family: 'nsR';
}

.exBox table.miniTable.mt60{
	margin-top: 60px;
}

.exBox table.miniTable.mb0{
	margin-bottom: 0px;
}

.exBox table.miniTable.mb40{
	margin-bottom: 40px;
}

.exBox table.miniTable tr td:nth-child(2){
	text-align: left;
	padding-left: 53px;
}

.exBox .messBox{
	width: 100%;
	max-width: 900px;
	height: 78px;
	margin: 0 auto;
	background-color: #f4f4f4;
	overflow: hidden;
}

.exBox .messBox span{
	font-size: 16px;
	line-height: 22px;
	margin-top: 18px;
	color: #999;
	display: block;
	font-family: 'nsR';
	text-align: center;
	letter-spacing: -0.6px;
}
.exBox .noBox{
	width: 100%;
	max-width: 900px;
	margin: 0 auto 150px;
	overflow: hidden;
}

.exBox .noBox span{
	font-size: 16px;
	line-height: 22px;
	margin-top: 18px;
	color: #999;
	display: block;
	font-family: 'nsR';
	text-align: center;
}



/* 기숙사접수확인 */



.exBox table.miniTable tr.top td{
	vertical-align: top;
	line-height: 1;
	padding-top: 20px;
	padding-bottom: 20px;
}

.exBox table.miniTable tr.top{
}

.exBox table.miniTable tr.top td span{
	line-height: 25px;
	display: block;
}

.exBox table.miniTable tr td .shortBtn {
    float: left;
}

.exBox table.miniTable tr td .shortBtn + span{
    margin-left: 12px;
	padding-top: 5px;
    line-height: 54px;
    display: inline-block;
    width: auto;
    float: left;
}









/* 기숙사접수확인 */

div.btn260 {
	display: block;
	width: 540px;
	margin: 40px auto 150px;
	overflow: hidden;
}

div.btn260.btnOne{
	width: 260px;
}


div.btn260 button{
	width: 260px;
	height: 78px;
	line-height: 26px;
	float: left;
}

div.btn260.btnOne button{
	height: 56px;
	line-height: 56px;
}

div.btn150 button{
	width: 150px;
	height: 56px;
	line-height: 56px;
	margin: 60px auto 40px;
	float: inherit;
	display: block;
}

.notMent{
	font-size: 28px;
	font-family: 'nsEB';
	color: #8c22ff;
	text-align: center;
	margin: 150px auto;
}

/* 기숙사 제출서류 */

.exBox table.inTable{
	margin-top: 15px;
}

.exBox table.inTable:nth-child(2){
	margin-bottom: 40px;
}

.exBox table.inTable:nth-child(4){
	margin-bottom: 20px;
}

.exBox .inTitle{
}


.exBox .inTable .mdText.yes{
	color: #8c22ff;
}

.exBox .inTable .mdText.not{
	color: #ff3d3d;
}

.exBox table.inTable span{
	line-height: 25px;
	text-align: center;
}

.exBox table.inTable tr td:nth-child(2){
	padding-left: 0px;
	list-style: none;
	line-height: 50px;
}

.exBox table.miniTable tr.top td table.inTable td{
	padding: 5px 0px;
}

.exBox table.miniTable tr.top td table.inTable td span{
	line-height: 50px;
}

.exBox table.miniTable tr.top td table.inTable td span.twoLine{
	line-height: 25px;
}

/* 입학관리 로그인 */

table.loginTable{
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	border-top: none;
}

table.loginTable tr{
	border-bottom: none;
}

table.loginTable tr td button {
    display: block;
    float: left;
    width: 100px;
    height: 36px;
    line-height: 36px;
    background-color: #222;
    color: #fff;
    font-size: 14px;
    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;
}

table.loginTable tr td .line input,
table.loginTable tr td .line button,
table.loginTable tr td .line select,
table.loginTable tr td .line span{
	float: left;
}

table.loginTable tr td select {
    height: 36px;
    border: 1px solid #ddd;
    cursor: pointer;
    font-family: 'nsR';
    color: #222;
	width: 232px;
	font-size: 16px;
}
table.loginTable tr td select[name=selYear],
table.loginTable tr td select[name=selMonth],
table.loginTable tr td select[name=selDays] {
    width: 88px;
}


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;
	font-size: 16px;
}

table.loginTable tr td .phone  span{
	line-height: 37px;
	margin: 0px 7px;
}

.exBox  .messBox.one{
	width: 500px;
	height: 50px;
	line-height: 50px;
	margin-bottom: 150px;
}



/* 모집과정 */
.exBox table.process tr{
	border: none;
	line-height: 1;
	height: auto;
	padding: 10px 0px;
}

.exBox .smallMent {
    font-size: 16px;
    font-family: 'nsR';
    font-weight: bold;
    color: #222;
    line-height: 30px;
    display: block;
    margin: 40px auto 0px;
    text-align: left;
}

.exBox table.process{
	border-top: 2px solid #222;
	margin-top: 20px;
}

.exBox table.process tr td{
	border: 1px solid #ddd;
	padding: 10px 0px;
}


.exBox table.process tr td .mdTitle{
	font-weight: bold;
}

.exBox table.process tr td.left{
	padding-left: 10px;
}

.exBox table.process tr td span{
	line-height: 19px;
}
.exBox table.process tr td .mdTitle span,
.exBox table.process tr td .mdText span{
	color: #999;
	display: block;
	margin-top: 25px;
}





/* 면접실기준비 */
.readyBox{
	width: 100%;
	height: 530px;
	background-color: #f4f4f4;
	margin-bottom: 70px;
	position: relative;
	overflow: hidden;
}

.readyBox .leftBg{
	position: absolute;
	top: 25px;
	left: 0px;
}


.readyBox .rightBg{
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.readyBox .readyBan{
	width: 700px;
	margin:  0 auto;
}

.readyBox .readyBan ul li{
	overflow: hidden;
}

.readyBox .readyBan ul li .rdTitle{
	width: 177px;
	display: block;
	float: left;
	padding: 0px 14px;
	font-size: 20px;
	font-family: 'nsEB';
	position: relative;
	height: 21px;
}

.readyBox .readyBan ul li .rdTitle .text{
	position: absolute;
	z-index: 2;
}

.readyBox .readyBan ul li .rdTitle .bar{
	position: absolute;
	bottom: -5px;
	left: 3px;
	display: block;
	width: 60px;
	height: 14px;
	z-index: 1;
	background-color: #bfe2ee;
}

.readyBox .readyBan ul li:nth-child(2) .rdTitle{
	padding: 0px 7px;
	width: 191px;
}
.readyBox .readyBan ul li:nth-child(2) .bar{
	width: 142px;
}

.readyBox .readyBan ul li{
	margin-top: 40px;
}


.readyBox .readyBan ul li .rdText{
	width: 495px;
	display: block;
	float: left;
}

.readyBox .readyBan ul li .rdText .info{
	font-weight: bold;
	display: block;
	font-family: 'nsR';
	font-size: 16px;
}

.readyBox .readyBan ul li .rdText .context{
	font-size: 16px;
	color: #999;
	font-family: 'nsR';
    line-height: 22px;
    display: block;
    margin-top: 12px;
}

.tab-content{
	display: none;
}


.tab-content.current{
	display: block;
}

table.readyTable ul{
	overflow: hidden;
}
table.readyTable .tab-link{
}

.exBox .guideCont table.readyTable tr td:nth-child(2){
	border-top: none;
}
.exBox .guideCont table.readyTable,
.exBox .guideCont table.readyTable table{
	margin-top: 0px;
}

.exBox .guideCont table.tabs{
	border-collapse: collapse;
	width: 100%;
	table-layout: fixed;
}

.exBox .guideCont table.tabs tr td{
	font-size: 16px;
	padding-bottom: 0px;
	text-align: center;
	cursor: pointer;
	border: 1px solid #999;
}


.exBox .guideCont table.tabs tr td:nth-child(2){
	border-top: 1px solid #999;
}


.exBox .guideCont table.tabs tr td.br{
	border-right: 1px solid #8c22ff;
}

.exBox .guideCont table.tabs tr td.bb{
	border-bottom: 1px solid #8c22ff;
}

.exBox .guideCont table.tabs tr td span{
	display: block;
}


.exBox .guideCont table.tabs tr:nth-child(n+2) td span{
	border-top: none;
}


.exBox .guideCont table.tabs tr td.current {
	color: #8c22ff;
	border: none;
	border: 1px solid #8c22ff;
}

.exBox .guideCont table.tabs tr td.current span{
	color: #8c22ff;
}


.exBox .guideCont table.tabsC{
	border-top: 2px solid #222;
	table-layout: fixed;
	border-collapse: collapse;
}

.exBox .guideCont table.tabsC tr td{
	border: 1px solid #ddd;
	padding: 10px!important;
}

.exBox .guideCont table.tabsC tr,
.exBox .guideCont table.tabsC tr td,
.exBox .guideCont table.tabsC tr td span{
	line-height: 26px;
}
.exBox .guideCont table.tabsC tr td:nth-child(2){
	padding-bottom: 0px;
}

.exBox .guideCont table.tabsC tr td span.mdTitle{
	display: block;
	text-align: center;
	font-weight: bold;
}
.exBox .guideCont table tr td.top span{
	line-height: 40px;
}

.exBox .guideCont table tr td.top span span{
	font-size: 16px;
	line-height: 28px;
	display: block;
	color: #222;
	margin-top: 20px;
}


.exBox .guideCont .tabTitle{
	font-weight: bold;
	font-family: 'nsR';
	font-size: 16px;
	line-height: 1;
	margin: 30px auto 20px;
}

.exBox .guideCont table.tabsC tr td span.center{
	display: block;
	text-align: center;
}


.langBox .imgBox{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	min-height: 400px;
	background-color: #eee;
}




/* 원서접수결과 */

 .exBox .applyResult .subMent{
	 padding-top: 40px;
	 margin-top: 156px;
	 border-top: 2px solid #222;
 }

 .exBox .applyResult table tr {
	 line-height: 30px;
 }

 .exBox .applyResult table td {
	 padding: 20px 0px;
 }



 /* 무이자 대출 220503 */

 .subBox .exBox .subMent{
	 margin-top: 60px;
 }

.exBox.loan .minTitle{
	margin-bottom: 50px;
}

.exBox.loan .loanImg img{
	display: block;
	margin: 0 auto;
}


/* 햇살론 */

.exBox.loan table tr td p.linkText{
	font-size: 16px;
	line-height: 30px;
	margin-top: 13px;
	font-family: 'nsR';
	color: #222;
}

.exBox.loan table tr{
	line-height: 1;
}

.exBox.loan table tr td p.linkText strong{
	font-weight: bold;
	color: #8c22ff;
}

.exBox.loan table tr td .loanTable{
	border-collapse: collapse;
	table-layout: fixed;
	width: 680px;
}

.exBox.loan table tr td .loanTable tr:nth-child(1) td,
.exBox.loan table tr td .loanTable tr:nth-child(1) th{
	border-top: 1px solid #222222;
}

.exBox.loan table tr td .loanTable tr td:nth-child(2){
	padding: 0px;
}

.exBox.loan table tr td .loanTable tr th,
.exBox.loan table tr td .loanTable tr td{
	border: 1px solid #dddddd;
}

.exBox.loan .guideCont table tr td:nth-child(2){
	padding-bottom: 0px;
}


.exBox.loan table tr td .loanTable tr td .ltText{
	padding: 12px 0px 12px 30px;
	line-height: 28px;
	display: block;
	color: #666666;
}

.exBox.loan table tr td .loanTable tr td .ltText span{
	padding: 0px 0px 0px 0px;
	color: #8c22ff;
}


/* 이벤트 배너 */

.text1 { width:900px; margin:60px auto 35px; text-align:center; font-weight:600; font-size:19px; font-family: 'nsEB';}
.text1 span { color:#8c22ff; }

.eventBox { width:900px; margin:0 auto 50px; }
div.eventBox:last-child { margin-bottom:250px; }
.ebWrap { width:100%; cursor:pointer; }

.eventBox .ebWrap .ebImg{
	position: relative;
	overflow: hidden;
	height: calc( 100% - 176px );
}


.eventBox .ebWrap .ebImg .imgHover{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	opacity: 0;
	transition: all .3s;
}

.eventBox .ebWrap:hover .ebImg .imgHover{
	opacity: 1;
}



.eventBox .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;
}

.eventBox .ebWrap .ebImg .imgHover .ebBtn a{
	font-size: 14px;
	font-family: 'nsR';
	font-weight: bold;
	text-align: center;
	position: relative;
	display: inline-block;
	top: 9px;
}

.eventBox .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: 1.5px;
}

.eventBox .ebWrap .ebImg img{
	display: block;
	width: 100%;
}


.eventBox .ebWrap .ebInfo{
	border: 1px solid #ddd;
	padding: 19px 27px;
}

.eventBox .ebWrap .ebInfo .ebCate{
	font-size: 15px;
	font-family: 'nsR';
	margin-bottom: 15px;
	display: block;
}


.eventBox .ebWrap .ebInfo .ebTitle{
	font-size: 24px;
	color: #222;
	font-family: 'nsEB';
	display: block;
	line-height: 36px;
	min-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.eventBox .ebWrap .ebInfo .ebSummary{
	font-size: 16px;
	color: #222;
	font-family: 'nsR';
	display: block;
	line-height: 24px;
	height: 35px;
	min-height: 35px;
	min-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
	margin-top: 2px;
    -webkit-box-orient: vertical;
}

.eventBox .ebWrap .ebDate{
	color: #999;
	font-size: 16px;
	margin-top: 5px;
	display: block;
}




.eventBox .ebWrap .statsCurrent{
	font-size: 14px;
	width: 80px;
	height: 32px;
	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';
}

.eventBox .ebWrap .statsCurrent{
	background-color: #8c22ff;
}


.eventBox .ebWrap.finish .statsCurrent{
	background-color: #999;
}

.eventBox .ebWrap.finish .ebImg .imgHover{
	opacity: 1;
	background-color: rgba(255,255,255,0.5);
}

.eventBox .ebWrap.finish .ebInfo .ebCate,
.eventBox .ebWrap.finish .ebInfo .ebTitle,
.eventBox .ebWrap.finish .ebDate{
	color: #ddd;
}
.eventBox .ebWrap.finish .ebImg .imgHover .ebBtn{
	display: none;
}


