.profile-setting {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 123px;
}

.profile-data {
    display: flex;
    flex-direction: column;
}

.profile-data>label,
.presonal-data>label,
.row>div>label {

    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    /* identical to box height, or 18px */
    color: #6B6B6B;
}

.profile-title {
    margin-bottom: 30px;
}

.profile-input {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    /* identical to box height, or 114% */

    letter-spacing: 0.2px;

    color: #333333;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 30px;
    padding: 4px 0px;
    width: 519px;
}

.profile-input_hide {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    /* identical to box height, or 114% */

    letter-spacing: 0.2px;

    color: #333333;
    border: none;
    margin-bottom: 30px;
    padding: 4px 0px;
    width: 519px;
}



.checkbox-area {
    display: flex;
    height: 30px;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 30px;
}

.checkbox-area>label {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    /* identical to box height, or 112% */

    display: flex;
    align-items: center;
    letter-spacing: 0.2px;

    color: #737B7D;
}

.checkbox-area>input {
    margin-right: 10px;
}

.checkbox-area>label:first-of-type {
    margin-right: 104px;
}

.row>div {
    display: flex;
    flex-direction: column;
}

.row {
    display: flex;
}