@charset "UTF-8";
/* 공통 : s */
/* 상품 */
.product_cont .product_item {
	position: relative;
}

.product_cont .product_item .item_price {
	position: absolute;
	top: 48.056vw;
	left: 0;
	width: 100%;
	padding: 0 5.417vw 0 0;
	text-align: right;
}

.product_cont .product_item .price_origin {
	display: inline-block;
	position: relative;
	line-height: 1.1;
	margin-right: 1.806vw;
	padding: 0 6.111vw 0 0;
	letter-spacing: -0.045em;
	color: rgb(123, 123, 123, 0.5);
	font-size: 4.722vw;
	font-family: 'market-m';
}

.product_cont .product_item .price_origin::before {
	content: '';
	position: absolute;
	top: 36%;
	right: 1.111vw;
	transform: translate(0, -50%);
	width: 100%;
	height: 0.278vw;
	background: #aa3f22;
}

.product_cont .product_item .price_origin::after {
	content: '';
	position: absolute;
	top: 33%;
	right: 1.111vw;
	width: 2.778vw;
	height: 0.278vw;
	transform: rotate(-33deg);
	transform-origin: right center;
	background: #aa3f22;
}

.product_cont .product_item .price_origin em {
	font-family: 'market-b';
}

.product_cont .product_item .price_origin span {
	font-family: 'market-l';
}

.product_cont .product_item .price_discount {
	line-height: 1.1;
	margin-top: 0.972vw;
	letter-spacing: -0.045em;
	color: #ff3600;
	font-size: 5.833vw;
	font-family: 'market-m';
}

.product_cont .product_item .price_discount em {
	font-size: 10vw;
	font-family: 'market-b';
}

.product_cont .product_item .btn_go {
	position: absolute;
	bottom: 13.889vw;
	left: 6.944vw;
	width: 88.472vw;
	height: 14.444vw;
}

/* 영상 */
.video_cont {
	position: relative;
}

.video_cont .video_slide {
	position: absolute;
	top: 45.972vw;
	left: 3.472vw;
	width: 92.778vw;
	height: 52vw;
	overflow: hidden;
}

.video_cont .video_slide .swiper-slide {
	position: relative;
	width: 100%;
}

.video_cont .video_slide .swiper-slide > a,
.video_cont .video_slide .video_box_wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video_cont .video_slide .video_box_wrap button,
.video_cont .video_slide .video_box_wrap iframe {
	display: block;
	width: 100%;
	height: 100%;
	background: transparent;
}

.video_cont .video_slide .swiper-pagination {
	position: static;
	width: 97.222vw;
	margin-top: 4.028vw;
}

.video_cont .video_slide .swiper-pagination {
	background: #e4e4e4;
}

.video_cont .video_slide .swiper-pagination .swiper-pagination-progressbar-fill {
	background: #666;
}

/* 커리큘럼 */
.curriculum_cont {
	position: relative;
}

.curriculum_cont .curriculum_tab {
	position: absolute;
	top: 72.889vw;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100% - 4.444vw);
}

.curriculum_cont .tab_list {
	display: flex;
	gap: 2.083vw;
}

.curriculum_cont .tab_list .tab_item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 10.694vw;
	border-radius: 2.083vw;
	letter-spacing: -0.065em;
	color: #fff;
	font-size: 3.75vw;
	font-family: 'noto5';
	background: #babdc3;
}

.curriculum_cont .tab_list .tab_item:hover,
.curriculum_cont .tab_list .tab_item.is_active {
	background: #201d89;
}

.curriculum_cont .tab_content {
	display: none;
	padding-top: 3.194vw;
}

.curriculum_cont .tab_content.is_active {
	display: block;
}

.curriculum_cont .tab_content table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #c4c4c4;
}

.curriculum_cont .tab_content th + th,
.curriculum_cont .tab_content td + td {
	border-left: 1px solid #c4c4c4;
}

.curriculum_cont .tab_content th {
	border-bottom: 1px solid #c4c4c4;
	padding: 4.583vw 0 4.167vw;
	background: #ecf5fa;
}

.curriculum_cont .tab_content th p {
	line-height: 1.41;
	letter-spacing: -0.055em;
	color: #201d89;
	font-size: 2.5vw;
	font-family: 'noto4';
	font-weight: normal;
}

