@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@500&display=swap');

/* font */
@font-face {
    font-family: 'HallymMjo-Regular';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2204@1.0/HallymMjo-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'KBIZHanmaumMyungjo';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/KBIZHanmaumMyungjo.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*-------------------------------------------------
Author : WB,Seo
Create date : 2022. 04. 07.
Last update : 2022. 05. 09. 15:26
-------------------------------------------------*/
/* =============================
    CO-AREA
============================== */
.fs-hallym {
    font-family: 'HallymMjo-Regular';
    font-weight: 600;
}

.main {
    position: relative;
    padding: 20px 30px 30px;
    width: 960px;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
}

.main.pop-dcs {
    width: 1180px;
}

.tit-group {
    position: relative;
    padding-bottom: 24px;
    margin-bottom: 32px;
}

.tit-group:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 150%;
    height: 1px;
    background: #eaeaea;
}

.tit-group .pop-tit {
    display: inline-block;
    font-size: 2.4rem;
    color: #333;
    font-weight: 600;
    letter-spacing: -0.15rem;
    vertical-align: middle;
}

.tit-group .btn-out:hover {
    background: #a73647;
}

.tit-group .btn-out span {
    position: relative;
    display: inline-block;
    margin-left: 7px;
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 100%;
    vertical-align: -1px;
}

.tit-group .btn-out span:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 2px;
    background: #ca4659;
}

#btn-pop-close {
    position: absolute;
    top: 15px;
    right: 26px;
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    z-index: 9;
    transition: .5s;
}

#btn-pop-close span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 16px;
    height: 2px;
    background: #29231c;
    border-radius: 1px;
    transition: .3s;
}

#btn-pop-close span:last-child {
    transform: translate(-50%, -50%) rotate(-45deg);
}

#btn-pop-close:hover {
    background: #a9a9a9;
}

#btn-pop-close:hover span {
    background: #fff;
}

#popup .btn-wrap {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    margin-top: 10px;
}

#popup .btn-wrap .btn-print {
    float: right;
    width: 136px;
    height: 42px;
    color: #fff;
    background: #388f9e;
    border-radius: 3px;
}

#popup .btn-wrap .btn-print img {
    display: inline-block;
    margin-left: 5px;
    vertical-align: -2px;
}


.btn-print {
    float: right;
    width: 136px;
    height: 42px;
    color: #fff;
    background: #388f9e;
    border-radius: 3px;
}

.btn-print img {
    display: inline-block;
    margin-left: 5px;
    vertical-align: -2px;
}

.check-ico {
    gap: 10px;
    border-top: 1px solid var(--line-color);
    display: flex;
    justify-content: center;
    margin: 00px 0 20px;
}

.check-ico p {
    font-weight: 600;
    font-size: 2rem;
}

.check-ico span {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.3rem;
}

/* ============= TABLE */
.table-scroll::-webkit-scrollbar {
    width: 6px;
}

.table-scroll::-webkit-scrollbar-track-piece {
    background-color: #eee;
}

.table-scroll::-webkit-scrollbar-thumb {
    background-color: #c2c2c2;
    border-radius: 6px;
}

.table-wrap table {
    border-top: 2px solid #777;
    margin-top: 20px;
}

.table-wrap table.table-low {
    margin-top: 20px;
}

.table-wrap th {
    height: 46px;
    font-size: 1.4rem;
    font-weight: 500;
    background: #f7f7f7;
    border-bottom: 1px solid #ccc;
    line-height: 1.3;
}

.table-wrap td {
    padding: 7px 0;
    height: 46px;
    font-size: 1.3rem;
    border-bottom: 1px solid #ccc;
}

.table-wrap th[scope="row"]+td {
    padding: 7px 13px;
}

.table-wrap td input,
.table-wrap td select {
    width: 100%;
    height: 34px;
}

.table-wrap td select {
    appearance: none;
    background: #fff url(/resources/images/icon-select-arrow-grey.png) no-repeat 95% 50%;
}

.table-wrap td.id-numb input {
    width: 100px;
    padding: 0 8px;
}

.table-wrap td.id-numb span {
    display: inline-block;
    margin: 0 3px;
    font-size: 1.8rem;
    color: #aeaeae;
}

.table-wrap td.relationship input {
    width: 275px;
}

.table-wrap td.address .zip-code {
    width: 200px;
}

.table-wrap td.address .btn-find-add {
    width: 90px;
    height: 34px;
    margin-left: 8px;
    color: #fff;
    background: #288c9e;
    border-radius: 3px;
}

.table-wrap td.address .detail-add {
    margin-top: 5px;
}

.table-wrap td .btn-out {
    width: 80px;
    height: 28px;
    font-size: 1.3rem;
    color: #fff;
    background: #ca4659;
    border-radius: 13px;
    vertical-align: middle;
}

