@charset "UTF-8";

.clearfix::after {
  content: "";
  clear: both;
  display: block;
}

:root {
  --color-main: #36a536;
  --color-main-dark: #278327;
  --color-bg: #f7f7f7;
  --color-bg-alt: #ffffff;
  --color-text: #222222;
  --color-text-soft: #555555;
  --shadow-soft: 0 20px 50px rgba(0, 0, 0, 0.08);
  --radius-lg: 30px;
  --radius-md: 20px;
  --radius-pill: 999px;
  --transition-fast: 0.2s ease;
  --max-width: 1160px;
  --section-space: 130px;
}

.d_block {
}

.m_block {
  display: none !important;
}
/******************** 메인 슬라이드 시작 ********************/

#hero {
  position: relative;
  width: 100%;
  height: 680px;
  color: #f9fafb;
  overflow: hidden;
  padding: 0;
}

.slick-list,
.hero-slider,
.slick-track,
.hero-slider {
  height: 100% !important;
}

/* 슬라이드 한 장 */

.hero-slide {
  position: relative;
  height: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background-size: cover !important;
  background-position: center center;
  text-shadow: 0 0 10px #000;
}

.hero-slide1 {
  background-image: url(../img/hero_1.png);
}

.hero-slide2 {
  background-image: url(../img/hero_2.png);
}

/* 사진 위 어둡게 + 살짝 그라데이션 */

/* 하단 정렬 컨텐츠 */

.hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-self: center;
  justify-content: flex-start;
}

.hero-eyebrow {
  font-size: 15px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: #b7d1ff;
}

.hero-title {
  margin: 0;
  font-size: clamp(34px, 4.8vw, 59px);
  line-height: 1.18;
  font-weight: 800;
}

.hero-sub {
  margin: 4px 0 0;
  font-size: 20px;
  line-height: 1.5;
  max-width: 450px;
  color: #e5e7eb;
}

.hero-actions {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* 버튼 */

.hero-btn {
  border-radius: 999px;
  padding: 14px 30px;
  font-size: 16px;
  border: 1px solid transparent;
  cursor: pointer;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: color 0.18s ease, border-color 0.18s ease, transform 0.18s ease,
    box-shadow 0.18s ease;
}

.hero-btn-primary {
  background: #22c55e;
  color: #022c16;
  box-shadow: 0 14px 30px rgba(34, 197, 94, 0.55);
}

.hero-btn-primary:hover {
  background: #16a34a;
  box-shadow: 0 18px 40px rgba(34, 197, 94, 0.7);
  transform: translateY(-1px);
}

.hero-btn-ghost {
  background: transparent;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.7);
}

.hero-btn-ghost:hover {
  background: rgba(15, 23, 42, 0.267);
  border-color: #e5e7eb;
}

/* slick dots 제거 */

.hero-slider .slick-dots {
  display: none !important;
}

/* 화살표 커스텀 */

.hero-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 90px;
  height: 90px;
  color: #fff;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  z-index: 5;
  cursor: pointer;
  transition: border-color 0.18s ease, box-shadow 0.18s ease,
    transform 0.18s ease;
}

.hero-arrow svg {
  width: 42px;
  height: 42px;
}

.hero-arrow-prev {
  left: 32px;
}

.hero-arrow-next {
  right: 32px;
}

.hero-arrow:hover {
  transform: translateY(-52%);
}

/* slick 기본 텍스트 없애기 */

.hero-slider .slick-prev::before,
.hero-slider .slick-next::before {
  content: "" !important;
}

/* 반응형 */

@media (max-width: 768px) {
  .hero-content {
    padding: 0 20px 26vh;
  }

  .hero-sub {
    max-width: none;
  }

  .hero-arrow {
    width: 40px;
    height: 40px;
  }

  .hero-arrow-prev {
    left: 16px;
  }

  .hero-arrow-next {
    right: 16px;
  }
}

/******************** 슬라이드2 끝// ********************/

/* m_tit */
.m_tit {
  padding-bottom: 2rem;
}

.m_tit span {
  font-size: 16px;
  font-weight: 700;
  color: #65997b;
  letter-spacing: 3px;
}

.m_tit h3 {
  font-size: 37px;
  letter-spacing: -2px;
  padding: 1rem 0;
}

.m_tit p {
  font-size: 19px;
  padding-bottom: 1rem;
}
.m_tit b {
  color: #65997b;
}

/* 타이틀 */
.t50 {
  font-size: 47px;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: -2px;
}

.t40 {
  font-size: 40px;
  padding-top: 1rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -1px;
}

.t35 {
  font-size: 35px;
  font-weight: 700;
  letter-spacing: -1px;
}

.t30 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -1px;
}

.t25 {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: -1px;
  font-family: "Pretendard";
}

.t20 {
  font-size: 20px;
  font-weight: 400;
  font-family: "Pretendard";
  letter-spacing: -1px;
}

