#visual {
  position: relative;
  padding-top: 0;
  background: #faf7f4;
  color: #292929;
  overflow: hidden;
}
#visual .swiper {
  width: 100%;
  max-width: 1520px;
  margin-inline: auto;
  background: #faf7f4;
}
#visual .swiper-slide {
  position: relative;
  height: clamp(540px, 48vw, 760px);
  min-height: 540px;
  background: #faf7f4;
}
#visual .img {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
#visual .img img {
  position: absolute;
  top: calc(50% + 44px);
  right: 0;
  left: auto;
  width: auto;
  height: auto;
  max-width: 80%;
  max-height: calc(100% - 112px);
  transform: translateY(-50%);
  object-fit: contain;
  object-position: right center;
  mask-image: linear-gradient(to bottom, transparent, #000 48px, #000 calc(100% - 48px), transparent), linear-gradient(to right, transparent, #000 48px, #000 calc(100% - 48px), transparent);
  mask-composite: intersect;
}
#visual .hero-veil {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(250, 247, 244, 0.7), rgba(250, 247, 244, 0.05) 54%, transparent 65%);
}
#visual .swiper-slide .wfix {
  position: absolute;
  top: 32%;
  left: 0;
  width: 100%;
}
#visual .tit_visual {
  position: relative;
  width: 57%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#visual .hero-statement {
  margin: 0;
  font-size: clamp(26px, 2.5vw, 38px);
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: -0.035em;
  word-break: keep-all;
}
#visual .hero-company-name {
  margin-top: 24px;
  font-size: clamp(26px, 2.5vw, 38px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.04em;
}
#visual .hero-statement .point {
  color: #ff6b20;
}
#visual .title {
  display: block;
  margin: 0;
  font-size: clamp(38px, 4.4vw, 72px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.04em;
  white-space: nowrap;
}
#visual .title .point {
  color: #ff6b20;
}
#visual .desc {
  margin: 20px 0 0;
  min-height: 2.9em;
  font-size: clamp(22px, 2.05vw, 32px);
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: -0.035em;
  word-break: keep-all;
}
#visual .desc .block {
  display: block;
}
#visual .hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-width: 190px;
  min-height: 48px;
  margin-top: 28px;
  padding: 12px 22px;
  border-radius: 7px;
  background: #f56518;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  transition: background 0.15s;
}
#visual .hero-cta:hover {
  background: #df5310;
}
#visual .hero-cta .arrow {
  font-size: 19px;
  line-height: 1;
}
#visual .hero-cta:focus-visible, #visual .pager button:focus-visible {
  outline: 3px solid #333;
  outline-offset: 4px;
}
#visual .pager {
  position: absolute;
  bottom: 32px;
  right: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 8px;
}
#visual .swiper-pagination {
  position: static;
  display: flex;
  align-items: center;
  gap: 8px;
  width: auto;
}
#visual .swiper-pagination-bullet {
  display: block;
  width: 12px;
  height: 12px;
  margin: 0;
  border: 0;
  border-radius: 20px;
  padding: 0;
  background: #d4d0cb;
  opacity: 1;
  cursor: pointer;
  transition: width 0.2s;
}
#visual .swiper-pagination-bullet-active {
  width: 42px;
  background: #ff6b20;
}
#visual .hero-pause {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  color: #292929;
  font-size: 14px;
  cursor: pointer;
}

html[lang=en] #visual .desc {
  font-size: clamp(20px, 1.9vw, 30px);
  letter-spacing: -0.025em;
  word-break: normal;
}

html[lang=en] #visual .desc .block {
  text-wrap: balance;
}

html[lang=en] #visual .hero-statement {
  letter-spacing: -0.025em;
  word-break: normal;
}

html[lang=en] #visual .hero-statement .block {
  text-wrap: balance;
}

