@charset "UTF-8";
/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.6.1 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .featherlight {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background: #333;
    background: transparent; }
  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8); }
  .featherlight:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.25em; }
  .featherlight .featherlight-content {
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    background: #fff;
    cursor: auto;
    white-space: normal; }
  .featherlight .featherlight-inner {
    display: block; }
  .featherlight .featherlight-close-icon {
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    line-height: 25px;
    width: 25px;
    cursor: pointer;
    text-align: center;
    font-family: Arial,sans-serif;
    background: #fff;
    background: rgba(255, 255, 255, 0.3);
    color: #000;
    border: 0;
    padding: 0; }
  .featherlight .featherlight-close-icon::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .featherlight .featherlight-image {
    width: 100%; }
  .featherlight-iframe .featherlight-content {
    border-bottom: 0;
    padding: 0; }
  .featherlight iframe {
    border: 0; }
  .featherlight * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; } }

@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    margin-left: 10px;
    margin-right: 10px;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent; } }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  padding: 0 !important; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.9);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.9);
  -webkit-box-shadow: none;
  box-shadow: none; }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../img/layout/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../img/layout/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: 11px;
  right: 20px;
  width: 24px;
  height: 24px;
  background: url("../img/layout/popup_close.png") no-repeat !important;
  cursor: pointer;
  z-index: 8040; }

@media only screen and (max-width: 767px) {
  .fancybox-close {
    right: 11px; }
  .fancybox-inner {
    overflow-y: scroll !important; } }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../img/layout/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: visible !important;
  width: auto; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../img/layout/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../img/layout/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background-image: url("../img/layout/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

.fancybox-margin {
  margin: 0 !important; }

.btn a {
  display: inline-block;
  padding: 6px 15px;
  color: #ffffff;
  font-size: 16px;
  margin: 10px 10px 0;
  position: relative; }

/* line 452, ../sass/_desktop.scss */
.btn a:hover {
  background-color: #242c2e;
  color: #ffffff; }

#step {
  padding: 10px 10px 0; }

#step .title {
  margin-bottom: 54px; }

#step .btn span {
  font-size: 18px; }

#step .step {
  max-width: 1280px;
  margin: 0 auto;
  padding-bottom: 80px; }

#step .step .btn,
#step .step ul {
  margin-bottom: 20px;
  overflow: hidden; }

#step .step ul {
  margin-bottom: 0;
  overflow: hidden; }
  @media (min-width: 768px) {
    #step .step ul {
      margin-bottom: 20px; } }

#step .step ul:after {
  content: ' ';
  display: table;
  clear: both; }

#step .step li {
  width: 19%;
  text-align: center;
  float: left;
  font-size: 14px;
  margin: 0 1% 0 0;
  position: relative;
  background: url("../img/layout/arrow-guide.png") no-repeat right 50px;
  padding-right: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer; }

#step .step li:last-of-type {
  background: none;
  padding-right: 0; }

#step .step .img {
  width: 60px;
  margin: 0 auto; }

#step .step .img img {
  width: 100%; }

#step .step .name {
  font-size: 16px;
  font-weight: bold;
  margin: 5px 0 10px; }

#step .step .animate {
  /*opacity:0.5; filter: alpha(opacity=50);*/
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

#step .step .desc {
  color: #000000;
  opacity: 0;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

#step .step .step1 .animate.icon-guide {
  animation: step_animate1 15s infinite 0s ease-in normal;
  -webkit-animation: step_animate1 15s infinite 0s ease-in normal;
  -moz-animation: step_animate1 15s infinite 0s ease-in normal; }

#step .step .step2 .animate.icon-guide {
  animation: step_animate2 15s infinite 3s ease-in normal;
  -webkit-animation: step_animate2 15s infinite 3s ease-in normal;
  -moz-animation: step_animate2 15s infinite 3s ease-in normal; }

#step .step .step3 .animate.icon-guide {
  animation: step_animate3 15s infinite 6s ease-in normal;
  -webkit-animation: step_animate3 15s infinite 6s ease-in normal;
  -moz-animation: step_animate3 15s infinite 6s ease-in normal; }

#step .step .step4 .animate.icon-guide {
  animation: step_animate4 15s infinite 9s ease-in normal;
  -webkit-animation: step_animate4 15s infinite 9s ease-in normal;
  -moz-animation: step_animate4 15s infinite 9s ease-in normal; }

#step .step .step5 .animate.icon-guide {
  animation: step_animate5 15s infinite 12s ease-in normal;
  -webkit-animation: step_animate5 15s infinite 12s ease-in normal;
  -moz-animation: step_animate5 15s infinite 12s ease-in normal; }

#step .step .step1 .animate.name {
  animation: text_animate 15s infinite 0s ease-in normal;
  -webkit-animation: text_animate 15s infinite 0s ease-in normal;
  -moz-animation: text_animate 15s infinite 0s ease-in normal; }

#step .step .step2 .animate.name {
  animation: text_animate 15s infinite 3s ease-in normal;
  -webkit-animation: text_animate 15s infinite 3s ease-in normal;
  -moz-animation: text_animate 15s infinite 3s ease-in normal; }

