.banner {
    width: 100%;
    height: 640px;
}

body {
    overflow-x: hidden;
}

.tabs {
    position: relative;
    border-bottom: 2px solid #DADCE0;
}

.tab-header {
    display: flex;
}

.tab-item {
    /* flex: 1; */
    cursor: pointer;
    text-align: center;
    margin-right: 89px;
    display: inline-block;
    /* padding: 10px 15px 0 15px; */
    /* border-bottom: 3px solid #DADCE0;  */
}

.tab-header {
    position: relative;
}

.tab-indicator {
    height: 2px;
    background-color: #152D83;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.3s ease;
}

.tab-item p {
    font-size: 18px;
    font-weight: 500;
    color: #1d2129;
    line-height: 76px;
}

.tab-active p {
    color: #152D83;
}

.chairman-photo {
    width: 600px;
    height: 800px;
    object-fit: cover;
}

.tab-4 {
    text-align: center;
}

.tab-4 h2,
.job-h2 {
    font-weight: 600;
    color: #1d2129;
    margin-bottom: 48px;
}

.job-h2 {
    text-align: center;
}

.tab-4 p {
    line-height: 28px;
}

.tab-4__sub {
    font-weight: 400;
    color: #1d2129;
    line-height: 28px;
    margin-bottom: 60px;
}

.w960 {
    width: 960px;
}

.tab-4 ul img {
    width: 278px;
    height: 209px;
    margin-top: 22px;
    object-fit: cover;
}

.tab-4 ul p {
    width: 246px;
    font-size: 18px;
    font-weight: 500;
    color: #1d2129;
    line-height: 28px;
    margin: 24px auto;
    text-align: center;
}

.tab-4 li {
    width: 342px;
    height: 337px;
    margin: 0 9px;
    margin-bottom: 32px;
    border-radius: 12px;
    background: #ffffff;
}

.join-type>div {
    width: 42.8%;
    padding: 2.8%;
    height: 320px;
    cursor: pointer;
    overflow: hidden;
    align-items: end;
    position: relative;
    border-radius: 8px;
}

.join-type>div>img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    transition: all .5s;
}

.join-type>div>img:hover {
    transform: scale(1.1);
}


/* .join-type>div:first-child {
    background: url('../images/Rectangle22.png');
    background-size: cover;
}

.join-type>div:last-child {
    background: url('../images/Rectangle23.png');
    background-size: cover;
} */

.join-type>div:hover {
    transition: all .5s;
    background-size: 140% !important;
}

.join-type p {
    z-index: 99;
    color: #ffffff;
    position: relative;
}

.join-type div p:first-child {
    font-weight: 600;
    text-align: LEFT;
    color: #ffffff;
    line-height: 44px;
}

.join-type div p:last-child {
    font-size: 14px;
    font-weight: 500;
    position: relative;
}

.table {
    /* width: 100%; */
}

th {
    width: 25%;
}

.table {
    border-top: 1px solid #152d83;
}

.pull-img {
    width: 24px;
    height: 24px;
    cursor: pointer;
    margin-right: 11.2%;
}

.details {
    /* display: none; */
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
}

.mobile-ul {
    display: none;
}

