@charset "utf-8";

html,
body {
  height: 100%;
  background: #050505;
}

body {
  overflow-x: hidden;
}

.about-template #lnb a {
  color: rgba(255, 255, 255, .78);
}

.about-template #lnb a:hover,
.about-template #lnb > ul > li.is-mega-active > a {
  color: #fff;
}

.about-template.mega-open #lnb a {
  color: rgba(236, 232, 223, .9);
}

.about-template.mega-open #header .logo img,
.about-template.menu-open #header .logo img,
.about-template.is-about-history-active #header .logo img {
  filter: brightness(0) invert(1);
}

.about-page {
  min-height: 100vh;
  background: #050505;
  color: #ece8df;
}

.about-split {
  display: grid;
  grid-template-columns: minmax(480px, 52vw) minmax(420px, 48vw);
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.about-split__panel {
  position: relative;
  --about-panel-bg: #f2f0ea;
  --about-strong: #0d0d0d;
  --about-body: rgba(17, 17, 17, .58);
  --about-muted: rgba(17, 17, 17, .46);
  --about-soft: rgba(17, 17, 17, .72);
  --about-line: rgba(17, 17, 17, .12);
  height: 100vh;
  overflow: hidden;
  background: var(--about-panel-bg);
  color: var(--about-strong);
  transition: background-color 1.05s ease, color 1.05s ease;
}

.about-template.is-about-history-active .about-split__panel {
  --about-panel-bg: #050505;
  --about-strong: #ece8df;
  --about-body: rgba(236, 232, 223, .66);
  --about-muted: rgba(236, 232, 223, .48);
  --about-soft: rgba(236, 232, 223, .78);
  --about-line: rgba(236, 232, 223, .14);
}

.about-split__scroll {
  display: grid;
  align-content: space-between;
  gap: clamp(34px, 5vh, 72px);
  height: 100%;
  overflow-y: auto;
  padding: 118px clamp(26px, 4.3vw, 72px) 26px;
  scrollbar-width: thin;
  scrollbar-color: var(--about-line) transparent;
}

.about-split__scroll::-webkit-scrollbar {
  width: 6px;
}

.about-split__scroll::-webkit-scrollbar-thumb {
  background: var(--about-line);
}

.about-intro {
  display: grid;
  grid-template-columns: minmax(160px, .82fr) minmax(260px, 1fr);
  gap: clamp(24px, 3.4vw, 40px);
  align-items: start;
}

.about-intro__thumb {
  margin: 0;
  aspect-ratio: 4 / 4;
  overflow: hidden;
  background: #ddd;
}

.about-intro__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.05) brightness(1.04);
}

.about-intro__text {
  padding-top: .2vw;
}

.about-intro__eyebrow {
  margin: 0 0 16px;
  color: var(--about-muted);
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.about-intro__eyebrow02 {
  margin: 0 0 16px;
  color: var(--about-muted);
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
}

.about-intro h2 {
  margin: 0 0 22px;
  color: var(--about-strong);
  font-family: "Montserrat", "Pretendard Variable", Pretendard, sans-serif;
  font-size: clamp(25px, 2.24vw, 26px);
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0;
}

.about-intro p:not(.about-intro__eyebrow) {
  margin: 0 0 13px;
  color: var(--about-body);
  font-size: clamp(12px, .9vw, 15px);
  line-height: 1.55;
  font-weight: 400;
  word-break: keep-all;
}

.about-history {
  margin-top: clamp(54px, 7vw, 112px);
  padding-top: clamp(22px, 2.4vw, 34px);
  border-top: 1px solid var(--about-line);
}

.about-history__eyebrow {
  margin: 0 0 30px;
  color: var(--about-muted);
  font-size: clamp(18px, 1.45vw, 26px);
  line-height: 1;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.about-history__head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
  margin-bottom: 30px;
}

.about-history__head .about-history__eyebrow {
  margin-bottom: 0;
}

.about-history__write {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  padding: 0 13px;
  border: 1px solid var(--about-line);
  background: transparent;
  color: var(--about-soft);
  cursor: pointer;
  font-family: "Montserrat", "Pretendard Variable", Pretendard, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  transition: border-color .22s ease, color .22s ease, background-color .22s ease;
}

.about-history__write:hover {
  border-color: var(--about-soft);
  background: rgba(236, 232, 223, .06);
  color: var(--about-strong);
}

.about-history__group {
  display: grid;
  grid-template-columns: minmax(150px, .68fr) minmax(280px, 1.6fr);
  gap: clamp(20px, 2.6vw, 42px);
  padding: 34px 0;
  border-top: 1px solid var(--about-line);
}

.about-history__group:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.about-history h3 {
  margin: 2px 0 0;
  color: var(--about-soft);
  font-family: "Montserrat", "Pretendard Variable", Pretendard, sans-serif;
  font-size: clamp(11px, .78vw, 13px);
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.about-history ul {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
}

.about-history li {
  display: grid;
  gap: 4px;
  color: var(--about-strong);
  font-size: clamp(12px, .86vw, 14px);
  line-height: 1.45;
  font-weight: 520;
}

.about-history__edit {
  justify-self: start;
  margin-top: 2px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--about-muted);
  cursor: pointer;
  font-family: "Montserrat", "Pretendard Variable", Pretendard, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1.2;
  text-transform: uppercase;
  transition: color .22s ease;
}

.about-history__edit:hover {
  color: var(--about-strong);
}

.about-history li span,
.about-history li em {
  display: block;
}

.about-history li em {
  color: var(--about-muted);
  font-style: normal;
  font-weight: 450;
}

.about-meta {
  display: grid;
  width: 100%;
  border-top: 1px solid rgba(17, 17, 17, .12);
}

.about-meta__row {
  display: grid;
  grid-template-columns: minmax(120px, .7fr) minmax(240px, 1.8fr);
  gap: 24px;
  align-items: start;
  padding: 13px 0;
  border-bottom: 1px solid rgba(17, 17, 17, .12);
}

.about-meta__row p {
  margin: 0;
  color: rgba(17, 17, 17, .38);
  font-size: 11px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0;
}

.about-meta__row strong,
.about-meta__row li {
  color: rgba(17, 17, 17, .8);
  font-size: clamp(12px, .82vw, 14px);
  line-height: 1.45;
  font-weight: 520;
}

.about-meta__row ul {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 8px;
  margin: 0;
  padding: 0;
}

.about-meta__row li:not(:last-child)::after {
  content: "/";
  margin-left: 8px;
  color: rgba(17, 17, 17, .34);
}

.about-split__visual {
  position: sticky;
  top: 0;
  height: 100vh;
  margin: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 40% 52%, rgba(255, 255, 255, .08), transparent 30%),
    #7a2617;
}