#step .step .step3 .animate.name {
  animation: text_animate 15s infinite 6s ease-in normal;
  -webkit-animation: text_animate 15s infinite 6s ease-in normal;
  -moz-animation: text_animate 15s infinite 6s ease-in normal; }

#step .step .step4 .animate.name {
  animation: text_animate 15s infinite 9s ease-in normal;
  -webkit-animation: text_animate 15s infinite 9s ease-in normal;
  -moz-animation: text_animate 15s infinite 9s ease-in normal; }

#step .step .step5 .animate.name {
  animation: text_animate 15s infinite 12s ease-in normal;
  -webkit-animation: text_animate 15s infinite 12s ease-in normal;
  -moz-animation: text_animate 15s infinite 12s ease-in normal; }

#step .step .step1 .desc {
  animation: desc 15s infinite 0s ease-in normal;
  -webkit-animation: desc 15s infinite 0s ease-in normal;
  -moz-animation: desc 15s infinite 0s ease-in normal; }

#step .step .step2 .desc {
  animation: desc 15s infinite 3s ease-in normal;
  -webkit-animation: desc 15s infinite 3s ease-in normal;
  -moz-animation: desc 15s infinite 3s ease-in normal; }

#step .step .step3 .desc {
  animation: desc 15s infinite 6s ease-in normal;
  -webkit-animation: desc 15s infinite 6s ease-in normal;
  -moz-animation: desc 15s infinite 6s ease-in normal; }

#step .step .step4 .desc {
  animation: desc 15s infinite 9s ease-in normal;
  -webkit-animation: desc 15s infinite 9s ease-in normal;
  -moz-animation: desc 15s infinite 9s ease-in normal; }

#step .step .step5 .desc {
  animation: desc 15s infinite 12s ease-in normal;
  -webkit-animation: desc 15s infinite 12s ease-in normal;
  -moz-animation: desc 15s infinite 12s ease-in normal; }

#step .step .icon-guide {
  width: 50px;
  height: 41px; }

#step .step .step1 .icon-guide {
  background: url("../img/layout/icon-guide1-on.png") no-repeat center center; }

#step .step .step2 .icon-guide {
  background: url("../img/layout/icon-guide2-on.png") no-repeat center center; }

#step .step .step3 .icon-guide {
  background: url("../img/layout/icon-guide3-on.png") no-repeat center center; }

#step .step .step4 .icon-guide {
  background: url("../img/layout/icon-guide4-on.png") no-repeat center center; }

#step .step .step5 .icon-guide {
  background: url("../img/layout/icon-guide5-on.png") no-repeat center center; }

#step .step ul:hover .animate,
#step .step ul:hover .desc {
  animation: none;
  -webkit-animation: none;
  -moz-animation: none; }

#step .step li:hover .animate {
  /*opacity:1; filter: alpha(opacity=100);*/ }

#step .step li .desc {
  opacity: 1;
  filter: alpha(opacity=100); }

#step .step li:hover .name {
  color: #242c2e; }

#step .step .step1:hover .icon-guide {
  background: url("../img/layout/icon-guide1.png") no-repeat center center; }

#step .step .step2:hover .icon-guide {
  background: url("../img/layout/icon-guide2.png") no-repeat center center; }

#step .step .step3:hover .icon-guide {
  background: url("../img/layout/icon-guide3.png") no-repeat center center; }

#step .step .step4:hover .icon-guide {
  background: url("../img/layout/icon-guide4.png") no-repeat center center; }

#step .step .step5:hover .icon-guide {
  background: url("../img/layout/icon-guide5.png") no-repeat center center; }

@media (max-width: 768px) {
  #step {
    padding: 10px 10px 0; }
  #step .title {
    margin-bottom: 30px; }
  #step .btn span {
    display: block; }
  #step .btn a:first-of-type {
    /* background: $color-theme; */ }
  #step .step {
    padding-bottom: 40px; }
  #step .step li {
    width: 90%;
    text-align: left;
    float: none;
    margin: 0 5% 30px;
    background: none; }
  #step .step .img {
    width: 19%;
    margin: 0 3% 0 0;
    display: inline-block;
    vertical-align: top; }
  #step .step .right_col {
    width: 76%;
    display: inline-block; }
  #step .step .animate,
  #step .step .desc {
    opacity: 1; }
  #step .step .step1 .animate,
  #step .step .step1 .desc,
  #step .step .step2 .animate,
  #step .step .step2 .desc,
  #step .step .step3 .animate,
  #step .step .step3 .desc,
  #step .step .step4 .animate,
  #step .step .step4 .desc,
  #step .step .step5 .animate,
  #step .step .step5 .desc {
    animation: none;
    -webkit-animation: none;
    -moz-animation: none; }
  .remark {
    margin-top: 40px;
    font-size: 14px; } }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent; }

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

html, body {
  width: 100%;
  height: 100%;
  font-family: "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  margin: 0;
  padding: 0; }

body {
  margin: 0;
  padding: 0; }

a, a:hover {
  color: #000;
  text-decoration: none;
  outline: 0; }

strong {
  font-weight: 700; }

::-webkit-input-placeholder {
  color: #000;
  opacity: 1; }

::-moz-placeholder {
  color: #000;
  opacity: 1; }

input:-ms-input-placeholder {
  color: #000;
  opacity: 1; }

