@charset "UTF-8";
/*******************************************************************************
 * version 1.0 release;
 * copyright 2019
 ******************************************************************************/
/* Chrome, Safari, AND NOW ALSO the Edge Browser and Firefox */
[class^=optimize-banner-],
[class*=optimize-banner-] {
  margin: -18px calc(-15px - 5vw) 1rem;
}
@media (min-width: 768px) {
  [class^=optimize-banner-],
[class*=optimize-banner-] {
    margin: -18px calc(-15px - 1.5em) 1rem;
  }
}
@media (min-width: 992px) {
  [class^=optimize-banner-],
[class*=optimize-banner-] {
    margin: 0 -10px;
  }
}

/*kol頁的頁面內容外框*/
.kollist-main-warp {
  padding: 0;
}
@media (min-width: 992px) {
  .kollist-main-warp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 0;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .kollist-main-warp .footer {
    margin-left: 50px;
    margin-top: 0;
    -ms-flex-preferred-size: calc(100% - 50px);
        flex-basis: calc(100% - 50px);
    -webkit-transition: all 0.5s cubic-bezier(1, 0, 0.13, 1);
    transition: all 0.5s cubic-bezier(1, 0, 0.13, 1);
  }
}
.kollist--wrap {
  background: #f5f5f5;
  margin-top: 108px;
  padding-top: 18px;
}
@media (min-width: 992px) {
  .kollist--wrap {
    padding-right: 0 !important;
    padding-left: 0 !important;
    padding-top: 0 !important;
    margin-top: 0;
    -ms-flex-preferred-size: calc(100% - 50px);
        flex-basis: calc(100% - 50px);
    -webkit-transition: all 0.5s cubic-bezier(1, 0, 0.13, 1);
    transition: all 0.5s cubic-bezier(1, 0, 0.13, 1);
  }
}
.kollist--wrap.kollist--active {
  overflow: hidden;
}
@media (min-width: 576px) {
  .kollist--wrap > .container {
    max-width: none;
  }
}
@media (min-width: 992px) {
  .kollist--wrap > .container {
    padding-right: 10px !important;
    padding-left: 10px !important;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .kollist--wrap .function-bar {
    margin: 0 -10px;
  }
}
.kollist--empty {
  padding-bottom: 1.5em;
}
@media (min-width: 992px) {
  .kollist--empty {
    padding-bottom: 10px;
  }
}
.kollist--empty .kollist {
  display: none;
}
.kollist--empty .kollist__header {
  display: none !important;
}
.kollist--empty .kollist__content {
  height: calc(100% - 59.58px);
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .kollist--empty .kollist__content {
    min-height: 600px;
  }
}
@media (min-width: 992px) {
  .kollist--empty .kollist__content {
    margin: 0 10px;
  }
}
.kollist--empty .kollist__emptyshow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-height: 380px;
}
@media (min-width: 992px) {
  .kollist--empty .kollist__emptyshow {
    margin: 0 10px 20px;
  }
}
.kollist--empty .pagination {
  display: none;
}
.kollist--empty > .container {
  height: 100%;
}
.kollist__emptyshow {
  display: none;
}
@media (min-width: 992px) {
  .kollist__like-label {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .searchbar {
    margin-bottom: 1rem;
  }
}

/*kol搜尋條件*/
.kol-searchbar {
  text-align: center;
  position: fixed;
  z-index: 13;
  top: 54px;
  width: 100vw;
}
@media (min-width: 992px) {
  .kol-searchbar {
    position: fixed;
    position: sticky;
    width: 50px;
    max-width: 50px;
    -ms-flex-preferred-size: 50px;
        flex-basis: 50px;
    height: calc(100vh - 66px);
    top: 66px;
    left: 0;
    -webkit-transition: 0.5s all cubic-bezier(1, 0, 0.13, 1);
    transition: 0.5s all cubic-bezier(1, 0, 0.13, 1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.kol-searchbar__trigger {
  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;
  height: 55px;
  background: #fff;
  text-decoration: none;
  color: #211c15;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  margin-top: -1px;
}
@media (min-width: 992px) {
  .kol-searchbar__trigger {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
        order: 1;
    height: 100%;
    -webkit-transition: 0.5s cubic-bezier(1, 0, 0.13, 1.09);
    transition: 0.5s cubic-bezier(1, 0, 0.13, 1.09);
    -webkit-transition-property: height, width;
    transition-property: height, width;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 16px;
  }
  .kol-searchbar__trigger:hover {
    cursor: pointer;
  }
  .kol-searchbar--active .kol-searchbar__trigger {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.kol-searchbar__trigger-text {
  text-orientation: upright;
  font-size: 18px;
  font-weight: bold;
}
@media (min-width: 992px) {
  .kol-searchbar__trigger-text {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  .kol-searchbar--active .kol-searchbar__trigger-text {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}
.kol-searchbar__trigger-icon {
  font-size: 1em;
  margin-left: 0.5em;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
@media (min-width: 992px) {
  .kol-searchbar__trigger-icon {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    margin-top: 12px;
  }
}
.kol-searchbar--active .kol-searchbar__trigger-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (min-width: 992px) {
  .kol-searchbar--active .kol-searchbar__trigger-icon {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin-top: 0;
  }
}
.kol-searchbar .icon-filter {
  font-size: 2.5em;
  color: #fff;
}
.kol-searchbar__content {
  text-align: left;
  padding: 0;
  height: 0;
  background: #fff;
  overflow-y: auto;
  -webkit-transition: 0.5s height;
  transition: 0.5s height;
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0.13, 1);
  transition-timing-function: cubic-bezier(1, 0, 0.13, 1);
}
@media (min-width: 992px) {
  .kol-searchbar__content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
        order: 2;
    overflow: hidden;
    border-right: 1px solid #d5d5d5;
  }
}
.kol-searchbar__content-inner {
  padding: 1.2em 5% 2.5em 5%;
}
@media (min-width: 992px) {
  .kol-searchbar--active {
    width: 280px;
    max-width: 280px;
    -ms-flex-preferred-size: 280px;
        flex-basis: 280px;
    position: static;
    height: auto;
  }
}
@media (min-width: 992px) {
  .kol-searchbar--active .kol-searchbar__trigger {
    height: 50px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 6px 0 16px;
  }
}
.kol-searchbar--active .kol-searchbar__content {
  height: calc(100vh - 108px);
}
@media (min-width: 992px) {
  .kol-searchbar--active .kol-searchbar__content {
    display: block;
    height: 100%;
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .kol-searchbar--active + .kollist--wrap,
.kol-searchbar--active ~ .footer {
    -ms-flex-preferred-size: calc(100% - 280px);
        flex-basis: calc(100% - 280px);
    margin-left: 0px;
  }
}
@media (min-width: 992px) {
  .kol-searchbar--active ~ .footer {
    margin-left: 280px;
  }
}
.kol-searchbar__input {
  border: none;
  height: 34px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
      flex: 1;
  margin-left: 0.5em;
}
.kol-searchbar__field {
  padding: 1.25em 0;
}
.kol-searchbar__field:first-of-type {
  padding-top: 0;
}
.kol-searchbar__field:not(:last-child):not(.kol-searchbar__field--noborder) {
  border-bottom: 1px solid #d5d5d5;
}
.kol-searchbar__field-control:not(:last-child) {
  margin-bottom: 2.625em;
}
.kol-searchbar__field-control--mb-small:not(:last-child) {
  margin-bottom: 1.25em;
}
.kol-searchbar__field-control--mb-xsmall:not(:last-child) {
  margin-bottom: 1em;
}
.kol-searchbar__field-control--clearbtn {
  margin-top: 60px;
}
.kol-searchbar__label {
  font-size: 1em;
  margin-bottom: 0.5em;
  font-weight: bold;
  color: #211c15;
  line-height: 1em;
}
.kol-searchbar__label + .selectable-tags {
  margin-top: 1.375em;
  font-size: 0.875em;
}
.kol-searchbar__help-field {
  font-size: 0.8em;
  font-weight: bold;
}
.kol-searchbar__input-field {
  min-height: 1em;
  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;
  margin-bottom: 0.5em;
}

/*for IE*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 992px) {
  .kollist--wrap {
    margin-left: 50px;
  }
  .kollist--active {
    margin-left: 280px !important;
  }
  .kollist .breadcrumb {
    margin-left: 50px;
    -webkit-transition: all 0.5s cubic-bezier(1, 0, 0.13, 1.09);
    transition: all 0.5s cubic-bezier(1, 0, 0.13, 1.09);
  }
  .kollist-main-warp--searchshow .breadcrumb {
    margin-left: 280px !important;
  }
}
.function-bar .input-field,
.function-bar .input-field:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .function-bar .form-group--has-sub > .input-field .form-control {
    width: 160px;
    min-width: 160px;
  }
}
@media (min-width: 1440px) {
  .function-bar .form-group--has-sub > .input-field .form-control {
    width: 200px;
  }
}

.kollist-main-warp .btn-selector__input:not(:checked):not(:disabled) + .btn-selector__label:hover {
  background: #211c15;
}
.kollist-main-warp .btn-selector__item:not(:last-child) .btn-selector__label {
  border-right: 1px solid #fff;
}
.kollist-main-warp .btn-selector--group-first .btn-selector__item:first-child .btn-selector__label {
  border-right: none;
}
.kollist-main-warp .btn-selector--group-first .btn-selector__item .btn-selector__label {
  background: #eeeeee;
  border-color: #fff;
}
.kollist-main-warp .btn-selector__input:checked + .btn-selector__label {
  background: #211c15;
  border-color: #fff !important;
}
.kollist-main-warp .selectable-tags--block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.kollist-main-warp .selectable-tags--block .selectable-tags__item:not(:last-child) {
  margin-right: 0;
}
.kollist-main-warp .selectable-tags--block .selectable-tags__label {
  width: 100%;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.kollist-main-warp .selectable-tags--block input[type=checkbox]:checked + .selectable-tags__label,
.kollist-main-warp .selectable-tags--block input[type=radio]:checked + .selectable-tags__label {
  background: #211c15;
}
.kollist-main-warp .input-slider .ui-slider-range {
  background: #211c15;
}
.kollist-main-warp input[type=checkbox]:checked + .selectable-tags__label,
.kollist-main-warp input[type=radio]:checked + .selectable-tags__label {
  background-color: #211c15;
}
@media (min-width: 992px) {
  .kollist-main-warp input[type=checkbox]:not(:checked) + .selectable-tags__label:hover {
    background-color: #211c15;
  }
}
.kollist-main-warp .selectable-tags--more {
  max-height: 189px;
  overflow: hidden;
}
.kollist-main-warp .selectable-tags--active {
  max-height: none;
}
.kollist-main-warp .btn-more {
  height: 18px;
  color: #555;
  background: transparent;
  border-color: transparent;
}
.kollist-main-warp .btn-more:not(:disabled):not(.btn--disabled):focus, .kollist-main-warp .btn-more:not(:disabled):not(.btn--disabled):active {
  color: #211c15;
  background: transparent;
  border-color: transparent;
}
@media (min-width: 992px) {
  .kollist-main-warp .btn-more:not(:disabled):not(.btn--disabled):hover {
    color: #211c15;
    background: transparent;
    border-color: transparent;
  }
}
.kollist-main-warp .btn-more-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -5px;
}