*{
	margin: 0;
	padding: 0;
	color: #cdd6dd;
	font-weight: 400;
	font-size: 16px;
	font-family: pretendard;
	line-height: 100%;
	box-sizing: border-box;
}

html{
	background-color: #06141f;
}

body{
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}

a{
	text-decoration: none;
	cursor: pointer;
}

button{
	border: 0;
	background-color: transparent;
	vertical-align: top;
	outline: 0;
	cursor: pointer;
}

dialog{
	border: 0;
}

fieldset{
	border: 0;
}

hr{
	border: 0;
}

img{
	border: 0;
	vertical-align: top;
}

input{
	border: 0;
	vertical-align: top;
	outline: 0;
}

input[type="text"]{
	width: 100%;
	height: 48px;
	padding: 0 12px;
	background-color: #ffffff;
	color: #06141f;
}

menu{
	list-style: none;
}

ol{
	list-style: none;
}

u{
	text-decoration: none;
}

ul{
	list-style: none;
}

footer{
	margin: 48px 0;
	padding-top: 24px;
	border-top: 1px solid #303c48;
}

footer div{
	margin: 24px;
}

footer div p{
	margin: 6px 0;
	color: #9aa4ae;
	font-size: 14px;
	white-space: nowrap;
}

footer div p a{
	color: #9aa4ae;
	font-size: 14px;
}

footer div p span{
	display: inline-block;
	width: 62px;
}

footer div p strong{
	font-weight: 600;
	font-size: 20px;
}

footer div p button{
	position: relative;
	width: 100%;
	height: 60px;
	padding: 0 24px;
	background-color: #303c48;
	border-radius: 6px;
	color: #ffffff;
	text-align: left;
}

footer div p button:after{
	display: block;
	clear: both;
	content: "";
}

footer div p button i{
	z-index: 10;
	position: absolute;
	top: 18px;
	right: 24px;
	color: #ffffff;
	font-size: 24px;
}

.fixed{
	overflow: hidden !important;
	touch-action: none;
}