@font-face{
  font-family: 'Inter'; 
  src: url('../fonts/Pretendard-Medium.otf');
}
*{
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
	box-sizing: border-box;
	font-family: 'Inter'; 
}
.main_section{
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
}
.main_wrap{
	position: relative;
	width: 90%;
}
.main_logo_area{
	position: relative;
	width: 100%;
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: flex-end;

}
.main_text_area{
	position: relative;
	width: 100%;
	margin-top: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.main_text_area>p:nth-child(1){
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}
.main_text_area>p:nth-child(2){
	font-size: 15px;
	color: #5C5C5C;
}
.main_btn_area{
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.main_btn_area>ul{
	position:relative;
	width: 100%;
	height: 300px;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.main_btn_area>ul>li{
	position: relativee;
	width: 45%;
	height: 60px;
	background-color: #0041A6;
	border-radius: 20px;
	transition: 0.3s;
}
.main_btn_area>ul>li:nth-child(2){
	background-color: white;
	border: 1px solid #0041A6;
}
.main_btn_area>ul>li:nth-child(2):hover a{
	background-color: #0041A6;
	border: 1px solid #0041A6;
	color: white;
	border-radius: 20px;

}
.main_btn_area>ul>li>a{
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	transition: 0.3s;
}
.login{
	color: white;
}
.join{
	color: #0041A6;
}



/*login.php*/

.form_section{
	position: relativee;
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
}
.form_area{
	position: relative;
	width: 90%;
	height: 100%;
}
.form_title{
	position: relative;
	width: 100%;
	height: 200px;
	display: flex;
	align-items: center;
}
.form_title>p{
	font-size: 30px;
	font-weight: 600;
	padding-top: 100px;
}
.form_login{
	position: relative;
	width: 100%;
	margin-top: 50px;
}
.form_login_ul{
	position: relative;
	width: 100%;
}
.form_login_ul>.login_input{
	position: relativee;
	width: 100%;
	height: 90px;
}
.form_login_ul>li>p:nth-child(1){
	font-size: 18px;
	padding-bottom: 5px;
	margin-top: 15px;
}
.form_login_ul>li>p>input{
	position: relative;
	width: 100%;
	height: 60px;
	border-radius: 13px;
	outline: none;
	border: none;
	background-color: #F0F5FE;
	padding: 10px 10px;
	font-size: 18px;
}
.login_submit{
	background-color: #0041A6!important;
	color: white;
	font-size: 18px;
	margin-top: 40px;
}
.join_link{
	position: relative;
	display: flex;
	font-size: 18px;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 60px;
	border-radius: 13px;
	outline: none;
	border: none;
	color: #0041A6;
	background-color: white;
	border: 1px solid #0041A6;
	transition: 0.3s;
}
.join_link:hover{
	color: white;
	background-color: #0041A6;
	border: 1px solid #0041A6;
}

/*main.php*/

.home_section{
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;

}
.home_wrap{
	position: relative;
	width: 100%;
}
.home_header{
	position: relative;
	width: 100%;
	height: 80px;
	background-color:#0041A6;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 23px;
}
.home_header_wrap{
	position: relative;
	width: 90%;
}
.home_area{
	position: relative;
	width: 100%;
	padding-top: 80px;
}
.status{
	position: relative;
	width: 100%;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;

}
.password_area{
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.password_area>ul{
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.password_area>ul>li{
	position: relativee;
	width: 70px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 50px;
	border: 1px solid #dcdcdc;
	/* Rectangle 107 */
	background: #F6F6F6;
	box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.25);
	margin-left: 6px;


}
.password_copy_btn{
	position: relative;
	width: 90%;
	height: 100%;
	margin-top: 50px;
	display: flexe;
	justify-content: center;
	align-items: center;
}

.password_copy_btn>button{
	position: relative;
	width: 100%;
	height: 60px;
	border: 1px solid #7C7C7C;
	border-radius: 30px;
	font-size: 18px;
	background-color: white;
}
.home_bottom{
	position: fixed;
	width: 100%;
	height: 200px;
	bottom: 0px;
	display: flex;
	align-items: center;
	flex-direction: column;
}
.home_bttom_top{
	position: relative;
	width: 100%;
	height:100px;
	background-color: white;
	border-top: 1px solid #D9D9D9;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #D9D9D9;
}
.home_bttom_top_wrap{
	position: relative;
	width: 90%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
}
.home_bttom_top_wrap>p:nth-child(2){
	font-size: 15px;
	color: #898989;
	padding-top: 5px;
}
.home_bottom_bottom{
	position: relative;
	width: 100%;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.home_bottom_bottom_wrap{
	position: relative;
	width: 90%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.home_bottom_bottom>div>input{
	position: relative;
	width: 100%;
	height: 60px;
	border: 1px solid #7C7C7C;
	border-radius: 30px;
	font-size: 18px;
	background-color: white;
}