*{
	margin: 0;
	padding: 0;
	color: #242424;
	font-family: Pretendard;
	line-height: 100%;
	box-sizing: border-box;
}

a{
	text-decoration: none;
}

button{
	border: 0;
	background-color: transparent;
	vertical-align: top;
	outline: 0;
	cursor: pointer;
}

dialog{
	border: 0;
}

fieldset{
	border: 0;
}

i{
	font-style: normal;
}

img{
	vertical-align: top;
}

input{
	border: 0;
	background-color: transparent;
	vertical-align: top;
	outline: 0;
}

menu{
	list-style: none;
}

select{
	border: 0;
	background-color: transparent;
	vertical-align: top;
	outline: 0;
}

ul{
	list-style: none;
}

.body-wrapper{
	max-width: 512px;
	margin: 0 auto;
}

.body-fixed{
	overflow: hidden !important;
	touch-action: none;
}

.footer{
	padding: 36px 24px 84px 24px;
	border-top: 12px solid #F6F8FA;
}

.footer-provider{
	position: relative;
	margin-bottom: 24px;
	font-size: 16px;
}

.footer-provider a{
	position: absolute;
	top: 2px;
	right: 0;
	color: #8B8B8B;
	font-size: 12px;
}

.footer-provider a i{
	color: #C8C8C8;
	font-size: 12px;
}

.footer-warning{
	margin: 12px 0;
	color: #8B8B8B;
	font-size: 12px;
}

.footer-copyright{
	margin: 12px 0;
	color: #8B8B8B;
	font-size: 12px;
}

.footer-hyperlink{
	margin-top: 24px;
}

.footer-hyperlink a{
	display: block;
	height: 48px;
	border: 1px solid #EBEBEB;
	border-radius: 6px;
	box-shadow: 0 0 6px 1px #F5F5F5;
	color: #8B8B8B;
	font-weight: 500;
	font-size: 16px;
	line-height: 48px;
	text-align: center;
}

.footer-hyperlink a i{
	margin-right: 3px;
	color: #8B8B8B;
	font-size: 16px;
}