.table-wrap td .btn-out_del {
    width: 80px;
    height: 28px;
    font-size: 1.3rem;
    color: #111;
    border-radius: 13px;
    vertical-align: middle;
    background: #ddd;
}

.table-wrap td .btn-down {
    padding: 6px 13px 6px;
    font-size: 1.4rem;
    color: #388f9e;
    font-weight: 500;
    background: #e6e6e6;
    border-radius: 10px;
}

.table-wrap .btn-del,
.table-wrap .btn-regi {
    float: right;
    margin-top: 10px;
    width: 130px;
    height: 40px;
    font-size: 1.4rem;
    color: #fff;
    background: #718f6a;
}

.table-wrap .btn-del {
    float: left;
    background: #a6a6a6;
}

.table-wrap .btn-delete {
    float: right;
    margin: 10px 10px 0 0;
    width: 125px;
    height: 42px;
    font-size: 1.4rem;
    color: #666;
    border: 1px solid #ccc;
}

.table-wrap .btn-deceased-delete {
    float: left;
}

.table-lists {
    margin-top: 20px;
}

.table-wrap.table-lists td {
    text-align: center;
    cursor: pointer;
}

.table-wrap.table-lists input[type="checkbox"] {
    width: 18px;
    height: 18px;
    border-radius: 3px;
}

textarea::-webkit-scrollbar {
    width: 6px;
}

textarea::-webkit-scrollbar-track-piece {
    background-color: #eee;
}

textarea::-webkit-scrollbar-thumb {
    background-color: #999;
    border-radius: 6px;
}


/* =============================
    관리비 납부 popup-fee
============================== */
.pop-fee.main {
    padding: 30px;
}

.pop-fee .table-lists {
    margin: 0 0 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.pop-fee .table-lists .table-scroll {
    max-height: 237px;
    overflow-y: auto;
}

.pop-fee .table-lists tbody tr {
    cursor: pointer;
}

.pop-fee .table-lists tbody tr:hover td {
    color: rgba(30, 30, 30, .65);
}

.pop-fee .table-lists .btn-group .btn-delete {
    float: left;
}

.pop-fee .table-lists .btn-group .pay-list,
.pop-fee .table-lists .btn-group .pay-receipt {
    margin-top: 10px;
    float: right;
    width: 125px;
    height: 42px;
    color: #fff;
    background: #718f6a;
}

.pop-fee .table-lists .btn-group .pay-list {
    margin-right: 8px;
}

.pop-fee .table-wrap .table-tit {
    margin-bottom: 20px;
    font-size: 2.1rem;
    font-weight: 700;
    letter-spacing: -0.1rem;
}

.pop-fee .table-wrap .table-tit span {
    display: block;
    margin-top: 2px;
    font-size: 1.5rem;
    color: #666;
    font-weight: 400;
}

.pop-fee .table-wrap .pay-method .wrap {
    float: left;
    margin-right: 20px;
}

.pop-fee .table-wrap .pay-method input[type="radio"],
.pop-fee .table-wrap .pay-method input[type="checkbox"] {
    width: 18px;
    height: 18px;
    border-radius: 9px;
    vertical-align: -4px;
}

.pop-fee .table-wrap .pay-method input[type="checkbox"] {
    border-radius: 2px;
}

.pop-fee .table-wrap textarea {
    resize: none;
    width: 100%;
    height: 100px;
    padding: 6px 12px;
}

.pop-fee .table-wrap .btn-regi {
    background: #388f9e;
}

.pop-fee .tab-wrap li {
    float: left;
    width: 146px;
}

.pop-fee .tab-wrap li a {
    display: block;
    line-height: 42px;
    font-size: 1.4rem;
    text-align: center;
    border: 1px solid #a9a9a9;
    border-bottom-width: 0;
}

.pop-fee .tab-wrap li:last-child a {
    border-left-width: 0px;
}

.pop-fee .tab-wrap li.active a {
    color: #fff;
    background: #797979;
    border-color: transparent;
}

.pop-fee #tab2 {
    display: none;
}

.pop-fee .table-wrap table {
    margin-top: 0;
}

/* =============================
    개방 내역 관리 pop-open
============================== */
/* ======= 리스트 페이지 */
.pop-open .table-wrap .alert:before {
    display: inline-block;
    content: '';
    width: 4px;
    height: 15px;
    margin-right: 3px;
    background: #666;
    vertical-align: -2px;
}

.pop-open .table-wrap .alert {
    margin-bottom: 8px;
    font-size: 1.4rem;
    color: #666;
    text-align: right;
}

.pop-open .table-wrap.table-lists td {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}

