/*************************
other
************************ */

.notfound .txt {
	text-align: center;
}

.notfound .btnbox {
	width: 3rem;
	margin: .6rem auto 0;
}
@media screen and (max-width: 767px) {
	.notfound .btnbox {
		width: 80%;
		margin: .3rem auto 0;
	}
}