@charset "UTF-8";
@import url("/resources/fonts/pretendard/font_pretendard.css");
@import url("/resources/fonts/remixicon/font_remixicon.css");
@import url("/resources/css/common/print.css");
:root {
  /* 확대/축소 기본값 폴백 / 기본값 정리 */
  --krds-zoom-small: 0.9;
  --krds-zoom-medium: 1;
  --krds-zoom-large: 1.1;
  --krds-zoom-xlarge: 1.2;
  --krds-zoom-xxlarge: 1.3;
  --layout-padding-md: 4rem;
  --layout-padding-xl: 11rem;
  --layout-width-semiwide: 140rem;
  --layout-width-semi: 156rem;
  --layout-width-semiwide: 160rem;
  --layout-width-wide: 184rem;
  --header-height: 10rem;
  --nanum: "NanumMyeongjo";
  --suite: "SUITE";
  --poppins: "Poppins";
  --paperlogy: "Paperlogy";
  --bg-gray: #f6f6f6;
  --bg-darkgray: #463f3f;
  --bg-navy: #002447;
  --bg-black: #292121;
  --bg-skyblue: #3b9ee4;
  --bg-brown: #44312b;
  --white: #fff;
}

@media (max-width: 1800px) {
  :root {
    --layout-padding-xl: 6rem;
  }
}
@media (max-width: 1640px) {
  :root {
    --layout-padding-xl: 4rem;
  }
}
@media (max-width: 1023px) {
  :root {
    --layout-padding-xl: 2rem;
  }
}
@media (max-width: 767px) {
  :root {
    --header-height: 8rem;
  }
}
::-webkit-scrollbar-thumb {
  background: var(--bg-navy);
}

::-webkit-scrollbar-track {
  background: var(--white);
}

::-moz-selection {
  background-color: var(--bg-navy);
  color: var(--white);
}

::selection {
  background-color: var(--bg-navy);
  color: var(--white);
}

::-webkit-scrollbar-button {
  display: none;
}

html.active3:after, html.active2:after, html.active:after {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  content: "";
}

html {
  height: auto;
  font-family: "Pretendard", serif;
  color: var(--gray900);
  scrollbar-width: inherit;
  scrollbar-color: var(--bg-burgundy) transparent;
}
html:has(.scroll-no) {
  height: 100%;
  overflow: hidden !important;
}
html:has(.header-sitemap.active) #wrap.scroll-up #header {
  transform: translateY(0);
}
html.active {
  overflow: hidden;
}
html.active3 {
  overflow: hidden;
}
/*-------------------------------------------------
  Portal Root - 모달과 오버레이를 위한 최상위 컨테이너
-------------------------------------------------*/
#portal-root {
  position: relative;
  z-index: 10000;
}
#portal-root > .overlay, #portal-root > .modal {
  position: fixed;
}

#wrap {
  word-break: keep-all;
}
#wrap.scroll-up #header {
  transform: translateY(-100%);
}
#wrap.scroll-down #header {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.16);
}
#wrap.scroll-down #header .logo a {
  background: url(/template/teaser/gya9/img/layout/logo.svg) no-repeat center center/contain;
}

#container {
  overflow: hidden;
}

