@charset "UTF-8";
html, body, p, h1, h2, h3, h4, h5, h6, ol, ul, dl, dt, dd, li,legend,th,td,figure,fieldset,textarea{
    margin: 0;
    padding: 0;
    border: none;
    font-weight: normal;
}
html{
    font-size: 10px;
    -webkit-font-smoothing: antialiased;
    background: #f7f7f7;
    height: 100%;
}
body {
    font: 14px/1.42857143 "Tahoma", "Microsoft YaHei", "Verdana", "simsun", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
    height: 100%;
    color : #4e606c;
}
a{
    text-decoration: none;
    color : #ffffff;
}
.warp{
    margin-top: 40px;
}
.backbtn{
    font-size: 16px;
    display: block;
    width: 90px;
    height: 40px;
    border-radius: 2px;
    margin: auto;
    background: #63cbe4;
    text-align: center;
    line-height: 40px;
}
.error-img{
    text-align: center;
    margin-top: 100px;
}
.error-img img{
    max-width: 100%;
    height: auto;
}
.info-title{
    font-size: 22px;
    text-align: center;
    color : #4e606c

}
.info-detail{
    font-size: 15px;
    text-align: center;
    margin-top: 10px;
}
.error-content{
    margin-top: 10px;
    letter-spacing: 0.05em;
}