/* Rest */
@import url("~@noonnu/maru-buri-regular");

@font-face {
  font-family: "Suit";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Thin.woff2")
    format("woff2");
  font-weight: 100;
  font-display: swap;
}

@font-face {
  font-family: "Suit";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-ExtraLight.woff2")
    format("woff2");
  font-weight: 200;
  font-display: swap;
}

@font-face {
  font-family: "Suit";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Light.woff2")
    format("woff2");
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Suit";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Regular.woff2")
    format("woff2");
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "Suit";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Medium.woff2")
    format("woff2");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Suit";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-SemiBold.woff2")
    format("woff2");
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Suit";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Bold.woff2")
    format("woff2");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Suit";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-ExtraBold.woff2")
    format("woff2");
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: "Suit";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Heavy.woff2")
    format("woff2");
  font-weight: 900;
  font-display: swap;
}
:root {
  --elrise-color-1: #c8987b;

  --fonts-color-01: #020202;
  --fonts-color-02: #262626;
  --fonts-color-03: #191919;
  --fonts-color-04: #76777c;
}
.elrise .img-box img {
  width: 100%;
  display: block;
}
.elrise .mb-font {
  font-family: MaruBuri-Regular;
}
.elrise .suit-font {
  font-family: MaruBuri-Regular;
}

.fs-72 {
  font-size: 7.2rem;
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-10px);
  }
}