.about-split__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 255, 255, .08), transparent 18%),
    linear-gradient(180deg, rgba(5, 5, 5, .03), rgba(5, 5, 5, .22));
  mix-blend-mode: screen;
}

.about-split__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(.2) saturate(1.18) contrast(1.02) brightness(.86);
}

.about-split__visual span {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  color: rgba(255, 255, 255, .72);
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
}

.about-history-modal-open {
  overflow: hidden;
}

.about-history-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 56px);
  opacity: 1;
  pointer-events: auto;
  transition: opacity .28s ease, visibility .28s ease;
  visibility: visible;
}

.about-history-modal[aria-hidden="true"] {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.about-history-modal__backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 38%, rgba(120, 18, 18, .24), transparent 34%),
    rgba(0, 0, 0, .78);
  backdrop-filter: blur(12px);
}

.about-history-modal__dialog {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: auto 1fr;
  width: min(920px, 100%);
  height: min(760px, calc(100vh - 56px));
  overflow: hidden;
  border: 1px solid rgba(236, 232, 223, .18);
  background: #050505;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .48);
}

.about-history-modal__header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  min-height: 58px;
  padding: 0 18px;
  border-bottom: 1px solid rgba(236, 232, 223, .12);
}

.about-history-modal__header p {
  margin: 0;
  color: #ece8df;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.about-history-modal__header button {
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid rgba(236, 232, 223, .18);
  background: transparent;
  color: rgba(236, 232, 223, .68);
  cursor: pointer;
  font: inherit;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.about-history-modal__header button:hover {
  border-color: rgba(236, 232, 223, .72);
  color: #fff;
}

.about-history-modal iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #050505;
}

@media (max-width: 1180px) {
  .about-split {
    grid-template-columns: 54vw 46vw;
  }

  .about-intro {
    grid-template-columns: 1fr;
  }

  .about-history__group {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .about-intro__thumb {
    width: min(48%, 260px);
    aspect-ratio: 5 / 4;
  }
}

@media (max-width: 860px) {
  body {
    overflow: auto;
  }

  .about-template #header .logo img {
    filter: brightness(0) invert(1);
  }

  .about-split {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 100vh;
    overflow: visible;
  }

  .about-split__panel {
    order: 2;
    height: auto;
    min-height: 0;
    overflow: visible;
  }

  .about-split__scroll {
    height: auto;
    min-height: 0;
    overflow: visible;
    padding: 46px 22px 40px;
  }

  .about-split__visual {
    position: relative;
    order: 1;
    height: 46vh;
    min-height: 340px;
  }

  .about-history-modal {
    padding: 14px;
  }

  .about-history-modal__dialog {
    height: min(720px, calc(100vh - 28px));
  }
}

@media (max-width: 560px) {
  .about-intro__thumb {
    width: 68%;
  }

  .about-meta__row {
    grid-template-columns: 1fr;
    gap: 7px;
  }
}
