@charset "utf-8";

/* 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;
}

:root {
    --brown-color: #b3956e;
    --line-color: #eaeaea;
    --white-color: #fff;
}

.__flex {
    display: flex;
}

.__flex-wrap {
    flex-wrap: wrap;
}

.__flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.__flex-end {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.__flex-sb {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.w-150 {
    display: inline-block;
    width: 150px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-30 {
    margin-left: 30px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-10 {
    margin-bottom: 10px;
}

.gap-5 {
    gap: 5px;
}

.gap-10 {
    gap: 10px;
}

.gap-15 {
    gap: 15px;
}

.gap-20 {
    gap: 20px;
}

.gap-25 {
    gap: 25px;
}

.fs-sm {
    font-size: 1.5rem;
    color: #666;
    margin-top: 10px;
    font-weight: 400;
    font-style: normal;
}

.fw-bold {
    font-weight: 600 !important;
}

.fs-hallym {
    font-family: 'HallymMjo-Regular';
    font-weight: 600;
}

.fs-kbiz {
    font-family: 'KBIZHanmaumMyungjo';
}


/*  */
/* .tit-group .tit-sub {
    font-size: 1.6rem;
    margin-bottom: 20px;
    flex-direction: column;
    gap: 10px;
}  */

.out_certificate.main {
    margin-bottom: 30px;
}

.tit-group .sm-txt {
    font-style: normal;
    color: #999;
    margin-bottom: 10px;
    font-size: 1.6rem;
}

.tit-group .check-ico {
    gap: 10px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid var(--line-color);
}

.tit-group .check-ico p {
    font-weight: 600;
    font-size: 2rem;
}

.contract .check-ico {
    gap: 10px;
    border-top: 1px solid var(--line-color);
    display: flex;
    justify-content: center;
    margin: 00px 0 20px;
    border-top: 0;
}

.table-wrap .sm-block {
    color: #666;
    display: block;
    font-size: 1.3rem;
    margin-top: 2px;
}

/* 
.certificate_interment .tb-tit {
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: -0.3px;
    } */


.tit-stemp-wrap .tit {
    font-size: 2.2rem;
    font-weight: 600;
    letter-spacing: -0.3px;
}

.tit-stemp-wrap .stemp-area {
    position: relative;
    width: 80px;
    height: 80px;
}

.tit-stemp-wrap .stemp-area b {
    width: 100%;
    height: 100%;
    font-size: 3rem;
    font-weight: 500;
    color: #666;
}

