/* -----------------------------
common
-------------------------------- */ 
.edition-id{
    position: absolute;
    left: 295px;
    top: 5px;
    background-color: #fff;
    padding: 3px;
    width: 200px;
    text-align: center;
    font-weight: bold;
    color: #2d6ca3;
}

input[type="date"]{
    font-size: 13px !important;
}

.icon_efect {
    fill: #938d26;
    width: 25px;
    margin-bottom: 6px;
}

.icon_efect2 {
    fill: #e1830f;
    width: 40px;
}

.icon_efect3 {
    width: 25px;
    margin-bottom: 2px;
}

.icon_efect4 {
    width: 16px;
    margin-bottom: 2px;
}

.icon_efect5 {
    fill: #938d26;
    width: 45px;
    margin-bottom: 6px;
}

.bt_commn {
    color: #ffffff;
    background-color: #e99c3c;
    border-color: #eda246cf;
}

.bt_commn:hover {
    color: #ffffff;
    background-color: #e1830f;
    border-color: #ec8200cf;
}

.bt_commn:active {
    background-color: #ec8300;
    border-color: #ec8200cf;
}

.bt_commn:focus {
    outline: none !important;
    color: #ffffff;
    background-color: #ec8300;
    border-color: #ec8200cf;
}

.bt_size {
    width: 200px;
}

.admin-mode{
    background-color: #e95c5c;
    color: #fff;
    text-align: center;
    padding: 5px;
    font-size: 12px;
    font-weight: bold;
}
.admin-mode a{
    color: #fff;
}

.pointer_disabled{
    pointer-events: none;
}

.mt-2_5{
    margin-top: 0.7rem!important;
}

.table-ruby th,
.table-ruby td{
    padding-top: 15px;
    padding-bottom: 15px; 
}

.t-shikaku{
    font-size: 23px;
    color: #5e5e5e;
}

.t-info_no{
    font-size: 20px;
}

/* -----------------------------
login - profile
-------------------------------- */ 
.login_form {
    max-width: 550px;
    margin: 0px auto;
    border-radius: 10px;
    padding: 20px;
    background-color: #60714e;
}

.login_form h1 {
    text-align: center;
    margin-bottom: 26px;
}

.login_form img {
    width: 200px;
}

.p_list_size {
    padding-top: 5px;
    padding-bottom: 5px;
}

.box_effect2 {
    overflow: hidden;
    border-radius: 0.25rem!important;
    box-sizing :border-box
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #ffbe6d;
    outline: 0;
    box-shadow: 0 0 0 .25rem #ffbe6d87;
}

/* -----------------------------
header
-------------------------------- */ 
.header_box{
    position: fixed;
    top: 0;
    z-index: 100;
    background: #fff;
}

.box_shadow {
    box-shadow: rgb(0 0 0 / 12%) 0 1px 6px, rgb(0 0 0 / 12%) 0 1px 4px;
}

.navbar {
    padding-top: 15px;
    padding-bottom: 15px;
}

.naver_textbox {
    margin: 0 1rem;
}

.navbox_left {
    padding-right: 1px;
}

.navbox_right {
    padding-left: 1px;
}

.nav-pills .nav-link {
    border-bottom: solid 4px #60714e;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	color: #ffffff;
	background: none;
    border-bottom: solid 4px #ffffff;
    border-radius: 0;
}

.nav-link:hover {
  	color: #ffbe6d!important;
    background: none;
    border-bottom: solid 4px #ffbe6d!important;
    border-radius: 0;
}

.dropdown-toggle:hover {
    color: #ffffff !important;
    background: #ffbe6d;
    border-bottom: none!important;
    border-radius: 0;
}

.dropdown-item {
    color: #245a00!important;
}

.dropdown-item:hover {
    color: #ffffff !important;
    background-color: #ffbe6d;
}

.sp_no {
    display: none;
}

.nav_bolor {
    background-color: #60714e;
}

.nav-link {
    color: #fff!important;
}

.h_dropbox {
    border-radius: 0rem;
}

.h_icon_efect2 {
    fill: #ffffff;
    width: 40px;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 .25rem #ffbe6d;
}

.nav_butn {
    background-color: #ffffff;
    color: #245a00!important;
}

/* -----------------------------
main
-------------------------------- */ 
main {
    margin-bottom: 100px;
}

body {
    padding-top: 74px;
    background: #f2f9f2;
}

.pro_bc {
    background: #f0f0f0;
}

.cursor-pointer {
    cursor: pointer;
}

.box {
    margin-top: 70px;
}

.box_title {
    margin-bottom: 10px;
    color: #245a00;
}

