@charset "UTF-8";

.main_container {
	position: relative;
	overflow: hidden;
	color: #000;
}

.main_container .screen_out {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.main_container .main_inner {
	position: relative;
	width: 1100px;
	margin: 0 auto;
}

.main_container .video_box .layer {
	display: block;
	height: 100%;
}

.main_container .video_box .layer .start_video {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.main_container .wrap_title {
	font-family: 'spoqa4';
}

.main_container .wrap_title p {
	letter-spacing: -0.06em;
	font-size: 23px;
	color: #ff6b6b;
}

.main_container .wrap_title strong {
	display: block;
	margin-top: 11px;
	line-height: 1.25;
	letter-spacing: -0.065em;
	font-size: 42px;
}

.main_container .main_desc {
	line-height: 26px;
	margin-top: 26px;
	letter-spacing: -0.065em;
	font-size: 18px;
	font-family: 'spoqa3';
}

.main_container .btn_all {
	display: block;
	position: relative;
	width: 328px;
	line-height: 51px;
	margin: 78px auto 0;
	border-radius: 51px;
	letter-spacing: -0.065em;
	text-align: center;
	color: #fff;
	font-size: 19px;
	font-family: 'spoqa4';
	background: #36363b;
	cursor: pointer;
	z-index: 2;
}

.main_container .btn_all:hover,
.main_container .btn_all:focus {
	background: #636371;
}

.main_container .btn_all span {
	display: inline-block;
	margin-left: 12px;
}

@keyframes marquee {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}

/* 메인 배너 */
.main_banner_wrap {
	height: 711px;
	background-color: #fff;
}

.main_banner_wrap .main_inner {
	position: relative;
	width: 1439px;
	margin: 0 auto;
}

.main_banner_wrap .main_banner {
	position: relative;
	height: 100%;
	padding-top: 50px;
}

.main_banner_wrap .main_banner .swiper-wrapper {
	height: auto;
}

.main_banner_wrap .main_banner .swiper-slide {
	height: 539px;
	border-radius: 35px;
}

.main_banner_wrap .main_banner .banner_marker {
	display: inline-block;
	margin: 67px 0 0 170px;
	padding: 8px 18px;
	border: 1px solid #000;
	border-radius: 8px;
	letter-spacing: -0.035em;
	color: #000;
	font-size: 19px;
	font-family: 'spoqa4';
}

.main_banner_wrap .main_banner .swiper-slide-1 .banner_marker,
.main_banner_wrap .main_banner .swiper-slide-4 .banner_marker {
	border-color: #ffc872;
	color: #ffc872;
}

.main_banner_wrap .main_banner .banner_tag {
	position: absolute;
	top: 15px;
	left: 459px;
	width: 209px;
	height: 218px;
	background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/main/v2/top_bn_bullet.png') no-repeat 0 0;
}

.main_banner_wrap .main_banner .logo_img {
	display: block;
	margin-top: 27px;
	margin-left: 166px;
}
.main_banner_wrap .main_banner .banner_title {
	display: block;
	position: relative;
	margin: 34px 0 0 166px;
	line-height: 1.11;
	letter-spacing: -0.035em;
	color: #fff;
	font-size: 70px;
	font-family: 'spoqa4';
}

.main_banner_wrap .main_banner .banner_title span {
	position: relative;
	font-size: 59px;
}

.main_banner_wrap .main_banner .banner_desc {
	line-height: 1.4;
	margin-top: 34px;
	margin-left: 166px;
	letter-spacing: -2px;
	color: #fff;
	font-size: 23px;
	font-family: 'spoqa3';
}

.main_banner_wrap .main_banner .banner_link {
	display: block;
	position: relative;
	width: 324px;
	height: 51px;
	line-height: 44px;
	margin-top: 38px;
	margin-left: 166px;
	border-bottom: 3px solid #312d82;
	border-radius: 50px;
	text-align: center;
	letter-spacing: -0.04em;
	background-color: #ffd472;
	font-size: 22px;
	font-family: 'spoqa3';
}

.main_banner_wrap .main_banner .banner_link::after {
	content: '';
	position: absolute;
	bottom: -28px;
	right: 8px;
	width: 36px;
	height: 45px;
	background: url('/_skin/tpl_skin/common_images/icon/icon_main.png') no-repeat top -25px left -28px;
	animation: pointerBounceDiagonal 0.8s ease infinite;
}

@keyframes pointerBounceDiagonal {
	0%,
	100% {
		transform: translate(0, 0);
	}

	50% {
		transform: translate(-10px, -10px);
	}
}

.main_banner_wrap .main_banner .swiper-slide-1 {
	background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/main/v2/top_bg_1.png') no-repeat center top;
}

.main_banner_wrap .main_banner .swiper-slide-2 {
	background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/main/v2/top_bn_bg_2.png') no-repeat center top;
}

.main_banner_wrap .main_banner .swiper-slide-3 {
	background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/main/v2/top_bn_bg_3.png') no-repeat center top;
}

.main_banner_wrap .main_banner .swiper-slide-4 {
	background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/main/v2/top_bn_bg_4.png') no-repeat center top;
}

.main_banner_wrap .main_banner .swiper-slide::before {
	display: none;
	content: '';
	position: absolute;
}

.main_banner_wrap .main_banner .swiper-slide-active::before {
	display: block;
}

.main_banner_wrap .main_banner .swiper-slide-1::before {
	width: 757px;
	height: 567px;
	bottom: -128px;
	left: 560px;
	z-index: 0;
	background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/main/v2/top_bn_img1.png') no-repeat 0 0;
}

.main_banner_wrap .main_banner .swiper-slide-2::before {
	width: 651px;
	height: 529px;
	top: 45px;
	left: 550px;
	background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/main/v2/top_bn_img2.png') no-repeat 0 0;
}

.main_banner_wrap .main_banner .swiper-slide-3::before {
	width: 632px;
	height: 582px;
	top: 62px;
	left: 534px;
	background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/main/v2/main_bn_img.png') no-repeat 0 0;
}
.main_banner_wrap .main_banner .swiper-slide-4::before {
	width: 531px;
	height: 556px;
	top: 48px;
	left: 582px;
	background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/main/v2/top_bn_img4.png') no-repeat 0 0;
}
.pagination_wrap {
	display: flex;
	align-items: center;
	position: relative;
	width: 1100px;
	height: 74px;
	margin: 14px 0 0 156px;
	z-index: 1;
}
.pagination_wrap .page_number {
	width: 70px;
	margin-right: 6px;
	text-align: center;
	font-size: 16px;
	font-family: 'spoqa3';
}
.pagination_wrap .page_number .number_current {
	font-family: 'spoqa4';
}
.pagination_wrap .swiper-button-prev {
	position: static;
	width: 35px;
	height: 16px;
	margin: 0 15px 0 0;
	background: url('/_skin/tpl_skin/common_images/icon/icon_main.png') no-repeat top -40px left -135px;
}
.pagination_wrap .swiper-button-next {
	position: static;
	width: 35px;
	height: 16px;
	margin: 0 16px 0 0;
	background: url('/_skin/tpl_skin/common_images/icon/icon_main.png') no-repeat top -40px left -185px;
}
.pagination_wrap .page_control {
	position: relative;
	width: 25px;
	height: 25px;
	z-index: 1;
}
.pagination_wrap .page_control button {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.pagination_wrap .page_control .swiper-button-pause {
	background: url('/_skin/tpl_skin/common_images/icon/icon_main.png') no-repeat top -36px left -269px;
}
.pagination_wrap .page_control .swiper-button-play {
	display: none;
	background: url('/_skin/tpl_skin/common_images/icon/icon_main.png') no-repeat top -36px left -236px;
}
.main_banner_wrap .sub_banner_wrapper {
	position: absolute;
	top: 81px;
	right: 170px;
}

.main_banner_wrap .sub_banner {
	position: relative;
	width: 226px;
	height: 223px;
	border-radius: 19px;
	overflow: hidden;
}

.main_banner_wrap .sub_banner + .sub_banner {
	margin-top: 24px;
}

.main_banner_wrap .sub_banner a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 32px 0 0 28px;
}

.main_banner_wrap .sub_banner .banner_title {
	line-height: 1.1;
	letter-spacing: -0.045em;
	font-size: 23px;
	font-family: 'spoqa4';
}

.main_banner_wrap .sub_banner .banner_title::after {
	content: '';
	display: inline-block;
	position: relative;
	top: 4px;
	left: 1px;
	width: 23px;
	height: 23px;
	background: url('/_skin/tpl_skin/common_images/icon/icon_main.png') no-repeat top -37px left -83px;
}

.main_banner_wrap .sub_banner .banner_badge {
	position: absolute;
	top: 99px;
	right: 24px;
	width: 50px;
	height: 50px;
	background: url('/_skin/tpl_skin/basic_labor_new/images/main/v2/bullet_free.png') no-repeat 0 0;
	z-index: 1;
}

.main_banner_wrap .sub_banner .swiper-slide {
	width: 100%;
	height: 100%;
}

.main_banner_wrap .sub_banner-1 .swiper-slide-1 {
	background: #fff url('/_skin/tpl_skin/basic_labor_new/images/main/v2/top_bn_lecture_3.png') no-repeat bottom 20px left 38px;
}

.main_banner_wrap .sub_banner-1 .swiper-slide-2 {
	background: #fff url('/_skin/tpl_skin/basic_labor_new/images/main/v2/top_bn_event_1.png') no-repeat bottom right;
}

.main_banner_wrap .sub_banner-2 .swiper-slide-1 {
	background: #fff url('/_skin/tpl_skin/basic_labor_new/images/main/v2/top_bn_exam.png') no-repeat bottom 0 center;
}

.main_banner_wrap .sub_banner-2 .swiper-slide-8954 {
    background: #fff url('/img/event/8954/bn/categori_img.png') no-repeat bottom 7px left 45px;
}

.main_banner_wrap .sub_banner .pagination {
	position: absolute;
	top: 15px;
	right: 15px;
	left: auto;
	height: 0;
	text-align: right;
	z-index: 1;
}

.main_banner_wrap .sub_banner .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border: 0;
	border-radius: 50%;
	background-color: #d2d2d2;
	opacity: 1;
}

.main_banner_wrap .sub_banner .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 0 0 5px;
}

