@charset "UTF-8";
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/all.min.css");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

body {
  line-height: 28px;
}

menu, ol, ul, li {
  padding: 0;
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

button {
  cursor: pointer;
  border: none;
  background: transparent;
  font-family: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "Escoredream";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-1Thin.woff") format("woff");
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: "Escoredream";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-2ExtraLight.woff") format("woff");
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: "Escoredream";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff") format("woff");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Escoredream";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff") format("woff");
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "Escoredream";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff") format("woff");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Escoredream";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff") format("woff");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Escoredream";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-7ExtraBold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Escoredream";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-8Heavy.woff") format("woff");
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "Escoredream";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-9Black.woff") format("woff");
  font-weight: 900;
  font-display: swap;
}
.header {
  width: 100%;
  height: auto;
  background: #FFFFFF;
  padding: 32px 0;
  border-bottom: 2px solid #4A4A4A;
  transition: 0.3s;
  z-index: 100;
  align-items: center;
}
.header .header-wrap {
  max-width: 1610px;
  margin: 0 155px;
  display: flex;
  justify-content: space-between;
  padding: 0 8px;
}
@media (max-width: 1024px) {
  .header .header-wrap {
    max-width: 920px;
    margin: 0 52px;
  }
}
@media (max-width: 768px) {
  .header .header-wrap {
    max-width: 720px;
    margin: 0 24px;
  }
}
@media (max-width: 440px) {
  .header .header-wrap {
    max-width: 392px;
    margin: 0 24px;
  }
}
.header .header-wrap .logo a img {
  width: 264px;
  height: 42px;
  object-fit: contain;
  filter: invert(100%);
  transition: 0.2s;
}
.header .header-wrap nav .nav-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  font-family: "Escoredream";
  font-size: 18px;
  font-weight: 500;
  color: #0F0F0F;
  transition: 0.2s;
}
.header .header-wrap nav .nav-menu li {
  position: relative;
  transition: 0.2s;
}
.header .header-wrap nav .nav-menu li a {
  height: 100%;
}
.header .header-wrap nav .nav-menu li:hover {
  color: #E31D2E;
}
.header .header-wrap nav .nav-menu li .hover-text {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  z-index: 100;
}
.header .header-wrap nav .nav-menu li .hover-text li {
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  width: 210px;
  height: 60px;
  padding-left: 18px;
  line-height: 60px;
  background-color: rgba(74, 74, 74, 0.8);
  transition: 0.2s;
}
.header .header-wrap nav .nav-menu li .hover-text li:hover {
  background-color: rgba(227, 29, 46, 0.8);
}
.header .header-wrap nav .nav-menu li .hover-text.on {
  display: block;
}
.header .header-wrap .icons {
  display: flex;
  align-items: center;
  gap: 16px;
  transition: 0.2s;
}
.header .header-wrap .icons a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid #0F0F0F;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  color: #0F0F0F;
  transition: 0.2s;
}
.header .header-wrap .icons a i {
  font-size: 18px;
}
.header .header-wrap .icons a:hover {
  background-color: #E31D2E;
  border: 1px solid #E31D2E;
  color: #FFFFFF;
}
.header .header-wrap .menu-toggle {
  display: none;
}
.header:hover {
  background: #E9E9E9;
}
@media (max-width: 768px) {
  .header .header-wrap nav {
    display: none;
  }
  .header .header-wrap .icons {
    display: none;
  }
  .header .header-wrap .menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }
  .header .header-wrap .menu-toggle span {
    color: #0F0F0F;
    width: 32px;
    height: 3px;
    background-color: #0F0F0F;
    border-radius: 4px;
    transition: 0.2s;
  }
  .header .header-wrap .menu-toggle.active span:nth-child(1) {
    background-color: #E31D2E;
    transform: translateY(11px) rotate(45deg);
  }
  .header .header-wrap .menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }
  .header .header-wrap .menu-toggle.active span:nth-child(3) {
    background-color: #E31D2E;
    transform: translateY(-11px) rotate(-45deg);
  }
}
@media (max-width: 440px) {
  .header .header-wrap nav {
    display: none;
  }
  .header .header-wrap .icons {
    display: none;
  }
  .header .header-wrap .menu-toggle {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .header .header-wrap .menu-toggle span {
    width: 32px;
    height: 3px;
    background-color: #0F0F0F;
    border-radius: 4px;
    transition: 0.2s;
  }
  .header .header-wrap .menu-toggle.active span:nth-child(1) {
    background-color: #E31D2E;
    transform: translateY(11px) rotate(45deg);
  }
  .header .header-wrap .menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }
  .header .header-wrap .menu-toggle.active span:nth-child(3) {
    background-color: #E31D2E;
    transform: translateY(-11px) rotate(-45deg);
  }
  .header .header-wrap:hover .menu-toggle span {
    background-color: #0F0F0F;
  }
}