.pop-open .table-wrap .btn-write {
    float: right;
    margin-top: 24px;
    width: 125px;
    height: 42px;
    line-height: 41px;
    font-size: 1.4rem;
    color: #fff;
    background: #388f9e;
    text-align: center;
}

.pop-open .table-wrap .btn-delete {
    float: left;
    margin: 24px 0 0;
}

/* ======= 작성/수정 페이지 */
.pop-open-write .table-wrap th {
    width: 180px;
}

.pop-open-write .table-wrap td {
    width: calc(100% - 180px);
    text-align: left;
}

.pop-open-write .table-wrap td input {
    width: 270px;
}

.pop-open-write .table-wrap td textarea {
    padding-top: 5px;
    padding-top: 5px;
    width: 100%;
    height: 206px;
    line-height: 1.3;
    border: 1px solid #ccc;
    resize: none;
    overflow-y: auto;
}

/* =============================
    계정 관리
============================== */
/* ======= 관리자 신규 등록/수정 */
.pop-admID .table-wrap th {
    width: 130px;
    font-weight: 400;
}

.pop-admID .table-wrap th .essential {
    color: #288c9e;
    font-weight: 700;
}

.pop-admID .table-wrap td input {
    width: 270px;
}

.pop-admID .table-wrap td textarea {
    width: 100%;
    height: 154px;
    padding-top: 6px;
    overflow-y: auto;
    resize: none;
}

.pop-admID .table-wrap td .btn-confirm {
    width: 100px;
    height: 34px;
    margin-left: 6px;
    color: #288c9e;
    border: 1px solid #288c9e;
}

.pop-admID .btn-wrap {
    margin-top: 20px;
}

.pop-admID .btn-wrap .btn-write {
    float: right;
    width: 145px;
    height: 46px;
    color: #fff;
    background: #288c9e;
}

/* =============================
    관리비 영수증
============================== */
.pop-receipt table {
    table-layout: auto;
    border-top-color: #5263bd;
}

.pop-receipt th {
    width: 140px;
    color: #5263bd;
    background: #f0f1f9;
    border-bottom-color: #5263bd;
}

.pop-receipt td {
    padding-left: 18px;
    width: 310px;
    border-bottom-color: #5263bd;
}

.pop-receipt .today-date {
    margin: 40px 0;
    font-size: 2.6rem;
    font-weight: 700;
    text-align: center;
}

.pop-receipt .logo {
    display: block;
    width: 472px;
    margin: 0 auto 23px;
}

.pop-receipt .btn-print,
.pop-manager .btn-print,
.pop-payList .btn-print {
    float: right;
    width: 136px;
    height: 42px;
    color: #fff;
    background: #388f9e;
    border-radius: 3px;
}

.pop-receipt .btn-print img,
.pop-manager .btn-print img,
.pop-payList .btn-print img {
    display: inline-block;
    margin-left: 5px;
    vertical-align: -2px;
}

.pop-receipt .line {
    width: 100%;
    border: 1px dashed #bebebe;
    margin: 70px 0;
}

/* =============================
            안치증서
============================== */
.certificate_interment.main {
    table-layout: auto;
    width: 850px;
    padding: 80px 30px 50px;
    color: #000;
    margin-bottom: 30px;
    height: 1200px;
}

.certificate_interment .tit-group {
    position: relative;
    padding: 0px 0 20px;
    margin-bottom: 32px;
    text-align: center;
}

.certificate_interment .tit-group .pop-tit {
    font-size: 3.5rem;
    letter-spacing: 1px;
}

.certificate_interment .tit-group:after {
    display: none;
}


.certificate_interment p {
    text-align: center;
    font-size: 2em;
    font-weight: 500;
    margin: 50px 0;
}

.certificate_interment span.today-date {
    margin: 120px 0 80px;
    font-size: 2.6rem;
    font-weight: 900;
    display: block;
    text-align: center;
    font-family: 'HallymMjo-Regular';
}

.certificate_interment .img_wrap {
    position: relative;
}

.certificate_interment .img_wrap span {
    display: block;
    text-align: center;
    font-size: 3.5rem;
    font-weight: 700;
    letter-spacing: 7px;
}

