@charset "utf-8";
/*********************************************/
/* notokr-thin:100;
   notokr-light:300;
   notokr-regular:500;
   notokr-medium:700;
   notokr-bold:900; */
/********************************************/

/********************************************************************************************************************/
/* ÅÛÇÃ¸´ */
/********************************************************************************************************************/
/* Å×ÀÌºí ½ºÅ¸ÀÏ */
.tbl-style019 {
    table-layout: fixed;
    width: 100%;    
    word-break: break-all;    
    border-collapse: collapse;
}


/* Å×ÀÌºí tbody ½ºÅ¸ÀÏ Ãß°¡ */
.tbl-style019 tbody {    
    border-top: 2px solid #2bb7b3;
    border-right: 1px solid #d7d7d7;
}

.tbl-style019 + .tbl-style019 {
    margin-top: 20px;
}
.tbl-style019.st2 {
    text-align: center;
}
.tbl-style019 th {
    height: 37px;
    font-size: 13px;
    color: #222;
    padding: 5px;
    font-weight: bold;
    background-color: #fafbfc;
    border-left: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    text-align: center;
}
.tbl-style019 tbody th {
    text-align: left;
    height: 37px;
    padding: 5px 8px;
}
.tbl-style019 tbody td {
    height: 37px;
    font-size: 13px;
    color: #666;
    padding: 5px;
    border-left: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    background-color: #fff;
    line-height: 18px;
}
.tbl-style019 tbody td.user a:hover {
    text-decoration: underline;
}
.tbl-style019 td label:first-child {
    margin-left: 0;
}
.tbl-style019 td label.tbtn {
    margin: 0;
}
.tbl-style019 input[type="text"],
.tbl-style019 [type="number"],
.tbl-style019 input[type="password"] {
    height: 26px;
    padding: 0 5px;
    box-sizing: border-box;
    font-size: 12px;
    vertical-align: middle;
}
.tbl-style019 select {
    min-width: auto;
    height: 26px;
    padding: 0 30px 0 5px;
    box-sizing: border-box;
    font-size: 12px;
    background-position: right 5px center;
    background-image: url(../images/common/drop_2.png);
    background-size: 14px auto;
}
td.bg01 {
    background-color: #e6faf9 !important;
}
td.bg02 {
    background-color: #fff7ec !important;
}
.tbl-style019.in {
    border: none;
}
.tbl-style019.in tbody th:first-child {
    border-left: none;
}
.tbl-style019.in tbody th {
    border-bottom: none;
}
.tbl-style019.in tbody td {
    border-bottom: none;
    height: auto;
    line-height: 14px;
}

/* 2021.07.14 tfoot Å×ÀÌºí ½ºÅ¸ÀÏ */
.tbl-style019 tfoot {    
    border-top: 2px solid #2bb7b3;
    border-right: 1px solid #d7d7d7;
}

.tbl-style019 tfoot th {
    text-align: left;
    height: 37px;
    padding: 5px 8px;
}
.tbl-style019 tfoot td {
    height: 37px;
    font-size: 13px;
    color: #666;
    padding: 5px;
    border-left: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    background-color: #fff;
    line-height: 18px;
}
.tbl-style019 tfoot td.user a:hover {
    text-decoration: underline;
}


.tbl-style019 tfoot table td {
    height: 37px;
    font-size: 13px;
    color: #666;
    padding: 5px;
    border-left: 0px;
    border-bottom: 0px;
    border-right: 0px;
    background-color: #fff;
    line-height: 18px;

}
/* 2021.07.14 tfoot Å×ÀÌºí ½ºÅ¸ÀÏ */


.b-btn.type2.disabled,
input[type="button"].tbtn:disabled,
button.b-btn.type2:disabled {
    color: #aae2e1 !important;
    border-color: #bee0df;
    cursor: default;
}
.b-btn.type2.disabled:hover,
input[type="button"].tbtn:disabled:hover,
button.b-btn.type2:disabled:hover {
    background-color: #fff;
}