*{
	margin: 0;
	padding: 0;
	color: #333333;
	font-weight: 400;
	font-size: 18px;
	font-family: pretendard;
	box-sizing: border-box;
}

a{
	text-decoration: none;
	cursor: pointer;
}

body{
	background-color: #FAFAFA;
}

ul{
	list-style: none;
}

header{
	background-color: #FFFFFF;
}

header div{
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	padding: 72px 24px;
	text-align: center;
}

header div h1{
	font-weight: 600;
	font-size: 28px;
}

header div p{
	margin-top: 24px;
	font-weight: 300;
	font-size: 16px;
}

header div nav{
	margin-top: 48px;
}

header div nav a{
	display: inline-block;
	height: 60px;
	padding: 0 60px;
	border-radius: 6px;
	background-color: #CC0000;
	color: #FFFFFF;
	font-weight: 500;
	line-height: 60px;
}

header div nav a i{
	margin-right: 6px;
	color: #FFFFFF;
}

section{
	background-color: #333333;
}

section div{
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}

section div ul{
	border-top: 1px solid #666666;
}

section div ul:first-child{
	border-top: 0;
}

section div ul:after{
	display: block;
	clear: both;
	content: '';
}

section div ul li{
	float: left;
	width: 33.33%;
	border-right: 1px solid #666666;
}

section div ul li:first-child{
	border-left: 1px solid #666666;
}

section div ul li a{
	display: block;
	height: 72px;
	color: #FFFFFF;
	font-weight: 500;
	line-height: 72px;
	text-align: center;
}

section div ul li span{
	display: block;
	height: 72px;
	color: #CCCCCC;
	font-weight: 200;
	font-size: 14px;
	line-height: 72px;
	text-align: center;
}

footer div{
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	padding: 36px 24px;
}

footer div p{
	position: relative;
	font-weight: 500;
	font-size: 14px;
}

footer div p a{
	position: absolute;
	top: 0;
	right: 0;
	color: #999999;
	font-size: 14px;
}

footer div p a i{
	color: #CCCCCC;
	font-size: 14px;
}

footer div ul{
	margin-top: 24px;
}

footer div ul li{
	margin-top: 12px;
	color: #999999;
	font-size: 12px;
}