.tit-stemp-wrap .stemp-area .stemp {
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.user-sign {
    display: inline-block;
    text-decoration: none;
    margin-left: 40px;
    color: #999;
}

.txt-center {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.4;
    word-break: keep-all;
    letter-spacing: -0.03em;
}

.txt-center.fs-xl {
    font-size: 1.5rem;
}

.terms-wrap {
    line-height: 1.3;
    word-break: keep-all;
}

th.terms-tit {
    height: auto !important;
    text-align: left;
    background-color: var(--white-color);
    border: none;
    font-size: 1.1rem !important;
    font-weight: 600;
    padding-top: 10px;
}

.terms-wrap .tit {
    font-size: 1.0rem;
    font-weight: 600;
    margin-top: 5px;
}

.terms-wrap .tit b {
    text-decoration: underline;
}

.terms-wrap>li:not(:first-of-type) {
    margin-top: 20px;
    border-top: 1px solid var(--line-color);
    padding: 10px 0 0;
}

.terms-ol {
    font-size: 1.0rem;
    color: #666;
    list-style: disc;
    margin-left: 15px;
}

.terms-ol b {
    font-weight: 500;
}

.terms-ol li:not(:last-of-type) {
    margin-bottom: 5px;
}

.privacy.certificate_interment {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.privacy .th.terms-tit-ol,
.privacy .terms-wrap .tit,
.privacy.certificate_interment .table-wrap th {
    font-size: 1.3rem !important;
}

.privacy .terms-wrap .tit {
    margin-bottom: 4px;
}

.privacy .terms-ol {
    font-size: 1.2rem;
    margin-left: 35px;
}

.privacy .member-sign {
    font-size: 2rem;
}

.member-sign {
    font-size: 1.5rem;
    margin: 0 0 60px;
}

.member-sign .inner-wrap {
    width: 200px;
}



.done-content {
    max-width: 710px;
    height: 860px;
    /* position: relative; */
    margin: 50px auto 0;
    background: url('/resources/images/doc_tree_bg.png') no-repeat center;
}

.done-header {
    text-align: center;
    color: var(--brown-color);
    font-size: 3rem;
    width: 100%;
}

.price-round {
    border-radius: 20px;
    border: 2px solid var(--brown-color);
    padding: 20px;
    color: var(--brown-color);
    align-items: center;
    justify-content: space-between;
    max-width: 500px;
    margin: 50px auto;
    box-sizing: border-box;
}

.price-round strong {
    font-size: 3.5rem;
    font-weight: 800;
}

.price-round .txt-box {
    flex-direction: column;
    text-align: right;
    width: calc(100% - 60px);
    gap: 10px;
}

.price-round .ko {
    width: 100%;
    gap: 10px;
    font-size: 3rem;
    justify-content: flex-end;
}

.price-round .txt-box em {
    font-style: normal;
    font-size: 2rem;
    margin-right: 40px;
}


.done-footer {
    max-width: 710px;
    margin: 0 auto;
    justify-content: space-between;
}

.certificate_interment .img_wrap .tit-logo {
    flex-direction: column;
    font-size: 3.5rem;
    text-align: center;
    font-weight: 600;
    margin-left: -50px;
    color: var(--brown-color);
    gap: 10px;
}

.certificate_interment .img_wrap .tit-logo i {
    font-style: normal;
    font-size: 2rem;
}

.certificate_interment .img_wrap .tit-logo+img {
    right: 13%;
}

.add-txt-ul {
    font-size: 1.2rem;
    margin-top: 20px;
    text-align: center;
    max-width: 350px;
}

.add-txt-ul li:not(:last-of-type) {
    margin-bottom: 5px;
}

.db-today {
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 60px;
}

.done-content.border-before {
    max-width: 100%;
    height: 1100px;
    position: relative;
    margin-top: 20px;
}

.done-content.border-before:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url('/resources/images/border-line.png') no-repeat center/contain;
    z-index: -1;
}

.use-header {
    text-align: center;
    color: #716350;
    font-size: 2.3rem;
    width: 100%;
}


.use-header h2 {
    margin-bottom: 25px;
    padding-top: 70px;
}

.num-ul {
    max-width: 600px;
    margin: 20px auto 30px;
    box-sizing: border-box;
    line-height: 1.3;
    word-break: keep-all;
}


.num-ul .num-txt {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.num-ul li:not(:last-of-type) {
    margin-bottom: 20px;
}


.num-ul li>em {
    display: block;
    font-size: 1.4rem;
    color: #ce5d5d;
    font-style: normal;
    position: relative;
    margin-left: 20px;
    letter-spacing: -0.03em;
}

.num-ul li>em:not(:last-of-type) {
    margin-bottom: 5px;
}

.num-ul li>em:before {
    content: '';
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translate(0, -50%);
    width: 10px;
    height: 1px;
    background-color: #bbb;
}

.info-txt {
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.3;
    margin: 20px auto 30px;
}

.call-ico-wrap {
    align-items: center;
    width: 200px;
    font-size: 1.7rem;
    margin: 0 0 0 auto;
    gap: 11px;
    color: #333;
}

.call-ico-wrap span:last-of-type {
    margin: 0 0 0 auto;
}

.terms-table {
    border: none !important;
    margin-top: 5px !important;
}

.terms-table th {
    font-size: 1rem !important;
    text-align: center;
    outline: 1px solid var(--line-color);
    height: 20px !important;
}

.terms-table td {
    padding: 0;
    text-align: center;
    font-size: 1rem !important;
    outline: 1px solid var(--line-color);
    height: 20px !important;
}

.terms-wrap .terms-border-box {
    background-color: #f8f8f8;
    font-size: 1rem;
    border: 1px solid #ccc;
    height: 20px;
    gap: 10px;
    font-weight: 500;
    margin-top: 5px;

}

.terms-wrap.line-txt {
    text-align: left;
    font-size: 1.0rem;
    font-weight: 500;
    margin: 10px 0 0;
}

.table-check-wrap {
    align-items: center;
    font-size: 1.4rem;
    gap: 20px;
}

.table-check-wrap li {
    color: #999;
    position: relative;
    margin-left: 30px;
    cursor: pointer;
}

.table-check-wrap li:before {
    content: '';
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translate(0, -50%);
    width: 20px;
    height: 20px;
    background: url('/resources/images/check.svg') no-repeat center/contain;
}

.table-check-wrap li.on:before {
    background-image: url('/resources/images/check_on.svg');
}

.table-check-wrap li.on {
    font-weight: 600;
    color: #000;
}

.certificate_interment .agreement {
    margin: 50px 0 30px;
    font-size: 1.8em;
}

.certificate_interment.doc span.today-date {
    font-size: 2.4em;
}

.stemp-sign-bottom {
    max-width: 780px;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
}

.stemp-sign-bottom.plus {
    max-width: 850px;
}

.stemp-sign-bottom .sign-area {
    width: calc(100% - 430px);
    flex-direction: column;
    gap: 30px;
    font-size: 2.5rem;
    font-weight: 500;
    position: relative;
}

.stemp-sign-bottom.plus .sign-area {
    width: calc(100% - 530px);
}

.stemp-sign-bottom .sign-area .txt {
    width: 100%;
    justify-content: space-between;
}

.stemp-sign-bottom .sign-area:before {
    content: '';
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translate(0, -50%);
    width: 1px;
    height: 150px;
    background-color: #eee;
}

.stemp-sign-bottom.plus .sign-area:before {
    content: '';
    position: absolute;
    left: -70px;
    top: 50%;
    transform: translate(0, -50%);
    width: 1px;
    height: 150px;
    background-color: #eee;
}

/* 계약서 추가 */

.contract .table-wrap th {
    font-size: 1.4rem;
}

.contract .discount {
    padding: 7px;
}

.contract .discount form {
    align-items: center;
    gap: 5px;
}

.contract .discount form button {
    color: #fff;
    background: #388f9e;
    border-radius: 3px;
    padding: 0 10px;
    height: 22px
}

#discount_rate {
    width: 100px;
    height: 35px;
    border: 1px solid #ccc;
    padding: 5px;
}


/* =============================
    프린트 기능 사용 시 쿼리문
============================== */
@media print {

    .contract .discount span,
    .contract .discount form {
        display: none;
        background: white;
    }

    .contract .table-wrap .discount {
        background: white;
    }

    .contract .check-ico {
        display: none;
    }

    #num_id_none {
        display: none !important;
    }
}