/* ══════════════════════════════════════
   privacy-policy — 개인정보처리방침
   ══════════════════════════════════════ */

/* 스크롤 on 토글 비활성 — 헤더는 항상 서브페이지 on 스타일 유지 */
.policy-page header {
  background: #fff;
  color: var(--color-logo-black);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.03);
}

.policy-page header .h_logo img {
  filter: none;
}

.policy-page .sub-hero-overlay h1 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.policy-main {
  background: #fff;
}

.policy-body {
  padding: 60px 0 100px;
}

.policy-intro {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-bottom: 50px;
  padding: 32px 40px;
  border-radius: 16px;
  background: #FAFAFA;
  justify-content: center;
}

.policy-intro__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #1bace4;
}

.policy-intro__icon svg {
  display: block;
  width: 56px;
  height: 34px;
}

.policy-intro__text {
  margin: 0;
  color: #242424;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.75;
  word-break: keep-all;
}

.policy-content {
  color: #242424;
}

.policy-section + .policy-section {
  margin-top: 40px;
}

.policy-section__title {
  margin: 0 0 20px;
  color: #1bace4;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.policy-section__lead,
.policy-section p,
.policy-section__detail {
  color: #242424;
  font-size: 14px;
  line-height: 1.7;
  word-break: keep-all;
}

.policy-section__detail {
  margin-top: 12px;
}

.policy-list--ordered > li .policy-section__detail:first-of-type {
  margin-top: 12px;
}

.policy-list {
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}

.policy-list > li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 1.7;
  word-break: keep-all;
}

.policy-list > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #1bace4;
}

.policy-list--ordered {
  counter-reset: policy-counter;
  margin-bottom: 24px;
}

.policy-list--ordered > li {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  margin-bottom: 12px;
  padding-left: 0;
  color: #242424;
  font-size: 14px;
  line-height: 1.7;
}

.policy-list--ordered > li:has(.policy-sublist),
.policy-list--ordered > li:has(.policy-table-wrap) {
  display: block;
  position: relative;
  padding-left: 25px;
}

.policy-list--ordered > li:has(.policy-sublist)::before,
.policy-list--ordered > li:has(.policy-table-wrap)::before {
  position: absolute;
  left: 0;
  top: 2px;
}

.policy-list--ordered > li .policy-table-wrap {
  margin-top: 12px;
}

.policy-list--ordered > li::before {
  content: counter(policy-counter);
  counter-increment: policy-counter;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  border-radius: 50%;
  background: #9f9f9f;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  position: static;
}

.policy-sublist {
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
  
}
.policy-sublist.policy-sublist--hangul-mg {
  margin-left: 20px;
}
.policy-sublist > li {
  position: relative;
  margin-bottom: 6px;
  padding-left: 18px;
  font-size: 14px;
  line-height: 1.5;
  color: #242424;
  word-break: keep-all;
}

.policy-sublist > li::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
  color: #242424;
}

.policy-sublist--hangul > li {
  padding-left: 0;
}

.policy-sublist--hangul > li::before {
  content: none;
}

.policy-sublist--asterisk > li {
  margin-left: 20px;
  padding-left: 14px;
}

.policy-sublist--asterisk > li::before {
  content: "*";
}

.policy-sublist--refmark > li {
  padding-left: 18px;
}

.policy-sublist--refmark > li::before {
  content: "※";
}

.policy-sublist--numbered {
  counter-reset: policy-sub-counter;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.policy-sublist--numbered > li {
  counter-increment: policy-sub-counter;
  position: relative;
  padding-left: 20px;
  color: #242424;
  font-size: 14px;
  line-height: 1.6;
  word-break: keep-all;
}

.policy-sublist--numbered > li::before {
  content: counter(policy-sub-counter) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: #242424;
  font-weight: 400;
}

.policy-table-wrap {
  width: 100%;
  max-width: 1160px;
  overflow-x: auto;
  margin: 16px 0 20px;
  border-radius: 16px;
  box-shadow: 0 4px 20px 0 rgba(30, 37, 11, 0.15);
}

.policy-table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  background: #fff;
}

