/* Sunny Principle Ã¢â‚¬â€ Figma Group2 1920Ãƒâ€”1080, 100vh (rem Ã«Â²Â Ã¬ÂÂ´Ã¬Å Â¤: html 10px) */

#previewContent .sunny-principle {
  height: 108rem;
  min-height: 108rem;
}

.sunny-principle {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #f2f2f2 url(./bg.jpg) no-repeat center bottom / cover;
  box-sizing: border-box;
}

.sunny-principle *,
.sunny-principle *::before,
.sunny-principle *::after {
  box-sizing: border-box;
}

.sunny-principle__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 1;
  display: block;
}

.sunny-principle__stage {
  position: relative;
  width: 100%;
  max-width: 136.7rem;
  height: 100%;
  margin: 0 auto;
  z-index: 2;
}

/* Frame2: x278 y92, 1367Ãƒâ€”892 (Group 11:6 ÃªÂ¸Â°Ã¬Â¤â‚¬) */
.sunny-principle__inner {
  width: 100%;
  height: 100%;
  padding: 0 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0;
}

/* Group22: 561Ãƒâ€”349.62, Frame2 Ã«â€šÂ´ y232 */
.sunny-principle__left {
  width: 60rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
}

/* logo: 260Ãƒâ€”136.94 */
.sunny-principle__logo {
  width: 26rem;
  height: 13.694rem;
  object-fit: contain;
  object-position: left top;
  display: block;
}

/* text: logo Ã­â€¢ËœÃ«â€¹Â¨ 52.68px ÃªÂ°â€žÃªÂ²Â©, 561Ãƒâ€”160, 26/40 */
.sunny-principle__content {
  margin: 5.268rem 0 0 0;
  padding: 0;
  width: 100%;
  color: #000000;
  font-family:
    Pretendard,
    -apple-system,
    BlinkMacSystemFont,
    system-ui,
    sans-serif;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 4rem;
  text-align: left;
  white-space: pre-line;
}

/* Ã¬Å¾Â¥Ã«Â¹â€ž: 390Ãƒâ€”892, Frame2 Ã¬Å¡Â°Ã¬Â¸Â¡ */
.sunny-principle__right {
  position: absolute;
  right: -5rem;
  width: 107rem;
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  z-index: -1;
}

.sunny-principle__equipment {
  width: 100%;
  object-fit: contain;
  object-position: center top;
  display: block;
  margin-right: -4rem;
  margin-top: -0.3rem;
}

@media (max-width: 1024px) {
  .sunny-principle {
    background-position: left;
    background-size: cover;
  }
}

@media (max-width: 768px) {
  .sunny-principle {
    height: 110rem;
  }

  .sunny-principle__stage {
    max-width: 76.8rem;
  }

  .sunny-principle__inner {
    position: static;
    top: auto;
    left: auto;
    width: 76.8rem;
    height: auto;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 10rem 2rem 10rem;
    gap: 4rem;
  }

  .sunny-principle__left {
    width: 100%;
    max-width: 100%;
    padding-top: 0;
    align-items: center;
  }

  .sunny-principle__logo {
    width: 20rem;
    height: auto;
  }

  .sunny-principle__content {
    margin-top: 3rem;
    width: 100%;
    max-width: 100%;
    font-size: 2.8rem;
    line-height: 1.4;
    text-align: center;
  }

  .sunny-principle__right {
    width: 76rem;
    max-width: 100%;
    height: auto;
    bottom: 0;
    right: unset;
    left: 41%;
    transform: translateX(-50%);
  }

  .sunny-principle__equipment {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
