:root{
    --selected:#ff7145;;
  }

/* swiper */

.ly-otherTop .swiper-button-prev, .ly-otherTop .swiper-button-next{
    background-color: var(--selected);
    outline: 1px solid var(--selected);
}

.swiper-button-prev:after, .swiper-button-next:after{
    background-color: #fff;
}

.ly-otherTop .swiper-button-prev:hover:after, .ly-otherTop .swiper-button-next:hover:after{
    background-color: var(--selected);
}

/* ui */

.ly-otherTop .c-button_inner{
    border-color: #000;
}

.ly-otherTop .c-button_inner:hover{
    color: #fff;
    background: var(--selected);
    border-color: var(--selected);
}
.ly-otherTop .c-button-plus:hover::before{
color: #fff;
}
.ly-otherTop .dropbox-select,
.ly-otherTop .search-sort-list__item.is-active .search-sort-list__label{
    color: var(--selected);
}

.ly-otherTop .dropbox::after{
    background: var(--selected);
}

.sec-pickup .c-slider_list-item {
    max-width: 364px;
}

/* pickup */

.ly-otherTop .sec-pickup{
    box-shadow: none;
    padding-bottom:min(calc((42 / var(--pc))*100vw),42px);
}

.ly-otherTop .sec-pickup h2{
    padding-top: min(calc((20 / var(--pc))*100vw),20px);
}

.ly-otherTop .sec-pickup .i-star::before{
    top: -22px;
    left: -28px;
}

@media all and (max-width:960px) {
    .ly-otherTop .sec-pickup{
        padding-bottom: min(calc((18 / var(--sp))*100vw),18px);
    }
    .ly-otherTop .sec-pickup .i-star::before{
        top: -9px;
        left: -16px;
    }
    .ly-otherTop .sec-pickup h2{
        padding-top:min(calc((12 / var(--sp))*100vw),12px);
    }
    .ly-otherTop .sec-pickup h2 img{
        height: 26px;
    }
}

@media all and (max-width:960px) and (min-width:640px) {
    .ly-otherTop .sec-pickup h2 img{
        height: 34px;
    }
    .sec-pickup .c-slider_list-item {
        max-width: 290px;
    }
  }

  @media all and (max-width:1200px) and (min-width:961px) {
    .sec-pickup .c-slider_list-item {
        max-width: 340px;
    }
  }

  @media all and (max-width:450px) {
    .sec-pickup .c-slider_list-item {
        max-width: 171px;
    }
  }

/* sec-feature */

.ly-otherTop .sec-feature{
    padding-bottom: min(calc((42 / var(--pc))*100vw),42px);
}

.ly-otherTop .c-card_list-item_category_list-item{
    color: #8a8a8a;
}

.ly-otherTop .c-card_list-item_category_list-item::before{
    background: #8a8a8a;
}

@media all and (max-width:960px) {
    .ly-otherTop .sec-feature{
        margin: min(calc((40 / var(--sp))*100vw),40px) 0 0;
        padding-bottom: min(calc((20 / var(--sp))*100vw),20px);
    }
}

/* sec-result */

.ly-otherTop .sec-result{
    background:#fff9f1;
    padding-top: min(calc((46 / var(--pc))*100vw),46px);
    border-radius: 0;
    padding-bottom: min(calc((46 / var(--pc))*100vw),46px);
    margin-bottom: 0;
}

.ly-otherTop .sec-result_wrapper{
    background: #fff;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-top: min(calc((52 / var(--pc))*100vw),52px);
    padding-bottom: min(calc((42 / var(--pc))*100vw),42px);
    margin-bottom: 0;
}

.ly-otherTop .sec-result_border{
    padding-bottom: 6px;
    border-bottom: min(calc((4 / var(--pc))*100vw),4px) solid #000;
    border-image-source: url(../../img/brand/other/top/result-border.svg);
    border-image-slice: 4;
}

.ly-otherTop .sec-result_search{
    margin-top: min(calc((50 / var(--pc))*100vw),50px);
}

.ly-otherTop .c-sort{
    border: 1px solid #000;
}

.ly-otherTop .c-result_sort_button[data-sort="on"]{
    color: var(--selected);
}

.ly-otherTop .sec-result_tags {
    margin-top: min(calc((40 / var(--pc))*100vw),40px);
}

.ly-otherTop .sec-result_tags-title{
    text-align: center;
    margin-bottom: min(calc((18 / var(--pc))*100vw),18px);
}
.ly-otherTop .sec-result_tags-title img{
    width: auto !important;
}

.ly-otherTop .c-top-tag_list-item{
    border: 1px solid #000;
    font-size: 14px;
    line-height: 1;
    padding: max(calc((10 / var(--pc))*100vw),10px) max(calc((16 / var(--pc))*100vw),16px);
    border-radius: 999px;
    background-color: #fff;
    cursor: pointer;
    transition: var(--transition);
}

