@charset "utf-8";

.content_wrap {
    width: calc(100% - 286px);
    padding: 73px 82px;
    background: #f9f9f9;
}

.content_wrap .headline {
    display: inline-block;
    height: 44px;
    line-height: 44px;
    padding: 0 16px;
    text-align: center;
    margin-bottom: 14px;
    border: 1px solid #E5E5EC;
    background: #fff;
    font-size: 16px;
}

.content_wrap .inner {
    max-width: 1280px;
    width: 100%;
    border-radius: 10px;
    background: #fff;
    padding: 68px 25px;
    margin: 0;
}

.schArea {
    position: relative;
}

table.sch {
    width: 524px;
    border-collapse: separate;
    border-spacing: 0 14px;
}

table.sch th {
    height: 44px;
    background: #F2F2F2;
    border: 1px solid #E5E5EC;
    font-size: 16px;
    color: #505050;
}

table.sch td {
    width: 420px;
    height: 44px;
    border: 1px solid #E5E5EC;
    border-left: 0;
    padding-left: 16px;
}

table.sch select {
    width: 100%;
    height: 24px;
    background: url(../images/ic_sel.png) calc(100% - 10px) center / 20px 17px no-repeat;
    font-size: 14px;
}

table.sch input[type="text"]::placeholder {
    font-size: 14px;
    color: #E0E0E0;
}

table.sch input.datepicker {
    max-width: 128px;
    height: 20px;
    padding-left: 24px;
    background: url(../images/ic_calendar.png) 0 center / 20px 20px no-repeat;
}

table.sch input.input_search {
    width: 100%;
    height: 20px;
    /* background: url(../images/btn_search_big.png) calc(100% - 10px) center / 24px 24px no-repeat; */
    padding-right: 10px;
    border: 0;
}

table.sch input.input_search:focus {
    outline: 0;
    border: 0 !important;
    box-shadow: none;
}

table.sch input.date1 {
    margin-right: 16px;
}

table.sch input.date2 {
    margin-left: 16px;
}

table.sch input.datepicker,
table.sch input.datepicker::placeholder {
    font-size: 14px;
    color: #000;
    border: 0
}

.schArea .btng {
    position: absolute;
    bottom: 14px;
    left: 540px;
}

.schArea .btng button+button {
    margin-left: 8px;
}

.schArea .btng .btnD1 {
    height: 44px;
    border-radius: 2px;
    padding: 0 25px;
    background: #000;
    color: #fff;
    font-size: 14px;
    line-height: 44px !important;
}

.schArea .btng .btnD2 {
    height: 44px;
    padding: 0 25px;
    border-radius: 2px;
    background: rgba(186, 186, 186, 1);
    line-height: 44px;
    font-size: 14px;
    color: #fff;
}

.schArea .btn_date {
    position: absolute;
    top: 16px;
    left: 540px;
}

.schArea .btn_date ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.schArea .btn_date button {
    height: 36px;
    border: 1px solid #E5E5EC;
    border-radius: 5px;
    padding: 0 8px;
    font-size: 11px;
    color: #111;
    cursor: pointer
}

.schArea .btn_date button.on {
    background: #8BB8A6;
    border: 1px solid #8BB8A6;
    color: #fff;
    font-weight: bold;
}

.listArea {
    margin-top: 45px;
}

.listArea .title {
    font-size: 16px;
    margin-bottom: 32px;
}

table.list tr {
    position: relative;
    border-radius: 2px 2px 0 0;
}

table.list thead {
    position: relative;
}

table.list thead::before {
    content: '';
    position: absolute;
    top: 0;
    left: -1px;
    width: calc(100% + 1px);
    height: 36px;
    background: rgba(0, 0, 0, 0.06);
    border-radius: 3px 3px 0 0;
    border: 1px solid rgba(185, 185, 185, 1);
    box-sizing: border-box;
}

table.list th {
    position: relative;
    height: 36px;
    padding-left: 12px;
    text-align: left;
    border-right: 1px solid rgba(185, 185, 185, 1);
    font-size: 12px;
    font-weight: 600;
}

table.list tr th:last-child {
    border-right: 0;
}

table.list th .ic_scroll {
    display: inline-block;
    width: 6px;
    height: 11px;
    background: url(../images/ic_scroll.png) 0 0 / cover;
    vertical-align: middle;
}

table.list tr th:last-child::before {
    border-radius: 0 3px 0 0;
}

table.list td {
    height: 36px;
    box-sizing: border-box;
    padding: 0 10px;
    border: 1px solid rgba(185, 185, 185, 1);
    border-top: 0;
    font-size: 12px;
}

