@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;600;900&family=Noto+Serif+TC:wght@500;600;900&family=Open+Sans:wght@400;600;700&family=VT323&display=swap"); /* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 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, 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;
  vertical-align: baseline;
  font: inherit;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

::-moz-selection {
  color: #fff;
  background: #C69C6D;
}

::selection {
  color: #fff;
  background: #C69C6D;
}

a {
  outline: none;
  color: #1A1A1A;
}

a:hover {
  color: #C69C6D;
}

a, a:hover {
  text-decoration: none;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

*:focus {
  outline: none;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

header {
  z-index: 100;
  width: 100%;
  -webkit-transition: background 0.6s;
  transition: background 0.6s;
  position: relative;
}
header .menuicon {
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 12;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .menuicon > span {
  font-size: 13px;
  color: black;
}
header .menuicon > span:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1em;
  background-color: black;
  margin-left: 1em;
  vertical-align: -0.2em;
}
header .menuicon .mpsrel {
  width: 60px;
  height: 60px;
}
header .menuicon .bar, header .menuicon .bar:after, header .menuicon .bar:before {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 1px;
  width: 28px;
  background: #c69c6d;
}
header .menuicon .bar {
  margin-top: 30px;
  margin-right: 14px;
}
header .menuicon .bar:before {
  top: -12px;
}
header .menuicon .bar:after {
  top: 12px;
}
@media all and (min-width: 991px) {
  header .menuicon {
    display: none;
  }
}
header .logo {
  width: 180px;
  position: absolute;
  top: 30px;
  left: 20px;
  z-index: 10;
}
header .langGruup {
  position: absolute;
  top: 18px;
  right: 20px;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .langGruup a {
  color: #777;
}
header .langGruup span {
  display: block;
  width: 1px;
  height: 1em;
  margin: 0 0.5em;
  background-color: #777;
}
header ul.mmenu > li {
  position: relative;
}
header ul.mmenu > li > a {
  display: block;
  color: #434343;
  font-weight: 400;
  line-height: 1.5;
  border-bottom: 1px solid rgba(198, 156, 109, 0);
  letter-spacing: 1px;
}
header ul.subBox li, header ul.subBox a {
  display: block;
}
header ul.subBox a {
  padding: 10px 20px;
  color: #1A1A1A;
}
@media all and (max-width: 990px) {
  header {
    min-height: 130px;
  }
  header .logo {
    left: 20px;
    width: 150px;
  }
  header .langGruup {
    left: 185px;
    right: auto;
    top: 85px;
  }
  header .nav_box {
    overflow: hidden;
    padding-bottom: 100px;
    display: none;
    width: 100%;
    text-align: center;
  }
  header ul.mmenu {
    padding-top: 120px;
  }
  header ul.mmenu > li > a {
    padding: 0.8em 20px;
    font-size: 20px;
    color: #C69C6D;
  }
  header ul.mmenu > li > a > span {
    display: inline-block;
    border-bottom: 1px solid #C69C6D;
    padding-bottom: 0.5em;
  }
}
@media all and (min-width: 991px) {
  header {
    position: fixed;
    top: 0;
    left: 0%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 130px;
  }
  header .logo {
    width: 140px;
  }
  header .nav_box {
    position: relative;
    z-index: 10;
  }
  header ul.mmenu {
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  header ul.mmenu > li {
    margin: 15px 18px;
  }
  header ul.mmenu > li > a {
    font-size: 16px;
  }
  header ul.mmenu > li:hover a.hasmenu {
    border-color: #C69C6D;
  }
  header ul.mmenu > li:hover .subBox {
    visibility: visible;
    opacity: 1;
  }
  header ul.subBox {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
    position: absolute;
    top: 2em;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    white-space: nowrap;
    width: 420px;
  }
  header ul.subBox a {
    font-size: 15px;
    padding: 0px 20px 2px 0;
  }
  header ul.subBox a:hover {
    color: #C69C6D;
  }
  header li.menu-guide .subBox {
    width: 270px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 60px;
  }
  header li.menu-food .subBox {
    right: 0;
    left: auto;
    width: auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  header li.menu-food .subBox a {
    padding: 0px 0 2px 20px;
  }
}