.swiper {
    width: 100%;
    height: 100%; /* 화면 전체 높이로 설정 */
}
.swiper a{
    width: 100%;
    height: 100%;
}
.swiper-slide {
    height: 500px;
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 각 슬라이드 배경 설정 */
.swiper-slide.one {
    background: url(../images/main/sw01.jpg) no-repeat center center;
    background-size: cover;
}

.swiper-slide.two {
    background: url(../images/main/sw02.jpg) no-repeat center center;
    background-size: cover;
}

.swiper-slide.three {
    background: url(../images/main/sw03.jpg) no-repeat center center;
    background-size: cover;
}


/* arrow custom시 주석제거 // 공통적으로 들어가는 부분, 기존 navigation을 숨겨준다. */
.swiper .swiper-button-prev::after,
.swiper .swiper-button-next::after {
display:none;
}
.swiper-button-next{
    right: 12%;
}
.swiper-button-prev{
    left: 12%;
}
.swiper-slide img{
    display:none;
}

@media screen and (max-width: 768px){
    .swiper-slide{
        width: 100%;
        height: auto;
    }
    .swiper-slide img{
        width: 100%;
        display:block;
    }
    .swiper-slide.one,
    .swiper-slide.two,
    .swiper-slide.three {
        background: none;
    }
    .swiper-button-next{
        right: 5%;
    }
    .swiper-button-prev{
        left: 5%;
    }



    .sct_10 .sct_txt{
        text-align: start;
    }


    .man_products{
        display: none;
    }
}



/* swiper */










.smt_40{border: none;}
.sct_wrap{padding: 0 2rem;}
.owl-carousel .owl-item img{border-radius: 30px;}


.sub_banner{width: 100%; height: 100%; padding: 10rem 0;}
.sub_banner_inner{
    width: 100%;
    height: 36rem;
    background: url(../images/main/main_banner_PC.jpg) no-repeat center center / cover; 
    padding: 4.5rem;
    display: flex;
    align-items: center;
    justify-content: start;
}
.sub_banner_inner p{
    font-size: 3rem;
    font-weight: 800;
    color: #fff;
}
.sub_banner_inner p span{
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
}
.sub_banner_inner button {
    background: #000; 
    border-radius: 30px;
    color: #fff;
    font-size: 1.6rem;
    padding: 1rem 2rem;
    margin-top: 2rem;
    cursor: pointer;
    border: none;
}
.sub_banner_inner button a{
    color: #fff;
}
.sub_banner_inner button:hover {
    opacity: 0.8;
}

.sub_banner_inner.reverse{
    justify-content: end;
    text-align: end;
    background: url(../images/main/ittem.jpg) no-repeat center center / cover; 
}
.sub_banner_inner.reverse button{
    background-color: #000;
}



/* man banner */
.man_wrap{
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 5rem;
    padding:  0 10rem 5rem;
    max-width:1400px;
    margin:0 auto;
}
/* 매인배너 배경 모음 */
.man_wrap .man_banner{
    width: 80%;
    max-width: 1100px;
    height: 500px;
    max-height: 497px;
    background: url(../images/main/man_banner.jpg) no-repeat center center / cover; 
    border-radius: 30px;
    display: flex;
    align-items: center;
    padding: 0 0 8rem 5rem;
    position: relative;
}

.man_wrap .man_products {
	width:350px;
}

.man_wrap .girl{
    background: url(../images/main/girl_banner.jpg) no-repeat center center / cover; 
}
.man_wrap .watch{
    background: url(../images/main/watch_banner.jpg) no-repeat center center / cover; 
}
.man_wrap .girl_bag{
    background: url(../images/main/girl_bag_banner.jpg) no-repeat center center / cover; 
}
.man_wrap .man_bag{
    background: url(../images/main/man_bag_banner.jpg) no-repeat center center / cover; 
}
.man_wrap .girl_shoes{
    background: url(../images/main/girl_shoes_banner.jpg) no-repeat center center / cover; 
}
.man_wrap .man_shoes{
    background: url(../images/main/man_shoes_banner.jpg) no-repeat center center / cover; 
}   
.man_wrap .girl_jap{
    background: url(../images/main/girl_jap_banner.jpg) no-repeat center center / cover; 
}
.man_wrap .man_jap{
    background: url(../images/main/man_jap_banner.jpg) no-repeat center center / cover; 
}
















.man_wrap .man_banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 30px;
}

