@charset "UTF-8";
@import url("font-awesome.min.css");
@import url("https://fonts.googleapis.com/css2?family=Old+Standard+TT&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, button, textarea {
  outline: none;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

a {
  color: #666;
}

body {
  font-family: Helvetica, Arial, "Noto Sans TC", "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
  line-height: 1;
  color: #666;
}

.en {
  font-family: "Old Standard TT", serif;
}

@media (min-width: 1921px) {
  .img_style {
    width: 100%;
    max-width: initial;
  }
}

.bgColor {
  background-color: #f6f6f6;
}

.ckeditor {
  font-size: 16px;
  line-height: 28px;
}
.ckeditor img {
  width: 100%;
  max-width: 1366px;
}

.aImg {
  max-width: 100%;
}

iframe,
video {
  width: 100%;
  max-width: 100%;
}

img {
  vertical-align: middle;
}

a:hover {
  text-decoration: none;
}

.containers {
  width: 1280px;
  padding: 0 15px;
  margin: 0 auto;
}
@media (max-width: 1500px) {
  .containers {
    width: 100%;
  }
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.cart {
  padding: 100px 0;
}
@media (max-width: 768px) {
  .cart {
    padding: 30px 0;
  }
}
.cart .cartTitle {
  text-align: center;
}
.cart .cartTitle h2 {
  font-size: 36px;
  color: #000;
  font-weight: bold;
}
.cart .cartTitleBox {
  width: 460px;
  margin: 0 auto;
  padding: 30px 0;
}
@media (max-width: 768px) {
  .cart .cartTitleBox {
    width: 100%;
  }
}
.cart .cartTitleBox .cartTitlecol {
  flex: 0 0 33.333%;
  color: #000;
  position: relative;
}
.cart .cartTitleBox .cartTitlecol span {
  width: 36px;
  margin: 5px auto 15px;
  background: #ccc;
  color: #fff;
  width: 36px;
  line-height: 36px;
  display: inline-block;
  border-radius: 100%;
  z-index: 9;
  position: relative;
}
.cart .cartTitleBox .cartTitlecol:after {
  content: "";
  position: absolute;
  height: 5px;
  background: #ccc;
  width: 125px;
  top: 21px;
  left: 90px;
}
@media (max-width: 768px) {
  .cart .cartTitleBox .cartTitlecol:after {
    left: 60px;
  }
}
.cart .cartTitleBox .active span {
  background: #000;
}
.cart .cartTitleBox .activeAfter:after {
  background: #000;
}
.cart .cartTitleBox .cartTitlecol:last-child:after {
  display: none;
}
.cart .cartListWrap {
  padding: 36px 0;
}
.cart .cartListWrap .cartList {
  padding: 15px 0;
  border-bottom: solid 1px #ccc;
}
.cart .cartListWrap .cartList div {
  flex: 0 0 14%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cart .cartListWrap .cartList div {
    flex: 0 0 100%;
    display: block;
    border: solid 1px #000;
    line-height: 38px;
    padding: 0px 10px;
    margin-top: -1px;
  }
}
.cart .cartListWrap .cartList div article {
  display: none;
}
@media (max-width: 768px) {
  .cart .cartListWrap .cartList div article {
    display: inline-block;
    width: 90px;
    border-right: solid 1px #000;
    margin-right: 15px;
  }
}
.cart .cartListWrap .cartList div input {
  width: 80px;
  text-align: center;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  border-radius: 5px;
  border: solid 1px #707070;
}
@media (max-width: 768px) {
  .cart .cartListWrap .cartList div input {
    height: 32px;
    line-height: 32px;
  }
}
.cart .cartListWrap .cartList div .delBtn {
  width: 33px;
  height: 33px;
  background: #000;
  border-radius: 100%;
  border: none;
  cursor: pointer;
  position: relative;
}
@media (max-width: 768px) {
  .cart .cartListWrap .cartList div .delBtn {
    width: 28px;
    height: 28px;
    top: 5px;
  }
}
.cart .cartListWrap .cartList div .delBtn:before, .cart .cartListWrap .cartList div .delBtn:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background: #fff;
  left: 5px;
  transform: rotate(45deg);
}
@media (max-width: 768px) {
  .cart .cartListWrap .cartList div .delBtn:before, .cart .cartListWrap .cartList div .delBtn:after {
    width: 20px;
    height: 2px;
    left: 4px;
  }
}
.cart .cartListWrap .cartList div .delBtn:after {
  transform: rotate(-45deg);
}
.cart .cartListWrap .cartList div:first-child {
  flex: 0 0 30%;
  justify-content: start;
}
@media (max-width: 768px) {
  .cart .cartListWrap .cartList div:first-child {
    flex: 0 0 100%;
    padding: 0;
  }
}
.cart .cartListWrap .cartList div:first-child span {
  padding-left: 25px;
}
@media (max-width: 768px) {
  .cart .cartListWrap .cartList div:first-child span {
    display: block;
    padding-left: 0;
    text-align: center;
    background-color: #000;
    color: #fff;
  }
}
.cart .cartListWrap .cartList div:first-child img {
  max-width: 100px;
}
@media (max-width: 768px) {
  .cart .cartListWrap .cartList div:first-child img {
    max-width: initial;
    width: 100%;
  }
}
.cart .cartListWrap .cartListTitle {
  border-bottom: solid 1px #222;
}
@media (max-width: 768px) {
  .cart .cartListWrap .cartListTitle {
    display: none;
  }
}
.cart .cartListWrap .accounts {
  padding: 25px 5px;
  text-align: right;
}
.cart .cartListWrap .accounts span {
  padding-left: 36px;
  font-weight: bold;
}
.cart .cartListWrap .total {
  padding: 25px 5px;
  text-align: right;
  border-top: solid 1px #222;
}
.cart .cartListWrap .total b {
  padding-left: 36px;
  font-weight: bold;
  font-size: 22px;
  color: #000;
}
.cart .cartListWrap .carBtn {
  padding: 3rem 0;
  text-align: center;
}
.cart .cartListWrap .carBtn a,
.cart .cartListWrap .carBtn button {
  width: 375px;
  display: inline-block;
  line-height: 55px;
  border: solid 1px #000;
  text-align: center;
  font-size: 18px;
  margin: 0 15px;
  background: #fff;
  color: #000;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  z-index: 9;
}
@media (max-width: 768px) {
  .cart .cartListWrap .carBtn a,
  .cart .cartListWrap .carBtn button {
    max-width: 40%;
    line-height: 52px;
  }
}
.cart .cartListWrap .carBtn a:hover,
.cart .cartListWrap .carBtn button:hover {
  color: #fff;
  transition: 0.5s background-color;
  background-color: #000;
}
.cart .otherContainer {
  width: 1650px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 1600px) {
  .cart .otherContainer {
    width: 100%;
  }
}
.cart .otherContainer .other {
  margin-bottom: 3rem;
}
.cart .otherContainer .other .txt {
  color: #000;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 3rem;
  position: relative;
}
.cart .otherContainer .other .txt:before {
  content: "";
  bottom: 36px;
  position: absolute;
  width: 36px;
  height: 2px;
  background: #000;
  left: 50%;
  margin-left: -18px;
}
.cart .otherContainer .other .otherList {
  padding: 15px;
}
.cart .otherContainer .other .otherList .otherBox .imgHover {
  background: #f2efef;
  padding: 36px 0;
  height: 365px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 15px;
}
.cart .otherContainer .other .otherList .otherBox .imgHover img {
  max-width: 100%;
}
.cart .otherContainer .other .otherList .otherBox .imgHover .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 15px;
  display: none;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.cart .otherContainer .other .otherList .otherBox .imgHover .maskToggle {
  display: flex;
  cursor: pointer;
}
.cart .otherContainer .other .otherList .otherBox .imgHover article {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  padding: 10px 18px;
  color: #fff;
  z-index: 5;
}
.cart .otherContainer .other .otherList .otherBox .buy {
  background: #000;
  color: #fff;
  width: 142px;
  margin: 36px auto;
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
}
.cart .otherContainer .other .otherList .otherBox .buy img {
  vertical-align: middle;
}
.cart .otherContainer .other .otherList .otherBox .buy a {
  color: #fff;
  display: block;
}

.carBtn {
  padding: 3rem 0;
  text-align: center;
}
.carBtn a,
.carBtn button {
  width: 375px;
  display: inline-block;
  line-height: 55px;
  border: solid 1px #000;
  text-align: center;
  font-size: 18px;
  margin: 0 15px;
  background: #fff;
  color: #000;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  z-index: 9;
}
@media (max-width: 768px) {
  .carBtn a,
  .carBtn button {
    width: 45%;
    margin: 0 0.5%;
  }
}
@media (max-width: 768px) {
  .carBtn a,
  .carBtn button {
    max-width: 40%;
    line-height: 42px;
  }
}
.carBtn a:hover,
.carBtn button:hover {
  color: #fff;
  transition: 0.5s background-color;
  background-color: #000;
}

.carry {
  margin: 3rem 0;
  background-color: #000;
  padding: 80px 0;
  border-radius: 25px;
}
@media (max-width: 768px) {
  .carry {
    padding: 40px 0;
  }
}
.carry .carryBox {
  justify-content: center;
  color: #fff;
}
.carry .carryBox div {
  padding: 0 15px;
}
.carry .carryBox div p:first-child {
  font-size: 40px;
  padding-bottom: 14px;
  font-weight: bold;
}

.carryError {
  margin: 3rem 0;
  background-color: #000;
  padding: 80px 0;
  border-radius: 25px;
}
@media (max-width: 768px) {
  .carryError {
    padding: 40px 0;
  }
}
.carryError .carryBox {
  justify-content: center;
  color: #fff;
}
.carryError .carryBox div {
  padding: 0 15px;
}
.carryError .carryBox div p:first-child {
  font-size: 40px;
  padding-bottom: 14px;
  font-weight: bold;
}

.payment {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .payment {
    margin-bottom: 20px;
  }
}
.payment .paymentTitle {
  border-bottom: solid 1px #000;
  padding-bottom: 7px;
  color: #000;
  font-weight: bold;
  margin-bottom: 10px;
}
.payment .paymentTitle img {
  vertical-align: middle;
}
.payment .paymentBox {
  padding: 10px 0;
}
@media (max-width: 768px) {
  .payment .paymentBox {
    line-height: 32px;
  }
}
.payment .paymentBox label {
  display: inline-block;
  width: 150px;
}
@media (max-width: 768px) {
  .payment .paymentBox label {
    display: block;
    line-height: 30px;
  }
}
.payment .paymentBox input {
  width: 16px;
  height: 16px;
  margin-right: 12px;
  position: relative;
  top: 2px;
}

.fillWrap .fillData {
  padding: 15px 0;
  border-bottom: solid 1px #ccc;
}
.fillWrap .fillData div {
  flex: 0 0 17.5%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .fillWrap .fillData div {
    flex: 0 0 100%;
    display: block;
    border: solid 1px #000;
    line-height: 38px;
    padding: 0px 10px;
    margin-top: -1px;
  }
}
.fillWrap .fillData div article {
  display: none;
}
@media (max-width: 768px) {
  .fillWrap .fillData div article {
    display: inline-block;
    width: 90px;
    border-right: solid 1px #000;
    margin-right: 15px;
  }
}
.fillWrap .fillData div input {
  width: 80px;
  text-align: center;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  border-radius: 5px;
  border: solid 1px #707070;
}
@media (max-width: 768px) {
  .fillWrap .fillData div input {
    height: 32px;
    line-height: 32px;
  }
}
.fillWrap .fillData div:first-child {
  flex: 0 0 30%;
  justify-content: start;
}
@media (max-width: 768px) {
  .fillWrap .fillData div:first-child {
    flex: 0 0 100%;
    padding: 0;
  }
}
.fillWrap .fillData div:first-child span {
  padding-left: 25px;
}
@media (max-width: 768px) {
  .fillWrap .fillData div:first-child span {
    display: block;
    padding: 0;
    text-align: center;
    background: #000;
    color: #fff;
  }
}
.fillWrap .fillData div:first-child img {
  max-width: 100px;
}
@media (max-width: 768px) {
  .fillWrap .fillData div:first-child img {
    max-width: initial;
    width: 100%;
  }
}
.fillWrap .fillDataTitle {
  border-bottom: solid 1px #222;
}
@media (max-width: 768px) {
  .fillWrap .fillDataTitle {
    display: none;
  }
}
.fillWrap .accounts {
  margin-top: 20px;
  padding: 5px 5px;
  text-align: right;
  font-weight: bold;
}
.fillWrap .accounts span {
  margin-left: 36px;
  display: inline-block;
  width: 80px;
}
.fillWrap .accounts b {
  background: #000;
  color: #fff;
  padding: 7px 12px;
  line-height: 30px;
}
.fillWrap .fillTotal {
  border-top: solid 1px #000;
  padding: 25px 0;
  margin: 25px 0 80px;
}
.fillWrap .fillTotal div {
  flex: 0 0 50%;
}
@media (max-width: 768px) {
  .fillWrap .fillTotal div {
    flex: 0 0 100%;
    font-size: 13px;
  }
}
.fillWrap .fillTotal div span {
  line-height: 28px;
  background: #000;
  border-radius: 3rem;
  padding: 0 15px;
  display: inline-block;
  color: #fff;
  margin-right: 12px;
}
@media (max-width: 768px) {
  .fillWrap .fillTotal div span {
    font-size: 16px;
  }
}
.fillWrap .fillTotal div:last-child {
  text-align: right;
  font-weight: bold;
}
.fillWrap .fillTotal div:last-child b {
  display: inline-block;
  margin-left: 20px;
  font-size: 24px;
  color: #000;
}

.orderWrapCart .fillDataTitle {
  font-size: 22px;
  color: #000;
  font-weight: bold;
  border-bottom: solid 1px #000;
  padding-bottom: 10px;
  margin-top: 86px;
}
.orderWrapCart .fillDataTitle label {
  padding-left: 30px;
  font-size: 15px;
  color: #777;
}
.orderWrapCart .fillDataTitle label input[type=checkbox] {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.orderWrapCart .fillDataTitle img {
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.orderWrapCart .orderBox {
  margin: 35px 0;
  line-height: 40px;
}
@media (max-width: 768px) {
  .orderWrapCart .orderBox {
    margin: 15px 0 25px;
    line-height: 30px;
    font-size: 15px;
    line-height: 22px;
  }
}
.orderWrapCart .orderBox span {
  display: inline-block;
  width: 80px;
}
@media (max-width: 768px) {
  .orderWrapCart .orderBox span {
    font-size: 16px;
    padding-bottom: 5px;
  }
}
.orderWrapCart .orderBox select {
  width: 155px;
  margin-right: 10px;
  font-size: 16px;
  border-radius: 5px;
  border: solid 1px #ccc;
}
@media (max-width: 768px) {
  .orderWrapCart .orderBox label {
    display: inline-block;
  }
}
.orderWrapCart .orderBox .orderinput {
  width: 320px;
  height: 40px;
  font-size: 16px;
  border-radius: 5px;
  border: solid 1px #ccc;
  padding: 1%;
  margin-right: 15px;
  padding-left: 8px;
}
@media (max-width: 768px) {
  .orderWrapCart .orderBox .orderinput {
    width: 100%;
  }
}
.orderWrapCart .orderBox .orderinput2 {
  width: 960px;
  height: 40px;
  font-size: 16px;
  border-radius: 5px;
  border: solid 1px #ccc;
  padding: 1%;
  margin-right: 15px;
  padding-left: 8px;
}
@media (max-width: 768px) {
  .orderWrapCart .orderBox .orderinput2 {
    width: 100%;
  }
}
.orderWrapCart .orderBox label {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .orderWrapCart .orderBox #twzipcode select,
  .orderWrapCart .orderBox #twzipcodes select {
    width: 100%;
    border-radius: 5px;
    border: solid 1px #ccc;
    padding-left: 8px;
    font-size: 16px;
    height: 40px;
    font-size: 16px;
    border-radius: 5px;
    border: solid 1px #ccc;
    padding: 1%;
    margin-right: 0;
    padding-left: 8px;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .orderWrapCart .orderBox #twzipcode input,
  .orderWrapCart .orderBox #twzipcodes input {
    width: 100%;
    border-radius: 5px;
    border: solid 1px #ccc;
    padding-left: 8px;
    font-size: 16px;
    height: 40px;
    font-size: 16px;
    border-radius: 5px;
    border: solid 1px #ccc;
    padding: 1%;
    margin-right: 0;
    padding-left: 8px;
  }
}
.orderWrapCart .orderBoxLine {
  border-bottom: solid 1px #ccc;
  margin: 10px 0 10px;
  line-height: 38px;
}
.orderWrapCart .orderBoxLine span {
  display: inline-block;
  width: 82px;
}

.orderWrapE {
  margin-bottom: 3.5rem;
}
.orderWrapE .orderBox {
  margin: 10px;
  line-height: 34px;
}

.shipping {
  padding: 1.5rem 0;
}
.shipping h2 {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin-bottom: 15px;
}
.shipping div {
  padding: 15px 0;
}
.shipping div label {
  display: inline-block;
  width: 80px;
  text-align: right;
}
.shipping div input[type=radio] {
  margin: 0 15px;
}

.favorable {
  margin: 3rem 0;
}
.favorable .favorable-title {
  background-color: #000;
  color: #fff;
  padding: 15px;
  margin-top: 25px;
}
.favorable .favorablecontent {
  border: solid 1px #ccc;
  border-top: none;
}
.favorable .favorablecontent div {
  flex: 0 0 25%;
  border-right: solid 1px #ccc;
  line-height: 24px;
  padding: 7px 0;
  background: #fff;
  padding-left: 15px;
}
@media (max-width: 768px) {
  .favorable .favorablecontent div {
    flex: 0 0 100%;
    border-right: none;
    border-bottom: solid 1px #ccc;
    padding: 0;
  }
}
.favorable .favorablecontent div input[type=text] {
  margin: 0 5px;
  max-width: 150px;
  height: 23px;
}
@media (max-width: 768px) {
  .favorable .favorablecontent div input[type=text] {
    max-width: 100px;
  }
}
.favorable .favorablecontent div span {
  display: none;
}
@media (max-width: 768px) {
  .favorable .favorablecontent div span {
    display: inline-block;
    width: 85px;
    border-right: solid 1px #ccc;
    margin-right: 10px;
    padding: 7px;
  }
}
.favorable .favorablecontent div:last-child {
  border-right: none;
}
@media (max-width: 768px) {
  .favorable .favorablecontent div:last-child {
    border-right: solid 1px #ccc;
  }
}

@media (max-width: 768px) {
  .favorableHeader {
    display: none;
  }
}

.shippingmethod .title {
  font-size: 22px;
  color: #000;
  font-weight: bold;
  border-bottom: solid 1px #000;
  padding-bottom: 10px;
  margin-top: 86px;
}
.shippingmethod div {
  line-height: 27px;
  border-bottom: solid 1px #000;
}
.shippingmethod div article {
  font-size: 18px;
  font-weight: bold;
  color: #222;
  padding: 7px 12px 7px 5px;
}
.shippingmethod div article img {
  max-width: 20px;
  margin-right: 10px;
}
.shippingmethod div article a:hover {
  color: #000;
}
.shippingmethod div p {
  padding-left: 5px;
}
.shippingmethod div:last-child {
  border-bottom: none;
}

.orderHide {
  display: none;
}
.orderHide input {
  margin-right: 6px;
  height: 32px;
  font-size: 16px;
}

header {
  text-align: center;
  padding: 1rem 0;
}

menu {
  position: relative;
  background-color: #000;
  text-align: center;
}
@media (max-width: 768px) {
  menu {
    position: fixed;
    width: 80vw;
    top: 0;
    height: 100%;
    left: -80vw;
    z-index: 999;
    transition: 1s left;
  }
}
@media (max-width: 768px) {
  menu ul {
    display: block !important;
    padding-top: 2rem;
  }
}
menu ul li {
  flex: 0 0 20%;
}
@media (max-width: 768px) {
  menu ul li {
    text-align: left;
  }
}
menu ul li a {
  display: block;
  padding: 0.8rem 1rem;
  color: #fff;
  position: relative;
  top: 4px;
}
@media (max-width: 768px) {
  menu ul li a {
    padding: 1rem;
  }
}
@media (max-width: 768px) {
  menu ul .menu_icon {
    display: none;
  }
}
menu ul li:last-child a {
  display: inline-block;
  font-size: 18px;
  position: relative;
}
menu ul li:last-child a span {
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  position: absolute;
  top: 5px;
  color: red;
  font-size: 12px;
  line-height: 18px;
  right: 0;
}
@media (max-width: 768px) {
  menu ul li:last-child a span {
    text-align: center;
  }
}

.mobileBtn {
  width: 25px;
  height: 20px;
  font-size: 0;
  overflow: hidden;
  position: absolute;
  top: 40px;
  right: 25px;
  cursor: pointer;
  z-index: 99999;
  display: none;
}
@media (max-width: 768px) {
  .mobileBtn {
    display: block;
  }
}
.mobileBtn:before {
  content: "";
  background-color: #5e5e5e;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  height: 2px;
}
.mobileBtn:after {
  content: "";
  background-color: #5e5e5e;
  display: block;
  position: absolute;
  top: 17px;
  left: 0;
  right: 0;
  height: 2px;
}
.mobileBtn span {
  background-color: #5e5e5e;
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  right: 0;
  height: 2px;
  opacity: 1;
}

.menuToggle {
  left: 0;
  transition: 1s left;
}

.mobileBtnToggle span {
  display: none;
  transition: 0.7s display;
}
.mobileBtnToggle:before {
  transform: rotate(45deg);
  transition: 0.7s transform;
  top: 10px;
}
.mobileBtnToggle:after {
  transform: rotate(-45deg);
  transition: 0.7s transform;
  top: 10px;
}

.swiper-button-next {
  right: 21.5%;
  top: 49%;
}

.swiper-button-prev {
  left: 21.5%;
  top: 49%;
}

.editor {
  padding-top: 50px;
}
.editor .top img {
  width: 100%;
  max-width: 1366px;
  padding: 0 15px;
}
.editor .midden .box {
  flex: 0 0 50%;
  padding: 15px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .editor .midden .box {
    flex: 0 0 100%;
    margin-bottom: 15px;
  }
}
.editor .midden .box img {
  width: 100%;
}
.editor .midden .box .intro {
  padding: 15px 0;
}
.editor .midden .box .intro h2 {
  color: #222;
  font-weight: bold;
}
.editor .midden .box .intro p {
  line-height: 32px;
}
.editor .midden .box .intro p b {
  font-size: 20px;
  color: red;
  font-weight: bold;
}

footer {
  padding: 2.8rem 0 2rem;
  background-color: #b59f62;
  border-top: solid 1px #000;
}
@media (max-width: 768px) {
  footer {
    padding: 30px 12px 58px;
  }
}
footer .data {
  flex: 0 0 50%;
}
@media (max-width: 768px) {
  footer .data {
    flex: 0 0 100%;
  }
}
footer .data h2 {
  font-size: 21px;
  font-weight: bold;
  color: #000;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  footer .data h2 {
    font-size: 18px;
    line-height: 24px;
  }
}
footer .data a,
footer .data p {
  line-height: 26px;
  padding: 4px 0;
  display: block;
  color: #000;
}
footer .data a i,
footer .data p i {
  display: inline-block;
  width: 20px;
  text-align: center;
  margin-right: 6px;
}
@media (max-width: 768px) {
  footer .data p {
    font-size: 12px;
  }
}
footer .link {
  flex: 0 0 50%;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  footer .link {
    flex: 0 0 100%;
    justify-content: flex-start;
    padding-top: 25px;
  }
}
footer .link ul {
  flex: 0 0 32%;
  line-height: 26px;
}
@media (max-width: 768px) {
  footer .link ul {
    flex: 0 0 50%;
    margin-bottom: 25px;
  }
}
footer .link ul li a {
  color: #000;
  margin-bottom: 5px;
  display: inline-block;
  border-bottom: solid 1px #b59f62;
}
footer .link ul li a:hover {
  border-bottom: solid 1px #333;
}

.company_profile,
.video,
.contact,
.product {
  width: 100%;
  background-color: #b59f62;
  text-align: center;
  color: #fff;
  padding: 1rem 0;
  display: none;
}
.company_profile ol,
.video ol,
.contact ol,
.product ol {
  margin-left: -30px;
}
@media (max-width: 768px) {
  .company_profile ol,
  .video ol,
  .contact ol,
  .product ol {
    text-align: center;
    margin-left: 0px;
  }
}
@media (max-width: 768px) {
  .company_profile ol li,
  .video ol li,
  .contact ol li,
  .product ol li {
    flex: 0 0 25%;
  }
}
.company_profile ol li a,
.video ol li a,
.contact ol li a,
.product ol li a {
  color: #fff;
  padding: 0 20px;
  position: relative;
}
.company_profile ol li a:before,
.video ol li a:before,
.contact ol li a:before,
.product ol li a:before {
  content: "/";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
}
.company_profile ol li a:hover,
.video ol li a:hover,
.contact ol li a:hover,
.product ol li a:hover {
  color: #000;
}
.company_profile ol li a:hover:before,
.video ol li a:hover:before,
.contact ol li a:hover:before,
.product ol li a:hover:before {
  color: #fff;
}
.company_profile ol li .active,
.video ol li .active,
.contact ol li .active,
.product ol li .active {
  color: #000;
}
.company_profile ol li:last-child a:before,
.video ol li:last-child a:before,
.contact ol li:last-child a:before,
.product ol li:last-child a:before {
  display: none;
}

@media (max-width: 1024px) {
  #company img {
    display: none;
  }
}