.layout {
  position: relative;
  max-width: var(--layout-width-semiwide);
  width: calc(100% - var(--layout-padding-ratio) * 2);
  margin: 0 auto;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 11;
  width: 100%;
  height: var(--header-height);
  visibility: hidden;
}
#header.transition {
  transition: transform 0.35s;
}
#header #gnb,
#header .header-menu,
#header #mobile-nav,
#header .header-util {
  display: none !important;
}
#header .header-container {
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(2.4rem);
}
#header .header-container .layout {
  display: flex;
  flex-direction: column;
  max-width: var(--layout-width-semiwide);
  width: calc(100% - var(--layout-padding-xl) * 2);
  height: 100%;
  padding: 0;
  margin: 0 auto;
}
#header .header-in {
  position: relative;
  transform: translateY(0);
  height: 100%;
}
#header .header-utility {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  position: relative;
  height: 5.4rem;
  gap: var(--header-gap);
}
#header .header-utility:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background: #eee;
  content: "";
}
#header .header-related-list {
  display: flex;
  align-items: center;
}
#header .header-related-list > li:not(:last-child) {
  position: relative;
  padding-right: 1.8rem;
}
#header .header-related-list > li:not(:last-child):after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #d9d9d9;
  content: "";
}
#header .header-related-list > li:not(:first-child) {
  padding-left: 1.8rem;
}
#header .header-related-list > li > a {
  display: block;
  font-size: var(--krds-pc-font-size-body-small);
  font-weight: 500;
  color: #6e6e6e;
  letter-spacing: -0.09rem;
  line-height: 80%;
  text-align: center;
}
#header .header-scale {
  display: flex;
  align-items: center;
  gap: var(--krds-number-6);
}
#header .header-scale > div {
  display: flex;
  align-items: center;
  gap: var(--krds-number-3);
}
#header .header-scale .txt {
  flex-shrink: 0;
  font-size: var(--krds-pc-font-size-body-small);
  font-weight: 500;
  color: #868686;
  letter-spacing: -0.09rem;
  line-height: 80%;
}
#header .header-branding {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  position: relative;
  height: 100%;
  gap: var(--header-gap);
}
#header .header-contact {
  flex-shrink: 0;
}
#header .header-contact-link {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
#header .header-contact-link .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 10rem;
  background: var(--bg-gray);
}
#header .header-contact-link .icon i {
  font-size: 2.4rem;
  color: var(--bg-black);
}
#header .header-contact-link span {
  font-size: 2rem;
  font-weight: 600;
  color: var(--bg-black);
  line-height: 120%;
}
#header .header-external {
  display: flex;
  align-items: center;
  padding: 1.6rem 2.4rem;
  color: var(--bg-black);
  border: 1px solid #ddd;
  border-radius: 0.8rem;
  background-color: #fff;
  transition: 0.24s;
  gap: 1.2rem;
}
#header .header-external-title {
  display: flex;
  align-items: center;
  font-size: 1.7rem;
  font-weight: 600;
  color: #212429;
  line-height: 140%;
  transition: 0.24s;
  gap: 0.4rem;
}
#header .header-external i {
  font-size: 2rem;
  transition: 0.24s;
}
#header .header-external span {
  font-weight: 600;
}
#header .header-external:hover {
  background-color: #23397a;
  border-color: #23397a;
}
#header .header-external:hover .header-external-title,
#header .header-external:hover i {
  color: #fff;
}
#header .logo a {
  display: block;
  width: 31.5rem;
  background: url(/template/teaser/gya9/img/layout/logo.svg) no-repeat center center/contain;
  aspect-ratio: 315/37.5;
}
#header.open:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid var(--gray200);
  content: "";
}
#header.open .header-menu-2depth {
  transform: translateY(0);
  opacity: 1;
}
#header.open .header-menu-bg {
  transform: translateY(0);
}
@media (max-width: 1640px) {
  #header .header-contact-link span {
    font-size: 1.8rem;
  }
}
@media (max-width: 1440px) {
  #header .logo a {
    width: 30rem;
  }
}
@media (max-width: 1023px) {
  #header .logo a {
    width: 28rem;
  }
  #header .header-external {
    padding: 1.2rem 2rem;
  }
}
@media (max-width: 767px) {
  #header .logo a {
    width: 26rem;
  }
  #header .header-branding {
    gap: 1rem;
  }
  #header .header-contact {
    display: none;
    flex-shrink: unset;
  }
  #header .header-contact .icon {
    width: 4rem;
    height: 4rem;
  }
  #header .header-contact span {
    font-size: 1.8rem;
    text-align: center;
    text-wrap: balance;
  }
  #header .header-external {
    gap: 0.8rem;
  }
  #header .header-external-title {
    font-size: 1.5rem;
  }
}
@media (max-width: 587px) {
  #header .logo a {
    width: 23rem;
  }
  #header .header-external {
    padding: 1rem;
    gap: 0.2rem;
  }
  #header .header-external-title {
    font-size: 1.4rem;
  }
  #header .header-external-title img {
    display: block;
    width: 2rem;
  }
  #header .header-external i {
    font-size: 1.8rem;
  }
  #header .header-contact .icon {
    display: none;
  }
}
@media (max-width: 459px) {
  #header .logo {
    flex: 1;
  }
  #header .logo a {
    width: auto;
  }
}

