html {
    translate: no;
}

#google_translate_element,
*[class*="goog"],
*[id*="goog"],
.skiptranslate,
iframe[src*="translate"] {
    display: none !important;
    position: absolute !important;
    left: -9999px !important;
    top: -9999px !important;
    width: 0 !important;
    height: 0 !important;
}

body {
  /* background: url(/img/renewal/bg_content.png) no-repeat center center fixed;
  background-size: cover; */
  font-family: 'PretendardRegular', sans-serif;
}

body.translated-ltr,
body.translated-rtl,
body[style*="margin-top"],
body[style*="top"] {
    margin-top: 0 !important;
    padding-top: 0 !important;
    top: 0 !important;
    position: static !important;
}

/* common */
.pc-none { display: none; }

h3 {
  line-height: 1.1;
  text-align: center;
  font-size: 54px;
  margin-bottom: 60px;
  font-family: 'HanwhaGothicR', sans-serif; 
  color: #333;

  span {
    font-size: 20px;
    color: #666666;
    font-family: 'Noto Sans KR';
    word-break: keep-all;
  }
}

.gnb_area .nav ul li:hover span::after{content:"";display:none !important;}
.gnb_area .nav ul li:hover{color:transparent !important}
.dropdown_list>li a:hover{color:transparent !important;border-bottom: 1px solid transparent !important;}

/* Header */
#header {
  position: fixed;
  height: 85px;
  background: transparent;
  z-index: 9999;
  width: 100%;
  top: 0;

  &.scrolled {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);

    .pc-util {
      a {
        color: #000;
        text-shadow: none;
      }
    }

    .gnb-wrap {
      .gnb-menu {
        .depth1 {
          > li {
            > a {
              color: #000;
              text-shadow: none;

              &:hover {
                color: #2EC291 !important;
              }
            }
          }
        }
      }
    }
  }

  h1 {
    padding-top: 25px;

    img {
      transform: translateY(-2px);
    }
  }

  .pc-util {
    position: absolute;
    top: 22px;
    right: 0;
    border-bottom: none !important;
    z-index: 1;

    a {
      color: #fff;
    }
  }

  &.active {
    background: #fff;

    .pc-util {
      a {
        color: #000;
        text-shadow: unset;
      }
    }

    .gnb-wrap {
      border-bottom: 1px solid #d4d4d480;

      .gnb-menu {  
        .depth1 {
          > li {
            > a {
              text-shadow: unset;
            }
          }

          a {
            color: #000;

            &:hover {
              color: #2EC291 !important;
            }
          }
        }
      }
    }
  }

  .gnb-wrap {
    border-bottom: none;

    .gnb-menu {
      margin-left: unset;
      width: 900px;
      background: transparent;
      transform: translateX(-50%);

      .depth1 {
        a {
          color: #fff;
        }

        > li {
          width: 150px;

          > a {
            white-space: nowrap;
          }
        }

        .depth2 {
          border-right: none !important;

          ul {
            border: none !important;
          }
        }
      } 
    }
  }

  .design-logo {
    display: none !important;
  }
}

/* Main Content Sections */
.program-section, .company-section, .slide-content-section, .notice-section {
  width: 100%;
  padding: 80px 0;
  box-sizing: border-box;
  margin-bottom: 0;
}

.program-section, .company-section, .notice-section {
  background-color: #FFF;
}

.program-wrapper, .company-wrapper, .content-wrapper, .notice-wrapper, .slide-header {
  max-width: 1280px;
  margin: 0 auto;
}

.slide-content-wrapper {
  width: 100%;
  margin: 0 auto;
}

