/* Reset and Base Styles */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
main {
  position: relative;
  z-index: 0;
}
input,
select {
  outline: none !important; /* 기본 outline 제거 */
  border: 1px solid #ccc;
  padding: 8px 12px;
  border-radius: 4px;
}

input:focus,
.selected:focus {
  outline: none !important; /* 파란 아웃라인 제거 */
  border: 1px solid #f5e003; /* 원하는 색으로 대체 */
}
body:not(.aos-ready) [data-aos] {
  opacity: 0 !important;
  transform: none !important;
}

.who-section.locked [data-aos] {
  opacity: 0 !important;
  transform: translateY(40px) !important; /* fade-up 느낌 유지 */
  pointer-events: none !important;
}
/* .iwha-txt AOS는 수직만: 가로 이동이 끼어들지 않도록 강제 */
.iwha-txt[data-aos] {
  will-change: transform, opacity;
  transform: translate3d(0, 24px, 0); /* fade-up 시작 위치 */
}
.iwha-txt[data-aos].aos-animate {
  transform: translate3d(0, 0, 0);
}
/* Pretendard - 한글 기본 */

@font-face {
  font-family: "Pretendard";
  src: url("../fonts/pretendard/Pretendard-Thin.woff2") format("woff2");
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../fonts/pretendard/Pretendard-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../fonts/pretendard/Pretendard-Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../fonts/pretendard/Pretendard-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../fonts/pretendard/Pretendard-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../fonts/pretendard/Pretendard-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../fonts/pretendard/Pretendard-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../fonts/pretendard/Pretendard-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../fonts/pretendard/Pretendard-Black.woff2") format("woff2");
  font-weight: 900;
  font-display: swap;
}
/* Avantt Variable 있으면 이렇게 */
@font-face {
  font-family: "Avantt";
  src: url("../fonts/avantt/AvanttTRIALVF.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
/* 필요 시 정적 굵기 추가 */
@font-face {
  font-family: "Avantt";
  src: url("../fonts/avantt/avantt-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Basic css */
:root {
  /* Pretendard(한글) → Avantt(영문) → 시스템 폴백 */
  --font-base: "Pretendard", "Avantt", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --color-text: #222;
}
body {
  font-family: var(--font-base);
  font-weight: 400;
  font-size: 1rem;
  color: var(--color-text);
  line-height: 1.6;
}
a {
  color: #222;
  text-decoration: none;
}
img {
  pointer-events: none;
}
img,
picture,
video,
canvas {
  max-width: 100%;
  display: block;
}
input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
}
ul,
li {
  list-style: none;
}

header {
  height: 70px;
  z-index: 2;
}
html.locale-en * {
  font-family: "Avantt";
}
/* Header css */
.site-header .header-inner {
  position: fixed;
  left: 0;
  z-index: 2;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 2.5dvw;
  box-shadow: #2123261a 0 10px 10px -10px;
  /* max-height: 5dvh; */
  height: 70px;
  width: 100%;

  background: #ffffff;
}
.site-header .logo a {
  display: block;
}
.logo {
  width: 140px;
  position: relative;
}
.lang {
  width: 210px;
  position: relative;
}
.locale-en .lang a[lang="en"],
.locale-en .lang-m a[lang="en"] {
  border-color: #000;
  opacity: 1;
}
.abt-mart-dex {
  word-break: keep-all;
}
.gnb {
  width: 80%;
}
.gnb .menu-1depth {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1.5dvw;
}
.menu-1depth > .menu-item > a {
  font-weight: 600;
  padding-bottom: 1dvh;
  font-size: 1.15rem;
}
.menu-1depth > .menu-item > a:hover {
  /* border-bottom: 5px solid #e5b611; */
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-decoration-color: #e5b611;
  text-decoration-skip-ink: none;
  text-underline-offset: 7px;
}
.menu-1depth > .menu-item > a:hover,
.menu-1depth > .menu-item.open > a {
  /* border-bottom: 5px solid rgb(229, 182, 17); */

  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-decoration-color: rgb(229, 182, 17);
  text-decoration-skip-ink: none;
  text-underline-offset: 7px;
}
.menu-item.has-sub::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 3dvh;
  cursor: pointer;
}
.menu-2depth {
  position: fixed;
  left: 0;
  top: 70px;
  /* display: none; */
  width: 100%;
  display: flex;
  margin: 0;
  padding: 5dvh;
  background: url(../img/common/header-bg.png) no-repeat center / cover;
  justify-content: center;
  align-items: center;
  gap: 1.5dvw;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  pointer-events: none;
  transition: opacity 0.24s ease, transform 0.24s ease,
    visibility 0s linear 0.24s; /* 닫힐 때만 지연 후 hidden */
}
.m2d-tit {
  border-right: 5px solid #fff;
  padding-right: 1dvw;
  flex: 0 0 15dvh;
}
.m2d-tit h2 {
  color: #e5b611;
}
.menu-item.has-sub {
  position: relative;
}
.menu-2depth.open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
  transition: opacity 0.24s ease, transform 0.24s ease, visibility 0s; /* 즉시 visible */
}
.menu-item.has-sub:focus-within > .menu-2depth {
  display: flex;
}
.menu-2depth > li > a {
  display: block;
  white-space: nowrap;
  font-size: 1.125rem;
  font-weight: 600;
}
.menu-2depth > li > a:hover {
  /* text-decoration: underline; */
  color: #e5b611;
}
.lang {
  display: flex;
  /* padding-right: 20px; */
  justify-content: flex-end;
  align-items: center;
  gap: 1dvw;
}
.lang a {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 15%;
  border: 1px solid #c9c9c9;
}
.lang a:hover {
  opacity: 1;
}
.lang a.is-active,
.lang-m a.is-active {
  border-color: #000;
  opacity: 1;
}
.nav-toggle {
  display: none;
}
.lang-m {
  display: none;
}
.lang-m a.is-active {
  font-weight: 600;
}
.fir-logo {
  padding: 50px 0;
  .firl-a {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .fir-logo {
    padding: 30px 0 20px;
    .firl-a {
      width: 100%;
    }
  }
  .footer-info-right {
    width: 70%;
    align-items: flex-start !important;
  }
  .nav-toggle {
    display: inline-flex;
    flex-direction: column;
    gap: 9px;
    width: 62px;
    height: 62px;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 0;
    cursor: pointer;
    z-index: 101;
    position: absolute;
    right: 0;
  }
  .nav-toggle .bar {
    width: 56%;
    height: 3px;
    background: #111;
    display: block;
    transition: transform 0.25s ease, opacity 0.25s ease;
  }

  .nav-toggle[aria-expanded="true"] .bar:nth-child(1) {
    transform: translateY(12px) rotate(45deg);
  }
  .nav-toggle[aria-expanded="true"] .bar:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
  }
  .nav-toggle[aria-expanded="true"] .bar:nth-child(3) {
    transform: translateY(-12px) rotate(-45deg);
  }
  .site-header .gnb {
    position: fixed;
    /* top: 10dvh; */
    top: 62px;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 100;
    /* box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1); */
    border-top: 1px solid #eee;
    padding: 0;
    overflow-y: auto;
    transition: right 0.25s ease;
  }
  body.nav-open .site-header .gnb {
    right: 0;
    top: 62px;
    z-index: 9999;
  }
  .menu-1depth {
    flex-direction: column;
    gap: 10px;
  }
  .menu-1depth > .menu-item > a {
    padding: 18.5px 20px;
    font-size: 1.4rem;
    font-weight: 700;
  }
  .locale-en .menu-1depth > .menu-item > a {
    /* padding: 1dvh 3dvw; */
    font-weight: 600;
  }

  .menu-2depth {
    position: static;
    display: none;
    background: none;
    padding: 0;
    border: 0;
    margin-top: unset;
  }
  .menu-item.has-sub.open > .menu-2depth {
    display: flex;
  }
  .lang {
    display: none;
  }
  .lang-m {
    display: flex;
  }
  body.nav-open .nav-backdrop[hidden] {
    display: block !important;
  }
  .site-header .header-inner {
    padding: 0 2dvw;
  }
  .logo,
  .lang-m {
    width: 20dvw;
  }
  .menu-item.has-sub::after {
    height: unset;
  }
  .gnb .menu-1depth {
    flex-wrap: wrap;
    width: 100%;
    align-items: flex-start;
    gap: 0;
  }
  .menu-1depth > .menu-item > a:hover,
  .menu-1depth > .menu-item.open > a {
    border-bottom: unset;
  }
  .menu-1depth > .menu-item > a:hover,
  .menu-1depth > .menu-item.open > a:hover {
    /* color: #e5b611; */
  }
  .menu-2depth {
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
    gap: unset;
  }
  .m2d-tit {
    display: none;
  }
  .menu-item {
    width: 100%;
  }
  .lang-m {
    position: absolute;
    right: 20px;
    gap: 14px;
  }
  .lang-m a {
    border: 1px solid #c9c9c9;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    overflow: hidden;
    display: flex;
    img {
      object-fit: cover;
    }
  }
  .logo {
    width: 100px;
  }
  .menu-1depth > .menu-item {
    min-height: 62px;
    display: flex;
    flex-direction: column;
  }
  .menu-item.has-sub.open .menu-item {
    min-height: 40px;
  }
  .menu-1depth > .menu-item > a:hover,
  .menu-1depth > .menu-item.open > a {
    text-decoration: none;
  }
  .menu-item.has-sub > a {
    position: relative;
  }

  .menu-item.has-sub > a::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    width: 20px;
    height: 20px;
    transform: translateY(-50%) rotate(0deg);
    background: url(/uploads/assets/img/index/ob-arrow-down.svg) no-repeat
      center / 20px 20px;
  }
  .menu-item.has-sub.open > a::after,
  .menu-item.has-sub > a[aria-expanded="true"]::after {
    transform: translateY(-50%) rotate(180deg);
  }
  .menu-item.has-sub.open .menu-item {
    display: flex;
    align-items: center;
  }
  .menu-item .menu-item:hover {
    background-color: #eee;
  }
  .menu-2depth > li > a {
    padding: 0 20px;
    font-weight: 500;
    font-size: 1.2rem;
    width: 100%;
    height: 100%;
  }
}

/* Footer css */
footer {
  background: #fafafa;
  position: relative;
}
.btn-top {
  position: fixed;
  right: 2rem;
  bottom: 10rem;
  width: 60px;
  height: 60px;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.35);

  border-radius: 50%;
  border: none;
  background: url(/uploads/assets/img/index/ob-top-btn.png) no-repeat center/
    cover;
  color: #fff;
  font-size: 1.2rem;
  cursor: pointer;
  display: none; /* 스크롤 시 노출 */
  z-index: 1;
}

.btn-top.show {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  /* padding: 4.2dvh 1.5dvw; */
  padding: 4.2dvh 0;
  width: 90%;
  margin: 0 auto;
  max-width: 1400px;
}
.fils-ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 14px;
  margin-bottom: 2dvh;
}
.fils-li {
  width: 2dvw;
  min-width: 36px;
}
.filil-li {
  font-size: 1.2rem;
}
.filil-ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1dvw;
  margin-bottom: 2dvh;
}
.filil-a {
  font-weight: 500;
  color: #7c7c7c;
}
.filil-a:hover {
  text-decoration: underline;
  color: #e5b611;
}
.fili-info p {
  color: #7c7c7c;
  font-size: 0.9rem;
}
.fili-info h2 {
  font-weight: 400;
  font-size: 0.9rem;
}
.fili-info a {
  text-decoration: underline;
}
.fili-info a:hover {
  color: #e5b611;
}
.fils-a-img {
  display: block;
}
.fils-a-img-h {
  display: none;
}
.fils-a:hover .fils-a-img-h {
  display: block;
}
.fils-a:hover .fils-a-img {
  display: none;
}
.footer-info-right {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
}
.firl-a {
  display: block;
  width: 210px;
  /* filter: grayscale(1) brightness(4); */
}

