@charset "utf-8";


/* =========================================================
   PROCESS01 BASE
========================================================= */

.process01-page,
.process01-page *,
.process01-page *::before,
.process01-page *::after {
    box-sizing: border-box;
}

.process01-page {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;

    background: #fff;
    color: #000;

    font-family:
        "GmarketSansMedium",
        sans-serif !important;
}

.process01-page table,
.process01-page th,
.process01-page td,
.process01-page h1,
.process01-page h2,
.process01-page p,
.process01-page strong {
    font-family:
        "GmarketSansMedium",
        sans-serif !important;
}

.process01-page table {
    border-collapse: collapse;
    border-spacing: 0;
}

.process01-page img {
    vertical-align: top;
}


/* 모바일 기본 숨김 */

.process01-mobile {
    display: none;
}


/* =========================================================
   PC VERSION
========================================================= */

.process01-pc {
    display: block;
    width: 100%;
}


/* PC 서브 배너 */

.process01-pc-visual {
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.process01-pc-visual img {
    display: block;

    width: 100%;
    height: auto;
    margin: 0 auto;
}


/* PC 공통 섹션 */

.process01-pc-section {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}


/* 분양안내 섹션 */

.process01-pc-section--guide {
    padding-top: 60px;
}


/* PC 제목 */

.process01-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;
}


/* PC 절차 이미지 */

.process01-pc-flow {
    width: 100%;
    margin-top: 50px;
    text-align: center;
}

.process01-pc-flow img {
    display: block;

    width: 1125px;
    height: 231px;
    margin: 0 auto;
}


/* PC 절차 설명 */

.process01-pc-step-table {
    width: 900px;
    margin: 80px auto 0;
}

.process01-pc-step-table table {
    width: 900px;
    table-layout: fixed;
}

.process01-pc-step-table td {
    height: 50px;
    padding: 0;

    border: 0;

    font-size: 16px !important;
    line-height: 1.55 !important;
    font-weight: normal !important;
    letter-spacing: -0.5px;
    color: #000 !important;
    text-align: left;
    vertical-align: middle;
}

.process01-pc-step-table td:first-child img {
    display: block;

    width: 90px;
    height: 27px;
}

.process01-pc-step-table strong {
    font-size: 18px !important;
    line-height: 1.5 !important;
    font-weight: normal !important;
    color: #000 !important;
    white-space: nowrap;
}


/* PC 계약 시 필요서류 */

.process01-pc-section--document {
    padding-top: 90px;
}

.process01-pc-document-table {
    width: 600px;
    margin: 50px auto 0;
}

.process01-pc-document-table table {
    width: 600px;
    table-layout: fixed;
}

.process01-pc-document-table th {
    height: 50px;
    padding: 0 10px;

    border: 1px solid #d9d7d7;
    background: #93a381;

    font-size: 18px !important;
    line-height: 1.4 !important;
    font-weight: normal !important;
    color: #fff !important;
    text-align: center;
    vertical-align: middle;
}

.process01-pc-document-table td {
    height: 50px;
    padding: 0 10px;

    border: 1px solid #d9d7d7;
    background: #fff;

    font-size: 16px !important;
    line-height: 1.5 !important;
    font-weight: normal !important;
    letter-spacing: -0.5px;
    color: #000 !important;
    text-align: left;
    vertical-align: middle;
}


/* PC 유의사항 */

.process01-pc-section--notice {
    padding-top: 90px;
    padding-bottom: 50px;
}

.process01-pc-notice-text {
    margin-top: 50px;
    text-align: center;
}

.process01-pc-notice-text p {
    margin: 0;
    padding: 0;

    font-size: 16px !important;
    line-height: 1.65 !important;
    font-weight: normal !important;
    letter-spacing: -0.5px;
    color: #000 !important;
    text-align: center;
}


/* =========================================================
   PC 축소 대응
========================================================= */