@media (max-width: 1024px) {
  #tech2 {
    padding: 30px;
  }
}
@media (max-width: 1024px) {
  #tech2 img {
    max-width: 100%;
    padding: 30px;
  }
}

.video ol {
  margin-left: 27.5vw;
}
@media (max-width: 1500px) {
  .video ol {
    margin-left: 41vw;
  }
}
@media (max-width: 768px) {
  .video ol {
    margin-left: 0;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .video ol li {
    flex: 0 0 35%;
  }
}

.contact ol {
  margin-left: 43vw;
}
@media (max-width: 1500px) {
  .contact ol {
    margin-left: 65vw;
  }
}
@media (max-width: 768px) {
  .contact ol {
    margin-left: 0;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .contact ol li {
    flex: 0 0 100%;
  }
}

.product ol {
  margin-left: 11.5vw;
}
@media (max-width: 1500px) {
  .product ol {
    margin-left: 18vw;
  }
}
@media (max-width: 768px) {
  .product ol {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .product ol li {
    flex: 0 0 33.33%;
  }
}

#about,
#video,
#contact,
#product {
  display: block;
}

#history {
  padding: 5rem 0 2rem;
  background-image: url("../img/about-1.jpg");
  color: #000;
  background-size: cover;
}
@media (max-width: 768px) {
  #history {
    padding: 3rem 12px 30px;
  }
}
#history h2 {
  margin-bottom: 2rem;
  line-height: 1;
  font-size: 2rem;
}
#history .box {
  margin-bottom: 30px;
}
#history .box .year {
  font-size: 44px;
  padding-bottom: 15px;
  position: relative;
}
#history .box .year:before {
  content: "年";
  position: absolute;
  left: 110px;
  top: 24px;
  font-size: 16px;
  font-weight: bold;
}
#history .box p {
  line-height: 32px;
}

