*{
	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{
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}

button{
	border: 0;
	background-color: transparent;
	vertical-align: top;
	outline: 0;
	cursor: pointer;
}

fieldset{
	border: 0;
}

input{
	vertical-align: top;
	outline: 0;
}

input[type="tel"]{
	width: 100%;
	height: 60px;
	padding: 0 18px;
	border: 1px solid #CCCCCC;
}

ul{
	list-style: none;
}

header{
	padding: 48px 24px 24px 24px;
	text-align: center;
}

header p{
	margin-top: 6px;
}

header p:first-child{
	margin-top: 0;
}

header p a{
	font-weight: 600;
	font-size: 48px;
}

header p span{
	font-weight: 500;
	font-size: 16px;
}

section{
	padding: 24px 24px 48px 24px;
}

section form fieldset{
	margin-bottom: 24px;
}

section form fieldset legend{
	font-weight: 300;
	font-size: 18px;
}

section form fieldset p{
	position: relative;
	margin-top: 12px;
}

section form fieldset p span{
	display: block;
	z-index: -1;
	position: absolute;
	width: 60px;
	height: 60px;
	top: 0;
	right: 0;
	line-height: 60px;
	text-align: center;
}

section form fieldset p button{
	position: absolute;
	width: 112px;
	height: 44px;
	border-radius: 4px;
	background-color: #333333;
	top: 8px;
	right: 8px;
	color: #FFFFFF;
	font-weight: 300;
	font-size: 14px;
}

section form nav{
	margin-top: 24px;
}

section form nav button{
	width: 100%;
	height: 60px;
	background-color: #CC0000;
	color: #FFFFFF;
	font-weight: 500;
}

section form div{
	margin-top: 48px;
}

section form div ul li{
	position: relative;
	margin-top: 12px;
	padding-left: 12px;
	font-weight: 300;
	font-size: 16px;
}

section form div ul li:first-child{
	margin-top: 0;
}

section form div ul li span{
	position: absolute;
	top: -2px;
	left: 0;
	font-weight: 300;
	font-size: 16px;
}