input:-moz-placeholder {
  color: #000;
  opacity: 1; }

* {
  -webkit-overflow-scrolling: touch; }

@media (min-width: 320px) and (max-width: 767px) {
  body.popup-overflow {
    overflow: hidden; } }

.featherlight:last-of-type {
  background: #000; }

.featherlight .featherlight-content {
  background: #000; }

.desktop {
  display: none !important; }
  @media (min-width: 768px) {
    .desktop {
      display: block !important; } }

.mobile {
  display: block !important; }
  @media (min-width: 768px) {
    .mobile {
      display: none !important; } }

#wrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  #wrap .popup {
    width: 100%;
    height: 100%;
    z-index: 9999;
    position: absolute;
    display: none; }
    #wrap .popup img.inline-desktop {
      display: none; }
      @media (min-width: 768px) {
        #wrap .popup img.inline-desktop {
          display: inline; } }
    #wrap .popup img.inline-mobile {
      display: inline; }
      @media (min-width: 768px) {
        #wrap .popup img.inline-mobile {
          display: none; } }
    #wrap .popup .popup_background {
      width: 100%;
      height: 100%;
      background: #000;
      opacity: 0.7;
      position: absolute;
      top: 0;
      left: 0; }
    #wrap .popup .popup_wrapper {
      max-width: 882px;
      width: 90%;
      text-align: center;
      margin-top: 50px;
      margin: 0 auto;
      position: relative;
      -webkit-transition-property: top;
      transition-property: top;
      -webkit-transition-duration: 0.5s;
      transition-duration: 0.5s; }
      #wrap .popup .popup_wrapper img {
        max-width: 882px;
        width: 100%;
        height: 100%; }
      #wrap .popup .popup_wrapper .block-desktop .btnClose {
        max-width: 28px;
        width: 8.375%;
        position: absolute;
        top: 6%;
        right: 2%;
        cursor: pointer; }
      #wrap .popup .popup_wrapper .block-desktop .shopTable {
        position: absolute;
        width: 100%;
        top: 35%; }
        #wrap .popup .popup_wrapper .block-desktop .shopTable .btn-shop {
          width: 33.33%;
          max-width: 289px;
          cursor: pointer;
          display: inline-block;
          top: 62%;
          left: 6%; }
          #wrap .popup .popup_wrapper .block-desktop .shopTable .btn-shop .blur {
            display: block; }
          #wrap .popup .popup_wrapper .block-desktop .shopTable .btn-shop .hover {
            display: none; }
      #wrap .popup .popup_wrapper .block-mobile {
        width: 100%;
        top: 23%; }
        #wrap .popup .popup_wrapper .block-mobile .btnClose {
          max-width: 28px;
          width: 8.375%;
          position: absolute;
          top: 3%;
          right: 5%;
          cursor: pointer; }
        #wrap .popup .popup_wrapper .block-mobile .shopButtons {
          width: 100%;
          text-align: center;
          position: absolute;
          margin: 0 auto;
          left: 0;
          top: 23%;
          -webkit-transition-property: bottom;
          transition-property: bottom;
          -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s; }
          #wrap .popup .popup_wrapper .block-mobile .shopButtons .btnShop {
            display: block;
            width: 100%;
            margin-bottom: 5%; }
            #wrap .popup .popup_wrapper .block-mobile .shopButtons .btnShop img {
              max-width: 70%; }

#hamburgerNav {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 103;
  display: none; }
  @media (min-width: 768px) {
    #hamburgerNav {
      display: none; } }
  #hamburgerNav .hamIconWrapper {
    width: 95%;
    margin: 0 auto;
    position: relative;
    height: 40px; }
  #hamburgerNav .hamIcon {
    position: absolute;
    left: auto;
    right: 0; }
  #hamburgerNav.expanded {
    display: block;
    margin-left: 0%; }
    @media (min-width: 768px) {
      #hamburgerNav.expanded {
        display: none; } }
  #hamburgerNav .navWrapper {
    width: 50%;
    text-align: center;
    display: table;
    height: 100%; }
    #hamburgerNav .navWrapper .anchorMenu {
      list-style: none;
      padding: 0;
      margin: 0;
      display: table-cell; }
      #hamburgerNav .navWrapper .anchorMenu li {
        line-height: 65px;
        text-align: center;
        background: #FFF;
        border: 2px solid #000; }
      #hamburgerNav .navWrapper .anchorMenu a {
        color: #000;
        font-weight: bold;
        text-decoration: none;
        font-size: 16px; }
        @media (min-width: 375px) {
          #hamburgerNav .navWrapper .anchorMenu a {
            font-size: 20px; } }
        @media (min-width: 414px) {
          #hamburgerNav .navWrapper .anchorMenu a {
            font-size: 22px; } }
        @media (min-width: 768px) {
          #hamburgerNav .navWrapper .anchorMenu a {
            font-size: 30px; } }
  #hamburgerNav .hamburgerNavInner {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    background: none;
    position: relative;
    height: 100%; }
  #hamburgerNav h3 {
    margin-top: 40px;
    border-bottom: 1px solid white; }

header, footer {
  background: none;
  color: white; }

