@charset "UTF-8";
/*공통*/
.apply strong {
	font-weight: 100;
	font-family: 'noto6' !important;
}

.apply dl.list-dot dd {
	padding-left: 13px;
	position: relative;
}

.apply dl.list-dot dd::before {
	left: 0;
	position: absolute;
	content: 'ㆍ';
}

#container_wrap {
	position: relative;
}
.apply {
	margin-top: 0;
}
.apply .con {
	width: 100%;
	font-family: 'noto3';
	font-weight: 100;
	position: relative;
}

.apply .con .inner {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

.apply .con .inner .con_title {
	text-align: left;
	font-size: 33px;
	line-height: 43px;
	color: #000;
}
.apply .con a {
	display: block;
	position: absolute;
}

.apply .div-table {
	display: table;
}

.apply .div-table > * {
	display: table-cell;
	vertical-align: middle;
}

/*활용기업 대학 자세히 보기 팝업*/
/*event pop*/
.detail_view {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 99999999;
	font-family: 'noto3', sans-serif;
	display: none;
}
.detail_view .mid {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	box-sizing: border-box;
}
.detail_view .detail_con {
	background: #fff;
	width: 1000px;
	height: auto;
	margin: 0 auto;
	padding: 25px 0 50px 0;
}
.detail_view .detail_con .tit {
	font-size: 24px;
	line-height: 100%;
	font-family: 'noto5';
	font-weight: 100;
	color: #3c486c;
	position: relative;
	margin: 0 0 45px 0;
	text-align: center;
}
.detail_view .detail_con .tit a {
	font-size: 0;
	background: url('/_skin/tpl_skin/basic_maegyung_new/images/apply/high_score/close.png') no-repeat center center;
	position: absolute;
	width: 40px;
	height: 40px;
	right: 15px;
	top: -10px;
}
.detail_view .detail_con .tab_wrap {
	width: 100%;
}
.detail_view .detail_con .tab_wrap .tab_list {
	width: 95%;
	margin: 0 auto 25px auto;
	font-size: 0;
}
.detail_view .detail_con .tab_wrap .tab_list li {
	display: inline-block;
	/* *display: inline; */
	zoom: 1;
	vertical-align: top;
	width: 49%;
	margin: 0 0 0 2%;
	box-sizing: border-box;
	background: #949bb2;
	text-align: center;
}
.detail_view .detail_con .tab_wrap .tab_list li:first-child {
	margin: 0;
}
.detail_view .detail_con .tab_wrap .tab_list li a.selected {
	background: #3c486c;
}
.detail_view .detail_con .tab_wrap .tab_list li a {
	display: block;
	font-size: 18px;
	color: #fff;
	font-family: 'noto5';
	line-height: 45px;
}
.detail_view .detail_con .tab_wrap .tab_cont {
	display: none;
	width: 95%;
	margin: 0 auto;
}

.detail_view .detail_con .tab_wrap .tab_cont.selected {
	display: block;
}

.detail_view .detail_con .tab_wrap .top_txt {
	display: table;
	width: 100%;
	border-bottom: 1px #949bb2 solid;
	color: #374758;
	padding: 0 0 20px 0;
	margin: 0 0 10px 0;
}
.detail_view .detail_con .tab_wrap .top_txt p,
.detail_view .detail_con .tab_wrap .top_txt .circle {
	display: table-cell;
	width: 50%;
	text-align: left;
	vertical-align: middle;
}
.detail_view .detail_con .tab_wrap .top_txt p {
	font-size: 20px;
	line-height: 130%;
	padding: 0 0 0 4%;
}
.detail_view .detail_con .tab_wrap .ta1 .top_txt:nth-of-type(2) p {
	font-size: 16px;
	padding: 0 0 0 2%;
	word-break: keep-all;
}
.detail_view .detail_con .tab_wrap .top_txt p span,
.detail_view .detail_con .tab_wrap .top_txt b {
	display: block;
}
.detail_view .detail_con .tab_wrap .top_txt p span {
	font-family: 'spoqa2';
}
.detail_view .detail_con .tab_wrap .top_txt b {
	font-family: 'noto5';
}
.detail_view .detail_con .tab_wrap .top_txt .circle {
	padding: 0 4% 0 0;
}
.detail_view .detail_con .tab_wrap .top_txt .circle ul {
	display: table;
	width: 100%;
}
.detail_view .detail_con .tab_wrap .top_txt .circle li {
	text-align: center;
	display: table-cell;
	width: 33%;
	vertical-align: middle;
}
.detail_view .detail_con .tab_wrap .top_txt .circle li span {
	display: block;
	border-radius: 50%;
	margin: 0 auto;
	width: 120px;
	border: 2px #6348f0 solid;
	padding: 36px 0;
	font-family: 'noto5';
	color: #6348f0;
	font-size: 17px;
	line-height: 140%;
}
.detail_view .detail_con .tab_wrap .top_txt .circle li.line_t span {
	line-height: 120px;
	padding: 0;
	height: 120px;
}
.detail_view .detail_con .tab_wrap .top_txt .circle li:nth-child(2) span {
	background: #6348f0;
	color: #fff;
}
.detail_view .detail_con .tab_wrap .list {
	padding: 20px 0 20px 20px;
	height: 380px;
	box-sizing: border-box;
	overflow-y: auto;
}
.detail_view .detail_con .tab_wrap .list dl {
	font-size: 0;
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 35px;
	padding-top: 10px;
}
.detail_view .detail_con .tab_wrap .list dl dd {
	flex: 1 1;
	font-size: 0;
	text-align: left;
}
.detail_view .detail_con .tab_wrap .list h2 {
	font-size: 15px;
	text-align: left;
	font-family: 'noto5';
	font-weight: 100;
	width: 95%;
	line-height: 100%;
	margin: 0 0 10px 0;
}
.detail_view .detail_con .tab_wrap .list dl dd p {
	display: inline-block;
	/* *display: inline; */
	zoom: 1;
	vertical-align: top;
	width: 44%;
	box-sizing: border-box;
}
.detail_view .detail_con .tab_wrap .ta2 .list dl dd p {
	width: 100%;
}
.detail_view .detail_con .tab_wrap .list dl dd span {
	display: block;
	text-align: left;
	position: relative;
	padding: 0 0 0 15px;
	font-size: 13px;
	color: #606060;
	word-break: keep-all;
}
.detail_view .detail_con .tab_wrap .list dl dd span::before {
	position: absolute;
	left: 0;
	content: 'ㆍ';
}
.detail_view .detail_con .tab_wrap .list dl dd em {
	display: block;
	font-size: 13px;
	text-align: left;
	line-height: 140%;
	margin: 10px 0 0 0;
	color: #606060;
	word-break: keep-all;
}

/*공통 content*/

/*지원혜택 :S*/
.apply .bene_wrap {
	background: #f5f5f5;
	padding: 91px 0;
}

.apply .bene_wrap .con_title {
	width: 50%;
}

.apply .bene_wrap .bene1 h4 {
	font-size: 20px;
	margin: 8px 0 8px 0;
}

.apply .bene_wrap .bene_list {
	background: #dedede;
	padding: 20px 35px;
	box-sizing: border-box;
	display: table;
	width: 100%;
	height: 173px;
	margin: 71px auto 0;
}

.apply .bene_wrap .bene_list li {
	display: table-cell;
	vertical-align: middle;
	width: 20%;
	height: 144px;
	padding-top: 40px;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	font-size: 17px;
	line-height: 20px;
}

.apply .bene_wrap .bene_list li::after {
	position: absolute;
	right: 0;
	top: calc(50% - 20px);
	width: 14px;
	height: 14px;
	display: block;
	content: '';
	background: url('/_skin/tpl_skin/basic_tesat/images/apply/onemore/con6_x.png');
}
.apply .bene_wrap .bene_list li:last-child::after {
	display: none;
}

.apply .bene_wrap .bene_list li strong {
	display: block;
}

.apply .bene_wrap .bene_list li a {
	width: 74px;
	height: 20px;
	color: #fff;
	background: #323232;
	font-size: 12px;
	border-radius: 10px;
	margin: 8px 0 0 57px;
	/*! display: inline-block; */
}

.apply .bene_wrap .bene1 {
	float: right;
	width: 50%;
	height: 105px;
	margin-top: -70px;
	padding-left: 249px;
	box-sizing: border-box;
	text-align: left;
}

.onemore .bene_wrap .bene1 {
	background: url('/_skin/tpl_skin/basic_tesat/images/apply/onemore/con5_1.png') left center no-repeat;
}
.onemore .bene_wrap .bene_list li:nth-child(1) {
	background: url('/_skin/tpl_skin/basic_tesat/images/apply/onemore/con5_2.png') center 10px no-repeat;
}
.onemore .bene_wrap .bene_list li:nth-child(2) {
	background: url('/_skin/tpl_skin/basic_tesat/images/apply/onemore/con5_3.png') center 10px no-repeat;
}
.onemore .bene_wrap .bene_list li:nth-child(3) {
	background: url('/_skin/tpl_skin/basic_tesat/images/apply/onemore/con5_4.png') center 0px no-repeat;
}
.onemore .bene_wrap .bene_list li:nth-child(4) {
	background: url('/_skin/tpl_skin/basic_tesat/images/apply/onemore/con5_5.png') center 10px no-repeat;
}
.onemore .bene_wrap .bene_list li:nth-child(5) {
	background: url('/_skin/tpl_skin/basic_tesat/images/apply/onemore/con5_6.png') center 10px no-repeat;
}

.complete .bene_wrap .bene1 {
	background: url('/_skin/tpl_skin/basic_tesat/images/apply/complete/con5_1.png') left center no-repeat;
}
.complete .bene_wrap .bene_list li:nth-child(1) {
	background: url('/_skin/tpl_skin/basic_tesat/images/apply/complete/con5_2.png') center 10px no-repeat;
}
.complete .bene_wrap .bene_list li:nth-child(2) {
	background: url('/_skin/tpl_skin/basic_tesat/images/apply/complete/con5_3.png') center 10px no-repeat;
}
.complete .bene_wrap .bene_list li:nth-child(3) {
	background: url('/_skin/tpl_skin/basic_tesat/images/apply/complete/con5_4.png') center 0px no-repeat;
}
.complete .bene_wrap .bene_list li:nth-child(4) {
	background: url('/_skin/tpl_skin/basic_tesat/images/apply/complete/con5_5.png') center 10px no-repeat;
}
.complete .bene_wrap .bene_list li:nth-child(5) {
	background: url('/_skin/tpl_skin/basic_tesat/images/apply/complete/con5_6.png') center 10px no-repeat;
}
/*필기반*/
.onemore .con {
	padding-top: 76px;
}

.onemore .con1 {
	background: url('/_skin/tpl_skin/basic_tesat/images/apply/onemore/top_bg.png') center no-repeat #1c1f30;
	padding: 77px 0;
}

.onemore .con1 .inner {
	text-align: left;
}

.onemore .con1 .inner::after {
	position: absolute;
	right: 85px;
	top: 65px;
	width: 195px;
	height: 196px;
	content: '';
	display: block;
	background: url('/_skin/tpl_skin/basic_maegyung_new/images/apply/bullet.png') center no-repeat;
}

.onemore .con1 .div-table {
	width: 698px;
	margin: 30px auto 0;
}

.onemore .con1 .div-table > * {
	text-align: center;
	color: #d7b590;
	font-size: 18px;
	line-height: 23px;
	position: relative;
}

.onemore .con1 .div-table li::after {
	position: absolute;
	right: 0;
	content: '+';
	top: 10px;
	color: #6b5f49;
}

.onemore .con1 .div-table li:last-child::after {
	display: none;
}

.onemore .con2 {
	background: #f5f2ed;
	padding: 78px 0 78px 0;
	font-family: 'noto3';
}
.onemore .con2 .inner {
	text-align: left;
}
.onemore .con2 h2 {
	font-size: 28px;
	line-height: 140%;
	font-family: 'noto6';
	overflow: hidden;
	margin: 0 0 45px 0;
}
.onemore .con2 h2 span {
	display: block;
	font-family: 'spoqa2';
	font-weight: 100;
}
.onemore .con2 h2 a {
	font-size: 15px;
	background: #1c2137;
	color: #fff;
	float: right;
	padding: 0 15px;
	right: 0;
	top: 35px;
	font-family: 'noto2';
}

.onemore .con2 h2 a:hover {
	font-family: 'noto5';
}
.onemore .con2 ul {
	font-size: 0;
}
.onemore .con2 ul li {
	display: inline-block;
	/* *display: inline; */
	zoom: 1;
	vertical-align: top;
	width: 22%;
	margin: 0 0 0 4%;
	box-sizing: border-box;
	font-size: 14px;
	font-family: 'noto3';
	line-height: 150%;
}
.onemore .con2 ul li:first-child {
	margin: 0;
}
.onemore .con2 ul li img {
	display: block;
	max-width: 100%;
	margin: 0 0 20px 0;
}
.onemore .con2 ul li span {
	display: block;
	font-size: 17px;
	font-family: 'noto5';
	margin: 0 0 10px 0;
	text-align: center;
}

.onemore .line1 {
	background: #0f152b;
	padding: 32px 0;
	font-size: 25px;
	color: #fff;
}

.onemore .con3 {
	background: #eaeaea;
	height: 663px;
}

.onemore .con3 .teacher_tab_menu {
	display: table;
	width: 466px;
	position: absolute;
	left: 0;
	top: 94px;
	z-index: 9;
}

.onemore .con3 .teacher_tab_menu li {
	float: none;
	display: table-cell;
	vertical-align: middle;
	width: 50%;
	height: 56px;
	padding: 0 18px 0 0;
	box-sizing: border-box;
}

.onemore .con3 .teacher_tab_menu li a {
	display: block;
	width: 224px;
	height: 56px;
	background: #5c627c;
	line-height: 56px;
	font-size: 23px;
	color: #b2b6cf;
	border-radius: 28px;
	color: #b2b6cf;
}

.onemore .con3 .teacher_tab_menu li a.selected,
.onemore .con3 .teacher_tab_menu li a:hover {
	background: #192259;
	color: #fff;
}

.onemore .con3 .teacher_tab {
	position: absolute;
	left: 0;
	top: 0px;
	height: 587px;
	width: 100%;
	text-align: left;
	padding-top: 241px;
	box-sizing: border-box;
	display: none;
}

.onemore .con3 .teacher_tab.selected {
	display: block;
}

.onemore .con3 #teacher_tab1 {
	background: url('/_skin/tpl_skin/basic_tesat/images/apply/onemore/con2_teacher1.png') right bottom no-repeat;
}