/* Wrap - Top Section */
.wrap {
  .top-section {
    display: flex; 
    flex-direction: column;
    position: relative;
    padding-top: 0px;
    margin-bottom: 0px;
    float: unset;

    .main-visual-text {
      position: absolute;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 30px;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      text-align: center;
      color: #fff;
      font-family: 'HanwhaGothicR', sans-serif;
      pointer-events: none;
      z-index: 2;

      p {
        font-size: 24px;
      }

      h2 {
        font-size: 80px;
      }
    }
    
    #mainVisual {
      width: 100%; height: 825px;
      overflow: hidden;
      float: unset;
      border: unset;

      .main-slider {
        width: 100%;
        height: 100%;

        .swiper-wrapper {
          height: 100%;

          .swiper-slide {
            height: 100%;
            position: relative;

            &::before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              background: rgba(0, 0, 0, 0.3);
              z-index: 1;
              pointer-events: none;
            }

            img {
              width: 100%; 
              height: 100%;
              object-fit: cover; 
            }
          }
        }

        .swiper-pagination {
          display: none !important;
        }
      }
    }

    .side {
      float: unset;
      width: 100%;
      background-color: #fff;
      position: relative;
      z-index: 10;

      .menu {
        display: flex; justify-content: center; gap: 100px;
        li {
          transform: translateY(-75px);
          a {
            display: flex; align-items: center; gap: 15px;
            position: relative;

            &::before {
              content: "";
              display: inline-block;
              width: 25px; aspect-ratio: 21.44 / 25.34;
              background-size: contain; background-repeat: no-repeat; background-position: center;
              filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.4));
            }

            span {
              font-size: 24px; color: #FFF; font-weight: 600;
              white-space: nowrap;
              letter-spacing: 1px;
            }
          }

          &:nth-child(1) a::before {
            background-image: url(/img/renewal/icn_book.svg);
          }

          &:nth-child(2) a::before {
            background-image: url(/img/renewal/icn_flag.svg);
          }

          &:nth-child(3) a::before {
            background-image: url(/img/renewal/icn_kit.svg);
          }

          &:nth-child(4) a::before {
            background-image: url(/img/renewal/icn_bus.svg);
          }
        }
      }
    }
  }
}

/* Program Section */
.program-section {
  .program-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    width: 100%;
    box-sizing: border-box;
    align-items: stretch;

    li {
      width: 100%;
      float: unset;
      margin: unset;

      a {
        display: flex;
        flex-direction: column;
        height: 100%;

        dl {
          display: flex;
          flex-direction: column;
          height: 100%;

          dt {
            width: 100%;
            height: fit-content;
            border: unset;

            img {
              width: 100%;
              aspect-ratio: 360 / 215;
            }
          }

          dd {
            flex: 1;
            display: flex;
            flex-direction: column;
            gap: 5px;
            padding: 20px 0;
            background: unset;

            h4 {
              width: 100%; height: 30px;
              font-size: 20px; color: #333; font-weight: 600; line-height: 1;
              white-space: nowrap; text-overflow: ellipsis;
              overflow: hidden;
            }

            p {
              font-size: 16px; color: #999;
              margin-bottom: 0;
            }
          }
        }
      }
    }
  }
}

/* Company Section */
.company-section {
  .company-header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;

    h3 {
      flex: 1;
      margin-bottom: 0;
    }

    .btn-more {
      position: relative;
      margin-left: auto;
      color: #333;
      transform: translate(-21px, -5px);
      font-size: 18px;

      &::after {
        content: '↘';
        color: #2EC291;
        font-size: inherit;
      }
    }
  }

  .company-banner-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;

    li {
      &.row1 {
        width: calc(33% - 10px);
        aspect-ratio: 560 / 380;
      }
      
      &.row2 {
        width: calc(66% - 10px);
        aspect-ratio: 1140 / 380;
      }

      img {
        width: 100%;
        height: 100%;
      }

      &.info {
        display: flex;
        flex-direction: column;
        position: relative;
        padding: 40px 10px 20px 30px;
        box-sizing: border-box;
        background: url(/img/renewal/bg_company_info.png) no-repeat center/cover;

        &::after {
          content: '';
          position: absolute;
          width: 76px; aspect-ratio: 94 / 99;
          right: 30px; bottom: 25px;
          background: url(/img/renewal/icn_pot.png) no-repeat center/contain;
          pointer-events: none;
        }
        
        h4 {
          font-family: 'PretendardMedium', sans-serif;
          font-size: 26px;
          color: #fff;
          margin-bottom: 5px;
        }

        p {
          color: #fff;
          word-break: keep-all;

          /* br {
            display: none;
          } */
        }

        .btn-more {
          position: relative;
          margin-top: auto;
          color: #fff;

          &::after {
            content: '↘';
            color: #fff;
            font-size: inherit;
          }
        }
      }

      &.more {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 20px;
        padding: 0 50px;
        box-sizing: border-box;
        background: url(/img/renewal/bg_company_more.png) no-repeat center/cover;

        h4 {
          color: #fff;
          font-size: 26px;
        }

        .inner-wrapper {
          display: flex;
          justify-content: space-between;

          p {
            color: #fff;
          }

          .btn-more {
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 13px 25px;
            background-color: #fff;
            text-align: center;
            font-size: 17px;
            font-family: 'PretendardMedium', sans-serif;

            i {
              color: #2EC291;
            }
          }
        }
      }
    }
  }
}

