.AdVideoServerFormPopup {
  display: none; }
  .AdVideoServerFormPopup .pop-content {
    padding: 40px 60px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    text-align: center;
    width: 580px;
    height: 499px;
    border-radius: 5px;
    z-index: 12; }
    .AdVideoServerFormPopup .pop-content__close {
      position: absolute;
      top: 10px;
      right: 10px;
      font-size: 14px;
      color: #c5c5c5; }
    .AdVideoServerFormPopup .pop-content__title {
      font-family: PingFangSC-Medium;
      font-size: 24px;
      color: #191919;
      text-align: start;
      font-weight: bold; }
    .AdVideoServerFormPopup .pop-content__desc {
      font-family: PingFangSC-Regular;
      font-size: 16px;
      color: #1A2B3C;
      padding: 10px 0 20px;
      text-align: start; }
      .AdVideoServerFormPopup .pop-content__desc .desc_pc {
        display: contents; }
    .AdVideoServerFormPopup .pop-content__main .form-item {
      width: 210px;
      height: 40px;
      border-radius: 5px;
      border: 1px solid #c5c5c5;
      background-color: transparent !important;
      padding-left: 10px;
      padding-top: 10px;
      padding-bottom: 10px;
      color: #000;
      margin-bottom: 20px; }
      .AdVideoServerFormPopup .pop-content__main .form-item::placeholder {
        color: #c5c5c5;
        font-size: 14px !important; }
      .AdVideoServerFormPopup .pop-content__main .form-item.left {
        margin-right: 10px; }
      .AdVideoServerFormPopup .pop-content__main .form-item.right {
        margin-left: 10px; }
      .AdVideoServerFormPopup .pop-content__main .form-item.textarea {
        width: 440px;
        height: 84px;
        border: 1px solid #c5c5c5;
        background-color: transparent !important;
        padding-left: 10px;
        padding-top: 10px;
        padding-bottom: 10px; }
        .AdVideoServerFormPopup .pop-content__main .form-item.textarea:focus {
          border: 1px solid #c5c5c5 !important; }
      .AdVideoServerFormPopup .pop-content__main .form-item.blue {
        color: #0157FF; }
      .AdVideoServerFormPopup .pop-content__main .form-item.server-submit-btn {
        width: 100%;
        height: 50px;
        background-color: #0157FF !important;
        border: none;
        color: white;
        font-size: 18px;
        margin-bottom: 0; }

@media screen and (max-width: 500px) {
  .AdVideoServerFormPopup .pop-content {
    padding: 40px 20px;
    width: 95%;
    height: auto; }
    .AdVideoServerFormPopup .pop-content__title {
      font-size: 24px; }
    .AdVideoServerFormPopup .pop-content__desc {
      font-size: 14px;
      color: #5c5c5c; }
      .AdVideoServerFormPopup .pop-content__desc .desc_pc {
        display: none; }
    .AdVideoServerFormPopup .pop-content__main .form-item {
      width: 100%; }
      .AdVideoServerFormPopup .pop-content__main .form-item.left {
        margin-right: 0; }
      .AdVideoServerFormPopup .pop-content__main .form-item.right {
        margin-left: 0; }
      .AdVideoServerFormPopup .pop-content__main .form-item.textarea {
        width: 100%; } }

/*# sourceMappingURL=AdVideoServerFormPopup.css.map */
