html, body, header, nav, main, section, article, aside, footer {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* Base styles */
body {
  color: #222;
  font-size: 16px;
  line-height: 1.5;
}

.container {
  max-width: 502px;
  margin: 0 auto;
  background-color: #FFFDF4;
  background-image: url("/images/happy/main/img_bg.png");
  border: 1px solid #999
}

.img_logo_kkibbum{
	width: 19.2%;
	margin: 20px 0 0 20px;
}
.img_logo_seoul{
	width: 21.4%;
	margin: 20px 20px 0 0;
	float: right;
}
.img_main{
	width: 100%;
	margin: 6px 0 0 0;
}
.img_main_text{
	width: 92%;
	display: block;
	margin: auto;
}

.main_masking{
	width: 92%;
	margin: 20px auto 0 auto;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 6.7px;
	padding: 16px 0;
	font-size: 20px;
	color: #fff;
	line-height: 1;
	text-shadow: 0 -0.7px 0.7px rgba(0, 0, 0, 0.2);
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
}

.main_masking span:nth-child(2){
	font-size: 32px;
	margin: 0 4px 0 12px;
}

.img_main_button_search{
	width: fit-content;
    display: block;
    margin: 40px auto 0 auto;
}
.img_main_button_search img{
	width: 352px;
}
.img_main_kkibbum_big{
	width: 92%;
	display: block;
	margin: 72px auto 0 auto;
}

.text_article_1{
	margin: 20px auto 0 auto;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
	color: #222;
}

.img_event_title{
	width: 34%;
	display: block;
	margin: 40px auto 0 auto;
}

.figure_event{
	width: 69.6%;
	padding: 20px 0 20px 0;
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	margin: 20px auto 0 auto;
  	border-radius: 4px;
  	box-shadow: 0 5.3px 5.3px 0 rgba(0, 0, 0, 0.25);
  	background-color: #0029bc;
	color: white;
	font-size: 20px;
	font-weight: bold;
}

.text_article_2{
	margin: 40px auto 0 auto;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #222;
}

.img_project{
	width: 37.4%;
	display: block;
	margin: 20px auto 80px auto;
}

footer {
	height: 80px;
	background-color: #333333;
}
footer p{
	font-family: 'Pretendard';
	font-size: 10px;
	line-height: 18px;
	color: #fffdf4;
	text-align: center;
	display: flex;
  	align-items: center;
  	justify-content: center;
	height: 100%;
	margin: auto;
}

@media screen and (max-width: 499px) {
	/* Base styles */
	body {
	  font-size: 14px;
	  font-size: 3.73vw;
	  line-height: 1.57;
	}
	
	.container {
	  background-image: url("/images/happy/main/img_bg_mo.png");
	  background-position: center top;
	  background-repeat: no-repeat;
	  background-size: cover;
	  border: none;
	}
	
	.img_logo_kkibbum{
		width: 19.2%;
		margin: 5.33% 0 0 5.33%;
	}
	.img_main{
		margin: 6px 0 0 0;
		margin: 0 0 0;
	}
	.img_main_text{
		width: 89.34%;
	}
	
	.main_masking{
		width: 89.33%;
		margin: 6.4% auto 0 auto;
		border-radius: 5px;
		padding: 12px 0;
		/* font-size: 16px; */
		font-weight: 600;
		font-size: 4.2vw;
	}
	
	.main_masking span:nth-child(2){
		font-size: 6.4vw;
		margin: 0 4px 0 10px;
	}
	
	.img_main_button_search{
		margin: 6.4% auto 0 auto;
		width: 70.4%;
	}
	.img_main_kkibbum_big{
		width: 89.33%;
		margin: 14.8% auto 0 auto;
	}
	
	.text_article_1{
		margin: 3.3% auto 0 auto;
		font-size: 14px;
		font-size: 3.73vw;
	}
	
	.img_event_title{
		width: 34.14%;
	}
	
	.figure_event{
		width: 69.33%;
		padding: 14.5px 0;
		margin: 6.4% auto 0 auto;
		border-radius: 3px;
		color: white;
		font-size: 4.26vw;
		font-weight: bold;
	}
	
	.text_article_2{
		margin: 10.7% auto 0 auto;
		font-size: 14px;
		font-size: 3.73vw;
		line-height: 1.57;
	}
	
	.img_project{
		width: 37.33%;
		display: block;
		/* margin: 12px auto 60px auto; */
		margin: 3.2% auto 16% auto;
	}
	
	footer {
		height: 80px;
		height: 21.33vw;
		background-color: #333333;
	}
	footer p{
		font-family: 'Pretendard';
		font-size: 10px;
		font-size: 2.66vw;
		line-height: 1.8;
		color: #fffdf4;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
		margin: auto;
	}
}