#company {
  padding: 5rem 0 0rem;
  background-image: url("../img/company.jpg");
}
@media (max-width: 768px) {
  #company {
    padding: 2.5rem 30px;
  }
}
#company .txt {
  padding-left: 3rem;
  padding-top: 6rem;
}
@media (max-width: 768px) {
  #company .txt {
    padding: 0px;
  }
}
#company .txt h2 {
  font-size: 24px;
  color: #000;
  padding-bottom: 30px;
  font-weight: bold;
}
#company .txt p {
  line-height: 42px;
  font-size: 18px;
  color: #000;
  font-size: 15px;
}

#concept {
  padding: 8rem 0;
  background-image: url("../img/concept.jpg");
  background-size: cover;
}
@media (max-width: 768px) {
  #concept {
    padding: 3rem 0;
  }
}
#concept .title {
  text-align: center;
  font-size: 24px;
  color: #000;
  padding-top: 3rem;
}
#concept .title h2 {
  margin-bottom: 36px;
}
#concept .content {
  margin-top: 5rem;
}
#concept .content .box {
  flex: 0 0 33.333%;
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  #concept .content .box {
    flex: 0 0 100%;
    margin-bottom: 40px;
  }
}
#concept .content .box h3 {
  font-size: 18px;
  padding: 20px 0;
}
#concept .content .box p {
  font-size: 16px;
}

