/* content */

.notice_container {
    width: 930px;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
    margin: 91.2px auto;
    display: block;
}

.notice_tag {
    background-color: #efefef;
    padding:10.8px 0;;
    border-bottom: 1px solid #cccccc;
    display: flex;
}

.notice_tag > ul {
    align-self: center;
    display: inline-flex;
}

    .notice_tag ul > li {
        font-size: 1.125rem;
        color: #333333;
    }

.notice_tag > ul > li:nth-child(1) {
   margin-left:25px;
}

.notice_tag > ul > li:nth-child(2) {
    margin-left: 335px;
}

.notice_tag > ul > li:nth-child(3) {
    margin-left: 285px;
}

.notice_main {
    background-color: white;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px solid #cccccc;
    cursor: pointer;
    justify-content: space-between;
    padding:20.4px 0;
}

#notice_number {
    width: 108px;
    color: #999999;
    font-size: 1.125rem;
}

#notice_main_title {
    width: 100%;
    text-align: left;
    font-size: 1.125rem;
    color: #333333;
    margin-left: 23px;
}

#notice_submit_date {
    color: #999999;
    font-size: 1.125rem;
}

.notice_image {
    margin-right: 20px;
    margin-left: 75px;
    display: block;
    width: 21.6px;
}

.notice_context {
    background-color: #f7f7f7;
    display: none;
    padding: 29.4px 53px 35px 90.5px;
    border-bottom: 1px solid #cccccc;
    text-align: left;
    font-size: 1.125rem;
    line-height: 1.5;
}

.notice_page { padding-bottom:150px;}
.notice_page > a {
    color: #999999;
    font-size: 20px;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    width: 30px;
}

.notice_paging_link.active {
    color: #084aaa;
}

/*.list_container { width: 930px; border-top: 1px solid #333333; border-bottom: 1px solid #333333;  margin: 91.2px auto; display: block;}
.list_tag { background-color: #efefef;  padding: 10.8px 0; border-bottom: 1px solid #cccccc; display: flex;}
.list_tag > ul {align-self: center; display: inline-flex; }
.list_tag ul > li {font-size: 1.125rem;  color: #333333; }
.list_tag > ul > li:nth-child(1) { margin-left: 25px; }
.list_tag > ul > li:nth-child(2) {
        margin-left: 335px;
    }

    .list_tag > ul > li:nth-child(3) {
        margin-left: 285px;
    }

.list_main {
    background-color: white;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px solid #cccccc;
    cursor: pointer;
    justify-content: space-between;
    padding: 20.4px 0;
}

#list_number {
    width: 108px;
    color: #999999;
    font-size: 1.125rem;
}

#list_main_title {
    width: 100%;
    text-align: left;
    font-size: 1.125rem;
    color: #333333;
    margin-left: 23px;
}

#list_submit_date {
    color: #999999;
    font-size: 1.125rem;
}

.list_image {
    margin-right: 20px;
    margin-left: 75px;
    display: block;
    width: 21.6px;
}

.list_context {
    background-color: #f7f7f7;
    display: none;
    padding: 29.4px 53px 35px 90.5px;
    border-bottom: 1px solid #cccccc;
    text-align: left;
    font-size: 1.125rem;
    line-height: 1.5;
}

.list_page {
    padding-bottom: 150px;
}

    .list_page > a {
        color: #999999;
        font-size: 20px;
        cursor: pointer;
        display: inline-block;
        text-decoration: none;
        width: 30px;
    }

.list_paging_link.active {
    color: #084aaa;
}*/