@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);

::-webkit-scrollbar {

display:none;

}

html {
	overflow-x: hidden;
}

body {
	width:100%;
	padding:0px;
	margin:0px;
	font-family: 'Noto Sans KR', sans-serif;
	overflow-x: hidden;
}

button {
	cursor: pointer;
}

.wrap {
	width:calc(100% - 20px);
	margin:0;
	padding:0 10px;
	overflow-x:hidden;
}

img {
	margin:5px 0;
}

p.title {
	text-align:center;
	font-size:24px;
	letter-spacing: -1px;
}

p.bodytext {
	font-size:14px;
	letter-spacing: -1px;
	margin:40px 0;
}

@media (max-width:768px)
{
	p.title {
		text-align:center;
		font-size:18px;
	}
	p.bodytext {
		font-size:13px;
		letter-spacing: -0.5px;
	}
}