#tech {
  padding: 5rem 0 13%;
  background-image: url("../img/tech.jpg");
  background-position: center top;
  text-align: center;
  background-size: cover;
  color: #fff;
}
#tech h2 {
  margin-bottom: 2rem;
  line-height: 1;
  font-size: 2rem;
}
#tech p {
  font-size: 22px;
  padding: 10px 0;
}
#tech .box {
  flex: 0 0 33.333%;
  margin-top: 30px;
  text-align: center;
  color: #000;
  padding: 0 5px;
}
@media (max-width: 768px) {
  #tech .box {
    flex: 0 0 100%;
  }
}
#tech .box img {
  margin-bottom: 15px;
  max-width: 100%;
}
#tech .box p {
  font-size: 15px;
  padding: 0;
  line-height: 26px;
}

#tech2 {
  padding: 5rem 0;
  background-image: url("../img/tech2-bg.jpg");
  text-align: center;
}

.videoWrap {
  padding: 50px 0;
}
.videoWrap .box {
  flex: 0 0 50%;
  padding: 0 5px;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .videoWrap .box {
    flex: 0 0 100%;
  }
}
.videoWrap .box iframe {
  width: 100%;
}
.videoWrap .box p {
  color: #000;
  text-align: center;
  padding: 10px 0;
}

