@charset "UTF-8";
.main_wrap {
	width: 100%;
	position: relative;
}
.main_wrap .tab_menu {
	width: 100%;
	overflow: hidden;
}
.main_wrap .tab_menu li {
	float: left;
	width: 24.25%;
	margin-right: 1%;
}
.main_wrap .tab_menu li:last-child {
	margin-right: 0 !important;
}
.main_wrap .main_inner {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
.main_banner_wrap {
	width: 100%;
	height: 363px;
	overflow: hidden;
	position: relative;
}
.main_banner_wrap .main_swiper_wrap {
	width: 100%;
	height: 100%;
}
.main_banner_wrap .main_swiper_wrap li {
	height: 100%;
}
.main_banner_wrap .main_swiper_wrap li .main_inner {
	height: 100%;
	box-sizing: border-box;
	padding: 67px 105px 0;
}
.main_banner_wrap .main_swiper_wrap li span {
	font-size: 21px;
	display: inline-block;
	margin-bottom: 16px;
}
.main_banner_wrap .main_swiper_wrap li h1 {
	font-size: 43px;
	font-family: 'noto6';
	line-height: 43px;
	margin: 0 0 20px;
}
.main_banner_wrap .main_swiper_wrap li p {
	font-size: 29px;
}
.main_banner_wrap .main_swiper_wrap li a.apply_link {
	display: block;
	width: 133px;
	height: 44px;
	border-radius: 22px;
	text-align: center;
	line-height: 44px;
	font-size: 14px;
	margin: 39px 0 0;
	background: #81add3;
	color: #000;
}
.main_banner_wrap .main_swiper_wrap li a.apply_link:hover {
	background: #222222;
	color: #fff;
}
.main_banner_wrap .main_swiper_wrap li.banner1 {
	background: #476681;
	color: #fff;
}
.main_banner_wrap .main_swiper_wrap li.banner2 {
	background: url('/_skin/tpl_skin/basic_001134/main/mainbn_bg2.png') center top no-repeat #18244e;
	background-size: 1652px 349px;
	color: #fff;
}
.main_banner_wrap .main_swiper_wrap li.banner3 {
	background: url('/_skin/tpl_skin/basic_001134/main/mainbn_bg3.png') center top no-repeat #1d3b73;
	background-size: 1200px 363px;
	color: #fff;
}
.main_banner_wrap .main_swiper_wrap li.banner1 .main_inner {
	background: url('/_skin/tpl_skin/basic_001134/main/mainbn_bg.png') bottom right no-repeat #476681;
	position: relative;
}
.main_banner_wrap .main_swiper_wrap li.banner1 .main_inner::before {
	content: '';
	background: url('/_skin/tpl_skin/basic_001134/main/main_bullet.png') bottom right no-repeat;
	width: 246px;
	height: 246px;
	position: absolute;
	right: 90px;
	top: 50px;
}
.main_banner_wrap .main_swiper_wrap li.banner2 .main_inner {
	/* background: url('/_skin/tpl_skin/basic_001134/main/mainbn_bg2.png') center top no-repeat #18244e; */
	position: relative;
}
.main_banner_wrap .main_swiper_wrap li.banner2 .main_inner::before {
	content: '';
	background: url('/_skin/tpl_skin/basic_001134/main/main_bullet2.png') bottom right no-repeat;
	width: 246px;
	height: 246px;
	position: absolute;
	right: 90px;
	top: 50px;
}
.main_banner_wrap .main_swiper_wrap li.banner3 .main_inner::before {
	content: '';
	background: url('/_skin/tpl_skin/basic_001134/main/main_bullet3.png') bottom right no-repeat;
	width: 246px;
	height: 246px;
	position: absolute;
	right: 90px;
	top: 50px;
}
.main_swiper_wrap .swiper-button-next,
.main_swiper_wrap .swiper-button-prev {
	width: 32px;
	height: 55px;
}
.main_swiper_wrap .swiper-button-next {
	right: calc(50% - 500px);
	background: url('/_skin/tpl_skin/basic_repair_machine/main/arrow_right.png') center no-repeat;
}
.main_swiper_wrap .swiper-button-prev {
	left: calc(50% - 500px);
	background: url('/_skin/tpl_skin/basic_repair_machine/main/arrow_left.png') center no-repeat;
}
.main_swiper_wrap .swiper-button-next:hover {
	background: url('/_skin/tpl_skin/basic_repair_machine/main/arrow_right-over.png') center no-repeat;
}
.main_swiper_wrap .swiper-button-prev:hover {
	background: url('/_skin/tpl_skin/basic_repair_machine/main/arrow_left_over.png') center no-repeat;
}
.btn_box {
	position: absolute;
	bottom: 0;
	left: calc(50% - 500px);
	z-index: 9;
	width: 1000px;
	height: 46px;
}
.btn_box ul {
	width: 100%;
	height: 100%;
	display: table;
}
.btn_box ul li {
	width: calc(100% / 3);
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	border: none;
	background: rgba(0, 0, 0, 0.06);
}
.btn_box ul li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	border: none;
	line-height: 46px;
	font-size: 17px;
}
.btn_box ul li.swiper-pagination-bullet-active {
	background: rgba(0, 0, 0, 0.27);
	font-family: 'noto5';
}

