

.notice_title_box {
    width: 100%;
    border-top: 2px solid #000000;
    border-bottom: 1px solid #E2E2E2;
    padding: 22px 0 12px;
}

.notice_title_box .title {
    font-size: 15px;
    margin-bottom: 4px;
    word-wrap: break-word;
}

.notice_title_box .dat_time,
.list_count {
    font-size: 12px;
    color: #999999;
}

.list_count {
    margin-top: 6px;
}


.file_download {
    margin: 14px 0 24px;
}

.file_download button {
    width: 120px;
    height: 40px;
    border-radius: 5px;
    background-color: #F0F0F0;
    font-size: 16px;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.file_download button img {
    margin-left: 8px;
}

.file_download p {
    font-size: 14px;
    color: #999999;
    margin-left: 10px;
}

.detail_txt {
    overflow: auto;
    color: #707070;
    font-size: 14px;
}

.detail_txt ul,
.detail_txt li {
    list-style-type: revert;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.detail_txt ol {
    list-style-type: revert;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.detail_txt blockquote {
    font-style: italic;
    font-family: Georgia, Times, "Times New Roman", serif;
    padding-left: 20px;
    padding-right: 8px;
    border-left-width: 5px;
    border-style: solid;
    border-color: #ccc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 40px;
    margin-inline-end: 40px;
}

.detail_txt u {
    text-decoration: underline;
}

.detail_txt s {
    text-decoration: line-through;
}

.detail_txt em {
    font-style: oblique;
}

.detail_txt p {
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.detail_txt img {
    width: 100%;
    height: auto;
    background-size: contain!important;
}

.detail_txt table {
    margin-inline-start: auto;
    margin-inline-end: auto;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border: 1px solid #444444;
}

.detail_txt tbody {
    display: table-row-group;
    vertical-align: middle;
    unicode-bidi: isolate;
    border-color: inherit;
}

.detail_txt tr {
    display: table-row;
    vertical-align: inherit;
    unicode-bidi: isolate;
    border-color: inherit;
    border: 1px solid #444444;
}

.detail_txt td {
    display: table-cell;
    vertical-align: inherit;
    unicode-bidi: isolate;
    border: 1px solid #444444;
}

.notice_link {
    border-top: 2px solid #333544;
    border-bottom: 2px solid #333544;
    margin-top: 60px;
}

.notice_link .notice_next {
    border-top: 1px solid #8D92A5;
}

.notice_link .btn_box {
    min-width: 104px;
    width: 104px;
    height: 48px;
    background-color: #E8F6F8;
    font-size: 14px;
    font-weight: bold;
}

.notice_link .notice_next .btn_box {
    height: 47px;
}

.notice_link .btn_box p {
    margin-right: 6px;
}

.notice_link .notice_prev img {
    transform: rotate(-90deg);
}

.notice_link .notice_next img {
    transform: rotate(90deg);
}

.notice_link a {
    display: block;
    width: calc(100% - 104px);
    height: 40px;
    color: #333544;
    font-size: 14px;
    line-height: 40px;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; 
    cursor: pointer;
}

.notice_link a.content_no {
    color: #8D92A5;
}

.notice_list_btn {
    display: block;
    width: 140px;
    height: 40px;
    border-radius: 10px;
    background-color: #2BA9BC;
    color: #fff;
    margin: 60px auto 0;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
}










@media (min-width: 766px) {

    .notice_link {
        margin-top: 100px;
    }

}

@media (max-width: 1024px) {
    .detail_txt img {
        width: 100% !important;
        height: auto !important;
    }
    .detail_txt table {
        width: 100% !important;
    }
}


@media (min-width: 1024px) {

    .notice_title_box {
        padding: 11px 0;
    }
    .notice_title_box .title {
        font-size: 24px;
    }

    .notice_title_box .dat_time {
        font-size: 16px;
    }

    .file_download {
        margin: 20px 0 40px;
    }

    .file_download p {
        font-size: 16px;
    }

    .notice_list_btn {
        width: 160px;
        height: 46px;
        margin: 60px auto 0;
        line-height: 46px;
    }

    .notice_link .btn_box {
        width: 200px;
        font-size: 16px;
    }

    .notice_link .btn_box p {
        margin-right: 12px;
    }

    .notice_link a {
        font-size: 16px;
    }



}

    


