@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
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; }

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0; }

/* HTML5 display-role reset for older browsers */
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,
q:before, q:after {
  content: '';
  content: none; }

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

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

html,
button,
input,
select,
textarea {
  color: #222; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

img {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

body {
  font-family: "PT Serif Caption", "Noto Sans TC", serif, "微軟正黑體"; }

.container {
  width: 1200px;
  max-width: none !important;
  position: relative; }

.bold {
  font-weight: 800; }

.normal {
  font-weight: normal; }

.light {
  font-weight: 200; }

h2.toptitle {
  font-size: 48px;
  font-family: "Noto Sans TC", serif, "微軟正黑體";
  color: #000;
  font-weight: 600;
  position: relative;
  text-align: center;
  display: inline-block;
  margin: 0px auto;
  margin: 0px auto; }
  h2.toptitle:before {
    width: 4px;
    background: #ebd586;
    height: 100%;
    position: absolute;
    content: '';
    left: -40px; }
  h2.toptitle:after {
    width: 4px;
    background: #ebd586;
    height: 100%;
    position: absolute;
    content: '';
    right: -40px; }

h2.subtitle {
  font-size: 28px;
  font-family: "PT Serif Caption", "Noto Sans TC", sans-serif, "微軟正黑體";
  color: #000;
  position: relative;
  text-align: center;
  display: block;
  margin: 30px auto; }

.vertical-center > .text-center {
  flex-grow: 1; }

.align-items-center .text-center,
.align-items-center .text-left,
.align-items-center .text-right {
  flex-grow: 1;
  justify-content: center; }

.align-items-center.text-center {
  flex-grow: 1;
  justify-content: center; }

.align-items-center.text-left {
  flex-grow: 1;
  justify-content: left; }

.align-items-center.text-right {
  flex-grow: 1;
  justify-content: flex-end; }

header {
  min-height: 760px;
  min-width: 1200px;
  position: relative; }
  header .toparea {
    padding-top: 60px;
    padding-bottom: 100px;
    background: #ffffff;
    box-shadow: 0 12px 26px 0 #d9d9d9;
    position: relative;
    bottom: -480px;
    z-index: 9; }
    header .toparea .topicon .icontext {
      font-family: "Noto Sans TC", serif, "微軟正黑體";
      font-size: 14px;
      padding-top: 10px; }
    header .toparea .topsearch {
      background: #ebd586;
      padding: 13px;
      margin-top: 40px; }
      header .toparea .topsearch input {
        width: 98%;
        border: 0;
        height: 60px;
        font-size: 20px;
        background: #ffffff;
        padding-left: 15px;
        font-family: "Noto Sans TC", serif, "微軟正黑體"; }
      header .toparea .topsearch .inputlabel {
        position: absolute;
        background: #000;
        color: #ffffff;
        padding: 15px 20px;
        font-size: 18px;
        font-family: "Noto Sans TC", serif, "微軟正黑體";
        border-radius: 4px;
        bottom: -45px;
        left: 10px;
        text-decoration: underline; }
        header .toparea .topsearch .inputlabel img {
          padding: 0px 5px; }
        header .toparea .topsearch .inputlabel a {
          color: #ffffff; }
        header .toparea .topsearch .inputlabel:before {
          border-style: solid;
          border-width: 0 8px 8px 8px;
          border-color: transparent transparent #000000 transparent;
          position: absolute;
          content: '';
          top: -7px; }
      header .toparea .topsearch button {
        font-family: "Noto Sans TC", serif, "微軟正黑體";
        font-size: 24px;
        width: 100%;
        position: relative;
        border: 0;
        outline: 0;
        font-weight: bold;
        background: #ebd586;
        height: 60px;
        padding-bottom: 25px; }
        header .toparea .topsearch button:after {
          background: url("../images/finger.png");
          position: absolute;
          width: 80px;
          height: 95px;
          content: '';
          margin: 0px auto;
          left: 0;
          right: 0;
          top: 35px; }
  header .sliderarea {
    position: relative;
    z-index: 1; }
    header .sliderarea .slidertop {
      position: absolute;
      top: 0px;
      height: 760px;
      width: 100%; }
      header .sliderarea .slidertop .swiper-slide {
        background-position: center top !important; }
  header .slidertext {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 133px;
    z-index: 11;
    width: 100%;
    margin: 0px auto;
    padding: 25px 0px; }
    header .slidertext h1.herotitle {
      color: #ffffff;
      font-size: 96px;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
      padding: 15px 0px;
      font-weight: 600; }
    header .slidertext h2.herosubtitle {
      font-family: "PT Serif Caption", "Noto Sans TC", serif, "微軟正黑體";
      font-size: 28px;
      padding: 15px 0px;
      color: #ffffff;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); }
    header .slidertext .herotab {
      font-size: 20px;
      color: #000;
      position: absolute;
      display: inline;
      width: 100%;
      top: -75px;
      left: 0px; }
      header .slidertext .herotab span.arrow {
        background: #000;
        padding: 10px 15px;
        color: #ffffff;
        font-size: 18px;
        border-radius: 4px;
        margin-left: 7px;
        position: relative; }
        header .slidertext .herotab span.arrow i {
          font-size: 20px; }
        header .slidertext .herotab span.arrow:before {
          border-style: solid;
          border-width: 10px 10px 10px 0;
          border-color: transparent #000000 transparent transparent;
          position: absolute;
          content: '';
          left: -8px;
          top: 10px; }

.brandlist li {
  font-family: "PT Serif Caption", "Noto Sans TC", serif, "微軟正黑體";
  margin-bottom: 25px;
  position: relative; }
  .brandlist li a {
    text-decoration: none;
    background: #ebd586;
    display: block;
    color: #000;
    text-align: center;
    font-size: 28px;
    letter-spacing: 4px;
    height: 160px; }

.brandlist .vertical-center {
  min-height: 160px;
  /* These two lines are counted as one :-)       */
  display: grid;
  align-items: center; }

.mainbutton {
  margin-top: 40px; }
  .mainbutton a {
    background: #d9bd9d;
    color: #000;
    font-size: 24px;
    font-family: "Noto Sans TC", "微軟正黑體";
    text-align: center;
    height: 60px;
    line-height: 60px;
    display: block; }

#section1 {
  min-width: 1200px;
  padding-bottom: 120px;
  border-bottom: 20px solid #ebd586; }
  #section1 .s1-1 {
    padding-top: 100px; }
  #section1 .s1-2 {
    padding-top: 150px; }
    #section1 .s1-2 .subtitle .multirow2 {
      position: relative; }
      #section1 .s1-2 .subtitle .multirow2:after {
        content: '(商品金額X5%)';
        position: absolute;
        margin: 0px auto;
        left: 0;
        right: 0;
        top: 35px;
        font-size: 14px;
        text-align: center; }
    #section1 .s1-2 .subtitle span.imgicon img {
      vertical-align: inherit;
      padding: 0px 5px; }
  #section1 .s1-3 .buysample {
    padding-top: 20px; }
    #section1 .s1-3 .buysample ul li {
      background: #ffffff;
      box-shadow: 0 16px 48px 0 rgba(216, 216, 216, 0.5);
      padding: 10px 30px;
      margin-bottom: 30px; }
      #section1 .s1-3 .buysample ul li .photo img {
        padding: 5px;
        border: 1px solid #d8d8d8; }
      #section1 .s1-3 .buysample ul li .name h3 {
        font-size: 24px;
        font-family: Roboto;
        font-weight: 900;
        line-height: 40px; }
      #section1 .s1-3 .buysample ul li .name p {
        font-size: 16px;
        font-family: "PT Serif Caption", "Noto Sans TC", serif, "微軟正黑體"; }
      #section1 .s1-3 .buysample ul li .areaprice {
        background: #fffced; }
        #section1 .s1-3 .buysample ul li .areaprice .desc {
          font-size: 16px;
          font-family: "PT Serif Caption", "Noto Sans TC", serif, "微軟正黑體";
          display: inline;
          width: 40%;
          line-height: 22px; }
        #section1 .s1-3 .buysample ul li .areaprice .minusicon {
          width: 10%;
          text-align: center;
          display: inline; }
      #section1 .s1-3 .buysample ul li .totalmoney {
        background: #ebd586;
        font-size: 24px;
        font-family: "Noto Sans TC", "微軟正黑體";
        padding: 0px 15px; }
        #section1 .s1-3 .buysample ul li .totalmoney span {
          font-size: 14px;
          background: #ffffff;
          border-radius: 4px;
          height: 30px;
          padding: 0px 8px;
          position: relative;
          margin-left: 15px; }
          #section1 .s1-3 .buysample ul li .totalmoney span:before {
            border-style: solid;
            border-width: 5px 10px 5px 0;
            border-color: transparent #ffffff transparent transparent;
            position: absolute;
            content: '';
            left: -8px; }
    #section1 .s1-3 .buysample .memonote {
      color: #848c8c;
      font-size: 14px;
      font-family: "Noto Sans TC", "微軟正黑體";
      margin-bottom: 80px; }
  #section1 .s1-3 .memo {
    background: #f6f7f9;
    font-size: 18px;
    color: #5d5e60;
    font-family: "Noto Sans TC", "微軟正黑體";
    box-shadow: 2px 4px 12px 0 #d9d9d9;
    padding: 27px 0px;
    letter-spacing: 8px; }
    #section1 .s1-3 .memo:before {
      content: url(../images/quote-left-2.png);
      position: absolute;
      left: 40px;
      top: 20px; }
    #section1 .s1-3 .memo:after {
      content: url(../images/quote-right-2.png);
      position: absolute;
      right: 40px;
      top: 20px; }