@keyframes opacityAni {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
.elrise {
  font-family: "Pretendard Std Variable", "Pretendard Std", Pretendard,
    -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue",
    "Segoe UI", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
    sans-serif;
  color: #000;
}
.elrise {
  background: #f9f4f2;
}
.elrise .container {
  max-width: 1792px;
}
.elrise .sec01 {
  padding-top: 150px;
  padding-bottom: 80px;
  border-bottom: 1px solid var(--elrise-color-1);
  margin-bottom: 130px;
}
.elrise .sec01 h2 {
  font-family: "Libre Baskerville", serif;
  font-size: 8rem;
  line-height: 1.3;
  font-weight: 400;
  color: var(--elrise-color-1);
  margin-bottom: 4px;
}
.elrise .sec01 .logo {
  display: flex;
  justify-content: flex-end;
}
.elrise .sec01 .logo img {
  display: block;
  width: 272px;
}
.elrise .sec02 {
  background: url(./img/sec01_bg.png) no-repeat center right;
  background-size: contain;
}
.elrise .sec02 .container {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 237px;
}
.elrise .sec02 h2 {
  font-family: "Libre Baskerville", serif;
  color: #303b49;
  font-size: 8rem;
  line-height: 1.3;
  font-weight: 400;
}
.elrise .sec03 .img-box {
  width: 100%;
  height: 880px;

  border-radius: 20px;
  overflow: hidden;
  margin: 0 auto;
}
.elrise .sec03 .img-box img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.elrise .sec04 {
  padding: 160px 0;
}
.elrise .sec04 .container {
  display: flex;
  justify-content: space-between;
}
.elrise .sec04 .img-box {
  margin-left: 100px;
  width: 379px;
}
.elrise .sec04 .text-box {
  width: calc(100% - 400px);
  max-width: 1020px;
}
.elrise .sec04 .text-box li + li {
  margin-top: 24px;
}
.elrise .sec04 .text-box ul {
  margin-bottom: 60px;
}
.elrise .sec04 .text-box li {
  display: flex;
  align-items: center;
  gap: 6px;
}
.elrise .sec04 .text-box li .title {
  width: 200px;
}
.elrise .sec04 .color-g {
  color: #777;
}
.elrise .sec04 .text {
  line-height: 1.6;
  color: #333333;
}
.elrise .sec05 img {
  width: 100%;
  display: block;
}
.elrise .sec06 {
  margin-bottom: 120px;
}
.elrise .sec06 .container {
  display: flex;
  justify-content: space-between;
}
.elrise .sec06 .text-box {
  position: sticky;
  left: 0;
  top: 0;
  width: 850px;
  height: fit-content;
}
.elrise .sec06 .text-box h2 {
  font-family: "Libre Baskerville", serif;

  font-weight: 400;
  margin-bottom: 46px;
}
.elrise .sec06 .text-box p {
  color: #333;
  line-height: 1.6;
}

.elrise .sec06 .text-box p + p {
  margin-top: 40px;
}
.elrise .sec06 ul {
  width: 800px;
}
.elrise .sec06 ul li + li {
  margin-top: 36px;
}
.elrise .sec06 ul li {
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid #777777;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.elrise .sec06 ul li img {
  width: 100%;
  display: block;
}
.elrise .sec07 {
  margin-bottom: 100px;
}
.elrise .sec07 h2 {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  margin-bottom: 46px;
}
.elrise .sec07 .text-box {
  display: flex;
  gap: 56px;
  margin-bottom: 100px;
}
.elrise .sec07 p {
  flex: 1;
  color: #444;
  line-height: 1.6;
}
.elrise .sec07 ul {
  display: flex;
  gap: 54px;
  align-items: flex-start;
  justify-content: space-between;
}
.elrise .sec07 ul li {
  flex: 1;
}
.elrise .sec07 ul li img {
  width: 100%;
  display: block;
}
.elrise .sec07 ul li:nth-child(2n) {
  padding-top: 100px;
}
.elrise .sec08 .container {
  border-top: 1px solid var(--elrise-color-1);
  padding-top: 110px;
}
.elrise .sec08 h2 {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  margin-bottom: 64px;
}
.elrise .sec08 .list-item {
  display: flex;
  gap: 40px;
}
.elrise .sec08 .img-box {
  aspect-ratio: 1020 / 680;
  width: 1020px;
  border-radius: 20px;
  overflow: hidden;
}
.elrise .sec08 .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.elrise .sec08 ul {
  width: calc(100% - 1060px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.elrise .sec08 ul li h3 {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
}
.elrise .sec08 ul li {
  aspect-ratio: 1 / 1;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  color: #fff;
  line-height: 1.6;
}
.elrise .sec08 ul li:nth-child(2n) {
  border: 1px solid #b0b0b0;
  color: #000;
}

.elrise .sec08 ul .color {
  display: flex;
  gap: 32px;
}
.elrise .sec09 {
  margin-bottom: 64px;
  font-weight: 400;
  margin-top: 120px;
}
.elrise .sec09 h2 {
  font-family: "Libre Baskerville", serif;

  font-weight: 400;
  margin-bottom: 62px;
}
.elrise .sec09 .container {
  padding-bottom: 120px;
  border-bottom: 1px solid var(--elrise-color-1);
}
.elrise .sec09 .list-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.elrise .sec09 .list-item .item {
  display: flex;
  gap: 64px;
  align-items: center;
}
.elrise .sec09 .box {
  font-size: 12rem;
  aspect-ratio: 1 / 1;
  border: 1px solid #666666;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border-radius: 20px;
  width: 320px;
}
.elrise .sec09 h3 {
  margin-bottom: 36px;
}

.elrise .sec09 p {
  line-height: 1.6;
}
.elrise .sec10 {
  margin-bottom: 120px;
}
.elrise .sec10 h2 {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  margin-bottom: 42px;
}

.elrise .sec10 h3 {
  position: relative;
  text-align: center;
  font-weight: 600;
  padding-bottom: 125px;
}

.elrise .sec10 h3::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 9px;
  background: var(--elrise-color-1);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.elrise .sec10 h3::after {
  content: "";
  display: block;
  width: 1px;
  height: 80px;

  background: var(--elrise-color-1);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.elrise .sec10 .text-box {
  display: flex;
  align-items: flex-start;
  gap: 100px;
  margin-bottom: 96px;
}
.elrise .sec10 .text-box p {
  flex: 1;
  line-height: 1.6;
}

.elrise .sec10 .logo-list ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.elrise .sec10 .logo-list ul li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.elrise .sec10 .logo-list img {
  display: block;
  max-width: 480px;
  width: 100%;
}
.elrise .icon-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 65px;
}
.elrise .icon-list li {
  max-width: 440px;
  width: calc(100% / 3);
}
.elrise .icon-list li:last-child {
  transform: translateX(-44px);
}
.elrise .icon-list li:first-child {
  transform: translateX(44px);
}
.elrise .icon-list li svg {
  aspect-ratio: 1 / 1;
  width: 100%;
}
.elrise .sec11 {
  margin-bottom: 120px;
}
.elrise .sec11 .container {
  padding-top: 120px;
  padding-bottom: 120px;
  border-top: 1px solid var(--elrise-color-1);
  border-bottom: 1px solid var(--elrise-color-1);
}
.elrise .sec12 h2,
.elrise .sec11 h2 {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  margin-bottom: 62px;
}

.elrise .sec11 .list-item ul {
  display: flex;
  gap: 80px;
}
.elrise .sec11 .list-item ul li {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.elrise .sec11 .list-item ul p {
  line-height: 1.6;
}
.elrise .sec11 .list-item ul img {
  width: 100%;
  display: block;
  margin-top: 36px;
}
.elrise .sec12 {
  margin-bottom: 120px;
}
.elrise .sec12 .img-list {
  display: grid;
}
.elrise .sec12 .img-list + .img-list {
  margin-top: 64px;
}
.elrise .sec12 .img-list img {
  width: 100%;
  display: block;
}
.elrise .sec12 .img-list01 {
  grid-template-columns: 896fr 368fr 368fr;
  gap: 64px;
}
.elrise .sec12 .img-list02 {
  grid-template-columns: 368fr 368fr 896fr;
  gap: 64px;
}
.elrise .sec13 img {
  width: 100%;
  display: block;
}
/* 원본 아이콘은 손대지 않음. 위에 덮는 stroke 레이어만 애니메이션 */
.draw-layer .draw {
  fill: none;
  stroke: #f9f4f2; /* 그려질 선 색상 (원하면 바꿔도 됨) */
  stroke-width: 100;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;

  /* JS가 실제 길이로 덮어쓰기 전 초기값 */
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
}

/* 뷰포트에 들어오면 1번만 동시에 그려지게 */
svg.is-draw .draw {
  animation: draw 1s ease forwards;
}

@keyframes draw {
  to {
    stroke-width: 0; /* 애니메이션 끝나면 원본만 남게 */
    stroke-dashoffset: 0;
  }
}
@media screen and (max-width: 1800px) {
  .elrise .sec08 .list-item {
display: flex;align-items: center;
  }
  .elrise .sec08 .img-box {
    aspect-ratio: auto;
    width: 100%;
    height: 100%;
  }
  .elrise .sec08 .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .elrise .sec08 ul {
    width: fit-content;
  }
}
@media screen and (max-width: 1700px) {
  .elrise .sec04 .img-box {
    margin-left: 0;
  }
}
@media screen and (max-width: 1600px) {
  .elrise .sec02 h2,
  .elrise .sec01 h2 {
    font-size: clamp(2.4rem, 4.71vw, 8rem);
  }
  .elrise .sec04 .img-box {
    width: 22.29vw;
  }
  .elrise .sec06 .text-box {
    width: calc(100% - 900px);
    max-width: 800px;
  }
}
@media screen and (max-width: 1450px) {
  .elrise .sec06 .text-box {
    width: calc(100% - 550px);
    max-width: 800px;
  }
  .elrise .sec06 ul {
    width: 500px;
  }
  .elrise .sec09 .list-item {
    grid-template-columns: 1fr;
    row-gap: 32px;
  }
  .elrise .sec09 .list-item .item {
    justify-content: center;
  }
}
@media screen and (max-width: 1200px) {
  .fs-72 {
    font-size: 5.2rem;
  }
  .elrise .sec07 ul {
    gap: 24px;
  }
  .elrise .sec08 .list-item {
    grid-template-columns: 1fr;
  }
  .elrise .sec08 .img-box {
    width: 95%;
    aspect-ratio: 1020 / 680;
    height: auto;
    margin: 0 auto;
  }
  .elrise .sec08 ul {
    width: 95%;
    margin: 0 auto;
  }
  .elrise .sec11 .list-item ul {
    gap: 40px;
  }  .elrise .sec08 .list-item {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1024px) {
  .elrise .sec01 {
    margin-bottom: 60px;
  }
  .elrise .sec02 .container {
    padding-bottom: 100px;
  }
  .elrise .sec04 {
    padding: 40px 0;
  }

  .elrise .sec06 .container {
    flex-direction: column;
    row-gap: 30px;
  }
  .elrise .sec06 .text-box {
    width: 100%;
    max-width: 800px;
    position: relative;
  }
  .elrise .sec06 ul {
    width: 100%;
  }
  .elrise .sec12 .img-list + .img-list {
    margin-top: 20px;
  }
  .elrise .sec12 .img-list02,
  .elrise .sec12 .img-list01 {
    column-gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .elrise .sec01 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .elrise .sec03 .img-box{
    height: 400px;
  }
  .elrise .sec08 .container {
    padding-top: 60px;
  }
  .elrise .sec09 .container {
    padding-bottom: 60px;
  }
  .elrise .sec02 .container {
    padding-bottom: 60px;
  }
  .elrise .sec10,
  .elrise .sec12,
  .elrise .sec11 {
    margin-bottom: 60px;
  }
  .elrise .sec11 .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .fs-72 {
    font-size: 4.2rem;
  }

  .elrise .sec12 h2,
  .elrise .sec11 h2 {
    margin-bottom: 32px;
  }
  .elrise .sec04 .img-box {
    width: 80%;
    max-width: 400px;
    margin: 0 auto 32px;
  }
  .elrise .sec04 .container {
    flex-direction: column;
    row-gap: 32px;
  }
  .elrise .sec04 .text-box {
    width: 100%;
  }
  .elrise .sec07 .text-box {
    flex-direction: column;
    row-gap: 32px;
    margin-bottom: 40px;
  }
  .elrise .sec07 ul {
    flex-wrap: wrap;
  }
  .elrise .sec07 ul li {
    width: calc((100% - 24px) / 2);
    flex: none;
  }
  .elrise .sec10 .text-box {
    flex-direction: column;
    row-gap: 32px;
  }
  .elrise .sec11 .list-item ul {
    flex-direction: column;
    row-gap: 32px;
  }

  .elrise .sec11 .list-item ul li {
    flex: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .elrise .sec01 .logo img {
    width: 150px;
    margin-top: 32px;
  }
  .elrise .sec08 ul {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .elrise .sec08 ul li {
    aspect-ratio: auto;
    padding: 40px 20px;
  }
}
@media screen and (max-width: 576px) {
  .elrise .sec01 .logo img {
    width: 100px;
  }
  .fs-72 {
    font-size: 2.4rem;
  }
  .elrise .sec09 .list-item .item {
    flex-direction: column;
    row-gap: 20px;
  }
  .elrise .sec09 .list-item .text {
    width: 100%;
  }
  .elrise .sec09 .box {
    width: 80%;
    max-width: 250px;
    font-size: 6rem;
  }
  .elrise .icon-list {
    flex-direction: column;
    row-gap: 32px;
  }
  .elrise .icon-list li {
    width: 80%;
  }
  .elrise .icon-list li:last-child {
    transform: initial;
  }
  .elrise .icon-list li:first-child {
    transform: initial;
  }
  .elrise .sec10 .logo-list ul {
    grid-template-columns: 1fr;
    row-gap: 32px;
  }
  .elrise .sec10 .logo-list img {
    width: 80%;
    max-width: 400px;
    margin: 0 auto;
  }

  .elrise .sec12 .img-list02,
  .elrise .sec12 .img-list01 {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .elrise .sec12 .img-list + .img-list {
    margin-top: 16px;
  }
  .elrise .sec12 .img-list02 li:last-child,
  .elrise .sec12 .img-list01 li:first-child {
    grid-column: 1 / -1;
  }
}
