@charset "utf-8";
.pg-fv {
  padding-top: clamp(4.875rem, 3.125rem + 3.65vw, 7.5rem);
}
.pg-fv__inner {
  padding: 0 clamp(2.5rem, -3.833rem + 13.19vw, 12rem);
}
.pg-fv__container {
      position: relative;
    padding: clamp(3.75rem, 1.792rem + 4.08vw, 6.688rem) 0;
    padding-left: clamp(6.875rem, -0.625rem + 15.63vw, 18.125rem);
    border-radius: 10px;
    background-color: #FDFAED;
}
.pg-fv-deco-1 {
      position: absolute;
    width: clamp(10rem, 3.333rem + 13.89vw, 20rem);
    top: 0;
    left: 0;
    border-radius: 10px 0 0 0;
}
.pg-fv-deco-2 {
      position: absolute;
    width: clamp(10rem, 3.333rem + 13.89vw, 20rem);
    bottom: 0;
    right: 0;
    border-radius: 0 0 10px 0;
}
.pg-fv-title__top {
      display: flex;
    align-items: center;
    column-gap: 8px;
}
.pg-fv-title-top__icon {
  width: clamp(1.25rem, 0.958rem + 0.61vw, 1.688rem);
}
.pg-fv-title-top__text {
      font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
    color: #F7B625;
    font-weight: 400;
}
.pg-fv__title {
      margin-top: 16px;
    font-size: clamp(1.5rem, 1.167rem + 0.69vw, 2rem);
    letter-spacing: 0.06em;
    font-weight: 500;
    color: #613E29;
}

.case {
  padding-top: 63px;
  padding-bottom: 94px;
}
.case__inner {
      padding: 0 clamp(2.5rem, -10.875rem + 27.86vw, 22.563rem);
}
.case-cate__top {
      font-size: clamp(1.25rem, 1.083rem + 0.35vw, 1.5rem);
    font-weight: 500;
    letter-spacing: 0.06em;
    color: #F7B625;
}
.case__cate {
    display: flex;
    margin-top: clamp(2rem, 1.083rem + 1.91vw, 3.375rem);
    column-gap: clamp(0.5rem, 0.167rem + 0.69vw, 1rem);
}
.case-cate__text {
      font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
    color: #613E29;
    font-weight: 500;
    letter-spacing: 0.1em;
    padding-bottom: 20px;
    border-bottom: 3px solid #F6F7F7;
    text-align: center;
    width: clamp(7.813rem, 3.604rem + 8.77vw, 14.125rem);
    line-height: 1;
    transition: .5s;
}
.case-cate__text--last {
  width: clamp(9.063rem, 5.688rem + 7.03vw, 14.125rem);
}
.case__cate> a > p:hover {
  border-bottom: 3px solid #8BB550;
}

.case__items {
    display: flex;
    flex-direction: column;
}
.case-item__wrap {
  padding-top: clamp(5.25rem, 3.75rem + 3.13vw, 7.5rem);
}
.case__item {
      padding: clamp(1.5rem, 0.5rem + 2.08vw, 3rem) clamp(2.5rem, -0.833rem + 6.94vw, 7.5rem);
    background-color: #fff;
    border-radius: 50px;
    box-shadow: 0px 0px 10px 10px #F0F7D6;
}
.case-item__title {
      font-size: clamp(1.5rem, 1.167rem + 0.69vw, 2rem);
    font-weight: 500;
    color: #6A9B22;
    text-align: center;
}
.case-item__cate {
      margin-top: 30px;
    display: flex;
    column-gap: clamp(1rem, 0.333rem + 1.39vw, 2rem);
    align-items: center;
}
.case-item-cate__left {
      font-size: clamp(0.75rem, 0.667rem + 0.17vw, 0.875rem);
    font-weight: 400;
    color: #6A9B22;
    padding: 4px 10px;
    border: 1px solid #6A9B22;
    border-radius: 14px;
    line-height: 1;
}
.case-item-cate__right {
      font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
    color: #613E29;
    font-weight: 500;
}
.case-item-img__box {
      margin-top: clamp(1.875rem, 0.875rem + 2.08vw, 3.375rem);
    display: flex;
    column-gap: clamp(1.25rem, 0.417rem + 1.74vw, 2.5rem);
    align-items: center;
    justify-content: center;
}
.case-item__img {
  width: clamp(15rem, 10.542rem + 9.29vw, 21.688rem);
}
.case-item__icon {
  width: clamp(2.5rem, 1.875rem + 1.3vw, 3.438rem);
}
.case-item__subtitle {
      margin-top: clamp(1.875rem, 0.875rem + 2.08vw, 3.375rem);
    color: #6A9B22;
    font-size: clamp(1rem, 0.917rem + 0.17vw, 1.125rem);
    font-weight: 500;
}
.case-item__text {
      margin-top: 20px;
    font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
    color: #613E29;
    font-weight: 400;
}
.case__item--orange {
  box-shadow: 0px 0px 10px 10px #FADB95;
}
.case-item__title--orange {
  color: #F7B625;
}
.case-item-cate__left--orange {
    color: #F7B625;
    border: 1px solid #F7B625;
}
.case-item__subtitle--orange {
    color: #F7B625;
}

@media (max-width: 767px) {
  .pg-fv {
    padding-top: 78px;
  }
  .pg-fv__inner {
    padding: 0;
  }
  .pg-fv__container {
        border-radius: unset;
    padding: 29px 0 29px clamp(3.563rem, 0.782rem + 11.41vw, 6.25rem);
  }
  .pg-fv-deco-1 {
        width: 80px;
    border-radius: unset;
  }
  .pg-fv-deco-2 {
        border-radius: unset;
    width: 80px;
  }
  .pg-fv-title-top__text {
    font-size: 14px;
  }
  .pg-fv__title {
        font-size: 20px;
    margin-top: 0;
  }
  
  .case__inner {
    padding: 0 20px;
  }
  .case__cate {
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 36px;
  }
  .case-cate__text {
    width: 140px;
    padding-bottom: 10px;
  }
  .case-cate__text--last {
    width: 144px;
  }
  
  .case__items {
    padding: 0 19px;
  }
  .case__item {
    padding: 36px clamp(1.188rem, -0.17rem + 5.57vw, 2.5rem);
  }
  .case-item__cate {
        margin-top: 24px;
    flex-direction: column;
    row-gap: 10px;
    align-items: flex-start;
  }
  .case-item-img__box {
        flex-direction: column;
    row-gap: 10px;
  }
  .case-item__img {
    width: 100%;
  }
  .case-item__icon {
        width: 34px;
    height: 40px;
    transform: rotate(90deg);
  }
  .case-item__subtitle {
        margin-top: 18px;
    font-size: 18px;
  }
  .case-item__text {
        margin-top: 10px;
    font-size: 16px;
  }
}