@charset "UTF-8";
.menu_wrapper {
  position: relative;
  width: calc(98% - 52px);
  display: flex;
  align-items: baseline;
  margin: 0 auto;
  margin-top: -50px;
}
@media all and (max-width: 1440px) {
  .menu_wrapper {
    height: 100px;
    text-decoration: none;
    background-color: #f6f6f6;
    border-bottom: 1px solid #bfbfbf;
    margin: 0;
    padding-left: 2%;
  }
}
@media all and (max-width: 768px) {
  .menu_wrapper {
    width: 98%;
  }
}
@media all and (max-width: 500px) {
  .menu_wrapper {
    align-items: flex-end;
    max-width: initial;
    width: 100%;
    margin-top: 0;
    height: initial;
  }
}
@media all and (max-width: 500px) {
  .menu_wrapper {
    align-items: flex-end;
    max-width: initial;
    width: 100%;
    margin-top: 0;
  }
}
.menu_wrapper .filter_wrapper_pc {
  position: absolute;
  display: flex;
  flex-direction: row;
  margin-top: 75px;
  right: 40px;
  z-index: 9;
}
@media all and (max-width: 1440px) {
  .menu_wrapper .filter_wrapper_pc {
    display: none;
  }
}
@media all and (max-width: 1290px) {
  .menu_wrapper .filter_wrapper_pc {
    padding: 1.2% 1.5%;
  }
}
@media all and (max-width: 500px) {
  .menu_wrapper .filter_wrapper_pc {
    display: none;
  }
}
.menu_wrapper .filter_wrapper_pc .select-box {
  position: relative;
  display: flex;
  width: 40%;
  font-size: 16px;
  color: #60666d;
  align-items: center;
  margin-right: 20px;
}
@media all and (max-width: 1324px) {
  .menu_wrapper .filter_wrapper_pc .select-box {
    width: 50%;
  }
}
@media all and (max-width: 1124px) {
  .menu_wrapper .filter_wrapper_pc .select-box {
    width: 70%;
  }
}
.menu_wrapper .filter_wrapper_pc .select-box p {
  font-size: 16px;
  white-space: nowrap;
  padding-right: 10px;
}
.menu_wrapper .filter_wrapper_pc .select-box__current {
  position: relative;
  box-shadow: 2px 2px 4px 3px rgba(66, 66, 66, 0.1725490196);
  cursor: pointer;
  outline: none;
  border-radius: 10px;
  background-color: #fff;
}
.menu_wrapper .filter_wrapper_pc .select-box__current:focus + .select-box__list {
  opacity: 1;
  animation-name: none;
}
.menu_wrapper .filter_wrapper_pc .select-box__current:focus + .select-box__list .select-box__option {
  cursor: pointer;
}
.menu_wrapper .filter_wrapper_pc .select-box__current:focus .select-box__icon {
  transform: translateY(-50%) rotate(180deg);
}
.menu_wrapper .filter_wrapper_pc .select-box__value {
  display: flex;
}
.menu_wrapper .filter_wrapper_pc .select-box__input {
  display: none;
}
.menu_wrapper .filter_wrapper_pc .select-box__input:checked + .select-box__input-text {
  display: block;
}
.menu_wrapper .filter_wrapper_pc .select-box__input-text {
  display: none;
  width: 130px;
  padding: 5px 20px 5px 20px;
  background-color: #fff;
}
.menu_wrapper .filter_wrapper_pc .select-box__input-text img {
  padding-top: 5px;
  float: right;
}
.menu_wrapper .filter_wrapper_pc .select-box__list {
  position: absolute;
  width: 65%;
  top: 50px;
  left: 30px;
  list-style: none;
  padding: 15px;
  border-radius: 5px;
  opacity: 0;
  animation-name: HideList;
  animation-duration: 0.5s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: step-start;
  box-shadow: 2px 2px 4px 3px rgba(66, 66, 66, 0.1725490196);
}
.menu_wrapper .filter_wrapper_pc .select-box__list li:nth-child(1) {
  margin-bottom: 10px;
}
.menu_wrapper .filter_wrapper_pc .select-box__option {
  display: block;
  padding: 5px;
  background-color: #efefef;
  border-radius: 5px;
}
.menu_wrapper .filter_wrapper_pc .select-box__option img {
  float: right;
  margin-top: 5px;
  margin-right: 5px;
  display: none;
}
.menu_wrapper .filter_wrapper_pc .select-box__option:hover, .menu_wrapper .filter_wrapper_pc .select-box__option:focus {
  border: #404040 1px solid;
}
@keyframes HideList {
  from {
    transform: scaleY(1);
  }
  to {
    transform: scaleY(0);
  }
}
.menu_wrapper .filter_wrapper_pc .arrange_type {
  display: flex;
  flex-direction: row;
  cursor: pointer;
}
.menu_wrapper .filter_wrapper_pc .arrange_type .arrange_img {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 10px;
}
.menu_wrapper .filter_wrapper_pc .arrange_type .arrange_img img {
  width: 20px;
  height: 20px;
}
.menu_wrapper .filter_wrapper_pc .arrange_type .arrange_img p {
  font-weight: 300;
  font-size: 20px;
  padding-left: 5px;
  word-break: keep-all;
}
.menu_wrapper .filter_wrapper_pc .arrange_type .arrange_txt {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 20px;
}
.menu_wrapper .filter_wrapper_pc .arrange_type .arrange_txt img {
  width: 20px;
  height: 20px;
}
.menu_wrapper .filter_wrapper_pc .arrange_type .arrange_txt p {
  font-weight: 300;
  font-size: 20px;
  padding-left: 5px;
  word-break: keep-all;
}
.menu_wrapper .filter_wrapper_pc .arrange_type .arrange_type_active {
  opacity: 1;
}
.menu_wrapper .read_mode {
  display: none;
}
.menu_wrapper .filter_button {
  width: 60%;
  height: auto;
  margin-left: 20px;
  display: none;
}
@media all and (max-width: 1440px) {
  .menu_wrapper .filter_button {
    position: relative;
    width: 50px;
    top: 12px;
    cursor: pointer;
    display: block;
  }
}
@media all and (max-width: 500px) {
  .menu_wrapper .filter_button {
    display: flex;
    align-items: center;
    width: 14%;
    top: -14px;
    margin-left: 15px;
  }
  .menu_wrapper .filter_button img {
    width: 36px;
    height: 36px;
    padding-bottom: 7px;
  }
}
@media all and (max-width: 500px) {
  .menu_wrapper .read_mode {
    display: none;
  }
}
.menu_wrapper .menu-cont {
  position: relative;
  max-width: 866px;
  width: auto;
  display: flex;
  align-items: center;
  margin-left: -10px;
  overflow-x: scroll;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  cursor: grab;
  margin-top: 15px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  padding: 19px 32px 15px 32px;
}
@media all and (max-width: 1670px) {
  .menu_wrapper .menu-cont {
    transform: translateX(-55%);
  }
}
@media all and (max-width: 1650px) {
  .menu_wrapper .menu-cont {
    transform: translateX(-60%);
  }
}
@media all and (max-width: 1550px) {
  .menu_wrapper .menu-cont {
    transform: translateX(-62%);
  }
}
@media all and (max-width: 1520px) {
  .menu_wrapper .menu-cont {
    transform: translateX(-65%);
  }
}
@media all and (max-width: 1440px) {
  .menu_wrapper .menu-cont {
    max-width: none;
    width: 100%;
    white-space: nowrap;
    margin-left: 10px;
    height: 70px;
    left: auto;
    transform: none;
    background-color: rgba(0, 0, 0, 0);
    padding: 0px 0px 15px 0px;
  }
}
@media all and (max-width: 500px) {
  .menu_wrapper .menu-cont {
    margin-top: 5px;
    margin-left: 0px;
    height: 50px;
    display: flex;
    align-items: center;
  }
}
.menu_wrapper .menu-cont .menu {
  width: 100%;
  display: inline-block;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  text-decoration: none;
  list-style: none;
  overflow-x: scroll;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.menu_wrapper .menu-cont .menu::-webkit-scrollbar {
  display: none;
}
@media all and (max-width: 1440px) {
  .menu_wrapper .menu-cont .menu {
    padding: initial;
  }
}
@media all and (max-width: 500px) {
  .menu_wrapper .menu-cont .menu {
    padding: 2% 3.5% 1.8% 0%;
  }
}
.menu_wrapper .menu-cont .menu span {
  color: #cd1a0c;
}
.menu_wrapper .menu-cont .menu li {
  margin: 5px 6px 5px 6px;
  display: inline-block;
  cursor: pointer;
}
.menu_wrapper .menu-cont .menu li a.active {
  background: #000;
  color: #fff;
  border-color: #000;
}
.menu_wrapper .menu-cont .menu li a {
  position: relative;
  font-size: 22px;
  font-weight: bold;
  color: #000;
  text-align: center;
  text-decoration: none;
  border: 1px solid #000;
  background-color: #fff;
  padding: 5px 25px 5px 25px;
  border-radius: 0px 10px 0px 10px;
  letter-spacing: 1px;
  display: inline-block;
}
.menu_wrapper .menu-cont .menu li a:hover {
  color: #fff;
  background-color: #000;
}
@media all and (max-width: 500px) {
  .menu_wrapper .menu-cont .menu li a {
    font-size: 16px;
  }
}

.open_btn, .open_btn2 {
  position: fixed;
  font-size: 15px;
  color: #fff;
  cursor: pointer;
  display: none;
}

.open_btn2 {
  right: 0;
}

.btn_more {
  position: fixed;
  width: 22px;
  height: 22px;
  right: 18px;
  bottom: 45px;
  display: none;
}
.btn_more img {
  width: 100%;
}

#popupContainer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.589);
  z-index: 9999;
}
#popupContainer .popup {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 65%;
  transform: translate(-50%, -50%);
  background-color: rgb(255, 255, 255);
  padding: 20px;
  border-radius: 5px;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.2);
}
@media all and (max-width: 500px) {
  #popupContainer .popup {
    width: 80%;
    padding: 15px;
  }
}
#popupContainer .popup .close-btn {
  position: absolute;
  font-size: 36px;
  color: #000000;
  top: 15px;
  right: 25px;
  background: none;
  border: none;
  cursor: pointer;
  font-weight: lighter;
}
@media all and (max-width: 400px) {
  #popupContainer .popup .close-btn {
    top: 0px;
    right: 20px;
  }
}
#popupContainer .popup .popup_arrange {
  margin: 0 auto;
  margin: 20px;
  margin-top: 50px;
}
#popupContainer .popup .popup_arrange .popup_conditionWrap {
  display: inline-block;
  margin-top: 20px;
  margin-right: 100px;
}
#popupContainer .popup .popup_arrange .popup_conditionWrap h1 {
  font-size: 20px;
  padding-bottom: 15px;
  font-weight: bold;
}
#popupContainer .popup .popup_arrange .popup_conditionWrap .popup_condition {
  display: flex;
  white-space: nowrap;
  align-items: center;
}
#popupContainer .popup .popup_arrange .popup_conditionWrap .popup_condition .arrange_img {
  display: flex;
  align-items: center;
  padding-right: 30px;
  border-right: #b8b8b8 solid 1px;
  cursor: pointer;
}
#popupContainer .popup .popup_arrange .popup_conditionWrap .popup_condition .arrange_img img {
  width: 20px;
  height: 20px;
  padding-right: 10px;
}
#popupContainer .popup .popup_arrange .popup_conditionWrap .popup_condition .arrange_txt {
  display: flex;
  padding-left: 30px;
  align-items: center;
  cursor: pointer;
}
#popupContainer .popup .popup_arrange .popup_conditionWrap .popup_condition .arrange_txt img {
  width: 20px;
  height: 20px;
  padding-right: 10px;
}
#popupContainer .popup .popup_arrange .popup_conditionWrap .popup_condition .read_mode_btn_mb {
  margin-left: 50%;
  position: relative;
  width: 45px;
  height: 22px;
  display: inline-block;
}
@media all and (max-width: 760px) {
  #popupContainer .popup .popup_arrange .popup_conditionWrap .popup_condition .read_mode_btn_mb {
    margin-left: 40%;
  }
}
@media all and (max-width: 610px) {
  #popupContainer .popup .popup_arrange .popup_conditionWrap .popup_condition .read_mode_btn_mb {
    margin-left: 30%;
  }
}
@media all and (max-width: 530px) {
  #popupContainer .popup .popup_arrange .popup_conditionWrap .popup_condition .read_mode_btn_mb {
    margin-left: 30px;
  }
}
#popupContainer .popup .popup_arrange .popup_conditionWrap .popup_condition .read_mode_btn_mb .read_mode_btn1_mb {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background-color: #404040;
  transition: all 0.2s ease-out;
}
#popupContainer .popup .popup_arrange .popup_conditionWrap .popup_condition .read_mode_btn_mb .read_mode_btn2_mb {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-width: 1.5px;
  border-style: solid;
  border-radius: 100px;
  border-color: #404040;
  left: 0px;
  transition: all 0.2s ease-out;
}
#popupContainer .popup .popup_arrange .popup_typeWrap {
  display: inline-block;
}
#popupContainer .popup .popup_arrange .popup_typeWrap h1 {
  font-size: 20px;
  padding-bottom: 15px;
  font-weight: bold;
}
#popupContainer .popup .popup_arrange .popup_typeWrap .popup_type {
  display: flex;
  white-space: nowrap;
  align-items: center;
  cursor: pointer;
}
#popupContainer .popup .popup_arrange .popup_typeWrap .popup_type .arrange_area {
  padding-right: 30px;
  display: flex;
  align-items: center;
  opacity: 0.5;
  border-right: #b8b8b8 solid 1px;
}
#popupContainer .popup .popup_arrange .popup_typeWrap .popup_type .arrange_area img {
  width: 20px;
  height: 20px;
  padding-right: 10px;
}
#popupContainer .popup .popup_arrange .popup_typeWrap .popup_type .arrange_price {
  display: flex;
  align-items: center;
  padding-left: 30px;
  opacity: 0.5;
}
#popupContainer .popup .popup_arrange .popup_typeWrap .popup_type .arrange_price img {
  width: 20px;
  height: 20px;
  padding-right: 10px;
}
#popupContainer .popup .popup_arrange .popup_typeWrap .popup_type .type_mode_btn {
  margin-left: 50%;
  position: relative;
  width: 45px;
  height: 22px;
  display: inline-block;
}
@media all and (max-width: 760px) {
  #popupContainer .popup .popup_arrange .popup_typeWrap .popup_type .type_mode_btn {
    margin-left: 40%;
  }
}
@media all and (max-width: 610px) {
  #popupContainer .popup .popup_arrange .popup_typeWrap .popup_type .type_mode_btn {
    margin-left: 30%;
  }
}
@media all and (max-width: 530px) {
  #popupContainer .popup .popup_arrange .popup_typeWrap .popup_type .type_mode_btn {
    margin-left: 30px;
  }
}
#popupContainer .popup .popup_arrange .popup_typeWrap .popup_type .type_mode_btn .type_mode_btn1 {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background-color: #404040;
  transition: all 0.2s ease-out;
}
#popupContainer .popup .popup_arrange .popup_typeWrap .popup_type .type_mode_btn .type_mode_btn2 {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-width: 1.5px;
  border-style: solid;
  border-radius: 100px;
  border-color: #404040;
  right: 0;
  transition: all 0.2s ease-out;
}
#popupContainer .popup .popup_confirm {
  margin: 0 auto;
  color: #fff;
  font-size: 20px;
  border: #000 solid 1px;
  border-radius: 100px;
  padding: 5px 25px;
  background-color: #000;
  margin-top: 20px;
  box-shadow: 1px 2px 4px 2px rgba(64, 64, 64, 0.431372549);
  display: table;
  cursor: pointer;
}

