@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);
table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var, b {
  font-weight: normal;
  font-style: normal; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%; }

q:before, q:after {
  content: ""; }

abbr, acronym {
  border: 0; }

a {
  text-decoration: none; }

input, button, textarea, select, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit; }

textarea:focus, input:focus {
  outline: none; }

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  box-sizing: border-box; }

body {
  line-height: 1.5;
  font-family: "Noto Sans TC", serif, sans-serif;
  font-size: 16px; }

.wrapper {
  width: 100%;
  margin: 0 auto;
  min-height: 100%;
  position: relative;
  overflow-x: hidden; }

footer {
  background-color: #fff; }

.codeBox {
  width: 100% !important; }
  @media only screen and (max-width: 480px) {
    .codeBox {
      width: 99% !important; } }
  .codeBox.thin {
    height: 67px; }
    .codeBox.thin .gc-reset {
      top: -1px; }
  .codeBox .img {
    height: 75% !important;
    background-size: auto 125% !important;
    width: 100px !important;
    top: 12% !important; }
    .codeBox .img + div {
      height: 98% !important; }

.og {
  color: #ff7950; }

.red {
  color: #ed4a24; }

.bl {
  color: #2460b2; }

.tac {
  text-align: center; }

.fwb {
  font-weight: bold; }

.clear:after {
  clear: both;
  content: "";
  display: table; }

table {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 10px;
  border-collapse: separate;
  border-spacing: 1px; }
  table .thtr {
    font-size: 15px;
    color: #fff; }

.table-award {
  border-bottom: 1px solid #ff7950; }
  .table-award td {
    width: 50%;
    padding: 2px 5px;
    box-sizing: border-box; }
  .table-award .thtr {
    background-color: #ff7950; }
    .table-award .thtr span {
      margin-right: 5px;
      display: inline-block; }

.table-game td {
  padding: 4px 5px;
  box-sizing: border-box; }

.table-game tr:nth-child(odd), .table-game td[rowspan] {
  background-color: #73a3e5; }

.table-game .thtr {
  background-color: #373737 !important; }

.redBtn {
  position: relative;
  background-color: #ed4a24;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 8px 20px 18px;
  display: inline-block;
  text-align: center;
  line-height: 1.2;
  box-shadow: inset 0 -8px 0 rgba(255, 255, 255, 0.2);
  cursor: pointer;
  margin: 10px 0;
  color: #fff; }
  .redBtn a {
    color: #fff; }
  .redBtn .btnStyle1 {
    font-size: 18px; }
  .redBtn .btnStyle2 {
    font-size: 24px;
    display: block; }
  .redBtn .btnStyle3 {
    font-size: 30px; }
  .redBtn:active {
    padding-top: 12px;
    padding-bottom: 14px;
    box-shadow: inset 0 -4px 0 rgba(255, 255, 255, 0.2); }

button {
  outline: none;
  border: 0;
  font-size: 36px;
  font-weight: bold; }

input[type="button"] {
  outline: none;
  border: 0;
  font-size: 36px;
  font-weight: bold;
  background-color: #ed4a24; }

.shine {
  animation: shine .35s infinite linear;
  -webkit-animation: shine .35s infinite linear; }

@-webkit-keyframes shine {
  0% {
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
    opacity: 0.9; }
  50% {
    -webkit-filter: brightness(120%);
            filter: brightness(120%);
    opacity: 1; }
  100% {
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
    opacity: 0.9; } }

@keyframes shine {
  0% {
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
    opacity: 0.9; }
  50% {
    -webkit-filter: brightness(120%);
            filter: brightness(120%);
    opacity: 1; }
  100% {
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
    opacity: 0.9; } }

.big {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  animation: big .5s infinite linear;
  -webkit-animation: big .5s infinite linear; }

@-webkit-keyframes big {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes big {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #999; }

body {
  background-color: transparent; }

.popup {
  font-family: "Noto Sans TC", serif, sans-serif;
  color: #373737;
  position: relative; }
  .popup h1 {
    font-size: 36px;
    color: #fff;
    background-color: #373737;
    display: table;
    border-radius: 50px;
    padding: 5px 25px;
    margin-bottom: 15px;
    line-height: 1.2; }
    .popup h1 span {
      color: #86b2ed; }
  .popup .poring {
    position: absolute;
    width: 76px;
    height: 60px;
    left: 465px;
    background: url("../img/poring.png") no-repeat;
    background-size: 100%;
    top: 0px; }
  .popup-box {
    width: 100%;
    border: 1px solid #373737;
    overflow-x: hidden;
    max-height: 82vh;
    padding: 30px 30px;
    box-sizing: border-box;
    font-size: 15px; }
    .popup-box::-webkit-scrollbar {
      width: 8px; }
    .popup-box::-webkit-scrollbar-track {
      background: #cdcdcd; }
    .popup-box::-webkit-scrollbar-thumb {
      background: #373737; }
    .popup-box::-webkit-scrollbar-thumb:hover {
      background: #666; }
    .popup-box p {
      margin-top: 0; }
    .popup-box a {
      color: #ff7950;
      font-weight: 500; }
    .popup-box .impt {
      font-size: 21px;
      font-weight: 500;
      margin-bottom: 5px; }
    .popup-box ol {
      margin: 0;
      padding: 0 0 0 20px; }
      .popup-box ol > li {
        counter-increment: li;
        position: relative; }
        .popup-box ol > li:before {
          position: absolute;
          content: counter(li);
          background-color: transparent;
          color: #373737;
          text-align: center;
          border-radius: 0;
          content: counter(li);
          width: 30px;
          left: -30px; }
      .popup-box ol li {
        margin-bottom: 10px; }
        .popup-box ol li:before {
          font-style: italic; }
  .popup--su form {
    width: 540px;
    position: relative;
    margin: 0 auto; }
  .popup--su .form-group {
    width: 100%;
    position: relative;
    margin-bottom: 14px; }
    .popup--su .form-group-ps {
      font-size: 14px;
      width: 410px;
      padding-left: 130px;
      display: block;
      margin-top: 2px; }
    .popup--su .form-group label {
      width: 110px;
      text-align: right;
      margin-right: 16px;
      display: inline-block; }
    .popup--su .form-group input[type="text"], .popup--su .form-group select {
      width: 410px;
      border: 1px solid #666;
      padding: 5px 20px;
      box-sizing: border-box;
      border-radius: 50px;
      outline: none;
      background: transparent !important; }
    .popup--su .form-group select {
      position: relative; }
    .popup--su .form-group input[type="radio"] {
      position: absolute;
      opacity: 0; }
      .popup--su .form-group input[type="radio"] + .formRadio {
        width: 14px;
        height: 14px;
        box-sizing: border-box;
        border-radius: 20px;
        border: 1px solid #666;
        display: inline-block;
        margin: 0 2px 0 4px; }
        .popup--su .form-group input[type="radio"] + .formRadio + i {
          font-style: normal; }
      .popup--su .form-group input[type="radio"]:checked + .formRadio {
        background-color: #373737;
        border-color: #373737; }
    .popup--su .form-group .selectTel {
      width: auto; }
    .popup--su .form-group .inputTel {
      width: calc(100% - 254px) !important; }
  .popup--su .form-notice {
    padding: 2px 10px;
    box-sizing: border-box;
    background-color: #cbcbcb; }
  @media screen and (max-width: 600px) {
    .popup h1 {
      font-size: 30px;
      padding: 5px 16px; }
    .popup .poring {
      display: none; }
    .popup--su form {
      width: 100%; }
    .popup--su .form-group label {
      margin-right: 6px;
      font-size: 14px;
      width: 100px; }
    .popup--su .form-group input[type="text"], .popup--su .form-group select {
      padding: 5px 10px;
      box-sizing: border-box; }
    .popup--su .form-group input[type="text"], .popup--su .form-group select, .popup--su .form-group-ps {
      width: calc(100% - 110px); }
    .popup--su .form-group-ps {
      padding-left: 110px; }
    .popup--su .form-group .selectTel, .popup--su .form-group .inputTel {
      width: calc(100% - 110px) !important; }
    .popup--su .form-group .inputTel {
      margin-left: 110px;
      margin-top: 5px; } }
  @media only screen and (max-width: 414px) {
    .popup-box {
      padding: 20px 20px;
      max-height: 76vh;
      overflow-x: hidden;
      overflow-y: scroll;
      /* has to be scroll, not auto */
      -webkit-overflow-scrolling: touch; }
    .popup h1 {
      width: 100%;
      text-align: center;
      box-sizing: border-box; }
      .popup h1 span {
        display: block; } }

.act-btn {
  width: 292px;
  position: relative;
  margin: 10px auto;
  display: block;
  font-size: 24px;
  padding-left: 50px;
  background: #ed4a24 url("../img/icon_fb_2.png") 24px 8px no-repeat; }
  .act-btn a {
    color: #fff; }
    .act-btn a span {
      color: #FFDE58; }
  .act-btn:active {
    background: #ed4a24 url("../img/icon_fb_2.png") 24px 12px no-repeat; }
  @media only screen and (max-width: 375px) {
    .act-btn {
      width: 100%;
      font-size: 21px; } }

.su-btn {
  width: 320px;
  position: relative;
  margin: 30px auto 0;
  display: block; }
  @media only screen and (max-width: 375px) {
    .su-btn {
      width: 100%; } }

.swal2-overlay {
  background-color: rgba(233, 233, 233, 0.5); }

.swal2-modal {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4); }

.codeBox {
  margin-top: 10px;
  border: 1px solid #999; }

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