.not-exist-page{
	background:url("../images/oops.png") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height:630px;
	width:100%;
	overflow: hidden;
	}
.not-exist-page .oops-box{
	color: #fff;
    font-family: "webfontregular";
    margin: 30px auto;
    padding: 20px;
    width: 1020px;
}
.oops-box .oops{
	font-size: 32px;
    font-weight: bold;
}
.oops-box .sorry-msg{
	font-size: 16px;
    font-weight: bold;
    line-height: 25px;
	width: 400px;
}
.oops-box input[type="button"]{
	background-color: #c33043;
    border: 1px solid #c33043;
    color: #fff;
    font-family: "webfontregular";
    font-weight: bold;
    margin-top: 15px;
    min-width: 180px;
    padding: 12px 30px;
 }

 *{
	transition:all linear 0.8s;
	-moz-transition:all linear 0.8s;
	-webkit-transition:all linear 0.8s;
	margin:0;
	padding:0;
}
body {
	color: #000;
	font-family: "Helvetica";
	margin: 0 auto;
	padding: 0;
	font-size: 100%;
	font-style: normal;
	font-weight: 400;
}
p {
    font-size: 0.875em; /* If the baseline is 16px, this will scale the font to 14px */
    line-height: 1em;  /* This keeps the line height proportional to the font size */
}

.container_home {
	background: url("../images/Page-Not-Found.jpg") no-repeat center top fixed;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    min-height: 630px;
    width: 100%;
	padding:0;
    overflow: hidden;
}
.clear {
	clear: both;
}
.content_inner {
	margin: 25px auto;
	max-width: 70em;
	overflow: hidden;
	padding: 0 15px 0 1px;
	width: 90%;
}
img {
	max-width: 100%;
	width: auto\9;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
.page_nt_found{
	float: right;
    margin: 26% 5% 0;
    font-size: 2.6em;
    font-size: 3.2vw;
    font-style: italic;
	}
.goback_homepage input[type="button"] {
	background:none;
    background-color: #c33043;
    border: 1px solid #c33043;
    color: #fff;
    font-weight: bold;
    margin: 3% 5%;
    min-width: 20%;
    padding: 1.2% 1%;
	cursor:pointer;
	float:right;
	font-size: 0.9em;
}
@media screen and (max-width: 640px) {
    body {
        font-size: 90%;
    }
	.page_nt_found{ font-size:1.4em;}
	.goback_homepage input[type="button"] {
		font-size: 0.9em;	
    	margin: 3%;		
	}
}

@media screen and (max-width: 480px) {
    body {
        font-size: 80%;
    }
	.page_nt_found{ font-size:1.1em;}
	.goback_homepage input[type="button"] {
		font-size: 0.6em;	
    	margin: 3% 4%;		
	}	
}	