.curriculum_cont .tab_content th p em {
	font-size: 2.778vw;
	font-family: 'noto6';
}

.curriculum_cont .tab_content td {
	position: relative;
	line-height: 1.35;
	padding: 5.833vw 0 10.139vw;
	letter-spacing: -0.05em;
	text-align: center;
	font-size: 2.361vw;
	font-family: 'noto5';
}

.curriculum_cont .tab_content td .table_tag {
	display: flex;
	position: relative;
	align-items: center;
	position: absolute;
	bottom: -7.639vw;
	left: 50%;
	transform: translate(-50%, 0);
	height: 5.833vw;
	padding: 0.417vw 3.75vw 0;
	border-radius: 1.389vw;
	white-space: nowrap;
	letter-spacing: -0.055em;
	color: #fff;
	font-size: 2.778vw;
	font-family: 'market-m';
	background: #ff5325;
}

.curriculum_cont .tab_content td .table_tag::after {
	content: '';
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translate(-50%, 0);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0px 1.25vw 3.056vw 1.25vw;
	border-color: transparent transparent #ff5325 transparent;
}

.curriculum_cont .tab_content td .table_tag .tab_sub {
	position: absolute;
	top: calc(100% + 1.111vw);
	left: 0;
	width: 100%;
	color: #000;
	font-size: 2.222vw;
	font-family: 'noto4';
}

/* 교수 */
.professor_cont {
	margin-top: 15.278vw;
	background: #1a1a37 url('/_skin/tpl_skin/basic_customs2/images/apply/refund/v3/teacher_bg.png') no-repeat center top 355px;
}

.professor_cont .professor_slide {
	width: 100%;
	padding: 0 0 2.778vw;
	overflow-x: hidden;
}

.professor_cont .professor_slide .swiper-pagination {
	display: flex;
	justify-content: space-between;
	position: static;
	gap:0;
}

.professor_cont .professor_slide .swiper-pagination-bullet {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
	width: calc(100% / 7);
	height: 10.278vw;
	border-radius: 0;
	text-align: center;
	color: #ababab;
	background: #3c3941;
	opacity: 1;
}

.professor_cont .professor_slide .swiper-pagination-bullet p,
.professor_cont .professor_slide .swiper-pagination-bullet strong {
	position: relative;
	z-index: 2;
}

.professor_cont .professor_slide .swiper-pagination-bullet p {
	line-height: 1.2;
	margin-bottom: 1px;
	letter-spacing: -0.065em;
	font-size: 2.222vw;
	font-family: 'noto4';
}

.professor_cont .professor_slide .swiper-pagination-bullet strong {
	display: block;
	line-height: 1.2;
	letter-spacing: -0.065em;
	font-size: 3.194vw;
	font-family: 'noto6';
}

.professor_cont .professor_slide .swiper-pagination-bullet.is_active,
.professor_cont .professor_slide .swiper-pagination-bullet:hover {
	color: #fff;
	background: #342eff;
}

.professor_cont .professor_slide .swiper-pagination-bullet:hover::before,
.professor_cont .professor_slide .swiper-pagination-bullet.is_active::before {
	background-image: url('/_skin/tpl_skin/basic_customs2/images/apply/refund/v3/teacher_m.png');
}

.professor_cont .professor_slide .swiper-slide {
	display: flex;
	align-items: flex-start;
	position: relative;
	padding: 5vw 0 13.889vw;
}

.professor_cont .professor_slide .swiper-slide img {
	display: block;
	width: 97.889vw;
	margin-left: auto;
}

.professor_cont .professor_slide .swiper-slide a {
	position: absolute;
	bottom: 31.667vw;
	left: 2.861vw;
	width: 75vw;
	height: 45.833vw;
}
.professor_cont .professor_slide .slide_sub_title {
	line-height: 1.2;
	letter-spacing: -0.065em;
	color: #fff;
	font-size: 5vw;
	font-family: 'noto6';
}