.galleryWrap {
  padding: 50px 0;
}
.galleryWrap h3 {
  font-size: 24px;
  padding-bottom: 25px;
  text-align: center;
  color: #000;
}
.galleryWrap .box {
  flex: 0 0 33.333%;
  padding: 0 15px;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .galleryWrap .box {
    flex: 0 0 100%;
  }
}
.galleryWrap .box img {
  max-width: 100%;
}
.galleryWrap .box p {
  color: #000;
  text-align: center;
  padding: 10px 0;
}

.page {
  text-align: center;
  display: block;
  width: 100%;
  margin: 50px 0 20px;
}
.page a,
.page span {
  display: inline-block;
  width: 22px;
  line-height: 22px;
  font-size: 14px;
  border: solid 1px #222;
  color: #222;
  margin: 0 2px;
}
.page span {
  color: #fff;
  background: #222;
}

.bg {
  background-image: url("../img/contact-bg.jpg");
  color: #b59f62;
  background-position: left bottom;
  background-size: contain;
  position: relative;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .bg {
    height: initial;
    background-size: cover;
    background-position-x: center;
    padding-bottom: 120px;
  }
}
.bg:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  left: 50%;
  background: #000;
  top: 0;
}
@media (max-width: 1024px) {
  .bg:after {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    left: 0%;
  }
}
@media (max-width: 1024px) {
  .bg .box:first-child {
    display: none;
  }
}
.bg .box {
  flex: 0 0 50%;
  height: 100vh;
  position: relative;
  z-index: 3;
  padding: 5rem;
  padding-right: 0;
}
@media (max-width: 1024px) {
  .bg .box {
    flex: 0 0 100%;
    padding: 2.5rem 15px;
  }
}
.bg .box .flex {
  align-items: center;
  width: 100%;
}
@media (max-width: 1024px) {
  .bg .box .flex {
    justify-content: center;
  }
}
.bg .box .flex p {
  padding-left: 1.4rem;
  font-size: 27px;
  line-height: 37px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .bg .box .flex p {
    font-size: 22px;
    line-height: 27px;
  }
}
.bg .box .flex img {
  max-width: 165px;
}
@media (max-width: 768px) {
  .bg .box .flex img {
    margin-bottom: 25px;
  }
}
.bg .box .title {
  margin: 3rem 0;
}
@media (max-width: 768px) {
  .bg .box .title {
    text-align: center;
    margin: 25px 0;
  }
}
.bg .box .title img {
  max-width: 120px;
}
@media (max-width: 768px) {
  .bg .box .title img {
    display: none;
  }
}
.bg .box .inputbox {
  display: flex;
  flex-wrap: wrap;
}
.bg .box .inputbox .formBoxs {
  flex: 0 0 100%;
  margin-bottom: 15px;
}
.bg .box .inputbox .formBoxs p {
  color: #999999;
  line-height: 20px;
  font-size: 14px;
}
@media (max-width: 768px) {
  .bg .box .inputbox .formBoxs p {
    color: #fff;
  }
}
.bg .box .inputbox .formBoxs input {
  width: 98%;
  font-family: "微軟正黑體";
  border: 0;
  padding: 5px 8px;
  background-color: #fff;
  line-height: 2.2em;
  height: 2.2em;
}
@media (max-width: 768px) {
  .bg .box .inputbox .formBoxs input {
    width: 100%;
  }
}
.bg .box .inputbox .formBoxs textarea {
  width: 98%;
  font-family: "微軟正黑體";
  border: 0;
  padding: 5px 8px;
  background-color: #fff;
  height: 150px;
}
@media (max-width: 768px) {
  .bg .box .inputbox .formBoxs textarea {
    width: 100%;
  }
}
.bg .box .inputbox .formBox {
  flex: 0 0 50%;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .bg .box .inputbox .formBox {
    flex: 0 0 100%;
  }
}
.bg .box .inputbox .formBox p {
  color: #999999;
  line-height: 20px;
  font-size: 14px;
}
@media (max-width: 768px) {
  .bg .box .inputbox .formBox p {
    color: #fff;
  }
}
.bg .box .inputbox .formBox input {
  width: 96%;
  font-family: "微軟正黑體";
  border: 0;
  padding: 5px 8px;
  background-color: #fff;
  line-height: 2.2em;
  height: 2.2em;
}
@media (max-width: 768px) {
  .bg .box .inputbox .formBox input {
    width: 100%;
  }
}
.bg .box .inputbox .formBoxA {
  text-align: right;
  flex: 0 0 98%;
}
.bg .box .inputbox .formBoxA a {
  color: #b59f62;
}