@media screen and (min-width: 769px) and (max-width: 1180px) {

    .process01-pc-flow {
        padding-right: 20px;
        padding-left: 20px;
    }

    .process01-pc-flow img {
        width: 100%;
        max-width: 1125px;
        height: auto;
    }

    .process01-pc-step-table {
        width: 900px;
        max-width: calc(100% - 40px);
    }

    .process01-pc-step-table table {
        width: 100%;
    }

}


/* =========================================================
   MOBILE VERSION
========================================================= */

@media screen and (max-width: 768px) {

    .process01-pc {
        display: none;
    }

    .process01-mobile {
        display: block;
        width: 100%;
    }


    /* 모바일 배너 */

    .process01-mobile-visual {
        width: 100%;
        overflow: hidden;
        text-align: center;
    }

    .process01-mobile-visual img {
        display: block;

        width: 100%;
        height: auto;
        margin: 0 auto;
    }


    /* 모바일 공통 섹션 */

    .process01-mobile-section {
        width: 100%;
        padding-top: 30px;
        text-align: center;
    }


    /* 모바일 제목 */

    .process01-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;
    }


    /* 모바일 절차 이미지 */

    .process01-mobile-flow {
        width: 100%;
        margin-top: 30px;
        text-align: center;
    }

    .process01-mobile-flow img {
        display: block;

        width: 98%;
        height: auto;
        margin: 0 auto;
    }


    /* 모바일 절차 설명 */

    .process01-mobile-step-table {
        width: 95%;
        margin: 30px auto 0;
    }

    .process01-mobile-step-table table {
        width: 100%;
        table-layout: fixed;
    }

    .process01-mobile-step-table td {
        height: 40px;
        padding: 0;

        border: 0;

        font-size: 13px !important;
        line-height: 1.5 !important;
        font-weight: normal !important;
        letter-spacing: -0.35px;
        color: #000 !important;
        text-align: left;
        vertical-align: middle;
        word-break: keep-all;
    }

    .process01-mobile-step-table td:first-child img {
        display: block;

        width: 70%;
        height: auto;
    }

    .process01-mobile-step-table strong {
        font-size: 15px !important;
        line-height: 1.5 !important;
        font-weight: normal !important;
        color: #000 !important;
        white-space: nowrap;
    }


    /* 모바일 계약서류 */

    .process01-mobile-section--document {
        padding-top: 30px;
    }

    .process01-mobile-document-table {
        width: 95%;
        margin: 30px auto 0;
    }

    .process01-mobile-document-table table {
        width: 100%;
        table-layout: fixed;
    }

    .process01-mobile-document-table th {
        height: 50px;
        padding: 0 10px;

        border: 1px solid #d9d7d7;
        background: #93a381;

        font-size: 15px !important;
        line-height: 1.4 !important;
        font-weight: normal !important;
        color: #fff !important;
        text-align: center;
        vertical-align: middle;
    }

    .process01-mobile-document-table td {
        height: 50px;
        padding: 8px 10px;

        border: 1px solid #d9d7d7;
        background: #fff;

        font-size: 13px !important;
        line-height: 1.5 !important;
        font-weight: normal !important;
        letter-spacing: -0.3px;
        color: #000 !important;
        text-align: left;
        vertical-align: middle;
        word-break: keep-all;
    }


    /* 모바일 유의사항 */

    .process01-mobile-section--notice {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .process01-mobile-mark {
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }

    .process01-mobile-mark img {
        display: block;

        width: 3%;
        min-width: 20px;
        height: auto;
        margin: 0 auto;
    }

    .process01-mobile-notice-text {
        width: 95%;
        margin: 30px auto 0;
        text-align: center;
    }

    .process01-mobile-notice-text p {
        margin: 0;
        padding: 0;

        font-size: 14px !important;
        line-height: 1.65 !important;
        font-weight: normal !important;
        letter-spacing: -0.3px;
        color: #000 !important;
        text-align: center;
        word-break: keep-all;
    }

}