*{
    box-sizing: content-box !important;
}
body > footer > div.post_content > section {
    width: 100%;
}

body > footer > div.new_footer_bottm {
    width: 100%;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 2.3rem;
}
.dropdown {
    position: relative;
    display: inline-block;
    width: 26rem;
}
select {
    width: 100%;
    padding: 0.3125rem 3rem 0.3125rem 0.3125rem;
    font-size: 1rem;
    border: 0.0625rem solid #ccc;
    border-radius: 0.25rem;
}
select:focus {
    outline: none;
    border-color: #4d90fe;
    box-shadow: 0 0 0.3125rem rgba(77, 144, 254, 0.5);
}
#in_anno_block {
    justify-content: center;
    align-items: center;
}

#line_anno_block {
    display: flex;
    justify-content: center;
}

#search_form {
    float: left;
    width: 88.5%;
    height: auto;
}
.custom-button {
    width: 250%;
    height: 3.5rem;
    background-color: gray;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1.5rem;
    cursor: pointer;
    vertical-align: middle;
    line-height: normal;
    margin-top: 1%;
    margin-left: 80%;
}

.custom-button:hover {
    background-color: rgb(0, 78, 152);
}

#search_form > div > table, #search_form > div > table > tbody > tr > td {
    border: none;
}

.line-select {
    display: flex;
    align-items: center;
}

.left-show {
    margin-left: 5%;
    /*background-color: #dee9f5;*/

}

.right-show {
    margin-left: 30%;
    background-color: #eaf0f8;
}

.year-show {
    font-size: 1.7rem;
    font-weight: bold;
    float: left;
    text-align: left;
}

.total-show {
    margin-left: 0.8rem;
    font-size: 1.3rem;
}

.select-year {
    display: flex;
    justify-content: flex-start;
}

.year-option {
    width: 8rem;
    height: 2.5rem;
    font-size: 1.7rem;
    font-weight: bold;
    background-color: transparent;
    display: flex;
    justify-content: center;
    cursor: pointer;
    padding: 2.5% 0 2.3% 0;
}

.year-option.active, .year-option:hover {
    background-color: #246aec;
    color: #fff;
    border-radius: 5px;
}

.year-option .year-text {
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-main {
    display: flex;
    justify-content: center;
}

.left-content, .right-content {
    width: 45%;
    margin-bottom: 5%;
}

.notice {
    font-size: 2.0rem;
    margin-bottom: 1rem;
}

.notice-item {
    width: 80%;
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}

.notice-date {
    color: #9b9797;
}

.notice-title {
    font-weight: bold;
}

.notice-title:hover {
    cursor: pointer;
}

.notice-divider {
    border: none;
    border-top: 1px solid lightgray;
    margin: 0.65rem 0 0rem 0;
    width: 80%;
}

.pagination {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    bottom: 0;
}

.page-number,
.page-dot,
.prev-page,
.next-page {
    padding: 5px 8px;
    margin: 0 3px;
    background-color: #ffffff;
    cursor: pointer;
    border: 1px solid #dee9f5;
}

.page-number.active {
    background-color: #246aec;
    color: #fff;
    border-radius: 5px;
}

.prev-page:hover,
.next-page:hover {
    background-color: #efefef;
}

.fa-angle-double-left,
.fa-angle-double-right {
    font-size: 0.8rem;
}
