ul { padding: 0; list-style: none; }

footer {
  background: #f7f4ed;
}

.sec1 {
  width: 100%;
  height: 100dvh;
  position: relative;
  overflow: hidden;
}
.sec1 .spark {
  position: absolute;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: rgba(255, 220, 200, 0.95);
  box-shadow: 0 0 6px 3px rgba(240, 185, 155, 0.6);
  transform: translate(-50%, -50%);
  animation: spark-pulse 2.4s ease-in-out infinite;
}
@keyframes spark-pulse {
  0%, 100% {
    opacity: 0.2;
    transform: translate(-50%, -50%) scale(0.6);
    box-shadow: 0 0 4px 2px rgba(230, 170, 140, 0.3);
  }
  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.5);
    box-shadow: 0 0 14px 6px rgba(240, 185, 155, 0.85), 0 0 28px 14px rgba(220, 155, 120, 0.35);
  }
}
.sec1 .slider-wrap {
  width: 100%;
  height: 100%;
  position: relative;
}
.sec1 .swiper-wrapper {
  height: 100%;
}
.sec1 .slide-list {
  position: relative;
  height: 100%;
  background: no-repeat center / cover;
}
.sec1 .slider-wrap.swiper-fade .swiper-slide {
  pointer-events: none;
}
.sec1 .slider-wrap.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.sec1 .slide-1 { background-image: url("../_img/main/main-visual.png"); }
.sec1 .slide-2 { background-image: url("../_img/main/main-visual.png"); }
.sec1 .slide-3 { background-image: url("../_img/main/main-visual.png"); }
.sec1 .visual-wrap {
  position: absolute;
  bottom: 12rem;
  left: 0;
  right: 0;
  z-index: 3;
  pointer-events: none;
}
.sec1 .visual-wrap a {
  pointer-events: auto;
}
.sec1 .visual-wrap .title-wrap {
  width: 100%;
  border-bottom: 1px solid #ffffff50;
  padding-bottom: 7rem;
}
.sec1 .visual-wrap .title-wrap h1 {
  font-family: 'Poppins';
  font-weight: 600;
  font-size: clamp(5rem, 7vw, 10rem);
  color: #fff;
}
.sec1 .visual-wrap .desc-wrap {
  display: flex;
  padding-top: 7rem;
  padding-right: 20rem;
}
.sec1 .visual-wrap .desc-wrap .title-box {
  display: flex;
  gap: 15rem;
}
.sec1 .visual-wrap .desc-wrap span {
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.6;
  color: #fff;
}
.sec1 .visual-wrap .desc-wrap .more-wrap p {
  font-family: 'Poppins';
  font-size: clamp(1.8rem, 2vw, 2.6rem);
  line-height: 1.6;
  color: #fff;
}
.sec1 .visual-fade-up {
  opacity: 0;
  transform: translateY(2.8rem);
}
.slide-arrow-wrap {
  position: absolute;
  bottom: 26rem;
  left: 0;
  right: 0;
  z-index: 2;
  pointer-events: none;
}
.slide-arrow-wrap .inner {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
}
.slide-arrow-wrap button {
  border: 0;
  width: 6rem;
  aspect-ratio: 1 / 1;
  background: #ffffff25;
  border-radius: 100%;
  display: flex;
  align-items: center;
  align-self: flex-start;
  justify-content: center;
  flex-shrink: 1;
  padding: 0;
  transition: background 0.2s ease;
  pointer-events: auto;
}
.slide-arrow-wrap button:hover {
  background: #ffffff90;
}
.slide-arrow-wrap button.next-btn img {
  transform: rotate(-180deg);
}

