﻿.mobile-logo {
    display: inline-block;
    padding: 6px 6px 0;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    max-width: 100%;
    overflow: visible;
}

.mobile-logo .logo-site-name {
    display: inline-block;
    margin: 0;
    max-width: none;
    font-size: 1.3rem;
    font-weight: 600;
    color: #fff;
    line-height: 1.3;
    white-space: nowrap;
    overflow: visible;
    text-overflow: clip;
    word-break: keep-all;
}

@media (min-width: 1367px) {
  header.navPlaceholder {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    width: 100%;
    min-height: 62px;
    overflow: visible;
    text-align: left;
    transition: min-height 0.18s ease;
  }

  header.navPlaceholder .pcNav {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    height: 62px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 18px;
    white-space: nowrap;
  }

  header.navPlaceholder .pcNav .navItem {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  header.navPlaceholder .pcNav .logo {
    flex: 0 0 auto;
    width: 160px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  header.navPlaceholder .pcNav .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  header.navPlaceholder .pcNav .logo-site-name {
    margin: 0;
    width: 160px;
    max-width: 160px;
    line-height: 62px;
    font-size: 23px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  header.navPlaceholder .pcNav .searchBox {
    flex: 0 0 400px;
    margin-left: auto;
  }
}

.module-two {
  grid-column: span 2;
}
.module-two .item-cover {
    aspect-ratio: 400 / 80;
}

.module-two .item-cover img {
  object-fit: fill;
}

.static-page-wrap {
  padding: 20px 15px 40px;
  margin: 0 auto;
}
@media (min-width: 1367px) {
  main.home-sections.static-archive-page {
    padding-top: calc(62px + 20px) !important;
  }
  main.home-sections.vdetail-page {
    padding-top: calc(62px + 20px) !important;
  }
}

@media (max-width: 1366px) {
  .vdetail-page .gldetail-new-header,
  .static-archive-page .gldetail-new-header {
    display: none !important;
  }
}
.static-archive-page .static-page-wrap {
  padding-top: 12px;
}
.static-page {
  margin: 0;
}
.static-page-card {
  background: #1a1a1a;
  border: 1px solid #2c2c36;
  border-radius: 10px;
  padding: 24px 20px;
  box-sizing: border-box;
}
.static-page-header {
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #2c2c36;
}
.static-page-header .post-title {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 600;
  color: #ccc;
  line-height: 1.3;
}
.static-page-header .post-title-short {
  font-size: 1.35rem;
}
.static-page-header p {
  margin: 8px 0 0;
  font-size: 0.8125rem;
  color: #9c9c9c;
}
.static-page-body,
.static-page .post-content {
  color: #9c9c9c;
  font-size: 14px;
  line-height: 1.65;
}
.static-page-body p,
.static-page .post-content p {
  margin: 0 0 12px;
}
.static-page-body p:last-child,
.static-page .post-content p:last-child {
  margin-bottom: 0;
}
.static-page-body a,
.static-page .post-content a {
  color: #f02c11;
  text-decoration: none;
}
.static-page-body a:hover,
.static-page .post-content a:hover {
  text-decoration: underline;
}
.static-section {
  margin-bottom: 22px;
}
.static-section:last-child {
  margin-bottom: 0;
}
.static-section-title {
  margin: 0 0 10px;
  font-size: 1rem;
  font-weight: 600;
  color: #ccc;
  line-height: 1.4;
}
.static-section-content {
  margin: 0;
}
.static-section-content p {
  margin: 0 0 10px;
}
.static-faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.static-faq-item {
  border-radius: 10px;
  border: 1px solid #2c2c36;
  background: #141418;
  overflow: hidden;
}
.static-faq-item q {
  display: block;
  font-size: 0.9375rem;
  font-weight: 600;
  padding: 12px 14px;
  margin: 0;
  color: #ccc;
  font-style: normal;
  border-left: 3px solid #f02c11;
  background: rgba(240, 44, 17, 0.06);
}
.static-faq-item .static-faq-answer {
  padding: 12px 14px 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #9c9c9c;
}
.static-faq-item .static-faq-answer p {
  margin: 0 0 8px;
}
.static-faq-item .static-faq-answer p:last-child {
  margin-bottom: 0;
}
.static-link-list {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.static-link-list a {
  display: inline-block;
  padding: 8px 16px;
  background: #252530;
  border: 1px solid #454548;
  border-radius: 6px;
  color: #f02c11;
  font-size: 14px;
}
.static-link-list a:hover {
  background: #2c2c36;
  border-color: #f02c11;
  text-decoration: none;
}
.static-link-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  background: #f02c11;
  color: #fff !important;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
}
.static-link-btn:hover {
  background: #d9260e;
  text-decoration: none !important;
}
.static-page blockquote {
  margin: 0 0 16px;
  padding: 12px 16px;
  border-left: 4px solid #f02c11;
  background: rgba(240, 44, 17, 0.08);
  color: #9c9c9c;
  font-size: 14px;
  border-radius: 0 6px 6px 0;
}
@media (max-width: 768px) {
  .static-page-wrap {
    padding: 16px 12px 32px;
  }
  .static-page-card {
    padding: 18px 16px;
  }
  .static-page-header .post-title-short {
    font-size: 1.2rem;
  }
  .static-faq-item q {
    font-size: 0.875rem;
    padding: 10px 12px;
  }
  .static-faq-item .static-faq-answer {
    padding: 10px 12px 12px;
  }
}

.page-404-wrap {
  margin: 0 auto;
  padding-left: 5vw;
  padding-right: 5vw;
  box-sizing: border-box;
}
@media (min-width: 1367px) {
  .page-404-wrap {
    padding-top: calc(62px + 12px);
  }
}
.page-404-card {
  border: 1px solid #2c2c36;
  border-radius: 10px;
  padding: 40px 28px;
  text-align: center;
  box-sizing: border-box;
}
.page-404-code {
  font-size: 4rem;
  font-weight: 700;
  color: #2c2c36;
  line-height: 1;
  margin-bottom: 16px;
  letter-spacing: 0.02em;
}
.page-404-title {
  margin: 0 0 12px;
  font-size: 1.35rem;
  font-weight: 600;
  color: #ccc;
}
.page-404-desc {
  margin: 0 0 28px;
  font-size: 14px;
  color: #9c9c9c;
  line-height: 1.6;
}
.page-404-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.page-404-btn {
  display: inline-block;
  padding: 12px 28px;
  background: #f02c11;
  color: #fff !important;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}
.page-404-btn:hover {
  background: #d9260e;
  text-decoration: none !important;
}
.page-404-search {
  display: flex;
  width: 100%;
  max-width: 320px;
  gap: 8px;
}
.page-404-input {
  flex: 1;
  height: 42px;
  padding: 0 14px;
  border: 1px solid #454548;
  border-radius: 6px;
  background: #141414;
  color: #ccc;
  font-size: 14px;
  box-sizing: border-box;
}
.page-404-input:focus {
  border-color: #f02c11;
  outline: none;
}
.page-404-search-btn {
  height: 42px;
  padding: 0 18px;
  border: 0;
  border-radius: 6px;
  background: #252530;
  color: #ccc;
  font-size: 14px;
  cursor: pointer;
}
.page-404-search-btn:hover {
  background: #2c2c36;
  color: #f02c11;
}
@media (max-width: 768px) {
  .page-404-wrap {
    padding: 28px 12px 48px;
  }
  .page-404-card {
    padding: 28px 20px;
  }
  .page-404-code {
    font-size: 3rem;
  }
  .page-404-title {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 824px) {
  .top-banner {
    padding: 0 16px;
    box-sizing: border-box;
  }
}