.man_wrap .smt {
    width: 20%;
    display: flex;
    flex-direction: column;
    height: 500px;
    justify-content: space-between;
}

.man_wrap .smt .sct_li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    flex: 1;
    max-height: calc(100% / 3);
    margin: 0;
    gap: 3rem;
}
.man_wrap .smt_10 .sct_ct_wrap{width: 100%;}
.man_wrap .smt .sct_li .sct_img,
.man_wrap .smt .sct_li .sct_img a{
    width: 15rem;
    height: 15rem;
}
.man_wrap .smt .sct_li .sct_img img{
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 30px;
}
.man_wrap .man_banner p{
    font-size: 2rem;
    font-weight: 400;
    color: #dedede;
    position: relative;
    z-index: 1;
}
.man_wrap .man_banner h4{
    font-size: 4.8rem;
    font-weight: 600;
    color: #fff;
    position: relative;
    z-index: 1;
}

/* 상품진열 40 스와이퍼 스타일 */
.smt_40 {
    position: relative;
    width: 100%;
    padding: 0 4rem;
    margin: 2rem 0;
}

.smt_40 .swiper-slide {
    display: flex;
    justify-content: center;
}

.smt_40 .sct_li {
    width: 100%;
    margin: 0;
}

.smt_40 .sct_img img {
    border-radius: 30px;
    width: 100%;
    height: auto;
}

.smt_40 .swiper-button-next,
.smt_40 .swiper-button-prev {
    color: #333;
    background: rgba(255, 255, 255, 0.8);
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.smt_40 .swiper-button-next:after,
.smt_40 .swiper-button-prev:after {
    font-size: 1.8rem;
}

.smt_40 .sct_txt {
    margin: 1rem 0;
    text-align: center;
}

.smt_40 .sct_cost {
    text-align: center;
    color: #e44;
}

.owl-carousel .owl-item img{
    height: auto;
}



/* list 40 */
.sct_wrap{
    padding: 0rem 1rem;
}
.line{
    display: block;
    width:95%;
    height: 1px;
    margin:10rem auto;
    background-color: #fff;
}

#idx_hit{
    padding: 0;
    margin: 0 auto;
	max-width:1300px;

}
#idx_hit .owl-nav{display: none;}


#idx_hit .sct_txt,
#idx_hit .smt_40 .sct_cost{
    font-size: 1.3rem;
    font-weight: 600;
}
#idx_hit .smt_40 .sct_cost{
    color: #000;
}
/* 이미지 크기 강제 지정 */
#influencer .sct_img {
    width: 275px !important;
    height: 275px !important;
}
#influencer .sct_img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    border-radius: 20px;
}

/* 아이템 컨테이너 크기 조절 */
#influencer .item {
    width: 275px !important;
    margin: 0 auto;
}

/* Owl Carousel 반응형 조절 */
#influencer .owl-carousel .owl-item {
    display: flex;
    justify-content: center;
}
#influencer .owl-nav{display: none;}




