@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Noto+Sans+TC:wght@400;700&display=swap");
html,
body {
  width: 100%;
  min-height: 100%;
  height: auto;
  padding: 0px;
  margin: 0px;
  text-align: left;
  overflow: visible;
  font-size: 15px;
  color: #000;
  background-color: #ffffff;
  line-height: 1.6;
  font-family: "Montserrat", sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html *,
body * {
  unicode-range: U+4E00-9FFF, U+3000-303F, U+FF00-FFEF, U+20000-2FA1F;
  font-family: "Noto Sans TC", sans-serif;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
.pace:after {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  display: block;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #000;
  position: fixed;
  z-index: 200000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 3px;
}

/*共用屬性*/
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  -webkit-overflow-scrolling: touch;
}

a {
  text-decoration: none;
  color: inherit;
}

a:active, a:hover {
  outline: none;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
}

input[type=text] {
  -webkit-appearance: none;
}

/*泛用表格*/
.t {
  display: table;
}
.t > .t-row {
  display: table-row;
}
.t > .t-row > .t-cell {
  display: table-cell;
  vertical-align: middle;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
}

/*定義區塊*/
.container {
  margin: auto;
  position: relative;
  z-index: 100;
  width: 1300px;
  max-width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  position: relative;
  min-height: 1px;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}

.col-12 {
  width: 100%;
}

.col-11 {
  width: 91.66666667%;
}

.col-10 {
  width: 83.33333333%;
}

.col-9 {
  width: 75%;
}

.col-8 {
  width: 66.66666667%;
}

.col-7 {
  width: 58.33333333%;
}

.col-6 {
  width: 50%;
}

.col-5 {
  width: 41.66666667%;
}

.col-4 {
  width: 33.33333333%;
}

.col-3 {
  width: 25%;
}

.col-2 {
  width: 16.66666667%;
}

.col-1 {
  width: 8.33333333%;
}

.pic {
  position: relative;
  font-size: 0;
  width: 100%;
  height: 0;
  display: block;
}
.pic > span {
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
}
.pic > span:before {
  content: " ";
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}
.pic > span > img, .pic > span > iframe {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
.pic > span > iframe {
  width: 100%;
  height: 100%;
}

.cf:after,
.row:after,
dl:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
  visibility: hidden;
}

.bg-img {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 0;
}

.editor {
  word-break: break-all;
}
.editor i {
  font-style: italic;
}
.editor em, .editor b, .editor strong {
  font-weight: bold;
}
.editor img {
  height: auto !important;
}

/*-----排版-----*/
.align-m {
  display: inline-block;
  vertical-align: middle;
}

.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.inline-item {
  display: inline-block;
}

section {
  padding: 30px 0;
}

.wrap {
  padding: 20px 0;
}

.row {
  padding: 10px 0;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pointer {
  cursor: pointer;
}

dl {
  padding: 3px 0;
}

.half-box:first-child {
  padding-right: 15px;
}
.half-box:last-child {
  padding-left: 15px;
}

/*-----文字-----*/
.blue {
  color: #000;
}

.red {
  color: #FF3F00;
}

.f-l {
  font-size: 20px;
}

.f-m {
  font-size: 16px;
}

.page-header {
  font-size: 30px;
  text-align: center;
  background-image: url(../_img/layout/icon_underline.png);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.menu-name {
  font-size: 20px;
  color: #000;
  border-bottom: 2px solid #000;
  padding: 0 5px;
}
.menu-name .fa {
  margin-right: 5px;
}

.form-header {
  font-size: 20px;
  text-align: center;
  border-bottom: 2px solid #000;
  color: #000;
  margin-bottom: 10px;
}

.section-header {
  font-size: 20px;
  border-bottom: 2px solid #000;
  margin-bottom: 10px;
}

h1 {
  text-align: center;
  font-size: 30px;
  margin: 50px 0 0;
}

/*-----表單設定-----*/
.form-solid {
  border: 0;
  background-color: #fff;
  border-radius: 3px;
  outline: 0;
  padding: 5px 8px;
  line-height: 2.2rem;
  height: 2.2rem;
  width: 100%;
  margin: 5px 0;
}

.selector {
  font-size: 0;
  position: relative;
}
.selector:after {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  right: 9px;
  top: 4px;
  z-index: 2;
  font-size: 15px;
}
.selector .icon {
  display: inline-block;
  vertical-align: top;
  color: #999;
  font-size: 15px;
  background-color: #fff;
  line-height: 2.2rem;
  height: 2.2rem;
  padding: 8px 5px;
  border-radius: 3px 0 0 3px;
  width: 30px;
  text-align: center;
}
.selector .form-txt {
  display: inline-block;
  color: #000;
  background-color: #fff;
  border: 0;
  line-height: 2.2rem;
  height: 2.2rem;
  vertical-align: top;
  border-radius: 0 3px 3px 0;
  font-size: 15px;
  width: calc(100% - 30px);
}

.select-list {
  background-color: #fff;
  padding: 5px;
  border-radius: 3px;
  width: 100%;
  font-size: 1rem;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  position: relative;
}

.select_arrow:after {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  right: 9px;
  top: 4px;
  z-index: 2;
  font-size: 15px;
}

.form-cell {
  border: 1px solid #ddd;
  line-height: 2.2em;
  height: 2.2em;
  outline: 0;
  width: 100%;
  padding: 5px 8px;
}

.form-cell-m {
  width: 50%;
}

.form-cell-s {
  width: 80px;
}

.form-cell-f {
  width: 150px;
  margin: 5px;
}

.form-select {
  position: relative;
}
.form-select .select-head {
  border: 1px solid #000;
  border-radius: 4px;
  padding: 5px 8px;
  position: relative;
  cursor: pointer;
  background-color: #fff;
}
.form-select .select-head:after {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  right: 9px;
  top: 4px;
  z-index: 2;
  font-size: 15px;
}

.form-amount {
  position: relative;
  border: 1px solid #000;
  border-radius: 4px;
  padding: 5px 8px;
  text-align: center;
}
.form-amount:before, .form-amount:after {
  position: absolute;
  top: 2px;
  cursor: pointer;
  font-size: 18px;
  padding: 0 5px;
}
.form-amount:before {
  content: "-";
  left: 7px;
}
.form-amount:after {
  content: "+";
  right: 7px;
}

.form-count {
  position: relative;
  border: 1px solid #000;
  border-radius: 4px;
  text-align: center;
  max-width: 280px;
  font-size: 0;
}
.form-count li {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 60px);
}
.form-count li input {
  height: 40px;
  border: 0;
  font-size: 13px;
  width: 100%;
  text-align: center;
}
.form-count li.down, .form-count li.up {
  width: 30px;
  font-size: 13px;
  cursor: pointer;
}

.form-login {
  width: calc(100% - 100px);
}

input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: none;
}
input[type=checkbox] + label {
  cursor: pointer;
}
input[type=checkbox] + label:before {
  content: "\f096";
  font-family: "FontAwesome";
  margin-right: 3px;
  color: #000;
}
input[type=checkbox]:checked + label:before {
  content: "\f14a";
  margin-right: 2px;
}

textarea {
  border: 1px solid #ddd;
  width: 100%;
  padding: 5px 8px;
  outline: 0;
}

/*-----按鈕-----*/
.btn {
  cursor: pointer;
  display: inline-block;
  margin: 5px;
  line-height: 2.2rem;
  height: 2.2rem;
  text-align: center;
  border-radius: 3px;
  width: 100%;
}

.btn-solid {
  background-color: #000;
  color: #fff;
  border: 0;
  font-size: 15px;
}

.btn-border {
  border: 1px solid #000;
  color: #000;
  padding: 0 15px;
  display: inline-block;
}
.btn-border:hover {
  background-color: #000;
  color: #fff;
}

.btn-fram {
  width: calc(33.3333333333% - 20px) !important;
  margin-top: 20px;
}

.btn-fb {
  background-color: #18438B;
}

.btn-line {
  background-color: #00c300;
}

.btn-google {
  background-color: #dd4b39;
}

/*-----頁數-----*/
#pagination {
  margin: 30px 0 40px;
}
#pagination .page-list {
  color: #aaa;
  text-align: center;
}
#pagination .page-list > li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
#pagination .page-list .page-item {
  display: inline-block;
  width: 22px;
}
#pagination .page-list .page-item:hover, #pagination .page-list .page-item.active {
  color: #000;
  text-decoration: underline;
}
#pagination .page-list .page-arrow {
  margin: 0 10px;
}

