  /* common */
.res_tbl_wrap {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    max-width: 1800px;

}
.res_tbl_wrap table {
    display: table;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.res_tbl_wrap table thead tr th {
    border-bottom: 1px solid #121212;
}
.res_tbl_wrap table thead tr th,
.res_tbl_wrap table tbody tr td {
    text-align: left;
    padding: 0.8125vw 1.25vw;
    font-size: 15px;
    font-size: 1.3vw;
    line-height: 1.375vw;
}
/*.res_tbl_wrap table tbody tr td {
    border-bottom: 1px solid #efefef;
}*/

/* 테이블 ui 재정의 */
.local_sch01{
    padding: 5rem 0 2rem;
    font-size: 2rem;
    color: #222222;
    font-weight: 900;
    font-family: 'Noto Sans KR';
}

table{
     width: 100%;
}
table th{
    font-size: 1.6rem;
    background: #033344;
    color: #fff;
    font-family: 'Noto Sans KR';
    padding: 1.5rem 1rem;
    text-align: center;
}

table td {
    text-align: center;
    font-size: 1rem;
    color: #595959;
    padding: 2rem 1rem;
    border-right: solid 1px #dddddd;
    border-bottom: dashed 1px #ddd;
    vertical-align: middle;
    font-family: 'Noto Sans KR';
    position: relative;
}
table td:last-child{
    border-right: 0px;
}
#srh_competitions{
    margin-bottom: 15px;
}
#srh_league_type,#srh_started_at1,#srh_started_at2{
    margin-bottom: 15px;
}

#srh_started_at1,#srh_started_at2{
    width: 180px;
    height: 33px;
}
#srh_started_at2{
    margin-right: 27px;
}
/*#srh_gender_type{
    margin-left: 45px;
}*/
.frm_input{
    width: 200px;
}
#fsearch_submit{
    padding: 3px 20px!important;
    background: #121212;
}
.btn_03{
    padding: 3px 20px!important;
    background: #3f51b5!important;
    vertical-align: top;
}
.btn_03:hover,.btn_03:active,.btn_03:focus{
    padding: 3px 20px!important;
    background: #3f51b5!important;
    color: #fff;
}
.btn_submit{
    font-weight: 400;
    color: #fff;
    background: #7d7d7d;
    padding: 4px 20px;
    cursor: pointer;
    border-radius: 5px;
    border:0;
}
/*button, html input[type=button], input[type=reset], input[type=submit]{*/
button, html  input[type=reset], input[type=submit]{
    font-weight: 400;
    color: #fff;
    background: #7d7d7d;
    padding: 5px 20px;
    cursor: pointer;
}

.game-ready{
    font-weight: 400;
    color: #fff;
    background: #e6b712;
    padding: 5px 20px;
    cursor: pointer;
    border: 0px!important;

}
.game-ing{
    font-weight: 400;
    color: #fff;
    background: #19ce60;
    padding: 5px 20px;
    cursor: pointer;
    border: 0px!important;
    
}
.game-stop{
    font-weight: 400;
    color: #fff;
    background: #7d7d7d;
    padding: 5px 20px;
    cursor: pointer;
    border: 0px!important;
}

/* 로그아웃 버튼 */
.btn-logout{
    padding: 5px 10px;
    
    font-size: 16px;
}
.btn-logout a{
  color: #666;  
}
.btn-logout a:active,.btn-logout a:hover{
  text-decoration: none;
}
/* desktop only */
@media screen and (min-width: 1200px) {
    .res_tbl_wrap table thead tr th,
    .res_tbl_wrap table tbody tr td {
        padding: 12px 20px;
        font-size: 16px;
        line-height: 22px;
    }
}

/* mobile only */
@media screen and (max-width: 990px) {
    .res_tbl_wrap table col {
        width: 100% !important;
    }
    .res_tbl_wrap table thead {
        display: none;
    }
    .res_tbl_wrap table tbody tr {
        border-bottom: 1px solid #efefef;
    }
    .res_tbl_wrap table tbody tr td {
        width: 100%;
        display: flex;
        margin-bottom: 2px;
        padding: 5px;
        border-bottom: none;
        font-size: 14px;
        line-height: 18px;
    }
    .res_tbl_wrap table tbody tr td:first-child, 
    .res_tbl_wrap table tbody tr th:first-child {
        padding-top: 16px;
    }
    .res_tbl_wrap table tbody tr td:last-child, 
    .res_tbl_wrap table tbody tr th:last-child {
        padding-bottom: 15px;
    }
    .res_tbl_wrap table tbody tr td:before {
        display: inline-block;
        margin-right: 12px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
        font-weight: 700;
        content: attr(data-label);
    }
}