#section2 {
  min-width: 1200px;
  padding-bottom: 70px; }
  #section2 .s2-1 {
    padding-top: 150px; }
    #section2 .s2-1 .memoarea {
      margin-top: 40px;
      position: relative;
      padding: 50px 85px;
      background: #f6f7f9;
      font-family: "PT Serif Caption", "Noto Sans TC", serif, "微軟正黑體";
      box-shadow: 2px 4px 12px 0 #d9d9d9; }
      #section2 .s2-1 .memoarea:before {
        content: url(../images/quote-left-2.png);
        position: absolute;
        left: 40px;
        top: 20px; }
      #section2 .s2-1 .memoarea:after {
        content: url(../images/quote-right-2.png);
        position: absolute;
        right: 40px;
        bottom: 20px; }
      #section2 .s2-1 .memoarea .row:first-child {
        margin-bottom: 25px; }
      #section2 .s2-1 .memoarea .row .col-3 {
        color: #d9bd9d;
        font-size: 36px; }
      #section2 .s2-1 .memoarea .row .col-9 {
        color: #5d5e60;
        font-size: 18px;
        line-height: 25px; }
  #section2 .s2-2 .sliderarea {
    margin: 30px 0px; }
    #section2 .s2-2 .sliderarea .swiper-container {
      width: 100%;
      height: 100%;
      padding: 50px 0px 100px 0px; }
    #section2 .s2-2 .sliderarea .swiper-button-next,
    #section2 .s2-2 .sliderarea .swiper-container-rtl .swiper-button-prev {
      right: -20px;
      left: auto; }
    #section2 .s2-2 .sliderarea .swiper-button-prev,
    #section2 .s2-2 .sliderarea .swiper-container-rtl .swiper-button-next {
      left: -20px;
      right: auto; }
    #section2 .s2-2 .sliderarea .swiper-button-prev:after,
    #section2 .s2-2 .sliderarea .swiper-button-next:after {
      font-size: 17px;
      color: #000; }
    #section2 .s2-2 .sliderarea .swiper-button-prev,
    #section2 .s2-2 .sliderarea .swiper-button-next {
      top: 185px; }
    #section2 .s2-2 .sliderarea .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; }
      #section2 .s2-2 .sliderarea .swiper-slide .slidetext {
        display: none; }
    #section2 .s2-2 .sliderarea .swiper-slide-active {
      opacity: 1;
      transform: scale(1.4);
      z-index: 9; }
      #section2 .s2-2 .sliderarea .swiper-slide-active img {
        width: 100%; }
      #section2 .s2-2 .sliderarea .swiper-slide-active .slidetext {
        position: absolute;
        font-size: 18px;
        font-family: "PT Serif Caption", "Noto Sans TC", serif, "微軟正黑體";
        display: block;
        bottom: -30px; }
    #section2 .s2-2 .sliderarea .swiper-slide img {
      width: 100%; }
    #section2 .s2-2 .sliderarea .swiper-pagination {
      margin: 0px auto;
      width: 100%; }
    #section2 .s2-2 .sliderarea .swiper-pagination-bullet {
      margin: 0px 4px; }
    #section2 .s2-2 .sliderarea .swiper-pagination-bullet-active {
      opacity: 1;
      background: #ebd586;
      width: 12px;
      height: 12px;
      position: relative;
      top: 2px; }
  #section2 .s2-2 .addlinefriend {
    font-size: 28px;
    font-family: "PT Serif Caption", "Noto Sans TC", serif, "微軟正黑體";
    margin: 30px 0px; }
    #section2 .s2-2 .addlinefriend img.qrcode {
      padding: 5px;
      background: #fcf2c0;
      margin: 0px 20px; }

