/* 2026 PC 공통 헤더 */
body,
body button,
body input,
body select,
body textarea,
body a {
  font-family: 's-core-dream-medium' !important;
}

#header .top_banner {
  display: none !important;
}

#header .planbox_wrap {
  display: none;
}

#header {
  border-bottom: 0 !important;
}

#header .unified-pc-header {
  height: 72px;
  border-bottom: 0;
  background: #fff;
  box-sizing: border-box;
}

#header.is-scrolled .unified-pc-header {
  border-bottom: 1px solid #e1e4ea;
  box-shadow: 0 4px 14px rgba(20, 29, 50, 0.07);
}

#header .unified-pc-header .wrap {
  display: grid;
  grid-template-columns: 315px minmax(0, 1fr) 245px;
  width: 1280px;
  height: 72px;
  align-items: center;
  overflow: visible;
}

#header .unified-logo {
  float: none;
  min-width: 0;
  margin: 0;
  font-size: 0;
}

#header .unified-logo a {
  display: inline-flex;
  align-items: center;
  padding: 0;
}

#header .unified-logo img {
  width: 100px;
  height: auto !important;
  max-height: 42px;
  object-fit: contain;
}

#header .unified-logo span {
  color: #222;
  font-size: 20px;
  font-family: 's-core-dream-bold';
}

#header .unified-nav {
  float: none;
  min-width: 0;
  margin: 0;
}

#header .unified-nav ul {
  display: flex;
  align-items: center;
  gap: 22px;
  overflow: visible;
}

#header .unified-nav ul li {
  float: none;
  flex: none;
  margin: 0;
}

#header .unified-nav ul li a {
  display: block;
  padding: 27px 0 24px;
  color: #555 !important;
  font-family: 's-core-dream-medium';
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 20px;
  white-space: nowrap;
}

#header .unified-nav ul li.on a {
  color: #3157ff !important;
  font-family: 's-core-dream-medium';
  font-weight: 500;
}

#header .unified-member {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 13px;
}

#header .unified-member a,
#header .unified-member button {
  color: #777;
  font-family: 's-core-dream-regular';
  font-size: 11px;
  font-weight: 500;
}

#header .unified-member .login {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  background: none;
  border: 0 !important;
  border-radius: 0;
  box-shadow: none;
  line-height: normal;
}

#header .unified-member .search {
  position: relative;
  width: 20px;
  height: 20px;
  padding: 0;
  background: none;
  cursor: pointer;
}

#header .unified-member .search:before {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 9px;
  height: 9px;
  border: 1.5px solid #555;
  border-radius: 50%;
  content: '';
}

#header .unified-member .search:after {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 6px;
  height: 1.5px;
  background: #555;
  transform: rotate(45deg);
  transform-origin: left center;
  content: '';
}

#header .unified-member .history {
  padding: 11px 15px;
  border-radius: 6px;
  color: #fff;
  background: #176cff;
  font-family: 's-core-dream-medium';
  font-size: 11px;
  font-weight: 500;
}

/* 모든 PC 페이지의 헤더 높이를 하나로 통일 */
#main.ver1,
#main.ver2,
#main.ver3,
#sub.ver1,
#sub.ver2,
#sub.ver3 {
  margin-top: 72px;
}

/* PC 메인 배너: 성지폰 Playground와 동일한 비율 */
#main .main_visual {
  width: 1280px;
  height: 470px;
  margin: 20px auto 0;
  overflow: hidden;
  border-radius: 14px;
}

#main .main_visual .visual-swiper-container,
#main .main_visual .swiper-wrapper,
#main .main_visual .swiper-slide {
  height: 470px !important;
}

#main .main_visual a img {
  display: block;
  width: 100%;
  height: 470px !important;
  object-fit: cover;
}

#main .main_visual .slide_btn a.prev {
  left: 20px;
}

#main .main_visual .slide_btn a.next {
  right: 20px;
}

@media screen and (max-width: 1320px) {
  #header .unified-pc-header .wrap,
  #main .main_visual {
    width: calc(100% - 40px);
    min-width: 1000px;
  }

  #header .unified-pc-header .wrap {
    grid-template-columns: 260px minmax(0, 1fr) 230px;
  }

  #header .unified-nav ul {
    gap: 16px;
  }
}