.sec2 {
  /* background: #f7f4ed url("../_img/main/bg-glow-01.png") no-repeat 100% 50%; */
  background: #f7f4ed;
  padding: 15rem 0 20rem;
}
.sec2 .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5rem;
  font-family: 'Poppins';
  padding-bottom: 10rem;
}
.sec2 .title-wrap p {
  font-size: 13rem;
  color: #222;
  white-space: nowrap;
}
.sec2 .title-wrap img {
  width: 100%;
  max-width: 400px;
  height: auto;
  z-index: 9;
}
.btn-scroll-down {
  font-size: 0;
  padding: 0;
  border: 0;
  background: none;
}
.sec2 .about-wrap .inner {
  position: relative;
  padding-top: 5rem;
  display: flex;
  align-items: flex-start;
}
.sec2 .about-wrap .inner::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 881px;
  height: 881px;
  background: url(../_img/main/bg-main-about-glow.png) no-repeat center/100% 100%;
  transform: translateY(-50%);
}
.sec2 .about-wrap .inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #00000010;
}
.sec2 .about-wrap .inner > * {
  position: relative;
}
.sec2 .about-wrap > img {
  width: 5rem;
  aspect-ratio: 1 / 1;
}
@media (max-width: 1920px) {
  .sec2 .about-wrap .inner::before {
    width: 45.8854vw;
    height: 45.8854vw;
  }
}
@media (min-width: 1280px) {
  .sec1 .visual-wrap .desc-wrap {
    min-height: 27.528rem;
  }
}

/* 모든 섹션 공통으로 사용하는 클래스 CSS */
section .more-btn {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: 'Poppins';
  background: #fff;
  padding: 1.3rem 4rem;
  border-radius: 5rem;
  color: #000;
  width: fit-content;
  margin-top: 3rem;
  border: 1px solid #eeebe5;
  position: relative;
  overflow: hidden;
  transition: color 0.4s ease;
  z-index: 0;
}
section .more-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--secondary-1);
  width: 0%;
  border-radius: inherit;
  transition: width 0.4s ease;
  z-index: -1;
}
section .more-btn img {
	width: 2.4rem;
  transition: filter 0.4s ease;
}
section .more-btn:hover {
  color: #fff;
}
section .more-btn:hover img {
  filter: invert(1);
}
section .more-btn:hover::before {
  width: 100%;
}
section .dot-title {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.6;
  margin-left: auto;
  margin-right: 15rem;
  white-space: nowrap;
}
section .dot-title i {
  display: block;
  width: 1rem;
  aspect-ratio: 1 / 1;
  background: #000;
  border-radius: 100%;
  flex-shrink: 0;
}
section .dot-desc {
  font-size: clamp(2rem, 2.4vw, 2.6rem);
  font-weight: 500;
  line-height: 1.6;
  color: #222;
  letter-spacing: -.8px;
}

.sec3 {
  background: #f7f4ed;
  padding-top: 5rem;
}
.sec3 .title-div{
  max-width: 95%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
}

