#ourBrand {
  padding: var(--top-tit-margin) 0;
}

#ourBrand .content-title {
  margin-bottom: 0;
}

#ourBrand .flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 30px;
  gap: 12vw;
}

#ourBrand .flex .right-text {
  padding-right: 5vw;
}

#ourBrand .flex h2 {
  line-height: 1.2;
  font-size: var(--f80);
  font-weight: 800;
}

#ourBrand .flex h5 {
  font-size: var(--f28);
  font-weight: 500;
  color: #fff;
  word-break: keep-all;
}

#ourBrand .flex p.desc {
  font-size: 16px;
  font-weight: 400;
  margin-top: 50px;
}

#ourBrand .flex p.desc span {
  color: #fff;
}

#brandPhilosophy .bg-text {
  content: "Brand Philosophy";
  font-size: 170px;
  line-height: 0.8em;
  font-weight: 800;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.03);
  position: absolute;
  top: 85px;
  left: 70px;
}

#brandPhilosophy .card-wrap {
  --top-offset: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding-top: var(--top-offset);
}

#brandPhilosophy .card-wrap .item {
  padding: 55px 50px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(4px);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 1s ease-in-out;
  top: 0;
}

#brandPhilosophy .card-wrap .item.on {
  background-color: rgba(3, 41, 26, 0.9);
  color: #fff;
  top: -30px;
}

#brandPhilosophy .card-wrap .item h5 {
  font-size: 32px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: 0;
}

#brandPhilosophy .card-wrap .item p {
  margin-top: 15px;
  font-size: var(--f22);
  opacity: 0.8;
}

#brandPhilosophy .card-wrap .item .icon {
  width: 65px;
  align-self: end;
  margin-top: 20px;
}

#cafeSlimmingGo .content-wrap {
  justify-content: space-around;
  align-items: center;
}

#cafeSlimmingGo .btn {
  margin-top: 50px;
}

#cafeSlimmingGo .content-title .desc,
#customerFirst .content-title .desc {
  font-size: var(--f18);
  font-weight: 400;
}

#customerFirst .image {
  width: 50vw;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

#customerFirst .image .bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

#customerFirst .inner-flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

#customerFirst .inner-flex .content-title {
  margin-bottom: 0;
  padding-left: 7.8125vw;
}

#brandSpace .content-title {
  z-index: 3;
}

#brandSpace .research-grid {
  --border-color: rgba(255, 255, 255, 0.3);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  counter-reset: num_counter;
}

#brandSpace .research-item {
  position: relative;
}

#brandSpace .research-item .bg {
  position: absolute;
  object-fit: cover;
  width: 120%;
  height: 112%;
  z-index: 1;
}

#brandSpace .research-item:nth-child(1) .bg {
  right: -2%;
  bottom: -2%;
}

#brandSpace .research-item:nth-child(2) .bg {
  right: -8%;
  bottom: -2%;
}

#brandSpace .research-item:nth-child(3) .bg {
  right: -2%;
  top: -2%;
}

#brandSpace .research-item:nth-child(4) .bg {
  right: -8%;
  top: -2%;
}

#brandSpace .research-item .content {
  padding: 80px 60px 120px;
  border-right: 1px solid var(--border-color);
  position: relative;
  z-index: 2;
}

#brandSpace .research-item:nth-child(2n) .content {
  border-right: 0;
}

#brandSpace .research-item:nth-child(n + 3) .content {
  border-top: 1px solid var(--border-color);
}

#brandSpace .research-item h3 {
  font-size: var(--f28);
  font-weight: 500;
  color: #fff;
  word-break: keep-all;
}

#brandSpace .research-item p {
  margin-top: 45px;
  font-size: var(--f18);
  line-height: 1.7;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  word-break: keep-all;
}

#peopleSection .people-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
}

#peopleSection .people-circle {
  --circle-size: 520px;
  --circle-color: #06653e;
  border: 1px solid var(--circle-color);
  width: var(--circle-size);
  height: var(--circle-size);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#peopleSection .people-circle .inner {
  max-width: 62%;
  margin: 0 auto;
}

#peopleSection .people-circle h5 {
  margin-bottom: 10px;
  font-family: "Poppins", "Pretendard", sans-serif;
  font-size: var(--f28);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
}

#peopleSection .people-circle strong {
  display: block;
  margin-bottom: 30px;
  font-size: var(--f22);
  font-weight: 600;
  line-height: 1.35;
  word-break: keep-all;
}

#peopleSection .people-circle p {
  font-size: var(--f18);
  line-height: 1.9;
  word-break: keep-all;
}

#peopleSection .people-circle p br.pc-only {
  display: none;
}

#peopleSection .people-circle:nth-child(1) {
  background: var(--circle-color);
  color: #fff;
}

#peopleSection .people-circle:nth-child(1) p {
  color: rgba(255, 255, 255, 0.6);
}

#peopleSection .people-circle:nth-child(2) {
  background: transparent;
  color: var(--circle-color);
}

#peopleSection .people-circle:nth-child(2) p {
  color: var(--color-mute);
}

/* custom ( 1800px ~)*/
@media all and (min-width: 1800px) {
  #peopleSection .people-circle p br.pc-only {
    display: block;
  }
}

/* Desktop ( 1024px ~)*/
@media all and (min-width: 1024px) {
}

/* Laptop ( 1024px ~ 1440px)*/
@media all and (min-width: 1024px) and (max-width: 1440px) {
  #ourBrand .flex h2 {
    font-size: 60px;
  }

  #peopleSection .people-wrap {
    gap: 60px;
  }

  #peopleSection .people-circle {
    --circle-size: clamp(420px, 42vw, 520px);
  }

  #brandSpace .research-item .bg {
    width: 110%;
  }

  #brandSpace .research-item .content {
    padding: 80px 50px 80px;
  }
}