.custom-select.family {
  position: relative;
  user-select: none;
  cursor: pointer;
  width: 240px;
}
.custom-select.family .selected {
  padding: 1dvh;
  border: 1px solid #d1d5db;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
}
.custom-select.family .selected img {
  width: 30px;
}
.partner-form-agree-group {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.custom-select.family .options {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  border: 1px solid #d1d5db;
  background: #fff;
  z-index: 10;
  max-height: 22vh;
  overflow-y: auto;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  padding: 0 0;
}
.custom-select.family.open .options {
  display: block;
}
.custom-select.family .options li a {
  padding: 10px 1dvw;
  display: flex;
  gap: 10px;
  align-items: center;
}
.custom-select.family .options li:hover {
  color: #e5b611;
}
.custom-select.family .options img {
  /* width: 30px; */
  height: 30px;
  object-fit: contain;
}
.custom-select.family .selected:focus {
  outline: 2px solid #e5b611;
  outline-offset: 2px;
}

/* layout css */

/* Index */
.index-section-01 {
  width: 100%;
  height: 100dvh;
  position: relative;
}
.ik-glass {
  --rib: 3px;
  --gap: 3px;
  --blur: 3px;
  --shine: 0.18;

  position: relative;
  background: #0000001c;
  backdrop-filter: blur(var(--blur));
  overflow: hidden;
  mask: repeating-linear-gradient(
    55deg,
    #000 0 calc(var(--rib)),
    transparent calc(var(--rib)) calc(var(--rib) + var(--gap))
  );
  height: 100dvh;
}
.index-kv {
  background: url(/uploads/assets/img/index/ob-beer-make-factory-old-photo.jpg)
    no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  height: 100dvh;
}
.ik-tit {
  position: absolute;
  width: 100%;
  height: 100dvh;
  left: 0;
  top: -40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.ik-tit h1 {
  text-align: center;
  font-size: 4rem;
  color: #f5e003;
  width: 90%;
  margin: 0 auto;
  max-width: 1400px;
  filter: drop-shadow(1px 1px 10px #00000070);
}
.ik-tit p {
  color: #fff;
  font-size: 2rem;
  line-height: 140%;
  text-align: center;
  width: 90%;
  margin: 0 auto;
  max-width: 1400px;
  letter-spacing: -0.76px;
  font-weight: 500;
}
.index-yt-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  pointer-events: none;
}
.index-yt-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.yt-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent;
  pointer-events: none;
  transition: background 0.2s;
}
.yt-wrap:hover::after {
  pointer-events: auto;
  cursor: default;
}
.index-section-02 {
  padding: 120px 0 200px;
  padding-bottom: 0;
  position: relative;
}
.index-section-03 {
  max-height: 900px;
}
.isb-tit {
  display: flex;
  justify-content: center;
  align-items: center;
}
.isb-tit h2 {
  font-size: 4rem;
  display: flex;
  width: 90%;
  margin: 0 auto;
  max-width: 1400px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1dvw;
}
.rolling-wrap {
  display: inline-block;
  height: 7dvh;
  overflow: hidden;
  vertical-align: bottom;
}
.rolling-list {
  display: inline-flex;
  flex-direction: column;
  animation: roll 37s linear infinite;
}
.rolling-list span {
  height: 1.2em;
  line-height: 1.2em;
  display: block;
  color: #e5b611;
}
@keyframes roll {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
.logo-marquee {
  overflow: hidden;
  width: 100%;
  padding: 100px 0 180px;
  display: flex;
  flex-direction: column;
  gap: 5dvh;
}
.marquee-track {
  display: flex;
  gap: 80px;
  width: max-content;
}
.marquee-group {
  display: flex;
  gap: 80px;
  margin-right: 2dvw;
  align-items: center;
}
.marquee-group img {
  height: 240px;
  object-fit: contain;
  flex: 0 0 auto;
}
.row1 {
  animation: marquee-left 45s linear infinite;
}
.row2 {
  animation: marquee-right 50s linear infinite;
}
@keyframes marquee-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes marquee-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
.index-wha {
  position: relative;
}
.iwha-bg img {
  filter: grayscale(1);
  object-fit: cover;
}
.iwha-filter,
.iwha-txt {
  position: absolute;
  left: 0;
  top: 0;
}
.iesgc-slogan .iwha-txt {
  position: relative;
  min-height: unset;
}
.iwha-txt {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
.iwhat-tit h2 {
  font-size: 3rem;
  line-height: 110%;
}
.iwhat-txt {
  text-align: center;
}
.iwhat-txt p {
  font-size: 2rem;
  font-weight: 500;
  line-height: 140%; /* 53.2px */
  letter-spacing: -0.76px;
}
.iwhat-btn {
  background: #222222;
  border-radius: 8px;
}
.iwhat-btn a {
  position: relative;
  color: #fff; /* 기본 흰색 */
  background-color: #111; /* 기본 검정 배경 */
  display: flex;
  font-size: 1.125rem;
  font-weight: 600;
  justify-content: center;
  align-items: center;
  padding: 1dvh 2dvw;
  border-radius: 8px;
  overflow: hidden;
  transition: color 0.3s ease, background-color 0.3s ease;
  z-index: 1;
}

.iwhat-btn a span {
  width: 18px;
  height: 23px;
  margin-left: 0.2dvw;
}

/* 배경 */
.iwhat-btn a::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #fff;
  transform: translateX(-110%);
  transition: transform 0.4s ease;
  z-index: -1; /* 배경은 글자 뒤에 있도록 */
}

/* hover 효과 */
.iwhat-btn a:hover {
  color: #111; /* 흰 배경 위에서 글자 검정 */
}

.iwhat-btn a:hover::before {
  transform: translateX(0);
}
.index-esg {
  position: relative;
}

.iesg-cont {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 5dvw 5dvh;
  gap: 4dvh;
}
.iesgc-logo {
  display: flex;
  justify-content: flex-end;
}
.iesgc-logo img {
  width: 15dvw;
}
.iesgc-slogan,
.iesgc-img {
  display: flex;
  justify-content: center;
}

.iesgc-img {
  display: flex;
  justify-content: space-between;
  gap: 2%;
  width: 90%;
  max-width: 1400px;
  margin: 50px auto 0;
}

.img-wrap {
  position: relative;
  flex: 1 1 0;
  max-width: 30%;
  aspect-ratio: 3 / 2;
  isolation: isolate;
}

.img-wrap img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 10px;
  transition: transform 0.3s ease 0.06s, filter 0.3s ease 0.06s;
  will-change: transform, filter;
}

.iesgc-img:hover .img-wrap img {
  filter: brightness(0.5);
  z-index: 0;
}

.iesgc-img:hover .img-wrap:hover img {
  z-index: 100;
  transform: scale(1.2);
  filter: brightness(1);
}

.img-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: 10px;
  background: #e5b611;
  transform: translate(20px, 20px) scale(1.06);
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  will-change: opacity, transform;
}

.img-wrap:hover::before {
  z-index: 99;
  opacity: 1;
  transform: translate(20px, 20px) scale(1.18);
}
.iesgc-slogan img {
  width: 40dvw;
}

/* About/about */
.about-container {
  position: relative;
}
.locale-en .ob-history-sec-txt {
  height: 500px;
}
.about-section-01 {
  width: 100%;
  min-height: 450px;
  position: relative;

  .about-abt-bg {
    img {
      min-height: 450px;
      object-fit: cover;
    }
    width: 100%;
    min-height: 450px;
    height: auto;
    /* margin-top: 90px; */
  }
  .abtt-img {
    width: 15%;
    max-width: 250px;
    height: auto;
  }
  .abt-tit {
    text-align: center;
    position: absolute;
    top: 46%;
    font-weight: 700;
    width: 90%;
    margin: 0 auto;
    max-width: 1400px;
    line-height: 140%;
    left: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    justify-content: center;
    transform: translate(-50%, -50%);
  }

  h1 {
    font-size: 3rem;
    color: #102568;
    line-height: 140%; /* 33.6px */
  }

  p {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
    letter-spacing: -0.36px;
  }
}
.locale-en .abt-tit {
  font-weight: 600;
}
.about-section-02,
.about-section-03 {
  width: 90%;
  margin: 0 auto;
  max-width: 1400px;
}
.about-slogan {
  border-bottom: 1px solid #ccc;
}
.about-slogan,
.about-ci {
  margin: 0 auto;
  padding: 120px 0;
  /* width: 80%; */
  gap: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  h2 {
    /* font-weight: 700; */
    line-height: 140%; /* 53.2px */
    letter-spacing: -0.76px;
    font-size: 2.4rem;
  }
}
.asttb-desc.asttb-first {
  margin: 10px 0 8px;
}
.about-slogan .asttb-tit h2 {
  font-size: 1.5rem;
  margin-top: 20px;
  letter-spacing: -0.48px;
}
.about-slogan .asttb-tit p,
.about-slogan .asttb-tit h2 span {
  font-size: 1rem;
  margin-top: 10px;
  letter-spacing: -0.32px;
  font-weight: 400;
}
.as-img {
  width: 37%;
  aspect-ratio: 85/49;
  margin-right: 7%;
}
.ac-img {
  display: flex;
  gap: 60px;
  margin-right: 5%;
}
.aci-logo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.act-desc {
  margin-top: 28px;
  line-height: 140%;

  word-break: keep-all;
  font-size: 1.125rem;
}
.asttb-desc {
  font-size: 1.125rem;
  word-break: keep-all;
  line-height: 140%;
}
.aci-logo:first-child .acil-img {
  width: 244px;
  height: 78px;
}
.aci-logo:last-child .acil-img {
  width: 265px;
  height: 265px;
}
/* about/markets */
.about-mar-section-01 {
  width: 100%;
  position: relative;
  min-height: 600px;

  div img {
    width: 100%;
    min-height: 600px;
    height: auto;
    /* margin-top: 90px; */
  }
  .abt-mar-tit {
    text-align: center;
    position: absolute;
    top: 50%;
    width: 90%;
    margin: 0 auto;
    max-width: 1400px;
    /* font-weight: 700; */
    line-height: 140%;
    left: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    transform: translate(-50%, -50%);
    .abt-mart-tit {
      display: flex;
      flex-direction: column;
      gap: 20px;
      justify-content: center;
    }
  }
  h1 {
    font-size: 3rem;
    color: #102568;
    line-height: 140%; /* 33.6px */
  }
  h2 {
    font-size: 1.5rem;
    /* font-weight: 700; */
    line-height: 140%; /* 33.6px */
    color: #102568;
    letter-spacing: -0.48px;
  }
  p {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
    letter-spacing: -0.36px;
  }
}
/* about/partner */
.partner-section-01 {
  padding: 120px 0;
  width: 90%;
  margin: 0 auto;
  max-width: 1400px;
  text-align: center;
  h1 {
    font-size: 2.4rem;
    line-height: 140%; /* 53.2px */
    letter-spacing: -0.76px;
  }
}
.par-sec01-txt-wrap {
  padding: 80px 40px;
  background-color: #f1f1f1;
  border-radius: 20px;
  margin-top: 40px;
  .pst-txt {
    text-align: left;
    padding: 0 100px;
    word-break: keep-all;
    h2 {
      font-size: 1.5rem;
      line-height: 140%; /* 33.6px */
      letter-spacing: -0.48px;
    }
    p {
      font-size: 1.125rem;
      font-weight: 400;
      line-height: 140%; /* 25.2px */
      letter-spacing: -0.36px;
      margin-top: 16px;
    }
  }
}
.pst-steps {
  display: flex;
  gap: 20px;
  padding-top: 24px;
  align-items: center;
  justify-content: center;
  div {
    display: flex;
    width: 260px;
    height: auto;
    padding: 14px 0px;
    justify-content: center;
    align-items: center;
    gap: 2px;
    aspect-ratio: 1/1;
    border-radius: 140px;
    color: #f5e003;
    background: #222;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 140%; /* 22.4px */
    letter-spacing: -0.32px;
  }
}
.locale-en .pst-steps {
  div {
    font-weight: 600;
  }
}
.partner-section-02 {
  padding: 120px 0;

  background: url(/uploads/assets/img/common/common-bg.jpg?v=20251013-1)
    no-repeat center/cover;
  color: #f5e003;
  position: relative;
}
.par-sec02-desc {
  color: #f7f7f7;
  font-weight: 400;
  display: block;
  margin-top: 40px;
}
.partner-section-03 {
  padding: 120px 0;
  width: 100%;
  margin: 0 auto;

  background: url(/uploads/assets/img/about/about-partner-bg2.jpg) no-repeat
    center / cover;
  color: #fff;
  h2 {
    font-size: 2.4rem;
    line-height: 140%; /* 53.2px */
    letter-spacing: -0.76px;
  }
  p {
    font-size: 1.5rem;
    line-height: 140%; /* 33.6px */
    letter-spacing: -0.48px;
    margin: 16px 0 10px;
  }
  li {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 140%; /* 22.4px */
    letter-spacing: -0.32px;
    margin-bottom: 5px;
  }
}
.par-sec03-wrap {
  display: flex;
  flex-direction: column;
  width: 90%;
  margin: 0 auto;
  max-width: 1400px;
  align-items: center;
  text-align: center;
  gap: 0px;
  ul li::before {
    content: "∙";
    font-size: 24px;
  }
  a {
    margin-top: 14px;
    width: 250px;
    padding: 14px 16px;
  }
}
.par-sec02-box-wrap {
  width: fit-content;
  margin: 0 auto;
  width: 90%;
  margin: 0 auto;
  max-width: 1210px;
}
.par-sec02-boxs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 auto;
  margin-bottom: 50px;
  width: 100%;
  margin: 0 auto;
  max-width: 1210px;
  gap: 50px; /* 박스 간격 */
}

