@charset "UTF-8";
/* paga에서만 사용 */
.section {
  padding-bottom: 100px;
}

.company-wrap {
  margin-top: 50px;
}
.company-wrap .map-wrap .root_daum_roughmap .cont {
  display: none;
}
.company-wrap .map-wrap .root_daum_roughmap {
  width: 100% !important;
}
.company-wrap .map-wrap .box-wrap {
  background-color: var(--bg-primary);
  color: var(--color-white);
}
.company-wrap .map-wrap .box-wrap .inner {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 100px;
  margin: 0 auto;
}
.company-wrap .map-wrap .box-wrap h2 {
  font-size: 32px;
  font-weight: 700;
}
.company-wrap .map-wrap .box-wrap span {
  font-size: 24px;
  font-weight: 700;
}
.company-wrap .map-wrap .box-wrap .box {
  border: 1px solid var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 50px;
  flex-shrink: 0;
  font-size: 18px;
}
.company-wrap .map-wrap .box-wrap .box.en {
  width: 160px;
}
.company-wrap .map-wrap .box-wrap .btn-search {
  width: 160px;
  height: 50px;
  background-color: var(--color-white);
  color: var(--color-primary);
  border-radius: 25px;
  font-size: 18px;
  font-weight: 700;
  gap: 20px;
  margin-left: auto;
}
.company-wrap .map-wrap .box-wrap .btn-search .icon {
  width: 24px;
  height: 24px;
  filter: brightness(0) saturate(100%) invert(54%) sepia(9%) saturate(1708%) hue-rotate(123deg) brightness(94%) contrast(94%);
}
.company-wrap .map-wrap .box-wrap .btn-search .icon::before {
  background-image: url("../../images/icon/icon-search.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.company-wrap .citation-wrap .citation-list {
  position: relative;
}
.company-wrap .citation-wrap .citation-list + .citation-list {
  margin-top: 20px;
}
.company-wrap .citation-wrap .citation-list ul {
  display: flex;
  align-items: center;
  gap: 50px;
}
.company-wrap .citation-wrap .citation-list li {
  text-align: center;
  margin-bottom: 20px;
  flex-shrink: 0;
}
.company-wrap .citation-wrap .citation-list li img {
  width: 260px;
  border-radius: 15px;
  box-shadow: 0 4px 4px 0 rgba(76, 74, 74, 0.25);
}
.company-wrap .citation-wrap .citation-list li p {
  font-size: 18px;
  color: var(--color-primary);
  font-weight: 700;
  margin-top: 20px;
}
.company-wrap .citation-wrap .citation-list .bg-box {
  width: 100vw;
  height: 320px;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.company-wrap .citation-wrap .citation-list.right ul {
  margin-left: 100px;
}
.company-wrap .citation-wrap .citation-list.right .bg-box {
  left: 0;
  background-image: url("../../images/sub/bg-logoshape-right.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
}
.company-wrap .citation-wrap .citation-list.left ul {
  margin-right: 100px;
  justify-content: flex-end;
}
.company-wrap .citation-wrap .citation-list.left .bg-box {
  right: 0;
  background-image: url("../../images/sub/bg-logoshape-left.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}
.company-wrap .citation-wrap.swiper {
  display: none;
}
.company-wrap .history-wrap {
  margin-top: 50px;
  position: relative;
}
.company-wrap .history-wrap .bg-img {
  display: block;
  width: 623px;
  height: 625px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  left: -160px;
  bottom: 0;
}
.company-wrap .history-wrap .left-box,
.company-wrap .history-wrap .right-box {
  width: 50%;
}
.company-wrap .history-wrap .left-box {
  display: flex;
  flex-direction: column;
}
.company-wrap .history-wrap .left-box h2 {
  font-size: 40px;
}
.company-wrap .history-wrap .left-box p {
  font-size: 45px;
  color: var(--color-primary);
  font-family: "Cormorant Garamond", serif;
}
.company-wrap .history-wrap .left-box img {
  display: block;
  margin-top: auto;
}
.company-wrap .history-wrap .timeline {
  display: flex;
}
.company-wrap .history-wrap .timeline + .timeline {
  padding-top: 20px;
}
.company-wrap .history-wrap .timeline:last-child ul::after {
  display: none;
}
.company-wrap .history-wrap .timeline h3 {
  width: 150px;
  flex-shrink: 0;
  font-size: 50px;
  font-weight: 700;
}
.company-wrap .history-wrap .timeline ul {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 15px;
  padding-bottom: 80px;
  gap: 32px;
  overflow: hidden;
}
.company-wrap .history-wrap .timeline ul::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../../images/img-dot.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 18px;
}
.company-wrap .history-wrap .timeline ul::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 12px;
  width: 1px;
  height: 100%;
  background-color: var(--color-primary);
  z-index: -1;
  position: absolute;
  left: 10px;
  top: 55px;
}
.company-wrap .history-wrap .timeline li {
  display: flex;
  padding-left: 54px;
}
.company-wrap .history-wrap .timeline li span {
  font-size: 24px;
  font-weight: 700;
  color: var(--gray1);
}
.company-wrap .history-wrap .timeline li span:first-child {
  width: 80px;
  flex-shrink: 0;
  color: var(--gray3);
}
.company-wrap .intro-wrap {
  position: relative;
}
.company-wrap .intro-wrap .bg-img {
  position: absolute;
  top: 150px;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}
.company-wrap .intro-wrap .left-box,
.company-wrap .intro-wrap .right-box {
  width: 50%;
}
.company-wrap .intro-wrap .left-box h2 {
  font-size: 40px;
}
.company-wrap .intro-wrap .left-box p {
  font-size: 45px;
  color: var(--color-primary);
  font-family: "Cormorant Garamond", serif;
}
.company-wrap .intro-wrap .right-box li {
  font-size: 20px;
  margin-top: 30px;
}
.company-wrap .intro-wrap .point-box {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 220px;
}
.company-wrap .intro-wrap .point-box .box {
  width: 100%;
  text-align: center;
}
.company-wrap .intro-wrap .point-box .img-box {
  min-height: 262px;
  border-radius: 20px;
  border: 1.5px solid var(--color-primary);
  background-color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
}
.company-wrap .intro-wrap .point-box .title {
  font-size: 26px;
  font-weight: 900;
  margin-top: 20px;
}

.menu-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.menu-list + .menu-list {
  margin-top: 30px;
}
.menu-list .menu-item .img-box {
  width: 100%;
  overflow: hidden;
  background-color: #d9d9d9;
}
.menu-list .menu-item .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}
.menu-list .menu-item .img-box:hover img {
  transform: scale(1.1);
}
.menu-list .menu-item .name-box {
  display: flex;
  align-items: center;
}
.menu-list .menu-item .name-box h4 {
  font-size: 18px;
  font-weight: 700;
  width: 50%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border-primary);
  background-color: rgba(77, 148, 139, 0.1);
}
.menu-list .menu-item .name-box p {
  font-size: 18px;
  font-weight: 700;
  width: 50%;
  height: 50px;
  display: flex;
  align-items: center;
  border: 1px solid var(--border-primary);
  border-left: 0;
  padding: 0 20px;
}

.menu-title {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-top: 50px;
  margin-bottom: 20px;
}
.menu-title h3 {
  font-size: 36px;
  line-height: 45px;
  font-weight: 700;
  flex-shrink: 0;
}
.menu-title div {
  height: 50px;
  display: flex;
  align-items: center;
  padding: 0 30px;
  background-color: var(--gray-300);
  gap: 10px;
}
.menu-title div b {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}
.menu-title div span {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: var(--color-primary);
}
.menu-title div span + b {
  margin-left: 20px;
}

.facility-wrap {
  margin-top: 50px;
}
.facility-wrap .page-subtitle {
  font-size: 40px;
  font-weight: 700;
}
.facility-wrap > .flex {
  justify-content: space-between;
}
.facility-wrap > .flex .img-box {
  width: 650px;
}
.facility-wrap > .flex .img-box img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.facility-wrap > .flex .text-box {
  width: 50%;
}
.facility-wrap > .flex .text-box ul {
  margin-top: 30px;
}
.facility-wrap > .flex .text-box li {
  font-size: 20px;
  margin-top: 30px;
}
.facility-wrap .line-box {
  display: flex;
  gap: 30px;
  margin-top: 40px;
}
.facility-wrap .line-box .box {
  border: 1px solid var(--color-primary);
  border-radius: 30px;
  padding: 20px;
  width: 100%;
}
.facility-wrap .line-box .box .icon {
  width: 70px;
  height: 70px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: #b9d7d5;
}
.facility-wrap .line-box .box .icon.electro:before {
  background-image: url("../../images/icon/icon-electro.svg");
  background-size: 50px;
  background-position: center center;
  background-repeat: no-repeat;
}
.facility-wrap .line-box .box .icon.multi:before {
  background-image: url("../../images/icon/icon-multi.svg");
  background-size: 50px;
  background-position: center center;
  background-repeat: no-repeat;
}
.facility-wrap .line-box .box .icon.share:before {
  background-image: url("../../images/icon/icon-share.svg");
  background-size: 50px;
  background-position: center center;
  background-repeat: no-repeat;
}
.facility-wrap .line-box .box .icon + span {
  font-size: 24px;
  font-weight: 600;
  margin-left: 20px;
}
.facility-wrap .line-box .box p {
  font-size: 18px;
  color: var(--gray2);
  margin-top: 20px;
}

.faq {
  border-top: 1px solid var(--gray3);
  margin-top: 50px;
}

/* 트리거 동일 */
.accordion-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 20px 30px;
  font-size: 18px;
  font-weight: 700;
  border: 1px solid var(--gray3);
  border-top: none;
  word-break: break-all;
  text-align: left;
}
.accordion-trigger .accordion-icon {
  position: relative;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  margin-left: auto;
}
.accordion-trigger .accordion-icon::before, .accordion-trigger .accordion-icon::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 16px;
  height: 2px;
  background: #b8b8b8;
  transform: translate(-50%, -50%);
  transition: 0.2s ease;
}
.accordion-trigger .accordion-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

