.join {
    width: 1480px;
    margin: 175px auto 126px;
}

.join .wrap .title h1 {
    font-size: 32px;
    font-weight: bold;
    color: #1C1C1C;
    margin: 0 0 36px;
}

.join .wrap .title .other {
    display: flex;
    justify-content: space-between;
}

.join .wrap .title .other .join_search {
    width: 847px;
    height: 56px;
    border: 1px solid #CCCCCC;
    border-radius: 28px;
    display: flex;
    overflow: hidden;
}

.join .wrap .title .other .join_search input {
    flex: 1;
    height: 100%;
    background: transparent;
    border: none;
    padding: 0 0 0 16px;
    font-size: 18px;
    font-weight: 400;
}

.join .wrap .title .other .join_search input::placeholder {
    color: #999999;
}

.join .wrap .title .other .join_search button {
    width: 114px;
    height: 100%;
    background: #666666;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
}

.join .wrap .title .other .import {
    display: flex;
    height: 56px;
}

.join .wrap .title .other .import .item {
    width: 280px;
    height: 100%;
    border: 1px solid #CCCCCC;
    border-radius: 28px;
    position: relative;
}

.join .wrap .title .other .import .item:after {
    content: '';
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #ccc;
}

.join .wrap .title .other .import .item:not(:last-child) {
    margin: 0 16px 0 0;
}

.join .wrap .title .other .import .item select {
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
    padding: 0 0 0 18px;
    font-size: 18px;
    font-weight: 400;
    color: #999999;
    appearance: none;
}

.join .wrap .title .other .import .item select option {
    font-size: 16px;
}

.join .wrap .content {
    margin: 62px 0 0 0;
}

.join .wrap .content .headline {
    height: 70px;
    background: #1CB692;
    display: flex;
    align-items: center;
}

.join .wrap .content .headline p {
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
}

.join .wrap .content .headline p:not(:last-child) {
    margin: 0 220px 0 0;
}

.join .wrap .content .headline p:nth-child(1) {
    padding: 0 0 0 46px;
    width: 160px;
}

.join .wrap .content .headline p:nth-child(2) {
  width: 115px;

}

.join .wrap .content .headline p:nth-child(3) {
    width: 150px;
}

.join .wrap .content .headline p:nth-child(4) {
    width: 73px;
}

.join .wrap .content .headline p:nth-child(5) {
    width: 40px;
}

.join .wrap .content .flex .item {
    border-bottom: 1px solid #E6E6E6;
}

.join .wrap .content .flex .item .show {
    height: 80px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: .6s;
}

.join .wrap .content .flex .item .show p {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    text-align: center;
}

.join .wrap .content .flex .item .show p:not(:last-child) {
    margin: 0 220px 0 0;
}

.join .wrap .content .flex .item .show p:nth-child(1) {
    padding: 0 0 0 46px;
    width: 160px;
}

.join .wrap .content .flex .item .show p:nth-child(2) {
    width: 115px;
}

.join .wrap .content .flex .item .show p:nth-child(3) {
    width: 150px;
}

.join .wrap .content .flex .item .show p:nth-child(4) {
    width: 73px;
}

.join .wrap .content .flex .item .show p:nth-child(5) {
    width: 40px;
}

.join .wrap .content .flex .item .show .add {
    width: 40px;
    height: 40px;
    background: #E6E6E6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.join .wrap .content .flex .item .show .add:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 2px;
    background: #000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.join .wrap .content .flex .item .show .add:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 12px;
    background: #000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: .6s;
}

.join .wrap .content .flex .item .hide {
    overflow: hidden;
    display: none;
}

.join .wrap .content .flex .item .hide > div {
    margin: 81px 0 93px 55px;
}

.join .wrap .content .flex .item .hide > div p {
    font-size: 18px;
    color: #000000;
    line-height: 32px;
}

.join .wrap .content .flex .item.on .show {
    background: #F5F5F5;
}

.join .wrap .content .flex .item.on .show .add:before {
    opacity: 0;
}