#section3 {
  min-width: 1200px;
  background: #fcf2c0;
  padding-bottom: 70px; }
  #section3 .s3-1 {
    padding-top: 150px; }
  #section3 .card-deck {
    padding-top: 40px; }
    #section3 .card-deck .card {
      background: #fffced;
      color: #5d5e60;
      font-size: 18px;
      font-family: "PT Serif Caption", "Noto Sans TC", serif, "微軟正黑體";
      line-height: 24px;
      border: 1px solid #d9bd9d; }
      #section3 .card-deck .card .card-body {
        padding: 1rem;
        display: grid;
        align-items: center; }
      #section3 .card-deck .card .card-title {
        margin-bottom: 0rem;
        font-size: 18px;
        text-align: center;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal; }
      #section3 .card-deck .card .list-group-item {
        text-align: center;
        padding: 0px; }
        #section3 .card-deck .card .list-group-item a {
          background: #fffced;
          border-top: 1px solid #d9bd9d;
          padding: 10px;
          display: block;
          color: #5d5e60;
          font-size: 14px; }
          #section3 .card-deck .card .list-group-item a:hover {
            color: #d9bd9d;
            background: #5d5e60; }

#section4 {
  min-width: 1200px;
  border-bottom: 20px solid #ebd586;
  padding-bottom: 70px; }
  #section4 .s4-1 {
    padding-top: 150px; }
  #section4 .card-deck {
    padding-top: 40px; }
    #section4 .card-deck .card {
      background: #fff;
      color: #5d5e60;
      font-family: "PT Serif Caption", "Noto Sans TC", serif, "微軟正黑體";
      line-height: 24px;
      border: none; }
      #section4 .card-deck .card .card-body {
        padding: 1rem;
        font-size: 14px; }
      #section4 .card-deck .card .card-title {
        margin-bottom: 0rem;
        font-size: 18px;
        text-decoration: underline;
        text-align: center;
        margin-bottom: 0.2rem; }
        #section4 .card-deck .card .card-title a {
          color: #000;
          font-size: 18px; }
      #section4 .card-deck .card p.card-text {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        white-space: normal;
        font-size: 14px; }
      #section4 .card-deck .card .sliderarea {
        margin-bottom: 20px; }
        #section4 .card-deck .card .sliderarea .swiper-slide img {
          width: 100%; }
        #section4 .card-deck .card .sliderarea .swiper-pagination {
          margin: 0px auto;
          width: 100%; }
        #section4 .card-deck .card .sliderarea .swiper-pagination-bullet {
          margin: 0px 4px; }
        #section4 .card-deck .card .sliderarea .swiper-pagination-bullet-active {
          opacity: 1;
          background: #ebd586;
          width: 12px;
          height: 12px;
          position: relative;
          top: 2px; }

