@charset "UTF-8";

#bo_v > header {
  display: none;
}

.hd_pops img {
  width: 100% !important;
}

#content_wrap {
  padding-bottom: 3%;
}

.k_new_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.k_btn_inner {
  font-size: 1.5vw;
  background: black;
  color: white;
  padding: 1% 3%;
  border-radius: 30px;
}

.k_btn_inner > a {
  color: white;
}

.k_new_btn > .k_btn_inner:nth-child(2) {
  background: rgba(0, 0, 0, 0.5607843137);
  margin-left: 2%;
  padding: 0.7% 2% !important;
}

#bo_w .bo_w_tit .frm_input {
  padding-right: 0px !important;
}

.k_btn_inner > input {
  outline: none;
  appearance: none;
  border: unset;
  background: unset;
  color: white;
  font-size: 1.1em;
}

#bo_v > header {
  display: block;
  position: relative;
  background: transparent;
  font-size: unset;
  padding: unset;
  border-bottom: 1px solid black;
  font-family: "pretendard Variable";
}

#bo_v_title .bo_v_tit {
  display: block;
  font-size: 17px;
  margin: 5px 0 0;
  word-break: break-all;
  font-weight: 500;
  letter-spacing: -1px;
  font-family: "pretendard Variable" !important;
}

.board_title {
  font-family: "pretendard Variable";
}

.k_new_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.k_btn_inner {
  font-size: 1.5vw;
  background: black;
  color: white;
  padding: 1% 3%;
  border-radius: 30px;
}

.k_btn_inner > a {
  color: white;
}

.k_new_btn > .k_btn_inner:nth-child(2) {
  background: rgba(0, 0, 0, 0.5607843137);
  margin-left: 2%;
  padding: 0.7% 2% !important;
}

#bo_w .bo_w_tit .frm_input {
  padding-right: 0px !important;
}

.k_btn_inner > input {
  outline: none;
  appearance: none;
  border: unset;
  background: unset;
  color: white;
  font-size: 1.1em;
}

#bo_v > header {
  display: block;
  position: relative;
  background: transparent;
  font-size: unset;
  padding: unset;
  border-bottom: 1px solid black;
  font-family: "pretendard Variable";
}

#bo_v_con {
  margin: 30px 0 30px;
  width: 100%;
  line-height: 1.7em;
  min-height: 200px;
  word-break: break-all;
  overflow: hidden;
  font-size: 1.3em;
  font-family: "pretendard Variable";
}

.mac_opt img {
  max-width: 100%;
}

#tttt {
  opacity: 1;
  z-index: 9999;
}

#content_wrap {
  padding-bottom: 0% !important;
}

/* ↓ 레거시 admin 드롭다운(ul.admin_head) 전용 — element 셀렉터였을 때
   신규 nav.header_menu > ul > li > a 를 덮어써서 .admin_head 로 스코프함 (2026-08-05) */
header h1 {
  margin: 50px 0;
  font-size: 0.7em;
  font-weight: 100;
  text-align: center;
  font-family: "pretendard Variable";
}

header .admin_head {
  width: 13.5%;
  margin: 0 auto;
  right: -16%;
}

header .admin_head li {
  float: left;
  list-style: none;
  position: relative;
  width: 100%;
}

header .admin_head li a {
  font-family: "pretendard Variable";
  font: 700 0.9vw "pretendard Variable";
  text-transform: uppercase;
  position: relative;
  color: #d90000;
  text-decoration: none;
  border: 3px solid #d90000;
  letter-spacing: 1px;
  padding: 6% 9%;
  display: block;
  width: 150px;
  z-index: 5000;
  width: 100%;
  box-sizing: border-box;
}

header .admin_head li a i {
  font-size: 0.7em !important;
  position: absolute;
  right: 10%;
  top: 40%;
}

header .admin_head li .drop-down {
  position: absolute;
  padding: 0;
  display: none;
  margin: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  background: white;
}

header .admin_head li .drop-down li {
  position: relative;
  float: none;
  width: 100%;
}

header .admin_head li .drop-down li a {
  border-top: none;
  width: 150px;
  width: 100%;
}

header .admin_head li .drop-down li a:hover {
  background: #d90000;
  color: #ffffff;
}

header .admin_head li .drop-down li:nth-of-type(1) a {
  border-top: none;
}

header .accent {
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #d90000;
  position: absolute;
  transition: 0.3s ease;
}

header .animate {
  width: 100%;
  transition: 0.3s ease;
}

header .item:hover {
  color: #ffffff;
}

header > .admin_head {
  right: 1%;
  top: 114%;
  background: white;
}

/* ═══════════════════════ HEADER (바차) ═══════════════════════
   plan: .planning/header/plan.md · 캔버스 1905 · PSD Y 0~79
   ═══════════════════════════════════════════════════════════ */
