@charset "UTF-8";
/* 공통 */
html {
	scroll-behavior: smooth;
}

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

.top_navi_new {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 2;
	height: 63px;
	background: #fff;
}

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

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

.event_container li {
	float: none;
}

.event_container img {
	display: block;
}

.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 .main_inner {
	position: relative;
	width: 1100px;
	/* height: 100%; */
	margin: 0 auto;
}

.event_container .main_title {
	line-height: 1.1;
	text-align: center;
	letter-spacing: -0.005em;
	color: #000;
	font-size: 60px;
	font-family: 'noto7';
	font-weight: normal;
}

.event_container .main_title img {
	display: block;
	margin: 0 auto;
}

.event_container .event_cont ul.event_noti {
	font-size: 17px;
	letter-spacing: -0.065em;
	line-height: 1.6;
	color: #575558;
}
.event_container .event_cont.event_cont_3 ul.event_noti {
	position: absolute;
	bottom: 150px;
	left: 50%;
	transform: translateX(-50%);
	width: 1000px;
	padding: 40px 50px;
	border-radius: 20px;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.4);
	font-size: 22px;
}

@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);
	}
}

/* 플로팅배너 */
.event_container .event_floating {
	display: flex;
	flex-direction: column;
	gap: 10px;
	position: fixed;
	top: 340px;
	right: 50px;
	width: 161px;
	height: 234px;
	background: url('/img/event/9028/pc/quick.png')top center no-repeat;
	z-index: 21;
}
.event_container .event_floating a {
	display: block;
	width: 100%;
	height: 108px;
}

/* 컨텐츠 */
.event_container .event_cont_1 {
	height: 830px;
	background: url('/img/event/9028/pc/top.png') no-repeat center top;
}

.event_container .event_cont_1 .main_inner {
	position: relative;
}

.event_container .event_cont_1 .top_btn {
	position: absolute;
	bottom: 75px;
	left: 0;
	width: 445px;
	height: 81px;
	border-radius: 100px;
	background: #060c29;
	font-family: 'noto4';
	font-size: 25px;
	letter-spacing: -0.04em;
	text-align: center;
	line-height: 81px;
	color: #fff;
}

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

.event_container .event_cont_2 {
	height: 1378px;
	padding-top: 150px;
	box-sizing: border-box;
	background: url('/img/event/9028/pc/con1_bg.png') no-repeat center;
}
.event_container .event_cont_2 .main_title img {
	margin-bottom: 49px;
}
.event_container .event_cont_2 .atoz_box .mid {
	position: relative;
}
.event_container .event_cont_2 .atoz_box .video_box {
	position: absolute;
	top: 0px;
	width: 1100px;
	height: 620px;
	font-size: 0;
}
.event_container .event_cont_2 .atoz_box .video_box .layer,
.event_container .event_cont_2 .atoz_box .video_box .layer span {
	display: block;
	height: 100%;
	cursor: pointer;
}
.event_container .event_cont_2 .item_box {
	display: block;
	margin-top: 20px;
	margin-left: -16px;
}

.event_container .event_cont_3 {
	height: 1121px;
	padding-top: 5px;
	box-sizing: border-box;
	background: url('/img/event/9028/pc/con2_bg.png') no-repeat center bottom 0 / 2740px 1201px;
}
.event_container .event_cont_3 .img {
	position: absolute;
	opacity: 0;
	transform: translateY(100px);
	transition: 0.5s;
}
.event_container .event_cont_3 .img.on {
	opacity: 1;
	transform: translateY(0);
}
.event_container .event_cont_3 .img_1 {
	top: 194px;
	left: 40px;
}
.event_container .event_cont_3 .img_2 {
	top: 430px;
	left: -38px;
}
.event_container .event_cont_3 .img_3 {
	top: 650px;
	left: 165px;
}
.event_container .event_cont_3 .img_4 {
	top: 209px;
	right: -23px;
}
.event_container .event_cont_3 .img_5 {
	top: 436px;
	right: -85px;
}
.event_container .event_cont_3 .img_6 {
	bottom: 197px;
	right: 101px;
}

