/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, ../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
/* line 2, ../../sass/fancybox/_fancybox.scss */
.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;
}

/* line 20, ../../sass/fancybox/_fancybox.scss */
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

/* line 27, ../../sass/fancybox/_fancybox.scss */
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 37, ../../sass/fancybox/_fancybox.scss */
.fancybox-opened {
  z-index: 8030;
}

/* line 41, ../../sass/fancybox/_fancybox.scss */
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

/* line 47, ../../sass/fancybox/_fancybox.scss */
.fancybox-outer, .fancybox-inner {
  position: relative;
}

/* line 51, ../../sass/fancybox/_fancybox.scss */
.fancybox-inner {
  overflow: hidden;
}

/* line 55, ../../sass/fancybox/_fancybox.scss */
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

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

/* line 67, ../../sass/fancybox/_fancybox.scss */
.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 73, ../../sass/fancybox/_fancybox.scss */
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

/* line 78, ../../sass/fancybox/_fancybox.scss */
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../images/fancybox_sprite.png");
}

/* line 82, ../../sass/fancybox/_fancybox.scss */
#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;
}

/* line 94, ../../sass/fancybox/_fancybox.scss */
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/fancybox_loading.gif") center center no-repeat;
}

/* line 100, ../../sass/fancybox/_fancybox.scss */
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

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

/* line 122, ../../sass/fancybox/_fancybox.scss */
.fancybox-prev {
  left: 0;
}

/* line 126, ../../sass/fancybox/_fancybox.scss */
.fancybox-next {
  right: 0;
}

/* line 130, ../../sass/fancybox/_fancybox.scss */
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

/* line 141, ../../sass/fancybox/_fancybox.scss */
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

/* line 146, ../../sass/fancybox/_fancybox.scss */
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

/* line 151, ../../sass/fancybox/_fancybox.scss */
.fancybox-nav:hover span {
  visibility: visible;
}

/* line 155, ../../sass/fancybox/_fancybox.scss */
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
/* line 167, ../../sass/fancybox/_fancybox.scss */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

/* line 172, ../../sass/fancybox/_fancybox.scss */
.fancybox-lock body {
  overflow: hidden !important;
}

/* line 176, ../../sass/fancybox/_fancybox.scss */
.fancybox-lock-test {
  overflow-y: hidden !important;
}

/* line 180, ../../sass/fancybox/_fancybox.scss */
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../images/fancybox_overlay.png");
}

/* line 190, ../../sass/fancybox/_fancybox.scss */
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

/* line 196, ../../sass/fancybox/_fancybox.scss */
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

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

/* line 211, ../../sass/fancybox/_fancybox.scss */
.fancybox-opened .fancybox-title {
  visibility: visible;
}

/* line 215, ../../sass/fancybox/_fancybox.scss */
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

/* line 224, ../../sass/fancybox/_fancybox.scss */
.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;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

/* line 240, ../../sass/fancybox/_fancybox.scss */
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

/* line 246, ../../sass/fancybox/_fancybox.scss */
.fancybox-title-inside-wrap {
  padding-top: 10px;
}

/* line 250, ../../sass/fancybox/_fancybox.scss */
.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) {
  /* line 265, ../../sass/fancybox/_fancybox.scss */
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../images/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  /* line 270, ../../sass/fancybox/_fancybox.scss */
  #fancybox-loading div {
    background-image: url("../images/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/**
 * name:        FancyBox Transitions
 * file:        jquery.fancybox-transitions.css
 * version:     0.1
 * author:      Thomas Lagier
 * description: Adds CSS3 open/close transitions for FancyBox 2.
 * license:     MIT
 * date: 		April 25, 2014
 */
/* Effect 1: Fade in and scale up */
/* line 12, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.fadescale {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
}

/* line 20, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.fadescale-transitions {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 26, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.fadescale.show {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/* Effect 2: Slide from the right */
/* line 35, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.slideright {
  -webkit-transform: translateX(20%);
  -moz-transform: translateX(20%);
  -ms-transform: translateX(20%);
  transform: translateX(20%);
  opacity: 0;
}

/* line 43, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.slideright-transitions {
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

/* line 49, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.slideright.show {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

/* Effect 3: Slide from the bottom */
/* line 58, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.slidebottom {
  -webkit-transform: translateY(20%);
  -moz-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  opacity: 0;
}

/* line 66, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.slidebottom-transitions {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 72, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.slidebottom.show {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

/* Effect 4: Newspaper */
/* line 81, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.newspaper {
  -webkit-transform: scale(0) rotate(720deg);
  -moz-transform: scale(0) rotate(720deg);
  -ms-transform: scale(0) rotate(720deg);
  transform: scale(0) rotate(720deg);
  opacity: 0;
}

/* line 89, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.newspaper-transitions {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

/* line 95, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.newspaper.show {
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  opacity: 1;
}

/* Effect 5: fall */
/* line 104, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.fall {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

/* line 110, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.fall > *:first-child {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(600px) rotateX(20deg);
  -moz-transform: translateZ(600px) rotateX(20deg);
  -ms-transform: translateZ(600px) rotateX(20deg);
  transform: translateZ(600px) rotateX(20deg);
  opacity: 0;
}

/* line 121, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.fall.show > *:first-child {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: translateZ(0px) rotateX(0deg);
  -moz-transform: translateZ(0px) rotateX(0deg);
  -ms-transform: translateZ(0px) rotateX(0deg);
  transform: translateZ(0px) rotateX(0deg);
  opacity: 1;
}

/* Effect 6: Side fall */
/* line 134, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.sidefall {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

/* line 140, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.sidefall > *:first-child {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translate(30%) translateZ(600px) rotate(10deg);
  -moz-transform: translate(30%) translateZ(600px) rotate(10deg);
  -ms-transform: translate(30%) translateZ(600px) rotate(10deg);
  transform: translate(30%) translateZ(600px) rotate(10deg);
  opacity: 0;
}

/* line 151, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.sidefall.show > *:first-child {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: translate(0%) translateZ(0) rotate(0deg);
  -moz-transform: translate(0%) translateZ(0) rotate(0deg);
  -ms-transform: translate(0%) translateZ(0) rotate(0deg);
  transform: translate(0%) translateZ(0) rotate(0deg);
  opacity: 1;
}

/* Effect 7:  slide and stick to top */
/* line 163, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.stickyup {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: translateY(-200%);
  -moz-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  transform: translateY(-200%);
  opacity: 0;
}

/* line 175, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.stickyup-transitions {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

/* line 181, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.stickyup.show {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  border-radius: 0 0 3px 3px;
  opacity: 1;
}

/* Effect 8: 3D flip horizontal */
/* line 191, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.horizflip {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

/* line 197, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.horizflip > *:first-child {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(-70deg);
  -moz-transform: rotateY(-70deg);
  -ms-transform: rotateY(-70deg);
  transform: rotateY(-70deg);
}

/* line 207, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.horizflip-transitions > *:first-child {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

/* line 214, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.horizflip.show > *:first-child {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 1;
}

/* Effect 9: 3D flip vertical */
/* line 223, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.vertflip {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

/* line 229, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.vertflip > *:first-child {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-70deg);
  -moz-transform: rotateX(-70deg);
  -ms-transform: rotateX(-70deg);
  transform: rotateX(-70deg);
  opacity: 0;
}

/* line 240, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.vertflip-transitions > *:first-child {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 246, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.vertflip.show > *:first-child {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;
}

/* Effect 10: 3D sign */
/* line 255, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.sign {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

/* line 261, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.sign > *:first-child {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-60deg);
  -moz-transform: rotateX(-60deg);
  -ms-transform: rotateX(-60deg);
  transform: rotateX(-60deg);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
  opacity: 0;
}

/* line 275, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.sign-transitions > *:first-child {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 282, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.sign.show > *:first-child {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;
}

/* Effect 11: Super-scaled */
/* line 291, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.superscale {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  opacity: 0;
}

/* line 299, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.superscale-transitions {
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -ms-transition: -ms-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
}

/* line 306, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.superscale.show {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/* Effect 13: 3D slit */
/* line 315, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.slit {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

/* line 321, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.slit > *:first-child {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(-3000px) rotateY(90deg);
  -moz-transform: translateZ(-3000px) rotateY(90deg);
  -ms-transform: translateZ(-3000px) rotateY(90deg);
  transform: translateZ(-3000px) rotateY(90deg);
  opacity: 0;
}

/* line 332, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.slit.show > *:first-child {
  -webkit-animation: slit .7s forwards ease-out;
  -moz-animation: slit .7s forwards ease-out;
  animation: slit .7s forwards ease-out;
}

@-webkit-keyframes slit {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(89deg);
    opacity: .5;
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateZ(0) rotateY(0deg);
    opacity: 1;
  }
}
@-moz-keyframes slit {
  50% {
    -moz-transform: translateZ(-250px) rotateY(89deg);
    opacity: .5;
    -moz-animation-timing-function: ease-out;
  }
  100% {
    -moz-transform: translateZ(0) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes slit {
  50% {
    transform: translateZ(-250px) rotateY(89deg);
    opacity: 1;
    animation-timing-function: ease-in;
  }
  100% {
    transform: translateZ(0) rotateY(0deg);
    opacity: 1;
  }
}
/* Effect 14:  3D Rotate from bottom */
/* line 354, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.rotatebottom {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

/* line 360, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.rotatebottom-transitions > *:first-child {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* line 366, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.rotatebottom > *:first-child {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateY(100%) rotateX(90deg);
  -moz-transform: translateY(100%) rotateX(90deg);
  -ms-transform: translateY(100%) rotateX(90deg);
  transform: translateY(100%) rotateX(90deg);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  transform-origin: 0 100%;
  opacity: 0;
}

/* line 380, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.rotatebottom.show > *:first-child {
  -webkit-transform: translateY(0%) rotateX(0deg);
  -moz-transform: translateY(0%) rotateX(0deg);
  -ms-transform: translateY(0%) rotateX(0deg);
  transform: translateY(0%) rotateX(0deg);
  opacity: 1;
}

/* Effect 15:  3D Rotate in from left */
/* line 389, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.rotateleft {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

/* line 395, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.rotateleft-transitions > *:first-child {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 401, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.rotateleft > *:first-child {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  -moz-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  -ms-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  transform-origin: 0 100%;
  opacity: 0;
}

/* line 415, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.rotateleft.show > *:first-child {
  -webkit-transform: translateZ(0px) translateX(0%) rotateY(0deg);
  -moz-transform: translateZ(0px) translateX(0%) rotateY(0deg);
  -ms-transform: translateZ(0px) translateX(0%) rotateY(0deg);
  transform: translateZ(0px) translateX(0%) rotateY(0deg);
  opacity: 1;
}

/* Effect 16:  Blur */
/* line 424, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.blur-overlay {
  background: rgba(0, 0, 0, 0.5);
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  filter: blur(3px);
}

/* line 431, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.blur {
  -webkit-transform: translateY(-5%);
  -moz-transform: translateY(-5%);
  -ms-transform: translateY(-5%);
  transform: translateY(-5%);
  opacity: 0;
}

/* line 439, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.blur-transitions {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 445, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.blur.show {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

/* line 13, ../../sass/screen.scss */
body {
  background: #fff;
  margin: 0px;
  color: #000;
}

/* line 20, ../../sass/screen.scss */
a, a:visited, a:hover, a:focus {
  text-decoration: none;
  color: #fff;
  display: block;
  outline: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

/* line 29, ../../sass/screen.scss */
ol, ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: visible;
}

/* line 35, ../../sass/screen.scss */
.center {
  text-align: center;
}

/* line 38, ../../sass/screen.scss */
.sup {
  float: left;
  font-size: 13px;
  margin: 7px 0;
  white-space: normal;
}

/* line 44, ../../sass/screen.scss */
sup {
  font-size: 10px;
}

/* line 47, ../../sass/screen.scss */
.landing {
  font-family: Microsoft JhengHei,sans-serif;
}

/* line 51, ../../sass/screen.scss */
.btn_detail {
  background: #fbb713;
  width: 250px;
  height: 50px;
  text-align: center;
  /* margin: 30px auto 0; */
  font-size: 24px;
  font-weight: bold;
  line-height: 49px;
  color: #fff;
  display: inline-block;
  border: 0;
  vertical-align: middle;
}

/* line 67, ../../sass/screen.scss */
.step .description ul {
  list-style: disc;
  overflow: visible;
  text-align: left;
  margin: 20px 0;
  color: #000;
}
/* line 73, ../../sass/screen.scss */
.step .description ul li {
  list-style-type: disc;
  margin: 5px 5px 0px 18px;
  background: transparent !important;
}
/* line 81, ../../sass/screen.scss */
.step .one_time_pw_text {
  margin: 25px 0 10px;
}
/* line 84, ../../sass/screen.scss */
.step .btn_detail_container {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
/* line 89, ../../sass/screen.scss */
.step .btn_detail_container div:nth-child(2) {
  margin-left: 15px;
}
/* line 93, ../../sass/screen.scss */
.step .btn_detail {
  background: #fbb713;
  width: 150px;
  height: 50px;
  text-align: center;
  /* margin: 30px auto 0; */
  font-size: 24px;
  font-weight: bold;
  line-height: 49px;
  color: #fff;
  display: inline-block;
  border: 0;
}
/* line 106, ../../sass/screen.scss */
.step .btn_detail input {
  width: 100%;
  border: 0;
  background: transparent;
}
/* line 111, ../../sass/screen.scss */
.step .stronger {
  font-size: 21px;
  display: inline-block;
}
/* line 115, ../../sass/screen.scss */
.step .black {
  color: black;
}
/* line 117, ../../sass/screen.scss */
.step .black .home_link {
  display: inline-block;
  color: black;
}
/* line 123, ../../sass/screen.scss */
.step .error_message_container {
  width: 100%;
  margin: 15px 0;
  font-size: 17px;
  color: red;
  font-weight: normal;
}
/* line 130, ../../sass/screen.scss */
.step .count_down_container {
  margin: 23px auto;
  font-size: 17px;
  color: red;
  font-weight: normal;
}

/* line 137, ../../sass/screen.scss */
.btn_share {
  width: 31px;
  height: 38px;
  display: inline-block;
}
/* line 141, ../../sass/screen.scss */
.btn_share img {
  margin: -11px 12px;
  width: 31px;
  height: auto;
}

/* line 147, ../../sass/screen.scss */
#top_banner_text {
  position: absolute;
  top: 50%;
  display: block;
  width: 838px;
  height: auto;
  max-width: 100%;
  margin-top: -8.5%;
}

/* line 156, ../../sass/screen.scss */
.tab_background, .tab_background img {
  width: 100%;
  display: block;
  float: left;
}

/* line 161, ../../sass/screen.scss */
.m_top_image {
  width: 100%;
  display: block;
  float: left;
  font-size: 0;
}
/* line 166, ../../sass/screen.scss */
.m_top_image img {
  width: 100%;
}

/* line 170, ../../sass/screen.scss */
.tnc {
  width: 100%;
  border-top: 1px solid #898989;
  padding: 10px 0px;
  color: #6b6b6b;
  text-align: left;
  font-size: 16px;
  line-height: 20px;
  margin-top: 15px;
}
/* line 179, ../../sass/screen.scss */
.tnc ul {
  list-style: disc;
  overflow: visible;
  text-align: left;
  margin: 5px 0 10px;
}
/* line 184, ../../sass/screen.scss */
.tnc ul li {
  list-style-type: disc;
  margin: 5px 5px 0px 18px;
  background: transparent !important;
}

/* line 191, ../../sass/screen.scss */
.product1, .product2, .product3, .product4, .product5, .product6 {
  display: none;
}

/* line 194, ../../sass/screen.scss */
#loading {
  margin: 100px;
  width: 392px;
  text-align: center;
  display: none;
}

/* line 200, ../../sass/screen.scss */
.share_btn {
  display: none;
  width: 240px;
  height: 200px;
  margin: 0 auto;
  color: black;
  font-size: 18px;
}
/* line 208, ../../sass/screen.scss */
.share_btn .title {
  width: 246px;
  text-align: center;
  margin: 0 20px 10px;
  font-size: 21px;
  color: #fa8200;
  height: 54px;
  vertical-align: middle;
  display: table-cell;
}
/* line 218, ../../sass/screen.scss */
.share_btn .facebook {
  margin-left: 20px;
}
/* line 221, ../../sass/screen.scss */
.share_btn .facebook, .share_btn .whatsapp {
  width: 100px;
  display: inline-block;
}

/* line 227, ../../sass/screen.scss */
#sold_out, #end, #not_start {
  display: none;
}

