.content-hidden {
  /* display: none; */
}
.bg-gray {
  background-color: #f8f8f8;
}

.bg-main {
  background-color: #fff9f8;
}

section:not(.sub-visual, .banner-section) {
  padding: 16rem 0;
}
@media (max-width: 1280px) {
  section:not(.sub-visual, .banner-section) {
    padding: 8rem 0;
  }
}

.sub-visual {
  padding-top: 18rem;
}
@media (max-width: 1280px) {
  .sub-visual {
    padding-top: 10rem;
  }
  .sub-visual .inner {
    padding: 0 2rem;
  }
}
.sub-visual .sub-visual__text .title {
  line-height: 1.2em;
  font-weight: 600;
  font-size: 12rem;
}
.sub-visual .sub-visual__text .subtitle {
  line-height: 1.2em;
  font-weight: 500;
  font-size: 2.4rem;
}
.sub-visual .sub-visual__text .subtitle br {
  display: none;
}
@media (max-width: 1280px) {
  .sub-visual .sub-visual__text .title {
    word-break: keep-all;
    line-height: 1.2em;
    font-weight: 600;
    font-size: 4.8rem;
  }
  .sub-visual .sub-visual__text .subtitle {
    margin-bottom: 0.8rem;
    line-height: 1.4em;
    font-weight: 500;
    font-size: 1.6rem;
  }
  .sub-visual .sub-visual__text .subtitle br {
    display: block;
  }
}
.sub-visual .sub-visual__img {
  height: 52rem;
  margin-top: -4rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1280px) {
  .sub-visual .sub-visual__img {
    height: 20rem;
    margin-top: -1.6rem;
  }
}

.section__desc p:not(:last-child) {
  margin-bottom: 3.2rem;
}

section.value-section {
  padding-bottom: 0;
}

@media (max-width: 1280px) {
  section.info-section {
    padding: 6rem 0;
  }
}

.vv-list {
  margin-top: 6rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 1280px) {
  .vv-list {
    margin-top: 4rem;
    grid-template-columns: 1fr;
  }
}
.vv-list .item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  height: 48rem;
  color: #ffffff;
  text-align: center;
}
.vv-list .item:nth-child(1) {
  background-image: url("../images/value-img1.webp");
}
.vv-list .item:nth-child(2) {
  background-image: url("../images/value-img2.webp");
}
.vv-list .item:nth-child(3) {
  background-image: url("../images/value-img3.webp");
}
.vv-list .item:nth-child(4) {
  background-image: url("../images/value-img4.webp");
}
.vv-list .item:nth-child(5) {
  background-image: url("../images/value-img5.webp");
}
.vv-list .item:nth-child(6) {
  background-image: url("../images/value-img6.webp");
}
.vv-list .item .title {
  line-height: 1.3em;
  font-weight: 600;
  font-size: 4rem;
}
.vv-list .item .desc {
  line-height: 1.5em;
  font-weight: 400;
  font-size: 1.8rem;
}
@media (max-width: 1280px) {
  .vv-list .item {
    height: 10rem;
  }
  .vv-list .item .title {
    line-height: 1.3em;
    font-weight: 600;
    font-size: 2rem;
  }
  .vv-list .item .desc {
    display: none;
  }
}

.partner-box {
  margin-top: 6rem;
  padding: 2.4rem 0 4rem;
}
@media (max-width: 1280px) {
  .partner-box {
    margin-top: 4rem;
    padding: 0 0 2rem;
  }
}
.partner-box .partner-list {
  white-space: nowrap;
  font-size: 3vw;
  display: flex;
  align-items: center;
  will-change: transform;
  width: 100%;
  margin-bottom: 16px;
}
.partner-box .partner-list img {
  height: 70px;
  will-change: transform;
  animation: marquee 50s linear infinite;
  font-weight: 700;
}
.partner-box .partner-list.reverse img {
  animation-direction: reverse;
}
.partner-box .partner-list:hover img {
  animation-play-state: paused;
}
@media (max-width: 1280px) {
  .partner-box .partner-list {
    display: none;
  }
}
.partner-box .partner-list--mobile {
  display: none;
  max-width: 56rem;
  margin: 0 auto;
  padding: 0 4rem;
}
.partner-box .partner-list--mobile img {
  width: 100%;
}
@media (max-width: 1280px) {
  .partner-box .partner-list--mobile {
    display: block;
  }
}