.fixed-top {
  position: fixed;
  width: 100%;
  top: 53px;
  margin: 0;
  z-index: 1000;
}
@media all and (max-width: 1440px) {
  .fixed-top {
    width: calc(98% - 52px);
    height: auto;
    text-decoration: none;
    background-color: #f6f6f6;
    border-bottom: 1px solid #bfbfbf;
    padding-left: 2%;
  }
}
@media all and (max-width: 768px) {
  .fixed-top {
    width: 100%;
  }
}
@media all and (max-width: 500px) {
  .fixed-top {
    height: auto;
  }
}

.fixed-top .filter_wrapper_pc {
  margin-top: 15px;
  padding: 18px 0% 20px 19px;
  right: 85px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
}
@media all and (max-width: 1550px) {
  .fixed-top .filter_wrapper_pc {
    right: 76px;
  }
}

.fixed-top .filter_button {
  position: relative;
  width: 50px;
  top: 12px;
  cursor: pointer;
}
@media all and (max-width: 1440px) {
  .fixed-top .filter_button {
    top: 12px;
    display: block;
  }
}
@media all and (max-width: 500px) {
  .fixed-top .filter_button {
    top: 0px;
  }
}

.fixed-top .menu-cont {
  width: 100px;
  height: 5px;
  margin-top: 0px;
  margin-left: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 0px 0px 15px 15px;
  cursor: pointer;
}
@media all and (max-width: 1440px) {
  .fixed-top .menu-cont {
    width: auto;
    height: auto;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0);
    padding: 0px 0px 0px 10px;
  }
}
@media all and (max-width: 500px) {
  .fixed-top .menu-cont {
    padding-bottom: 0px;
    margin-left: 8px;
  }
}
@media all and (max-width: 350px) {
  .fixed-top .menu-cont {
    padding-bottom: 5px;
  }
}