/*-----HEADER-----*/
.phone-shop-icon {
  display: none;
}

header #logo {
  float: left;
  padding: 10px;
  width: 220px;
}
header .header-wrap {
  float: right;
  padding-left: 10%;
  width: calc(100% - 220px);
}
header #main-nav {
  font-size: 20px;
  padding-top: 60px;
}
header #main-nav li {
  margin: 0 3%;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
header #main-nav li a:after {
  content: "";
  height: 2px;
  background-color: #000;
  position: absolute;
  bottom: -1px;
  left: 50%;
  right: 50%;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
header #main-nav li:hover, header #main-nav li.active {
  color: #000;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
header #main-nav li:hover a:after, header #main-nav li.active a:after {
  left: 0;
  right: 0;
}
header #main-nav li:last-child {
  margin-right: 10px;
}
header #sub-nav {
  font-size: 14px;
  color: #666;
  position: absolute;
  right: 0;
  top: 5px;
}
header #sub-nav li {
  padding: 0 10px;
}
header #sub-nav li:after {
  content: "";
  width: 1px;
  height: 1.2em;
  background-color: #ddd;
  position: absolute;
  right: 0;
  top: 3px;
}
header #sub-nav li:last-child:after {
  display: none;
}
header #sub-nav li.shop {
  display: inline-block;
}
header #sub-nav span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
}
header #sub-nav .num {
  width: 16px;
  height: 16px;
  color: #fff;
  border-radius: 100%;
  background-color: #000;
  font-size: 12px;
  line-height: 16px;
}
header #community-nav {
  padding-bottom: 10px;
  display: none;
}
header #community-nav .c-icon-menu {
  font-size: 20px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header #community-nav .c-icon-menu .icon-link {
  margin-left: 15px;
}
header nav {
  text-align: right;
}
header .nav-item {
  display: inline-block;
  text-align: center;
  position: relative;
}
header .nav-item a {
  display: block;
}
header .nav-item .dropdown-menu {
  position: absolute;
  background: #fff;
  text-align: center;
  padding: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  display: none;
}
header .nav-item .dropdown-menu li a {
  display: block;
  padding-bottom: 10px;
}
header .nav-item .dropdown-menu li a:hover {
  color: #18438B;
}
header .nav-item:hover .dropdown-menu {
  display: block;
}