/* ✅ 닫힘 상태: 완전 0높이(패딩도 0) */
.accordion-panel {
  /* 핵심: grid로 높이 전환 */
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.24s ease;
  border: 1px solid var(--gray3);
  border-top: none;
  background: #fbfbfb;
  /* 성능 보조 */
  will-change: grid-template-rows;
  content-visibility: auto;
  contain: layout style paint;
  opacity: 0;
}

/* 내부 내용 래퍼: 실제 오버플로우 숨김 */
.accordion-panel-inner {
  overflow: hidden;
  padding: 0 30px;
  color: var(--gray700);
  font-size: 18px;
  line-height: 1.7;
  opacity: 0.98;
  transition: padding 0.24s ease;
}

/* 열림 상태 */
.is-open { /* 열림 */
  /* 열릴 때만 패딩 */
}
.is-open .accordion-trigger {
  color: var(--color-primary);
}
.is-open .accordion-trigger .accordion-icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg) scaleX(0);
}
.is-open .accordion-trigger .accordion-icon::before {
  background: #9a9a9a;
}
.is-open .accordion-panel {
  grid-template-rows: 1fr;
  opacity: 1;
}
.is-open .accordion-panel-inner {
  padding: 20px 30px;
}

.inquiry-wrap {
  margin-top: 50px;
}
.inquiry-wrap .left-box,
.inquiry-wrap .right-box {
  width: 50%;
}
.inquiry-wrap .left-box h2 {
  font-size: 40px;
}
.inquiry-wrap .left-box p {
  font-size: 45px;
  color: var(--color-primary);
  font-family: "Cormorant Garamond", serif;
}
.inquiry-wrap .input-line + .input-line {
  margin-top: 25px;
}
.inquiry-wrap .input-line .select-box {
  width: 100%;
}
.inquiry-wrap .input-line .select-box .icon-arrow {
  filter: brightness(0) saturate(100%) invert(53%) sepia(8%) saturate(319%) hue-rotate(197deg) brightness(104%) contrast(86%);
}
.inquiry-wrap .input-line .select-box .icon-arrow::after {
  background-size: 36px;
}
.inquiry-wrap .line-box {
  border: 1px solid var(--border-secondary);
  font-size: 16px;
  width: 100%;
  height: 213px;
  padding: 20px;
  resize: none;
  border-radius: 9px;
  overflow-y: auto;
}
.inquiry-wrap .line-box .modal {
  color: var(--color-darken);
  display: block;
  position: static;
}
.inquiry-wrap .line-box .modal .modal-body {
  padding: 0;
}
.inquiry-wrap .btn-submit {
  margin-top: 25px;
}

