/* ±âº» */
html, body { margin:0; padding:0; }
.kv {
  position: relative;
  width: 100%;
  /* ¿øº» ºñÀ²´ë·Î ¼¼·Î°¡ °áÁ¤µÇµµ·Ï ÀÌ¹ÌÁö°¡ ³ôÀÌ¸¦ Ã¥ÀÓÁü */
}
.kv__img {
  width: 100%;
  height: auto;
  display: block;
}

/* Å¬¸¯¿µ¿ª °øÅë */
.hit {
  position: absolute;
  display: block;
  /* Á¢±Ù¼º: Å°º¸µå Æ÷Ä¿½º º¸ÀÌ°Ô */
  outline: none;
}
.hit:focus-visible {
  box-shadow: 0 0 0 3px rgba(0,150,255,.6);
}

/* -------------------------
   PC ÁÂÇ¥ (sub_01_pc.jpg ±âÁØ)
   °ªÀº % (ÄÁÅ×ÀÌ³Ê ³Êºñ/³ôÀÌ ´ëºñ)
   ÇÊ¿ä ½Ã ¾Æ·¡ ¼ýÀÚ¸¸ Á¶Á¤ÇÏ¼¼¿ä
------------------------- */

/* »ó´Ü ¸Þ´º (´ë·« À§Ä¡°ª, µðÀÚÀÎ¿¡ ¸ÂÃç ¹Ì¼¼Á¶Á¤ ±ÇÀå) */
.menu1 { top: 0.5%; left: 12%; width: 16%; height: 1.0%; }
.menu2 { top: 0.5%; left: 32%; width: 13%; height: 1.0%; }
.menu3 { top: 0.5%; left: 48%; width: 10%; height: 1.0%; }
.menu4 { top: 0.5%; left: 60%; width: 10%; height: 1.0%; }

/* ÇÏ´Ü ¹è³Ê 3Àå Ä«µå ¿µ¿ª */
.banner1 { top: 80%; left: 17%; width: 21%; height: 12%; }
.banner2 { top: 82%; left: 41%; width: 18%; height: 10%; }
.banner3 { top: 82%; left: 69%; width: 18%; height: 10%; }

   /* ·Î±×ÀÎ ¸µÅ© ½ºÅ¸ÀÏ */
.login-link {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1000;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  background: rgba(0,0,0,0.4);
  padding: 6px 12px;
  border-radius: 6px;
  transition: background 0.2s;
}
.login-link:hover {
  background: rgba(0,0,0,0.65);
}
 /* °øÅë ¸®¼Â */
    * { box-sizing: border-box; }
    body {
      margin: 0;
      font-family: "Noto Sans KR", system-ui, sans-serif;
      background: #f5f6f7;
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 100vh;
    }

    /* Ä«µå ÇüÅÂ */
    .card {
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.08);
      padding: 40px;
      width: 100%;
      max-width: 400px; /* À¥¿¡¼­´Â Áß¾Ó¿¡ ÀÛÀº ¹Ú½º */
    }

    .card__title {
      margin: 0 0 24px;
      font-size: 1.6rem;
      font-weight: 700;
      text-align: center;
    }

    .form {
      display: flex;
      flex-direction: column;
      gap: 18px;
    }

    .field {
      display: flex;
      flex-direction: column;
      gap: 6px;
    }
    .field .label {
      font-size: 0.9rem;
      font-weight: 600;
      color: #333;
    }
    .field input {
      padding: 12px;
      border: 1px solid #ccc;
      border-radius: 8px;
      font-size: 1rem;
      transition: border-color 0.2s;
    }
    .field input:focus {
      border-color: #007aff;
      outline: none;
    }

    /* ºñ¹Ð¹øÈ£ + ´« ¹öÆ° */
    .password {
      display: flex;
      align-items: center;
      position: relative;
    }
    .password input {
      flex: 1;
      padding-right: 70px;
    }
    .btn-eye {
      position: absolute;
      right: 10px;
      background: none;
      border: none;
      font-size: 0.9rem;
      color: #007aff;
      cursor: pointer;
    }

    /* ¿É¼Ç / ¸µÅ© */
    .form__meta {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      font-size: 0.85rem;
      color: #555;
    }
    .check {
      display: flex;
      align-items: center;
      gap: 4px;
    }
    .links {
      display: flex;
      gap: 6px;
    }
    .links a {
      color: #007aff;
      text-decoration: none;
    }
    .links a:hover {
      text-decoration: underline;
    }

    /* ¹öÆ° */
    .btn-primary {
      background: #007aff;
      color: #fff;
      border: none;
      padding: 14px;
      border-radius: 8px;
      font-size: 1rem;
      font-weight: 600;
      cursor: pointer;
      transition: background 0.2s;
    }
    .btn-primary:disabled {
      background: #9cc9ff;
      cursor: not-allowed;
    }

    /* ¿¡·¯ ¸Þ½ÃÁö */
    .error {
      color: #e53935;
      font-size: 0.85rem;
      margin: 0;
      min-height: 1.2em;
    }
