
button {
    margin: 0;
    padding: 0.5rem 1rem;
    text-align: center;
    text-decoration: none;
    border: 2px solid #ffffff;
    border-radius: 6px;
    background-color: #5A9AD3;
    color: #ffffff;
    cursor: pointer;
    font-size: 1.5rem;
    width: 100%;
}

.delete {
    margin: 0;
    padding: 0.5rem 1rem;
    text-align: center;
    text-decoration: none;
    border: 2px solid #ffffff;
    border-radius: 6px;
    background-color: red;
    color: #ffffff;
    cursor: pointer;
    font-size: 2rem;
}




.body-content-mid{
    text-align: center;
    width: 80w;

}

@media (max-width: 767px){
	/*모바일*/
    body{
        width:96%;
        justify-content: center;
        align-items: center;
        background-color: #5A9AD3;
        vertical-align: middle;

    }
    button {
        margin: 0;
        padding: 0.5rem 1rem;
        text-align: center;
        text-decoration: none;
        border: 2px solid #ffffff;
        border-radius: 6px;
        background-color: #5A9AD3;
        color: #ffffff;
        cursor: pointer;
        font-size: 10rem;
        width: 80%;
    }
    input[type=text], select {
        width:80%;
        font-size: 4rem;
        color: #5A9AD3;
        padding: 14px 20px;
        margin: 8px 0;
        display: inline-block;
        border: 1px solid #ccc;
        border-radius: 10px;
        box-sizing: border-box;
    }
    
    table {
        font-size: 40px;
        border-collapse: collapse;
        width: 100%;
        background-color: #ffffff;
        color: #5A9AD3;
        padding-left: 10px;
        padding-right: 10px;
        font-weight: bold;
    }
    
    table td, table th {
        font-size: 40px;
        border: 1px solid #5A9AD3;
        padding: 8px;
        text-align: left;
        font-weight: bold;
    }
    
    
    table th {
        font-size: 40px;
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: left;
        background-color: #ffffff;
        color: #ffffff;
        font-weight: bold;
    }
    .smallbtn2{
        width: 90%;
        font-size: 100px;
    }
    .body-content-white{
        margin : auto;
        background-color: #ffffff;
        border-radius: 8px;
        height: 1400px;
        width: 500;
    }
    .box_small_text{
        text-align: center;
        font-size: 100px;
        margin: auto;
        color: #5A9AD3;
        padding-top: 30px;
        font-weight: bold;
    }
    
    
}
@media (min-width: 768px) and (max-width: 991px) {
    /*테블릿 세로*/
    body{
        width:100%;
        justify-content: center;
        align-items: center;
        background-color: #5A9AD3;
    }
    button {
        margin: 0;
        padding: 0.5rem 1rem;
        text-align: center;
        text-decoration: none;
        border: 2px solid #ffffff;
        border-radius: 6px;
        background-color: #5A9AD3;
        color: #ffffff;
        cursor: pointer;
        font-size: 2.5em;
        width: 80%;
    }
    .title { font-size: 80px; color: #ffffff; }
    .title_sub {font-weight: bold; color: #ffff00; }
    .title2 { font-size: 50px; color: #ffffff; }
    input[type=text], select {
        width:80%;
        font-size: 3em;
        color: #5A9AD3;
        padding: 14px 20px;
        margin: 8px 0;
        display: inline-block;
        border: 1px solid #ccc;
        border-radius: 10px;
        box-sizing: border-box;
    }
    table {
        font-size: 40px;
        border-collapse: collapse;
        width: 100%;
        background-color: #ffffff;
        color: #5A9AD3;
    }
    
    table td, table th {
        font-size: 40px;
        border: 1px solid #5A9AD3;
        padding: 8px;
        text-align: left;
    }
    
    
    table th {
        font-size: 40px;
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: left;
        background-color: #ffffff;
        color: #ffffff;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {
    /*테블릿 가로*/
    body{
        width:60%;
        justify-content: center;
        align-items: center;
        background-color: #5A9AD3;
    }
    button {
        margin: 0;
        padding: 0.5rem 1rem;
        text-align: center;
        text-decoration: none;
        border: 2px solid #ffffff;
        border-radius: 6px;
        background-color: #5A9AD3;
        color: #ffffff;
        cursor: pointer;
        font-size: 1.5em;
        width: 80%;
    }
    .title { font-size: 40px; color: #ffffff; }
    .title_sub {font-weight: bold; color: #ffff00; }
    .title2 { font-size: 25px; color: #ffffff; }
    input[type=text], select {
        width:80%;
        font-size: 1em;
        color: #5A9AD3;
        padding: 14px 20px;
        margin: 8px 0;
        display: inline-block;
        border: 1px solid #ccc;
        border-radius: 10px;
        box-sizing: border-box;
    }
    table {
        font-size: 0px;
        border-collapse: collapse;
        width: 100%;
        background-color: #ffffff;
        color: #5A9AD3;
    }
    
    table td, table th {
        font-size: 40px;
        border: 1px solid #5A9AD3;
        padding: 8px;
        text-align: left;
    }
    
    
    table th {
        font-size: 40px;
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: left;
        background-color: #ffffff;
        color: #ffffff;
    }
}
input.tb_check{
    width: 30px;
    height: 30px;
}

.tb_check_layout{
   text-align: center; 

}
.tb_button{
    text-align: center; 
}
@media (min-width: 1200px) {

    body {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #5A9AD3;
    }
    .title { font-size: 40px; color: #ffffff; }
    .title_sub {font-weight: bold; color: #ffff00; }
    .title2 { font-size: 25px; color: #ffffff; }
    input[type=text], select {
        width:100%;
        font-size: 1em;
        color: #5A9AD3;
        padding: 14px 20px;
        margin: 8px 0;
        display: inline-block;
        border: 1px solid #ccc;
        border-radius: 10px;
        box-sizing: border-box;
    }
    table {
        border-collapse: collapse;
        width: 100%;
        background-color: #ffffff;
        color: #5A9AD3;
    }
    
    table td, table th {
        border: 1px solid #5A9AD3;
        padding: 8px;
        text-align: left;
    }
    
    
    table th {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: left;
        background-color: #ffffff;
        color: #ffffff;
    }

    /* 231019 */
    .very_smallbtn4{
        width: 60px;
        height: 40px;
        font-size: 20px;
        font-weight: bold;
        margin: 0;
        border: 1px solid #ffffff;
        border-radius: 6px;
        background-color: #5A9AD3;
        color: #ffffff;
        cursor: pointer;
    }
    .very_smallbtn5{
        width: 170px;
        height: 50px;
        font-size: 30px;
        font-weight: bold;
        margin: 0;
        border: 1px solid #ffffff;
        border-radius: 6px;
        background-color: #5A9AD3;
        color: #ffffff;
        cursor: pointer;
    }

}
table {

    border-collapse: collapse;
    width: 100%;
    background-color: #ffffff;
    color: #5A9AD3;
    font-weight: bold;
    font-size: 30px;
}

table td, table th {

    border: 1px solid #5A9AD3;
    padding: 8px;
    text-align: left;
    font-weight: bold;
    font-size: 30px;
}
table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #ffffff;
    color: #ffffff;
    font-weight: bold;
    font-size: 30px;
}
.smallbtn{
    width: 100%;
    font-size: 20px;
}
.smallbtn2{
    width: 90%;
    height: 100px;
    font-size: 30px;
}

.tosmallbtn{
    width:100%;
    font-size: 18px;
}
.body-wrapper{
    width: 100%;
    height: 100%;
    text-align: center;
    /* padding-top: 20vh;
    justify-content: center;
    align-items: center; */
}
div.body-content{
    width: 100%;
    height: 100%;
    margin : auto;
    text-align: center;
    padding-top: 22vh;
}
.body-content-title{
    text-align: center;

}
.body-content-title-admin{
    text-align: center;

}

.body-content-input{
    text-align: center;
    padding-top: 3vh
}
.body-content-input-admin{
    text-align: center;
    padding-top: 1vh
}
.body-content-white{
    margin : auto;
    background-color: #ffffff;
    border-radius: 8px;
    height: 400px;
    width: 700px;
}


input::placeholder {
    color: #5A9AD3;
}

input.input_admin{
    height: 60px;
    height: 80px;
    font-size: 30px;
    font-weight: bold;
}

input.input_admin_name{
    width:72%;
    height: 80px;
    font-size: 30px;
    font-weight: bold;
}
input.input_admin_name2{
    width:72%;

    height: 80px;
    font-size: 30px;
    font-weight: bold;
}
.box_large_text{
    text-align: center;
    font-size: 70px;
    margin: auto;
    color: #5A9AD3;
    font-weight: bold;
    padding-top: 60px;
}

.box_small_text{
    text-align: center;
    font-size: 26px;
    margin: auto;
    color: #5A9AD3;
    padding-top: 30px;
    font-weight: bold;
}

.very_smallbtn{
    width: 80px;
    height: 60px;
    font-size: 16px;
    margin: 0;
    padding: 0.5rem 1rem;
    text-align: center;
    text-decoration: none;
    border: 2px solid #ffffff;
    border-radius: 6px;
    background-color: #5A9AD3;
    color: #ffffff;
    cursor: pointer;
    font-size: 1.5em;
}

.tosmallbtn3{
    width: 80px;
    height: 60px;
    font-size: 18px;

    border: 2px solid #ffffff;
    border-radius: 6px;
    background-color: #5A9AD3;
    color: #ffffff;
    cursor: pointer;

}
.body-content-white{
    width: 80%;
}

.very_smallbtn4{
    width: 60px;
    height: 40px;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    border: 1px solid #ffffff;
    border-radius: 6px;
    background-color: #5A9AD3;
    color: #ffffff;
    cursor: pointer;
}
.very_smallbtn5{
    width: 170px;
    height: 50px;
    font-size: 30px;
    font-weight: bold;
    margin: 0;
    border: 1px solid #ffffff;
    border-radius: 6px;
    background-color: #5A9AD3;
    color: #ffffff;
    cursor: pointer;
}
.very_smallbtn6{
    width: 170px;
    height: 50px;
    font-size: 30px;
    font-weight: bold;
    margin: 0;
    border: 1px solid #ffffff;
    border-radius: 6px;
    background-color: #eb6161;
    color: #ffffff;
    cursor: pointer;
}
.very_smallbtn7{
    width: 170px;
    height: 50px;
    font-size: 30px;
    font-weight: bold;
    margin: 0;
    border: 1px solid #ffffff;
    border-radius: 6px;
    background-color: #1ea00c;
    color: #ffffff;
    cursor: pointer;
}

tr:hover {
    background-color: #000;
}

tr:hover td {
    background-color: transparent; /* or #000 */
}

/* .flex {
	display: flex;
	justify-content: space-between;
	margin: 100px auto;
	width: 50%;
} */

.count-num {
    text-align: center;
    font-size: 35px;
    font-weight: 700;
}

.member_move{font-size: 24px;font-weight: bold; color: #ffffff}
.member_endtime{font-size: 20px;font-weight: bold; color: #ffffff}
.member_name{font-size: 40px;font-weight: bold; color: #FFFF00}

.main_frame{
    width: 100%;
    height: 100%;

}
.body-wrapper{
    width: 700px;
    height: 500px;
    margin : auto;
    /* padding-top: 20vh;
    justify-content: center;
    align-items: center; */
}

.ta_link{
    width: 500px;
    height: 30px;
}
