@charset "utf-8";


/* =========================================================
   PROCESS02 BASE
========================================================= */

.process02-page,
.process02-page *,
.process02-page *::before,
.process02-page *::after {
    box-sizing: border-box;
}

.process02-page {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;

    background: #fff;
    color: #000;

    font-family:
        "GmarketSansMedium",
        sans-serif !important;
}

.process02-page table,
.process02-page th,
.process02-page td,
.process02-page h1,
.process02-page p,
.process02-page strong,
.process02-page span {
    font-family:
        "GmarketSansMedium",
        sans-serif !important;
}

.process02-page table {
    border-collapse: collapse;
    border-spacing: 0;
}

.process02-page img {
    vertical-align: top;
}

.process02-mobile {
    display: none;
}


/* =========================================================
   PC VERSION
========================================================= */

.process02-pc {
    display: block;
    width: 100%;
}


/* PC 서브 배너 */

.process02-pc-visual {
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.process02-pc-visual img {
    display: block;

    width: 100%;
    height: auto;
    margin: 0 auto;
}


/* PC 본문 */

.process02-pc-content {
    width: 100%;
    padding: 60px 0 80px;
    text-align: center;
}

.process02-pc-title {
    margin: 0;
    padding: 0;

    font-size: 30px !important;
    line-height: 1.45 !important;
    font-weight: normal !important;
    letter-spacing: -1px;
    color: #000 !important;
    text-align: center;
}

.process02-pc-inner {
    width: 1000px;
    margin: 50px auto 0;
}


/* PC 추모목 배너 */

.process02-pc-promo {
    width: 1000px;
    height: 482px;
    overflow: hidden;
}

.process02-pc-promo a {
    display: block;
}

.process02-pc-promo img {
    display: block;

    width: 1000px;
    height: 482px;
}


/* PC 표 상단 제목 */

.process02-pc-table-title {
    height: 80px;

    font-size: 24px !important;
    line-height: 80px;
    font-weight: normal !important;
    letter-spacing: -0.6px;
    color: #10110f;
    text-align: left;
}

.process02-pc-unit {
    height: 40px;

    font-size: 18px !important;
    line-height: 40px;
    font-weight: normal !important;
    color: #10110f;
    text-align: right;
}


/* PC 가격표 */

.process02-pc-price-table {
    width: 1000px;
}

.process02-pc-price-table table {
    width: 1000px;
    table-layout: fixed;
}

.process02-pc-price-table th {
    height: 50px;
    padding: 8px 10px;

    border: 1px solid #d9d7d7;
    background: #b8a36c;

    font-size: 18px !important;
    line-height: 1.45 !important;
    font-weight: normal !important;
    color: #fff !important;
    text-align: center;
    vertical-align: middle;
}

.process02-pc-price-table td {
    height: 50px;
    padding: 8px 10px;

    border: 1px solid #d9d7d7;
    background: #fff;

    font-size: 16px !important;
    line-height: 1.5 !important;
    font-weight: normal !important;
    letter-spacing: -0.4px;
    color: #000;
    vertical-align: middle;
}

.process02-pc-price-table td:first-child {
    text-align: left;
}

.process02-pc-price-table td:nth-child(2),
.process02-pc-price-table td:nth-child(3) {
    text-align: center;
}

.process02-price-agreement {
    color: #e01518 !important;
    font-weight: normal !important;
}


/* PC 하단 안내 */

.process02-pc-note {
    margin-top: 30px;
    text-align: left;
}

.process02-pc-note p {
    height: 30px;
    margin: 0;
    padding: 0;

    font-size: 16px !important;
    line-height: 30px !important;
    font-weight: normal !important;
    letter-spacing: -0.4px;
    color: #000;
}


/* =========================================================
   중간 PC 화면
========================================================= */

@media screen and (min-width: 769px) and (max-width: 1040px) {

    .process02-pc-inner {
        width: calc(100% - 40px);
    }

    .process02-pc-promo {
        width: 100%;
        height: auto;
    }

    .process02-pc-promo img {
        width: 100%;
        height: auto;
    }

    .process02-pc-price-table {
        width: 100%;
    }

    .process02-pc-price-table table {
        width: 100%;
    }

}


/* =========================================================
   MOBILE VERSION
========================================================= */

@media screen and (max-width: 768px) {

    .process02-pc {
        display: none;
    }

    .process02-mobile {
        display: block;
        width: 100%;
    }


    /* 모바일 서브 배너 */

    .process02-mobile-visual {
        width: 100%;
        overflow: hidden;
    }

    .process02-mobile-visual img {
        display: block;

        width: 100%;
        height: auto;
    }


    /* 모바일 본문 */

    .process02-mobile-content {
        width: 100%;
        padding: 30px 0 40px;
        text-align: center;
    }

    .process02-mobile-title {
        margin: 0;
        padding: 0;

        font-size: 18px !important;
        line-height: 1.5 !important;
        font-weight: normal !important;
        letter-spacing: -0.4px;
        color: #000 !important;
        text-align: center;
    }

    .process02-mobile-inner {
        width: 95%;
        margin: 30px auto 0;
    }


    /* 모바일 추모목 배너 */

    .process02-mobile-promo {
        width: 100%;
    }

    .process02-mobile-promo a {
        display: block;
    }

    .process02-mobile-promo img {
        display: block;

        width: 100%;
        height: auto;
    }


    /* 모바일 표 제목 */

    .process02-mobile-table-title {
        height: 45px;

        font-size: 20px !important;
        line-height: 45px;
        font-weight: normal !important;
        letter-spacing: -0.5px;
        color: #10110f;
        text-align: left;
    }

    .process02-mobile-unit {
        height: 40px;

        font-size: 18px !important;
        line-height: 40px;
        font-weight: normal !important;
        color: #10110f;
        text-align: right;
    }


    /* 모바일 가격표 */

    .process02-mobile-price-table {
        width: 100%;
    }

    .process02-mobile-price-table table {
        width: 100%;
        table-layout: fixed;
    }

    .process02-mobile-price-table th {
        height: 50px;
        padding: 6px 4px;

        border: 1px solid #d9d7d7;
        background: #b8a36c;

        font-size: 15px !important;
        line-height: 1.35 !important;
        font-weight: normal !important;
        letter-spacing: -0.4px;
        color: #fff !important;
        text-align: center;
        vertical-align: middle;
        word-break: keep-all;
    }

    .process02-mobile-price-table th span {
        display: block;

        margin-top: 1px;

        font-size: 14px !important;
        line-height: 1.3 !important;
        color: #fff !important;
    }

    .process02-mobile-price-table td {
        height: 50px;
        padding: 7px 6px;

        border: 1px solid #d9d7d7;
        background: #fff;

        font-size: 14px !important;
        line-height: 1.45 !important;
        font-weight: normal !important;
        letter-spacing: -0.45px;
        color: #000;
        vertical-align: middle;
        word-break: keep-all;
    }

    .process02-mobile-price-table td:first-child {
        padding-left: 10px;
        text-align: left;
    }

    .process02-mobile-price-table td:nth-child(2),
    .process02-mobile-price-table td:nth-child(3) {
        text-align: center;
    }


    /* 모바일 안내문 */

    .process02-mobile-note {
        margin-top: 30px;
        text-align: left;
    }

    .process02-mobile-note p {
        min-height: 30px;
        margin: 0;
        padding: 3px 0;

        font-size: 16px !important;
        line-height: 1.5 !important;
        font-weight: normal !important;
        letter-spacing: -0.4px;
        color: #000;
    }

}


/* =========================================================
   작은 모바일
========================================================= */

@media screen and (max-width: 480px) {

    .process02-mobile-inner {
        width: 95%;
    }

    .process02-mobile-price-table th {
        padding-right: 2px;
        padding-left: 2px;

        font-size: 14px !important;
    }

    .process02-mobile-price-table th span {
        font-size: 12px !important;
    }

    .process02-mobile-price-table td {
        padding-right: 4px;
        padding-left: 4px;

        font-size: 12px !important;
        letter-spacing: -0.6px;
    }

    .process02-mobile-price-table td:first-child {
        padding-left: 7px;
    }

    .process02-mobile-note p {
        font-size: 14px !important;
    }

}