@font-face {
    font-family: 'SpoqaHanSansNeo-Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SpoqaHanSansNeo-Regular.woff') format('woff');
    font-weight: 400 500 700;
    font-style: normal;
}
nav{text-align: center; font-family: 'SpoqaHanSansNeo-Regular', cursive; 
	font-size: 20px; backdrop-filter: blur(7px);
	 padding:0px; margin:0; }

nav ul {
  list-style: none;
  justify-content: space-between;
  line-height: 38px;
 
  margin: 0;
 
}

nav li {
  display: inline-block;
  	
  	list-style-type: none; 
  	
	height: 60px;
	color: white;
}
nav a {
  color:white;
  display: block;
  padding: 10px 20px;
  text-decoration: none;
}

nav a:hover {color:#00B2FF; transition: all 0.5s;
 
}
 a {
  color:white;
  display: block;
  text-decoration: none;
}
html{background-color: black; color: white; margin: 0; padding: 0; word-break: keep-all; }
body{margin: 0;}
h1{font-size: 32px; font-weight: 700; text-align: center;}
h2{font-size: 24px; font-weight: 400; line-height: 36px;}
h3{font-size: 44px; font-weight: 700; line-height: 63px; 
	text-align: center;}
.p32{font-size: 32px; font-weight: 400; line-height: 60px;}
.p24{font-size: 24px; font-weight: 500; line-height: 36px;}
.wrapper{
	width: 1300px; margin: auto; 
}
.red{color: #FF013E;}
.bg_red{background-color: #FF013E;}
.bg_white{background-color: white;}
.click{width: 200px; text-align: center; list style:none; list-style-type: none; text-decoration: none;}