* {
    margin: 0;
    padding: 0;
    font-family: 'Pretendard', sans-serif;
    letter-spacing: -1px;
}

#wrap {
    width: 100%;
    overflow-x: hidden;
    white-space: normal;
    background-color: #F6F3F2;
    height: 100%;
    min-height: 100vh;
    /* display: flex;
    flex-direction: column; */
}

.logo {
    display: flex;
    justify-content: center;
    padding-top: 75px;
}

.img1 {
    width: 386px;
    height: 77px;
}

.con01 {
    display: flex;
    justify-content: center;
    height: 100%;
    padding-top: 18px;
    color: #002B57;
    font-size: 32px;
    letter-spacing: -1px;
    font-weight: 600;
}

.con02 {
    display: flex;
    justify-content: center;
    padding-top: 75px;
}

.con02_text {
    display: flex;
    width: 386px;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
}

.con02_inputbox {
    display: flex;
    /* height: 100%; */
    width: 100%;
    color: #777777;
    padding-top: 10px;
}

.con02_input {
    display: flex;
    height: 52px;
    width: 100%;
    background-color: #E9E9E9;
    border-radius: 10px;
    border: none;
    padding-left: 24px;
    color: #777777;
    font-size: 17px;
    font-weight: 500;
}

.con02_input::placeholder {
    color: #777777;
    font-size: 17px;
}

.con03 {
    display: flex;
    justify-content: center;
    padding-top: 26px;
}

.con03_text {
    display: flex;
    width: 386px;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
}

.con03_inputbox {
    display: flex;
    /* height: 100%; */
    width: 100%;
    color: #777777;
    padding-top: 10px;
}

.con03_input {
    display: flex;
    height: 52px;
    width: 100%;
    background-color: #E9E9E9;
    border-radius: 10px;
    border: none;
    padding-left: 24px;
    color: #777777;
    font-size: 17px;
    font-weight: 500;
}

.con03_input::placeholder {
    color: #777777;
    font-size: 17px;
}

.con04 {
    display: flex;
    justify-content: center;
    padding-top: 60px;
}

.con04_button {
    font-size: 20px;
    font-weight: 700;
    width: 386px;
    height: 60px;
    background-color: #002B57;
    text-align: center;
    align-content: center;
    border-radius: 10px;
    border: none;
    color: #FFFFFF;
}

.con04_button:hover {
    background-color: #001F3E;
    transition: 0.3s;
    cursor: pointer;
}

.con04_button:disabled {
    background-color: #002B57;
    /* 기본 배경 유지 */
    color: #FFFFFF;
    /* 기본 글씨 색상 유지 */
    cursor: not-allowed;
    pointer-events: none;
    /* hover 효과 차단 */
}

.con05 {
    /* margin-top: auto; */
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.con05_mainbox {
    line-height: 2;
    height: auto;
    width: 386px;
    align-content: center;
    border-radius: 10px;
    background-color: #DCDCDC;
    padding-top: 12px;
    padding-bottom: 12px;
}

.con05_textbox {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    padding-left: 12px;
}

.con05_textbox2 {
    color: #777777;
    font-size: 12px;
    padding-left: 12px;
    padding-right: 12px;
}

.error_message {
    color: red;
    font-size: 14px;
    font-weight: bold;
    display: none;
    /* 기본적으로 숨김 */
    margin-top: 5px;
}

/* 조회 에러 팝업 스타일 */
.errorDialog {
    border: none;
    border-radius: 20px;
    width: 438px;
    height: 408px;
    text-align: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 54%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    z-index: 1000;
    max-width: 90%;
}

.errorDialog::backdrop {
    background-color: rgba(0, 0, 0, 0.5);
}

.dialogMessage1 {
    font-size: 20px;
    color: #131313;
    font-weight: 600;
    margin-bottom: 12px;
}

.dialogMessage2 {
    /* font-size: 16px;
    color: #8C8B9F;
    font-weight: 500; */
    font-size: 20px;
    color: #131313;
    font-weight: 600;
    margin-bottom: 51px;
}

#closeDialog {
    background-color: #003469;
    color: white;
    border: none;
    /* padding: 8px 16px; */
    cursor: pointer;
    border-radius: 10px;
    width: 212px;
    height: 60px;
    font-size: 20px;
    font-weight: 600;
}

#closeDialog:hover {
    background-color: #001F3E;
    transition: 0.3s;
    cursor: pointer;
}

.noinfoImg {
    margin-top: 40px;
    width: 144px;
    height: 144px;
}