.productBox {
  padding: 3rem 0;
}
.productBox .box {
  flex: 0 0 33.33%;
  padding: 0 20px;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .productBox .box {
    flex: 0 0 50%;
  }
}
@media (max-width: 768px) {
  .productBox .box {
    flex: 0 0 100%;
  }
}
.productBox .box .photo {
  cursor: pointer;
  overflow: hidden;
  height: 460px;
  display: flex;
  align-items: center;
}
.productBox .box .photo img {
  max-width: 100%;
  padding: 15px;
  transform: scale(1);
  transition: 0.6s transform;
}
.productBox .box .photo:hover img {
  max-width: 100%;
  transform: scale(1.15);
  transition: 0.6s transform;
}
.productBox .box .intro .txt {
  font-size: 20px;
  color: #000;
  margin-bottom: 15px;
}
.productBox .box .intro .txt img {
  vertical-align: bottom;
  margin: 0 10px;
  position: relative;
  top: -5px;
}
.productBox .box .intro .price s,
.productBox .box .intro .price b {
  display: block;
  padding: 5px 0;
}
.productBox .box .intro .price b {
  color: #dc2244;
  font-weight: bold;
}
.productBox .box .intro .productBtn {
  margin: 30px 0 20px;
}
.productBox .box .intro .productBtn a {
  color: #fff;
  background-color: #222;
  border-radius: 5px;
  margin: 0 2%;
  padding: 10px 15px;
  flex: 0 0 46%;
}
.productBox .box .intro .productBtn a i {
  padding-right: 4px;
}

.productItem {
  padding: 3rem 0 8rem;
}
.productItem .left {
  flex: 0 0 50%;
  padding-right: 30px;
  max-width: 50%;
}
@media (max-width: 768px) {
  .productItem .left {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }
}
.productItem .left img {
  max-width: 100%;
}
.productItem .left .sImg .box {
  flex: 0 0 20%;
  padding: 10px 5px;
}
.productItem .left .sImg .box img {
  height: 110px;
  border: solid 1px #ccc;
  width: 100%;
  cursor: pointer;
}
@media (max-width: 768px) {
  .productItem .left .sImg .box img {
    height: 70px;
  }
}
.productItem .right {
  flex: 0 0 50%;
  padding-left: 30px;
  padding-top: 80px;
  max-width: 50%;
}
@media (max-width: 768px) {
  .productItem .right {
    padding-top: 40px;
  }
}
@media (max-width: 768px) {
  .productItem .right {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
  }
}
.productItem .right .title {
  font-size: 22px;
  color: #000;
  font-weight: bold;
  margin-bottom: 25px;
}
.productItem .right .title img {
  margin: 0 10px;
  position: relative;
  top: -7px;
}
.productItem .right .ingredient {
  line-height: 25px;
  color: #daa520;
  max-width: 80%;
}
@media (max-width: 768px) {
  .productItem .right .ingredient {
    max-width: 100%;
  }
}
.productItem .right .ingredient p {
  padding: 20px 0;
  color: #000;
}
.productItem .right .optionsBtn {
  padding: 30px 0;
}
.productItem .right .optionsBtn a {
  display: block;
  max-width: 80%;
  padding: 15px;
  text-align: center;
  font-size: 20px;
  border-radius: 5px;
  border: solid 1px #222;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .productItem .right .optionsBtn a {
    max-width: 90%;
    margin: 0 auto 25px;
  }
}
.productItem .right .optionsBtn a:hover {
  background: #000;
  color: #fff;
}
.productItem .right .use {
  line-height: 28px;
  max-width: 80%;
}
@media (max-width: 768px) {
  .productItem .right .use {
    max-width: 100%;
    margin: 0 auto 25px;
  }
}
.productItem .right .options {
  margin: 25px 0;
  display: flex;
  align-items: center;
  position: relative;
}
.productItem .right .options input {
  width: 212px;
  height: 40px;
  border: solid 1px #444;
  font-size: 16px;
  padding-left: 10px;
  margin-right: 40px;
}
@media (max-width: 768px) {
  .productItem .right .options input {
    width: 150px;
  }
}
.productItem .right .options .up {
  width: 18px;
  height: 18px;
  text-align: center;
  padding: 0;
  position: absolute;
  left: 310px;
  top: 0;
}
@media (max-width: 768px) {
  .productItem .right .options .up {
    left: 247px;
  }
}
.productItem .right .options .down {
  width: 18px;
  height: 18px;
  text-align: center;
  padding: 0;
  position: absolute;
  left: 310px;
  top: 22px;
}
@media (max-width: 768px) {
  .productItem .right .options .down {
    left: 247px;
  }
}
.productItem .right .options span {
  display: inline-block;
  width: 86px;
}

.fqa {
  padding: 3rem 0 10rem;
  line-height: 28px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .fqa {
    padding: 15px 15px 5rem;
  }
}
.fqa .content {
  max-width: 1170px;
  margin: 0 auto;
}
.fqa .content ._title {
  font-size: 26px;
  line-height: 40px;
  color: #000;
  margin: 2.5rem 0;
  text-align: center;
  padding-bottom: 5px;
  position: relative;
}
.fqa .content ._title:before {
  content: "";
  position: absolute;
  left: 50%;
  width: 52px;
  height: 3px;
  background: #000;
  margin: -26px;
  bottom: 20px;
}
.fqa .content .fqaBox {
  border: solid 1px #000;
}
.fqa .content .fqaBox .fqaCol .fqaBtn {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  line-height: 38px;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  padding: 5px 0 5px 20px;
  cursor: pointer;
  position: relative;
  transition: 0.5s top;
}
.fqa .content .fqaBox .fqaCol .fqaBtn:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  left: -10px;
  top: 0%;
  background: #000;
  opacity: 0;
}
.fqa .content .fqaBox .fqaCol .fqaBlock {
  display: none;
  line-height: 36px;
  padding: 20px;
}
.fqa .content .fqaBox .active .fqaBtn {
  background: #000;
  color: #fff;
}
.fqa .content .fqaBox .active .fqaBtn:before {
  left: 0;
  opacity: 1;
  transition: 0.5s left opacity;
}