.quick-menu {
  display: none !important;
}

.footer__wrap {
  display: none !important;
}

.btn-link {
  display: flex;
  align-items: center;
  padding: 1.6rem 2.4rem;
  border: 1px solid #ddd;
  border-radius: 0.8rem;
  gap: 1.2rem;
}
.btn-link-title {
  display: flex;
  align-items: center;
  font-size: 1.7rem;
  font-weight: 600;
  color: #212429;
  line-height: 140%;
  gap: 0.4rem;
}
.btn-link i {
  font-size: 2rem;
  color: var(--bg-black);
}

.benefit-desc, .section-title-sub {
  font-size: 1.8rem;
  font-weight: 400;
  color: var(--bg-darkgray);
  line-height: 160%;
}

@media (max-width: 1279px) {
  .benefit-desc, .section-title-sub {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .benefit-desc, .section-title-sub {
    font-size: 15px;
  }
}
.section {
  --section-padding: 12rem;
  --section-padding-half: 8rem;
  --section-background: #f5f3f0;
  --section-gap: 12rem;
  --section-gap-sm: 10rem;
  --section-gap-xs: 6.4rem;
  position: relative;
  opacity: 0;
  visibility: hidden;
}
.section.on {
  opacity: 1;
  visibility: visible;
}
.section-info {
  display: flex;
  flex-direction: column;
  gap: var(--section-gap-xs);
}
.section-title {
  display: flex;
  flex-direction: column;
  line-height: 140%;
  gap: 2.4rem;
  text-wrap: balance;
}
.section-title.white {
  color: var(--white);
}
.section-title.white .section-title-main {
  color: var(--white);
}
.section-title.white .section-title-sub {
  color: rgba(255, 255, 255, 0.8);
}
.section-title-label {
  font-size: 2rem;
  font-weight: 600;
  color: var(--bg-darkgray);
  line-height: 120%;
}
.section-title-main {
  font-size: 5.2rem;
  font-weight: 700;
  color: var(--bg-black);
  line-height: 140%;
}
.section-title-main .gradient {
  background: linear-gradient(153deg, #cfd998 19.16%, #6fbcd9 48.97%, #3ba2eb 78.77%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-title-main em {
  color: #003e8a;
}
.section-title-main.sm {
  display: inline-block;
  position: relative;
  font-size: 4rem;
}
.section-container {
  display: flex;
}
.section-img {
  overflow: hidden;
  border-radius: 1.6rem;
}
.section1 {
  opacity: 0;
  visibility: hidden;
  padding: calc(var(--header-height)) 4rem 0;
}
.section2 {
  padding: var(--section-padding) 0 var(--section-padding-half);
}
.section2 .section-container {
  justify-content: space-between;
  gap: var(--section-gap);
}
.section2 .section-info {
  flex-shrink: 0;
  width: 64rem;
  padding-top: 3.7rem;
}
.section2 .section-img img {
  display: block;
  width: 84rem;
}
.section3 {
  padding: var(--section-padding) 0 15rem;
  background: url(/template/teaser/gya9/img/main/sec03_bg.webp) no-repeat center/cover;
}
.section3 .section-container {
  justify-content: space-between;
  gap: 4.8rem;
}
.section3 .section-title {
  flex-shrink: 0;
}
.section3 .section-content {
  margin-top: 4rem;
}
.section4 {
  padding: var(--section-padding-half) 0 10rem;
  background: var(--bg-navy);
}
.section4 .section-container {
  gap: var(--section-gap-sm);
}
.section4 .section-content {
  max-width: 50%;
  width: 58rem;
}
.section4 .section-img {
  width: 100%;
  overflow: hidden;
  border-radius: 1.6rem;
  aspect-ratio: 58/44.8;
}
.section4 .section-info {
  flex: 1;
  gap: 4rem;
}
.section4 .section-info .copyright {
  margin-top: auto;
  font-size: 1.6rem;
  font-weight: 400;
  color: #ddd;
  line-height: 2.8rem;
}
@media (max-width: 1640px) {
  .section {
    --section-gap: 10rem;
    --section-gap-sm: 8rem;
    --section-gap-xs: 4.8rem;
  }
  .section1 {
    padding: calc(var(--header-height)) 2rem 0;
  }
}
@media (max-width: 1440px) {
  .section {
    --section-gap: 8rem;
    --section-gap-sm: 6rem;
    --section-gap-xs: 3.2rem;
  }
  .section-title-main.xl {
    font-size: 6.4rem;
  }
  .section-title-main.xl em {
    font-weight: 600;
  }
  .section2 .section-info {
    flex-shrink: 0;
    width: 41rem;
    padding-top: 0;
  }
  .section3 .section-content {
    margin-top: calc(var(--section-gap) + 2rem);
  }
}
@media (max-width: 1279px) {
  .section {
    --section-padding: 10rem;
    --section-padding-half: 6rem;
    --section-gap: 5rem;
    --section-gap-sm: 4rem;
    --section-gap-xs: 2.4rem;
  }
  .section-title-main {
    font-size: 4.8rem;
  }
  .section-title-main.sm {
    font-size: 3.6rem;
  }
  .section3 .section-content {
    margin-top: var(--section-gap-xs);
  }
  .section4 .section-info {
    gap: 3rem;
  }
}
@media (max-width: 1023px) {
  .section {
    --section-padding: 8rem;
    --section-padding-half: 4rem;
  }
  .section-title-main {
    font-size: 4.4rem;
  }
  .section-title-main.sm {
    font-size: 3.4rem;
  }
}
@media (max-width: 879px) {
  .section2 .section-container, .section4 .section-container {
    flex-direction: column;
  }
  .section2 .section-title-main br, .section4 .section-title-main br {
    display: none;
  }
  .section2 .section-info, .section2 .section-img, .section4 .section-info, .section4 .section-img {
    width: 100%;
  }
  .section2 .section-img img, .section4 .section-img img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .section {
    --section-padding: 6rem;
    --section-gap: 4rem;
  }
  .section-title-main {
    font-size: 4rem;
  }
  .section-title-main.xl {
    font-size: 5.2rem;
  }
  .section-title-sub {
    font-size: 1.8rem;
  }
}
@media (max-width: 587px) {
  .section-title-main {
    font-size: 3.6rem;
  }
  .section-title-main.xl {
    font-size: 4.8rem;
  }
  .section-title-sub {
    font-size: 16px;
  }
}

.fixed-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 7.5rem;
  right: 9.5rem;
  opacity: 0;
  z-index: 10;
  width: 17.2rem;
  height: 17.2rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
}
.fixed-container:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14.18rem;
  height: 14.18rem;
  background: url(/template/teaser/g2b2/img/main/fix_img1.svg) no-repeat center/contain;
  animation: fixedCircleSpin 16s linear infinite;
  content: "";
  animation-play-state: paused;
}
.fixed-container.is-active:before {
  animation-play-state: running;
}
.fixed-in {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  background: linear-gradient(153deg, #cfd998 19.16%, #6fbcd9 48.97%, #3ba2eb 78.77%);
  color: var(--white);
}
.fixed-in strong {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
}
.fixed-in span {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 150%;
  text-align: center;
}
@media (max-width: 1279px) {
  .fixed-container {
    bottom: 4rem;
    right: 4rem;
  }
}
@media (max-width: 1023px) {
  .fixed-container {
    bottom: 2rem;
    right: 2rem;
  }
}
@media (max-width: 767px) {
  .fixed-container {
    width: 15rem;
    height: 15rem;
  }
  .fixed-container:before {
    width: 13rem;
    height: 13rem;
  }
  .fixed-in {
    width: 9rem;
    height: 9rem;
  }
}

@keyframes fixedCircleSpin {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes scrollAnimation {
  0% {
    transform: translateY(-20%);
  }
  100% {
    transform: translateY(0%);
  }
}
.visual {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  position: relative;
  min-height: 84rem;
  overflow: hidden;
  padding: 11rem 2rem 4.8rem;
  border-radius: 1.6rem;
  background: url(/template/teaser/gya9/img/main/visual-bg.webp) no-repeat center/cover;
}
.visual-txt {
  display: flex;
  margin-left: 10rem;
}
.visual-txt img {
  display: block;
  width: 60.5rem;
}
.visual .scroll-animation {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
  gap: 1rem;
}
.visual .scroll-animation em {
  font-size: 1.6rem;
  color: var(--white);
  line-height: 120%;
}
.visual-date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 9.33rem;
  right: 5.33rem;
  width: 19.5479rem;
  height: 19.5479rem;
  border-radius: 50%;
  background: linear-gradient(153deg, #e84663 19.16%, #c66066 48.97%, #5a3221 78.77%);
  color: var(--white);
}
.visual-date::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  width: 11.365rem;
  height: 11.365rem;
  border-radius: 50%;
  border: 1.137px solid rgba(255, 255, 255, 0.2);
  content: "";
}
.visual-date::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18.079rem;
  height: 18.0793rem;
  background: url(/template/teaser/gya9/img/main/visual_round.svg) no-repeat center/contain;
  animation: visualDateSpin 30s linear infinite;
  content: "";
}
.visual-date strong {
  font-size: 2.5003rem;
  font-weight: 700;
  line-height: 1.4;
}
.visual-date span {
  font-size: 1.5911rem;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 1440px) {
  .visual {
    min-height: 72rem;
  }
  .visual-date {
    bottom: 6rem;
    right: 6rem;
  }
  .visual-txt {
    justify-content: center;
    margin: 0;
  }
  .visual-txt img {
    width: 60rem;
  }
}
@media (max-width: 1023px) {
  .visual {
    min-height: auto;
    padding: 8rem 2rem 24rem;
  }
  .visual-date {
    bottom: 4rem;
    right: 4rem;
  }
  .visual-txt img {
    width: 40rem;
  }
}
@media (max-width: 767px) {
  .visual {
    background-position: 35% center;
  }
  .visual-date {
    bottom: 2rem;
    right: 2rem;
    scale: 0.8;
  }
}
@media (max-width: 587px) {
  .visual-date {
    display: none;
  }
}
@keyframes visualDateSpin {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.house-info .btn-link {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 7.2rem;
}
.house-info-list {
  display: flex;
  flex-direction: column;
}
.house-info-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.2rem;
}
.house-info-item + .house-info-item {
  margin-top: 1.6rem;
}
.house-info-title {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: 10rem;
  gap: 0.4rem;
}
.house-info-title > span {
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--bg-black);
  line-height: 160%;
}
.house-info-detail {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.house-info-detail strong {
  font-size: 3.2rem;
  font-weight: 600;
  color: var(--bg-black);
  line-height: 160%;
}
.house-info-detail strong sub {
  font-size: 2.4rem;
  vertical-align: middle;
}
.house-info-detail span {
  font-size: 2rem;
  font-weight: 400;
  color: var(--bg-black);
}
.house-info-detail-item {
  display: flex;
  align-items: center;
  position: relative;
}
.house-info-detail-item:not(:last-child):after {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  margin: auto 1.2rem;
  border-radius: 50%;
  background: #d9d9d9;
  content: "";
}
@media (max-width: 1640px) {
  .house-info .btn-link {
    margin-top: 5.6rem;
  }
}
@media (max-width: 1440px) {
  .house-info .btn-link {
    margin-top: 4.8rem;
  }
}
@media (max-width: 1279px) {
  .house-info .btn-link {
    margin-top: 3.2rem;
  }
  .house-info-detail strong {
    font-size: 2.8rem;
  }
  .house-info-detail span {
    font-size: 1.8rem;
  }
}
@media (max-width: 1023px) {
  .house-info .btn-link {
    padding: 1.2rem 2rem;
  }
}
@media (max-width: 587px) {
  .house-info .btn-link {
    padding: 1rem 1.6rem;
  }
  .house-info-title > span {
    font-size: 1.7rem;
  }
  .house-info-detail strong {
    font-size: 2.4rem;
  }
  .house-info-detail span {
    font-size: 1.7rem;
  }
}

.benefit {
  position: relative;
}
.benefit:before {
  position: absolute;
  bottom: calc(100% - 2rem);
  right: -3rem;
  width: 70.2rem;
  height: 13.6rem;
  background: url(/template/teaser/gya9/img/main/section3_txt.svg) no-repeat center/contain;
  content: "";
}
.benefit sup {
  color: var(--bg-skyblue);
  vertical-align: bottom;
}
.benefit-list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  gap: 5.333rem;
}
.benefit-item {
  display: flex;
  flex-direction: column;
  width: calc(25% - 3.99975rem);
}
.benefit-img {
  overflow: hidden;
  border-radius: 1.6rem;
}
.benefit-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.benefit-txt {
  margin-top: 3.6rem;
}
.benefit-title {
  margin-bottom: 1.2rem;
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--bg-black);
  line-height: 140%;
}
.benefit-desc {
  color: var(--bg-black);
}
.benefit-essential {
  margin-top: 0.8rem;
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  color: #3f4146;
  line-height: 160%;
}
@media (max-width: 1279px) {
  .benefit:before {
    top: calc(100% + 2rem);
    bottom: auto;
    right: -1rem;
  }
  .benefit-list {
    gap: 2.4rem;
  }
  .benefit-item {
    width: calc(50% - 1.2rem);
  }
}
@media (max-width: 767px) {
  .benefit:before {
    right: -2rem;
    width: 100%;
  }
}
@media (max-width: 420px) {
  .benefit-item {
    width: 100%;
  }
}

