*{
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
	box-sizing: border-box;
}

/*로그인*/
.login_section{
	position: relative;
	width: 100%;
	height: 500px;
	display: flex;
	justify-content: center;
}
.login_wrap{
	position: relative;
	width: 90%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.login_form{
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.login_form>p>input{
	position: relative;
	width: 500px;
	height: 40px;
	border: 1px solid #dcdcdc;
	padding: 10px;
}
.login_form>p{
	margin-top: 20px;
}
.login_btn{
	background-color: #BADEE5;
	color: white;
	font-weight: 600;
}


/*회원가입*/
.join_section{
	position: relative;
	width: 100%;
	height: 500px;
	display: flex;
	justify-content: center;
}
.join_wrap{
	position: relative;
	width: 90%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.join_form{
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.join_form>p>input{
	position: relative;
	width: 500px;
	height: 40px;
	border: 1px solid #dcdcdc;
	padding: 10px;
}
.join_form>p{
	margin-top: 20px;
}
.join_btn{
	background-color: #BADEE5;
	color: white;
	font-weight: 600;
}

/*메인페이지*/
.main_section{
	position: relative;
	width: 100%;
	display: flex;
}
.first_div{
	position: relative;
	width: 40%;
	background-image: url('./images/main.jpg');
	display: flex;
	justify-content: center;
	height: 100vh;
}
.first_div>p{
	margin-top: 100px;
	font-size: 40px;
	color: white;
	font-weight: 600;
}
.second_div{
	position: relative;
	width: 20%;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #f0f0f0;
	height: 100vh;
	justify-content: center;
}
.sidebar a:active {
	color: #0056b3 !important;
  }
  
.sidebar a:hover {
	color:darkcyan !important;
  }
  
.second_div>ul{
	position: relativee;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.second_div>ul>li>a{
	font-size: 40px;
	color: black;
}
.second_div>ul>li{
	margin-bottom: 40px;
}
.third_div{
	position: relative;
	width: 40%;
	display: flex;
	justify-content: center;
	background-color: white;
}
.third_wrap{
	position: relative;
	width: 90%;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.third_img{
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 40px;
}
.third_img>img{
	border-bottom-left-radius: 20px;
}
.third_main_title{
	position: relative;
	width: 100%;
	margin-top: 50px;
}
.third_title{
	position: relative;
	font-size: 30px;
}
.third_info{
	position: relative;
	font-size: 18px;
	margin-top: 30px;
	border-bottom: 1px solid #888888;
	padding-bottom: 30px;
}
.third_check>p:nth-child(1){
	font-size: 30px;
	margin-top: 40px;
}
.third_check>p:nth-child(2){
	font-size: 20px;
	margin-top: 10px;
}
.third_input{
	position: relative;
	display: flex;
}
.check_list{
	position: relative;
	width: 100%;
}
.check_list>ul>li{
	margin-top: 10px;
}
#checklist-form{
	display: flex;
}
footer{
	position: relative;
	width: 100%;
	height: 90px;
	background-color: #BADEE5;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
}

/*About 페이지*/

.about_section{
	position: relative;
	width: 100%;
	display: flex;
}
.about_first{
	position: relative;
	width: 40%;
	height: 100vh;
	background-image: url('./images/christmas.jpg');
	background-size: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.about_first>p{
	font-size: 40px;
	color: white;
	font-weight: 600;
}
.about_second{
	position: relative;
	width: 20%;
	height: 100%;
	background-color: #F0DFB8;
	height: 100vh;
}
.about_third{
	position: relative;
	width: 40%;
	background-color: #FDF8DF;
	display: flex;
	justify-content: center;
}
.about_second>ul{
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.about_second>ul>li>a{
	font-size: 40px;
	color: black;
}
.about_second>ul>li{
	margin-bottom: 40px;
}
.about_third_wrap{
	position: relative;
	width: 90%;
	padding-top: 50px;
}
.about_third_wrap>p:nth-child(1){
	font-size: 30px;
}
.write_form{
	position: relative;
	width: 100%;
	height: 400px;
}
.form_group{
	position: relative;
	width: 100%;
}
.form_group *{
	position: relative;
	width: 100%;
	margin: 10px 0px;
}
.write_btn{
	position: relative;
	width: 100%;
	height: 50px;
	font-size: 16px;
	background-color: #FFDA21;
	border: none;
	cursor: pointer;
}
.form_group input{
	font-size: 18px;
	padding: 10px;
}
.about_list{
	position: relative;
	width: 100%;
}
.about_list>ul>li{
	margin-bottom: 30px;
}
.write_title{
	font-weight: 600;
	color: green;
	font-size: 20px;
}
.about_footer{
	background-color: #333333;
}