* { box-sizing: border-box; }
    body {
      margin: 0;
      font-family: "Noto Sans KR", system-ui, sans-serif;
      background: #f6f7f8;
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 100vh;
      padding: 16px;
    }
    .container {
      width: 100%;
      max-width: 420px;
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0,0,0,.08);
      padding: 28px;
    }
    h1 {
      margin: 0 0 12px;
      font-size: 1.4rem;
      text-align: center;
    }
    .userinfo {
  text-align: center;
  margin-bottom: 24px;
  font-size: 1rem;
  color: #333;
  line-height: 1.6; /* ÁÙ °£°Ý Ãß°¡ */
}

.userinfo .name {
  font-weight: 700;
  font-size: 1.05rem;
  margin-bottom: 8px; /* ÀÌ¸§°ú ¾ÆÀÌµð »çÀÌ °£°Ý */
}
.userinfo .id {
  font-weight: 700;
  font-size: 1.05rem;
  margin-bottom: 8px; /* ÀÌ¸§°ú ¾ÆÀÌµð »çÀÌ °£°Ý */
}
  
    form { display: grid; gap: 16px; }
    .field { display: flex; flex-direction: column; gap: 6px; }
    .label { font-size: 0.9rem; font-weight: 600; color: #333; }
    .control { position: relative; }
    input {
      width: 100%;
      padding: 12px;
      border: 1px solid #ccc;
      border-radius: 8px;
      font-size: 1rem;
      transition: border-color .2s;
    }
    input:focus { border-color:#007aff; outline:none; }
    .eye {
      position: absolute; right: 10px; top: 50%; transform: translateY(-50%);
      border: 0; background: transparent; cursor: pointer; color:#007aff;
      font-size: 0.9rem; font-weight: 600;
    }
    .btn-primary {
      background:#007aff; color:#fff;
      border: none; border-radius: 8px;
      padding: 14px; font-size: 1rem; font-weight: 600;
      cursor: pointer; transition: background .2s;
    }
    .btn-primary:disabled { background:#9cc9ff; cursor:not-allowed; }
    .error { color:#e53935; font-size:0.9rem; min-height:1.2em; }
    .success { color:#2e7d32; font-size:0.9rem; min-height:1.2em; }
/* -------------------------
   ¸ð¹ÙÀÏ ÁÂÇ¥ (sub_01_mo.jpg ±âÁØ)
------------------------- */
@media (max-width: 768px) {
  /* »ó´Ü ¸Þ´º: ¸ð¹ÙÀÏ¿¡¼­´Â ¸Þ´º Æø/°£°ÝÀÌ ´Ù¸£¹Ç·Î ÀçÁöÁ¤ */
  .menu1 { top: 2.5%; left: 6%;  width: 20%; height: 4.0%; }
  .menu2 { top: 2.5%; left: 30%; width: 25%; height: 4.0%; }
  .menu3 { top: 2.5%; left: 58%; width: 26%; height: 4.0%; }
  .menu4 { top: 2.5%; left: 86%; width: 10%; height: 4.0%; transform: translateX(-100%); }

  /* ÇÏ´Ü ¹è³Ê: ¼¼·Î ºñÁßÀÌ Ä¿Áö¹Ç·Î À§Ä¡/Å©±â Àç¼³Á¤ */
  .banner1 { top: 86%; left: 8%;  width: 26%; height: 10%; }
  .banner2 { top: 86%; left: 37%; width: 26%; height: 10%; }
  .banner3 { top: 86%; left: 66%; width: 26%; height: 10%; }

  .login-link {
    top: 12px;
    right: 12px;
    font-size: 0.65rem;   /* ±Û¾¾ Å©±â Ãà¼Ò */
    padding: 4px 8px;     /* ÆÐµù Ãà¼Ò */
    border-radius: 4px;
  }
   body { background:#fff; padding:0; }
      .container { border-radius:0; box-shadow:none; padding:20px; }
      h1 { font-size:1.2rem; }
  }
/* -------------------------
   (µð¹ö±×¿ë) À§Ä¡ Á¶Á¤ÀÌ ½¬¿ìµµ·Ï
   ÀÓ½Ã·Î ¿µ¿ªÀ» º¸ÀÌ°Ô ÇÏ´Â ½ºÅ¸ÀÏ.
   ÀÛ¾÷ ½Ã .debug ÄÑ°í °ª ¸ÂÃá µÚ ÁÖ¼®Ã³¸®!
------------------------- */
/* body.debug .hit { background: rgba(255,0,0,.15); outline: 1px dashed rgba(255,0,0,.7); } */
