.err_main_box_inner {
    text-align: center;
}

.err_box_inner {
    font-size: 120px;
    line-height: 1.2;
    color: #000;
    font-weight: 600;
}

.err_btn_box_inner {
    display: flex;
    justify-content: center;
}

.err_text_box {
    padding-bottom: 20px;
}

.err_btn_box_inner .site_button {
    margin: 5px;
}

.err_btn_box_inner a {
    margin: 10px 10px 0 0;
}

/* thank you  */
.thank_box_inner {
    font-size: 100px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}

.thanks_main_box_inner {
    text-align: center;
}

.thanks_btn_box {
    display: flex;
    justify-content: center;
    padding: 20px 0 0;
}

.thanks_text_box_inner {
    line-height: 1.5;
}

.thanks_text_box_inner span {
    display: block;

}

/* thank you end */



@media all and (min-width: 320px) and (max-width: 767px) {
    .err_box_inner {
        font-size: 40px;
    }

    .thank_box_inner {
        font-size: 40px;
    }

    .err_row.pdt100 {
        padding: 0 !important;
    }
}

@media all and (min-width: 768px) and (max-width: 980px) {
    .thank_box_inner {
        font-size: 70px;
    }

    .err_row.pdt100 {
        padding: 0 !important;
    }
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {}

@media all and (min-width: 1025px) and (max-width: 1140px) {}

@media all and (min-width: 1141px) and (max-width: 1280px) {}

@media all and (min-width: 1281px) and (max-width: 1440px) {}

@media all and (min-width: 1441px) and (max-width: 1680px) {}

@media all and (min-width: 1681px) and (max-width: 1880px) {}