@charset "utf-8";
/* CSS Document */

.asus-event-main{
	background: url(https://cdn.icoda.co.kr/asset/editor/202603/20260323174951_5758606787bc0d63db8faf4da4444559_0h7h.jpg)no-repeat;
	background-size: cover;
	background-position: center top;
	width:100%;
	height: 1080px;
}

@media(max-width:861px){
.asus-m-none{
	display: none;
}

}

@media(min-width:860px){
.asus-pc-none{
	display: none;
}

}

.asus-bg-b{
	background: black;
	width: 100%;
	text-align: center;
}

.asus-notice{
	background: linear-gradient(to right,#1c2630 50%, #505c6a 50%);
	width: 100%;
	text-align: center;
}

.asus-btn{
	padding: 1.5rem 3rem;
	font-size: 1.3rem;
	background: #ffffff2b;
	border-radius: 5rem;
	border: 2px solid white;
	margin: 0 auto;
	font-weight: 600;
	cursor: pointer;
	color: white;
		
}
@media(max-width:400px){
	

.asus-btn{
	padding: 1.2rem 2rem;
	font-size: 1.2rem;
	background: #ffffff2b;
	border-radius: 5rem;
	border: 2px solid white;
	margin: 0 auto;
	font-weight: 600;
	cursor: pointer;
	color: white;
		
}

}
.asus-btn-container{
	width:80%;
	max-width: 500px;
	margin: 0 auto;
}