@charset "UTF-8";

/* Reset some default browser styles */
body, h1, h3, button {
	margin: 0;
	padding: 0;
	font-family: 'Arial', sans-serif;
}

/* Body styling */
body {
	background-color: #f9f9f9;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 120vh;
	margin: 0;
}

/* Container styling */
.container {
	text-align: center;
	background: #ffffff;
	border-radius: 8px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	padding: 40px; /* padding 상단을 줄였습니다 */
	max-width: 700px;
	width: 90%;
	height: auto; /* height는 auto로 설정 */
	margin-top: 50px; /* container의 상단 여백을 margin-top으로 조절 */
}

/* Heading styling */
h1 {
	color: #333;
	font-size: 2em;
	margin-bottom: 20px;
	margin-top: 40px;
	font-family: 'Jalnan';
}

h3 {
	color: #666;
	font-size: 1.5em;
	margin-bottom: 30px;
}

/* Image styling */
.main-image {
	max-width: 100%;
	height: auto;
	margin-bottom: 10px;
	border-radius: 8px;
}

/* Button styling */
.btn {
	background-color: #4287f5;
	color: white;
	padding: 15px 60px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	font-size: 18px;
	font-family: 'Jalnan';
}

.notice {
	margin-top: 20px;
	font-size: 16px;
	color: #555;
	background-color: #f8f8f8;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 15px;
	text-align: left;
	font-weight: bolder;
	margin-bottom: 20px;
}

.logo_style {
	width: 150px;
	vertical-align: middle;
}
/* 320  */
@media only screen and (max-width: 320px) {

	.container {
		
		text-align: center;
		background: #ffffff;
		border-radius: 8px;
		box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
		padding: 30px; /* padding 상단을 줄였습니다 */
		max-width: 800px;
		width: 90%;
		height: auto; /* height는 auto로 설정 */
		margin-top: 400px; /* container의 상단 여백을 margin-top으로 조절 */
	}
	h1 {
		font-size: 2em;
		margin-top: 0px;
			font-family: 'Jalnan';
	}
	.notice {
		margin-top: 20px;
		font-size: 12px;
		color: #555;
		background-color: #f8f8f8;
		border: 1px solid #ddd;
		border-radius: 5px;
		padding: 15px;
		text-align: center;
		font-weight: bolder;
		margin-bottom: 20px;
	}		
	
	.logo_style {
		width: 100px;
	}
	/* Button styling */
	form {
		display: flex;
		justify-content: center;
		gap: 10px; /* 버튼 사이의 간격 조정 */
	}
	.btn {
		background-color: #4287f5;
		color: white;
		padding: 15px 15px;
		border: none;
		border-radius: 5px;
		cursor: pointer;
		font-size: 13px;
		flex: 1; /* 버튼이 가로로 나란히 균등하게 배치되도록 설정 */
		text-align: center;
		writing-mode: horizontal-tb; /* 텍스트 가로 정렬 설정 */
		white-space: nowrap; /* 텍스트 줄바꿈 방지 */
			font-family: 'Jalnan';
	}
}
/* 375  */
@media only screen and (min-width: 321px) and (max-width: 375px) {
	body {
		background-color: #f9f9f9;
		display: flex;
		justify-content: center;
		align-items: center;
		height: auto;
		margin: 0;
	}
	.container {
		
		text-align: center;
		background: #ffffff;
		border-radius: 8px;
		box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
		padding: 20px 20px 20px 20px; /* padding 상단을 줄였습니다 */
		max-width: 900px;
		width: 90%;
		height: auto; /* height는 auto로 설정 */
		margin-top: 0px; /* container의 상단 여백을 margin-top으로 조절 */
	}
	.notice {
		margin-top: 20px;
		font-size: 8px;
		color: #555;
		background-color: #f8f8f8;
		border: 1px solid #ddd;
		border-radius: 5px;
		padding: 10px;
		text-align: left;
		font-weight: bolder;
		margin-bottom: 20px;

	}		
	h1 {
		margin-top: 0px;
		padding: 10px;
		font-size: 1.5em;
		margin-bottom: 5px;
			font-family: 'Jalnan';
	}
/* 	.fontSize { */
/* 		font-size: 0.5em; */
/* 	} */
	.logo_style {
		width: 100px;
	}
	form {
		display: flex;
		justify-content: center;
		gap: 10px; /* 버튼 사이의 간격 조정 */
	}
	.btn {
		background-color: #4287f5;
		color: white;
		padding: 15px 15px;
		border: none;
		border-radius: 5px;
		cursor: pointer;
		font-size: 0.9em;
		flex: 1; /* 버튼이 가로로 나란히 균등하게 배치되도록 설정 */
		text-align: center;
		writing-mode: horizontal-tb; /* 텍스트 가로 정렬 설정 */
		white-space: nowrap; /* 텍스트 줄바꿈 방지 */
			font-family: 'Jalnan';
	}
}
/*425  */
@media only screen and (min-width: 376px) and (max-width: 425px) {
	body {
		background-color: #f9f9f9;
		display: flex;
		justify-content: center;
		align-items: center;
		height: auto;
		margin: 0;
	}
	.container {
		
		text-align: center;
		background: #ffffff;
		border-radius: 8px;
		box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
		padding: 20px 20px 20px 20px; /* padding 상단을 줄였습니다 */
		max-width: 900px;
		width: 90%;
		height: auto; /* height는 auto로 설정 */
		margin-top: 0px; /* container의 상단 여백을 margin-top으로 조절 */
	}
	.notice {
		margin-top: 20px;
		font-size: 9px;
		color: #555;
		background-color: #f8f8f8;
		border: 1px solid #ddd;
		border-radius: 5px;
		padding: 10px;
		text-align: left;
		font-weight: bolder;
		margin-bottom: 20px;

	}		
	h1 {
		margin-top: 0px;
		padding: 10px;
		font-size: 1.5em;
		margin-bottom: 5px;
			font-family: 'Jalnan';
	}
/* 	.fontSize { */
/* 		font-size: 0.55em; */
/* 	} */
	.logo_style {
		width: 120px;
	}
	form {
		display: flex;
		justify-content: center;
		gap: 10px; /* 버튼 사이의 간격 조정 */
	}
	.btn {
		background-color: #4287f5;
		color: white;
		padding: 15px 15px;
		border: none;
		border-radius: 5px;
		cursor: pointer;
		font-size: 1em;
		flex: 1; /* 버튼이 가로로 나란히 균등하게 배치되도록 설정 */
		text-align: center;
		writing-mode: horizontal-tb; /* 텍스트 가로 정렬 설정 */
		white-space: nowrap; /* 텍스트 줄바꿈 방지 */
			font-family: 'Jalnan';
	}
}