.certificate_interment .img_wrap img {
    position: absolute;
    right: 18%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.certificate_interment .img_wrap .tit-logo {
    margin-left: -50px;
}

.certificate_interment .table-wrap th.head-th {
    font-size: 1.5rem;
    height: 35px;
}

.certificate_interment .table-wrap th {
    font-size: 1.4rem;
    height: 35px;
}

.certificate_interment .table-wrap td {
    font-size: 1.4rem;
    height: 35px;
}

.certificate_interment .table-wrap td.prev-thum {
    box-sizing: border-box;
    position: relative;
    border-right: 1px solid #ccc;
    padding: 0;
    height: 230px;
}

.certificate_interment .table-wrap td .btn_file {
    width: 80px;
    background-color: #333;
    color: #fff;
    margin-top: 10px;
    display: inline-block;
    text-align: center;
    padding: 10px 0;
    position: absolute;
    right: 0;
    bottom: 0;
}

.certificate_interment .table-wrap td.prev-thum img {
    width: fit-content;
    height: 100%;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    cursor: pointer;
}

.prev-thum .size {
    font-size: 1em;
    color: #666;
    text-align: right;
    display: inline-block;
    position: absolute;
    right: 12px;
    bottom: 10px;
}

/* =============================
            계약서
============================== */
.contract .tit-group {
    position: relative;
    padding: 0px 0 50px;
    margin-bottom: 10px;
    text-align: center;
}

.contract .tit-group .pop-tit {
    font-size: 3rem;
}

.contract .tit-group:after {
    display: none;
}

.contract .table-wrap table {
    margin-top: 5px;
}

.contract.main {
    table-layout: auto;
    width: 1080px;
    padding: 30px 30px 30px;
    color: #000;
    height: 1527px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.contract.main.real {
    padding: 30px 30px 30px;
}

.contract.main.real .tit-group {
    padding: 0 0 50px;
}

.contract .table-wrap th.head-th {
    width: 88px;
    background: #eee;
    height: 30px;
    font-size: 1.6rem;
}

.contract .table-wrap td.fee_sum {
    text-align: right;
    font-size: 2rem;
    font-weight: 600;
}

.contract .table-wrap td {
    line-height: 1.3;
    white-space: pre-line;
    height: 30px;
    font-size: 1.4rem;
}

.contract .table-wrap th {
    line-height: 1.3;
    background: #f5f5f5;
    height: 30px;
    font-size: 1.6rem;
}

.contract .table-wrap th.light_color {
    background: #fbfbfb;
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
}

.contract .table-wrap td span {
    display: inline-block;
    text-align: right;
    float: right;
}

.contract .contract_ex {
    font-size: 1.2rem;
    padding: 20px 7px 0;
    word-break: keep-all;
    line-height: 1.4;
}

.contract .contract_ex p {
    display: flex;
    gap: 4px;
}

.contract .contract_ex p:before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #333;
    border-radius: 10px;
    margin-top: 6px;
}

.contract .today-date {
    margin: 50px 0;
    font-size: 2.7rem;
    font-weight: 600;
    display: block;
    text-align: center;
}

.contract.for_busi .today-date {
    margin: 20px 0 60px;
}

.for_busi #num_id_none,
.for_busi #num_id {
    position: absolute;
    left: 35px;
    top: 30px;
    font-size: 1.4rem;
}

.contract .bottom_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contract .contractor_sign {
    text-align: right;
    text-decoration: none;
    display: block;
    font-size: 2.3rem;
    font-weight: 700;
    letter-spacing: 7px;
    padding: 30px 0 10px;
}

.contract .contractor_sign u {
    font-size: 1.6rem;
    text-decoration: none;
    font-weight: 500;
}

.contract .agreement {
    width: 50%;
    padding-right: 30px;
}

.contract .agreement dl {
    line-height: 1.6;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    word-break: keep-all;
}

.contract .agreement dl dt {
    width: 400px;
}

.contract .agreement dl dd span {
    display: flex;
    align-items: center;
    width: 100px;
    gap: 4px;
    justify-content: flex-end;
}

.contract .img_wrap {
    position: relative;
    width: 48%;
    border-left: 1px solid #eee;
}

.contract .img_wrap span {
    display: block;
    text-align: center;
    font-size: 3.3rem;
    font-weight: 700;
    letter-spacing: 7px;
    padding: 30px 0 10px;
}

.contract .img_wrap span u {
    font-size: 1.6rem;
    text-decoration: none;
    font-weight: 500;
}

/* .contract .img_wrap img:nth-of-type(1) {
    width: 260px;
    margin: 0 auto;
    display: block;
} */

.contract .img_wrap img {
    /* position: absolute;
    right: 10%;
    top: 16%;
    transform: translate(-50%, -50%); */
}

.contract .img_wrap ul {
    width: 100%;
    padding-top: 15px;
}

.contract .img_wrap ul li {
    text-align: center;
    line-height: 1.5;
    font-size: 1.3rem;
}

.contract .accout_info {
    text-align: center;
    line-height: 1.5;
    font-size: 1.6rem;
    padding: 10px 0px 0;
    border-top: 1px solid #f2f2f2;
    margin: 10px auto 0;
    max-width: 450px;
    width: 100%;
    font-weight: 400;
}

.contract .plus .accout_info {
    text-align: left;
    padding-top: 20px;
}

