@charset "UTF-8";
/* 공통 */
#notice_popup_wrap {
	display: none !important;
}

html {
	scroll-behavior: smooth;
}

a,
a:hover,
a:active,
a:focus {
	color: inherit;
	text-decoration: none;
}

.event_container {
	min-width: 1100px;
	width: 100%;
	color: #000;
	font-family: 'noto4';
	overflow: hidden;
}

.event_container * {
	line-height: normal;
}

.event_container img {
	display: block;
}

.event_container button {
	border: none;
	background: none;
	cursor: pointer;
}

.event_container li {
	float: none;
	font-weight: normal;
}

.event_container .screen_out {
	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;
}

.event_container .event_cont {
	position: relative;
}

.event_container .event_cont .main_inner {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
	width: 1100px;
	margin: 0 auto;
}

.event_container .main_title {
	text-align: center;
}

.event_container .main_title p {
	letter-spacing: -0.065em;
	font-size: 28px;
	font-family: 'noto6';
	line-height: 1;
}

.event_container .main_title h3 {
	line-height: 1.29;
	letter-spacing: -0.025em;
	font-size: 55px;
	font-family: 'noto7';
}

.event_container .main_title h3 em {
	color: #92ff67;
	font: inherit;
}

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

	100% {
		transform: translateX(-50%);
	}
}

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

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

@keyframes floating {
	0% {
		transform: translateY(0);
	}

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

	100% {
		transform: translateY(0);
	}
}

/* 하단 배너 */
.bottom_banner {
	position: fixed;
	bottom: -1px;
	left: 0;
	width: 100%;
	z-index: 10;
}

.bottom_banner .main_inner {
	width: fit-content;
	margin: 0 auto;
}

/* 플로팅배너 */
.event_container .event_floating {
	display: flex;
	flex-direction: column;
	gap: 18px;
	position: fixed;
	bottom: 381px;
	right: 50px;
	width: 201px;
	height: 314px;
	background: url('/img/event/9140/pc/r_bn.png') no-repeat 0 0;
	z-index: 21;
}

.event_container .event_floating a {
	display: block;
	width: 100%;
	height: 200px;
	border-radius: 20px;
}
.event_container .event_floating a:last-child {
	height: 109px;
}

/* 컨텐츠 */
.event_cont_1 {
	width: 100%;
	height: 935px;
	background: #c1ff3c;
}

.event_cont_1 .main_inner {
	position: relative;
	padding: 40px 0 104px;
}

.event_cont_1 .top_img_1 {
	margin-left: 129px;
}

.event_cont_1 .top_btn {
	display: block;
	position: absolute;
	bottom: 292px;
	left: -78px;
	width: 400px;
	height: 64px;
}

.event_cont_1 .top_btn::after {
	content: '';
	position: absolute;
	top: 40px;
	right: -26px;
	width: 45px;
	height: 40px;
	background: url('/img/event/8961/pc/btn_icon.png') no-repeat 0 0 / contain;
	animation: pointerBounceDiagonal 0.8s ease infinite;
}

.event_cont_1 .top_hugi_slide_wrap {
	position: absolute;
	top: 252px;
	right: 354px;
	transform: rotate(0.5deg);
	width: 254px;
	height: 537px;
}

.event_cont_1 .top_hugi_slide_wrap::after {
	clear: both;
	content: '';
	display: block;
	position: absolute;
	top: -104px;
	left: 67%;
	transform: translateX(-50%);
	width: 549px;
	height: 500px;
	background: url('/img/event/9140/pc/top_img_2.png') center / contain no-repeat;
	z-index: 1;
}

