*{
	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;
}

dialog{
	border: 0;
}

em{
	font-style: normal;
}

fieldset{
	border: 0;
}

hr{
	border: 0;
}

input{
	vertical-align: top;
	outline: 0;
}

input[type="checkbox"]{
	width: 24px;
	height: 36px;
	margin-right: 3px;
	cursor: pointer;
}

input[type="date"]{
	width: 100%;
	height: 60px;
	padding: 0 18px;
	border: 1px solid #CCCCCC;
}

input[type="number"]{
	width: 100%;
	height: 60px;
	padding: 0 18px;
	border: 1px solid #CCCCCC;
}

input[type="radio"]{
	width: 24px;
	height: 36px;
	margin-right: 3px;
	cursor: pointer;
}

input[type="tel"]{
	width: 100%;
	height: 60px;
	padding: 0 18px;
	border: 1px solid #CCCCCC;
}

input[type="text"]{
	width: 100%;
	height: 60px;
	padding: 0 18px;
	border: 1px solid #CCCCCC;
}

label{
	cursor: pointer;
}

select{
	width: 100%;
	height: 60px;
	padding: 0 18px;
	border: 1px solid #CCCCCC;
	background-color: transparent;
	vertical-align: top;
	outline: 0;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

ul{
	list-style: none;
}