@import url("https://fonts.googleapis.com/earlyaccess/notosanstc.css");
.sidenav__btn::after {
  content: "";
  display: block;
  clear: both;
}

.sidenav__list a, .sidenav__btn a, .header__container > a {
  display: block;
  text-decoration: none;
}
.sidenav__list a:hover, .sidenav__btn a:hover, .header__container > a:hover {
  text-decoration: none;
}

html,
body {
  width: 100%;
  height: 100%;
  position: relative;
  padding-right: 0 !important;
  -webkit-overflow-scrolling: touch;
  font-family: "Noto Sans TC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft JhengHei", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.modal-open {
  overflow: initial !important;
}

button:active,
button:focus,
area:active,
area:focus {
  outline: 0;
}

img {
  max-width: 100%;
}

.header {
  width: 100%;
  height: 40px;
  text-align: center;
  background-color: #fff;
  position: relative;
  z-index: 50;
}
@media screen and (max-width: 1060px) {
  .header {
    height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    position: fixed;
  }
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.header__img {
  width: auto;
  height: 40px;
}
.header__img--mb {
  width: 150px;
  height: 20px;
  height: auto;
  margin: 6px 0 4px;
}

.header__text {
  display: block;
  padding: 0 10px;
  margin-bottom: 5px;
  font-size: 12px;
  color: #a9a9a9;
  border-right: 1px solid #a9a9a9;
}
.header__text:hover {
  color: #c3c3c3;
}
.header__text--danger {
  color: #dd0000;
}
.header__text--danger:hover {
  color: #dd0000;
}

.header__download {
  position: relative;
  cursor: pointer;
}
.header__download:hover .header__dropdown {
  display: block;
}

.header__dropdown {
  display: none;
  position: absolute;
  left: -70px;
  bottom: -150px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  width: 150px;
}

.header__icon-list {
  margin: 0;
  padding: 0;
}
.header__icon-list li {
  display: inline-block;
  margin-bottom: 5px;
}
.header__icon-list img {
  width: 25px;
}

@media screen and (max-width: 1060px) {
  .header--pc {
    display: none !important;
  }
}

.header--mb {
  display: none;
}
@media screen and (max-width: 1060px) {
  .header--mb {
    display: block;
  }
}
.footer {
  text-align: center;
  background-color: #333333;
}

.bank-slogan {
  padding: 15px 10px;
  color: #fff;
  background-color: #333333;
}
.bank-slogan__title {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 300;
  padding: 5px 20px;
  border: 1px solid #fff;
}
.bank-slogan__text {
  margin-bottom: 0;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 1px;
}

.pchome-slogan {
  padding: 15px 10px 15px;
  font-size: 16px;
  line-height: 1.75;
  color: #fff;
  background-color: #000;
}

.footer__icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin-bottom: 15px;
}
.footer__icon-list li {
  display: inline-block;
  padding: 0 3px;
  margin-bottom: 5px;
}
.footer__icon-list img {
  width: 40px;
}

.pchome-slogan__text {
  font-size: 14px;
}
@media screen and (max-width: 575.98px) {
  .pchome-slogan__text {
    font-size: 12px;
    margin-bottom: 0;
  }
  .pchome-slogan__text span {
    display: block;
  }
  .pchome-slogan__text br {
    display: none;
  }
}

.right__box {
  position: fixed;
  right: 10px;
  bottom: 50px;
  z-index: 80;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.gotop {
  background-color: rgba(119, 119, 119, 0.8);
  width: 50px;
  height: 50px;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transform: translateY(-30px) translateZ(0);
          transform: translateY(-30px) translateZ(0);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
}
@media screen and (max-width: 767.98px) {
  .gotop {
    width: 40px;
    height: 40px;
  }
}
.gotop:hover {
  background-color: #009ce1;
}
.gotop:before, .gotop:after {
  content: "";
  display: block;
  position: absolute;
  top: 40%;
  width: 40%;
  height: 4px;
  border-radius: 20px;
  background-color: #fff;
}
@media screen and (max-width: 767.98px) {
  .gotop:before, .gotop:after {
    height: 3px;
  }
}
.gotop:before {
  left: 19%;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}
.gotop:after {
  right: 19%;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
}
.gotop.show {
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

.sidenav--right {
  position: fixed;
  top: 100px;
  right: 0;
  z-index: 50;
}

.sidenav__btn {
  margin-bottom: 6px;
}
.sidenav__btn a {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #444;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.sidenav--right .sidenav__btn a {
  float: right;
}
.sidenav__btn a:hover {
  background-color: #009ce1;
}
.sidenav__btn a::before, .sidenav__btn a::after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 2px;
  left: 10px;
  background-color: #fff;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.sidenav__btn a::before {
  top: 13px;
}
.sidenav--right .sidenav__btn a::before {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
.sidenav--right.sidenav--hide .sidenav__btn a::before {
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
.sidenav__btn a::after {
  bottom: 13px;
}
.sidenav--right .sidenav__btn a::after {
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
.sidenav--right.sidenav--hide .sidenav__btn a::after {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}

.sidenav__list {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.sidenav__list li {
  color: #fff;
  background-color: #444;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.sidenav__list li li:not(:last-child) {
  border-bottom: 1px solid #666;
}
.sidenav__list li.sidenav__img a {
  padding: 0;
  width: 120px;
}
.sidenav__list a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 10px 15px;
  text-align: center;
  color: #fff;
}
.sidenav--right .sidenav__list a {
  border-right: 4px solid transparent;
}
.sidenav--right .sidenav__list a:hover {
  border-color: #009ce1;
  background-color: #5e5e5e;
}
.sidenav--hide .sidenav__list {
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  pointer-events: none;
  height: 0;
}
.sidenav--hide .sidenav__list .sidenav_btn {
  pointer-events: auto;
}

.sidenav__slider {
  width: 120px;
}
.sidenav__slider a {
  padding: 0;
}
@media screen and (max-width: 767.98px) {
  .sidenav__slider {
    display: none !important;
  }
}

@media screen and (max-width: 767.98px) {
  .sidenav--right {
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
    color: #888;
    background-color: #fff;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .sidenav--right .sidenav__btn {
    display: none;
  }
  .sidenav--right .sidenav__list {
    font-size: 0;
    white-space: nowrap;
    color: #777;
    background: inherit;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .sidenav--right .sidenav__list li {
    display: inline-block;
    font-size: 16px;
    padding: 4px 0 6px;
    line-height: 1;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-bottom: none !important;
  }
  .sidenav--right .sidenav__list li:not(:first-child) a {
    border-left: 1px solid #888;
  }
  .sidenav--right .sidenav__list li.sidenav__img {
    display: none;
  }
  .sidenav--right .sidenav__list a {
    padding: 0 15px;
    color: #888;
    border: none;
  }
  .sidenav--right .sidenav__list a:hover, .sidenav--right .sidenav__list a:active {
    background-color: transparent;
  }
  .sidenav--right.fixed {
    position: fixed;
    top: 0;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    z-index: 50;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
* {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

body {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.main {
  height: 100vh;
  background: #88d6df;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .main {
    height: 100%;
  }
}

.pointer-none {
  pointer-events: none;
}

.game_box {
  width: 450px;
  height: 700px;
  margin: auto;
  background-image: url(../img/main_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-position: center center;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .game_box {
    width: 100%;
    height: 100%;
    position: fixed;
  }
}

.title {
  width: 80%;
  margin: 0 auto;
}

.eggBox {
  width: 100%;
  margin: 0 auto 0px;
  border: 0px solid #000;
  position: relative;
  text-align: center;
  height: 350px;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
@media screen and (max-width: 767px) {
  .eggBox {
    height: 75vw;
  }
}
.eggBox .drAndEgg {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.eggBox .dragon {
  position: absolute;
  top: 33%;
  left: 38%;
  width: 24%;
  opacity: 0;
}
.eggBox .eggImg {
  position: absolute;
  top: 0;
  left: 0%;
  width: 400%;
  max-width: unset;
}

.start {
  background-image: url(../img/start.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border: 0px solid #000;
  padding: 0px 30px 5px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.start a:hover {
  text-decoration: none;
}
.start span {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
}

.egg {
  position: absolute;
  opacity: 0;
}

.eggLeft {
  left: 25%;
  top: 7%;
  width: 50%;
  z-index: 2;
}

.eggLeft2 {
  left: 24%;
  top: 7%;
  width: 50%;
}

.eggright {
  right: 25%;
  top: 7%;
  width: 50%;
  z-index: 2;
}

.eggright2 {
  right: 25%;
  top: 7%;
  width: 50%;
}

.goingAni {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  pointer-events: none;
}

.overGmaeDragon {
  -webkit-animation: passAni 0.6s linear infinite alternate;
          animation: passAni 0.6s linear infinite alternate;
}

.overGmaeBtn {
  -webkit-animation: trues 0.6s linear infinite alternate;
          animation: trues 0.6s linear infinite alternate;
}

@-webkit-keyframes trues {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

@keyframes trues {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@-webkit-keyframes passAni {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}
@keyframes passAni {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}
@media screen and (max-width: 767.98px) {
  .pc {
    display: none;
  }
}

.mb {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .mb {
    display: block;
  }
}

.wrap.addPadding {
  padding-top: 26px;
}

body,
div,
span,
h1,
p,
a,
img,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent;
}

.inset {
  text-align: center;
}

.inset a {
  color: #06c;
  font: 11px/20px normal;
}

.logotype a {
  display: block;
  width: 186px;
  height: 60px;
  text-indent: -9999px;
}

#HEADER .logotype a {
  background: url(//a.ecimg.tw/img/activity/v1/header/logo_h24.gif);
}

#HEADER {
  position: relative;
  height: 60px;
  width: 930px;
  margin: 0 auto;
  margin-bottom: 6px;
  border: 1px solid #e0e0e0;
  border-bottom: 0;
  background: url(//a.ecimg.tw/img/activity/v1/header/header_bg.gif) repeat-x;
}

#HEADER a {
  display: block;
  position: absolute;
}

#HEADER .site_roadsign {
  width: 68px;
  height: 65px;
  left: 186px;
  top: 0;
  text-indent: -9999px;
  background: url(//a.ecimg.tw/img/activity/v1/header/site_roadsign.gif);
}

#HEADER .site_ad {
  left: 312px;
  top: 16px;
  border: 1px solid #ddd;
}

#FOOTER {
  margin: 10px 0 20px;
  color: #777;
  font: 13px/1.5 Verdana;
  text-align: center;
}

#FOOTER a {
  color: #333;
  font: 13px/1.5 Verdana;
}

#FOOTER span {
  margin: 0 4px;
  color: #999;
  font: 12px/1.5 Verdana;
}

#GLOBALWRAPPER,
#WRAPPER {
  margin: 0 auto;
}

#GLOBALWRAPPER {
  overflow: hidden;
  margin-bottom: 7px;
}/*# sourceMappingURL=all.css.map */