.round-input{
    font-size: 16px;
    padding: 15px 20px;
    border-radius: 100px;
}
.round-filled-btn{
    font-size: 16px;
    color: #fff;
    border-radius: 100px;
    background-color: #EF2929;
    border-color: #EF2929;
    width: 100%;
    padding: 15px 20px;

    display: flex;
    align-items: center;
    justify-content: center;
}
.round-filled-gray-btn{
    font-size: 16px;
    color: #8B8B8B;
    border-radius: 100px;
    background-color: #F2F2F2 !important;
    width: 100%;
    padding: 15px 20px;
    border-color: #F2F2F2 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.round-filled-small-btn{
    font-size: 14px;
    color: #fff;
    border-radius: 100px;
    background-color: #EF2929;
    width: 100%;
    padding: 10px 20px;

    display: flex;
    align-items: center;
    justify-content: center;
}
.round-solid-medium-btn{
    font-size: 14px;
    color: #fff;
    border-radius: 100px;
    border: 1px solid #8B8B8B;
    width: 100%;
    padding: 10px 20px;

    display: flex;
    align-items: center;
    justify-content: center;
}
.round-solid-small-btn{
    font-size: 14px;
    color: #fff;
    border-radius: 100px;
    border: 1px solid #8B8B8B;
    width: 100%;
    padding: 7px 20px;

    display: flex;
    align-items: center;
    justify-content: center;
}
.round-solid-small-red-btn{
    font-size: 14px;
    color: #EF2929;
    border-radius: 100px;
    border: 1px solid #EF2929;
    width: 100%;
    padding: 7px 20px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.round-filled-medium-white-btn{
    font-size: 16px;
    color: #EF2929;
    border-radius: 100px;
    width: 100%;
    padding: 10px 20px;
    background-color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;
}

.round-filled-small-green-btn{
    font-size: 14px;
    color: #fff;
    border-radius: 100px;
    border-color: #00D45E;
    background-color: #00D45E;
    width: 100%;
    padding: 7px 20px;

    display: flex;
    align-items: center;
    justify-content: center;
}
.excel-btn{
    width: fit-content;
    margin-bottom: 20px;
}

.btn img{
    margin-right: 10px;
    width: 18px;
}
.max-content{
    width: max-content !important;
}
.small-btn{
    padding: 5px 10px;
}


.input_box label{
    font-size: 16px;
    font-weight: 300;
}

.red-border{
    border: 1px solid #EF2929;
}
.input_box{
    margin-bottom: 20px;
    width: 100%;
}
.form-check{
    width: 100%;
    display: flex;
    align-items: center;
}
.form-check li{
    display: flex;
    align-items: center;
}
.form-check li:first-child{
    margin-right: 50px;
}
.form-check input[type="checkbox"]{
    width: 15px;
    height: 15px;
    margin-right: 10px;
}
.form-check input[type="checkbox"]:checked{
    accent-color: #EF2929;
    background-color: #EF2929;
    border-color: #EF2929;
}
.form-check label{
    font-size: 16px;
}

/*nav*/
.top-nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    padding: 15px 20px;

    position: fixed;
    top: 0;
    width: 100%;

    z-index: 5;
}
.top-nav .menu_btn{
    background-color: #fff;
}
.top-nav .menu_btn i{
    font-size: 20px;
    color: #3b3b3b;
}
.top-nav .logo_box img{
    width: 130px;
}
.side_nav_wrap{
    background-color: rgba(0,0,0,.4);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 98;

}
.side_nav_header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0 ;
}
.side_nav_header .clsoe-btn{
    background-color: transparent;
}
.side_nav_header .clsoe-btn i{
    font-size: 18px;
    color: #fff;
}
.side_nav_logo_box img{
    width: 130px;
}
.side_nav {
    height: 100vh;
    background-color: #161611;
    padding: 0 20px;
    width: 20%;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 4px 10px rgba(0,0,0,.2);
    z-index: 98;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.side_nav .side_menu li{
    display: flex;
    align-items: center;
    padding: 18px 20px;
    border-radius: 8px;
    margin-bottom: 10px !important; 
    cursor: pointer;

}
.side_nav .side_menu li h2{
    font-size: 16px;
    color: #fff;
    margin-left: 15px;
}
.side_nav .side_menu a:first-child li img{
    width: 15px;
    margin: 2px;
}
.side_nav .side_menu .select{
    background-color: #EF2929;
}
.side_nav .profile_box{
    background-color: #2D2D2A;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
}
.side_nav .profile_box .name-box{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.side_nav .profile_box button:first-of-type{
    margin-bottom: 10px;
}
.side_nav .profile_box button img{
    animation: blink-effect 1s step-end infinite;

}
.side_nav .profile_box .name-box img{
    width: 30px;
}
.side_nav .profile_box .name-box h3{
    margin-left: 15px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.side_nav .profile_box .name-box h3 span{
    font-size: 14px;
    font-weight: 400;
}
.side_nav .bottom-btn-wrap button:first-child{
    margin-bottom: 10px;
}
.side_nav .bottom-btn-wrap {
    padding-bottom: 20px;
}
.bottom-modal{
    background-color: #fff;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 6;

    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    transition: all .3s ease-in-out;
}
.bottom-modal .bottom-modal-header{
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #D3D3D3;
}
.bottom-modal .bottom-modal-header h2{
    font-size: 16px;
    color: #3b3b3b;
    font-weight: 500;
}
.bottom-modal .bottom-modal-header button{
    background-color: #fff;
}
.bottom-modal .bottom-modal-header button i{
    font-size: 16px;
    color: #3b3b3b;
}
.bottom-modal .bottom-modal-content{
    padding: 20px;
}
.bottom-modal .bottom-modal-content .input_box:last-of-type{
    margin: 0 !important;
}
.bottom-modal-btn-wrap{
    padding: 0 20px 20px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bottom-modal-btn-wrap button{
    width: 48% !important;
}
.drop-background{
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,.4);
    position: fixed;
    z-index: 5;
}

/*메인 섹션*/
.main-sec{
    padding: 100px 20px 100px 20px;
}
.title-wrap .title{
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #D3D3D3;
    width: 100%;
}
.title-wrap .title img{
    /* width: 15px; */
    margin-right: 10px;
}
.title-wrap .title h2{
    font-size: 18px;
    color: #3b3b3b;
    font-weight: 500;
}
.title-wrap .data-text{
    text-align: center;
    font-size: 14px;
    color: #3b3b3b;
    font-weight: bold;
    margin: 15px 0;
}

.graph-box{
    width: 100%;
    height: 250px;
    background-color: #8B8B8B;
}

.bottom-nav{
    background-color: #fff;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
}
.bottom-nav .nav-list{
    display: flex;
    align-items: center;
}
.bottom-nav .nav-list a{
    padding: 20px 0;
    width: 33.3%;
}
.bottom-nav .nav-list a li{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.bottom-nav .nav-list li h3{
    font-size: 14px;
    color: #8B8B8B;
    font-weight: 400;
    margin-top: 10px;
}


.w-100{
    width: 100%;
}
.mt-50{
    margin-top: 50px;
}
.mt-30{
    margin-top: 30px;
}
.mt-20{
    margin-top: 20px;
}
.h-50{
    height: 50vh !important;
}
.h-100{
    height: 100vh !important;
}
.p-20{
    padding: 20px;
}
.pb-0{
    padding-bottom: 0 !important;
}
.m-0{
    margin: 0 !important;
}
.b-none{
    border: none !important;
}

.modal-header{
    border-bottom: none;
}
.modal-body {
    padding: 30px 0;
}
.modal-body h3{
    font-size: 16px;
    color: #3b3b3b;
    text-align: center;
    line-height: 150%;
}
.modal-btn{
    padding: 0 20px 20px 20px
}
.modal-backdrop.show{
    /* z-index: auto !important; */
}

.dp-flex{
    display: flex;
}
.space-between{
    justify-content: space-between;
}
.align-cen{
    align-items: center;
}
.flex-end{
    justify-content: flex-end;
}


.menu-title-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px solid #EEEEEE;
    width: 100%;
}
.menu-title-wrap h3{
    font-size: 16px;
    color: #3b3b3b;
    font-weight: 500;
}
.menu-title-wrap h5{
    font-size: 14px;
    color: #8B8B8B;
    font-weight: 400;
}
.radio-btn-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 10px;
}
.radio-btn-wrap input[type="radio"]{
    display: none;
}
.radio-btn-wrap label{
    font-size: 14px;
    color: #8B8B8B;
    background-color: #fff;
    padding: 7px 10px;
    border-radius: 100px;
    font-weight: 400;
    transition: all .3s ease-in-out;
    margin: 0px 10px 10px 0;
}
.radio-btn-wrap input[type="radio"]:checked + label{
    background-color: #EF2929;
    color: #fff;
}

.radio-btn-wrap2{
    display: flex;
    align-items: center;
}
.radio-btn-wrap2 li{
    display: flex;
    align-items: center;
    width: 50%;
}
.radio-btn-wrap2 li label{
    font-size: 16px;
    color: #3b3b3b;
    font-weight: 400;
    margin-left: 10px;
}
.radio-btn-wrap2 li input[type="radio"]{
    accent-color: red;
}

.small-btn-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.small-btn-wrap button{
    font-size: 14px;
    padding: 7px 20px;
    width: 49%;
}

@keyframes blink-effect {
    50% {
      opacity: 0;
    }
  }
  


@media (max-width: 900px) {
    .side_nav {
        width: 80%;
        /* padding: 0 15px; */
    }
}