footer {
  background: #000000;
  font-size: 12px;
  padding: 5px 0;
  color: #fff;
  text-align: center; }
  footer a, footer a:hover {
    color: #fff; }

@media (min-width: 768px) {
  header.no-cookie {
    padding-top: 0px; } }

@media (min-width: 768px) {
  #wrap.scrolling-down {
    padding-top: 136px; } }

@media (min-width: 768px) {
  header.scrolling-down {
    position: fixed;
    width: 100%;
    background: #FFF;
    border-bottom: 1px solid #ccc;
    padding: 0; } }

@media (min-width: 768px) {
  header.scrolling-down .headerTop {
    display: none; } }

@media (min-width: 768px) {
  header.scrolling-down .headerBot {
    border: 0; } }

header.scrolling-down .anchorMenu a {
  padding: 8px 0px; }

@media (min-width: 768px) {
  header.scrolling-down #cookiesAlert {
    position: static; } }

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 105; }
  @media (min-width: 768px) {
    header {
      position: static;
      padding-top: 26px; } }
  @media (min-width: 768px) {
    header.scrolling-down .header-container {
      background: #FFF; } }
  @media (min-width: 768px) {
    header .header-container {
      background: #FFF;
      width: 100%; } }
  header .headerTop {
    line-height: 0;
    font-size: 0;
    height: 108px;
    background: #fff;
    background-size: cover; }
    @media (min-width: 768px) {
      header .headerTop {
        height: 120px;
        background: none;
        width: 100%;
        margin: 0 auto; } }
    header .headerTop .wrap {
      padding: 10px 0;
      position: relative;
      height: 100%; }
      header .headerTop .wrap .logoWrapper {
        padding: 0;
        position: absolute;
        width: 100%;
        height: 38px;
        text-align: center;
        top: 27%; }
        @media (min-width: 768px) {
          header .headerTop .wrap .logoWrapper {
            padding: 0;
            margin-top: 0px;
            height: 92px;
            top: 19%;
            max-height: 70px; } }
        @media (min-width: 1128px) {
          header .headerTop .wrap .logoWrapper {
            max-height: 92px;
            top: 7%; } }
        header .headerTop .wrap .logoWrapper img.inline-desktop {
          display: none; }
          @media (min-width: 768px) {
            header .headerTop .wrap .logoWrapper img.inline-desktop {
              display: inline;
              max-height: 70px; } }
          @media (min-width: 1128px) {
            header .headerTop .wrap .logoWrapper img.inline-desktop {
              max-height: 92px; } }
        header .headerTop .wrap .logoWrapper img.inline-mobile {
          display: inline;
          width: 50%;
          max-width: 269px; }
          @media (min-width: 768px) {
            header .headerTop .wrap .logoWrapper img.inline-mobile {
              display: none; } }
      header .headerTop .wrap .desktop {
        display: none; }
        @media (min-width: 768px) {
          header .headerTop .wrap .desktop {
            display: table; } }
      header .headerTop .wrap .mobile {
        display: table;
        position: absolute;
        right: 10px;
        top: 43%; }
        @media (min-width: 768px) {
          header .headerTop .wrap .mobile {
            display: none; } }
  header .headerBot {
    display: none; }
    @media (min-width: 768px) {
      header .headerBot {
        height: 37px;
        padding: 0;
        display: block;
        overflow: hidden;
        font-size: 16px;
        font-weight: bold;
        border-top: 3px solid #25408f;
        border-bottom: 3px solid #25408f;
        width: 100%;
        margin: 0 auto; } }
    header .headerBot .wrap {
      overflow: hidden;
      height: 100%;
      display: table;
      width: 780px;
      margin: 0 auto; }
  header .anchorMenu, header .normalMenu {
    display: none; }
    @media (min-width: 768px) {
      header .anchorMenu, header .normalMenu {
        width: 100%;
        margin: 0;
        padding: 0;
        height: 100%;
        display: table-cell; }
        header .anchorMenu li, header .normalMenu li {
          display: block;
          float: left;
          width: 20%;
          text-align: center; }
        header .anchorMenu a:hover, header .normalMenu a:hover {
          background: #25408f;
          color: #fff; }
        header .anchorMenu a, header .normalMenu a {
          color: #25408f;
          font-weight: bold;
          position: relative;
          display: block;
          padding: 5px 0px;
          cursor: pointer; }
          header .anchorMenu a.nav-active::after, header .normalMenu a.nav-active::after {
            content: '\25bc';
            display: inline-block;
            width: 100%;
            text-align: center;
            position: absolute;
            left: 0;
            bottom: -7px; } }
      @media (min-width: 768px) and (min-width: 768px) {
        header .anchorMenu a.nav-active::after, header .normalMenu a.nav-active::after {
          bottom: -30px;
          z-index: 20;
          color: #25408f; } }

.hamIcon.opened {
  width: 6.875%; }

.hamIcon {
  max-width: 44px;
  width: 6.875%;
  left: 14px;
  cursor: pointer;
  z-index: 1; }
  .hamIcon img {
    max-width: 44px;
    width: 100%; }
  @media (min-width: 375px) {
    .hamIcon {
      left: 22px; } }
  .hamIcon.active {
    z-index: 1000; }

#cookiesAlert {
  width: 100%;
  background: #242c2e;
  color: white;
  padding: 5px;
  z-index: 1; }
  @media (min-width: 768px) {
    #cookiesAlert {
      position: fixed;
      top: 0; } }
  #cookiesAlert .cookiesWrapper {
    position: relative;
    font-size: 12px;
    padding-right: 28px;
    line-height: 13px;
    color: #fff; }
    #cookiesAlert .cookiesWrapper #close {
      position: absolute;
      top: 0;
      right: 0; }
      @media (min-width: 768px) {
        #cookiesAlert .cookiesWrapper #close img {
          max-height: 13px; } }
    #cookiesAlert .cookiesWrapper p {
      margin: 0;
      padding: 0;
      text-align: center; }
    #cookiesAlert .cookiesWrapper a, #cookiesAlert .cookiesWrapper a:hover {
      color: #fff; }
  #cookiesAlert.fadeOutUp {
    display: none; }
  #cookiesAlert .hamburgerNavInner {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    background: #FFFFFF;
    position: relative;
    height: 100%; }
    #cookiesAlert .hamburgerNavInner .navWrapper {
      width: 100%;
      margin: 0 auto;
      text-align: center; }