.sec3 .contents-wrap {
  flex: 1;
}
.sec3 .contents-wrap .desc-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5rem;
}
.sec3 .contents-wrap .list-wrap ul {
  display: flex;
  gap: 2rem;
}
.sec3 .contents-wrap .list-wrap ul li {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.sec3 .contents-wrap .list-wrap ul li .img-wrap {
  overflow: hidden;
}
.sec3 .contents-wrap .list-wrap ul li .img-wrap img {
  width: 100%;
  transition: transform 0.5s ease;
}
.sec3 .contents-wrap .list-wrap ul li .img-wrap img:hover {
  transform: scale(1.2);
}
.sec3 .contents-wrap .list-wrap ul li span {
  display: block;
  font-family: 'Poppins';
  font-size: 2rem;
  font-weight: 600;
  color: #222;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}
.sec3 .contents-wrap .list-wrap ul li p {
  font-size: 1.8rem;
  color: #222;
}

.sec4 {
  background: #f7f4ed;
  padding-top: 20rem;
}
.sec4 .inner {
  display: flex;
  align-items: flex-start;
}
.sec4 .contents-wrap {
  flex: 1;
}
.sec4 .contents-wrap .desc-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5rem;
}
.sec4 .logo-wrap .slider-wrap {
  overflow: hidden;
}
.sec4 .logo-wrap .logo-track {
  display: flex;
  width: max-content;
}
.sec4 .logo-wrap .logo-item {
  width: 30.4rem;
  aspect-ratio: 304 / 200;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0ede6;
  flex-shrink: 0;
  margin-right: 2rem;
}
.sec4 .logo-wrap .slider1 {
  margin-bottom: 2rem;
}

.sec4 .logo-wrap .slider3 {
  margin-top: 2rem;
}

.sec5 {
  background: #f7f4ed url("../_img/main/bg-glow-02.png") no-repeat 0% 50%;
  padding-top: 20rem;
  padding-bottom: 15rem;
  position: relative;
}
.sec5 .news-container {
  display: flex;
  justify-content: space-between;
}
.sec5 .dot-title {
  margin-bottom: 2rem;
}
.sec5 .more-btn {
  margin-top: 7rem;
}
.sec5 .news-wrap ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 92rem;
  padding: 5rem 0;
  border-bottom: 1px solid #00000015;
}
.sec5 .news-wrap ul li .news-title {
  min-width: 0;
}
.sec5 .news-wrap ul li .news-title h2 {
  font-size: clamp(2rem, 2vw, 2.4rem);
  color: #222;
  font-weight: 600;
  margin-bottom: 1.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sec5 .news-wrap ul li a:hover .news-title h2 {
  color: var(--primary-2);
}
.sec5 .news-wrap ul li .news-title span {
  display: block;
  font-size: 1.6rem;
  color: #444;
}

.mall-wrap{
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.shopping-mall-wrap {
  width: 49%;
  background: url("../_img/main/mall-img-short.png") no-repeat center / cover;
  padding: 20rem 10rem;
  margin-top: 20rem;
}

.dog-clothes-wrap {
  width: 49%;
  background: url("../_img/main/clothes-img-short.png") no-repeat center / cover;
  padding: 20rem 10rem;
  margin-top: 20rem;
}

.shopping-mall-wrap .title-wrap .dot-title,
.dog-clothes-wrap .title-wrap .dot-title {
  color: #222;
  margin-bottom: 2rem;
}
.shopping-mall-wrap .title-wrap .dot-title i,
.dog-clothes-wrap .title-wrap .dot-title i {
  background: #222;
}
.shopping-mall-wrap .title-wrap .dot-desc,
.dog-clothes-wrap .title-wrap .dot-desc {
  color: #222;
}
.shopping-mall-wrap .title-wrap .more-btn,
.dog-clothes-wrap .title-wrap .more-btn {
  margin-top: 5rem;
}

@media (max-width: 1920px) {
  .sec2 .title-wrap {
    gap: 2.6vw;
  }
  .sec2 .title-wrap p {
    font-size: 6.25vw;
  }
  .sec2 .title-wrap img {
    width: 20.83vw;
  }
}

@media (max-width: 1600px) {
  .inner {
    max-width: 100%;
    padding: 0 2rem;
  }
  .sec2 .title-wrap p {
    /* font-size: 10rem; */
  }
}

@media (max-width: 1280px) {
  .slide-arrow-wrap {
    bottom: 12rem;
  }
  .sec1 .visual-wrap .desc-wrap .title-box {
    gap: 8rem;
  }
  .sec2 .title-wrap p {
    font-size: 6rem;
  }
  .sec5 .news-wrap ul li a {
    width: 72rem;
  }
}

@media (max-width: 990px) {
  .sec5 .news-container {
    flex-direction: column;
    gap: 3rem;
  }
  .sec5 .news-wrap ul li a {
    width: 100%;
  }
  .sec5 .more-btn {
    margin-top: 3rem;
  }

  .mall-wrap{
    width: 100%;
    display: block;
  }
  .shopping-mall-wrap {
    width: 100%;
    /* background: url("../_img/main/mall-img-short.png") no-repeat center / cover;
    padding: 20rem 10rem;
    margin-top: 20rem; */
  }

.dog-clothes-wrap {
    width: 100%;
    /* background: url("../_img/main/clothes-img-short.png") no-repeat center / cover;
    padding: 20rem 10rem; */
    margin-top: 10rem;
  }
}

@media (max-width: 850px) {
 .sec2 .title-wrap {
    flex-direction: column;
    gap: 3rem;
    padding-bottom: 8rem;
  }
  .sec2 .title-wrap img {
    width: auto;
    max-width: 28rem;
  }
  .sec2 .title-wrap p {
    font-size: 8rem;
    line-height: 1;
  }
  .sec2 .title-wrap p:nth-of-type(1) {
    padding-bottom: 1rem;
  }
  .sec2 .title-wrap p:nth-of-type(2) {
    /* margin-left: auto; */
  }
  .btn-scroll-down,
  .sec2 .about-wrap .inner img {
    display: none;
  }
}

@media (max-width: 720px) {
  .sec1 .visual-wrap .desc-wrap .title-box {
    flex-direction: column;
    gap: 2.5rem;
  }
  section .dot-title {
    margin-right: 5rem;
  }
  .sec2 {
    padding: 8rem 0 10rem;
  }
  .sec3 .contents-wrap .desc-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  .sec4 {
    padding-top: 14rem;
  }
  .sec4 .contents-wrap .desc-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  .sec4 .logo-wrap .logo-item {
    width: 18rem;
    margin-right: 1rem;
  }
  .sec4 .logo-wrap .slider1 {
    margin-bottom: 1rem;
  }
  .sec4 .logo-wrap .slider3 {
    margin-top: 1rem;
  }
  .sec4 .logo-wrap .logo-item img {
    width: 45%;
  }
  .sec5 {
    padding-top: 14rem;
    padding-bottom: 10rem;
  }
  .shopping-mall-wrap,
  .dog-clothes-wrap {
    margin-top: 10rem;
    padding: 10rem 5rem;
  }
}

@media (max-width: 575px) {
  .sec1 .visual-wrap {
    bottom: 10rem;
  }
  .sec1 .visual-wrap .desc-wrap .more-wrap p br {
    display: none;
  }
  .sec1 .visual-wrap .title-wrap {
    padding-bottom: 3rem;
  }
  .sec1 .visual-wrap .desc-wrap {
    padding-top: 3rem;
    padding-right: 0;
  }
  .slide-arrow-wrap {
    bottom: 4rem;
  }
  .slide-arrow-wrap button {
    width: 4rem;
  }
  .sec2 {
    padding: 8rem 0 3rem;
    background-size: 100%;
  }
  .sec2 .title-wrap p {
    font-size: 5rem;
  }
  .sec2 .inner,
  .sec3 .inner,
  .sec3 .title-div,
  .sec4 .inner {
    flex-direction: column;
    gap: 2rem;
  }
  .sec3 .contents-wrap .list-wrap ul {
    flex-direction: column;
  }
  section .dot-title {
    margin-left: 0;
  }
  .sec4 {
    padding-top: 8rem;
  }
  .sec4 .contents-wrap .desc-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  .sec4 .logo-wrap .logo-item {
    width: 13rem;
  }
  .sec5 {
    padding-top: 8rem;
    padding-bottom: 8rem;
    background-size: 100%;
  }
  .sec5 .news-wrap ul li a {
    padding: 3rem 0;
  }
  .shopping-mall-wrap,
  .dog-clothes-wrap {
    padding: 2.5rem;
    margin-top: 5.5rem;
  }
  section .dot-desc br {
    display: none;
  }
  .sec5 .news-wrap ul li img {
    width: 2.4rem;
  }
}