/*-----FOOTER-----*/
footer {
  background-image: url(../_img/layout/footer_bg.jpg);
  background-position: center;
  background-size: cover;
  color: #fff;
  padding-top: 30px;
  margin-top: 50px;
}
footer .footer-fram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .logo {
  float: left;
}
footer .logo img {
  width: 100px;
}
footer .footer-box {
  float: left;
  width: 250px;
  padding-left: 30px;
}
footer .footer-box + .footer-box {
  width: calc(100% - 350px);
}
footer .footer-box + .footer-box .contact-item {
  display: inline-block;
  margin-right: 10px;
}
footer .footer-box + .footer-box .contact-item:first-child {
  width: 200px;
}
footer .footer-box + .footer-box .contact-item:nth-child(2) {
  width: 350px;
}
footer .footer-box + .footer-box .contact-item:last-child {
  width: 285px;
}
footer .title {
  font-size: 20px;
  margin-bottom: 5px;
}
footer .copyright {
  font-size: 13px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 5px 0;
  margin-top: 20px;
}
footer .copyright span {
  opacity: 0.6;
}

.side-contact {
  right: 0;
  top: 400px;
  position: absolute;
  z-index: 500;
}

.rwd-contact {
  width: 100%;
  position: fixed;
  bottom: 0;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  z-index: 200;
  display: none;
}

.light-box {
  display: none;
  max-width: 780px;
  width: 95%;
  margin: auto;
  border-radius: 0;
  padding: 3rem 2.5rem;
  border-radius: 20px;
}
.light-box .light-title {
  text-align: center;
  font-size: 1.875rem;
  font-weight: bold;
}

#banner {
  position: relative;
}
#banner .search-nav {
  position: absolute;
  z-index: 5;
  max-width: 960px;
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  top: 22%;
}
#banner .search-bg {
  margin-top: 15px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 8px;
  padding: 40px 20px 30px;
}
#banner .search-box .btn-solid {
  margin-top: 24px;
}

.sbanner-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}
.sbanner-list .sbanner-img {
  width: calc(33.3333333333% - 20px);
  margin: 10px;
  border: 1px solid #000;
  overflow: hidden;
}
.sbanner-list .sbanner-img .img-box {
  padding-bottom: 50%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.sbanner-list .sbanner-img .img-box:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.ui-widget.ui-widget-content {
  z-index: 99999 !important;
}

.banner-slider .item {
  position: relative;
}
.banner-slider .bg-img {
  padding-top: 31.25%;
}

.index-product {
  background-color: #000000;
}
.index-product .page-header {
  color: #fff;
  background-image: url(../_img/layout/icon_underline-1.png);
}
.index-product .product-slider .name {
  color: #fff;
}
.index-product .product-slider .price .original {
  color: #fff;
}
.index-product .product-slider .slick-next {
  background-image: url(../_img/layout/arrow_next-1.png);
}
.index-product .product-slider .slick-prev {
  background-image: url(../_img/layout/arrow_prev-1.png);
}
.index-product .btn-solid {
  background-color: #fff;
  color: #000;
}

.rwd-search {
  background-color: #999;
  padding: 10px;
  margin-bottom: 20px;
  display: none;
}
.rwd-search .search-box {
  width: calc((100% - 80px) / 3);
  padding: 5px;
}
.rwd-search .search-go {
  width: 80px;
}

.row .btn {
  width: 200px;
}

.product-slider {
  padding: 40px 20px 20px;
}
.product-slider .item {
  padding: 0 10px;
  text-align: center;
}
.product-slider .pic {
  padding-top: 100%;
  overflow: hidden;
  border-radius: 100%;
  background-color: #fff;
}
.product-slider .name {
  font-size: 20px;
  margin: 10px 0 0;
  display: block;
}
.product-slider .price {
  color: #000;
}
.product-slider .slick-prev, .product-slider .slick-next {
  width: 30px;
  height: 40px;
  top: calc(50% - 20px);
}
.product-slider .slick-prev:before, .product-slider .slick-next:before {
  display: none;
}
.product-slider .slick-prev {
  left: -10px;
  background-image: url(../_img/layout/arrow_prev.png);
}
.product-slider .slick-next {
  right: -10px;
  background-image: url(../_img/layout/arrow_next.png);
}

#index footer {
  margin-top: 0;
}

