.sensedeal-joinus {
  position: relative;

  .big-background {
    background-image: url("../images/sensedeal/about/bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    position: absolute;
    top: 61px;
    left: 0;
    width: 100%;
    min-height: 1031px;
    z-index: -1;
  }

  .whychoose {
    margin-top: 20px;
    .whychoose-header {
      text-align: center;
      .whychoose-header-title {
        font-weight: 500;
        font-size: 16px;
        color: rgba(0, 0, 0, 0.85);
        line-height: 23px;
      }
      .whychoose-header-desc {
        margin-top: 3px;
        font-weight: 500;
        font-size: 10px;
        color: rgba(0, 0, 0, 0.65);
        line-height: 14px;
      }
    }

    .whychoose-list {
      margin-top: 31px;
      display: grid;
      justify-content: center;

      .whychoose-item {
        width: 343px;
        padding: 22px 20px;
        background: linear-gradient(180deg, #f4f7fe 0%, #ffffff 100%);
        box-shadow: 1px 4px 14px -3px rgba(133, 146, 183, 0.2);
        border-radius: 6px;
        border: 1px solid #fff;
        backdrop-filter: blur(14px);
        position: relative;

        .whychoose-item-title {
          font-weight: 600;
          font-size: 13px;
          color: rgba(0, 0, 0, 0.85);
          line-height: 18px;
        }

        .whychoose-item-desc {
          margin-top: 8px;
          font-weight: 400;
          font-size: 11px;
          color: #616268;
          line-height: 15px;
        }

        .whychoose-item-num-bg {
          position: absolute;
          right: 29px;
          bottom: 0px;
          width: 61px;
          height: 66px;
          text-align: center;
          > img {
            height: 100%;
          }
        }

        &:not(:first-child) {
          margin-top: 10px;
        }
      }
    }
  }

  .career {
    margin-top: 40px;

    .career-title {
      text-align: center;
      font-weight: 500;
      font-size: 16px;
      color: rgba(0, 0, 0, 0.85);
      line-height: 23px;
    }

    .career-list {
      margin-top: 27px;
      padding-inline: 16px;
      display: grid;
      justify-content: center;

      .career-collapse {
        width: 343px;
        position: relative;
        min-height: 48px;
        box-shadow: 1px 4px 14px -3px rgba(133, 146, 183, 0.2);
        border-radius: 8px;
        border: 1px solid #fff;
        backdrop-filter: blur(14px);
        margin-bottom: 11px;
        overflow: hidden;
      }

      .career-collapse-bg {
        position: absolute;
        z-index: -1;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transition: all 0.5s ease 0s;
        background: linear-gradient(180deg, #F4F9FE 0%, #FFFFFF 100%);
        background-repeat: no-repeat;
      }

      .career-collapse-mask {
        position: absolute;
        z-index: -1;
        right: 0;
        top: -150px;
        width: 240px;
        height: 275px;
        background-image: url("../images/sensedeal/joinus/collapse-mask-bg.png");
        background-size: contain;
        background-position: center;
      }

      .career-collapse-header {
        display: flex;
        align-items: center;
        height: 48px;
        width: 100%;
        padding-inline: 19px 17px;

        .career-collapse-header-icon>img {
          width: 17px;
        }

        .career-collapse-header-title {
          flex: 1 1 0;
          font-weight: 600;
          font-size: 10px;
          color: rgba(0, 0, 0, 0.85);
          line-height: 14px;
          margin-left: 8px;
        }

        .career-collapse-header-extra {
          margin-left: 8px;
          display: flex;
          align-items: center;

          .career-collapse-header-extra-date {
            font-weight: 600;
            font-size: 9px;
            color: rgba(0, 0, 0, 0.65);
            line-height: 13px;
          }

          .career-collapse-header-extra-icon {
            margin-left: 9px;
            height: 6px;
            width: 6px;
            background-image: url("../images/sensedeal/joinus/collapse-expand-hover-icon.png");
            background-repeat: no-repeat;
            background-size: contain;
            transition: all 0.3s ease 0s;
            flex-shrink: 0;
          }
        }
      }

      .career-collapse-content {
        padding-inline: 19px 16px;

        .info-section {
          .info-section-header {
            display: flex;
            align-items: center;

            .info-section-header-icon>img {
              width: 9px;
              height: 9px;
            }

            .info-section-header-title {
              margin-left: 3px;
              font-weight: 600;
              font-size: 9px;
              color: rgba(0, 0, 0, 0.85);
              line-height: 13px;
            }
          }

          .info-section-content {
            margin-top: 6px;
            font-weight: 400;
            font-size: 9px;
            color: #616268;
            line-height: 13px;

            .mail-link {
              color: #3576FA;
            }
          }

          &:not(:last-child) {
            margin-bottom: 16px;
          }

          &:last-child {
            padding-bottom: 21px;
          }
        }
      }

      .career-collapse.collapsed {
        .career-collapse-header {
          .career-collapse-header-extra {
            .career-collapse-header-extra-icon {
              background-image: url("../images/sensedeal/joinus/collapse-expand-icon.png");
            }
          }
        }

        .career-collapse-content {
          height: 0;
        }
      }

      .career-collapse.active {
        .career-collapse-header {
          .career-collapse-header-extra {
            .career-collapse-header-extra-icon {
              transform: rotate(180deg);
              background-image: url("../images/sensedeal/joinus/collapse-expand-hover-icon.png");
            }
          }
        }
      }
    }
  }

  .joinus {
    position: relative;
    margin-top: 30px;
    .joinus-bg {
      display: block;
      width: 100%;
    }

    .joinus-text {
      height: 47%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }
  }
}
