@charset "utf-8";

.result_text {
    padding: 50px;
    text-align: center;
    font-size: 20px;
}

.button_area1 {
    padding: 50px;
}

.restart_btn {
    font-size: 16px;
    padding: 10px 40px;
    background-color: #4cb370;
    color: #fff;
    border: none;
}

.restart_btn:hover {
    background-color: #137536;
}

.kouza_btn {
    font-size: 16px;
    padding: 10px 40px;
    background-color: #b3a74c;
    color: #fff;
    border: none;
}

.kouza_btn:hover {
    background-color: #755f13;
}




.auth_success {
    text-align: center;
    background-color: #4c6cb3;
    color: #fff;
    position: relative;
    z-index: 100;
}

.auth_success.auth27400505810 {
    text-align: center;
    color: #4c6cb3;
    border: 5px solid;
    background-color: #fbfbfb;
}

.auth_success.auth2150120197 {
    text-align: center;
    color: #4c6cb3;
    border-top: 5px solid;
    border-bottom: 5px solid;
    background-color: #fbfbfb;
}

.auth_success.auth5400120977::before {
    content: "";
    width: 100px;
    height: 50px;
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #4c6cb3;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    z-index: -1;
}

.auth_success.auth2570120569 {
    text-align: center;
    color: #4c6cb3;
    background-color: #fbfbfb;
}

.auth_success.auth2570120569::before {
    content: "";
    background-color: #4c6cb3;
    width: calc(50% - 100px);
    height: 5px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.auth_success.auth2570120569::after {
    content: "";
    background-color: #4c6cb3;
    width: calc(50% - 100px);
    height: 5px;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.auth_success.auth3100120977 {
    text-align: center;
    color: #4c6cb3;
    background-color: #fbfbfb;
}

.auth_success.auth3100120977::before {
    content: "";
    background-color: #ccc;
    width: 80%;
    height: 5px;
    display: inline-block;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
}

.auth_success.auth3100120977::after {
    content: "";
    background-color: #4c6cb3;
    width: 75px;
    height: 5px;
    display: inline-block;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
}

.auth_success.auth2610120197 {
    text-align: center;
    color: #4c6cb3;
    border-top: 5px double;
    border-bottom: 5px double;
    background-color: #fbfbfb;
}



.auth_error {
    text-align: center;
    background-color: #c53d43;
    color: #fff;
    position: relative;
    z-index: 100;
}

.auth_error.auth27400505810 {
    text-align: center;
    color: #c53d43;
    border: 5px solid;
    background-color: #fbfbfb;
}

.auth_error.auth2150120197 {
    text-align: center;
    color: #c53d43;
    border-top: 5px solid;
    border-bottom: 5px solid;
    background-color: #fbfbfb;
}

.auth_error.auth5400120977::before {
    content: "";
    width: 100px;
    height: 50px;
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #c53d43;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    z-index: -1;
}

.auth_error.auth2570120569 {
    text-align: center;
    color: #c53d43;
    background-color: #fbfbfb;
}

.auth_error.auth2570120569::before {
    content: "";
    background-color: #c53d43;
    width: calc(50% - 100px);
    height: 5px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.auth_error.auth2570120569::after {
    content: "";
    background-color: #c53d43;
    width: calc(50% - 100px);
    height: 5px;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.auth_error.auth3100120977 {
    text-align: center;
    color: #c53d43;
    background-color: #fbfbfb;
}

.auth_error.auth3100120977::before {
    content: "";
    background-color: #ccc;
    width: 80%;
    height: 5px;
    display: inline-block;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
}

.auth_error.auth3100120977::after {
    content: "";
    background-color: #c53d43;
    width: 75px;
    height: 5px;
    display: inline-block;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
}

.auth_error.auth2610120197 {
    text-align: center;
    color: #c53d43;
    border-top: 5px double;
    border-bottom: 5px double;
    background-color: #fbfbfb;
}


.loginarea {
    width: 500px;
    margin: 50px auto;
    padding: 40px;
    background: #ebebeb;
}

.q-head {
    border-left: 5px solid #4c6cb3;
    border-bottom: 1px solid #4c6cb3;
    padding: 0 10px;
}

.a-head {
    padding: 10px 0;
}

.a-head input[type="text"] {
    width: 100%;
    font-size: 16px;
    padding: 5px 10px;
}

.a-head input[type="password"] {
    width: 100%;
    font-size: 16px;
    padding: 5px 10px;
}

.button_area {
    text-align: center;
    padding-top: 20px;
}

.login_btn {
    font-size: 16px;
    padding: 10px 40px;
    background-color: #4cb370;
    color: #fff;
    border: none;
}

.login_btn:hover {
    background-color: #137536;
}

.csv_btn {
    font-size: 16px;
    padding: 10px 40px;
    background-color: #4c85b3;
    color: #fff;
    border: none;
}

.csv_btn:hover {
    background-color: #135275;
}

.csv_area {
    width: 700px;
    margin: 50px auto;
    padding: 40px;
    background: #ebebeb;
    text-align: center;
}

input[type="date"] {
    font-size: 16px;
}

.search_area, .result_area {
    width: 500px;
    margin: 50px auto;
}

.search_area .a-head input[type="text"] {
    width: calc(100% - 75px);
    font-size: 16px;
    padding: 5px;
    border: 1px solid #cdcdcd;
}

.search_area button {
    padding: 5px 20px;
    background-color: #4c84b3;
    color: #fff;
    border: none;
}

.search_area button:hover {
    background-color: #135275;
}

.result_area {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.result_area > p {
    padding: 10px;
}

.green_font {
    background-color: #d9f4de;
    color: #238736;
}

.red_font {
    background-color: #f4d9d9;
    color: #c73131;
}


.kf_table {
    width: 1100px;
    font-size: 12px;
}

.kf_table th:first-child {
    width: 200px;
}

.kf_table th:last-child {
    width: 50px;
    text-align: center;
}

.kf_table th {
    background-color: #9fbbe4;
    color: white;
    border: 1px solid #8a8a8a;
    text-align: center;
}

.kf_table td {
    background-color: #fbfbfb;
    color: #525252;
    border: 1px solid #8a8a8a;
    padding: 5px;
}

.kf_table td:last-child {
    text-align: center;
}