.fixed-top .menu-cont.menuon {
  width: auto;
  height: auto;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 0px 0px 15px 15px;
  margin-left: -10px;
  padding-bottom: 35px;
}
@media all and (max-width: 1440px) {
  .fixed-top .menu-cont.menuon {
    background-color: rgba(0, 0, 0, 0);
    padding: 0px 0px 0px 20px;
  }
}

.fixed-top .menu-cont .menu {
  display: none;
}
@media all and (max-width: 1440px) {
  .fixed-top .menu-cont .menu {
    padding: 1.8% 3.5% 1.8% 0.3%;
    display: block;
  }
}
@media all and (max-width: 1100px) {
  .fixed-top .menu-cont .menu {
    padding: 1% 3.5% 1.8% 0.3%;
  }
}
@media all and (max-width: 1000px) {
  .fixed-top .menu-cont .menu {
    padding: 1.6% 3.5% 1.8% 0.3%;
  }
}
@media all and (max-width: 500px) {
  .fixed-top .menu-cont .menu {
    padding: 1% 3.5% 1.8% 0%;
  }
}

.fixed-top .menu-cont.menuon .menu {
  display: block;
}

.fixed-top .open_btn {
  top: 9px;
  right: 50%;
  display: block;
}
@media all and (max-width: 1440px) {
  .fixed-top .open_btn {
    display: none;
  }
}