/* line 230, ../../sass/screen.scss */
.counter_icon {
  display: none !important;
}

/* line 233, ../../sass/screen.scss */
body header .container .top-nav .float-right {
  top: 4px !important;
}

/* line 236, ../../sass/screen.scss */
a.tnc_link {
  display: inline-block;
  color: #6b6b6b !important;
}

/* line 241, ../../sass/screen.scss */
.star {
  text-align: left;
  margin: 10px 0 0;
  font-size: 14px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  /* line 247, ../../sass/screen.scss */
  #top_banner_text {
    position: absolute;
    top: 45%;
    display: block;
    width: 538px;
    height: auto;
    max-width: 100%;
    margin-top: -7%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 259, ../../sass/screen.scss */
  #top_banner_text {
    position: absolute;
    top: 40%;
    display: block;
    width: 400px;
    height: auto;
    max-width: 100%;
    margin-top: -4%;
  }

  /* line 268, ../../sass/screen.scss */
  #content_menu {
    width: 975px !important;
  }
  /* line 270, ../../sass/screen.scss */
  #content_menu li {
    width: 160px !important;
    height: 140px;
  }
  /* line 274, ../../sass/screen.scss */
  #content_menu .title {
    font-size: 20px !important;
    font-family: Microsoft JhengHei, sans-serif !important;
  }

  /* line 280, ../../sass/screen.scss */
  #main_content .discount {
    width: 975px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* #top_banner_text{
  	position: absolute;
  	top: 50%;
  	display: block;
  	width:500px;
  	height: auto;
  	max-width: 100%;
  	margin-top: -6%;
  } */
}
/* @media only screen and (min-width: 992px){  */
/* and (max-width: 768px) */
/* line 301, ../../sass/screen.scss */
#top_banner_image {
  text-align: center;
  font-size: 0;
  margin: 0 auto;
  width: 100%;
  position: relative;
  	/* #top_banner_text img{
  
  	} */
}
/* line 307, ../../sass/screen.scss */
#top_banner_image #top_banner {
  width: 100%;
  height: auto;
}
/* line 311, ../../sass/screen.scss */
#top_banner_image #top_banner_image img {
  width: 100%;
  max-width: 100%;
  display: block;
  /* overflow: hidden; */
  white-space: nowrap;
  height: auto;
}

/* line 320, ../../sass/screen.scss */
#fwd_header_container {
  width: 100%;
  height: 269px;
  background: #ebebeb;
}
/* line 324, ../../sass/screen.scss */
#fwd_header_container #fwd_header {
  width: 1024px;
  height: 269px;
  margin: 0 auto;
  overflow: visible;
}
/* line 330, ../../sass/screen.scss */
#fwd_header_container #description {
  width: 337px;
  height: 269px;
  overflow: hidden;
  float: left;
  padding-top: 21px;
  font-weight: bold;
}
/* line 337, ../../sass/screen.scss */
#fwd_header_container #description div {
  font-size: 18px;
  line-height: 26px;
  padding-top: 22px;
}
/* line 342, ../../sass/screen.scss */
#fwd_header_container #description .orange {
  color: #fa8200;
  display: inline;
  padding: 0;
  margin: 0;
}
/* line 352, ../../sass/screen.scss */
#fwd_header_container #remain-container {
  width: 686px;
  overflow: visible;
  height: 269px;
  float: left;
}
/* line 357, ../../sass/screen.scss */
#fwd_header_container #remain-container #remain {
  position: relative;
  width: 610px;
  margin: 20px auto 0;
}
/* line 361, ../../sass/screen.scss */
#fwd_header_container #remain-container #remain table, #fwd_header_container #remain-container #remain tr {
  width: 100%;
}
/* line 364, ../../sass/screen.scss */
#fwd_header_container #remain-container #remain .header {
  background: #ebebeb;
  width: 303px;
  height: 84px;
  margin: 0 auto;
}
/* line 369, ../../sass/screen.scss */
#fwd_header_container #remain-container #remain .header img {
  margin-top: -11px;
}
/* line 373, ../../sass/screen.scss */
#fwd_header_container #remain-container #remain .border {
  height: 1px;
  width: 100%;
  border-top: 1px solid #00bd9f;
}
/* line 379, ../../sass/screen.scss */
#fwd_header_container #remain-container #main_counter {
  position: relative;
  width: 100%;
  height: 165px;
}
/* line 383, ../../sass/screen.scss */
#fwd_header_container #remain-container #main_counter .counter_icon {
  position: absolute;
}
/* line 386, ../../sass/screen.scss */
#fwd_header_container #remain-container #main_counter #outer_circle {
  width: 250px;
  height: 125px;
  position: absolute;
  top: 40px;
  left: 72px;
}
/* line 393, ../../sass/screen.scss */
#fwd_header_container #remain-container #main_counter #icon1 {
  width: 48px;
  height: 59px;
  top: 20px;
  left: 32px;
}
/* line 399, ../../sass/screen.scss */
#fwd_header_container #remain-container #main_counter #icon2 {
  width: 26px;
  height: 27px;
  top: 150px;
  left: 0;
}
/* line 405, ../../sass/screen.scss */
#fwd_header_container #remain-container #main_counter #icon3 {
  width: 47px;
  height: 47px;
  left: 285px;
  top: -2px;
}
/* line 411, ../../sass/screen.scss */
#fwd_header_container #remain-container #main_counter #icon4 {
  width: 43px;
  height: 46px;
  left: 533px;
  top: -5px;
}
/* line 417, ../../sass/screen.scss */
#fwd_header_container #remain-container #main_counter #icon5 {
  width: 57px;
  height: 62px;
  left: 571px;
  top: 127px;
}
/* line 423, ../../sass/screen.scss */
#fwd_header_container #remain-container #main_counter #circle_container {
  position: absolute;
  width: 204px;
  height: 106px;
  overflow: hidden;
  top: 60px;
  left: 95px;
  color: #fff;
}
/* line 431, ../../sass/screen.scss */
#fwd_header_container #remain-container #main_counter #circle_container .circle {
  border-radius: 204px;
  width: 204px;
  height: 204px;
  background: #00bd9f;
  text-align: center;
  line-height: 55px;
  padding-top: 41px;
  font-weight: bold;
}
/* line 440, ../../sass/screen.scss */
#fwd_header_container #remain-container #main_counter #circle_container .circle #number {
  font-size: 51px;
  display: inline-block;
}
/* line 444, ../../sass/screen.scss */
#fwd_header_container #remain-container #main_counter #circle_container .circle #million {
  font-size: 42px;
  display: inline-block;
}
/* line 450, ../../sass/screen.scss */
#fwd_header_container #remain-container #main_counter .time_container {
  width: 220px;
  position: absolute;
  top: 83px;
  left: 335px;
  text-align: center;
  color: #00bd9f !important;
}
/* line 457, ../../sass/screen.scss */
#fwd_header_container #remain-container #main_counter .time_container .hour, #fwd_header_container #remain-container #main_counter .time_container .minute, #fwd_header_container #remain-container #main_counter .time_container .second {
  width: 46px;
  display: inline-block;
  margin: 0 11px;
  height: 71px;
  font-size: 40px;
}
/* line 463, ../../sass/screen.scss */
#fwd_header_container #remain-container #main_counter .time_container .hour .text, #fwd_header_container #remain-container #main_counter .time_container .minute .text, #fwd_header_container #remain-container #main_counter .time_container .second .text {
  font-size: 18px;
  margin-bottom: 14px;
  color: #000 !important;
}
/* line 468, ../../sass/screen.scss */
#fwd_header_container #remain-container #main_counter .time_container .hour .number, #fwd_header_container #remain-container #main_counter .time_container .minute .number, #fwd_header_container #remain-container #main_counter .time_container .second .number {
  width: auto;
  height: 39px;
  font-size: 42px;
  text-align: center;
  font-weight: bold;
  color: #00bd9f;
  font-family: Calibri,sans-serif;
}
/* line 478, ../../sass/screen.scss */
#fwd_header_container #remain-container #main_counter .time_container .hour:after, #fwd_header_container #remain-container #main_counter .time_container .minute:after {
  content: ":";
  display: table;
  margin: -38px 56px;
  font-size: 35px;
  text-align: center;
  font-weight: bold;
  color: #00bd9f;
}