.img_wrap .tit-logo {
    flex-direction: column;
    font-size: 3.2rem;
    text-align: center;
    gap: 10px;
    display: flex;
    color: #b3956e;
}

.img_wrap .tit-logo b {
    font-weight: 600;
}

.img_wrap .tit-logo i {
    font-style: normal;
    font-size: 1.7rem;
}

.btn-wrap button.numbering {
    width: 136px;
    height: 42px;
    color: #fff;
    background: #00558b;
    border-radius: 3px;
}

.btn-wrap button.btn-save {
    width: 136px;
    height: 42px;
    color: #fff;
    background: #00558b;
    border-radius: 3px;
}

/* 추가 */
.none_numbering {
    background: black;
    color: white;
    width: 20px;
    height: 20px;
    border-radius: 13px;
}

.payment-selector {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    position: absolute;
    left: 5px;
    top: -50px;
    margin-bottom: 10px;
}

.payment-selector select {
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.payment-selector label {
    font-weight: bold;
    color: #333;
    font-size: 15px;
}

/* 멀티 셀렉트 스타일 */
.multi-select-container {
    position: relative;
    min-width: 300px;
}

.multi-select-box {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 8px 30px 8px 8px;
    min-height: 40px;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    background: white;
    position: relative;
}

.multi-select-box:after {
    content: "▼";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
    font-size: 12px;
}

.selected-item {
    background: #3498db;
    color: white;
    padding: 3px 8px;
    border-radius: 15px;
    display: inline-flex;
    align-items: center;
    font-size: 13px;
}

.remove-btn {
    background: none;
    border: none;
    color: white;
    margin-left: 5px;
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
}

.multi-select-options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-top: 2px;
    max-height: 200px;
    overflow-y: auto;
    z-index: 100;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: none;
}

.multi-select-options.show {
    display: block;
}

.multi-select-option {
    padding: 8px 10px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

.multi-select-option:hover {
    background: #f5f5f5;
}

.multi-select-option.selected {
    background: #e3f2fd;
    font-weight: 600;
}

.multi-select-actions {
    padding: 5px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #eee;
    background: #f9f9f9;
}

.multi-select-actions button {
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background: white;
    cursor: pointer;
    font-size: 13px;
}

.multi-select-actions button:hover {
    background: #eee;
}

.payment-selector .placeholder {
    color: #999;
    align-self: center;
    padding: 5px;
    font-size: 14px;
}


/* =============================
            반출증
============================== */
.out_certificate.main {
    padding: 100px 30px;
}

.out_certificate .tit-group {
    position: relative;
    padding: 0px 0 20px;
    margin-bottom: 25px;
    text-align: center;
}

.out_certificate.ver2 .tit-group {
    margin-bottom: 10px;
    padding-bottom: 0;
    padding-top: 40px;
}

.out_certificate .tit-group .pop-tit {
    font-size: 3rem;
}

.top_info {
    position: absolute;
    top: 30px;
    font-size: 1.4rem;
    left: 30px;
    color: #555;
}

.out_certificate .tit-group:after {
    display: none;
}

.out_certificate .btn-print {
    float: right;
    width: 136px;
    height: 42px;
    color: #fff;
    background: #388f9e;
    border-radius: 3px;
}

.out_certificate .btn-print img {
    display: inline-block;
    margin-left: 5px;
    vertical-align: -2px;
}

.out_certificate .today-date {
    margin: 100px 0 60px;
    font-size: 2.7rem;
    font-weight: 600;
    display: block;
    text-align: center;
}

.out_certificate.ver2 .today-date {
    margin: 40px 0 30px;
}

.out_certificate .out_sign {
    font-size: 1.6rem;
    font-weight: 400;
}

.out_certificate .out_sign li {
    display: flex;
    justify-content: flex-end;
    line-height: 3.3;
    align-items: flex-end;
    padding-right: 25px;
}

.out_certificate .out_sign li span {
    width: 300px;
    text-align: right;
    padding-right: 20px;
    font-size: 2.1rem;
    font-weight: 600;
    line-height: 2.7;
}

.out_certificate .out_sign li b {
    font-weight: 300;
}

.out_certificate .table-wrap td {
    line-height: 1.3;
    padding: 7px 13px;
}

.out_certificate .out_ex {
    font-size: 1.5rem;
    line-height: 1.3;
    word-break: keep-all;
    margin-top: 30px;
    white-space: pre-line;
    position: relative;
    padding-left: 12px;
}

.out_certificate .out_ex:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #121212;
    position: absolute;
    left: 0;
    top: 4px;
    border-radius: 10px;
}

.out_certificate .head-th {
    background: #eee;
}

.out_certificate2.main {
    padding: 100px 30px;
}