.fixed-top .menu-cont.menuon .open_btn {
  display: none;
}

.fixed-top .menu-cont.menuon .open_btn2 {
  padding: 5px 20px;
  bottom: 4px;
  display: block;
}
@media all and (max-width: 1440px) {
  .fixed-top .menu-cont.menuon .open_btn2 {
    display: none;
  }
}

.fixed-top .btn_more {
  display: none;
}

.fixed-top .menu-cont.menuon .btn_more {
  display: none;
}

.mode_pic .menu_wrapper .filter_wrapper_pc .arrange_type .arrange_img {
  opacity: 1;
}

#popupContainer.mode_txt .popup .popup_arrange .popup_conditionWrap .popup_condition .read_mode_btn2_mb {
  left: 23px;
}

#popupContainer.mode_txt .popup .popup_arrange .popup_conditionWrap .popup_condition .arrange_img {
  opacity: 0.35;
}

#popupContainer.mode_txt .popup .popup_arrange .popup_conditionWrap .popup_condition .arrange_txt {
  opacity: 1;
}

#popupContainer.mode_pic .popup .popup_arrange .popup_conditionWrap .popup_condition .arrange_txt {
  opacity: 0.35;
}

#popupContainer.mode_area .popup .popup_arrange .popup_typeWrap .popup_type .type_mode_btn2 {
  right: 23px;
}

