@charset "utf-8";

section.account_view {margin: 20px 0;}



h2.sub_title{
    font-size: 20px;
    color: var(--main-color-02);
    width: 100%;
    padding: 14px 20px;
/*     background-color: #ece3d491; */
    border-radius: 6px;
    font-weight: 700;
    width: calc(100% - 50px);
    margin: 0 auto;
}



/* 승인 대기 버튼 */
.press{display:flex; width:100%; justify-content:center; }
.press > .school{
    display:flex;
    justify-content:center; 
    background-color:var(--main-color-sub03);
    margin:15px;
    border-radius:40px;
}
.press{width: calc(100% - 60px); display: flex; justify-content: center; margin: 0 auto; margin-top: 0px;}
.press .bt1.on{
    display:flex;
    align-items: center;
    justify-content: center;
    background:var(--main-color-sub03); width:80px; height:30px; 
    background:#c20f23; color:#fff; border-radius: 40px; 
    font-weight:700;padding:0;}
.press .bt1{
    font-weight:700;
    display:flex;
    align-items: center;
    justify-content: center;
    background:var(--main-color-sub03); width:80px; height:30px; border-radius: 40px;
    color:var(--Grey600); font-weight:500;padding:0;}


.bocnt{
    background: #fff;
    display:flex;
    align-items: center;
    justify-content: space-around;
    font-size: 20px;
    width: 70%;
    padding: 24px 20px;
    border-radius: 6px;
    font-weight: 500;
    width: calc(100% - 50px);
    margin: 0 auto;
    margin-bottom: 15px;
}
.bocnt_user{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background: #fff;
    font-size: 1rem;
    width: 0%;
    padding: 24px 20px;
    border-radius: 10px;
    font-weight: 500;
    width: calc(100% - 50px);
    margin: 15px auto;
}
.mii{width:100%; display:flex; margin: 5px;  
    padding-right: 100px;} 
.bocnt_user span{display:flex; align-items: center; margin-left: 20px;}
.bocnt_user span:nth-child(1){font-weight: 700; width: 30%;}


.sets{display: flex; width: 100%; justify-content: flex-end;}

/* 탑승전 버튼 */
.money a{display:flex; justify-content: center;
     background: #f00606; align-items: center;
        color:#fff; width: 100px; height: 30px; border-radius:3px;}

/* 탑승종료 버튼 */
.ends a{display:flex; justify-content: center;
     background: #948c8c; align-items: center;
        color:#fff; width: 100px; height: 30px; border-radius:3px;}


/* 변경 버튼 css */
/* CSS */
.button-24 {
    margin-left: 25px;
    font-size: 15px;
    width: 60px;
    height: 30px;
    background: rgb(237, 29, 36);
    border: 1px solid rgb(237, 29, 36);
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 4px;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    text-align: center;
}

.button-24:hover,
.button-24:active {
    background-color: initial;
    background-position: 0 0;
    color: #FF4742;
}  
.button-24:active {
    opacity: .5;
}
/*버튼2*/
.button-25 {
    margin-left: 25px;
    font-size: 15px;
    width: 60px;
    height: 30px;
    background: #2ea44f;;
    border: 1px solid #2ea44f;;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 4px;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    text-align: center;
}
.button-25{    
    display:flex; 
    align-items:center; 
    justify-content:center;}
.button-24{    
    display:flex; 
    align-items:center; 
    justify-content:center;}
.button-25:hover,
.button-25:active {
    background-color: initial;
    background-position: 0 0;
    color: #2ea44f;;
}  
.button-25:active {
    opacity: .5;
}

/* 관리자 예약자 및 대기자 명단 확인 테이블 CSS */
.sub_title{display:flex; justify-content:space-between;}
.sub_title > .groups > span{
    align-items: center;
    appearance: none;
    background-color: #fff;
    border: 1px solid #dbdbdb;
    border-radius: .375em;
    box-shadow: none;
    box-sizing: border-box;
    color: #363636;
    cursor: pointer;
    display: inline-flex;
    font-family: BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1rem;
    height: 2.5em;
    justify-content: center;
    line-height: 1.5;
    padding: calc(.5em - 1px) 1em;
    position: relative;
    text-align: center;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: top;
    white-space: nowrap;
}
.sub_title > .groups > .on{background:rgb(237, 29, 36); color:#fff;}
.sub_title > .groups > span > a{color:#333;}
.sub_title > .groups > .on > a{color:#fff;}
h1{
    font-size: 30px;
    color: #333;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    margin: 15px;
}
table{
    width:100%;
    table-layout: fixed;
}
.tbl-header{
    background-color: rgba(255,255,255,0.3);
}
.tbl-content{
    height:300px;
    overflow-x:auto;
    margin-top: 0px;
    border: 1px solid #fff;
}
th{
    background-color: #F6F6F6;
    /* padding: 20px 15px; */
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    color: #333;
    text-transform: uppercase;
}
td{
    /* padding: 15px; */
    text-align: center;
    vertical-align:middle;
    font-weight: 300;
    font-size: 12px;
    color: #333;
    border-bottom: solid 1px #fff;
}
/* 관리자 예약자 및 대기자 명단 확인 테이블 CSS */

    /* 유저 예약&대기 목록 CSS 시작 */
    .sub_title{display:flex; justify-content:space-between;}
    .sub_title > .groups > span{
        align-items: center;
        appearance: none;
        background-color: #fff;
        border: 1px solid #dbdbdb;
        border-radius: .375em;
        box-shadow: none;
        box-sizing: border-box;
        color: #363636;
        cursor: pointer;
        display: inline-flex;
        font-family: BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 1rem;
        height: 2.5em;
        justify-content: center;
        line-height: 1.5;
        padding: calc(.5em - 1px) 1em;
        position: relative;
        text-align: center;
        user-select: none;
        -webkit-user-select: none;
        touch-action: manipulation;
        vertical-align: top;
        white-space: nowrap;
    }
    .sub_title > .groups > .on{background:rgb(237, 29, 36); color:#fff;}
    .sub_title > .groups > span > a{color:#333;}
    .sub_title > .groups > .on > a{color:#fff;}
    /* 유저 예약&대기 목록 CSS 끝 */


/* ---------------------------------- */
@media (max-width: 560px){
    .mii{
        padding-right:0px;
    }  
}
@media (max-width: 461px){
    .mii{
        font-size: 0.9rem;
        padding-right:0px;
    }
    .money a{font-size: 0.9rem;} 
    .ends a{font-size: 0.9rem;} 
}
@media (max-width: 423px){
    .mii{
        font-size: 0.8rem;
        padding-right:0px;
    }  
    .money a{font-size: 0.8rem;} 
    .ends a{font-size: 0.8rem;}
}
@media (max-width: 353px){
    .mii{
        font-size: 0.7rem;
        padding-right:0px;
    }  
    .money a{font-size: 0.7rem;} 
    .ends a{font-size: 0.7rem;}
}