/* media */
/* =========================================================
 * Products (menu-list / menu-title) Responsive
 * Breakpoints: ≤1430 / ≤1200 / ≤768 / ≤480
 * ======================================================= */
/* ===== ≤1430px : 첫 압축 ===== */
@media (max-width: 1430px) {
  /* 회사소개 */
  .company-wrap {
    /* 인사말 */
    /* 연혁 */
    /* 오시는길 */
  }
  .company-wrap .intro-wrap .bg-img {
    top: 120px;
  }
  .company-wrap .intro-wrap .left-box h2 {
    font-size: 36px;
  }
  .company-wrap .intro-wrap .left-box p {
    font-size: 40px;
  }
  .company-wrap .intro-wrap .right-box li {
    font-size: 18px;
    margin-top: 24px;
  }
  .company-wrap .intro-wrap .point-box {
    gap: 24px;
    margin-top: 180px;
  }
  .company-wrap .intro-wrap .point-box .img-box {
    min-height: 230px;
    border-radius: 18px;
  }
  .company-wrap .intro-wrap .point-box .title {
    font-size: 22px;
    margin-top: 16px;
  }
  .company-wrap .history-wrap {
    margin-top: 44px;
  }
  .company-wrap .history-wrap .bg-img {
    width: 520px;
    height: auto;
    left: -120px;
  }
  .company-wrap .history-wrap .left-box h2 {
    font-size: 36px;
  }
  .company-wrap .history-wrap .left-box p {
    font-size: 40px;
  }
  .company-wrap .history-wrap .timeline h3 {
    width: 130px;
    font-size: 44px;
  }
  .company-wrap .history-wrap .timeline li span {
    font-size: 22px;
  }
  .company-wrap .history-wrap .timeline ul {
    gap: 28px;
    padding-bottom: 70px;
  }
  .company-wrap .map-wrap .box-wrap .inner {
    width: 100%;
    flex-wrap: wrap;
    height: auto;
    padding: 20px;
  }
  .company-wrap .map-wrap .box-wrap h2 {
    width: 100%;
    flex-shrink: 0;
  }
  /* 생산설비 */
  .facility-wrap {
    margin-top: 44px;
  }
  .facility-wrap > .flex {
    gap: 28px;
  }
  .facility-wrap > .flex .img-box {
    width: 600px;
  }
  .facility-wrap > .flex .text-box {
    width: 48%;
  }
  .facility-wrap > .flex .text-box ul {
    margin-top: 24px;
  }
  .facility-wrap > .flex .text-box li {
    font-size: 18px;
    margin-top: 22px;
  }
  .facility-wrap .line-box {
    gap: 24px;
    margin-top: 32px;
  }
  .facility-wrap .line-box .box {
    padding: 18px;
    border-radius: 24px;
  }
  .facility-wrap .line-box .box .icon {
    width: 62px;
    height: 62px;
    border-radius: 18px;
  }
  .facility-wrap .line-box .box .icon + span {
    font-size: 22px;
    margin-left: 16px;
  }
  .facility-wrap .line-box .box p {
    font-size: 17px;
    margin-top: 16px;
  }
  /* 제품소개 */
  .menu-list {
    gap: 24px; /* 30 → 24 */
  }
  .menu-list .menu-item .name-box h4, .menu-list .menu-item .name-box p {
    font-size: 17px;
    height: 48px;
  }
  .menu-title {
    gap: 36px; /* 50 → 36 */
    margin-top: 44px;
    margin-bottom: 16px;
  }
  .menu-title h3 {
    font-size: 32px;
    line-height: 42px;
  }
  .menu-title div {
    height: 46px;
    padding: 0 24px;
  }
  .menu-title div b, .menu-title div span {
    font-size: 16px;
    line-height: 22px;
  }
  /* 온라인문의 */
  .inquiry-wrap {
    margin-top: 44px;
  }
  .inquiry-wrap .left-box h2 {
    font-size: 36px;
  }
  .inquiry-wrap .left-box p {
    font-size: 42px;
  }
  .inquiry-wrap .input-line + .input-line {
    margin-top: 22px;
  }
  .inquiry-wrap .line-box {
    height: 190px;
  }
  .inquiry-wrap .input-line.wrap .flex {
    flex-wrap: wrap;
  }
  .inquiry-wrap .input-line.wrap .flex .text-field {
    width: calc(50% - 18px);
  }
  .inquiry-wrap .input-line.wrap .flex span {
    flex-shrink: 0;
  }
}
/* ===== ≤1200px : 중형 데스크톱 ===== */
@media (max-width: 1200px) {
  /* 회사소개 */
  .company-wrap {
    /* 인사말 */
    /* 연혁 */
  }
  .company-wrap .intro-wrap .bg-img {
    top: 100px;
  }
  .company-wrap .intro-wrap > .flex {
    flex-direction: column;
    gap: 28px;
  }
  .company-wrap .intro-wrap .left-box,
  .company-wrap .intro-wrap .right-box {
    width: 100%;
  }
  .company-wrap .intro-wrap .left-box h2 {
    font-size: 32px;
  }
  .company-wrap .intro-wrap .left-box p {
    font-size: 36px;
  }
  .company-wrap .intro-wrap .right-box li {
    font-size: 17px;
    margin-top: 20px;
  }
  .company-wrap .intro-wrap .point-box {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: 140px;
  }
  .company-wrap .intro-wrap .point-box .img-box {
    min-height: 210px;
  }
  .company-wrap .intro-wrap .point-box .title {
    font-size: 20px;
  }
  .company-wrap .history-wrap .bg-img {
    width: 460px;
    left: -100px;
  }
  .company-wrap .history-wrap .flex {
    flex-direction: column;
    gap: 28px;
  }
  .company-wrap .history-wrap .left-box,
  .company-wrap .history-wrap .right-box {
    width: 100%;
  }
  .company-wrap .history-wrap .left-box h2 {
    font-size: 32px;
  }
  .company-wrap .history-wrap .left-box p {
    font-size: 36px;
  }
  .company-wrap .history-wrap .left-box img {
    width: 90%;
    margin-top: 60px;
  }
  .company-wrap .history-wrap .timeline h3 {
    width: 120px;
    font-size: 40px;
  }
  .company-wrap .history-wrap .timeline li span {
    font-size: 20px;
  }
  .company-wrap .history-wrap .timeline li span:first-child {
    width: 70px;
  }
  .company-wrap .history-wrap .timeline ul {
    gap: 24px;
    padding-bottom: 60px;
  }
  .company-wrap .history-wrap .timeline ul::before {
    top: 10px;
  }
  /* 생산설비 */
  .facility-wrap .page-subtitle {
    font-size: 32px;
  }
  .facility-wrap > .flex {
    gap: 24px;
  }
  .facility-wrap > .flex .img-box {
    width: 520px;
  }
  .facility-wrap > .flex .text-box {
    width: 46%;
  }
  .facility-wrap > .flex .text-box li {
    font-size: 17px;
    margin-top: 18px;
  }
  .facility-wrap .line-box .box {
    padding: 16px;
  }
  .facility-wrap .line-box .box .icon {
    width: 56px;
    height: 56px;
  }
  .facility-wrap .line-box .box .icon + span {
    font-size: 20px;
  }
  .facility-wrap .line-box .box p {
    font-size: 16px;
  }
  /* 제품소개 */
  .menu-list {
    gap: 22px;
  }
  .menu-list .menu-item .name-box h4, .menu-list .menu-item .name-box p {
    font-size: 16px;
    height: 46px;
  }
  .menu-list .menu-item .name-box p {
    padding: 0 16px;
  }
  .menu-title {
    gap: 24px;
  }
  .menu-title h3 {
    font-size: 28px;
    line-height: 36px;
  }
  .menu-title div {
    height: 44px;
    padding: 0 20px;
  }
  /* 온라인문의 */
  .inquiry-wrap .left-box h2 {
    font-size: 32px;
  }
  .inquiry-wrap .left-box p {
    font-size: 38px;
  }
  .inquiry-wrap .input-line + .input-line {
    margin-top: 20px;
  }
  .inquiry-wrap .line-box {
    height: 170px;
  }
}
/* ===== ≤768px : 태블릿 ===== */
@media (max-width: 768px) {
  /* 회사소개 */
  .company-wrap {
    /* 연혁 */
    /* 인증현황 */
    /* 오시는실 */
  }
  .company-wrap .intro-wrap {
    /* 포인트 카드: 5개 → 2열 그리드 전환 */
  }
  .company-wrap .intro-wrap .flex {
    flex-direction: column; /* 좌/우 세로 스택 */
    gap: 20px;
  }
  .company-wrap .intro-wrap .left-box, .company-wrap .intro-wrap .right-box {
    width: 100%;
  }
  .company-wrap .intro-wrap .left-box h2 {
    font-size: 26px;
  }
  .company-wrap .intro-wrap .left-box p {
    font-size: 30px;
  }
  .company-wrap .intro-wrap .right-box li {
    font-size: 16px;
    line-height: 1.65;
    margin-top: 16px;
  }
  .company-wrap .intro-wrap .point-box {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 60px;
  }
  .company-wrap .intro-wrap .point-box .box {
    text-align: center;
  }
  .company-wrap .intro-wrap .point-box .img-box {
    min-height: 180px;
    border-radius: 16px;
  }
  .company-wrap .intro-wrap .point-box .title {
    font-size: 18px;
    margin-top: 12px;
  }
  .company-wrap .history-wrap {
    margin-top: 36px;
  }
  .company-wrap .history-wrap .left-box {
    text-align: center;
    align-items: center;
  }
  .company-wrap .history-wrap .left-box h2 {
    font-size: 28px;
  }
  .company-wrap .history-wrap .left-box p {
    font-size: 30px;
    margin-bottom: 8px;
  }
  .company-wrap .history-wrap .left-box img {
    width: 260px;
    margin-top: 24px;
  }
  .company-wrap .history-wrap .right-box {
    margin-top: 12px;
  }
  .company-wrap .history-wrap .right-box .timeline {
    flex-direction: column;
  }
  .company-wrap .history-wrap .right-box .timeline h3 {
    font-size: 32px;
    width: 100%;
    text-align: left;
    padding-left: 10px;
  }
  .company-wrap .history-wrap .right-box .timeline ul {
    margin-top: 6px;
    padding-top: 8px;
    padding-bottom: 48px;
    gap: 18px;
  }
  .company-wrap .history-wrap .right-box .timeline ul::before {
    left: 8px;
    width: 20px;
    height: 20px;
  }
  .company-wrap .history-wrap .right-box .timeline ul::after {
    left: 17px;
    top: 44px;
  }
  .company-wrap .history-wrap .right-box .timeline li {
    padding-left: 46px;
  }
  .company-wrap .history-wrap .right-box .timeline li span {
    font-size: 18px;
    line-height: 1.5;
  }
  .company-wrap .history-wrap .right-box .timeline li span:first-child {
    width: 60px;
    font-size: 16px;
  }
  .company-wrap .citation-wrap {
    display: none;
  }
  .company-wrap .citation-wrap.swiper {
    display: block;
    position: relative;
  }
  .company-wrap .citation-wrap.swiper .bg-box {
    width: 100vw;
    height: 320px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url("../../images/sub/bg-logoshape-right.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
  }
  .company-wrap .citation-wrap.swiper .swiper-button-prev,
  .company-wrap .citation-wrap.swiper .swiper-button-next {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .company-wrap .citation-wrap.swiper .swiper-button-prev svg,
  .company-wrap .citation-wrap.swiper .swiper-button-next svg {
    display: none;
  }
  .company-wrap .citation-wrap.swiper .swiper-button-prev::after,
  .company-wrap .citation-wrap.swiper .swiper-button-next::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url("../../images/icon/icon-next.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .company-wrap .citation-wrap.swiper .swiper-button-prev::after {
    transform: rotate(180deg);
  }
  .company-wrap .citation-wrap .citation-list {
    width: 260px;
    text-align: center;
  }
  .company-wrap .citation-wrap .citation-list + .citation-list {
    margin-top: 0;
  }
  .company-wrap .citation-wrap .citation-list img {
    width: 260px;
    border-radius: 15px;
    box-shadow: 0 4px 4px 0 rgba(76, 74, 74, 0.25);
  }
  .company-wrap .citation-wrap .citation-list p {
    font-size: 18px;
    color: var(--color-primary);
    font-weight: 700;
    margin-top: 20px;
  }
  .company-wrap .map-wrap .box-wrap h2 {
    font-size: 24px;
  }
  .company-wrap .map-wrap .box-wrap .box {
    width: 80px;
    height: 38px;
    font-size: 16px;
  }
  .company-wrap .map-wrap .box-wrap .box.en {
    width: 160px;
  }
  .company-wrap .map-wrap .box-wrap span {
    font-size: 18px;
  }
  /* 생산설비 */
  .facility-wrap { /* 여백 축소(있다면) */ }
  .facility-wrap .page-subtitle {
    font-size: 26px;
  }
  .facility-wrap > .flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    /* 위 섹션: 이미지 먼저(기본) → 텍스트 */
    /* 아래 섹션: 텍스트 먼저 → 이미지 (마크업 그대로면 유지) */
  }
  .facility-wrap > .flex .img-box, .facility-wrap > .flex .text-box {
    width: 100%;
  }
  .facility-wrap .text-box ul {
    margin-top: 14px;
  }
  .facility-wrap .text-box li {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 14px;
  }
  .facility-wrap .line-box {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 20px;
  }
  .facility-wrap .line-box .box {
    border-radius: 18px;
    padding: 14px;
  }
  .facility-wrap .line-box .box .icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }
  .facility-wrap .line-box .box .icon:before {
    background-size: 40px;
  }
  .facility-wrap .line-box .box .icon + span {
    font-size: 18px;
    margin-left: 12px;
  }
  .facility-wrap .line-box .box p {
    font-size: 15px;
    margin-top: 12px;
  }
  .facility-wrap .spacer {
    height: 20px;
  }
  /* 제품소개 */
  .menu-list {
    grid-template-columns: repeat(2, 1fr); /* 3열 → 2열 */
    grid-template-columns: 1fr; /* 1열 */
    gap: 20px;
  }
  .menu-list .menu-item .img-box {
    /* 세로 비율 안정화(이미지 비율 제각각일 때 유용) */
    aspect-ratio: 4/3; /* 필요 없으면 주석 처리 가능 */
  }
  .menu-list .menu-item .img-box img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .menu-list .menu-item .name-box h4, .menu-list .menu-item .name-box p {
    height: 42px;
  }
  .menu-list .menu-item .name-box p {
    padding: 0 14px;
  }
  .menu-title {
    flex-wrap: wrap; /* 줄바꿈 허용 */
    gap: 12px 16px;
    margin-top: 36px;
    margin-bottom: 14px;
    /* 오른쪽 설명 박스는 다음 줄로 자연스레 내려감 */
  }
  .menu-title h3 {
    font-size: 24px;
    line-height: 32px;
    flex: 0 0 auto;
  }
  .menu-title div {
    height: auto;
    padding: 10px 14px;
    background-color: var(--gray-200); /* 대비 완화 */
  }
  /* 온라인문의 */
  .inquiry-wrap {
    /* 파일 UI: 텍스트필드/버튼 2열 + 안내문 아래로 */
  }
  .inquiry-wrap > .flex {
    flex-direction: column;
    gap: 24px;
  }
  .inquiry-wrap .left-box,
  .inquiry-wrap .right-box {
    width: 100%;
  }
  .inquiry-wrap .left-box h2 {
    font-size: 26px;
  }
  .inquiry-wrap .left-box p {
    font-size: 30px;
  }
  .inquiry-wrap .input-line + .input-line {
    margin-top: 16px;
  }
  .inquiry-wrap .file-ui {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px 10px;
    align-items: center;
  }
  .inquiry-wrap .file-ui .text-field {
    width: 100%;
  }
  .inquiry-wrap .file-ui .file-btn {
    height: 40px;
    padding: 0 14px;
  }
  .inquiry-wrap .file-ui .file-note {
    grid-column: 1/-1;
    font-size: 13px;
  }
  .inquiry-wrap .line-box {
    height: 150px;
    padding: 16px;
  }
  .inquiry-wrap .btn-primary {
    font-size: 16px;
  }
  .inquiry-wrap .btn-submit {
    width: 100%;
    height: 44px;
    font-size: 16px;
  }
  .accordion-trigger {
    padding: 20px;
    gap: 10px;
  }
}
/* ===== ≤480px : 모바일 ===== */
@media (max-width: 480px) {
  /* 회사소개 */
  .company-wrap {
    /* 연혁 */
  }
  .company-wrap .intro-wrap {
    /* 포인트 카드: 1열 스택 */
  }
  .company-wrap .intro-wrap .left-box h2 {
    font-size: 22px;
  }
  .company-wrap .intro-wrap .left-box p {
    font-size: 26px;
  }
  .company-wrap .intro-wrap .right-box li {
    font-size: 15px;
    margin-top: 12px;
  }
  .company-wrap .intro-wrap .point-box {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 40px;
  }
  .company-wrap .intro-wrap .point-box .img-box {
    min-height: 160px;
    border-radius: 14px;
  }
  .company-wrap .intro-wrap .point-box .title {
    font-size: 16px;
    margin-top: 10px;
  }
  .company-wrap .history-wrap {
    margin-top: 28px;
  }
  .company-wrap .history-wrap .left-box h2 {
    font-size: 24px;
  }
  .company-wrap .history-wrap .left-box p {
    font-size: 26px;
  }
  .company-wrap .history-wrap .left-box img {
    width: 220px;
    margin-top: 20px;
  }
  .company-wrap .history-wrap .right-box .timeline h3 {
    font-size: 26px;
  }
  .company-wrap .history-wrap .right-box .timeline ul {
    gap: 14px;
    padding-bottom: 40px;
  }
  .company-wrap .history-wrap .right-box .timeline ul::before {
    left: 6px;
    width: 16px;
    height: 16px;
  }
  .company-wrap .history-wrap .right-box .timeline ul::after {
    left: 13px;
    top: 36px;
  }
  .company-wrap .history-wrap .right-box .timeline li {
    padding-left: 40px;
  }
  .company-wrap .history-wrap .right-box .timeline li span {
    font-size: 16px;
  }
  .company-wrap .history-wrap .right-box .timeline li span:first-child {
    width: 50px;
    font-size: 14px;
  }
  /* 생산설비 */
  .facility-wrap .page-subtitle {
    font-size: 22px;
  }
  .facility-wrap .text-box li {
    font-size: 15px;
    margin-top: 12px;
  }
  .facility-wrap .line-box {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .facility-wrap .line-box .box {
    padding: 12px;
    border-radius: 14px;
  }
  .facility-wrap .line-box .box .icon {
    width: 44px;
    height: 44px;
  }
  .facility-wrap .line-box .box .icon:before {
    background-size: 34px;
  }
  .facility-wrap .line-box .box .icon + span {
    font-size: 16px;
    margin-left: 10px;
  }
  .facility-wrap .line-box .box p {
    font-size: 14px;
    margin-top: 10px;
  }
  /* 제품소개 */
  .menu-list {
    grid-template-columns: 1fr; /* 1열 */
    gap: 16px;
  }
  .menu-list .menu-item .name-box h4 {
    justify-content: flex-start;
    padding: 0 12px;
    border-right: 1px solid var(--border-primary); /* 시각 구분 유지 */
  }
  .menu-list .menu-item .name-box p {
    padding: 0 12px;
  }
  .menu-title {
    gap: 10px 12px;
    margin-top: 28px;
    margin-bottom: 12px;
  }
  .menu-title h3 {
    font-size: 22px;
    line-height: 30px;
  }
  .menu-title div {
    width: 100%;
    padding: 10px 12px;
  }
  /* 온라인문의 */
  .inquiry-wrap {
    /* 이메일 줄: 1열 스택 */
  }
  .inquiry-wrap .left-box h2 {
    font-size: 22px;
  }
  .inquiry-wrap .left-box p {
    font-size: 26px;
  }
  .inquiry-wrap .input-line + .input-line {
    margin-top: 14px;
  }
  .inquiry-wrap .input-line .flex.align-center {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .inquiry-wrap .input-line.wrap .flex .text-field {
    width: calc(50% - 14px);
  }
  .inquiry-wrap .file-ui {
    grid-template-columns: 1fr auto;
    gap: 6px 8px;
  }
  .inquiry-wrap .file-ui .file-btn {
    height: 38px;
    padding: 0 12px;
  }
  .inquiry-wrap .line-box {
    height: 130px;
    padding: 12px;
  }
  .inquiry-wrap .btn-submit {
    height: 42px;
  }
}