<!DOCTYPE html>
<html lang="ko">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <meta http-equiv="X-UA-Compatible" content="ie=edge">
  <title>404 Not Found</title>
  <link rel="stylesheet" href="https://static.gabia.com/responsive/assets/common/scss/common.css">
  <style>
  body {background: #F0F4F9;}
  .hosting-wrap {width: 780px; margin: 50px auto; background: #fff;box-shadow: 1px 1px 5px #0000000D;}
  .hosting-wrap dl {float: left; width: calc(100% - 105px); margin-left: 30px;padding-top: 40px;}
  .hosting-wrap dt {font-size: 18px; padding-bottom: 5px;}
  .hosting-wrap dd {padding-top: 10px;font-size: 16px; font-weight: 300; display: table;}
  .hosting-wrap dd:before {display: table-cell; width: 15px; content:'\2022'}
  .hosting-wrap .point-color {color: #1D7ABD;}
  .hosting-wrap a.point-color:hover {text-decoration: underline;}
  .hosting-wrap .hosting-button {display: inline-block;margin: 5px 0 0; padding: 2px 17px 3px; border:1px solid #999; border-radius: 2px; font-size: 14px; color: #666;}
  .hosting-wrap .hosting-button i {margin-left: 5px;}
  .hosting-wrap .hosting-button:hover {border:1px solid #1D7ABD; color: #1D7ABD;}
  .hosting-header h1 {padding-top: 40px; padding-left: 40px;}
  .hosting-header header {padding-top: 80px; text-align: center; font-weight: bold; font-size: 36px;}
  .hosting-header p {padding: 16px 0 80px;text-align: center; font-size: 20px ;font-weight: 300;}
  .hosting-connect {margin: 0 40px;padding: 60px 0;border-top: 1px solid #D8D8D8;}
  .hosting-connect:after {clear: both; display: block; content:''}
  .hosting-connect header, .hosting-consult header {padding-bottom: 10px;font-size: 26px; color: #000; font-weight: 400; text-align: center;}
  .hosting-connect ul {padding-top: 10px;}
  .hosting-connect li {display: table; color: #666;}
  .hosting-connect li:before {display: table-cell; width: 15px; content:'–'; color: #666;}
  .hosting-icon {display: inline-block; width: 72px;height: 72px; float: left;}
  .hosting-icon.is-file {margin: 40px 0 0; background: url('https://static.gabia.com/www/hosting/webhosting/icon-ssh.png') 0 0 no-repeat; background-size: 72px;}
  .hosting-icon.is-krname {margin: 40px 0 0; background: url('https://static.gabia.com/responsive/assets/images/hosting/icon_ssl_7.svg') 0 0 no-repeat; background-size: 72px;}
  .hosting-icon.is-user {margin: 40px 0 0; background: url('https://static.gabia.com/responsive/assets/images/hosting/icon_item_relocation1.svg') 0 0 no-repeat; background-size: 72px;}
  .hosting-consult {background: #F8F8F8; text-align: center; padding: 60px 0;}
  .hosting-consult .customer-title {font-size: 20px; padding-top: 40px; padding-bottom: 30px;}
  .hosting-consult .customer-number li {display: inline-block; }
  .hosting-consult .customer-number li:not(:first-child) {border-left: 1px solid #E5E5E5;padding: 0 35px;}
  .hosting-consult .customer-number li:first-child {padding: 0 75px;}
  .hosting-consult .customer-number .number {color: #1D7ABD; font-size: 20px; padding-top: 10px;}
  .hosting-consult .customer-time {padding-top: 30px; font-weight: 300;}
  .hosting-consult .customer-desc {padding-top: 30px;}
  .hosting-wrap footer {padding: 50px 0;text-align: center;}
  .hosting-wrap footer a {color: #666; font-weight: 300;}
  .hosting-wrap footer a:not(:nth-of-type(1)):before {display: inline-block; width: 20px; content:'|'; color: #D8D8D8;}
  </style>
</head>
<body>
  <div class="hosting-wrap">
    <section class="hosting-header">
      <h1><a href="https://www.gabia.com/" target="_blank" rel="noopener"><img src="https://static.gabia.com/www/common/img/logo.png" alt="gabia"></a></h1>
      <header><span class="point-color">404</span> Not Found</header>
      <p>요청한 페이지를 찾을 수 없습니다.</p>
    </section>
    <section class="hosting-connect">
      <header>사이트 관리자이신가요?</header>
      <div class="hosting-app">
        <span class="hosting-icon is-file"></span>
        <dl>
          <dt>파일 존재 여부 확인</dt>
          <dd>입력한 URL에 오타가 없는지, FTP 프로그램을 통해 서버 접속 시 파일이 정상적으로 존재하는지 확인해 보시기 바랍니다.</dd>
        </dl>
      </div>
      <div class="hosting-app">
        <span class="hosting-icon is-krname"></span>
        <dl>
          <dt>한글 이름으로 된 파일인 경우 파일명 인코딩 확인</dt>
          <dd>서버의 인코딩 방식과 한글 이름으로 된 파일의 인코딩 방식이 맞지 않는 경우 서버에서 인식할 수 없습니다.</dd>
          <dd>서버에서 사용하는 인코딩 방식이 UTF-8인지 EUC-KR인 지 확인 후, 해당 인코딩 방식에 맞게 FTP 프로그램을 통해 파일을 재업로드한 뒤 정상적으로 나오는지 확인해 보시기 바랍니다.</dd>
          <dd>인코딩 방식 확인 방법: <a href="https://my.gabia.com/service" class="point-color" target="_blank" rel="noopener" title="새창">[gabia.com 로그인 > My가비아 > 서비스 관리]</a> > 이용중인 호스팅 우측 [콘솔] 버튼 클릭 > [웹 서버 > 서버 환경 > 언어셋]에서 인코딩 방식을 확인할 수 있습니다.</dd>
        </dl>
      </div>
    </section>
    <section class="hosting-connect">
        <header>사이트 사용자이신가요?</header>
        <div class="hosting-app">
            <span class="hosting-icon is-user"></span>
            <dl>
              <dt>사이트 관리자에게 내용 전달</dt>
              <dd>오류가 발생하는 경로를 사이트 관리자에게 전달해 주세요.</dd>
            </dl>
          </div>
    </section>
    <section class="hosting-consult">
        <header style="margin-bottom: 20px;">문의 사항이 있으신가요?</header>
        <ul class="customer-number">
          <li>
            <p class="title">게시판</p>
            <p class="number"><a href="https://customer.gabia.com/ask/onetoone" class="point-color" target="_blank" rel="noopener" title="새창">[1:1 문의]</a></p>
          </li>
          <li>
            <p class="title">이메일</p>
            <p class="number">hosting@gabia.com</p>
          </li>
        </ul>
        <p class="customer-time">운영시간: 평일 9:00 ~ 18:00 (주말, 공휴일 제외)</p>
        <p class="customer-desc">※ 문의 시, 문제가 발생하는 URL과 상세 오류 내용을 함께 전달해 주세요.</p>
    </section>
    <footer>
      <a href="https://domain.gabia.com/" target="_blank" rel="noopener">도메인</a>
      <a href="https://cloud.gabia.com/" target="_blank" rel="noopener">클라우드</a>
      <a href="https://idc.gabia.com/" target="_blank" rel="noopener">IDC</a>
      <a href="https://webhosting.gabia.com/" target="_blank" rel="noopener">호스팅</a>
      <a href="https://biz.gabia.com/" target="_blank" rel="noopener">메일/그룹웨어</a>
      <a href="https://freehome.gabia.com/" target="_blank" rel="noopener">홈페이지</a>
      <a href="https://firstmall.kr/index.php" target="_blank" rel="noopener">쇼핑몰</a>
    </footer>
  </div>
</body>
</html>