.par-box {
  /* padding: 10px; */
  text-align: center;
  width: 100%;
  max-width: 265px;
  a {
    color: #f5e003;
    margin-top: 14px;
    display: flex;
    font-size: 1.125rem;

    text-align: center;
    align-items: flex-start;
    p {
      width: 90%;
      word-break: keep-all;
      font-weight: 600;
    }
  }
}
.par-box a:hover {
  text-decoration: underline;
}
.locale-en .par-box p {
  font-weight: 600;
}
.partner-modal[hidden] {
  display: none;
}
.partner-modal {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  inset: 0;
  z-index: 1000;
}
.partner-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}
.partner-modal-dialog {
  position: relative;

  width: 590px;
  height: auto;
  background: #fff;

  padding: 0 2rem 2.5rem;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.25);
}
.partner-success::backdrop {
  background: rgba(0, 0, 0, 0.45);
}
.partner-success {
  padding: 0;
  border: 0;
  top: 50%;
  /* width: 400px; */
  /* height: 190px; */
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
}
.partner-success__body {
  background: #fff;
  color: #111;
  border-radius: 12px;
  padding: 60px 80px 50px;
  text-align: center;
}
.partner-success__title {
  font-size: 1.5rem;
  text-align: center;
  /* font-weight: 700; */
  margin: 0 0 18px;
}
.partner-success__desc {
  font-size: 14px;
  margin: 0 0 16px;
  color: #333;
}
.partner-success__actions {
  display: flex;
  justify-content: center;
}
.partner-success__ok {
  min-width: 96px;
  height: 40px;
  padding: 0 50px;
  display: flex;
  gap: 4px;
  font-size: 14px;
  border-radius: 8px;
  border: 0;
  background: #f5e003;
  font-weight: 600;
  cursor: pointer;
  justify-content: center;
  align-content: center;
  align-items: center;
  img {
    width: 16px;
    height: 16px;
  }
}

.partner-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: transparent;
  border: 0;
  font-size: 1.25rem;
  cursor: pointer;
}
.partner-modal-header {
  text-align: center;
  margin: 1.5rem auto;
}
.partner-modal-logo {
  height: 1.25rem;
  opacity: 0.85;
}
.partner-modal-title {
  font-size: 2rem;
  /* font-weight: 700; */
  margin: 0.5rem 0 0;
}
.partner-modal-desc {
  color: #222;
  font-size: 10px;
  font-weight: 400;
  margin-bottom: 5px;
}

.partner-form-fieldset {
  border: 0;
  padding: 0;
  margin: 1.5rem 0;
}
.partner-form-legend {
  font-size: 1.5rem;
  line-height: 140%; /* 33.6px */
  letter-spacing: -0.48px;
  margin-bottom: 5px;
  font-weight: 700;
}
.locale-en .partner-form-legend {
  font-weight: 600;
}
.partner-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.partner-form-field {
  display: flex;
  /* flex-direction: column; */
  gap: 0.375rem;
  height: 40px;
  align-items: center;
}
.fieldset-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #000;
  margin-bottom: 16px;
}
.partner-form-label {
  font-size: 1rem;
  font-weight: 600;
  width: 65px;
}
.partner-form-input,
.partner-form-policy {
  font: inherit;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px 10px;
  width: 186px;
  height: 40px;
}
.partner-form-input:focus,
.partner-form-policy:focus,
.partner-upload-label:focus-within {
  outline: 2px solid #111;
  outline-offset: 2px;
}

.partner-upload {
  display: grid;
  gap: 0.3rem;
  margin-bottom: 10px;
}
.upload-wrap {
  display: flex;
  justify-content: space-between;
}
.partner-upload-input {
  position: absolute;
  width: 100%;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.partner-upload-label {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px 10px;
  height: 40px;
  width: 77%;
  margin-right: 5px;
  cursor: pointer;
}
.partner-upload-placeholder {
  color: #666;
  line-height: 28px;
}
.partner-upload-btn {
  border: 0;

  padding: 5px 20px;

  border-radius: 4px;
  width: 112px;

  cursor: pointer;
  background: #000;
  color: #fff;

  font-weight: 600;
}
.partner-upload-hint {
  color: #a4a4a4;
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.partner-form-policy {
  width: 100%;
  resize: vertical;
  margin-top: 14px;
  height: 100px !important;

  padding: 10px;

  color: #929292;

  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 14px */
}
.partner-form-policy-div {
  width: 100%;
  resize: vertical;
  overflow-y: scroll;
  margin-top: 14px;
  border: 1px solid #ddd;
  height: 100px !important;
  border-radius: 4px;

  padding: 10px;
  th {
    color: #929292 !important;
  }
  p {
    color: #929292;

    font-family: Pretendard;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 14px */
  }
}
.partner-form-agree {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  margin-top: 0.5rem;
  color: #000;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 22.4px */
}
.locale-en .partner-form-agree {
  font-weight: 600;
}
.partner-form-submit {
  display: block;
  display: flex;
  margin-top: 1rem;
  width: 200px;
  align-items: center;
  gap: 10px;
  justify-content: center;
  padding: 0.875rem 1rem;
  margin: 0 auto;
  background: #f5e003;
  border: 0;
  border-radius: 8px;
  font-weight: 700;
  cursor: pointer;
}
.locale-en .partner-form-submit {
  font-weight: 600;
}

@media (max-width: 720px) {
  .partner-modal-dialog {
    /* margin: 2rem 1rem; */
    /* padding: 1.25rem; */
  }
  .partner-form-grid {
    grid-template-columns: 1fr;
  }
  .partner-modal-title {
    font-size: 1.75rem;
  }
}
/* Newsroom/list */
.newsroom-cotainer {
  position: relative;
}
.nl-main-kv {
  min-height: 450px;
  position: relative;
}
.nlmk-bg,
.nlmk-bg img {
  object-fit: cover;
  min-height: 450px;
}
.nlmk-tit {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  min-height: 450px;
  align-items: center;
  width: 100%;
  gap: 20px;
  height: 100%;
  flex-direction: column;
}
.nlmk-tit h1 {
  color: #f5e003;
  font-size: 3rem;
}
.nlmk-tit p {
  color: #fff;
  text-align: center;
  font-size: 1.125rem;
  /* font-weight: 700; */
  line-height: 140%; /* 33.6px */
  letter-spacing: -0.48px;
}
.locale-en .nlmk-tit p {
  font-weight: 600;
}
.nl-list {
  margin: 120px 0 120px;
}
.nll-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 3.5dvw;
  gap: 2rem;
}
.nllht-tit h2 {
  font-size: 2.375rem;
}
.nllht-tit p {
  font-size: 1.5rem;
  font-weight: 500;
}
.nllht-select {
  margin-top: 4dvh;
}
.nllht-select select {
  padding: 0.6dvw;
  width: 13dvw;
  height: 4.5dvh;
  border-radius: 8px;
}
.nllh-search {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid;
  padding-bottom: 1dvh;
}
.nllh-form {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
}
.nllh-search input {
  border: 0;
  text-indent: 1dvw;
}
.nllhs-icon {
  width: 18px;
  border: 0;
  background: none;
}
.nll-body {
  margin-top: 6.5dvh;
  padding: 0 3.5dvw;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(18dvw, 1fr));
  gap: 1.6dvw;
}
.nllb-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  height: 100%;
}
.nllb-card-link {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  text-decoration: none;
  color: inherit;
  height: 100%;
}
.nllb-card-link:focus-visible {
  outline: 3px solid rgba(245, 224, 3, 0.6);
  outline-offset: 6px;
  border-radius: 12px;
}
.nllbl-img {
  width: 100%;
  height: 20dvh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border: 1px solid #dadada;
  border-radius: 8px;
}
.nllbl-img img {
  width: 100%;
  transition: transform 0.3s ease;
}
.nllbl-txt {
  /* margin-top: 2dvh; */
}
.nllblt-date p {
  font-size: 14px;
  color: rgba(122, 121, 113, 1);
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 16.8px */
  letter-spacing: -0.28px;
}
.nllblt-tit {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  /* height: 8.5dvh; */
  height: 67px;
  margin-bottom: 10px;
}
.nllblt-tit h2 {
  margin: 0;
  line-height: 140%; /* 33.6px */
  letter-spacing: -0.48px;
  font-size: 22px;
}
.nllblt-tit h2 a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nllblt-btn {
  margin: 20px 0 90px;
}
.nllblt-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Avantt";
  padding: 13px 15px;
  border-radius: 8px;
  background-color: #f5e003; /* 노란색 */
  color: #222; /* 검정 글자 */
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.32px;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  transition: color 0.25s ease;
  isolation: isolate; /* 중요: z-index 격리 */
}

.nllblt-link::after {
  content: "\203A"; /* › */
  font-size: 16px;
  margin-top: -2px;
}

.nllblt-link::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #222; /* 검정 배경 */
  transform: translateX(-110%);
  transition: transform 0.35s ease;
  z-index: -1; /* 텍스트보다 뒤로 */
}

.nllblt-link:hover {
  color: #f5e003; /* 노란 글자 */
}

