/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* design start */
body, input, button, textarea, select, optgroup {
  font-family: "PingFangTC-Regular", "Heiti TC", "Noto Sans TC", "Microsoft JhengHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1;
}

body {
  background: #24100b;
}

#gbox .gbox-wrap {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  background: linear-gradient(180deg, #1b6100 0%, #0cb00d 100%);
}
#gbox .gbox-wrap .gbox-content {
  padding: 0;
  position: relative;
}
#gbox .gbox-wrap .gbox-content img {
  display: inline-block;
}
#gbox .gbox-wrap .gbox-content .vdos {
  width: 636px;
  height: 316px;
  position: absolute;
  left: 50%;
  top: 475px;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
}
#gbox .gbox-wrap .gbox-content .vdos video {
  height: 100%;
  aspect-ratio: 481/493;
}
#gbox .gbox-wrap .gbox-close {
  width: 69px;
  height: 69px;
  padding: 0;
  font-size: 0;
  background: url(img/close.png) 50% 50%/cover no-repeat;
  right: auto;
  left: 50%;
  top: 15px;
  transform: translateX(-50%);
}
#gbox .gbox-wrap .gbox-action .gbox-btn {
  margin: 0;
}

.logo {
  width: 105px;
  height: 83px;
  position: absolute;
  left: 80px;
  top: 70px;
  background: url(img/logo.png) 50% 50%/cover no-repeat;
}

.container {
  min-width: 956px;
}
.container .sec {
  text-align: center;
  background: url("_") 50% 0%/auto 100% no-repeat;
  position: relative;
}
.container .sec.sec1 {
  background-image: url(img/bg01.jpg);
}
.container .sec.sec2 {
  background-image: url(img/bg02.jpg);
}
.container .sec.sec3 {
  background-image: url(img/bg03.jpg);
}
.container .sec.sec4 {
  background-image: url(img/bg04.jpg);
  margin-bottom: 50px;
}
.container .sec img {
  display: inline-block;
}
.container .sec3 a {
  width: 371px;
  height: 58px;
  margin-left: -185px;
  position: absolute;
  top: 548px;
  left: 50%;
  background: transparent;
}
.container .sec3 a.btn1 {
  transform: translateX(-192px);
}
.container .sec3 a.btn2 {
  cursor: help;
  transform: translateX(193px);
}
.container .sec3 a.btn2:hover + .btn2-img {
  display: block;
}
.container .sec3 .btn2-img {
  margin-left: 19px;
  position: absolute;
  left: 50%;
  top: 605px;
  z-index: 1;
  transform: translateX(-50%);
  display: none;
}
.container .sec4 a {
  width: 157px;
  height: 46px;
  background: url(img/btn.png) 50% 50%/cover no-repeat;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.container .sec4 a:hover {
  filter: brightness(1.5);
}/*# sourceMappingURL=default.css.map */