* {
	margin: 0;
	padding: 0;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

html {
	box-sizing: border-box;
}

body {
	-webkit-text-size-adjust: 100%;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	color: currentColor;
	text-decoration: none;
}

img {
	max-width: 100%;
	border: none;
	vertical-align: top;
}

ul,
ol {
	list-style: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

@media (max-width: 767px) {
	.pcOnly {
		display: none !important;
	}
}

@media (min-width: 768px) {
	.smOnly {
		display: none !important;
	}
}