@media (max-width: 1560px) {
  #visual .pager {
    right: 1.28vw;
  }
}
@media (max-width: 1400px) {
  #visual .pager {
    right: 20px;
  }
}
@media (min-width: 701px) and (max-width: 1100px) {
  html[lang=en] #visual .desc {
    min-height: 4.35em;
  }
}
@media (max-width: 700px) {
  #visual .swiper-slide {
    height: auto;
    min-height: 560px;
  }
  #visual .img img {
    top: 62px;
    left: 0;
    width: 100%;
    height: 255px;
    max-width: none;
    max-height: none;
    transform: none;
    object-fit: cover;
    object-position: right center;
    mask-image: linear-gradient(to bottom, transparent, #000 20px, #000 calc(100% - 32px), transparent), linear-gradient(to right, transparent, #000 16px, #000 calc(100% - 16px), transparent);
  }
  #visual .hero-veil {
    background: linear-gradient(180deg, rgba(250, 247, 244, 0.96) 0%, transparent 16%, transparent 38%, #faf7f4 54%);
  }
  #visual .swiper-slide .wfix {
    position: relative;
    top: auto;
    padding-top: 292px;
    padding-bottom: 76px;
  }
  #visual .tit_visual {
    width: 100%;
  }
  #visual .hero-statement {
    font-size: 26px;
    line-height: 1.3;
  }
  #visual .hero-company-name {
    margin-top: 14px;
    font-size: 26px;
  }
  #visual .title {
    font-size: clamp(27px, 8.2vw, 34px);
  }
  #visual .desc {
    margin-top: 14px;
    min-height: 4.2em;
    font-size: clamp(17px, 4.85vw, 20px);
    line-height: 1.4;
  }
  #visual .hero-cta {
    margin-top: 18px;
    min-width: 182px;
    min-height: 44px;
    padding: 10px 18px;
    font-size: 14px;
  }
  #visual .pager {
    bottom: 16px;
    right: 20px;
  }
  html[lang=en] #visual .desc {
    min-height: 5.6em;
    font-size: clamp(16px, 4.4vw, 18px);
    line-height: 1.4;
    letter-spacing: -0.015em;
  }
}
@media (prefers-reduced-motion: reduce) {
  #visual .swiper-wrapper, #visual .swiper-slide, #visual .hero-cta, #visual .swiper-pagination-bullet {
    transition-duration: 0s !important;
  }
}

.head_comm .sup {
  display: block;
  margin-bottom: 0.4em;
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--color-primary);
}
.head_comm .title {
  display: block;
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 1.25;
}
.head_comm .desc {
  line-height: 1.33;
  color: #333;
  word-break: keep-all;
}
@media screen and (max-width: 1024px) {
  .head_comm .sup {
    font-size: 12px;
  }
  .head_comm .title {
    font-size: 24px;
  }
  .head_comm .desc {
    font-size: 12px;
  }
}

