
/* font-family: 'Noto Sans KR'; */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=block');

/* font-family:Pretendard */
/* font-weight : 100 ~ 900 */
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');


.event-page {
	max-width:720px;
	margin:0 auto;
}

/* 이벤트 컨텐츠 */
.event-section {
	font-size: 4.44444vw;
}
@media screen and (min-width: 720px) {
	.event-section {
		font-size: 2em;
	}
}
/* // 이벤트 컨텐츠 */


/* 이벤트 하단 안내 영역 */
.event-footer {
	padding: 1rem 1.125rem 1.75rem 1.125rem;
	background-color:#F4F4F4;
	font-family:'Pretendard';
}

@media screen and (min-width: 720px) {
	.event-footer {
		font-size:2em;
	}
}
/* // 이벤트 하단 안내 영역 */