/* Slide Content Section */
.slide-content-section {
  height: 900px;
  margin: 80px 0;
  padding: 80px 20px;
  background: url(/img/renewal/bg_content.png) no-repeat top/cover;

  h3 {
    span {
      color: #fff;
    }
  }

  .slide-content-wrapper {
    width: 100%;
    position: relative;

    .slide-header { 
      h3 {
        color: #fff;
      }
    }    
    
    .slide-content-swiper {
      overflow: hidden;

      .swiper-slide {
        width: auto;
        display: flex;
        align-items: center;
        justify-content: center;

        figure {
          display: table;
          margin: 0;

          img {
            display: block;
          }

          figcaption {
            display: table-caption;
            caption-side: bottom;
            padding-top: 12px;
            font-size: 22px;
            color: #fff;
            word-break: keep-all;
          }
        }

        img {
          object-fit: fill;
          object-position: center;
        }

        &[data-swiper-slide-index$="0"] img,
        &[data-swiper-slide-index$="2"] img,
        &[data-swiper-slide-index$="4"] img,
        &[data-swiper-slide-index$="6"] img,
        &[data-swiper-slide-index$="8"] img {
          width: 380px;
          height: 380px;
        }

        &[data-swiper-slide-index$="1"] img,
        &[data-swiper-slide-index$="3"] img,
        &[data-swiper-slide-index$="5"] img,
        &[data-swiper-slide-index$="7"] img,
        &[data-swiper-slide-index$="9"] img {
          width: 527px;
          height: 293px;
        }
      }
    }

    .slide-content-socials {
      position: absolute;
      top: 100px;
      right: 70px;
      display: flex;
      justify-content: center;
      
      ul {
        display: flex;
        gap: 10px;
        margin-bottom: 0;

        li {
          display: flex; 
          justify-content: center;
          align-items: center;
          width: 35px;
          aspect-ratio: 1 / 1;
          border-radius: 50%;
          background-color: #FFFFFF4D;
          padding-right: 1px;
          box-sizing: border-box;
        }

        img {
          vertical-align: middle;
        }
      }
    }

    .swiper-button-prev,
    .swiper-button-next {
      top: 52%;
      width: 90px;
      height: 60px;

      &::after {
        content: '';
      }
    }

    .swiper-button-prev {
      background-image: url(/img/renewal/btn_slide_content_left.svg);
      left: 100px;
    }

    .swiper-button-next {
      background-image: url(/img/renewal/btn_slide_content_right.svg);
      right: 100px;
    }
  }
}

/* Notice Section */
.notice-section {
  h3 {
    text-align: left;
    
    span {
      display: inline-block;
      margin-top: 20px;
      line-height: 1.5;
    }
  }

  .notice-wrapper {
    display: flex;
    gap: 150px;
    
    .notice-header {
      display: flex;
      flex-direction: column;
      width: 35%;

      .btn-more {
        position: relative;
        color: #000;
        font-size: 18px;
  
        &::after {
          content: '↘';
          color: #2EC291;
          font-size: inherit;
        }
      }
    }

    .notice-list {
      display: flex;
      flex-direction: column;
      width: calc(100% - (35% + 150px));

      li {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 10px;
        padding: 30px 0;
        height: 120px;
        border-top: 1px solid #ADADAD;
        box-sizing: border-box;

        a {
          display: block;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          font-size: 22px;
        }
        
        .date {
          font-size: 18px;
          color: #ADADAD;
        }
      }
    }
  }
}

/* Footer */
.footer {
  display: none;
}