.event_cont_1 .top_hugi_slide {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.event_cont_2 .main_inner {
	padding: 156px 0 104px;
}

.event_cont_2 .top_banner {
	width: 100%;
	height: 175px;
	padding: 33px 0;
	box-sizing: border-box;
	background: #190895;
}

.event_cont_2 .top_banner p {
	font-family: 'noto6';
	font-size: 30px;
	letter-spacing: -0.025em;
	text-align: center;
	color: #bfff23;
}

.event_cont_2 .top_banner h3 {
	font-family: 'noto7';
	font-size: 45px;
	letter-spacing: -0.025em;
	text-align: center;
	color: #fff;
}

.event_cont_2 .event_review_slide_wrap {
	padding: 139px 0 168px;
}

.event_cont_2 .event_review_slide_wrap > img {
	display: block;
	margin: 0 auto 71px;
}

.event_cont_2 .event_review_slide {
	margin-left: -275px;
}

.event_cont_2 .event_review_slide .swiper-slide {
	width: 408px;
}

.event_cont_2 .event_review_slide .swiper-slide img {
	width: 100%;
}

.event_cont_3 {
	background: linear-gradient(to bottom, #d4eaff 10%, #fff 35%);
}

.event_cont_3 .main_inner {
	padding: 131px 0 124px;
}

.event_cont_3 .main_inner img {
	margin-left: -88px;
}

.event_cont_4 {
	background: url('/img/event/9140/pc/submission_bg.png') center no-repeat;
}

.event_cont_4 .main_inner {
	padding: 144px 0 100px;
}

.event_cont_4 form {
	position: absolute;
	bottom: 152px;
	left: 0;
	width: 100%;
}

.event_cont_4 .event_btn_wrap {
	display: flex;
	justify-content: center;
	gap: 116px;
	margin-bottom: 165px;
}

.event_cont_4 .event_btn_wrap > a {
	display: block;
	width: 165px;
	height: 34px;
}

.event_cont_4 .writeWrap {
	display: flex;
	width: 100%;
	height: 82px;
}

.event_cont_4 .writeWrap .wr_content {
	width: calc(100% - 285px);
	height: 98%;
	padding-left: 30px;
	border: 0;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	font-family: 'noto4';
	font-size: 16px;
}

.event_cont_4 .writeWrap .wr_content:focus {
	outline: none;
}

.event_cont_4 .writeWrap .submit-btn {
	width: 285px;
	height: 100%;
	opacity: 0;
}

.event_cont_5 {
	background: #f5f2e5;
}

.event_cont_5 .main_inner {
	padding: 138px 0 155px;
}

.event_cont_5 .main_title p {
	letter-spacing: -0.075em;
	font-size: 30px;
	color: #3b21fe;
}

.event_cont_5 .main_title h3 {
	line-height: 1.65;
	font-size: 44px;
}

.event_cont_5 .link_wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 24px 30px;
	width: 100%;
	margin-top: 55px;
}

.event_cont_5 .link_wrap li {
	position: relative;
	width: calc((100% - 60px) / 3);
	height: 164px;
	border-radius: 20px;
	border: 1px solid #e3e0d2;
	box-sizing: border-box;
	background: #fff;
}

.event_cont_5 .link_wrap li::after {
	clear: both;
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 24px;
	transform: translateY(-50%);
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #ffbe1f url('/img/event/9140/pc/arrow.png') center no-repeat;
}

.event_cont_5 .link_wrap li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 28px 0 0 26px;
	box-sizing: border-box;
}

.event_cont_5 .link_wrap li a span {
	display: inline-block;
	margin-bottom: 16px;
	padding: 0 20px;
	border: 2px solid #ffbd1f;
	border-radius: 50px;
	box-sizing: border-box;
	font-family: 'noto6';
	font-size: 20px;
	letter-spacing: -0.025em;
	line-height: 35px;
	color: #ffbd1f;
}

.event_cont_5 .link_wrap li a p {
	font-family: 'noto6';
	font-size: 35px;
	letter-spacing: -0.065em;
	line-height: 1;
}