.out_certificate2 .out_ex {
    padding: 0;
    text-align: center;
    font-size: 1.6rem;
    margin: 80px 0;
    font-weight: 400;
    line-height: 1.4;
}

.out_certificate2 .out_ex:before {
    display: none;
}

.out_certificate2 .tit-group {
    margin-bottom: 50px;
}

.out_certificate2 .logo_wrap img {
    width: 300px;
    margin: 120px auto 0;
    display: block;
}

.out_certificate2 .out_sign li span {
    font-weight: 600;
}

.out_certificate .table-wrap td input {
    padding: 0;
    border: 0;
}

.out_certificate .cal_fee {
    white-space: pre-line;
    line-height: 1.4;
}

.out_certificate .table-wrap td.cal_fee input {
    width: 70px;
    height: 30px;
    display: inline-block;
    text-align: right;
    padding-right: 3px;
    font-weight: 500;
}

.out_certificate .table-wrap td.cal_fee input#fee_day {
    width: 40px;
}

.out_certificate .cal_fee b {
    font-size: 1.5rem;
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 600;
}

.out_certificate .cal_fee span {
    font-size: 1.5rem;
    font-weight: 600;
    display: inline-block;
    margin-top: 5px;
}


/* =============================
    거래명세서
============================== */
.statement.contract {
    justify-content: flex-start;
    padding: 130px 30px;
}

.statement.contract .contract-container {
    position: relative;
}

.statement.contract .tit-group {
    padding: 0px 0 20px;
}

.ti_b {
    font-size: 14px;
    margin-top: 20px;
    color: #444;
    font-weight: 500;
}

.statement.contract .table-wrap table {
    margin-top: 20px;
}

.statement table.td-border th[scope="row"] {
    border-right: 1px solid #ccc;
}

.statement table.td-border td,
.statement table.td-border th:not([scope="row"]) {
    border-right: 1px solid #ccc;
}

.statement table.td-border td:last-child,
.statement table.td-border th:last-child {
    border-right: 0;
}

.statement .payment-selector {
    position: initial;
    margin-bottom: 0;
}

.statement.contract .table-wrap td,
.statement.contract .table-wrap th {
    height: 38px;
    font-size: 1.5rem;
}

.pos_rel {
    position: relative;
}

.imprint3 {
    position: absolute;
    right: 0px;
    top: 5px;
}

.statement.contract .tit-group .pop-tit {
    font-size: 3.5rem;
}

.statement .statement_ex {
    font-size: 1.4rem;
    padding: 10px 7px 0;
    text-align: left;
}

.statement .meinFee_wrap {
    font-size: 1.3rem;
    font-weight: 400;
    color: #222;
}


/* =============================
    봉안관리대장
============================== */
.pop-manager {
    width: 1080px;
}

.pop-manager table {
    table-layout: fixed;
    word-break: break-all;
}

.pop-manager .head-th {
    width: 88px;
    background: #eee;
}

.pop-manager th {
    width: 125px;
}

.pop-manager td {
    width: 185px;
    line-height: 1.3
}

.pop-manager td.special-cont {
    height: 168px;
    line-height: 1.4;
    vertical-align: top;
}

.pop-manager .btn-print,
.pop-payList .btn-print {
    margin-top: 23px;
}

/* =============================
    관리비 납부 내역
============================== */
.pop-payList .top-th {
    background: #e7e7e7;
}

.pop-payList .top-th .line {
    display: inline-block;
    width: 1px;
    height: 12px;
    margin: 0 17px;
    background: #929292;
}

.pop-payList .top-th .name {
    display: inline-block;
    padding: 4px 5px 4px;
    color: #fff;
    background: #917c69;
    border-radius: 3px;
}

.pop-payList td {
    text-align: center;
}

.pop-payList .total td {
    background: #f9f9f9;
}

/* =============================
    승계자 관리
============================== */
.pop-scc .table-wrap .tit {
    margin: 30px 0 10px;
    font-size: 1.8rem;
    font-weight: 700;
    float: left;
}

.pop-scc .table-wrap .tit p:before {
    display: inline-block;
    content: '';
    width: 5px;
    height: 5px;
    margin-right: 3px;
    background: #288c9e;
    vertical-align: top;
}

.pop-scc .table-wrap .tit button {
    width: 84px;
    height: 28px;
    margin: -3px 0 0 0;
    color: #fff;
    background: #5f85b1;
    border-radius: 6px;
}

#popup.pop-scc .table-wrap .tit button.btn-print {
    background: #7caf00;
    width: 100px;
    height: 28px;
    margin: -3px 0 0 0;
    color: #fff;
    border-radius: 6px;
    padding: 0;
}

.pop-scc .add-numb {
    width: 192px;
    margin-bottom: 5px;
}

