/*POP STYLE*/
      .pops{
          position: fixed;
          left:0;
          top:0;
          display: flex;
          width: 100%;
          height: 100%;
          background-color: rgba(0,0,0,0.8);
          z-index: 20;
          padding: 20px;
          align-items: center;
          justify-content: center;
      }

      .pops-wrap{
          display: inline-block;
          width: 100%;
          max-width: 600px;
          z-index: 21;
          position: relative;
      }

      .pops-wrap-sub{
          border-radius: 10px;
          overflow: hidden;
          background-color: #F8F9FA;
      }

      .pops-close-btn{
          position: absolute;
          right: 0;
          bottom:-50px;
          font-size: 24px;
          font-weight: 700;
          background-color: #fff;
          color: #000;
          padding: 5px;
          border-radius: 5px;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          cursor: pointer;
          z-index: 50000000;
      }

      .form-pop{
          overflow: hidden;
      }

      .con-1{
          overflow: hidden;
      }
      .con-2{
          overflow: hidden;
      }