﻿label {
    font-size: 17px;
    font-weight: bold;
}

.center {
    text-align: center;
}

/* TitleBanner */
.main-menuTitleBanner>.textArea {
    padding: 20px 0px 0px 0px;
}

.main-menuTitleBanner>.textArea>.text {
    font-size: 20px;
    font-weight: lighter;
    margin: 0 auto;
    width: 1100px;
    font-weight: bold;
    /* font-family: 'Noto Sans KR', '맑은 고딕', sans-serif; */
}

.main-menuTitleBanner>.textArea>.text>.sub_text {
    font-size: 15px;
    font-weight: lighter;
    margin: 0 auto;
    text-align: right;
    width: 500px;
    margin-top: 30px;
    margin-bottom: 5px;
    float: right;
    /* font-family: 'Noto Sans KR', '맑은 고딕', sans-serif; */
}

.modal-menuTitleBanner {
    background-color: white;
    border-bottom: 1px solid #f0f0f0;
}

.modal-menuTitleBanner>.textArea {
    padding: 15px 0 15px;
}

.modal-menuTitleBanner>.textArea>.text {
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto;
}

.sub-menuTitleBanner>.textArea {
    padding: 45px 0 20px 0px;
}

.sub-menuTitleBanner>.textArea>.text {
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto;
}

/* TitleBanner */
.Attendance_Wrap {
    margin-top: 30px;
    /* min-height: 900px; */
    height: auto;
}

.Attendance_TMargin30 {
    margin-top: 30px;
    margin-left: 5px;
    margin-right: 5px;
}

.tableWrapper {
    height: 500px;
    overflow: auto;
    background-color: #FFFFFF;
    margin-bottom: 20px;
}

.tableWrapperTable {
    border: 0px;
    border-collapse: collapse;
    background-color: #FFFFFF;
}

.tableWrapperTable th {
    position: sticky;
    top: 0px;
    z-index: 1;
    background-color: #f0f0f0;
}

.Attendance_Table th {
    height: 55px;
    background-color: #f0f0f0;
    z-index: 1;
}

.Attendance_Table td {
    height: 55px;
    background-color: #FFFFFF;
    border-bottom: 1px solid #eaeaea;
    font-size: 15px;
}

.Attendance_SearchTable th {
    height: 45px;
    background-color: #f0f0f0;
    z-index: 1;
    border-bottom: 1px solid #eaeaea;
}

.Attendance_SearchTable td {
    height: 45px;
    background-color: #FFFFFF;
    border-bottom: 1px solid #eaeaea;
    font-size: 15px;
}

.Attendance_Input_Text {
    width: 80%;
    padding: 8px 12px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.Attendance_Card {
    padding: 10px 10px 10px 25px;
    border-radius: 15px;
    background-color: #ffffff;
    box-shadow: 2px 3px 5px 3px #d6d6d6;
}

.modal {
    display: none;
    position: absolute;
    z-index: 100;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    align-items: center;
}

.modal-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: 5% auto;
    border: 1px solid #888;
    width: 990px;
    border-radius: 8px;
}

.popmodal {
    display: none;
    position: absolute;
    z-index: 100;
    left: 0;
    top: 0px;
    width: 100%;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.popmodal-content {
    position: relative;
    background-color: #fefefe;
    margin: 5% auto;
    border: 1px solid #888;
    width: 400px;
    border-radius: 8px;
}


.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* BTN */
.Attendance_Btn_Default {
    color: #fff;
    background-color: #377dff;
    cursor: pointer;
    border: 1px solid #377dff;
    outline: 0;
}

.Attendance_Btn_Default:hover {
    color: #fff;
    background-color: #378dff;
    cursor: pointer;
    border: 1px solid #378dff;
    outline: 0;
}

.Attendance_Btn_Primary {
    color: #fff;
    background-color: #377dff;
    cursor: pointer;
    border: 1px solid #377dff;
    outline: 0;
}

.Attendance_Btn_Primary:hover {
    color: #fff;
    background-color: #378dff;
    cursor: pointer;
    border: 1px solid #378dff;
    outline: 0;
}

.Attendance_Btn_Danger {
    color: #fff;
    background-color: #ed4c78;
    cursor: pointer;
    border: 1px solid #ed4c78;
    outline: 0;
}

.Attendance_Btn_Danger:hover {
    color: #fff;
    background-color: #ed5c78;
    cursor: pointer;
    border: 1px solid #ed5c78;
    outline: 0;
}

.Attendance_Btn_Warning {
    color: #fff;
    background-color: #f5ca99;
    cursor: pointer;
    border: 1px solid #f5ca99;
    outline: 0;
}

.Attendance_Btn_Warning:hover {
    color: #fff;
    background-color: #f4ca99;
    cursor: pointer;
    border: 1px solid #f4ca99;
    outline: 0;
}

.Btn_Large {
    width: auto;
    height: 40px;
    font-size: 16px;
    font-weight: bold;
}

/* BTN */
.Div_Btn {
    text-align: right;
    margin-top: 15px;
}

/* File Btn */
.filebox label {
    display: inline-block;
    padding: .5em .75em;
    color: black;
    font-size: inherit;
    line-height: normal;
    vertical-align: middle;
    background-color: #ffffff;
    cursor: pointer;
    border: 1px solid black;
    border-radius: .25em;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.filebox label:hover {
    background-color: #dfdfdf;
}

.filebox label:active {
    background-color: #ffffff;
}

.filebox input[type="file"] {
    position: absolute;
    width: 100px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}