.nllblt-link:hover::before {
  transform: translateX(0);
}
/* .nllblt-link:hover,
.nllblt-link:focus,
.nllb-card-link:hover .nllblt-link,
.nllb-card-link:focus .nllblt-link,
.nllb-card-link:focus-visible .nllblt-link {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
} */
.nllblt-link:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(17, 24, 39, 0.15), 0 8px 16px rgba(0, 0, 0, 0.12);
}
.nllblt-link:active {
  transform: translateY(0);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
}
.nllb-card-link:hover .nllbl-img img,
.nllb-card-link:focus .nllbl-img img,
.nllb-card-link:focus-visible .nllbl-img img {
  transform: scale(1.06);
}
.nllb-card-link:hover .nllblt-tit h2,
.nllb-card-link:focus .nllblt-tit h2,
.nllb-card-link:focus-visible .nllblt-tit h2 {
  text-decoration: underline;
}
.nllblt-desc p {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  line-height: 1.5;
}
.nll-foot {
  margin-top: 6dvh;
  display: flex;
  justify-content: center;
}
.nll-pagination {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.nllp-control {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  border: none;
  border-radius: 0;
  font-size: 16px;
  font-weight: 500;
  color: #222;
  font-family: "Avantt";
  background: none;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.nllp-control:hover,
.nllp-control:focus {
  color: #111827;
}
.nllp-input {
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 6px 10px;
  font-size: 1rem;
  transition: border 0.2s ease;
  outline: none; /* 기본 outline 제거 */
}

/* focus 상태일 때만 border 강조 */
.nllp-input:focus {
  border: 2px solid #222 !important; /* 노란색 포인트 */
  box-shadow: none !important;
}
.nllp-control.is-disabled {
  pointer-events: none;
  color: #d1d5db;
}
.nllp-form {
  display: inline-flex;
  align-items: center;
}
.nllp-input {
  width: 34px;
  height: 34px;
  border: 1px solid #222;
  border-radius: 0;
  text-align: center;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
  color: #1f2937;
  background-color: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.nllp-input:focus {
  outline: none;
  border-color: #f5e003;
  box-shadow: 0 0 0 3px rgba(245, 224, 3, 0.35);
}
.nllp-input::-webkit-outer-spin-button,
.nllp-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.nllp-input[type="number"] {
  -moz-appearance: textfield;
}
.nllp-total {
  font-size: 14px;
  font-weight: 500;
  color: #222;
}

/* Media/list */
.media-section {
  padding: 120px 0 120px;
}
.media-grid {
  width: 100%;
}
.media-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.media-card-link {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  text-decoration: none;
  color: inherit;
  height: 100%;
}
.media-card-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 1px solid #dadada;
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(135deg, #f3f4f6 0%, #e5e7eb 100%);
}
.media-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.media-card-play {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.media-card-play::before {
  content: "";
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.35);
  display: block;
  position: relative;
}
.media-card-play::after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 12px 0 12px 18px;
  border-color: transparent transparent transparent #fff;
  margin-left: 8px;
}
.media-card-link:hover .media-card-thumb img,
.media-card-link:focus .media-card-thumb img,
.media-card-link:focus-visible .media-card-thumb img {
  transform: scale(1.05);
}
.media-card-body {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.media-card-date {
  font-size: 0.95rem;
  color: #6b7280;
  margin: 0;
}
.media-card-title {
  font-size: 1.35rem;
  margin: 0;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.media-card-desc {
  margin: 0;
  color: #4b5563;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.media-card-empty {
  grid-column: 1 / -1;
  padding: 6rem 2rem;
  border: 1px dashed #d1d5db;
  border-radius: 16px;
  text-align: center;
  color: #6b7280;
}

/* Newsroom/detail */
.news-detail {
  padding: 5dvh 3.5dvw 12dvh;
}
.news-detail-inner {
  max-width: min(140dvh, 100%);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  position: relative;
}
.news-detail-nav {
  position: absolute;
  top: 50%;
  left: -37px;
  right: -37px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transform: translateY(-50%);
  pointer-events: none;
}
.nd-nav-btn {
  display: inline-flex;
  align-items: center;
  pointer-events: auto;
}
.nd-nav-btn.is-disabled {
  pointer-events: none;
}
.nd-nav-icon {
  width: 60px;
  height: 60px;
  display: block;
  object-fit: contain;
  transition: transform 0.2s ease, filter 0.2s ease;
}
.nd-nav-btn:hover .nd-nav-icon,
.nd-nav-btn:focus .nd-nav-icon {
  transform: scale(1.05);
  filter: brightness(0.9);
}
.nd-nav-btn.is-disabled .nd-nav-icon {
  opacity: 0.35;
  filter: grayscale(100%);
}
.news-detail-header {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 90%;
  margin: 0 auto;
  max-width: 1400px;
}
.nd-date {
  font-size: 0.95rem;
  color: #6b7280;
  margin: 0;
}
.nd-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #111827;
  margin: 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #000;
  line-height: 1.2;
}
.news-detail-content {
  display: flex;
  flex-direction: column;
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  font-size: 1.0625rem;
  line-height: 1.8;
  color: #1f2937;
}
.news-detail-content img {
  max-width: 100%;
  height: auto;
  margin: 2rem auto;
  display: block;
}
.news-detail-content p {
  margin: 0;
}
.news-detail-back {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-top: 1px solid #222;
  padding-top: 40px;
  gap: 20px;
  width: 100%;
  a {
    color: #7a7971 !important;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 19.6px */
  }
  .nd-back-nav {
    display: flex;
    gap: 20px;
  }
  margin: 0 auto;
  max-width: 1400px;
}
.nd-back-link {
}
.nd-back-link span {
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease;
}
.nd-back-icon {
  width: 28px;
  height: 24px;
  display: block;
  object-fit: contain;
}
/* .nd-back-link:hover,
.nd-back-link:focus {
  color: #111827;
}
.nd-back-link:hover span,
.nd-back-link:focus span {
  border-color: #111827;
} */
.nd-nav-btn {
  color: #7a7971;
  font-family: Pretendard;
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.nd-nav-btn.is-disabled {
  opacity: 0.4;
  pointer-events: none;
  border-color: transparent;
}

/* Privacy */
.nomail-policy,
.privacy-policy {
  padding: 12dvh 3.5dvw;
}
.nomail-inner,
.privacy-inner {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.nomail-title,
.privacy-title {
  font-size: 3rem;
  margin: 0;
  color: #111827;
}
.nomail-subtitle,
.privacy-subtitle {
  margin: 0.75rem 0 0;
  font-size: 1.125rem;
  color: #4b5563;
}
.nomail-policy .contents.fdark strong {
  display: block;
  margin-top: 2.5rem;
}
.nomail-policy .contents.fdark p {
  line-height: 1.7;
  color: #1f2937;
}

.help-center {
  padding: 12dvh 3.5dvw;
}
.help-inner {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.help-title {
  font-size: 3rem;
  margin: 0;
  color: #111827;
}
.help-subtitle {
  margin: 0.75rem 0 0;
  font-size: 1.125rem;
  color: #4b5563;
}
.help-box {
  margin-top: 2rem;
  padding: 2.5rem;
  border-radius: 16px;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  color: #1f2937;
  line-height: 1.8;
}
.help-box h3 {
  margin: 0 0 0.75rem;
  font-size: 1.15rem;
  font-weight: 700;
}
.help-box h3:last-of-type {
  margin-bottom: 1.25rem;
}

/* Privacy */
.privacy-section {
  margin-top: 2.5rem;
}
.privacy-section strong,
.privacy-section h2 {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 1.25rem;
  color: #111827;
}
.privacy-section p {
  margin: 0 0 1rem;
  line-height: 1.7;
  color: #1f2937;
}
.privacy-list {
  margin: 0 0 1.5rem 1.25rem;
  padding: 0;
  list-style: disc;
  color: #1f2937;
  line-height: 1.6;
}
.privacy-table {
  margin: 1.5rem 0;
  border: 1px solid #d1d5db;
  border-radius: 16px;
  overflow: hidden;
}
.privacy-table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}
.privacy-table th,
.privacy-table td {
  border-bottom: 1px solid #e5e7eb;
  padding: 1rem;
  vertical-align: top;
  text-align: left;
}
.privacy-table th {
  background: #f9fafb;
  font-weight: 700;
  color: #111827;
}
.privacy-table tr:last-child td {
  border-bottom: none;
}
.contents.fdark a {
  /* color: #2563eb; */
  text-decoration: underline;
}
.contents.fdark strong {
  display: block;
  margin-top: 2.5rem;
  color: #111827;
}
/* about /contact  */
/* 래이아웃 */
.contact-tabs {
  width: 90%;
  margin: 0 auto;
  max-width: 1400px;
  padding: 0 0 120px;
}
.contact-tabs-nav {
  display: flex;
  gap: 8px;
  border-bottom: 1px solid #e5e7eb;
  /* margin-bottom: 16px; */
  flex-wrap: wrap;
}
.contact-tabs-tab {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 28px 16px;
  width: 24%;
  cursor: pointer;
  font-weight: 700;
  line-height: 140%; /* 33.6px */
  letter-spacing: -0.48px;
  font-size: 1.5rem;
  color: #6b7280;
  border-bottom: 3px solid transparent;
}
.contact-tabs-tab:hover {
  color: #222;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-decoration-color: #e5b611;
  text-decoration-skip-ink: none;
  text-underline-offset: 6px;
}
.locale-en .contact-tabs-tab {
  font-weight: 600;
}
.contact-tabs-map {
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s;
}
.contact-tabs-map a img {
  transition: transform 0.6s ease;
}

.contact-tabs-map:hover a img {
  transform: scale(1.05);
  transition: transform 0.3s;
  cursor: pointer;
}
.contact-tabs-tab.is-active {
  color: #222;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-decoration-color: #e5b611;
  text-decoration-skip-ink: none;
  text-underline-offset: 6px;
}
.contact-tabs-tab:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}

.contact-tabs-panel {
  display: block;
}
.contact-tabs-panel[hidden] {
  display: none;
}

.contact-tabs-body {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 20px;
}
.contact-tabs-map img {
  width: 100%;
  height: auto;
  display: block;
}
.contact-tabs-info {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  line-height: 140%; /* 25.2px */
  letter-spacing: -0.36px;
}
.contact-tabs-memo {
  color: #666;
  margin-left: 8px;
}

.contact-tabs-info a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.contact-tabs-info a:hover {
  text-decoration: underline;
}
/* 반응형 */
@media (max-width: 768px) {
  .contact-tabs-body {
    grid-template-columns: 1fr;
    flex-direction: column-reverse;
  }
}
/* about / history */
.history-container {
  position: relative;
  width: 100%;
  padding: 120px 0;
  background: url(/uploads/assets/img/about/about-history-bg.webp) no-repeat
    center / cover;
  overflow: hidden;
  height: auto; /* 내용에 맞게 늘어남 */
}
.history-container {
  .ob-history-sec-desc {
    color: #222 !important;
  }
}

.history-section-01 {
  width: 100%;
  margin: 0 auto;
}

.ob-history-sec {
  position: relative; /* absolute 제거 */
  margin-top: 150px; /* 필요한 여백은 margin으로 */
}

.ob-history-sec-inner {
  max-width: 100vw;
  margin: 0 auto;
  padding: 0 80px;
}
.ob-history-sec-swiper {
  overflow: visible;
}

.ob-history-sec-slide {
  border-radius: 40px;
  width: 1000px;
  min-width: 650px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.31);
  overflow: hidden;
}

.ob-history-sec-img {
  height: 300px;
  background: #111;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  position: relative;
}
.ob-history-sec-img img {
  width: 100%;
  scale: 1.01;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ob-history-sec-img-txt {
  position: absolute;
  color: #fff !important;
  right: 20px;
  bottom: 20px;
  text-align: right;
  text-shadow: 0 0 3.1px #000;
  /* obc_pc_sub_txt */
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.28px;
}
.ob-history-sec-txt {
  padding: 30px 40px 45px;
  background: #fff;
  height: 400px;
  p {
    font-size: 1.125rem !important;
    font-weight: 400 !important;
  }
}
.ob-history-sec-title {
  margin: 0 0 4px;
  font-size: 2rem;
  line-height: 1.4;

  letter-spacing: -0.48px;
}
.ob-history-sec-desc {
  margin: 0 0 14px;

  line-height: 1.4;
  font-size: 14px;

  letter-spacing: -0.28px;
}

.ob-history-sec-txt ul {
  /* margin: 10px 0 0; */
  padding-left: 12px;
}
.ob-history-sec-txt li {
  color: #7c7c7c;
  letter-spacing: -0.28px;
  line-height: 1.4;
  font-size: 1rem;
  /* margin: 4px 0; */
  list-style: disc;
}
.ob-history-sec-txt li b,
.ob-history-sec-txt li strong {
  color: #222;
}
.history-btns {
  position: relative;
  position: absolute;
  height: 100%;
  top: 0px;

  right: 10%;
}
.ob-history-sec-prev,
.ob-history-sec-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #fff;
  /* background: rgba(0, 0, 0, 0.35); */
  color: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
  top: -65px;
  font-weight: 700;
  transform: none;
}
.ob-history-sec-prev:hover,
.ob-history-sec-next:hover {
  background: #fff;
  color: #222;
  border-color: #fff;
  /* transform: scale(1.08); */
}
.ob-history-sec-next {
  right: 0%;
  left: auto;
}
.ob-history-sec-prev {
  right: 75px;
  left: auto;
}

.ob-history-sec-prev::after,
.ob-history-sec-next::after {
  font-size: 18px;
  font-weight: 700;
}

.ob-history-sec-pagination {
  position: static;
  margin-top: 22px;
  text-align: center;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  opacity: 0.35;
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
}

.history-section-02 {
  background: transparent;
}
.history-fl {
  display: flex;
  flex-direction: column;
  /* height: 190px; */

  flex-wrap: no-wrap;
  margin-top: 12px;
  li {
    margin-right: 28px;
  }
}
/* brand */
.brand-grid {
  /* display: grid; */
  display: flex;
  flex-direction: column;
  width: 100%;
  /* grid-template-columns: repeat(3, 1fr); */
  /* gap: 24px; */
  align-items: start;
}
.brand-section-title {
  padding: 120px 0 40px;
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
  font-size: 2.4rem;
  font-style: normal;
  line-height: 140%; /* 53.2px */
  letter-spacing: -0.76px;
  h2 {
    font-size: 2.375rem;
    margin-bottom: 14px;
  }
}

.brand-grid-2 {
  display: grid;

  align-items: start;
  grid-template-columns: repeat(2, 1fr);
}
.brand-grid-3 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  a {
    width: 33.333333%;
    aspect-ratio: 1/1;
  }
}
/* 더미 아이템으로 첫 줄과 마지막 줄 맞추기 */
.brand-grid::before,
.brand-grid::after {
  content: "";
  display: block;
}

.brand-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  overflow: hidden;
  transition: transform 0.2s ease;
}
.brand-card:hover {
}

.brand-card > img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  user-select: none;
  -webkit-user-drag: none;
  transition: transform 0.25s ease;
}