.footer.renewal {
  display: block;
  background-color: #232323;
  color: #fff;
  font-family: 'Noto Sans KR', sans-serif;
  position: relative;
  padding: 80px 0;

  a {
    color: inherit;
    text-decoration: none;
  }

  .footer__inner {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }

  .footer__logo {
    width: 22%;
    transform: translateY(-14px);
  }

  .footer__content {
    width: 50%;
    font-size: 13px;
  }
  
  .footer__aside {
    width: 30%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 30px;
  }

  .footer__nav ul {
    display: flex;
    align-items: center;
    margin-bottom: 20px;

    li:not(:last-child)::after {
      content: '|';
      display: inline-block;
      margin: 0 15px;
      color: #e0e0e03a;
      font-weight: 400;
      transform: translateY(-1.5px);
    }

    .link--bold {
      font-weight: 600;
    }
  }

  .footer__info {
    address {
      font-style: normal;
      line-height: 1.6;

      p {
        white-space: nowrap;
        color: #A2A2A2;

        span {
          margin: 0 8px;
        }
      }
    }
  }

  .footer__copyright {
    font-size: 13px;
    white-space: nowrap;
    color: #A2A2A2;
  }

  .footer__socials {
    ul {
      display: flex;
      gap: 10px;
      margin-bottom: 0;

      li {
        display: flex; 
        justify-content: center;
        align-items: center;
        width: 35px;
        aspect-ratio: 1 / 1;
        border-radius: 50%;
        background-color: #ffffff1a;
        padding-bottom: 1px;
        box-sizing: border-box;
      }

      img {
        vertical-align: middle;
      }
    }
  }  
  
  .footer__family-sites {
    position: relative;
    
    select {
      background-color: #232323;
      color: #ADADAD;
      border: 1px solid #555;
      border-radius: 0 !important;
      padding: 8px 12px;
      cursor: pointer;
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      
      option {
        background-color: #232323;
        color: #ADADAD;
        padding: 5px;
        border-radius: 0 !important;
      }
      
      &:focus {
        outline: 1px solid #2EC291;
        border-radius: 0 !important;
      }
    }
  }

  .footer__banners {
    position: absolute;
    right: 155px;
    bottom: 85px;

    ul {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 20px;
    }
  }
}

/* Font Face */
@font-face {
  font-family: 'HanwhaGothicR';
  src: url('../font/HanwhaGothicR.ttf') format('truetype');
}

@font-face {
  font-family: 'PretendardRegular';
  src: url('../font/PretendardRegular.otf') format('truetype');
}

@font-face {
  font-family: 'PretendardMedium';
  src: url('../font/PretendardMedium.otf') format('truetype');
}

@font-face {
  font-family: 'PretendardBold';
  src: url('../font/PretendardBold.otf') format('truetype');
}

/* media query */
@media screen and (min-width: 1024px) and (max-width: 1470px) {
  .slide-content-section {
    .slide-content-wrapper {
      .slide-content-swiper {
        .swiper-slide {
          figure {
            figcaption {
              font-size: 2vw;
            }
          }
        }
      }
    }
  }
}