.header img {
  width: 100%;
}

header.drop {
  position: fixed;
}

header.insert {
  position: fixed;
  top: -5vw;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  height: calc(var(--px) * 80);
  font-family: "Pretendard Variable";
  letter-spacing: -0.04vw;
  background-color: #ffffff;
  transition-duration: 0.3s;
  transition-property: top;
}

.header_logo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-left: 3.2546%;
  width: calc(var(--px) * 94);
  aspect-ratio: 94 / 34;
}

.header_menu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-left: 18.4777%;
}

.header_menu_list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.3vw;
}

.header_menu_item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header_menu_1 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: calc(var(--px) * 18);
  font-weight: 300;
  color: #000000;
  white-space: nowrap;
  transition: font-weight 0.3s, color 0.3s;
}

.header_menu_1:hover {
  font-weight: 600;
  color: var(--color-point);
}

.header_call {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-left: 15.5906%;
  width: calc(var(--px) * 150);
  aspect-ratio: 150 / 36;
}
/* ═══════════════════════ HEADER end ═══════════════════════ */

/* -------------------header 커스텀 끝------------------- */
@media screen and (max-width: 599px) {
  .pc-mobile {
    display: none !important;
  }
  .mobile-pc {
    display: flex !important;
  }
  .pc-inline {
    display: none !important;
  }
  .mo-inline {
    display: inline !important;
  }
  header.drop {
    position: fixed;
    animation: none;
    transition: none;
  }
  .menu-hide {
    display: none !important;
  }
  .menu-show {
    display: flex !important;
  }
  .hamburger-top {
    top: 13% !important;
  }
  .hamburger {
    position: absolute;
    top: 33%;
    right: 5%;
  }
  .hamburger-menu {
    width: 8vw;
    height: 4.5vw;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    /* iOS Safari 는 div 처럼 비인터랙티브한 태그에 cursor:pointer 가 없으면
       JS click 이벤트를 전달하지 않는다 (js/header.js 가 여기에 토글을 건다) */
    cursor: pointer;
  }
  div.line {
    background: var(--color-point);
    width: 100%;
    height: 2px;
    border-radius: 0px;
    position: relative;
    transition: all 0.3s;
    transform-origin: center;
    position: absolute;
    margin: 0 !important;
  }
  div.line.mid-reverse {
    background-color: var(--color-point);
  }
  .top-reverse {
    top: 0%;
  }
  .bot-reverse {
    bottom: 0%;
  }
  .line_change.top-reverse {
    top: 50%;
    transform: translate(0, -50%) rotate(45deg);
    background-color: #fff;
  }
  .line_change.mid-reverse {
    opacity: 0;
  }
  .line_change.bot-reverse {
    bottom: 50%;
    transform: translate(0, 50%) rotate(-45deg);
    background-color: #fff;
  }
  /* -------------------header 커스텀 시작------------------- */
  /* ★ .header(클래스) 가 header(엘리먼트)보다 우선이라, PC 의 height:calc(--px*80)
     = 모바일에서 15.7px 이 그대로 남아 헤더가 찌부됐다 → 클래스로 다시 잡는다 */
  .header {
    position: fixed;
    left: 0;
    top: 0;
    justify-content: flex-start;
    align-items: center;
    height: 15vw;
    font-size: 4.5vw;
    background: #fff;
    transform: translateX(0);
    width: 100%;
  }

  .header_logo {
    width: 22vw;
    aspect-ratio: 94 / 34;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 5vw;
  }

  /* 전화 CTA — 햄버거 왼쪽에 배치 (PC 는 메뉴 오른쪽 끝).
     햄버거는 absolute(right:5%) 라 흐름에서 빠져 있으므로 그 폭만큼 오른쪽 여백을 직접 비운다 */
  .header_call {
    width: 28vw;
    aspect-ratio: 150 / 36;
    margin-left: auto;
    margin-right: 17vw;
  }

  .header_menu {
    position: fixed !important;
    right: -100%;
    pointer-events: none;
    padding: 24vw 6vw 0 10vw;
    width: 62%;
    box-sizing: border-box;
    transition: all 0.3s;
    clear: both;
    background-color: #000000;
    background-image: url(/images/con07_01.jpg);
    background-size: cover;
    background-position: center;
    color: #fff;
    height: 100vh;
    flex-wrap: nowrap;
    gap: 5.5vw;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    top: 0%;
    margin-left: 0;
  }

  .header_menu_list {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5.5vw;
  }

  .header_menu.header_menu_drop {
    top: 0%;
    pointer-events: initial !important;
    opacity: 1;
    right: 0;
  }

  .header_menu_1 {
    height: auto;
    font-size: 4.4vw;
    color: #fff;
    font-weight: 500;
  }

  /* PC 호버색(var(--color-point) = 짙은 파랑)이 모바일 메뉴 배경과 겹쳐 글자가 묻힌다.
     모바일엔 실제 호버가 없고 탭 후 :hover 가 남는 게 전부라 기본 흰색을 유지한다. */
  .header_menu_1:hover {
    color: #fff;
  }
  /* ※ TOP 버튼(.top_btn*) 모바일 값은 css/mobile_style.css 에 있다 —
     이 파일에선 PC 정의가 이 미디어쿼리보다 아래(671~)라 여기 쓰면 덮어써진다 */
  /* -------------------header 커스텀 끝------------------- */
}