#popupContainer.mode_area .popup .popup_arrange .popup_typeWrap .popup_type .arrange_area {
  opacity: 1;
}

#popupContainer.mode_area .popup .popup_arrange .popup_typeWrap .popup_type .arrange_price {
  opacity: 0.4;
}

#popupContainer.mode_price .popup .popup_arrange .popup_typeWrap .popup_type .arrange_area {
  opacity: 0.4;
}

#popupContainer.mode_price .popup .popup_arrange .popup_typeWrap .popup_type .arrange_price {
  opacity: 1;
}

.mode_pic .menu_wrapper .filter_wrapper_pc .arrange_type .arrange_txt {
  opacity: 0.35;
}

.mode_txt .menu_wrapper .filter_wrapper_pc .arrange_type .arrange_img {
  opacity: 0.35;
}

.menu_wrapper .filter_wrapper_pc .select-box__option .check_price {
  display: block;
}

.menu_wrapper .filter_wrapper_pc .select-box__option .check_area {
  display: block;
}

.filter_wrapper_pc {
  position: relative;
  display: flex;
  flex-direction: row;
}
@media all and (max-width: 1160px) {
  .filter_wrapper_pc {
    display: none;
  }
}
.filter_wrapper_pc .arrange {
  display: flex;
  margin-right: 20px;
  align-items: center;
}
@media all and (max-width: 1880px) {
  .filter_wrapper_pc .arrange {
    display: block;
  }
}
.filter_wrapper_pc .arrange p {
  font-size: 17px;
  padding-right: 10px;
  white-space: nowrap;
  font-weight: 300;
}
.filter_wrapper_pc .arrange .arrange_condition {
  width: 130px;
  font-size: 14px;
  text-align: left;
  border: #fff;
  border: #000 1px solid;
  border-radius: 5px;
  padding: 5px;
  appearance: none; /* 去掉預設樣式 */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../images/select_icon.png");
  background-repeat: no-repeat;
  background-position: right center;
  padding-left: 15px;
}
.filter_wrapper_pc .arrange_type {
  display: flex;
  flex-direction: row;
  font-size: 16px;
}
.filter_wrapper_pc .arrange_type .arrange_img {
  display: flex;
  flex-direction: row;
  margin-right: 20px;
}
.filter_wrapper_pc .arrange_type .arrange_img p {
  font-size: 20px;
  padding-left: 10px;
  word-break: keep-all;
}
.filter_wrapper_pc .arrange_type .arrange_txt {
  display: flex;
  flex-direction: row;
  margin-right: 20px;
}
.filter_wrapper_pc .arrange_type .arrange_txt p {
  font-size: 20px;
  padding-left: 10px;
  word-break: keep-all;
}