@media screen and (max-width: 1280px) {
  /* Header */
  #header {
    height: 65px;
    background: #fff;

    h1 {
      padding-top: 0;
    }
    
    .gnb-wrap {
      display: flex;
      align-items: center;

      .gnb-menu {
        width: 80%;
        background: #fff !important;
        border-top: 1px solid #d4d4d480;
        transform: unset;

        .depth1 {
          li {
            width: unset;
            
            a {
              color: #333;
              text-shadow: unset;
            }

            .depth2 {
              li {
                a {
                  color: #333;
                }
              }
            }
          }
        }
      }
    }
  }

  h3 {
    font-size: 5vw;
    margin-bottom: 20px !important;
    text-align: center;
    white-space: nowrap;

    span {
      font-size: 2.5vw;
    }
  }

  /* Top Section */
  .wrap .top-section {
    padding-top: 65px;

    .side {
      position: absolute;
      bottom: 1.8vw;
      background: transparent;

      .menu {
        gap: 5vw;

        li {
          transform: unset;

          a {
            gap: 8px;

            span{
              font-size: 2.2vw;
              font-weight: 400;
            }

            &::before {
              width: 20px;
            }
          }
        }
      }
    }

    .main-visual-text {
      gap: 10px;
      top: 45%;

      p {
        font-size: 2.5vw;
      }

      h2 {
        font-size: 6vw;
      }
    }

    #mainVisual {
      height: 92.5vh !important;

      .main-slider {
        height: 92.5vh !important;
        aspect-ratio: 1920 / 825;

        .swiper-wrapper {
          height: 100% !important;

          .swiper-slide {
            height: 100% !important;
          }
        }
      }        
    }
  }

  /* Program Section */
  .program-section {
    .program-list {
      display: flex;
      flex-direction: column;
      gap: 20px;
      padding: 0 10px;

      li {
        width: 100%;
      }
    }
  }

  /* Company Section */
  .company-section {
    .company-header {
      margin-bottom: 0px;

      .btn-more {
        display: none;
      }
    }

    .company-banner-list {
      padding: 10px;
      justify-content: center;
      
      li {
        height: 22vw;

        &.row2 {
          width: 100%;
          height: auto;
        }

        &.row1 {
          width: calc(50% - 5px);
          height: auto;
        }

        &.info {
          padding: 20px;

          h4 {
            font-size: 4vw;
          }

          p {
            font-size: 2.5vw;
          }

          .btn-more {
            font-size: 2.5vw;
          }

          &::after {
            width: 5vw;
            right: 6px;
            bottom: 8px;
          }
        }

        &.more {
          padding: 30px 20px;

          h4 {
            font-size: 4vw;
          }

          .inner-wrapper {
            p {
              font-size: 2.5vw;
            }
            
            .btn-more {
              padding: 7px 14px;
              font-size: 2vw;
            }
          }
        }
      }
    }
  }

  /* Slide Content Section */
  .slide-content-section {
    .slide-content-wrapper {
      .slide-header {
        padding-left: 0;
      }

      .swiper-button-prev,
      .swiper-button-next {
        top: 57%;
      }

      .swiper-button-prev {
        left: 20px;
      }

      .swiper-button-next {
        right: 20px;
      }

      .slide-content-socials {
        position: static;
        top: auto;
        right: auto;
        display: flex;
        justify-content: center;
        margin: 20px 0;
        
        ul {
          gap: 8px;
          
          li {
            width: 32px;
          }
        }
      }

      .slide-content-swiper {
        padding: 20px 0;

        .swiper-wrapper {
          align-items: center;
        }

        .swiper-slide {
          display: flex !important;
          justify-content: center !important;
          align-items: center !important;

          figure {
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;

            img {
              width: 100%;
              max-width: 100%;
            }

            figcaption {
              padding-top: 15px;
              font-size: 3vw;
              line-height: 1.4;
              text-align: center;
            }
          }
        }
      }
    }
  }

  /* Notice Section */
  .notice-section {
    h3 {
      text-align: center;

      span {
        margin-top: unset;
        
        br {
          display: none;
        }
      }
    }

    .notice-wrapper {
      flex-direction: column;
      gap: 0;
      padding: 10px;

      .notice-header {
        width: 100%;

        .btn-more {
          display: none;
        }
      }

      .notice-list {
        width: 100%;

        li {
          height: 12vw;

          .title {
            a {
              font-size: 2.5vw;
            }
          }

          .date {
            font-size: 2vw;
          }
        }
      }
    }
  }

  /* Footer */
  .footer.renewal {
    .footer__inner {
      flex-direction: column;

      .footer__logo {
        display: flex;
        justify-content: center;
        margin-bottom: 40px;
        width: 100%;
      }

      .footer__content {
        width: 100%;

        .footer__nav ul {
          justify-content: center;
          font-size: 1.9vw;
        }

        .footer__info {
          address {
            width: fit-content;
            margin: 0 auto;

            p {
              font-size: 1.7vw;
            }
          }

          .footer__copyright {
            position: absolute;
            left: 50%;
            bottom: 10px;
            transform: translateX(-50%);
            text-align: center;
            font-size: 2.3vw;
          }
        }
      }
    }

    .footer__aside {
      width: 100%;
      justify-content: center;
      margin: 30px auto 40px auto;
    }

    .footer__banners {
      position: unset;
    }
  }
}

