  /* ═══ HERO ═══ */
  .hero {
    width: 100%;
    height: 100vh;
    min-height: 720px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
  }

  .hero:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.5;
    background: #000;
    z-index: 1;
  }

  .hero_bg {
    position: absolute;
    left: 0;
    top: 0;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    background: #000;
  }

  .hero_bg_item {
    position: absolute;
    left: 0;
    top: 0;
    inset: 0;
    opacity: 0;
    transition: opacity 1.2s ease;
  }

  .hero_bg_item.active {
    opacity: 1;
  }

  .hero_bg_item img{
    transform: scale(1.15);
    animation: heroZoom 8s ease-in-out infinite alternate;
  }

  :lang(en) .hero__headline p{font-size:clamp(28px, 3.6vw, 35px) ;}

  @keyframes heroZoom {
    0%   { transform: scale(1); }
    100% { transform: scale(1.15); }
  }

  .hero_bg_item img,
  .hero_bg_item video {
    display: block;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
  }

  .hero_bg02{left: -30% !important;top: -20%;}


  .hero_video02{width: 100% !important;height: 100% !important;}

  .hero_bg03{top: -5%;}
  .hero_video03{width: 100% !important;height: 100% !important;}
  

  .hero__middle {
    position: relative;
    z-index: 5;
    max-width: 1700px;
    width: calc(100% - 32px);
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 5.625rem;
    margin: auto;
    min-height: 0;
  }

  /* Headline */
  .hero__headline {
    color: #fff;
  }

  .hero__headline p {
    font-size: clamp(28px, 3.6vw, 55px);
    line-height: 1.27;
    font-weight: 300;
    word-break: keep-all;
  }

  .hero__headline p strong {
    font-weight: 700;
  }

  /* ── Cards ── */
  .cards {
    flex: 1;
    display: flex;
    align-items: stretch;
    flex-shrink: 0;
    height: 366px;
  }

  .cards_swiper {
    flex: 1;
    max-width: 800px;
    overflow: hidden;
    position: relative;
  }

  .cards_swiper .swiper-slide {
    display: flex;
    height: 100%;
  }

  /* Product image card */
  .card--product {
    flex: 1.8;
    background: #fff;
    aspect-ratio: 259 / 183;
    width: 100%;
  }

  .card--product img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* Red info card */
  .card--info {
    width: 283px;
    background: var(--primary);
    overflow: hidden;
    text-align: center;
    flex-shrink: 0;
  }

  .card--info .info_swiper {
    display: flex;
    height: 100%;
  }

  .card--info .swiper-wrapper {
    display: flex;
  }

  .card--info .swiper-slide {
    height: auto;
  }

  .card--info .card--info__txt {
    padding: 2.5rem 2.8125rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    height: 100%;
  }

  .card--info .swiper-pagination {
    bottom: 120px;
  }

  .cards_swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }

  .cards_swiper .swiper-pagination-bullet-active {
    background: var(--primary);
  }

  .card--info__label {
    color: #FFF;
    font-family: "Noto Sans KR";
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.75rem;
  }

  .card--info__sub {
    color: var(--gray-0, #FFF);
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.04rem;
  }

  .card--info__title {
    color: var(--gray-0, #FFF);
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: -0.06rem;
    margin-top: .3125rem;
  }


  .card--info__btn {
    margin-top: auto;
    display: inline-flex;
    padding: 0.625rem 1.5625rem;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    border-radius: 0.75rem;
    background: var(--gray-000, #000);
    gap: .625rem;
    color: #FFF;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.04rem;
    text-transform: uppercase;
    transition: all 0.3s;
  }

  .card--info__btn:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: url(../../images/main/ico_arrow_next.svg) no-repeat center;
  }

  .card--info__btn:hover {
    transform: translateY(-5px);
  }



  .card--info__links {
    display: flex;
    height: 74px;
    gap: 1.4375rem;
  }


  .info-link {
    flex: 1;
    background: #7A6355;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.375rem 1.6875rem 1.4375rem 1.25rem;
    text-align: center;
    font-weight: 300;
    font-size: 1.25rem;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none;
  }
  :lang(en)  .card--info__links{gap: 15px;}
  :lang(en) .info-link{font-size: 0.8rem;width: calc((100% - -15px)  / 2);justify-content:space-between;text-align: left;}

  .info-link:hover {
    transform: translateY(-5px);
    box-shadow: 1px 10px 1px rgba(0, 0, 0, 0.1);
  }

  .info-link__icon {
    width: 20px;
    height: 20px;
    opacity: 0.85;
    flex-shrink: 0;
  }

  /* ESG card */
  .card--right {
    width: 331px;
    margin-left: 1.1875rem;
    display: flex;
    gap: 1.1875rem;
    flex-direction: column;
  }

  .card--esg {
    flex: 1;
    background: url(../../images/main/img_main_esg.png) no-repeat center;
    background-size: cover;
    min-height: 15.625rem;
    padding: 1.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .card--esg a {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 1.25rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .9375rem;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
  }
  .card--esg a{transform: translateX(-5px);}

  .card--esg__label {
    font-weight: 700;
    font-size: clamp(28px, 2vw, 32px);
    color: #fff;
    font-family: "Noto Sans KR";
  }

  .card--esg__sub {
    font-size: 1.1rem;
    color: #fff;
    text-align: center;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.04rem;
  }


  .quick-bar {
    display: flex;
    flex-shrink: 0;
    height: 128px;
    backdrop-filter: blur(4px);
    background: rgba(0, 0, 0, 0.04);
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    z-index: 5;
  }

  .quick-item {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 0 3.75rem;
    color: #fff;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    transition: background 0.2s;
    position: relative;
  }

  .quick-item:after{
    content: '';
    display: block;
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    background: url(../../images/main/ico_link_white.svg) no-repeat center;
    right: 3.75rem;
    top: 50%;
    transform: translateY(-50%);
  }

  .quick-item:last-child {
    border-right: none;
  }

  .quick-item:hover {
    background: rgba(255, 255, 255, 0.06);
  }

  .quick-item__icon {
    flex-shrink: 0;
  }

  .quick-item__text {
    color: #FFF;
font-size: 1.18125rem;
font-weight: 400;
line-height: 1.25rem;
  }
  


@media screen and (max-width: 1620px) {
  .hero{height: auto;}
  .hero__middle {
    width: calc(100% - 40px);
    gap: 0 3rem;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 2.5rem;
    padding: 8rem 0 3rem;
    
  }

  .quick-item__text{max-width: calc(100% - 100px);}

  .cards {
    height: 330px;
  }
  .cards_swiper{max-width: 80%;}
  .card--product{flex: 1;width: 60%;}
  .card--info {
    width: 40%;
    min-width: 300px;
  }

  .card--info .card--info__txt {
    padding: 2rem 1.875rem;
  }

  .card--info .swiper-pagination {
    bottom: 98px;
  }

  .card--right {
    width: 280px;
    margin-left: 1rem;
  }

  .card--info__links {
    gap: 1rem;
  }

  .info-link {
    padding: 1.25rem 1rem;
    font-size: 1.125rem;
  }

  .quick-item {
    padding: 0 2.5rem;
  }

  .quick-item:after {
    right: 2.5rem;
  }
}

@media screen and (max-width: 1200px) {
  .hero {
    height: auto;
    min-height: 100svh;
  }

  .hero__middle {
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 2rem;
    padding: 7rem 0 2.5rem;
  }

  .hero__headline {
    flex-shrink: 1;
  }

  .cards {
    width: 100%;
    height: auto;
    min-height: 330px;
  }

  .quick-item {
    padding: 0 2rem;
  }

  .quick-item:after {
    right: 2rem;
  }
}

@media screen and (max-width: 1024px) {
  .hero {
    height: auto;
    min-height: 100svh;
  }

  .hero__middle {
    width: calc(100% - 40px);
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 2.5rem;
    padding: 8rem 0 3rem;
  }

  .hero__headline {
    flex-shrink: 1;
  }

  .cards {
    width: 100%;
    height: auto;
    min-height: 360px;
    flex-direction: column;
    gap: 1.875rem;
  }

  .cards_swiper{max-width: 100%;}

  .card--right {
    width: 100%;
    margin: 1.25rem auto 0 auto;
  }

  .quick-item {
    padding: 0 2.5rem;
  }

  .quick-item:after {
    right: 2.5rem;
  }

  .quick-bar {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    height: auto;
  }

  .quick-item {
    min-height: 86px;
    padding: 1.25rem 3.25rem 1.25rem 1.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }

  .quick-item:after {
    right: 1.25rem;
  }
}

@media screen and (max-width: 900px) {
  .cards{gap: 1.25rem;}
  .card--right {
    margin-top: 0;
  }
  .card--product {
    min-height: 260px;
  }


  .card--info__links {
    height: auto;
  }

  .info-link {
    min-height: 70px;
  }
}

.pc_hide{display: none;}

@media screen and (max-width: 1024px) {
  .pc_hide{display: block;}
  .m_hide{display: none !important;}
  .hero{background: #2A2A2A;}
  .hero_bg {height: 580px;position: absolute;}
  .hero_bg_item img{object-position: bottom;width: 100%;}
  .hero_bg:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.5;
    background: #000;
    z-index: 1;
  }
  .card--esg{min-height: 25.625rem;}
  .hero:after{display: none;}
  .cards{gap: 0;}
  .hero__headline{min-height: 490px;text-align: center;display: flex;justify-content: center;align-items: center;flex-direction: column;}

  .hero__middle {
    width: 100%;
    padding: 6.5rem 0 2rem;
    gap: 0;
  }

  .cards_swiper .swiper-slide{
    flex-direction: column;
  }
  .cards_swiper .swiper-pagination{bottom:30px}
  .cards_swiper .swiper-pagination-bullet-active{background: #fff;}
  .cards_swiper .swiper-slide > div {width: 100%;}


  .card--product {
    height: 220px;
  }
  .card--info {
    width: 100%;
    min-height: 260px;
  }

  .card--info .card--info__txt {
    padding: 2.5rem 1.5625rem 4.125rem 1.5625rem;
  }

  .card--info .swiper-pagination {
    bottom: 1.5rem;
  }

  .card--right {
    width: 100%;
    min-height: 250px;
    margin-left: 0;
  }

  .card--info__links {
    height: auto;
    gap: 0.75rem;
  }

  .info-link {
    min-height: 70px;
    padding: 1.125rem;
  }

  .quick-item__text{max-width: calc(100% - 50px);font-size: .9375rem;}
  .quick-item img {max-width: 25px;}

}

@media screen and (max-width: 400px) {
  .hero__middle {
    width: calc(100% - 28px);
  }

  .hero__headline p {
    font-size: 26px;
  }

  .card--product {
    height: 190px;
  }

  .card--info__links,
  .quick-bar {
    grid-template-columns: 1fr;
  }

  .card--info__links {
    display: grid;
  }

  .quick-item {
    min-height: 76px;
  }
}