.shopCart {
  position: fixed;
  background: #fff9f4;
  right: -488px;
  top: 0;
  width: 488px;
  height: 100%;
  z-index: 999;
  transition: 1s right;
}
@media (max-width: 768px) {
  .shopCart {
    width: 100%;
    right: -100%;
  }
}
.shopCart .title {
  background: #000;
  padding: 36px 0;
  text-align: center;
  font-size: 25px;
  color: #fff;
  position: relative;
}
.shopCart .title .shopCartclose {
  position: absolute;
  left: 30px;
  width: 30px;
  height: 30px;
  top: 28px;
  font-size: 32px;
  cursor: pointer;
}
.shopCart .body {
  padding: 30px 60px;
  overflow-y: auto;
  height: 70vh;
}
@media (max-width: 768px) {
  .shopCart .body {
    padding: 15px;
  }
}
.shopCart .body .box {
  border-bottom: solid 1px #707070;
  padding: 0 0 36px;
  margin-bottom: 30px;
}
.shopCart .body .box .img {
  flex: 0 0 30%;
  max-width: 30%;
}
.shopCart .body .box .img img {
  max-width: 100%;
  padding-right: 10px;
}
.shopCart .body .box .intro {
  flex: 0 0 50%;
  max-width: 50%;
  padding-top: 32px;
}
.shopCart .body .box .intro h4 {
  font-size: 12px;
  line-height: 20px;
  padding-bottom: 7px;
}
.shopCart .body .box .intro h5 {
  font-size: 16px;
  line-height: 25px;
  padding-bottom: 7px;
}
.shopCart .body .box .intro h6 {
  font-size: 20px;
  line-height: 28px;
  padding-bottom: 0px;
  font-weight: bold;
}
.shopCart .body .box .del {
  text-align: center;
  line-height: 20px;
  padding: 30px 0 0;
}
.shopCart .body .box .del i {
  font-size: 22px;
  padding: 3px 0;
}
.shopCart .total {
  position: absolute;
  left: 0;
  padding: 0 60px;
  bottom: 2%;
  font-size: 22px;
  line-height: 30px;
  color: #000;
  font-weight: bold;
  width: 100%;
}
@media (max-width: 768px) {
  .shopCart .total {
    padding: 0 15px;
  }
}
.shopCart .total p {
  padding: 5px 0;
}
.shopCart .total a {
  border: solid 1px #000;
  line-height: 46px;
  margin-bottom: 20px;
  text-align: center;
  border-radius: 5px;
  background: #000;
  color: #fff;
  font-size: 18px;
  margin-top: 10px;
  display: block;
}

.shopCartoggle {
  right: 0;
  transition: 1s right;
}

.login {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 8rem 0;
}
@media (max-width: 768px) {
  .login {
    padding: 3rem 15px 5rem;
  }
}
.login .loginBox {
  width: 100%;
  max-width: 425px;
  margin: 0 auto;
  padding: 30px 30px 15px 30px;
  box-shadow: 1px 1px 3px #252525;
}
@media (max-width: 768px) {
  .login .loginBox {
    padding: 30px 15px;
  }
}
.login .loginBox .title_m {
  font-size: 22px;
  color: #000;
  text-align: center;
  margin-bottom: 25px;
  font-weight: bold;
}
.login .loginBox .title_m i {
  padding-right: 7px;
}
.login .loginBox .box2 {
  padding-bottom: 25px;
  text-align: right;
}
.login .loginBox .box2 a {
  color: #000;
  border-bottom: solid 1px #000;
}
.login .loginBox .box {
  padding: 5px 0 20px;
  width: 100%;
}
.login .loginBox .box input {
  height: 36px;
  border: solid 1px #333;
  width: 100%;
  font-size: 16px;
  padding-left: 8px;
}
.login .loginBox .box a {
  flex: 0 0 48%;
  text-align: center;
  background: #696969;
  margin: 0 auto;
  color: #fff;
  line-height: 38px;
  border-radius: 5px;
}
.login .loginBox .box a:first-child {
  margin-right: 2%;
}
.login .loginBox .box a:last-child {
  margin-left: 2%;
}
.login .loginBox .box button {
  width: 100%;
  text-align: center;
  background: #000;
  margin: 0 auto;
  color: #fff;
  line-height: 38px;
  border-radius: 5px;
  font-size: 18px;
  border: none;
  padding: 3px 0;
  cursor: pointer;
}
.login .loginBox .box button a {
  background: rgba(0, 0, 0, 0);
}

.member {
  margin: 5rem auto;
  width: 960px;
}
@media (max-width: 1024px) {
  .member {
    width: 100%;
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .member {
    margin: 2rem auto;
  }
}
.member .memberBox .member_title {
  text-align: center;
}
.member .memberBox .member_title a {
  margin: 0 20px;
  font-size: 16px;
  line-height: 28px;
  padding: 0 15px;
  border-radius: 3rem;
  color: #000;
  display: inline-block;
}
@media (max-width: 768px) {
  .member .memberBox .member_title a {
    display: block;
    margin-bottom: 25px;
    padding: 5px 15px;
    margin: 0;
    margin-bottom: 8px;
    border: solid 1px #ccc;
  }
}
.member .memberBox .member_title a:hover {
  background: #000;
  color: #fff;
}
.member .memberBox .member_title .active {
  background: #000;
  color: #fff;
}
.member .memberBox .memberContent {
  padding: 3rem 0;
}
.member .memberBox .memberContent span {
  display: inline-block;
  width: 84px;
  color: #000;
}
@media (max-width: 768px) {
  .member .memberBox .memberContent span {
    padding-bottom: 7px;
  }
}
.member .memberBox .memberContent input {
  width: 90%;
  height: 36px;
  border: solid 1px #000;
  font-size: 16px;
  padding-left: 8px;
  border-radius: 4px;
}
@media (max-width: 1024px) {
  .member .memberBox .memberContent input {
    width: 100%;
  }
}
.member .memberBox .memberContent .box {
  margin: 25px 0;
}
.member .memberBox .memberContent .box2 {
  text-align: center;
  padding: 3rem 0;
}
.member .memberBox .memberContent .box2 button {
  background: #000;
  color: #fff;
  padding: 15px;
  border-radius: 3rem;
  border: none;
  width: 200px;
  font-size: 18px;
  cursor: pointer;
}

#twzipcode {
  width: 90%;
}
@media (max-width: 1024px) {
  #twzipcode {
    width: 100%;
  }
}
#twzipcode select {
  width: 32%;
  height: 36px;
  border: solid 1px #000;
  font-size: 16px;
  padding-left: 8px;
  border-radius: 4px;
  margin-right: 15px;
}
@media (max-width: 1024px) {
  #twzipcode select {
    width: 30%;
  }
}
@media (max-width: 768px) {
  #twzipcode select {
    width: 100%;
    margin: 0 0 15px 0;
  }
}
#twzipcode input {
  width: 32% !important;
}
@media (max-width: 1024px) {
  #twzipcode input {
    width: 30%;
  }
}
@media (max-width: 1024px) {
  #twzipcode input {
    width: 100% !important;
  }
}

