@charset "utf-8";
/* -----------------------------------------------
	* 메인 화면 스타일 정의
--------------------------------------------------
	- 최초 작성일 : 2021.08.15
	- 최초 작성자 : 아보카도
	- 최종 수정일 :
	- 최종 수정자 :
--------------------------------------------------*/

/****************************************************
	메인 레이아웃
****************************************************/


#main_body {text-align:center;}

.top_area {
	position: fixed;
	left:0;
	right:0;
	margin: 0 auto;
	text-align: center;
	top:36px;
}

.main_logo {margin-bottom: 18px;}
.top_area .dday {
	color: #FFF;
	text-align: center;
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
	font-family: "Instrument Serif";
	font-size: 40px;
	font-style: normal;
	font-weight: 200;
	line-height: normal;
}
.top_area .dday .days {
	color: #CCF7FF;
	font-family: "Instrument Serif";
}

.top_area .date {
	color: #FFFADF;
	text-align: center;
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 3.64px;
	font-family: "Playfair Display SC";
}

.bottom_area {
	position: fixed;
	left:0;
	right:0;
	margin: 0 auto;
	text-align: center;
	bottom:50px;
}

.bottom_area .name_wrap {
	display: flex;
	justify-content: center;
    align-items: center;
	gap:20px;
	color: #395886;
	text-shadow: 0px 0px 5px #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 3.2px;
}

.bottom_area .name_wrap .l_name {text-align: right;font-family: "Playfair Display SC";}
.bottom_area .name_wrap .r_name {text-align: left;font-family: "Playfair Display SC";}

.bottom_area .name_wrap .c_name {font-size: 20px;font-family: "Playfair Display SC";}

.bottom_area .desc {
	color: #8AAEE0;
	text-align: center;
	text-shadow: 0px 0px 5px #FFF;
	font-family: "Instrument Serif";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.42px;
	margin-top: 12px;
}