.slideshow-container {
  position: relative;
  max-width: 960px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .slideshow-container {
      padding-top: 30px; } }
  .slideshow-container .cycle-slideshow {
    z-index: 10; }
    .slideshow-container .cycle-slideshow .thumbnail.hidden {
      display: none !important; }
    .slideshow-container .cycle-slideshow .thumbnail {
      z-index: 1; }
    .slideshow-container .cycle-slideshow img {
      width: 100%;
      height: auto; }

.btn-buy-container {
  width: 140px;
  height: 30px;
  text-align: center;
  font-size: 18px;
  line-height: 30px; }
  @media (min-width: 768px) {
    .btn-buy-container {
      width: 180px;
      font-size: 25px;
      line-height: 50px;
      width: 200px;
      height: 50px; } }
  @media (min-width: 1024px) {
    .btn-buy-container {
      width: 200px; } }
  @media (min-width: 1920px) {
    .btn-buy-container {
      width: 260px; } }
  .btn-buy-container a.btn-buy {
    width: 100%;
    height: 100%;
    display: block;
    color: #fff;
    background: #0097e0; }
    .btn-buy-container a.btn-buy:hover {
      -webkit-box-shadow: -3px 4px 8px 0px rgba(0, 0, 0, 0.5);
      box-shadow: -3px 4px 8px 0px rgba(0, 0, 0, 0.5); }

#section1 {
  background: #FFF; }
  #section1 #section1_container {
    width: 100%;
    position: relative; }
    #section1 #section1_container .btn-buynow {
      cursor: pointer;
      width: 7.8125%;
      position: absolute;
      left: 24%;
      top: 70%; }
    #section1 #section1_container .btn-shop {
      cursor: pointer;
      position: absolute;
      left: 50%;
      top: 86.3%;
      width: 150px;
      margin-left: -75px; }
      @media (min-width: 768px) {
        #section1 #section1_container .btn-shop {
          width: 13.02083%;
          left: 55.5%;
          top: 67.5%;
          margin-left: 0; } }
      @media (min-width: 1128px) {
        #section1 #section1_container .btn-shop {
          width: 250px;
          left: -webkit-calc(62.2% - 125px);
          left: calc(62.2% - 125px); } }
    #section1 #section1_container .shopTable {
      display: none;
      position: absolute;
      max-width: 867px;
      width: 45%;
      top: 62%;
      left: 6%; }
      #section1 #section1_container .shopTable .btn-shop {
        width: 33.33%;
        cursor: pointer;
        display: inline-block;
        top: 62%;
        left: 6%; }
        #section1 #section1_container .shopTable .btn-shop .blur {
          display: block; }
        #section1 #section1_container .shopTable .btn-shop .hover {
          display: none; }
    #section1 #section1_container img {
      width: 100%; }

#backtotop {
  background: url(../img/layout/back_to_top.jpg) no-repeat;
  width: 46px;
  height: 46px;
  position: fixed;
  z-index: 10;
  opacity: 0.8;
  filter: alpha(opacity=80);
  right: 20px; }
  @media (min-width: 768px) {
    #backtotop {
      bottom: 115px;
      right: 20px; } }
  @media (min-width: 1920px) {
    #backtotop {
      bottom: 115px;
      right: 313px; } }

#section2 {
  background: url("../img/m/bg_edison.jpg") repeat center center;
  background-size: 100% 100%; }
  @media (min-width: 768px) {
    #section2 {
      background: url("../img/d/bg_edison.jpg") no-repeat center center; } }
  #section2 .container {
    padding: 20px 15px;
    margin: 0 auto; }
    @media (min-width: 768px) {
      #section2 .container {
        padding: 50px 15px;
        width: 100%; } }
    @media (min-width: 1128px) {
      #section2 .container {
        max-width: 1128px;
        padding: 50px 0; } }
    #section2 .container .screen_wrapper {
      cursor: pointer; }
  #section2 img {
    width: 100%; }
  #section2 .videoWrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.117%;
    max-width: 1128px;
    margin: 0 auto; }
    #section2 .videoWrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

#section3 {
  position: relative; }
  #section3 img {
    max-width: 100%;
    width: 100%; }