@media screen and (max-width: 1920px) {
    .join {
        width: 77.0833333333vw;
        margin: 9.1145833333vw auto 6.5625vw;
    }

    .join .wrap .title h1 {
        font-size: 1.6666666667vw;
        font-weight: bold;
        color: #1C1C1C;
        margin: 0 0 1.875vw;
    }

    .join .wrap .title .other {
        display: flex;
        justify-content: space-between;
    }

    .join .wrap .title .other .join_search {
        width: 44.1145833333vw;
        height: 2.9166666667vw;
        border: 0.0520833333vw solid #CCCCCC;
        border-radius: 1.4583333333vw;
        display: flex;
        overflow: hidden;
    }

    .join .wrap .title .other .join_search input {
        flex: 1;
        height: 100%;
        background: transparent;
        border: none;
        padding: 0 0 0 0.8333333333vw;
        font-size: 0.9375vw;
        font-weight: 400;
    }

    .join .wrap .title .other .join_search input::placeholder {
        color: #999999;
    }

    .join .wrap .title .other .join_search button {
        width: 5.9375vw;
        height: 100%;
        background: #666666;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.9375vw;
        font-weight: 400;
        color: #FFFFFF;
    }

    .join .wrap .title .other .import {
        display: flex;
        height: 2.9166666667vw;
    }

    .join .wrap .title .other .import .item {
        width: 14.5833333333vw;
        height: 100%;
        border: 0.0520833333vw solid #CCCCCC;
        border-radius: 1.4583333333vw;
        position: relative;
    }

    .join .wrap .title .other .import .item:after {
        content: '';
        position: absolute;
        right: 0.9375vw;
        top: 50%;
        transform: translateY(-50%);
        border-left: 0.3125vw solid transparent;
        border-right: 0.3125vw solid transparent;
        border-top: 0.3645833333vw solid #ccc;
    }

    .join .wrap .title .other .import .item:not(:last-child) {
        margin: 0 0.8333333333vw 0 0;
    }

    .join .wrap .title .other .import .item select {
        width: 100%;
        height: 100%;
        border: none;
        background: transparent;
        padding: 0 0 0 0.9375vw;
        font-size: 0.9375vw;
        font-weight: 400;
        color: #999999;
        appearance: none;
    }

    .join .wrap .title .other .import .item select option {
        font-size: 0.8333333333vw;
    }

    .join .wrap .content {
        margin: 3.2291666667vw 0 0 0;
    }

    .join .wrap .content .headline {
        height: 3.6458333333vw;
        background: #1CB692;
        display: flex;
        align-items: center;
    }

    .join .wrap .content .headline p {
        font-size: 0.9375vw;
        font-weight: bold;
        color: #FFFFFF;
        text-align: center;
    }

    .join .wrap .content .headline p:not(:last-child) {
        margin: 0 11.4583333333vw 0 0;
    }

    .join .wrap .content .headline p:nth-child(1) {
        padding: 0 0 0 2.3958333333vw;
        width: 8.333333333333334vw;
    }

    .join .wrap .content .headline p:nth-child(2) {
        width: 5.9895833333vw;
    }

    .join .wrap .content .headline p:nth-child(3) {
        width: 7.8125vw;
    }

    .join .wrap .content .headline p:nth-child(4) {
        width: 3.8020833333vw;
    }

    .join .wrap .content .headline p:nth-child(5) {
        width: 2.0833333333vw;
    }

    .join .wrap .content .flex .item {
        border-bottom: 1px solid #E6E6E6;
    }

    .join .wrap .content .flex .item .show {
        height: 4.1666666667vw;
        display: flex;
        align-items: center;
        cursor: pointer;
        transition: .6s;
    }

    .join .wrap .content .flex .item .show p {
        font-size: 0.9375vw;
        font-weight: 400;
        color: #000000;
        text-align: center;
    }



    .join .wrap .content .flex .item .show p:not(:last-child) {
        margin: 0 11.4583333333vw 0 0;
    }

    .join .wrap .content .flex .item .show p:nth-child(1) {
        padding: 0 0 0 2.3958333333vw;
        width: 8.333333333333334vw;
    }

    .join .wrap .content .flex .item .show p:nth-child(2) {
        width: 5.9895833333vw;
    }

    .join .wrap .content .flex .item .show p:nth-child(3) {
        width: 7.8125vw;
    }

    .join .wrap .content .flex .item .show p:nth-child(4) {
        width: 3.8020833333vw;
    }

    .join .wrap .content .flex .item .show p:nth-child(5) {
        width: 2.0833333333vw;
    }

    .join .wrap .content .flex .item .show .add {
        width: 2.0833333333vw;
        height: 2.0833333333vw;
        background: #E6E6E6;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .join .wrap .content .flex .item .show .add:after {
        content: '';
        position: absolute;
        width: 0.625vw;
        height: 0.1041666667vw;
        background: #000;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

    .join .wrap .content .flex .item .show .add:before {
        content: '';
        position: absolute;
        width: 0.1041666667vw;
        height: 0.625vw;
        background: #000;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        transition: .6s;
    }

    .join .wrap .content .flex .item .hide {
        overflow: hidden;
        display: none;
    }

    .join .wrap .content .flex .item .hide > div {
        margin: 4.21875vw 0 4.84375vw 2.8645833333vw;
    }

    .join .wrap .content .flex .item .hide > div p {
        font-size: 0.9375vw;
        color: #000000;
        line-height: 1.6666666667vw;
    }

    .join .wrap .content .flex .item.on .show {
        background: #F5F5F5;
    }

    .join .wrap .content .flex .item.on .show .add:before {
        opacity: 0;
    }
}

@media screen and (max-width: 1024px) {
    .join{
        width: 90%;
    }
    .join .wrap .title h1{
        font-size: 22px;
        margin: 0 0 15px;
    }
    .join .wrap .title .other{
        flex-direction: column;
    }
    .join .wrap .title .other .join_search{
        width: 100%;
        height: 40px;
        border-radius: 25px;
    }
    .join .wrap .title .other .join_search input{
        font-size: 14px;
        padding: 0 15px;
    }
    .join .wrap .title .other .join_search button{
        font-size: 14px;
        width: fit-content;
        padding: 0 18px;
    }
    .join .wrap .title .other .import{
        height: auto;
        margin: 15px 0 0 0;
        flex-direction: column;
    }
    .join .wrap .title .other .import .item{
        width: 100%;
        height: 40px;
        border-radius: 25px;
    }
    .join .wrap .title .other .import .item:not(:last-child) {
        margin: 0 0 15px;
    }
    .join .wrap .title .other .import .item select{
        font-size: 14px;
        padding: 0 18px;
    }
    .join .wrap .title .other .import .item:after{
        right: 18px;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 6px solid #ccc;
    }
    .join .wrap .title .other .import .item select option{
        font-size: 13px;
    }
    .join .wrap .content{
        margin: 25px 0 0 0;
    }

    .join .wrap .content .headline p,.join .wrap .content .flex .item .show p{
        font-size: 12px;
        margin: 0!important;
        width: fit-content!important;
        padding: 0!important;
        text-align: center;
    }


    .join .wrap .content .headline,.join .wrap .content .flex .item .show{
        height: 50px;
        display: grid;
        grid-template-columns: repeat(5,1fr);
        justify-content: space-between;
        padding: 0 8px;
        justify-items: center;
    }
    .join .wrap .content .flex .item .show .add {
        width: 25px;
        height: 25px;
    }
    .join .wrap .content .flex .item .show .add:before {
        width: 1px;
        height: 10px;
    }
    .join .wrap .content .flex .item .show .add:after {
        width: 10px;
        height: 1px;
    }
    .join .wrap .content .flex .item .hide > div p {
        font-size: 12px;
        line-height: 26px;
    }
}