/* 조회 성공 팝업 스타일 */
/* .infoDialog {
    border: none;
    border-radius: 20px;
    width: 438px;
    height: 750px;
    /* text-align: center; */
/* box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 54%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #F3F4F8;
    z-index: 1000;
    max-width: 90%; */
/* } */
.infoDialog {
    border: none;
    border-radius: 20px;
    width: 438px;
    height: 750px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #F3F4F8;
    z-index: 1000;
    max-width: 90vw;
    max-height: 90vh;
    overflow-y: auto;
    margin: 0;
    padding: 0;
}

.infoDialog::backdrop {
    background-color: rgba(0, 0, 0, 0.5);
}

/* .infoDialog2 {
    border: none;
    border-radius: 20px;
    width: 438px;
    height: 750px;
    /* text-align: center; */
/* box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 54%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #F3F4F8;
    z-index: 1000;
    max-width: 90%; */
/* } */
.infoDialog2 {
    border: none;
    border-radius: 20px;
    width: 438px;
    height: 750px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #F3F4F8;
    z-index: 1000;
    max-width: 90vw;
    max-height: 90vh;
    overflow-y: auto;
    margin: 0;
    padding: 0;
}

.infoDialog2::backdrop {
    background-color: rgba(0, 0, 0, 0.5);
}

.dialogText1 {
    font-size: 20px;
    color: #131313;
    font-weight: 600;
    margin-bottom: 14px;
    padding-top: 40px;
    margin-left: 24px;
}

.dialogBox1 {
    font-size: 20px;
    color: #131313;
    background-color: #FFFFFF;
    border: 1px #D6D6D6 solid;
    font-weight: 600;
    width: 398px;
    height: 136px;
    margin-left: 17px;
    border-radius: 14px;
    display: grid;
    align-content: center;
}

.dialogBox1Text1 {
    font-size: 20px;
    color: #131313;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}

.dialogBox1Text2 {
    font-size: 20px;
    color: #131313;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
}

.paddingLeft30 {
    padding-left: 30px;
}

.paddingRight30 {
    padding-right: 30px;
}

.dialogText2 {
    font-size: 20px;
    color: #131313;
    font-weight: 600;
    margin-bottom: 14px;
    padding-top: 26px;
    margin-left: 24px;
}

.dialogSelectBox {
    font-size: 17px;
    color: #798088;
    background-color: #FFFFFF;
    border: 1px #D6D6D6 solid;
    font-weight: 500;
    width: 398px;
    height: 52px;
    margin-left: 17px;
    border-radius: 10px;
    outline: none;
    cursor: pointer;
    padding-left: 30px;

    /* 기본 화살표 숨기기 */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('../../images/select_down.png');
    /* 화살표 이미지 경로 */
    background-position: right 10px center;
    /* 화살표 위치 */
    background-repeat: no-repeat;
    /* 반복 방지 */
}

.dialogSelectBox option {
    color: #131313;
    /* 나머지 옵션들의 색상 */
    font-weight: 500;
}

.dialogBox2 {
    width: 398px;
    margin-left: 17px;
    margin-top: 10px;
    display: none;
}

.dialogBox2_input {
    display: flex;
    background-color: #FFFFFF;
    border-radius: 10px;
    border: 1px #D6D6D6 solid;
    padding-left: 24px;
    width: 374px;
    height: 52px;
    color: #131313;
    font-size: 17px;
    font-weight: 500;
    /* outline: none;  */
}

.dialogBox2_input::placeholder {
    color: #798088;
    font-size: 17px;
}

.dialogBox3 {
    width: 398px;
    margin-left: 17px;
}

.dialogBox3_input {
    display: flex;
    background-color: #FFFFFF;
    border-radius: 10px;
    border: 1px #D6D6D6 solid;
    padding-left: 24px;
    width: 374px;
    height: 52px;
    color: #131313;
    font-size: 17px;
    font-weight: 500;
    /* outline: none;  */
}

.dialogBox3_input::placeholder {
    color: #798088;
    font-size: 17px;
}

.infoButtonBox {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 20px;
}

#closeInfoDialog {
    background-color: white;
    color: #003469;
    border: 1px #003469 solid;
    cursor: pointer;
    border-radius: 10px;
    width: 195px;
    height: 60px;
    font-size: 20px;
    font-weight: 600;
    margin-right: 4px;
}

#closeInfoDialog:hover {
    background-color: #E0E1E6;
    transition: 0.3s;
    cursor: pointer;
}