#section4 {
  position: relative;
  margin: 0 auto; }
  #section4 img {
    max-width: 100%;
    width: 100%; }
  #section4 .btn-buynow {
    cursor: pointer;
    max-width: 125px;
    position: absolute;
    width: 125px;
    left: 50%;
    margin-left: -62.5px; }
    @media (min-width: 768px) {
      #section4 .btn-buynow {
        margin: 0;
        max-width: none;
        width: 8%; } }
    @media (min-width: 1128px) {
      #section4 .btn-buynow {
        width: 150px; } }
  #section4 .btn-buynow[data-popup="popup1"] {
    bottom: 67%; }
    @media (min-width: 768px) {
      #section4 .btn-buynow[data-popup="popup1"] {
        left: 29.3%;
        bottom: 31%; } }
    @media (min-width: 1128px) {
      #section4 .btn-buynow[data-popup="popup1"] {
        left: -webkit-calc(33.5% - 75px);
        left: calc(33.5% - 75px); } }
  #section4 .btn-buynow[data-popup="popup2"] {
    bottom: 41.5%; }
    @media (min-width: 768px) {
      #section4 .btn-buynow[data-popup="popup2"] {
        left: 45.5%;
        bottom: 31%; } }
    @media (min-width: 1128px) {
      #section4 .btn-buynow[data-popup="popup2"] {
        left: -webkit-calc(49.9% - 75px);
        left: calc(49.9% - 75px); } }
  #section4 .btn-buynow[data-popup="popup3"] {
    bottom: 16.5%; }
    @media (min-width: 768px) {
      #section4 .btn-buynow[data-popup="popup3"] {
        left: 62.5%;
        bottom: 31%; } }
    @media (min-width: 1128px) {
      #section4 .btn-buynow[data-popup="popup3"] {
        left: -webkit-calc(66.8% - 75px);
        left: calc(66.8% - 75px); } }