.table-body>div {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.table-head div,
.table-body>div div:not(:last-child) {
    flex: 0 0 25%;
    color: #1D2129;
    text-align: left;
    line-height: 68px;
    text-indent: 36px;
    justify-content: space-between;
    border-bottom: 1px solid #E8EAEF;
}

.table-head {
    background-color: #F7F8FA;
}

.hidden {
    display: none;
}

.detail {
    flex: 1;
    /* display: none; */
    background-color: #F7F8FA;
    padding: 20px 80px 40px 80px;
}

.detail h5 {
    font-size: 18px;
    font-size: 18px;
    font-weight: 600;
    color: #1d2129;
    margin-top: 40px;
    line-height: 26px;
    margin-bottom: 12px;
}

.detail p {
    width: 1200px;
    font-size: 16px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

#post_9ah5bi {
    cursor: pointer;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.upload-btn-wrapper:hover button {
    cursor: pointer;
    background: #0D2371;
}

.btn {
    outline: none;
    color: white;
    font-size: 16px;
    margin-top: 60px;
    overflow: hidden;
    font-weight: bold;
    padding: 8px 20px;
    padding: 16px 48px;
    border-radius: 32px;
    background-color: #152d83;
}

.btn img {
    width: 16px;
    height: 16px;
    margin-left: 10px;
}

.upload-btn-wrapper input[type=file] {
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
    font-size: 0;
    position: absolute;
}

.job-info__img {
    width: 18px;
    height: 18px;
    margin-left: 8px;
}


/* .join-type>div p:last-child p {
    position: relative;
} */

.join-type>div p:last-child::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    transform: scaleX(0);
    transform-origin: 0 0;
    transition: transform 0.3s ease;
}

.join-type>div:hover p:last-child::after {
    transform: scaleX(1);
}

@media screen and (min-width: 1200px) and (max-width: 1599px) {
    .w1440 {
        width: calc(100% - 160px);
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .w1440 {
        width: calc(100% - 80px);
    }
}

@media screen and (max-width: 767px) {
    .mobile-ul {
        display: block;
    }

    .join-type>div:hover {
        transition: all .5s;
        background-size: cover !important;
    }

    .slider__image,
    .slider__slide {
        width: 100%;
        height: 300px;
    }

    .pull-img {
        margin-right: 0;
    }

    .slider h1 {
        top: 100px;
        left: 20px;
        width: 335px;
        height: 108px;
        font-size: 24px;
        font-weight: 500;
        text-align: LEFT;
        color: #ffffff;
        line-height: 36px;
    }

    .product-container>div {
        flex-wrap: wrap;
    }

    .mobile-product-img {
        width: 100%;
        display: block;
        margin-left: 0;
        border-radius: 12px;
        margin-bottom: 22px;
        max-width: 93.333vw;
        max-height: 77.333vw;
    }

    .tab-4 h2,
    .job-h2 {
        font-size: 28px;
        line-height: 48px;
        margin-bottom: 32px;
    }

    .tab-4>p {
        font-size: 14px;
        line-height: 22px;
    }

    .tab-4__sub {
        margin-bottom: 32px;
    }

    .join-type {
        flex-wrap: wrap;
    }

    .join-type>div {
        width: 100%;
        position: relative;
        margin-bottom: 24px;
    }

    .join-type>div {
        padding: 0;
        border-radius: 12px;
    }

    .join-type__text {
        top: 24px;
        left: 32px;
        font-size: 24px;
        position: absolute !important;
    }

    .join-type div p:last-child {
        left: 30px;
        bottom: 36px;
        position: absolute;
    }

    .join-type>div p:last-child::after {
        width: 100%;
        height: 0.5px;
        bottom: -12px;
        transform: scaleX(1);
    }

    .pt100 {
        padding-top: 60px;
    }

    .table {
        display: none;
    }

    .mobile-ul {
        width: 93.6%;
        margin: 0 auto;
        margin-bottom: 60px;
    }

    .mobile-ul li div:last-child {
        /* display: none; */
        padding: 32px 16px;
        background-color: #F7F8FA;
    }

    .mobile-ul li div:first-child {
        padding: 20px 8px;
    }

    .mobile-ul li div:first-child p {
        margin-bottom: 2px;
    }

    .mobile-ul li p {
        font-size: 14px;
    }

    .mobile-ul h6 {
        font-size: 18px;
        margin: 32px 0 12px 0;
    }

    .btn {
        font-size: 14px;
        margin-top: 10px;
        padding: 10px 27px;
    }

    .upload-btn-wrapper {
        padding-left: 0 !important;
    }

    .mobile-ul label {
        color: #868D9C;
    }
}