.pop-scc .btn-find-numb {
    width: 86px;
    height: 34px;
    margin-left: 3px;
    color: #fff;
    background: #288c9e;
}

/* =============================
    스케쥴러
============================== */
.pop-schedule .sch-write-form {
    display: flex;
    justify-content: space-between;
}

.pop-schedule .calendar-wrap {
    width: 380px;
    padding: 20px 23px 30px;
}

.pop-schedule .calendar-wrap .month {
    margin-bottom: 34px;
    user-select: none;
}

.pop-schedule .calendar-wrap .month>* {
    display: inline-block;
}

.pop-schedule .calendar-wrap .month button {
    cursor: pointer;
    width: 6px;
    height: 10px;
    background: url(/resources/images/main-calendar-arrow.png) no-repeat center/contain;
    vertical-align: 8px;
}

.pop-schedule .calendar-wrap .month button:before {
    content: '';
}

.pop-schedule .calendar-wrap .month .today-date {
    margin: 0 8px;
    width: 126px;
    font-size: 2.2rem;
    color: #b19983;
    cursor: pointer;
    text-align: center;
}

.pop-schedule .calendar-wrap .month button.next {
    transform: scaleX(-1);
}

.pop-schedule .calendar-wrap .weekdays,
.pop-schedule .calendar-wrap .dates {
    display: flex;
    flex-wrap: wrap;
}

.pop-schedule .calendar-wrap .weekdays {
    margin-bottom: 16px;
}

.pop-schedule .calendar-wrap .weekdays>div {
    width: 14.28%;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
}

.pop-schedule .calendar-wrap .dates .date {
    position: relative;
    width: 14.28%;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 43px;
    text-align: center;
    z-index: 2;
}

.pop-schedule .calendar-wrap .dates .date.select:after {
    position: absolute;
    width: 100%;
    height: 24px;
    content: '';
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: rgba(222, 204, 188, .4);
    z-index: -1;
    border-radius: 3px;
}

.pop-schedule .calendar-wrap .dates .date .other {
    opacity: .3;
}

.pop-schedule .calendar-wrap .dates .date .today {
    position: relative;
    display: block;
    color: #fff;
    font-weight: 700;
    z-index: 2;
}

.pop-schedule .calendar-wrap .dates .date .today:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 28px;
    height: 28px;
    background: #49b3c6;
    border-radius: 100%;
    z-index: -1;
}

.pop-schedule .data-wrap {
    width: calc(100% - 380px);
}

.pop-schedule .data-wrap th {
    width: 27%;
    height: 46px;
    padding-right: 26px;
    font-size: 1.4rem;
    text-align: right;
}

.pop-schedule .data-wrap td {
    height: 46px;
    padding: 6px 0;
}

.pop-schedule .data-wrap td input {
    width: 180px;
    height: 36px;
}

.pop-schedule .data-wrap td span {
    padding: 0 2px;
    font-size: 1.4rem;
}

.pop-schedule .data-wrap td textarea {
    width: 100%;
    height: 36px;
}

.pop-schedule .data-wrap td textarea {
    padding-top: 6px;
    height: 180px;
    resize: none;
}

.pop-schedule .data-wrap .btn-wrap {
    margin-top: 26px;
    text-align: right;
}

.pop-schedule .data-wrap .btn-wrap button {
    width: 168px;
    height: 45px;
    color: #fff;
    background: #49b3c6;
}


/* =============================
    반출하기
============================== */
.cancel-box .title {
    margin-bottom: 10px;
    font-size: 1.5rem;
    font-weight: 500;
}

.cancel-box input,
.cancel-box select {
    width: 100%;
    height: 36px;
}

.cancel-box .textarea-box {
    margin-top: 18px;
}

.cancel-box .use-box {
    margin-top: 18px;
}

.cancel-box textarea {
    padding-top: 8px;
    width: 100%;
    height: 180px;
    line-height: 1.4;
    resize: none;
    overflow-y: auto;
}

.cancel-box .btn-box {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 8px;
}

.cancel-box .btn-box button {
    width: 160px;
    height: 46px;
    color: #fff;
    background: #cb594a;
    border-radius: 3px;
}

/* 문서 DOC */
.doc .table-wrap td input {
    padding: 0;
    border: 0;
    width: 100%;
}

.doc .table-wrap td input[type="checkbox"] {
    cursor: pointer;
    width: 17px;
    height: 17px;
    border-radius: 3px;
    box-sizing: border-box;
    border: 1px solid #ccc;
}

.doc .table-wrap textarea {
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%;
    min-height: 70px;
}

.doc .table-wrap textarea::-webkit-scrollbar {
    display: none;
}

#popup.doc input,
#popup.doc select,
#popup.doc textarea {
    color: #000;
}