.location {
  position: relative;
}
.location-btns {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.6rem;
  gap: 1.6rem;
}
.location-btn {
  display: flex;
  align-items: center;
  height: 6rem;
  padding: 1rem 2.4rem 1rem 1.6rem;
  border: none;
  border-radius: 0.8rem;
  gap: 0.8rem;
}
.location-btn.naver {
  background: rgba(0, 0, 0, 0.4);
}
.location-btn.naver span,
.location-btn.naver i {
  color: var(--white);
}
.location-btn.naver img {
  display: block;
  width: 4rem;
  margin-right: -0.8rem;
}
.location-btn.kakao {
  padding-left: 2.4rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.location-btn.kakao span,
.location-btn.kakao i {
  color: var(--white);
}
.location-btn.kakao img {
  display: block;
  width: 1.6rem;
}
.location-btn span {
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 140%;
}
.location-btn i {
  font-size: 2rem;
}
.location-info-list {
  display: flex;
  gap: 8rem;
}
.location-info-item {
  display: flex;
  flex-direction: column;
  color: var(--white);
  gap: 1.6rem;
}
.location-info-item:has(.phone-link) {
  gap: 0.8rem;
}
.location-info-title strong {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 140%;
}
.location-info-detail p {
  font-size: 2rem;
  font-weight: 400;
  line-height: 160%;
}
.location-info-detail .phone-link {
  display: flex;
  align-items: center;
  padding: 0.8rem 0;
  color: var(--white);
  gap: 0.8rem;
}
.location-info-detail .phone-link i {
  font-size: 3.6rem;
  color: #003e8a;
}
.location-info-detail .phone-link span {
  font-size: 4rem;
  font-weight: 600;
  line-height: 160%;
}
@media (max-width: 1640px) {
  .location-info-list {
    flex-wrap: wrap;
    gap: 3.2rem 4rem;
  }
}
@media (max-width: 1279px) {
  .location-info-detail .phone-link i {
    font-size: 3.2rem;
  }
  .location-info-detail .phone-link span {
    font-size: 3.6rem;
  }
}
@media (max-width: 1023px) {
  .location-info-detail .phone-link i {
    font-size: 3rem;
  }
  .location-info-detail .phone-link span {
    font-size: 3.4rem;
  }
}
@media (max-width: 879px) {
  .section4 .section-content {
    max-width: 100%;
  }
}