.brand-card__overlay {
  position: absolute;
  inset: 0;
  /* display: flex;
  align-items: center;
  justify-content: center; */
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: 700;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.brand-card__overlay > span {
  position: absolute;
  font-size: 1.5rem;
  bottom: 50px;
  display: flex;
  gap: 6px;
  align-items: center;
  right: 50px;
}
.brand-card:hover .brand-card__overlay {
  opacity: 1;
}
/* 기본 카드에는 커서 없음 */
.brand-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  overflow: hidden;
  transition: transform 0.2s ease;
  cursor: default; /* 기본 포인터 */
}

/* 오버레이 있는 카드만 hover/커서 */
.brand-card:has(.brand-card__overlay) {
  cursor: pointer; /* 손가락 모양 */
}
.brand-card:has(.brand-card__overlay):hover {
}
.brand-card:has(.brand-card__overlay):hover > img {
  transform: scale(1.05);
}
.brand-card:has(.brand-card__overlay):hover .brand-card__overlay {
  opacity: 1;
}
/* sustainability / index */
.txt-under-wh-10 {
  text-decoration: underline;
  text-decoration-thickness: 10px;
  text-decoration-color: #fff;
  text-underline-offset: -5px;
  text-decoration-skip-ink: none;
}
.txt-under-wh {
  text-decoration: underline;
  text-decoration-thickness: 20px;
  text-decoration-color: #fff;
  text-decoration-skip-ink: none;
  text-underline-offset: -10px;
}
.txt-under-yellow {
  text-decoration: underline;
  text-decoration-thickness: 20px;
  text-decoration-color: #f5e003;
  text-decoration-skip-ink: none;
  text-underline-offset: -10px;
}
.sus-container {
  line-height: 140%;
  /* margin-top: 90px; */
}
.sus-section-01 {
  width: 100%;
  height: auto;
  min-height: 450px;
  position: relative;
}
.sus-kv {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 450px;

  /* overflow: hidden; */
}
.kv-height-450 {
  width: 100%;
  min-height: 450px;
  height: 100%;
  object-fit: cover;
}

.sus-kv-bg {
  width: 100%;
  height: auto;
  min-height: 450px;
  object-fit: cover; /* 또는 contain */
  object-position: center bottom;
  inset: 0;
  z-index: -1;
}
.sus-kv-title {
  position: relative;
  min-height: 450px;
  position: absolute;
  z-index: 0;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sus-kv-title {
  /* padding: 120px 0; */
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  font-style: normal;
  font-family: Pretendard;
  line-height: 140%; /* 33.6px */
  color: #222;

  .sus-kv-logo {
    width: 316px;
    margin: 0 auto;
  }
  h1 {
    width: 90%;
    margin: 0 auto;
    font-size: 3rem;
    line-height: 140%;
  }
  p {
    width: 90%;
    margin: 0 auto;
    font-size: 1.125rem;
    letter-spacing: -0.36px;
    /* margin-top: 14px; */
    line-height: 140%;
  }
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.sus-flex-cc {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.sus-section-02 {
  .sus-down-logo {
    gap: 100px;
    width: 100%;
    padding: 130px 40px 120px;
    img {
      width: 380px;
    }
  }
  .sus-down-btn {
    border-radius: 8px;
    background: #f5e003;
    display: flex;
    width: 226px;
    padding: 12px 48px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    color: #222;

    font-size: 1.125rem;

    font-weight: 600;

    letter-spacing: -0.32px;
    img {
      width: 18px;
      height: 18px;
    }
  }
}
.sus-section-03 {
  padding: 0 0 120px;
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  .sus-flex-cc {
    gap: 37px;
  }
  .sus-box {
    display: flex;
    width: 306px;
    height: 406px;
    padding: 40px 28px;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 10px;
    align-items: center;
    flex-shrink: 0;
    .sus-box-txt {
      width: 100%;
      line-height: 140%;
      h3 {
        letter-spacing: -0.48px;
        font-size: 1.5rem;
      }
      p {
        letter-spacing: -0.38px;
        font-size: 1.125rem;
        margin-top: 10px;
      }
    }
    .sus-box-btn {
      position: relative;
      width: 100%;
      border-radius: 8px;
      background: #222;
      overflow: hidden;
      transition: color 0.3s ease;

      a.sus-flex-cc {
        position: relative;
        z-index: 2;
        gap: 4px;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: color 0.3s ease;
      }

      a {
        width: 100%;
        font-size: 1.125rem;
        font-weight: 600;
        padding: 12px 15px;
        height: 100%;
      }

      span,
      svg {
        width: 18px;
        height: 18px;
        fill: currentColor;
      }

      /* 슬라이드 배경 */
      &::before {
        content: "";
        position: absolute;
        inset: 0;
        background: #fff;
        transform: translateX(-100%);
        transition: transform 0.3s ease;
        z-index: 1;
      }

      /* hover 시 효과 */
      &:hover::before {
        transform: translateX(0);
      }

      &:hover a.sus-flex-cc {
        color: #222;
      }
    }
  }
  .sus-box:first-child {
    background: url(../img/sustainability/sus-drive.png) no-repeat center;
    background-size: contain;
  }
  .sus-box:nth-child(2) {
    background: url(../img/sustainability/sus-esc.png) no-repeat center;
    background-size: contain;
  }
  .sus-box:nth-child(3) {
    background: url(../img/sustainability/sus-social.png) no-repeat center;
    background-size: contain;
  }
}
/* sustainability / drive */
.sus-container {
  line-height: 140%;
}
.sus-sub-section-01 {
  background-color: #f6f6f6;

  padding: 120px 0;

  .sus-sub-title {
    display: flex;
    flex-direction: row;
    max-width: 1400px;
    margin: 0 auto;
    width: 90%;
    align-items: center;
    gap: 40px;
    h2 {
      line-height: 140%;
      font-size: 3rem;
      min-width: 170px;
    }

    p {
      font-size: 1.5rem;
      line-height: 140%;
      letter-spacing: -0.48px;
    }
  }
}
.locale-en .sus-sub-section-01 {
  .sus-sub-title {
    h2 {
      min-width: unset;
    }
  }
}
.sus-sub-section-02 {
  /* padding: 120px 13.5%; */
  /* min-width: 1400px; */
  max-width: 1400px;
  margin: 0 auto;
  width: 90%;

  h3 {
    font-size: 2.4rem;
    line-height: 140%;
    letter-spacing: -0.76px;
  }
  p {
    font-size: 1.125rem;
    word-break: keep-all;
    line-height: 140%;
    letter-spacing: -0.36px;
  }
  .sus-sub-box {
    flex-direction: column;
    display: flex;
    padding: 120px 0 0;
    gap: 20px;
    .sus-sub-box-tag {
      background-color: #f5e003;
      width: fit-content;
      padding: 5px 12px;
      border-radius: 50px;
      line-height: 140%;
      margin-bottom: -10px;
      font-size: 1.5rem;
      letter-spacing: -0.48px;
      font-weight: 700;
    }
  }
  .sus-sub-box:last-child {
    padding: 120px 0 120px;
  }
  .sus-sub-box-img-wrap {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 30px;

    img {
      width: 32%;
      aspect-ratio: 16 / 10;
      height: 100%;
      border-radius: 10px;
    }
  }
}
.locale-en .sus-sub-box-tag {
  font-weight: 600;
}
/* sustainability / social */
/* sustainability / esg */

.sus-video-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}

.sus-video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* whoweare */
.who-container {
  width: 100%;
}
.who-section-01 {
  width: 100%;
  height: 100%;
  position: relative;
  /* padding-top: 90px; */
  h1 {
    width: 100%;
    text-align: center;
    font-size: 4.5rem;
    color: #ffcc00;
    position: absolute;
    left: 50%;
    top: 50%;
    translate: -50% -50%;

    text-shadow: 3px 4px 15.2px rgba(0, 0, 0, 0.78);
  }
}
.who-kv img {
  width: 100%;
}
.who-section-02 {
  background: url(/uploads/assets/img/whoweare/who-section02-bg.webp) no-repeat
    center / contain;
  background-color: #000;
  width: 100%;
  height: auto;
  color: #fff;
}
.who-s2-wrap {
  padding: 120px 0;
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
}
.who-wrap-right {
  width: 65%;
  max-width: 1000px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.who-text-wrap {
  h2 {
    font-size: 3rem;
    width: 80%;
    min-width: 700px;
    line-height: 140%;
    margin-bottom: 28px;
    word-break: keep-all;
  }
  p {
    word-break: keep-all;

    letter-spacing: -0.36px;
    width: 80%;
    line-height: 140%;
    min-width: 700px;
    font-size: 1.125rem;
  }
}
.who-video-wrap iframe {
  width: 787px;
  height: 424px;
  aspect-ratio: 258/139;
  background: url(/uploads/assets/img/whoweare/who-section02-bg.webp) lightgray
    80% / cover no-repeat;
}
.who-section-03 {
  background: #000;
  padding: 120px 0;
  /* min-width: 1500px; */
  color: #fff;
  .who-boxs {
    display: flex;
    margin: 0 auto;
    max-width: 1400px;
    width: 90%;
    justify-content: space-between;
  }
  .who-box {
    display: flex;
    flex-direction: column;
    font-weight: 700;

    position: relative;
    gap: 20px;
    width: 20%;

    h3 {
      font-size: 1.5rem;
      line-height: 140%;
      letter-spacing: -0.48px;
    }
    p {
      line-height: 140%;
      display: flex;
      font-size: 3rem;
    }
    .who-box-label {
      position: absolute;
      top: -30px;
      font-weight: 400;
      line-height: 140%;
      letter-spacing: -0.36px;
      font-size: 1.125rem;
    }
  }
}
.locale-en .who-box {
  font-weight: 600;
}
.who-section-04 {
  width: 100%;
  height: auto;
  color: #fff;
  background: linear-gradient(180deg, #000 1.06%, rgba(0, 0, 0, 0) 27.96%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.45) 12.4%, rgba(0, 0, 0, 0) 203.01%),
    url(/uploads/assets/img/whoweare/who-section4-bg.webp) 50% / cover no-repeat,
    #222;
  background-blend-mode: normal, normal, luminosity, normal;
  .who-s4-txt {
    padding: 0;
    max-width: 1400px;
    width: 90%;
    margin: 0 auto;
    h2 {
      font-size: 3rem;
      line-height: 140%;
      span {
        color: #f5e003;
      }
    }
    p {
      font-size: 1.25rem;
      line-height: 140%;
      margin-top: 10px;
      letter-spacing: -0.3px;
    }
  }
}
.who-s4-slide {
  padding: 60px 0 120px;
  height: auto;
}
.who-s4-slide {
  overflow: hidden;
  width: 100%;
  padding: 10dvh 0;
  display: flex;
  flex-direction: column;
  gap: 5dvh;
}

.who-s4-slide-track {
  display: flex;
  width: max-content;
}

.who-s4-slide-group {
  display: flex;
  gap: 2dvw;
  margin-right: 2dvw;
}

.who-s4-slide-group img {
  height: 360px;
  object-fit: contain;
  flex: 0 0 auto;
}
/* 공통 성능 최적화 */
.who-s4-slide-track {
  will-change: transform; /* GPU 힌트 */
}

/* 동일 속도 */
.who-s4-row1 {
  animation: who-s4-marquee-left 40s linear infinite;
}
.who-s4-row2 {
  animation: who-s4-marquee-right 40s linear infinite;
}

/* 호버 시 정지 */
/* .who-s4-slide:hover .who-s4-slide-track {
    animation-play-state: paused;
} */

/* 접근성: 사용자가 모션 축소 선호 시 애니메이션 비활성화 */
@media (prefers-reduced-motion: reduce) {
  .who-s4-slide-track {
    animation: none !important;
    transform: none !important;
  }
}
@keyframes who-s4-marquee-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes who-s4-marquee-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
.who-section-05 {
  background: url(/uploads/assets/img/whoweare/who-section5-bg.jpg) no-repeat
    center / cover;
  width: 100%;
  height: auto;
  padding: 120px 0;
  color: #fff;
  .who-s5-boxs {
    width: 90%;
    margin: 0 auto;
    max-width: 1400px;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    gap: 120px;
  }
  .who-s5-box {
    display: flex;
    gap: 120px;
    justify-content: center;
    align-items: center;
    .who-s5-txt {
      width: 100%;
    }

    h2 {
      line-height: 140%; /* 53.2px */
      letter-spacing: -0.76px;
      font-size: 2.4rem;
    }
    p {
      line-height: 140%; /* 25.2px */
      letter-spacing: -0.32px;
      font-size: 1.125rem;
      margin-top: 28px;
      word-break: keep-all;
    }
    .who-s5-img {
      width: 80%;
      img {
        aspect-ratio: 95/59;
        border-radius: 10px;
      }
    }
  }
}
.who-section-06 {
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: center;
  padding: 120px 0 60px;
  width: 90%;
  margin: 0 auto;
  max-width: 1400px;
  text-align: center;
}
.who-txt-wrap {
  h2 {
    line-height: 140%; /* 53.2px */
    letter-spacing: -0.76px;
    font-size: 2.4rem;
  }
  p {
    word-break: keep-all;
    font-size: 1.5rem;
    line-height: 140%; /* 33.6px */
    letter-spacing: -0.48px;
    margin-top: 28px;
  }
}
.who-s6-icon-wrap {
  border: 1px solid #ccc;
  padding: 60px 0;
  border-radius: 40px;
  max-width: 1400px;
  width: 100%;
  .who-s6-boxs {
    display: flex;
    font-weight: 700;
    div {
      width: 33%;
      display: flex;
      letter-spacing: -0.48px;
      justify-content: center;
      flex-direction: column;
      line-height: 140%;
      align-items: center;
      gap: 20px;
      font-size: 1.5rem;
      border-right: 1px solid #ccc;
      img {
        height: 100px;
        width: 100px;
      }
    }
    div:last-child {
      border: none;
      img {
        width: 130px;
      }
    }
  }
}
.locale-en .who-s6-boxs {
  font-weight: 600;
}
.who-s6-img-wrap {
  overflow: hidden;
  width: 100%;
  height: auto;
  padding-bottom: 120px;
}

.who-s6-slide-track {
  display: flex;
  gap: 45px;
  animation: who-s6-marquee 40s linear infinite;
}

.who-s6-slide {
  position: relative;
  flex: 0 0 auto;
  width: 20%;
  min-width: 400px;
  aspect-ratio: 95/59;
}
.who-s6-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 10px;
}
.who-s6-slide::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 14px;
  width: 100%;
  height: 100%;
  background-color: #fc0;
  border-radius: 10px;
  z-index: 0;
}

/* 애니메이션 */
@keyframes who-s6-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-3290px);
  } /* (440 + 30) * 7 = 3290 */
}
.who-section-07 {
  text-align: center;
  padding: 120px 0;
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;

  .who-s7-boxs {
    display: flex;
    font-family: "Avantt";
    gap: 30px;
    margin: 60px auto 0;
    max-width: 1400px;

    width: 90%;
    .who-s7-box {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 20px;
      /* width: 30%; */
      img {
        border-radius: 10px;
        aspect-ratio: 446 / 277;
      }
    }
  }
}
.who-s7-btn.js-partner-open,
.partner-form-submit.who-s7-btn {
  span {
    line-height: 1;
  }
  svg {
    width: 14px;
    height: 14px;
    fill: none !important;
    transition: fill 0.3s ease;
  }
}
.icon-18 {
  margin-top: 4px;
}
.who-s7-btn {
  position: relative;
  background-color: #f5e003;
  color: #222;
  padding: 8px 15px;
  width: 200px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: -0.32px;
  font-size: 1.125rem;
  border-radius: 8px;
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 1;
  transition: color 0.3s ease;

  span {
    line-height: 1;
  }
  svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
    transition: fill 0.3s ease;
  }

  &::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #222;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    z-index: -1;
  }

  &:hover {
    color: #f5e003;
  }

  &:hover::before {
    transform: translateX(0);
  }
}

