.cooperation-container {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 5%;
    color: #000000;
    /* height: 100vh; */
}

.cooperation-title {
    margin-top: 5.75rem;
    text-align: center;
}

.cooperation-desc {
    font-size: .875rem;
    font-weight: 400;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.form-main {
    margin-top: 2.5rem;
}

.form-title {
    position: relative;
    padding-left: .875rem;
    font-size: 1rem;
}

.form-title:before {
    content: "";
    position: absolute;
    left: .25rem;
    top: 0.3625rem;
    width: .1875rem;
    height: 1rem;
    background: #ccc;
}

.form-item {
    margin-top: 1.875rem;
    line-height: 2.5rem;
}

.form-item-label {
    float: left;
    width: 18.75rem;
    line-height: 2rem;
    font-size: .875rem;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
}

.form-item-required .form-item-label:before {
    content: "*";
    color: #e93d34;
    margin-right: .25rem;
}

.form-item-label:before {
    content: "";
    margin-right: .925rem;
}

.form-item-content {
    position: relative;
    margin-left: 10rem;
    line-height: 2rem;
    width: 25rem;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}


/* .form-item-select {
    display: inline-block;
    position: relative;
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
    width: 400px;
    padding: 6px 4px;
    outline: none;
} */

.form-item-select {
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
    width: 25rem;
    padding-left: .375rem;
    padding-right: .375rem;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.select-item {
    width: 100%;
    color: #000000 !important;
}

.select-placeholder {
    width: 100%;
    color: #999;
    opacity: 0.8;
}

.form-item-select img {
    height: .75rem;
    width: .75rem;
}

.form-item-select-option {
    width: 25rem;
    box-shadow: 0 0 .125rem 0 rgba(0, 0, 0, .15);
    cursor: pointer;
    position: absolute;
    z-index: 1000;
    background-color: #fff;
    top: 2.125rem;
    border-radius: 0;
}

ul.form-item-select-option li {
    height: 2rem;
    line-height: 2rem;
    font-size: .75rem;
    color: #333;
    padding-left: .375rem;
}

ul.form-item-select-option li:hover {
    color: #036fe2;
    background: #fff;
}

ul.form-item-select-option li.selected {
    color: #036fe2;
    background: #fff;
    font-weight: 400;
}

textarea.form-item-text-area {
    width: 25rem;
    min-height: 3.125rem;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    outline: none;
    padding-left: .375rem;
    padding-right: .375rem;
}

.seq-line {
    width: 100%;
    height: 1px;
    margin-top: 3.375rem;
    background: #e1e1e1;
}

.form-input-radio {
    cursor: pointer;
}

.form-input-radio span {
    margin-left: .625rem;
}

.form-input {
    width: 25rem;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    outline: none;
    padding-left: .375rem;
    padding-right: .375rem;
}

.form-radio {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
    width: 35rem;
    font-size: 1rem;
    text-align: center;
    color: #fff;
    background: #036fe2;
    cursor: pointer;
    padding: .625rem;
}

.form-warning {
    margin-top: .5625rem;
    color: #e60000;
    font-size: .875rem;
    line-height: 1.25rem;
}

.form-item-warning {
    border: 1px solid #dc0000 !important;
}