/* line 491, ../../sass/screen.scss */
#discount-header-container {
  width: 100%;
  overflow: hidden;
  height: 123px;
  float: left;
}
/* line 496, ../../sass/screen.scss */
#discount-header-container #discount-header {
  position: relative;
  width: 1024px;
  margin: 35px auto 0;
}
/* line 500, ../../sass/screen.scss */
#discount-header-container #discount-header table, #discount-header-container #discount-header tr {
  width: 100%;
}
/* line 503, ../../sass/screen.scss */
#discount-header-container #discount-header .header {
  /* background: #fa8200; */
  width: 303px;
  height: 84px;
  margin: 0 auto;
}
/* line 508, ../../sass/screen.scss */
#discount-header-container #discount-header .header img {
  margin-top: -11px;
}
/* line 512, ../../sass/screen.scss */
#discount-header-container #discount-header .border {
  height: 1px;
  width: 100%;
  border-top: 1px solid #fa8200;
}

/* line 519, ../../sass/screen.scss */
#content_menu {
  width: 1024px;
  max-width: 100%;
  display: block;
  /* overflow: hidden; */
  white-space: nowrap;
  height: 140px;
  font-weight: bold;
  margin: 0 auto;
  font-family: Microsoft JhengHei UI, sans-serif !important;
}
/* line 526, ../../sass/screen.scss */
#content_menu a, #content_menu a:visited, #content_menu a:hover {
  text-decoration: none !important;
  border: 0;
  background: transparent;
  padding: 0;
  white-space: normal;
}
/* line 534, ../../sass/screen.scss */
#content_menu ul.nav {
  border: 0;
}
/* line 536, ../../sass/screen.scss */
#content_menu ul.nav li {
  width: 168px;
  height: 140px;
  float: left;
  /* background: #fa8200;
  border-left: 1px solid #fc8202;
  border-right: 1px solid #fc8202; */
  position: relative;
  overflow: visible;
  padding: 0 0px;
}
/* line 547, ../../sass/screen.scss */
#content_menu ul.nav .line-break {
  display: block;
  height: 1px;
}
/* line 551, ../../sass/screen.scss */
#content_menu ul.nav li:nth-child(1) {
  background: #ffd444;
  border: 2px solid #ffd444;
}
/* line 555, ../../sass/screen.scss */
#content_menu ul.nav li:nth-child(1):after {
  border-color: #ffd444 transparent transparent transparent;
}
/* line 559, ../../sass/screen.scss */
#content_menu ul.nav li.active:nth-child(1) div {
  color: #ffd444;
  border-color: #ffd444 !important;
}
/* line 564, ../../sass/screen.scss */
#content_menu ul.nav li:nth-child(1):not(.active):hover {
  box-shadow: inset 0 0 20px #ffcb1f;
  -webkit-box-shadow: inset 0 0 20px #ffcb1f;
  -moz-box-shadow: inset 0 0 20px #ffcb1f;
}
/* line 569, ../../sass/screen.scss */
#content_menu ul.nav li:nth-child(2) {
  background: #006269;
  border: 2px solid #006269;
}
/* line 573, ../../sass/screen.scss */
#content_menu ul.nav li:nth-child(2):after {
  border-color: #006269 transparent transparent transparent;
}
/* line 576, ../../sass/screen.scss */
#content_menu ul.nav li:nth-child(2):not(.active):hover {
  box-shadow: inset 0 0 20px #003236;
  -webkit-box-shadow: inset 0 0 20px #003236;
  -moz-box-shadow: inset 0 0 20px #003236;
}
/* line 582, ../../sass/screen.scss */
#content_menu ul.nav li.active:nth-child(2) div {
  color: #006269;
  border-color: #006269 !important;
}
/* line 587, ../../sass/screen.scss */
#content_menu ul.nav li:nth-child(3) {
  background: #0097a9;
  border: 2px solid #0097a9;
}
/* line 591, ../../sass/screen.scss */
#content_menu ul.nav li:nth-child(3):after {
  border-color: #0097a9 transparent transparent transparent;
}
/* line 594, ../../sass/screen.scss */
#content_menu ul.nav li:nth-child(3):not(.active):hover {
  box-shadow: inset 0 0 20px #006269;
  -webkit-box-shadow: inset 0 0 20px #006269;
  -moz-box-shadow: inset 0 0 20px #006269;
}
/* line 600, ../../sass/screen.scss */
#content_menu ul.nav li.active:nth-child(3) div {
  color: #006269;
  border-color: #006269 !important;
}
/* line 605, ../../sass/screen.scss */
#content_menu ul.nav li:nth-child(4) {
  background: #63b1bc;
  border: 2px solid #63b1bc;
}
/* line 609, ../../sass/screen.scss */
#content_menu ul.nav li:nth-child(4):after {
  border-color: #63b1bc transparent transparent transparent;
}
/* line 612, ../../sass/screen.scss */
#content_menu ul.nav li:nth-child(4):not(.active):hover {
  box-shadow: inset 0 0 20px #4f8d96;
  -webkit-box-shadow: inset 0 0 20px #4f8d96;
  -moz-box-shadow: inset 0 0 20px #4f8d96;
}
/* line 618, ../../sass/screen.scss */
#content_menu ul.nav li.active:nth-child(4) div {
  color: #63b1bc;
  border-color: #63b1bc !important;
}
/* line 623, ../../sass/screen.scss */
#content_menu ul.nav li:nth-child(5) {
  background: #a8a7a7;
  border: 2px solid #a8a7a7;
}
/* line 627, ../../sass/screen.scss */
#content_menu ul.nav li:nth-child(5):after {
  border-color: #a8a7a7 transparent transparent transparent;
}
/* line 630, ../../sass/screen.scss */
#content_menu ul.nav li:nth-child(5):not(.active):hover {
  box-shadow: inset 0 0 20px #626262;
  -webkit-box-shadow: inset 0 0 20px #626262;
  -moz-box-shadow: inset 0 0 20px #626262;
}
/* line 636, ../../sass/screen.scss */
#content_menu ul.nav li.active:nth-child(5) div {
  color: #a8a7a7;
  border-color: #a8a7a7 !important;
}
/* line 641, ../../sass/screen.scss */
#content_menu ul.nav li:nth-child(6) {
  background: #304d50;
  border: 2px solid #304d50;
}
/* line 644, ../../sass/screen.scss */
#content_menu ul.nav li:nth-child(6) .title {
  margin: 6px auto;
  height: auto;
}
/* line 649, ../../sass/screen.scss */
#content_menu ul.nav li:nth-child(6):after {
  border-color: #304d50 transparent transparent transparent;
}
/* line 652, ../../sass/screen.scss */
#content_menu ul.nav li:nth-child(6):not(.active):hover {
  box-shadow: inset 0 0 20px #1b2b2d;
  -webkit-box-shadow: inset 0 0 20px #1b2b2d;
  -moz-box-shadow: inset 0 0 20px #1b2b2d;
}
/* line 658, ../../sass/screen.scss */
#content_menu ul.nav li.active:nth-child(6) div {
  color: #304d50;
  border-color: #304d50 !important;
}
/* line 663, ../../sass/screen.scss */
#content_menu ul.nav .active {
  background: #fff !important;
  /* border-color: #fcb366;
  border: 2px solid #fa8200!important;
  color: #fa8200; */
}
/* line 668, ../../sass/screen.scss */
#content_menu ul.nav .active .subtitle {
  border-bottom: 1px solid #fa8200;
  /* color: #fa8200; */
}
/* line 672, ../../sass/screen.scss */
#content_menu ul.nav .active .title {
  /* color: #fa8200; */
}
/* line 676, ../../sass/screen.scss */
#content_menu ul.nav li:hover {
  /* background: #fff;
  border-color: #fcb366;
  border: 2px solid #fa8200;
  color: #fa8200; */
}
/* line 682, ../../sass/screen.scss */
#content_menu ul.nav .active:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -18px;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 20px 0 20px;
  border-color: #fa8200 transparent transparent transparent;
  z-index: 11;
  margin: auto;
}
/* line 696, ../../sass/screen.scss */
#content_menu ul.nav li:not(:last-child) {
  margin: 0 3px 0 0;
}
/* line 699, ../../sass/screen.scss */
#content_menu ul.nav .row {
  padding-left: 0px;
  padding-right: 0px;
}
/* line 702, ../../sass/screen.scss */
#content_menu ul.nav .subtitle {
  /* width: 149px; */
  width: auto;
  height: 42px;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  border-bottom: 1px solid #fff;
  margin: 8px 4px 0;
}
/* line 711, ../../sass/screen.scss */
#content_menu ul.nav .subtitle .number {
  font-size: 28px;
  display: inline-block;
}
/* line 716, ../../sass/screen.scss */
#content_menu ul.nav .title {
  /* width: 156px; */
  width: auto;
  height: 50px;
  font-size: 21px;
  line-height: 24px;
  text-align: center;
  margin: 16px auto;
}
/* line 725, ../../sass/screen.scss */
#content_menu ul.nav .image, #content_menu ul.nav .image img {
  width: 100%;
  height: auto;
  max-height: 98px;
  min-height: 98px;
  overflow: hidden;
}

/* line 737, ../../sass/screen.scss */
#discount_1 .top_header_image, #discount_1-collapse .top_header_image {
  background: url(../images/nov11/tab/tab1.png) no-repeat right;
}
/* line 740, ../../sass/screen.scss */
#discount_1 .title, #discount_1-collapse .title {
  background: #ffd444;
  font-family: Microsoft JhengHei, sans-serif !important;
}

