/*
hidden-xs-down = d-none d-sm-block
hidden-sm-down = d-none d-md-block
hidden-md-down = d-none d-lg-block
hidden-lg-down = d-none d-xl-block
hidden-xl-down = d-none (same as hidden)
hidden-xs-up = d-none (same as hidden)
hidden-sm-up = d-sm-none
hidden-md-up = d-md-none
hidden-lg-up = d-lg-none
hidden-xl-up = d-xl-none
hidden-xs (only) = d-none d-sm-block (same as hidden-xs-down)
hidden-sm (only) = d-block d-sm-none d-md-block
hidden-md (only) = d-block d-md-none d-lg-block
hidden-lg (only) = d-block d-lg-none d-xl-block
hidden-xl (only) = d-block d-xl-none
visible-xs (only) = d-block d-sm-none
visible-sm (only) = d-none d-sm-block d-md-none
visible-md (only) = d-none d-md-block d-lg-none
visible-lg (only) = d-none d-lg-block d-xl-none
visible-xl (only) = d-none d-xl-block
*/
body {
  font-family: "Microsoft JhengHei", Arial, "PMingLiU", sans-serif;
  font-size: 16px;
  background: #fff;
  color: #000;
  padding-top: 100px; }
  body a, body a:focus, body a:hover, body a:active {
    text-decoration: none;
    color: inherit; }
  body .backToTop {
    display: block;
    background: #ffd235;
    position: fixed;
    bottom: 10%;
    right: 15px;
    z-index: 1000;
    width: 45px;
    height: 45px;
    line-height: 40px;
    text-align: center;
    color: #fff !important;
    font-size: 2.1875rem;
    border-radius: 50%; }
  body .contactUsLabel, body .contactUsLabelCircle {
    background: #f5842c;
    position: fixed;
    z-index: 1000;
    color: #fff !important; }
  body .contactUsLabel {
    display: block;
    top: 130px;
    right: 0;
    line-height: 25px;
    font-size: 1.25rem;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 20px;
    padding-bottom: 20px; }
  body .contactUsLabelCircle {
    top: 120px;
    right: 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 1rem;
    text-align: center;
    border-radius: 50%; }
  body sup {
    font-size: 15px;
    top: -10px; }
  @media (max-width: 991px) {
    body {
      padding-top: 60px; }
      body .contactUsLabel {
        top: 195px; } }

#header {
  background: #fff;
  border-bottom: 4px solid #ffb605;
  box-shadow: 0 1px 20px -3px #6c6c6c; }
  #header .whatsappWrap {
    color: #717171;
    font-weight: bold;
    font-size: 1.5625rem;
    position: absolute;
    right: 25px;
    top: 5px;
    z-index: 999; }
    #header .whatsappWrap span {
      color: #f96600;
      font-family: arial, sans-serif; }
    #header .whatsappWrap .fa {
      position: relative;
      bottom: -2px;
      background: url(../images/tel_icon.png) no-repeat 0 1px;
      display: inline-block;
      width: 25px;
      height: 25px; }
  #header > .container {
    position: relative; }
  #header .nav-link {
    font-size: 1.875rem;
    font-weight: bold;
    color: #f96600;
    margin-left: 30px;
    padding-bottom: 0; }
  #header .nav-item.active .nav-link, #header .nav-link:hover {
    background: url(../images/menuHover.jpg) repeat-x 0 80%; }
  #header .navbar-toggler {
    border-color: rgba(0, 0, 0, 0.6); }
  #header .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.6)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }
  #header .menuLogoWrap {
    position: relative;
    display: inline-block; }
    #header .menuLogoWrap span {
      display: block;
      position: absolute;
      left: 100%;
      top: 36%;
      padding-left: 15px;
      font-size: 1.25rem;
      font-weight: bold;
      color: #9C7A20; }
  #header .miniEventName {
    font-size: 1.125rem;
    font-weight: bold;
    color: #9C7A20; }
  @media (max-width: 1199px) {
    #header .whatsappWrap {
      top: 15px; } }
  @media (max-width: 991px) {
    #header .whatsappWrap {
      position: static;
      padding-top: 15px;
      padding-bottom: 15px; }
    #header .miniSiteLogo {
      max-width: 150px; } }
  @media (max-width: 1199px) {
    #header .menuLogoWrap {
      margin-bottom: 30px; }
      #header .menuLogoWrap span {
        padding-left: 92px;
        left: 0;
        top: 100%; } }

#footer {
  font-size: 0.875rem;
  background: #fff;
  color: #333;
  padding-top: 15px;
  padding-bottom: 15px; }
  #footer a {
    display: inline-block;
    line-height: 15px;
    border-left: 1px solid #333;
    padding-left: 5px;
    padding-right: 5px; }
    #footer a:first-child {
      border-left: 0; }

