
@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: 216px;
	height: 319px;
	background: url('/img/event/9136/pc/quick.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_container .event_cont_1 {
    width: 100%;
    height: 1100px;
	background: #3a3650 url('/img/event/9136/pc/top.png') no-repeat center;
}

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

.event_cont_2 .main_inner img {
    margin-left: 32px;
}

.event_cont_3 {
	background: #1f241d;
}

.event_cont_3 .main_inner {
	padding: 156px 0 153px;
}

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

.event_cont_4 {
	height: 1425px;
	background: #f2f3f5;
}

.event_cont_4 .main_inner {
	padding: 154px 0 156px;
}

.event_cont_4 .event_note_slide {
	margin: 39px 0 75px 8px;
	width: 1170px;
	height: 1153px;
	overflow: hidden;
}
.event_cont_4 .event_note_slide .swiper-button-next,
.event_cont_4 .event_note_slide .swiper-button-prev {
    top: 53%;
    width: 54px;
    height: 54px;
    background-image: url('/img/event/9136/pc/arrow.png');
    background-size: 1201px 86px;
    background-repeat: no-repeat;
    background-position: center left -14px;
}
.event_cont_4 .event_note_slide .swiper-button-prev {
    left: -33px;
}
.event_cont_4 .event_note_slide .swiper-button-next {
    right: -33px;
    background-position: center right -14px;
}
.event_cont_4 .event_note_slide .swiper-pagination {
	display: flex;
    flex-wrap: wrap;
	gap: 12px 20px;
	position: static;
	width: 1100px;
	margin-top: 24px;
    margin-left: 30px;
}
.event_cont_4 .event_note_slide .page_item {
	position: relative;
	width: 260px;
	height: 66px;
    border-radius: 12px;
	background: #dcdcdc;
	color: #989696;
}
.event_cont_4 .event_note_slide .page_item.is_active {
	background: #7ef058;
	color: #015727;
}
.event_cont_4 .event_note_slide .page_item p {
	font-family: 'noto6';
	font-size: 24px;
	letter-spacing: -0.065em;
    line-height: 1.2;
}
.event_cont_4 .event_note_slide .swiper-slide {
	position: relative;
	width: 100%;
	padding: 20px 0 0;
	text-align: left;
	overflow: hidden;
	z-index: 1;
}

.event_cont_5 {
	background: #86fe5e;
}

.event_cont_5 .main_inner {

	padding: 144px 0 67px;
}

.event_cont_5 .main_inner img {
    margin-left: 24px;
}

.event_cont_5 .btn_download_pdf {
    position: absolute;
    bottom: 144px;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 95px;
}

.event_cont_6 {
    background: #1f241d;
}

.event_cont_6 .main_inner {
	padding: 135px 0 86px;
}

.event_cont_7 {
    background: #f5f2e5;
}

.event_cont_7 .main_inner {
    padding: 124px 0 155px;
}

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

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

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

.event_cont_7 .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_7 .link_wrap li a p {
    font-family: 'noto6';
    font-size: 35px;
    letter-spacing: -0.065em;
    line-height: 1;
}

.start_cont {
    height: 732px;
    background: url('/_skin/tpl_skin/basic_tax_accountant/images/apply/refund/sidea_bg.png') no-repeat center top;
}
.start_cont .main_inner {
    position: relative;
    padding: 135px 0 0;
}
.start_cont .main_title p {
    color: #fff;
    font-size: 50px;
    font-family: 'noto4';
}
.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;
}
