@charset "utf-8";
.error .header .hamburger-button::before, 
.error .header .hamburger-button::after, 
.error .header .hamburger-icon, 
.error .header .search-button::after {
    background-color: #000;
}
.error .header .icon-search {
    border-color: #000;
}
.error .header {
    position: relative;
    top: 0;
    left: 0;
    background: none;
    height: 75px;
    border-bottom: 1px solid #D9D9D9
}
.error .header .logo a {
    filter: invert(100%)
}
.error .container {
    position: relative;
    text-align: center;
    padding: 0 40px;
    height: 70vh;
    top:10vh
}
.error h2 {
    font-size: 4.0rem;
    padding-bottom: 30px
}
.error .txt {
    font-size: 2.5rem;
    line-height: 4.8rem;
    padding-bottom: 50px
}
.error-box .txt {
    font-size: 2.3rem;
    line-height: 3.0rem;
    padding-bottom: 50px
}
.error-box .bt-area {
    margin: auto
}
.error-box .bt-area .bt {
    font-size: 2.1rem;
    line-height: 4.8rem;
    padding: 14px 20px;
    border-radius: 6px;
    background-color: #dfdfdf;
    color: #000
}
@media (max-width:1024px) {
    .error h2 {
        font-size: 3.6rem
    }
    .error-box .txt {
        font-size: 2.1rem;
        line-height: 4.2rem
    }
}
@media (max-width:639px) {
    .error h2 {
        display: grid;
        font-size: 2.3rem;
        padding-bottom: 30px;
        font-weight: 600;
        letter-spacing: -0.1rem
    }
    .error-box .txt {
        font-size: 1.9rem;
        line-height: 3.3rem;
        text-align: left
   }
   .error-box .bt-area .bt {
    font-size: 1.8rem;
    padding: 10px 15px;
   }
   .error .container {
    top: 8vh;
   }
}
@media (max-width:280px) {
    .error .header {
        height: 60px;
    }
    .error .container {
        height: 100vh;
    }
    .error-box .bt-area .bt {
        font-size: 1.6rem;
    }
}