.mobile-menu {
  position: fixed;
  right: -100%;
  z-index: 99;
  color: #FFFFFF;
  background-color: rgba(227, 29, 46, 0.8);
  backdrop-filter: blur(5px);
  border-radius: 0 0 0 32px;
  transition: 0.2s;
}
.mobile-menu.active {
  right: 0;
}
.mobile-menu .mobile-menu-wrap {
  padding: 60px 0 60px 60px;
}
.mobile-menu .mobile-menu-wrap .mobile-menu-item {
  width: 320px;
  height: auto;
  margin: 32px 0;
}
.mobile-menu .mobile-menu-wrap .mobile-menu-item:first-child {
  margin-top: 0;
}
.mobile-menu .mobile-menu-wrap .mobile-menu-item:last-child {
  margin-bottom: 0;
}
.mobile-menu .mobile-menu-wrap .mobile-menu-item .menu-title {
  width: 100%;
  height: auto;
  margin-bottom: 8px;
}
.mobile-menu .mobile-menu-wrap .mobile-menu-item .menu-title a {
  font-family: "Escoredream";
  font-size: 28px;
  font-weight: 500;
  transition: 0.2s;
}
.mobile-menu .mobile-menu-wrap .mobile-menu-item .menu-title:hover a {
  color: #0F0F0F;
}
.mobile-menu .mobile-menu-wrap .mobile-menu-item .menu-title-select {
  width: 100%;
  height: auto;
  margin-bottom: 8px;
  position: relative;
}
.mobile-menu .mobile-menu-wrap .mobile-menu-item .menu-title-select::before {
  content: "";
  width: 0;
  height: 2px;
  background-color: #FFFFFF;
  position: absolute;
  bottom: -6px;
  left: 0;
  transition: 0.2s;
}
.mobile-menu .mobile-menu-wrap .mobile-menu-item .menu-title-select::after {
  content: "";
  display: inline-block;
  background: url(../image/keyboard_arrow_down_24dp_FFF.svg) no-repeat;
  background-size: cover;
  width: 32px;
  height: 32px;
  margin-left: 8px;
  transform: translateY(5px);
  transition: 0.2s;
}
.mobile-menu .mobile-menu-wrap .mobile-menu-item .menu-title-select a {
  font-family: "Escoredream";
  font-size: 28px;
  font-weight: 500;
  transition: 0.2s;
}
.mobile-menu .mobile-menu-wrap .mobile-menu-item .menu-title-select:hover::after {
  filter: invert(100%);
}
.mobile-menu .mobile-menu-wrap .mobile-menu-item .menu-title-select:hover a {
  color: #0F0F0F;
}
.mobile-menu .mobile-menu-wrap .mobile-menu-item.active .menu-title-select::before {
  width: 100%;
}
.mobile-menu .mobile-menu-wrap .mobile-menu-item.active .menu-title-select::after {
  transform: translateY(5px) rotate(180deg);
}
.mobile-menu .mobile-menu-wrap .mobile-menu-item .menu-select {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: 0.2s;
}
.mobile-menu .mobile-menu-wrap .mobile-menu-item .menu-select.active {
  max-height: 60px;
}
.mobile-menu .mobile-menu-wrap .mobile-menu-item .menu-select li a {
  font-family: "Escoredream";
  font-size: 16px;
  font-weight: 16px;
}
.mobile-menu .mobile-menu-wrap .mobile-menu-item .menu-select li:hover a {
  color: #0F0F0F;
}

