/*메인 비주얼*/
.main-visual{
  position: relative;
  overflow: hidden;
}
.main-visual .bg-box{
  overflow: hidden;
  height: 650px;
}
.main-visual .bg-box img{
  display: block;
  width: 100%;
  height: 100%;
  transform: scale(1.2);
  transition: 3s;
  transition-delay: .5s;
  object-fit: cover;
}
.main-visual .swiper-slide-active .bg-box img{
  transform: scale(1);
}

.main-visual .swp-air-arw{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
  max-width: 1500px;
  width: 93.75%;
}
.main-visual .swp-air-arw .swiper-btn img{
  filter: invert(93%) sepia(93%) saturate(0%) hue-rotate(249deg) brightness(107%) contrast(107%);
}
.main-visual .swp-air-arw .swiper-btn{
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}
.main-visual .swp-air-arw .swiper-btn.prev-btn{
  left: 0;
}
.main-visual .swp-air-arw .swiper-btn.next-btn{
  right: 0;
}

.main-visual .swp-air-page{
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}


.main-visual .swp-air-page .swiper-pagination{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 32px;
  background-color: rgba(255,255,255,.2);
  border-radius: 16px;
  position: unset;
  transform: none;
  gap: 2px;
  color: #fff;
}

.swp-air-arw .swiper-btn{
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: rgba(255,255,255,.2);
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swp-air-arw .swiper-btn img{
  display: block;
}

@media all and (max-width:768px){
  .swp-air-arw .swiper-btn{
    width: 40px;
    height: 40px;
  }

  .main-visual .bg-box{
    height: 420px;
  }
}


/* 메인 컨텐츠 01 */
.main-con01 .bg-box{
  background: url(/shop/asset/img/main/main_con01_bg01.png)no-repeat center center /cover;
  padding: 285px 0 35px;
  border-radius: 20px;
}


.new-arrival-swiper .mySwiper{
  height: 580px;
}
.new-arrival-swiper .swiper-wrapper {
    flex-wrap: wrap;
}

.new-arrival-swiper .swiper-grid-column > .swiper-wrapper {
    flex-wrap: wrap;
}
.new-arrival-swiper .mySwiper .swiper-slide {
    height: calc(100% / 2); /* 세로 2줄 (Grid에서 필수) */
    margin-bottom: 0 !important; /* 기본 Swiper margin 제거 */
}

.new-arrival-swiper .swiper-page{
  text-align: center;
}
.new-arrival-swiper .swiper-pagination-bullet{
  width: 10px;
  height: 10px;
  background-color: #eeeeee;
  opacity: 1;
  margin: 0 10px;
}
.new-arrival-swiper .swiper-pagination-bullet-active{
  background-color: #37308e;
}

@media all and (max-width:900px){
  .new-arrival-swiper .swiper-wrapper{
    flex-wrap: nowrap;
  }

  .new-arrival-swiper .mySwiper{
    height: auto;
  }
}

@media all and (max-width:768px){
  .main-con01 .bg-box{
    padding: 155px 0 35px;
  }
}

/* 메인 컨텐츠 02 */
.main-con02{background: url(/shop/asset/img/main/main_con02_bg01.png)no-repeat center center /cover;}


/* 메인 컨텐츠 03 */
.main-con03 .top-flex{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-con03 .top-flex .tit-box{
  display: flex;
  align-items: center;
  gap: 10px;
}

.main-con03 .bot-swiper{
  position: relative;
}
.main-con03 .bot-swiper .swp-air-arw{
  position: absolute;
}

.main-con03 .bot-swiper .swp-air-arw{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 93.75vw;
  z-index: 1;
  max-width: 1500px;
}
.main-con03 .bot-swiper .swp-air-arw .swiper-btn img{
  filter: invert(89%) sepia(10%) saturate(11%) hue-rotate(346deg) brightness(87%) contrast(85%);
}
.main-con03 .bot-swiper .swp-air-arw .swiper-btn{
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
}
.main-con03 .bot-swiper .swp-air-arw .swiper-btn.prev-btn{
  left: -100px;
}
.main-con03 .bot-swiper .swp-air-arw .swiper-btn.next-btn{
  right: -100px;
}

@media all and (max-width:1700px){
  .main-con03 .bot-swiper .swp-air-arw .swiper-btn.prev-btn{
    left: 0px;
  }
  .main-con03 .bot-swiper .swp-air-arw .swiper-btn.next-btn{
    right: 0px;
  }
}

@media all and (max-width:1500px){
  .main-con03 .bot-swiper .swp-air-arw{
    display: none;
  }
}

@media all and (max-width:1024px){
  .main-con03 .top-flex{
    flex-wrap: wrap;
    gap: 20px 0;
  }

}

/* 메인 컨텐츠 04 */
.main-any-lock{
  display: flex;
}

.main-any-lock .lt-any,
.main-any-lock .rt-any{
  border-radius: 20px;
  overflow: hidden;
}
.main-any-lock .lt-any{
  width: 32%;
}
.main-any-lock .lt-any img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-any-lock .rt-any{
  width: 68%;
  background: url(/shop/asset/img/main/main_con04_bg01.png)no-repeat center center /cover;
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px 0;
}

.main-any-lock .href-btn-area{
  display: flex;
  gap: 14px 28px;
}
.main-any-lock .href-btn-area .href-btn{
  width: calc(33.333% - 18.666px);
}
.main-any-lock .img-box{
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.main-any-lock .img-air{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%,-50%);
  background-color: rgba(138,116,100,.8);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: .5s;
}
.main-any-lock .href-btn:hover .img-air{
  opacity: 1;
}
.main-any-lock .img-air:before{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background-color: #fff;
  content: '';
  z-index: -1;
}

.main-any-lock .img-box > img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: none;
}

@media all and (max-width:1200px){
  .main-any-lock .rt-any{
    padding: 60px 30px;
  }
}

@media all and (max-width:1024px){
  .main-any-lock{
    flex-wrap: wrap;
  }
  .main-any-lock .lt-any{
    display: none;
    width: fit-content;
    margin: 0 auto;
  }
  .main-any-lock .rt-any{
    width: 100%;
  }
}

@media all and (max-width:768px){
  .main-any-lock .href-btn-area{
    flex-wrap: wrap;
    justify-content: center;
  }
  .main-any-lock .href-btn-area .href-btn{
    width: calc(50% - 14px);
  }

  .main-any-lock .rt-any{
    padding: 45px 30px;
  }

  .main-any-lock .img-air:before{
    width: 45px;
    height: 45px;
  }
}
