@font-face {
	font-family: 'NanumSquareRound';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/NanumSquareRound.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Pretendard-Regular';
	src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

.container {
	max-width: 960px;
	margin: 0px auto;
	padding: 40px 20px;
	background: white;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	border-radius: 12px;
}

h1 {
	font-size: 2em;
	color: #2a3d66;
	margin-bottom: 10px;
}

h2 {
	color: #304880;
	margin-top: 30px;
	border-bottom: 2px solid #e1e4ec;
	padding-bottom: 5px;
}

.greeting {
	font-style: italic;
	color: #555;
}

ul {
	padding-left: 20px;
	list-style: disc;
}

li {
	margin-bottom: 8px;
}

.button {
	display: inline-block;
	margin-top: 20px;
	padding: 12px 20px;
	background-color: #bfa58a;
	color: white;
	text-decoration: none;
	border-radius: 6px;
	font-weight: bold;
	transition: background-color 0.3s ease;
}

.button:hover {
	background-color: #a78c72;
}

.footer {
	text-align: center;
	color: #888;
	padding: 30px 0px;
	font-size: 14px;
}

footer {
	margin-top: 40px;
	text-align: left;
	color: #666;
}

.signature {
	font-weight: bold;
}