table tr td [class^="file_drag_box"] {
    background: #d3d3d3;
    border-radius: 4px;
    border: dashed 1px #FFF;
    box-shadow: 0px 0px 0px 5px #d3d3d3;
    color: #FFF;
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    height: 80px;
    line-height: 55px;
    margin: 15px 0px 15px 0px;
    text-align: center;
    width: 100%;
  
  }
  [class^="file_drag_box"] span{
        font-size: 20px;
  }
  
  table tr td [class^="file_drag_box"]:hover {
    border: dotted 1px #FFF;
  }
  
  @media only screen and (max-width: 787px) {
    table tr td [class^="file_drag_box"] {
      display:none !important;
      /* background: #d3d3d3;
      border-radius: 4px;
      border: dashed 1px #FFF;
      box-shadow: 0px 0px 0px 5px #d3d3d3;
      color: #FFF; */
      /* display: inline-block; */
      /* text-decoration: none;
      height: 80px;
      margin: 3px 0 14px;
      text-align: center;
      width: 100%;
      line-height: 1.5;
      padding: 24px 5px 50px 5px; */
    }
    
    /* [class^="file_drag_box_"] span{
          font-size: 1.2rem;
    } */
  }
  
  #customImageBox {
      width: 705px;
      height: 90%;
      top: 10%;
      left: 50%;
      margin-top: 0px;
      margin-left: -340px;
  }
  
  #customImageBox .boxInside {
      padding: 15px 10px 35px 10px;
      margin-bottom: 0px;
  }
  
  #customImageBox .boxInside .notice {
      text-align: left;
      padding-bottom: 4px;
      width: 100%;
  }
  
  #customImageBox .boxInside .notice dl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: left;
      -ms-flex-pack: left;
      justify-content: left;
  }
  
  #customImageBox .boxInside .notice dl dt {
      width: 20%;
      font-size: 14px;
      border: 1px solid #ccc;
      background: #eee;
      padding: 3px;
  }
  
  #customImageBox .boxInside .notice dl dd {
      width: 30%;
      font-size: 14px;
      border: 1px solid #ccc;
      padding: 3px;
  }
  
  #customImageBox .boxInside .notice p {
      margin: 0 0 5px 0;
      line-height: 1;
  }
  
  .redline #cropmovesize {
      color: red;
  }
  
  .redline .cropper-view-box {
      outline-color: red;
  }
  
  .redline .cropper-point {
      background-color: red;
  }
  
  #modalCustomImage .imageDisplay {
      position: relative;
      height: 366px;
  }
  
  #modalCustomImage .imageDisplay img, #modalCustomImage .imageDisplay canvas {
      position: absolute;
      top: 0;
      left: 0;
      border: 1px solid #666666;
  }
  
  #modalCustomImage .imageDisplay canvas#customCanvas {
      top: 75px;
      left: 75px;
  }
  
  #modalCustomImage .imageDisplay canvas#clipCanvas {
      display: none;
  }
  
  #modalCustomImage .imageDisplay .imageController {
      margin: 30px 0px 25px 0px;
      text-align: center;
  }
  
  #sliderBar {
      width: 200px;
      margin: 0px auto;
  }
  
  
  #cropScroll {
    overflow-y: scroll;
    max-height: 300px;
  }
  
  
  @media only screen and (max-width: 787px) {
    #customImageBox {
      width: auto;
      max-width: 100vw;
      margin-left: 0;
      top: 5%;
      left: 0;
      overflow-y: scroll;
    }
    #js-cropper {
      width: auto !important;
    }
    #cropScroll {
      /*overflow-y: scroll;*/
      max-height: inherit;
    }
  
  }
  