@keyframes marquee {
  0% {
    transform: translateZ(0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.field-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 5.6rem;
  margin-top: 8rem;
}
@media (max-width: 1280px) {
  .field-list {
    gap: 0.4rem;
    margin-top: 4rem;
    padding: 0 3rem;
  }
}
.field-list .item {
  text-align: center;
}
.field-list .item br {
  display: none;
}
@media (max-width: 1280px) {
  .field-list .item br {
    display: block;
  }
}
.field-list .item .item__icon {
  width: 5.6rem;
  height: 5.6rem;
  background-size: cover;
  margin: 0 auto 1.6rem;
}
@media (max-width: 1280px) {
  .field-list .item .item__icon {
    width: 4rem;
    height: 4rem;
  }
}
.field-list .item .subtitle {
  margin-bottom: 0.4rem;
  color: #fd8777;
  line-height: 1.5;
  font-weight: 600;
  font-size: 1.4rem;
}
.field-list .item h3 {
  margin: 0.4rem 0 1.6rem;
  line-height: 1.3;
  font-weight: 600;
  font-size: 2.4rem;
  word-break: keep-all;
}
.field-list .item .desc {
  line-height: 1.5;
  font-weight: 400;
  font-size: 1.8rem;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .field-list .item .subtitle {
    margin-bottom: 0.6rem;
    font-size: 1.2rem;
  }
  .field-list .item h3 {
    margin-bottom: 0;
    font-size: 1.6rem;
  }
  .field-list .item .desc {
    display: none;
  }
}

#information .sub-visual__img {
  background-image: url("../images/visual__info-img.webp");
}

.info-section .inner {
  display: flex;
  align-items: center;
  gap: 12rem;
  width: 100%;
}
@media (max-width: 1280px) {
  .info-section .inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 2rem;
    gap: 3.2rem;
  }
}
.info-section:nth-child(2n) .inner {
  flex-direction: row-reverse;
}
@media (max-width: 1280px) {
  .info-section:nth-child(2n) .inner {
    flex-direction: column;
  }
}
.info-section .info__desc {
  flex: 1;
  width: 100%;
  word-break: keep-all;
}
.info-section .info__img {
  flex: 1;
  display: block;
  min-width: 59rem;
  width: 100%;
  height: 52rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1280px) {
  .info-section .info__img {
    max-width: 59rem;
    min-width: 0;
    padding-bottom: 67.7%;
    background-size: contain;
    background-position: top;
  }
}
.info-section .info__icon {
  margin-bottom: 1.6rem;
}
.info-section .info__icon img {
  height: 6rem;
}
@media (max-width: 1280px) {
  .info-section .info__icon img {
    height: 4rem;
  }
}
.info-section .title {
  line-height: 1.3;
  font-weight: 600;
  font-size: 5.2rem;
}
.info-section .subtitle {
  margin-bottom: 0.4rem;
  line-height: 1.4;
  font-weight: 500;
  font-size: 1.8rem;
}
.info-section .desc {
  margin-top: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  font-size: 1.8rem;
}
.info-section .blank__link {
  display: flex;
  align-items: center;
  margin-top: 3.2rem;
  color: #fc6955;
  line-height: 1.5;
  font-weight: 600;
  font-size: 1.6rem;
}
.info-section .blank__link:after {
  display: block;
  width: 2rem;
  height: 2rem;
  margin-left: 0.4rem;
  background: url("../images/icon-new_window.webp") no-repeat center/cover;
  content: "";
}
@media (max-width: 1280px) {
  .info-section .title {
    line-height: 1.3;
    font-weight: 600;
    font-size: 2.6rem;
  }
  .info-section .subtitle {
    line-height: 1.4;
    font-weight: 500;
    font-size: 1.4rem;
    word-break: keep-all;
  }
  .info-section .desc {
    line-height: 1.5;
    font-weight: 400;
    font-size: 1.5rem;
  }
  .info-section .blank__link {
    margin-top: 1.6rem;
    line-height: 1.5;
    font-weight: 600;
    font-size: 1.4rem;
  }
  .info-section .blank__link:after {
    width: 1.6rem;
    height: 1.6rem;
  }
}