.orderWrap {
  width: 1024px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .orderWrap {
    width: 100%;
    padding: 0 30px;
  }
}
.orderWrap .order {
  border: solid 1px #000;
  border-top: none;
}
@media (max-width: 768px) {
  .orderWrap .order {
    border-top: solid 1px #000;
    margin-bottom: 15px;
  }
}
.orderWrap .order div {
  color: #222;
  flex: 0 0 16.6666%;
  line-height: 34px;
  border-right: solid 1px #000;
  padding-left: 7px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .orderWrap .order div {
    flex: 0 0 100%;
    border-right: none;
    border-bottom: solid 1px #000;
  }
}
.orderWrap .order div a {
  display: block;
}
.orderWrap .order div i {
  color: #000;
  padding-right: 3px;
}
.orderWrap .order div article {
  display: none;
}
@media (max-width: 768px) {
  .orderWrap .order div article {
    display: inline-block;
    width: 80px;
    margin-right: 10px;
    border-right: solid 1px #000;
  }
}
.orderWrap .order div:first-child {
  padding-left: 5px;
}
@media (max-width: 768px) {
  .orderWrap .order div:first-child {
    padding-left: 7px;
    background: #000;
    color: #fff;
  }
}
@media (max-width: 768px) {
  .orderWrap .order div:first-child a {
    color: #fff;
  }
}
.orderWrap .order div:last-child {
  padding-right: 5px;
  text-align: center;
  border-right: none;
}
@media (max-width: 768px) {
  .orderWrap .order div:last-child {
    text-align: left;
    border-bottom: none;
  }
}
.orderWrap .orderTitle {
  font-size: 16px;
  color: #777;
  background: #000;
  padding: 7px;
  border: none;
}
@media (max-width: 768px) {
  .orderWrap .orderTitle {
    display: none;
  }
}
.orderWrap .orderTitle div {
  color: #fff;
  border: none;
}
.orderWrap .page {
  padding: 5rem 0;
}
@media (max-width: 768px) {
  .orderWrap .page {
    padding: 3rem 0;
  }
}
.orderWrap .order_item .order_item_box {
  padding-left: 76px;
  line-height: 34px;
  border-bottom: solid 1px #ccc;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .orderWrap .order_item .order_item_box {
    padding-left: 0;
  }
}
.orderWrap .order_item .order_item_box span {
  display: inline-block;
  width: 85px;
}
.orderWrap .order_item .order_item_box .order_item_table .order_item_table_list {
  width: 100%;
  border-bottom: solid 1px #ccc;
  padding: 7px 0;
}
.orderWrap .order_item .order_item_box .order_item_table .order_item_table_list div {
  flex: 0 0 15%;
  text-align: right;
}
@media (max-width: 768px) {
  .orderWrap .order_item .order_item_box .order_item_table .order_item_table_list div {
    flex: 0 0 20%;
  }
}
.orderWrap .order_item .order_item_box .order_item_table .order_item_table_list div:first-child {
  flex: 0 0 55%;
  text-align: left;
}
@media (max-width: 768px) {
  .orderWrap .order_item .order_item_box .order_item_table .order_item_table_list div:first-child {
    flex: 0 0 40%;
  }
}
.orderWrap .order_item h6 {
  color: #000;
  margin-bottom: 20px;
  font-weight: bold;
}
.orderWrap .order_item .btn_wrap {
  padding: 3rem 0;
  margin: 3rem 0;
}
.orderWrap .order_item .btn_wrap a,
.orderWrap .order_item .btn_wrap button {
  background: #000;
  color: #fff;
  padding: 15px;
  border: none;
  width: 200px;
  font-size: 18px;
  border-radius: 5px;
}

.terms {
  padding: 3rem 0 10rem;
  line-height: 28px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .terms {
    padding: 3rem 15px 5rem;
  }
}
.terms ._title {
  font-size: 26px;
  line-height: 40px;
  color: #000;
  margin: 2.5rem 0;
  text-align: center;
  padding-bottom: 5px;
  position: relative;
}
.terms .privacyTitle {
  font-size: 19px;
  color: #000;
  padding: 3px 0;
  font-weight: bold;
}

.mobileFooter {
  display: none;
}
@media (max-width: 768px) {
  .mobileFooter {
    display: flex;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 999;
    background-color: #000;
  }
}
.mobileFooter div {
  flex: 0 0 25%;
  text-align: center;
  padding: 10px 0 8px;
  position: relative;
}
.mobileFooter div:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 72%;
  background: #fff;
  top: 11px;
  left: 0;
}
.mobileFooter div a {
  color: #fff;
  font-size: 12px;
  line-height: 23px;
}
.mobileFooter div a i {
  font-size: 20px;
  height: 25px;
}
.mobileFooter div a img {
  width: 20px;
}
.mobileFooter div:first-child:before {
  display: none;
}

.onsale {
  padding: 3rem 0;
}
.onsale h2 {
  font-size: 32px;
  font-weight: bold;
  color: #222;
}
.onsale .onsaleBox {
  margin: 30px 0;
  box-shadow: 1px 3px 4px 0px #969595;
}
.onsale .onsaleBox .left {
  height: 360px;
  background-size: contain;
  flex: 0 0 50%;
  background-position-x: center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .onsale .onsaleBox .left {
    flex: 0 0 100%;
  }
}
.onsale .onsaleBox .right {
  flex: 0 0 50%;
  padding-top: 2.7rem;
}
@media (max-width: 768px) {
  .onsale .onsaleBox .right {
    flex: 0 0 100%;
    padding: 30px;
  }
}
.onsale .onsaleBox .right .date {
  font-size: 22px;
  color: #000;
}
.onsale .onsaleBox .right .date span {
  border-bottom: solid 1px #000;
  line-height: 35px;
}
.onsale .onsaleBox .right .onsaletxt {
  padding: 4rem 0;
  font-size: 32px;
  font-weight: bold;
  color: #000;
}
@media (max-width: 768px) {
  .onsale .onsaleBox .right .onsaletxt {
    padding: 15px 0;
  }
}

.onsale_time {
  padding: 3rem 0;
}
.onsale_time .date {
  padding-bottom: 30px;
  font-size: 15px;
  color: #000;
}
.onsale_time .title {
  font-size: 26px;
  color: #000;
  margin-bottom: 36px;
  font-weight: bold;
  border-bottom: solid 1px #000;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
.onsale_time .content {
  width: 100%;
  max-width: 1024px;
  padding: 0 15px;
  margin: 0 auto;
  line-height: 28px;
}
.onsale_time .content .ckeditr img {
  width: 100%;
  max-width: 1024px;
}
.onsale_time .content .onsale_timeBtn {
  text-align: center;
  margin: 3rem 0;
  border-top: solid 1px #ccc;
}
.onsale_time .content .onsale_timeBtn a {
  background: #000;
  border: solid 1px #000;
  border-radius: 5px;
  line-height: 40px;
  font-size: 18px;
  display: inline-block;
  padding: 0 20px;
  color: #fff;
  margin-top: 30px;
}/*# sourceMappingURL=style.css.map */