@media all and (max-width: 991px) {
  .swiper-slide-next {
    right: 55%;
  }
}
@media all and (max-width: 950px) {
  .swiper-slide-next {
    right: 52%;
  }
}
@media all and (max-width: 900px) {
  .swiper-slide-next {
    right: 48%;
  }
}
@media all and (max-width: 800px) {
  .swiper-slide-next {
    right: 54%;
  }
}
@media all and (max-width: 690px) {
  .swiper-slide-next {
    right: 50%;
  }
}
@media all and (max-width: 620px) {
  .swiper-slide-next {
    right: 40%;
  }
}
@media all and (max-width: 550px) {
  .swiper-slide-next {
    right: 44%;
  }
}
@media all and (max-width: 530px) {
  .swiper-slide-next {
    right: 41%;
  }
}
@media all and (max-width: 520px) {
  .swiper-slide-next {
    right: 40%;
  }
}
@media all and (max-width: 500px) {
  .swiper-slide-next {
    right: 35%;
  }
}
@media all and (max-width: 480px) {
  .swiper-slide-next {
    right: 32%;
  }
}
@media all and (max-width: 465px) {
  .swiper-slide-next {
    right: 30%;
  }
}
@media all and (max-width: 440px) {
  .swiper-slide-next {
    right: 27%;
  }
}
@media all and (max-width: 430px) {
  .swiper-slide-next {
    right: 26%;
  }
}
@media all and (max-width: 420px) {
  .swiper-slide-next {
    right: 23%;
  }
}
@media all and (max-width: 400px) {
  .swiper-slide-next {
    right: 19%;
  }
}
@media all and (max-width: 375px) {
  .swiper-slide-next {
    right: 17%;
  }
}
@media all and (max-width: 370px) {
  .swiper-slide-next {
    right: 12%;
  }
}
@media all and (max-width: 355px) {
  .swiper-slide-next {
    right: 10%;
  }
}
@media all and (max-width: 350px) {
  .swiper-slide-next {
    right: 10%;
  }
}