/* line 746, ../../sass/screen.scss */
.panel-heading a.collapsed:after {
  content: url(../images/nov11/plus.png);
  width: 38px;
  height: 38px;
  position: absolute;
  top: 14px;
  right: 8px;
}
/* line 754, ../../sass/screen.scss */
.panel-heading a:not(.collapsed):after {
  content: url(../images/nov11/minus1.png);
  width: 38px;
  height: 38px;
  position: absolute;
  top: 14px;
  right: 8px;
}

/* line 764, ../../sass/screen.scss */
#discount_2 .top_header_image, #discount_2-collapse .top_header_image {
  background: url(../images/nov11/tab/tab2.png) no-repeat right;
}
/* line 767, ../../sass/screen.scss */
#discount_2 .title, #discount_2-collapse .title {
  background: #006269;
  font-family: Microsoft JhengHei, sans-serif !important;
}

/* line 774, ../../sass/screen.scss */
#discount_3 .top_header_image, #discount_3-collapse .top_header_image {
  background: url(../images/nov11/tab/tab3.png) no-repeat right;
}
/* line 777, ../../sass/screen.scss */
#discount_3 .title, #discount_3-collapse .title {
  background: #0097a9;
  font-family: Microsoft JhengHei, sans-serif !important;
}

/* line 783, ../../sass/screen.scss */
#discount_4 .top_header_image, #discount_4-collapse .top_header_image {
  background: url(../images/nov11/tab/tab4.png) no-repeat right;
}
/* line 786, ../../sass/screen.scss */
#discount_4 .title, #discount_4-collapse .title {
  background: #63b1bc;
  font-family: Microsoft JhengHei, sans-serif !important;
}

/* line 792, ../../sass/screen.scss */
#discount_5 .top_header_image, #discount_5-collapse .top_header_image {
  background: url(../images/nov11/tab/tab5.png) no-repeat right;
}
/* line 795, ../../sass/screen.scss */
#discount_5 .title, #discount_5-collapse .title {
  background: #a8a7a7;
  font-family: Microsoft JhengHei, sans-serif !important;
}

/* line 801, ../../sass/screen.scss */
#discount_6 .top_header_image, #discount_6-collapse .top_header_image {
  background: url(../images/nov11/tab/tab6.png) no-repeat right;
}
/* line 804, ../../sass/screen.scss */
#discount_6 .title, #discount_6-collapse .title {
  background: #304d50;
  font-family: Microsoft JhengHei, sans-serif !important;
}

/* line 809, ../../sass/screen.scss */
#main_content {
  height: 723px !important;
  font-family: Microsoft JhengHei UI, sans-serif !important;
  /* background: url("../images/nov11/tab_background.png") no-repeat center; */
}
/* line 814, ../../sass/screen.scss */
#main_content img {
  width: 100%;
  max-width: 100%;
  display: block;
  /* overflow: hidden; */
  white-space: nowrap;
  max-height: 723px;
}
/* line 818, ../../sass/screen.scss */
#main_content .row {
  padding-left: 0px;
  padding-right: 0px;
}
/* line 821, ../../sass/screen.scss */
#main_content #discount_1 {
  background: url("../images/nov11/background/product1.jpg") no-repeat center;
  width: 100%;
  height: 723px;
}
/* line 826, ../../sass/screen.scss */
#main_content #discount_2 {
  background: url("../images/nov11/background/product2.jpg") no-repeat center;
  width: 100%;
  height: 723px;
}
/* line 831, ../../sass/screen.scss */
#main_content #discount_3 {
  background: url("../images/nov11/background/product3.jpg") no-repeat center;
  width: 100%;
  height: 723px;
}
/* line 836, ../../sass/screen.scss */
#main_content #discount_4 {
  background: url("../images/nov11/background/product4.jpg") no-repeat center;
  width: 100%;
  height: 723px;
}
/* line 841, ../../sass/screen.scss */
#main_content #discount_5 {
  background: url("../images/nov11/background/product5.jpg") no-repeat center;
  width: 100%;
  height: 723px;
}
/* line 846, ../../sass/screen.scss */
#main_content #discount_6 {
  background: url("../images/nov11/background/product6.jpg") no-repeat center;
  width: 100%;
  height: 723px;
}
/* line 851, ../../sass/screen.scss */
#main_content .discount_container {
  width: 100%;
  height: 723px;
  position: relative;
}
/* line 857, ../../sass/screen.scss */
#main_content .discount {
  width: 1024px;
  height: 723px;
  margin: 0 auto;
  position: relative;
}
/* line 862, ../../sass/screen.scss */
#main_content .discount .box {
  width: 510px;
  height: 636px;
  position: absolute;
  right: 0;
  top: 38px;
  color: #fff;
  z-index: 1;
  background: rgba(34, 34, 34, 0.87);
}
/* line 872, ../../sass/screen.scss */
#main_content .discount .box .top_header_image {
  height: 55px;
  width: 547px;
  z-index: 1;
  position: absolute;
  top: 22px;
  left: 0;
  z-index: -1;
}
/* line 881, ../../sass/screen.scss */
#main_content .discount .box .title {
  font-size: 24px;
  line-height: 44px;
  height: 44px;
  margin-top: 33px;
  text-align: center;
  font-weight: bold;
}
/* line 889, ../../sass/screen.scss */
#main_content .discount .box .detail {
  padding: 0px 20px 33px;
  z-index: 1;
  text-align: center;
  font-size: 16px;
}
/* line 894, ../../sass/screen.scss */
#main_content .discount .box .detail .subtitle {
  line-height: 22px;
  margin: 14px 0 0px;
  font-weight: bold;
}
/* line 898, ../../sass/screen.scss */
#main_content .discount .box .detail .subtitle .number {
  font-size: 36px;
  display: inline-block;
}
/* line 903, ../../sass/screen.scss */
#main_content .discount .box .detail .description {
  margin: 20px 0 0;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
}
/* line 908, ../../sass/screen.scss */
#main_content .discount .box .detail .description ul {
  list-style: disc;
  overflow: visible;
  text-align: left;
  margin-bottom: 20px;
}
/* line 913, ../../sass/screen.scss */
#main_content .discount .box .detail .description ul li {
  list-style-type: disc;
  margin: 0px 5px 0px 30px;
}
/* line 918, ../../sass/screen.scss */
#main_content .discount .box .detail .description a {
  color: #62b0bb;
  text-align: left;
  text-decoration: underline;
  margin-left: 30px;
}
/* line 925, ../../sass/screen.scss */
#main_content .discount .box .detail .count {
  width: 410px;
  margin: 25px auto;
  height: 106px;
}
/* line 929, ../../sass/screen.scss */
#main_content .discount .box .detail .count .quota_container {
  width: 30%;
  float: left;
  border-right: 2px solid #fff;
}
/* line 933, ../../sass/screen.scss */
#main_content .discount .box .detail .count .quota_container .quota {
  width: 73px;
  margin: 0 auto;
}
/* line 938, ../../sass/screen.scss */
#main_content .discount .box .detail .count .quota_container .quota .text {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 10px;
}
/* line 943, ../../sass/screen.scss */
#main_content .discount .box .detail .count .quota_container .quota .circle {
  background: #62b0bb;
  border-radius: 73px;
  width: 73px;
  height: 73px;
  font-size: 28px;
  line-height: 69px;
  font-family: Calibri,sans-serif;
}
/* line 954, ../../sass/screen.scss */
#main_content .discount .box .detail .count .time_container {
  width: 70%;
  float: left;
  margin: 4px 0 0;
  color: #62b0bb !important;
}
/* line 959, ../../sass/screen.scss */
#main_content .discount .box .detail .count .time_container .hour, #main_content .discount .box .detail .count .time_container .minute, #main_content .discount .box .detail .count .time_container .second {
  width: 58px;
  display: inline-block;
  margin: 0 11px;
  height: 94px;
  font-size: 35px;
}
/* line 965, ../../sass/screen.scss */
#main_content .discount .box .detail .count .time_container .hour .text, #main_content .discount .box .detail .count .time_container .minute .text, #main_content .discount .box .detail .count .time_container .second .text {
  font-size: 16px;
  margin-bottom: 20px;
  color: #fff !important;
}
/* line 970, ../../sass/screen.scss */
#main_content .discount .box .detail .count .time_container .hour .circle, #main_content .discount .box .detail .count .time_container .minute .circle, #main_content .discount .box .detail .count .time_container .second .circle {
  color: #62b0bb;
  border-radius: 58px;
  width: 58px;
  height: 58px;
  font-size: 38px;
  line-height: 55px;
  font-family: Calibri,sans-serif;
}
/* line 980, ../../sass/screen.scss */
#main_content .discount .box .detail .count .time_container .hour:after, #main_content .discount .box .detail .count .time_container .minute:after {
  content: ":";
  display: table;
  margin: -52px 67px;
  font-size: 35px;
  text-align: center;
  font-weight: bold;
  color: #62b0bb;
}
/* line 992, ../../sass/screen.scss */
#main_content .discount .box .detail .btn_container .btn_share {
  width: 31px;
  height: auto;
}

/* line 1006, ../../sass/screen.scss */
#main_step {
  width: 1024px;
  max-width: 100%;
  display: block;
  /* overflow: hidden; */
  white-space: nowrap;
  font-family: Microsoft JhengHei UI, sans-serif !important;
  margin: 40px auto;
  height: auto;
  overflow: hidden;
  padding: 0;
  font-weight: bold;
  text-align: center;
}
/* line 1016, ../../sass/screen.scss */
#main_step ul {
  overflow: hidden;
}
/* line 1019, ../../sass/screen.scss */
#main_step .main_step {
  /* width: 341px; */
  height: 341px;
  float: left;
  overflow: visible;
  position: relative;
}
/* line 1026, ../../sass/screen.scss */
#main_step #main_step_1 {
  background: #00bd9f;
}
/* line 1029, ../../sass/screen.scss */
#main_step #main_step_1:after {
  position: absolute;
  right: -20px;
  bottom: 0;
  top: 0;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22.5px 0 22.5px 20px;
  border-color: transparent transparent transparent #00bd9f;
  z-index: 1;
  margin: auto;
}
/* line 1043, ../../sass/screen.scss */
#main_step #main_step_2 {
  background: #33cab2;
}
/* line 1046, ../../sass/screen.scss */
#main_step #main_step_2:after {
  position: absolute;
  right: -20px;
  bottom: 0;
  top: 0;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22.5px 0 22.5px 20px;
  border-color: transparent transparent transparent #33cab2;
  z-index: 1;
  margin: auto;
}
/* line 1060, ../../sass/screen.scss */
#main_step #main_step_3 {
  background: #70dac9;
}
/* line 1063, ../../sass/screen.scss */
#main_step .padding {
  padding: 15px 15px 10px;
}
/* line 1065, ../../sass/screen.scss */
#main_step .padding .title {
  margin: 10px 15px;
  font-size: 24px;
}
/* line 1069, ../../sass/screen.scss */
#main_step .padding .image {
  width: 147px;
  height: 146px;
  margin: 15px auto;
  text-align: center;
}
/* line 1074, ../../sass/screen.scss */
#main_step .padding .image img {
  width: 147px;
  height: 146px;
}
/* line 1079, ../../sass/screen.scss */
#main_step .padding .description {
  font-size: 16px;
  white-space: normal;
  line-height: 18px;
}
/* line 1083, ../../sass/screen.scss */
#main_step .padding .description a {
  display: inline-block;
  color: black;
}
/* line 1090, ../../sass/screen.scss */
#main_step .row {
  padding-left: 0px;
  padding-right: 0px;
}