@media all and (max-width:960px) {
    .ly-otherTop .sec-result{
       margin: 0;
       padding: min(calc((26 / var(--sp))*100vw),26px) 7px min(calc((30 / var(--sp))*100vw),30px);
    }
    .ly-otherTop .sec-result_wrapper{
        padding-top: min(calc((20 / var(--sp))*100vw),20px);
        padding-bottom: min(calc((20 / var(--sp))*100vw),20px);
    }
    .ly-otherTop .sec-result_border{
        padding-bottom: 0;
        border-image-source: url(../../img/brand/other/top/result-border_sp.svg);
        border-bottom: min(calc((2 / var(--sp))*100vw),2px) solid #000;
    }
    .ly-otherTop .sec-result_search{
        margin-top: min(calc((20 / var(--sp))*100vw),20px);
    }
    .ly-otherTop .dropbox-select{
        height: 44px;
    }
    .ly-otherTop .dropbox.is-active{
        outline: 1px solid #000;
        border-radius: 21px;
        position: relative;
    }
    .ly-otherTop .dropbox.is-active::before{
        position: absolute;
        content: "";
        background-color: #fff;
        width: 32px;
        height: 44px;
    }
    .ly-otherTop .sec-result_tags{
        margin-top: min(calc((16 / var(--sp))*100vw),16px);
    }
    .ly-otherTop .sec-result_tags-title{
        margin-bottom: min(calc((6 / var(--sp))*100vw),6px);
    }
    .ly-otherTop .sec-result_tags-title img{
        height: 12px;
        width: auto;
    }
}

@media (max-width: 960px) and (min-width: 640px){
    .ly-otherTop .sec-result{
      padding-left: 26px;
      padding-right: 26px;
  }
  }

/* sec-brand */

.ly-otherTop .sec-brand{
    padding-top: 0;
}

.ly-otherTop .sec-brand .swiper-button_wrapper{
    top: min(calc((72 / var(--pc))*100vw),72px);
}

@media all and (max-width:960px) {
    .ly-otherTop .sec-brand{
        padding: 0 0 min(calc((33 / var(--sp))*100vw),33px);
    }
    .ly-otherTop .sec-brand .swiper h2 img {
        height: 47px;
    }
    .ly-otherTop .sec-brand .i-brand::before{
        top: -38px;
        left: -24px;
    }
}

@media all and (max-width:960px) and (min-width:640px) {
    .ly-otherTop .sec-brand .swiper h2 img{
        height: 61px;
    }
  }

/* category */
.ly-otherTop .sec-category{
    padding:min(calc((80 / 1366)*100vw),80px) 0 0;
  }
  .ly-otherTop .sec-category_wrapper{
    max-width: 1180px;
    padding: 0 10px;
    width: 100%;
    margin: 40px auto;
  }
  .ly-otherTop .sec-category_list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 11px;
    grid-row-gap: 10px;
  }
  .ly-otherTop .sec-category_list-link{
    transition: var(--transition);
  }
  .ly-otherTop .sec-category_list-link:hover{
    opacity: 0.7;
  }
  @media all and (max-width:960px) {
    .ly-otherTop .sec-category{
      padding:min(calc((32 / var(--sp))*100vw),32px) 0 0;
    }
    .ly-otherTop .sec-category_wrapper{
      padding: 0 13px;
      margin: 14px auto 19px;
    }
    .ly-otherTop .sec-category h2 img{
      height: 26px;
    }
    .ly-otherTop .sec-category .i-category::before{
     top: -16px;
      left: 32px;
    }
    .ly-otherTop .sec-category_list{
      grid-template-columns: repeat(2, 1fr);
      grid-column-gap: 8px;
      grid-row-gap: 8px;
    }
    .ly-otherTop .c-button_fav .c-button_fav_inner{
      height: 46px;
    }
    .ly-otherTop .c-button_fav .c-button_fav_inner::before{
      top: calc((100% - 12px)/2);
    }
    .ly-otherTop .sec-category_return{
        margin-top: 24px;
        padding-bottom: 35px;
    }
  }

  @media (max-width: 960px) and (min-width: 640px){
    .ly-otherTop .sec-category_wrapper{
        padding-left:60px;
padding-right:60px;
  }
  .ly-otherTop .sec-category h2 img{
    height: 34px;
  }
  }

  @media all and (max-width:960px) and (min-width:640px) {
    .ly-otherTop .sec-pickup .i-star::before{
        top: -12px;
        left: -21px;
    }
    .ly-otherTop .sec-brand .i-brand::before {
        left: 56px;
    }
  }

/* muuri */
.ly-otherTop .muuri .item[data-new="on"] .c-card_list-item_upper::before{
    content: "";
    position: absolute;
    width: 76px;
    height: 38px;
    top: 0;
    left: 0;
    background-size: contain;
    z-index: 10;
    background: url(../../img/brand/other/new.svg) no-repeat top left;
  }
  @media all and (max-width:960px) {
    .ly-otherTop .muuri .item[data-new="on"] .c-card_list-item_upper::before {
        width: 42px;
        height: 21px;
        background-size: contain;
    }
  }

  @media all and (min-width:768px) {
    .ly-otherTop .sec-category {
        padding-bottom: 240px;
    }
    .gfooter__inner {
        margin-top: 0;
    }
  }
  
  @media all and (max-width:767px) {
    .mc-breadcrumb {
        margin-top: -70px;
    }
    .ly-otherTop .sec-category {
        padding-bottom: 40px;
    }
  }