.onemore .con3 #teacher_tab2 {
	background: url('/_skin/tpl_skin/basic_tesat/images/apply/onemore/con2_teacher2.png') right bottom no-repeat;
}

.onemore .con3 .teacher_tab .teacher_name {
	font-size: 30px;
	overflow: hidden;
	width: 100%;
	margin: 0 0 37px 0;
	position: relative;
	z-index: 99;
	padding-top: 2px;
}

.onemore .con3 .teacher_tab .teacher_name > * {
	float: left;
	display: block;
	margin-right: 10px;
}

.onemore .con3 .teacher_tab .teacher_name a {
	background: #1c2232;
	color: #fff;
	padding: 5px 15px;
	font-size: 14px;
	position: relative;
	margin-top: -3px;
}
.onemore .con3 .teacher_tab .teacher_name a:hover {
	font-family: 'noto5';
}

.onemore .con3 .teacher_tab dl {
	margin-bottom: 25px;
	color: #222222;
}
.onemore .con3 .teacher_tab dl dt {
	font-family: 'noto5';
	margin-bottom: 1px;
}

.onemore .con3 .teacher_tab dl dd {
	font-family: 'noto2';
	letter-spacing: -0.7px;
}

.onemore .con4 {
	background: #d3ddf6;
	padding: 76px 0 50px;
	height: 750px;
	box-sizing: border-box;
}