.contact-item {
  position: relative;
  margin-bottom: 3px;
}
.contact-item .icon {
  display: inline-block;
  width: 25px;
  text-align: center;
  margin-right: 2px;
  font-size: 20px;
  vertical-align: middle;
}
.contact-item .txt {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 35px);
}

.agent-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}
.agent-list .agent-itme {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(16.6666666667% - 20px);
  margin: 10px 10px 30px;
}
.agent-list .agent-itme .img {
  height: 110px;
  padding: 1.5rem;
  border: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.agent-list .agent-itme .img img {
  position: relative;
  max-height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: auto;
  margin: auto;
  opacity: 1;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.agent-list .agent-itme:hover .img img {
  opacity: 0.5;
}
.agent-list .logo-img {
  width: 300px;
  margin: 0 auto;
}
.agent-list .page-box {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 50px;
}
.agent-list .page-box .title {
  font-size: 25px;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.deal-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 80px 0;
}
.deal-list .deal-item {
  background-color: #5F7CCC;
  width: calc(33.3333333333% - 20px);
  margin: 10px 10px 0;
  padding: 20px;
  border-radius: 20px;
  position: relative;
}
.deal-list .deal-item::after {
  content: attr(data-mask);
  position: absolute;
  right: 10px;
  bottom: 0px;
  font-size: 4rem;
  color: #fff;
  opacity: 0.2;
  font-weight: bold;
}
.deal-list .deal-item .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 3px;
  border-bottom: 1px solid #2E4071;
  padding-bottom: 10px;
}
.deal-list .deal-item ul {
  color: #fff;
  padding: 20px 10px 0px;
}
.deal-list .deal-item ul > li {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}
.deal-list .deal-item ul > li::before {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  left: 0;
  top: 5px;
}
.deal-list .deal-item ul > li.deal-name::before {
  background-image: url(../_img/index/icon01.png);
}
.deal-list .deal-item ul > li.deal-add::before {
  background-image: url(../_img/index/icon02.png);
  width: 11px;
  left: 2px;
}
.deal-list .deal-item ul > li.deal-tel::before {
  background-image: url(../_img/index/icon03.png);
}
.deal-list .deal-item:nth-child(2n+2) {
  background-color: #5F7CCC;
}
.deal-list .deal-item:nth-child(3n+3) {
  background-color: #5F7CCC;
}

.page-banner {
  position: relative;
}
.page-banner .page-header {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 100%;
}
.page-banner .bg-img {
  height: 260px;
}

/*-----關於我們-----*/
.about-wrap .tagline {
  font-size: 18px;
  color: #000;
  font-style: italic;
  float: left;
  padding-top: 30px;
  margin-right: 10px;
}
.about-wrap .inline-list {
  float: left;
  text-align: center;
}
.about-wrap .inline-item {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
.about-wrap .inline-item .icon {
  border: 1px solid #000;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  display: table-cell;
  vertical-align: middle;
}
.about-wrap .inline-item p {
  font-size: 12px;
  line-height: 1.2em;
  margin-top: 5px;
}
.about-wrap .about-txt {
  padding-left: 60px;
}
.about-wrap .title {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 30px;
}
.about-wrap .txt-box {
  line-height: 30px;
  margin-right: 80px;
  margin-bottom: 40px;
}
.about-wrap .txt-box .sub-title {
  font-size: 18px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 30px;
  margin-top: 20px;
}
.about-wrap .txt-box .sub-title span:nth-child(2) {
  padding-left: 120px;
  margin-top: 10px;
}
.about-wrap .about-img-box {
  margin-top: 50px;
}

/*-----最新消息-----*/
#news .date {
  color: #A0A0A0;
}
#news section {
  max-width: 860px;
  margin: auto;
}

.news-item {
  border-bottom: 1px dashed #a0a0a0;
  padding: 5px 20px;
  margin: 3px 0;
}
.news-item .date {
  display: inline-block;
  width: 120px;
  margin-right: 5px;
  text-align: center;
  vertical-align: middle;
}
.news-item .title {
  display: inline-block;
  width: calc(100% - 130px);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
}

hr {
  border-top: 1px dashed #cccccc;
  height: 1px;
  overflow: hidden;
  margin: 20px 0;
}

/*-----產品-----*/
.side-box {
  padding: 10px 10px 15px;
  border-bottom: 1px dashed #a0a0a0;
}
.side-box p {
  margin-bottom: 5px;
}
.side-box .size-item {
  padding: 5px 0;
}
.side-box:last-child {
  border-bottom: 0;
}

.r-content {
  padding-left: 30px;
}