.latest_reviews .review_header {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.more_button_img {
    padding: 8px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.latest_reviews {
    width: 90%;
    margin: auto;
    padding: 20px;
	max-width:1200px;
}
.latest_reviews h1{
    font-size: 3rem;
    font-weight: 600;
}
.latest_reviews h1 span{
    font-size: 1.5rem;
    font-weight: 400;
    color: #a5a5a5;
}

.review_container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.review {
    width: calc(25% - 20px); /* 고정된 너비 */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 15px;
    background-color: #fff;
}

.review img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.review h3 {
    font-size: 16px;
    margin: 10px 0;
}

.review p {
    font-size: 14px;
    color: #555;
}
.review_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.stars {
    display: flex;
}

.star {
    font-size: 20px;
    color: #ddd;
}

.star.filled {
    color: #f5a623;
}

.review_date {
    font-size: 14px;
    color: #555;
}
p.product_name {
    font-size: 16px;
    margin: 10px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #a5a5a5;
}

#bo_list,
#bo_w{
    width: 100%;
    max-width: 1400px;
    margin: 5% auto;
}



.sct_10{
    margin:0; 
    padding:0;
    display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: space-between;
        gap: 1rem;
}


.sct_10 .sct_li{
    position: relative;
    float: unset;
    margin-bottom: 0px;
    text-align: left;
    display: flex;
    width: 100%;
    align-items: center;
    gap: 2rem;
}

.sct_10 .sct_img {
    width: 155px;
}
.sct_10 .sct_cost{
    text-align: start;
}
.more_button {
    background-color: #000;
    color: #fff;
    padding: 8px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.more_button {
    padding: 5px 15px;
    background: #333;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
    position: absolute;
    right: 0;
    bottom: 0;
}
.more_button:hover {
    background: #555;
    color: #fff;
}
.more_button_img {
    position: absolute;
    right: 0;
    bottom: 0;
	vertical-align: middle;
	padding:5px 0 0 0;
	
}
.more_btn{
    display: none;
}
.lists-row .sct_img img{
    max-width: unset;
}


.sct_wrap header {
    /*margin: 15rem 10rem 2rem;*/
    max-width:1200px;
    margin:0 auto;
    padding:10px 0 10px 0;
}




@media screen and (max-width: 1024px){
    .sub_banner_inner{
        padding: 2rem;
        background: url(../images/main/mobile/main_banner_m.jpg) no-repeat center center / cover;
    }
    .sub_banner_inner.reverse{
        padding: 2rem;
        background: url(../images/main/mobile/ittem_m.jpg) no-repeat center center / cover;
    }

    .latest_reviews{
        width: 100%;
    }
    .review{
        width: calc(50% - 10px);
    }
    .star{
        font-size: 16px !important;
    }
    .review_date{
        font-size: 12px !important;
    }
    .product_name{
        font-size: 14px !important;
    }
    p.product_name {
        font-size: 12px !important;
    }
    .lists-row .sct_img img{
        width: 155px;
    }

 /* 최신상품 */
 
  .man_wrap{
    flex-direction: column;
  }
  .man_wrap .man_banner{
    width: 100%;
    height: 400px;
  }
  .man_wrap .smt{
    width: 100%;
    flex-direction: row;
    height: auto;
  }

}


@media screen and (max-width: 768px){
    body{
        font: 8px;
    }
    .sct_wrap header{
        margin: 8rem 0rem 2rem;
    }
    .more_button {
        width: 71px;
        font-size: 12px;
    }
    .man_wrap{
        padding: 0 2%;
    }
    .man_wrap .smt{
        flex-direction: column;
        height: auto;
        column-gap: 1.5rem;
      }
      .man_wrap .smt .sct_li{
        margin-bottom: 1.5rem;
      }

      .sub_banner{
        padding: 3rem 0;
      }
      .smt_40{
        padding: 0 10px;
      }
      .smt_40 .sct_li{
        float: unset;
        margin: auto;
      }
      .sct_wrap{padding: 0;}


      .man_wrap .man_banner p{font-size: 1.6rem;}
      .man_wrap .man_banner h4{font-size: 2.2rem;}
      .man_wrap .man_banner{
        height: 300px;
        padding: 0 0 8rem 1rem;
      }
      .owl-carousel .owl-item img{
        height: 100%;
      }
      .line{margin: 5rem 0;}




      .latest_reviews h1{
        font-size: 2.6rem;
    }
    .latest_reviews h1 span{
        font-size: 1.2rem;
    }
    .latest_reviews .review_header{
        margin-bottom: 10px !important;
    }
 
    .latest_reviews{
        padding: 20px 5px;
    }

    .sct_wrap h2{
        font-size: 2rem;
    }
    .sct_wrap header h2 span{
        font-size: 1.2rem;
    }
    .sct_wrap {
        padding: 0 5px !important;
    }
}