/* Home 페이지 Body  */
body {
    height: auto;
    background: #f1f1f1;
}
.main-new-boxes {
    margin-bottom: 0;
}

/* 섹션 토글 아이콘 사이즈 */
.section-toggle-icon{
    width: 16px;
    height: 16px;
}

/* Home more btn */
.home-more-btn{
    width: 20px;
    height: 20px;
}

/* Home Header Search Section */
.home-header{
    background-color: #fff;
    width: 100%;
    height: 60px;
    /* flex */
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding-left: 10px;
    gap: 5px;
}



/* 검색 필터 섹션 */
.home-search-sec{
    position: relative;
    width: 85%;
    height: 30px;
}

/* search filter */
.home-search-filter{
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 2px;
    border: 1px solid var(--dark-main-color);
    background: #fff url(../../img/icon/dropdown.png) no-repeat right 4px center;
    background-size: 8px 8px;
    font-size: 10px;
    color: var(--dark-main-color);
    width: 65px;
    padding: 4px 0;
    padding-right: 5px;
    text-align: center;
}

/* Search button */
.home-search-btn{
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
}

/* 검색 아이콘 */
.search-btn-icon {
    width: 20px;
    height: 20px;
}

/* Search Input */
.home-search{
    width: 100%;
    height: 100%;
    padding-left: 80px;
    padding-right: 8px;
    border: 0;
    border-radius: 4px;
    background: var(--main-light-grey);
    font-size: 14px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px var(--main-light-grey) inset;
}

