.store_detail_banner{
    max-width: 168rem;
    width: 100%;
    margin: 0 auto;
    padding: 9rem;
    border-radius: 25px;
    background-color: #f5f6f8;
    align-items: center;
}

.store_detail_banner .right_box{
    margin-left: 10rem;
}
.sm_cate_banner_box .sm_cate_banner{
    height: 2.5rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.3rem;
    line-height: 1.08;
    letter-spacing: -0.13rem;
    padding: 0.5rem 1.2rem 0.5rem 1.1rem;
}
.sm_cate_banner + .sm_cate_banner{
    margin-left: 0.5rem;
}
.sm_cate_banner.marketing{    background: #fff;}
.sm_cate_banner.inquiry{    background: #fe287e;
    color: #fff;
}
.sm_cate_banner.basic{
    background: #fff;
    color: rgba(0, 0, 0, 0.5);
}
.sm_cate_banner.paid{
    background: #fe287e;
    color: #fff;
}
.sm_cate_banner.new{
    background: #1954db;
    color: #fff;
}
.sm_cate_banner.hot{
    background: #ef3c29;
    color: #fff;
}
.sm_cate_banner.sale{
    background: #44b47f;
    color: #fff;
}
.store_detail_banner .right_box h3{
    font-size: 4rem;
    font-weight: bold;
    padding-bottom: 1rem;
}
.store_detail_banner .right_box .btn_wrap{margin-top: 5.5rem;}
.store_detail_banner .right_box .btn+.btn{margin-left: 1rem;}
.category-tit{
	color: var(--mainColor);
	margin:1rem 0;
}
.preview_section{
    padding: 15rem 0 12rem;
}
.preview_section_nocount {
    padding: 0rem 0 12rem;
}
.preview_slide_wrap{
    position: relative;
    max-width: 128rem;
    width: 100%;
    margin: 0 auto;
}
/* 230427 [¼öÁ¤Ç¥½Ã] start */
.preview_slide_wrap .swiper-wrapper {
    justify-content: space-between;
}
/* 230427 [¼öÁ¤Ç¥½Ã] end */
.preview_section .tab_content_li_01{
    position: relative;
}
.preview_slide_wrap .swiper-button-prev{left: -6%;}
.preview_slide_wrap .swiper-button-next{right: -6%;}

.store_preview_swiper{
    overflow: hidden;
    /* margin-right: -8.5px; */
}
/* 230418 ¼öÁ¤Ç¥½Ã -- start -- */
.store_preview_swiper.center .swiper-wrapper{
    justify-content: center;
}
.store_preview_swiper.center .swiper-wrapper li:last-child{margin: 0 !important;}
.store_preview_swiper li.swiper-slide{width: auto;
    cursor: pointer; /*230503 ¼öÁ¤Ç¥½Ã*/
    text-align: center; /* 230427 ¼öÁ¤Ç¥½Ã */
}
.store_preview_swiper li.swiper-slide img{max-width: 38.5rem; width: 100%;}

.popup_store_preview{
    display: block;
    visibility: hidden;
}
.popup_store_preview.hide{
    display: block;
    visibility: hidden;
}
.popup_store_preview.show{
    visibility: visible;
}

/* 230418 ¼öÁ¤Ç¥½Ã -- end -- */

.popup_store_preview.popup_cont .popup_box{
    width: 80rem;
    padding: 0;
}
.store_pop_swiper{
    width: 100%;
}
.popup_store_preview .swiper-button-prev,
.popup_store_preview .swiper-button-next{
    width: 6rem;
    height: 6rem;
    background-size: 11px 18px;
    background-color: #fff;
    border-radius: 50%;
    top: 48%;
}
.popup_store_preview .swiper-button-prev{left: -15%;    background-position-x: 47%;}
.popup_store_preview .swiper-button-next{right: -15%; background-position-x: 53%;}

.store_preview_list{
    max-width: 128rem;
    width: 100%;
    margin: 0 auto;
}
.store_preview_list ul{
    flex-wrap: wrap;
    counter-reset: css-counter 0;
}
.store_preview_list ul li{
    width: calc((99.999% - 20px) / 2);
    padding:0 3rem 0 7rem;
    position: relative;
    height: 11rem;
    border-radius: 20px;
    background-color: #f8faff;
    align-items: center;
    margin-top: 1rem;
}
.store_preview_list ul li:nth-child(-n+2){
    margin-top: 0;
}
.store_preview_list ul li:nth-child(even){
    margin-left: 2rem;
}
.store_preview_list ul li::before{
    counter-increment: css-counter;
    content: counter(css-counter, decimal-leading-zero);
    position: absolute;
    top: 50%;
    left: 3.5rem;
    transform: translateY(-50%);
    font-size: 1.5rem;
    letter-spacing: normal;
    color: var(--mainColor);
    font-weight: bold;
}
.store_preview_list ul li p{
    font-size: 1.8rem;

}

.service_section{
    padding: 0 0 14rem;
}
.service_section_box{
    max-width: 138rem;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.service_section_box > div{
    width: 48.6%;
    border-radius: 2.6rem;
    padding: 6rem 6.5rem 7rem;
    /* max-height: 82.5rem; */
}
.service_section_box > div.left_box{
    background-color: #decdfa;;
}
.service_section_box > div.right_box{
    /* margin-left: 3rem; */
    background-color: #ffcff8;
}
.service_section_box .box_tit{
    font-size: 3rem;
    font-weight: bold;
    padding-bottom: 4.8rem;
    text-align: center;
}
.service_section_box .service_box_li{
    border-radius: 2rem;
  background-color: #fff;
  /* height: 11rem; */
  width: 100%;
  align-items: flex-start;
  margin-top: 1rem;
}
.service_section_box .service_box_li:nth-child(-n+2){
    margin-top: 0;
}
.service_section_box .service_box_li a{
    display: block;
    width: 100%;
    padding: 2.5rem 3rem;
}
.service_section_box .service_box_li dl{
    width: 100%;
}
.service_section_box .service_box_li dt{
    align-items: center;
    margin-bottom: 1rem;
}
.service_section_box .service_box_li dt .cate{
    width: 4.5rem;
    height: 2.5rem;
    border-radius: 5px;
    background-color: #eee;
    font-size: 1.4rem;
    color: rgba(0,0,0,0.5);
    margin-right: 1rem;
}
.service_section_box .service_box_li dt .subject{
    font-size: 2rem;;
}

.service_section_box .service_box_li dd{
    font-size: 1.5rem;
    color: #666;
    width: 100%;
}

.service_section_box .service_box_li:hover dt .subject,
.service_section_box .service_box_li:hover dd{
    color: var(--mainColor);
}

.service_section_box > img{position: absolute; z-index: -1;}
.service_section_box > img.n1{
    bottom: 16%;
    left: -12%;
}
.service_section_box > img.n2{
    bottom: -16%;
    left: -11%;
}
.service_section_box > img.n3{
    top: -7%;
    right: 3%;
    z-index: 1;
}
.service_section_box > img.n4{
    bottom: 17%;
    right: -7.5%;
}
.service_section_box > img.n5{
    top: 26%;
    right: -13%;
}

.detail_content{
    /* height: 80rem; */
    margin-top: 8rem;
    /* background-color: #f7f7f7; */
    text-align: center;
}

@media screen and (max-width: 1280px){
    .store_detail_banner{padding: 3rem;}
    .popup_store_preview.popup_cont .popup_box{width: 70%;}
    .preview_slide_wrap{    max-width: none;}
    .store_preview_swiper{    width: 90%;
        margin: 0 auto;}
    .preview_slide_wrap .swiper-button-prev{left: 0;}
    .preview_slide_wrap .swiper-button-next{right: 0;}
    /* .store_preview_list ul li:nth-child(even) {
        margin-left: 1rem;
    } */
    .service_section_box > div{
        padding: 6rem 2.5rem 7rem;
    }
    .service_section_box .service_box_li a{
        padding: 2.5rem 2rem;
    }
    /* .service_section_box .service_box_li dd{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    } */
}
@media screen and (max-width: 1110px){
    .store_detail_banner .right_box {
        margin-left: 5rem;
    }
}
/* 230427 [¼öÁ¤Ç¥½Ã] start */
@media screen and (max-width: 989px) {
    .preview_slide_wrap .swiper-pagination {
        display: none;
    }
}
/* 230427 [¼öÁ¤Ç¥½Ã] end */
@media screen and (max-width: 768px){
    /* .store_preview_list ul li:nth-child(n){width: 100%; margin:1rem 0 0;} */
    /* .store_preview_list ul li:nth-child(1){
        margin-top: 0;
    } */
    /* 230418 ¼öÁ¤Ç¥½Ã -- start -- */
    .store_preview_swiper.two .swiper-wrapper{
        justify-content: flex-start;
    }
    /* 230418 ¼öÁ¤Ç¥½Ã -- end -- */
    .popup_store_preview.popup_cont .popup_box{width: 75%; background-color: transparent;}
    .popup_store_preview .swiper-button-prev, .popup_store_preview .swiper-button-next {
        width: 4rem;
        height: 4rem;
        background-size: 6px 12px;
    }
    .popup_store_preview .swiper-button-prev {
        left: -13%;
    }
    .popup_store_preview .swiper-button-next {
        right: -13%;
    }


    .store_detail_banner{
        flex-direction: column;
        align-items: flex-start;
    }
    .store_detail_banner .right_box{
        margin: 5rem 0 0;
        width: 100%;
    }
    .preview_section{
        padding: 5rem 0;
    }
    .preview_section .sec_tit{
        margin-bottom: 0;
    }
    .preview_slide_wrap{
        padding-bottom: 5rem;
    }
    .store_preview_list{
        overflow: hidden;
    }
    .store_preview_list ul{
        justify-content: flex-start;
    }
    .store_preview_list ul li{
        width: 100%;;
    }
    .store_preview_list ul li:nth-child(n){
        margin: 2rem 0 0;
    }
    .store_preview_list ul li:nth-child(1){
        margin: 0;
    }
    .service_section_box{
        flex-direction: column;
    }
    .service_section_box > div{
        width: 100%;
        padding: 3rem 1.5rem 7rem;
    }
    .service_section_box .box_tit {
        font-size: 2rem;
        padding-bottom: 2.5rem;
    }
    .service_section_box > div.right_box{
        margin-top: 3rem;
    }
    .service_section_box .service_box_li a {
        padding: 1.5rem 2rem;
    }
    .service_section_box .service_box_li dt .subject {
        font-size: 1.6rem;
    }
    .service_section_box .service_box_li dd {
        font-size: 1.4rem;
    }
    .service_section_box .service_box_li dt{
        margin-bottom: 0.5rem;
    }
    .service_section_box .service_box_li dt .cate{
        font-size: 1.2rem;
    }
    /* 230503 [¼öÁ¤Ç¥½Ã] end*/

    .store_view_detail img {
        width:100% !important;
        height:100% !important;
    }
}
@media screen and (max-width: 500px){
    /* 230427 [¼öÁ¤Ç¥½Ã] start */
    .preview_slide_wrap .swiper-pagination {
        display: block;
    }
    /* 230427 [¼öÁ¤Ç¥½Ã] end */
    .popup_store_preview .swiper-button-prev, .popup_store_preview .swiper-button-next{display: block;}
    .popup_store_preview .swiper-button-prev, .popup_store_preview .swiper-button-next {
        width: 3rem;
        height: 3rem;
    }
    .store_detail_banner{
        padding: 2rem;
    }
    .store_detail_banner .right_box{
        margin-top: 3rem;
    }
    .store_detail_banner .right_box h3 {
        font-size: 3rem;
    }
    .store_detail_banner .right_box .btn_wrap{
        margin-top: 3rem;
    }
    .store_detail_banner .right_box .btn_wrap .btn{
        width: 47%;
    }
    .store_preview_list ul li:nth-child(n){
        padding: 0 2rem 0 6rem;
        height: 9rem;
    }
    .store_preview_list ul li::before{
        left: 2rem;
    }
    .store_preview_list ul li p {
        font-size: 1.4rem;
    }
    .service_section_box > img.n1 {
        bottom: -5%;
        left: -6%;
    }
    .service_section_box > img.n2 {
        bottom: -11%;
        left: 50%;
    }
    .service_section_box > img.n3 {
        top: -3%;
        right: 2%;
        z-index: 1;
        width: 9rem;
    }
    .service_section_box > img.n4 {
        bottom: 43%;
        right: -7.5%;
    }
    .service_section_box > img.n5 {
        top: 26%;
        right: 92%;
    }
    /* 230503 [¼öÁ¤Ç¥½Ã] start*/
    .popup_cont.popup_store_preview .popup_close_btn {
        top: 1.5rem;
        right: 1.5rem;
        width: 1.3rem;
        height: 1.3rem;
    }

    /* 230503 [¼öÁ¤Ç¥½Ã] end*/
    .store_view_detail img {
        width:100% !important;
        height:100% !important;
    }
}