#product .selector {
  margin: auto;
}
#product .selector .icon {
  border: 1px solid #000;
  border-right: 0;
  line-height: 2em;
  padding: 0;
}
#product .selector .form-txt {
  border: 1px solid #000;
  border-left: 0;
}
#product .select-list {
  left: 0;
  border: 1px solid #000;
  margin-top: -1px;
  z-index: 5;
  cursor: pointer;
}
#product .select-item {
  padding-left: 10px;
}
#product .note-list {
  margin-bottom: 15px;
}
#product .note-list li {
  margin: 5px 0;
}
#product .note-list li ul {
  padding-left: 1rem;
}

.product-list {
  margin-bottom: 60px;
}

.product-item {
  width: 33.333%;
  padding: 0 10px;
  margin-bottom: 40px;
  text-align: center;
}
.product-item .pic {
  border: 1px solid #E7EEF4;
  padding-top: 100%;
}
.product-item .name {
  margin-top: 5px;
  display: block;
}
.product-item .price {
  color: #000;
}
.product-item .price .original {
  text-decoration: line-through;
  font-size: 13px;
}
.product-item .price .special {
  color: red;
  font-size: 18px;
}

.product-pic {
  position: relative;
  z-index: 5;
}
.product-pic .pic {
  border: 1px solid #E7EEF4;
  padding-top: 100%;
}

.product-info {
  z-index: 0;
  position: relative;
  padding-left: 20px;
}
.product-info .form-select, .product-info .form-amount {
  max-width: 280px;
}
.product-info .product-name {
  font-size: 20px;
  margin-bottom: 5px;
}
.product-info .price {
  color: #000;
}
.product-info .price .original {
  text-decoration: line-through;
  font-size: 13px;
}
.product-info .price .special {
  color: red;
  font-size: 18px;
}

.catagory-item {
  padding: 5px;
  font-size: 20px;
  position: relative;
  cursor: pointer;
  border-bottom: 1px dashed #a0a0a0;
}
.catagory-item a {
  display: block;
}
.catagory-item.active {
  font-weight: bold;
}

.inner-list {
  font-size: 15px;
  margin-bottom: 5px;
}
.inner-list li {
  padding: 3px 15px;
}
.inner-list li:hover, .inner-list li.active {
  color: #000;
  text-decoration: underline;
}

.zoomContainer {
  z-index: 9999;
}

/*-----聯絡我們-----*/
#contact section {
  max-width: 750px;
  margin: auto;
}
#contact .section-header {
  font-size: 15px;
  padding-bottom: 5px;
}

/*-----購物車-----*/
#cart table {
  width: 100%;
  text-align: center;
}
#cart table td, #cart table th {
  vertical-align: middle;
  padding: 8px 0;
}
#cart table tbody tr {
  border-bottom: 1px dashed #a0a0a0;
}
#cart table td input {
  border: 1px solid #ddd;
  line-height: 2.2em;
  height: 2.2em;
  outline: 0;
  padding: 5px 8px;
  width: 100px;
  text-align: center;
}
#cart .rent-list thead {
  border-bottom: 2px solid #000;
}
#cart .row .btn {
  width: 120px;
}
#cart .cart-list thead {
  background-color: #eee;
}
#cart .cart-list .table-fee dl {
  padding-right: 30px;
}
#cart .cart-list td {
  padding: 5px;
}
#cart .table-fee {
  margin-bottom: 50px;
}
#cart .table-fee dl {
  border-bottom: 1px dashed #a0a0a0;
  text-align: right;
  padding: 10px 80px 10px 0;
}
#cart .table-fee dl:last-child {
  border-bottom: 0;
}
#cart .table-fee dl dt {
  display: inline-block;
  width: calc(100% - 130px);
}
#cart .table-fee dl dd {
  display: inline-block;
  width: 120px;
  font-size: 20px;
}
#cart .fa-times {
  cursor: pointer;
}
#cart .side-box {
  padding: 10px 35px 10px 10px;
}
#cart .repay-box {
  padding: 0px 10px;
  color: #3498DB;
}

.form dl {
  padding: 5px 0;
  font-size: 0;
}
.form dt {
  display: inline-block;
  vertical-align: middle;
  width: 105px;
  font-size: 15px;
}
.form dd {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 105px);
  font-size: 15px;
}

.sub {
  font-size: 14px;
  color: #666;
  margin-left: 5px;
}

.diliver-fee {
  display: inline-block;
  margin: 0 5px;
  color: #666;
}
.diliver-fee select {
  margin-right: 10px;
  border: 1px solid #ddd;
  line-height: 2.2em;
  height: 2.2em;
  outline: 0;
  padding: 5px 8px;
  width: 100px;
}

.total {
  color: #FF3F00;
}

.same {
  font-size: 15px;
  margin-left: 15px;
}