#section5 {
  position: relative; }
  #section5 .section5-container {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0; }
    #section5 .section5-container .store-container {
      background: url("../img/m/store.jpg") no-repeat center center;
      background-size: 100% 100%;
      height: auto;
      padding: 0 15px;
      padding-bottom: 25px; }
      @media (min-width: 768px) {
        #section5 .section5-container .store-container {
          background: url("../img/d/store.jpg") no-repeat center center;
          padding: 0;
          height: 512px; } }
      @media (min-width: 320px) and (max-width: 767px) {
        #section5 .section5-container .store-container {
          overflow: hidden; } }
      #section5 .section5-container .store-container .store {
        scrollbar-face-color: #fff;
        scrollbar-highlight-color: #fff;
        scrollbar-3dlight-color: #fff;
        scrollbar-darkshadow-color: #fff;
        scrollbar-shadow-color: #fff;
        -webkit-box-shadow: 6px 8px 9px 3px rgba(50, 50, 50, 0.74);
        box-shadow: 6px 8px 9px 3px rgba(50, 50, 50, 0.74); }
        @media (min-width: 768px) {
          #section5 .section5-container .store-container .store {
            -webkit-box-shadow: 20px 19px 9px 9px rgba(50, 50, 50, 0.74);
            box-shadow: 20px 19px 9px 9px rgba(50, 50, 50, 0.74); } }
        @media (min-width: 768px) {
          #section5 .section5-container .store-container .store ::-webkit-scrollbar {
            width: 0.5em;
            -webkit-border-radius: 10px;
            border-radius: 10px; } }
        @media (min-width: 768px) {
          #section5 .section5-container .store-container .store ::-webkit-scrollbar-thumb {
            background-color: #fff;
            -webkit-border-radius: 10px;
            border-radius: 10px;
            outline: 0; } }
        #section5 .section5-container .store-container .store .header {
          padding: 30px 0 0;
          text-align: center; }
          #section5 .section5-container .store-container .store .header img {
            width: 100%;
            padding: 0 30px;
            max-width: 337px; }
            @media (min-width: 768px) {
              #section5 .section5-container .store-container .store .header img {
                width: auto;
                padding: 0; } }
        #section5 .section5-container .store-container .store .tab {
          width: 100%;
          margin: 0 auto;
          max-width: 400px; }
          @media (min-width: 768px) {
            #section5 .section5-container .store-container .store .tab {
              width: 700px;
              max-width: none; } }
          #section5 .section5-container .store-container .store .tab ul {
            list-style-type: none;
            margin: 0;
            padding: 30px 0;
            -ms-flex-pack: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            display: -ms-flexbox;
            display: -webkit-box;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
            #section5 .section5-container .store-container .store .tab ul li {
              width: auto; }
              @media (min-width: 768px) {
                #section5 .section5-container .store-container .store .tab ul li {
                  width: 19%;
                  text-align: center;
                  display: inline-block; } }
              #section5 .section5-container .store-container .store .tab ul li .table {
                width: 100%;
                height: 100%;
                display: table; }
                #section5 .section5-container .store-container .store .tab ul li .table .cell {
                  display: table-cell;
                  vertical-align: bottom; }
            #section5 .section5-container .store-container .store .tab ul li a {
              background-size: 100% 100%;
              display: inline-block;
              cursor: pointer; }
            @media (min-width: 320px) and (max-width: 767px) {
              #section5 .section5-container .store-container .store .tab ul li.china, #section5 .section5-container .store-container .store .tab ul li.hk_taiwan {
                width: 50%;
                text-align: center;
                margin-bottom: 20px; } }
            @media (min-width: 320px) and (max-width: 767px) {
              #section5 .section5-container .store-container .store .tab ul li.korea, #section5 .section5-container .store-container .store .tab ul li.thailand, #section5 .section5-container .store-container .store .tab ul li.singapore {
                width: 33.3333%;
                text-align: center; } }
            #section5 .section5-container .store-container .store .tab ul li.china a {
              background: url("../img/layout/store/china.png") no-repeat;
              background-size: 100% 100%;
              width: 105px;
              height: 45px; }
            #section5 .section5-container .store-container .store .tab ul li.hk_taiwan a {
              background: url("../img/layout/store/hk_taiwan.png") no-repeat;
              background-size: 100% 100%;
              width: 83px;
              height: 58px; }
            #section5 .section5-container .store-container .store .tab ul li.korea a {
              background: url("../img/layout/store/korea.png") no-repeat;
              background-size: 100% 100%;
              width: 47px;
              height: 44px; }
            #section5 .section5-container .store-container .store .tab ul li.thailand a {
              background: url("../img/layout/store/thailand.png") no-repeat;
              background-size: 100% 100%;
              width: 64px;
              height: 45px; }
            #section5 .section5-container .store-container .store .tab ul li.singapore a {
              background: url("../img/layout/store/singapore.png") no-repeat;
              background-size: 100% 100%;
              width: 77px;
              height: 47px; }
            #section5 .section5-container .store-container .store .tab ul li.china a.active {
              background: url("../img/layout/store/china_active.png") no-repeat;
              background-size: 100% 100%; }
            #section5 .section5-container .store-container .store .tab ul li.hk_taiwan a.active {
              background: url("../img/layout/store/hk_taiwan_active.png") no-repeat;
              background-size: 100% 100%; }
            #section5 .section5-container .store-container .store .tab ul li.korea a.active {
              background: url("../img/layout/store/korea_active.png") no-repeat;
              background-size: 100% 100%; }
            #section5 .section5-container .store-container .store .tab ul li.thailand a.active {
              background: url("../img/layout/store/thailand_active.png") no-repeat;
              background-size: 100% 100%; }
            #section5 .section5-container .store-container .store .tab ul li.singapore a.active {
              background: url("../img/layout/store/singapore_active.png") no-repeat;
              background-size: 100% 100%; }
        #section5 .section5-container .store-container .store .shoplist_content_container {
          background: #25408f;
          padding: 20px 10%; }
          @media (min-width: 768px) {
            #section5 .section5-container .store-container .store .shoplist_content_container {
              padding: 20px 0; } }
          #section5 .section5-container .store-container .store .shoplist_content_container .shoplist_content {
            width: 700px;
            margin: 0 auto;
            overflow-y: scroll;
            height: 268px; }
            #section5 .section5-container .store-container .store .shoplist_content_container .shoplist_content table {
              width: 100%;
              color: #fff;
              font-weight: bold; }
              #section5 .section5-container .store-container .store .shoplist_content_container .shoplist_content table td.shoplist_content_city {
                font-size: 20px;
                line-height: 30px;
                width: 22%;
                color: #fff;
                font-weight: bold; }
              #section5 .section5-container .store-container .store .shoplist_content_container .shoplist_content table td.shoplist_content_type {
                font-size: 15px;
                line-height: 20px;
                width: 30%;
                color: #fff;
                font-weight: bold; }
              #section5 .section5-container .store-container .store .shoplist_content_container .shoplist_content table td.shoplist_content_shop {
                font-size: 15px;
                line-height: 20px; }
                #section5 .section5-container .store-container .store .shoplist_content_container .shoplist_content table td.shoplist_content_shop a {
                  color: #fff;
                  font-weight: bold; }
          #section5 .section5-container .store-container .store .shoplist_content_container .shoplist_content_m {
            width: 100%;
            margin: 0 auto;
            overflow-y: scroll;
            height: auto; }
            @media (min-width: 768px) {
              #section5 .section5-container .store-container .store .shoplist_content_container .shoplist_content_m {
                height: 465px; } }
            #section5 .section5-container .store-container .store .shoplist_content_container .shoplist_content_m table {
              width: 100%;
              color: #fff;
              font-weight: bold; }
              #section5 .section5-container .store-container .store .shoplist_content_container .shoplist_content_m table td {
                vertical-align: top; }
              #section5 .section5-container .store-container .store .shoplist_content_container .shoplist_content_m table td.shoplist_content_city {
                font-size: 14px;
                vertical-align: top;
                width: 30%;
                font-weight: bold;
                line-height: 16px; }
              #section5 .section5-container .store-container .store .shoplist_content_container .shoplist_content_m table p.shoplist_content_type {
                font-size: 14px;
                vertical-align: top;
                line-height: 16px;
                color: #fff;
                font-weight: bold;
                margin: 0px auto; }
              #section5 .section5-container .store-container .store .shoplist_content_container .shoplist_content_m table p.shoplist_content_shop {
                font-size: 14px;
                vertical-align: top;
                color: #1b4884;
                line-height: 16px;
                margin: 0px auto; }
                #section5 .section5-container .store-container .store .shoplist_content_container .shoplist_content_m table p.shoplist_content_shop a {
                  color: #fff;
                  font-weight: bold; }

