@charset "UTF-8";
.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "";
    display: block; }
  .clearfix:after {
    clear: both; }

/* 修正粗體 ASCII (碧筵綰) */
@font-face {
  font-family: "fix Microsoft JhengHei";
  font-style: normal;
  font-weight: bold;
  unicode-range: U+7db0, U+78A7, U+7B75;
  src: url("../fonts/MSGOTHIC.otf"); }
* {
  box-sizing: border-box;
  position: relative; }

body {
  font-family: Helvetica, Arial, "LiHei Pro", "fix Microsoft JhengHei", "Microsoft JhengHei", "新細明體", sans-serif;
  background: #1a1e23; }

a {
  text-decoration: none; }

img {
  max-width: 100%; }

.unreset {
  line-height: initial; }
  .unreset a {
    text-decoration: underline; }
  .unreset img {
    height: auto !important; }

button, input[type="reset"], input[type="submit"] {
  cursor: pointer; }

input[type="reset"], input[type="submit"], input[type="text"], input[type="email"], input[type="tel"], textarea, input[type="date"], input[type="time"], input[type="number"], input[type="password"] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  font-family: Helvetica, Arial, "LiHei Pro", "fix Microsoft JhengHei", "Microsoft JhengHei", "新細明體", sans-serif;
  box-shadow: none;
  border: none;
  outline: none;
  min-height: 30px;
  padding: 5px 10px; }

select {
  border-radius: 0;
  font-family: Helvetica, Arial, "LiHei Pro", "fix Microsoft JhengHei", "Microsoft JhengHei", "新細明體", sans-serif; }

.hide {
  display: none !important; }

.container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px; }

/* ==================== header ==================== */
.headerLogo {
  margin-top: 40px;
  margin-bottom: 30px;
  position: relative; }
  .headerLogo .slogon{
    position: absolute;
    left: 20px;
    top: 50%;
    padding: 10px 15px;
    border: solid 1px #000;
    transform: translateY(-50%); }
    .headerLogo .slogon p{ 
      color: #fff;
      font-size: 16px;
      line-height: 20px;
      text-align: center;
      margin-top: 5px;
      margin-bottom: 5px; }
  .headerLogo a {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 240px;
    width: 100%; }
  .headerLogo img {
    max-width: 100%;
    width: 100%; }