.contact-section {
  padding: 16rem 0;
}
.contact-section .section__desc {
  margin-top: 1.2rem;
}
.contact-section .section__desc br {
  display: none;
}
@media (max-width: 1280px) {
  .contact-section {
    padding: 12rem 0 6rem !important;
  }
  .contact-section .inner {
    padding: 0 2rem;
  }
  .contact-section .section__desc br {
    display: block;
  }
}

.contact-channel {
  display: flex;
  flex-wrap: wrap;
  gap: 2.8rem;
  margin-top: 6rem;
}
@media (max-width: 1280px) {
  .contact-channel {
    gap: 0.8rem;
    margin-top: 4rem;
  }
}
.contact-channel .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5.2rem 0;
  text-align: center;
}
@media (max-width: 1280px) {
  .contact-channel .item {
    padding: 3.2rem 0;
  }
}
.contact-channel .item:nth-child(1) {
  flex: 2 1 100%;
}
.contact-channel .item:nth-child(2),
.contact-channel .item:nth-child(3) {
  flex: 1;
}
@media (max-width: 1280px) {
  .contact-channel .item:nth-child(2),
  .contact-channel .item:nth-child(3) {
    flex: 1 1 100%;
  }
}
.contact-channel .item .title {
  display: flex;
  align-items: center;
  margin-bottom: 0.8rem;
  line-height: 1.5;
  font-weight: 500;
  font-size: 1.8rem;
}
@media (max-width: 1280px) {
  .contact-channel .item .title {
    margin-bottom: 0.6rem;
    font-size: 1.4rem;
  }
}
.contact-channel .item .title:before {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 0.8rem;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}
@media (max-width: 1280px) {
  .contact-channel .item .title:before {
    width: 2rem;
    height: 2rem;
  }
}
.contact-channel .item .title.kakao:before {
  background-image: url("../images/icon-kakao.webp");
}
.contact-channel .item .title.call:before {
  background-image: url("../images/icon-call.webp");
}
.contact-channel .item .title.email:before {
  background-image: url("../images/icon-email.webp");
}
.contact-channel .item h3 {
  line-height: 1.3;
  font-weight: 500;
  font-size: 2.4rem;
}
@media (max-width: 1280px) {
  .contact-channel .item h3 {
    font-size: 1.8rem;
  }
}
.contact-channel .item .contact__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20rem;
  height: 4rem;
  margin-top: 1.6rem;
  border-radius: 0.4rem;
  background-color: #111111;
  color: #ffffff;
  line-height: 1.3;
  font-weight: 600;
  font-size: 1.4rem;
}
@media (max-width: 1280px) {
  .contact-channel .item .contact__link {
    width: 14rem;
    height: 3.6rem;
    margin-top: 1rem;
    font-size: 1.3rem;
  }
}

@media (max-width: 1280px) {
  .faq-section .inner {
    padding: 0 2rem;
  }
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin-top: 6rem;
}
@media (max-width: 1280px) {
  .faq-list {
    gap: 0.8rem;
    margin-top: 4rem;
  }
}
.faq-list .faq-item {
  position: relative;
  padding: 0 4rem;
  background-color: #fff;
  cursor: pointer;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .faq-list .faq-item {
    padding: 0 2rem;
  }
}
.faq-list .faq-item .icon-dropdown {
  position: absolute;
  top: 3.8rem;
  right: 4rem;
  width: 2.4rem;
  height: 2.4rem;
  background: url("../images/icon-arrow_down.webp") no-repeat center/cover;
  transition: 0.2s ease;
}
@media (max-width: 1280px) {
  .faq-list .faq-item .icon-dropdown {
    top: 2rem;
    right: 2rem;
  }
}
.faq-list .faq-item .icon-arrow_down {
  transform: rotate(180deg);
}
.faq-list .faq-item .question {
  padding: 3.6rem 0;
  transition: 0.2s ease;
  word-break: keep-all;
  line-height: 1.3;
  font-weight: 500;
  font-size: 2.4rem;
}
.faq-list .faq-item .answer {
  height: 0;
  word-break: keep-all;
  transition: 0.2s ease;
  box-sizing: content-box;
  line-height: 1.5;
  font-weight: 400;
  font-size: 1.8rem;
}
@media (max-width: 1280px) {
  .faq-list .faq-item .question {
    padding: 2rem 0;
    line-height: 1.5;
    font-weight: 500;
    font-size: 1.8rem;
  }
  .faq-list .faq-item .answer {
    line-height: 1.5;
    font-weight: 400;
    font-size: 1.5rem;
  }
}
.faq-list .faq-item.open {
  height: auto;
}
.faq-list .faq-item.open .question {
  padding-bottom: 1.6rem;
}
.faq-list .faq-item.open .answer {
  height: auto;
  padding-bottom: 3.6rem;
}
@media (max-width: 1280px) {
  .faq-list .faq-item.open .question {
    padding-bottom: 0.8rem;
  }
  .faq-list .faq-item.open .answer {
    padding-bottom: 2rem;
  }
}

