@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Noto+Sans+KR:wght@100..900&family=Outfit:wght@100..900&display=swap");
@font-face {
  font-family: "Aritaburi";
  src: url("../fonts/AritaBuriKR-HairLine.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aritaburi";
  src: url("../fonts/AritaBuriKR-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aritaburi";
  src: url("../fonts/AritaBuriKR-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aritaburi";
  src: url("../fonts/AritaBuriKR-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aritaburi";
  src: url("../fonts/AritaBuriKR-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* ===============================
   Font Variable & Base Style
   =============================== */
.cormorant-garamond {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: normal;
}

.outfit {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.noto-sans-kr {
  font-family: "Noto Sans KR", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.aritaburi {
  font-family: "Aritaburi";
}

/* Size */
.fs-0 {
  font-size: 0px;
}

.fs-16 {
  font-size: 1.6rem;
}

.fs-18 {
  font-size: 1.8rem;
}

.fs-20 {
  font-size: 2rem;
}

.fs-24 {
  font-size: 2.4rem;
}

.fs-28 {
  font-size: 2.8rem;
}

.fs-34 {
  font-size: 3.4rem;
}

.fs-36 {
  font-size: 3.6rem;
}

.fs-42 {
  font-size: 4.2rem;
}

.fs-72 {
  font-size: 7.2rem;
}

.fs-82 {
  font-size: 8.2rem;
}

.fs-96 {
  font-size: 9.6rem;
}

@media screen and (max-width: 1200px) {
  .fs-16 {
    font-size: 1.4rem;
  }
  .fs-18 {
    font-size: 1.6rem;
  }
  .fs-20 {
    font-size: 1.8rem;
  }
  .fs-24 {
    font-size: 2rem;
  }
  .fs-28 {
    font-size: 2.4rem;
  }
  .fs-34 {
    font-size: 2.8rem;
  }
  .fs-36 {
    font-size: 3rem;
  }
  .fs-42 {
    font-size: 3.4rem;
  }
  .fs-72 {
    font-size: 5.2rem;
  }
  .fs-82 {
    font-size: 5rem;
  }
  .fs-96 {
    font-size: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .fs-18 {
    font-size: 1.4rem;
  }
  .fs-20 {
    font-size: 1.6rem;
  }
  .fs-24 {
    font-size: 1.8rem;
  }
  .fs-28 {
    font-size: 2rem;
  }
  .fs-34 {
    font-size: 2.4rem;
  }
  .fs-36 {
    font-size: 2.6rem;
  }
  .fs-42 {
    font-size: 2.8rem;
  }
  .fs-72 {
    font-size: 4.2rem;
  }
  .fs-82 {
    font-size: 4.4rem;
  }
  .fs-96 {
    font-size: 4.6rem;
  }
}
@media screen and (max-width: 576px) {
  .fs-16 {
    font-size: 1.3rem;
  }
  .fs-18 {
    font-size: 1.2rem;
  }
  .fs-20 {
    font-size: 1.4rem;
  }
  .fs-24 {
    font-size: 1.6rem;
  }
  .fs-28 {
    font-size: 1.8rem;
  }
  .fs-xs-10 {
    font-size: 1rem;
  }
  .fs-xs-12 {
    font-size: 1.2rem;
  }
  .fs-xs-13 {
    font-size: 1.3rem;
  }
  .fs-xs-14 {
    font-size: 1.4rem;
  }
  .fs-xs-16 {
    font-size: 1.6rem;
  }
  .fs-xs-18 {
    font-size: 1.8rem;
  }
  .fs-xs-20 {
    font-size: 2rem;
  }
  .fs-xs-24 {
    font-size: 2.4rem;
  }
  .fs-xs-28 {
    font-size: 2.8rem;
  }
}
/* Weight */
.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

.daisy {
  font-family: "Pretendard", "Apple SD Gothic Neo", "Noto Sans KR",
    "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
    sans-serif;
  color: #353535;
  overflow: hidden;
}

.daisy .container {
  max-width: 1667px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

.fs-28 {
  font-size: 2.8rem;
}

.fs-40 {
  font-size: 4rem;
}

@media screen and (max-width: 1200px) {
  .fs-40 {
    font-size: 3.2rem;
  }
  .fs-28 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .fs-40 {
    font-size: 2.6rem;
  }
  .fs-28 {
    font-size: 2rem;
  }
}
@keyframes flow-ani02 {
  0% {
    opacity: 0;
    transform: translate(50%, 50%) rotate(-30deg) scale(1);
  }
  30% {
    opacity: 0.7;
    transform: translate(20%, 20%) rotate(-5deg) scale(1);
  }
  50%,
  100% {
    opacity: 1;
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
}
@keyframes flow-ani03 {
  0% {
    opacity: 0;
    transform: translate(-50%, 50%) rotate(-30deg) scale(0.9);
  }
  30% {
    opacity: 0.7;
    transform: translate(-20%, 20%) rotate(5deg) scale(1);
  }
  50%,
  100% {
    opacity: 1;
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
}
@keyframes spin-1turn {
  0% {
    opacity: 0;
    transform: rotate(0turn) scale(0);
  }
  30% {
    opacity: 0.7;
  }
  50%,
  100% {
    opacity: 1;
    transform: rotate(1turn) scale(1);
  }
}
@keyframes spin-1turn02 {
  0% {
    opacity: 0.7;
    transform: rotate(0turn) scale(0.6);
  }
  30% {
    opacity: 0.7;
  }
  50%,
  100% {
    opacity: 1;
    transform: rotate(1turn) scale(1);
  }
}
@keyframes spin-1turn03 {
  0% {
    opacity: 0.7;
    transform: rotate(0turn);
  }
  30% {
    opacity: 1;
  }
  50%,
  100% {
    opacity: 1;
    transform: rotate(1turn);
  }
}
@keyframes ellipse-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes scale-ani {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  30% {
    opacity: 0.7;
  }
  50%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes scale-ani02 {
  0% {
    opacity: 0;
    transform: scaleY(0);
  }
  30% {
    opacity: 0.7;
  }
  50%,
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
.daisy {
  background: #fff;
  /* ===== Grid Palette SCSS ===== */
  /* ===============================
   Font Style Section
   =============================== */
}
.daisy svg #icon-flow-01 {
  transform-box: fill-box;
  transform-origin: center;
  animation: spin-1turn 2.5s linear infinite alternate;
}
.daisy svg #icon-flow-02 {
  transform-box: fill-box;
  animation: flow-ani02 2.5s linear infinite alternate;
}
.daisy svg #icon-flow-03 {
  transform-box: fill-box;
  animation: flow-ani03 2.5s linear infinite alternate;
}
.daisy svg #icon-nav-bar01,
.daisy svg #icon-nav-bar02,
.daisy svg #icon-nav-bar03,
.daisy svg #icon-nav-bar04 {
  transform-box: fill-box;
  transform-origin: center;
  animation: scale-ani 2.5s linear infinite alternate;
}
.daisy svg #icon-nav-bg {
  transform-box: fill-box;
  transform-origin: center;
  animation: spin-1turn03 2.5s linear infinite alternate;
}
.daisy svg #icon-nav-line {
  transform-box: fill-box;
  transform-origin: center;
  animation: spin-1turn02 2.5s linear infinite alternate;
}
.daisy svg #icon-system-ani01 {
  transform-box: fill-box;
  transform-origin: center bottom;
  animation: scale-ani02 2.5s linear infinite alternate;
}
.daisy .sec01 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  height: 100vh;
  width: 100%;
  background: url(../img/main.jpg) no-repeat center/cover fixed;
}
.daisy .sec01 h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 100px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.daisy .sec01 h2 .space {
  width: 16px;
}
.daisy .sec02 {
  padding: 122px 0 130px;
  position: relative;
}
.daisy .sec02 .sec02-logo {
  width: 129px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
.daisy .sec02 .sec02-logo img {
  width: 100%;
  display: block;
}
.daisy .sec02 h3 {
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 26px;
}
.daisy .sec02 ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 45px;
  overflow: hidden;
}
.daisy .sec02 ul li {
  display: inline-block;
  color: #66aae2;
  line-height: 1.5;
  padding: 8px 20px;
  border-radius: 50px;
  border: 1px solid #66aae2;
  font-weight: 400;
}
.daisy .sec02 p {
  text-align: center;
  font-weight: 400;
  font-family: "Aritaburi";
  color: #444;
  line-height: 1.6;
}
.daisy .sec03 {
  position: relative;
  background: #fdf9f0;
  padding: 130px 0 150px;
}
.daisy .sec03 .img-box img {
  width: 100%;
  display: block;
}
.daisy .sec03 .img-box02 {
  width: 1410px;
  position: absolute;
  right: 0;
  top: 228px;
}
.daisy .sec03 .img-box02 img {
  width: 100%;
  display: block;
}
.daisy .sec03 .container {
  position: relative;
}
.daisy .sec03 h2 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  line-height: 1.5;
  font-size: 130px;
  letter-spacing: -0.02em;
  color: #ddd1b6;
  transform: translateX(-2%);
  margin-bottom: 92px;
}
.daisy .sec03 .img-box01 {
  width: 456px;
  border-radius: 300px;
  overflow: hidden;
}
.daisy .sec03 .text-box-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-family: "Aritaburi";
  line-height: 1.6;
  letter-spacing: -0.02em;
  margin-bottom: 25px;
  margin-top: -10%;
}
.daisy .sec03 h4 {
  font-family: "Cormorant Garamond", serif;
  color: #5c3616;
  position: relative;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  z-index: 10;
  width: -moz-fit-content;
  width: fit-content;
}
.daisy .sec03 h4::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background: #e9ce8b;
  position: absolute;
  left: 0;
  bottom: 10px;
  z-index: -1;
}
@media screen and (max-width: 1600px) {
  .daisy .sec03 {
    position: relative;
    background: #fdf9f0;
    padding: 7.222vw 0 8.333vw;
  }
  .daisy .sec03 .img-box img {
    width: 100%;
    display: block;
  }
  .daisy .sec03 .img-box02 {
    width: 78.333vw;
    position: absolute;
    right: 0;
    top: 12.667vw;
  }
  .daisy .sec03 .img-box02 img {
    width: 100%;
    display: block;
  }
  .daisy .sec03 h2 {
    font-size: clamp(3.2rem, 7.222vw, 13rem);
    margin-bottom: 5.111vw;
    transform: translateX(-2%);
  }
  .daisy .sec03 .img-box01 {
    width: 25.333vw;
    border-radius: 16.667vw;
    overflow: hidden;
  }
  .daisy .sec03 .text-box-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 1.389vw;
    margin-top: 0;
  }
  .daisy .sec03 h4 {
    width: -moz-fit-content;
    width: fit-content;
  }
  .daisy .sec03 h4::after {
    content: "";
    display: block;
    width: 100%;
    height: 0.556vw;
    position: absolute;
    left: 0;
    bottom: 0.556vw;
    background: #e9ce8b;
    z-index: -1;
  }
}
@media screen and (max-width: 1200px) {
  .daisy .sec03 {
    padding: 60px 0;
  }
  .daisy .sec03 .text-box-wrap {
    margin-top: 32px;
  }
}
.daisy .sec04 {
  padding: 130px 0 200px;
  overflow: hidden;
}
.daisy .sec04 .top-grpup {
  padding-bottom: 40px;
  border-bottom: 1px solid #e5d9ca;
  margin-bottom: 40px;
}
.daisy .sec04 span {
  display: inline-block;
  font-family: "Outfit", sans-serif;
  padding: 8px 20px;
  color: #fff;
  line-height: 1.5;
  background: #e9ce8b;
  margin-bottom: 40px;
}
.daisy .sec04 h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 50px;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-align: center;
  margin-bottom: 90px;
}
.daisy .sec04 h4 {
  font-family: "Outfit", sans-serif;
  font-size: 50px;
  line-height: 1.3;
  color: #d3b05a;
}
.daisy .sec04 p {
  color: #353535;
  letter-spacing: -0.02em;
  line-height: 1.6;
}
.daisy .sec04 ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 65px;
}
.daisy .sec04 ul .svg-box {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-50%) rotate(8deg);
}
.daisy .sec04 ul li {
  padding: 0 50px 60px;
  position: relative;
  background: #faf7ef;
}
.daisy .sec04 ul li:nth-child(1)::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateY(100%);
  content: "";
  display: block;
  aspect-ratio: 567/200;
  width: auto;
  height: 200px;
  background: url(../img/line01.svg) no-repeat bottom center/cover;
}
.daisy .sec04 ul li:nth-child(2)::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateY(100%);
  content: "";
  display: block;
  height: 200px;
  background: #d6e8f5;
  width: 1px;
}
.daisy .sec04 ul li:nth-child(3)::after {
  position: absolute;
  right: 50%;
  bottom: 0;
  transform: translateY(100%);
  content: "";
  display: block;
  aspect-ratio: 567/200;
  width: auto;
  height: 200px;
  background: url(../img/line02.svg) no-repeat bottom center/cover;
}
.daisy .sec04 ul li:nth-child(2n) {
  background: #f3f7fa;
}
.daisy .sec04 ul li:nth-child(2n) .top-grpup {
  border-bottom: 1px solid #d6e8f5;
}
.daisy .sec04 ul li:nth-child(2n) span {
  background: #66aae2;
}
.daisy .sec04 ul li:nth-child(2n) h4 {
  color: #66aae2;
}
@media screen and (max-width: 1680px) {
  .daisy .sec04 {
    padding: 130px 0 100px;
  }
  .daisy .sec04 ul li::after {
    display: none !important;
  }
}
@media screen and (max-width: 1600px) {
  .daisy .sec04 ul {
    gap: 30px;
  }
  .daisy .sec04 ul li {
    padding: 0 32px 30px;
  }
}
@media screen and (max-width: 1200px) {
  .daisy .sec04 {
    padding: 60px 0;
  }
  .daisy .sec04 h3 {
    font-size: 40px;
    margin-bottom: 80px;
  }
  .daisy .sec04 span {
    padding: 6px 16px;
    margin-bottom: 20px;
  }
  .daisy .sec04 h4 {
    font-size: 32px;
  }
  .daisy .sec04 li p br {
    display: none;
  }
  .daisy .sec04 ul .svg-box {
    width: 100px;
  }
  .daisy .sec04 ul .svg-box svg {
    width: 100%;
  }
  .daisy .sec04 .top-grpup {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.daisy .sec05 {
  position: relative;
  padding: 130px 0 670px;
  background: url(../img/sec05_bg.jpg) no-repeat center/cover fixed;
}
.daisy .sec05 .container {
  position: relative;
}
.daisy .sec05 ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 230px;
}
.daisy .sec05 ul li img {
  width: -moz-fit-content;
  width: fit-content;
}
.daisy .sec05 ul .item02 {
  padding-top: 10%;
}
.daisy .sec05 ul .item02 .img-box {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.daisy .sec05 ul .item02 .img03 {
  margin-top: 180px;
  display: flex;
  justify-content: flex-end;
}
.daisy .sec05 ul .ani-box {
  position: absolute;
  z-index: 10;
  top: -91px;
  right: -91px;
  animation: ellipse-rotate 3s linear infinite;
}
.daisy .sec05 p {
  margin-top: 50px;
  font-size: 30px;
  font-family: "Aritaburi";
  font-weight: 400;
  color: #353535;
  text-align: center;
}
.daisy .sec05 p strong {
  font-weight: bold;
}
.daisy .sec05 .mockup-box {
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  max-width: 1500px;
  z-index: 20;
}
.daisy .sec05 .mockup-box img {
  width: 100%;
  display: block;
}
.daisy .sec06 {
  padding: 550px 0 150px;
  background: #5d6970 url(../img/sec06_bg.jpg) no-repeat center bottom/cover;
}
.daisy .sec06 h3 {
  font-family: "Cormorant Garamond", serif;
  color: #fff;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.02em;
  text-align: center;
}
.daisy .sec06 .item-conts {
  display: flex;
  align-items: center;
  justify-content: center;
}
.daisy .sec06 .img-box {
  width: 800px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 500px;
  margin-left: -8%;
  z-index: 0;
}
.daisy .sec06 .img-box img {
  border-radius: 500px;
  width: 100%;
  display: block;
}
.daisy .sec06 .left-box {
  position: relative;
  z-index: 10;
}
.daisy .sec06 .left-box li {
  position: relative;
  z-index: 10;
  font-family: "Cormorant Garamond", serif;
  font-size: 75px;
  color: #fff;
  line-height: 1;
}
.daisy .sec06 .left-box li:nth-child(2) {
  color: #c7dcea;
}
.daisy .sec06 .left-box li:nth-child(3) {
  color: #c7dcea;
}
.daisy .sec06 .left-box li + li {
  margin-top: 60px;
}
.daisy .sec06 .list-box {
  margin-left: 50px;
}
.daisy .sec06 .list-box li {
  display: flex;
  justify-content: space-between;
  position: relative;
  border: 1px solid #fff;
  padding: 20px 30px;
  width: 400px;
  height: -moz-fit-content;
  height: fit-content;
  cursor: pointer;
  transition: 0.1s ease-in-out;
}
.daisy .sec06 .list-box li + li {
  margin-top: 20px;
}
.daisy .sec06 .list-box li h4 {
  font-family: "Outfit", sans-serif;
  color: #fff;
  font-weight: 500;
  transition: 0.1s ease-in-out;
}
.daisy .sec06 .list-box li p {
  font-family: "Noto Sans KR", sans-serif;
  opacity: 0;
  height: 0;
  display: none;
  font-weight: 500;
  transition: 0.1s ease-in-out;
}
.daisy .sec06 .list-box li:hover {
  background: #a0caec;
  border: 1px solid #a0caec;
}
.daisy .sec06 .list-box li:hover h4 {
  color: #3a505d;
}
.daisy .sec06 .list-box li:hover p {
  opacity: 1;
  color: #3a505d;
  height: -moz-fit-content;
  height: fit-content;
  display: block;
  margin-top: 16px;
}
.daisy .sec06 .list-box li:hover button::before,
.daisy .sec06 .list-box li:hover button::after {
  background: #fff;
}
.daisy .sec06 .list-box button {
  transition: 0.1s ease-in-out;
  position: relative;
  width: 14px;
  height: 24px;
}
.daisy .sec06 .list-box button::after {
  background: #3a505d;
  content: "";
  display: block;
  width: 14px;
  height: 3px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.daisy .sec06 .list-box button::before {
  background: #3a505d;
  content: "";
  display: block;
  height: 14px;
  width: 3px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.daisy .sec07 {
  padding: 130px 0 150px;
}
.daisy .sec07 h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 50px;
  font-weight: 600;
  text-align: center;
  color: #353535;
  margin-bottom: 30px;
}
.daisy .sec07 p {
  text-align: center;
  line-height: 1.6;
  letter-spacing: -0.02em;
  margin-bottom: 100px;
}
.daisy .sec07 ul {
  display: flex;
  align-items: center;
  gap: 10px;
}
.daisy .sec07 ul li {
  width: calc((100% - 40px) / 5);
}
.daisy .sec07 ul li img {
  width: 100%;
  display: block;
}
.daisy .sec07 ul.list02 {
  margin-top: 10px;
  justify-content: flex-end;
}
.daisy .palette-grid {
  /* 커스텀 변수(행 높이/간격) */

  display: grid;
  grid-template-columns: repeat(6, 1fr);

  grid-template-areas: "blue blue  blue beige beige beige" "white white white dark  dark white3" "g1   g2   g3   white2 white2 white2";
  /* ===== 색상 타일 ===== */
  /* 그린 계열은 대비를 위해 텍스트 살짝 어둡게 */
  /* ===== 반응형 ===== */
  /* 태블릿: 2열로 재배치 */
  /* 모바일: 1열 스택 */
}
.daisy .palette-grid .tile {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 30px 40px;
  min-height: 260px;
  /* 라벨 공통 */
}
.daisy .palette-grid .tile .label,
.daisy .palette-grid .tile .code {
  font: 500 20px/1 "Pretendard";
  color: #fff;
}
.daisy .palette-grid .tile .code {
  display: inline-block;
}
.daisy .palette-grid .blue {
  grid-area: blue;
  background: #a0caec;
}
.daisy .palette-grid .beige {
  grid-area: beige;
  background: #e9ce8b;
}
.daisy .palette-grid .white {
  grid-area: white;
  background: #ffffff;
  /* 화이트 배경에서는 텍스트 숨김(디자인상 빈칸) */
}
.daisy .palette-grid .white .label,
.daisy .palette-grid .white .code {
  display: none;
}
.daisy .palette-grid .dark {
  grid-area: dark;
  background: #5d6970;
}
.daisy .palette-grid .g1 {
  grid-area: g1;
  background: #c0dc97;
}
.daisy .palette-grid .g2 {
  grid-area: g2;
  background: #9aca6b;
}
.daisy .palette-grid .g3 {
  grid-area: g3;
  background: #6dba4f;
}
.daisy .palette-grid .white-2 {
  grid-area: white2;
  background: #ffffff;
}
.daisy .palette-grid .g1 .label,
.daisy .palette-grid .g1 .code,
.daisy .palette-grid .g2 .label,
.daisy .palette-grid .g2 .code,
.daisy .palette-grid .g3 .label,
.daisy .palette-grid .g3 .code {
  text-shadow: none;
}
@media (max-width: 1024px) {
  .daisy .palette-grid {
    --gap: 16px;

    grid-template-columns: repeat(2, 1fr);

    grid-template-areas: "blue   blue" "beige  beige" "white  dark" "g1     g2" "g3     white2";
  }
}
@media (max-width: 560px) {
  .daisy .palette-grid {
    --gap: 12px;

    grid-template-columns: 1fr;

    grid-template-areas: "blue" "beige" "dark" "g1" "g2" "g3";
  }
  .daisy .palette-grid .white {
    display: none;
  }
  .daisy .palette-grid .tile {
    padding: 14px 16px;
  }
}
.daisy .font-style {
  font-family: "Noto Sans KR", sans-serif;
  margin-top: 150px;
  background-color: #fbf8f1;
  text-align: center;
  padding-top: 110px;
  padding-bottom: 70px;
}
.daisy .font-style .title {
  font-family: "Cormorant Garamond", serif;
  font-size: 50px;
  font-weight: 600;
  color: #353535;
  margin-bottom: 60px;
}
.daisy .font-style .flex-font {
  display: flex;
  justify-content: space-between;
}
.daisy .font-style .font-box {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: left;
}
.daisy .font-style .font-box:first-of-type {
  border-top: none;
  padding-top: 0;
}
.daisy .font-style .font-box:first-of-type + .font-box {
  margin-top: 60px;
}
.daisy .font-style .font-box .label {
  font-weight: 500;
  color: #e9ce8b; /* 포인트 베이지톤 */
  margin-bottom: 10px;
  line-height: 1.2;
}
.daisy .font-style .font-box .font-name {
  font-size: 70px;
  font-weight: 700;
  flex-shrink: 0;
}
.daisy .font-style .font-box .font-main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 110px;
}
.daisy .font-style .font-box .font-main .font-sample {
  font-size: 54px;
  line-height: 1;
  font-weight: 400;
}
.daisy .font-style .font-box .font-main .font-sample strong {
  font-size: 70px;
  font-weight: bold;
}
.daisy .font-style .font-box .font-main .font-detail {
  line-height: 1.5;
  color: #191919;
  letter-spacing: -0.02em;
}
.daisy .font-style .font-box.kr .font-name {
  font-family: "Noto Sans KR", sans-serif;
}
.daisy .font-style .font-box.en {
  font-family: "Cormorant Garamond", serif;
}
.daisy .font-style .font-box.kr .font-sample {
  font-family: "Noto Sans KR", sans-serif;
}
.daisy .font-style .font-box.kr .font-detail {
  font-family: "Noto Sans KR", sans-serif;
  letter-spacing: 0.05em;
}
.daisy .font-style .font-box.en .font-sample {
  font-family: "Cormorant Garamond", serif;
}

.daisy .sec08 {
  padding: 50px 16px;
  background: #5d6970;
  color: #fff;
  text-align: center;
}

.daisy .font-detail-box {
  min-width: 367px;
  max-width: 370px;
}

.daisy .font-detail {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  position: relative;
}

/* 깜빡이는 커서 */
.daisy .font-detail::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 1em;
  background: currentColor;
  margin-left: 4px;
  animation: blink 0.7s step-end infinite;
  vertical-align: middle;
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}


@media (max-width: 768px) {
  .daisy .font-style .font-main {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}

@media screen and (max-width: 1400px) {
  .daisy .sec06 .img-box {
    width: 44.444vw; /* 800px */
    border-radius: 27.778vw; /* 500px */
    margin-left: -8%;
  }
  .daisy .sec06 .left-box li {
    font-size: clamp(2rem, 4.167vw, 7.5rem); /* 75px */
  }
  .daisy .sec06 .left-box li + li {
    margin-top: 3.333vw; /* 60px */
  }
  .daisy .sec06 .list-box {
    margin-left: 2.778vw; /* 50px */
  }
  .daisy .sec06 .list-box li {
    padding: 1.111vw 1.667vw; /* 20px 30px */
    width: 22.222vw; /* 400px */
  }
  .daisy .sec06 .list-box li + li {
    margin-top: 1.111vw; /* 20px */
  }
}
@media screen and (max-width: 1200px) {
  .daisy .sec01 h2 {
    font-size: 70px;
  }
  .daisy .sec01 h2 .space {
    width: 10px;
  }
  .daisy .font-style .font-box .font-main {
    gap: 50px;
  }
  .daisy .font-style .font-box .font-name {
    font-size: 50px;
  }

  .daisy .font-style .font-box .font-main .font-sample {
    font-size: 32px;
    line-height: 1;
    font-weight: 400;
  }
  .daisy .font-style .font-box .font-main .font-sample strong {
    font-size: 50px;
    font-weight: bold;
  }
  .daisy .font-style .title,
  .daisy .sec06 h3,
  .daisy .sec07 h3,
  .daisy .sec04 h3 {
    font-size: 32px;
  }
  .daisy .sec05 p {
    font-size: 20px;
  }
  .daisy .sec05 ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
  }
  .daisy .sec05 ul .item02 .img03 {
    margin-top: 60px;
  }
  .daisy .sec05 {
    position: relative;
    padding: 130px 0 400px;
  }
  .daisy .sec06 {
    padding: 400px 0 150px;
  }.daisy .font-detail-box {
  min-width: 330px;
  max-width: 370px;
}

}

@media screen and (max-width: 1024px) {
  .daisy .sec04 ul {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 62px;
  }
  .daisy .sec06 {
    padding: 300px 0 100px;
  }
  .daisy .font-style .flex-font {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
  }
  .daisy .font-style .font-box .font-main {
    justify-content: space-between;
  }
  .daisy .sec08 {
    padding: 60px 16px;
    background: #5d6970;
    color: #fff;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .daisy .sec01 h2 {
    font-size: 50px;
  }
  .daisy .sec02 .sec02-logo {
    width: 80px;
  }
  .daisy .sec02 {
    padding: 80px 0 70px;
    position: relative;
  }
  .daisy .sec04 ul li {
    padding: 0 16px 24px;
  }
  .daisy .sec04 h4 {
    font-size: 20px;
  }
  .daisy .sec05 {
    padding: 130px 0 200px;
  }
  .daisy .sec05 ul {
    gap: 32px;
  }
  .daisy .sec05 p {
    font-size: 16px;
  }
  .daisy .sec06 .item-conts {
    position: relative;
    display: flex;
    justify-content: space-between;
  }
  .daisy .sec06 .img-box {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 0;
    transform: translate(-50%, -50%);
    margin: 0 auto;
  }
  .daisy .sec06 .list-box li {
    width: 28vw;
  }
  .daisy .sec06 {
    padding: 250px 0 80px;
  }
  .daisy .sec06 .list-box {
    margin: 0;
  }
  .daisy .sec07 {
    padding: 80px 0;
  }
  .daisy .sec07 p {
    margin-bottom: 40px;
  }
  .daisy .font-style .font-box .font-name {
    font-size: 32px;
  }
  .daisy .font-style .font-box .font-main .font-sample {
    font-size: 24px;
  }
  .daisy .font-style .font-box .font-main .font-sample strong {
    font-size: 40px;
  }
  .daisy .font-style {
    margin-top: 70px;
    padding-top: 70px;
    padding-bottom: 20px;
  }
  .daisy .sec06 h3 {
    margin-bottom: 32px;
  }
  .daisy .sec07 ul {
    gap: 4px;
  }
  .daisy .font-style .font-box:first-of-type + .font-box {
    margin-top: 40px;
  }
  .daisy .palette-grid .tile {
    min-height: fit-content;
  }
}
@media screen and (max-width: 576px) {
  .daisy .sec02 ul {
    flex-wrap: wrap;
  }
  .daisy .sec06 {
    padding: 180px 0 80px;
  }
  .daisy .palette-grid .tile .label,
  .daisy .palette-grid .tile .code {
    font-size: 14px;
  }
  .daisy .sec06 .list-box li {
    width: 35vw;
    gap: 10px;
  }
  .daisy .sec01 h2 {
    font-size: 32px;
  }
  .daisy .font-style .title,
  .daisy .sec06 h3,
  .daisy .sec07 h3,
  .daisy .sec04 h3 {
    font-size: 26px;
  }.daisy .font-detail-box {
  min-width: 260px;
  max-width: 300px;
}
}
@media screen and (max-width: 380px) {
  .daisy .sec06 {
    padding: 140px 0 80px;
  }
}