#section5 {
  min-width: 1200px;
  padding-bottom: 70px; }
  #section5 .s5 {
    padding-top: 150px; }
  #section5 .brandnumber {
    padding-top: 30px; }
    #section5 .brandnumber.sticky.is-sticky {
      position: fixed;
      left: 0;
      right: 0;
      top: 0;
      z-index: 1000;
      width: 100%;
      padding-top: 0px;
      background: #ebd586; }
      #section5 .brandnumber.sticky.is-sticky ul li a {
        color: #000000;
        margin: 0px 3px;
        padding: 5px 10px; }
        #section5 .brandnumber.sticky.is-sticky ul li a:hover {
          background: #d9bd9d;
          color: #000;
          text-decoration: none; }
        #section5 .brandnumber.sticky.is-sticky ul li a.active {
          background: #d9bd9d;
          color: #000;
          text-decoration: none; }
    #section5 .brandnumber ul {
      text-align: center;
      display: inherit; }
      #section5 .brandnumber ul.nav-tabs {
        border-bottom: 0; }
      #section5 .brandnumber ul li {
        display: inline-block; }
        #section5 .brandnumber ul li a {
          font-size: 28px;
          font-family: "PT Serif Caption", "Noto Sans TC", serif, "微軟正黑體";
          color: #ebd586;
          margin: 0px 3px;
          padding: 5px 10px; }
          #section5 .brandnumber ul li a:hover {
            background: #ebd586;
            color: #000;
            text-decoration: none; }
          #section5 .brandnumber ul li a.active {
            background: #ebd586;
            color: #000;
            border-color: transparent; }
  #section5 .brandnumber-list {
    margin-top: 90px; }
    #section5 .brandnumber-list ul li {
      padding: 5px 0px;
      margin: 5px 0px; }
      #section5 .brandnumber-list ul li:hover {
        background: #fdf4d3; }
        #section5 .brandnumber-list ul li:hover ul.brandnumber-list-name li {
          border: solid 1px #fdf4d3; }
      #section5 .brandnumber-list ul li.active {
        background: #ebd586; }
        #section5 .brandnumber-list ul li.active ul.brandnumber-list-name li {
          border: solid 1px #ebd586; }
      #section5 .brandnumber-list ul li .listprefix {
        font-size: 72px;
        text-align: center;
        font-family: PTSerif-Caption; }
      #section5 .brandnumber-list ul li ul.brandnumber-list-name li {
        font-family: "PT Serif Caption", "Noto Sans TC", serif, "微軟正黑體";
        font-size: 14px;
        display: inline-block;
        margin: 0px 2px;
        border: solid 1px #ffffff; }
        #section5 .brandnumber-list ul li ul.brandnumber-list-name li a {
          border: solid 1px transparent;
          color: #000000;
          padding: 7px 10px; }
          #section5 .brandnumber-list ul li ul.brandnumber-list-name li a:hover {
            background: #fffced;
            padding: 7px 10px;
            color: #5d5e60;
            text-decoration: none;
            border: solid 1px #d9bd9d; }