.sub-visual .title.en {
  font-size: 8rem;
}
@media (max-width: 1280px) {
  .sub-visual .title.en {
    font-size: 4.8rem;
  }
}

.info-section .title {
  line-height: 1.1;
}

#fnb .sub-visual__img {
  background-image: url("../images/visual__fnb-img.webp");
}
#fnb .field-list .item:nth-child(1) .item__icon {
  background-image: url("../images/fnb-icon1.webp");
}
#fnb .field-list .item:nth-child(2) .item__icon {
  background-image: url("../images/fnb-icon2.webp");
}
#fnb .field-list .item:nth-child(3) .item__icon {
  background-image: url("../images/fnb-icon3.webp");
}
#fnb .info-article .info-section:nth-of-type(1) .info__img {
  background-image: url("../images/fnb-info-img1.webp");
}
#fnb .info-article .info-section:nth-of-type(2) .info__img {
  background-image: url("../images/fnb-info-img2.webp");
}
#fnb .info-article .info-section:nth-of-type(3) .info__img {
  background-image: url("../images/fnb-info-img3.webp");
}

#itmedia .sub-visual__img {
  background-image: url("../images/visual__itmedia-img.webp");
}
#itmedia .field-list .item:nth-child(1) .item__icon {
  background-image: url("../images/media-icon1.webp");
}
#itmedia .field-list .item:nth-child(2) .item__icon {
  background-image: url("../images/media-icon2.webp");
}
#itmedia .field-list .item:nth-child(3) .item__icon {
  background-image: url("../images/media-icon3.webp");
}
#itmedia .info-article .info-section:nth-of-type(1) .info__img {
  background-image: url("../images/media-info-img4.png");
}
/* #itmedia .info-article .info-section:nth-of-type(1) .info__img {
  background-image: url("../images/media-info-img1.webp");
} */
#itmedia .info-article .info-section:nth-of-type(2) .info__img {
  background-image: url("../images/media-info-img3.webp");
}

#itmedia .info-article .info-section:nth-of-type(3) .info__img {
  background-image: url("../images/fnb-info-img3.webp");
}

#social .sub-visual__img {
  background-image: url("../images/visual__social-img.webp");
}
#social .field-list .item:nth-child(1) .item__icon {
  background-image: url("../images/social-icon1.webp");
}
#social .field-list .item:nth-child(2) .item__icon {
  background-image: url("../images/social-icon2.webp");
}
#social .field-list .item:nth-child(3) .item__icon {
  background-image: url("../images/social-icon3.webp");
}
#social .info-article .info-section:nth-of-type(1) .info__img {
  background-image: url("../images/social-info-img1.webp");
}

#estate-lease .sub-visual__img {
  background-image: url("../images/visual__lease-img.webp");
}
#estate-lease .field-list .item:nth-child(1) .item__icon {
  background-image: url("../images/lease-icon1.webp");
}
#estate-lease .field-list .item:nth-child(2) .item__icon {
  background-image: url("../images/lease-icon2.webp");
}
#estate-lease .field-list .item:nth-child(3) .item__icon {
  background-image: url("../images/lease-icon3.webp");
}
#estate-lease .info-article .info-section:nth-of-type(1) .info__img {
  background-image: url("../images/lease-info-img1.webp");
}
#estate-lease .info-article .info-section:nth-of-type(2) .info__img {
  background-image: url("../images/lease-info-img2.webp");
}
#estate-lease .info-article .info-section:nth-of-type(1).en .info__img {
  background-image: url("../images/lease-info-img1_en.webp");
}

#estate-lease .info-article .info-section:nth-of-type(2).en .info__img {
  background-image: url("../images/lease-info-img2_en.webp");
}