table.list td.name {
    padding-left: 24px;
}

table.list td.pay_ok {
    color: #0A7AFF;
}

table.list td.a_right {
    text-align: right !important;
}

table.list td .btn_sch {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/btn_sch.png) 0 0 / cover;
    margin-left: 6px;
    vertical-align: middle;
}

table.list .total td {
    position: relative;
    text-align: center;
    border: 0;
    color: #fff;
}

table.list .total td strong,
table.list .total td span {
    position: relative;
}

table.list .total td::before {
    content: '';
    position: absolute;
    left: -1px;
    top: 0;
    width: calc(100% + 1px);
    height: 100%;
    background: #3c3c3c;
    border: 1px solid rgba(185, 185, 185, 1);
    border-top: 0;
    box-sizing: border-box;
}

table.list .total td:first-child::before {
    border-radius: 0 0 0 3px;
}

table.list .total td:last-child::before {
    border-radius: 0 0 3px 0;
}

table.list .total td strong {

    font-weight: 700;
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.popup .dim {
    content: '';
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.popup .popup_cont {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 10px;
    z-index: 9;
}

.popup .popup_cont .popup_inner {
    max-height: 643px;
    overflow-y: auto;
    padding: 0 25px;
}

.popup .popup_cont .popup_inner::-webkit-scrollbar {
    width: 14px;
    background: #D9D9D9;
}

.popup .popup_cont .popup_inner::-webkit-scrollbar-thumb {
    width: 14px;
    background: #636366;
}

.popup .popup_view {
    max-width: 1199px;
    width: 100%;
    padding: 34px 0;
    padding-right: 7px;
}


.popup .had {
    padding-bottom: 49px;
}

.popup .had h2 {
    font-size: 20px;
    font-weight: 700;
}

.popup .cont .col {
    padding-bottom: 46px;
}

.popup .col .col_tit {
    padding: 18px 0;
    border-top: 1px solid #191919;
    border-bottom: 1px solid #191919;
    font-size: 18px;
}

.popup .col table {
    margin-top: 28px;
}

.popup .col table.type_a {
    position: relative;
    width: 496px;
}

.popup .col table.type_a::before,
.popup .col table.type_b::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: calc(100% - 1px);
    height: 100%;
    border-radius: 3px;
    border: 1px solid #B9B9B9;
}

.popup .col table.type_a th,
.popup .col table.type_a td {
    height: 36px;
    text-align: left;
    padding-left: 12px;
    font-size: 12px;
    border-bottom: 1px solid #B9B9B9;
}

.popup .col table.type_a th {
    background: #494949;
    color: #fff;
}

.popup .col table.type_a tr th:first-child {
    border-radius: 3px 0 0 0;
}

.popup .col table.type_a tr th:last-child {
    border-radius: 0 3px 0 0;
}

.popup .col table.type_a tr:last-child th,
.popup .col table.type_a tr:last-child td {
    border-bottom: 0;
}

.popup .col table.type_ab td+td {
    border-left: 1px solid #B9B9B9;
}

/* 계보도 조회 */
.map_ui .inner {
    position: relative;
    max-width: 1084px;
    margin: 0;
    padding: 71px 25px;
}

/* 수당 조회 */
.pay_ui .chk+.chk {
    margin-left: 40px;
}

.pay_ui table.list,
.member_ui table.list {
    max-width: 742px;
    width: 100%;
}

/* 주문내역 */
.order_ui table.list {
    max-width: 861px;
    width: 100%;
}

/* 공지사항 */
.board_ui_wrap {
    padding: 52px 76px;
    background: #fff;
}

.board_ui .inner {
    position: relative;
    max-width: 1398px;
    background: transparent;
    padding: 0;
}

.board_ui .board_tit {
    font-size: 27px;
}

.board_ui .search_wrap {
    position: absolute;
    top: 20px;
    right: 0;
}

.board_ui .search_inner {
    display: flex;
}

.board_ui .search_wrap input {
    width: 498px;
    height: 58px;
    background: #fafafa;
    padding: 0 16px;
}

.board_ui .search_wrap input::placeholder {
    font-size: 16px;
    color: #999;
}

.board_ui .search_wrap .btn_search {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    background: #000;
}

.board_ui .search_wrap label {
    font-size: 0;
    position: absolute;
    left: -100000px;
}

.board_ui .board_list {
    margin-top: 96px;
    border-top: 3px solid #000;
}

.board_ui .board_list li {
    border-bottom: 1px solid #000;
}

.board_ui .board_list li a {
    display: flex;
    padding: 30px 0;
}

.board_ui .board_list li span {
    display: block;
    text-align: center;
    font-size: 18px;
}

.board_ui .board_list li.fix span {
    font-weight: 700;
}

.board_ui .board_list li .cate,
.board_ui .board_list li .date {
    width: 123px;
}

.board_ui .board_list li .date {
    position: absolute;
    right: 0;
}

.board_ui .btn_board {
    display: flex;
    justify-content: flex-end;
    margin-top: 26px;
    gap: 12px;
}

.board_ui .btn_board.top {
    justify-content: flex-start;
    margin-top: 0;
}

.board_ui .btn_board a {
    width: 141px;
    text-align: center;
    height: 47px;
    line-height: 47px;
    background: #000;
    margin: 0
}

.board_ui .btn_board span {
    position: relative;
    padding-left: 29px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

.board_ui .btn_board span::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 16px;
    height: 22px;
    background: url(../images/ic_write.png) 0 0 / cover;
}

.board_ui.faq_ui .title,
.board_ui.faq_ui .date {
    font-weight: 700;
}

.board_ui .board_view {
    border-top: 3px solid #000;
    margin-top: 30px;
}

.board_ui .board_view .had {
    padding: 30px 0;
    border-bottom: 1px solid #000;
}

.board_ui .board_view .had .tit {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
}

.board_ui .board_view .had .data {
    display: flex;
    gap: 20px;
}

.board_ui .board_view .had .data p {
    font-size: 18px;
}

.board_ui .board_view .body {
    padding: 20px 0;
    border-bottom: 1px solid #000;
}

.board_ui .board_view .body p {
    font-size: 24px;
}

.paging {
    margin-top: 84px;
}

.paging ul {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.paging li {
    width: 40px;
    height: 40px;
    background: #d9d9d9;
    box-sizing: border-box;
    transition: 0.3s;
}

.paging li.btn_prev,
.paging li.btn_next {
    background: transparent !important;
}

.paging li.btn_prev a,
.paging li.btn_next a {
    color: #000 !important;
}

.paging li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    color: #000;
    transition: 0.3s;
}

.paging li:hover,
.paging li.on {
    background: #000;
}

.paging li:hover a,
.paging li.on a {
    color: #fff;
    font-weight: 700;
    transition: 0.3s;
}

.paging li.first a,
.paging li.prev a,
.paging li.next a,
.paging li.last a {
    font-size: 0;
}

.paging li.next img,
.paging li.last img {
    transform: rotate(180deg);
}

.paging li:hover img,
.paging li.on img {
    filter: brightness(100);
}



@media (max-width: 1280px) {
    .content_wrap {
        padding: 40px 50px;
    }

    .schArea .btng {
        position: static;
        text-align: center;
    }

    .schArea .btng .btnD2 {
        display: none;
    }

    .member_ui table.sch,
    .order_ui table.sch {
        margin-top: -57px;
        border-spacing: 0 57px;
    }

    .member_ui .schArea .btn_date,
    .order_ui .schArea .btn_date {
        left: 50%;
        transform: translateX(-50%);
        top: 108px;
        width: 100%;
    }

    .schArea .btn_date ul {
        justify-content: center;
    }

    .board_ui .search_wrap {
        position: static;
        margin-top: 22px;
    }

    .board_ui .board_list li .cate,
    .board_ui .board_list li .date {
        width: 70px;
    }

    .board_ui .board_list li span {
        font-size: 16px;
    }

}

@media (max-width: 900px) {
    .content_wrap {
        width: 100%;
        padding: 24px 19px;
        background: #DEEDE6;
    }

    .board_ui_wrap {
        padding: 38px 30px;
    }

    .content_wrap .headline {
        margin-bottom: 27px;
    }

    .content_wrap .inner {
        padding: 0;
        background: transparent;
    }

    table.sch {
        width: 100%;
    }

    table.sch {
        border-spacing: 0 4px;
    }

    table.sch th {
        font-size: 13px;
    }

    table.sch td {
        width: calc(100% - 104px);
        background: #fff;
        padding: 10px 16px;
    }

    table.sch td .chk {
        display: block;
    }

    table.sch td .chk+.chk {
        margin-left: 0;
        margin-top: 10px;
    }

    table.sch td .chk label,
    table.sch select,
    table.sch input[type="text"]::placeholder {
        font-size: 11px;
    }

    .schArea .btng {
        margin-top: 18px;
    }

    .schArea .btng .btnD1 {
        font-size: 12px !important;
    }

    .listArea {
        margin-top: 30px;
    }

    table.list thead::before {
        height: 30px;
        background: rgba(240, 240, 240);
    }

    table.list th {
        height: 30px;
        padding-left: 12px;
        border-right: 1px solid #d9d9d9;
        font-size: 10px;
    }

    table.list th::before {
        content: '';
        position: absolute;
        top: 0;
        right: -1px;
        width: 1px;
        height: 30px;
        background: rgba(185, 185, 185, 1);
    }

    table.list tr th:last-child::before {
        display: none;
    }

    table.list th .ic_scroll {
        display: none;
    }

    table.list td {
        height: 30px;
        background: #fff;
        font-size: 10px;
    }

    table.list td .btn_sch {
        width: 8px;
        height: 8px;
        margin-left: 4px;
    }

    table.list td.name {
        padding-left: 16px;
    }

    .schArea .btn_date button {
        background: #fff;
    }

    table.sch input.datepicker,
    table.sch input.datepicker::placeholder {
        font-size: 11px;
    }


    table.sch input.datepicker {
        width: 70px;
    }

    table.sch input.date1 {
        margin-right: 10px;
    }

    table.sch input.date2 {
        margin-left: 10px;
    }

    .listArea .title {
        display: none;
    }

    .popup .dim {
        top: 64px;
    }

    .popup .popup_view {
        max-width: 100%;
        width: calc(100% - 40px);
        padding: 22px 0;
        padding-right: 3px;
    }

    .popup .popup_cont {
        background: rgba(255, 255, 255, 0.8);
    }

    .popup .popup_cont .popup_inner {
        max-height: 423px;
        padding: 0 17px;
    }

    .popup .popup_cont .popup_inner::-webkit-scrollbar,
    .popup .popup_cont .popup_inner::-webkit-scrollbar-thumb {
        width: 4px;
    }

    .popup .had h2 {
        font-size: 18px;
    }

    .popup .cont .col {
        padding-bottom: 23px;
    }

    .popup .col .col_tit {
        font-size: 16px;
    }

    .popup .col table {
        margin-top: 11px;
    }

    .popup .col table.type_a {
        width: 100%;
    }

    .member_ui table.list button {
        text-align: left;
    }

    .order_ui .listTable_box {
        min-width: 100%;
        width: 100%;
        overflow: auto;
    }

    .board_ui .board_tit {
        font-size: 21px;
    }

    .board_ui .search_wrap input {
        width: 262px;
        height: 36px;
    }

    .board_ui .search_wrap input::placeholder {
        font-size: 12px;
    }

    .board_ui .search_wrap .btn_search {
        width: 36px;
        height: 36px;
    }

    .board_ui .search_wrap .btn_search img {
        width: 13px;
    }

    .board_ui .board_list {
        margin-top: 24px;
    }

    .board_ui .board_list li a {
        padding: 16px 0;
    }

    .board_ui .board_list li .cate,
    .board_ui .board_list li .date {
        width: 45px;
    }

    .board_ui .board_list li span {
        font-size: 11px;
    }

    .board_ui .board_list li .title {
        display: block;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        max-width: 200px;
    }

    .board_ui .btn_board {
        margin-top: 16px;
        gap: 4px;
    }

    .board_ui .btn_board a {
        width: 67px;
        height: 20px;
        line-height: 20px;
    }

    .board_ui .btn_board span {
        padding-left: 10px;
        font-size: 11px;
    }

    .board_ui .btn_board span::before {
        top: 48%;
        width: 6px;
        height: 10px;
    }

    .board_ui .board_view {
        margin-top: 23px;
        margin-left: 12px;
    }

    .board_ui .board_view .had {
        padding: 21px 0 27px 0;
    }

    .board_ui .board_view .had .tit {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .board_ui .board_view .had .data {
        gap: 15px;
    }

    .board_ui .board_view .had .data p {
        font-size: 10px;
    }

    .board_ui .board_view .body {
        padding: 25px 0 20px 0;
    }

    .board_ui .board_view .body p {
        line-height: 17px;
        font-size: 12px

    }

    .paging {
        margin-top: 34px;
    }

    .paging ul {
        gap: 7px;
    }

    .paging li {
        width: 17px;
        height: 21px;
    }

    .paging li a {
        line-height: 21px;
        font-size: 11px;
    }

}

.admLstBtn {display: flex; justify-content: end; position: absolute; top: 50%; transform: translateY(-50%); left: 0; gap: 5px;}
.admLstBtn a {background: #8bb8a6; color: #fff; padding: 0.2rem 0.6rem !important; font-size: 13px}