.professor_cont .professor_slide .slide_category {
	display: inline-block;
	line-height: 1.2;
	margin-top: 4.722vw;
	letter-spacing: -0.065em;
	font-size: 3.194vw;
	font-family: 'noto4';
	background: linear-gradient(to right, #bbd4d9, #12f1ff);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}

.professor_cont .professor_slide .slide_title {
	display: inline-block;
	line-height: 1.2;
	margin-top: 0.972vw;
	letter-spacing: -0.065em;
	font-size: 7.639vw;
	font-family: 'noto6';
	background: linear-gradient(to right, #bbd4d9, #12f1ff);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}

.professor_cont .professor_slide .slide_video {
	position: relative;
	width: 74.861vw;
	height: 45.694vw;
	margin-top: 11.389vw;
}

.professor_cont .professor_slide .slide_video .popupVideo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.professor_cont .professor_slide .slide_video .popupVideo a {
	display: block;
	width: 100%;
	height: 100%;
}

.professor_cont .professor_slide .slide_banner {
	display: flex;
	gap: 1.944vw;
	margin-top: 4.306vw;
}

.professor_cont .professor_slide .slide_banner li {
	display: flex;
	align-items: center;
	width: 36.389vw;
	line-height: 1.35;
	border: 2px solid #414a92;
	padding: 2.222vw 1.389vw 1.528vw 10.972vw;
	border-radius: 0.694vw;
	letter-spacing: -0.065em;
	word-break: keep-all;
	color: #dbdaf3;
	font-size: 2.778vw;
	font-family: 'market-m';
	background: url('/_skin/tpl_skin/basic_customs2/images/apply/refund/v3/sp_arrow.png') no-repeat 3.75vw 50%;
}

/* 도서 */
.book_cont {
	position: relative;
	padding-bottom: 10.556vw;
	background: #1a1a37;
}

.book_cont .popupVideo {
	position: absolute;
	top: 124.306vw;
	left: 51.667vw;
	width: 39.667vw;
	height: 10.333vw;
}

.book_cont .popupVideo a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 0;
}

.book_cont .review_slides_wrap {
	position: absolute;
	bottom: 6.194vw;
	left: 0;
	width: 100%;
}

.book_cont .review_slides {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.book_cont .review_slides .swiper-slide {
	width: 88.889vw;
	height: 63.889vw;
	padding: 7.639vw;
	border-radius: 4.167vw;
	background: #fff;
	transition: 0.3s ease-in;
}

.book_cont .review_slides .review_title {
	font-family: 'market-b';
	font-size: 5.556vw;
	line-height: 120%;
	letter-spacing: -1px;
	font-family: 'noto7';
	font-weight: 100;
	color: #6483e0;
}

.book_cont .review_slides .review_text {
	line-height: 140%;
	margin: 3.472vw 0 4.167vw;
	letter-spacing: -1px;
	color: #4a4a4a;
	font-size: 3.611vw;
	font-family: 'market-m';
}

.book_cont .review_slides .review_name {
	position: relative;
	padding-left: 26.389vw;
	font-size: 3.611vw;
	font-family: 'market-b';
	font-weight: 600;
}
.book_cont .review_slides .review_name::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 25.139vw;
	height: 3.889vw;
	background: url('/_skin/tpl_skin/basic_customs2/images/apply/refund/v3/star.png') no-repeat 0 0 / contain;
}

/* 모의고사 */
.mock_cont {
	background: #f7f7f7;
}

.mock_cont .main_inner {
	padding: 17.778vw 0 0;
}

.mock_cont .main_title {
	position: relative;
	z-index: 1;
}

.mock_cont .main_title p {
	letter-spacing: -0.085em;
	font-size: 4.861vw;
}

.mock_cont .main_title h2 {
	letter-spacing: -0.06em;
	font-size: 7.083vw;
	font-family: 'market-b';
}

/* 단독 혜택  */
.single_cont {
	background: #fff;
}

.single_cont .main_title p {
	letter-spacing: -0.085em;
	font-size: 4.861vw;
}

.single_cont .main_title h2 {
	letter-spacing: -0.06em;
	font-size: 7.083vw;
	font-family: 'market-b';
}

/* 학습 관리 */
.management_cont {
	background: #fff;
}

.management_cont .main_inner {
	padding: 13.611vw 0 16.667vw;
}

.management_cont .main_title p {
	letter-spacing: -0.085em;
	font-size: 4.861vw;
}

.management_cont .main_title h2 {
	letter-spacing: -0.06em;
	font-size: 7.083vw;
	font-family: 'market-b';
}

.management_cont .img_item {
	margin-top: 5.278vw;
}

/* 리뷰 */
.review_cont {
	position: relative;
	background: #f7f7f7;
}

.review_cont .main_inner {
	width: 100%;
}

.review_cont .review_slides_wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.review_cont .review_slides {
	position: relative;
	width: 100%;
	height: 100.722vw;
	padding-top: 18.056vw;
}

.review_cont .review_slides .swiper-slide {
	width: 88.889vw;
	height: 63.889vw;
	padding: 8.75vw 5.278vw 0 6.667vw;
	border-radius: 4.167vw;
	background: #dddddd;
	opacity: 0.5;
	transition: 0.3s ease-in;
}

.review_cont .review_slides .swiper-slide-active {
	background: #fff;
	border: 3px solid #2553f9;
	box-sizing: border-box;
	box-shadow: 1.806vw 3.333vw 9.028vw 0px rgba(0, 0, 0, 0.22);
	opacity: 1;
}

.review_cont .review_slides .slide_name {
	display: block;
	position: relative;
	margin-bottom: 1.806vw;
	padding-right: 1.667vw;
	line-height: 1.2;
	letter-spacing: -0.045em;
	text-align: right;
	font-size: 3.056vw;
	font-family: 'market-b';
	color: #58595d;
}

.review_cont .review_slides .slide_name::after {
	content: '';
	display: block;
	position: absolute;
	top: -1.389vw;
	left: 0;
	width: 25.139vw;
	height: 3.889vw;
	background: url('/_skin/tpl_skin/basic_customs2/images/apply/refund/v3/star.png') no-repeat 0 0 / contain;
}

.review_cont .review_slides .slide_name::before {
	content: '';
	display: block;
	position: absolute;
	top: -23.333vw;
	right: -0.833vw;
	width: 21.389vw;
	height: 21.389vw;
	margin-bottom: 1.806vw;
	border-radius: 50%;
	background: #333 url('/mobile/images/tpl/001059/new3/icon_human.png') no-repeat left bottom -0.694vw / 75.833vw 47.639vw;
}

.review_cont .review_slides .swiper-slide_1 .slide_name::before {
	background-position: left -1% top 5px;
}

.review_cont .review_slides .swiper-slide_2 .slide_name::before {
	background-position: left 33.5% top 5px;
}

.review_cont .review_slides .swiper-slide_3 .slide_name::before {
	background-position: left 69% top 5px;
}

.review_cont .review_slides .swiper-slide_4 .slide_name::before {
	background-position: left 103.5% top 5px;
}

.review_cont .review_slides .swiper-slide_5 .slide_name::before {
	background-position: left -4% bottom -5px;
}

.review_cont .review_slides .swiper-slide_6 .slide_name::before {
	background-position: left 30.5% bottom -5px;
}

.review_cont .review_slides .swiper-slide_7 .slide_name::before {
	background-position: left 67.5% bottom -5px;
}

.review_cont .review_slides .slide_title {
	line-height: 1.2;
	letter-spacing: -0.055em;
	font-size: 6.25vw;
	font-family: 'noto7';
}

.review_cont .review_slides .slide_text {
	line-height: 1.5;
	margin-top: 3.75vw;
	word-break: keep-all;
	letter-spacing: -0.055em;
	color: #36383d;
	font-size: 3.333vw;
	font-family: 'noto4';
}

.review_cont .review_slides .slide_text em {
	color: #0202b6;
	font-family: 'noto7';
}

/* 하단배너 */
.footer_banner {
	display: flex;
	justify-content: center;
	position: fixed;
	bottom: 67px;
	left: 0;
	width: 100%;
	z-index: 3;
}

.footer_banner .btn_scroll {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 0);
	width: 100%;
	max-width: 1379px;
	height: 90px;
}

.pass_guarantee_cont .guarantee_slide_wrap {
	width: 95.333vw;
	margin: 1px auto 0;
}

.pass_guarantee_cont .swiper-pagination {
	display: flex;
	position: static;
	width: 100%;
}

.pass_guarantee_cont .btn_pagination {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 1.067vw;
	width: 100%;
	height: 26.667vw;
	padding: 0 0 7.733vw;
	border: 1px solid #cdcbcc;
	border-radius: 4vw 4vw 0 0;
	color: #bcbcbc;
	background: #fff;
	cursor: pointer;
}

.pass_guarantee_cont .btn_pagination.is_active,
.pass_guarantee_cont .btn_pagination:hover {
	background: #ffcc00;
}

.pass_guarantee_cont .btn_pagination .pagination_bullet {
	display: block;
	width: 100%;
	height: 2.667vw;
}

.pass_guarantee_cont .btn_pagination:nth-child(1) .pagination_bullet {
	background: url('/_skin/tpl_skin/include/section_quarantee_pass/reason1_out.png') no-repeat center center / 13.333vw auto;
}

.pass_guarantee_cont .btn_pagination:nth-child(1).is_active .pagination_bullet,
.pass_guarantee_cont .btn_pagination:nth-child(1):hover .pagination_bullet {
	background: url('/_skin/tpl_skin/include/section_quarantee_pass/reason1_over.png') no-repeat center center / 13.333vw auto;
}

.pass_guarantee_cont .btn_pagination:nth-child(2) .pagination_bullet {
	background: url('/_skin/tpl_skin/include/section_quarantee_pass/reason2_out.png') no-repeat center center / 13.333vw auto;
}

.pass_guarantee_cont .btn_pagination:nth-child(2).is_active .pagination_bullet,
.pass_guarantee_cont .btn_pagination:nth-child(2):hover .pagination_bullet {
	background: url('/_skin/tpl_skin/include/section_quarantee_pass/reason2_over.png') no-repeat center center / 13.333vw auto;
}

.pass_guarantee_cont .btn_pagination:nth-child(3) .pagination_bullet {
	background: url('/_skin/tpl_skin/include/section_quarantee_pass/reason3_out.png') no-repeat center center / 13.333vw auto;
}

.pass_guarantee_cont .btn_pagination:nth-child(3).is_active .pagination_bullet,
.pass_guarantee_cont .btn_pagination:nth-child(3):hover .pagination_bullet {
	background: url('/_skin/tpl_skin/include/section_quarantee_pass/reason3_over.png') no-repeat center center / 13.333vw auto;
}

.pass_guarantee_cont .btn_pagination .pagination_title {
	line-height: 1.2;
	letter-spacing: -0.045em;
	font-size: 3.6vw;
	font-family: 'noto7';
}

.pass_guarantee_cont .btn_pagination.is_active .pagination_title,
.pass_guarantee_cont .btn_pagination:hover .pagination_title {
	color: #000;
}

.pass_guarantee_cont .guarantee_slide {
	position: relative;
	width: 95.333vw;
	border: 1px solid #cdcbcc;
	margin: -7.6vw 0 0;
	border-radius: 4vw;
	background: #fff;
	overflow: hidden;
	z-index: 1;
}

.pass_guarantee_cont .guarantee_slide .swiper-slide {
	position: relative;
}

.pass_guarantee_cont .guarantee_slide .swiper-slide_1 {
	padding: 5.467vw 0 3.867vw;
}

.pass_guarantee_cont .guarantee_slide .swiper-slide_2 {
	padding: 9.6vw 0 0;
	display: unset;
}

.pass_guarantee_cont .guarantee_slide .swiper-slide_3 {
	padding: 5.067vw 0 0;
}

.pass_guarantee_cont .guarantee_slide .slide_title {
	display: block;
	margin: 0 auto;
}

.pass_guarantee_cont .guarantee_slide .slide_list {
	display: flex;
	flex-wrap: wrap;
	gap: 9.733vw 0;
	width: 100%;
	margin: 8.8vw 0 0;
	padding: 0 1.733vw;
}

.pass_guarantee_cont .guarantee_slide .list_item {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	width: 50%;
	text-align: center;
	background: url('/_skin/tpl_skin/include/section_quarantee_pass/tab2_step_arrow_out.png') no-repeat center 35.733vw / 5.6vw auto;
	transition: 0.3s ease-in;
}

.pass_guarantee_cont .guarantee_slide .list_item.is_active {
	background-image: url('/_skin/tpl_skin/include/section_quarantee_pass/tab2_step_arrow_over.png');
}

.pass_guarantee_cont .guarantee_slide .list_item::before {
	content: '';
	position: absolute;
	top: 8.267vw;
	left: 50%;
	width: 25.067vw;
	height: 25.067vw;
	transform: translate(-50%, 0);
	background: url('/_skin/tpl_skin/include/section_quarantee_pass/tab2_step_one_out.png') no-repeat center top 0 / contain;
	transition: 0.3s ease-in;
}

.pass_guarantee_cont .guarantee_slide .list_item.is_active::before {
	background-image: url('/_skin/tpl_skin/include/section_quarantee_pass/tab2_step_one_over.png');
}

.pass_guarantee_cont .guarantee_slide .list_item::after {
	content: '';
	position: absolute;
	top: 8.267vw;
	left: 50%;
	transform: translate(-50%, 0);
	width: 25.067vw;
	height: 25.067vw;
	transition: 0.3s ease-in;
}

.pass_guarantee_cont .guarantee_slide .list_item_1::after {
	background: url('/_skin/tpl_skin/include/section_quarantee_pass/tab2_step1_img_out.png') no-repeat center top / contain;
}

.pass_guarantee_cont .guarantee_slide .list_item_1.is_active::after {
	background: url('/_skin/tpl_skin/include/section_quarantee_pass/tab2_step1_img_over.png') no-repeat center top / contain;
}

.pass_guarantee_cont .guarantee_slide .list_item_2::after {
	background: url('/_skin/tpl_skin/include/section_quarantee_pass/tab2_step2_img_out.png') no-repeat center top / contain;
}

.pass_guarantee_cont .guarantee_slide .list_item_2.is_active::after {
	background: url('/_skin/tpl_skin/include/section_quarantee_pass/tab2_step2_img_over.png') no-repeat center top / contain;
}

.pass_guarantee_cont .guarantee_slide .list_item_3::after {
	background: url('/_skin/tpl_skin/include/section_quarantee_pass/tab2_step3_img_out.png') no-repeat center top / contain;
}

.pass_guarantee_cont .guarantee_slide .list_item_3.is_active::after {
	background: url('/_skin/tpl_skin/include/section_quarantee_pass/tab2_step3_img_over.png') no-repeat center top / contain;
}

.pass_guarantee_cont .guarantee_slide .list_item_4::after {
	background: url('/_skin/tpl_skin/include/section_quarantee_pass/tab2_step4_img_out.png') no-repeat center top / contain;
}

.pass_guarantee_cont .guarantee_slide .list_item_4.is_active::after {
	background: url('/_skin/tpl_skin/include/section_quarantee_pass/tab2_step4_img_over.png') no-repeat center top / contain;
}

.pass_guarantee_cont .guarantee_slide .list_item strong {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 77%;
	height: 7.467vw;
	letter-spacing: -0.035em;
	border-radius: 2.667vw;
	color: #fff;
	font-size: 3.2vw;
	font-family: 'noto6';
	background: #cac9cb;
	transition: 0.3s ease-in;
}

.pass_guarantee_cont .guarantee_slide .list_item.is_active strong {
	background: #3a6dd0;
}

.pass_guarantee_cont .guarantee_slide .list_item p {
	line-height: 1.42;
	margin: 2vw 0 0;
	letter-spacing: -0.035em;
	color: #cac9cb;
	font-size: 2.933vw;
	font-family: 'noto4';
	transition: 0.3s ease-in;
}

.pass_guarantee_cont .guarantee_slide .list_item.is_active p {
	color: #000;
}

.pass_guarantee_cont .guarantee_slide .list_item .item_bullet {
	display: block;
	width: 10.933vw;
	margin: 0 auto 37.733vw;
}

.pass_guarantee_cont .guarantee_slide .slide_img {
	margin: 2.933vw 0 0;
}

.pass_guarantee_cont .guarantee_slide .slide_footer {
	width: 88.4vw;
	margin: 11.467vw auto 0;
}