#customer{
    
}

#customer .gender-list {
    margin-top: 22.8px;
}

#customer .lab {
    font-size: 1.65rem;
    line-height: 2.45rem;
    color: #191919;
    margin-top: 28px;
}
#customer .lab .need {
    display: inline;
    color: #F76C0F;
    font-size: 1.41rem;
}
#customer .input-wrapper {
    width: 100%;
    height: 44px;
    background-color: white;
    border-bottom: 1px solid #E7E7E7;
}
#customer .input-wrapper input::placeholder {
    color: #7B7B7B;
    font-weight: 300;
}
#customer .input-wrapper input {
    width: 100%;
    height: 100%;
    background-color: transparent;
    font-size: 1.4rem;
}

#customer .ini-form-next {
    margin-top: 19px;
}

#customer .require-read {
    margin-top: 5rem;
    padding-bottom: 7.2rem;
}
#customer .require-read__inner {
    background-color: #f5f5f5;
    padding: 3rem 2rem;
}
#customer .require-read__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#customer .require-read__title {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #222;
    font-size: 1.8rem;
    line-height: 2.1rem;
    font-weight: 700;
}
#customer .require-read__title img {
    width: 1.65rem;
}
#customer .require-read__body {}
#customer .require-read__bodyList {
    padding-top: 1.2rem;
    color: #757575;
    font-size: 1.2rem;
    line-height: 1.4rem;
    font-weight: 400;
    padding-left: 1.5rem;
}
#customer .require-read__bodyItem {
    list-style: auto;
    padding-top: .3rem;
    word-break: keep-all;
}


#customer .privacy-wrapper.checked .check-box {
    background-color: black;
}
#customer .privacy-wrapper.checked .check-box img {
    display: block;
}
#customer .privacy-wrapper {
    margin-top: 22.53px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
#customer .privacy-wrapper .check-box {
    width: 25px;
    height: 25px;

    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2.5px;
    border: 1px solid black;
}
#customer .privacy-wrapper .check-box img {
    display: none;
    width: 12px;
}
#customer .privacy-wrapper .show-policy {
    width: 40px;
    height: 20px;
    background: black;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    cursor: pointer;
}
#customer .privacy-wrapper .text {
    margin-left: 9px;
    font-size: 1.29rem;
    color: #404040;
    letter-spacing: -1px;
    word-break: keep-all;
    /* text-decoration: underline; */
    /* border-bottom: 1px solid #404040; */
}