@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the ‘X’ from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

@font-face {
  font-family: 'NotoSansTC';
  src: url("/assets/font/NotoSansTC-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'WixMadeforDisplay';
  src: url("/assets/font/WixMadeforDisplay-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.dfont, body, select, input, textarea {
  font-family: 'WixMadeforDisplay',  'NotoSansTC', 'PingFang TC', 'Microsoft JhengHei', sans-serif;
}

.black-font {
  color: #000;
}

.white-font {
  color: #fff;
}

.notxt {
  display: inline-block;
  overflow: hidden;
  height: 0;
  width: 0;
  text-indent: -99999px;
}

.animation, a, #content:before, header, .menu-wrap .sub-menu a span {
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

body #fancybox-content {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

body {
  -webkit-text-size-adjust: 100%;
  background: none !important;
  line-height: 1.6;
  font-size: 14px;
  overflow-y: scroll;
  /** overflow2選1，給出去前overflow:hidden;拿掉 **/
}

img {
  width: 100%;
  display: block;
}

.touchevent {
  cursor: pointer;
}

.invisible-txt {
  display: block;
  overflow: hidden;
  height: 0;
  width: 0;
  text-indent: -99999px;
}

@-webkit-keyframes menu-top {
  0% {
    top: 4px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  10% {
    top: 13px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  40% {
    top: 13px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    top: 11px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@-moz-keyframes menu-top {
  0% {
    top: 4px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  10% {
    top: 13px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  40% {
    top: 13px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    top: 11px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@-ms-keyframes menu-top {
  0% {
    top: 4px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  10% {
    top: 13px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  40% {
    top: 13px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    top: 11px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@keyframes menu-top {
  0% {
    top: 4px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  10% {
    top: 13px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  40% {
    top: 13px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    top: 11px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@-webkit-keyframes menu-middle {
  0% {
    width: 13px;
  }
  50% {
    width: 0;
  }
  100% {
    width: 0;
  }
}
@-moz-keyframes menu-middle {
  0% {
    width: 13px;
  }
  50% {
    width: 0;
  }
  100% {
    width: 0;
  }
}
@-ms-keyframes menu-middle {
  0% {
    width: 13px;
  }
  50% {
    width: 0;
  }
  100% {
    width: 0;
  }
}
@keyframes menu-middle {
  0% {
    width: 13px;
  }
  50% {
    width: 0;
  }
  100% {
    width: 0;
  }
}
@-webkit-keyframes menu-bottom {
  0% {
    top: 14px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  10% {
    top: 5px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  40% {
    top: 5px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  85% {
    top: 7px;
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  100% {
    top: 7px;
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}
@-moz-keyframes menu-bottom {
  0% {
    top: 14px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  10% {
    top: 5px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  40% {
    top: 5px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  85% {
    top: 7px;
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  100% {
    top: 7px;
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}
@-ms-keyframes menu-bottom {
  0% {
    top: 14px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  10% {
    top: 5px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  40% {
    top: 5px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  85% {
    top: 7px;
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  100% {
    top: 7px;
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}
@keyframes menu-bottom {
  0% {
    top: 14px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  10% {
    top: 5px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  40% {
    top: 5px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  85% {
    top: 7px;
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  100% {
    top: 7px;
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}
@-webkit-keyframes menu-top-r {
  0% {
    top: 7px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  10% {
    top: 9px;
  }
  40% {
    top: 9px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    top: 0;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-moz-keyframes menu-top-r {
  0% {
    top: 7px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  10% {
    top: 9px;
  }
  40% {
    top: 9px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    top: 0;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-ms-keyframes menu-top-r {
  0% {
    top: 7px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  10% {
    top: 9px;
  }
  40% {
    top: 9px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    top: 0;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes menu-top-r {
  0% {
    top: 7px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  10% {
    top: 9px;
  }
  40% {
    top: 9px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    top: 0;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes menu-middle-r {
  0% {
    width: 0;
  }
  100% {
    width: 20px;
  }
}
@-moz-keyframes menu-middle-r {
  0% {
    width: 0;
  }
  100% {
    width: 20px;
  }
}
@-ms-keyframes menu-middle-r {
  0% {
    width: 0;
  }
  100% {
    width: 20px;
  }
}
@keyframes menu-middle-r {
  0% {
    width: 0;
  }
  100% {
    width: 20px;
  }
}
@-webkit-keyframes menu-bottom-r {
  0% {
    top: 3px;
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  10% {
    top: 1px;
  }
  40% {
    top: 1px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  80% {
    top: 10px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    top: 10px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-moz-keyframes menu-bottom-r {
  0% {
    top: 3px;
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  10% {
    top: 1px;
  }
  40% {
    top: 1px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  80% {
    top: 10px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    top: 10px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-ms-keyframes menu-bottom-r {
  0% {
    top: 3px;
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  10% {
    top: 1px;
  }
  40% {
    top: 1px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  80% {
    top: 10px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    top: 10px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes menu-bottom-r {
  0% {
    top: 3px;
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  10% {
    top: 1px;
  }
  40% {
    top: 1px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  80% {
    top: 10px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    top: 10px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes no-show {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@-moz-keyframes no-show {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@-ms-keyframes no-show {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@keyframes no-show {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@-webkit-keyframes show {
  0% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes show {
  0% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes show {
  0% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}
@keyframes show {
  0% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes trans-no-show {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@-moz-keyframes trans-no-show {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@-ms-keyframes trans-no-show {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@keyframes trans-no-show {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@-webkit-keyframes trans-show {
  0% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes trans-show {
  0% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes trans-show {
  0% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}
@keyframes trans-show {
  0% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes m-menulv1-bar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes m-menulv1-bar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-ms-keyframes m-menulv1-bar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes m-menulv1-bar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes menu-next {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 500px;
  }
}
@-moz-keyframes menu-next {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 500px;
  }
}
@-ms-keyframes menu-next {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 500px;
  }
}
@keyframes menu-next {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 500px;
  }
}
@-webkit-keyframes menu-next-r {
  0% {
    max-height: 500px;
  }
  100% {
    max-height: 0;
  }
}
@-moz-keyframes menu-next-r {
  0% {
    max-height: 500px;
  }
  100% {
    max-height: 0;
  }
}
@-ms-keyframes menu-next-r {
  0% {
    max-height: 500px;
  }
  100% {
    max-height: 0;
  }
}
@keyframes menu-next-r {
  0% {
    max-height: 500px;
  }
  100% {
    max-height: 0;
  }
}
a {
  display: inline-block;
  text-decoration: none;
  color: #000;
  vertical-align: top;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 100%;
}

html, body {
  height: 100%;
}
html > img, body > img {
  display: none !important;
  /** 為了防止廣告埋code時加入一些圖 **/
}

.clear:after {
  content: '.';
  visibility: hidden;
  display: block;
  clear: both;
  height: 0;
}

input[type="text"], input[type="email"], input[type="password"], input[type="number"], input[type="tel"], .form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: .375rem 0;
  font-weight: 400;
  line-height: 1.5;
  color: #666666;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #9c9c9c;
  -moz-border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
  -moz-box-shadow: inset 0 0 0 transparent;
  -webkit-box-shadow: inset 0 0 0 transparent;
  box-shadow: inset 0 0 0 transparent;
  -moz-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
input[type="text"]:disabled, input[type="email"]:disabled, input[type="password"]:disabled, input[type="number"]:disabled, input[type="tel"]:disabled, .form-control:disabled {
  background-color: #F1F1F1 !important;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  cursor: not-allowed;
  resize: none;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="number"]:focus, input[type="tel"]:focus, .form-control:focus {
  outline: 0;
}
input[type="text"].border-bottom-only, input[type="email"].border-bottom-only, input[type="password"].border-bottom-only, input[type="number"].border-bottom-only, input[type="tel"].border-bottom-only, .form-control.border-bottom-only {
  border: 0;
  border-bottom: 1px solid #898989;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  resize: none;
}
input[type="text"].border-bottom-only.light-color, input[type="email"].border-bottom-only.light-color, input[type="password"].border-bottom-only.light-color, input[type="number"].border-bottom-only.light-color, input[type="tel"].border-bottom-only.light-color, .form-control.border-bottom-only.light-color {
  border-color: #e8e8e8;
}

.sp-input {
  position: relative;
  margin-right: 4px !important;
}
.sp-input:before {
  content: '';
  display: block;
  width: 8px;
  height: 49px;
  position: absolute;
  background: #ff65a7;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.sp-input input {
  position: relative;
  margin: 0 0 0 4px;
  border: 0;
  -moz-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 767px) {
  input, textarea {
    font-size: 17px;
  }
}
input.placeholder, textarea.placeholder {
  font-size: 18px;
  color: #797979;
}
@media only screen and (max-width: 767px) {
  input.placeholder, textarea.placeholder {
    font-size: 17px;
  }
}
input:-moz-placeholder, textarea:-moz-placeholder {
  font-size: 18px;
  color: #797979;
}
@media only screen and (max-width: 767px) {
  input:-moz-placeholder, textarea:-moz-placeholder {
    font-size: 17px;
  }
}
input::-moz-placeholder, textarea::-moz-placeholder {
  font-size: 18px;
  color: #797979;
}
@media only screen and (max-width: 767px) {
  input::-moz-placeholder, textarea::-moz-placeholder {
    font-size: 17px;
  }
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-size: 18px;
  color: #797979;
}
@media only screen and (max-width: 767px) {
  input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    font-size: 17px;
  }
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-size: 18px;
  color: #797979;
}
@media only screen and (max-width: 767px) {
  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    font-size: 17px;
  }
}

textarea {
  min-height: 147px;
  -webkit-appearance: none;
  resize: vertical;
}
@media only screen and (max-width: 1024px) {
  textarea {
    resize: none;
  }
}
@media only screen and (max-width: 767px) {
  textarea {
    min-height: 107px;
  }
}

input[type="search"]:focus {
  outline: none !important;
}

input[type="text"]:focus {
  outline: none !important;
}

input[type="email"]:focus {
  outline: none !important;
}

input[type="password"]:focus {
  outline: none !important;
}

input[type="number"]:focus {
  outline: none !important;
}

input[type="button"]:focus {
  outline: none !important;
}

textarea:focus {
  outline: none !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

label {
  cursor: pointer;
  padding: 0 5px;
}
label > input[type="checkbox"] {
  width: 15px;
  background-color: initial;
  cursor: default;
  appearance: auto;
  box-sizing: border-box;
  margin: 5px 5px 5px 0;
  vertical-align: top;
  padding: initial;
  border: initial;
}

button {
  padding: 0;
  background-color: transparent;
  border: 0;
  outline: none !important;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.button-shape {
  display: inline-block;
  margin: 0 18px 30px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 4px 0 #cc5186, 0 15px 20px -5px rgba(255, 101, 167, 0.5);
  -webkit-box-shadow: 0 4px 0 #cc5186, 0 15px 20px -5px rgba(255, 101, 167, 0.5);
  box-shadow: 0 4px 0 #cc5186, 0 15px 20px -5px rgba(255, 101, 167, 0.5);
  -moz-transition-property: box-shadow;
  -o-transition-property: box-shadow;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 2px;
}
@media only screen and (max-width: 767px) {
  .button-shape {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1025px) {
  .button-shape:hover {
    color: #fff;
  }
}
.button-shape .txt {
  display: block;
  min-width: 166px;
  padding: 19px 10px;
  background-color: #ff65a7;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.15);
  -webkit-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.15);
  line-height: 1;
  text-shadow: 0 -1px 1px rgba(175, 49, 95, 0.7);
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  -moz-transition-duration: 0.2s, 0.1s;
  -o-transition-duration: 0.2s, 0.1s;
  -webkit-transition-duration: 0.2s, 0.1s;
  transition-duration: 0.2s, 0.1s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  pointer-events: none;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .button-shape .txt {
    min-width: 130px;
    padding: 10px 10px;
  }
}
.button-shape:active, .button-shape:focus {
  -moz-box-shadow: 0 4px 0 #cc5186, 0 15px 20px -5px rgba(255, 101, 167, 0.5);
  -webkit-box-shadow: 0 4px 0 #cc5186, 0 15px 20px -5px rgba(255, 101, 167, 0.5);
  box-shadow: 0 4px 0 #cc5186, 0 15px 20px -5px rgba(255, 101, 167, 0.5);
}
.button-shape:active span {
  -moz-transform: translate(0, 3px);
  -ms-transform: translate(0, 3px);
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
}

@media only screen and (max-width: 767px) {
  .flex-column-m {
    flex-direction: column;
  }
}

.f-14 {
  font-size: 14px;
}

.cursor-pointer {
  cursor: pointer;
}

.warn {
  border: 1px solid red !important;
}

.red {
  color: #B02E0C;
}

.red-tips {
  width: 100%;
  color: red;
  font-size: 12px;
}

.relative {
  position: relative;
}

.hidden {
  overflow: hidden;
}

.tip-text {
  padding: 20px 0;
  text-align: center;
  font-size: 28px;
}
.tip-text span {
  padding: 0 10px;
}
.tip-text span a {
  color: #6394BF;
}

.plus-sign {
  display: block;
  position: relative;
  width: 35px;
  height: 35px;
  background: transparent;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.plus-sign:before, .plus-sign:after {
  content: '';
  display: block;
  position: absolute;
  background: #fff;
  z-index: 11;
}
.plus-sign:before {
  width: 1px;
  margin-left: -.5px;
  left: 50%;
  top: 2px;
  bottom: 2px;
}
.plus-sign:after {
  height: 1px;
  margin-top: -.5px;
  top: 50%;
  left: 2px;
  right: 2px;
}

.l-arrow:before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 2px;
  border-top: 2px solid #00a0e9;
  border-right: 2px solid #00a0e9;
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.r-arrow:after {
  content: '';
  display: inline-block;
  width: 11px;
  height: 12px;
  margin-left: 2px;
  border-top: 2px solid #00a0e9;
  border-right: 2px solid #00a0e9;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.d-arrow:before {
  content: '';
  right: 13px;
  bottom: 14px;
  width: 11px;
  height: 1px;
  border: 1px solid #fff;
  position: absolute;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (max-width: 1024px) {
  .d-arrow:before {
    bottom: 27px;
    border-color: #285F91;
  }
}
.d-arrow:after {
  content: '';
  right: 5px;
  bottom: 14px;
  width: 12px;
  height: 1px;
  border: 1px solid #fff;
  position: absolute;
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media only screen and (max-width: 1024px) {
  .d-arrow:after {
    bottom: 27px;
    border-color: #000;
  }
}

@media only screen and (max-width: 1024px) {
  .d-arrow-1v2:before {
    content: '';
    right: 13px;
    bottom: 27px;
    width: 11px;
    height: 1px;
    border: 1px solid #285F91;
    position: absolute;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media only screen and (max-width: 1024px) {
  .d-arrow-1v2:after {
    content: '';
    right: 5px;
    bottom: 27px;
    width: 12px;
    height: 1px;
    border: 1px solid #285F91;
    position: absolute;
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}

.z-index-top, #content {
  position: relative;
}

.invisible, .animate__animated {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
}

.visible, .animate__animated.animate__fadeInUp, .animate__animated.animate__fadeInTopLeft, .animate__animated.animate__fadeInTopRight, .animate__animated.animate__fadeInBottomLeft, .animate__animated.animate__fadeInBottomRight, .animate__animated.animate__fadeInLeft, .animate__animated.animate__fadeInRight, .animate__animated.animate__pulse {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
}

#content {
  overflow: hidden;
}
#content:before {
  content: '';
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  z-index: 11;
  pointer-events: none;
}

.default-w {
  position: relative;
  margin: 0 auto;
}

.m-top {
  max-width: 1440px;
  height: 80px;
  margin: 0 auto;
  padding: 0 10px;
  background: #fff;
}
@media only screen and (max-width: 1024px) {
  .m-top {
    height: 60px;
  }
}

.page-center {
  margin-left: 60px;
  margin-right: 60px;
}
@media only screen and (max-width: 1499px) {
  .page-center {
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .page-center {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .page-center {
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-gap {
    padding-left: 35px;
    padding-right: 35px;
  }
}

.w1550 {
  max-width: 1550px;
  position: relative;
}

.w1300 {
  max-width: 1300px;
  position: relative;
  margin: 0 auto;
}

.t-btn {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: -5px;
  background: transparent;
  z-index: 11;
}

.img-differ.pc {
  display: block;
}
@media only screen and (max-width: 767px) {
  .img-differ.pc {
    display: none;
  }
}
.img-differ.mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .img-differ.mobile {
    display: block;
  }
}

@media only screen and (min-width: 1025px) {
  .pc-none {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {
  .tab-pc-none {
    display: none !important;
  }
}

@media only screen and (max-width: 1024px) {
  .tab-none {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-none {
    display: none !important;
  }
}

.txt-style-center {
  text-align: center;
}

.txt-style-left {
  text-align: left;
}

.txt-style-right {
  text-align: right;
}

.center-img:before, .center-img:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  position: relative;
  vertical-align: middle;
}
.center-img img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .m-break {
    display: block;
  }
}

.d-flex, .row {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.px-5 {
  padding: 0 5px;
}

.align-center {
  align-items: center;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-inline-block {
  display: inline-block;
}

.show {
  display: block !important;
}

.font-bold {
  font-weight: bold !important;
}

.align-center {
  align-items: center;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-flex-end {
  -ms-flex-pack: flex-end !important;
  justify-content: flex-end !important;
}

.justify-content-space-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-space-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-flex-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-flex-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-none {
  -ms-flex: 0 0 auto !important;
  flex: 0 0 auto !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-fullfill {
  -ms-flex: 1 1 0 !important;
  flex: 1 1 0 !important;
}

header {
  width: 100%;
  color: white;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  header {
    height: 60px;
  }
}
header > * {
  height: 100%;
}
header.pos-fixed {
  position: fixed;
}
header.pos-fixed.gold-bar:before {
  max-width: 100%;
}
header.pos-fixed.up {
  top: 0;
  background: #777777;
}
@media only screen and (min-width: 1025px) {
  header.pos-fixed.up .menu-wrap .menu-disp .langs li:before {
    background: #000;
  }
}
@media only screen and (max-width: 1024px) {
  header.pos-fixed.up .menu-wrap:before {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  header.pos-fixed.up .menu-wrap .sub-menu a span {
    border-color: #fff;
  }
}
header.pos-fixed.down {
  top: -125px;
}
@media only screen and (max-width: 1024px) {
  header.pos-fixed.down {
    top: -76px;
  }
}
header.w-bg {
  top: 0;
  background: #fff;
}
header.w-bg .menu-wrap:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
header.w-bg .menu-wrap:after {
  content: '';
  display: block;
  width: 100%;
  max-width: 1550px;
  height: 1px;
  position: absolute;
  right: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MwOGYxYyIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZTVkZTRmIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYzA5MDFjIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #c08f1c), color-stop(50%, #e5de4f), color-stop(100%, #c0901c));
  background-image: -moz-linear-gradient(left, #c08f1c, #e5de4f, #c0901c);
  background-image: -webkit-linear-gradient(left, #c08f1c, #e5de4f, #c0901c);
  background-image: linear-gradient(to right, #c08f1c, #e5de4f, #c0901c);
  z-index: 104;
}
@media only screen and (min-width: 1025px) {
  header.w-bg .menu-wrap:after {
    bottom: 0;
  }
  header.w-bg .menu-wrap .menu-disp .ul-wrap li a, header.w-bg .menu-wrap .menu-disp .langs li a {
    color: #000;
  }
  header.w-bg .menu-wrap .menu-disp .langs li:before {
    background: #000;
  }
}
@media only screen and (max-width: 1024px) {
  header.w-bg .menu-wrap:after {
    bottom: -10px;
  }
  header.w-bg .menu-wrap .sub-menu a span {
    border-color: #000;
  }
}
header.w-bg ~ #content {
  padding-top: 125px;
}
@media only screen and (max-width: 1024px) {
  header.w-bg ~ #content {
    padding-top: 76px;
  }
}
header.menu-clicked .menu-wrap:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
header.menu-clicked ~ #content:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  pointer-events: auto;
}
header.menu-clicked ~ footer .text {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 10px 38px 10px;
  background-color: #6394BF;
  color: #fff;
  z-index: 102;
}
header .logo {
  max-width: 300px;
  position: absolute;
  z-index: 104;
}
@media only screen and (max-width: 1499px) {
  header .logo {
    left: 40px;
  }
}
@media only screen and (max-width: 1499px) {
  header .logo {
    left: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  header .logo {
    left: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  header .logo {
    max-width: 190px;
  }
}
@media only screen and (max-width: 767px) {
  header .logo {
    left: 15px;
    max-width: 165px;
  }
}
header .logo a {
  display: block;
}
header .m-icon {
  display: flex;
  padding-top: 20px;
  justify-content: flex-end;
  align-items: flex-end;
}
@media only screen and (max-width: 1024px) {
  header .m-icon {
    height: 100%;
    padding: 15px 0;
  }
}
header .m-icon .search {
  display: none;
}
@media only screen and (min-width: 1025px) {
  header .m-icon .search {
    display: flex;
    align-items: flex-end;
  }
  header .m-icon .search input {
    width: 270px;
    padding: 0 10px;
    border: 0;
    border-bottom: 1px solid #AAAAAA;
    border-radius: 0;
    font-size: 16px;
    line-height: 20px;
  }
  header .m-icon .search a {
    cursor: pointer;
  }
  header .m-icon .search a img {
    max-width: 30px;
  }
}
header .m-icon .cart {
  display: block;
  padding: 0 30px 0 25px;
}
header .m-icon .cart a {
  position: relative;
  cursor: pointer;
}
header .m-icon .cart a img {
  max-width: 30px;
}
header .m-icon .cart a .item-qty {
  position: absolute;
  right: -10px;
  bottom: -1px;
  padding: 7px 8px;
  color: #fff;
  line-height: 10px;
  background: #B02E0C;
  border-radius: 50px;
}
@media only screen and (max-width: 1024px) {
  header .m-icon .cart {
    padding: 0;
  }
  header .m-icon .cart a {
    width: 32px;
    margin-right: 15px;
  }
}
header .m-icon .member a {
  cursor: pointer;
}
header .m-icon .member a img {
  height: 30px;
}
@media only screen and (max-width: 1024px) {
  header .m-icon .member a img {
    height: revert;
    max-width: 25px;
  }
}

nav {
  display: flex;
  justify-content: center;
  background-color: #444;
}
nav a {
  color: white;
  text-decoration: none;
  padding: 1rem;
}
nav a:hover {
  background-color: #555;
}

.menu-wrap {
  height: 40px;
  position: relative;
  background-color: #FDD688;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 1024px) {
  .menu-wrap {
    height: 0;
    position: revert;
  }
}
.menu-wrap .sub-menu {
  display: none;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -27px;
  z-index: 999;
}
@media only screen and (max-width: 1024px) {
  .menu-wrap .sub-menu {
    display: block;
  }
}
.menu-wrap .sub-menu a {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  line-height: 145%;
}
.menu-wrap .sub-menu a span {
  display: block;
  position: relative;
  width: 20px;
  margin: 0 auto;
  border-top: 2px solid #000;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.menu-wrap .sub-menu a .b-top {
  top: 0px;
}
.menu-wrap .sub-menu a .b-middle {
  width: 20px;
  top: 5px;
  margin: 0 0 0 1px;
  -moz-transform: translate(9px, 0);
  -ms-transform: translate(9px, 0);
  -webkit-transform: translate(9px, 0);
  transform: translate(9px, 0);
}
.menu-wrap .sub-menu a .b-bottom {
  top: 10px;
}
.menu-wrap .sub-menu.selected a span {
  border-color: #000;
}
@media only screen and (max-width: 1024px) {
  .menu-wrap .selected a .b-top {
    -moz-animation: menu-top 0.3s ease forwards;
    -webkit-animation: menu-top 0.3s ease forwards;
    animation: menu-top 0.3s ease forwards;
  }
  .menu-wrap .selected a .b-middle {
    -moz-animation: menu-middle 0.3s ease forwards;
    -webkit-animation: menu-middle 0.3s ease forwards;
    animation: menu-middle 0.3s ease forwards;
  }
  .menu-wrap .selected a .b-bottom {
    -moz-animation: menu-bottom 0.3s ease forwards;
    -webkit-animation: menu-bottom 0.3s ease forwards;
    animation: menu-bottom 0.3s ease forwards;
  }
}
@media only screen and (max-width: 1024px) {
  .menu-wrap .unselected a .b-top {
    -moz-animation: menu-top-r 0.4s ease forwards;
    -webkit-animation: menu-top-r 0.4s ease forwards;
    animation: menu-top-r 0.4s ease forwards;
  }
  .menu-wrap .unselected a .b-middle {
    -moz-animation: menu-middle-r 0.3s ease forwards;
    -webkit-animation: menu-middle-r 0.3s ease forwards;
    animation: menu-middle-r 0.3s ease forwards;
  }
  .menu-wrap .unselected a .b-bottom {
    -moz-animation: menu-bottom-r 0.4s ease forwards;
    -webkit-animation: menu-bottom-r 0.4s ease forwards;
    animation: menu-bottom-r 0.4s ease forwards;
  }
}
.menu-wrap .menu-disp {
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .menu-wrap .menu-disp {
    display: flex;
    width: 100%;
    height: 100%;
    max-width: 1440px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width: 1024px) {
  .menu-wrap .menu-disp {
    width: 100%;
    height: -moz-calc((100vh - 40px));
    height: -webkit-calc((100vh - 40px));
    height: calc((100vh - 40px));
    left: -100%;
    background: #fff;
    overflow: hidden;
    overflow-y: auto;
    z-index: 102;
  }
}
@media only screen and (min-width: 1025px) {
  .menu-wrap .menu-disp .ul-wrap {
    white-space: nowrap;
  }
}
@media only screen and (max-width: 1024px) {
  .menu-wrap .menu-disp .ul-wrap {
    padding: 0 20px;
    max-height: -moz-calc((100vh - 133px));
    max-height: -webkit-calc((100vh - 133px));
    max-height: calc((100vh - 133px));
    border-top: 1px solid #cfcfcf;
    overflow-y: auto;
  }
}
.menu-wrap .menu-disp .ul-wrap li {
  display: inline-block;
}
@media only screen and (max-width: 1024px) {
  .menu-wrap .menu-disp .ul-wrap li {
    display: block;
    background-color: #FFFFFF;
    border-bottom: 1px solid #666;
  }
}
@media only screen and (min-width: 1025px) {
  .menu-wrap .menu-disp .ul-wrap li .pr-0 {
    padding-right: 0 !important;
  }
}
.menu-wrap .menu-disp .ul-wrap li a {
  display: block;
  position: relative;
  margin: 0 4px;
  padding: 1px 27px;
  font-size: 16px;
  color: #fff;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media only screen and (max-width: 1024px) {
  .menu-wrap .menu-disp .ul-wrap li a {
    margin: 0;
    padding: 15px 38px;
    color: #666;
    font-weight: bold;
  }
}
@media only screen and (min-width: 1025px) {
  .menu-wrap .menu-disp .ul-wrap li .t-user {
    color: #198a8b;
    z-index: 10;
  }
  .menu-wrap .menu-disp .ul-wrap li .bg-user {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 84px;
    background: #ccc;
    position: absolute;
    top: -100%;
    z-index: 0;
  }
}
.menu-wrap .menu-disp .ul-wrap li .product-nolink .r-arrow {
  display: none;
  position: absolute;
  top: 50%;
  right: 28px;
  margin-top: -11px;
}
@media only screen and (max-width: 1024px) {
  .menu-wrap .menu-disp .ul-wrap li .product-nolink .r-arrow {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .menu-wrap .menu-disp .ul-wrap li .product-link {
    width: 100%;
    position: fixed;
    top: 76px;
    background: #fff;
    text-align: center;
    z-index: 1;
  }
}
.menu-wrap .menu-disp .ul-wrap li .product-link .l-arrow {
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -11px;
  left: 25px;
  z-index: 1;
}
.menu-wrap .menu-disp .ul-wrap li .product-link .l-arrow:after {
  content: '';
  display: block;
  width: 80px;
  height: 48px;
  position: absolute;
  top: -14px;
  left: -25px;
}
.menu-wrap .menu-disp .ul-wrap .search {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .menu-wrap .menu-disp .ul-wrap .search {
    display: flex;
    padding: 10px 0;
    align-items: flex-end;
  }
  .menu-wrap .menu-disp .ul-wrap .search input[type] {
    padding: 0;
  }
  .menu-wrap .menu-disp .ul-wrap .search input {
    border: 0;
    border-radius: 0;
    font-size: 16px;
  }
  .menu-wrap .menu-disp .ul-wrap .search a {
    padding: 0;
    cursor: pointer;
  }
  .menu-wrap .menu-disp .ul-wrap .search a img {
    max-width: 40px;
  }
}
.menu-wrap .menu-disp .ul-wrap .menu-box {
  font-size: 16px;
  white-space: wrap;
}
.menu-wrap .menu-disp .ul-wrap .menu-box::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background: #F0F0F0;
}
.menu-wrap .menu-disp .ul-wrap .menu-box::-webkit-scrollbar-thumb {
  background: #BBBBBB;
}
@media only screen and (min-width: 1025px) {
  .menu-wrap .menu-disp .ul-wrap .menu-box {
    display: flex;
    top: 54px;
    left: calc((100% - 1024px) / 2);
    width: 100%;
    max-width: 1024px;
    height: 420px;
    padding: 20px 17.5px;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    box-shadow: 4px 4px 5px 7px rgba(0, 0, 0, 0.25);
    overflow: auto;
  }
  .menu-wrap .menu-disp .ul-wrap .menu-box .m-1v2 {
    width: 100%;
    min-width: 100px;
    margin: 0px 10px;
  }
  .menu-wrap .menu-disp .ul-wrap .menu-box .m-1v2 .n-1v2 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #769FCD;
    color: #fff;
    border-radius: 20px 0 20px 0;
    text-align: center;
  }
  .menu-wrap .menu-disp .ul-wrap .menu-box .m-2v1 {
    padding-top: 15px;
  }
  .menu-wrap .menu-disp .ul-wrap .menu-box .m-2v1 .n-2v1 a {
    color: #000;
    padding: 5px 3px;
  }
  .menu-wrap .menu-disp .ul-wrap .menu-box .m-2v1 .n-2v1 a:hover {
    color: #285F91;
    transform: translate(0, -2px);
  }
}
@media only screen and (max-width: 1024px) {
  .menu-wrap .menu-disp .ul-wrap .menu-box .m-1v2 .n-1v2 {
    border-top: 1px solid #285F91;
    position: relative;
  }
  .menu-wrap .menu-disp .ul-wrap .menu-box .m-1v2 .n-1v2 a {
    width: 50%;
  }
  .menu-wrap .menu-disp .ul-wrap .menu-box .m-2v1 {
    display: none;
  }
  .menu-wrap .menu-disp .ul-wrap .menu-box .m-2v1 .n-2v1 {
    padding-left: 20px;
    border-top: 1px solid #285F91;
    background-color: #d5d5d524;
  }
  .menu-wrap .menu-disp .ul-wrap .menu-box .selected {
    display: block !important;
  }
}
.menu-wrap .menu-disp .langs {
  margin-left: 45px;
  margin-right: -21px;
}
@media only screen and (max-width: 1499px) {
  .menu-wrap .menu-disp .langs {
    margin-left: 15px;
    margin-right: -11px;
  }
}
@media only screen and (max-width: 1024px) {
  .menu-wrap .menu-disp .langs {
    margin: 48px 0 0;
    padding: 0 38px;
    border-top: 1px solid #cfcfcf;
  }
}
.menu-wrap .menu-disp .langs li {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.menu-wrap .menu-disp .langs li.global-icon {
  width: 20px;
}
@media only screen and (min-width: 1025px) {
  .menu-wrap .menu-disp .langs li.global-icon {
    display: none;
  }
}
.menu-wrap .menu-disp .langs li.global-icon:before {
  display: none;
}
.menu-wrap .menu-disp .langs li:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: -2px;
  margin-top: -11px;
  background: #fff;
}
@media only screen and (max-width: 1024px) {
  .menu-wrap .menu-disp .langs li:before {
    background: #727171;
  }
}
.menu-wrap .menu-disp .langs li a {
  padding: 0 21px;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media only screen and (max-width: 1499px) {
  .menu-wrap .menu-disp .langs li a {
    padding: 0 11px;
  }
}
@media only screen and (max-width: 1024px) {
  .menu-wrap .menu-disp .langs li a {
    padding: 13px 14px;
  }
}

@media only screen and (max-width: 1024px) {
  .top-fixed.menu-clicked .menu-wrap .sub-menu.selected ~ .menu-disp {
    -moz-animation: show 350ms ease-in forwards;
    -webkit-animation: show 350ms ease-in forwards;
    animation: show 350ms ease-in forwards;
  }
}

@media only screen and (max-width: 1024px) {
  .top-fixed.menu-unclicked .menu-wrap .sub-menu.unselected ~ .menu-disp {
    -moz-animation: no-show 350ms ease-in forwards;
    -webkit-animation: no-show 350ms ease-in forwards;
    animation: no-show 350ms ease-in forwards;
  }
}

@media only screen and (max-width: 1024px) {
  .pos-fixed.menu-clicked .menu-wrap .sub-menu.selected ~ .menu-disp {
    -moz-animation: trans-show 350ms ease-in forwards;
    -webkit-animation: trans-show 350ms ease-in forwards;
    animation: trans-show 350ms ease-in forwards;
  }
}

@media only screen and (max-width: 1024px) {
  .pos-fixed.menu-unclicked .menu-wrap .sub-menu.unselected ~ .menu-disp {
    -moz-animation: trans-no-show 350ms ease-in forwards;
    -webkit-animation: trans-no-show 350ms ease-in forwards;
    animation: trans-no-show 350ms ease-in forwards;
  }
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 5px;
}
.swiper-pagination-bullet:focus {
  outline: none !important;
}

.swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  background: #00a0e9;
}

.nav-dot {
  position: relative;
  margin-top: 10px;
}

.index-page {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .index-page {
    flex-direction: column;
  }
}

footer {
  width: 100%;
  text-align: center;
  padding: 10px;
  background: #FDD688;
  color: #666;
}
@media only screen and (max-width: 1024px) {
  footer {
    padding: 15px 20px 20px;
  }
}
@media only screen and (max-width: 767px) {
  footer {
    padding: 10px 16px 10px;
  }
}
footer.gold-bar:before {
  height: 3px;
}
@media only screen and (max-width: 1499px) {
  footer .w1300 {
    max-width: 1024px;
  }
}
@media only screen and (max-width: 1024px) {
  footer .w1300 {
    max-width: 718px;
  }
}
footer .text-center {
  text-align: center;
}
footer .footer-menu, footer .logo {
  display: inline-block;
}
footer .footer-menu {
  margin-left: 4px;
  padding: 0 63px;
  vertical-align: top;
}
@media only screen and (max-width: 1024px) {
  footer .footer-menu {
    padding: 0;
  }
}
footer .footer-menu .footer-t-sty {
  text-align: left;
  color: #fff;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  footer .footer-menu .footer-t-sty {
    padding: 0 15px;
    font-size: 12px;
  }
}
footer .footer-menu .footer-t-sty div {
  padding-bottom: 5px;
}
footer .footer-menu li {
  display: block;
  position: relative;
  margin-left: -4px;
  vertical-align: middle;
}
footer .footer-menu li a {
  display: block;
  padding: 10px 0;
  font-size: 16px;
  color: #fff;
  text-align: left;
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
  footer .footer-menu li a {
    width: 200px;
    padding: 10px 0;
    font-size: 16px;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  footer .footer-menu li a {
    width: 100%;
    padding: 8px 15px;
  }
}
@media only screen and (max-width: 767px) {
  footer .footer-menu {
    display: block;
    padding: 0;
  }
}
footer .text {
  font-size: 16px;
  color: #fff;
}
@media only screen and (max-width: 1499px) {
  footer .text {
    padding: 20px 0 0;
  }
}
@media only screen and (max-width: 1024px) {
  footer .text {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  footer .text {
    padding: 0;
    font-size: 13px;
    letter-spacing: -0.5px;
  }
}
footer .text .g-line {
  display: inline-block;
  width: 100%;
  max-width: 840px;
  height: 1px;
  margin: 12px 0;
  background-color: #eee;
}

.num {
  display: flex;
  padding-bottom: 30px;
}
.num .num-btn {
  display: flex;
  padding: 0 5px;
}
.num .num-btn .minus, .num .num-btn .plus {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  font-size: 24px;
  border: 1px solid #9c9c9c;
  color: #000;
}
.num .num-btn input {
  width: 100%;
  max-width: 150px;
  height: 40px;
  margin: 0 20px;
  font-size: 20px;
  text-align: center;
  border-radius: 0;
}