/*-----付款方式-----*/
.pay-list dl {
  padding: 5px 0;
}
.pay-list img {
  vertical-align: middle;
}
.pay-list input.credit-pay {
  display: none;
}
.pay-list input.credit-pay + label {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 5px 12px;
  margin-top: 5px;
  color: #000;
  background-color: #f5f517;
  text-align: center;
  min-height: 49px;
  line-height: 1.2;
  cursor: pointer;
  border: 1px solid transparent;
}
.pay-list input.credit-pay + label span {
  display: block;
  font-size: 12px;
  margin-top: 5px;
}
.pay-list input.credit-pay:checked + label {
  border: 1px solid #18438B;
  background-color: #000;
  color: #fff;
}
.pay-list .credit-pay-3.show,
.pay-list .credit-pay-2.show {
  display: block;
}
.pay-list .credit-detail {
  display: none;
  max-width: 1020px;
  margin: 20px auto 0;
  padding: 1.5rem;
  border: 1px solid #ccc;
}
.pay-list .credit-detail li {
  border-bottom: 1px dashed #ccc;
  padding: 10px 0;
}
.pay-list .credit-detail li:last-child {
  border-bottom: 0;
}
.pay-list .credit-detail .choose, .pay-list .credit-detail .inner {
  display: inline-block;
}
.pay-list .credit-detail .choose {
  width: 180px;
}
.pay-list .credit-detail .inner {
  width: calc(100% - 180px - 10px);
  color: #777;
}
.pay-list .credit-detail label {
  color: red;
  vertical-align: top;
}

.price-fram-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.price-fram-box .discount-box {
  width: 50%;
  margin-right: 20px;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 20px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.price-fram-box .discount-box .title-bold {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.price-fram-box .discount-box .text-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.price-fram-box .discount-box .text-group .discount-title {
  width: 50%;
}
.price-fram-box .discount-box .text-group .discount-text {
  width: 50%;
  text-align: right;
}
.price-fram-box .discount-box .text-group .discount-text input {
  width: 100%;
  margin-right: 10px;
  border: 1px solid #ddd;
  line-height: 2.2em;
  height: 2.2em;
  outline: 0;
  padding: 5px 8px;
}
.price-fram-box .discount-box .text-group.txt-right {
  margin-bottom: 20px !important;
}
.price-fram-box .discount-box .text-group.txt-right a {
  color: #3498DB;
  text-align: right;
  display: block;
  margin: auto 0px auto auto;
}
.price-fram-box .price-box {
  width: 30%;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 20px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.price-fram-box .price-box .title-bold {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.price-fram-box .price-box .text-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.price-fram-box .price-box .text-group .discount-title {
  width: 50%;
}
.price-fram-box .price-box .text-group .discount-title select {
  margin-right: 10px;
  border: 1px solid #ddd;
  line-height: 2.2em;
  height: 2.2em;
  outline: 0;
  padding: 5px 8px;
  width: 100px;
}
.price-fram-box .price-box .text-group .discount-title span {
  padding-left: 10px;
}
.price-fram-box .price-box .text-group .discount-text {
  width: 50%;
  text-align: right;
}
.price-fram-box .price-box .text-group .discount-text.total {
  color: #FF3F00;
  font-size: 20px;
}
.price-fram-box .price-box .text-group .txt-right {
  text-align: right;
  color: #3498DB;
}

.discount-page-box {
  max-width: 780px;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
}
.discount-page-box .discount-table-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #a0a0a0;
}
.discount-page-box .discount-table-header .tab-title {
  font-weight: bold;
}
.discount-page-box .discount-table-header .tab-title:nth-child(1) {
  width: 15%;
}
.discount-page-box .discount-table-header .tab-title:nth-child(2) {
  width: 25%;
}
.discount-page-box .discount-table-header .tab-title:nth-child(3) {
  width: 15%;
}
.discount-page-box .discount-table-header .tab-title:nth-child(4) {
  width: 15%;
}
.discount-page-box .discount-table-header .tab-title:nth-child(5) {
  width: 15%;
}
.discount-page-box .discount-table-content {
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #a0a0a0;
}
.discount-page-box .discount-table-content .page-box:nth-child(1) {
  width: 15%;
  color: #3498DB;
  cursor: pointer;
}
.discount-page-box .discount-table-content .page-box:nth-child(2) {
  width: 25%;
}
.discount-page-box .discount-table-content .page-box:nth-child(3) {
  width: 15%;
}
.discount-page-box .discount-table-content .page-box:nth-child(4) {
  width: 15%;
}
.discount-page-box .discount-table-content .page-box:nth-child(5) {
  width: 15%;
}

/*-----租賃須知-----*/
.rent-flow {
  text-align: center;
  margin: auto;
  max-width: 1080px;
  margin-bottom: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.rent-step {
  margin-right: -15px;
  margin-bottom: 50px;
}

.notice-content {
  background-color: rgba(52, 152, 219, 0.1);
  padding: 30px 15px;
}

.notice-li {
  position: relative;
}
.notice-li:before {
  content: "\f054";
  font-family: "FontAwesome";
  top: 0;
  left: 0;
  margin-right: 5px;
}

#notice h2 {
  font-size: 22px;
}
#notice .inline-list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#notice .inline-list li {
  width: calc(25% - 20px);
  text-align: center;
  background-color: #000;
  padding: 5px 10px;
  margin: 5px 10px;
  color: #fff;
}
#notice .inline-list li a {
  display: block;
}
#notice p {
  padding-left: 1rem;
  text-indent: -1rem;
  margin: 5px 0 10px;
}
#notice p .sub-li {
  margin-left: 1.4rem;
}

