You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
78 lines
2.5 KiB
78 lines
2.5 KiB
<!DOCTYPE html>
|
|
<html lang="ko">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>404 Page Not Found</title>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<style type="text/css">
|
|
|
|
::selection { background-color: #E13300; color: white; }
|
|
::-moz-selection { background-color: #E13300; color: white; }
|
|
|
|
body {
|
|
background-color: #fff;
|
|
margin: 60px 40px;
|
|
font: 13px/20px normal Helvetica, Arial, sans-serif;
|
|
color: #4F5155;
|
|
}
|
|
.error_contents {display:table; margin:0 auto; border:1px solid #eee;}
|
|
.error_contents .img-responsive {display: table-cell; vertical-align: middle;}
|
|
.error_contents .text-box{display: table-cell; vertical-align: middle; }
|
|
.error_contents h2 {font-size:50px; line-height:1.35; padding-right:40px;}
|
|
.error_contents h2 > strong {color:#d6040d;}
|
|
.img-responsive {max-width:100%;}
|
|
a.button{
|
|
background-color: #f7f7f7;
|
|
color: #747474;
|
|
display: inline-block;
|
|
margin-bottom: 15px;
|
|
cursor: pointer;
|
|
border: 0;
|
|
-webkit-border-radius: 5px;
|
|
border-radius: 5px;
|
|
position: relative;
|
|
overflow: hidden;
|
|
-webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,.03);
|
|
box-shadow: inset 0 0 0 1px rgba(0,0,0,.03);
|
|
background-image: url('/assets/images/common/box_shadow_button.png');
|
|
background-repeat: repeat-x;
|
|
}
|
|
a.button .button_icon {
|
|
display: block;
|
|
float: left;
|
|
background: rgba(0,0,0,.05);
|
|
padding:11px 11px;
|
|
}
|
|
a.button .button_label {
|
|
display: block;
|
|
float: left;
|
|
position: relative;
|
|
z-index: 2;
|
|
padding:11px 20px;
|
|
}
|
|
@media (max-width: 800px) {
|
|
.error_contents .img-responsive {display: table; vertical-align: middle;}
|
|
.error_contents .text-box{display: table; vertical-align: middle; margin:0 auto; }
|
|
.error_contents h2 {font-size:24px; line-height:1.35; padding-right:0px; text-align:center; text-align: center;}
|
|
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<article class="container" id="container">
|
|
<div class="error_contents">
|
|
<img src="/assets/images/common/error_img.png" alt="" class="img-responsive">
|
|
<div class="text-box">
|
|
<h2><strong>404</strong><br>Page Not Found</h2>
|
|
<a class="button button_left button_size_2 button_js kill_the_icon" href="https://www.wheeparam.com/">
|
|
<span class="button_icon"><img src="/assets/images/common/error_arr.png" alt="" class="img-responsive"></span>
|
|
<span class="button_label">HOME</span>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
</article>
|
|
</body>
|
|
</html>
|