#hot-section1 {
  min-width: 1200px;
  padding: 50px 0px 130px 0px; }
  #hot-section1 .h1-2 {
    margin-top: 30px; }
  #hot-section1 .card-deck {
    padding-top: 40px; }
    #hot-section1 .card-deck .card {
      background: #fff;
      color: #5d5e60;
      font-family: "PT Serif Caption", "Noto Sans TC", serif, "微軟正黑體";
      line-height: 24px;
      border: none; }
      #hot-section1 .card-deck .card .card-body {
        padding: 0;
        position: relative;
        width: 100%;
        margin: 8px auto; }
        #hot-section1 .card-deck .card .card-body ul {
          display: -ms-flexbox;
          display: -webkit-box;
          display: -webkit-flexbox;
          display: -webkit-flex;
          display: flex;
          flex-direction: row;
          flex-wrap: wrap;
          justify-content: flex-start;
          align-items: flex-start;
          margin: -4px -4px;
          /* grid trick, has to match box margin */
          padding: 0; }
          #hot-section1 .card-deck .card .card-body ul li {
            flex: 0 0 auto;
            /* auto is important because of an IE bug with box-size */
            display: inline-block;
            background-color: black;
            overflow: hidden;
            margin: 4px;
            /* spacing between boxes, matches parent element */
            width: calc(50% - 8px);
            /* because of the IE bug we cannot use flex-basis and have to set the width */ }
            #hot-section1 .card-deck .card .card-body ul li a {
              height: 40px;
              border: solid 1px #d9bd9d;
              display: block;
              background: #fffced;
              font-size: 14px;
              text-align: center;
              color: #5d5e60;
              line-height: 40px; }
              #hot-section1 .card-deck .card .card-body ul li a:hover {
                text-decoration: none;
                background: #5d5e60;
                color: #d9bd9d; }
      #hot-section1 .card-deck .card .card-title {
        margin-bottom: 0rem;
        font-size: 18px;
        text-decoration: underline;
        text-align: center;
        margin-bottom: 0.2rem; }
      #hot-section1 .card-deck .card .brandlist {
        font-family: "PT Serif Caption", "Noto Sans TC", sans-serif, "微軟正黑體";
        margin-bottom: 0px;
        position: relative;
        text-decoration: none;
        background: #ebd586;
        display: block;
        color: #000;
        text-align: center;
        font-size: 28px;
        letter-spacing: 4px;
        height: 160px; }
        #hot-section1 .card-deck .card .brandlist.vertical-center {
          min-height: 160px;
          /* These two lines are counted as one :-)       */
          display: grid;
          align-items: center; }
  #hot-section1 .memoarea {
    margin-top: 50px;
    position: relative;
    padding: 30px 85px;
    background: #f6f7f9;
    font-family: "PT Serif Caption", "Noto Sans TC", serif, "微軟正黑體";
    box-shadow: 2px 4px 12px 0 #d9d9d9; }
    #hot-section1 .memoarea:before {
      content: url(../images/quote-left-2.png);
      position: absolute;
      left: 40px;
      top: 20px; }
    #hot-section1 .memoarea:after {
      content: url(../images/quote-right-2.png);
      position: absolute;
      right: 40px;
      bottom: 20px; }
    #hot-section1 .memoarea .row .col-12 {
      color: #5d5e60;
      font-size: 24px;
      line-height: 25px; }
      #hot-section1 .memoarea .row .col-12 a {
        height: 40px;
        padding: 0px 20px;
        border: solid 1px #d9bd9d;
        display: block;
        background: #fffced;
        font-size: 14px;
        text-align: center;
        color: #5d5e60;
        line-height: 40px; }
        #hot-section1 .memoarea .row .col-12 a:hover {
          text-decoration: none;
          background: #5d5e60;
          color: #d9bd9d; }