.t19 {
  font-size: 19px;
  font-family: "Pretendard";
  letter-spacing: -1px;
}

.t17 {
  font-size: 17px;
  opacity: 0.7;
}

/* 섹션 공통 */

section {
  padding: 100px 0;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--color-main);
  margin-bottom: 12px;
  font-weight: 700;
}

.section-eyebrow::before {
  content: "";
  width: 34px;
  height: 2px;
  border-radius: 999px;
  background-color: var(--color-main);
}

.section-title {
  font-size: 30px;
  margin: 0 0 8px;
  font-weight: 800;
}

.section-desc {
  font-size: 18px;
  color: var(--color-text-soft);
  margin: 0;
}

/* ABOUT */

#about {
  background: radial-gradient(
    circle at top left,
    #d9f0df 0,
    #f7f7f7 40%,
    #ffffff 100%
  );
}

#about .about-inner {
  display: grid;
  grid-template-columns: 1.2fr 1.1fr;
  gap: 110px;
  align-items: center;
}

.about-text {
  font-size: 18px;
  color: var(--color-text-soft);
}

.about-text p {
  margin-top: 0;
  margin-bottom: 16px;
}

.about-highlight-box {
  background-color: #ffffff;
  border-radius: var(--radius-lg);
  padding: 18px 20px;
  box-shadow: var(--shadow-soft);
  border: 1px solid #eef2ee;
  font-size: 15px;
  color: var(--color-text-soft);
}

.about-highlight-box strong {
  color: var(--color-main-dark);
  display: block;
  margin-bottom: 6px;
}

.about-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.tag-pill {
  font-size: 14px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid #dde7de;
  background-color: #ffffff;
}

.about-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  font-size: 12px;
}

.about-thumb {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  height: 120px;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.08);
}

.about-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-thumb-label {
  position: absolute;
  left: 10px;
  bottom: 10px;
  padding: 4px 10px;
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.96);
  font-size: 12px;
  font-weight: 500;
  color: var(--color-text-soft);
}

.about-inner .img {
  background: url(../img/about-left.png) center;
  height: 500px;
  background-size: cover;
  border-radius: 23px;
}

.about-inner .t20 {
  padding: 2rem 0;
  font-weight: 700;
  color: #0d4291;
}
.about-inner .t19 {
  padding-bottom: 2rem;
}
.about-inner {
}

.hero-bullets {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
  font-size: 16px;
}

.hero-badge {
  padding: 8px 16px;
  border-radius: var(--radius-pill);
  background-color: rgba(255, 255, 255, 0.95);
  border: 1px solid #e2efe2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hero-badge-icon {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f2fbf2;
  color: var(--color-main-dark);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
}

/* BAR */
.bar {
  box-shadow: 0 5px 12px #b1b1b159;
  position: relative;
  z-index: 3;
  font-size: 18px;
  padding: 20px;
  color: #666;
}

.bar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bar p span {
  color: #131313;
}

.bar h4 {
  background: #f6f6f6;
  padding: 6px 14px;
  border-radius: 22px;
}

.bar h4 b {
  color: green;
  font-size: 1.1em;
}

/* SERVICES */

#services {
  background-color: #ffffff;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
}

.service-card {
  background-color: #ffffff;
  border-radius: var(--radius-lg);
  padding: 30px 30px 32px;
  box-shadow: var(--shadow-soft);
  border: 1px solid #edf2ed;
  font-size: 15px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.service-icon {
  width: 44px;
  height: 44px;
  border-radius: 18px;
  background: #f0f8f1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-main-dark);
  margin-bottom: 4px;
}

.service-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--color-main);
  font-weight: 700;
}

.service-title {
  font-weight: 700;
  margin-bottom: 4px;
}

.service-desc {
  color: var(--color-text-soft);
  margin-bottom: 10px;
  font-size: 17px;
}

.service-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: var(--color-text-soft);
  display: grid;
  gap: 4px;

  color: green;
}

.service-list li::before {
  content: "·";
  margin-right: 6px;
  color: #b1c7b1;
}
/* slogan */
.slogan {
  background: url(../img/slogan_bg.jpg) center;
  background-size: cover;
  padding: 100px 20px 70px;
  text-align: center;
  color: #fff;
  font-size: 20px;
}

.slogan .t35 {
  padding-bottom: 4rem;
  font-weight: 500;
}

.slogan img {
  max-width: 60%;
}

/* PROCESS */

#process {
  background-color: #f5f7f5;
}

.process-wrapper {
  position: relative;
  margin-top: 48px;
}

.process-track {
  position: absolute;
  left: 7%;
  right: 7%;
  top: 20px;
  height: 2px;
  border-radius: 999px;
  background-color: #d4e0d4;

  z-index: 1;
}

/* 스텝들 */

.process-steps {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  font-size: 16px;
}

