.join-ban::before {
    position: absolute;
    content: '';
    width: 101%;
    height: 66px;
    bottom: -1px;
    left: 0;
    mask: url(/static/images/banner_bl3.svg) no-repeat center;
    mask-size: cover;
    background-color: #ffffff;
}

.join-main {
    padding: 8rem 0 4rem;
    position: relative;
    background: #ffffff;
    z-index: 2;
    overflow: hidden;
}

.join-list {
    position: relative;
    display: grid;
    gap: 3rem;
}

.join-list dl.join-dl {
    border-radius: 5px 8px;
    height: 130px;
    overflow: hidden;
    transition: all 0.5s;
    box-shadow: 0 10px 15px 2px #c6c6c6;
}

.join-list dl.join-dl.on {
    height: 580px;
}

.join-list dt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    cursor: pointer;
    height: 8.125rem;
    transition: all 0.5s;
    padding: 0 4.5rem;
    background: #f6f6f6;    
}

.join-list dd {
    transition: all 0.5s;
    line-height: 2rem;
    font-size: 1rem;
    padding: 1rem 4.5rem 4rem;
    height: 0;
    background: #f6f6f6;
}

.join-list .join-info {
    flex-grow: 1;
    justify-content: space-between;
}

.join-list .join-info h4 {
    display: block;
    width: 19rem;
    font-size: 1.375rem;
    line-height: 2.25rem;
    font-weight: bold;
    font-style: normal;
    color: #1f1f1f;
    transition: padding 0.5s !important;
    -webkit-transition: padding 0.5s !important;
    -moz-transition: padding 0.5s !important;
    -ms-transition: padding 0.5s !important;
    -o-transition: padding 0.5s !important;
    flex-shrink: 0;
    white-space: nowrap;
    overflow: hidden;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.join-list dl.on dd {
    background: #3094c7;
    height: 100%;
}
.join-list dl.on .join-info h4 {
    color: #ffffff;
}

.join-list .join-info h3 {
    color: rgba(31, 31, 31, 0.7);
    font-size: 1.125rem;
    line-height: 2.25rem;
    overflow: hidden;
    display: grid;
    width: 80%;
    grid-template-columns: 1fr 1fr 1fr;
}

.join-list .join-info h3 span {
    text-align: center;
    transition: all 0.5s;
}

.join-list dl.on .join-info h3 {
    color: rgba(255, 255, 255, 0.8);
}

.join-list dt .detail {
    font-size: 1rem;
    line-height: 2.25rem;
    color: #5f5f5f;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 3%;
    width: 5rem;
    height: 2.5rem;
    border-radius: 1.25rem;
    background: #bcdeef;
    transition: 0.5s;
}

.join-list dl.on dt {
    background: #3094c7;
}

.join-list dl.on dt .detail {
    background: #fff;
    color: #3094c7;
}

.join-con {
    display: flex;
    gap: 3rem;
    align-items: flex-start;
}

.join-con h6 {
    color: #fff;
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 2.25rem;
    margin-bottom: 1.25rem;
}

.join-con .scrollbox {
    max-height: 12.9375rem;
    overflow: auto;
    padding-right: 1.5rem;
}
.join-con .scrollbox::-webkit-scrollbar {
    width: 3px;
    height: 8px;
    background: rgba(255, 255, 255, .2);
}
.join-con .scrollbox::-webkit-scrollbar-thumb {
  width: 3px;
  background: #fff;
  border-radius: 10px;
  opacity: 1;
}
.join-con .scrollbox::-webkit-scrollbar-track {
  width: 3px;
  background: rgba(255, 255, 255, .2);
  border-radius: 10px;
  opacity: 1;
}
.join-con .con-article {
    color: #fff;
    font-size: 0.9375rem;
    line-height: 2rem;
}

.join-con .con-article p {
    position: relative;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.125rem;
    line-height: 2.25rem;
    padding-left: 0.875rem;
}

.join-con .con-article p::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 2px;
    background: rgba(255, 255, 255, 0.8);
    left: 0;
    top: 1rem;
}

.join-list dd .resume {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5rem;
    margin-top: 2.5rem;
}

.join-list dd .resume a {
    max-width: 26rem;
    width: 100%;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #3094c7;
    font-size: 1rem;
    line-height: 2.25rem;
    border-radius: 1.5rem;
}

.join-list dd .resume h5 {
    color: #fff;
    font-size: 1.5rem;
    line-height: 2.25rem;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.join-list dd .resume p {
    font-size: 1.8rem;
    font-family: 'Bebas Neue', serif;
    letter-spacing: 2px;
}

.join-component {
    padding: 5rem 0 15rem;
    position: relative;
    z-index: 2;
    background-color: #ffffff;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
}

/* .join-component::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 500px;
    bottom: 0;
    left: 0;
    background: url(/static/images/join-bg1.jpg) center/cover no-repeat;
} */

.component-title {
    font-size: 36px;
    text-align: center;
    padding-bottom: 5rem;
}

.component-img {
    flex-basis: 52%;
}

.component-info {
    flex-basis: 44%;
    display: flex;
    align-items: flex-start;
    flex-flow: column;
    justify-content: center
}

.component-info h4 {
    font-size: 24px;
    line-height: 42px;
    font-weight: bold;
    color: #1f1f1f;
}

.component-info p {
    font-size: 18px;
    line-height: 36px;
    color: #1f1f1f;
    margin-top: 1.5rem;
}

.btn-primay {
    width: 25rem;
    height: 3rem;
    position: relative;
    z-index: 1;
    transition: .5s;
    display: flex;
    align-items: center;
    border-radius: 30px;
    justify-content: center;
    color: #FFF;
    font-size: 1rem;
    background: rgba(0,0,0,0.3);
    box-shadow: 8px 8px 12px 0 rgba(56, 56, 56, 0.2);
}
.btn-primay:hover {
    background: #3094c7;
    box-shadow: 0 8px 12px 0 rgba(38,89,255,0.2);    
}