.policy-table caption {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.policy-table thead th {
  padding: 16px 12px;
  background: #1bace4;
  border-right: 1px solid #E5E5E5;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  vertical-align: middle;
}

.policy-table thead th:last-child {
  border-right: none;
}

.policy-table tbody th,
.policy-table tbody td {
  padding: 16px 12px;
  border: 1px solid #e8e8e8;
  background: #fff;
  color: #242424;
  font-size: 15px;
  line-height: 1.55;
  text-align: center;
  vertical-align: middle;
  word-break: keep-all;
}

.policy-table tbody th {
  font-weight: 500;
}

.policy-table tbody td:first-child {
  border-left: none;
}

.policy-table tbody td:last-child,
.policy-table tbody th:last-child {
  border-right: none;
}

.policy-table tbody tr:last-child td,
.policy-table tbody tr:last-child th {
  border-bottom: none;
}

.policy-table--purpose thead th:first-child {
  width: 80px;
}

.sub-page--pc.policy-page .policy-table--purpose tbody td {
  font-size: 16px;
}

.policy-table--officer {
  table-layout: fixed;
}

.policy-table--officer thead th:nth-child(1),
.policy-table--officer tbody td:nth-child(1) {
  width: 16%;
}

.policy-table--officer thead th:nth-child(2),
.policy-table--officer tbody td:nth-child(2) {
  width: 24%;
}

.policy-table--officer thead th:nth-child(3),
.policy-table--officer tbody td:nth-child(3) {
  width: 24%;
}

.policy-table--officer thead th:nth-child(4),
.policy-table--officer tbody td:nth-child(4) {
  width: 36%;
}

.policy-table--officer .policy-table__contact {
  text-align: center;
  padding-left: 32px;
  padding-right: 20px;
  line-height: 1.7;
}

.policy-footnote {
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid #e8e8e8;
  font-size: 15px;
  line-height: 1.7;
  color: #666;
  text-align: right;
}

.policy-content a {
  color: #005bab;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.policy-content a:hover {
  color: #1bace4;
}

/* footer — 현재 페이지 메뉴 활성 (개인정보 / 저작권 / 찾아오시는길) */
body.policy-page:not(.copyright-page):not(.directions-page) #footer .footer_nav .f_mnu1 a,
body.copyright-page #footer .footer_nav .f_mnu2 a,
body.directions-page #footer .footer_nav .f_mnu3 a {
  font-weight: 700;
  color: #fff;
}

body.copyright-page #footer .footer_nav .f_mnu1 a,
body.directions-page #footer .footer_nav .f_mnu1 a {
  font-weight: 400;
}

body.policy-page:not(.copyright-page):not(.directions-page) #footer .f_mnu:hover li.f_mnu1 a,
body.copyright-page #footer .f_mnu:hover li.f_mnu2 a,
body.directions-page #footer .f_mnu:hover li.f_mnu3 a {
  font-weight: 700;
  opacity: 1;
}

/* copyright-policy — 저작권 정책 */
.policy-intro__icon--copyright img {
  display: block;
  width: 40px;
  height: 40px;
}

.copyright-content {
  text-align: center;
}

.copyright-content__lead {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.75;
  color: #242424;
  word-break: keep-all;
}

.copyright-content__lead + .copyright-content__text {
  margin-top: 20px;
}

.sub-page--pc .copyright-content__lead--single-line,
.sub-page--pc-responsive .copyright-content__lead--single-line {
  white-space: nowrap;
}

.copyright-content__highlight {
  display: inline;
  color: #1bace4;
  font-weight: 700;
}

.copyright-content__text {
  margin: 0 0 35px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  color: #242424;
  word-break: keep-all;
}

.copyright-content__text:last-child {
  margin-bottom: 0;
}

/* directions — 찾아오시는길 */
.directions-body {
  padding: 60px 0 100px;
}

.directions-body .sub-contents {
  margin-top: 0;
}

.directions-map {
  display: flex;
  align-items: stretch;
  min-height: 500px;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 60px;
}

.directions-map__canvas {
  flex: 1 1 70%;
  width: 100%;
  min-height: 500px;
  background: #e8eef2;
}

.directions-map__info {
  position: relative;
  flex: 0 0 30%;
  max-width: 400px;
  min-width: 300px;
  padding: 60px 40px;
  background: #1bace4;
  color: #fff;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
  overflow: hidden;
}

.directions-map__deco {
  position: absolute;
  right: 18%;
    bottom: 29%;
  width: 110px;
  height: 192px;
  opacity: 0.22;
  pointer-events: none;
}

.directions-map__addr {
  position: relative;
  z-index: 1;
  margin: 0;
}

.directions-map__addr dt {
  margin: 0 0 36px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.45;
  word-break: keep-all;
}

.directions-map__addr-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0 0 24px;
  font-size: 18px;
  line-height: 1.5;
}

.directions-map__addr-row:last-of-type {
  margin-bottom: 0;
}

.directions-map__addr-label {
  display: inline-flex;
  justify-content: space-between;
  flex-shrink: 0;
  width: 54px;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
}

.directions-map__addr-label i {
  font-style: normal;
}

.directions-map__addr-row span {
  font-size: 16px;
  font-weight: 400;
  word-break: keep-all;
}

.directions-map__fallback,
.directions-map__canvas .sub-traffic-map__fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 400px;
  margin: 0;
  padding: 24px;
  box-sizing: border-box;
  background: #e8eef2;
  color: #666;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}