/* 장바구니 섹션 */
.home-basket-sec{
    width: 15%;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* 장바구니 아이콘 */
.home-basket-icon{
    width: 24px;
    height: 24px;
}


/* 카테고리 스타일 파트
======================================= */
.main-category{
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 20px 4vw;
}

/* PC 에서만 보여지는 영역 없애기 */
.pc-intro-section{
    display: none;
}

/* 카테고리 리스트 */
.main-category-list{
    width: 100%;
    /* flex */
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* 카테고리 아이템 */
.main-category-item{
    width: 60px;
    /* flex */
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

/* 카테고리 이미지 */
.main-category-img{
    width: 100%;
    height: 60px;
}

.main-category-img img{
    width: 100%;
    height: 100%;
}

.main-category-title{
    color: #000;
    text-align: center;
    font-family: var(--font-kr);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px; /* 141.667% */
    white-space: nowrap;
}



/* 상품/디자인 추천 섹션 Home Main design padding 사이드 부분 제외시켜서, 안정적이게 스크롤 될 수 있게 */
.main-design{
    width: auto;
    padding-right: 0;
    padding-left: 16px;
    overflow-x: hidden;
}

/* Hom contents list 스타일링 */
.home-contents-list{
    width: auto;
    gap: 10px;
    flex-wrap: nowrap;
    overflow: unset;
}

/* Home Item 스타일링 */
.home-product-swiper-item{
    width: 130px !important;
    margin: 0 !important;
}


/* Total Product Item 스타일링 */
.item{
    width: 130px;
    height: auto;
    padding: 0 !important;
}


/* 디자인 하단  태그 */
.style_fast > img {
    height: 20px;
    margin: 0;
}
.style_edit1 > img {
    width: 60px;
    height: 17px;
    margin-left: calc(50% - 20px);
}

/* 모든 상품 모두보기 버튼 */
.product-more-slide{
    font-family: var(--font-kr);
    width: auto;
}
.slider-more-btn{
    width: 110px;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* 모두보기 에롤우 아이콘 */
.slider-more-img{
    width: 30px;
    height: 30px;
}

.slider-more-img img{
    width: 100%;
    height: 100%;
}

/* 모두보기 글귀 */
.slider-more-txt{
    font-size: 14px;
    font-weight: 700;
    color: var(--main-color);
}


/* Review */

/* 메인 리뷰 섹션 */
.main-review{
    padding-bottom: 25px;
}

.main-review-boxes {
    width: 100%;
    height: 270px;
    overflow: hidden;
}

/* 리뷰 박스 */
.main-review-box{
    height: 80px;
}
/* Main review box more */
.main-review-box-more {
  /* size */
  height: 100px;
  /* padding */
  padding: 10px;
}

.main-review-box-more .main-review-box-img{
  height: 80px;
}

/* 리뷰 이미지 */
.main-review-box-img {
    width: 80px;
    border-radius: 2px;
    overflow: hidden;
}
.main-review-box-img img {
    width: 100%;
    height: 100%;
    border-radius: 0;
}
/* 리뷰 타이틀 */
.main-review-box-title {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
}
/* 리뷰 태그 디자인 */
.main-review-box-title .review-tag{
    display: inline-block;
    /* font */
    font-size: 10px;
    text-align: center;
    color: var(--dark-main-color);
    line-height: 10px;
    /* size */
    width: 30px;
    height: 14px;
    border-radius: 100px;
    border: 1px solid var(--dark-main-color);
}

/* 리뷰 텍스트 */
.main-review-box-txt {
    height: 45px;
    overflow: hidden;
    padding-top: 3px;
    font-size: 12px;
}

/* 이벤트 */
.main-event{
   margin-top: 10px;
   margin-bottom: 10px;
}

/* main event list */
#eventlist{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}
.main-event-item{
    width: 100%;
    height: 70px;
    /* flex */
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.main-event-item-img{
    width: 100px;
    height: 100%;
}

.main-event-item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-event-contents{
    width: calc(100% - 115px);
    /* flex */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;

}

.main-event-title{
    width: 100%;
    color: #000;
    font-family: var(--font-kr);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 12px; /* 100% */
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}

.main-event-description{
    width: 100%;
    margin: 0;
    color: #000;
    font-family: var(--font-kr);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px; /* 100% */
    max-height: 25px;
    height: auto;
    overflow: hidden;
}

.main-event-date{
    color: var(--main-dark-grey);
    font-family: var(--font-kr);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px; /* 100% */
}

/* 하단 배너  */
.middlebanner{
    position: relative;
    margin: 0;
}

/* 하단 배너 페이지네이션 */
.middle-banner-pagination{
    display: inline-block;
    width: auto;
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 10px;
    line-height: 10px;
    color: #fff;
    z-index: 1000;
    text-align: right;
}

/* 하단 신규 디자이너 */
/* 디자이너 섹션 */
.main-designer{
    overflow-x: hidden;
    padding-bottom: 0;
}
/* 디자이너 리스트 */
#artistList {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: unset;
    overflow: unset;
    height: auto;
    gap: 10px;
}

/* 디자이너 슬라이더 */

.artist-slider{
    width: auto;
}

/* 슬라이더 마지막 요소 */
.artist-slider:last-child{
    margin-right: 20px;
}

/* 디자이너 내용 wrap */
.main-new-box {
    width: 70px;
    float: left;
    margin-right: 1%;
    margin-bottom: 20px;
}


/* 프로필 이미지 */
.main-new-box-img {
    width: 70px;
    height: 70px;
    margin-bottom: 10px;
    border-radius: 50%;
}

/* 디자이너 명 */
.main-new-box-name {
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}

/* Home 하단 백그라운드 */
.home-bottom-bg{
    width: 100%;
    height: 40px;
    background-color: #fff;
}

/* PC ceter line */
.pc_center_line{
    display: none;
}

/* PC 용 none */
.designer-slide-btn-wrapper{
    display: none;
}


/* Responsive only max */
/* 768px */
@media screen and (min-width: 768px) {
    /* 디자인 리스트 */
    #stylelist {
        height: auto !important;
    }

}

/* PC 버전의 앱 구현을 위한 미디어 쿼리 */
@media screen and (min-width: 992px){
    /* 모바잏 헤더 삭제 */
    .home-header{
        display: none;
    }

    /* PC top 부분  */
    .pc-top-section-wrapper{
        /* size */
        width: 100%;
        /* bg */
        background-color: #fff;
        
    }

    .pc-top-inner-section{
        /* size */
        max-width: 1370px;
        width: 100%;
        margin: 0 auto;
        /* flex */
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: space-between;
        /* padding */
        padding: 60px 0 60px 0;
    }
    
    /* home main banner */
    .home_main_banner_outer{
        width: 55%;
        /* shadow */
        box-shadow: -16px 18px 0px 0px rgba(102,204,206,1);
        -webkit-box-shadow: -16px 18px 0px 0px rgba(102,204,206,1);
        -moz-box-shadow: -16px 18px 0px 0px rgba(102,204,206,1);
    }

    /* PC 인트로 부분 */
    .pc-intro-section{
        width: 100%;
        /* flex */
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    /* 인트로 타이틀 */
    .pc-intro-title{
        color: #000;
        font-family: var(--font-kr);
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 50px; /* 166.667% */
        /* margin */
        margin-bottom: 10px;
    }

    /* 타이틀 하이라이트 */
    .pc-intro-title-highlight{
        display: inline-block;
        position: relative;
        z-index: 2;
    }

    .pc-intro-title-highlight::after{
        content: '';
        /* size */
        position: absolute;
        left: 0;
        bottom: 5px;
        /* size */
        width: 100%;
        height: 40%;
        background-color: #C6FCFD;
        z-index: -1;
    }

    /* 인트로 소개 */
    .pc-intro-description{
        color: #000;
        font-family: var(--font-kr);
        font-size: 14px;
        font-style: normal;
        font-weight: 200;
        line-height: 20px; /* 142.857% */
        /* margin */
        margin-bottom: 24px;
    }

    /* 인트로 버튼 */
    .pc-go-site{
        padding: 15px 24px;
        /* border */
        border-radius: 100px;
        border: 2px solid var(--dark-main-color);
        /* font */
        color: var(--dark-main-color);
        font-family: var(--font-kr);
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px; /* 133.333% */
        /* margin */
        margin-bottom: 45px;
    }

    /* 인트로 버튼 아이콘 */
    .pc-go-site-icon{
        display: inline-block;
        width: 25px;
        height: 25px;
    }
    .pc-go-site-icon img{
        width: 100%;
        height: 100%;
    }

    /* 메인 카테고리 리스트 */
    .main-category{
        width: 45%;
        padding: 0 8% 0 2%;
    }
    .main-category-list{
        max-width: 1300px;
        width: 100%;
        margin: 0 auto;
    }

    /* 상품쪽 PC화 */
    .home-product-swiper-item {
        width: 200px !important;
        margin: 0 !important;
    }

    .item{
        width: 200px;
    }

    .slider-more-btn {
        height: 220px;
    }

    /* 메인 섹션 리밋 */
    .main-sec-limit{
        width: 100%;
        background-color: #fff;
        margin-top: 8px;
    }

    .main-sec{
        padding: 40px;
        padding-left: 0;
    }

    .main-design{
        max-width: 1300px;
        width: 100%;
        margin: 0 auto;
    }

    /* 섹션 에로우 */
    .main-sec .main-see-all-btn{
        top: 42px;
        cursor: pointer;
    }

    /* 하단 리뷰/ 이벤트 에로우 */
    .main-sec .main-double-all-btn{
        top: 42px;
    }
    /* 메인 타이틀 서브 */
    .main-sec .main-title-sub {
        line-height: 20px;
        margin-bottom: 40px;
    }

    /* 최하단 하얀배경 */
    .home-bottom-bg{
        height: 80px;
    }

    /* PC 버전 main row section */
    .main-pc-section{
        width: 100%;
        height: auto;
        background-color: #fff;
        /* margin */
        margin: 8px 0;
    }

    .main-pc-inner-section{
        max-width: 1300px;
        width: 100%;
        height: auto;
        margin: 0 auto;
        /* flex */
        display: flex;
        align-items: center;
        
    }
    /* PC 메인 이벤트 */
    .main-event{
        margin: 0;
        padding-left: 40px;
    }

    /* PC 이벤트 리스트 ul */
    #eventlist{
        /* height */
        height: auto;
        min-height: 322px;
        /* margin */
        margin-top: 54px;
        margin-bottom: 38px;
    }
    /* main 더보기 버튼 */
    .main-sec-more-btn{
        display: none;
    }

    /* 메인 리뷰 PC */
    .main-review-box-title{
        line-height: normal;
    }
    /* 메인 리뷰 제한 박스 */
    .main-review-boxes{
        height: 345px;
    }
    /* 메인 리뷰 개별박스 */
    .main-review-box{
        height: 100px;
    }
    /* 메인 리뷰 이미지 */
    .main-review-box-img{
        width: 100px;
    }
    /* 메인 리뷰 타이틀 */
    .main-review-box-title {
        font-weight: bold;
        padding-top: 15px;
    }

    /* PC 센터 라인 */
    .pc_center_line{
        display: block;
        width: 2px;
        height: 450px;
        background: #E9E9E9;
    }
    /* 하단 배너 */
    .banner-limit-outer{
        width: 100%;
        background-color: #fff;
    }
    .banner-limit-section{
        max-width: 1300px;
        width: 100%;
        /* margin */
        margin: 0 auto;
    }

    .middlebanner{
        width: 100%;
        height: auto;
    }

    .swiper-wrapper{
        height: auto;
    }

    /* 신규셀러 */
    .main-pc-section.designers{
        margin: 0;
    }
    .main-designer{
        max-width: 1300px;
        width: 100% ;
        /* padding */
        padding-bottom: 60px;
        /* margin */
        margin: 0 auto;
    }

    /* 신규 디자이너 */
    .artist-swiper{
        position: relative;
        max-width: 640px;
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        z-index: 1;
    }
    .main-new-box-name{
        color: #000;
        text-align: center;
        font-family: var(--font-kr);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 14px; /* 100% */
    }

    /* 아티스트 프로필 */
    .main-new-box{
        width: 90px;
    }
    .main-new-box-img {
        width: 90px;
        height: 90px;
    }

    /* 신규 디자이너 Arrow */
    .swiper-button-next, .swiper-button-prev {
        position: absolute;
        top: -80px;
        width: 27px;
        height: 39px;
        margin-top: -22px;
        z-index: 10;
        cursor: pointer;
        background-size: 11px 17px;
        background-position: center;
        background-repeat: no-repeat;
    }
    .swiper-button-next{
        right: 20px;
    }

    /* 뒤로 */
    .designer-slide-btn-wrapper{
        display: block;
        position: relative;
        max-width: 768px;
        width: 100%;
        margin: 0 auto;
    }
}


/* 중간 문제 해결 */
@media screen and (min-width: 992px) and (max-width: 1059px){
    /* 인트로 타이틀 */
    .pc-intro-title{
        font-size: 27px;
    }

}

/* 중간 문제 해결 고해상도 */
@media screen and (min-width:992px) and (max-width: 1335px) {
    /* 메인 섹션 */
    .main-sec{
        padding-left: 40px;
    }

    /* 하단 배너 */
    .banner-limit-section{
        max-width: 1235;
    }
}