.sect_acheivements {
  position: relative;
  padding: 15rem 0;
}
.sect_acheivements:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/main_acheivements_bg.png) no-repeat center/auto 77.2rem;
  z-index: 1;
  content: "";
}
.sect_acheivements .wfix {
  position: relative;
  z-index: 2;
}
.sect_acheivements .head_comm {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 4rem;
}
.sect_acheivements .head_comm .wrap_tit {
  width: 40%;
}
.sect_acheivements .head_comm .wrap_desc {
  width: 60%;
  text-align: right;
}
.sect_acheivements .head_comm .desc {
  display: inline-block;
  text-align: left;
}
.sect_acheivements .contents {
  margin-top: 13.2rem;
}
.sect_acheivements .contents .list_acheivements {
  display: flex;
  justify-content: space-between;
  gap: 13rem;
}
.sect_acheivements .contents .list_acheivements .item {
  width: 100%;
}
.sect_acheivements .contents .list_acheivements .item:nth-child(even) {
  margin-top: 5rem;
}
.sect_acheivements .contents .list_acheivements .sup {
  position: relative;
  display: block;
  margin-bottom: 2.4rem;
  padding-bottom: 2rem;
  font-size: 1.8rem;
  color: #777;
  line-height: 1.2;
}
.sect_acheivements .contents .list_acheivements .sup:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.3rem;
  background: #000;
  transition: 1s;
  content: "";
}
.sect_acheivements .contents .list_acheivements .sup.aos-animate:after {
  width: 100%;
}
.sect_acheivements .contents .list_acheivements .num {
  display: inline-block;
  vertical-align: bottom;
  line-height: 1;
  font-size: 8rem;
  font-weight: bold;
}
.sect_acheivements .contents .list_acheivements .num em {
  display: inline-block;
  vertical-align: bottom;
  font-size: 6rem;
}
.sect_acheivements .contents .list_acheivements .item:first-child .num em {
  line-height: 8rem;
}
.sect_acheivements .contents .list_acheivements .unit {
  display: inline-block;
  vertical-align: bottom;
  color: #555;
  line-height: 1.8;
}
.sect_acheivements .clients {
  margin-top: 20rem;
}
.sect_acheivements .list_client .list2 {
  margin-top: 2rem;
}
.sect_acheivements .list_client .swiper-wrapper {
  transition-timing-function: linear !important;
}
.sect_acheivements .list_client .swiper-slide {
  width: 24rem;
}
.sect_acheivements .list_client img {
  mix-blend-mode: multiply;
}
@media screen and (max-width: 1024px) {
  .sect_acheivements .head_comm {
    display: block;
  }
  .sect_acheivements .head_comm .wrap_tit {
    width: auto;
  }
  .sect_acheivements .head_comm .wrap_desc {
    width: auto;
    margin-top: 12px;
    text-align: left;
  }
  .sect_acheivements .contents {
    margin-top: 40px;
  }
  .sect_acheivements .contents .list_acheivements {
    gap: 40px 54px;
    flex-wrap: wrap;
  }
  .sect_acheivements .contents .list_acheivements .item {
    width: calc(50% - 27px);
  }
  .sect_acheivements .contents .list_acheivements .item:nth-child(even) {
    margin-top: 24px;
  }
  .sect_acheivements .contents .list_acheivements .sup {
    margin-bottom: 14px;
    font-size: 12px;
    word-break: keep-all;
  }
  .sect_acheivements .contents .list_acheivements .sup:after {
    height: 2px;
  }
  .sect_acheivements .contents .list_acheivements .num {
    font-size: 40px;
  }
  .sect_acheivements .contents .list_acheivements .num em {
    font-size: 30px;
  }
  .sect_acheivements .contents .list_acheivements .item:first-child .num em {
    line-height: 8rem;
  }
  .sect_acheivements .contents .list_acheivements .unit {
    font-size: 12px;
  }
  .sect_acheivements .clients {
    margin-top: 76px;
  }
}
@media screen and (max-width: 768px) {
  .sect_acheivements .head_comm .desc {
    word-break: keep-all;
  }
  .sect_acheivements .head_comm .desc .block {
    display: inline;
  }
  .sect_acheivements .contents .list_acheivements .sup .ib {
    display: block;
  }
}

.sect_solution {
  padding: 14.5rem 0;
  background: #f9f9f9;
}
.sect_solution .head_comm {
  text-align: center;
}
.sect_solution .head_comm .desc {
  margin-top: 2rem;
}
.sect_solution .contents {
  margin-top: 9.6rem;
}
.sect_solution .contents .list_solution {
  display: flex;
  border-radius: 1.5rem;
  overflow: hidden;
}
.sect_solution .contents [class^=item] {
  position: relative;
  width: 100%;
  background: no-repeat center/cover;
  overflow: hidden;
  cursor: pointer;
}
.sect_solution .contents .item1 {
  background-image: url(../img/main_solution1.jpg);
}
.sect_solution .contents .item2 {
  background-image: url(../img/main_solution2.jpg);
}
.sect_solution .contents .item3 {
  background-image: url(../img/main_solution3.jpg);
}
.sect_solution .contents .item4 {
  background-image: url(../img/main_solution4.jpg);
}
.sect_solution .contents .item5 {
  background-image: url(../img/main_solution5.jpg);
}
.sect_solution .contents .inr {
  display: flex;
  align-items: flex-end;
  height: 52rem;
}
.sect_solution .contents .num {
  position: absolute;
  top: 4rem;
  left: 3rem;
  font-size: 2rem;
  font-weight: 600;
  z-index: 1;
}
.sect_solution .contents .conts {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  padding: 4rem 3rem;
}
.sect_solution .contents .conts:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 11.6rem;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transition: 0.35s ease;
  content: "";
}
.sect_solution .contents .tit {
  position: relative;
  display: block;
  font-size: 2.4rem;
  font-weight: 600;
}
.sect_solution .contents .desc {
  position: relative;
  display: block;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  margin-top: 0;
  padding-right: 5rem;
  font-size: 1.8rem;
  opacity: 0.8;
  line-height: 1.35;
  word-break: keep-all;
  transform: translateY(1.2rem);
  transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}
.sect_solution .contents .desc:after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../img/icon_arrow01.svg) no-repeat center/contain;
  content: "";
}

