* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


.m-only {
  display: none;
}

@media (max-width: 768px) {
  .m-only {
    display: inline;
  }
}

/* -------------------------------- Section: sub__ceo --------------------------------- */
.sub__ceo_bg1 {
  background: url(../../1x/s1/sub1_1__bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 598px;
  background-color: #f0f0f0;
  /* 임시 배경색 */
}

/* 텍스트 위치 */
.sub__ceo_bg1 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 텍스트 기본 상태 (숨김) */
.sub__title {
  color: #fff;
  font-size: 56px;
  font-weight: 600;


  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

/* 나타난 상태 */
.sub__title.is-show {
  opacity: 1;
  transform: translateY(0);
}

.sub__ceo {
  padding-bottom: 150px;
}

.sub__ceo_wrap {
  max-width: 1794px;
  background: #fafafa;
  margin-left: auto;
  border-radius: 50px 0 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}



.sub__ceo_text {
  width: 100%;
  padding: 3rem 0 3rem 6rem;
}

.sub__ceo_text div {
  font-family: "esamanru";
  font-size: 3rem;
  font-weight: 900;
}

.sub__ceo_text h3 {
  font-size: 2.25rem;
  font-weight: 800;
  padding-bottom: 2rem;
}

.sub__ceo_text p {
  line-height: 1.6;
}

.sub__ceo_text p span {
  font-family: 'KyoboHandwriting2020A';
  font-size: 1.125rem;
}

.sub__ceo_img img {
  width: 720px;
}

@media (max-width: 1024px) {
  .sub__ceo_wrap {
    flex-direction: column;
    align-items: center;
    padding: 2rem;
  }

  .sub__ceo_text {
    padding: 2rem 1rem;
    text-align: center;
  }

  .sub__ceo_text div {
    font-size: 2.5rem;
  }

  .sub__ceo_text h3 {
    font-size: 2rem;
  }

  .sub__ceo_text p span {
    font-size: 1rem;
  }

  .sub__ceo_img img {
    width: 100%;
    max-width: 600px;
  }
}

@media (max-width: 768px) {
  .sub__ceo_bg1 {
    height: 200px;
  }

  .sub__ceo_wrap {
    border-radius: 30px 0 0 0;
    padding: 1.5rem;
  }

  .sub__ceo_text div {
    font-size: 2rem;
  }

  .sub__ceo_text h3 {
    font-size: 1.5rem;
  }

  .sub__ceo_text p {
    font-size: 0.95rem;
  }

  .sub__ceo_text p span {
    font-size: 0.9rem;
  }

  .sub__ceo_img img {
    max-width: 100%;
  }
}

/* ===== 상단 카테고리 바 ===== */
:root {
  --headerH: 0px;
}

.subcat {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  z-index: 9000;
}

.subcat__inner {
  width: min(100vw, 1180px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.subcat__link {
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  color: #222;
  font-weight: 800;
  position: relative;
}

.subcat__link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #111;
  transition: width .25s ease, left .25s ease;
}

.subcat__link:hover::after {
  width: 60%;
  left: 20%;
}

.subcat__link.is-active {
  color: #111;
}

.subcat__link.is-active::after {
  width: 68%;
  left: 16%;
}

@media (max-width: 768px) {
  .subcat__inner {
    grid-template-columns: 1fr;
  }

  .subcat__link {
    height: 48px;
    border-bottom: 1px solid #eee;
  }

  .subcat__link:last-child {
    border-bottom: 0;
  }
}


/* ===============================
   HA SECTION
================================ */
.ha-sec {
  position: relative;
  padding: 180px 0;
  overflow: hidden;
  background: #fff;
  margin-top: -8%;
}

/* background graphic */
.ha-bg1 {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 520px;
  height: 520px;
  background: url(/1x/s1/hi_5.png) no-repeat left bottom;
  background-size: contain;
  pointer-events: none;

}

.ha-bg2 {
  position: absolute;
  left: 78%;
  bottom: 62%;
  width: 520px;
  height: 520px;
  background: url(/1x/s1/hi_4.png) no-repeat left bottom;
  background-size: contain;
  pointer-events: none;

}

/* row layout */
.ha-row {
  display: flex;
  align-items: center;
  min-height: 420px;
  margin-bottom: 160px;
  position: relative;
}

.ha-row:last-child {
  margin-bottom: 0;
}

/* image common */
.ha-img {
  flex: 0 0 auto;
}

.ha-img img {
  display: block;
  width: 992px;
  height: auto;
}

/* left image */
.ha-img--left {
  margin-left: calc(50% - 50vw);
}

/* right image */
.ha-img--right {
  margin-right: calc(50% - 50vw);
}

/* text */
.ha-text {
  width: 820px;
  padding: 0 80px;
}

.ha-text h3 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 18px;
}

.ha-text p {
  font-size: 20px;
  line-height: 1.8;
  color: #000;
}

/* row direction */
.ha-row--right {
  justify-content: flex-end;
}

/* ===============================
   FADE UP ANIMATION
================================ */
.fade-item {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity .9s ease, transform .9s ease;
}

.fade-item.is-show {
  opacity: 1;
  transform: translateY(0);
}

/* ===============================
   RESPONSIVE
================================ */
@media (max-width: 1200px) {
  .ha-img img {
    width: 520px;
  }

  .ha-text {
    width: 460px;
    padding: 0 50px;
  }
}

@media (max-width: 900px) {
  .ha-row {
    flex-direction: column;
    text-align: center;
  }

  .ha-img--left,
  .ha-img--right {
    margin: 0;
  }

  .ha-img img {
    width: 100%;
    max-width: 560px;
  }

  .ha-text {
    width: 100%;
    padding: 40px 20px 0;
  }

  .ha-row--right {
    flex-direction: column-reverse;
  }
}

@media (max-width: 768px) {
  .company-info1__img1 img {
    width: 280px !important;
  }
}

@media (max-width: 600px) {
  .ha-sec {
    padding: 120px 0;
  }

  .ha-text h3 {
    font-size: 28px;
  }

  .ha-text p {
    font-size: 16px;
    line-height: 1.8;
    color: #000;
  }

  .ha-bg1 {
    width: 360px;
    height: 360px;

  }

  .ha-bg2 {
    width: 360px;
    height: 360px;
    left: 48%;

  }
}






/* ===============================
   VALUE SECTION
================================ */
.value-sec {
  position: relative;
  height: 820px;
  background: url(/1x/s1/ha_4.png) no-repeat center;
  background-size: cover;
  overflow: hidden;
  color: #fff;
  margin-top: 5%;
}

.value-inner {
  position: relative;
  width: min(1400px, 92%);
  height: 100%;
  margin: 0 auto;
}

/* LEFT TEXT */
.value-head {
  position: absolute;
  top: 160px;
  left: 0;
  max-width: 520px;
}

.value-eyebrow {
  display: block;
  font-size: 14px;
  letter-spacing: .12em;
  margin-bottom: 12px;
  opacity: .9;
}

.value-title {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}

.value-desc {
  font-size: 16px;
  line-height: 1.8;

}

/* CIRCLE TEXT (only positioning text) */
.value-circle {
  position: absolute;
  width: 260px;
  text-align: center;
}

.value-circle h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.value-circle p {
  font-size: 14px;
  line-height: 1.6;
  opacity: .9;
}

/* exact positions (PC 기준) */
.value-c1 {
  bottom: 151px;
  left: -2%;
}

.value-c2 {
  bottom: 151px;
  left: 320px;
}

.value-c3 {
  bottom: 151px;
  left: 677px;
}

/* ===============================
   FADE UP
================================ */
.fade-item {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity .9s ease, transform .9s ease;
}

.fade-item.is-show {
  transform: translateY(0);
  margin-top: -7%;
}

/* ===============================
   RESPONSIVE
================================ */
@media (max-width: 1024px) {
  .value-sec {
    height: auto;
    padding: 120px 0;
    background: none;
  }

  .value-head {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 60px;
  }

  .value-circle {
    position: relative;
    width: 100%;
    max-width: 360px;
    margin: 0 auto 40px;
  }

  .value-c1,
  .value-c2,
  .value-c3 {
    bottom: auto;
    left: auto;
  }
}

@media (max-width: 600px) {
  .value-title {
    font-size: 30px;
    color: #000;
  }

  .value-eyebrow {
    display: block;
    font-size: 14px;
    letter-spacing: .12em;
    margin-bottom: 12px;
    /* opacity: .9; */
    color: #000;
  }

  .value-desc {
    font-size: 16px;
    line-height: 1.8;
    color: #000;
  }

  .value-circle h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000;
  }

  .value-circle p {
    font-size: 14px;
    line-height: 1.6;
    opacity: .9;
    color: #000;
  }
}