@media screen and (max-width: 760px) {
  .slide-content-section {
    height: 800px;
    padding: 80px 10px;

    .slide-content-wrapper {
      .swiper-button-prev {
        display: block;
        left: 10px;
        width: 60px;
        height: 40px;
        background-size: contain;
      }

      .swiper-button-next {
        display: block;
        right: 10px;
        width: 60px;
        height: 40px;
        background-size: contain;
      }

      .slide-content-swiper {
        .swiper-slide {
          figure {
            figcaption {
              font-size: 4vw;
            }
          }
        }
      }
    }
  }
}

@media screen and (max-width: 480px) {  
  .pc-none { display: block; }

  h3 {
    font-size: 6vw;

    span {
      font-size: 3.5vw;
    }
  }

  /* Top Section */
  .wrap .top-section {
    .side {
      .menu {
        gap: 4vw;

        li {
          a {
            gap: 5px;

            span{
              font-size: 3vw;
            }

            &::before {
              width: 12px;
            }
          }
        }
      }
    }

    .main-visual-text {
      p {
        font-size: 3.5vw !important;
      }

      h2 {
        font-size: 7vw !important;
      }
    }
  }


  /* .main-visual-text {
    p {
      font-size: 3.5vw !important;
    }

    h2 {
      font-size: 7vw !important;
    }
  } */

  /* Program Section */
  .program-section {
    padding-bottom: 0px;

    .program-list {
      li {
        a {
          dl {
            dd {
              padding: 10px 0;

              h4 {
                height: 22px;
                font-size: 4vw;
              }

              p {
                font-size: 3.5vw;
              }
            }
          }
        }
      }
    }
  }

  /* Company Section */
  .company-section {
    .company-banner-list {
      gap: 5px;

      li {
        &.row1 {
          width: calc(50% - 5px);
          height: auto;
        }
        
        &.row2 {
          width: calc(100% - 5px);
          height: auto;
        }

        &.info {
          padding: 10px;

          p {
            font-size: 3vw;
          }
        }

        &.more {
          gap: 10px;
          padding: 10px;

          .inner-wrapper {
            p {
              font-size: 3vw;
            }

            .btn-more {
              font-size: 2.5vw;
            }
          }
        }
      }
    }
  }

  /* Notice Section */
  .notice-section {
    .notice-wrapper {
      .notice-list {
        li {
          .title {
            a {
              font-size: 3.5vw;
            }
          }

          .date {
            font-size: 3vw;
          }
        }
      }
    }
  }

  /* Slide Content Section */
  .slide-content-section {
    .slide-content-wrapper {
      .slide-content-swiper {
        .swiper-slide {
          &[data-swiper-slide-index$="0"] img,
          &[data-swiper-slide-index$="2"] img,
          &[data-swiper-slide-index$="4"] img,
          &[data-swiper-slide-index$="6"] img,
          &[data-swiper-slide-index$="8"] img {
            width: 100%;
            height: auto;
          }

          &[data-swiper-slide-index$="1"] img,
          &[data-swiper-slide-index$="3"] img,
          &[data-swiper-slide-index$="5"] img,
          &[data-swiper-slide-index$="7"] img,
          &[data-swiper-slide-index$="9"] img {
            aspect-ratio: 527 / 293;
            height: unset;
          }
        }
      }    
    }
  }

  .footer.renewal {
    .footer__inner {
      .footer__content {
        .footer__nav ul {
          flex-direction: column;
          font-size: 4vw;
          gap: 5px;
          margin-bottom: 40px;

          li {
            &::after {
              display: none;
            }
          }
        }

        .footer__info {
          address {
            p {
              font-size: 3vw;
            }
          }

          .footer__copyright {
            font-size: 3vw;
          }
        }
      }
    }

    .footer__socials {
      ul {
        gap: 5px;

        li {
          scale: 0.85;
        }
      }
    }


    .footer__family-sites {
      select {
        font-size: 12px;
      }
    }

    .footer__banners {
      ul {
        gap: 0px;

        li {
          a {
            img {
              scale: 0.7;
            }
          }
        }
      }
    }
  }
}