#checkInfoDialog {
    background-color: #003469;
    color: white;
    border: none;
    /* padding: 8px 16px; */
    cursor: pointer;
    border-radius: 10px;
    width: 195px;
    height: 60px;
    font-size: 20px;
    font-weight: 600;
    margin-left: 4px;
}

#checkInfoDialog:hover {
    background-color: #001F3E;
    transition: 0.3s;
    cursor: pointer;
}

#checkInfoDialog:disabled {
    background-color: #003469;
    /* 기본 배경 유지 */
    color: #FFFFFF;
    /* 기본 글씨 색상 유지 */
    cursor: not-allowed;
    pointer-events: none;
    /* hover 효과 차단 */
}

#closeInfoDialog2 {
    background-color: white;
    color: #003469;
    border: 1px #003469 solid;
    cursor: pointer;
    border-radius: 10px;
    width: 195px;
    height: 60px;
    font-size: 20px;
    font-weight: 600;
    margin-right: 4px;
}

#closeInfoDialog2:hover {
    background-color: #E0E1E6;
    transition: 0.3s;
    cursor: pointer;
}

#checkInfoDialog2 {
    background-color: #003469;
    color: white;
    border: none;
    /* padding: 8px 16px; */
    cursor: pointer;
    border-radius: 10px;
    width: 195px;
    height: 60px;
    font-size: 20px;
    font-weight: 600;
    margin-left: 4px;
}

#checkInfoDialog2:hover {
    background-color: #001F3E;
    transition: 0.3s;
    cursor: pointer;
}

#checkInfoDialog2:disabled {
    background-color: #003469;
    /* 기본 배경 유지 */
    color: #FFFFFF;
    /* 기본 글씨 색상 유지 */
    cursor: not-allowed;
    pointer-events: none;
    /* hover 효과 차단 */
}

/* 등록 성공 팝업 스타일 */
.successDialog {
    border: none;
    border-radius: 20px;
    width: 438px;
    height: 408px;
    text-align: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 54%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    z-index: 1000;
    max-width: 90%;
}

.successDialog::backdrop {
    background-color: rgba(0, 0, 0, 0.5);
}

.successImg {
    margin-top: 30px;
    width: 144px;
    height: 144px;
}

.successDialogMessage1 {
    font-size: 20px;
    color: #131313;
    font-weight: 600;
    margin-top: 18px;
    margin-bottom: 50px;
}

#closeSuccessDialog {
    background-color: #003469;
    color: white;
    border: none;
    /* padding: 8px 16px; */
    cursor: pointer;
    border-radius: 10px;
    width: 212px;
    height: 60px;
    font-size: 20px;
    font-weight: 600;
}

.carError_message {
    color: red;
    font-size: 13px;
    font-weight: bold;
    display: none;
    /* 기본적으로 숨김 */
    margin-top: 5px;
    margin-left: 4px;
}

.carKindError_message {
    color: red;
    font-size: 13px;
    font-weight: bold;
    display: none;
    /* 기본적으로 숨김 */
    margin-top: 5px;
    margin-left: 4px;
}

/* 개인정보 안내 텍스트 박스 스타일 */
.privacy-notice {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 374px;
    padding: 15px;
    background-color: #DCDCDC;
    margin: 20px auto 20px auto;
    border-radius: 10px;
}

.privacy-notice-text {
    font-family: Pretendard;
    font-size: 14px;
    font-weight: 600;
    color: #777777;
    line-height: 140%;
    letter-spacing: -2.5%;
    text-align: center;
}

