<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
    <meta http-equiv="Cache-control" content="no-cache" />
    <meta http-equiv="Pragma" content="no-cache" />
    <meta http-equiv="Expires" content="0" />
    <meta
      name="viewport"
      content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=1"
    />
    <title>Default Web Site Page</title>
    <style type="text/css">
      * {
        padding: 0;
        margin: 0;
        font-family: "-apple-system , Malgun Gothic, sans-serif , Apple SD Gothic Neo";
        color: #000;
        -ms-overflow-style: none;
      }
      ::-webkit-scrollbar {
        display: none;
      }
      html,
      body {
        height: 100%;
      }
      section {
        min-height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
      }
      #icon {
        margin: 20px 0;
      }
      #title {
        font-size: 40px;
        font-weight: 300;
        letter-spacing: -2.4px;
      }
      #desc-box {
        text-align: center;
        font-size: 15px;
        line-height: 2;
        letter-spacing: -0.75px;
        text-align: center;
        margin-bottom: 20px;
      }
      #contact-box {
        padding: 30px 70px;
        border-radius: 6px;
        background-color: #f6f7f9;
        font-size: 13px;
        font-weight: bold;
        line-height: 1.85;
        letter-spacing: -0.65px;
      }
      #contact-box > a {
        color: #005dff;
        margin-left: 5px;
      }
      #hosting-kr {
        font-size: 12px;
        font-weight: bold;
        line-height: 2;
        letter-spacing: -0.24px;
        margin: 20px 0;
      }
      @media (max-width: 1280px) {
        #title {
          font-size: 35px;
        }
        #key-visual {
          width: 550px;
        }
      }
      @media (max-width: 600px) {
        #title {
          font-size: 27px;
          font-weight: 300;
          letter-spacing: -1.62px;
        }
        #key-visual {
          width: 336px;
          margin: 0 12px;
        }
        #contact-box {
          margin: 0 12px;
          padding: 27px;
          font-size: 14px;
        }
      }
    </style>
  </head>
  <body>
    <section>
      <img
        src="http://static.hostingcdn.net/images/webhosting/exclamation-mark-50.svg"
        alt="icon"
        id="icon"
      />
      <p id="title">웹사이트 일시 중지</p>
      <img
        src="http://static.hostingcdn.net/images/webhosting/com-cons.png"
        alt="icon"
        id="key-visual"
      />
      <div id="desc-box">
        <p>해당 웹사이트는 현재 일시 중지 상태입니다.</p>
        <p>자세한 사항은 관리자에게 문의해주시기 바랍니다.</p>
      </div>
      <div id="contact-box">
        관리자는 호스팅 업체를 통해 조치해주시기 바랍니다.
        <a
          href="https://help.hosting.kr/hc/ko/articles/4409146510745"
          target="_blank"
        >
          관리자 도움말 보기</a
        >
      </div>
      <p id="hosting-kr">HOSTING by. HOSTING.KR</p>
    </section>
  </body>
</html>