.start_cont {
	height: 797px;
	background: url('/_skin/tpl_skin/basic_tax_accountant/images/apply/refund/sidea_bg.png') no-repeat center top / cover;
}
.start_cont .main_inner {
	position: relative;
	padding: 102px 0 0;
}
.start_cont .main_title img {
	margin: 0 auto 30px;
}
.start_cont .main_title p {
	color: #fff;
	font-size: 50px;
	font-family: 'noto6';
	line-height: 1.1;
}
.start_cont .main_title h3 {
	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';
}
.evidence_area_wrap {
	display: flex;
	align-items: center;
	gap: 10px;
}
.evidence_area_wrap.align_center {
	justify-content: center;
}
.evidence_area {
	position: absolute !important;
	top: 79px;
	right: -70px;
	display: inline-block;
	z-index: 2;
}
.start_cont .evidence_btn {
	display: block;
	width: 82px;
	height: 28px;
	letter-spacing: -0.03em;
	font-size: 15px;
	font-family: 'noto4';
	background-color: #243c3c;
	line-height: 1.1;
	padding: 6px 6px 1px;
	border: 1px solid #1e8c84;
	border-radius: 3px;
	letter-spacing: -0.025em;
	color: #1e8c84;
	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;
	float: none;
	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;
}
.evidence_popup_area li:nth-child(even) {
	color: red;
}

/* 유의사항 */
.event_notice {
	padding: 121px 0 100px;
}

.event_notice .main_inner {
	width: 1100px;
	margin: 0 auto;
}

.event_notice .notice_title {
	display: block;
	width: 100%;
	background: url('/img/event/9133/pc/sound_icon.png') center left no-repeat;
	text-indent: 68px;
	letter-spacing: -0.08em;
	font-size: 35px;
	font-family: 'noto7';
}

.event_notice .notice_list {
	width: 100%;
	margin-top: 45px;
	margin-left: 70px;
}

.event_notice .notice_list .list_item + .list_item {
	margin-top: 41px;
}

.event_notice .notice_list .list_item dt {
	line-height: 1.2;
	letter-spacing: -0.08em;
	font-size: 26px;
	font-family: 'noto6';
}

.event_notice .notice_list .list_item dd {
	display: block;
	width: 100%;
	line-height: 34px;
	margin-top: 9px;
	letter-spacing: -0.01em;
	font-size: 18px;
	font-family: 'noto2';
}

.event_notice .notice_list .list_item p {
	font-family: 'noto2';
}

.event_notice .notice_list .list_item li {
	float: none;
	font-family: 'noto2';
	line-height: 1.65;
}

.event_notice .notice_list .list_item ul + p {
	margin: 30px 0 5px;
	font-size: 20px;
	font-family: 'noto5';
}

/* 팝업 : s */
.modal_popup_bg_wrap {
    display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	z-index: 999;
	overflow: hidden;
}
.modal_popup_bg_wrap .modal_popup_bg {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.modal_popup_bg_wrap .event_modal .close_btn {
	position: absolute;
    top: 4px;
    right: 17px;
    font-family: 'market-m';
    font-size: 40px;
    line-height: 1;
}
/* 참여 예시 팝업 : s */
.modal_popup_bg_wrap .event_ex_modal {
    display: none;
	position: relative;
	width: 750px;
	height: 95vh;
	padding: 40px 0;
	box-sizing: border-box;
	background: #fff;
	overflow: hidden;
}
.modal_popup_bg_wrap .event_ex_modal .event_ex_modal_img {
	width: 100%;
	height: 100%;
	overflow: scroll;
	overflow-x: hidden;
}
/* 참여 예시 팝업 : e */
/* 문구 확인하기 팝업 : s */
.modal_popup_bg_wrap .event_copy_modal {
    display: none;
	position: relative;
	padding: 40px 60px;
	box-sizing: border-box;
	background: #fff;
	overflow: hidden;
}
.modal_popup_bg_wrap .event_copy_modal_txt {
    margin-top: 30px;
}
.modal_popup_bg_wrap .event_copy_modal_txt p {
    font-family: 'noto4';
    font-size: 18px;
    letter-spacing: -0.025em;
    text-align: center;
}
.modal_popup_bg_wrap .event_copy_modal_txt h3 {
    margin-top: 20px;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 20px;
    background: #f5f2e5;
    font-family: 'noto6';
    font-size: 21px;
    letter-spacing: -0.025em;
    text-align: center;
}
.modal_popup_bg_wrap .event_copy_modal_txt .share_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 165px;
    height: 34px;
    margin: 20px auto 0;
    border-radius: 4px;
    background: #000;
    font-family: 'noto5';
    font-size: 16px;
    letter-spacing: -0.025em;
    color: #fff;
}
/* 문구 확인하기 팝업 : e */
/* 팝업 : e */