.fancybox-inner {
  background: #25408f; }

#popup-more {
  background: #25408f;
  text-align: center; }
  #popup-more .shop-button-container .header {
    padding: 30px; }
    @media (min-width: 768px) {
      #popup-more .shop-button-container .header {
        padding-top: 50px; } }
    #popup-more .shop-button-container .header img {
      width: 100%;
      max-width: 433px; }
  #popup-more .shop-button-container ul {
    margin: 0;
    padding: 0;
    padding-bottom: 30px; }
    @media (min-width: 768px) {
      #popup-more .shop-button-container ul {
        padding-bottom: 50px; } }
    #popup-more .shop-button-container ul li {
      padding: 20px 0; }
      @media (min-width: 768px) {
        #popup-more .shop-button-container ul li {
          width: 19%;
          text-align: center;
          display: inline-table;
          height: 176px; } }
      @media (min-width: 768px) {
        #popup-more .shop-button-container ul li .country {
          padding-bottom: 20px; } }
      #popup-more .shop-button-container ul li .table {
        width: 100%;
        height: 100%;
        display: table; }
        #popup-more .shop-button-container ul li .table .cell {
          display: table-cell;
          vertical-align: bottom; }
          @media (min-width: 320px) and (max-width: 767px) {
            #popup-more .shop-button-container ul li .table .cell img {
              height: 85%; } }
      #popup-more .shop-button-container ul li .shop {
        color: #fff;
        padding-top: 5px;
        display: block;
        font-size: 16px;
        line-height: 16px; }
        #popup-more .shop-button-container ul li .shop a {
          color: #fff;
          display: block;
          padding-top: 10px; }

.popup,
section {
  line-height: 0;
  width: 100%;
  position: relative; }
  .popup .block-desktop,
  section .block-desktop {
    display: none; }
    @media (min-width: 768px) {
      .popup .block-desktop,
      section .block-desktop {
        display: block; } }
  .popup .block-mobile,
  section .block-mobile {
    display: block; }
    @media (min-width: 768px) {
      .popup .block-mobile,
      section .block-mobile {
        display: none; } }
  .popup .inline-desktop,
  section .inline-desktop {
    display: none; }
    @media (min-width: 768px) {
      .popup .inline-desktop,
      section .inline-desktop {
        display: inline; } }
  .popup .inline-mobile,
  section .inline-mobile {
    display: inline; }
    @media (min-width: 768px) {
      .popup .inline-mobile,
      section .inline-mobile {
        display: none; } }
  .popup .inline-block-desktop,
  section .inline-block-desktop {
    display: none;
    z-index: 10; }
    @media (min-width: 768px) {
      .popup .inline-block-desktop,
      section .inline-block-desktop {
        display: inline-block; } }
  .popup .inline-block-mobile,
  section .inline-block-mobile {
    display: inline-block;
    z-index: 9; }
    @media (min-width: 768px) {
      .popup .inline-block-mobile,
      section .inline-block-mobile {
        display: none; } }

#Guide {
  position: relative;
  background: #FFF; }
  #Guide p {
    margin-top: 0; }
  #Guide ul {
    list-style: none; }
  #Guide .desktop .guideTitle {
    max-width: 552px;
    width: 100%;
    margin-top: 20px; }
  #Guide .mobile .guideTitle {
    max-width: 552px;
    width: 70%;
    margin-top: 40px; }
  #Guide .mobile .shopTable {
    width: 100%;
    text-align: center; }
    #Guide .mobile .shopTable .btn-shop {
      max-width: 289px;
      width: 43%;
      margin: 5px;
      cursor: pointer;
      display: inline-block; }
      #Guide .mobile .shopTable .btn-shop img {
        width: 100%; }
      #Guide .mobile .shopTable .btn-shop .blur {
        display: block; }
      #Guide .mobile .shopTable .btn-shop .hover {
        display: none; }
  #Guide .remark {
    text-align: center;
    font-size: 14px; }
  #Guide .shopTable {
    max-width: 867px;
    width: 74%;
    margin: 0 auto; }
    #Guide .shopTable .btn-shop {
      max-width: 289px;
      width: 33.33%;
      cursor: pointer;
      display: inline-block;
      margin: 0;
      padding: 0; }
      #Guide .shopTable .btn-shop:hover {
        background: none; }
      #Guide .shopTable .btn-shop img {
        width: 100%; }
      #Guide .shopTable .btn-shop .blur {
        display: block; }
      #Guide .shopTable .btn-shop .hover {
        display: none; }

.btn.mobile {
  width: 100%; }
  .btn.mobile p {
    width: 100%; }
    .btn.mobile p a {
      zoom: 0.45; }
      @media (min-width: 375px) {
        .btn.mobile p a {
          zoom: 0.53; } }
      @media (min-width: 414px) {
        .btn.mobile p a {
          zoom: 0.6; } }
      @media (min-width: 568px) {
        .btn.mobile p a {
          zoom: 0.9; } }
  .btn.mobile a {
    display: inline-block;
    margin: 0; }
