@charset "utf-8";

/* Top Search */
.list-tsearch { border:1px solid #ddd; background:#fafafa; padding:20px 15px 3px; margin-bottom:15px; }

/* Category */
.list-category .tabs { margin-bottom:20px; }
.list-category .dropdown { margin-bottom:20px; }
.list-category .active a, .list-category .selected a { color:crimson; font-weight:bold !important; }

/* List */
.list-wrap { width:100%; }
.list-admin { text-align:center; margin:15px 0px; }
.list-btn .sort-drop { min-width:120px !important; left:auto !important; right:0px !important; }
.list-btn .sort-drop .sort a { color:crimson !important; font-weight:bold !important; }
.is-pc .ko .list-btn .sort-drop { font-size: 12px; }

/* Page */
.list-wrap .pagination a, .view-wrap .pagination a { color:#333 !important; }
.list-wrap .pagination .active a, .view-wrap .pagination .active a { color:#fff !important; background:#444 !important; border-color:#444 !important; }

/* View */
.view-wrap { width:100%; overflow:hidden; }
.view-wrap.view-modal { padding:5px; margin:0px; }
.view-btn { margin:0px 0px 30px; }
.view-btn i { margin-right:2px; }

/* Write */
.write-wrap { width:100%; overflow:hidden; }

@media all and (max-width:460px) {
	.responsive .view-btn i { margin-right:0px; }
}

  .pass-table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Segoe UI', 'Malgun Gothic', sans-serif;
    font-size: 15px;
    margin: 20px 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  }

  .pass-table thead {
    background-color: #0078d4;
    color: white;
  }

  .pass-table th, .pass-table td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: center;
  }

  .pass-table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
  }

  .pass-table tbody tr:hover {
    background-color: #f1f1f1;
  }

  .pass-table th {
    font-size: 16px;
  }

  .pass-table td {
    line-height: 1.6;
  }

  .pass-table td:first-child {
    font-weight: bold;
    background-color: #f0f4f8;
  }
.info-box {
    font-family: 'Segoe UI', 'Malgun Gothic', sans-serif;
    background-color: #f8fbff;
    border: 1px solid #cce0f5;
    border-left: 6px solid #0078d4;
    padding: 20px;
    margin: 20px 0;
    line-height: 1.8;
    font-size: 16px;
    color: #333;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 120, 212, 0.08);
  }

  .info-box strong {
    color: #0078d4;
  }
.guide-container {
      background-color: #fff;
      border-left: 6px solid #0078d4;
      padding: 20px 30px;
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0, 120, 212, 0.1);
      max-width: 800px;
      margin: auto;
    }
    .guide-container h2 {
      color: #0078d4;
      margin-bottom: 10px;
    }
    .guide-container h3 {
      margin-top: 30px;
      color: #005a9e;
    }
    .guide-container ul {
      margin-left: 20px;
      list-style: disc;
    }
    .guide-container p {
      line-height: 1.8;
    }
    .highlight {
      font-weight: bold;
      color: #0078d4;
    }

  @media (max-width: 768px) {
    .pass-table {
      font-size: 14px;
    }
  .facility-container {
      background-color: #fff;
      border-left: 6px solid #0078d4;
      padding: 20px 30px;
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0, 120, 212, 0.1);
      max-width: 800px;
      margin: auto;
    }
    .facility-container h2 {
      color: #0078d4;
      margin-bottom: 10px;
    }
    .facility-container h3 {
      margin-top: 30px;
      color: #005a9e;
    }
    .facility-container ul {
      margin-left: 20px;
      list-style: disc;
    }
    .facility-container p {
      line-height: 1.8;
    }