#article {
  color: #4d4d4d;
  font-size: 1.5rem; }
  #article .pointMask {
    background-image: url(../images/pointMask.png); }
  #article .specialMask {
    background-image: url(../images/specialMask.png); }
  #article .sectionPadGLA {
    padding-top: 75px;
    padding-bottom: 30px; }
  #article .sectionPad {
    padding-top: 50px;
    padding-bottom: 50px; }
  #article .bgRiceYellow {
    background-color: #fffcf6;
    border-bottom: 8px solid #ffc630;
    position: relative; }
    #article .bgRiceYellow:after {
      content: "";
      display: block;
      background: url(../images/bannerLine.png) no-repeat 0 0;
      max-width: 1100px;
      height: 68px;
      position: absolute;
      bottom: -67px;
      left: -9999px;
      right: -9999px;
      margin-left: auto;
      margin-right: auto;
      z-index: 998; }
  #article .bgBlue {
    background-color: #e2f0fe; }
  #article .bgOrange {
    background-color: #fdf0d5; }
  #article .bgRed {
    background-color: #fee8e3; }
  #article .bgYellow {
    background-color: #fff7bb; }
  #article .bgGreen {
    background-color: #e8f6f2; }
  #article .bgPurple {
    background-color: #f8effa; }
  #article .imageRelative {
    position: relative; }
    #article .imageRelative a {
      position: absolute;
      bottom: 85px;
      left: -9999px;
      right: -9999px;
      margin-left: auto;
      margin-right: auto; }
  #article .btnStyle {
    display: block;
    background: url(../images/btnStyle.png) no-repeat center center;
    background-size: 100%;
    max-width: 253px;
    width: 100%;
    text-align: center;
    font-size: 1.875rem;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    padding-top: 35px;
    padding-bottom: 35px; }
  #article .sectionTitle {
    font-size: 2.875rem;
    font-weight: bold;
    text-align: center;
    color: #f96600;
    margin-bottom: 25px; }
    #article .sectionTitle span {
      background: url(../images/sectionLabelBg.jpg) repeat-x 0 80%;
      display: inline;
      padding-left: 20px;
      padding-right: 20px;
      padding-bottom: 8px; }
  #article .articleContent {
    color: #000; }
  #article .didYouKnow {
    background: url(../images/didYouKnow02.png) no-repeat 0 0;
    background-size: 100%;
    max-width: 635px;
    height: 285px;
    padding-top: 15px;
    padding-left: 50px;
    padding-right: 50px;
    margin-top: -30px;
    z-index: 9999; }
  #article .borderWrap {
    border: 5px solid #faae5b;
    border-radius: 15px;
    padding: 22px 30px;
    background: #fff;
    position: relative; }
    #article .borderWrap sup {
      top: -15px; }
  #article .contentTitle {
    font-size: 1.875rem;
    line-height: 50px;
    text-align: center; }
    #article .contentTitle span {
      background: url(../images/sectionLabelBg.jpg) repeat-x 0 80%;
      display: inline;
      padding-bottom: 12px; }
    #article .contentTitle.shareTitle {
      color: #f96600;
      text-align: left;
      font-size: 2.25rem;
      font-weight: bold;
      line-height: 60px;
      margin-bottom: 30px; }
    #article .contentTitle.titleHighLight {
      color: #f96600; }
  #article .diffWrap {
    background: url(../images/diffBg.png) repeat-x 0 0;
    max-width: 1160px;
    min-height: 810px;
    padding-top: 100px;
    padding-left: 90px;
    padding-right: 90px;
    margin-left: auto;
    margin-right: auto; }
    #article .diffWrap .diffContent {
      text-align: left;
      line-height: 26px; }
  #article .listWrap {
    border: 5px solid #ffc630;
    border-radius: 15px;
    background: #fffed7;
    padding: 20px; }
    #article .listWrap span {
      display: inline-block;
      font-size: 1.625rem;
      font-weight: bold;
      color: #333;
      padding-bottom: 7px;
      padding-left: 8px;
      padding-right: 8px; }
      #article .listWrap span.red {
        background: url(../images/redLine.png) repeat-x 0 bottom; }
      #article .listWrap span.blue {
        background: url(../images/blueLine.png) repeat-x 0 bottom; }
  #article .redSide, #article .blueSide {
    background-position: 0 center, right center;
    background-repeat: no-repeat;
    display: inline-block;
    margin-bottom: 15px;
    font-size: 1.875rem;
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 25px;
    padding-bottom: 25px; }
  #article .redSide {
    background-image: url(../images/redSide.png), url(../images/redSide.png);
    color: #de4c32; }
  #article .blueSide {
    background-image: url(../images/blueSide.png), url(../images/blueSide.png);
    color: #3399cc; }
  #article .awardLabel {
    position: absolute;
    left: -9999px;
    right: -9999px;
    margin-left: auto;
    margin-right: auto;
    top: -70px; }
  #article .title {
    color: #f96600;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-left: -50px; }
  #article .userContent {
    font-size: 1.75rem;
    color: #000; }
    #article .userContent sup {
      top: -14px; }
  #article .userImageWrap {
    padding-top: 30px; }
    #article .userImageWrap .contentTitle {
      font-size: 2.625rem;
      font-weight: bold; }
  #article .userMenu > div {
    background: #efaf20;
    font-size: 1.75rem;
    text-align: center;
    color: #fff; }
  #article .userMenu.userMenuFixed > div {
    position: fixed;
    left: 0;
    width: 100%;
    top: 107px;
    z-index: 1000; }
  #article .userMenu .nav-item:hover, #article .userMenu .nav-item.active {
    background: #b38318; }
  #article .noteMini {
    font-size: 1rem; }
  #article .specialFont {
    color: #e52d33;
    font-size: 38px; }
  #article .smallFont {
    font-size: 18px; }
  #article .note {
    font-size: 1.25rem; }
    #article .note .smallFont {
      font-size: 12px; }
    #article .note sup {
      font-size: 12px; }
  #article .motherContentWrap > div {
    padding-top: 80px; }
  #article .homePageBannerContent {
    background: #ffd235;
    padding: 7px;
    border-radius: 15px;
    max-width: 1000px;
    color: #ec4e83;
    text-shadow: 2px 0 0 #fff,  -2px 0 0 #fff,  0 2px 0 #fff,  0 -2px 0 #fff,  1px 1px #fff,  -1px -1px 0 #fff,  1px -1px 0 #fff,  -1px 1px 0 #fff;
    font-size: 2.1875rem;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px; }
    #article .homePageBannerContent > div {
      border: 1px solid #fff;
      border-radius: 15px;
      padding: 15px; }
    #article .homePageBannerContent sup {
      position: relative;
      top: -18px; }
    #article .homePageBannerContent span {
      font-family: PMingLiU;
      position: relative;
      top: -5px; }
  @media (max-width: 1200px) {
    #article .didYouKnow {
      padding-left: 30px;
      padding-right: 30px;
      padding-bottom: 50px;
      font-size: 1.1875rem; }
    #article .diffWrap {
      background: #fff;
      box-shadow: inset 0px 0px 32px 12px #fff955;
      margin-bottom: 30px;
      min-height: 0;
      padding-left: 30px;
      padding-right: 30px;
      padding-top: 30px;
      padding-bottom: 30px;
      padding-bottom: 160px; }
    #article .imageRelative a {
      bottom: 30px; }
    #article .redSide, #article .blueSide {
      font-size: 1.5rem; } }
  @media (max-width: 1100px) {
    #article .bgRiceYellow {
      padding-bottom: 40px; }
      #article .bgRiceYellow:before, #article .bgRiceYellow:after {
        display: none; }
    #article .contentTitle.shareTitle {
      line-height: 70px;
      margin-bottom: 30px; } }
  @media (max-width: 1024px) {
    #article {
      font-size: 1.375rem; } }
  @media (max-width: 992px) {
    #article .title {
      margin-left: 0; } }
  @media (max-width: 769px) {
    #article .didYouKnow {
      margin-top: 20px;
      background: #fff;
      height: auto;
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 30px;
      padding-bottom: 30px; }
    #article .note {
      font-size: 1rem; }
    #article .sectionTitle {
      font-size: 2rem; }
    #article .contentTitle {
      font-size: 1.375rem; }
    #article .btnStyle {
      font-size: 1.5rem;
      background-size: 80%; }
    #article .motherContentWrap > div {
      padding-top: 110px; }
    #article .homePageBannerContent {
      font-size: 1.625rem; }
    #article .redSide, #article .blueSide {
      padding-left: 60px;
      padding-right: 60px;
      padding-top: 10px;
      padding-bottom: 10px;
      font-size: 1.75rem; }
    #article .listWrap span {
      font-size: 1.5rem; } }
  @media (max-width: 991px) {
    #article .userMenu > div {
      font-size: 18px; }
    #article .userMenu.userMenuFixed > div {
      top: 63px;
      max-width: none; }
    #article .userMenu .nav-item {
      flex: none; }
    #article .userMenu .nav-link {
      padding: 10px 15px; }
    #article .borderWrap {
      border: 5px solid #faae5b;
      border-radius: 15px;
      padding: 15px;
      background: #fff;
      position: relative; }
    #article .homePageBannerContent sup {
      top: -12px; } }