#hot-section2 {
  position: relative; }
  #hot-section2:after {
    background: #fcf2c0;
    width: 100%;
    height: 260px;
    content: '';
    position: absolute;
    z-index: 5;
    top: 0px; }
  #hot-section2 .toparea {
    padding-top: 60px;
    padding-bottom: 100px;
    background: #ffffff;
    box-shadow: 0 12px 26px 0 #d9d9d9;
    position: relative;
    z-index: 15;
    top: -40px; }
    #hot-section2 .toparea .topicon .icontext {
      font-size: 14px;
      padding-top: 10px;
      font-family: "Noto Sans TC", serif, "微軟正黑體"; }
    #hot-section2 .toparea .topsearch {
      background: #ebd586;
      padding: 13px;
      margin-top: 40px; }
      #hot-section2 .toparea .topsearch input {
        width: 98%;
        border: 0;
        height: 60px;
        font-size: 20px;
        background: #ffffff;
        padding-left: 15px;
        font-family: "Noto Sans TC", serif, "微軟正黑體"; }
      #hot-section2 .toparea .topsearch .inputlabel {
        position: absolute;
        background: #000;
        color: #ffffff;
        padding: 15px 20px;
        font-size: 18px;
        font-family: "Noto Sans TC", serif, "微軟正黑體";
        border-radius: 4px;
        bottom: -45px;
        left: 10px;
        text-decoration: underline; }
        #hot-section2 .toparea .topsearch .inputlabel img {
          padding: 0px 5px; }
        #hot-section2 .toparea .topsearch .inputlabel a {
          color: #ffffff; }
        #hot-section2 .toparea .topsearch .inputlabel:before {
          border-style: solid;
          border-width: 0 8px 8px 8px;
          border-color: transparent transparent #000000 transparent;
          position: absolute;
          content: '';
          top: -7px; }
      #hot-section2 .toparea .topsearch button {
        font-family: "Noto Sans TC", serif, "微軟正黑體";
        font-size: 24px;
        width: 100%;
        position: relative;
        border: 0;
        outline: 0;
        font-weight: bold;
        background: #ebd586;
        height: 60px;
        padding-bottom: 25px; }
        #hot-section2 .toparea .topsearch button:after {
          background: url("../images/finger.png");
          position: absolute;
          width: 80px;
          height: 95px;
          content: '';
          margin: 0px auto;
          left: 0;
          right: 0;
          top: 35px; }