#member section {
  max-width: 750px;
  margin: auto;
}
#member table {
  width: 100%;
  text-align: center;
}
#member table td, #member table th {
  vertical-align: middle;
  padding: 8px 0;
}
#member table thead {
  background-color: #eee;
}
#member table tbody tr {
  border-bottom: 1px dashed #a0a0a0;
}
#member .table-fee {
  margin-bottom: 50px;
}
#member .table-fee dl {
  border-bottom: 1px dashed #a0a0a0;
  text-align: right;
  padding: 10px 30px 10px 0;
}
#member .table-fee dl:last-child {
  border-bottom: 0;
}
#member .table-fee dl dt {
  display: inline-block;
  width: calc(100% - 130px);
}
#member .table-fee dl dd {
  display: inline-block;
  width: 120px;
  font-size: 20px;
}

/*-----登入-----*/
.member-table dl {
  padding: 10px 5%;
}
.member-table .btn {
  width: 280px;
}

/*-----會員專區-----*/
.member-nav .inline-item.active .btn-border {
  background-color: #000;
  color: #fff;
}

.order-list .btn {
  width: 70%;
}

/*-----驗證碼-----*/
.code-verify-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 1024px) {
  #burger {
    width: 25px;
    height: 20px;
    font-size: 0;
    overflow: hidden;
    position: absolute;
    top: 45px;
    right: 25px;
    cursor: pointer;
    z-index: 99999;
  }
  #burger span {
    background-color: #5e5e5e;
    display: block;
    position: absolute;
    top: 9px;
    left: 0;
    right: 0;
    height: 2px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transition-delay: 0.2s, 0s;
            transition-delay: 0.2s, 0s;
  }
  #burger span:before, #burger span:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    background-color: #5e5e5e;
    -webkit-transition-duration: 0.2s, 0.2s;
            transition-duration: 0.2s, 0.2s;
    -webkit-transition-delay: 0.2s, 0s;
            transition-delay: 0.2s, 0s;
  }
  #burger span:before {
    top: -8px;
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, -webkit-transform;
    transition-property: top, transform;
    transition-property: top, transform, -webkit-transform;
  }
  #burger span:after {
    bottom: -8px;
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
    transition-property: bottom, transform, -webkit-transform;
  }
  #burger.action {
    position: fixed;
  }
  #burger.action span {
    background-color: transparent;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  #burger.action span:before, #burger.action span:after {
    background-color: #aaa;
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, -webkit-transform;
    transition-property: top, transform;
    transition-property: top, transform, -webkit-transform;
    -webkit-transition-duration: 0.2s, 0.2s;
            transition-duration: 0.2s, 0.2s;
    -webkit-transition-delay: 0s, 0.2s;
            transition-delay: 0s, 0.2s;
  }
  #burger.action span:before {
    top: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #burger.action span:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .phone-shop-icon {
    position: absolute;
    top: 28px;
    right: 80px;
    font-size: 30px;
    z-index: 999;
    display: block;
  }
  .phone-shop-icon a {
    position: relative;
    display: block;
  }
  .phone-shop-icon a .num {
    width: 20px !important;
    height: 20px !important;
    color: #fff;
    border-radius: 100%;
    background-color: #000;
    font-size: 16px;
    line-height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    right: -15px;
    top: 3px;
  }
  header {
    position: relative;
    z-index: 9999;
  }
  header #logo {
    width: 180px;
  }
  header .container {
    padding-left: 0;
    padding-right: 0;
  }
  header .header-wrap {
    float: none;
    width: 100%;
    padding-left: 0;
    background-color: #eee;
    position: absolute;
    z-index: 9999;
    top: 129px;
    display: none;
  }
  header #main-nav {
    padding-top: 25px;
  }
  header #main-nav li {
    margin: 10px 0;
    display: block;
  }
  header #main-nav li:last-child {
    margin-right: 0;
  }
  header #main-nav li:hover, header #main-nav li.active {
    color: #000;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
  }
  header #main-nav li a:after {
    display: none;
  }
  header #sub-nav {
    position: relative;
    margin: 30px 0;
    text-align: center;
  }
  header #sub-nav li.shop {
    display: none;
  }
  header #community-nav {
    display: block;
  }
  header .nav-item .dropdown-menu {
    display: none !important;
  }
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .rwd-container {
    position: relative;
    width: 100%;
    overflow: auto;
  }
  #cart table, #member table {
    width: 1100px;
  }
  .rwd-col-12 {
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }
  .half-box:first-child {
    padding-right: 0;
  }
  .half-box:last-child {
    padding-left: 0;
  }
  footer .logo {
    text-align: center;
  }
  footer .logo, footer .footer-box {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 10px;
    float: none;
    padding-left: 0;
  }
  footer .logo + .footer-box, footer .footer-box + .footer-box {
    width: 100%;
  }
  footer .footer-box + .footer-box .contact-item:first-child {
    width: 100%;
  }
  footer .footer-box + .footer-box .contact-item:nth-child(2) {
    width: 100%;
  }
  footer .footer-box + .footer-box .contact-item:last-child {
    width: 100%;
  }
  .product-slider {
    padding: 40px 40px 20px;
  }
  .product-slider .slick-prev {
    left: 0px;
  }
  .product-slider .slick-next {
    right: 0px;
  }
  .about-wrap .half-box:last-child {
    text-align: center;
  }
  #index_form {
    margin: auto;
  }
  .rwd-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: rgba(0, 0, 0, 0.4);
  }
  .rwd-search .search-box {
    width: 100%;
  }
  #banner .search-nav {
    left: 0;
    -webkit-transform: none;
            transform: none;
    padding: 0 10px;
  }
  #banner .search-nav img {
    margin: auto;
  }
  #banner .search-nav .search-bg {
    display: none;
  }
  .banner-slider {
    margin-bottom: 0;
  }
  .r-content {
    padding-left: 0;
    margin-top: 30px;
  }
  .menu-name {
    cursor: pointer;
    position: relative;
  }
  .menu-name:before {
    content: "\f0d7";
    font-family: "FontAwesome";
    position: absolute;
    right: 10px;
    top: -10px;
    font-size: 35px;
  }
  .menu-list, .catagory-list {
    background-color: rgba(238, 238, 238, 0.7);
    padding: 0 10px;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
  }
  .menu-list.active, .catagory-list.active {
    max-height: 900px;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
  }
  .about-wrap .about-txt {
    padding-left: 0px;
  }
  .about-wrap .txt-box {
    margin-right: 0;
  }
  .about-wrap .txt-box .sub-title {
    font-size: 16px;
  }
  .about-wrap .txt-box .sub-title span:nth-child(2) {
    padding-left: 110px;
  }
  .about-wrap .about-img-box {
    margin-top: 0px;
  }
  #product .size-item {
    padding: 0 5px;
    display: inline-block;
  }
  .product-pic, .product-info {
    max-width: 600px;
    margin: 0 auto 15px;
    padding-left: 0;
  }
  #cart .table-fee dl, #cart .cart-list .table-fee dl {
    padding-right: 10px;
  }
  .agent-list .agent-itme {
    width: calc(33.3333333333% - 20px);
  }
}
@media only screen and (max-width: 640px) {
  .sbanner-list .sbanner-img {
    width: 100%;
    margin: 10px 0;
  }
  .side-contact {
    width: 60px;
  }
  #news .date, #news .title {
    display: block;
    width: 100%;
    text-align: left;
  }
  .news-item {
    padding: 5px;
  }
  .product-item {
    width: 50%;
  }
  #cart .side-box {
    padding: 10px;
  }
  .pay-list .credit-detail .choose, .pay-list .credit-detail .inner {
    display: block;
    width: 100%;
  }
  .agent-list .agent-itme {
    width: calc(50% - 20px);
  }
  .deal-list {
    margin: 40px 0;
  }
  .deal-list .deal-item {
    width: calc(100% - 20px);
    margin-bottom: 20px;
  }
  .btn-fram {
    width: calc(100% - 20px) !important;
    margin-top: 10px;
  }
  .price-fram-box .discount-box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .price-fram-box .price-box {
    width: 100%;
  }
  .discount-page-box .discount-table-header {
    display: none;
  }
  .discount-page-box .discount-table-content {
    border-radius: 0px;
  }
  .discount-page-box .discount-table-content .page-box {
    margin-bottom: 10px;
  }
  .discount-page-box .discount-table-content .page-box::before {
    content: attr(data-mask);
    display: block;
    font-weight: bold;
  }
  .discount-page-box .discount-table-content .page-box:nth-child(1) {
    width: 100%;
  }
  .discount-page-box .discount-table-content .page-box:nth-child(2) {
    width: 100%;
  }
  .discount-page-box .discount-table-content .page-box:nth-child(3) {
    width: 50%;
  }
  .discount-page-box .discount-table-content .page-box:nth-child(4) {
    width: 50%;
  }
  .discount-page-box .discount-table-content .page-box:nth-child(5) {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .form dt, .form dd, .table-fee dt, .table-fee dd {
    display: block;
    width: 100%;
  }
  .rwd-search .search-box, .rwd-search .search-go {
    width: 100%;
  }
  .rwd-search .search-box .btn, .rwd-search .search-go .btn {
    margin: 0 5px;
  }
  .page-banner .bg-img {
    height: 120px;
  }
  .rent-step {
    text-align: center;
    margin: 0 auto 30px;
  }
  .member-table dl {
    padding: 10px 0;
  }
  footer {
    margin-bottom: 34px;
  }
  .side-contact {
    display: none;
  }
  .rwd-contact {
    display: block;
  }
  #pagination .page-list > li {
    margin: 0 2px;
  }
  #pagination .page-list .page-arrow {
    margin: 0;
  }
  #notice .inline-list li {
    width: calc(50% - 10px);
    margin: 5px;
  }
}