/* ========= 공통클래스 시작 ========= */

@media print {
    * {
        /* 인쇄 시 브라우저가 배경색 및 그래픽 컬러를 유지하도록 강제 설정 */
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
    }
}


.h-100{
    height: 100%
}
.f-32{
    font-size: 32px !important;
    line-height: 32px !important;
    font-weight: 700 !important;
}
.f-24{
    font-size: 24px !important;
    line-height: 24px !important;
}
.f-16{
    font-size: 16px !important;
    line-height: 16px !important;
}

.f-18{
    font-size: 18px !important;
    line-height: 18px !important;
}
.input-type-1{
    background: transparent !important;
    width: 100%;
}
.max-w-84{
    max-width: 84px!important;
}
.max-w-144{
    max-width: 144px!important;
}

@media print {
    .contract-day-wrap input[type="date"] {
        color: #000000 !important;
        display: inline-block !important;
    }

    .contract-day-wrap input[type="date"]::-webkit-calendar-picker-indicator {
        display: none !important;
    }

    .contract-day-wrap input.blank {
        color-scheme: light !important;
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
    }
}

.user_info_table,
.guarantor-table {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
}
.user_info_table th,
.user_info_table td,
.guarantor-table th,
.guarantor-table td,
.pe_table_body th,
.pe_table_body td

{
    border: 1px solid #000;
    text-align: center;
    padding: 8px 4px;
    font-size: 14px;
    box-sizing: border-box;
    max-height: 32px;
}
.user_info_table th {
    background: #fff;
    font-weight: normal;
    max-height: 32px;
}
.user_info_table td.input-cell {
    /* 값 입력란 - 빈 칸 */
}

/* ========= 공통클래스 끝  ========= */

/* ========= D026 시작 ========= */
.main-wrap{
    border: solid 1px #ccc;
    display: flex;
    flex-direction: column;
    height: calc(100vh - 180px);
    max-height: calc(100vh - 180px);
}
.top-wrap{
    border: solid 1px #ccc;
    display: flex;
    flex-direction: row;
    margin: -1px;
}
.top-wrap .top-left-contents{
        border-right: solid 1px #ccc;
}
.top-wrap .top-left-contents,
.top-wrap .top-right-contents
{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 72px;
    padding: 56px 12px;
    justify-content: start;
}
.bottom-wrap{
    display: flex;
    height: auto;
    justify-content: space-around;
    gap: 24px;
}
.bottom-wrap .left-contents-wrap,
.bottom-wrap .right-contents-wrap{
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    width: 60%;
    gap: 24px;
    justify-content: center;
    padding: 12px;
}
.user-data-wrap{
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    justify-content: center;
}
.user_nm, .user_guardian_nm{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    gap: 16px;
    white-space: nowrap;
}
.inner-contents-wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 12px;
}
.data-section{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding:32px 0;
}
.contract-wrap{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.contract-date{
    display: flex;
    flex-direction: row;
    gap: 4px;
    justify-content: center;
    align-items: start;
}
.day span{
    white-space: nowrap;
}

/* ======= D026 끝, D027 시작 ======= */
#d027{
        gap: 12px;
        border: none;
}
.user_info{
    display: flex;
    flex-direction: column;
}
.table_title{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 4px 12px;
}
.contract_info{
    text-align: start;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0 12px;
}
.contract_need_info{
    display: flex;
    flex-direction: column;
    align-items: center;


}
.max-width-320p{
    max-width: 320px;
}
.info_checklist{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    justify-content: center;
}
.contract_day{
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 24px;
    max-width: 240px;
}
.contract_user_info{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
    width: 100%;
}
.contract_user_info .user_info_content{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
}
.pr-52{
    padding-right: 38px;
}
b.sign{
    white-space: nowrap;

}

/*====== d027 끝, d028 시작 =======*/
.pe_info_table{
    width: 100%;
}

.agree_info_contents{
    display: flex;
    flex-direction: row;
    border: solid 1px #ccc;
}
.agree_info_contents{
    display: flex;
    width: 100%;
    max-height: 48px;
    min-height: 48px;
    align-items: center;
    padding: 0 12px;

}
.agree_info_contents .right_content{
    border-left: solid 1px #ccc;
}

.agree_info_contents .right_content,
.agree_info_contents .left_content
{
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}

.notice_info_contents{
    display: flex;
    padding: 12px;
    align-items: start;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.notice_info_contents .notice_content{
    display: flex;
    width: 100%;
    flex-direction: column;
    text-align: start;
}