/* 1025px 이상 (데스크톱 및 태블릿 가로): 부드러운 아코디언 호버 인터랙션 */
@media screen and (min-width: 1025px) {
  .sect_solution .contents [class^=item] {
    flex: 1;
    width: auto;
    transition: flex 0.45s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .sect_solution .contents [class^=item]:hover,
  .sect_solution .contents [class^=item].on {
    flex: 1.65;
  }
  .sect_solution .contents [class^=item]:hover .conts:before,
  .sect_solution .contents [class^=item].on .conts:before {
    height: 100%;
  }
  .sect_solution .contents [class^=item]:hover .desc,
  .sect_solution .contents [class^=item].on .desc {
    max-height: 20rem;
    opacity: 1;
    margin-top: 2rem;
    transform: translateY(0);
  }
}

/* 1024px 이하 (태블릿 세로 및 모바일): 리스트형 카드 및 호버/탭/스크롤 슬라이드인 */
@media screen and (max-width: 1024px) {
  .sect_solution .contents {
    margin-top: 24px;
  }
  .sect_solution .contents .list_solution {
    display: block;
    border-radius: 8px;
  }
  .sect_solution .contents .item1 {
    background-image: url(../img/main_solution1_mo.jpg);
  }
  .sect_solution .contents .item2 {
    background-image: url(../img/main_solution2_mo.jpg);
  }
  .sect_solution .contents .item3 {
    background-image: url(../img/main_solution3_mo.jpg);
  }
  .sect_solution .contents .item4 {
    background-image: url(../img/main_solution4_mo.jpg);
  }
  .sect_solution .contents .item5 {
    background-image: url(../img/main_solution5_mo.jpg);
  }
  .sect_solution .contents [class^=item] {
    transition: all 0.3s ease;
  }
  .sect_solution .contents .inr {
    position: relative;
    flex-direction: column;
    align-items: unset;
    height: 150px;
    padding: 18px 0;
  }
  .sect_solution .contents .inr:before {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    transition: 0.35s ease;
    content: "";
  }
  .sect_solution .contents .num {
    position: relative;
    top: auto;
    left: auto;
    font-size: 12px;
    display: block;
    padding-left: 16px;
  }
  .sect_solution .contents .conts {
    flex-grow: 1;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 4px;
    padding: 0;
  }
  .sect_solution .contents .conts:before {
    display: none;
  }
  .sect_solution .contents .conts .tit {
    width: 55%;
    font-size: 16px;
    padding-left: 16px;
    word-break: keep-all;
  }
  .sect_solution .contents .conts .desc {
    display: block;
    width: 45%;
    max-height: none;
    margin-top: 0;
    font-size: 12px;
    line-height: 1.4;
    padding: 0 16px;
    transform: translateX(100%);
    opacity: 0;
    transition: 0.35s ease;
  }
  .sect_solution .contents .conts .desc:after {
    right: 16px;
  }
  /* 마우스 호버 시 또는 활성화(.on) 시 우측 서랍 슬라이드인 */
  .sect_solution .contents [class^=item]:hover .inr:before,
  .sect_solution .contents [class^=item].on .inr:before {
    width: 45%;
  }
  .sect_solution .contents [class^=item]:hover .conts .desc,
  .sect_solution .contents [class^=item].on .conts .desc {
    transform: translateX(0);
    opacity: 1;
  }
}

.sect_contents {
  padding: 15rem 0;
}
.sect_contents .contents {
  display: flex;
  gap: 5rem;
  margin-top: 4rem;
}
.sect_contents .thumb {
  aspect-ratio: 875 / 1024;
  align-self: flex-start;
  display: flex;
  width: 30%;
  border-radius: 1.5rem;
  overflow: hidden;
  flex-shrink: 0;
}
.sect_contents .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sect_contents .wrap_contents {
  min-width: 0;
  flex-grow: 1;
  width: 70%;
}
.sect_contents .tab {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
}
.sect_contents .tab a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16rem;
  height: 4rem;
  border-radius: 4rem;
  border: 1px solid #ddd;
  color: #bbb;
  font-weight: 600;
  transition: 0.2s;
}
.sect_contents .tab li.on a {
  border-color: var(--color-primary);
  color: var(--color-primary);
}
@media screen and (min-width: 1024px) {
  .sect_contents .tab a:hover {
    border-color: #000;
    color: #000;
  }
}
.sect_contents .tab_conts_group {
  margin-top: 32px;
  cursor: none;
}
.sect_contents .tab_conts_group .list_board li {
  border-bottom: 1px solid #ddd;
}
.sect_contents .tab_conts_group .list_board .inr {
  position: relative;
  display: block;
  padding: 2.8rem 0;
  cursor: none;
}
.sect_contents .tab_conts_group .list_board .inr:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--color-primary);
  transition: 0.5s;
  content: "";
}
.sect_contents .tab_conts_group .list_board .tit {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 2.4rem;
  font-weight: 600;
  color: #333;
  transition: 0.5s;
  word-break: keep-all;
}
.sect_contents .tab_conts_group .list_board .conts {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 1.2rem;
  font-size: 1.6rem;
  color: #777;
  transition: 0.5s;
  word-break: keep-all;
}
@media screen and (min-width: 1400px) {
  .sect_contents .tab_conts_group .list_board .inr:hover .tit {
    color: var(--color-primary);
  }
  .sect_contents .tab_conts_group .list_board .inr:hover .conts {
    color: #000;
  }
  .sect_contents .tab_conts_group .list_board .inr:hover:after {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .sect_contents .contents {
    flex-direction: column-reverse;
  }
  .sect_contents .thumb {
    width: 100%;
    height: 175px;
  }
  .sect_contents .wrap_contents {
    width: 100%;
  }
  .sect_contents .tab {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  .sect_contents .tab li {
    width: 100%;
  }
  .sect_contents .tab a {
    width: 100%;
    height: 40px;
    border-radius: 1.5rem;
    font-size: 12px;
  }
  .sect_contents .tab_conts_group {
    margin-top: 14px;
  }
  .sect_contents .tab_conts_group .list_board .inr {
    padding: 12px 0 15px;
  }
  .sect_contents .tab_conts_group .list_board .tit {
    font-size: 16px;
  }
  .sect_contents .tab_conts_group .list_board .conts {
    height: 30px;
    font-size: 10px;
    overflow: hidden;
    text-overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

.cursor {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.2s;
  z-index: 8;
  cursor: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  width: 10rem;
  height: 10rem;
  border-radius: 100%;
  background: rgba(255, 100, 0, 0.6);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.6);
}
.cursor span {
  color: #fff;
  font-size: 1.6rem;
}
.cursor:after {
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../img/icon_arrow01.svg) no-repeat center/contain;
  filter: invert(1);
  content: "";
}
.cursor.on {
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .cursor {
    display: none;
  }
}


/*팝업반응형*/
@media (max-width: 1280px){
	.hd_pops_con{width: 320px!important; height: fit-content!important;}
	#hd_pop .hd_pops:nth-child(2){left: 30px!important; top: 0!important;}
	#hd_pop .hd_pops:nth-child(3){left: 50px!important; top: 30px!important;}
	#hd_pop .hd_pops:nth-child(4){left: 70px!important; top: 50px!important;}
}
@media (max-width: 400px){
	#hd_pop .hd_pops:nth-child(2){left: 10px!important;}
	#hd_pop .hd_pops:nth-child(3){left: 10px!important; }
	#hd_pop .hd_pops:nth-child(4){left: 10px!important;}
}
@media (max-width: 320px){
	.hd_pops_con{width: 280px!important; height:fit-content!important;}
}

/* ===================================================
   PARTNERS & CLIENTS (100% 끊김 없는 무한 Seamless Marquee)
=================================================== */
.sect_partners {
  position: relative;
  padding: 14.5rem 0;
  background: #ffffff;
  overflow: hidden;
}
.sect_partners .head_comm {
  text-align: center;
}
.sect_partners .head_comm .desc {
  margin-top: 2rem;
}

/* 무한 롤링 트랙 컨테이너 */
.sect_partners .clients_card_wrap {
  width: 100%;
  position: relative;
  margin-top: 8rem;
  overflow: hidden;
}

.marquee_container {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  width: 100%;
  overflow: hidden;
}

.marquee_row {
  display: flex;
  width: 100%;
  overflow: hidden;
  user-select: none;
}

.marquee_track {
  display: flex;
  width: max-content;
  will-change: transform;
  gap: 1.6rem;
}

/* 좌측 롤링 (상단 트랙) */
.marquee_track.track_left {
  animation: marqueeLeft 48s linear infinite;
}

/* 우측 롤링 (하단 트랙) */
.marquee_track.track_right {
  animation: marqueeRight 48s linear infinite;
}

@keyframes marqueeLeft {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes marqueeRight {
  0% {
    transform: translate3d(-50%, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

/* 개별 파트너사 카드 */
.partner_card {
  flex-shrink: 0;
  width: 21rem;
  height: 9.6rem;
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.6rem 2.4rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
  box-sizing: border-box;
}

.partner_card img {
  max-width: 14rem;
  max-height: 4.8rem;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.65;
  pointer-events: none;
}

/* --- 반응형 미디어 쿼리 --- */
@media screen and (max-width: 1024px) {
  .sect_partners {
    padding: 60px 0;
  }
  .sect_partners .clients_card_wrap {
    margin-top: 40px;
  }
  .marquee_container {
    gap: 1.4rem;
  }
  .marquee_track {
    gap: 1.4rem;
  }
  .marquee_track.track_left {
    animation-duration: 36s;
  }
  .marquee_track.track_right {
    animation-duration: 36s;
  }
  .partner_card {
    width: 19rem;
    height: 8.8rem;
    border-radius: 1.4rem;
    padding: 1.4rem 2rem;
  }
  .partner_card img {
    max-width: 12.5rem;
    max-height: 4.2rem;
  }
}

@media screen and (max-width: 768px) {
  .sect_partners {
    padding: 50px 0;
  }
  .marquee_container {
    gap: 1.2rem;
  }
  .marquee_track {
    gap: 1.2rem;
  }
  .marquee_track.track_left {
    animation-duration: 30s;
  }
  .marquee_track.track_right {
    animation-duration: 30s;
  }
  .partner_card {
    width: 16rem;
    height: 7.6rem;
    border-radius: 1.2rem;
    padding: 1.2rem 1.6rem;
  }
  .partner_card img {
    max-width: 10.5rem;
    max-height: 3.6rem;
  }
}

@media screen and (max-width: 480px) {
  .sect_partners {
    padding: 40px 0;
  }
  .marquee_container {
    gap: 1rem;
  }
  .marquee_track {
    gap: 1rem;
  }
  .marquee_track.track_left {
    animation-duration: 24s;
  }
  .marquee_track.track_right {
    animation-duration: 24s;
  }
  .partner_card {
    width: 14rem;
    height: 6.8rem;
    border-radius: 1rem;
    padding: 1rem 1.2rem;
  }
  .partner_card img {
    max-width: 9.5rem;
    max-height: 3.2rem;
  }
}
/* Keep row spacing while leaving room for card shadows at both clipping edges. */
.sect_partners .clients_card_wrap {
  padding: 10px 0;
}

.sect_partners .marquee_container {
  overflow: visible;
}

.sect_partners .marquee_row {
  padding: 10px 0;
  margin: -10px 0;
}

/* Keep desktop spacing consistent between the main sections. */
@media screen and (min-width: 1025px) {
  .sect_partners {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .sect_partners + .sect_solution {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .sect_solution + .sect_contents {
    padding-top: 72px;
  }
}

/* DrawAX: balance the complete English sentence without shrinking type. */
html[lang=en] #visual .hero-drawax-desc { text-wrap: balance; min-height: 2.9em; }
html[lang=en] #visual .hero-drawax-desc .block { display: inline; }

/* Approved credential artwork: content widths, shared height, transparent assets. */
.brand-credentials {
  display: grid;
  grid-template-columns: var(--brand-pc-columns);
  align-items: center;
  gap: 24px;
  width: min(100%, var(--brand-limit, 560px), var(--brand-pc-natural));
  max-width: 100%;
  margin: 24px auto 0;
  padding: 0;
  border: 0;
  background: transparent;
}
.brand-credentials picture { display: block; min-width: 0; }
.brand-credentials img {
  display: block; width: 100%; height: auto;
  aspect-ratio: var(--brand-pc-ratio); object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .brand-credentials {
    grid-template-columns: var(--brand-mo-columns);
    gap: 12px; margin-top: 16px;
    width: min(100%, var(--brand-limit, 360px), var(--brand-mo-natural));
  }
  .brand-credentials img { aspect-ratio: var(--brand-mo-ratio); }
}

/* 10px wrapper padding preserves shadows: total image-to-card gap is 32/24px. */
.sect_partners .clients_card_wrap { margin-top: 22px; }
@media screen and (max-width: 1024px) {
  .sect_partners .clients_card_wrap { margin-top: 14px; }
}
