@charset "UTF-8";
/* common ******************/
.cont {
	position: relative;
	width: 100%;
}
.cont .main_inner {
	position: relative;
	width: 1100px;
	margin: 0 auto;
}
.cont .point_title .point {
	position: relative;
	width: 167px;
	height: 44px;
	margin: 0 auto 30px;
	border: 2px solid #000;
	border-radius: 50px;
	background: #4071ff;
	font-family: 'noto7';
	font-size: 20px;
	letter-spacing: -0.02em;
	line-height: 40px;
	text-align: center;
	color: #fff;
}
.cont .point_title .point::before {
	clear: both;
	content: '';
	display: block;
	position: absolute;
	top: 38%;
	left: -30px;
	transform: translateY(-50%);
	width: 61px;
	height: 64px;
	background: url('/_skin/tpl_skin/basic_logisrics_new/images/apply/refund_new/v3/title_icon.png') center no-repeat;
}
.cont .main_title p {
	margin-bottom: 15px;
	font-size: 44px;
	letter-spacing: -0.035em;
	line-height: 1;
	text-align: center;
	color: #fff;
}
.cont .point_title p {
	font-size: 40px;
	color: #000;
}
.cont .main_title h3 {
	font-size: 60.5px;
	letter-spacing: -0.035em;
	line-height: 1;
	text-align: center;
	color: #ffe464;
}
.cont .point_title h3 {
	font-size: 55px;
	color: #0e46f9;
}
.screen_out {
    display: none;
}
.blind {
	border: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	width: 1px;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
}
.cont .video_box {
	position: absolute;
	cursor: pointer;
}

