.applyArea {
    display: flex;
    flex-wrap: nowrap;
    width: 90%;
    margin: 0 auto;
}
.applyArea .areaLeft,
.applyArea .areaRight {
    width: 50%;
    text-align: center;
}
.applyArea .areaLeft p,
.applyArea .areaRight p  {
    font-size: 2rem;
    margin-bottom: 20px;
}
.modBtn.white.career {
    border: 1px solid #404040;
    padding: 20px 45px 20px 30px;
}
.modBox2col--reverse.alignCenter {
    align-items: center;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-60 {
    margin-bottom: 60px;
}
.pointNote {
    margin-top: 40px;
}
.pointNote p {
    margin-bottom: 10px;
}
.pointNote ul li {
    list-style-type: disc;
    list-style-position: inside;
    text-indent: -20px;
    padding-left: 20px;
}
.pdf-slider {
    position: relative;
    width: 80%;
    max-width: 800px;
    height: auto;
    max-height: 450px;
    overflow: hidden;
    cursor: pointer;
    margin: 50px auto 0;
  }
  .slides {
    display: flex;
    width: 300%;
    height: 100%;
    transition: transform 0.6s ease;
  }
  .slide {
    width: 100%;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    color: #333;
  }

  /* nav buttons */
  .sd-player-previous,
  .sd-player-next {
    position: absolute;
    bottom: -4px;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.5);
    color: #fff;
    border: none;
    padding: 10px 16px;
    cursor: pointer;
    border-radius: 50%;
    font-size: 18px;
    transition: background 0.3s;
  }
  .sd-player-previous:hover,
  .sd-player-next:hover {
    background: rgba(0,0,0,0.7);
  }
  .sd-player-previous { left: 15px; }
  .sd-player-next { left: 70px; }
  .sd-player-previous:disabled,
  .sd-player-next:disabled {
      opacity: 0.5;
      cursor: default;
  }

  /* scrubber */
  .sd-player-scrubber {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 6px;
    background: rgba(0,0,0,0.15);
    border-radius: 4px;
    cursor: pointer;
  }
  .sd-player-scrubber .progress {
    height: 100%;
    background: rgb(255 255 255);
    width: 0%;
    pointer-events: none;
  }

  /* extra buttons */
  .controls {
    position: absolute;
      top: 18px;
      right: 15px;
      display: flex;
      gap: 20px;
  }
  .sd-player-share {
      width: 32px;
      height: 32px;
      background: url('/recruit/holdings/assets/img/persol-tech/img_share.svg') no-repeat center;
      background-size: contain;
      border: none;
      cursor: pointer;
  }
  .sd-player-fullscreen {
      width: 32px;
      height: 32px;
      background: url('/recruit/holdings/assets/img/persol-tech/img_full.svg') no-repeat center;
      background-size: contain;
      border: none;
      cursor: pointer;
  }
  .sd-player-share:hover,
  .sd-player-fullscreen:hover {
    opacity: 0.5;
  }

  .sd-player-controls {
      background: rgb(0 0 0 / 40%);
      height: 70px;
      width: 100%;
      position: absolute;
      bottom: 0;
      transform: translateY(70px);
      transition: transform 0.3s ease;
  }
  .pdf-slider:hover .sd-player-controls {
    transform: translateY(0);
  }
  #pdf-render {
    width: 100%;
  }
  .page-amount {
    display: none;
  }
  .sd-player-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: rgb(0 0 0 / 40%);
    color: #fff;
    transform: translateY(-56px);
    transition: transform 0.3s ease;
    padding: 10px;
  }
  .pdf-slider:hover .sd-player-title {
    transform: translateY(0);
  }
  .sd-player-title a {
      display: inline-block;
  }
  .sd-player-title .avatar {
      position: absolute;
  }
  .sd-player-title .name {
      position: absolute;
      left: 60px;
      top: 6px;
      font-size: 1.4rem;
  }
  .sd-player-title .author {
      position: absolute;
      left: 60px;
      top: 26px;
      font-size: 1.4rem;
  }
  .sd-player-title .name a:hover,
  .sd-player-title .author a:hover {
      text-decoration: underline;
  }

@media screen and (max-width: 767px) {
    .modHeadingLv1 span {
        font-size: 2.6rem;
    }
    .applyArea {
        display: block;
    }
    .applyArea .areaLeft,
    .applyArea .areaRight {
        width: 100%;
    }
    .applyArea .areaLeft {
        margin-bottom: 40px;
    }
    .pdf-slider {
        max-width: 100%;
        width: 100%;
        height: 47vw;
    }
}