.k_new_btn {
  margin-bottom: 6%;
  margin-top: 2%;
}

#bo_v_title .bo_v_tit {
  display: block;
  font-size: 17px;
  margin: 5px 0 0;
  word-break: break-all;
  font-weight: 700;
  letter-spacing: -1px;
  font-family: "pretendard Variable" !important;
}

.board_title {
  font-weight: 700;
  font-family: "pretendard Variable";
}

.k_new_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.k_btn_inner {
  font-size: 1.5vw;
  background: black;
  color: white;
  padding: 1% 3%;
  border-radius: 30px;
}

.k_btn_inner > a {
  color: white;
}

.k_new_btn > .k_btn_inner:nth-child(2) {
  background: rgba(0, 0, 0, 0.5607843137);
  margin-left: 2%;
  padding: 0.7% 2% !important;
}

#bo_w .bo_w_tit .frm_input {
  padding-right: 0px !important;
}

.k_btn_inner > input {
  outline: none;
  appearance: none;
  border: unset;
  background: unset;
  color: white;
  font-size: 1.1em;
}

#bo_v > header {
  display: block;
  position: relative;
  background: transparent;
  font-size: unset;
  padding: unset;
  border-bottom: 1px solid black;
  font-family: "pretendard Variable";
  font-weight: 900;
}

#bo_v_con {
  margin: 30px 0 30px;
  width: 100%;
  line-height: 1.7em;
  min-height: 200px;
  word-break: break-all;
  overflow: hidden;
  font-size: 1.3em;
  font-family: "pretendard Variable";
}

#hd_pop > div > div > iframe {
  height: 100%;
}

.hd_pops_footer {
  font-size: 0.9vw !important;
}

#hd_pop > div {
  border-radius: 30px;
  overflow: hidden;
  background: black;
}

@media screen and (max-width: 1023px) {
  #hd_pop {
    width: 90% !important;
  }
  #hd_pop > div {
    margin: 0 auto !important;
    left: unset !important;
    top: 5% !important;
    width: 85% !important;
  }
  .hd_pops_con {
    width: 100% !important;
    height: auto !important;
  }
  .hd_pops_footer {
    font-size: 2.6vw !important;
  }
  #hd_pop > div {
    border-radius: 22px;
    overflow: hidden;
  }
  #hd_pop {
    height: 100vh;
    position: absolute;
    width: 100% !important;
    top: 3% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 599px) {
  #hd_pop {
    width: 90% !important;
  }
  #hd_pop > div {
    margin: 0 auto !important;
    width: 90% !important;
    left: unset !important;
    top: 5% !important;
  }
  .hd_pops_con {
    width: 100% !important;
    height: auto !important;
  }
  .hd_pops_footer {
    font-size: 2.6vw !important;
  }
  #hd_pop > div {
    border-radius: 22px;
    overflow: hidden;
  }
  #hd_pop {
    height: 0;
    position: absolute;
    width: 100% !important;
    top: 15vw !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .main_small_title {
    font-size: 3.1vw;
    line-height: 4.7vw;
  }
}

.hd_pops_footer .hd_pops_reject {
  font-family: "pretendard Variable";
  font-weight: 700;
}

.hd_pops_footer .hd_pops_close {
  background: #000000;
  top: inherit;
  bottom: 0;
}

/* ═══════════════════════ TOP 버튼 (fixed · z-index = .header 와 동일 9999) ═══════════════════════ */
.top_btn {
  position: fixed;
  right: calc(var(--px) * 42);
  bottom: calc(var(--px) * 125);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.top_btn img {
  width: 100%;
}

.top_btn_img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(var(--px) * 50);
  aspect-ratio: 50 / 110;
}

.top_btn_txt {
  margin-top: 0.3vw;
  /* style.css(:root --font-mapo) 는 메인에만 실려서 헤더용은 직접 지정 */
  font-family: "MapoHongdaeFreedom", sans-serif;
  font-size: calc(var(--px) * 16);
  line-height: calc(var(--px) * 14);
  color: #ffffff;
}