/*띠배너*/
.banner_line {
	background: #495970;
	margin-top: 60px;
	height: 75px;
}
.banner_line .main_inner {
	height: 100%;
	background: url('/_skin/tpl_skin/common_images/review_bn.png') center no-repeat;
}

/*고객지원*/
.main_wrap .cs_wrap {
	background: #ececec;
	padding: 60px 0 65px;
	text-align: center;
}
.main_wrap .cs_wrap .wrap_title {
	font-size: 17px;
	height: auto;
	line-height: 25px;
}
.main_wrap .cs_wrap .wrap_title b {
	display: block;
	font-size: 25px;
	font-family: 'noto6';
	margin-top: 5px;
}
.main_wrap .cs_wrap .tab_menu {
	margin: 41px 0 10px;
}
.main_wrap .cs_wrap .tab_menu li a {
	background: #fff;
	display: block;
	padding: 20px 0;
	font-family: 'noto6';
	font-size: 16px;
	border: 1px solid #fff;
	box-sizing: border-box;
}
.main_wrap .cs_wrap .tab_menu li a:hover {
	border: 1px solid #000;
}
.main_wrap .bbs_wrap {
	overflow: Hidden;
	width: 100%;
}
.main_wrap .bbs_wrap > li {
	float: left;
	width: 49.5%;
	margin-right: 1%;
	padding: 16px 10px 16px 30px;
	box-sizing: border-box;
	background: #fff;
}
.main_wrap .bbs_wrap li:last-child {
	margin-right: 0;
}

.main_wrap .bbs_wrap .bbs_title {
	float: left;
	text-align: left;
	margin-right: 54px;
	font-family: 'noto6';
}
.main_wrap .bbs_wrap .bbs_title a {
	width: 49px;
	height: 17px;
	display: block;
	font-size: 10px !important;
	letter-spacing: -0.7px;
	color: #585858;
	line-height: 14px;
	padding: 0 0 0 7px;
	margin-top: 6px;
	box-sizing: border-box;
	border: 1px solid #b9b9b9;
	font-family: 'noto3';
	/* background:url('/_skin/tpl_skin/basic_repair_machine/main/icon_plus.png')36px center no-repeat; */
}
.main_wrap .bbs_wrap .bbs_title a:hover {
	border: 1px solid #000;
}

