@charset "UTF-8";
/* ================================
   기본 브레이크포인트 (Base Breakpoints)
   ================================ */
.location-page {
  padding-top: 100px;
}
.location-page .section1 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: clamp(380px, calc(6.25vw + 18.75rem), 420px);
}
@media screen and (max-width: 1279px) {
  .location-page .section1 {
    height: clamp(340px, calc(7.8431372549vw + 17.4803921569rem), 380px);
  }
}
@media screen and (max-width: 768px) {
  .location-page .section1 {
    height: clamp(300px, calc(8.9285714286vw + 16.9642857143rem), 340px);
  }
}
.location-page .section1 .container {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  max-width: 1480px;
  padding: 0 40px;
}
@media screen and (max-width: 1279px) {
  .location-page .section1 .container {
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .location-page .section1 .container {
    padding: 0 20px;
  }
}
.location-page .section1 .section-title {
  font-weight: 700;
  font-size: clamp(50px, calc(1.25vw + 2.125rem), 58px);
  color: #000;
  letter-spacing: -0.02em;
  text-align: left;
}
@media screen and (max-width: 1279px) {
  .location-page .section1 .section-title {
    font-size: clamp(44px, calc(1.1764705882vw + 2.1845588235rem), 50px);
  }
}
@media screen and (max-width: 768px) {
  .location-page .section1 .section-title {
    font-size: clamp(38px, calc(1.3392857143vw + 2.1071428571rem), 44px);
  }
}
.location-page .section2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.location-page .section2 > img {
  object-fit: cover;
}
@media screen and (max-width: 1279px) {
  .location-page .section2 > img {
    width: 100%;
    height: clamp(320px, calc(11.7647058824vw + 14.3455882353rem), 380px);
  }
}
@media screen and (max-width: 768px) {
  .location-page .section2 > img {
    height: clamp(280px, calc(8.9285714286vw + 15.7142857143rem), 320px);
  }
}
.location-page .section2 .container {
  display: flex;
  width: 100%;
  max-width: 1200px;
}
@media screen and (max-width: 1279px) {
  .location-page .section2 .container {
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .location-page .section2 .container {
    padding: 0 20px;
  }
}
.location-page .section2 .location-tab {
  display: flex;
  gap: clamp(36px, calc(0.625vw + 1.75rem), 40px);
  margin-bottom: clamp(28px, calc(0.3125vw + 1.5rem), 30px);
}
@media screen and (max-width: 1279px) {
  .location-page .section2 .location-tab {
    gap: clamp(30px, calc(1.1764705882vw + 1.3095588235rem), 36px);
    margin-bottom: clamp(24px, calc(0.7843137255vw + 1.1230392157rem), 28px);
  }
}
@media screen and (max-width: 768px) {
  .location-page .section2 .location-tab {
    gap: clamp(24px, calc(1.3392857143vw + 1.2321428571rem), 30px);
    margin-bottom: clamp(20px, calc(0.8928571429vw + 1.0714285714rem), 24px);
  }
}
.location-page .section2 .location-tab .location-tab-link {
  font-weight: 700;
  font-size: clamp(36px, calc(0.625vw + 1.75rem), 40px);
  color: #d7d7d7;
  line-height: normal;
  letter-spacing: -0.01em;
  text-decoration: none;
}
@media screen and (max-width: 1279px) {
  .location-page .section2 .location-tab .location-tab-link {
    font-size: clamp(32px, calc(0.7843137255vw + 1.6230392157rem), 36px);
  }
}
@media screen and (max-width: 768px) {
  .location-page .section2 .location-tab .location-tab-link {
    font-size: clamp(28px, calc(0.8928571429vw + 1.5714285714rem), 32px);
  }
}
.location-page .section2 .location-tab .location-tab-link.active {
  color: #000;
  pointer-events: none;
}
.location-page .section2 .location-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  padding: clamp(100px, calc(3.125vw + 3.75rem), 120px) 0 clamp(180px, calc(3.125vw + 8.75rem), 200px);
}
@media screen and (max-width: 1279px) {
  .location-page .section2 .location-content {
    flex-direction: column;
    gap: clamp(50px, calc(1.9607843137vw + 2.1825980392rem), 60px);
  }
}
.location-page .section2 .location-text-box {
  display: flex;
  flex-direction: column;
}
.location-page .section2 .location-content-item-title {
  width: 100%;
  border-bottom: 1px solid #cdcdcd;
  font-weight: 700;
  font-size: clamp(28px, calc(0.625vw + 1.25rem), 32px);
  color: #111;
  line-height: normal;
}
@media screen and (max-width: 1279px) {
  .location-page .section2 .location-content-item-title {
    font-size: clamp(24px, calc(0.7843137255vw + 1.1230392157rem), 28px);
  }
}
@media screen and (max-width: 768px) {
  .location-page .section2 .location-content-item-title {
    font-size: clamp(20px, calc(0.8928571429vw + 1.0714285714rem), 24px);
  }
}
.location-page .section2 .location-content-item-title > span {
  display: inline-block;
  padding-bottom: clamp(18px, calc(0.3125vw + 0.875rem), 20px);
  border-bottom: 2px solid #000;
  transform: translateY(1px);
}
.location-page .section2 .location-text-box-list {
  display: flex;
  flex-direction: column;
  gap: clamp(22px, calc(0.3125vw + 1.125rem), 24px);
  margin-top: clamp(44px, calc(0.9375vw + 2rem), 50px);
}
.location-page .section2 .location-text-box-list > dl {
  display: flex;
  align-items: flex-start;
}
.location-page .section2 .location-text-box-list > dl > dt {
  width: 120px;
  font-weight: 700;
  font-size: 16px;
  color: #000;
  line-height: normal;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 1279px) {
  .location-page .section2 .location-text-box-list > dl > dt {
    width: 100px;
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .location-page .section2 .location-text-box-list > dl > dt {
    width: 80px;
    font-size: 14px;
  }
}
.location-page .section2 .location-text-box-list > dl > dd {
  font-weight: 400;
  font-size: 20px;
  color: #000;
  line-height: normal;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 1279px) {
  .location-page .section2 .location-text-box-list > dl > dd {
    font-size: clamp(18px, calc(0.3921568627vw + 0.9365196078rem), 20px);
  }
}
@media screen and (max-width: 768px) {
  .location-page .section2 .location-text-box-list > dl > dd {
    font-size: 15px;
  }
}
.location-page .section2 .location-map-box {
  width: clamp(540px, calc(6.25vw + 28.75rem), 580px);
  height: clamp(310px, calc(4.6875vw + 15.625rem), 340px);
}
@media screen and (max-width: 1279px) {
  .location-page .section2 .location-map-box {
    width: 100%;
    height: clamp(440px, calc(7.8431372549vw + 23.7303921569rem), 480px);
  }
}
@media screen and (max-width: 768px) {
  .location-page .section2 .location-map-box {
    width: 100%;
    height: clamp(380px, calc(13.3928571429vw + 21.0714285714rem), 440px);
  }
}
.location-page .section2 .location-map-box .location-map-iframe {
  width: 100%;
  height: 100%;
  border: 0;
}