.joinus-page {
  width: 100%;
}

.joinus-page .group-list {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
  padding-top: 48px;
  padding-bottom: 64px;
  justify-content: center;
  align-items: center;
}

.joinus-page .group-list .item {
  width: 389px;
  height: 362px;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 12px;
  background-color: #f0f0f0;
  box-shadow: 0px 4px 20px 0px rgba(71, 112, 194, 0.07);
}

.joinus-page .group-list .item + .item {
  margin-left: 16px;
}

.joinus-page .group-list .item .bg-img {
  width: 100%;
  border-radius: 12px;
  position: absolute;
  top: -1px;
  left: 0px;
}

.joinus-page .group-list .item .box {
  z-index: 1;
  min-height: 224px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.joinus-page .group-list .item .box .title {
  width: 100%;
  font-weight: 600;
  font-size: 32px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
  text-align: center;
  margin-bottom: 60px;
}

.joinus-page .group-list .item .box .summary {
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  color: #616268;
  line-height: 25px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
}

.joinus-page .group-list .item .box .summary > p {
  margin-bottom: 16px;
}

.joinus-page .job {
  background: url(../images/about/bg-job.png), linear-gradient(#ffffff, #F4F8FB);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.joinus-page .job .job-list {
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  padding-bottom: 96px;
}

.joinus-page .job .job-list .job-item {
  position: relative;
  min-height: 96px;
  box-shadow: 2px 8px 21px -6px rgba(133, 146, 183, 0.1);
  border-radius: 8px;
  border: 2px solid white;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  margin-bottom: 16px;
  overflow: hidden;
  background-color: #FFFFFF;
}

.joinus-page .job .job-list .job-item .background {
  z-index: -1;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 96px;
  transition: all 0.5s ease 0s;
  background: linear-gradient(180deg, #F4F9FE 0%, #FFFFFF 100%);
}

.joinus-page .job .job-list .job-item .mask {
  z-index: -1;
  position: absolute;
  right: 0;
  top: 0;
  width: 274px;
  height: 314px;
  background-image: url(../images/about/bg-job-item-collapse-active.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.joinus-page .job .job-list .job-item .collapse-header {
  cursor: pointer;
  padding-left: 34px;
  padding-right: 34px;
  padding-top: 27px;
  padding-bottom: 27px;
  display: flex;
  align-items: center;
}

.joinus-page .job .job-list .job-item .collapse-header .collapse-header-icon {
  flex-shrink: 0;
  height: 42px;
  width: 42px;
  background-image: url(../images/about/collapse-header-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.joinus-page .job .job-list .job-item .collapse-header .collapse-header-text {
  flex: 1;
  height: 28px;
  font-weight: 600;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 28px;
  margin: 0 14px;
}

.joinus-page .job .job-list .job-item .collapse-header .collapse-extra {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.joinus-page .job .job-list .job-item .collapse-header .collapse-extra .collapse-date {
  font-weight: 600;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 25px;
  margin-right: 25px;
}

.joinus-page .job .job-list .job-item .collapse-header .collapse-extra .collapse-expand-icon {
  transition: all 0.3s ease 0s;
  flex-shrink: 0;
  height: 16px;
  width: 16px;
  background-image: url(../images/about/collapse-expand-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.joinus-page .job .job-list .job-item .collapse-header:hover .collapse-expand-icon {
  background-image: url(../images/about/collapse-expand-hover-icon.png);
}

.joinus-page .job .job-list .job-item .collapse-content-box {
  padding-left: 34px;
  padding-right: 34px;
  height: 0px;
}

.joinus-page .job .job-list .job-item .collapse-content-box .info {
  display: flex;
  padding-left: 9px;
  padding-right: 9px;
  padding-bottom: 24px;
  flex-direction: column;
}

.joinus-page .job .job-list .job-item .collapse-content-box .info:first-child {
  padding-top: 16px;
}

.joinus-page .job .job-list .job-item .collapse-content-box .info:last-child {
  padding-bottom: 42px;
}

.joinus-page .job .job-list .job-item .collapse-content-box .info .heading {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.joinus-page .job .job-list .job-item .collapse-content-box .info .heading .heading-icon {
  margin-right: 5px;
  flex-shrink: 0;
  height: 18px;
  width: 18px;
  background-image: url(../images/about/bg-job-info-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.joinus-page .job .job-list .job-item .collapse-content-box .info .heading .heading-text {
  font-weight: 600;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 25px;
}

.joinus-page .job .job-list .job-item .collapse-content-box .info .description {
  font-weight: 400;
  font-size: 14px;
  color: #616268;
  line-height: 22px;
}

.joinus-page .job .job-list .job-item .collapse-content-box .info .description .mail-link {
  color: #3274F9;
}

.joinus-page .job .job-list .job-item.collapsed {
  height: 96px;
  overflow-y: hidden;
}

.joinus-page .job .job-list .job-item.active .background {
  height: 314px;
}

.joinus-page .job .job-list .job-item.active .collapse-header .collapse-expand-icon {
  transform: rotate(180deg);
  background-image: url(../images/about/collapse-expand-hover-icon.png);
}

.joinus-page .join {
  width: 100%;
  height: 188px;
  background: url(../images/about/bg-join.png), linear-gradient(to right, #347fff, #3876f0);
  background-clip: padding-box;
  background-size: cover;
  background-position-x: right;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-blend-mode: normal, normal;
  display: flex;
  justify-content: center;
  align-items: center;
}

.joinus-page .join > .join-label {
  width: 100%;
  max-width: 648px;
  height: 100%;
  background-image: url(../images/about/join-label.png);
  background-clip: padding-box;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 50% 50%;
  background-blend-mode: normal, normal;
}

@media screen and (min-width: 150px) and (max-width: 1110px) {
  .group .group-list .item {
    width: 280px;
    height: 261px;
  }
  .group .group-list .item .box .title {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 1110px) and (max-width: 1200px) {
  .group .group-list .item {
    width: 280px;
    height: 261px;
  }
  .group .group-list .item .box .title {
    margin-bottom: 50px;
  }
}
