.common-section-content {
    padding: 0 100px;
}

.common-section-content .title {
    text-align: center;
}

.common-section-content .title-head {
    font-size: 28px;
}

.common-section-content .sub-title {
    font-size: 20px;
    color: #C5CBD4;
}

.slideTxtBox .bd {
    margin: 30px 0;
}

.slideTxtBox .bd ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
}

.slideTxtBox .bd ul li img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.slideTxtBox .bd ul li:first-child {
    width: 75%;
}

.slideTxtBox .bd ul li:last-child {
    width: 43%;
    padding: 40px 32px;
    background: #f6f6f6;
    border-radius: 10px;
    position: absolute;
    right: 0;
}

.slideTxtBox .bd ul li:last-child::before {
    content: '';
    display: block;
    position: absolute;
    right: 50px;
    top: -18px;
    background-image: url(../image/ico.png);
    background-repeat: no-repeat;
    background-size: 40px;
    width: 44px;
    height: 40px;
}

.slideTxtBox .bd ul li:last-child p {
    font-size: 20px;
    line-height: 30px;
    color: rgba(0, 0, 0, .4);
}

.slideTxtBox .hd ul {
    display: flex;
    justify-content: space-between;
    border-top: 4px solid #F6F6F6;
}

.slideTxtBox .hd ul li {
    flex: 1;
    text-align: center;
    font-size: 21px;
    padding: 20px 0;
    color: #a2a2a2;
    margin: 0 4px;
    position: relative;
    cursor: pointer;
}

.slideTxtBox .hd ul li.on {
    font-size: 24px;
    color: #f66001;
}

.slideTxtBox .hd ul li.on::before {
    content: "";
    position: absolute;
    top: -7px;
    left: 0;
    width: 100%;
    height: 9px;
    background: #f66001;

}

.slideTxt{
    width: 100%;
    margin-top: 30px;
}
.slideTxt ul{
    background-color: #e9e9e9;
    border-radius: 10px;
    overflow: hidden;
}

.slideTxt ul img{
    width: 100%;
}
.slideTxt ul h6{
    height: 66px;
    line-height: 66px;
    font-size: 16px;
    color: #000;
    padding: 0 20px;
    border-bottom: .5px solid #ddd;
    margin: 0;
}

.slideTxt ul div{
    padding: 15px 20px;
    font-size: 14px;
}
.slideTxt ul div p{
   margin: 0;
   color: rgba(0,0,0,.4);
}
.slideTxt .swiper-slide {
    width: 80% !important;
  }
.mb-join {
    display: none;
}

@media(max-width:768px) {
    .pc-join {
        display: none;
    }

    .mb-join {
        display: block;
    }

    .common-section-content {
        padding: 0;
    }

    .common-section-content .title-head {
        font-size: 22px;
    }

    .common-section-content .sub-title {
        font-size: 14px;
    }
}