.detail-box {
  .popup-box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 15;

    .content {
      width: 300px;
      position: relative;
      background-color: $white;
      padding-top: 20px;
      border-radius: 3px;
    }

    .close {
      color: #fff;
      font-size: 22px;
      position: relative;
      left: 50%;
      margin-left: -11px;
    }

    .btn {
      position: absolute;
      bottom: 24px;
      left: 83px;
      width: 135px;
      height: 30px;
      border-radius: 3px;
      font-size: 16px;
      color: $white;
      text-align: center;
      line-height: 30px;
    }

    .btn-18B4ED {
      background-color: $bg_18B4ED;
    }

    .audition-box {
      height: 144px;
      text-align: center;
      margin: 212px auto 22px auto;

      .audition-header {
        font-size: 16px;
        color: $color_333;
      }

      .audition-dec {
        font-size: 14px;
        color: $color_666;
        margin-top: 10px;
      }
    }
  }

}