/*******************************************************************************
 * Version 1.0 Release;
 * Copyright 2018
 ******************************************************************************/
.productlist-filter {
  margin-bottom: 30px;
}

@media (min-width: 1024px) {
  .productlist-filter {
    margin-bottom: 45px;
  }
}

.productlist-filter__inner {
  padding: 20px 15px;
  background: #f4f4f4;
}

@media (min-width: 1024px) {
  .productlist-filter__inner {
    padding: 20px 35px;
  }
}

.form__control-item-order {
  width: 100%;
}

@media (min-width: 1024px) {
  .form__control-item-county {
    width: 28%;
  }
}

@media (min-width: 1024px) {
  .form__control-item-store {
    width: 28%;
  }
}

@media (min-width: 1024px) {
  .form__control-item-keyword {
    width: 44%;
  }
}

@media (min-width: 1024px) {
  .form__control-item-btn-submit {
    width: 130px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

.productlist-filter .radio-btn__label {
  letter-spacing: 0;
}

@media (min-width: 1024px) {
  .productlist-filter .radio-btn__label {
    letter-spacing: 1;
  }
}

.carousel__btnbox {
  display: none;
}

@media (min-width: 1024px) {
  .carousel__btnbox {
    display: block;
  }
}

@media (min-width: 1024px) {
  .form-filter-simple {
    width: auto;
    margin: 0;
  }
}

@media (min-width: 1024px) {
  .form-filter-simple .form__label {
    display: inline-block;
    margin-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .result__data {
    margin: 0;
  }
}

.result__no-box {
  border-width: 0;
}

@media (min-width: 768px) {
  .result__no-box {
    border-width: 1px;
  }
}

.nav-menu-wrap__heading {
  font-weight: bold;
  color: #f09400;
  margin-bottom: 10px;
}

.nav-menu-wrap__btn {
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px #e2e2e2 solid;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  bottom: 0;
  left: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1024px) {
  .nav-menu-wrap__btn {
    display: none;
  }
}

.nav-menu-wrap__btn-icon {
  font-size: 13px;
  display: inline-block;
}

.nav-menu-wrap--open .nav-menu-wrap__btn-icon {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.nav-menu {
  font-size: 14px;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  max-height: 60px;
  -webkit-transition: max-height .25s;
  transition: max-height .25s;
}

.nav-menu-wrap--open .nav-menu {
  overflow: visible;
  max-height: 500px;
}

@media (min-width: 1024px) {
  .nav-menu {
    max-height: inherit;
  }
}

.nav-menu__item {
  width: 33.33%;
  padding: 7px 0;
}

@media (min-width: 768px) {
  .nav-menu__item {
    width: 25%;
  }
}

@media (min-width: 1024px) {
  .nav-menu__item {
    padding: 13px 0;
    width: 100%;
  }
}

.nav-menu__link {
  text-decoration: none;
  color: inherit;
  border-bottom: 2px solid transparent;
  padding: 2px 0;
}

.nav-menu__item--current .nav-menu__link {
  color: #f09400;
  border-color: currentColor;
}

.nav-menu-wrap--category {
  display: none;
}

@media (min-width: 1024px) {
  .nav-menu-wrap--category {
    display: block;
  }
}

@media (min-width: 1024px) {
  .nav-menu-wrap--category .nav-menu__item::before {
    content: "\e90a";
    font-family: 'icomoon';
    color: #bbb;
    font-size: 12px;
  }
}

.nav-menu-wrap--tag {
  counter-reset: counter;
  background: #f4f4f4;
  padding: 12px;
  position: relative;
  margin-bottom: 25px;
}

@media (min-width: 1024px) {
  .nav-menu-wrap--tag {
    background: none;
    padding: 0;
  }
}

.nav-menu-wrap--tag .nav-menu__item::before {
  content: counter(counter) ".";
  counter-increment: counter;
  color: #bbb;
}

@media (min-width: 1024px) {
  .nav-menu-wrap--tag .nav-menu__item::before {
    min-width: 1.5em;
    display: inline-block;
  }
}

.section-brand-intro {
  padding: 25px 0;
}

@media (min-width: 768px) {
  .section-brand-intro::after {
    content: '';
    display: block;
    clear: both;
  }
}

.section-brand-intro__headingbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .section-brand-intro__headingbox {
    display: block;
  }
}

.section-brand-intro__thumbnailbox {
  width: 80px;
}

@media (min-width: 768px) {
  .section-brand-intro__thumbnailbox {
    float: left;
    width: 160px;
  }
}

.section-brand-intro__heading {
  font-size: 20px;
  font-weight: 700;
  padding-left: 12px;
}

@media (min-width: 768px) {
  .section-brand-intro__heading, .section-brand-intro__desc {
    padding-left: 185px;
  }
}

@media (min-width: 1024px) {
  .section-shoplist {
    position: relative;
  }
}

@media (min-width: 1024px) {
  .section-shoplist__headingbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px;
  }
}
/*# sourceMappingURL=pg_shoplist.css.map */