@media screen and (max-width: 840px){

.btn-more{
    min-width: auto;
    padding: 2.3vw 3vw 2.3vw 3vw;
}
.btn-more .t{font-size: 2.9vw;}
.btn-more .ico{
    font-size: 5vw;
    line-height: 0;
    margin-left: 3vw;
    margin-top: -0.5vw;
}
.btn-more.arr{ justify-content: start; }
.btn-more .icon-ios-arrow-left{
  margin-right: 2vw;
  font-size: 3.2vw;
  line-height: 1;
  margin-top: 1px;
}

    
.lst_allitem{ margin-top: 5vw; }
.lst_allitem > .inner_allitem{ margin-left: -1.5vw;margin-top: -6vw; }
.lst_allitem > .inner_allitem > .item{ margin-left: 1.5vw; margin-top: 6vw; width: calc(50% - 1.5vw); }
.lst_allitem > .inner_allitem > .item.w2{width: 100%;}

.box-prd-type1{}
.box-prd-type1 .thumb{ border-radius: 4px; }
.box-prd-type1 .thumb .img{
    width: 84%;
    height: 84%;
    left: calc(7%);
    top: calc(7%);
}

.box-prd-type1 .cont{ margin-top: 3.56vw; font-size: 3.6vw; }
.box-prd-type1 .cont .summary .h_1{ font-size: 4vw; line-height: 1.2; }
.box-prd-type1 .cont .summary .t_1{ margin-top: 2vw; }
.box-prd-type1 .cont .summary .t_1 .inr{ margin-left: -6vw; display: flex; flex-wrap: wrap; }
.box-prd-type1 .cont .summary .t_1 .inr span{ position: relative; margin-left: 3vw; padding-left: 3vw; }
.box-prd-type1 .cont .summary .t_1 span:after{ top:calc(50% - 2vw);  height:4vw; }
.box-prd-type1 .cont .color_bar{ margin-top: 3.6vw; margin-bottom: 3vw; display: flex; }
.box-prd-type1 .cont .color_bar button{ width: 7vw; height: 7vw; margin-right: 1vw; }
.box-prd-type1 .cont .price{margin-top: 3vw;}

.box-prd-type1.active .thumb{ background-color:#c3cfd7; }
.box-prd-type1.active .thumb .img{ display:none; }
.box-prd-type1.active .thumb .img.hov{ display:flex; }
.box-prd-type1.active .summary{ display:none; }
.box-prd-type1.active .color_bar{ display:flex; }

.banner_prd_type1{
    padding-bottom: 60%;
    border-radius: 4px;
}
.banner_prd_type1 .txt p{margin-left: 0;width: 74%;font-size: 4vw;line-height:1.4;display: -webkit-box;-webkit-line-clamp: 10;}
.banner_prd_type1 .btns{ padding: 4vw;}
.banner_prd_type1 .btns a{ padding: 2.7vw 4vw;font-size: 3vw;border-radius: 3px; }

.banner_prd_type2{
    padding-bottom: 77%;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}
.banner_prd_type2 .bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    opacity: 0.6;
}
.banner_prd_type2 .txt{
    color: #fff;
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    z-index: 5;
}
.banner_prd_type2 .txt p{margin-left: 0;width: 80vw;font-size: 4vw;line-height:1.4;word-break: keep-all;margin-top: -15vw;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 7;-webkit-box-orient:vertical;}
.banner_prd_type2 .btns{padding: 4vw;}
.banner_prd_type2 .btns a{ padding: 2.7vw 4vw;font-size: 3vw;border-radius: 3px; }
    
    
.wrap_product_top{
    padding-bottom: 1vw;
}
.wrap_product_top > .inner{}
.wrap_product_top h1{
    font-size: 7vw;
}
.wrap_product_top .menu{
    display: flex;
    margin-top: 5vw;
    overflow: hidden;
    overflow-x: scroll;
    padding-bottom: 6vw;
}
.wrap_product_top .menu li{margin-right: 5vw;}
.wrap_product_top .menu li a{ font-size: 4.7vw; white-space: nowrap; }
.wrap_product_top .menu li a .bold{font-weight:var(--fw-sb);}
.wrap_product_top .menu li a:after{
content:"\e910";
font-family: 'icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
position: absolute;
left: calc(50% - 8px);
bottom: -14px;
font-size: 16px;
opacity: 0;
-moz-transform: scale(0) translateY(10px);
-webkit-transform: scale(0) translateY(10px);
-o-transform: scale(0) translateY(10px);
-ms-transform: scale(0) translateY(10px);
transform: scale(0) translateY(10px);
transition: all 300ms cubic-bezier(0.470, 0.135, 0.675, 0.825); /* custom */
transition-timing-function: cubic-bezier(0.470, 0.135, 0.675, 0.825); /* custom */
}
.wrap_product_top .menu li.on a,
.wrap_product_top .menu li a:hover{
    font-weight: 600;
}
.wrap_product_top .menu li.on a:after,
.wrap_product_top .menu li a:hover:after{
    -moz-transform: scale(1) translateY(0px);
    -webkit-transform: scale(1) translateY(0px);
    -o-transform: scale(1) translateY(0px);
    -ms-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
    opacity: 1;
}


.head-prdList .total{ font-size:4vw; }
.head-prdList .total .num{ margin-left:1vw; }


.wrap-list-type1{ display: flex; }
.wrap-list-type1{margin-top: 7vw;}
.wrap-list-type1 > .inner{width: 100%;margin-left: 4.5vw;margin-right: 4.5vw;display: flex;justify-content: flex-start;overflow: hidden;align-items: flex-start;}
.wrap-list-type1 > .inner > .lft_area{ width: 242px;min-width: 242px; }
.wrap-list-type1 > .inner > .lft_area.scroll{
   overflow: hidden;
   overflow-y: auto;
   padding-right: 0;
   position: fixed;
   left: 0;
   top: 0;
   width: 90vw;
   height: 100vh !important;
   z-index: 10;
   background-color: #fff;
   /* background: rgba(0,0,0,0.8); */
}
.wrap-list-type1 > .inner > .rgh_area{
   margin-left: 0;
   width: 100%;
}
.wrap-list-type1.start > .inner > .lft_area,
.wrap-list-type1.start > .inner > .rgh_area{
   transition: all 700ms cubic-bezier(0.695, 0.010, 0.135, 0.990); /* custom */
   transition-timing-function: cubic-bezier(0.695, 0.010, 0.135, 0.990); /* custom */
}
.wrap-list-type1.close_filter > .inner > .lft_area{
   margin-left: 0;
   position: fixed;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   min-width: auto;
   z-index: 10;
}
.wrap-list-type1.close_filter > .inner > .rgh_area{max-width: 100%;margin-left: 0;width: 100%;}
.btn_reset{width: 100%;height: 40px;border: 1px solid #222;border-radius: 6px;display: inline-flex;align-items: center;justify-content: center;padding: 5px 20px;color:#000;font-size: 14px;font-weight: 700;box-sizing: border-box;}


.wrap-filter{overflow: hidden;}
.wrap-filter > .inner{position: relative;z-index: 3;background: #fff;width: 100%;padding: 20vw 5vw 26vw;min-height: 100vh;box-sizing: border-box;}
.close_filter .wrap-filter{
  -moz-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.wrap-filter > .inner > .head{margin-bottom: 5vw;}

.wrap-filter .head .btn_all_fold{
   position: relative;
   font-size: 5vw;
}
.wrap-filter .head .btn_all_fold .ico{
 
}

.wrap-filter .head .btn_all_fold .bubble{ display: none; }


.wrap-filter .group_category{
    padding: 5vw 0;
    padding-bottom: 0;
    border-top: 1px #d7e3e8 solid;
}
.wrap-filter .group_category:last-child{ border-bottom:0; }
.wrap-filter .group_category > .inner{
    padding-bottom: 5vw;
}
.wrap-filter .group_category .head .tit{ font-size: 5vw; font-weight: var(--fw-b); }
.wrap-filter .group_category .head .btn_fold{font-size: 6vw;margin-right: -1vw;width: 6vw;height: 6vw;}


.btn_fold_open .bubble{ display:none;}

    .wrap-filter .group_checkbox{
    margin-top: 0;
}
.wrap-filter .group_checkbox > .inner{padding-top: 5vw;}
.wrap-filter .group_checkbox > .inner.fx-num2{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.wrap-filter .group_checkbox > .inner.fx-num2 > *{
    min-width: calc(50% - 3px);
    margin-bottom: 5px;
}
.wrap-filter .group_checkbox > .inner.fx-num5{
    display:flex;
    flex-wrap: wrap;
}
.wrap-filter .group_checkbox > .inner.fx-num5 > *{
    min-width: calc(20% - 6px);
    margin-left: 7px;
    margin-bottom: 6px;
}
.wrap-filter .group_checkbox > .inner.fx-num5 > *:nth-child(5n+1){
    margin-left:0;
}

.wrap-filter .group_checkbox > .inner .form-group{
    margin-bottom: 3.5vw;
    display: flex;
}
.wrap-filter .group_checkbox > .inner label{margin-left: 3.5vw;padding-top: 1vw;font-size: 4vw;font-weight: 400;color: #000;}

.chk-box-type1 label span{
    font-size: 3.6vw;
    padding: 2.4vw;
    width: 100%;
}

    
.none-content{min-height: 50vw; font-size: 7vw; padding: 6vw; }

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  font-size: 4vw;
  min-width: 42vw;
  height: 8.5vw;
}

.select-styled {
  padding: 1.9vw 4vw;
  /*-moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;*/
  color: #000;
  font-size: 3vw;
  padding-right: 7vw;
  text-transform: uppercase;
}
.select-styled:after {
  content: "";
  width: 1.2vw;
  height: 1.2vw;
  top: calc( 50% - 1.2vw);
  right: 4vw;
}
.select-styled:hover {
  background-color: #fff;
}
.select-styled.active {
  background-color: #fff;
  border-radius: 4px 4px 0 0;
  border-width: 2px 2px 0px 2px;
  border-color: #000;
}
.select-styled.active:after {
  transform: rotate(315deg);
  top: calc( 50% - 1px);
}

.select-options {
  top: calc(100% - 2px);
  padding: 3vw 0;
}
.select-options li {
  margin: 0;
  padding: 2vw 4vw 2vw;
  font-size: 3vw;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}


    


}