.main_wrap .bbs_wrap .bbs_list {
	text-align: left;
	float: left;
	font-size: 13px;
	width: 67%;
}
.main_wrap .bbs_wrap .bbs_list > li a {
	display: block;
	width: auto;
	max-width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.main_wrap .bbs_wrap .bbs_list > li a:hover {
	/*border-bottom:1px solid #a3a3a3*/
	text-decoration: underline;
}

.wrap_title {
	margin-bottom: 39px;
	font-family: 'Nanum Square';
	font-weight: 400;
	font-size: 30px;
	line-height: 40px;
}
.wrap_title .arrow_icon {
	width: 83px;
	height: 16px;
	background: url('/_skin/tpl_skin/basic_repair_machine/main/arrow.png') center no-repeat;
	display: inline-block;
	margin-left: 10px;
}
.wrap_title b {
	font-weight: 600;
}
/*학습자료실*/
.study_data {
	padding: 60px 0;
}
.study_data .ul-table {
	width: 100%;
}
.study_data .ul-table li {
	width: 25%;
	height: 239px;
	padding: 5px;
	box-sizing: border-box;
}
.study_data .ul-table li a {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	text-align: center;
	border: 2px solid #b7b7b7;
	box-sizing: border-box;
	padding-top: 30px;
}
.study_data .ul-table li a i {
	font-size: 14px;
	display: block;
	margin: 0 auto 0;
	font-style: normal;
	color: #494949;
}
.study_data .ul-table li a img {
	margin: 20px auto 23px;
}
.study_data .ul-table li a p {
	font-size: 21px;
	font-family: 'noto6';
	letter-spacing: -0.5px;
}
.study_data .ul-table li a span.btn_icon {
	display: block;
	width: 89px;
	height: 26px;
	margin: 20px auto 0;
	font-size: 12px;
	line-height: 25px;
	letter-spacing: -0.7px;
	border-radius: 5px;
	border: 1px solid #9ca0ac;
	font-family: 'noto2';
}
.study_data .ul-table li a:hover {
	border: 2px solid #4d5a7c;
	box-sizing: border-box;
}
.study_data .ul-table li a:hover span.btn_icon {
	background: #4d5a7c;
	color: #fff;
}
/*도서*/
.main_book_wrap {
	padding: 60px 0 0px;
}
.main_book_wrap .main_inner {
	height: 545px;
	background: url('/_skin/tpl_skin/basic_001134/main/book.png') left center no-repeat;
}
.main_book_wrap .book_intro {
	width: 500px;
	margin: 80px 0 0 600px;
}

.main_book_wrap .book_intro p,
.main_teacher_wrap .teacher_intro p {
	font-size: 20px;
	line-height: 30px;
	margin: 32px 0 36px;
}
.main_book_wrap .book_intro a,
.main_teacher_wrap .teacher_intro a {
	display: block;
	width: 125px;
	height: 35px;
	border: 1px solid #7c7c7c;
	border-radius: 5px;
	font-size: 14px;
	text-align: center;
	line-height: 35px;
	color: #7c7c7c;
}
.main_book_wrap .book_intro a:hover,
.main_teacher_wrap .teacher_intro a:hover {
	border: 1px solid #4d5a7c;
	background: #4d5a7c;
	color: #fff;
}
.main_book_wrap .popupVideo.type2 {
	left: calc(50% - 250px);
	bottom: 66px;
}

/*선생님*/
.main_teacher_wrap .teacher_intro a:hover {
	border: 1px solid #4d5a7c;
	background: #4d5a7c;
	color: #fff;
}
.main_teacher_wrap {
	background: #81add3;
	height: auto;
	box-sizing: border-box;
}
.main_teacher_wrap .main_inner {
	background: url('/_skin/tpl_skin/basic_001134/main/main_teacher_1.png') 83% 78px no-repeat;
	padding: 75px 0 70px;
	box-sizing: border-box;
}
.main_teacher_wrap .wrap_title {
	font-size: 30px;
	line-height: 150%;
}
.main_teacher_wrap .wrap_title b {
	font-size: 40px;
	font-weight: 900;
}
.main_teacher_wrap .teacher_intro {
	padding-top: 0px;
}
.main_teacher_wrap .teacher_intro a {
	border: 1px solid #222631;
	color: #222631;
}
.main_teacher_wrap .teacher_intro p {
	position: relative;
	margin: 50px 0 40px;
	padding-top: 20px;
	line-height: 30px;
	font-size: 20px;
	font-weight: 400;
	font-family: 'nanum square';
}
.main_teacher_wrap .teacher_intro p:after {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 43px;
	height: 2px;
	content: '';
	background: #000;
} /*수험정보*/
.exam_info {
	padding: 60px 0;
}
.exam_info .ul-table {
	width: 100%;
	margin: 70px auto 0;
}
.exam_info .ul-table li:first-child {
	padding-left: 0;
}
.exam_info .ul-table li:last-child {
}
.exam_info .ul-table li {
	text-align: center;
	border-right: 1px solid #d9d9d9;
	padding: 0 42px;
}
.exam_info .ul-table li:last-child {
	border: none;
}

.exam_info .ul-table li p {
	font-size: 21px;
	font-family: 'noto6';
	margin: 20px auto 10px;
}
.exam_info .ul-table li span {
	font-size: 16px;
}

.study_support_wrap {
	width: 100%;
	padding: 53px 0;
}
.study_support_wrap .exam_list {
	width: 1000px;
	margin: 0 auto;
}
.study_support_wrap {
	width: 100%;
	padding: 53px 0;
}
.study_support_wrap .exam_list {
	width: 1000px;
	margin: 0 auto;
}
/*새거새거;*/
.study_support_wrap.new .exam_list .exam_info {
	border: none;
}
.study_support_wrap.new .exam_list .exam_info li:after {
	position: absolute;
	right: 0;
	top: 15%;
	width: 1px;
	height: 80%;
	display: block;
	content: '';
	background: #eaeaea;
}
.study_support_wrap.new .exam_list .exam_info li:last-child:after {
	display: none;
}
/*새거새거 */
.study_support_wrap .exam_list .exam_info {
	width: 100%;
	padding: 25px 0;
	border: 1px solid #d1d1d1;
	box-sizing: border-box;
	margin: 21px auto;
}
.study_support_wrap .exam_list .exam_info li {
	width: 16.5%;

	text-align: center;
	position: relative;
}
.study_support_wrap .exam_list .exam_info li:first-child {
	padding-right: 3.1%;
	width: 12.5%;
}
.study_support_wrap .exam_list .exam_info li p:not(.icon_bg) {
	font-size: 17px;
	font-weight: 400;
}
.study_support_wrap .exam_list .exam_info li .icon_bg {
	width: 76px;
	height: 76px;
	margin: 0 auto 8px;
	line-height: 76px;
	border-radius: 50%;
	background: #fff;
}
.study_support_wrap .exam_list .exam_info li:hover p:not(.icon_bg) {
	font-weight: 900;
	letter-spacing: -1px;
}
.study_support_wrap .exam_list .exam_info li:hover .icon_bg {
	background: #f3f3f3;
}
.study_support_wrap .exam_info2 {
	display: table;
	width: 1000px;
	margin: 0 auto;
}
.study_support_wrap .exam_info2 li {
	width: 480px;
	text-align: left;
}
.study_support_wrap .exam_info2 li:first-child {
	width: 520px;
	padding-right: 20px;
	box-sizing: border-box;
}
.study_support_wrap .exam_info2 li:first-child a {
	background: url('/_skin/tpl_skin/basic_sonhaesa_new/images/main_new/main_img_1.png') 93% 74% no-repeat;
}
.study_support_wrap .exam_info2 li:last-child a {
	background: url('/_skin/tpl_skin/basic_001134/main/icon2.png') 96% 74% no-repeat;
}
.study_support_wrap .exam_info2 li a {
	display: inline-block;
	width: 490px;
	height: 100%;
	border: 1px solid #d1d1d1;
	padding: 40px 30px;
	box-sizing: border-box;
}
.study_support_wrap .exam_info2 li a:hover {
	border: 1px solid #000;
}
.study_support_wrap .exam_info2 li a p {
	font-size: 19px;
	line-height: 34px;
	margin: 0 0 9px;
	font-weight: 400;
}
.study_support_wrap .exam_info2 li a p b {
	font-size: 26px;
	font-weight: 900;
}
.study_support_wrap .exam_info2 li a span {
	display: block;
	font-size: 16px;
	line-height: 25px;
	margin: 0 0 16px;
	font-weight: 300;
	line-height: 140%;
}
.study_support_wrap .exam_info2 li a i {
	color: #6585ec;
	font-size: 14px;
	font-weight: 600;
	font-style: normal;
	position: relative;
}
.study_support_wrap .exam_info2 li a:hover i {
	font-weight: 900;
}
.study_support_wrap .exam_info2 li a i:after {
	position: absolute;
	right: -45px;
	top: 4px;
	height: 100%;
	width: 35px;
	content: '';
	display: block;
	background: url('/_skin/tpl_skin/basic_sonhaesa_new/images/main_new/icon_arrow.png') center top no-repeat;
}
