.server-custom-popup {
  display: none;
  z-index: 99999;
  position: absolute;
  width: 620px;
  top: 100px;
  left: 60px; }
  .server-custom-popup .popup_body {
    background-color: #fff;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    min-width: 100px;
    min-height: 100px;
    padding: 10px; }
  .server-custom-popup .pop_box {
    position: relative; }
  .server-custom-popup .custom-img {
    outline: none;
    width: 100%;
    height: 100%; }
  .server-custom-popup .custom-link {
    position: absolute;
    bottom: 5px;
    width: 250px;
    height: 52px; }
    .server-custom-popup .custom-link.custom-link_1 {
      width: 373px;
      height: 46px;
      bottom: 169px;
      left: 117px; }
    .server-custom-popup .custom-link.custom-link_2 {
      left: 0;
      width: 299px; }
    .server-custom-popup .custom-link.custom-link_3 {
      right: 0;
      width: 299px; }
  .server-custom-popup.mobile {
    width: 380px;
    top: 10px;
    left: 10px; }
    .server-custom-popup.mobile .popup_body {
      padding: 5px; }
    .server-custom-popup.mobile .custom-link {
      position: absolute;
      bottom: 5px;
      width: 250px;
      height: 52px; }
      .server-custom-popup.mobile .custom-link.custom-link_1 {
        width: 304px;
        height: 50px;
        bottom: 85px;
        left: 33px; }
      .server-custom-popup.mobile .custom-link.custom-link_2 {
        left: 0;
        width: 185px; }
      .server-custom-popup.mobile .custom-link.custom-link_3 {
        right: 0;
        width: 185px; }
  .server-custom-popup .popup_btn_wrap {
    display: none;
    overflow: hidden;
    background-color: #eee;
    text-align: center;
    font-size: 16px;
    letter-spacing: -1px; }
    .server-custom-popup .popup_btn_wrap .popup_btn1 {
      float: left;
      width: 50%;
      padding: 7px 0;
      border-right: 1px solid #737373;
      color: #000;
      text-decoration: none; }
    .server-custom-popup .popup_btn_wrap .popup_btn2 {
      float: right;
      width: 49%;
      padding: 7px 1px;
      color: #000;
      text-decoration: none; }
  .server-custom-popup .popup_close_btn_top {
    position: absolute;
    top: -40px;
    z-index: 9999;
    right: 15px;
    border: none;
    width: 30px;
    height: 30px; }
  .server-custom-popup .close_custom_pop:hover {
    cursor: pointer; }

/*# sourceMappingURL=serviceNotice.css.map */