.process-step-timeline {
  flex: 1;
  max-width: 240px;
  text-align: center;
}

/* 동그라미 + 번호*/

.process-step-badge {
  position: relative;
  margin: 0 auto 10px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #ffffff;
  /* 평면 흰색 */
  border: 2px solid var(--color-main);
  /* 단색 테두리 */
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-main-dark);
  font-weight: 800;
  font-size: 18px;
  box-shadow: none;
  /* 그림자 제거 */
}

/* 스텝 텍스트 */

.process-step-content {
  margin-top: 6px;
}

.process-step-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--color-main);
  font-weight: 700;
  margin-bottom: 4px;
}

.process-step-title {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 4px;
}

.process-step-desc {
  color: var(--color-text-soft);
  font-size: 15px;
  padding: 1rem;
  opacity: 0.9;
}

/* 아래 설명 */

.process-note {
  margin-top: 56px;
  font-size: 15px;
  color: var(--color-text-soft);
  text-align: center;
  background: #fff;
  padding: 10px;
}

@media (max-width: 1040px) {
  .process-track {
    display: none;
  }

  .process-steps {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }

  .process-step-timeline {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    max-width: none;
    text-align: left;
  }

  .process-step-badge {
    margin: 0;
    flex-shrink: 0;
  }

  .process-step-badge::after {
    display: none;
    /* 모바일에선 아래 라인으로 대체 */
  }

  .process-step-content {
    padding-top: 4px;
    position: relative;
  }

  /* 세로 라인 */
  .process-step-content::before {
    content: "";
    position: absolute;
    left: -22px;
    top: 0;
    bottom: -18px;
    width: 2px;
    background-color: #d4e0d4;
  }

  .process-step-timeline:last-child .process-step-content::before {
    bottom: 10px;
  }
}

.process-note {
  margin-top: 28px;
  font-size: 14px;
  color: var(--color-text-soft);
  text-align: center;
}

/*  모바일 /  */

@media (max-width: 1040px) {
  .process-track {
    display: none;
  }

  .process-steps {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }

  .process-step-timeline {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    max-width: none;
    text-align: left;
  }

  .process-step-badge {
    margin: 0;
    flex-shrink: 0;
  }

  .process-step-badge::after {
    display: none;
  }

  .process-step-content {
    padding-top: 4px;
    position: relative;
  }

  /* 세로 라인 + 점 */
  .process-step-content::before {
    content: "";
    position: absolute;
    left: -22px;
    top: 0;
    bottom: -18px;
    width: 2px;
    background: linear-gradient(to bottom, #c9e6cf, #36a536);
    opacity: 0.5;
  }

  .process-step-timeline:last-child .process-step-content::before {
    bottom: 12px;
  }
}

@media (max-width: 1040px) {
  .hero-inner,
  #about .about-inner,
  .contact-inner {
    grid-template-columns: 1fr;
    grid-gap: 40px;
  }

  .hero-visual {
    order: -1;
  }

  .hero-features {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  /* 타이틀 */
  .t50 {
    font-size: 44px;
  }

  .t40 {
    font-size: 35px;
  }

  .t35 {
    font-size: 31px;
  }

  .t30 {
    font-size: 26px;
  }

  .t25 {
    font-size: 22px;
  }

  .t20 {
    font-size: 18px;
  }

  .t19 {
    font-size: 17px;
  }

  .t17 {
    font-size: 15px;
  }

  /* 섹션 공통 */

  section {
    padding: 50px 0;
  }

  .header-inner {
    height: 76px;
  }


#hero {
  height: 80vh;
}


  .hero-title {
    font-size: 34px;
  }

  .hero-inner {
    gap: 40px;
  }

  .hero-slide1 {
    background-image: url(../img/hero_1m.png);
    background-size: cover;
  }

  .hero-slide2 {
    background-image: url(../img/hero_2m.png);
    background-size: cover;
  }

  .hero-features {
    grid-template-columns: 1fr;
  }

  .hero-btn {
    font-size: 14px;
  }

.hero-arrow {
  top: 80%;
}
.hero-sub {
  font-size: 18px;
}

.bar .container {
  flex-direction: column;
  font-size: 17px;
  grid-gap: 10px;
}
  .service-grid {
    grid-template-columns: 1fr;
  }

  .strength-grid {
    grid-template-columns: 1fr;
  }

  .process-steps {
    grid-template-columns: 1fr;
  }

  .process-step-badge {
    z-index: 33;
  }

  .about-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .about-inner .img {
    height: 300px;
  }

  .hero-stamp {
    right: 10px;
    top: auto;
    bottom: -10px;
  }

  .slogan {
    padding: 60px 20px 40px;
    font-size: 17px;
  }
}

@media (max-width: 520px) {
  .section-title {
    font-size: 24px;
  }

  .hero-title {
    font-size: 30px;
  }

  .about-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
