.option {
    font-size: 14px;
    color: var(--paletteColor3);
    display: inline-block;
    margin-bottom: unset;
    margin-left: 5px;
}

.customized-sec {
    padding-top: 130px;
    padding-bottom: 130px;
}

.customized-sec .content form > div:nth-child(n+2) {
    margin-top: 30px;
}

.customized-sec .content form h5 {
    font-weight: bold;
}


.customized-sec .content .half {
    max-width: 500px;
}

.customized-sec .content .quarter {
    max-width: 165px;
}

.customized-sec .content .btn-more {
    padding: 10px;
    margin-left: 20px;
    background: #F4F4F4;
    border-radius: 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.03em;
    color: #454545;
}

.customized-sec .content .btn-area {
    border-top: 1px solid #888888;
    padding-top: 30px;
    text-align: right;
}

.customized-sec .content .btn-area .btn {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.03em;
    color: #454545;
    padding: 15px 30px;
    border-radius: 12px;
    background: #F4F4F4;
    cursor: pointer;
}

.customized-sec .content .btn-area .btn.submit {
    color: #ffffff;
    background: var(--paletteColor1);
}

.customized-sec .content .btn-area .btn:nth-child(n+2) {
    margin-left: 10px;
}

input.upload-name {
    display: inline-block;
    font-size: inherit;
    font-family: inherit;
    border: none;
}

textarea {
    resize: none;
    height: 180px;
}

@media screen and (max-width: 767px) {
    .customized-sec .content {
        margin-top: 50px;
    }
}
