@charset "UTF-8";
/* 공통 */
.apply_content {
	width: 100vw;
	overflow: hidden;
}

.apply_content img {
	max-width: none;
}

.apply_content .main_inner {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.apply_content .swiper-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1.867vw;
	bottom: 0;
	z-index: 1;
}

.apply_content .swiper-pagination-bullet {
	width: 5.333vw;
	height: 5.333vw;
	background: #fff;
	box-shadow: inset 0vw 0vw 1.333vw 0vw rgba(0, 0, 0, 0.4);;
	opacity: 1;
}

.apply_content .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0;
}

.apply_content .swiper-pagination-bullet-active {
	background: #1806ff;
	box-shadow: none;
}

/* 하단 배너 */
.banner_bottom {
	position: fixed;
	left: 0;
	width: 100vw;
	z-index: 10;
}

.banner_bottom .button_wrap {
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.banner_bottom .button_wrap button {
	width: 100%;
	height: 100%;
}

/* 비주얼 */
.visual_cont .evidence_btn {
	top: 36.133vw;
    right: 4.8vw;
	border-color: #6e7cb2;
	color: #aabbff;
	background: #0a1c45;
}

.visual_cont .evidence_popup_area {
	top: 43.639vw;
}

.visual_cont .visual_list {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	position: absolute;
	left: 0;
	top: 117.067vw;
	padding: 0 0 0 1.333vw;
}

.visual_cont .visual_list .list_item {
	position: relative;
	width: 98.933vw;
}

.visual_cont .visual_list .list_item + .list_item {
	margin-top: -7.467vw;
}

.visual_cont .visual_list .list_item img {
	transition: opacity 0.3s ease-in-out;
}

.visual_cont .visual_list .list_item img:nth-child(1) {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.visual_cont .visual_list .list_item.is_active img:nth-child(1) {
	opacity: 1;
}

.visual_cont .visual_list .list_item.is_active img:nth-child(2) {
	opacity: 0;
}

/* 비교 + 후기 */
.cost_cont .cost_slide {
	position: absolute;
	top: 53.2vw;
	left: 11.6vw;
	width: 80vw;
	height: 115.067vw;
}

.cost_cont .cost_slide .swiper-slide {
	display: flex;
	justify-content: center;
}

.cost_cont .cost_slide .swiper-slide img {
	width: 78.133vw;
	height: 107.333vw;
}

.cost_cont .btn_review_video {
	position: absolute;
	top: 240.8vw;
    left: 0;
    width: 100%;
    height: 50vw;
}

.cost_cont .review_slide_1 {
	position: absolute;
	top: 298vw;
    left: 9.333vw;
    width: 76.8vw;
    /* height: 81.067vw; */
    height: 52vw;
}

.cost_cont .review_slide_1 .slide_control {
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: -15.6vw;
	right: -1.333vw;
	width: 19.867vw;
}

.cost_cont .review_slide_1 .slide_control button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 8vw;
	height: 8vw;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 0 2vw 0 rgba(0, 0, 0, 0.2);
}

.cost_cont .review_slide_1 .slide_control button::after{
	content: '';
	display: block;
	width: 2.133vw;
	height: 3.333vw;
	background: url('/_skin/tpl_skin/basic_investment/images/review/icon.png') no-repeat 0 0;
}

.cost_cont .review_slide_1 .slide_control .swiper-button-prev::after {
	background-position: -3.6vw -2.933vw;
}

.cost_cont .review_slide_1 .slide_control .swiper-button-next::after {
	background-position: -7.733vw -2.933vw;
}

.cost_cont .review_slide_1 .swiper-slide {
	display: flex;
	flex-direction: initial;
	justify-content: flex-start;
	position: relative;
	gap: 3.333vw;
	width: 76.8vw;
	height: 43.867vw;
	padding: 6.667vw 5.333vw 3.333vw;
	border-radius: 2.667vw;
	background: #fff;
	box-shadow: 0 2.667vw 5.333vw 0 rgba(0, 0, 0, 0.2);
	overflow: hidden;
}
.cost_cont .review_slide_1 .swiper-slide img{
	width:16.267vw;
	height:16.267vw;
	margin:0 0 3.867vw;
	box-shadow: 0 2.667vw 5.333vw 0 rgba(0, 0, 0, 0.2);
	border-radius: 2vw;
}
.cost_cont .review_slide_1 .slide_title {
	display: block;
	line-height: 5.2vw;
	letter-spacing: -0.08em;
	word-break: keep-all;
	color: #000;
	font-size: 3.733vw;
	font-family: 'spoqa4';
	font-weight: 900;
}

.cost_cont .review_slide_1 .slide_text {
	margin-top: 2.667vw;
	line-height: 4.4vw;
	letter-spacing: -0.08em;
	word-break: keep-all;
	color: #666;
	font-size: 2.667vw;
	font-family: 'spoqa3';
}

.cost_cont .review_slide_1 .slide_footer {
	margin-top: auto;
	padding-bottom: 6.933vw;
	letter-spacing: -0.08em;
	color: #666;
	font-size: 2.667vw;
	font-family: 'spoqa3';
	text-align: center;
	background: url('/_skin/tpl_skin/basic_investment/images/review/star.png') no-repeat center / 100% auto;
}

/* 교수 */
.professor_cont .professor_slide {
	position: absolute;
	top: 175.067vw;
    left: 5.467vw;
	width: 89.2vw;
	height: 77.333vw;
	overflow: hidden;
	z-index: 1;
}

.professor_cont .professor_slide::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16vw;
	background: linear-gradient(to top, #fff 40%, rgba(255, 255, 255, 0));
	z-index: 2;
}

.professor_cont .professor_slide .swiper-wrapper {
	z-index: 1;
}

.professor_cont .professor_slide .swiper-slide {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 16vw;
	line-height: 1.2;
	border: 0.267vw solid #c0c6c2;
	border-radius: 1.6vw;
	letter-spacing: -0.045em;
	color: #262626;
	font-size: 3.333vw;
	font-family: 'noto5';
	background: #fff;
}

.professor_cont .btn_professor_video {
	position: absolute;
	top: 258.533vw;
    left: 0;
    width: 100%;
    height: 50.267vw;
}

.professor_cont .point_slide {
	position: absolute;
	top: 321.867vw;
	left: 14.267vw;
	width: 69.333vw;
	height: 46.667vw;
}

.professor_cont .point_slide .swiper-slide {
	display: flex;
	opacity: 0.6;
	transition: opacity 0.3s ease-in-out;
}

.professor_cont .point_slide .swiper-slide-active {
	opacity: 1;
}

.professor_cont .point_slide img {
	width: 73.2vw;
	height: 41.6vw;
}

/* 도서 */
.book_cont .evidence_btn {
	top: 60vw;
	width: 17vw;
	height: 5vw;
	opacity: 0;
}

.book_cont .evidence_popup_area {
	top: 66.639vw;
}

.book_cont .book_comments_wrap {
	position: absolute;
	top: 153.867vw;
	width: 88.4vw;
}

.book_cont .comments_title {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 0.4vw;
	position: relative;
	right: -0.933vw;
	width: 100%;
	letter-spacing: -0.065em;
	text-align: right;
	color: #dc0614;
	font-size: 4.8vw;
	font-family: 'noto6';
}

.book_cont .comments_title img {
	flex: 0 0 auto;
	width: 6vw;
}

.book_cont .book_comments {
	position: relative;
	width: 100%;
	height: 85.333vw;
	margin: 2.667vw 0 0;
	overflow: hidden;
}

.book_cont .book_comments::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5.333vw;
	background: linear-gradient(to top, #fff 10%, rgba(255, 255, 255, 0));
	z-index: 2;
}

.book_cont .book_comments .swiper-wrapper {
	display: inline-flex;
	flex-direction: column;
	gap: 3.2vw;
	width: 100%;
	height: auto;
	animation: marqueeVertical 10s linear infinite;
	z-index: 1;
}

.book_cont .book_comments .swiper-slide {
	height: 19.733vw;
}

.book_cont .book_slide_title {
	position: absolute;
	top: 258.933vw;
    left: 4.4vw;
	width: 90.8vw;
}

.book_cont .preview_slide {
	position: absolute;
	top: 276vw;
	left: 7.2vw;
	width: 86.667vw;
	margin: 0 auto;
	overflow: hidden;
	transform: scale(0.842);
}

.book_cont .preview_slide .swiper-pagination {
	justify-content: flex-end;
	gap: 1.067vw;
	top: 4vw;
	bottom: auto;
	left: auto;
	right: 4vw;
	opacity: 0;
	z-index: 2;
}

/* 모의고사 */
.mock_cont .mock_box {
	position: absolute;
	top: 69.867vw;
	left: 0;
	width: 100vw;
}

.mock_cont .mock_box .box_img_1 {
	position: relative;
	width: 97%;
	margin-top: -5vw;
	z-index: 2;
}

.mock_cont .mock_box .box_img_2 {
	width: calc(100% - 18vw);
	margin: -45vw auto 0;
	transform: translateX(3vw);
}

.mock_cont .mock_box .box_item {
	position: absolute;
	border-radius: 0.667vw;
	background: #f4f4f4 no-repeat 0 0;
	background-size: contain;
	z-index: 3;
}

.mock_cont .mock_box .box_item_1 {
	top: 8.8vw;
	left: 17.278vw;
	width: 71.289vw;
	height: 38.917vw;
	background-image: url('/_skin/tpl_skin/basic_investment/images/hwan/v2/test_img1.png');
	z-index: 1;
}

.mock_cont .mock_box .box_item_2 {
	top: 3.167vw;
	left: 6.339vw;
	width: 26.578vw;
	height: 7.094vw;
	background-image: url('/_skin/tpl_skin/basic_investment/images/hwan/v2/test_img2.png');
}

.mock_cont .mock_box .box_item_3 {
	top: 0.567vw;
	right: 6.694vw;
	width: 23.622vw;
	height: 5.556vw;
	background-image: url('/_skin/tpl_skin/basic_youth_counselor3/img/chungsang3level_new/v2/test_img3.png');
}

.mock_cont .mock_box .box_item_4 {
	top: 28.222vw;
	left: 4.056vw;
	width: 29.528vw;
	height: 16.328vw;
	background-image: url('/_skin/tpl_skin/basic_investment/images/hwan/v2/test_img4.png');
}

.mock_cont .mock_list {
	position: absolute;
	top: 148.667vw;
    left: 7.067vw;
	width: 87.867vw;
}

/* 시작 */
.start_cont .start_list {
	display: flex;
	gap: 1.867vw 1.067vw;
	flex-wrap: wrap;
	position: absolute;
	top: 52.8vw;
	left: 6vw;
	width: 70vw;
}

.start_cont .start_list .list_item {
	position: relative;
	width: 28.667vw;
	height: 17.2vw;
	padding: 2.4vw 0 0;
	line-height: 1.2;
	text-align: center;
	letter-spacing: -0.03em;
	color: #fff;
	font-size: 2.8vw;
	background: url('/_skin/tpl_skin/basic_tax_accountant/images/apply/refund/sidea_box.png') no-repeat 0 0 / contain;
}

.start_cont .start_list .list_item em {
	font-family: 'noto6';
}

.start_cont .evidence_btn {
	top: 36vw;
	right: 10.083vw;
	border: none;
}

.start_cont .evidence_popup_area {
	top: 40.639vw;
	z-index: 2;
}