.cont .video_box .layer,
.cont .video_box .start_video {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.div-table {
	display: table;
	width: 100%;
	height: 100%;
}
.div-table > * {
	display: table-cell;
	vertical-align: middle;
}
@keyframes pointerBounceDiagonal {
	0%,
	100% {
		transform: translate(0, 0);
	}

	50% {
		transform: translate(-10px, -10px);
	}
}
/* layout ******************/
.refund_wrap {
	overflow: hidden;
	margin-top: 50px;
}
/* contents ******************/
/* 상단 비주얼 : s */
.visual_cont {
	height: 957px;
	background: url('/_skin/tpl_skin/basic_logisrics_new/images/apply/refund_new/v3/top_bg.png') no-repeat center top;
}
.visual_cont .title_wrap {
	position: relative;
	padding-top: 83px;
	padding-left: 6px;
}
.visual_cont .title_wrap .evidence_area {
    top: 126px;
    right: 38px;
}
.visual_cont .title_wrap .evidence_btn {
    border: 1px solid #4469e7;
    background: transparent;
    font-family: 'noto5';
    font-size: 12px;
    color: #8ba7ff;
}
.visual_cont .item_wrap {
	display: flex;
	width: 100%;
	height: 134px;
	margin-top: 88px;
	padding: 30px 47px 24px 53px;
	box-sizing: border-box;
	border-radius: 20px;
	background: #fff;
}
.visual_cont .item_wrap li {
	display: flex;
	align-items: center;
	gap: 25px;
	width: 33.3333%;
}
.visual_cont .item_wrap li.item_2 {
	justify-content: center;
}
.visual_cont .item_wrap li.item_3 {
	justify-content: flex-end;
}
.visual_cont .item_wrap li .icon {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: #e2e5f0;
	background-repeat: no-repeat;
	background-position: 60%;
}
.visual_cont .item_wrap li.item_1 .icon {
	background-image: url('/_skin/tpl_skin/basic_logisrics_new/images/apply/refund_new/v3/top_benefit_1.png');
}
.visual_cont .item_wrap li.item_2 .icon {
	background-image: url('/_skin/tpl_skin/basic_logisrics_new/images/apply/refund_new/v3/top_benefit_2.png');
}
.visual_cont .item_wrap li.item_3 .icon {
	background-position: 41% 39%;
	background-image: url('/_skin/tpl_skin/basic_logisrics_new/images/apply/refund_new/v3/top_benefit_3.png');
}
.visual_cont .item_wrap li p {
	font-family: 'noto4';
	font-size: 26px;
	letter-spacing: -0.035em;
	line-height: 1.2;
}
.visual_cont .item_wrap li p em {
	font-family: 'noto7';
}
/* 상단 비주얼 : e */
/* 상품 : s */
.product_cont {
	background: #0e46f9;
}
.product_cont .main_inner {
	padding: 154px 0 162px;
}
.product_cont .main_title {
	margin-left: 10px;
}
.product_cont .main_title p {
	color: #ffe464;
}
.product_cont .main_title h3 {
	color: #fff;
}
.product_cont .product_list {
	display: flex;
	gap: 39px;
	width: 100%;
	margin: 82px 0 0;
}
.product_cont .product_list:nth-of-type(2) {
	margin-top: 60px;
}
.product_cont .product_list .list_item {
	position: relative;
	width: 100%;
	border-radius: 40px;
	background: #e5edff;
}
.product_cont .product_list .item_top_contents {
	display: flex;
	align-items: flex-end;
	padding: 47px 59px 27px 57px;
	border-radius: 40px 40px 0 0;
	background: #fff;
}
.product_cont .product_list .item_detail {
	flex: 1 1 auto;
}
.product_cont .product_list .item_tags {
	display: flex;
	gap: 10px;
}
.product_cont .product_list .item_tags li {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 42px;
	padding: 0 32px;
	border: 3px solid #000;
	border-radius: 42px;
	letter-spacing: -0.02em;
	font-size: 24px;
	font-family: 'noto7';
	background: #fff;
}
.product_cont .product_list .item_tags .tag_point {
	border: 3px solid #ffbc1c;
	background: #ffbc1c;
	/* animation: blink 1s infinite; */
}
.product_cont .product_list .item_title {
	display: block;
	line-height: 1.15;
	margin: 30px 0 0 4px;
	letter-spacing: -0.02em;
	font-size: 53px;
	font-family: 'noto7';
}
.product_cont .product_list .item_title em {
	color: #004eff;
}
.product_cont .product_list .item_list {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	margin: 17px 0 22px;
}
.product_cont .product_list .item_list li {
	display: inline-flex;
	align-items: center;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #000;
	font-size: 20px;
	font-family: 'noto5';
}
.product_cont .product_list .item_list li em {
	color: #bf1919;
}
.product_cont .product_list .item_price {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-end;
	position: relative;
	transform: translateY(-21px);
}
.product_cont .product_list .price_wrap {
	display: flex;
	align-items: center;
	gap: 15px;
	margin: 0 0 23px 0;
}
.product_cont .product_list .price_origin {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 2px;
	margin: 11px 0 1px;
	font-family: 'noto7';
}
.product_cont .product_list .origin_tag {
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #000;
	font-size: 19px;
	font-family: 'noto6';
}
.product_cont .product_list .origin_num {
	line-height: 1.2;
	letter-spacing: -0.02em;
	text-decoration: line-through;
	text-decoration-thickness: 1px;
	color: #969696;
	font-size: 20px;
	font-family: 'noto6';
}
.product_cont .product_list .price_total {
	line-height: 1.2;
	margin: 0 0 0 15px;
	font-size: 60px;
	font-family: 'noto7';
	color: #004eff;
}
.product_cont .product_list .price_total span {
	letter-spacing: -0.065em;
	font: inherit;
}
.product_cont .product_list .price_badge {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: -8px;
	bottom: calc(100% + 5px);
	width: 110px;
	height: 110px;
	border-radius: 50%;
	text-align: center;
	background: url('/_skin/tpl_skin/basic_logisrics_new/images/apply/refund_new/v3/price_bullet.png') no-repeat 0 0 / contain;
}
.product_cont .product_list .price_badge p {
	line-height: 1.3;
	letter-spacing: -0.02em;
	color: #fff;
	font-size: 25px;
	font-family: 'noto6';
}
.product_cont .product_list .price_badge span {
	font: inherit;
}
.product_cont .product_list .btn_scroll {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 376px;
	height: 69px;
	line-height: 1.2;
	border-radius: 69px;
	letter-spacing: -0.02em;
	color: #fff;
	font-size: 28px;
	font-family: 'noto5';
	background: #000e2d;
	box-shadow: 0px 10px 20px 0px rgba(49, 49, 49, 0.38);
}
.product_cont .product_list .btn_scroll::after {
	content: '';
	position: absolute;
	bottom: -31px;
	right: -26px;
	width: 57px;
	height: 63px;
	background: url('/img/event/8960/pc/btn_icon.png') no-repeat 0 0 / contain;
	animation: pointerBounceDiagonal 0.8s ease infinite;
}
.product_cont .product_list .item_benefits {
	display: flex;
	padding: 0 0 0 46px;
}
.product_cont .product_list .item_benefits li {
	flex: 1 1 auto;
	display: flex;
	align-items: center;
	position: relative;
	height: 137px;
	line-height: 1.2;
	letter-spacing: -0.025em;
	color: #000;
	font-size: 19px;
	font-family: 'noto6';
}
.product_cont .product_list .item_benefits li + li::after {
	content: '';
	position: absolute;
	top: 30px;
	left: -24px;
	width: 1px;
	height: 81px;
	background: #b2b2b2;
}
.product_cont .product_list .item_benefits li::before {
	content: '';
	display: block;
	width: 105px;
	height: 72px;
	margin: 0 23px 0 28px;
}
.product_cont .product_list .item_benefits li:nth-child(1)::before {
	background: url('/_skin/tpl_skin/basic_logisrics_new/images/apply/refund_new/v3/price_benefit_1.png') no-repeat right center;
}
.product_cont .product_list .item_benefits li:nth-child(2)::before {
	background: url('/_skin/tpl_skin/basic_logisrics_new/images/apply/refund_new/v3/price_benefit_2.png') no-repeat right center;
}
.product_cont .product_list .item_benefits li:nth-child(3)::before {
	background: url('/_skin/tpl_skin/basic_logisrics_new/images/apply/refund_new/v3/price_benefit_3.png') no-repeat right center;
}
/* 상품 : e */
/* 혜택 : s */
.benefit_cont {
	background: linear-gradient(to bottom, #000e2b, #0d40e3);
}
.benefit_cont .main_inner {
	padding: 170px 0 203px;
}
.benefit_cont .main_title p {
	color: #fff;
}
.benefit_cont .main_title h3 {
	color: #ffe464;
}
.benefit_cont .benefit_list_1 {
	display: flex;
	gap: 22px;
	margin: 86px 0 0;
	width: 100%;
}
.benefit_cont .benefit_list_1 .list_item {
	display: flex;
	flex-direction: column;
	position: relative;
	width: 100%;
	height: 210px;
	padding: 50px 0 26px 36px;
	border-radius: 20px;
	background: #004eff;
}
.benefit_cont .benefit_list_1 .list_item_1 {
	background: #004eff url('/_skin/tpl_skin/basic_logisrics_new/images/apply/refund_new/v3/benefit_1.png') no-repeat right 18px bottom 28px;
}
.benefit_cont .benefit_list_1 .list_item_2 {
	background: #004eff url('/_skin/tpl_skin/basic_logisrics_new/images/apply/refund_new/v3/benefit_2.png') no-repeat right 16px bottom 34px;
}
.benefit_cont .benefit_list_1 .item_sub_title {
	line-height: 1.2;
	letter-spacing: -0.05em;
	font-size: 22px;
	color: #fff;
}
.benefit_cont .benefit_list_1 .item_title {
	display: block;
	line-height: 1.18;
	letter-spacing: -0.05em;
	margin: 8px 0 0;
	font-size: 30px;
	font-family: 'noto6';
	color: #fff;
}
.benefit_cont .benefit_list_1 .item_noti {
	line-height: 1.2;
	letter-spacing: -0.05em;
	margin: auto 0 0;
	color: #a3b5ff;
	font-size: 14px;
}
.benefit_cont .benefit_list_2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 32px 0;
	width: 100%;
	margin: 31px 0 0;
}
.benefit_cont .benefit_list_2 .list_item {
	display: flex;
	flex-direction: column;
	width: 351px;
	height: 300px;
	padding: 30px 28px 6px 34px;
	border-radius: 20px;
	background: #fff;
}
.benefit_cont .benefit_list_2 .list_item_1 {
	background: #fff url('/_skin/tpl_skin/basic_logisrics_new/images/apply/refund_new/v3/benefit_3.png') no-repeat left 44% bottom 3px;
}
.benefit_cont .benefit_list_2 .list_item_2 {
	background: #fff url('/_skin/tpl_skin/basic_logisrics_new/images/apply/refund_new/v3/benefit_4.png') no-repeat left 50% bottom 20px;
}
.benefit_cont .benefit_list_2 .list_item_3 {
	background: #fff url('/_skin/tpl_skin/basic_logisrics_new/images/apply/refund_new/v3/benefit_5.png') no-repeat left 46% bottom 19px;
}
.benefit_cont .benefit_list_2 .list_item_4 {
	background: #fff url('/_skin/tpl_skin/basic_logisrics_new/images/apply/refund_new/v3/benefit_6.png') no-repeat left 60% bottom 22px;
}
.benefit_cont .benefit_list_2 .list_item_5 {
	background: #fff url('/_skin/tpl_skin/basic_logisrics_new/images/apply/refund_new/v3/benefit_7.png') no-repeat left 55% bottom 13px;
}
.benefit_cont .benefit_list_2 .list_item_6 {
	background: #fff url('/_skin/tpl_skin/basic_logisrics_new/images/apply/refund_new/v3/benefit_8.png') no-repeat left 55% bottom 20px;
}
.benefit_cont .benefit_list_2 .item_sub_title {
	line-height: 1.2;
	letter-spacing: -0.05em;
	font-size: 20px;
	text-align: center;
	color: #003ec9;
}
.benefit_cont .benefit_list_2 .item_title {
	display: block;
	line-height: 1.2;
	margin: 7px 0 0;
	letter-spacing: -0.055em;
	font-size: 26px;
	font-family: 'noto6';
	text-align: center;
	color: #004eff;
}
.benefit_cont .benefit_list_2 .item_noti {
	width: 100%;
	margin: auto 0 0;
	text-align: right;
	letter-spacing: -0.07em;
	font-size: 12px;
	color: #7b7b7b;
}
/* 혜택 : e */
/* 이벤트 : s */
.event_cont {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin: -132px 0 0;
	z-index: 1;
	overflow: hidden;
}
/* 이벤트 : e */
/* 그래프 : s */
.graph_cont {
	background: #050c47;
}
.graph_cont .main_inner {
	padding: 164px 0 180px;
}
.graph_cont .graph_img {
	margin: 106px 0 58px;
}
/* 그래프 : e */
/* 고민 : s */
.problem_cont {
	height: 1125px;
	background: linear-gradient(to bottom, #606074, #2e2e38);
}
.problem_cont .main_title p {
	color: #a9caff;
}
.problem_cont .main_title h3 {
	color: #fff;
}
.problem_cont .main_inner {
	height: 100%;
	padding-top: 164px;
	box-sizing: border-box;
	background: url('/_skin/tpl_skin/basic_logisrics_new/images/apply/refund_new/v3/txt_blur_bg.png') bottom 139px left -30px no-repeat;
}
.problem_cont .main_title {
	margin-left: 0px;
}
.problem_cont .bg_img {
	position: absolute;
	bottom: 17px;
	left: 52%;
	transform: translateX(-50%);
	z-index: 2;
}
.problem_cont .problem_img {
	position: absolute;
	opacity: 0;
	transform: translateY(100px);
	transition: opacity 0.5s ease, transform 0.5s ease;
}
.problem_cont .problem_img.on {
	opacity: 1;
	transform: translateY(0px);
}
.problem_cont .speachBubble_1 {
	top: 435px;
	left: -3px;
}
.problem_cont .speachBubble_2 {
	top: 400px;
	right: -32px;
	transition-delay: 0.3s;
}
.problem_cont .speachBubble_3 {
	top: 656px;
	left: -172px;
	transition-delay: 0.6s;
}
.problem_cont .speachBubble_4 {
	top: 639px;
	right: -219px;
	transition-delay: 0.9s;
}
/* 고민 : e */
/* PASS STORY : s */
.pass_wrap {
	padding: 183px 0 132px;
	background: url('/_skin/tpl_skin/basic_logisrics_new/images/apply/refund_new/v3/play_hugi_bg.png') no-repeat center top;
}
.pass_wrap .main_title p {
	color: #000;
}
.pass_wrap .main_title h3 {
	color: #0e47f9;
}
.pass_wrap .pass_tab_wrap {
	margin-top: 106px;
	box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.2);
}
.pass_wrap .tab_list {
	display: flex;
	height: 94px;
	border-bottom: 4px solid #0e47f9;
}
.pass_wrap .tab_list li {
	width: 100%;
}
.pass_wrap .tab_list button {
	display: flex;
	align-items: center;
	position: relative;
	width: 100%;
	height: 100%;
	padding-left: 155px;
	border-radius: 20px 20px 0 0;
	letter-spacing: -0.08em;
	color: #fff;
	font-size: 24px;
	font-family: 'spoqa4';
	background: #c9cacf;
}
.pass_wrap .tab_list button::before {
	content: '';
	position: absolute;
	top: -19px;
	left: 40px;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
	filter: grayscale(100%);
}
.pass_wrap .tab_list .list_item_1::before {
	background: #fff url('/_skin/tpl_skin/basic_logisrics_new/images/review/interviewee_1.png') no-repeat 0 0;
}
.pass_wrap .tab_list .list_item_2::before {
	background: #fff url('/_skin/tpl_skin/basic_logisrics_new/images/review/interviewee_2.png') no-repeat 0 0;
}
.pass_wrap .tab_list button.is_active {
	background: #0e47f9;
}
.pass_wrap .tab_list button.is_active::before {
	filter: none;
}
.pass_wrap .tab_content {
	display: none;
	position: relative;
}
.pass_wrap .tab_content.is_active {
	display: block;
}
.pass_wrap .video_box {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5) url('/_skin/tpl_skin/basic_logisrics_new/images/review/play_btn.png') no-repeat center 236px;
}
/* PASS STORY : e */
/* 수강후기 & 합격후기 : s */
.review_wrap {
	padding: 49px 0 156px;
}
.review_wrap .review_slide_1 {
	position: relative;
	height: 608px;
	margin-top: 82px;
}
.review_wrap .review_slide_1 .slide_control {
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: -117px;
	right: -10px;
	width: 149px;
}
.review_wrap .review_slide_1 .slide_control button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}
.review_wrap .review_slide_1 .slide_control button::after {
	content: '';
	display: block;
	width: 16px;
	height: 25px;
	background: url('/_skin/tpl_skin/basic_imsang2/images/review/icon.png') no-repeat 0 0;
}
.review_wrap .review_slide_1 .slide_control .swiper-button-prev::after {
	background-position: -27px -22px;
}
.review_wrap .review_slide_1 .slide_control .swiper-button-next::after {
	background-position: -58px -22px;
}
.review_wrap .review_slide_1 .swiper-slide {
	display: flex;
	flex-direction: column;
	position: relative;
	width: 400px;
	height: 550px;
	padding: 0 40px 35px;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.2);
	overflow: hidden;
}
.review_wrap .review_slide_1 .swiper-slide::after,
.review_wrap .review_slide_1 .swiper-slide::before {
	content: '';
	display: block;
	width: 400px;
	height: 200px;
}
.review_wrap .review_slide_1 .swiper-slide::after {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.15);
}
.review_wrap .review_slide_1 .swiper-slide::before {
	flex-shrink: 0;
	margin-left: -40px;
	background: url('/_skin/tpl_skin/basic_logisrics_new/images/review/img_1.png') no-repeat center;
}
.review_wrap .review_slide_1 .swiper-slide-1::before {
	background-image: url('/_skin/tpl_skin/basic_logisrics_new/images/review/img_1.png');
}
.review_wrap .review_slide_1 .swiper-slide-2::before {
	background-image: url('/_skin/tpl_skin/basic_logisrics_new/images/review/img_2.png');
}
.review_wrap .review_slide_1 .swiper-slide-3::before {
	background-image: url('/_skin/tpl_skin/basic_logisrics_new/images/review/img_3.png');
}
.review_wrap .review_slide_1 .swiper-slide-4::before {
	background-image: url('/_skin/tpl_skin/basic_logisrics_new/images/review/img_4.png');
}
.review_wrap .review_slide_1 .swiper-slide-5::before {
	background-image: url('/_skin/tpl_skin/basic_logisrics_new/images/review/img_5.png');
}
.review_wrap .review_slide_1 .swiper-slide-6::before {
	background-image: url('/_skin/tpl_skin/basic_logisrics_new/images/review/img_6.png');
}
.review_wrap .review_slide_1 .swiper-slide-7::before {
	background-image: url('/_skin/tpl_skin/basic_logisrics_new/images/review/img_7.png');
}
.review_wrap .review_slide_1 .swiper-slide-8::before {
	background-image: url('/_skin/tpl_skin/basic_logisrics_new/images/review/img_8.png');
}
.review_wrap .review_slide_1 .swiper-slide-9::before {
	background-image: url('/_skin/tpl_skin/basic_logisrics_new/images/review/img_9.png');
}
.review_wrap .review_slide_1 .swiper-slide-10::before {
	background-image: url('/_skin/tpl_skin/basic_logisrics_new/images/review/img_10.png');
}
.review_wrap .review_slide_1 .slide_title {
	display: block;
	line-height: 35px;
	margin-top: 35px;
	letter-spacing: -0.08em;
	word-break: keep-all;
	color: #000;
	font-size: 26px;
	font-family: 'spoqa4';
	font-weight: 900;
}
.review_wrap .review_slide_1 .slide_text {
	margin-top: 10px;
	line-height: 28px;
	letter-spacing: -0.08em;
	word-break: keep-all;
	color: #666;
	font-size: 18px;
	font-family: 'spoqa3';
}
.review_wrap .review_slide_1 .slide_footer {
	margin-top: auto;
	padding-top: 12px;
	border-top: 1px solid #ccc;
	letter-spacing: -0.08em;
	color: #666;
	font-size: 18px;
	font-family: 'spoqa3';
	background: url('/_skin/tpl_skin/basic_logisrics_new/images/review/star.png') no-repeat right 14px / 94px auto;
}
.review_slide_wrap {
	margin-top: 89px;
	padding: 93px 0 0;
	background: url('/_skin/tpl_skin/basic_logisrics_new/images/review/bg_line1.png') no-repeat center top;
}
/* 수강후기 & 합격후기 : e */
/* 커리큘럼 : s */
.curriculum_cont {
	padding-bottom: 140px;
	background: #efefef;
}
.curriculum_cont .speechBubble_img_wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.curriculum_cont .main_inner {
	padding: 84px 0 0;
}
.curriculum_cont .curri_list {
	display: flex;
	gap: 8px;
	width: 100%;
	margin: 91px 0 0;
}
.curriculum_cont .curri_list .list_item {
	width: 100%;
}
.curriculum_cont .curri_list .item_title {
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 3px;
	width: 271px;
	height: 70px;
	padding: 11px 29px 0 0;
	background: url('/_skin/tpl_skin/basic_logisrics_new/images/apply/refund_new/v3/curri_arrow.png') no-repeat left 0 bottom 0;
}
.curriculum_cont .curri_list .is_active .item_title {
	background-position: left 0 top 0;
}
.curriculum_cont .curri_list .item_title p {
	line-height: 1;
	letter-spacing: -0.02em;
	color: #fff;
	font-size: 15px;
}
.curriculum_cont .curri_list .item_title strong {
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #fff;
	font-size: 23px;
	font-family: 'noto6';
}
.curriculum_cont .curri_list .item_contents {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 18px;
	width: 261px;
	height: 231px;
	margin: 32px 0 0;
	padding: 0 0 8px;
	border: 3px solid transparent;
	border-radius: 20px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
	background: #fff;
}
.curriculum_cont .curri_list .is_active .item_contents {
	border-color: #0e46f9;
}
.curriculum_cont .curri_list .item_contents strong {
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #000;
	font-size: 25px;
	font-family: 'noto7';
}
.curriculum_cont .curri_list .item_contents p {
	line-height: 1.5;
	text-align: center;
	letter-spacing: -0.02em;
	color: #000;
	font-size: 22px;
}
.curriculum_cont .curri_list .item_badge {
	margin: 20px 0 0;
}
/* 커리큘럼 : e */
/* 교수 : s */
.professor_cont {
	padding: 165px 0 0;
}
.professor_cont .professor_img {
	margin-right: auto;
}
.professor_cont .professor_slide_wrap {
	margin: 162px 0 0;
	padding-bottom: 125px;
	background: linear-gradient(to bottom, #fff 125px, transparent 126px), url('/_skin/tpl_skin/basic_logisrics_new/images/apply/refund_new/v3/teacher_bg.png') no-repeat center / cover;
}
.professor_cont .professor_slide {
	width: 1150px;
	height: 1330px;
	padding: 80px 0 118px;
	margin: -124px 0 0;
	overflow: hidden;
}
.professor_cont .professor_slide .swiper-pagination {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	width: 1100px;
	padding: 0 50px;
	box-sizing: border-box;
	position: static;
}
.professor_cont .professor_slide .swiper-pagination-bullet {
	position: relative;
	width: 100%;
	height: 94px;
	padding: 0 0 8px 63px;
	border-radius: 97px;
	color: #ababab;
	background: #7a7a7a;
	opacity: 1;
}
.professor_cont .professor_slide .swiper-pagination-bullet::before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 5px;
	width: 154px;
	height: 160px;
	z-index: 1;
	background: url('/_skin/tpl_skin/basic_logisrics_new/images/apply/refund_new/v3/teacher_tab.png') no-repeat -45px -157px;
}
.professor_cont .professor_slide .bullet_1::before {
	background-position: -51px -155px;
}
.professor_cont .professor_slide .bullet_2::before {
	background-position: -214px -155px;
}
.professor_cont .professor_slide .bullet_3::before {
	background-position: -388px -155px;
}
.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;
	letter-spacing: -0.025em;
	font-size: 20px;
	font-family: 'noto4';
	text-align: left;
}
.professor_cont .professor_slide .swiper-pagination-bullet strong {
	display: block;
	line-height: 1.2;
	letter-spacing: -0.025em;
	font-size: 30px;
	font-family: 'noto6';
	text-align: left;
}
.professor_cont .professor_slide .swiper-pagination-bullet.is_active,
.professor_cont .professor_slide .swiper-pagination-bullet:hover {
	color: #000;
	background: #f6ce3e;
}
.professor_cont .professor_slide .swiper-pagination-bullet:hover::before,
.professor_cont .professor_slide .swiper-pagination-bullet.is_active::before {
	background-position-y: 7px;
}
.professor_cont .professor_slide .swiper-slide {
	position: relative;
	padding: 128px 0px 100px;
}
.professor_cont .professor_slide .swiper-slide_1 {
	background: url('/_skin/tpl_skin/basic_logisrics_new/images/apply/refund_new/v3/teacher_1.png') no-repeat right -71px top 80px;
}
.professor_cont .professor_slide .swiper-slide_2 {
	background: url('/_skin/tpl_skin/basic_logisrics_new/images/apply/refund_new/v3/teacher_2.png') no-repeat right -80px top 75px;
}
.professor_cont .professor_slide .swiper-slide_3 {
	background: url('/_skin/tpl_skin/basic_logisrics_new/images/apply/refund_new/v3/teacher_3.png') no-repeat right -90px top 80px;
}
.professor_cont .professor_slide .slide_sub_title {
	line-height: 1.2;
	letter-spacing: -0.025em;
	color: #fff;
	font-size: 36px;
	font-family: 'noto5';
}
.professor_cont .professor_slide .slide_category {
	display: inline-block;
	line-height: 1.2;
	margin-top: 44px;
	letter-spacing: -0.065em;
	font-size: 26px;
	font-family: 'noto4';
	color: #ffd554;
}
.professor_cont .professor_slide .slide_title {
	display: inline-block;
	line-height: 1.2;
	margin-top: 7px;
	letter-spacing: -0.065em;
	font-size: 55px;
	font-family: 'noto6';
	background: linear-gradient(to right, #eae5dc, #ffd554);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}
.professor_cont .professor_slide .txt_info {
	margin-top: 32px;
}
.professor_cont .professor_slide .txt_info li {
	position: relative;
	width: 428px;
	height: 48px;
	margin-bottom: 10px;
	border: 1px solid #f6ce3e;
	border-radius: 48px;
	padding-left: 56px;
	box-sizing: border-box;
	background: #2b271a;
	font-family: 'noto6';
	font-size: 22px;
	letter-spacing: -0.025em;
	line-height: 44px;
	color: #fff;
}
.professor_cont .professor_slide .txt_info li::after {
	clear: both;
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 27px;
	transform: translateY(-50%);
	width: 16px;
	height: 20px;
	background: url('/_skin/tpl_skin/basic_electricity5/images/refund_renew/v3/check.png') center no-repeat;
}
.professor_cont .professor_slide .btn_video {
	display: block;
	width: 544px;
	margin: 50px 0 0 0;
}
.professor_cont .professor_slide .slide_list {
	position: absolute;
	top: 749px;
	right: 52px;
}
.professor_cont .professor_slide .slide_list li {
	font-family: 'noto3';
	font-size: 20px;
	letter-spacing: -0.025em;
	text-align: right;
	line-height: 1.6;
	color: #fff;
}
.professor_cont .professor_slide .slide_review {
	display: flex;
	gap: 22px;
	position: relative;
	width: 1100px;
	margin: 92px 0 0 0;
	z-index: 1;
}
.professor_cont .professor_slide .slide_review li {
	position: relative;
	width: 100%;
	padding: 32px 37px 31px 42px;
	border: 1px solid #0c32a4;
	border-radius: 15px;
	background: #020815;
}
.professor_cont .professor_slide .slide_review li::after {
	content: '';
	position: absolute;
	right: 25px;
	bottom: -21px;
	width: 94px;
	height: 94px;
	border-radius: 50%;
	background: #0e46f9 url('/_skin/tpl_skin/basic_fire_system/images/apply_2/ssang/v3/teacher_review.png') no-repeat 0 0;
}
.professor_cont .professor_slide .slide_review .review_item_1::after {
	background-position: 0 -8px;
}
.professor_cont .professor_slide .slide_review .review_item_2::after {
	background-position: -100px -8px;
}
.professor_cont .professor_slide .slide_review .review_item_3::after {
	background-position: -202px -8px;
}
.professor_cont .professor_slide .slide_review .review_item_4::after {
	background-position: -304px -8px;
}
.professor_cont .professor_slide .slide_review .review_item_5::after {
	background-position: -406px -8px;
}
.professor_cont .professor_slide .slide_review .review_item_6::after {
	background-position: -505px -8px;
}
.professor_cont .professor_slide .slide_review strong {
	letter-spacing: -0.065em;
	color: #a5c5ff;
	font-size: 26px;
	font-family: 'noto4';
}
.professor_cont .professor_slide .slide_review p {
	line-height: 29px;
	margin-top: 17px;
	letter-spacing: -0.065em;
	word-break: keep-all;
	color: #fff;
	font-size: 19px;
	font-family: 'noto2';
}
.professor_cont .professor_slide .slide_review span {
	display: inline-block;
	margin-top: 10px;
	letter-spacing: -0.065em;
	color: #8b8b8b;
	font-size: 16px;
	font-family: 'noto5';
}
/* 교수 : e */
/* 모의고사 : s */
.mock_cont {
	background: #f5f5f5;
}
.mock_cont .main_inner {
	padding: 166px 0 163px;
}
.mock_cont .mock_box {
	margin-top: 29px;
}
.mock_cont .mock_box .box_item_1 {
	background-image: url('/_skin/tpl_skin/basic_logisrics_new/images/apply/refund_new/v3/test_img1.png');
}
.mock_cont .mock_box .box_item_2 {
	background-image: url('/_skin/tpl_skin/basic_logisrics_new/images/apply/refund_new/v3/test_img2.png');
}
.mock_cont .mock_box .box_item_3 {
	right: -18px;
	background-image: url('/_skin/tpl_skin/basic_logisrics_new/images/apply/refund_new/v3/test_img3.png');
}
.mock_cont .mock_box .box_item_4 {
	background-image: url('/_skin/tpl_skin/basic_youth_counselor3/img/chungsang3level_new/v2/test_img4.png');
}
.mock_cont .mock_tip {
	margin-top: 52px;
}
/* 모의고사 : e */
/* 도서 : s */
.book_cont {
	padding: 156px 0 160px 0;
}
.book_cont .main_title {
	margin-left: -3px;
}
.cat_main_cont .book_cont .evidence_area {
	top: 157px;
	right: 0;
}
.book_cont .book_img_wrap {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
    height: 427px;
	margin-top: 135px;
}
.book_cont .book_img_wrap .img_wrap {
	position: relative;
}
.book_cont .book_bullet {
	position: absolute;
	top: -70px;
	right: -67px;
}
.book_cont .book_info_wrap {
	width: 425px;
	margin-top: 13px;
}
.book_cont .book_info_wrap li {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 113px;
	margin-bottom: 25px;
	border: 2px solid #1e70ff;
	border-radius: 16px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
	background: #f4faff;
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}
.book_cont .book_info_wrap li.on {
    opacity: 1;
    transform: translateY(0px);
}
.book_cont .book_info_wrap li.info_2 {
    transition-delay: 0.3s;
}
.book_cont .book_info_wrap li.info_3 {
    transition-delay: 0.6s;
}
.book_cont .book_info_wrap li p {
	font-family: 'noto4';
	font-size: 24px;
	letter-spacing: -0.055em;
	line-height: 1.2;
	text-align: center;
}
.book_cont .book_info_wrap li p em {
	font-family: 'noto7';
}
.book_cont .book_hugi_wrap {
	display: flex;
	gap: 28px;
	margin-top: 146px;
	width: 100%;
}
.book_cont .book_hugi_wrap li {
    position: relative;
	width: 349px;
	height: 171px;
    padding-top: 60px;
	border-radius: 30px;
    box-sizing: border-box;
	background: #fffad0;
}
.book_cont .book_hugi_wrap li::before {
    clear: both;
    content: "";
    display: block;
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background-color: #f6ce3e;
    background-position: 1px 7px;
    background-repeat: no-repeat;
    background-image: url('/_skin/tpl_skin/basic_labor_new/images/apply/master_v2/v2/icon_human.png');
    background-size: 620px auto;
}
.book_cont .book_hugi_wrap li:nth-child(1)::before  {
    background-position: -470px 7px;
}
.book_cont .book_hugi_wrap li:nth-child(2)::before  {
    background-position: -549px 7px;
}
.book_cont .book_hugi_wrap li:nth-child(3)::before  {
    background-position: 1px 7px;
}
.book_cont .book_hugi_wrap li p {
	font-family: 'noto6';
	font-size: 21px;
    letter-spacing: -0.065em;
    line-height: 1.2;
    text-align: center;
}
.book_cont .line {
    position: relative;
    width: 100%;
    margin: 150px 0 60px;
}
.book_cont .line p {
    position: relative;
    width: 227px;
    height: 44px;
    margin: 0 auto;
    padding: 10px 0;
    border-radius: 50px;
    box-sizing: border-box;
    background: #000;
    font-family: 'noto6';
    font-size: 22px;
    letter-spacing: -0.02em;
    line-height: 1;
    text-align: center;
    color: #f6ce3e;
}
.book_cont .line::before,
.book_cont .line p::after {
    clear: both;
    content: "";
    display: block;
    position: absolute;
}
.book_cont .line::before {
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #000;
}
.book_cont .line p::after {
    top: -6px;
    right: -35px;
    width: 72px;
    height: 77px;
    background: url('/_skin/tpl_skin/basic_logisrics_new/images/apply/refund_new/v3/book_icon.png') center no-repeat;
}
.book_cont .bookpage_slide_wrap {
	position: relative;
}
.book_cont .bookpage_slide {
	position: static;
	width: 1112px;
	height: 814px;
	margin: 40px 2px 0 -10px;
}
.book_cont .bookpage_slide .btn_arrow {
	position: absolute;
	top: 44%;
	transform: translateY(-50%);
	width: 47px;
	height: 48px;
	z-index: 4;
	cursor: pointer;

	/* background: url('/_skin/tpl_skin/basic_labor_new/images/apply/master_v2/btn.png') no-repeat; */
}
.book_cont .bookpage_slide .btn_arrow > span {
	position: absolute;
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 30px;
	background-color: #e4e4e4;
	z-index: -1;
}
.book_cont .bookpage_slide .btn_arrow.btn_prev {
	left: -52px;
}
.book_cont .bookpage_slide .btn_arrow.btn_prev > span {
	top: -10px;
	left: -13px;
}
.book_cont .bookpage_slide .btn_arrow.btn_next {
	right: -81px;
}
.book_cont .bookpage_slide .btn_arrow.btn_next > span {
	top: -10px;
	left: -18px;
}
.book_cont .book_btn_wrap {
    position: relative;
}
.book_cont .book_btn_wrap .img_btn {
    margin-left: -30px;
}
.book_cont .book_btn_wrap .book_btn_bx {
	position: absolute;
	top: 19px;
	left: 0;
	width: 100%;
    height: 80px;
}
.book_cont .book_btn_wrap .btn_book {
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 542px;
	height: 80px;
	border-radius: 40px;
}
.book_cont .book_btn_wrap .btn_book a,
.book_cont .book_btn_wrap .btn_book span {
	display: block;
	height: 100%;
	cursor: pointer;
}
.book_cont .book_btn_wrap .btn_book.btn1 {
	left: 0;
}
.book_cont .book_btn_wrap .btn_book.btn2 {
	right: 0;
}
/* 도서 : e */
/* 하단 혜택 : s */
.bottom_bene_cont {
	background: linear-gradient(to bottom, #114092 10%, #000 30%);
}
.bottom_bene_cont .main_inner {
	padding: 152px 0 196px;
}
.bottom_bene_cont .point_title p {
	color: #fff;
}
.bottom_bene_cont .point_title h3 {
	color: #ffe464;
}
.bottom_bene_cont .bottom_bene_wrap {
	margin-top: 80px;
}
.bottom_bene_cont .bottom_bene {
	display: flex;
	width: 100%;
	height: 556px;
	padding: 0 10px;
	box-sizing: border-box;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	background: #fff;
}
.bottom_bene_cont .bottom_bene > li {
	position: relative;
	width: 50%;
	padding-top: 47px;
	border-right: 1px solid #b4b4b4;
}
.bottom_bene_cont .bottom_bene > li:last-child {
	border: 0;
}
.bottom_bene_cont .bottom_bene li.bottom_bene_1 {
	background: url('/_skin/tpl_skin/basic_logisrics_new/images/apply/refund_new/v3/bottom_benefit_1.png') center left 47% no-repeat;
}
.bottom_bene_cont .bottom_bene li.bottom_bene_2 {
	background: url('/_skin/tpl_skin/basic_logisrics_new/images/apply/refund_new/v3/bottom_benefit_2.png') center left 51% no-repeat;
}
.bottom_bene_cont .bottom_bene li .txt_bullet {
	width: 195px;
	height: 42px;
	margin: 0 auto 13px;
	border-radius: 50px;
	background: #0e46f9;
	font-family: 'noto6';
	font-size: 21px;
	letter-spacing: -0.025em;
	line-height: 40px;
	text-align: center;
	color: #fff;
}
.bottom_bene_cont .bottom_bene li .bene_title {
	font-family: 'noto4';
	font-size: 28px;
	letter-spacing: -0.025em;
	line-height: 1.2;
	text-align: center;
}
.bottom_bene_cont .bottom_bene li .bene_title em {
	font-family: 'noto7';
}
.bottom_bene_cont .bottom_bene li .bene_list_wrap {
	width: fit-content;
	margin: 230px auto 0;
}
.bottom_bene_cont .bottom_bene li .bene_list_wrap .bene_list {
	width: 356px;
	height: 43px;
	margin-left: 10px;
	margin-bottom: 8px;
	background: #eaefff;
	font-family: 'noto4';
	font-size: 20px;
	letter-spacing: -0.025em;
	line-height: 40px;
	text-align: center;
}
.bottom_bene_cont .bottom_bene_img {
	position: relative;
	margin-top: -30px;
	z-index: 1;
}
/* 하단 혜택 : e */
/* 한줄후기 : s */
.one_line_wrap {
	padding: 180px 0 86px;
	background: #e4eeff url('/_skin/tpl_skin/basic_logisrics_new/images/review/speech_bubble_bg.png') no-repeat center top 372px;
}
.one_line_wrap .one_line_slide {
	position: relative;
	width: 1100px;
	height: 885px;
	background: url('/_skin/tpl_skin/basic_logisrics_new/images/review/speech_bubble.png') no-repeat -30px -87px;
}
.one_line_wrap .slide {
	position: absolute;
	width: 502px;
	height: 160px;
	text-align: center;
	color: #000;
	overflow: hidden;
}
.one_line_wrap .slide_title {
	display: block;
	letter-spacing: -0.08em;
	line-height: 30px;
	font-size: 20px;
	font-family: 'spoqa3';
	font-weight: 900;
}
.one_line_wrap .slide .slide_footer {
	display: inline-block;
	margin-top: 8px;
	padding-right: 108px;
	letter-spacing: -0.08em;
	font-size: 18px;
	font-family: 'spoqa2';
	background: url('/_skin/tpl_skin/basic_logisrics_new/images/review/star.png') no-repeat right center / 100px auto;
}
.one_line_wrap .slide .swiper-slide {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.one_line_wrap .slide0 {
	top: 195px;
	left: 0;
	border-radius: 200px;
	border: 3px solid #203dd9;
	background: #fff;
	z-index: 2;
}
.one_line_wrap .slide1 {
	top: 337px;
	left: 100px;
	width: 900px;
	height: 280px;
	color: #fff;
}
.one_line_wrap .slide2 {
	bottom: 129px;
	right: 0;
	border-radius: 200px;
	border: 3px solid #203dd9;
	background: #fff;
	z-index: 1;
}
.one_line_wrap .slide1 .slide_title {
	line-height: 50px;
	font-size: 36px;
	font-family: 'spoqa4';
	background-size: 134px auto;
}
.one_line_wrap .slide1 .slide_footer {
	line-height: 50px;
	margin-top: 0;
	padding-right: 146px;
	font-size: 24px;
	background-size: 134px auto;
}
/* 한줄후기 : e */
/* 시작 */
.start_cont {
	position: relative;
	width: 100%;
	height: 732px;
	background: url('/_skin/tpl_skin/basic_tax_accountant/images/apply/refund/sidea_bg.png') no-repeat center top;
}
.start_cont .main_title {
	position: relative;
	z-index: 2;
}
.start_cont .main_inner {
	position: relative;
	width: 1100px;
	margin: 0 auto;
	padding: 135px 0 0;
}
.start_cont .main_title p {
	color: #fff;
	font-size: 50px;
	font-family: 'noto4';
	letter-spacing: -0.065em;
	line-height: 1.2;
	text-align: center;
}
.start_cont .main_title h3 {
	font-family: 'noto7';
	font-size: 50px;
	letter-spacing: -0.065em;
	line-height: 1.5;
	text-align: center;
	color: #40f37e;
}
.start_cont .start_list {
	display: flex;
	flex-wrap: wrap;
	gap: 17px 15px;
	width: 100%;
	margin: 86px 0 0 10px;
}
.start_cont .start_list .list_item {
	position: relative;
	width: 215px;
	height: 129px;
	padding: 18px 0 0;
	line-height: 1.2;
	text-align: center;
	letter-spacing: -0.03em;
	color: #fff;
	font-size: 21px;
	background: url('/_skin/tpl_skin/basic_tax_accountant/images/apply/refund/sidea_box.png') no-repeat 0 0;
}
.start_cont .start_list .list_item:nth-child(n + 5) {
	left: 90px;
}
.start_cont .start_list .list_item em {
	font-family: 'noto6';
}
.start_cont .main_title .evidence_area {
	top: 82px;
	right: 103px;
}
.evidence_area_wrap {
	display: flex;
	align-items: center;
	gap: 10px;
}
.evidence_area_wrap.align_center {
	justify-content: center;
}
.evidence_area {
	display: inline-block;
	position: relative;
	z-index: 2;
}
.evidence_btn {
	display: block;
	height: 25px;
	line-height: 1.1;
	padding: 6px 6px 1px;
	border: 1px solid #000000;
	border-radius: 3px;
	background: #ffffff;
	letter-spacing: -0.025em;
	font-size: 15px;
	font-family: 'market-l';
	color: #000000;
	cursor: pointer;
}
.evidence_btn span {
	display: inline-block;
	font-size: 12px;
}
.evidence_popup_area {
	display: none;
	position: absolute;
	top: calc(100% + 10px);
	left: 0;
	width: 450px;
	border: 1px solid #000000;
	background: #ffffff;
	letter-spacing: -0.045em;
}
.evidence_popup_wrap {
	position: relative;
	padding: 36px 24px;
	background: #fff;
}
.evidence_popup_area .x_btn {
	position: absolute;
	top: 14px;
	right: 20px;
	letter-spacing: -0.045em;
	color: #000;
	font-size: 20px;
	font-family: 'market-m';
	cursor: pointer;
}
.evidence_popup_area li {
	position: relative;
	font-size: 14px;
	line-height: 1.8;
	text-align: left;
	word-break: keep-all;
	letter-spacing: -0.045em;
	color: #000;
	font-size: 14px;
	font-family: 'noto4';
}
/* .evidence_popup_area li:not(:first-child) {
	text-indent: 10px;
}
.evidence_popup_area li:not(:first-child)::before {
	clear: both;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 12px;
	content: '';
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background-color: red;
}
.evidence_popup_area li:nth-child(odd)::before {
	background-color: transparent;
} */
.evidence_popup_area li:first-child {
	margin-bottom: 10px;
	font-size: 17px;
	font-weight: bold;
	color: #000000;
}
/* 레이아웃 */
.main-container .evidence_area {
	top: 6px;
}
.cat_main_cont .evidence_area {
	position: absolute;
	top: 93px;
	right: 103px;
}
.start_cont .main_title .evidence_area {
	display: inline-block;
	position: absolute;
	top: 98px;
	right: 65px;
	z-index: 2;
}
.start_cont .main_title .evidence_popup_area {
	left: auto;
	right: 0;
}
.start_cont .main_title .evidence_btn {
	width: 82px;
	height: 28px;
	letter-spacing: -0.03em;
	border-color: #000;
	color: #000;
	font-size: 15px;
	font-family: 'noto4';
	background-color: #fff;
}
.start_cont .main_title .evidence_btn {
	display: block;
	width: 82px;
	height: 28px;
	line-height: 1.1;
	padding: 6px 6px 1px;
	border: 1px solid #1e8c84;
	border-radius: 3px;
	letter-spacing: -0.03em;
	border-color: #1e8c84;
	color: #1e8c84;
	font-size: 15px;
	font-family: 'noto4';
	text-align: center;
	background-color: #243c3c;
	cursor: pointer;
}