/* 휴대폰 사이즈 */
@media screen and (max-width: 600px) {
    .img1 {
        width: 90%;
        height: 100%;
    }

    .con01 {
        display: flex;
        justify-content: center;
        height: 100%;
        padding-top: 18px;
        color: #002B57;
        font-size: 24px;
        letter-spacing: -1px;
        font-weight: 600;
    }

    .con02_text {
        display: flex;
        width: 356px;
        color: #000000;
        font-size: 16px;
        font-weight: 500;
    }

    .con03_text {
        display: flex;
        width: 356px;
        color: #000000;
        font-size: 16px;
        font-weight: 500;
    }

    .con04_button {
        font-size: 20px;
        font-weight: 700;
        width: 356px;
        height: 60px;
        background-color: #002B57;
        text-align: center;
        align-content: center;
        border-radius: 10px;
        border: none;
        color: #FFFFFF;
    }

    .con05 {
        /* margin-top: auto; */
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 50px;
        margin-bottom: 60px;
    }

    .con05_mainbox {
        line-height: 2;
        height: auto;
        width: 356px;
        align-content: center;
        border-radius: 10px;
        background-color: #DCDCDC;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    /* .infoDialog {
        overflow-x: hidden;
        white-space: normal;
        border: none;
        border-radius: 20px;
        width: 338px;
        height: 500px;
        /* text-align: center; */
    /* box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
        position: fixed;
        top: 54%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #F3F4F8;
        z-index: 1000;
        max-width: 90%; */
    /* } */
    .infoDialog {
        width: 338px;
        height: 500px;
        border-radius: 20px;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #F3F4F8;
        z-index: 1000;
        max-width: 90vw;
        max-height: 90vh;
        overflow-y: auto;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    }

    .infoDialog::backdrop {
        background-color: rgba(0, 0, 0, 0.5);
    }

    /* .infoDialog2 {
        overflow-x: hidden;
        white-space: normal;
        border: none;
        border-radius: 20px;
        width: 338px;
        height: 416px;
        /* text-align: center; */
    /* box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
        position: fixed;
        top: 54%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #F3F4F8;
        z-index: 1000;
        max-width: 90%; */
    /* } */
    .infoDialog2 {
        width: 338px;
        height: 416px;
        border-radius: 20px;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #F3F4F8;
        z-index: 1000;
        max-width: 90vw;
        max-height: 90vh;
        overflow-y: auto;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    }

    .infoDialog2::backdrop {
        background-color: rgba(0, 0, 0, 0.5);
    }

    .dialogText1 {
        font-size: 14px;
        color: #131313;
        font-weight: 600;
        margin-bottom: 8px;
        padding-top: 28px;
        margin-left: 14px;
    }

    .dialogBox1 {
        font-size: 12px;
        color: #131313;
        background-color: #FFFFFF;
        border: 1px #D6D6D6 solid;
        font-weight: 600;
        width: 93%;
        height: 96px;
        margin-left: 11px;
        border-radius: 10px;
        display: grid;
        align-content: center;
    }

    .dialogBox1Text1 {
        font-size: 12px;
        color: #131313;
        font-weight: 600;
        display: flex;
        justify-content: space-between;
        padding-bottom: 10px;
    }

    .dialogBox1Text2 {
        font-size: 12px;
        color: #131313;
        font-weight: 600;
        display: flex;
        justify-content: space-between;
        padding-top: 10px;
    }

    .paddingLeft30 {
        padding-left: 10px;
    }

    .paddingRight30 {
        padding-right: 10px;
    }

    .dialogText2 {
        font-size: 14px;
        color: #131313;
        font-weight: 600;
        margin-bottom: 8px;
        padding-top: 16px;
        margin-left: 14px;
    }

    .dialogSelectBox {
        font-size: 12px;
        color: #798088;
        background-color: #FFFFFF;
        border: 1px #D6D6D6 solid;
        font-weight: 500;
        width: 92%;
        height: 32px;
        margin-left: 14px;
        border-radius: 10px;
        outline: none;
        cursor: pointer;
        padding-left: 10px;

        /* 기본 화살표 숨기기 */
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-image: url('../../images/select_down.png');
        /* 화살표 이미지 경로 */
        background-position: right 10px center;
        /* 화살표 위치 */
        background-repeat: no-repeat;
        /* 반복 방지 */
    }

    .dialogSelectBox option {
        color: #131313;
        /* 나머지 옵션들의 색상 */
        font-weight: 500;
    }

    .dialogBox3 {
        width: 93%;
        margin-left: 14px;
    }

    .dialogBox3_input {
        display: flex;
        background-color: #FFFFFF;
        border-radius: 10px;
        border: 1px #D6D6D6 solid;
        padding-left: 14px;
        width: 93%;
        height: 32px;
        color: #131313;
        font-size: 12px;
        font-weight: 500;
        /* outline: none;  */
    }

    .dialogBox3_input::placeholder {
        color: #798088;
        font-size: 12px;
    }

    .dialogBox2 {
        width: 93%;
        margin-left: 14px;
        margin-top: 10px;
        display: none;
    }

    .dialogBox2_input {
        display: flex;
        background-color: #FFFFFF;
        border-radius: 10px;
        border: 1px #D6D6D6 solid;
        padding-left: 14px;
        width: 93%;
        height: 32px;
        color: #131313;
        font-size: 12px;
        font-weight: 500;
        /* outline: none;  */
    }

    .dialogBox2_input::placeholder {
        color: #798088;
        font-size: 12px;
    }

    .infoButtonBox {
        /* padding-left: 15px;
        padding-right: 15px; */
        margin-left: 15px;
        margin-right: 15px;
        display: flex;
        justify-content: space-between;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    #closeInfoDialog {
        /* padding-left: 10px;
        padding-right: 10px; */
        background-color: white;
        color: #003469;
        border: 1px #003469 solid;
        cursor: pointer;
        border-radius: 10px;
        width: 150px;
        height: 35px;
        font-size: 15px;
        font-weight: 600;
        /* margin-right: 4px; */
    }

    #closeInfoDialog:hover {
        background-color: #E0E1E6;
        transition: 0.3s;
        cursor: pointer;
    }

    #checkInfoDialog {
        background-color: #003469;
        color: white;
        border: none;
        /* padding: 8px 16px; */
        cursor: pointer;
        border-radius: 10px;
        width: 150px;
        height: 35px;
        font-size: 15px;
        font-weight: 600;
        /* margin-left: 4px; */
    }

    #checkInfoDialog:hover {
        background-color: #001F3E;
        transition: 0.3s;
        cursor: pointer;
    }

    #closeInfoDialog2 {
        background-color: white;
        color: #003469;
        border: 1px #003469 solid;
        cursor: pointer;
        border-radius: 10px;
        width: 135px;
        height: 35px;
        font-size: 15px;
        font-weight: 600;
        margin-right: 4px;
    }

    #closeInfoDialog2:hover {
        background-color: #E0E1E6;
        transition: 0.3s;
        cursor: pointer;
    }

    #checkInfoDialog2 {
        background-color: #003469;
        color: white;
        border: none;
        /* padding: 8px 16px; */
        cursor: pointer;
        border-radius: 10px;
        width: 135px;
        height: 35px;
        font-size: 15px;
        font-weight: 600;
        margin-left: 4px;
    }

    #checkInfoDialog2:hover {
        background-color: #001F3E;
        transition: 0.3s;
        cursor: pointer;
    }

    .carError_message {
        color: red;
        font-size: 10px;
        font-weight: bold;
        display: none;
        /* 기본적으로 숨김 */
        /* margin-top: 5px; */
        /* margin-left: 4px; */
    }

    .carKindError_message {
        color: red;
        font-size: 10px;
        font-weight: bold;
        display: none;
        /* 기본적으로 숨김 */
        margin-top: 5px;
        margin-left: 4px;
    }

    /* 개인정보 안내 텍스트 박스 스타일 */
    .privacy-notice {
        /* align-items: center;
        display: flex;
        justify-content: center; */
        width: 83%;
        /* padding: 10px; */
        background-color: #DCDCDC;
        /* margin: 20px auto 20 auto; */
        /* margin-left: 20px;
        margin-right: 20px; */
        border-radius: 8px;
    }

    .privacy-notice-text {
        font-family: Pretendard;
        font-size: 12px;
        font-weight: 500;
        color: #777777;
        line-height: 140%;
        letter-spacing: -2.5%;
        text-align: center;
    }
}