/* Tablet ( 768px ~ 1023px)*/
@media all and (min-width: 768px) and (max-width: 1023px) {
  #ourBrand .content-title {
    text-align: center;
  }

  #ourBrand .flex {
    flex-direction: column;
    align-items: center;
    row-gap: var(--tit-margin);
    text-align: center;
  }

  #ourBrand .flex .right-text {
    padding-right: 0;
  }

  #ourBrand .flex p.desc {
    margin-top: 30px;
  }

  #brandPhilosophy .bg-text {
    font-size: 75px;
    letter-spacing: 1px;
    top: 95px;
    left: 60px;
  }

  #brandPhilosophy .card-wrap {
    grid-template-columns: repeat(1, 1fr);
  }

  #brandPhilosophy .card-wrap .item {
    padding: 35px 40px;
  }

  #brandPhilosophy .card-wrap .item.on {
    top: 0;
  }

  #cafeSlimmingGo .content-wrap {
    flex-direction: column;
    text-align: center;
    row-gap: var(--tit-margin);
  }

  #cafeSlimmingGo .btn {
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
  }

  #customerFirst .image {
    width: 45vw;
  }

  #customerFirst .inner-flex {
    display: grid;
    grid-template-columns: 45% 55%;
  }

  #customerFirst .inner-flex .content-title {
    padding-left: 5.2vw;
  }

  #brandSpace .research-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  #brandSpace .research-item {
    overflow: hidden;
  }

  #brandSpace .research-item .bg {
    width: 120%;
    height: 120%;
  }

  #brandSpace .research-item:nth-child(1) .bg,
  #brandSpace .research-item:nth-child(2) .bg,
  #brandSpace .research-item:nth-child(3) .bg,
  #brandSpace .research-item:nth-child(4) .bg {
    right: -5%;
    bottom: 0;
  }

  #brandSpace .research-item .content {
    padding: 80px 50px;
    border-right: 0;
    border-bottom: 1px solid var(--border-color);
  }

  #brandSpace .research-item:nth-child(n + 3) .content {
    border-top: 0;
  }

  #brandSpace .research-item:last-child .content {
    border-bottom: 0;
  }

  #peopleSection .people-wrap {
    flex-direction: column;
    gap: 0;
  }

  #peopleSection .people-circle:nth-child(2) {
    margin-top: -60px;
  }
}

/* Mobile ( ~ 767px)*/
@media all and (max-width: 767px) {
  #ourBrand .content-title {
    text-align: center;
  }

  #ourBrand .flex {
    flex-direction: column;
    align-items: center;
    row-gap: var(--tit-margin);
    text-align: center;
  }

  #ourBrand .flex .right-text {
    padding-right: 0;
  }

  #ourBrand .flex p.desc {
    font-size: 14px;
    margin-top: 20px;
  }

  #brandPhilosophy .bg-text {
    font-size: 36px;
    letter-spacing: 1px;
    top: 80px;
    left: 30px;
  }

  #brandPhilosophy .card-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  #brandPhilosophy .card-wrap .item {
    padding: 25px 30px;
  }

  #brandPhilosophy .card-wrap .item.on {
    top: 0;
  }

  #brandPhilosophy .card-wrap .item h5 {
    font-size: 22px;
  }

  #brandPhilosophy .card-wrap .item p {
    margin-top: 10px;
  }

  #brandPhilosophy .card-wrap .item .icon {
    width: 40px;
    margin-top: 20px;
  }

  #customerFirst .container {
    display: flex;
    flex-direction: column;
  }

  #cafeSlimmingGo .content-wrap {
    flex-direction: column;
    text-align: center;
    row-gap: var(--tit-margin);
  }

  #cafeSlimmingGo .btn {
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
  }

  #cafeSlimmingGo .image {
    width: 80%;
    margin: 0 auto;
  }

  #customerFirst .image {
    width: 100%;
    height: 180px;
    position: relative;
    order: 2;
    margin-bottom: var(--divider-gap);
    border-radius: 20px;
    overflow: hidden;
  }

  #customerFirst .inner-flex {
    display: block;
    padding-bottom: 40px;
  }

  #customerFirst .inner-flex .content-title {
    padding-left: 0;
  }

  #brandSpace .research-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  #brandSpace .research-item .bg {
    width: 120%;
    height: 120%;
  }

  #brandSpace .research-item:nth-child(1) .bg,
  #brandSpace .research-item:nth-child(2) .bg,
  #brandSpace .research-item:nth-child(3) .bg,
  #brandSpace .research-item:nth-child(4) .bg {
    right: -5%;
    bottom: 0;
  }

  #brandSpace .research-item .content {
    padding: 35px 20px;
    border-right: 0;
    border-bottom: 1px solid var(--border-color);
  }

  #brandSpace .research-item:nth-child(n + 3) .content {
    border-top: 0;
  }

  #brandSpace .research-item:last-child .content {
    border-bottom: 0;
  }

  #brandSpace .research-item p {
    margin-top: 25px;
  }

  #peopleSection .people-wrap {
    flex-direction: column;
    gap: 0;
  }

  #peopleSection .people-circle {
    --circle-size: 90vw;
  }

  #peopleSection .people-circle:nth-child(2) {
    margin-top: -35px;
  }

  #peopleSection .people-circle h5 {
    margin-bottom: 8px;
  }

  #peopleSection .people-circle strong {
    margin-bottom: 15px;
  }

  #peopleSection .people-circle p {
    font-size: 13px;
    line-height: 1.6;
  }
}