.onemore .con4 .inner {
	background: url('/_skin/tpl_skin/basic_tesat/images/apply/onemore/con3_book_.png') bottom center no-repeat;
	height: 567px;
}

.onemore .con4 .bullet {
	position: absolute;
}

.onemore .con4 .bullet1 {
	left: 170px;
	top: 130px;
}

.onemore .con4 .bullet2 {
	right: 170px;
	top: 100px;
}

.onemore .con4 .book_info {
	margin-top: 170px;
	font-size: 17px;
	line-height: 24px;
	font-weight: 100;
	font-family: 'noto6';
	color: #374258;
}

.onemore .con4 .book_info p {
	margin: 0 0 35px;
	position: relative;
}

.onemore .con4 .book_info p::after {
	position: absolute;
	background: url('/_skin/tpl_skin/basic_tesat/images/apply/onemore/plus.png') center no-repeat;
	width: 13px;
	height: 14px;
	content: '';
	display: block;
	left: calc(50% - 7px);
	bottom: -23px;
}
.onemore .con4 .book_info .popupVideo p::after {
	display: none;
}
.onemore .con4 .book_info p:nth-child(3)::after {
	display: none;
}

.onemore .con4 .book_info p:nth-child(3) {
	margin: 0 0 14px;
}
.onemore .con4 .book_info .book_priview {
	position: absolute;
	left: 0;
	bottom: 16px;
	display: inline-block;
	padding: 10px 20px;
	border-radius: 20px;
	color: #fff;
	text-align: left;
	font-size: 17px;
	vertical-align: middle;
	background: #3e5ba1;
}
/*
.onemore .con4 .book_info a {
    width:114px;
    height:32px;
    background:#1c2137;
    font-family: 'noto3';
    font-size:14px;
    line-height:32px;
    color:#fff;
    margin:0 0 0 5px
}
*/
.onemore .con4 .book_info .popupVideo.maekyung {
	left: 0;
	bottom: -24px;
}
.onemore .con4 .book_info .popupVideo.teaset {
	right: 0;
	bottom: -22px;
}
.onemore .con4 .book_info .popupVideo p {
	margin: 0;
}

.onemore .con4 .book_info a:hover {
	font-family: 'noto5';
}

.onemore .con5 {
	background: #e2f0f3;
}

.onemore .con5 .curri {
	float: left;
	margin: 80px 0 0 0;
	text-align: left;
	font-size: 20px;
	line-height: 30px;
	width: 380px;
	position: relative;
}

.onemore .con5 .curri::before {
	position: absolute;
	width: 27px;
	height: 2px;
	display: block;
	left: 0;
	top: 0;
	content: '';
	background: #39485b;
}

.onemore .con5 .curri p {
	margin-top: 20px;
	color: #39485b;
}
