
.login_wrap{
    position: fixed;
    left: 0;
    
    top: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
    /* display: none; */
    background-color: #0000008f;
    transition: 0s;
    
}

.login_timer{
    margin-top: 300px;
    width: 320px;
    height: 300px;
    background-color: #4F545F;
    border-radius: 10px;
}
.login_text p{
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    padding-top: 30px;
    text-align: center;
}
.login_time{
    padding-top: 50px;
    text-align: center;
}
.login_time b{
    font-size: 20px;
    font-weight: 600;
    color: #fff;

}
.login_time span{
    font-size: 20px;
    font-weight: 600;
    color: rgb(255, 81, 0);

}
.logintimer_btn{
    display: flex;
    align-items: center;
    padding-top: 50px;
    text-align: center;
}
.logintimer_btn a{
    margin: auto;
}
.logintimer_btn a button{
   
    color: #fff;

    border-radius: 10px;
    padding: 5px 10px;
    font-size: 18px;
    cursor: pointer;

}
.logintimer_btn a:nth-child(1)  button{
    background-color: #0077ffb2;
    border: none;
}

.logintimer_btn a:nth-child(2)  button{
    background-color: transparent;
    border: 2px solid #707070;
}

.progress-label{
    margin-top: 300px;
    width: 320px;
    height: 300px;
    background-color: #4F545F;
    border-radius: 10px;
}

.login_text02{
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    padding-top: 30px;
    text-align: center;

}
.login_text02 span{
    display: block;
    padding-bottom: 30px;
}

.logintimer_btn02{
    text-align: center;
    padding-top: 45px;
}

.logintimer_btn02 a button{
    background-color: transparent;
    border: 2px solid #707070;
    color: #fff;
    border-radius: 10px;
    padding: 5px 10px;
    font-size: 18px;
    cursor: pointer;
}




#myChart1{
    margin-left: 0;
}


/* 공통 체크박스 */
.checkbox label {
    cursor: pointer;
}

.tablecell input[type="checkbox"]+span,
.checkbox>input[type="checkbox"]+label span,
.checkbox>label input[type="checkbox"]+span,
.checkbox>input[type="radio"]+label span,
.checkbox01>input[type="radio"]+label span,
.checkbox02>input[type="checkbox"]+label span,
.checkbox02>input[type="radio"]+label span {

     display: inline-block !important;
     width: 16px !important;
     height: 16px !important;
     background: transparent !important;
     border: 1px solid #F2B840 !important;
     cursor: pointer !important;
     border-radius: 3px !important;
     position: relative !important;
     background: none !important;
 }
 .tablecell input[type="checkbox"]:checked+span::after,
 .checkbox>input[type="checkbox"]:checked+label span::after,
 .checkbox>label input[type="checkbox"]:checked+span::after,
 .checkbox>input[type="radio"]:checked+label span::after,
 .checkbox01>input[type="radio"]:checked+label span::after,
 .checkbox02>input[type="checkbox"]:checked+label span::after,
 .checkbox02>input[type="radio"]:checked+label span::after {
         content: '' !important;;
    position: absolute !important;;
    top: 1px !important;;
    left: 4px !important;;
    
    width: 5px !important;;
    height: 8px !important;;
    border: solid #F2B840 !important;;
    border-width: 0 2px 2px 0 !important;;
    transform: rotate(45deg) !important;;
    background-image: none !important;;

 }