.footer {
  background-color: #0F0F0F;
  color: #FFFFFF;
}
.footer .footer-wrap {
  max-width: 1610px;
  margin: 0 155px;
  padding: 40px 0;
}
@media (max-width: 1024px) {
  .footer .footer-wrap {
    max-width: 920px;
    margin: 0 52px;
  }
}
@media (max-width: 768px) {
  .footer .footer-wrap {
    max-width: 720px;
    margin: 0 24px;
  }
}
@media (max-width: 440px) {
  .footer .footer-wrap {
    max-width: 392px;
    margin: 0 24px;
  }
}
.footer .footer-wrap .active-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 180px;
}
.footer .footer-wrap .active-section .footer-link-box .footer-head {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 48px;
}
.footer .footer-wrap .active-section .footer-link-box .footer-head .footer-logo a img {
  width: 264px;
  height: 42px;
  object-fit: contain;
  transition: 0.2s;
}
.footer .footer-wrap .active-section .footer-link-box .footer-head .footer-logo:hover a img {
  filter: brightness(0) saturate(100%) invert(19%) sepia(93%) saturate(3904%) hue-rotate(345deg) brightness(91%) contrast(95%);
}
.footer .footer-wrap .active-section .footer-link-box .footer-head .nation {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 8px 16px;
  border: 1px solid #FFFFFF;
  border-radius: 60px;
  transition: 0.2s;
  cursor: pointer;
}
.footer .footer-wrap .active-section .footer-link-box .footer-head .nation span {
  font-family: "Escoredream";
  font-size: 16px;
  font-weight: 400;
  transition: 0.2s;
}
.footer .footer-wrap .active-section .footer-link-box .footer-head .nation img {
  width: 24px;
  height: 24px;
  transition: 0.2s;
}
.footer .footer-wrap .active-section .footer-link-box .footer-head .nation:hover {
  background-color: #E31D2E;
  border: 1px solid #E31D2E;
}
.footer .footer-wrap .active-section .footer-link-box .footer-icons {
  display: flex;
  align-items: center;
  gap: 16px;
  transition: 0.2s;
}
.footer .footer-wrap .active-section .footer-link-box .footer-icons a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  color: #FFFFFF;
  transition: 0.2s;
}
.footer .footer-wrap .active-section .footer-link-box .footer-icons a i {
  font-size: 18px;
}
.footer .footer-wrap .active-section .footer-link-box .footer-icons a:hover {
  background-color: #E31D2E;
  border: 1px solid #E31D2E;
  color: #FFFFFF;
}
.footer .footer-wrap .active-section .footer-menu {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 112px;
}
.footer .footer-wrap .active-section .footer-menu .footer-service {
  font-family: "Escoredream";
}
.footer .footer-wrap .active-section .footer-menu .footer-service h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 18px;
}
.footer .footer-wrap .active-section .footer-menu .footer-service p {
  font-size: 16px;
  font-weight: 200;
  margin-bottom: 18px;
}
.footer .footer-wrap .active-section .footer-menu .footer-service p:last-child {
  margin-bottom: 0;
}
.footer .footer-wrap .active-section .footer-menu .footer-service p:hover a {
  color: #F83C4D;
}
.footer .footer-wrap .website-right {
  font-family: "Escoredream";
  font-size: 16px;
  font-weight: 400;
  text-align: right;
}
@media (max-width: 768px) {
  .footer .footer-wrap {
    padding: 50px 20px;
  }
  .footer .footer-wrap .active-section {
    flex-direction: column;
    margin-bottom: 80px;
  }
  .footer .footer-wrap .active-section .footer-link-box {
    width: 100%;
    margin-bottom: 40px;
  }
  .footer .footer-wrap .active-section .footer-link-box .footer-head {
    flex-direction: column;
    gap: 24px;
  }
  .footer .footer-wrap .active-section .footer-link-box .footer-head .nation {
    width: 100%;
  }
  .footer .footer-wrap .active-section .footer-link-box .footer-icons {
    justify-content: center;
  }
  .footer .footer-wrap .active-section .footer-menu {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 50px 32px;
  }
  .footer .footer-wrap .active-section .footer-menu .footer-service h4 {
    font-size: 24px;
    margin-bottom: 0;
    padding: 15px 0;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
  }
  .footer .footer-wrap .active-section .footer-menu .footer-service h4::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .footer .footer-wrap .active-section .footer-menu .footer-service h4::after {
    content: "▾";
    transition: transform 0.3s;
  }
  .footer .footer-wrap .active-section .footer-menu .footer-service p {
    display: none;
    padding: 10px 0;
    margin-bottom: 0;
  }
  .footer .footer-wrap .active-section .footer-menu .footer-service.is-active h4::after {
    transform: rotate(180deg);
  }
  .footer .footer-wrap .active-section .footer-menu .footer-service.is-active p {
    display: block;
  }
  .footer .footer-wrap .website-right {
    text-align: center;
    margin-top: 40px;
  }
}
@media (max-width: 440px) {
  .footer .footer-wrap {
    padding: 32px 0;
  }
  .footer .footer-wrap .active-section {
    flex-direction: column;
    margin-bottom: 80px;
  }
  .footer .footer-wrap .active-section .footer-link-box {
    width: 100%;
    margin-bottom: 40px;
  }
  .footer .footer-wrap .active-section .footer-link-box .footer-head {
    flex-direction: column;
    gap: 24px;
  }
  .footer .footer-wrap .active-section .footer-link-box .footer-head .nation {
    width: 100%;
  }
  .footer .footer-wrap .active-section .footer-link-box .footer-icons {
    justify-content: center;
  }
  .footer .footer-wrap .active-section .footer-menu {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0;
  }
  .footer .footer-wrap .active-section .footer-menu .footer-service h4 {
    font-size: 24px;
    margin-bottom: 0;
    padding: 15px 0;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
  }
  .footer .footer-wrap .active-section .footer-menu .footer-service h4::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .footer .footer-wrap .active-section .footer-menu .footer-service h4::after {
    content: "▾";
    transition: transform 0.3s;
  }
  .footer .footer-wrap .active-section .footer-menu .footer-service p {
    display: none;
    padding: 10px 0;
    margin-bottom: 0;
  }
  .footer .footer-wrap .active-section .footer-menu .footer-service.is-active h4::after {
    transform: rotate(180deg);
  }
  .footer .footer-wrap .active-section .footer-menu .footer-service.is-active p {
    display: block;
  }
  .footer .footer-wrap .website-right {
    text-align: center;
    margin-top: 40px;
  }
}