.event_container .event_cont_4 {
	margin-top: -1px;
	padding-bottom: 81px;
	background: linear-gradient(to top, #e0ebfc, #fff 31%);
}
.event_container .event_cont_4 .main_title,
.event_container .event_cont_4 .img_wrap {
	display: flex;
	align-items: baseline;
	justify-content: center;
	overflow: hidden;
}
.event_container .event_cont_4 .point {
	display: block;
	width: fit-content;
	margin: 80px auto 25px;
}
.event_container .event_cont_4 .point_2 {
	margin-top: 90px;
}
.event_container .event_cont_4 .point_txt {
	margin-bottom: 30px;
	font-family: 'noto3';
	font-size: 42px;
	font-weight: normal;
	letter-spacing: -0.085em;
	line-height: 1.2;
	text-align: center;
}
.event_container .event_cont_4 .point_txt_2 {
	margin-bottom: 38px;
}
.event_container .event_cont_4 .point_txt em {
	font-family: 'noto7';
}
.event_container .event_cont_4 .atoz_box .mid {
	position: relative;
}
.event_container .event_cont_4 .atoz_box .mid .img_3 {
	display: block;
	margin: 15px auto 0;
}
.event_container .event_cont_4 .atoz_box .video_box {
	position: absolute;
	top: 0px;
	left: 48.5%;
	transform: translateX(-50%);
	width: 841px;
	height: 475px;
	font-size: 0;
}
.event_container .event_cont_4 .atoz_box .video_box .layer,
.event_container .event_cont_4 .atoz_box .video_box .layer span {
	display: block;
	height: 100%;
	cursor: pointer;
}

.event_container .event_cont_5 {
	padding: 150px 0 155px;
	box-sizing: border-box;
	background: url('/img/event/9028/pc/con4_bg.png') no-repeat center;
}
.event_container .event_cont_5 .point_txt {
	margin-top: 25px;
	font-family: 'noto3';
	font-size: 42px;
	font-weight: normal;
	letter-spacing: -0.085em;
	line-height: 1.2;
	text-align: center;
	color: #fff;
}
.event_container .event_cont_5 .point_txt em {
	font-family: 'noto7';
}
.event_container .event_cont_5 .book_wrap {
	position: relative;
}
.event_container .event_cont_5 .book_img {
	display: block;
	margin: 132px auto 0;
	transform: translateX(-16px);
}
.event_container .event_cont_5 .book_bullet {
	position: absolute;
	top: -115px;
	right: 112px;
}
.event_container .event_cont_5 .book_review_slide_wrap {
	position: relative;
	margin-top: 17px;
}
.event_container .event_cont_5 .book_review_slide {
	width: 100%;
	height: 322px;
	overflow: hidden;
}
.event_container .event_cont_5 .book_review_slide .swiper-slide {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 38px 0 0 46px;
	border: 1px solid #276af8;
	border-radius: 20px;
	box-sizing: border-box;
	background: #333333;
	text-align: left;
	color: #fff;
}
.event_container .event_cont_5 .book_review_slide .swiper-slide::after {
	clear: both;
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: 30px;
	width: 98px;
	height: 120px;
	background: url('/_skin/tpl_skin/basic_investment/images/hwan/book_review.png') bottom left no-repeat;
}
.event_container .event_cont_5 .book_review_slide .swiper-slide.slide01::after {
	background: url('/_skin/tpl_skin/basic_investment/images/hwan/book_review.png') bottom left no-repeat;
}
.event_container .event_cont_5 .book_review_slide .swiper-slide.slide02::after {
	background: url('/_skin/tpl_skin/basic_investment/images/hwan/book_review.png') bottom left -99px no-repeat;
}
.event_container .event_cont_5 .book_review_slide .swiper-slide.slide03::after {
	background: url('/_skin/tpl_skin/basic_investment/images/hwan/book_review.png') bottom left -199px no-repeat;
}
.event_container .event_cont_5 .book_review_slide .swiper-slide.slide04::after {
	background: url('/_skin/tpl_skin/basic_investment/images/hwan/book_review.png') bottom left -300px no-repeat;
}
.event_container .event_cont_5 .book_review_slide .swiper-slide.slide05::after {
	background: url('/_skin/tpl_skin/basic_investment/images/hwan/book_review.png') bottom left -401px no-repeat;
}
.event_container .event_cont_5 .book_review_slide .swiper-slide.slide06::after {
	background: url('/_skin/tpl_skin/basic_investment/images/hwan/book_review.png') bottom left -502px no-repeat;
}
.event_container .event_cont_5 .book_review_slide .swiper-slide.slide07::after {
	background: url('/_skin/tpl_skin/basic_investment/images/hwan/book_review.png') bottom left -603px no-repeat;
}
.event_container .event_cont_5 .book_review_slide .swiper-slide.slide08::after {
	background: url('/_skin/tpl_skin/basic_investment/images/hwan/book_review.png') bottom left -704px no-repeat;
}
.event_container .event_cont_5 .book_review_slide .swiper-slide.slide09::after {
	background: url('/_skin/tpl_skin/basic_investment/images/hwan/book_review.png') bottom left -805px no-repeat;
}
.event_container .event_cont_5 .book_review_slide .swiper-slide.slide10::after {
	background: url('/_skin/tpl_skin/basic_investment/images/hwan/book_review.png') bottom right no-repeat;
}
.event_container .event_cont_5 .book_review_slide .swiper-slide h3 {
	margin: 16px 0;
	font-family: 'market-b';
	font-size: 30px;
	letter-spacing: -0.08em;
	line-height: 1;
}
.event_container .event_cont_5 .book_review_slide .swiper-slide p {
	margin-bottom: 24px;
	font-family: 'spoqa4';
	font-size: 18px;
	line-height: 1.4;
	letter-spacing: -0.08em;
}
.event_container .event_cont_5 .book_review_slide .swiper-slide span {
	font-family: 'spoqa4';
	font-size: 18px;
	letter-spacing: -0.08em;
}
.event_container .event_cont_5 .book_review_slide_wrap .swiper_button {
	width: 24px;
	height: 48px;
	left: -48px;
	background: url('/_skin/tpl_skin/basic_investment/images/hwan/book_review_arrow_1.png') center no-repeat;
}
.event_container .event_cont_5 .book_review_slide_wrap .swiper-button-next {
	left: auto;
	right: -48px;
	background: url('/_skin/tpl_skin/basic_investment/images/hwan/book_review_arrow_2.png') center no-repeat;
}

.event_container .event_cont_6 {
	height: 1195px;
	padding: 164px 0 148px;
	box-sizing: border-box;
	background: #d7fef7 url('/img/event/9028/pc/event_img_1.png') top 144px left 64% / 1015px 886px no-repeat;
}
.event_container .event_cont_6 .main_inner {
    height: 100%;
}
.event_container .event_cont_6 .main_title {
	padding-left: 74px;
}
.event_container .event_cont_6 .event_txt {
	display: block;
	font-family: 'market-b';
	font-size: 20px;
	letter-spacing: 0.16em;
	text-align: left;
	color: #3445e7;
}
.event_container .event_cont_6 .sub_txt {
	margin: 52px 0 5px;
	font-family: 'noto3';
	font-size: 40px;
	text-align: left;
}
.event_container .event_cont_6 .main_txt {
	font-family: 'noto7';
	font-size: 78px;
	text-align: left;
	line-height: 1.2;
	letter-spacing: -0.09em;
}
.event_container .event_cont_6 .btn_apply {
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 807px;
	height: 136px;
	background: url('/img/event/9028/pc/btn_ev_1.png') center no-repeat;
}
.event_container .event_cont_6 .btn_apply::after {
	content: '';
	position: absolute;
	top: 65px;
	right: 60px;
	width: 80px;
	height: 84px;
	background: url(/img/event/8961/pc/btn_icon.png) no-repeat 0 0 / contain;
	animation: pointerBounceDiagonal 0.8s ease infinite;
}

.event_container .event_cont_7 {
	padding: 150px 0;
}
.event_container .event_cont_7 .main_title {
	padding-left: 74px;
}
.event_container .event_cont_7 .event_txt {
	display: block;
	font-family: 'market-b';
	font-size: 20px;
	letter-spacing: 0.16em;
	text-align: left;
	color: #3445e7;
}
.event_container .event_cont_7 .sub_txt {
	margin: 52px 0 5px;
	font-family: 'noto3';
	font-size: 40px;
	text-align: left;
}
.event_container .event_cont_7 .main_txt {
	font-family: 'noto7';
	font-size: 78px;
	text-align: left;
	line-height: 1.2;
	letter-spacing: -0.09em;
}
.event_container .event_cont_7 .img_1 {
	margin-top: -190px;
}
.event_container .event_cont_7 .bottom_line {
	padding-bottom: 32px;
	margin-bottom: 64px;
	border-bottom: 1px solid #2504ba;
}
.event_container .event_cont_7 .inner_step {
	padding: 26px 30px;
	border-radius: 10px;
	background: #fff;
}
.event_container .event_cont_7 .inner_step + .inner_step {
	margin-top: 20px;
}
.event_container .event_cont_7 .step_tit {
	width: 130px;
	height: 49px;
	margin-bottom: 20px;
	background: url('/img/event/8965/pc/st_bg.png') no-repeat;
	color: #ffffff;
	text-align: center;
	line-height: 44px;
	font-size: 20px;
	font-weight: 900;
	border-radius: 10px;
	box-sizing: border-box;
	font-family: 'market-b';
	letter-spacing: -0.7px;
}
.event_container .event_cont_7 .main_inner > p {
	margin-bottom: 20px;
	font-size: 22px;
	font-family: 'noto4';
	letter-spacing: -0.7px;
}
.event_container .event_cont_7 .share_btn {
	display: inline-block;
	width: auto;
	height: 53px;
	padding: 0 42px 0 22px;
	margin-right: 15px;
	border: 1px solid #2504ba;
	border-radius: 5px;
	box-sizing: border-box;
	color: #2504ba;
	font-size: 20px;
	font-family: 'noto5';
	line-height: 53px;
	letter-spacing: -2px;
}
.event_container .event_cont_7 .share_btn.hash {
	background: url('/img/event/8965/pc/ic_1.png') 90% 58% no-repeat;
}
.event_container .event_cont_7 .share_btn.url {
	background: url('/img/event/8965/pc/ic_2.png') 90% 58% no-repeat;
}
.event_container .event_cont_7 .share_btn.img {
	background: url('/img/event/8965/pc/ic_3.png') 90% 58% no-repeat;
}
.event_container .event_cont_7 .sns_link_btn {
	position: relative;
	display: inline-block;
	/* width: 265px; */
	width: 250px;
	height: 50px;
	padding: 0 0 0 21px;
	margin-right: 10px;
	margin-bottom: 13px;
	border: 1px solid #9b95e8;
	box-sizing: border-box;
	border-radius: 5px;
	line-height: 50px;
	font-size: 15px;
	color: #524ca9;
	letter-spacing: -0.7px;
	font-family: 'noto4';
}
.event_container .event_cont_7 .sns_link_btn:nth-child(4n-2) {
	margin-right: 0;
}
.event_container .event_cont_7 .sns_link_btn::after {
	position: absolute;
	display: block;
	content: '>';
	right: 15px;
	top: 0;
	font-size: 15px;
	color: #9b95e8;
}

/*댓글 영역 css*/
.list-con {
	width: 100%;
	margin-top: 50px;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
}
.list-con li {
	display: flex;
	vertical-align: middle;
	border-bottom: 1px solid #000000;
	padding: 24px 0;
	color: #797979;
}
.list-con li > * {
	display: flex;
	margin-bottom: 0;
	vertical-align: middle;
	font-size: 18px;
	color: #787878;
}
.list-con li .list_idx {
	display: inline-block;
	width: 10%;
	text-align: center;
	font-family: 'noto6';
	color: #000000;
}
.list-con li .list_name {
	display: inline-block;
	width: 15%;
	text-align: left;
}
.writeWrap {
	display: flex;
	margin-bottom: 20px;
}
.wr_content {
	width: 908px;
	height: 68px;
	margin: 0 8px 15px 0;
	padding: 25px 12px;
	border: 2px solid #2504ba;
	border-radius: 5px;
	font-size: 20px;
	line-height: 68px;
}
.writeWrap .submit-btn {
	width: 188px;
	height: 69px;
	background: #2504ba;
	color: #ffffff;
	border: none;
	border-radius: 10px;
	font-size: 20px;
	font-family: 'market-b';
}

/*paging*/

.list-page {
	text-align: center;
	font-size: 19px;
	position: relative;
	padding: 50px 0 0;
}
.list-page a.selected,
.list-page a:hover {
	color: black;
}
.list-page a {
	display: inline-block;
	margin: 0 10px;
	height: 15px;
	font-family: 'noto6';
	text-decoration: none;
	color: #ccc;
	padding: 0 5px;
	font-size: 16px;
}
.del-btn {
	display: block;
	position: absolute;
	width: 22px;
	height: 22px;
	font-size: 16px;
	line-height: 22px;
	right: 20px;
	top: 10px;
	color: #666;
	background-color: #ccc;
	font-weight: 100;
	font-family: tahoma;
	text-align: center;
}
a.del-btn:hover {
	color: #666;
}
.list-page {
	font-size: 14px;
	font-family: tahoma;
	font-weight: 100;
}
.list-page a,
.list-page a:hover {
	color: #909195;
}

.list-page a.selected {
	position: relative;
	color: #333333 !important;
}
.list-page a.selected:after {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	width: 105%;
	height: 2px;
	background: #333333;
}
.list-page a.prev,
.list-page a.next {
	border: 1px solid #cccccc;
	/* padding: 5px; */
	box-sizing: border-box;
	width: 22px;
	height: 22px;
	line-height: 22px;
}

/* 유의사항 */
.event_container .event_notice {
	padding: 69px 0;
	background: #6b758e;
	color: #fff;
}
.event_container .event_notice .notice_title {
	margin-bottom: 13px;
	font-family: 'noto5';
	font-size: 40px;
	letter-spacing: -0.045em;
}
.event_container .event_notice .notice_sub_title {
	margin-bottom: 8px;
	font-family: 'noto5';
	font-size: 24px;
	font-weight: normal;
	letter-spacing: -0.045em;
}
.event_container .event_notice ul + .notice_sub_title {
	margin-top: 20px;
}
.event_container .event_notice .notice_list li {
	font-family: 'noto3';
	font-size: 20px;
	line-height: 1.6;
	letter-spacing: -0.045em;
}

/* 환급반 안내 모달:S */
.hwan_info_popup_area {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	z-index: 5;
}
.hwan_info_popup_area .hwan_info_popup_wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.hwan_info_popup_area .hwan_info_popup {
	position: relative;
	padding: 45px;
	border: 3px solid #000;
	box-sizing: border-box;
	background: #fff;
}
.hwan_info_popup_area .close_btn {
	position: absolute;
	top: 5px;
	right: 10px;
	font-family: 'noto7';
	font-size: 20px;
	line-height: 1;
	letter-spacing: -0.065em;
	cursor: pointer;
}
.hwan_info_popup_area .hwan_info_popup h3 {
	margin-bottom: 16px;
	font-family: 'noto7';
	font-size: 26px;
	letter-spacing: -0.065em;
}
.hwan_info_popup_area .hwan_info_popup ul {
	font-family: 'noto4';
	font-size: 15px;
	line-height: 1.5;
	letter-spacing: -0.065em;
}
.hwan_info_popup_area .hwan_info_popup .extention-area {
	margin: 20px 0;
	font-family: 'noto3';
	font-size: 16px;
	letter-spacing: -0.065em;
}
.hwan_info_popup_area .hwan_info_popup .extention-area label::before {
	display: block;
	border: 1px solid #000;
	width: 12px;
	height: 12px;
	top: 50%;
	margin-top: -7px;
	right: 0;
}
.hwan_info_popup_area .hwan_info_popup .extention-area label::after {
	display: none;
	top: 50%;
	margin-top: -5px;
	right: 5px;
	width: 4px;
	height: 7px;
	border: solid black;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.hwan_info_popup_area .hwan_info_popup .extention-area input:checked + label::after {
	display: block;
}
.hwan_info_popup_area .hwan_info_popup .btn-apply {
	display: block;
	padding: 10px 20px;
	margin: 0 auto;
	text-align: center;
	line-height: 100%;
	font-size: 14px;
	font-family: 'noto4';
	box-sizing: border-box;
	border-radius: 3px;
	background: #000;
	color: #fff;
}
/* 환급반 안내 모달:E */