/* line 1095, ../../sass/screen.scss */
.btn_product_detail {
  height: 50px;
  color: #000;
  background: #fbb713;
  width: 253px;
  height: 40px;
  text-align: center;
  margin: 65px auto;
  font-size: 24px;
  font-weight: bold;
  line-height: 41px;
  color: #fff;
}

/* }
 */
/* line 1110, ../../sass/screen.scss */
#step1, #step2, #step3, #step4 {
  display: none;
  text-align: center;
}

/* line 1114, ../../sass/screen.scss */
#end {
  font-size: 20px;
  padding: 40px 10px 10px !important;
}

/* line 1118, ../../sass/screen.scss */
#sold_out, #not_start {
  padding: 20px 10px 10px !important;
}
/* line 1120, ../../sass/screen.scss */
#sold_out .title, #not_start .title {
  margin-top: 10px;
  font-size: 20px;
}

/* line 1125, ../../sass/screen.scss */
#step1, #step2, #step3, #step4, #sold_out, #end, #not_start {
  width: 392px;
  /* height: 540px; */
  height: 100%;
  padding: 50px 10px 10px;
  text-align: center;
  font-weight: bold;
  color: #fa8200;
}
/* line 1133, ../../sass/screen.scss */
#step1 .mobile, #step2 .mobile, #step3 .mobile, #step4 .mobile, #sold_out .mobile, #end .mobile, #not_start .mobile {
  width: 100%;
}
/* line 1135, ../../sass/screen.scss */
#step1 .mobile input, #step2 .mobile input, #step3 .mobile input, #step4 .mobile input, #sold_out .mobile input, #end .mobile input, #not_start .mobile input {
  width: 100%;
  height: 50px;
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  margin: 10px 0;
  color: #fa8200;
}
/* line 1145, ../../sass/screen.scss */
#step1 .g-recaptcha, #step2 .g-recaptcha, #step3 .g-recaptcha, #step4 .g-recaptcha, #sold_out .g-recaptcha, #end .g-recaptcha, #not_start .g-recaptcha {
  margin: 0 auto;
  width: 304px;
}
/* line 1149, ../../sass/screen.scss */
#step1 .title, #step2 .title, #step3 .title, #step4 .title, #sold_out .title, #end .title, #not_start .title {
  font-size: 21px;
  width: 100%;
}
/* line 1153, ../../sass/screen.scss */
#step1 .subtitle, #step2 .subtitle, #step3 .subtitle, #step4 .subtitle, #sold_out .subtitle, #end .subtitle, #not_start .subtitle {
  width: 100%;
  font-size: 15px;
  margin-top: 10px;
}
/* line 1157, ../../sass/screen.scss */
#step1 .subtitle .number, #step2 .subtitle .number, #step3 .subtitle .number, #step4 .subtitle .number, #sold_out .subtitle .number, #end .subtitle .number, #not_start .subtitle .number {
  font-size: 32px;
  display: inline-block;
}

/* line 1164, ../../sass/screen.scss */
.go-top-default {
  position: fixed;
}

/* line 1167, ../../sass/screen.scss */
a.go-top {
  position: fixed;
  right: 0;
  text-decoration: none;
  color: white;
  /* background-color: #ff8200; */
  font-size: 12px;
  display: none;
  margin: 0;
  padding: 0;
}

/* line 1178, ../../sass/screen.scss */
.hidden {
  display: none !important;
}