.menuRow {
  border-top: 1px solid #444;
  border-bottom: 1px solid #444; }
  .menuRow .mbMenuBtn {
    cursor: pointer;
    display: none;
    transform: translateY(-100%);
    position: absolute;
    right: 20px;
    top: -25px; }
    .menuRow .mbMenuBtn span {
      background: #847c7b;
      display: block;
      height: 2px;
      width: 35px; }
      .menuRow .mbMenuBtn span:not(:first-child) {
        margin-top: 10px; }

.mainMenu {
  background: #9a9b9e;
  height: 46px;
  overflow: hidden;
  align-items: flex-start;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .mainMenu li:not(.lang) {
    padding: 0 30px;
    transition: all 0.2s; }
    .mainMenu li:not(.lang):hover {
      background: #f0acac;
      transform: translateY(-50%); }
    .mainMenu li:not(.lang) a {
      display: block;
      padding-top: 15px;
      padding-bottom: 15px;
      color: #fff;
      font-size: 16px; }
      .mainMenu li:not(.lang) a.hoverTxt {
        color: #1a1e22; }
  .mainMenu .lang {
    padding-top: 6px;
    margin-left: 15px; }
    .mainMenu .lang a {
      font-size: 13px;
      display: inline-block;
      color: #000;
      border-radius: 50%;
      background: #fff;
      text-align: center;
      line-height: 35px;
      height: 35px;
      width: 35px; }
      .mainMenu .lang a:first-child {
        margin-right: 10px; }
      .mainMenu .lang a:hover {
        color: #fff;
        background: #333; }

/* =================== footer ==================== */
footer {
  padding-top: 20px;
  padding-bottom: 20px;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  footer p {
    font-size: 13px;
    font-weight: lighter; }
  footer .right {
    color: #ccc; }
  footer .designed {
    color: #898989;
    margin-left: 35px; }
    footer .designed b {
      color: #898989; }

@media (max-width: 768px) {
  /* ==================== header ==================== */
  .headerLogo {
    margin-top: 30px;
    margin-bottom: 20px; }
    .headerLogo a {
      max-width: 200px; } }
@media (max-width: 640px) {
  /* ==================== header ==================== */
  .headerLogo {
    margin-top: 30px;
    margin-bottom: 20px; }
    .headerLogo .slogon{ 
      padding: 5px; }
      .headerLogo .slogon p{ 
        font-size: 14px;
        line-height: 14px; }
    .headerLogo a {
      max-width: 180px; }

  .menuRow {
    border: none; }
    .menuRow .mbMenuBtn {
      display: block;
      top: -40px; }

  .mainMenu {
    display: none;
    height: auto;
    z-index: 1;
    width: 100%;
    left: 0;
    position: absolute;
    top: 0; }
    .mainMenu li {
      height: 46px;
      width: 100%;
      overflow: hidden;
      text-align: center;
      border-bottom: 1px solid #444; }
      .mainMenu li:hover {
        background: transparent !important;
        transform: translateY(0%) !important; }
    .mainMenu .lang {
      margin-left: 0; } }
@media (max-width: 480px) {
  /* ==================== header ==================== */
  .headerLogo a {
    max-width: 150px; }

  /* =================== footer ==================== */
  footer {
    padding-top: 15px;
    padding-bottom: 15px; }
    footer p {
      width: 100%;
      text-align: center; }
    footer .right {
      margin-bottom: 5px; } }
.btn {
  color: #fff;
  text-align: center; }

.orangeBG {
  background: #d25a1e; }
  .orangeBG:hover {
    background: #a54718; }

.blueBG {
  background: #5396d4; }
  .blueBG:hover {
    background: #317dc3; }

.redBG {
  background: #ff0000; }
  .redBG:hover {
    background: #cc0000; }

.greyBG {
  background: #898989; }
  .greyBG:hover {
    background: #707070; }

.pageBanner img {
  display: block; }

.pageContainer {
  background: #f3f3f3;
  padding-top: 50px;
  padding-bottom: 50px; }

.beradcrumb {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; }
  .beradcrumb li:not(:last-child) {
    margin-right: 20px; }
    .beradcrumb li:not(:last-child):after {
      content: ">";
      display: block;
      color: #646464;
      position: absolute;
      right: -14px;
      top: -1px; }
  .beradcrumb a, .beradcrumb p {
    color: #646464;
    font-size: 14px; }
  .beradcrumb a:hover {
    color: #d25a1e; }

.pagination {
  margin-top: 70px;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .pagination li:not(:first-child) {
    margin-left: 10px; }
  .pagination li:not(:last-child) {
    margin-right: 10px; }
  .pagination li:nth-child(n+3):nth-child(-n+6):after {
    content: "";
    display: block;
    background: #000;
    height: 80%;
    width: 1px;
    position: absolute;
    right: -10px;
    top: 10%; }
  .pagination li.active a {
    color: #d25a1e; }
  .pagination a {
    color: #000;
    font-size: 17px; }
    .pagination a:hover {
      color: #d25a1e; }
  .pagination img {
    max-width: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto; }

.backBtn {
  margin-top: 30px;
  text-align: center; }
  .backBtn a {
    display: inline-block;
    font-size: 14px;
    padding: 12px 25px; }

.menuNav {
  margin-top: 40px;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .menuNav li:not(:first-child) {
    margin-left: 60px; }
  .menuNav li.active a:after {
    background-color: #d25a1e; }
  .menuNav a {
    display: inline-block;
    color: #7a7a7a;
    font-size: 18px;
    padding-bottom: 5px; }
    .menuNav a:after {
      content: "";
      display: block;
      background: #ccc;
      height: 3px;
      width: 100%;
      bottom: -3px;
      left: 0;
      position: absolute; }
    .menuNav a:hover {
      color: #d25a1e; }

.formHead {
  background: #d25a1e;
  border-radius: 10px;
  margin-top: 50px; }
  .formHead h3 {
    font-size: 16px;
    line-height: 34px;
    color: #fff;
    margin-left: 20px;
    margin-right: 20px;
    background: #222;
    padding: 8px 13px; }

.formStyle {
  padding: 40px 20px; }
  .formStyle.cart {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0; }
    .formStyle.cart .cartTitle {
      margin-bottom: 20px;
      margin-top: 40px; }
  .formStyle .fieldRow, .formStyle .fieldTri {
    border-bottom: 1px solid #d25a1e;
    align-items: stretch;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .formStyle .fieldRow .field, .formStyle .fieldTri .field {
      border-bottom: none; }
    .formStyle .fieldRow > div:not(:first-child):before, .formStyle .fieldTri > div:not(:first-child):before {
      content: "";
      display: block;
      background: #d25a1e;
      height: 10px;
      width: 1px;
      bottom: 0px;
      left: 0;
      position: absolute; }
  .formStyle .fieldRow > div {
    max-width: calc((100% - 20px) / 2);
    width: 100%; }
    .formStyle .fieldRow > div:first-child {
      margin-right: 20px; }
  .formStyle .fieldTri > div {
    max-width: calc((100% - 40px) / 3);
    width: 100%; }
    .formStyle .fieldTri > div:not(:last-child) {
      margin-right: 20px; }
  .formStyle .field {
    border-bottom: 1px solid #d25a1e;
    padding: 15px 0;
    align-items: center;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .formStyle .field p {
      color: #333;
      font-size: 16px;
      padding-left: 15px;
      max-width: 150px;
      width: 100%; }
      .formStyle .field p.finalCheck {
        max-width: 100%;
        color: #d25a1e;
        padding-left: 0; }
    .formStyle .field .inputBox {
      padding-left: 15px;
      max-width: calc(100% - 150px);
      width: 100%; }
      .formStyle .field .inputBox:before {
        content: "";
        display: block;
        background: #d25a1e;
        height: 10px;
        width: 1px;
        bottom: -15px;
        left: 0;
        position: absolute; }
    .formStyle .field input:not([type="radio"]) {
      border: #bababa 1px solid;
      padding: 8px;
      max-width: calc(100% - 15px);
      width: 100%; }
    .formStyle .field select {
      padding: 5px;
      padding-bottom: 8px; }
    .formStyle .field .remark {
      max-width: calc(100% - 150px); }
  .formStyle .hasRrmark .inputBox {
    max-width: calc(100% - 150px - 500px); }
  .formStyle .hasRrmark span {
    padding-left: 10px;
    color: #777;
    font-size: 14px; }
  .formStyle .address .code {
    width: 100px; }
    .formStyle .address .code select {
      width: 100%; }
  .formStyle .address .addressTxtTitle {
    width: 50px;
    text-align: center;
    margin-bottom: 0;
    padding-left: 0; }
   .formStyle .address .addressCode {
    max-width: 80px !important; }
    .formStyle .address .addressCode input{
		max-width: 100%; }
  .formStyle .address .addressTxt {
    max-width: calc(100% - 150px - 100px - 80px); }
    .formStyle .address .addressTxt:before {
      display: none; }
  .formStyle .captcha .inputBox {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .formStyle .captcha .inputBox input {
      max-width: 250px !important;
      margin-right: 10px; }
  .formStyle .btnRow {
    margin-top: 50px;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .formStyle .btnRow input, .formStyle .btnRow button {
      font-size: 16px;
      font-family: Helvetica, Arial, "LiHei Pro", "fix Microsoft JhengHei", "Microsoft JhengHei", "新細明體", sans-serif;
      padding: 10px;
      text-align: center;
      max-width: 180px;
      width: 100%; }
    .formStyle .btnRow button {
      margin-left: 25px;
      border: none; }

.backToShop {
  text-align: center;
  margin-bottom: 50px; }
  .backToShop a {
    display: inline-block;
    padding: 13px 25px; }

.footerInfo{
  width: 100%;
  text-align: center;
  margin-top: 10px;
  color: #fff;
  font-weight: lighter;
  font-size: 14px;
}
.footerInfo span{
  padding: 3px 5px;
  display: inline-block;
}

@media (max-width: 960px) {
  .formStyle {
    padding: 20px 0 40px; }
    .formStyle .field p {
      max-width: 100%;
      margin-bottom: 10px; }
    .formStyle .field .inputBox {
      max-width: 100%; }
      .formStyle .field .inputBox:before {
        display: none; }
    .formStyle .address .addressTxt {
      max-width: calc(100% - 100px - 80px); }
    .formStyle .hasRrmark .inputBox {
      max-width: calc(100% - 100px - 300px); } }
@media (max-width: 768px) {
  .pageContainer {
    padding-top: 20px;
    padding-bottom: 20px; }

  .pagination {
    margin-top: 50px;
    margin-bottom: 50px; }

  .formStyle .hasRrmark .inputBox {
    max-width: calc(100% - 200px); }

  .menuNav li:not(:first-child) {
    margin-left: 30px; }
  .menuNav a {
    font-size: 16px;
    line-height: 20px; } }
@media (max-width: 640px) {
  .menuNav {
    align-items: flex-start;
    justify-content: flex-start; }
    .menuNav li {
      text-align: center;
      margin-bottom: 15px; }
      .menuNav li:not(:first-child) {
        margin-left: 0; }
    .menuNav.mem li {
      max-width: calc(100% / 4);
      width: 100%; }
    .menuNav.cart {
      justify-content: space-between; }
      .menuNav.cart li {
        max-width: initial;
        width: auto; }

  .formStyle .fieldRow > div, .formStyle .fieldTri > div {
    max-width: 100%;
    margin-right: 0 !important; }
    .formStyle .fieldRow > div:not(:first-child), .formStyle .fieldTri > div:not(:first-child) {
      border-top: 1px solid #d25a1e; }
      .formStyle .fieldRow > div:not(:first-child):before, .formStyle .fieldTri > div:not(:first-child):before {
        display: none; }
  .formStyle .field {
    padding-top: 12px;
    padding-bottom: 12px; }
    .formStyle .field p, .formStyle .field .inputBox {
      padding-left: 0; }
    .formStyle .field input:not([type="radio"]) {
      max-width: 100%; }
  .formStyle .hasRrmark .inputBox {
    max-width: 100%; }
  .formStyle .hasRrmark span {
    display: block;
    padding-left: 0;
    margin-top: 8px; }
  .formStyle .address .code {
    width: 70px; }
  .formStyle .address .addressCode {
  	padding-left: 15px; }
  .formStyle .address .addressTxt {
    max-width: 100%;
    margin-top: 10px;
    padding-left: 0px; }
  .formStyle .btnRow input, .formStyle .btnRow button {
    max-width: 30%; }
    .formStyle .btnRow input:not(:first-child), .formStyle .btnRow button:not(:first-child) {
      margin-left: 3%; } }

/*# sourceMappingURL=frame.css.map */