#hot-qna {
  padding: 80px 0px;
  font-family: "Noto Sans TC", "微軟正黑體"; }
  #hot-qna ol {
    margin-top: 60px; }
    #hot-qna ol li {
      margin-bottom: 25px; }
      #hot-qna ol li .question {
        font-size: 21px;
        line-height: 25px;
        text-indent: -25px; }
      #hot-qna ol li .answer {
        font-size: 16px;
        padding: 10px 0px;
        line-height: 25px; }
  #hot-qna .memonote {
    color: #848c8c;
    font-size: 14px;
    font-family: "Noto Sans TC", "微軟正黑體"; }

ul.mainbreadcrumb li {
  font-size: 16px;
  display: inline-block;
  font-family: "Noto Sans TC", "微軟正黑體";
  padding-right: 0px;
  height: 45px;
  position: relative;
  line-height: 45px; }
  ul.mainbreadcrumb li a {
    color: #000; }
    ul.mainbreadcrumb li a img {
      position: relative;
      top: -2px; }
  ul.mainbreadcrumb li.navbread:after {
    content: url(../images/next-icon.png);
    position: relative;
    top: 9px; }

footer {
  font-family: "PT Serif Caption", "Noto Sans TC", serif, "微軟正黑體";
  font-size: 14px;
  padding-top: 70px;
  padding-bottom: 70px;
  color: #dedede;
  background: black;
  min-width: 1200px; }
  footer a {
    color: #ffffff; }
    footer a:hover {
      color: #ebd586; }
  footer .footertitle {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 25px;
    text-align: left; }
  footer ul {
    list-style: none;
    padding: 0px;
    margin: 0px; }
    footer ul li {
      font-family: "PT Serif Caption", "Noto Sans TC", serif, "微軟正黑體";
      color: #dedede;
      padding-bottom: 12px;
      text-align: left; }
      footer ul li a i {
        background: #b2b2b2;
        width: 24px;
        height: 24px;
        line-height: 24px !important;
        color: #000000;
        margin-right: 10px;
        text-align: center;
        border-radius: 50px; }
  footer .footersubtitle {
    margin-top: 50px;
    font-family: Roboto, "PT Serif Caption", "Noto Sans TC", serif, "微軟正黑體";
    font-weight: normal; }

/*# sourceMappingURL=../../../sass */