.main-title {
  font-family: "Escoredream";
}
.main-title .header-title {
  font-size: 64px;
  font-weight: 800;
  margin: 160px 0;
  text-align: center;
}
@media (max-width: 768px) {
  .main-title .header-title {
    font-size: 64px;
    font-weight: 800;
    margin: 120px 0;
    text-align: center;
  }
}
@media (max-width: 440px) {
  .main-title .header-title {
    font-size: 36px;
    font-weight: 800;
    margin: 120px 0;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .main-title .header-title {
    font-size: 48px;
  }
}
@media (max-width: 440px) {
  .main-title .header-title {
    font-size: 32px;
  }
}
.main-title .header-title .header-sub-title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 18px;
  gap: 5px;
}
.main-title .header-title .header-sub-title img {
  padding-bottom: 5px;
}

.history {
  position: relative;
  margin-bottom: 240px;
  font-family: "Escoredream";
  /* ───────── 타임라인(중앙 선/빨간선/점) ───────── */
  /* JS가 --progress(0~1)로 채움 */
  /* JS가 --dotY(px)로 이동 */
  /* ───────── 리스트 ───────── */
  /* ───────── 아이템 ───────── */
}
@media (max-width: 768px) {
  .history {
    margin-bottom: 160px;
  }
}
.history__inner {
  max-width: 1610px;
  margin: 0 155px;
}
@media (max-width: 1024px) {
  .history__inner {
    max-width: 920px;
    margin: 0 52px;
  }
}
@media (max-width: 768px) {
  .history__inner {
    max-width: 720px;
    margin: 0 24px;
  }
}
@media (max-width: 440px) {
  .history__inner {
    max-width: 392px;
    margin: 0 24px;
  }
}
.history__rail {
  position: absolute;
  top: 100px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  pointer-events: none;
}
@media (max-width: 440px) {
  .history__rail {
    left: 25px;
  }
}
.history__rail-gray {
  position: absolute;
  inset: 0;
  background: #d9d9d9;
  width: 4px;
}
@media (max-width: 768px) {
  .history__rail-gray {
    width: 3px;
  }
}
.history__rail-red {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(var(--progress, 0) * 100%);
  background: #E31D2E;
  width: 4px;
}
@media (max-width: 768px) {
  .history__rail-red {
    width: 3px;
  }
}
.history__dot {
  position: absolute;
  left: 50%;
  transform: translate(-50%, calc(var(--dotY, 0px)));
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #FFFFFF;
  box-shadow: 0 0 0 5px #E31D2E;
  opacity: 0;
  transition: opacity 320ms ease-out;
  /*  갑자기 생김 방지 */
  will-change: transform, opacity;
}
@media (max-width: 440px) {
  .history__dot {
    width: 10px;
    height: 10px;
    box-shadow: 0 0 0 3px #E31D2E;
  }
}
.history.is-active .history__dot {
  opacity: 1;
}
.history__list {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 400px;
  align-items: center;
}
@media (max-width: 440px) {
  .history__list {
    gap: 100px;
    padding: 0 15px;
  }
}
.history-item {
  display: flex;
  width: 100%;
  gap: 200px;
  align-items: center;
  /*  dotY 기준 등장 */
  opacity: 0;
  pointer-events: none;
  transform: translateY(24px);
  transition: opacity 600ms ease-out, transform 600ms ease-out;
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .history-item {
    gap: 150px;
  }
}
@media (max-width: 440px) {
  .history-item {
    flex-direction: column;
    justify-content: left;
    align-items: flex-start;
    gap: 0;
  }
}
.history-item:first-child {
  margin-top: 100px;
}
.history-item.aos-animate {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.history-item .history-col--text {
  text-align: left;
  flex: 0 0 calc(50% - 100px);
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: start;
}
@media (max-width: 440px) {
  .history-item .history-col--text {
    align-items: none;
    flex: 1;
  }
}
.history-item .history-col--media {
  flex: 0 0 calc(50% - 100px);
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: end;
}
@media (max-width: 440px) {
  .history-item .history-col--media {
    align-items: start;
    flex: 1;
  }
}
.history-item:nth-child(even) {
  flex-direction: row;
}
@media (max-width: 440px) {
  .history-item:nth-child(even) {
    flex-direction: column;
    text-align: left;
    align-items: start;
  }
}
.history-item:nth-child(even) .history-col--text {
  text-align: right;
  align-items: end;
}
@media (max-width: 440px) {
  .history-item:nth-child(even) .history-col--text {
    align-items: none;
    text-align: left;
  }
}
.history-item:nth-child(even) .history-col--media {
  align-items: start;
}
@media (max-width: 440px) {
  .history-item:nth-child(even) .history-col--media {
    align-items: flex-start;
  }
}
.history-year {
  margin: 0 0 24px 0;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .history-year {
    font-size: 32px;
  }
}
@media (max-width: 440px) {
  .history-year {
    font-size: 24px;
    margin-bottom: 8px;
  }
}
.history-text {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 24px;
  font-weight: 500;
}
.history-text .history-line {
  margin: 0;
  line-height: 1.6;
}
@media (max-width: 1024px) {
  .history-text {
    font-size: 18px;
  }
}
@media (max-width: 440px) {
  .history-text {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
@media (max-width: 440px) {
  .history-media {
    width: 358px;
    height: 215px;
    overflow: hidden;
  }
}
.history-media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 440px) {
  .history-media img {
    width: 100%;
    height: 100%;
  }
}

.location-btns {
  display: flex;
  width: 100%;
  height: 180px;
  justify-content: space-between;
  gap: 2px;
}
@media (max-width: 768px) {
  .location-btns {
    flex-direction: column;
    text-align: center;
    justify-content: center;
    height: 360px;
  }
}
.location-btns .location-btn {
  flex: 1;
  width: 100%;
  height: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.6);
}
.location-btns .location-btn:hover {
  background: rgba(0, 0, 0, 0.8);
}
.location-btns .location-btn:hover .location-img-box img {
  transform: scale(1.2);
}
.location-btns .location-btn:hover .location-text-left img {
  transform: translate(-50%, 30%);
}
.location-btns .location-btn:hover .location-text-right img {
  transform: translate(50%, 30%);
}
.location-btns .location-btn .location-img-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  overflow: hidden;
}
.location-btns .location-btn .location-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.3s;
}
.location-btns .location-btn .location-text {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Playfair Display", serif;
  font-size: 36px;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .location-btns .location-btn .location-text {
    font-size: 48px;
  }
}
.location-btns .location-btn .location-text img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateY(30%);
  transition: 0.3s;
}
.location-btns .location-btn .location-text-left {
  top: 50%;
  right: 10%;
}
@media (max-width: 768px) {
  .location-btns .location-btn .location-text-left {
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
  }
}
.location-btns .location-btn .location-text-right {
  top: 50%;
  left: 10%;
}
@media (max-width: 768px) {
  .location-btns .location-btn .location-text-right {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}