@charset "utf-8";

#con_lf {
    width: 1280px;
    margin: 0 auto;
    position: relative;
    padding: 100px 0;
    min-height: 550px;
}

.tbl_wrap {
    margin-top: 120px;
    position: relative;
    border-top: none !important;
}

.tbl_head02 thead th:last-child {
    text-align: left !important;
    padding-left: 9px;
}

.tbl_head02 thead {
    border-bottom: 2px solid #cccccc;
}

.tbl_head02 thead th:nth-child(2) {
    text-align: left !important;
    padding-left: 30px;
}

.tbl_head02 td:nth-child(2) {
    padding-left: 30px;
}

.tbl_head02 th, .tbl_head02 td {
    font-size: 16px;
}

.tbl_head02 a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 17px 0;
    line-height: 24px;
}

.tbl_head02 td {
    border-left: none !important;
    padding: 0;
}

.tbl_head02 th {
    border-left: none !important;
    padding: 17px 0;
}

.tbl_head02 th {
    font-weight: normal;
}

.tbl_head02 tr.noti_pin_bg {
    background: #fafafa;
}

.tar a {
    display: block;
    float: right;
    background: #555;
    color: #FFF;
    height: 35px;
    padding-left: 15px;
    font-size: 16px;
    line-height: 35px;
    border-radius: 10px;
    margin-left: 15px;

}

.tbl_head02 td span.new_tag {
    font-size: 10px;
    font-weight: 400;
    color: #EB0000;
    padding-left: 5px;
}

.noti_view_tb {
    width: 100%;
}

.noti_view_tb th {
    border-top: 2px solid #555;
    border-bottom: 2px solid #CCC;
    padding: 19px 0;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #2b2b2b;
}

.noti_view_tb td {
    padding: 80px 140px 0;
}

.noti_view_tb td img {
    width: 100%;
}

.noti_bottom_tb {
    width: 1000px;
    margin: 50px auto;
}

.noti_bottom_tb th {
    width: 150px;
    text-align: center;
    padding: 1px 0;
    font-size: 16px;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
}

.noti_bottom_tb td {
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    width: calc(100% - 80px);
    text-align: left;
    padding: 15px 0;
    font-size: 16px;
}

.pageTit h2 {
    text-align: center;
    font-size: 44px;
    line-height: 1;
    font-weight: 700;
}

.marb5 {
    position: absolute;
    top: 0;
    right: 0;
}

.icon-write {
    width: 35px;
    height: 35px;
    display: inline-block;
}

.icon-write::before {
    content: '';
    background: url('../img/ico_write_wht.svg') no-repeat center/cover;
    width: 35px;
    height: 35px;
    display: block;
}

/* lpSearch */
.noti_search_wrap {
    width: 220px;
    height: 35px;
    position: relative;
    float: right;
    z-index: 9;
    background: #f0f0f0;
    border-radius: 10px;
    overflow: hidden;
    padding-left: 10px;
}

.noti_search_wrap button {
    width: 35px;
    height: 35px;
    float: left;
    background: #555555;
    border-radius: 10px;
}

.noti_search_wrap button i {
    font-size: 26px;
    color: #fff
}

.noti_search_wrap input {
    width: calc(100% - 35px);
    float: left;
    font-size: 16px;
    color: #202020;
    height: 35px;
    line-height: 35px;
}

.noti_search_wrap input::placeholder {
    color: #ccc;
}

.pagination_wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    flex: 1 1 auto;
    margin: 100px 0 50px;
    flex-wrap: nowrap;
}

.pagination_wrap p a {
    font-size: 16px;
    color: #AAA;
    padding: 0 15px;
    width: 100%;
    height: 100%;
    display: block;
}

.pagination_wrap p.on a {
    font-weight: bold;
    color: #202020;
}

.noti_btn_wrap {
    width: 100%;
    text-align: center;
}

.noti_btn_wrap a {
    width: 180px;
    padding: 10px 0;
    background: #555;
    color: #FFF;
    font-size: 25px;
    display: inline-block;
    border-radius: 15px;
}