/* directions — 자가용 경로 */
.directions-car {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.directions-car__block {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.directions-car__title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #111;
}


.directions-car__card {
  position: relative;
  padding: 28px 24px 24px;
  border-radius: 10px;
  background: var(--white, #fff);
  box-shadow: 0 4px 20px 0 rgba(30, 37, 11, 0.15);
}

.directions-car__card--course {
  padding-top: 40px;
  overflow: hidden;
  border-radius: 10px;
}

.directions-car__course {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 14px;
  border-radius: 10px 0;
  background: var(--dark-blue, #005bab);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;
}

.directions-car__course strong {
  color: #fff;
  font-weight: 700;
}

.directions-car__route {
  --directions-car-unit-w: 76px;
  --directions-car-unit-wide-w: 92px;
  --directions-car-unit-narrow-w: 60px;
  --directions-car-hint-h: 28px;
  --directions-car-rail-h: 18px;
  --directions-car-rail-gap: 8px;
  --directions-car-arrow-gap: 56px;
  --directions-car-rail-y: calc(var(--directions-car-hint-h) + var(--directions-car-rail-gap) + var(--directions-car-rail-h) / 2);
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0;
  width: 100%;
}

.directions-car__route::before {
  content: "";
  position: absolute;
  top: var(--directions-car-rail-y);
  left: calc(var(--directions-car-unit-wide-w) / 2);
  right: auto;
  width: calc(100% - var(--directions-car-unit-wide-w) / 2 - var(--directions-car-unit-narrow-w) / 2);
  height: 1px;
  background: #d4d4d4;
  transform: translateY(-50%);
  z-index: 0;
  pointer-events: none;
}

.directions-car__unit {
  position: relative;
  display: grid;
  grid-template-rows: var(--directions-car-hint-h) var(--directions-car-rail-h) auto;
  row-gap: var(--directions-car-rail-gap);
  justify-items: center;
  align-content: start;
  flex: 0 0 auto;
  width: var(--directions-car-unit-w);
  min-width: 0;
}

.directions-car__unit--wide {
  max-width: 100px;
  width: var(--directions-car-unit-wide-w, 92px);
}

.directions-car__unit--narrow {
  width: var(--directions-car-unit-narrow-w);
}

.directions-car__segment,
.directions-car__unit--link {
  position: relative;
  z-index: 0;
  display: grid;
  grid-template-rows: var(--directions-car-hint-h) var(--directions-car-rail-h) auto;
  row-gap: var(--directions-car-rail-gap);
  justify-items: center;
  align-content: start;
  flex: 1 1 0;
  min-width: 48px;
  align-self: start;
}

.directions-car__segment--has-hint {
  grid-template-rows: var(--directions-car-hint-h) var(--directions-car-rail-h) auto;
  row-gap: var(--directions-car-rail-gap);
}

.directions-car__segment--has-hint .directions-car__segment-axis {
  display: contents;
}

.directions-car__segment--has-hint .directions-car__segment-hint {
  grid-row: 1;
  width: 100%;
}

.directions-car__segment-axis {
  display: flex;
  flex-direction: column;
  gap: var(--directions-car-rail-gap);
  grid-row: 1;
  width: 100%;
}

.directions-car__segment-hint {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: var(--directions-car-hint-h);
  color: #9f9f9f;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  white-space: nowrap;
  word-break: keep-all;
}

.directions-car__segment:not(.directions-car__segment--has-hint) .directions-car__segment-track {
  justify-content: center;
  gap: var(--directions-car-arrow-gap);
}

.directions-car__segment--arrows-1 .directions-car__segment-track {
  justify-content: center;
  gap: 0;
}

.directions-car__hint {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  height: var(--directions-car-hint-h);
  grid-row: 1;
  color: #9f9f9f;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  word-break: keep-all;
}

.directions-car__hint:empty {
  display: flex;
}

.directions-car__unit::after {
  content: "";
  position: absolute;
  top: var(--directions-car-rail-y);
  left: 0;
  width: 100%;
  height: 1px;
  background: #d4d4d4;
  transform: translateY(-50%);
  z-index: 0;
  pointer-events: none;
}

.directions-car__marker {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--directions-car-rail-h);
  height: var(--directions-car-rail-h);
  grid-row: 2;
  align-self: center;
}

.directions-car__marker--dest {
  position: relative;
  width: var(--directions-car-rail-h);
  height: var(--directions-car-rail-h);
}

.directions-car__marker--dest .directions-car__icon {
  position: relative;
  z-index: 1;
}

.directions-car__marker--dest .directions-car__pin {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: flex;
  line-height: 0;
  transform: translate(-50%, -100%);
  pointer-events: none;
}

.directions-car__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  line-height: 0;
}

.directions-car__icon svg {
  display: block;
}

.directions-car__marker--dest .directions-car__pin svg {
  display: block;
}

.directions-car__segment-track,
.directions-car__track {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  width: 100%;
  height: var(--directions-car-rail-h);
  grid-row: 2;
  align-self: center;
}

.directions-car__segment-track::before,
.directions-car__track::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #d4d4d4;
  transform: translateY(-50%);
  z-index: 0;
  pointer-events: none;
}