@media only screen and (max-width: 991px) {
  /* line 1184, ../../sass/screen.scss */
  .vertical_middle {
    display: table-cell;
    vertical-align: middle;
  }

  /* line 1188, ../../sass/screen.scss */
  #top_banner_image {
    text-align: center;
    font-size: 0;
    margin: 0 auto;
    width: 100%;
    position: relative;
  }
  /* line 1194, ../../sass/screen.scss */
  #top_banner_image #top_banner {
    width: 100%;
    height: auto;
  }
  /* line 1198, ../../sass/screen.scss */
  #top_banner_image #top_banner_image img {
    width: 100%;
    max-width: 100%;
    display: block;
    /* overflow: hidden; */
    white-space: nowrap;
    height: auto;
  }
  /* line 1202, ../../sass/screen.scss */
  #top_banner_image #top_banner_text {
    width: 50%;
    margin-top: -10%;
  }

  /* line 1208, ../../sass/screen.scss */
  #fwd_header_container {
    width: 100%;
    height: auto;
    background: #ebebeb;
  }
  /* line 1212, ../../sass/screen.scss */
  #fwd_header_container #fwd_header {
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: visible;
    text-align: center;
  }
  /* line 1219, ../../sass/screen.scss */
  #fwd_header_container #description {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0px auto;
    padding: 25px;
  }
  /* line 1225, ../../sass/screen.scss */
  #fwd_header_container #description div {
    font-size: 18px;
    line-height: 26px;
    /* margin: 0 20px; */
  }
  /* line 1230, ../../sass/screen.scss */
  #fwd_header_container #description img {
    width: 240px;
  }
  /* line 1234, ../../sass/screen.scss */
  #fwd_header_container #remain-container {
    width: 100%;
    overflow: visible;
    height: 312px;
    float: left;
    padding: 0 15px;
    background: #ebebeb;
  }
  /* line 1241, ../../sass/screen.scss */
  #fwd_header_container #remain-container #remain {
    position: relative;
    width: 100%;
    margin: 20px auto 0;
  }
  /* line 1245, ../../sass/screen.scss */
  #fwd_header_container #remain-container #remain table, #fwd_header_container #remain-container #remain tr {
    width: 100%;
  }
  /* line 1248, ../../sass/screen.scss */
  #fwd_header_container #remain-container #remain td:nth-child(2) {
    width: 250px;
  }
  /* line 1251, ../../sass/screen.scss */
  #fwd_header_container #remain-container #remain .header {
    background: #ebebeb;
    width: 250px;
    height: 84px;
    margin: 0 auto;
  }
  /* line 1256, ../../sass/screen.scss */
  #fwd_header_container #remain-container #remain .header img {
    margin-top: 0px;
    width: 250px;
  }
  /* line 1261, ../../sass/screen.scss */
  #fwd_header_container #remain-container #remain .border {
    height: 1px;
    width: 100%;
    border-top: 1px solid #00bd9f;
  }
  /* line 1267, ../../sass/screen.scss */
  #fwd_header_container #remain-container #main_counter {
    position: relative;
    width: 230px;
    height: 312px;
    margin: 0 auto;
  }
  /* line 1272, ../../sass/screen.scss */
  #fwd_header_container #remain-container #main_counter .counter_icon {
    position: absolute;
  }
  /* line 1275, ../../sass/screen.scss */
  #fwd_header_container #remain-container #main_counter #outer_circle {
    width: 250px;
    height: 125px;
    position: absolute;
    top: 83px;
    left: -10px;
  }
  /* line 1282, ../../sass/screen.scss */
  #fwd_header_container #remain-container #main_counter #icon1 {
    width: 48px;
    height: 59px;
    top: 55px;
    left: -98px;
  }
  /* line 1288, ../../sass/screen.scss */
  #fwd_header_container #remain-container #main_counter #icon2 {
    width: 26px;
    height: 27px;
    top: 188px;
    left: -60px;
  }
  /* line 1294, ../../sass/screen.scss */
  #fwd_header_container #remain-container #main_counter #icon3 {
    width: 47px;
    height: 47px;
    left: 243px;
    top: 70px;
  }
  /* line 1300, ../../sass/screen.scss */
  #fwd_header_container #remain-container #main_counter #icon4 {
    width: 43px;
    height: 46px;
    left: 304px;
    top: -16px;
  }
  /* line 1306, ../../sass/screen.scss */
  #fwd_header_container #remain-container #main_counter #icon5 {
    width: 57px;
    height: 62px;
    left: 285px;
    top: 168px;
  }
  /* line 1312, ../../sass/screen.scss */
  #fwd_header_container #remain-container #main_counter #circle_container {
    width: 204px;
    height: 105px;
    overflow: hidden;
    margin: 22px auto;
    color: #fff;
    position: absolute;
    top: 81px;
    left: 11px;
  }
  /* line 1321, ../../sass/screen.scss */
  #fwd_header_container #remain-container #main_counter #circle_container .circle {
    border-radius: 204px;
    width: 204px;
    height: 204px;
    background: #00bd9f;
    text-align: center;
    line-height: 55px;
    padding-top: 41px;
    font-weight: bold;
  }
  /* line 1330, ../../sass/screen.scss */
  #fwd_header_container #remain-container #main_counter #circle_container .circle #number {
    font-size: 51px;
    display: inline-block;
  }
  /* line 1334, ../../sass/screen.scss */
  #fwd_header_container #remain-container #main_counter #circle_container .circle #million {
    font-size: 42px;
    display: inline-block;
  }
  /* line 1340, ../../sass/screen.scss */
  #fwd_header_container #remain-container #main_counter .time_container {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: static;
    color: #00bd9f !important;
  }
  /* line 1346, ../../sass/screen.scss */
  #fwd_header_container #remain-container #main_counter .time_container .hour, #fwd_header_container #remain-container #main_counter .time_container .minute, #fwd_header_container #remain-container #main_counter .time_container .second {
    width: 46px;
    display: inline-block;
    margin: 0 11px;
    font-size: 35px;
  }
  /* line 1351, ../../sass/screen.scss */
  #fwd_header_container #remain-container #main_counter .time_container .hour .text, #fwd_header_container #remain-container #main_counter .time_container .minute .text, #fwd_header_container #remain-container #main_counter .time_container .second .text {
    font-size: 18px;
    margin-bottom: 14px;
    color: #000 !important;
  }
  /* line 1356, ../../sass/screen.scss */
  #fwd_header_container #remain-container #main_counter .time_container .hour .number, #fwd_header_container #remain-container #main_counter .time_container .minute .number, #fwd_header_container #remain-container #main_counter .time_container .second .number {
    width: auto;
    height: 39px;
    font-size: 42px;
    text-align: center;
    font-weight: bold;
    color: #00bd9f;
    font-family: Calibri,sans-serif;
  }
  /* line 1366, ../../sass/screen.scss */
  #fwd_header_container #remain-container #main_counter .time_container .hour:after, #fwd_header_container #remain-container #main_counter .time_container .minute:after {
    content: ":";
    display: table;
    margin: -38px 56px;
    font-size: 35px;
    text-align: center;
    font-weight: bold;
    color: #00bd9f;
  }

  /* line 1379, ../../sass/screen.scss */
  #discount-header-container {
    width: 100%;
    overflow: hidden;
    height: 106px;
    float: left;
    padding: 0 15px;
  }
  /* line 1385, ../../sass/screen.scss */
  #discount-header-container #discount-header {
    position: relative;
    width: 100%;
    margin: 20px auto 0;
  }
  /* line 1389, ../../sass/screen.scss */
  #discount-header-container #discount-header table, #discount-header-container #discount-header tr {
    width: 100%;
  }
  /* line 1392, ../../sass/screen.scss */
  #discount-header-container #discount-header td:nth-child(2) {
    width: 250px;
  }
  /* line 1395, ../../sass/screen.scss */
  #discount-header-container #discount-header .header {
    /* background: #fa8200; */
    width: 250px;
    height: 84px;
    margin: 0 auto;
  }
  /* line 1400, ../../sass/screen.scss */
  #discount-header-container #discount-header .header img {
    margin-top: 0px;
    width: 250px;
  }
  /* line 1405, ../../sass/screen.scss */
  #discount-header-container #discount-header .border {
    height: 1px;
    width: 100%;
    border-top: 1px solid #fa8200;
  }

  /* line 1412, ../../sass/screen.scss */
  #content_menu {
    width: 100%;
    max-width: 100%;
    display: block;
    /* overflow: hidden; */
    white-space: nowrap;
    height: 140px;
    font-weight: bold;
    overflow: hidden;
    margin: 0 auto;
    font-family: Microsoft JhengHei UI, sans-serif !important;
    /* .panel-group .panel+.panel {
    	margin-top: 0px!important;
    } */
    /* .panel-body{
    	height: 523px !important;
    	background: url(../images/nov11/tab_background.png) no-repeat center;
    	width: 100%;
    } */
  }
  /* line 1420, ../../sass/screen.scss */
  #content_menu a, #content_menu a:visited, #content_menu a:hover {
    text-decoration: none !important;
    border: 0;
    background: transparent;
    height: 67px;
  }
  /* line 1426, ../../sass/screen.scss */
  #content_menu .row {
    padding: 0 15px;
  }
  /* line 1429, ../../sass/screen.scss */
  #content_menu .line-break {
    display: none;
  }
  /* line 1432, ../../sass/screen.scss */
  #content_menu .panel {
    border: 0;
    padding: 0 !important;
    margin-bottom: 10px !important;
    /* */
    border-radius: 0;
    overflow: visible;
    min-height: 67px;
  }
  /* line 1443, ../../sass/screen.scss */
  #content_menu .panel-body {
    padding: 15px 0 0;
  }
  /* line 1451, ../../sass/screen.scss */
  #content_menu .panel-heading {
    width: 100%;
    height: 67px;
    float: left;
    position: relative;
    overflow: visible;
    padding: 0px;
    background: transparent;
    border: 0;
    border-radius: 0;
    margin-bottom: 0px;
    display: block;
  }
  /* line 1464, ../../sass/screen.scss */
  #content_menu .panel-group, #content_menu .panel-title {
    overflow: visible;
    color: #fff;
  }
  /* line 1469, ../../sass/screen.scss */
  #content_menu .panel-group a:not(.btn_share_link), #content_menu .panel-group a:not(.btn_share_link):hover, #content_menu .panel-group a:not(.btn_share_link):focus, #content_menu .panel-group a:not(.btn_share_link):visited {
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  /* line 1474, ../../sass/screen.scss */
  #content_menu .panel-group a.js-tabcollapse-panel-heading:not(.collapsed) {
    background: #fff;
  }
  /* line 1478, ../../sass/screen.scss */
  #content_menu .panel-group div.panel:nth-child(1) a.collapsed {
    background: #ffd444;
    border: 2px solid #ffd444;
  }
  /* line 1482, ../../sass/screen.scss */
  #content_menu .panel-group div.panel:nth-child(1) a.collapsed:not(.active):hover {
    box-shadow: inset 0 0 20px #ffcb1f;
    -webkit-box-shadow: inset 0 0 20px #ffcb1f;
    -moz-box-shadow: inset 0 0 20px #ffcb1f;
  }
  /* line 1487, ../../sass/screen.scss */
  #content_menu .panel-group div.panel:nth-child(1) a.js-tabcollapse-panel-heading:not(.collapsed) {
    border-color: #ffd444;
    border: 2px solid #ffd444;
    color: #ffd444;
  }
  /* line 1491, ../../sass/screen.scss */
  #content_menu .panel-group div.panel:nth-child(1) a.js-tabcollapse-panel-heading:not(.collapsed) .subtitle {
    border-color: #ffd444;
  }
  /* line 1495, ../../sass/screen.scss */
  #content_menu .panel-group div.panel:nth-child(1) a.js-tabcollapse-panel-heading:not(.collapsed):after {
    content: url(../images/nov11/minus1.png);
    width: 38px;
    height: 38px;
    position: absolute;
    top: 14px;
    right: 8px;
  }
  /* line 1505, ../../sass/screen.scss */
  #content_menu .panel-group div.panel:nth-child(2) a.collapsed {
    /* .panel-heading:nth-child(2){ */
    background: #006269;
    border: 2px solid #006269;
  }
  /* line 1510, ../../sass/screen.scss */
  #content_menu .panel-group div.panel:nth-child(2) a.collapsed:not(.active):hover {
    /* a:nth-child(2):not(.active):hover{ */
    box-shadow: inset 0 0 20px #003236;
    -webkit-box-shadow: inset 0 0 20px #003236;
    -moz-box-shadow: inset 0 0 20px #003236;
  }
  /* line 1516, ../../sass/screen.scss */
  #content_menu .panel-group div.panel:nth-child(2) a.js-tabcollapse-panel-heading:not(.collapsed) {
    border-color: #006269;
    border: 2px solid #006269;
    color: #006269;
  }
  /* line 1520, ../../sass/screen.scss */
  #content_menu .panel-group div.panel:nth-child(2) a.js-tabcollapse-panel-heading:not(.collapsed) .subtitle {
    border-color: #006269;
  }
  /* line 1524, ../../sass/screen.scss */
  #content_menu .panel-group div.panel:nth-child(2) a.js-tabcollapse-panel-heading:not(.collapsed):after {
    content: url(../images/nov11/minus2.png);
    width: 38px;
    height: 38px;
    position: absolute;
    top: 14px;
    right: 8px;
  }
  /* line 1534, ../../sass/screen.scss */
  #content_menu .panel-group div.panel:nth-child(3) a.collapsed {
    background: #0097a9;
    border: 2px solid #0097a9;
  }
  /* line 1538, ../../sass/screen.scss */
  #content_menu .panel-group div.panel:nth-child(3) a.collapsed:not(.active):hover {
    box-shadow: inset 0 0 20px #006269;
    -webkit-box-shadow: inset 0 0 20px #006269;
    -moz-box-shadow: inset 0 0 20px #006269;
  }
  /* line 1543, ../../sass/screen.scss */
  #content_menu .panel-group div.panel:nth-child(3) a.js-tabcollapse-panel-heading:not(.collapsed) {
    border-color: #0097a9;
    border: 2px solid #0097a9;
    color: #0097a9;
  }
  /* line 1547, ../../sass/screen.scss */
  #content_menu .panel-group div.panel:nth-child(3) a.js-tabcollapse-panel-heading:not(.collapsed) .subtitle {
    border-color: #0097a9;
  }
  /* line 1551, ../../sass/screen.scss */
  #content_menu .panel-group div.panel:nth-child(3) a.js-tabcollapse-panel-heading:not(.collapsed):after {
    content: url(../images/nov11/minus3.png);
    width: 38px;
    height: 38px;
    position: absolute;
    top: 14px;
    right: 8px;
  }
  /* line 1561, ../../sass/screen.scss */
  #content_menu .panel-group div.panel:nth-child(4) a.collapsed {
    background: #63b1bc;
    border: 2px solid #63b1bc;
  }
  /* line 1565, ../../sass/screen.scss */
  #content_menu .panel-group div.panel:nth-child(4) a.collapsed:not(.active):hover {
    box-shadow: inset 0 0 20px #4f8d96;
    -webkit-box-shadow: inset 0 0 20px #4f8d96;
    -moz-box-shadow: inset 0 0 20px #4f8d96;
  }
  /* line 1570, ../../sass/screen.scss */
  #content_menu .panel-group div.panel:nth-child(4) a.js-tabcollapse-panel-heading:not(.collapsed) {
    border-color: #63b1bc;
    border: 2px solid #63b1bc;
    color: #63b1bc;
  }
  /* line 1574, ../../sass/screen.scss */
  #content_menu .panel-group div.panel:nth-child(4) a.js-tabcollapse-panel-heading:not(.collapsed) .subtitle {
    border-color: #63b1bc;
  }
  /* line 1578, ../../sass/screen.scss */
  #content_menu .panel-group div.panel:nth-child(4) a.js-tabcollapse-panel-heading:not(.collapsed):after {
    content: url(../images/nov11/minus4.png);
    width: 38px;
    height: 38px;
    position: absolute;
    top: 14px;
    right: 8px;
  }
  /* line 1588, ../../sass/screen.scss */
  #content_menu .panel-group div.panel:nth-child(5) a.collapsed {
    background: #a8a7a7;
    border: 2px solid #a8a7a7;
  }
  /* line 1592, ../../sass/screen.scss */
  #content_menu .panel-group div.panel:nth-child(5) a.collapsed:not(.active):hover {
    box-shadow: inset 0 0 20px #626262;
    -webkit-box-shadow: inset 0 0 20px #626262;
    -moz-box-shadow: inset 0 0 20px #626262;
  }
  /* line 1597, ../../sass/screen.scss */
  #content_menu .panel-group div.panel:nth-child(5) a.js-tabcollapse-panel-heading:not(.collapsed) {
    border-color: #a8a7a7;
    border: 2px solid #a8a7a7;
    color: #a8a7a7;
  }
  /* line 1601, ../../sass/screen.scss */
  #content_menu .panel-group div.panel:nth-child(5) a.js-tabcollapse-panel-heading:not(.collapsed) .subtitle {
    border-color: #a8a7a7;
  }
  /* line 1605, ../../sass/screen.scss */
  #content_menu .panel-group div.panel:nth-child(5) a.js-tabcollapse-panel-heading:not(.collapsed):after {
    content: url(../images/nov11/minus5.png);
    width: 38px;
    height: 38px;
    position: absolute;
    top: 14px;
    right: 8px;
  }
  /* line 1615, ../../sass/screen.scss */
  #content_menu .panel-group div.panel:nth-child(6) a.collapsed {
    background: #304d50;
    border: 2px solid #304d50;
  }
  /* line 1618, ../../sass/screen.scss */
  #content_menu .panel-group div.panel:nth-child(6) a.collapsed .title {
    margin: 0px auto;
  }
  /* line 1622, ../../sass/screen.scss */
  #content_menu .panel-group div.panel:nth-child(6) a.collapsed:not(.active):hover {
    box-shadow: inset 0 0 20px #1b2b2d;
    -webkit-box-shadow: inset 0 0 20px #1b2b2d;
    -moz-box-shadow: inset 0 0 20px #1b2b2d;
  }
  /* line 1627, ../../sass/screen.scss */
  #content_menu .panel-group div.panel:nth-child(6) a.js-tabcollapse-panel-heading:not(.collapsed) {
    border-color: #304d50;
    border: 2px solid #304d50;
    color: #304d50;
  }
  /* line 1631, ../../sass/screen.scss */
  #content_menu .panel-group div.panel:nth-child(6) a.js-tabcollapse-panel-heading:not(.collapsed) .subtitle {
    border-color: #304d50;
  }
  /* line 1635, ../../sass/screen.scss */
  #content_menu .panel-group div.panel:nth-child(6) a.js-tabcollapse-panel-heading:not(.collapsed):after {
    content: url(../images/nov11/minus6.png);
    width: 38px;
    height: 38px;
    position: absolute;
    top: 14px;
    right: 8px;
  }
  /* line 1644, ../../sass/screen.scss */
  #content_menu .panel-group .active {
    background: #fff !important;
    /* border-color: #fcb366;
    border: 2px solid #fa8200!important;
    color: #fa8200; */
  }
  /* line 1649, ../../sass/screen.scss */
  #content_menu .panel-group .active .subtitle {
    border-bottom: 1px solid #fa8200;
    color: #fa8200;
  }
  /* line 1653, ../../sass/screen.scss */
  #content_menu .panel-group .active .title {
    color: #fa8200;
  }
  /* line 1657, ../../sass/screen.scss */
  #content_menu .panel-group li:hover {
    /* background: #fff;
    border-color: #fcb366;
    border: 2px solid #fa8200;
    color: #fa8200; */
  }
  /* line 1663, ../../sass/screen.scss */
  #content_menu .panel-group .active:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -16px;
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 20px 0 20px;
    border-color: #fa8200 transparent transparent transparent;
    z-index: 11;
    margin: auto;
  }
  /* line 1677, ../../sass/screen.scss */
  #content_menu .panel-group li:not(:last-child) {
    margin: 0 3px 0 0;
  }
  /* line 1680, ../../sass/screen.scss */
  #content_menu .panel-group .row {
    padding-left: 0px;
    padding-right: 0px;
  }
  /* line 1683, ../../sass/screen.scss */
  #content_menu .panel-group .subtitle {
    /* width: 149px; */
    width: 33.3%;
    font-size: 20px;
    line-height: 45px;
    text-align: center;
    border-right: 1px solid #fff;
    /* margin: 0px auto 0; */
    float: left;
    display: table;
    height: 100%;
  }
  /* line 1694, ../../sass/screen.scss */
  #content_menu .panel-group .subtitle .number {
    font-size: 38px;
    display: inline-block;
  }
  /* line 1699, ../../sass/screen.scss */
  #content_menu .panel-group .title {
    /* width: 156px; */
    float: left;
    width: 60%;
    font-size: 26px;
    line-height: 45px;
    text-align: center;
    display: table;
    height: 100%;
    padding-right: 33px;
    /* margin: 19px auto; */
  }
  /* line 1711, ../../sass/screen.scss */
  #content_menu .panel-group .image, #content_menu .panel-group .image img {
    width: 100%;
    height: auto;
    max-height: 98px;
    min-height: 98px;
    overflow: hidden;
  }
  /* line 1718, ../../sass/screen.scss */
  #content_menu .panel-group .discount {
    width: 100%;
    height: auto;
    margin: 0px auto 0;
    position: relative;
    float: left;
  }
  /* line 1724, ../../sass/screen.scss */
  #content_menu .panel-group .discount .tab_background {
    width: 15px;
    height: 55px;
    overflow: hidden;
    position: absolute;
    right: -15px;
    top: 22px;
  }
  /* line 1732, ../../sass/screen.scss */
  #content_menu .panel-group .discount .tab_background img {
    width: 37px;
    height: 55px;
  }
  /* line 1736, ../../sass/screen.scss */
  #content_menu .panel-group .discount .box {
    width: 100%;
    height: auto;
    color: #fff;
    margin: 0 auto;
    z-index: 1;
    background: rgba(34, 34, 34, 0.87);
  }
  /* line 1743, ../../sass/screen.scss */
  #content_menu .panel-group .discount .box .top_header_image {
    height: 55px;
    width: 100%;
    z-index: 1;
    position: absolute;
    top: 22px;
    left: 0;
    z-index: -1;
  }
  /* line 1752, ../../sass/screen.scss */
  #content_menu .panel-group .discount .box .title {
    font-size: 24px;
    line-height: 44px;
    height: 44px;
    margin-top: 33px;
    text-align: center;
    font-weight: bold;
    width: 100%;
    padding: 0;
  }
  /* line 1762, ../../sass/screen.scss */
  #content_menu .panel-group .discount .box .detail {
    padding: 5px 20px 15px;
    z-index: 1;
    text-align: center;
    font-size: 16px;
    overflow: hidden;
  }
  /* line 1768, ../../sass/screen.scss */
  #content_menu .panel-group .discount .box .detail .subtitle {
    line-height: 30px;
    width: 100%;
    margin: 14px 0 0px;
    font-size: 24px;
    border: 0;
    white-space: normal;
  }
  /* line 1775, ../../sass/screen.scss */
  #content_menu .panel-group .discount .box .detail .subtitle .number {
    font-size: 42px;
    display: inline-block;
  }
  /* line 1780, ../../sass/screen.scss */
  #content_menu .panel-group .discount .box .detail .description {
    margin: 20px 0 0;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    float: left;
    width: 100%;
    white-space: normal;
  }
  /* line 1788, ../../sass/screen.scss */
  #content_menu .panel-group .discount .box .detail .description ul {
    list-style: disc;
    overflow: visible;
    text-align: left;
    margin-bottom: 20px;
  }
  /* line 1793, ../../sass/screen.scss */
  #content_menu .panel-group .discount .box .detail .description ul li {
    list-style-type: disc;
    margin: 0px 5px 0px 30px;
    background: transparent !important;
  }
  /* line 1799, ../../sass/screen.scss */
  #content_menu .panel-group .discount .box .detail .description a {
    color: #62b0bb;
    text-align: left;
    text-decoration: underline !important;
    margin-left: 30px;
  }
  /* line 1806, ../../sass/screen.scss */
  #content_menu .panel-group .discount .box .detail .count {
    width: 450px;
    padding: 25px;
    height: auto;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
  }
  /* line 1813, ../../sass/screen.scss */
  #content_menu .panel-group .discount .box .detail .count .quota_container {
    width: 30%;
    float: left;
    border-right: 2px solid #fff;
  }
  /* line 1817, ../../sass/screen.scss */
  #content_menu .panel-group .discount .box .detail .count .quota_container .quota {
    width: 73px;
    margin: 0 auto;
  }
  /* line 1822, ../../sass/screen.scss */
  #content_menu .panel-group .discount .box .detail .count .quota_container .quota .text {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  /* line 1827, ../../sass/screen.scss */
  #content_menu .panel-group .discount .box .detail .count .quota_container .quota .circle {
    background: #62b0bb;
    border-radius: 73px;
    width: 73px;
    height: 73px;
    font-size: 28px;
    line-height: 69px;
    font-family: Calibri,sans-serif;
  }
  /* line 1838, ../../sass/screen.scss */
  #content_menu .panel-group .discount .box .detail .count .time_container {
    width: 70%;
    float: left;
    margin: 4px 0 0;
    color: #62b0bb !important;
  }
  /* line 1843, ../../sass/screen.scss */
  #content_menu .panel-group .discount .box .detail .count .time_container .hour, #content_menu .panel-group .discount .box .detail .count .time_container .minute, #content_menu .panel-group .discount .box .detail .count .time_container .second {
    width: 58px;
    display: inline-block;
    margin: 0 11px;
    height: 94px;
    font-size: 35px;
  }
  /* line 1849, ../../sass/screen.scss */
  #content_menu .panel-group .discount .box .detail .count .time_container .hour .text, #content_menu .panel-group .discount .box .detail .count .time_container .minute .text, #content_menu .panel-group .discount .box .detail .count .time_container .second .text {
    font-size: 16px;
    margin-bottom: 20px;
    color: #fff !important;
  }
  /* line 1854, ../../sass/screen.scss */
  #content_menu .panel-group .discount .box .detail .count .time_container .hour .circle, #content_menu .panel-group .discount .box .detail .count .time_container .minute .circle, #content_menu .panel-group .discount .box .detail .count .time_container .second .circle {
    color: #62b0bb;
    border-radius: 58px;
    width: 58px;
    height: 58px;
    font-size: 38px;
    line-height: 55px;
    font-family: Calibri,sans-serif;
  }
  /* line 1865, ../../sass/screen.scss */
  #content_menu .panel-group .discount .box .detail .count .time_container .hour:after, #content_menu .panel-group .discount .box .detail .count .time_container .minute:after {
    content: ":";
    display: table;
    margin: -44px 68px;
    font-size: 25px;
    text-align: center;
    font-weight: bold;
    color: #62b0bb;
  }
  /* line 1876, ../../sass/screen.scss */
  #content_menu .panel-group .discount .box .detail .btn_container {
    float: left;
    width: 100%;
    margin: 10px 0;
  }
  /* line 1880, ../../sass/screen.scss */
  #content_menu .panel-group .discount .box .detail .btn_container .btn_share {
    vertical-align: middle;
    background: none;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 49px;
    color: white;
    display: inline-block;
    border: 0;
  }
  /* line 1894, ../../sass/screen.scss */
  #content_menu .panel-group .discount .box .detail .btn_container .btn_share img {
    margin: 0px auto;
    width: auto;
    height: auto;
    margin-top: 3px;
  }

  /* line 1908, ../../sass/screen.scss */
  #main_step {
    font-family: Microsoft JhengHei UI, sans-serif !important;
    height: auto;
    overflow: hidden;
    padding: 0;
    width: 485px;
    margin: 20px auto 40px;
  }
  /* line 1915, ../../sass/screen.scss */
  #main_step ul {
    overflow: hidden;
  }
  /* line 1918, ../../sass/screen.scss */
  #main_step .main_step {
    width: 485px;
    height: 485px;
  }
  /* line 1923, ../../sass/screen.scss */
  #main_step #main_step_1:after {
    position: absolute;
    right: 0;
    bottom: -507px;
    left: 0;
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22.5px 20px 0  20px;
    border-color: #00bd9f transparent transparent transparent;
    z-index: 1;
    margin: auto;
  }
  /* line 1937, ../../sass/screen.scss */
  #main_step #main_step_2 {
    background: #33cab2;
  }
  /* line 1940, ../../sass/screen.scss */
  #main_step #main_step_2:after {
    position: absolute;
    right: 0;
    bottom: -507px;
    left: 0;
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22.5px 20px 0  20px;
    border-color: #33cab2 transparent transparent transparent;
    z-index: 1;
    margin: auto;
  }
  /* line 1954, ../../sass/screen.scss */
  #main_step #main_step_3 {
    background: #70dac9;
  }
  /* line 1957, ../../sass/screen.scss */
  #main_step .padding {
    padding: 25px 25px 10px;
  }
  /* line 1959, ../../sass/screen.scss */
  #main_step .padding .title {
    margin: 15px;
    font-size: 42px;
  }
  /* line 1963, ../../sass/screen.scss */
  #main_step .padding .image {
    width: 208px;
    height: 208px;
    margin: 15px auto;
    text-align: center;
  }
  /* line 1968, ../../sass/screen.scss */
  #main_step .padding .image img {
    width: 208px;
    height: 208px;
  }
  /* line 1973, ../../sass/screen.scss */
  #main_step .padding .description {
    font-size: 21px;
    white-space: normal;
    line-height: 26px;
    width: 90%;
    margin: 10px auto 0;
  }
  /* line 1982, ../../sass/screen.scss */
  #main_step .row {
    padding-left: 0px;
    padding-right: 0px;
  }

  /* line 1987, ../../sass/screen.scss */
  #sold_out, #end, #not_start {
    width: 100%;
  }

  /* line 1990, ../../sass/screen.scss */
  #loading {
    margin: 95px auto;
    width: 235px;
    text-align: center;
  }

  /* line 1995, ../../sass/screen.scss */
  .btn_share_link {
    height: auto !important;
  }
  /* line 1997, ../../sass/screen.scss */
  .btn_share_link img {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: -11px 12px;
  }

  /* line 2004, ../../sass/screen.scss */
  #fb-share img {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 2009, ../../sass/screen.scss */
  .panel-title .subtitle {
    font-size: 18px !important;
    line-height: 40px !important;
    /* margin: 0px auto 0; */
  }
  /* line 2013, ../../sass/screen.scss */
  .panel-title .subtitle .number {
    font-size: 28px !important;
    display: inline-block;
  }

  /* line 2018, ../../sass/screen.scss */
  .panel-title .title {
    /* width: 66.6%; */
    font-size: 21px !important;
    line-height: 24px !important;
    margin: 0 !important;
  }
}
@media only screen and (max-width: 600px) {
  /* line 2033, ../../sass/screen.scss */
  #content_menu .panel-group .discount .box .detail .subtitle {
    font-size: 21px;
  }
  /* line 2035, ../../sass/screen.scss */
  #content_menu .panel-group .discount .box .detail .subtitle .number {
    font-size: 30px;
  }
  /* line 2039, ../../sass/screen.scss */
  #content_menu .panel-group .discount .box .detail .count {
    width: 250px;
    margin: 15px auto 10px;
    height: 106px;
    /* float: left; */
    padding: 10px 0 0;
  }
  /* line 2045, ../../sass/screen.scss */
  #content_menu .panel-group .discount .box .detail .count .quota_container {
    width: 30%;
    float: left;
    border-right: 2px solid #fff;
  }
  /* line 2049, ../../sass/screen.scss */
  #content_menu .panel-group .discount .box .detail .count .quota_container .quota {
    width: 73px;
    margin: 0 auto;
  }
  /* line 2054, ../../sass/screen.scss */
  #content_menu .panel-group .discount .box .detail .count .quota_container .quota .text {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  /* line 2059, ../../sass/screen.scss */
  #content_menu .panel-group .discount .box .detail .count .quota_container .quota .circle {
    background: #62b0bb;
    border-radius: 63px;
    width: 60px;
    height: 60px;
    font-size: 22px;
    line-height: 58px;
    font-family: Calibri,sans-serif;
    margin: 0 auto;
  }
  /* line 2071, ../../sass/screen.scss */
  #content_menu .panel-group .discount .box .detail .count .time_container {
    width: 70%;
    float: left;
    margin: 4px 0 0;
    color: #00bd9f !important;
  }
  /* line 2076, ../../sass/screen.scss */
  #content_menu .panel-group .discount .box .detail .count .time_container .hour, #content_menu .panel-group .discount .box .detail .count .time_container .minute, #content_menu .panel-group .discount .box .detail .count .time_container .second {
    width: 38px;
    display: inline-block;
    margin: 0 5px;
    height: 76px;
    font-size: 20px;
  }
  /* line 2082, ../../sass/screen.scss */
  #content_menu .panel-group .discount .box .detail .count .time_container .hour .text, #content_menu .panel-group .discount .box .detail .count .time_container .minute .text, #content_menu .panel-group .discount .box .detail .count .time_container .second .text {
    font-size: 16px;
    margin-bottom: 20px;
    color: #fff !important;
  }
  /* line 2087, ../../sass/screen.scss */
  #content_menu .panel-group .discount .box .detail .count .time_container .hour .circle, #content_menu .panel-group .discount .box .detail .count .time_container .minute .circle, #content_menu .panel-group .discount .box .detail .count .time_container .second .circle {
    color: #62b0bb;
    border-radius: 48px;
    width: 40px;
    height: 40px;
    font-size: 24px;
    line-height: 34px;
    font-family: Calibri,sans-serif;
  }
  /* line 2097, ../../sass/screen.scss */
  #content_menu .panel-group .discount .box .detail .count .time_container .hour:after, #content_menu .panel-group .discount .box .detail .count .time_container .minute:after {
    content: ":";
    display: table;
    margin: -34px 44px;
    font-size: 19px;
    text-align: center;
    font-weight: bold;
    color: #00bd9f;
  }
  /* line 2114, ../../sass/screen.scss */
  #content_menu .detail .btn_container .btn_detail {
    width: 180px;
  }

  /* line 2121, ../../sass/screen.scss */
  .panel-heading {
    padding: 10px;
  }

  /* line 2124, ../../sass/screen.scss */
  .panel-title .subtitle {
    font-size: 15px !important;
    line-height: 20px !important;
    /* margin: 0px auto 0; */
  }
  /* line 2128, ../../sass/screen.scss */
  .panel-title .subtitle .number {
    font-size: 18px !important;
    display: inline-block;
  }

  /* line 2133, ../../sass/screen.scss */
  .panel-title .title {
    /* width: 58%!important; */
    font-size: 16px !important;
    line-height: 20px !important;
  }

  /* line 2138, ../../sass/screen.scss */
  #main_step {
    font-family: Microsoft JhengHei UI, sans-serif !important;
    height: auto;
    overflow: hidden;
    padding: 0;
    width: 290px;
    margin: 20px auto 40px;
  }
  /* line 2145, ../../sass/screen.scss */
  #main_step ul {
    overflow: hidden;
  }
  /* line 2148, ../../sass/screen.scss */
  #main_step .main_step {
    width: 290px;
    height: 290px;
  }
  /* line 2153, ../../sass/screen.scss */
  #main_step #main_step_1:after {
    bottom: -312px;
  }
  /* line 2156, ../../sass/screen.scss */
  #main_step #main_step_2 {
    background: #33cab2;
  }
  /* line 2159, ../../sass/screen.scss */
  #main_step #main_step_2:after {
    bottom: -312px;
  }
  /* line 2162, ../../sass/screen.scss */
  #main_step #main_step_3 {
    background: #70dac9;
  }
  /* line 2165, ../../sass/screen.scss */
  #main_step .padding {
    padding: 15px 15px 5px;
  }
  /* line 2167, ../../sass/screen.scss */
  #main_step .padding .title {
    margin: 10px;
    font-size: 24px;
  }
  /* line 2171, ../../sass/screen.scss */
  #main_step .padding .image {
    width: 128px;
    height: 128px;
    margin: 5px auto;
    text-align: center;
  }
  /* line 2176, ../../sass/screen.scss */
  #main_step .padding .image img {
    width: 128px;
    height: 128px;
  }
  /* line 2181, ../../sass/screen.scss */
  #main_step .padding .description {
    font-size: 14px;
    white-space: normal;
    line-height: 16px;
    width: auto;
    margin: 10px auto 0;
  }
  /* line 2190, ../../sass/screen.scss */
  #main_step .row {
    padding-left: 0px;
    padding-right: 0px;
  }

  /* line 2195, ../../sass/screen.scss */
  #step1, #step2, #step3, #step4 {
    width: 100%;
    /* height: 540px; */
    height: 100%;
    padding: 10px 0px 0px;
    text-align: center;
    font-weight: bold;
    color: #fa8200;
  }
  /* line 2203, ../../sass/screen.scss */
  #step1 .mobile, #step2 .mobile, #step3 .mobile, #step4 .mobile {
    width: 100%;
  }
  /* line 2205, ../../sass/screen.scss */
  #step1 .mobile input, #step2 .mobile input, #step3 .mobile input, #step4 .mobile input {
    width: 100%;
    height: 50px;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    margin: 10px 0;
  }
  /* line 2214, ../../sass/screen.scss */
  #step1 .g-recaptcha, #step2 .g-recaptcha, #step3 .g-recaptcha, #step4 .g-recaptcha {
    margin: 0 auto;
    width: 304px;
  }
  /* line 2218, ../../sass/screen.scss */
  #step1 .title, #step2 .title, #step3 .title, #step4 .title {
    font-size: 21px;
    width: 100%;
  }
  /* line 2222, ../../sass/screen.scss */
  #step1 .subtitle, #step2 .subtitle, #step3 .subtitle, #step4 .subtitle {
    width: 100%;
    font-size: 15px;
    margin-top: 10px;
  }
  /* line 2226, ../../sass/screen.scss */
  #step1 .subtitle .number, #step2 .subtitle .number, #step3 .subtitle .number, #step4 .subtitle .number {
    font-size: 32px;
    display: inline-block;
  }

  /* line 2234, ../../sass/screen.scss */
  .step .description ul {
    list-style: disc;
    overflow: visible;
    text-align: left;
    margin: 20px 0;
    color: #000;
  }
  /* line 2240, ../../sass/screen.scss */
  .step .description ul li {
    list-style-type: disc;
    margin: 5px 5px 0px 18px;
    background: transparent !important;
  }
  /* line 2248, ../../sass/screen.scss */
  .step .one_time_pw_text {
    margin: 25px 0 10px;
  }
  /* line 2251, ../../sass/screen.scss */
  .step .btn_detail_container {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
  /* line 2256, ../../sass/screen.scss */
  .step .btn_detail_container div:nth-child(2) {
    margin-left: 15px;
  }
  /* line 2260, ../../sass/screen.scss */
  .step .btn_detail {
    background: #fbb713;
    width: 100px;
    height: 50px;
    text-align: center;
    /* margin: 30px auto 0; */
    font-size: 19px;
    font-weight: bold;
    line-height: 49px;
    color: #fff;
    display: inline-block;
    border: 0;
  }
  /* line 2273, ../../sass/screen.scss */
  .step .btn_detail input {
    width: 100%;
    border: 0;
    background: transparent;
  }
  /* line 2278, ../../sass/screen.scss */
  .step .stronger {
    font-size: 21px;
    display: inline-block;
  }
  /* line 2282, ../../sass/screen.scss */
  .step .black {
    color: black;
  }
  /* line 2284, ../../sass/screen.scss */
  .step .black .home_link {
    display: inline-block;
    color: black;
  }
  /* line 2289, ../../sass/screen.scss */
  .step .error_message_container {
    width: 100%;
    margin: 15px 0;
    font-size: 17px;
    height: 30px;
    color: red;
    font-weight: normal;
  }
  /* line 2297, ../../sass/screen.scss */
  .step .count_down_container {
    margin: 23px auto;
    font-size: 17px;
    color: red;
    font-weight: normal;
  }
}
@media only screen and (max-width: 500px) {
  /* line 2308, ../../sass/screen.scss */
  #fwd_header_container #remain-container {
    height: 291px;
  }
  /* line 2310, ../../sass/screen.scss */
  #fwd_header_container #remain-container #main_counter {
    zoom: 0.9;
  }
  /* line 2313, ../../sass/screen.scss */
  #fwd_header_container #remain-container #main_counter .counter_icon img {
    width: 75%;
  }
  /* line 2317, ../../sass/screen.scss */
  #fwd_header_container #remain-container #main_counter #icon1 {
    width: 48px;
    height: 59px;
    top: 55px;
    left: -67px;
  }
  /* line 2323, ../../sass/screen.scss */
  #fwd_header_container #remain-container #main_counter #icon2 {
    width: 26px;
    height: 27px;
    top: 194px;
    left: -57px;
  }
  /* line 2329, ../../sass/screen.scss */
  #fwd_header_container #remain-container #main_counter #icon3 {
    width: 47px;
    height: 47px;
    left: 204px;
    top: 70px;
  }
  /* line 2335, ../../sass/screen.scss */
  #fwd_header_container #remain-container #main_counter #icon4 {
    width: 43px;
    height: 46px;
    left: 243px;
    top: -16px;
  }
  /* line 2341, ../../sass/screen.scss */
  #fwd_header_container #remain-container #main_counter #icon5 {
    width: 57px;
    height: 62px;
    left: 234px;
    top: 176px;
  }

  /* line 2350, ../../sass/screen.scss */
  #content_menu .panel-group .discount .box .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 425px) {
  /* line 2356, ../../sass/screen.scss */
  .g-recaptcha-container {
    width: 234px;
    margin: 10px auto 0;
  }

  /* line 2360, ../../sass/screen.scss */
  .g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