.box_effect {
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 12%) 0 1px 6px, rgb(0 0 0 / 12%) 0 1px 4px;
    border-radius: 0.25rem!important;
}

.box_item {
    margin-bottom: -1px;
}

.box_item:hover {
    background-color: #d1d1d1;
}

.left_container {
    width: 60%;
}

.right_container {
    width: 30%;
}

.list_size {
    padding-top: 12px;
    padding-bottom: 12px;
}

.main_color {
    background-color: #459d22; 
}

.sub1_color {
    background-color: #7ec550;
}

.sub2_color {
    background-color: #4ea78a;
}

.subs_color {
    background-color: #e6eee1;
}

.card {
    border-radius: 0;
    border: 1px solid rgba(0,0,0,.125);
}

.list_g_ind {
    border-radius: 0;
}

.list_g_item_ind {
    padding: 0.5rem;
    background-color: transparent;
    border: none;
}

.border_top {
    border-top: dotted 1px rgba(0,0,0,.125);
}

.border_bot {
    border-bottom: dotted 1px rgba(0,0,0,.125);
}

.progress {
    border: solid 1px rgba(0,0,0,.125);
}

.progress-bar {
    background-color: #ffbf31;
}

.sp_dis_f {
    display: none;
}

.sp_dis {
    display: none;
}

.accordion-item {
    background-color: transparent;
    border: none;
}

.pding {
    padding-right: 12px;
}

.mging {
    margin-right: 12px;
}

.accordion-button::after {
    margin-right: 15px;
}

input:checked + label {
    background-color: #CEF6F5;
}

.pd_sp {
    padding-left: 36px;
}

.pd_q_title {
    padding-right: 5px;
}

.pd_q_title_p{
    font-size: 13px;
    margin-top: 2px;
}

.bt_f_size {
    font-size: 16px;
}

.bt_sp {
    width: 50%;
}

.bg_c_conp {
    background-color: #7c7c7c;
}

.bg_c_gry {
    background-color: #d1d1d1;
}

.row_pading {
    padding-left: 16px;
    padding-right: 16px;
}

.accordion_pading {
    padding-left: 12px;;
}

.status_colr_ing,  .status_colr_no, .status_colr_fin {
    color: #ffffff;
    border-radius: 1rem!important;
    padding: 3px 10px 3px 10px;
}

.status_colr_ing {
    background-color: #b7b925;
}

.status_colr_no {
    background-color: #23acef;
}

.status_colr_fin {
    background-color: #e54c5b;
}

.status_ind {
    color: #ffffff;
    background-color: #b7b925;
    text-align: center;
}

.status_no {
    color: #ffffff;
    background-color: #23acef;
    text-align: center;
}


.status_fin {
    color: #ffffff;
    background-color: #e54c5b;
    text-align: center;
}

.text-clr {
    color: #a7a7a7;
}

.btn-primary {
    color: #fff;
    background-color: #4e93f9;
    border-color: #4e93f9;
}

.btn-danger {
    color: #fff;
    background-color: #d95d69;
    border-color: #d95d69;
}

.answer_ok {
    fill: #dc3545;
    width: 20px;
}

.answer_no {
    fill: #0d6efd;
    width: 20px;
}

.answer_no_bc {
    background-color: #ffd4d4;
}

.result_btn {
    padding-bottom: 100px;
}

.side_w {
    width: 250px;
}

.box_ad {
    margin-top: 20px;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #ffffff;
}

/* -----------------------------
footer
-------------------------------- */ 
footer {
    text-align: center;
    padding: 10px 0;
}

/* ---------------------------------------------
------------------------------------------------
@media (min-width: 992px)
------------------------------------------------
------------------------------------------------ */ 
@media (min-width: 992px){
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
}

/* ---------------------------------------------
------------------------------------------------
@media (max-width: 992px)
------------------------------------------------
------------------------------------------------ */ 
@media (max-width: 992px){
    .navbar_box_sp {
        margin: 20px;
    }

    .left_container, .right_container {
        width: 100%;
    }
    
    .navbar-nav {
        margin-top: 20px;
    }

    .sp_no {
        display: block;
    }

    .sp_blk {
        display: none;
    }

    .edition-id{
        display: none;
    }
}

/* ---------------------------------------------
------------------------------------------------
@media (max-width: 768px)
------------------------------------------------
------------------------------------------------ */ 
@media (max-width: 768px){
    .sp_none {
        display: none;
    }

    .sp_dis_f {
        display: flex;
    }

    .sp_dis {
        display: inline-block;
    }

    .sp_f_size {
        font-size: 18px;
    }

    .pd_sp {
        padding-left: 20px;
    }

    .bt_sp {
        width: 100%;
    }
}