@charset "utf-8";
/* 숫자가 작을수록 진한 색상 */

/* background */
.bg-theme01{
    background-color: #70B136 !important;
}
.bg-theme02{
    background-color: #F2F8ED !important;
}

.bg-disalbed01 {
    background-color: #BDC1C5 !important;
}
.bg-disalbed02{
    background-color: #F6F7F9 !important;
}

.bg-wh{
    background-color: #FFFFFF !important;
}


/* border */
.bd-theme01{
    border-color: #70B136 !important;
}

/* font */
.fc-theme01{
    color: #70B136 !important;
}
.fc-theme02{
    color: #F2F8ED !important;
}