@media all and (max-width: 430px) {
  .layout01 .swiper-slide-next {
    right: 28%;
  }
}
@media all and (max-width: 420px) {
  .layout01 .swiper-slide-next {
    right: 25%;
  }
}
@media all and (max-width: 400px) {
  .layout01 .swiper-slide-next {
    right: 21%;
  }
}
@media all and (max-width: 375px) {
  .layout01 .swiper-slide-next {
    right: 19%;
  }
}
@media all and (max-width: 370px) {
  .layout01 .swiper-slide-next {
    right: 15%;
  }
}
@media all and (max-width: 355px) {
  .layout01 .swiper-slide-next {
    right: 13%;
  }
}

.swiper-slide-active {
  margin: 0 auto;
  opacity: 1;
  right: 2%;
}
@media all and (max-width: 500px) {
  .swiper-slide-active {
    right: 0;
  }
}

.layout02 .card_wrapper {
  margin: 20px;
}

@media all and (max-width: 991px) {
  .layout02 .card {
    right: 26%;
  }
}
@media all and (max-width: 820px) {
  .layout02 .card {
    right: 23%;
  }
}
@media all and (max-width: 770px) {
  .layout02 .card {
    right: 20%;
  }
}
@media all and (max-width: 600px) {
  .layout02 .card {
    right: 17%;
  }
}
@media all and (max-width: 550px) {
  .layout02 .card {
    right: 13%;
  }
}
@media all and (max-width: 500px) {
  .layout02 .card {
    right: 10%;
  }
}
@media all and (max-width: 450px) {
  .layout02 .card {
    right: 7%;
  }
}
@media all and (max-width: 400px) {
  .layout02 .card {
    right: 3%;
  }
}

@media all and (max-width: 991px) {
  .swiper_banner_wrapper .swiper-slide-next {
    right: 5%;
  }
}

@media all and (max-width: 991px) {
  .swiper_banner_wrapper .swiper-slide-prev {
    left: 5%;
  }
}

.swiper_banner_wrapper .swiper-slide {
  right: 0;
}/*# sourceMappingURL=filter.css.map */