.par-sec03-wrap .who-s7-btn,
.who-section-08 .who-s7-btn {
  position: relative;
  background-color: #f5e003;
  color: #222;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: -0.32px;
  font-size: 1.125rem;
  border-radius: 8px;
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 1;
  transition: color 0.3s ease;

  span {
  }
  svg {
    width: 18px;
    height: 28px;
    fill: currentColor;
    margin-top: -3px;
    display: block;
    transition: fill 0.3s ease;
  }

  &::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    transform: translateX(-110%);
    transition: transform 0.3s ease;
    z-index: -1;
  }

  &:hover {
    color: #222;
  }

  &:hover::before {
    transform: translateX(0);
  }
}
.who-section-08 {
  padding: 120px 0;
  background: url(/uploads/assets/img/whoweare/who-section8-bg.webp) no-repeat
    center / cover;
  width: 100%;
  > div {
    width: 90%;
    margin: 0 auto;
    height: auto;
    max-width: 1400px;
    justify-content: space-between;
    display: flex;

    align-items: center;
  }
  /* gap: 80px; */
  > img {
    width: 30%;
    aspect-ratio: 95/59;
    border-radius: 10px;
  }
  .who-s8-txt {
    width: 50%;
    display: flex;
    h2 {
      font-size: 2rem;
      letter-spacing: -0.76px;
    }
    gap: 28px;
    flex-direction: column;
  }
  .who-s8-btn-wrap {
    display: flex;
    gap: 20px;
  }
  .who-img-back {
    width: 40%;
  }
}
.who-img-back {
  position: relative; /* 기준점 */
  display: inline-block; /* 이미지 크기 따라감 */
}

.who-img-back img {
  position: relative;
  z-index: 1; /* 이미지가 위로 올라오게 */
  width: 100%;
  aspect-ratio: 95/59;
  border-radius: 10px;
}

.who-img-back::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  width: 100%;
  height: 100%;
  background: #fc0;
  border-radius: 10px;
  z-index: 0;
}

.who-txt-yellow {
  color: #f5e003;
}

/* career */
.career-container {
  position: relative;
}
.ob-kv-sec {
  width: 100%;
  position: relative;

  .ob-kv-bg {
    width: 100%;
    min-height: 450px;
    height: auto;
    /* margin-top: 90px; */
  }
  .ob-kv-bg img {
    width: 100%;
    object-fit: cover;
    height: auto;
    min-height: 450px;
  }
  .brand-kv-bg,
  .brand-kv-bg img {
    min-height: 450px;
  }
  .ob-kv-tit {
    text-align: center;
    position: absolute;
    top: 50%;
    min-height: 450px;
    width: 100%;
    /* font-weight: 700; */
    line-height: 140%;
    left: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    justify-content: center;
    transform: translate(-50%, -50%);
  }

  h1 {
    font-size: 3rem;
    color: #f5e003;
    line-height: 140%; /* 33.6px */
  }

  p {
    color: #fff;
    font-size: 1.125rem;
    /* font-weight: 700; */
    line-height: 140%; /* 33.6px */
    letter-spacing: -0.48px;
  }
}
.locale-en .ob-kv-sec .ob-kv-tit {
  font-weight: 600;
}
.locale-en .ob-kv-sec p {
  font-weight: 600;
}
.career-section-02 {
  display: flex;
  padding: 120px 0;
  margin: 0 auto;
  gap: 60px;
  max-width: 1400px;
  width: 90%;
  justify-content: space-evenly;
  align-items: center;
  div {
    display: flex;
    flex-direction: column;
    gap: 28px;
  }
  > img {
    width: 35%;
  }
  h2 {
    font-size: 2.4rem;
    line-height: 140%; /* 53.2px */
    letter-spacing: -0.76px;
  }
  p {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
    letter-spacing: -0.36px;
  }
}
.history-tit {
  text-align: center;

  width: 100%;
  font-weight: 700;
  line-height: 140%;

  gap: 20px;
  justify-content: center;
  h1 {
    color: #fff !important;
  }
}

#conveythis-wrapper.is-hidden-proxy {
  opacity: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}
.locale-en h1,
.locale-en h2 {
  font-weight: 600;
}
.br-mo {
  display: none !important;
}
.br-mo-on {
  display: none !important;
}