.main_banner_wrap .sub_banner .swiper-pagination-bullet-active {
	background-color: #f8a6aa;
}

@media (max-width: 1200px) {
	.main_banner_wrap .main_banner .banner_marker,
	.main_banner_wrap .main_banner .logo_img,
	.main_banner_wrap .main_banner .banner_title,
	.main_banner_wrap .main_banner .banner_desc,
	.main_banner_wrap .main_banner .banner_link {
		margin-left: 48px;
	}
	.main_banner_wrap .sub_banner_wrapper {
		right: 291px;
	}
}

/* 학습자료 */
.lst_link {
	margin-top: 106px;
}
.lst_link ul {
	display: flex;
	justify-content: space-between;
}
.lst_link ul li {
	width: 152px;
	height: 152px;
	border-radius: 20px;
	background: #fff;
}
.lst_link ul li.on {
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.lst_link ul li a {
	display: block;
	height: 100%;
	padding-top: 39px;
	color: #000;
	font-family: 'spoqa4';
	font-size: 18px;
	text-align: center;
}
.lst_link ul li a:before {
	content: '';
	display: block;
	height: 42px;
	margin: 0 auto 15px;
	background-image: url('/_skin/tpl_skin/common_images/icon/icon_main.png');
	background-repeat: no-repeat;
}
.lst_link ul li.con1 a:before {
	width: 47px;
	background-position: -20px -227px;
}
.lst_link ul li.con2 a:before {
	width: 36px;
	background-position: -95px -227px;
}
.lst_link ul li.con3 a:before {
	width: 44px;
	background-position: -158px -227px;
}
.lst_link ul li.con4 a:before {
	width: 38px;
	background-position: -229px -227px;
}
.lst_link ul li.con5 a:before {
	width: 43px;
	background-position: -294px -227px;
}

/*합격패키지*/
.package_wrap {
	padding: 136px 0 150px;
}
.package_wrap .main_inner {
	width: 1100px;
}

.package_wrap .package_list {
	display: flex;
	width: 1100px;
	margin-top: 56px;
}

.package_wrap .package_list .package_item {
}

.package_wrap .package_list .package_item + .package_item {
	margin-left: 15px;
}

.package_wrap .package_list .package_item > a {
	display: flex;
	position: relative;
	flex-direction: column;
	padding: 43px 0 35px 26px;
	width: 223px;
	height: 424px;
	border-radius: 15px;
	background: linear-gradient(137deg, #cbdaff 0%, #c7b7ff 100%);
}

.package_wrap .package_list .list_sub {
	letter-spacing: -0.065em;
	font-size: 19px;
	font-family: 'spoqa4';
}

.package_wrap .package_list .list_title {
	display: block;
	margin-top: 30px;
	line-height: 1.2;
	font-size: 30px;
	font-family: 'market-b';
}

.package_wrap .package_list .desc_list {
	margin-top: 19px;
	letter-spacing: -0.065em;
	font-size: 16px;
	font-family: 'spoqa3';
}

.package_wrap .package_list .desc_list li + li {
	margin-top: 5px;
}

.package_wrap .package_list .list_btns {
	position: relative;
	display: flex;
	margin: auto 0 0 -2px;
	z-index: 1;
}

.package_wrap .package_list .btn_go {
	display: inline-block;
	width: 180px;
	height: 53px;
	line-height: 53px;
	border-radius: 8px;
	letter-spacing: -0.065em;
	text-align: center;
	color: #fff;
	font-family: 'spoqa3';
	font-size: 18px;
	background: #140540;
	box-shadow: 0px 3px 10px 0px rgba(16, 16, 19, 0.75);
}

.package_wrap .package_list .btn_go + .btn_go {
	margin-left: 10px;
}

.package_wrap .package_list .package_item:hover .btn_go {
	color: #010100;
	font-family: 'spoqa4';
	background-color: #f6eeaf;
}

.package_wrap .package_list .btn_go span {
	position: relative;
	margin-left: 20px;
	left: -5px;
}

.package_wrap .package_list > li:first-child > a {
	width: 624px;
	padding: 46px 0 35px 36px;
	background: linear-gradient(137deg, #8c2afd 0%, #483df3 100%);
    overflow: hidden;
}

.package_wrap .package_list > li:first-child > a::before {
	content: '';
	position: absolute;
	top: 79px;
	right: -80px;
	width: 473px;
	height: 320px;
	background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/main/v2/teacher.png') no-repeat center top;
}

.package_wrap .package_list > li:first-child .list_sub {
	font-size: 22px;
	font-family: 'spoqa4';
	color: #f6eeaf;
}

.package_wrap .package_list > li:first-child .list_title {
	letter-spacing: -0.065em;
	font-size: 43px;
	color: #fff;
}

.package_wrap .package_list > li:first-child .list_title span {
	color: #fff323;
}

.package_wrap .package_list > li:first-child .desc_list {
	margin-top: 17px;
	color: #fff;
	font-size: 18px;
}

.package_wrap .package_list > li:first-child .desc_list li + li {
	margin-top: 6px;
}

.package_wrap .package_list > li:first-child .list_btns {
	margin-left: 2px;
}

.package_wrap .package_list > li:first-child .btn_go {
	display: flex;
	justify-content: center;
	width: 264px;
	padding: 0;
	letter-spacing: -0.065em;
	font-size: 18px;
	font-family: 'spoqa4';
}

.package_wrap .package_list > li:first-child .btn_go span {
	display: inline-block;
}

.package_wrap .package_list > li:first-child .btn_go + .btn_go {
	margin-left: 20px;
}

.package_wrap .package_list > li:first-child .btn_go:nth-child(1) span {
	position: relative;
	margin-left: 19px;
	left: 11px;
}

.package_wrap .package_list > li:first-child .btn_go:nth-child(2) span {
	position: relative;
	margin-left: 19px;
	left: 11px;
}

/*리얼 합격 스토리*/
.pass_story {
	padding-top: 200px;
}
.pass_story .video_cont {
	position: relative;
	margin-top: 47px;
}
.pass_story .con_img1 {
	margin-left: -60px;
}
.pass_story .video_cont .video_box {
	position: absolute;
	top: 41px;
	left: 4px;
	width: 1100px;
	height: 528px;
}

.rolling_wrap .deco-line {
	position: relative;
	width: 100%;
	height: 108px;
	background-image: linear-gradient(to right, #5cabf6 0%, #a97cfb 100%);
	box-sizing: border-box;
	border-radius: 50px;
	box-shadow: 10px 10px 27px rgba(0, 0, 0, 0.4);
}
.rolling_wrap .deco-line:after {
	content: '';
	position: absolute;
	left: 6px;
	top: 6px;
	right: 6px;
	bottom: 6px;
	height: 95px;
	/*border: 9px solid transparent;*/
	background: #fff;
	box-sizing: border-box;
	border-radius: 45px;
}
.rolling_wrap {
	position: relative;
	height: 347px;
	padding-top: 119px;
}
.rolling_wrap .textlo {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	/*padding: 50px 0;*/
	width: 1100px;
}
.rolling_wrap .textlo:before {
	z-index: 2;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 40px;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, 0.2) 100%);
}
.rolling_wrap .textlo:after {
	z-index: 2;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 40px;
	background: linear-gradient(to top, rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, 0.2) 100%);
}
.rolling_wrap .textlo > div {
	overflow: hidden;
	position: relative;
	height: 345px;
	text-align: center;
}
.rolling_wrap .textlo > div ul {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.rolling_wrap .textlo > div ul li {
	overflow: hidden;
	padding: 0 20px;
	/*font-size: 25px;*/
	/*font-weight: 500;*/
	color: rgba(0, 0, 0, 0.4);
	height: 52px;
	line-height: 52px;
	font-family: 'market-m';
	font-size: 20px;

	transition: all 0.2s ease-out 0s;
}
.rolling_wrap .textlo > div ul li.prev,
.rolling_wrap .textlo > div ul li.next {
	color: rgba(0, 0, 0, 0.4);
}
.rolling_wrap .textlo > div ul li.on {
	/*font-size:35px;*/
	/*foont-weight:900;*/
	height: 110px;
	line-height: 110px;
	color: #000;
	margin: 16px 0;
	font-family: 'market-b';
	font-size: 27px;
}

.list_inner .list_btns {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background: #4c36ff;
	opacity: 0.8;
	z-index: 1;
}

.lst_info > li:hover .list_btns {
	display: flex;
}

.list_inner .list_btns::after {
	content: '';
	position: absolute;
	top: 0;
	left: calc(50% - 4px);
	width: 7px;
	height: 100%;
	background: url('/_skin/tpl_skin/common_images/icon/icon_main.png') no-repeat top -76px left -172px;
}

.list_inner .list_btns > a,
.list_inner .list_btns > div {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	color: #d0cdec;
	font-size: 14px;
	font-weight: 700;
	font-family: 'spoqa4';
}

.list_inner .list_btns a {
	display: flex;
	justify-content: center;
	align-items: center;
}

.list_inner .list_btns a:hover {
	color: #fff;
}

.list_inner .list_btns a::before {
	content: '';
	display: inline-block;
	width: 30px;
	height: 24px;
	background: url('/_skin/tpl_skin/common_images/icon/icon_main.png') no-repeat;
}

.list_inner .list_btns .btn_sample::before {
	background-position: top -91px left -69px;
}

.list_inner .list_btns .btn_sample:hover::before {
	background-position: top -91px left -36px;
}

.list_inner .list_btns .btn_teacher::before {
	background-position: top -91px left -135px;
}

.list_inner .list_btns .btn_teacher:hover::before {
	background-position: top -91px left -102px;
}

/*도서영역*/
.book_area {
	padding: 104px 0 166px;
	background: #e8ebf4;
}

.book_area .main_inner::before {
	content: '';
	position: absolute;
	top: -154px;
	right: 205px;
	width: 290px;
	height: 330px;
	background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/main/v2/book_img.png') no-repeat 0 0;
}

.book_area .main_desc {
	margin-top: 6px;
	color: #70737a;
	font-size: 16px;
}

.book_area .main_book_list {
	margin-top: 43px;
}

.book_area .book_slide_sub {
	position: relative;
	width: 1200px;
	height: 160px;
	/* margin: 118px auto 0; */
	margin: 48px auto 0;
	padding: 0 26px;
	overflow: hidden;
}

.book_area .book_slide_sub .swiper-button-prev {
	right: auto;
	left: 0;
}

.book_area .book_slide_sub .swiper-button-next {
	left: auto;
	right: 0;
}

.book_area .book_slide_sub .swiper-button-prev,
.book_area .book_slide_sub .swiper-button-next {
	top: 75px;
	width: 36px;
	height: 36px;
	border: 1px solid #c2c2c2;
	border-radius: 50%;
	background: #fff;
	z-index: 1;
}

.book_area .book_slide_sub .swiper-button-prev::after,
.book_area .book_slide_sub .swiper-button-next::after {
	position: absolute;
	top: 10px;
	left: 13px;
	width: 12px;
	height: 18px;
}

.book_area .book_slide_sub .swiper-button-prev::after {
	background: url('/_skin/tpl_skin/common_images/icon/icon_main.png') no-repeat top -146px left -243px;
}

.book_area .book_slide_sub .swiper-button-next::after {
	background: url('/_skin/tpl_skin/common_images/icon/icon_main.png') no-repeat top -146px left -266px;
}
.book_area .book_list {
	display: flex;
	justify-content: space-between;
	width: 1100px;
	margin: 0 auto;
}

.book_area .book_list li {
	/*width: 253px;*/
}

.book_area .book_list li.popupVideo {
	position: static;
	height: auto;
	font-size: inherit;
}

.book_area .book_list .book_thumb {
	display: inline-block;
	width: 246px;
	border: 1px solid transparent;
	border-radius: 10px;
	overflow: hidden;
	vertical-align: top;
}

.book_area .book_list li:hover .book_thumb,
.book_area .book_list li:focus .book_thumb {
	border-color: #333;
}
.book_area .book_list .book_thumb + .txt_bx {
	display: inline-block;
	width: 290px;
	padding-left: 30px;
	vertical-align: top;
}
.book_area .book_list strong {
	display: block;
	line-height: 1.4;

	letter-spacing: -0.065em;
	font-size: 17px;
	font-family: 'spoqa4';
}

.book_area .book_list p {
	margin-top: 8px;
	color: #656565;
	font-size: 13px;
	font-family: 'spoqa3';
}
.book_area .review_list li strong {
	padding: 26px 0 0 27px !important;
}

.book_area .review_list {
	display: inline-flex;
	flex-wrap: nowrap;
	transform: translateX(100%);
	margin-top: 141px;
	animation: marquee 30s linear infinite;
}

.book_area .review_list:hover {
	animation-play-state: paused;
}

.book_area .review_list li div.review_txt {
	padding-right: 5px;
}

@keyframes marquee {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}

.book_area .review_list li {
	display: flex;
	flex-direction: column;
	width: 370px;
	height: 261px;
	border-radius: 22px;
	overflow: hidden;
	transition: 0.2s ease-in;
	box-shadow: 0px 14px 35px 0px rgba(16, 16, 19, 0.25);
}

/*.book_area .review_list li:hover {
	transform: translateY(-25px);
}*/

.book_area .review_list li + li {
	margin-left: 20px;
}

.book_area .review_list li strong {
	flex-grow: 1;
	display: block;
	padding: 26px 0 0 35px;
	line-height: 1.2;
	letter-spacing: -0.065em;
	font-size: 22px;
	font-family: 'spoqa2';
}

.book_area .review_list li strong span {
	position: relative;
	font-family: 'spoqa4';
	z-index: 1;
}

.book_area .review_list li strong span::after {
	content: '';
	position: absolute;
	bottom: 2px;
	left: 0;
	width: 100%;
	height: 14px;
	background: #fdedc3;
	z-index: -1;
}

.book_area .review_list li:nth-child(1) strong,
.book_area .review_list li:nth-child(10) strong {
	background: #fff url('/_skin/tpl_skin/basic_fire_manager_new/images/main/v2/book_hugi_1.png') no-repeat bottom right 10px;
}

.book_area .review_list li:nth-child(2) strong,
.book_area .review_list li:nth-child(11) strong {
	background: #fff url('/_skin/tpl_skin/basic_fire_manager_new/images/main/v2/book_hugi_2.png') no-repeat bottom right 10px;
}

.book_area .review_list li:nth-child(3) strong,
.book_area .review_list li:nth-child(12) strong {
	background: #fff url('/_skin/tpl_skin/basic_fire_manager_new/images/main/v2/book_hugi_3.png') no-repeat bottom right 10px;
}

.book_area .review_list li:nth-child(4) strong,
.book_area .review_list li:nth-child(13) strong {
	background: #fff url('/_skin/tpl_skin/basic_fire_manager_new/images/main/v2/book_hugi_4.png') no-repeat bottom -2px right 10px;
}

.book_area .review_list li:nth-child(5) strong,
.book_area .review_list li:nth-child(14) strong {
	background: #fff url('/_skin/tpl_skin/basic_fire_manager_new/images/main/v2/book_hugi_5.png') no-repeat bottom right 10px;
}

.book_area .review_list li:nth-child(6) strong,
.book_area .review_list li:nth-child(15) strong {
	background: #fff url('/_skin/tpl_skin/basic_fire_manager_new/images/main/v2/book_hugi_6.png') no-repeat bottom right 10px;
}

.book_area .review_list li:nth-child(7) strong,
.book_area .review_list li:nth-child(16) strong {
	background: #fff url('/_skin/tpl_skin/basic_fire_manager_new/images/main/v2/book_hugi_7.png') no-repeat bottom right 10px;
}

.book_area .review_list li:nth-child(8) strong,
.book_area .review_list li:nth-child(17) strong {
	background: #fff url('/_skin/tpl_skin/basic_fire_manager_new/images/main/v2/book_hugi_8.png') no-repeat bottom right 10px;
}

.book_area .review_list li:nth-child(9) strong,
.book_area .review_list li:nth-child(18) strong {
	background: #fff url('/_skin/tpl_skin/basic_fire_manager_new/images/main/v2/book_hugi_9.png') no-repeat bottom right 10px;
}

.book_area .review_list li .review_txt {
	margin-top: auto;
	height: 132px;
	padding: 14px 27px 0 30px;
	word-break: keep-all;
	letter-spacing: -0.04em;
	color: #fff;
	background: #8191da;
}

.book_area .review_list li .review_txt p {
	font-size: 15px;
	font-family: 'spoqa3';
}

.book_area .review_list li .review_txt em {
	display: block;
	margin-top: 5px;
	font-size: 14px;
	font-weight: 700;
}

/* 교수 */
.main_teacher_wrap {
	padding: 89px 0 177px;
}

.main_teacher_wrap .wrap_title {
	margin-bottom: 72px;
}

.main_teacher_wrap .teacher_slide {
	width: 1104px;
	height: 684px;
	padding: 15px 46px 38px;
	margin: -16px 0 0 -49px;
	box-sizing: content-box;
	overflow: hidden;
}

.main_teacher_wrap .teacher_slide .swiper-slide {
	display: flex;
	justify-content: space-between;
    justify-content: flex-start;
    gap: 20px;
	width: 1100px;
	height: 342px;
	/*margin-top: -2px;*/
	/*padding-top: 50px;*/
	/*padding-left: 50px;*/
}

.main_teacher_wrap .teacher_slide .swiper-slide-next {
	margin-bottom: 38px !important;
}

.main_teacher_wrap .teacher_slide .swiper-slide-active,
.main_teacher_wrap .teacher_slide .swiper-slide-next {
}

.main_teacher_wrap .teacher_slide .swiper-slide li {
	position: relative;
	width: calc(100% / 3 - 10px);
	height: 338px;
	/*height: 325px;*/
}

.main_teacher_wrap .teacher_slide .swiper-slide li::before {
	content: '';
	display: block;
	width: 100%;
	height: 325px;
	border-radius: 18px;
	border: 2px solid transparent;
	background-image: linear-gradient(#fff, #fff), linear-gradient(0deg, #79a7fd 0%, #aa7ef9 100%);
	background-origin: border-box;
	background-clip: content-box, border-box;
	opacity: 0;
	box-shadow: 0px 16px 36px 0px rgba(16, 16, 19, 0.28);
}

.main_teacher_wrap .teacher_slide .swiper-slide li:not(.is_empty):hover::before,
.main_teacher_wrap .teacher_slide .swiper-slide li:not(.is_empty):focus::before {
	opacity: 1;
}

.main_teacher_wrap .teacher_slide .swiper-slide p {
	letter-spacing: -0.065em;
	font-family: 'spoqa3';
	font-size: 18px;
}

.main_teacher_wrap .teacher_slide .swiper-slide strong {
	display: block;
	position: relative;
	margin-top: 16px;
	line-height: 1.2;
	letter-spacing: -0.065em;
	font-size: 21px;
	font-family: 'spoqa4';
	z-index: 1;
}

.main_teacher_wrap .teacher_slide .swiper-slide .list_tag + strong {
	margin-top: 0;
}

.main_teacher_wrap .teacher_slide .swiper-slide strong span {
	font-size: 26px;
}
.main_teacher_wrap .teacher_slide .swiper-slide .list_tag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 20px;
	margin: 22px 0 5px;
	padding: 0 7px;
	border: 1px solid #000;
	letter-spacing: -0.035em;
	border-radius: 20px;
	color: #000;
	font-size: 15px;
	font-family: 'spoqa4';
}

.main_teacher_wrap .teacher_slide .swiper-slide .list_inner {
	position: absolute;
	top: 2px;
	left: 2px;
	width: 100%;
	height: 325px;
	padding: 52px 0 0 30px;
	border-radius: 15px;
	overflow: hidden;
	background: linear-gradient(137deg, #e7ebf0 0%, #cad4e2 100%);
}

.main_teacher_wrap .teacher_slide .swiper-slide .list_inner::after {
	content: '';
	position: absolute;
	top: 1px;
	left: 1px;
	width: 100%;
	height: 100%;
	border-radius: 15px;
}

.main_teacher_wrap .teacher_slide .swiper-slide-1 li:nth-child(1) .list_inner::after {
	background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/teacher/teacher1.png') no-repeat top 33px right -48px;
	background-size: 322px auto;
}

.main_teacher_wrap .teacher_slide .swiper-slide-1 li:nth-child(2) .list_inner::after {
	background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/teacher/teacher2.png') no-repeat top 33px right -11px;
	background-size: 262px auto;
}

.main_teacher_wrap .teacher_slide .swiper-slide-1 li:nth-child(3) .list_inner::after {
	background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/teacher/teacher3-1.png') no-repeat top 22px right -54px;
	background-size: 322px auto;
}

/* .main_teacher_wrap .teacher_slide .swiper-slide-2 li:nth-child(1) .list_inner::after {
	background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/teacher/teacher3.png') no-repeat top 33px right -76px;
	background-size: 324px auto;
} */

.main_teacher_wrap .teacher_slide .swiper-slide-2 li:nth-child(1) .list_inner::after {
	background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/teacher/teacher4.png') no-repeat top 16px right -41px;
	background-size: 315px auto;
}

.main_teacher_wrap .teacher_slide .swiper-slide-2 li:nth-child(2) .list_inner::after {
	background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/teacher/teacher5.png') no-repeat top 23px right -18px;
	background-size: 278px auto;
}

.main_teacher_wrap .teacher_slide .swiper-slide-2 li:nth-child(3) .list_inner::after {
	background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/teacher/teacher6.png') no-repeat top 33px right -57px;
	background-size: 315px auto;
}

.main_teacher_wrap .teacher_slide .swiper-slide-3 li:nth-child(1) .list_inner::after {
	background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/teacher/teacher4.png') no-repeat top 16px right -41px;
	background-size: 315px auto;
}

.main_teacher_wrap .teacher_slide .swiper-slide-3 li:nth-child(2) .list_inner::after {
	background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/teacher/teacher8.png') no-repeat top 16px right -51px;
	background-size: 315px auto;
}

.main_teacher_wrap .teacher_slide .swiper-slide-4 li:nth-child(1) .list_inner::after {
	background: url('/_skin/tpl_skin/basic_attorney/images/teacher/teacher_11.png') no-repeat top 33px right -41px;
	background-size: 280px auto;
}

.main_teacher_wrap .teacher_slide .swiper-slide-4 li:nth-child(2) .list_inner::after {
	background: url('/_skin/tpl_skin/basic_attorney/images/teacher/teacher10.png') no-repeat top 33px right -41px;
	background-size: 280px auto;
}

.main_teacher_wrap .teacher_slide .swiper-slide-4 li:nth-child(3) .list_inner::after {
	background: url('/_skin/tpl_skin/basic_attorney/images/teacher/teacher_12.png') no-repeat top 33px right -41px;
	background-size: 280px auto;
}

.main_teacher_wrap .teacher_slide .swiper-slide-5 li:nth-child(1) .list_inner::after {
	background: url('/_skin/tpl_skin/basic_judicial_scrivener/content_4/teacher_3.png') no-repeat top 33px right -41px;
	background-size: 280px auto;
}

.main_teacher_wrap .teacher_slide .swiper-slide-5 li:nth-child(2) .list_inner::after {
	background: url('/_skin/tpl_skin/basic_judicial_scrivener/content_4/teacher_3.png') no-repeat top 33px right -73px;
	background-size: 280px auto;
}

.main_teacher_wrap .teacher_slide .swiper-slide-5 li:nth-child(3) .list_inner::after {
	background: url('/_skin/tpl_skin/basic_judicial_scrivener/content_4/teacher_2.png') no-repeat top 33px right -41px;
	background-size: 280px auto;
}

.main_teacher_wrap .teacher_slide .swiper-slide .list_btns {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background: #4c36ff;
	opacity: 0.8;
	z-index: 1;
}

.main_teacher_wrap .teacher_slide .swiper-slide li:hover .list_btns {
	display: flex;
}

.main_teacher_wrap .teacher_slide .swiper-slide .list_btns::after {
	content: '';
	position: absolute;
	top: 0;
	left: calc(50% - 4px);
	width: 7px;
	height: 100%;
	background: url('/_skin/tpl_skin/common_images/icon/icon_main.png') no-repeat top -76px left -172px;
}

.main_teacher_wrap .teacher_slide .swiper-slide .list_btns > a,
.main_teacher_wrap .teacher_slide .swiper-slide .list_btns > div {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	color: #d0cdec;
	font-size: 14px;
	font-weight: 700;
	font-family: 'spoqa4';
}

.main_teacher_wrap .teacher_slide .swiper-slide .list_btns a {
	display: flex;
	justify-content: center;
	align-items: center;
}

.main_teacher_wrap .teacher_slide .swiper-slide .list_btns a:hover {
	color: #fff;
}

.main_teacher_wrap .teacher_slide .swiper-slide .list_btns a::before {
	content: '';
	display: inline-block;
	width: 30px;
	height: 24px;
	background: url('/_skin/tpl_skin/common_images/icon/icon_main.png') no-repeat;
}

.main_teacher_wrap .teacher_slide .swiper-slide .list_btns .btn_sample::before {
	background-position: top -91px left -69px;
}

.main_teacher_wrap .teacher_slide .swiper-slide .list_btns .btn_sample:hover::before {
	background-position: top -91px left -36px;
}

.main_teacher_wrap .teacher_slide .swiper-slide .list_btns .btn_teacher::before {
	background-position: top -91px left -135px;
}

.main_teacher_wrap .teacher_slide .swiper-slide .list_btns .btn_teacher:hover::before {
	background-position: top -91px left -102px;
}

.main_teacher_wrap .btn_all {
	display: block;
	position: relative;
	width: 328px;
	line-height: 51px;
	margin: -8px auto 0;
	border-radius: 51px;
	letter-spacing: -0.065em;
	text-align: center;
	color: #fff;
	font-size: 19px;
	font-family: 'spoqa4';
	background: #36363b;
	cursor: pointer;
	z-index: 2;
}

.main_teacher_wrap .btn_all:hover,
.main_teacher_wrap .btn_all:focus {
	background: #636371;
}

.main_teacher_wrap .btn_all span {
	position: relative;
	left: 10px;
}

/*수험정보*/
.exam_info {
	padding: 170px 0 0;
}

.exam_info .wrap_title strong {
	margin-top: 6px;
}

.exam_info .exam_cont_wrap {
	display: flex;
	width: 1100px;
	height: 373px;
	margin-top: 64px;
}

.exam_info .exam_download {
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 2;
	box-shadow: 0px 10px 35px 0px rgba(16, 16, 19, 0.28);
}

.exam_info .tab_cont {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 257px;
	padding: 49px 0 0 50px;
	background: url('/_skin/tpl_skin/basic_judicial_scrivener/main/v1/benefit_bg_img.png') no-repeat bottom 0 right 13px;
}

.exam_info .tab_cont.is_active {
	display: block;
}

.exam_info .tab_cont img {
	position: absolute;
}

.exam_info .tab_cont:nth-child(1) img {
	top: 52px;
	right: 41px;
}

.exam_info .tab_cont:nth-child(2) img {
	top: 47px;
	right: -15px;
}

.exam_info .tab_cont:nth-child(3) img {
	top: 80px;
	right: -6px;
}

.exam_info .tab_cont strong {
	line-height: 1.2;
	letter-spacing: -0.065em;
	font-size: 32px;
	font-family: 'spoqa4';
}

.exam_info .tab_cont p {
	line-height: 1.4;
	letter-spacing: -0.065em;
	margin-top: 16px;
	font-size: 21px;
	font-family: 'spoqa3';
}

.exam_info .exam_tab {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 524px;
	height: 118px;
	margin-top: auto;
	padding: 0 11px;
	background: linear-gradient(137deg, #8628ff 0%, #5931ff 100%);
	z-index: 1;
}

.exam_info .exam_tab a {
	display: block;
	position: relative;
	width: 33.333%;
	padding-bottom: 2px;
	letter-spacing: -0.065em;
	text-align: center;
	color: #d8c8ff;
	cursor: pointer;
}

.exam_info .exam_tab a + a:before {
	content: '';
	position: absolute;
	top: 16px;
	left: -1px;
	width: 3px;
	height: 21px;
	background: url('/_skin/tpl_skin/basic_judicial_scrivener/main/v1/icon_dot.png') no-repeat 0 0;
}

.exam_info .exam_tab a.is_active,
.exam_info .exam_tab a:hover,
.exam_info .exam_tab a:focus {
	color: #fff;
}

.exam_info .exam_tab a span {
	letter-spacing: -0.065em;
	font-size: 16px;
	font-family: 'spoqa3';
}

.exam_info .exam_tab a em {
	display: block;
	margin-top: 4px;
	letter-spacing: -0.065em;
	font-size: 23px;
	font-family: 'spoqa4';
}

.exam_info .exam_slide {
	position: relative;
	width: 576px;
}

.exam_info .exam_slide .swiper-slide {
	padding: 86px 0 0 48px;
}

/* .exam_info .exam_slide .swiper-slide-1 {
	background: #cad4e2 url('/_skin/tpl_skin/basic_fire_manager_new/images/main/v2/benefit_img_2_1.png') no-repeat 281px 116px;
} */
.exam_info .exam_slide .swiper-slide-1 {
	background: #cad4e2 url('/_skin/tpl_skin/basic_fire_manager_new/images/main/v2/benefit_img_2_2.png') no-repeat 253px 137px;
}
/* .exam_info .exam_slide .swiper-slide-3 {
	background: #cad4e2 url('/_skin/tpl_skin/basic_fire_manager_new/images/main/v2/benefit_img_2_3.png') no-repeat 239px 151px;
} */

.exam_info .exam_slide .swiper-slide p {
	line-height: 1.3;
	letter-spacing: -0.065em;
	font-size: 21px;
	font-family: 'market-m';
}

.exam_info .exam_slide .swiper-slide strong {
	display: block;
	line-height: 1.07;
	margin-top: 13px;
	letter-spacing: -0.065em;
	font-size: 42px;
	font-family: 'market-b';
}

.exam_info .exam_slide .swiper-slide .txt_point {
	color: #2a1aff;
}

.exam_info .exam_slide .swiper-slide .txt_point span {
	display: inline-block;
	position: relative;
	z-index: 1;
}

.exam_info .exam_slide .swiper-slide .txt_point span::after {
	content: '';
	position: absolute;
	bottom: 5px;
	left: -1px;
	width: calc(100% + 25px);
	height: 21px;
	background: linear-gradient(90deg, #e9cb7d 80%, #cad4e2 100%);
	z-index: -1;
}

.exam_info .exam_slide .swiper-slide .btn_more {
	display: block;
	width: 114px;
	line-height: 28px;
	border-radius: 30px;
	margin-top: 16px;
	border: 1px solid #000;
	text-align: center;
	font-family: 'spoqa3';
}

.exam_info .exam_slide .swiper-slide .btn_more:hover,
.exam_info .exam_slide .swiper-slide .btn_more:focus {
	color: #fff;
	background: #000;
}

.exam_info .exam_slide .pagination_wrap {
	display: flex;
	height: 23px;
	align-items: center;
	position: absolute;
	top: 33px;
	left: 48px;
	z-index: 1;
	margin: 0;
}

.exam_info .exam_slide .pagination {
	display: flex;
}

.exam_info .exam_slide .pagination button {
	width: auto;
	background: transparent;
	height: auto;
	border: 0;
	border-bottom: 1px solid transparent;
	border-radius: 0;
	color: #8f97a2;
	font-size: 15px;
	font-family: 'spoqa4';
	opacity: 1;
	cursor: pointer;
}

.exam_info .exam_slide .pagination button + button {
	margin-left: 13px;
}

.exam_info .exam_slide button.swiper-pagination-bullet-active {
	border-color: #000;
	color: #000;
	background: transparent;
}

.exam_info .exam_slide .page_control {
	position: relative;
	width: 15px;
	height: 14px;
	margin-left: 12px;
}

.exam_info .exam_slide .page_control button {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.exam_info .exam_slide .page_control .swiper-button-pause {
	background: url('/_skin/tpl_skin/common_images/icon/icon_main.png') no-repeat top -146px left -125px;
}
.exam_info .exam_slide .page_control .swiper-button-play {
	display: none;
	background: url('/_skin/tpl_skin/common_images/icon/icon_main.png') no-repeat top -146px left -152px;
}
/*이벤트 배너*/
.banner_wrap {
	padding-top: 138px;
}

/*고객지원*/
.cs_wrap {
	margin-top: 131px;
	padding: 96px 138px;
	background: #ededed;
}

.cs_wrap .wrap_title strong {
	margin-top: 8px;
}

.cs_wrap .cs_list {
	display: flex;
	justify-content: space-between;
	width: 1100px;
	margin-top: 78px;
}

.cs_wrap .cs_list a {
	width: 257px;
	height: 295px;
	padding: 204px 0 0 29px;
	border-radius: 20px;
	transition: 0.2s ease-in;
}

.cs_wrap .cs_list a:nth-child(1) {
	background: #fff url('/_skin/tpl_skin/basic_judicial_scrivener/main/v1/customer_1.png') no-repeat 0 0;
}

.cs_wrap .cs_list a:nth-child(2) {
	background: #fff url('/_skin/tpl_skin/basic_judicial_scrivener/main/v1/customer_2.png') no-repeat 0 0;
}

.cs_wrap .cs_list a:nth-child(3) {
	background: #fff url('/_skin/tpl_skin/basic_judicial_scrivener/main/v1/customer_3.png') no-repeat 0 0;
}

.cs_wrap .cs_list a:nth-child(4) {
	background: #fff url('/_skin/tpl_skin/basic_judicial_scrivener/main/v1/customer_4.png') no-repeat 0 0;
}

.cs_wrap .cs_list a:hover,
.cs_wrap .cs_list a:focus {
	transform: translateY(-20px);
	box-shadow: 0px 17px 29px 0px rgba(16, 16, 19, 0.21);
}

.cs_wrap .cs_list strong {
	font-size: 22px;
	font-family: 'spoqa4';
}

.cs_wrap .cs_list p {
	margin-top: 8px;
	font-size: 17px;
	font-family: 'spoqa3';
}
.cs_wrap .bbs_wrap {
	display: flex;
	width: 1100px;
	margin-top: 112px;
	padding-top: 60px;
	border-top: 4px solid #000;
}

.cs_wrap .bbs_wrap .bbs_item {
	display: flex;
}

.cs_wrap .bbs_wrap .bbs_item-1 {
	width: 558px;
}

.cs_wrap .bbs_wrap .bbs_item-2 {
	flex-grow: 2;
}

.cs_wrap .bbs_wrap .bbs_item-1 .bbs_title {
	width: 220px;
}

.cs_wrap .bbs_wrap .bbs_item-2 .bbs_title {
	width: 180px;
}

.cs_wrap .bbs_wrap .bbs_title a {
	display: flex;
	align-items: center;
	font-size: 26px;
	font-family: 'spoqa4';
}

.cs_wrap .bbs_wrap .bbs_title a::after {
	content: '';
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-left: 10px;
	border-radius: 50%;
	background: #fff url('/_skin/tpl_skin/common_images/icon/icon_main.png') no-repeat -38px -81px;
	background-size: 258px auto;
}

.cs_wrap .bbs_wrap .bbs_list {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.cs_wrap .bbs_wrap .bbs_list li + li {
	margin-top: 3px;
}

.cs_wrap .bbs_wrap .bbs_list li a {
	display: inline-block;
	max-width: 310px;
	line-height: 1.5;
	border-bottom: 1px solid transparent;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 17px;
	font-family: 'spoqa3';
}

.cs_wrap .bbs_wrap .bbs_list li a:hover,
.cs_wrap .bbs_wrap .bbs_list li a:focus {
	border-color: #5f5f5f;
}

/*이벤트 배너*/
.banner_wrap {
	padding-top: 138px;
}
/*이벤트 배너 (하단)*/
.banner_bottom_wrap {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 94px;
	background: #665aff;
	z-index: 5;
}
.banner_bottom_wrap a {
	display: flex;
	align-items: flex-end;
	margin-top: -17px;
	height: 111px;
}

/* 토크레인 */
.lecture_play .lecture_desc {
	display: block;
	margin-top: 30px;
	font-size: 16px;
	font-family: 'spoqa3';
}
.lecture_play .video_cont {
	position: relative;
	margin-top: -80px;
}
.lecture_play .video_cont .video_box {
	position: absolute;
	top: 190px;
	left: 0;
	width: 870px;
	height: 510px;
}

/* 합격 전략 */
.lecture_play {
	padding: 184px 0 149px;
}
.lecture_play .video_slide_bx {
	margin-bottom: 60px;
}
.lecture_play .lecture_desc {
	margin-top: 30px;
	font-size: 16px;
	font-family: 'spoqa3';
	line-height: 26px;
}
.lecture_play .atoz_wrap {
	position: relative;
}
.lecture_play .lecture_video_wrap {
	margin: 4px 0 0 -102px;
}
.lecture_play .atozSlideAre {
	width: 1194px;
}
.lecture_play .atozSlideArea.swiper-container {
	width: 1300px;
	padding: 61px 100px 0;
}
.lecture_play .atozSlideArea.swiper-container .swiper-wrapper {
	height: 810px;
}

.lecture_play .atozSlideArea .page_number {
	position: absolute;
	top: 22px;
	right: 138px;
	height: 34px;
	width: 230px;
	text-align: right;
	font-size: 14px;
	font-family: 'spoqa3';
}
.lecture_play .atozSlideArea .page_number .number_current {
	font-family: 'spoqa4';
}
.lecture_play .atozSlideArea .swiper-button-prev,
.lecture_play .atozSlideArea .swiper-button-next {
	top: 361px;
	width: 30px;
	height: 50px;
	margin: 0;
}
.lecture_play .atozSlideArea .swiper-button-prev {
	left: 42px;
	background: url('/_skin/tpl_skin/common_images/icon/icon_main.png') no-repeat -17px -291px;
}
.lecture_play .atozSlideArea .swiper-button-next {
	right: 42px;
	background: url('/_skin/tpl_skin/common_images/icon/icon_main.png') no-repeat -68px -291px;
}
.lecture_play .atoz_wrap .swiper-slide {
	position: relative;
}
.lecture_play .atozSlideArea .swiper-slide {
	width: 1100px;
	position: relative;
	width: 1194px;
}
.lecture_play .atozSlideArea .swiper-slide .video_box {
	position: absolute;
	top: 0;
	left: 0;
	width: 1100px;
	height: 621px;
	font-size: 0;
}
.lecture_play .atozSlideArea .swiper-slide .video_box .layer {
	display: block;
	height: 100%;
}
.lecture_play .atozSlideArea .swiper-slide .img_bx {
	height: 621px;
	border-radius: 35px;
	overflow: hidden;
	box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.5);
}
.lecture_play .atozSlideArea .swiper-slide .img_bx img {
	width: 100%;
}
.lecture_play .video_box .layer .start_video {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.lecture_play .atozSlideArea .swiper-slide .txt_bx {
	margin-top: 70px;
	text-align: center;
	opacity: 0;
}
.lecture_play .atozSlideArea .swiper-slide .txt_bx strong {
	font-size: 28px;
	font-family: 'noto5';
	letter-spacing: -0.2px;
	letter-spacing: -0.5px;
}
.lecture_play .atozSlideArea .swiper-slide .txt_bx p {
	color: #666;
	margin-top: 15px;
	font-size: 16px;
	font-family: 'spoqa3';
	letter-spacing: -1.4px;
}
.lecture_play .atozSlideArea .swiper-slide.swiper-slide-active .txt_bx {
	opacity: 1;
}

.lecture_play .info_lst_wrap {
	position: relative;
}

.lecture_play .info_lst_wrap .tit_bx {
	margin-bottom: 40px;
}
.lecture_play .info_lst_wrap .tit_bx .tit {
	color: #ff6b6b;
	font-family: 'spoqa4';
	font-size: 32px;
	display: block;
	margin-top: 11px;
	line-height: 1.25;
	letter-spacing: -0.065em;
}
.lecture_play .info_lst_wrap .tit_bx .txt {
	margin-top: 5px;
	color: #000;
	font-family: 'spoqa2';
	font-size: 16px;
	letter-spacing: -0.06em;
}
.lecture_play .info_lst_wrap .lst_bx {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.lecture_play .info_lst_wrap .lst_bx li {
	width: 341px;
}
.lecture_play .info_lst_wrap .lst_bx li a {
	display: block;
	height: 100%;
}
.lecture_play .info_lst_wrap .lst_bx li .img_info {
	margin-bottom: 25px;
	border-radius: 10px;
	overflow: hidden;
}
.lecture_play .info_lst_wrap .lst_bx li:hover .img_info {
	outline: 2px solid #ff6e6e;
	box-shadow: 0 16px 36px 0 rgba(16, 16, 19, 0.28);
}

.info_lst_wrap .lst_bx li .tit {
	display: inline-block;
	/*margin-bottom: px;*/
	line-height: 28px;
	letter-spacing: -0.065em;
	font-size: 18px;
	font-family: 'spoqa4';
}
.info_lst_wrap .lst_bx li .tit:after {
	content: '';
	display: block;
	margin-top: -2px;
	width: 100%;
	height: 1px;
	background: transparent;
}
.info_lst_wrap .lst_bx li .txt:after {
	content: '';
	display: block;
	margin-top: -2px;
	width: 100%;
	height: 1px;
	background: transparent;
}
.info_lst_wrap .lst_bx li:hover .tit:after,
.info_lst_wrap .lst_bx li:hover .txt:after {
	background: #000;
}
.info_lst_wrap .lst_bx li .txt {
	display: inline-block;
	position: relative;
	color: #656565;
	font-size: 16px;
	font-family: 'spoqa3';
}

/* 합격 수기 */
.hugiArea {
	padding: 152px 0 121px;
	background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/life_time/hugi_bg.png') center top / 2560px 1115px no-repeat;
}
.hugiArea > img {
	display: block;
	margin: 0 auto;
}
.hugiArea .hugi_content {
	width: 100%;
	margin-top: 52px;
	overflow: hidden;
}
.hugiArea .review_list {
	display: inline-flex;
	transform: translateX(9px);
	margin-top: 70px;
	margin-left: -25%;
	padding-top: 20px;
	padding-bottom: 50px;
	animation: marquee 60s linear infinite;
}
.hugiArea .review_list:hover {
	animation-play-state: paused;
}
.hugiArea .review_list li {
	position: relative;
	width: 588px;
	height: 338px;
	margin-right: 52px;
	padding: 84px 0 0 64px;
	border-radius: 20px;
	background: #fff url(/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/life_time/hugi_icon.png) 66px 40px / 48px 33px no-repeat;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
	font-family: 'noto4';
	letter-spacing: -0.065em;
	transition: transform 0.2s ease-in;
}
.hugiArea .review_list li * {
	cursor: default;
}
.hugiArea .review_list li .review_img {
	position: absolute;
	top: -83px;
	right: 40px;
	width: 162px;
	height: 162px;
	border-radius: 200px;
	background: #97a1f3 url(/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/life_time/hugi_img.png) -8px 29px / 1698px 203px no-repeat;
}
.hugiArea .review_list li.img02 .review_img {
	background: #97a1f3 url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/life_time/hugi_img.png') -209px 29px / 1698px 203px no-repeat;
}
.hugiArea .review_list li.img03 .review_img {
	background: #97a1f3 url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/life_time/hugi_img.png') -461px 29px / 1698px 203px no-repeat;
}
.hugiArea .review_list li.img04 .review_img {
	background: #97a1f3 url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/life_time/hugi_img.png') -678px 29px / 1698px 203px no-repeat;
}
.hugiArea .review_list li.img05 .review_img {
	background: #97a1f3 url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/life_time/hugi_img.png') -880px 29px / 1698px 203px no-repeat;
}
.hugiArea .review_list li.img06 .review_img {
	background: #97a1f3 url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/life_time/hugi_img.png') -1090px 29px / 1698px 203px no-repeat;
}
.hugiArea .review_list li.img07 .review_img {
	background: #97a1f3 url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/life_time/hugi_img.png') -1300px 29px / 1698px 203px no-repeat;
}
.hugiArea .review_list li.img08 .review_img {
	background: #97a1f3 url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/life_time/hugi_img.png') -1527px 29px / 1698px 203px no-repeat;
}
.hugiArea .review_list li.img09 .review_img {
	background: #97a1f3 url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/life_time/hugi_img.png') -8px 29px / 1698px 203px no-repeat;
}
.hugiArea .review_list li.img10 .review_img {
	background: #97a1f3 url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/life_time/hugi_img.png') -209px 29px / 1698px 203px no-repeat;
}
.hugiArea .review_list li.img11 .review_img {
	background: #97a1f3 url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/life_time/hugi_img.png') -461px 29px / 1698px 203px no-repeat;
}
.hugiArea .review_list li.img12 .review_img {
	background: #97a1f3 url('/_skin/tpl_skin/basic_kumgo_renewal2/images/apply/life_time/hugi_img.png') -678px 29px / 1698px 203px no-repeat;
}
.hugiArea .review_list li .list_tit {
	font-family: 'noto6';
	font-size: 30px;
	line-height: 1.2;
}
.hugiArea .review_list li .list_text {
	margin: 20px 0 16px;
	font-size: 20px;
	line-height: 1.4;
	color: #686868;
}
.hugiArea .review_list li .list_text em {
	font-family: 'noto6';
}
.hugiArea .review_list li .list_name {
	font-size: 16px;
	font-weight: bold;
	color: #acacac;
}
