.customer02Con {
    border-top: none;
    position: relative;
}

.customer02Con::before {
    content: "*필수항목";
    position: absolute;
    top: 0;
    right: 0;
    font-size: 13px;
    color: #999;
}

.divTable .customer02-div {
    margin-bottom: 30px;
}

.customer02-row-2col {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.customer02-field-col {
    flex: 1 1 calc(50% - 10px);
    min-width: 280px;
}

.customer02-field-col .customer02-th-w {
    display: block;
    font-weight: 600;
    font-size: 16px;
    color: #232324;
    margin: 0 0 10px 0;
    line-height: 1.4;
}

.customer02-field-col .customer02-th-w .customer02-ap {
    color: #00A19A;
    margin-left: 3px;
}

.divTable .customer02-div .customer02-th-w {
    border-bottom: none;
    text-align: left;
}

.customer02-input-full, .customer02-select-full, .customer02-textarea-full {
    width: 100%;
    box-sizing: border-box;
    font-size: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #fff;
}

.customer02-input-full, .customer02-select-full {
    padding: 12px 15px;
    height: 50px;
}

.customer02-input-full:focus, .customer02-select-full:focus, .customer02-textarea-full:focus {
    outline: none;
    border-color: #00A19A;
}

.customer02-select-full {
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding-right: 40px;
    border-radius: 10px;
    line-height: 1.2;
}

.customer02-textarea-full {
    min-height: 160px;
    padding: 15px;
    line-height: 1.6;
    resize: vertical;
    font-family: inherit;
}

.customer02-email-row {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.customer02-email-row .customer02-input-email {
    flex: 1;
    min-width: 0;
    padding: 12px 15px;
    height: 48px;
    box-sizing: border-box;
    font-size: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #fff;
}

.customer02-email-row .customer02-input-email:focus {
    outline: none;
    border-color: #00A19A;
}

.customer02-email-row .customer02-at {
    color: #232324;
    font-size: 16px;
    font-weight: 500;
    flex-shrink: 0;
}

.customer02-email-row .customer02-select-email {
    flex: 0 0 140px;
    height: 48px;
    padding: 12px 15px;
    font-size: 15px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #fff;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 35px;
    line-height: 1.2;
}

.customer02-email-row .customer02-select-email:focus {
    outline: none;
    border-color: #00A19A;
}

.customer02-char-counter {
    display: block;
    margin: 8px 0 0 0;
    color: #999;
    font-size: 13px;
    text-align: right;
}

.customer02-btnWrap {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 50px;
}

.customer02-btnWrap .customer02-btnB {
    background: #fff;
    border: 1px solid #ddd;
    color: #555;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.customer02-btnWrap .customer02-btnA {

    background: #00A19A;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease;
}

@media all and (max-width: 1080px) {
    .customer02-row-2col {
        gap: 15px;
    }

    .customer02-field-col {
        flex: 1 1 calc(50% - 7.5px);
    }

    .customer02-input-full {
        font-size: 14px;
        padding: 10px 12px;
        height: 44px;
    }

    .customer02-select-full {
        font-size: 14px;
        padding: 10px 12px;
        padding-right: 35px;
        height: 44px;
        background-position: right 12px center;
    }

    .customer02-textarea-full {
        font-size: 14px;
        min-height: 140px;
    }

    .customer02-email-row .customer02-input-email {
        font-size: 14px;
        padding: 10px 12px;
        height: 44px;
    }

    .customer02-email-row .customer02-select-email {
        font-size: 14px;
        padding: 10px 12px;
        padding-right: 30px;
        height: 44px;
        background-position: right 10px center;
    }

    .customer02-btnWrap .customer02-btnB, .customer02-btnWrap .customer02-btnA {
        font-size: 15px;
        padding: 10px 25px;
    }
}

@media all and (max-width: 800px) {
    .customer02Con::before {
        font-size: 12px;
        color: #00A19A;
    }

    .customer02-row-2col {
        flex-direction: column;
        gap: 20px;
    }

    .customer02-field-col {
        flex: 1 1 100%;
        min-width: 100%;
    }

    .customer02-field-col .customer02-th-w {
        font-size: 15px;
    }

    .customer02-input-full, .customer02-select-full {
        font-size: 14px;
    }

    .customer02-email-row {
        flex-wrap: wrap;
    }

    .customer02-email-row .customer02-input-email {
        flex: 1 1 45%;
    }

    .customer02-email-row .customer02-select-email {
        flex: 1 1 100%;
    }

    .customer02-btnWrap {
        flex-direction: column;
        gap: 10px;
    }

    .customer02-btnWrap .customer02-btnB, .customer02-btnWrap .customer02-btnA {
        width: 100%;
        text-align: center;
        font-size: 15px;
    }
}