.directions-car__segment--has-hint .directions-car__segment-track {
  grid-row: 2;
  gap: 70px;
  justify-content: center;
  padding: 0;
}

.directions-car__route--arrow-gap-56 .directions-car__segment--has-hint .directions-car__segment-track {
  gap: var(--directions-car-arrow-gap);
}

.directions-car__segment-track svg,
.directions-car__track-arrows svg {
  display: block;
  flex-shrink: 0;
  align-self: center;
  position: relative;
  z-index: 1;
}

.directions-car__track-line {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 1px;
  background: #d4d4d4;
  transform: translateY(-50%);
}

.directions-car__track-arrows {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 100%;
}

.directions-car__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: var(--directions-car-rail-h);
  grid-row: 2;
  align-self: center;
}

.directions-car__arrow svg {
  display: block;
}

.directions-car__label {
  width: 100%;
  min-height: 40px;
  grid-row: 3;
  color: #1bace4;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
  text-align: center;
  word-break: keep-all;
}

.directions-car__unit--narrow .directions-car__label {
  min-height: 20px;
}

.directions-car__label--dest {
  font-weight: 600;
}

.directions-car__label--empty {
  min-height: 40px;
  margin-top: 10px;
  grid-row: 3;
  visibility: hidden;
}

.directions-car__segment--has-hint .directions-car__label--empty {
  grid-row: 3;
}

/* directions — 대중교통 tbody 배경 */
body.directions-page .sub-table tbody.sub-table-group.sub-table-row--fill:last-of-type::before {
  background: #fff;
  border-bottom: 1px solid rgba(36, 36, 36, 0.1);
}

body.directions-page .sub-table tbody.sub-table-group.sub-table-row--fill:last-of-type::after {
  display: none;
}

/* directions — 대중교통 */
.directions-transit {
  display: flex;
  gap: 16px;
  align-items: stretch;
}

.directions-transit__col {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
  overflow: visible;
}

.directions-transit__title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #111;
}

.directions-transit__card {
  position: relative;
  display: flex;
  flex: 1;
  align-items: flex-start;
  min-height: 160px;
  padding: 30px;
  overflow: visible;
  border-radius: 10px;
  background: var(--white, #fff);
  box-shadow: 0 4px 20px 0 rgba(30, 37, 11, 0.15);
}

.directions-transit__card--bus::before,
.directions-transit__card--subway::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
  z-index: 0;
  transform: translateY(-50%);
}

.directions-transit__card--bus::before {
  width: 123px;
  height: 123px;
  background-image: url(../img/sub/directions-transit-bus.svg);
}

.directions-transit__card--subway::before {
  right: 24px;
  width: 109px;
  height: 123px;
  background-image: url(../img/sub/directions-transit-subway.svg);
}

.directions-transit__list {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.directions-transit__item {
  position: relative;
  padding-left: 14px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #242424;
  word-break: keep-all;
}

.directions-transit__item::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #1bace4;
  transform: translateY(-50%);
}

.directions-transit__item + .directions-transit__item {
  margin-top: 12px;
}

.directions-transit__emph {
  color: #1bace4;
  font-weight: 700;
  display: inline;
}

.directions-transit__route {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.directions-transit__note {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.directions-transit__line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin: 0 1px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  vertical-align: -2px;
}

.directions-transit__line--5 {
  background: #893BB6;
}

@media (max-width: 1024px) {
  .policy-body {
    padding: 40px 0 80px;
  }

  .policy-page .sub-hero-overlay h1 {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .policy-intro {
    flex-direction: row;
    align-items: center;
    gap: 20px;
    padding: 24px 20px;
    text-align: left;
  }

  .policy-intro__icon {
    width: 80px;
    height: 80px;
  }

  .policy-intro__icon svg {
    width: 44px;
    height: 27px;
  }

  .policy-section__title {
    font-size: 20px;
  }

  .policy-section__lead,
  .policy-section p,
  .policy-list > li {
    font-size: 15px;
  }
}

@media (max-width: 450px) {
  .policy-body {
    padding: 30px 0 60px;
  }

  .policy-page .sub-hero-overlay h1 {
    font-size: 26px;
  }

  .policy-intro__text {
    font-size: 14px;
  }

  .policy-section + .policy-section {
    margin-top: 32px;
  }

  .policy-table thead th,
  .policy-table tbody th,
  .policy-table tbody td {
    padding: 10px 8px;
    font-size: 13px;
  }
}