/* tablet */
@media (max-width: 1024px) {
  html {
    font-size: 13px;
  }
  .index-section-01 {
    height: 80dvh;
  }
  .index-kv {
    height: 80dvh;
    background: url(/uploads/assets/img/index/ob-beer-make-factory-old-photo-tablet.jpg)
      no-repeat;
    background-size: cover;
  }
  .ik-glass {
    height: 80dvh;
  }
  .ik-tit {
    height: 80dvh;
    top: 0;
  }
  .iesg-cont,
  .iesg-bg img,
  .index-esg {
    min-height: 500px;
  }
  .index-section-03,
  .index-wha,
  .iwha-bg img,
  .iwha-filter img,
  .iwha-txt {
    min-height: 500px;
  }
  .isb-tit h2 {
    font-size: 3rem;
  }
  .pst-txt {
    padding: 0 !important;
  }
  .about-section-01,
  .sus-kv-bg,
  .sus-kv,
  .about-abt-bg img,
  .sus-section-01 {
    min-height: 450px;
    object-position: center;
    object-fit: cover;
    .abtt-img {
      min-width: 200px;
    }
  }
  .aci-logo:first-child .acil-img {
    width: 180px;
    height: 180px;
  }
  .aci-logo:last-child .acil-img {
    height: 180px;
    width: 180px;
  }
  .ac-img {
    gap: 20px;
  }
  .ob-history-sec-inner {
    padding: 0;
    width: 90%;
  }

  .about-ci {
    align-items: flex-start;
  }
  .nll-body {
    grid-template-columns: repeat(auto-fill, minmax(28dvw, 1fr));
  }
  .ob-kv-sec,
  .ob-kv-bg,
  .nlmk-bg img,
  .ob-kv-bg img,
  .nl-main-kv {
    min-height: 450px;

    object-position: center;
    object-fit: cover;
  }
  .ob-history-sec {
    margin-top: 100px;
  }
  .history-container {
    padding: 100px 0;
  }
  .ob-kv-sec {
    .ob-kv-bg,
    .ob-kv-bg img {
      min-height: 450px;

      object-position: center;
      object-fit: cover;
    }
  }

  .history-section-01.ob-kv-sec {
    height: auto;
  }
  .sus-section-03 {
    .sus-box {
      width: 30%;
      height: auto;
      min-width: 200px;
      background-size: cover !important;
      min-height: 330px;
      background-size: cover;
    }
  }
  .sus-sub-section-02 {
    .sus-sub-box-img-wrap {
      img {
        width: 31%;
      }
    }
  }
  .who-wrap-right {
    width: 55%;
  }
  .who-text-wrap {
    h2 {
      word-break: keep-all;
      min-width: 90%;
      display: block;
    }
    p {
      min-width: 90%;
      word-break: keep-all;
    }
  }
  .who-video-wrap iframe {
    width: 100%;
    height: auto;
  }

  .who-section-03 {
    .who-box {
      width: 21%;
    }
  }
  .who-s4-slide-group img {
    height: 250px;
  }
  .who-section-05 {
    background: url(/uploads/assets/img/whoweare/who-section5-bg-tablet.jpg)
      no-repeat center / cover;
    .who-s5-box {
      gap: 50px;
    }
  }
  .iwhat-tit h2 {
    font-size: 3rem;
  }
  .iwha-txt {
    gap: 10px;
  }
  .iwhat-btn {
    min-width: 200px;
  }
  .iesgc-img {
    gap: 0;
    width: 100%;
    max-width: 1400px;
    margin: 41px auto 0;
  }
  .img-wrap {
    max-width: 32%;
  }
  .iesgc-slogan img {
    width: 50dvw;
  }
  .ob-history-sec-swiper .swiper-slide {
    width: 650px;
  }
  .iesg-cont {
    gap: 1dvh;
  }
  .who-section-01,
  .who-kv,
  .who-kv img {
    min-height: 450px;
    object-fit: cover;
  }
  header,
  .site-header .header-inner {
    height: 62px;
  }
  .footer-wrap {
    flex-direction: column;
    padding: 40px 0;
  }
  .filil-ul {
    gap: 20px;
    flex-wrap: wrap;
  }
  .iesgc-img:hover .img-wrap img {
    filter: none;
    transform: none;
    z-index: auto;
  }
  .iesgc-img:hover .img-wrap:hover img {
    filter: none;
    transform: none;
    z-index: auto;
  }
  .img-wrap::before,
  .img-wrap:hover::before {
    opacity: 0 !important;
    transform: none !important;
  }
  .iwhat-btn a span {
    width: 18px;
    height: 16px;
  }
}
@media (max-width: 768px) {
  .site-header .header-inner {
    padding: 0 5dvw;
  }

  .logo {
    width: 85px;
  }
  /* 1뎁스 공통 */
  .menu-1depth .menu-item > a {
    display: block;
    /* padding: 10px 16px; */
    color: #111;
    height: 62px;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease;
  }

  /* 1뎁스 hover */
  .menu-1depth .menu-item > a:hover {
    background-color: #f3f4f6;
  }

  /* 1뎁스 활성 */
  .menu-1depth .menu-item.active > a {
    color: #fff;
  }
  /* 1뎁스 활성 배경 */
  .gnb .menu-item.active > a {
    background: #e5b611;
    color: #fff;
  }

  /* 2뎁스: 상위가 open이면 노출 */
  .gnb .menu-item.has-sub > .menu-2depth {
    display: none;
  }
  .gnb .menu-item.has-sub.open > .menu-2depth {
    display: block;
  }

  /* (선택) 고정 열린 항목 시 hover로 닫히지 않게 보조 */
  .gnb .menu-item.has-sub.pinned > a {
    background: #e5b611;
    color: #fff;
  }
  /* 2뎁스 */
  .menu-2depth .menu-item > a {
    display: block;
    /* padding: 8px 14px; */
    height: 40px;
    line-height: 40px;
    color: #111;
    transition: background-color 0.2s ease, color 0.2s ease;
  }
  .menu-2depth .menu-item > a:hover {
    background: #f5f5f5;
    text-decoration: unset;
  }
  .menu-2depth .menu-item.active > a {
    background: #111827;
    color: #fff;
  }

  /* 부모 has-sub가 active면 탭 버튼도 강조(선택) */
  .menu-1depth .menu-item.has-sub.active > a {
    color: #fff;
  }
  .par-sec01-txt-wrap {
    .pst-txt {
      padding: 0;
      p {
        font-size: 1.25rem !important;
      }
    }
  }
  .partner-section-03 {
    li {
      font-size: 1.25rem !important;
    }
  }
  .partner-section-02 {
    padding: 60px 0;
  }
  .par-sec02-boxs {
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .par-sec02-box-wrap {
    width: 90%;
  }
  .aci-logo:first-child .acil-img {
    height: 140px;
  }
  .ac-img {
    gap: 40px;
  }
  .sus-kv-title {
    .sus-kv-logo {
      width: 250px;
    }
  }
  .partner-section-03 {
    background: url(/uploads/assets/img/about/about-partner-bg2-tablet.jpg)
      no-repeat;
    background-size: cover;
  }
  .lang-m {
  }
  .par-box {
    width: unset;
    background-color: #f5e003;
    color: #222;
    border-radius: 10px;
    padding: 11px 20px;
    max-width: none;

    > img {
      display: none;
    }
    a {
      color: #222;
      text-align: left;
      align-items: center;
      margin-top: unset;

      img {
        filter: brightness(0) saturate(0%);
      }
    }
  }
  .partner-section-03 {
    padding: 60px 0;
    background-position: left;
    .par-sec03-wrap {
      width: 90%;
      margin: 0 auto;
      word-break: keep-all;
    }
    h2 {
      font-size: 2rem;
    }
  }
  .partner-success__body {
    padding: 40px 0;
    border-radius: 10px;

    width: 85dvw;
  }
  .fieldset-title {
    flex-direction: column;
    align-items: flex-start;
  }
  .partner-form-field {
    justify-content: space-between;
  }
  .partner-form-input {
    width: 75%;
  }
  .partner-modal-header {
    margin: 0 0 20px;
  }
  .partner-modal-dialog {
    height: 80dvh;
    width: 86dvw;
    padding: 40px 20px;
    border-radius: 10px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .about-slogan,
  .nllht-tit p {
    font-size: 1.25rem;
    margin-top: 14px;
  }
  .rolling-wrap {
    height: 53px;
    font-size: 2.7rem;
  }
  .index-kv {
    background: url(/uploads/assets/img/index/ob-beer-make-factory-old-photo-mo.jpg)
      no-repeat;
    /* background-attachment: fixed; */
    background-size: cover;
    background-position: center;
    height: 80vh;
  }

  .index-section-01,
  .ik-glass,
  .ik-tit {
    height: 80vh;
    text-align: center;
  }
  .ik-glass {
    display: none;
  }
  .nav-toggle {
    gap: 4px;
  }
  .nav-toggle .bar {
    width: 22px;
  }
  .nav-toggle .bar {
    width: 22px;
    height: 2px;
    background: #111;
    display: block;
  }
  .nav-toggle[aria-expanded="true"] .bar:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }
  .nav-toggle[aria-expanded="true"] .bar:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
  }
  .nav-toggle[aria-expanded="true"] .bar:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }
  html {
    font-size: 13px;
  }
  /* .ob-history-sec-swiper .swiper-wrapper {
    display: block !important;
  }
  .ob-history-sec-swiper .swiper-slide {
    width: 100% !important;
    margin: 0 0 20px 0 !important;
  } */
  .nl-list {
    margin: 50px 0;
  }
  .nll-head {
    flex-direction: column;
    align-items: flex-start;
  }
  .nomail-policy,
  .privacy-policy,
  .help-center {
    padding: 60px 0;
    word-break: keep-all;
    width: 90%;
    margin: 0 auto;
  }
  .nomail-inner,
  .help-inner,
  .privacy-inner {
    h1 {
      font-size: 2rem;
    }
  }
  .nllh-form {
    /* margin-left: unset; */
  }
  .nll-body {
    grid-template-columns: repeat(auto-fill, minmax(90dvw, 1fr));
  }
  .nllbl-img {
    height: auto;
  }
  .nllblt-btn {
    margin-bottom: 60px;
  }
  .news-detail-nav {
    display: none;
  }
  .nd-title {
    font-size: 2rem;
  }
  .news-detail-header {
    width: 100%;
  }

  .fir-select {
    width: 100%;
  }
  .custom-select.family {
    width: 100%;
  }
  .news-detail-content {
    width: 100%;
  }
  .brand-grid-2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .brand-grid-3 {
    a {
      width: 50%;
    }
  }
  .who-section-01 {
    h1 {
      font-size: 2.7rem;
      line-height: 120%;
    }
  }
  .who-s2-wrap {
    flex-direction: column;
    height: 700px;
    word-break: keep-all;
    padding: 0 0 60px;
  }
  .locale-en .who-s2-wrap {
    height: 750px;
  }

  .who-wrap-right {
    width: 100%;
  }
  .who-text-wrap {
    h2 {
      font-size: 2rem;
      min-width: unset;
      width: 100%;
      margin-bottom: 10px;
    }
    p {
      width: 100%;
      font-size: 1.25rem;
      min-width: unset;
    }
  }
  .who-kv {
    h2 {
      width: 90%;
      margin: 0 auto;
      word-break: keep-all;
    }
  }
  .who-box-value {
    display: flex;
    font-weight: 600;
  }
  .who-section-03 {
    padding: 20px 0 60px;
    .who-boxs {
      width: 90%;
      height: 270px;
      flex-wrap: wrap;
      justify-content: space-between;

      .who-box {
        width: 50%;
        gap: 4px;
        p {
          font-size: 2.3rem;
        }
        .who-box-label {
          top: -20px;
        }
      }
    }
  }
  .who-section-04 {
    .who-s4-txt {
      word-break: keep-all;
      h2 {
        font-size: 2rem;
        line-height: 120%; /* 31.2px */
        letter-spacing: -0.52px;
      }
    }
  }
  .who-section-05,
  .who-section-06,
  .who-section-07,
  .who-section-08 {
    padding: 60px 0;
  }
  .who-section-05 {
    padding: 60px 0 70px;
    .who-s5-boxs {
      gap: 80px;
    }
    .who-s5-box {
      flex-direction: column;
      gap: 20px;
      align-items: flex-start;
      h2 {
        font-size: 2rem;
        line-height: 120%; /* 30.8px */
        word-break: keep-all;
        letter-spacing: -0.52px;
      }
      p {
        font-size: 1.25rem;
        line-height: 140%; /* 22.4px */
        letter-spacing: -0.32px;
        margin-top: 10px;
        word-break: keep-all;
      }
      .who-s5-img {
        width: 95%;
      }
    }
  }
  .who-s6-slide {
    min-width: 260px;
  }
  .who-s6-slide::before {
    top: 8px;
    left: 8px;
  }
  .who-section-06 {
    gap: 20px;
  }
  .who-s6-img-wrap {
    padding-bottom: 60px;
  }
  .who-s6-icon-wrap {
    padding: 40px 0;
    border-radius: 20px;
    .who-s6-boxs {
      flex-direction: column;
      div {
        width: 100%;
        border-right: none;
        p {
          font-weight: 700;
        }
        margin-bottom: 40px;
        img {
          width: 60px;
          height: 60px;
        }
      }
      div:last-child {
        img {
          width: 66px;
        }
      }
    }
  }
  .who-txt-wrap {
    h2 {
      font-size: 2rem;
    }
    p {
      font-size: 1.25rem;
      word-break: keep-all;
    }
  }
  .who-section-07 {
    padding: 0 0 60px;
    .who-s7-boxs {
      flex-direction: column;
      gap: 60px;
      margin: 20px auto 0;
    }
    .who-txt-wrap {
      p {
        font-size: 1.25em;
      }
    }
  }
  .who-section-08 {
    .who-s8-btn-wrap {
      gap: 10px;
    }
    > div {
      flex-direction: column;
      gap: 30px;
    }
    .who-img-back,
    .who-s8-txt {
      width: 100%;
      h2 {
        line-height: 140%; /* 30.8px */
        letter-spacing: -0.44px;
        text-align: center;
      }
    }
  }
  .btn-top {
    width: 40px;
    height: 40px;
  }
  .who-img-back::before {
    top: 10px;
    left: 10px;
  }
  .who-s4-slide {
    padding: 30px 0;
  }
  .who-s4-slide-group img {
    height: 150px;
  }
  .who-section-02 {
    background: url(/uploads/assets/img/whoweare/who-section02-bg-mo.png)
      no-repeat center / contain;
    background-size: contain;
    position: relative;
    background-color: #000;
    background-position: center top;
  }
  .who-section-02::before {
    content: "";
    position: absolute;
    inset: 0;

    pointer-events: none; /* 클릭 막지 않음 */
  }
  .nlmk-tit h1 {
    font-size: 2rem;
  }

  .contact-tabs {
    padding: 30px 0 60px;
  }
  .nlmk-tit,
  .nlmk-bg,
  .nlmk-bg img,
  .ob-kv-sec,
  .ob-kv-bg,
  .nlmk-bg img,
  .ob-kv-bg img,
  .nl-main-kv,
  .ob-kv-tit,
  .ob-kv-sec {
    .ob-kv-bg,
    .ob-kv-bg img {
      min-height: 156px;
    }
    min-height: 156px;
  }
  .nllht-tit h2,
  .about-section-01 h1,
  .about-slogan h2,
  .about-ci h2,
  .ob-kv-sec h1,
  .brand-section-title h2 {
    font-size: 2rem;
  }
  .brand-section-title p {
    font-weight: 500;
  }

  .about-slogan .asttb-tit h2 {
    font-size: 1.7rem;
  }

  .about-section-01 p,
  .asttb-desc,
  .ob-kv-sec p {
    font-size: 1.25rem;
    /* width: 90%; */
    /* margin: 0 auto; */
  }
  .about-slogan {
    flex-direction: column-reverse;
  }
  .about-slogan,
  .about-ci,
  .sus-sub-section-02 .sus-sub-box {
    padding: 60px 0 0;
    gap: 20px;
  }
  .about-ci {
    flex-direction: column;
  }
  .ac-img {
    flex-direction: column;
    margin: 0 auto;
  }
  .as-img {
    width: 100%;
  }
  .as-img {
    margin: 0 auto;
  }
  .sus-sub-section-01 {
    padding: 60px 0;
    .sus-sub-title {
      gap: 20px;

      h2 {
        font-size: 2rem;
      }
      p {
        font-size: 1.25rem;
        word-break: keep-all;
      }
      flex-direction: column;
      align-items: flex-start;
    }
  }
  .sus-sub-section-02 {
    .sus-sub-box-img-wrap {
      flex-direction: column;
      img {
        width: 100%;
      }
    }
  }
  .sus-sub-section-02 {
    h3 {
      font-size: 1.7rem;
    }
    p {
      font-size: 1.25rem;
    }
    .sus-sub-box:last-child {
      padding: 60px 0;
    }
  }
  h2 {
    font-size: 2rem;
  }
  p {
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 21px */
    letter-spacing: -0.3px;
  }
  .brand-section-title {
    padding: 50px 0 40px;
  }
  .ik-tit h1,
  .iwhat-tit h2 {
    font-size: 2rem;
    text-align: center;
    line-height: 120%; /* 31.2px */
    letter-spacing: -0.52px;
  }
  .ik-tit p,
  .iwhat-txt p {
    font-size: 15px;
    font-style: normal;
    width: 100%;
    margin: 0 auto;
    font-weight: 600;
    line-height: 140%; /* 21px */
    letter-spacing: -0.3px;
  }
  .isb-tit h2 {
    font-size: 2rem;
    line-height: 140%; /* 21px */
    flex-direction: column;
  }
  .iesgc-img {
    flex-direction: column;
    gap: 20px;
    margin: 20px auto 0;
    align-items: center;

    .img-wrap {
      width: 75%;
      max-width: unset;
      max-height: 190px;
    }
  }
  .media-section {
    padding: 60px 0;
  }
  .iesgc-slogan img {
    width: 100%;
  }
  .iesgc-logo img {
    width: 40%;
    margin-right: 5%;
  }
  .iesg-cont,
  .iesg-bg img,
  .index-esg {
    min-height: 1000px;
  }
  .index-section-03.insec05 {
    min-height: 940px;
  }
  .marquee-group img {
    height: 100px;
  }
  .as-txt,
  .about-ci {
    padding-bottom: 60px;
  }
  .about-slogan,
  .about-ci {
    align-items: flex-start;
    margin: 0 auto;
    word-break: keep-all;
  }
  .iesg-cont {
    padding: 60px 0;
  }
  .ob-history-sec-slide {
    min-width: 320px;
    border-radius: 20px;
  }
  .ob-history-sec-img {
    height: 160px;
  }
  .ob-history-sec-txt {
    height: 333px;
  }
  .locale-en .ob-history-sec-txt {
    height: 503px;
  }
  .ob-history-sec-txt {
    padding: 20px 20px 30px;

    word-break: keep-all;
  }
  .ob-history-sec-inner {
    padding: 0;
    /* height: 70dvh; */
    /* overflow-y: scroll; */
    /* width: 100%; */
  }
  .history-btns {
    display: none;
  }
  .history-container {
    padding: 40px 0;
  }
  .ob-history-sec {
    margin-top: 20px;
  }
  .ob-history-sec-title {
    font-size: 1.7rem;
    line-height: 120%;
    letter-spacing: -0.52px;
    margin-bottom: 4px;
  }
  .ob-history-sec-txt {
    p {
      font-size: 1.385rem;
    }
  }
  .ob-history-sec-img-txt {
    bottom: 10px;
  }
  .iesg-bg img {
    object-fit: cover;
    width: 100%;
    min-height: 1150px !important;
  }
  .br-mo {
    display: block !important;
  }
  .br-mo-on {
    display: block !important;
  }
  /* .locale-en .br-mo {
        display: none !important;
    } */
  .asttb-desc,
  .act-desc {
    width: 100%;
  }
  .index-section-02 {
    padding: 60px 0;
  }
  .isb-tit {
    h2 {
      text-align: center;
    }
  }
  .contact-tabs-map img {
    width: 100%;
    aspect-ratio: 343 / 269;
    object-fit: cover;
  }
  .career-container .ob-kv-sec,
  .career-container .ob-kv-bg,
  .career-container .ob-kv-bg img,
  .career-container .ob-kv-tit {
    min-height: 460px !important;
    object-fit: cover;
    P {
      width: 90%;
      margin: 0 auto;
      letter-spacing: -0.3px;
    }
  }
  .brand-container .ob-kv-tit {
    min-height: unset;
  }
  .career-section-02 {
    flex-direction: column;
    padding: 60px 0;
    gap: 20px;
    > img {
      width: 50%;
    }
    h2 {
      font-size: 1.7rem;
    }
    p {
      word-break: keep-all;
      font-size: 1.25rem;
    }
  }
  .sus-section-01 {
    h1 {
      font-size: 2rem;
    }
    p {
      font-size: 1.25rem;
    }
  }
  .txt-under-yellow,
  .txt-under-wh {
    text-decoration-thickness: 10px;
    text-underline-offset: -5px;
  }
  .who-s7-btn {
    margin: 0 auto;
    font-size: 1.25rem;
    letter-spacing: -0.32px;
    img {
      margin-top: -2px;
      width: 16px;
      height: 16px;
    }
  }
  .about-mar-section-01 {
    height: 192px !important;
    min-height: unset;
    h1 {
      font-size: 2rem;
    }
    div img {
      min-height: unset;
      height: 192px;
      object-fit: cover;
    }
  }
  .mar-mo-cont {
    width: 90%;
    padding: 60px 0;
    margin: 0 auto;
    p {
      font-size: 1.25rem;
    }
    h2 {
      margin-bottom: 20px;
      font-size: 1.5rem;

      font-style: normal;
      font-weight: 700;
      line-height: 140%; /* 28px */
      letter-spacing: -0.4px;
    }
  }
}
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (max-width: 768px) {
  .partner-section-01 {
    padding: 60px 0;
    h1 {
      text-align: left;
      font-size: 2rem;
      letter-spacing: -0.52px;
    }
  }

  .sus-section-03 {
    padding: 0 0 60px;
    .sus-box:first-child {
      background: url(../img/sustainability/sus-drive-mo.png) no-repeat center;
    }
    .sus-box:nth-child(2) {
      background: url(../img/sustainability/sus-esg-mo.png) no-repeat center;
    }
    .sus-box:last-child {
      background: url(../img/sustainability/sus-social-mo.png) no-repeat center;
    }
  }
  .par-sec01-txt-wrap {
    padding: 30px 20px;
    margin-top: 20px;
    word-break: keep-all;
  }
  .pst-steps {
    flex-direction: column;
    img {
      transform: rotate(90deg);
    }
  }
  .pst-steps {
    display: flex;
    align-items: center;
    gap: 24px;
    overflow: hidden; /* 겹쳤다가 나오는 효과용 */
    position: relative;
    img {
      transform: rotate(90deg) !important;
    }
  }

  .pst-step {
    background: #f5e003;
    color: #111;
    font-weight: 600;
    padding: 16px 20px;
    border-radius: 50px;
    text-align: center;

    line-height: 1.4;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);

    font-size: 1.25rem !important;
  }
  .pst-step p {
    width: 90%;
    white-space: wrap;
    overflow: hidden;
  }
  .pst-steps img {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    opacity: 0.9;
  }
  .sus-flex-cc {
    flex-direction: column;
  }
  .contact-tabs-nav {
    display: none;
  }
  .contact-tabs-select {
    display: block;
    position: relative;
    margin: 12px 0;
    z-index: 1;
  }
  .sus-section-02 {
    .sus-down-logo {
      padding: 40px 40px 60px;
      gap: 20px;
      width: 80%;
      margin: 0 auto;
    }
  }
  .sus-box-btn .sus-flex-cc {
    flex-direction: row;
  }
  .sus-section-03 {
    .sus-flex-cc {
      gap: 20px;
    }
    .sus-box {
      width: 100%;
      padding: 30px;
      min-height: 220px;
    }
  }
  .contact-tabs-select-title {
    width: 100%;
    padding: 12px 44px 12px 0; /* 오른쪽 여백은 화살표 공간 */
    font-size: 1.25rem;
    line-height: 1.4;
    color: #222;
    background: #fff;
    border: none;
    border-bottom: 1px solid #d1d5db;
    text-align: left;
  }
  .contact-tabs-select-title:after {
    content: "";
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 12px;
    height: 12px;
    border-right: 2px solid #666;
    border-bottom: 2px solid #666;
    pointer-events: none;
  }
  .contact-tabs-select.is-open .contact-tabs-select-title:after {
    transform: translateY(-50%) rotate(-135deg);
  }

  /* 네이티브 셀렉트는 전체 영역을 덮어 클릭/탭 포착만 함 */
  .contact-tabs-select-native {
    position: absolute;
    inset: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    cursor: pointer;
  }
  .contact-tabs-memo {
    display: none;
  }
  .brand-card__overlay > span {
    position: absolute;
    font-size: 1rem;
    bottom: 20px;
    display: flex;
    width: 100%;
    gap: 6px;
    align-items: center;
    right: 10px;
    justify-content: flex-end;
    img {
      width: 16px;
    }
  }
  .br-pc {
    display: none !important;
  }
  .iesg-cont,
  .iesg-bg img,
  .index-esg {
    min-height: 300px;
  }
  .iesg-cont {
    justify-content: flex-start;
  }
  .index-section-03,
  .index-wha,
  .iwha-bg img,
  .iwha-filter img,
  .iwha-txt {
    min-height: 300px;
  }
  .ik-tit {
    h1 {
      font-size: 2rem;
      line-height: 120%;
      letter-spacing: -0.52px;
      margin-bottom: 10px;
    }
    p {
      font-size: 15px;
      font-style: normal;
      font-weight: 400;
      line-height: 140%; /* 21px */
      letter-spacing: -0.3px;
    }
  }
  .ob-history-sec-txt li {
    font-size: 12px;
  }

  .logo-marquee {
    padding: 40px 0 0;
  }
  .iesgc-logo {
    margin-bottom: 20px;
  }
  .nllblt-tit {
    height: 60px;
  }
}
.iesg-bg img,
.iwha-bg img,
.iwha-filter img,
.iwha-filter,
.iwha-txt {
  max-height: 900px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 769px) {
  .contact-tabs-select {
    display: none;
  }
  .contact-tabs-nav {
    display: flex;
    gap: 8px;
  }
}
/* 현재 언어 표시되는 토글 버튼 감추기 */
#conveythis-wrapper #conveythis-widget-current-language-wrapper {
  display: none !important;
  position: relative !important;
}

