@charset "UTF-8";


/* 공통 */
.event_container {
	width: 100%;
	color: #000;
	font-family: 'noto4';
	overflow: hidden;
}

.event_container button {
	cursor: pointer;
}

.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_txt {
	position: absolute;
    top: 99px;
    left: 54%;
    transform: rotate(-22deg);
    font-family: 'market-l';
	font-size: 18px;
    font-weight: bold;
	color: #bcd7ff;
}

.event_container .event_cont {
	position: relative;
}

.event_container .main_inner {
	position: relative;
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}

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

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



.event_container .event_cont_2 {
	height: 1311px;
	background: url('/img/event/8948/pc/event1.png') no-repeat center;
}

.event_container .event_cont_2 a {
    position: absolute;
    top: 307px;
    left: 50%;
    transform: translateX(-50%);
    width: 1000px;
    height: 505px;
}

.event_container .event_cont_3 {
	height: 1193px;
	background: #8cdfff url('/img/event/8948/pc/event2.png') no-repeat center top 145px;
}

.event_container .event_cont_3 a {
	position: absolute;
	left: 338px;
    bottom: 101px;
	width: 522px;
	height: 80px;
}

/* 유의사항 */
.event_container .event_notice {
	padding: 102px 0 84px;
	background: #ffffff;
}

.event_container .event_notice .main_inner {
	width: 1000px;
}

.event_container .event_notice .notice_title {
	text-align: center;
	color: #000;
	font-size: 45px;
	font-family: 'noto6';
}

.event_container .event_notice .notice_list {
	margin-top: 77px;
}

.event_container .event_notice .notice_list li {
	display: block;
	position: relative;
	float: none;
	width: 100%;
	line-height: 1.3;
	margin-bottom: 14px;
	padding: 0 0 0 14px;
	letter-spacing: -0.7px;
	font-size: 20px;
	font-weight: 100;
	font-family: 'noto2';
	color: #000;
}

.event_container .event_notice .notice_list li::before {
	content: 'ㆍ';
	margin-right: 10px;
}

.event_container .event_notice .notice_list li em {
	font-family: 'noto6';
}

.event_container .event_notice .notice_banner {
	display: flex;
	align-items: center;
	width: 100%;
	margin: 80px 0 0;
	padding: 22px 33px;
	border-radius: 10px;
	background: #ededed;
	box-sizing: border-box;
	color: #000;
}

.event_container .event_notice .notice_banner .banner_item_1 {
	width: 144px;
	line-height: 1.2;
	font-size: 23px;
	font-family: 'noto4';
	font-weight: bold;
}

.event_container .event_notice .notice_banner .banner_item_2 {
	line-height: 1.3;
	font-size: 19px;
	font-family: 'noto2';
}

.event_container .event_notice .notice_banner .banner_item_3 {
	display: inline-block;
	width: 162px;
	height: 51px;
	line-height: 50px;
	margin-left: auto;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	font-size: 19px;
	font-family: 'noto5';
	background: #384152;
}