@media screen and (max-width: 360px) {
    .con02_text {
        display: flex;
        width: 306px;
        color: #000000;
        font-size: 16px;
        font-weight: 500;
    }

    .con03_text {
        display: flex;
        width: 306px;
        color: #000000;
        font-size: 16px;
        font-weight: 500;
    }

    .con04_button {
        font-size: 20px;
        font-weight: 700;
        width: 306px;
        height: 60px;
        background-color: #002B57;
        text-align: center;
        align-content: center;
        border-radius: 10px;
        border: none;
        color: #FFFFFF;
    }

    .con05 {
        /* margin-top: auto; */
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 50px;
        margin-bottom: 60px;
    }

    .con05_mainbox {
        line-height: 2;
        height: auto;
        width: 306px;
        align-content: center;
        border-radius: 10px;
        background-color: #DCDCDC;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    /* 개인정보 안내 텍스트 박스 스타일 */
    .privacy-notice {
        align-items: center;
        display: flex;
        justify-content: center;
        width: 87%;
        padding: 10px;
        background-color: #DCDCDC;
        margin: 20px auto 0 auto;
        border-radius: 10px;
    }

    .privacy-notice-text {
        font-family: Pretendard;
        font-size: 10px;
        font-weight: 400;
        color: #777777;
        line-height: 140%;
        letter-spacing: -2.5%;
        text-align: center;
    }
}