#popup.doc .table-wrap td input,
#popup.doc .table-wrap td select {
    height: 22px;
}

#popup.doc .table-wrap input[type="checkbox"] {
    width: 17px;
    height: 17px;
    border: 1px solid #ccc;
}

.doc input {
    border: 0;
    padding: 0;
    height: 22px;
}

.coc-group .address .btn-src-code {
    margin-left: 6px;
    width: 90px;
    height: 32px;
    color: #fff;
    background: #288c9e;
}

.meinFee_wrap {
    display: flex;
    align-items: center;
    gap: 3px;
    justify-content: flex-start;
    margin-top: 2px;
}

.doc_save_btn {
    width: 100%;
    height: 100%;
    background: #388f9e;
    color: white;
    border-radius: 5px;
}


/* =============================
    프린트 기능 사용 시 쿼리문
============================== */
@media print {
    body {
        background: #fff;
    }

    #btn-pop-close,
    .btn-print,
    .prev-thum .size,
    .certificate_interment .table-wrap td .btn_file,
    .btn-wrap button.numbering,
    .btn-wrap button.btn-save,
    .none_numbering,
    #num_id_none,
    .check-ico,
    .meinFee_wrap,
    .btn_file,
    .doc_save_btn,
    .out_certificate2 .btn-save,
    .payment-selector,
    .hide-checkbox {
        display: none !important;
    }

    textarea {
        resize: none;
    }

    @page {
        margin: 0mm;
    }


}

/* =================================================
    MEDIA MIN-WIDTH 961PX
================================================== */
@media screen and (min-width:961px) {
    .main {
        margin-top: 20px;
    }
}

/* =============================
   계약 문서 팝업 공통 정리
============================== */
html,
body {
    min-height: 100%;
    background: #f5f6f8;
    overflow: auto !important;
}

body {
    padding: 24px;
    box-sizing: border-box;
}

.main,
.doc-wrap {
    background: #fff !important;
    background-image: none !important;
}

.main {
    width: min(1160px, 100%);
    min-height: calc(100vh - 48px);
    margin: 0 auto;
    padding: 40px 42px 104px;
    border-radius: 18px;
    overflow: visible;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
}

.doc-wrap {
    width: min(1160px, 100%);
    min-height: calc(100vh - 48px);
    margin: 0 auto;
    padding: 32px 36px 96px;
    border-radius: 18px;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
}

#popup,
.doc-wrap,
.doc-body,
.certi_content,
.contract-container,
.done-content {
    background: #fff !important;
    background-image: none !important;
}

#popup .tit-group,
.doc-head {
    margin-bottom: 24px;
    padding-bottom: 18px;
}

#popup .pop-tit,
.doc-head h1 {
    font-size: 2.8rem;
    line-height: 1.3;
    letter-spacing: -0.03em;
}

#popup .table-wrap table,
.doc-wrap table {
    margin-top: 16px;
}

#popup .table-wrap th,
.doc-wrap th {
    font-size: 1.4rem;
    line-height: 1.45;
}

#popup .table-wrap td,
.doc-wrap td,
#popup p,
#popup li,
#popup span,
#popup label,
#popup input,
#popup textarea,
.doc-wrap p,
.doc-wrap li,
.doc-wrap span,
.doc-wrap label,
.doc-wrap input,
.doc-wrap textarea {
    font-size: 1.35rem;
    line-height: 1.65;
}

#popup textarea,
.doc-wrap textarea {
    resize: vertical;
    min-height: 96px;
    padding: 10px 12px;
    white-space: pre-wrap;
}

#popup .btn-wrap,
.doc-body > .btn-wrap {
    position: sticky;
    bottom: 0;
    z-index: 20;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 20px;
    padding-top: 16px;
    padding-bottom: 4px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), #fff 22px);
}

#popup .btn-wrap .btn-print,
.doc-body > .btn-wrap .btn-print,
.btn-print {
    min-width: 136px;
    height: 44px;
    padding: 0 18px;
    white-space: nowrap;
}

#btn-pop-close {
    position: sticky;
    top: 0;
    margin-left: auto;
}

.certificate_interment > .__flex-center > svg[id^="그룹_"],
.certificate_interment > .__flex.done-footer,
.done-footer {
    display: none !important;
}

.img_wrap,
.top_info,
.check-ico {
    background-image: none !important;
}

@media print {
    html,
    body {
        background: #fff !important;
        padding: 0;
        overflow: visible !important;
    }

    .main,
    .doc-wrap {
        width: 100%;
        min-height: auto;
        padding: 0;
        border-radius: 0;
        box-shadow: none;
    }

    #btn-pop-close,
    #popup .btn-wrap,
    .doc-body > .btn-wrap {
        display: none !important;
    }
}