/* 만약 플로팅 위치 잡는 외부 div 자체 여백/배경도 제거하고 싶으면 */
#conveythis-wrapper {
  background: none !important;
  padding: 0 !important;
  position: relative !important;
}
@media (max-width: 768px) {
  .ob-history-sec-swiper .swiper-slide {
    width: 320px !important; /* 모바일에서 고정 폭 */
  }
}
/* 1depth active */
.menu-1depth > .menu-item > a.active {
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-decoration-color: #e5b611;
  text-decoration-skip-ink: none;
  text-underline-offset: 7px;
}

/* 2depth active */
.menu-2depth .menu-item > a.active {
  color: #e5b611;
  font-weight: 600;
}

/* 공통 hover와 active 통일감 */
.menu-item > a:hover,
.menu-item > a.active {
  /* color: #e5b611; */
}
/* .locale-en .br-mo,
.locale-en .br-pc,
.locale-en br {
    display: none !important;
}
.locale-en .who-box-value {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: start;
}
.locale-en .who-boxs {
    align-items: flex-end;
}
.locale-en .who-box-value {
    text-align: center;
    font-weight: 700;
    line-height: 1.2;
}

.locale-en .who-box-value-number {
    font-size: 3rem;
    line-height: 1.05;
    display: flex;
    align-items: flex-start;
    font-weight: 800;
}

.locale-en .who-box-value-unit {
    font-size: 3rem;
    font-weight: 700;
    margin-left: 0.1em;

    font-family: "Avantt";
    line-height: 1.2;
}

.locale-en .who-box-value-plus {
    display: block;
    font-size: 1.2rem;
    margin-top: 0.3em;
}
.locale-en .who-box-value-number {
    display: block;
    font-size: 3rem;
    font-weight: 800;
    display: flex;
    flex-direction: row;
}

.locale-en .who-box-value-plus {
    display: block;
    font-size: 3rem;
    font-weight: 600;
    margin-top: 0.3em;
} */

.locale-en {
  .pp-en {
    display: block !important;
  }
  .pp-ko {
    display: none !important;
  }
}

.pp-en {
  display: none !important;
}
.pp-ko {
  display: block !important;
}
.locale-en {
  .pp-en {
    display: block !important;
  }
  .pp-ko {
    display: none !important;
  }
}

.pp-en {
  display: none !important;
}
.pp-ko {
  display: block !important;
}

.locale-en .partner-form-fieldset {
  .locale-en {
    display: block !important;
  }
  .locale-en-none {
    display: none !important;
  }
}
.partner-form-fieldset {
  .locale-en {
    display: none !important;
  }
  .locale-en-none {
    display: block !important;
  }
}
