@charset "UTF-8";
@font-face {
  font-family: 'AxiaLight';
  src: url("/bundles/app/fonts/KontourType-AxiaLight.otf");
}
@font-face {
  font-family: 'LetterGothicStd';
  src: url("/bundles/app/fonts/LetterGothicStd.otf");
}
@font-face {
  font-family: 'LetterGothicStdBold';
  src: url("/bundles/app/fonts/LetterGothicStd-Bold.otf");
}
@font-face {
  font-family: 'GeForceBold';
  src: url("/bundles/app/fonts/geforce_bold-webfont.eot"), url("/bundles/app/fonts/geforce_bold-webfont.woff") format("woff"), url("/bundles/app/fonts/geforce_bold-webfont.ttf") format("truetype");
}
@font-face {
  font-family: 'GeForceLight';
  src: url("/bundles/app/fonts/geforce_light-webfont.eot"), url("/bundles/app/fonts/geforce_light-webfont.woff") format("woff"), url("/bundles/app/fonts/geforce_light-webfont.ttf") format("truetype");
}
/* line 18, ../../sass/base.scss */
.nav-list-links a:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* line 24, ../../sass/base.scss */
.modal-content {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 31, ../../sass/base.scss */
.btn-back:before {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: 'FlipH';
}

/* line 10, ../../sass/main.scss */
html,
body {
  font-size: 100%;
  margin: 0;
  padding: 0;
}

/* line 16, ../../sass/main.scss */
body {
  background-color: #000000;
  font-family: "Lato", Helvetica, Arial, "Microsoft JhengHei", 微軟正黑體, "Heiti TC", 黑體-繁, Malgun, sans-serif;
  font-weight: 300;
  color: #ffffff;
  margin: 0;
  padding: 0;
}

/* line 24, ../../sass/main.scss */
a {
  color: #ffffff;
  text-decoration: none;
}

/* line 31, ../../sass/main.scss */
.page {
  max-width: 600px;
  margin: 0 auto;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

/* line 36, ../../sass/main.scss */
.nav-menu-toggle {
  display: block;
  position: relative;
  background: transparent url("/bundles/app/images/img_hdr_nav.png") 2px 5px no-repeat;
  background-size: 30px 21px;
  width: 34px;
  height: 34px;
  font-size: 0;
  line-height: 0;
  margin: 22px 0 0 0;
  opacity: 0.3;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
/* line 51, ../../sass/main.scss */
.nav-menu-toggle:hover {
  opacity: 1;
}

/* line 58, ../../sass/main.scss */
.nav-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  font-family: "LetterGothicStdBold", "Lato", Helvetica, Arial, "Microsoft JhengHei", 微軟正黑體, "Heiti TC", 黑體-繁, Malgun, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  overflow: hidden;
  z-index: 11;
  -webkit-transition: height 0.6s ease;
  -moz-transition: height 0.6s ease;
  -o-transition: height 0.6s ease;
  transition: height 0.6s ease;
}
/* line 72, ../../sass/main.scss */
.nav-container.active {
  height: 53px;
  border-bottom: 2px solid #808080;
}

/* line 77, ../../sass/main.scss */
.nav-list {
  display: inline-block;
  max-width: 50%;
  line-height: 1;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 85, ../../sass/main.scss */
.nav-list li {
  display: inline-block;
  margin: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

/* line 91, ../../sass/main.scss */
.nav-list-links {
  float: left;
  font-size: 1.125em;
  color: #ffffff;
  text-align: left;
  margin-top: 20px;
  margin-left: -moz-calc(50% - 300px);
  margin-left: -webkit-calc(50% - 300px);
  margin-left: calc(50% - 300px);
}
/* line 99, ../../sass/main.scss */
.nav-list-links li {
  height: 33px;
  padding: 0 25px 0 0;
}
/* line 103, ../../sass/main.scss */
.nav-list-links li:nth-last-of-type(1) {
  padding-left: 0;
}
/* line 107, ../../sass/main.scss */
.nav-list-links a {
  display: block;
  position: relative;
  height: 100%;
  color: #ffffff;
}
/* line 113, ../../sass/main.scss */
.nav-list-links a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 0 solid #808080;
  clear: both;
  -webkit-transition: border-bottom-width 0.3s ease;
  -moz-transition: border-bottom-width 0.3s ease;
  -o-transition: border-bottom-width 0.3s ease;
  transition: border-bottom-width 0.3s ease;
}
/* line 129, ../../sass/main.scss */
.nav-list-links a:hover:after,
.nav-list-links a .active:after {
  border-bottom: 13px solid #808080;
}

/* line 135, ../../sass/main.scss */
.nav-list-archive {
  float: right;
  font-size: 0.689em;
  color: #838383;
  text-align: right;
  margin-top: 20px;
  margin-right: -moz-calc(50% - 300px);
  margin-right: -webkit-calc(50% - 300px);
  margin-right: calc(50% - 300px);
}
/* line 143, ../../sass/main.scss */
.nav-list-archive li {
  float: left;
  padding: 0 0 0 28px;
}
/* line 147, ../../sass/main.scss */
.nav-list-archive li:nth-of-type(1) {
  padding-left: 0;
}
/* line 150, ../../sass/main.scss */
.nav-list-archive li a {
  color: #838383;
}
/* line 153, ../../sass/main.scss */
.nav-list-archive li a:hover {
  color: #ffffff;
}

/* line 160, ../../sass/main.scss */
.nav-container-full .nav-list-links {
  margin-left: -moz-calc(50% - 475px);
  margin-left: -webkit-calc(50% - 475px);
  margin-left: calc(50% - 475px);
}
/* line 163, ../../sass/main.scss */
.nav-container-full .nav-list-archive {
  margin-right: -moz-calc(50% - 475px);
  margin-right: -webkit-calc(50% - 475px);
  margin-right: calc(50% - 475px);
}

/* line 167, ../../sass/main.scss */
.user-nav-container {
  display: block;
  position: absolute;
  top: 20px;
  right: -moz-calc(50% - 300px);
  right: -webkit-calc(50% - 300px);
  right: calc(50% - 300px);
  width: auto;
  font-family: "LetterGothicStdBold", "Lato", Helvetica, Arial, "Microsoft JhengHei", 微軟正黑體, "Heiti TC", 黑體-繁, Malgun, sans-serif;
  font-size: 0.689em;
  font-weight: 300;
  color: #838383;
  text-align: right;
  line-height: 1;
  margin: 0 auto;
  z-index: 1;
  -webkit-transition: top 0.6s ease;
  -moz-transition: top 0.6s ease;
  -o-transition: top 0.6s ease;
  transition: top 0.6s ease;
}
/* line 183, ../../sass/main.scss */
.user-nav-container a {
  color: #838383;
}
/* line 186, ../../sass/main.scss */
.user-nav-container a:hover {
  color: #ffffff;
}
/* line 190, ../../sass/main.scss */
.user-nav-container .user-section {
  display: block;
  margin: 0 0 12px 0;
}
/* line 194, ../../sass/main.scss */
.user-nav-container .user-item {
  display: inline-block;
  margin: 0 0 0 15px;
  padding: 0 0 0 15px;
  border-left: 1px solid #838383;
  vertical-align: top;
}
/* line 201, ../../sass/main.scss */
.user-nav-container .user-item:nth-of-type(1) {
  border-left: none;
}

/* line 206, ../../sass/main.scss */
.table-config {
  margin: 0 auto;
  border: 1px solid #cecece;
  padding: 10px;
}
/* line 211, ../../sass/main.scss */
.table-config th,
.table-config td {
  text-align: left;
}
/* line 215, ../../sass/main.scss */
.table-config th.center,
.table-config td.center {
  text-align: center;
}
/* line 219, ../../sass/main.scss */
.table-config .nav-menu-toggle {
  display: none;
}
/* line 222, ../../sass/main.scss */
.table-config ul {
  list-style-type: disc;
  margin: 0;
  padding: 0 0 0 20px;
}
/* line 227, ../../sass/main.scss */
.table-config.table-config-nav {
  padding: 10px 20px;
}
/* line 230, ../../sass/main.scss */
.table-config.table-config-nav tr {
  padding: 5px 0;
}
/* line 233, ../../sass/main.scss */
.table-config.table-config-nav th,
.table-config.table-config-nav td {
  text-align: left;
  padding: 5px;
}
/* line 238, ../../sass/main.scss */
.table-config.table-config-nav .nav-list-links,
.table-config.table-config-nav .nav-list-archive {
  display: inline-block;
  float: left;
  width: 100px;
  font-size: 0.75em;
  line-height: 1.2;
  margin: 0 5px 0 5px;
  padding: 0 5px;
  border-bottom: none;
}
/* line 249, ../../sass/main.scss */
.table-config.table-config-nav .nav-list-links li,
.table-config.table-config-nav .nav-list-links li:nth-of-type(1),
.table-config.table-config-nav .nav-list-links li:nth-last-of-type(1),
.table-config.table-config-nav .nav-list-archive li,
.table-config.table-config-nav .nav-list-archive li:nth-of-type(1),
.table-config.table-config-nav .nav-list-archive li:nth-last-of-type(1) {
  display: list-item;
  float: none;
  height: auto;
  color: #939393;
  text-align: left;
  margin: 0 5px;
  padding: 0;
}
/* line 260, ../../sass/main.scss */
.table-config.table-config-nav .nav-list-links li a,
.table-config.table-config-nav .nav-list-links li:nth-of-type(1) a,
.table-config.table-config-nav .nav-list-links li:nth-last-of-type(1) a,
.table-config.table-config-nav .nav-list-archive li a,
.table-config.table-config-nav .nav-list-archive li:nth-of-type(1) a,
.table-config.table-config-nav .nav-list-archive li:nth-last-of-type(1) a {
  height: auto;
  color: #939393;
}
/* line 264, ../../sass/main.scss */
.table-config.table-config-nav .nav-list-links li a:after,
.table-config.table-config-nav .nav-list-links li:nth-of-type(1) a:after,
.table-config.table-config-nav .nav-list-links li:nth-last-of-type(1) a:after,
.table-config.table-config-nav .nav-list-archive li a:after,
.table-config.table-config-nav .nav-list-archive li:nth-of-type(1) a:after,
.table-config.table-config-nav .nav-list-archive li:nth-last-of-type(1) a:after {
  display: none;
}
/* line 270, ../../sass/main.scss */
.table-config.table-config-nav .nav-t {
  display: none;
}
/* line 275, ../../sass/main.scss */
.table-config.table-config-shards th {
  font-size: 12px;
}
/* line 278, ../../sass/main.scss */
.table-config.table-config-shards td {
  font-size: 11px;
}
/* line 283, ../../sass/main.scss */
.table-config.table-config-date-range input[type="text"],
.table-config.table-config-date-range input[type="email"],
.table-config.table-config-date-range input[type="password"],
.table-config.table-config-date-range textarea {
  font-size: 0.875em;
  padding: 10px 12px 10px 12px;
}

/* line 292, ../../sass/main.scss */
.nav-t {
  display: inline-block;
  position: relative;
  float: left;
  color: #838383;
  text-align: left;
  margin: -28px 0 0 72px;
  z-index: 4;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
/* line 303, ../../sass/main.scss */
.nav-t .nav-t-selected a {
  font-family: "LetterGothicStdBold", "Lato", Helvetica, Arial, "Microsoft JhengHei", 微軟正黑體, "Heiti TC", 黑體-繁, Malgun, sans-serif;
  font-size: 0.75em;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1;
  padding: 1px;
}
/* line 312, ../../sass/main.scss */
.nav-t .nav-t-selected a span {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #ffffff;
  margin: 0 0 0 7px;
  vertical-align: text-top;
}
/* line 324, ../../sass/main.scss */
.nav-t .nav-t-menu {
  list-style-type: none;
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s ease;
  -moz-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
/* line 332, ../../sass/main.scss */
.nav-t .nav-t-menu.active {
  background-color: rgba(0, 0, 0, 0.5);
  height: 130px;
  padding: 0 10px 0 0;
}
/* line 338, ../../sass/main.scss */
.nav-t li {
  display: block;
  font-family: "LetterGothicStdBold", "Lato", Helvetica, Arial, "Microsoft JhengHei", 微軟正黑體, "Heiti TC", 黑體-繁, Malgun, sans-serif;
  font-size: 0.689em;
  text-transform: uppercase;
  line-height: 1;
  margin: 0 0 6px 0;
  padding: 1px;
  vertical-align: top;
}
/* line 348, ../../sass/main.scss */
.nav-t li:nth-of-type(1) {
  margin-top: 10px;
}
/* line 352, ../../sass/main.scss */
.nav-t a {
  position: relative;
  color: #838383;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
/* line 357, ../../sass/main.scss */
.nav-t a.active, .nav-t a:hover {
  color: #ffffff;
}

/* line 364, ../../sass/main.scss */
.message.single {
  font-size: 1.875em;
  text-align: center;
  margin: 360px auto 30px auto;
}
/* line 369, ../../sass/main.scss */
.message.error {
  color: #cd0000;
}
/* line 372, ../../sass/main.scss */
.message.message-intro {
  font-family: "AxiaLight", Helvetica, Arial, "Microsoft JhengHei", 微軟正黑體, "Heiti TC", 黑體-繁, Malgun, sans-serif;
}

/* line 376, ../../sass/main.scss */
.img-logo {
  width: 210px;
  height: 112px;
  text-align: center;
  margin: 0 auto;
}
/* line 382, ../../sass/main.scss */
.img-logo img {
  width: 100%;
  height: auto;
}

/* line 387, ../../sass/main.scss */
h1,
h2,
.content-title {
  font-family: "AxiaLight", Helvetica, Arial, "Microsoft JhengHei", 微軟正黑體, "Heiti TC", 黑體-繁, Malgun, sans-serif;
  font-size: 2.5em;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  margin: 0 auto;
  padding: 40px 0 0 0;
}
/* line 399, ../../sass/main.scss */
h1 .number,
h2 .number,
.content-title .number {
  font-size: 1.45em;
  font-weight: 300;
}

/* line 404, ../../sass/main.scss */
h3,
.content-subtitle {
  font-family: "AxiaLight", Helvetica, Arial, "Microsoft JhengHei", 微軟正黑體, "Heiti TC", 黑體-繁, Malgun, sans-serif;
  font-size: 1.25em;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  margin: 0 auto;
  padding: 20px 0 0 0;
}

/* line 415, ../../sass/main.scss */
.center {
  text-align: center;
}

/* line 419, ../../sass/main.scss */
.page-legal .content {
  font-size: 0.875em;
  line-height: 1.5;
}

/* line 425, ../../sass/main.scss */
.content-block.last {
  margin-bottom: 160px;
}

/* line 433, ../../sass/main.scss */
div.event,
h1.event,
h2.event,
p.event {
  color: #73b61b;
}

/* line 437, ../../sass/main.scss */
p.event a {
  color: #73b61b;
}

/* line 440, ../../sass/main.scss */
.text-block {
  font-family: "AxiaLight", Helvetica, Arial, "Microsoft JhengHei", 微軟正黑體, "Heiti TC", 黑體-繁, Malgun, sans-serif;
  font-size: 1.125em;
  color: #ffffff;
  text-align: center;
  line-height: 1.5;
  margin: 0 auto;
  padding: 28px 0 0 0;
}
/* line 449, ../../sass/main.scss */
.text-block.single,
.text-block .single {
  line-height: 1.2;
  margin: 0;
}
/* line 454, ../../sass/main.scss */
.text-block.promo,
.text-block .promo {
  font-size: 2.1875em;
}
/* line 458, ../../sass/main.scss */
.text-block.normal,
.text-block .normal {
  color: #ffffff;
}
/* line 462, ../../sass/main.scss */
.text-block.light,
.text-block .light {
  color: #939393;
}
/* line 466, ../../sass/main.scss */
.text-block.text-block-next {
  padding-top: 5px;
}
/* line 469, ../../sass/main.scss */
.text-block.small {
  width: 320px;
}
/* line 472, ../../sass/main.scss */
.text-block.x-small {
  width: 290px;
}

/* line 477, ../../sass/main.scss */
.border:after {
  content: "";
  display: block;
  background: transparent url("/bundles/app/images/img_divider_desktop.png") center top no-repeat;
  background-size: 100% auto;
  width: 560px;
  height: 3px;
  margin: 35px auto 0 auto;
}

/* line 488, ../../sass/main.scss */
.border-top:before {
  content: "";
  display: block;
  background: transparent url("/bundles/app/images/img_divider_desktop.png") center top no-repeat;
  background-size: 100% auto;
  width: 560px;
  height: 3px;
  margin: 0 auto 35px auto;
}

/* line 499, ../../sass/main.scss */
.border-small:before {
  content: "";
  display: block;
  background: transparent url("/bundles/app/images/img_divider_small.png") center top no-repeat;
  background-size: 100% auto;
  width: 118px;
  height: 3px;
  margin: 0 auto 12px auto;
}

/* line 509, ../../sass/main.scss */
.img {
  display: inline-block;
}
/* line 511, ../../sass/main.scss */
.img img {
  width: 100%;
  height: auto;
}

/* line 516, ../../sass/main.scss */
.img-border {
  display: inline-block;
  border: 6px solid #ffffff;
  overflow: hidden;
}
/* line 521, ../../sass/main.scss */
.img-border img {
  width: 100%;
  height: auto;
  margin: -6px;
}

/* line 527, ../../sass/main.scss */
.nav-back {
  position: absolute;
  top: 53px;
  left: 60px;
  z-index: 1;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

/* line 534, ../../sass/main.scss */
.btn-back {
  display: block;
  position: relative;
  font-family: "AxiaLight", Helvetica, Arial, "Microsoft JhengHei", 微軟正黑體, "Heiti TC", 黑體-繁, Malgun, sans-serif;
  font-size: 1.563em;
  font-weight: 300;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 544, ../../sass/main.scss */
.btn-back:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: -26px;
  background: transparent url("/bundles/app/images/img_link_arrow.png") left top no-repeat;
  background-size: 100% auto;
  width: 17px;
  height: 26px;
  color: #ffffff;
  margin: 0;
  vertical-align: top;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 561, ../../sass/main.scss */
.btn-back:hover:before {
  left: -29px;
}

/* line 566, ../../sass/main.scss */
.feed {
  text-align: center;
  margin: 30px auto 0 auto;
  clear: both;
}

/* line 574, ../../sass/main.scss */
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  display: block;
  box-sizing: border-box;
  background-color: #ffffff;
  width: 100%;
  font-family: "Lato", Helvetica, Arial, "Microsoft JhengHei", 微軟正黑體, "Heiti TC", 黑體-繁, Malgun, sans-serif;
  font-size: 1.188em;
  color: #000000;
  line-height: 1;
  margin: 0;
  padding: 15px 15px 15px 15px;
  border: none;
}
/* line 590, ../../sass/main.scss */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus {
  outline: none;
}

/* line 596, ../../sass/main.scss */
select {
  display: inline-block;
  background-color: #ffffff;
  width: 100%;
  font-size: 1em;
  padding: 10px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: none;
  -webkit-appearance: inherit;
  appearance: inherit;
}
/* line 610, ../../sass/main.scss */
select:focus {
  outline: none;
}

/* line 614, ../../sass/main.scss */
input[type="checkbox"] {
  float: left;
  display: inline-block;
  background-color: #000000;
  width: 21px;
  height: 21px;
  font-family: "GeForceLight", "AxiaLight", Helvetica, Arial, "Microsoft JhengHei", 微軟正黑體, "Heiti TC", 黑體-繁, Malgun, sans-serif;
  font-size: 18px;
  color: #939393;
  text-align: center;
  line-height: 20px;
  margin: 0 6px 0 0;
  padding: 0;
  border: 1px solid #ffffff;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  clear: left;
}
/* line 633, ../../sass/main.scss */
input[type="checkbox"]:focus {
  outline: none;
}
/* line 636, ../../sass/main.scss */
input[type="checkbox"]:after {
  content: "";
  display: none;
}
/* line 640, ../../sass/main.scss */
input[type="checkbox"]:hover:after {
  content: "X";
  display: block;
  color: #939393;
  opacity: 0.5;
}
/* line 646, ../../sass/main.scss */
input[type="checkbox"]:hover:active:after, input[type="checkbox"]:checked:after, input[type="checkbox"]:checked:active:after, input[type="checkbox"]:checked:hover:after {
  content: "X";
  display: block;
  color: #ffffff;
}

/* line 655, ../../sass/main.scss */
.rules-agree-link {
  color: #939393;
  border-bottom: 1px solid #939393;
  cursor: pointer;
}

/* line 660, ../../sass/main.scss */
.btn,
input[type="submit"],
button[type="submit"],
input[type="reset"] {
  display: inline-block;
  background: transparent;
  width: 100%;
  font-family: "Lato", Helvetica, Arial, "Microsoft JhengHei", 微軟正黑體, "Heiti TC", 黑體-繁, Malgun, sans-serif;
  font-size: 1.188em;
  color: #74b71b;
  text-transform: uppercase;
  margin: 12px auto 0 auto;
  padding: 15px 6px 15px 6px;
  border: 1px solid #74b71b;
  -webkit-appearance: none;
  -moz-appearance: none;
}
/* line 677, ../../sass/main.scss */
.btn button,
input[type="submit"] button,
button[type="submit"] button,
input[type="reset"] button {
  background: transparent;
  width: 100%;
  font-family: "Lato", Helvetica, Arial, "Microsoft JhengHei", 微軟正黑體, "Heiti TC", 黑體-繁, Malgun, sans-serif;
  font-size: 1.188em;
  color: #74b71b;
  text-transform: uppercase;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
/* line 688, ../../sass/main.scss */
.btn button:focus,
input[type="submit"] button:focus,
button[type="submit"] button:focus,
input[type="reset"] button:focus {
  outline: none;
}
/* line 692, ../../sass/main.scss */
.btn:focus,
input[type="submit"]:focus,
button[type="submit"]:focus,
input[type="reset"]:focus {
  outline: none;
}
/* line 695, ../../sass/main.scss */
.btn:hover,
input[type="submit"]:hover,
button[type="submit"]:hover,
input[type="reset"]:hover {
  background: #333333;
}
/* line 698, ../../sass/main.scss */
.btn.btn-trail,
input[type="submit"].btn-trail,
button[type="submit"].btn-trail,
input[type="reset"].btn-trail {
  color: #74b71b;
  border-color: #74b71b;
}
/* line 702, ../../sass/main.scss */
.btn.btn-trail button,
input[type="submit"].btn-trail button,
button[type="submit"].btn-trail button,
input[type="reset"].btn-trail button {
  color: #74b71b;
}
/* line 706, ../../sass/main.scss */
.btn.btn-user,
input[type="submit"].btn-user,
button[type="submit"].btn-user,
input[type="reset"].btn-user {
  font-family: "AxiaLight", Helvetica, Arial, "Microsoft JhengHei", 微軟正黑體, "Heiti TC", 黑體-繁, Malgun, sans-serif;
  color: #ffffff;
  letter-spacing: 0.05em;
  border: 1px solid #ffffff;
}
/* line 712, ../../sass/main.scss */
.btn.btn-white,
input[type="submit"].btn-white,
button[type="submit"].btn-white,
input[type="reset"].btn-white {
  color: #ffffff;
  border-color: #ffffff;
}
/* line 716, ../../sass/main.scss */
.btn.btn-white button,
input[type="submit"].btn-white button,
button[type="submit"].btn-white button,
input[type="reset"].btn-white button {
  color: #ffffff;
}

/* line 721, ../../sass/main.scss */
.btn {
  max-width: 440px;
  padding: 15px 0 15px 0;
}

/* line 725, ../../sass/main.scss */
.btn-small {
  max-width: 400px;
}

/* line 728, ../../sass/main.scss */
.btn-login-fb {
  display: block;
  background: transparent url("/bundles/app/images/img_btn_login_facebook.png") left top no-repeat;
  background-size: 100% auto;
  width: 284px;
  height: 57px;
  font-size: 0;
  line-height: 0;
  margin: 0 auto;
  padding: 0;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
/* line 743, ../../sass/main.scss */
.btn-login-fb:focus {
  outline: none;
}

/* line 747, ../../sass/main.scss */
.user-block {
  padding: 20px auto 0 auto;
}
/* line 750, ../../sass/main.scss */
.user-block label {
  display: inline-block;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
/* line 755, ../../sass/main.scss */
.user-block input[type="text"],
.user-block input[type="email"],
.user-block input[type="password"],
.user-block textarea,
.user-block select {
  margin-bottom: 10px;
}

/* line 763, ../../sass/main.scss */
.user-form,
.profile-block {
  width: 290px;
  margin: 0 auto;
}
/* line 768, ../../sass/main.scss */
.user-form input[type="text"],
.user-form input[type="email"],
.user-form input[type="password"],
.user-form textarea,
.profile-block input[type="text"],
.profile-block input[type="email"],
.profile-block input[type="password"],
.profile-block textarea {
  font-family: "AxiaLight", Helvetica, Arial, "Microsoft JhengHei", 微軟正黑體, "Heiti TC", 黑體-繁, Malgun, sans-serif;
  font-size: 1.188em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 9px 8px 9px 8px;
}
/* line 778, ../../sass/main.scss */
.user-form select,
.profile-block select {
  background-image: url("/bundles/app/images/img_link_arrow_select.png");
  background-position: -webkit-calc(100% - 12px) 13px;
  background-position: -moz-calc(100% - 12px) 13px;
  background-position: calc(100% - 12px) 13px;
  background-repeat: no-repeat;
  background-size: 18px 12px;
  font-family: "AxiaLight", Helvetica, Arial, "Microsoft JhengHei", 微軟正黑體, "Heiti TC", 黑體-繁, Malgun, sans-serif;
  font-size: 1.188em;
  letter-spacing: 0.05em;
}
/* line 789, ../../sass/main.scss */
.user-form .btn,
.user-form input[type="submit"],
.user-form button[type="submit"],
.user-form input[type="reset"],
.profile-block .btn,
.profile-block input[type="submit"],
.profile-block button[type="submit"],
.profile-block input[type="reset"] {
  font-family: "AxiaLight", Helvetica, Arial, "Microsoft JhengHei", 微軟正黑體, "Heiti TC", 黑體-繁, Malgun, sans-serif;
  color: #ffffff;
  letter-spacing: 0.05em;
  border: 1px solid #ffffff;
}
/* line 798, ../../sass/main.scss */
.user-form .form-field,
.profile-block .form-field {
  padding-left: 24px;
}
/* line 801, ../../sass/main.scss */
.user-form .form-field.required,
.profile-block .form-field.required {
  background: transparent url("/bundles/app/images/img_link_arrow.png") left 50% no-repeat;
  background-size: 12px 18px;
}
/* line 805, ../../sass/main.scss */
.user-form .form-field.required ul,
.profile-block .form-field.required ul {
  margin: 0;
  padding: 0 0 3px 24px;
}
/* line 809, ../../sass/main.scss */
.user-form .form-field.required ul li,
.profile-block .form-field.required ul li {
  font-family: "AxiaLight", Helvetica, Arial, "Microsoft JhengHei", 微軟正黑體, "Heiti TC", 黑體-繁, Malgun, sans-serif;
  color: #cd0000;
}
/* line 816, ../../sass/main.scss */
.user-form .form-field label.hide,
.profile-block .form-field label.hide {
  display: none;
}
/* line 820, ../../sass/main.scss */
.user-form .form-field.full,
.profile-block .form-field.full {
  padding-left: 0;
}
/* line 823, ../../sass/main.scss */
.user-form .form-field.checkbox,
.profile-block .form-field.checkbox {
  float: left;
  background: none;
  width: 100%;
  margin: 0 0 24px 0;
  padding-left: 0;
  clear: both;
}
/* line 831, ../../sass/main.scss */
.user-form .form-field.checkbox label,
.user-form .form-field.checkbox label.hide,
.profile-block .form-field.checkbox label,
.profile-block .form-field.checkbox label.hide {
  display: inline-block;
  float: right;
  width: -moz-calc(100% - 30px);
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  font-family: "AxiaLight", Helvetica, Arial, "Microsoft JhengHei", 微軟正黑體, "Heiti TC", 黑體-繁, Malgun, sans-serif;
  font-size: 0.938em;
  color: #939393;
  text-transform: none;
  margin: 0;
}
/* line 842, ../../sass/main.scss */
.user-form .form-field.checkbox ul,
.profile-block .form-field.checkbox ul {
  position: absolute;
  top: auto;
  left: auto;
  margin: 18px 0 0 24px;
  padding: 0 0 3px 0;
}
/* line 849, ../../sass/main.scss */
.user-form .form-field.checkbox ul li,
.profile-block .form-field.checkbox ul li {
  font-family: "AxiaLight", Helvetica, Arial, "Microsoft JhengHei", 微軟正黑體, "Heiti TC", 黑體-繁, Malgun, sans-serif;
  color: #cd0000;
}
/* line 854, ../../sass/main.scss */
.user-form .form-field.checkbox.required,
.profile-block .form-field.checkbox.required {
  background: none;
  padding-left: 0;
}
/* line 860, ../../sass/main.scss */
.user-form form > div > div,
.profile-block form > div > div {
  padding-left: 24px;
}
/* line 863, ../../sass/main.scss */
.user-form .required-text,
.profile-block .required-text {
  font-family: "AxiaLight", Helvetica, Arial, "Microsoft JhengHei", 微軟正黑體, "Heiti TC", 黑體-繁, Malgun, sans-serif;
  font-size: 0.938em;
  text-align: right;
}
/* line 868, ../../sass/main.scss */
.user-form .required-text:before,
.profile-block .required-text:before {
  content: "";
  display: inline-block;
  background: transparent url("/bundles/app/images/img_link_arrow.png") left top no-repeat;
  background-size: 7px 11px;
  width: 7px;
  height: 11px;
  margin: 0 4px 0 0;
}
/* line 878, ../../sass/main.scss */
.user-form.user-form-register,
.profile-block.user-form-register {
  margin-bottom: 40px;
}
/* line 882, ../../sass/main.scss */
.user-form.no-padding form > div > div,
.profile-block.no-padding form > div > div {
  padding-left: 0;
}

/* line 888, ../../sass/main.scss */
.field-half input[type="text"],
.field-half input[type="email"],
.field-half input[type="password"],
.field-half textarea,
.field-half .btn,
.field-half input[type="submit"],
.field-half input[type="reset"] {
  display: inline-block;
  width: -moz-calc(50% - 9px);
  width: -webkit-calc(50% - 9px);
  width: calc(50% - 9px);
  margin-right: 10px;
}
/* line 899, ../../sass/main.scss */
.field-half input[type="text"]:nth-last-of-type(1),
.field-half input[type="email"]:nth-last-of-type(1),
.field-half input[type="password"]:nth-last-of-type(1),
.field-half textarea:nth-last-of-type(1),
.field-half .btn:nth-last-of-type(1),
.field-half input[type="submit"]:nth-last-of-type(1),
.field-half input[type="reset"]:nth-last-of-type(1) {
  margin-right: 0;
}

/* line 904, ../../sass/main.scss */
.link-forgot,
.link-login-create {
  width: 100%;
  font-family: "AxiaLight", Helvetica, Arial, "Microsoft JhengHei", 微軟正黑體, "Heiti TC", 黑體-繁, Malgun, sans-serif;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  margin: 20px auto 0 auto;
}
/* line 913, ../../sass/main.scss */
.link-forgot a,
.link-login-create a {
  font-size: 0.75em;
  color: #939393;
}
/* line 917, ../../sass/main.scss */
.link-forgot.last,
.link-login-create.last {
  margin: 0 auto 30px auto;
}

/* line 921, ../../sass/main.scss */
.newsletter {
  display: block;
  font-family: "AxiaLight", Helvetica, Arial, "Microsoft JhengHei", 微軟正黑體, "Heiti TC", 黑體-繁, Malgun, sans-serif;
  font-size: 1.5em;
  text-align: left;
}
/* line 927, ../../sass/main.scss */
.newsletter input[type="checkbox"] {
  margin-top: 6px;
  margin-right: 8px;
}
/* line 931, ../../sass/main.scss */
.newsletter label {
  display: block;
  text-align: left;
  text-transform: none;
}

/* line 937, ../../sass/main.scss */
.modal {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
/* line 946, ../../sass/main.scss */
.modal.active {
  display: block;
}

/* line 952, ../../sass/main.scss */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
}

/* line 960, ../../sass/main.scss */
.modal-content {
  position: absolute;
  background: #000;
  max-width: 600px;
  font-family: "AxiaLight", Helvetica, Arial, "Microsoft JhengHei", 微軟正黑體, "Heiti TC", 黑體-繁, Malgun, sans-serif;
  font-size: 1.25em;
  padding: 28px 15px;
  border: 1px solid #ffffff;
}
/* line 970, ../../sass/main.scss */
.modal-content p {
  padding: 10px 20px;
}

/* line 974, ../../sass/main.scss */
::selection {
  background: #cecece;
  color: #ffffff;
}

/* line 978, ../../sass/main.scss */
::-moz-selection {
  background: #cecece;
  color: #ffffff;
}

/* line 982, ../../sass/main.scss */
input::-moz-focus-inner {
  border: 0;
}

/* line 985, ../../sass/main.scss */
input::selection {
  background: #cecece;
  color: #000000;
}

/* line 989, ../../sass/main.scss */
input::-moz-selection {
  background: #cecece;
  color: #000000;
}

/* line 993, ../../sass/main.scss */
::-webkit-input-placeholder {
  color: #000000;
}

/* line 996, ../../sass/main.scss */
:-moz-placeholder {
  color: #000000;
}

/* line 999, ../../sass/main.scss */
::-moz-placeholder {
  color: #000000;
}

/* line 1002, ../../sass/main.scss */
:-ms-input-placeholder {
  color: #000000;
}

/* line 1009, ../../sass/main.scss */
body.nav-active .nav-menu-toggle {
  margin-top: 77px;
}
/* line 1012, ../../sass/main.scss */
body.nav-active .user-nav-container {
  top: 75px;
}
/* line 1015, ../../sass/main.scss */
body.nav-active .nav-back {
  margin-top: 55px;
}

/* line 1020, ../../sass/main.scss */
body.nav-active-full .nav-menu-toggle {
  margin-top: 117px;
}
/* line 1023, ../../sass/main.scss */
body.nav-active-full .user-nav-container {
  top: 115px;
}
/* line 1026, ../../sass/main.scss */
body.nav-active-full .nav-back {
  margin-top: 95px;
}

/* line 1033, ../../sass/main.scss */
.subfooter {
  width: 950px;
  margin: 0 auto 0 auto;
  padding: 85px 0 0 0;
  clear: both;
}
/* line 1040, ../../sass/main.scss */
.subfooter.border:after {
  width: 950px;
  margin-top: 15px;
}

/* line 1046, ../../sass/main.scss */
.logo-o-footer {
  position: relative;
  background: transparent url("/bundles/app/images/img_se_logo_logo_TX6Um5FAxsW4BwS.png") left top no-repeat;
  background-size: 100% auto;
  width: 192px;
  height: 178px;
  margin: 0 auto;
  padding: 0;
}

/* line 1055, ../../sass/main.scss */
.logo-n-footer {
  width: 112px;
  text-align: center;
  margin: 0 auto 0 auto;
}
/* line 1060, ../../sass/main.scss */
.logo-n-footer a {
  display: inline-block;
}
/* line 1063, ../../sass/main.scss */
.logo-n-footer img {
  width: 90px;
  height: auto;
}

/* line 1071, ../../sass/main.scss */
.logo-footer {
  text-align: center;
  margin: 60px auto 30px auto;
}
/* line 1075, ../../sass/main.scss */
.logo-footer img {
  max-width: 100%;
  height: auto;
}

/* line 1080, ../../sass/main.scss */
.footer {
  margin: 0 auto;
}

/* line 1083, ../../sass/main.scss */
.nav-footer {
  text-align: center;
  padding: 18px 0 30px 0;
}
/* line 1087, ../../sass/main.scss */
.nav-footer li {
  display: inline-block;
  font-family: "Lato", Helvetica, Arial, "Microsoft JhengHei", 微軟正黑體, "Heiti TC", 黑體-繁, Malgun, sans-serif;
  font-size: 0.938em;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
/* line 1096, ../../sass/main.scss */
.nav-footer li a {
  padding: 0 20px 0 20px;
  opacity: 0.3;
  -webkit-transition: opacity 0.6s ease;
  -moz-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
/* line 1101, ../../sass/main.scss */
.nav-footer li a:hover {
  opacity: 1;
}
/* line 1105, ../../sass/main.scss */
.nav-footer li:nth-of-type(1) {
  border-left: none;
}

@-webkit-keyframes langMessageAnim {
  from {
    bottom: -180px;
  }
  to {
    bottom: 0;
  }
}
@-moz-keyframes langMessageAnim {
  from {
    bottom: -180px;
  }
  to {
    bottom: 0;
  }
}
@-ms-keyframes langMessageAnim {
  from {
    bottom: -180px;
  }
  to {
    bottom: 0;
  }
}
@-o-keyframes langMessageAnim {
  from {
    bottom: -180px;
  }
  to {
    bottom: 0;
  }
}
@keyframes langMessageAnim {
  from {
    bottom: -180px;
  }
  to {
    bottom: 0;
  }
}
/* line 1133, ../../sass/main.scss */
.lang-modal {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  font-family: "AxiaLight", Helvetica, Arial, "Microsoft JhengHei", 微軟正黑體, "Heiti TC", 黑體-繁, Malgun, sans-serif;
  font-size: 1.563em;
  font-weight: 300;
  color: #ffffff;
  text-align: center;
  margin: 0 auto;
  padding: 52px 10px 52px 10px;
  border-top: 1px solid #ffffff;
  -webkit-animation: aniload 1s;
  -moz-animation: langMessageAnim 1s;
  -ms-animation: langMessageAnim 1s;
  -o-animation: langMessageAnim 1s;
  animation: langMessageAnim 1s;
  cursor: pointer;
}
/* line 1155, ../../sass/main.scss */
.lang-modal.close {
  -webkit-transition: bottom 0.6s ease;
  -moz-transition: bottom 0.6s ease;
  -o-transition: bottom 0.6s ease;
  transition: bottom 0.6s ease;
  bottom: -180px;
}

@media screen and (max-width: 1100px) {
  /* line 1164, ../../sass/main.scss */
  .nav-list-links {
    margin-left: -moz-calc(50% - 300px);
    margin-left: -webkit-calc(50% - 300px);
    margin-left: calc(50% - 300px);
  }
  /* line 1167, ../../sass/main.scss */
  .nav-list-links li {
    padding: 0 16px 0 0;
  }
  /* line 1170, ../../sass/main.scss */
  .nav-list-links li:nth-last-of-type(1) {
    padding-left: 0;
  }

  /* line 1175, ../../sass/main.scss */
  .nav-list-archive {
    margin-right: -moz-calc(50% - 300px);
    margin-right: -webkit-calc(50% - 300px);
    margin-right: calc(50% - 300px);
  }
  /* line 1178, ../../sass/main.scss */
  .nav-list-archive li {
    padding: 0 0 0 18px;
  }
  /* line 1181, ../../sass/main.scss */
  .nav-list-archive li:nth-of-type(1) {
    padding-left: 0;
  }

  /* line 1187, ../../sass/main.scss */
  .nav-container-full .nav-menu-toggle {
    background-position: 0 2px;
    background-size: 42px 29px;
    width: 42px;
    height: 33px;
    margin: 20px 0 0 0;
  }
  /* line 1194, ../../sass/main.scss */
  .nav-container-full .user-nav-container {
    top: 22px;
    right: 30px;
    font-size: 0.814em;
  }
  /* line 1199, ../../sass/main.scss */
  .nav-container-full .user-nav-container .user-section {
    display: block;
    margin: 0 0 22px 0;
  }
  /* line 1203, ../../sass/main.scss */
  .nav-container-full .user-nav-container .user-item {
    display: block;
    margin: 0 0 22px 0;
    padding: 0;
    border-left: none;
  }
  /* line 1210, ../../sass/main.scss */
  .nav-container-full .nav-list {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
  }
  /* line 1216, ../../sass/main.scss */
  .nav-container-full .nav-list .desktop {
    display: none;
  }
  /* line 1220, ../../sass/main.scss */
  .nav-container-full .nav-list-links {
    margin: 29px 0 0 0;
    padding-left: 40px;
    border-bottom: 1px solid #424242;
  }
  /* line 1225, ../../sass/main.scss */
  .nav-container-full .nav-list-links li {
    padding: 0 0 0 30px;
  }
  /* line 1229, ../../sass/main.scss */
  .nav-container-full .nav-list-archive {
    font-size: 1.125em;
    margin: 19px 0 0 0;
    padding-left: 40px;
  }
  /* line 1234, ../../sass/main.scss */
  .nav-container-full .nav-list-archive li {
    padding: 0 0 0 30px;
  }
  /* line 1237, ../../sass/main.scss */
  .nav-container-full .nav-list-archive li.nav-label {
    display: block;
    margin: 0 0 10px 0;
    padding: 0 0 0 30px;
    clear: right;
  }
  /* line 1243, ../../sass/main.scss */
  .nav-container-full .nav-list-archive li:nth-of-type(2) {
    clear: left;
  }
  /* line 1248, ../../sass/main.scss */
  .nav-container-full.active {
    height: 147px;
    border-bottom: 2px solid #808080;
  }

  /* line 1254, ../../sass/main.scss */
  body.nav-active-full .nav-menu-toggle {
    margin-top: 170px;
  }
  /* line 1257, ../../sass/main.scss */
  body.nav-active-full .user-nav-container {
    top: 172px;
  }
  /* line 1260, ../../sass/main.scss */
  body.nav-active-full .nav-back {
    top: 150px;
  }

  /* line 1264, ../../sass/main.scss */
  input[type="checkbox"] {
    color: #ffffff;
  }
  /* line 1267, ../../sass/main.scss */
  input[type="checkbox"]:after, input[type="checkbox"]:hover:after, input[type="checkbox"]:hover:active:after {
    content: "";
    display: none;
    opacity: 1;
  }
  /* line 1274, ../../sass/main.scss */
  input[type="checkbox"]:checked:after, input[type="checkbox"]:checked:active:after, input[type="checkbox"]:checked:hover:after {
    content: "X";
    display: block;
    color: #ffffff;
    opacity: 1;
  }

  /* line 1283, ../../sass/main.scss */
  .subfooter {
    width: -moz-calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    padding: 45px 0 0 0;
  }
  /* line 1288, ../../sass/main.scss */
  .subfooter.border:after {
    width: -moz-calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    margin-top: 15px;
  }
}
@media screen and (max-width: 800px) {
  /* line 1299, ../../sass/main.scss */
  .nav-container {
    background-color: rgba(0, 0, 0, 0.3);
  }
}
@media screen and (max-width: 620px) {
  /* line 1307, ../../sass/main.scss */
  .page {
    max-width: 320px;
  }

  /* line 1311, ../../sass/main.scss */
  .page-legal .content {
    margin-top: 110px;
  }

  /* line 1315, ../../sass/main.scss */
  .page-about,
  .page-account {
    margin-top: 40px;
  }

  /* line 1319, ../../sass/main.scss */
  .nav-menu-toggle {
    position: absolute;
    top: 0;
    left: 30px;
    background-position: 0 2px;
    background-size: 42px 29px;
    width: 42px;
    height: 33px;
    margin: 20px 0 0 0;
  }

  /* line 1330, ../../sass/main.scss */
  .nav-container.active {
    height: 147px;
    border-bottom: 2px solid #808080;
  }

  /* line 1335, ../../sass/main.scss */
  .user-nav-container {
    top: 22px;
    right: 30px;
    font-size: 0.814em;
  }
  /* line 1340, ../../sass/main.scss */
  .user-nav-container .user-section {
    display: block;
    margin: 0 0 22px 0;
  }
  /* line 1344, ../../sass/main.scss */
  .user-nav-container .user-item {
    display: block;
    margin: 0 0 22px 0;
    padding: 0;
    border-left: none;
  }

  /* line 1351, ../../sass/main.scss */
  .nav-list {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
  }
  /* line 1357, ../../sass/main.scss */
  .nav-list .desktop {
    display: none;
  }

  /* line 1361, ../../sass/main.scss */
  .nav-list-links {
    margin: 29px 0 0 0;
    padding-left: 40px;
    border-bottom: 1px solid #424242;
  }
  /* line 1366, ../../sass/main.scss */
  .nav-list-links li {
    padding: 0 0 0 30px;
  }

  /* line 1370, ../../sass/main.scss */
  .nav-list-archive {
    font-size: 1.125em;
    margin: 19px 0 0 0;
    padding-left: 40px;
  }
  /* line 1375, ../../sass/main.scss */
  .nav-list-archive li {
    padding: 0 0 0 30px;
  }
  /* line 1378, ../../sass/main.scss */
  .nav-list-archive li.nav-label {
    display: block;
    margin: 0 0 10px 0;
    padding: 0 0 0 30px;
    clear: right;
  }
  /* line 1384, ../../sass/main.scss */
  .nav-list-archive li:nth-of-type(2) {
    clear: left;
  }

  /* line 1390, ../../sass/main.scss */
  .nav-container-full .nav-list-links {
    font-size: 1em;
    margin: 19px 0 0 0;
    padding-left: 20px;
  }
  /* line 1395, ../../sass/main.scss */
  .nav-container-full .nav-list-links li {
    padding: 0 0 0 10px;
  }
  /* line 1399, ../../sass/main.scss */
  .nav-container-full .nav-list-archive {
    font-size: 0.875em;
    padding-left: 20px;
  }
  /* line 1403, ../../sass/main.scss */
  .nav-container-full .nav-list-archive li {
    padding: 0 0 0 10px;
  }
  /* line 1406, ../../sass/main.scss */
  .nav-container-full .nav-list-archive li.nav-label {
    padding: 0;
  }

  /* line 1412, ../../sass/main.scss */
  .table-config {
    font-size: 0.875em;
    padding: 0;
  }

  /* line 1416, ../../sass/main.scss */
  .nav-t {
    position: absolute;
    top: 38px;
    left: 10px;
    margin: 28px 0 0 20px;
  }

  /* line 1424, ../../sass/main.scss */
  .page.has-back .nav-t,
  .page-has-back .nav-t {
    top: 90px;
  }

  /* line 1429, ../../sass/main.scss */
  .message.single {
    font-size: 1.25em;
    margin: 230px auto 30px auto;
  }
  /* line 1433, ../../sass/main.scss */
  .message.small {
    max-width: 150px;
  }

  /* line 1437, ../../sass/main.scss */
  .img-logo {
    width: 105px;
    height: 56px;
  }

  /* line 1441, ../../sass/main.scss */
  h1,
  h2,
  .content-title {
    font-size: 1.875em;
    padding: 30px 0 0 0;
  }
  /* line 1448, ../../sass/main.scss */
  h1.border:after,
  h2.border:after,
  .content-title.border:after {
    margin-top: 15px;
  }

  /* line 1453, ../../sass/main.scss */
  h3,
  .content-subtitle {
    padding: 35px 0 0 0;
  }

  /* line 1458, ../../sass/main.scss */
  .content-block.last {
    margin-bottom: 85px;
  }

  /* line 1462, ../../sass/main.scss */
  .text-block {
    font-size: 1em;
    line-height: 1.3;
    padding: 9px 0 0 0;
  }
  /* line 1467, ../../sass/main.scss */
  .text-block.promo,
  .text-block .promo {
    font-size: 1.75em;
  }
  /* line 1471, ../../sass/main.scss */
  .text-block.small {
    width: auto;
    max-width: 320px;
  }

  /* line 1477, ../../sass/main.scss */
  .border:after {
    background-image: url("/bundles/app/images/img_divider_phone.png");
    width: 300px;
    height: 3px;
    margin: 28px auto 0 auto;
  }

  /* line 1485, ../../sass/main.scss */
  .border-top:before {
    background-image: url("/bundles/app/images/img_divider_phone.png");
    width: 300px;
    height: 3px;
    margin: 0 auto 28px auto;
  }

  /* line 1492, ../../sass/main.scss */
  .img-border {
    max-width: 100%;
    border: 4px solid #ffffff;
  }
  /* line 1496, ../../sass/main.scss */
  .img-border img {
    margin: -4px;
  }

  /* line 1500, ../../sass/main.scss */
  .nav-footer {
    padding: 16px 0 30px 0;
  }
  /* line 1503, ../../sass/main.scss */
  .nav-footer li {
    font-size: 0.75em;
  }
  /* line 1506, ../../sass/main.scss */
  .nav-footer li a {
    padding: 0 13px 0 13px;
  }

  /* line 1511, ../../sass/main.scss */
  .nav-back {
    top: 70px;
    left: 40px;
  }

  /* line 1516, ../../sass/main.scss */
  body.nav-full .nav-back {
    top: 70px;
    left: 40px;
  }

  /* line 1521, ../../sass/main.scss */
  .btn-small {
    max-width: 400px;
    font-size: 0.689em;
  }

  /* line 1526, ../../sass/main.scss */
  body.nav-active .page {
    margin-top: 240px;
  }
  /* line 1529, ../../sass/main.scss */
  body.nav-active .nav-menu-toggle {
    margin-top: 170px;
  }
  /* line 1532, ../../sass/main.scss */
  body.nav-active .user-nav-container {
    top: 172px;
  }
  /* line 1535, ../../sass/main.scss */
  body.nav-active .nav-t {
    top: 220px;
  }
  /* line 1538, ../../sass/main.scss */
  body.nav-active .nav-back {
    top: 160px;
  }

  /* line 1543, ../../sass/main.scss */
  body.nav-active-full .nav-back {
    top: 78px;
  }
}
@media screen and (max-width: 568px) {
  /* line 1552, ../../sass/main.scss */
  .page {
    max-width: 320px;
  }

  /* line 1555, ../../sass/main.scss */
  .nav-menu-toggle {
    margin: 20px 0 0 0;
  }

  /* line 1558, ../../sass/main.scss */
  .nav-list-links {
    padding-left: 30px;
  }
  /* line 1561, ../../sass/main.scss */
  .nav-list-links li {
    padding: 0;
  }
  /* line 1564, ../../sass/main.scss */
  .nav-list-links li:nth-of-type(1) {
    padding-left: 0;
  }

  /* line 1569, ../../sass/main.scss */
  .nav-list-archive {
    padding-left: 30px;
  }
  /* line 1572, ../../sass/main.scss */
  .nav-list-archive li {
    padding: 0 0 0 20px;
  }
  /* line 1575, ../../sass/main.scss */
  .nav-list-archive li.nav-label {
    padding: 0;
  }
  /* line 1578, ../../sass/main.scss */
  .nav-list-archive li:nth-of-type(2) {
    padding: 0;
  }

  /* line 1583, ../../sass/main.scss */
  .content {
    max-width: -moz-calc(100% - 20px);
    max-width: -webkit-calc(100% - 20px);
    max-width: calc(100% - 20px);
    margin: 0 auto;
  }

  /* line 1588, ../../sass/main.scss */
  .page-legal .content {
    margin: 110px auto 0 auto;
  }

  /* line 1593, ../../sass/main.scss */
  .feed {
    max-width: -moz-calc(100% - 30px);
    max-width: -webkit-calc(100% - 30px);
    max-width: calc(100% - 30px);
  }
}
/* line 5, ../../sass/main_countdown.scss */
.cd-bgs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/* line 13, ../../sass/main_countdown.scss */
.cd-bg {
  position: absolute;
  top: 0;
  left: 0;
  background: #000000 top center no-repeat;
  background-size: inherit;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
/* line 24, ../../sass/main_countdown.scss */
.cd-bg.active {
  opacity: 1;
}
/* line 27, ../../sass/main_countdown.scss */
.cd-bg.cd-bg-0 {
  opacity: 1;
}

/* line 31, ../../sass/main_countdown.scss */
.cd-bar {
  position: absolute;
  top: 445px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 85px;
  font-family: "AxiaLight", Helvetica, Arial, "Microsoft JhengHei", 微軟正黑體, "Heiti TC", 黑體-繁, Malgun, sans-serif;
  font-size: 3.125em;
  line-height: 82px;
  letter-spacing: 0.2em;
  text-align: center;
  border-top: 1px solid #c5c5c5;
  border-bottom: 1px solid #c5c5c5;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 48, ../../sass/main_countdown.scss */
.cd-bar span {
  display: inline-block;
  width: 75px;
  max-width: 75px;
  text-align: center;
}

/* line 55, ../../sass/main_countdown.scss */
.cd-bar-bg {
  position: absolute;
  top: 0;
  left: 0;
  background: transparent no-repeat;
  background-position: center -445px;
  background-size: inherit;
  -webkit-filter: blur(8px);
  -moz-filter: blur(8px);
  -o-filter: blur(8px);
  -ms-filter: blur(8px);
  filter: blur(8px);
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 68, ../../sass/main_countdown.scss */
.cd-go {
  position: absolute;
  top: 590px;
  left: -moz-calc(50% - 144px);
  left: -webkit-calc(50% - 144px);
  left: calc(50% - 144px);
  height: 44px;
  font-family: "GeForceBold", "AxiaLight", Helvetica, Arial, "Microsoft JhengHei", 微軟正黑體, "Heiti TC", 黑體-繁, Malgun, sans-serif;
  font-size: 2.25em;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  opacity: 0;
  margin: 0 auto 0 auto;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
/* line 82, ../../sass/main_countdown.scss */
.cd-go a {
  position: relative;
  vertical-align: top;
}
/* line 86, ../../sass/main_countdown.scss */
.cd-go a:after {
  content: "";
  display: inline-block;
  background: transparent url("/bundles/app/images/img_link_arrow.png") left top no-repeat;
  background-size: 100% auto;
  width: 29px;
  height: 44px;
  margin: 0 0 0 11px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 97, ../../sass/main_countdown.scss */
.cd-go.active {
  opacity: 1;
}
/* line 102, ../../sass/main_countdown.scss */
.cd-go:hover a:after {
  margin-left: 15px;
}

@media screen and (max-width: 620px) {
  /* line 112, ../../sass/main_countdown.scss */
  .cd-bg {
    top: -150px;
    min-height: 1000px;
  }

  /* line 116, ../../sass/main_countdown.scss */
  .cd-bar {
    top: 300px;
    height: 45px;
    font-size: 1.563em;
    line-height: 42px;
  }
  /* line 122, ../../sass/main_countdown.scss */
  .cd-bar span {
    width: 42px;
    max-width: 42px;
  }

  /* line 127, ../../sass/main_countdown.scss */
  .cd-bar-bg {
    background-position: center -450px;
  }

  /* line 130, ../../sass/main_countdown.scss */
  .cd-go {
    top: 378px;
    left: -moz-calc(50% - 124px);
    left: -webkit-calc(50% - 124px);
    left: calc(50% - 124px);
    font-size: 1.875em;
  }
  /* line 136, ../../sass/main_countdown.scss */
  .cd-go a:after {
    width: 26px;
    height: 40px;
    margin: 0 0 0 10px;
  }
  /* line 144, ../../sass/main_countdown.scss */
  .cd-go:hover a:after {
    margin-left: 14px;
  }
}

/*# sourceMappingURL=main_countdown.css.map */
