/***history board 추가***/
.checkbox {
    margin-bottom: 20px;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #efefef;
}
.list_year {
    font-size: 2.0em;
    color: #218EA6;
    width: 100%;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.list_year:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}

.mc_con {
    margin-top: -25px;
    margin-left: 15%;
}
.mc_con:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}

.mc_con .list_month {
    float: left;
    width: 10%;
    font-size: 14px;
    line-height: 24px;
    color: #079CCD;
}
.mc_con .list_content {
    float: left;
    width: 90%;
    font-size: 14pt; /* Updated font size */
    line-height: 24px;
    color: #333;
}

.m_btn {
    display: inline-block;
    color: #FF0000 !important;
    font-weight: bold;
    margin: 0 10px;
}
.m_btn:hover {
    color: blue !important;
}
/***history board 추가 끝***/