@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
#selectionDetail-description-innerWrapper p,
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;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block; }

body {
  line-height: 1; }

ol,
ul,
li {
  list-style: none; }

a {
  list-style: none;
  text-decoration: none; }

button {
  -webkit-appearance: none;
  /* Safari 和 Chrome，常用於iOS下移除內建樣式 */
  -moz-appearance: none;
  /* FireFox */
  appearance: none; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  /* for Chrome Firefox Edge */ }
  select::-ms-expand {
    display: none;
    /* for IE11 */ }

textarea {
  -webkit-appearance: none; }

input,
button {
  border-radius: 0; }

input[type="number"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: textfield; }
  input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none; }

button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.fc_white {
  color: #fff; }

.fw-500 {
  font-weight: 500; }

.fw-700 {
  font-weight: 700; }

.with-underline {
  text-decoration: underline; }

a,
a:hover,
a:active,
a:focus {
  text-decoration: none; }

.container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  position: relative;
  z-index: 10; }
  @media all and (max-width: 640px) {
    .container {
      padding: 0 15px; } }

.web_view {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }
  @media all and (max-width: 1280px) {
    .web_view {
      display: none !important; } }

.mob_view {
  display: none !important; }
  @media all and (max-width: 1280px) {
    .mob_view {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; } }

body {
  background-color: #d2dcee;
  font-family: "Noto Sans", sans-serif;
  overflow-x: hidden;
  background: #111111;
  background-size: cover; }

.main-wrapper {
  position: relative;
  max-width: 100%;
  width: 1200px;
  margin: auto;
  z-index: 5; }

.main {
  position: relative;
  margin: auto; }

@media (max-width: 768px) {
  .main .main-wrapper {
    width: 100%; } }

.basic-btn-style {
  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;
  position: relative;
  background: -webkit-linear-gradient(317.71deg, #fff3d5 0.3%, #cfb788 47.32%, #f3d9af 89.64%, #fff0e2 141.36%);
  background: -o-linear-gradient(317.71deg, #fff3d5 0.3%, #cfb788 47.32%, #f3d9af 89.64%, #fff0e2 141.36%);
  background: linear-gradient(132.29deg, #fff3d5 0.3%, #cfb788 47.32%, #f3d9af 89.64%, #fff0e2 141.36%);
  overflow: hidden; }
  @media all and (min-width: 1280px) {
    .basic-btn-style:hover::before {
      content: "";
      background: #000;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .basic-btn-style:hover span {
      color: #fff;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .basic-btn-style:hover span::after {
        border-color: transparent transparent transparent #fff; } }
  .basic-btn-style::before {
    content: "";
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    z-index: 1;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background: -webkit-linear-gradient(324.35deg, #f5d172 35.15%, #f7d876 41.34%, #f6dd78 48.56%, #f7e084 50.74%, #f8e59c 55.73%, #f8e7a5 58.84%, #f8e7a5 63.45%, #f8e49a 66.55%, #f7db7d 71.98%, #f7d976 73.08%, #f4ce6f 86.29%, #f0c16a 97.19%, #edb765 105.71%, #ebb062 116.31%, #edb865 126.37%, #efbf67 131.84%, #eeb85d 135.92%, #edb659 137.03%);
    background: -o-linear-gradient(324.35deg, #f5d172 35.15%, #f7d876 41.34%, #f6dd78 48.56%, #f7e084 50.74%, #f8e59c 55.73%, #f8e7a5 58.84%, #f8e7a5 63.45%, #f8e49a 66.55%, #f7db7d 71.98%, #f7d976 73.08%, #f4ce6f 86.29%, #f0c16a 97.19%, #edb765 105.71%, #ebb062 116.31%, #edb865 126.37%, #efbf67 131.84%, #eeb85d 135.92%, #edb659 137.03%);
    background: linear-gradient(125.65deg, #f5d172 35.15%, #f7d876 41.34%, #f6dd78 48.56%, #f7e084 50.74%, #f8e59c 55.73%, #f8e7a5 58.84%, #f8e7a5 63.45%, #f8e49a 66.55%, #f7db7d 71.98%, #f7d976 73.08%, #f4ce6f 86.29%, #f0c16a 97.19%, #edb765 105.71%, #ebb062 116.31%, #edb865 126.37%, #efbf67 131.84%, #eeb85d 135.92%, #edb659 137.03%); }
  .basic-btn-style span {
    position: relative;
    z-index: 2;
    color: #000;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-weight: 700;
    display: inline-block; }
    .basic-btn-style span::after {
      content: "";
      display: inline-block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 6px 0 6px 10px;
      border-color: transparent transparent transparent #000000;
      margin-left: 8px;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }

#header {
  position: fixed;
  z-index: 110;
  top: 0;
  left: 0;
  height: 64px;
  width: 100%;
  background-color: #1b1b1b;
  border-bottom: 1px solid #ceb071; }
  @media all and (max-width: 768px) {
    #header {
      background-color: #111;
      height: 56px; }
      #header.header-zindex-adj-m {
        z-index: 102; } }
  #header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%; }
    #header .container #header-toggle {
      display: none; }
      @media all and (max-width: 768px) {
        #header .container #header-toggle {
          display: inline-block;
          width: 56px;
          height: 56px;
          position: absolute;
          left: 0;
          top: 0;
          background-size: 50% 50%;
          background-repeat: no-repeat;
          background-position: center center;
          -webkit-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s;
          background-image: url(../images/icon_hambuger_open.svg); } }
      #header .container #header-toggle.toggled {
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        background-image: url(../images/icon_hambuger_close.svg); }
    @media all and (max-width: 768px) {
      #header .container .header-logo {
        margin: auto; } }
    #header .container .header-logo img {
      height: 36px; }
    #header .container nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-left: auto;
      height: 100%;
      font-size: 16px;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.75;
      letter-spacing: normal;
      text-align: left;
      color: #ceb071;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media all and (max-width: 768px) {
        #header .container nav {
          display: none; }
          #header .container nav.toggled {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            position: absolute;
            top: 56px;
            left: 0;
            background-color: #1b1b1b;
            height: auto;
            width: 100%; }
            #header .container nav.toggled::before {
              content: "";
              position: absolute;
              width: 100%;
              height: 100vh;
              top: 0;
              left: 0;
              background-color: rgba(0, 0, 0, 0.9); }
            #header .container nav.toggled ul {
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
              -ms-flex-direction: column;
              flex-direction: column; } }
      #header .container nav ul {
        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; }
        @media all and (max-width: 768px) {
          #header .container nav ul {
            position: relative;
            width: 100%; } }
        #header .container nav ul li {
          margin: 0 15px; }
          @media all and (max-width: 768px) {
            #header .container nav ul li {
              height: 72px;
              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;
              width: 100%;
              border-bottom: 1px solid #ceb071; }
              #header .container nav ul li:last-of-type {
                height: 88px; } }
          @media all and (min-width: 1280px) {
            #header .container nav ul li.active a, #header .container nav ul li:hover a {
              color: #ffc45b;
              border-bottom-color: #ffc45b;
              -webkit-transition: 0.3s;
              -o-transition: 0.3s;
              transition: 0.3s; } }
          #header .container nav ul li a {
            border-bottom: 1px solid transparent;
            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;
            width: 100%;
            height: 100%;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s; }
            #header .container nav ul li a.header-acc-link {
              width: 160px;
              height: 40px;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              border-radius: 40px; }
              #header .container nav ul li a.header-acc-link::before {
                border-radius: 40px; }
            #header .container nav ul li a img.hot-icon {
              width: 22px;
              margin-right: 8px; }

.side {
  position: fixed;
  z-index: 999;
  margin: auto;
  top: 0;
  right: 10px;
  width: 80px;
  height: 160px;
  bottom: -1px; }
  .side .web_view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media all and (max-width: 1280px) {
      .side .web_view {
        display: none; } }
  .side .mob_view {
    display: none; }
    @media all and (max-width: 1280px) {
      .side .mob_view {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  .side a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #af955f;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.1em;
    color: #ffffff;
    text-align: center;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px; }
    .side a p {
      font-size: 14px;
      line-height: 18px;
      letter-spacing: 0.1em; }
    .side a:first-child {
      background: #68492d; }
    .side a:hover {
      -webkit-box-shadow: none;
      box-shadow: none; }
    .side a img {
      width: 15px;
      height: 15px;
      position: relative;
      left: 10px;
      -webkit-animation: bounce2 2s infinite;
      animation: bounce2 2s infinite; }
    .side a p {
      font-weight: 500;
      font-size: 14px;
      line-height: 18px; }
  .side img {
    width: 100%; }
  @media all and (max-width: 1280px) {
    .side {
      top: unset;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      padding: 0px;
      height: 50px;
      right: 0; }
      .side a {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 49%;
        right: 0;
        height: auto;
        margin-bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0px; }
        .side a img {
          top: unset;
          left: 15px; } }

.footer-bg {
  position: relative;
  z-index: 1; }
  @media all and (max-width: 1280px) {
    .footer-bg {
      padding-bottom: 50px; } }

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  z-index: 20;
  font-family: "Microsoft JhengHei";
  background-color: #000; }
  footer .selection1 {
    color: #fff;
    text-align: center;
    padding: 15px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    footer .selection1 a {
      color: #fff; }
      footer .selection1 a:hover {
        text-decoration: underline; }
    footer .selection1 img.copyRight {
      width: 12px;
      margin-right: 10px;
      height: 12px; }
    footer .selection1 .logo {
      margin: 0 10px;
      margin-left: 15px;
      width: 22px;
      height: 22px; }
      footer .selection1 .logo img {
        width: 22px;
        height: 22px; }
    footer .selection1 p {
      color: #fff !important;
      display: inline-block; }
  footer .selection2 {
    width: 20%;
    padding: 15px; }
    footer .selection2 .logo {
      width: 113px;
      height: 30px; }

#footer {
  font-family: "Noto Sans TC";
  font-weight: 400;
  padding: 64px 0;
  background-color: #000; }
  @media all and (max-width: 1279px) {
    #footer {
      padding: 50px 0 80px; } }
  @media all and (max-width: 768px) {
    #footer {
      padding-bottom: 100px;
      overflow: hidden; } }
  #footer.hasfooterNotice {
    padding: 32px 0 64px 0; }
    @media all and (max-width: 1279px) {
      #footer.hasfooterNotice {
        padding: 20px 0 80px; } }
    @media all and (max-width: 768px) {
      #footer.hasfooterNotice {
        padding-bottom: 100px;
        overflow: hidden; } }
  #footer .footerNotice {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    font-size: 15px;
    color: #ffffff;
    line-height: 1.5;
    padding: 0 2em 3em 3em;
    text-align: justify; }
  #footer .top-wrap {
    margin: 0 auto 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    @media all and (max-width: 1279px) {
      #footer .top-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 680px; } }
    @media all and (max-width: 768px) {
      #footer .top-wrap {
        width: 320px; } }
    @media all and (max-width: 320px) {
      #footer .top-wrap {
        max-width: 320px;
        margin: 0 20px; } }
    #footer .top-wrap .logo {
      width: 137px;
      margin-right: 60px; }
      @media all and (max-width: 1279px) {
        #footer .top-wrap .logo {
          margin-right: 0;
          margin-bottom: 65px; } }
    #footer .top-wrap .list-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: #fff; }
      @media all and (max-width: 768px) {
        #footer .top-wrap .list-wrap {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
      #footer .top-wrap .list-wrap ul {
        margin-right: 80px; }
        @media all and (max-width: 1279px) {
          #footer .top-wrap .list-wrap ul {
            margin-right: 60px; } }
        @media all and (max-width: 768px) {
          #footer .top-wrap .list-wrap ul {
            margin-right: 0;
            width: 50%; } }
        @media all and (max-width: 768px) {
          #footer .top-wrap .list-wrap ul:first-of-type {
            margin-bottom: 50px; } }
        #footer .top-wrap .list-wrap ul:last-of-type {
          margin-right: 0; }
        #footer .top-wrap .list-wrap ul li.title {
          font-size: 16px;
          font-weight: bold;
          margin-bottom: 20px;
          font-family: "Noto Sans TC";
          font-weight: 700; }
        #footer .top-wrap .list-wrap ul li.link {
          margin-bottom: 20px; }
          #footer .top-wrap .list-wrap ul li.link a {
            font-size: 14px;
            color: #fff; }
            #footer .top-wrap .list-wrap ul li.link a.contact-web {
              display: inline-block; }
              @media all and (max-width: 768px) {
                #footer .top-wrap .list-wrap ul li.link a.contact-web {
                  display: none; } }
            #footer .top-wrap .list-wrap ul li.link a.contact-mobile {
              display: none; }
              @media all and (max-width: 768px) {
                #footer .top-wrap .list-wrap ul li.link a.contact-mobile {
                  display: inline-block; } }
  #footer .bottom-wrap {
    width: 960px;
    margin: auto;
    border-top: 1px solid #4f4f4f;
    padding-top: 16px;
    color: #4f4f4f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media all and (max-width: 1279px) {
      #footer .bottom-wrap {
        width: 680px; } }
    @media all and (max-width: 768px) {
      #footer .bottom-wrap {
        width: 320px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    #footer .bottom-wrap a {
      color: #a3a3a3; }
    #footer .bottom-wrap .links-container {
      font-size: 14px; }
      @media all and (max-width: 768px) {
        #footer .bottom-wrap .links-container {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
      #footer .bottom-wrap .links-container a {
        display: inline-block;
        margin-right: 30px;
        letter-spacing: 2px; }
        @media all and (max-width: 768px) {
          #footer .bottom-wrap .links-container a {
            margin-right: 0;
            margin-bottom: 12px; } }
        #footer .bottom-wrap .links-container a .link-img-bank {
          margin-right: 12px;
          position: relative;
          top: 2px; }
      @media all and (max-width: 768px) {
        #footer .bottom-wrap .links-container p span {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          text-align: center;
          margin: auto;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          margin-bottom: 12px; } }
    #footer .bottom-wrap .copyright-desc {
      font-size: 14px;
      letter-spacing: 1px; }
      @media all and (max-width: 768px) {
        #footer .bottom-wrap .copyright-desc {
          text-align: center;
          margin-top: 20px; } }
  #footer .footer--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
    margin-top: 40px;
    width: 100%;
    max-width: 960px;
    color: #fff; }
    @media all and (max-width: 1279px) {
      #footer .footer--flex {
        margin-top: 35px;
        max-width: 680px; } }
    @media all and (max-width: 768px) {
      #footer .footer--flex {
        display: block;
        max-width: 320px;
        margin-top: 30px; } }
    @media all and (max-width: 320px) {
      #footer .footer--flex {
        max-width: 280px;
        margin: 30px 20px 0 20px; } }
  #footer .footer__title {
    font-size: 30px;
    font-weight: bold;
    text-align: center; }
    @media all and (max-width: 1279px) {
      #footer .footer__title {
        font-size: 22px; } }
    @media all and (max-width: 768px) {
      #footer .footer__title {
        margin: auto;
        margin-bottom: 15px; } }
  #footer .footer__text {
    font-size: 14px;
    line-height: 1.7; }
    @media all and (max-width: 1279px) {
      #footer .footer__text {
        width: 470px; } }
    @media all and (max-width: 768px) {
      #footer .footer__text {
        width: auto; } }
    #footer .footer__text a {
      text-decoration: underline; }

#foot {
  position: relative;
  width: 100%;
  padding: 50px;
  background: #000000; }
  @media all and (max-width: 1279px) {
    #foot {
      padding: 30px 40px; } }
  @media all and (max-width: 768px) {
    #foot {
      padding: 30px; } }
  #foot .footer--flex {
    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;
    margin-bottom: 40px; }
    @media all and (max-width: 1279px) {
      #foot .footer--flex {
        margin-bottom: 35px; } }
    @media all and (max-width: 768px) {
      #foot .footer--flex {
        display: block;
        margin-bottom: 30px; } }
  #foot .footer__title {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-right: 60px; }
    @media all and (max-width: 1279px) {
      #foot .footer__title {
        font-size: 22px;
        margin-right: 30px; } }
    @media all and (max-width: 768px) {
      #foot .footer__title {
        margin: auto;
        margin-bottom: 15px; } }
  #foot .footer__text {
    width: 725px;
    font-size: 14px;
    line-height: 1.71; }
    @media all and (max-width: 1279px) {
      #foot .footer__text {
        width: 470px;
        font-size: 12px; } }
    @media all and (max-width: 768px) {
      #foot .footer__text {
        width: auto; } }
  #foot .footer_smart {
    letter-spacing: 1px;
    text-align: center;
    line-height: 1; }
    #foot .footer_smart span {
      display: inline-block; }
      #foot .footer_smart span::before {
        content: "";
        display: inline-block;
        width: 22px;
        height: 22px;
        margin-left: 7px;
        margin-right: 8px;
        background: url("../img/sinopac-logo.svg") no-repeat 0 0;
        position: relative;
        top: 5px; }
    #foot .footer_smart a {
      display: inline-block;
      letter-spacing: 0;
      margin: 10px 5px 0 5px;
      vertical-align: middle; }
    #foot .footer_smart #cdic {
      cursor: pointer;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      line-height: 1; }

.footer_ico {
  margin-right: 0.2em; }

@media all and (max-width: 1279px) {
  #download {
    display: block; } }

#footer_download {
  position: relative;
  width: 100%;
  height: 505px;
  padding: 90px 20px;
  background: url(../img/index/bg_curve.svg) center/cover no-repeat;
  color: white;
  overflow: hidden;
  line-height: 1; }
  @media all and (max-width: 768px) {
    #footer_download {
      height: auto;
      position: unset;
      padding: 47px 20px 0 20px; } }
  #footer_download .footer_download_title {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 8px;
    text-align: center;
    margin-left: 69px; }
    @media all and (max-width: 1279px) {
      #footer_download .footer_download_title {
        font-size: 20px;
        letter-spacing: 5px;
        margin-left: 115px; } }
    @media all and (max-width: 768px) {
      #footer_download .footer_download_title {
        font-size: 16px;
        letter-spacing: 3.2px;
        margin-left: 0; } }
  #footer_download .footer_download_con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    @media all and (max-width: 1279px) {
      #footer_download .footer_download_con {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-width: 760px; } }
    @media all and (max-width: 768px) {
      #footer_download .footer_download_con {
        display: block;
        position: relative;
        bottom: 0;
        left: 0;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        min-width: auto; } }
    #footer_download .footer_download_con .footer_download_img {
      margin-right: 40px; }
      @media all and (max-width: 768px) {
        #footer_download .footer_download_con .footer_download_img {
          margin-right: 26px;
          margin: 9% auto -4% auto;
          text-align: center;
          width: 64%;
          max-width: 236px; }
          #footer_download .footer_download_con .footer_download_img img {
            width: 100%; } }
    #footer_download .footer_download_con .footer_download_text {
      margin-top: 24px; }
      @media all and (max-width: 1279px) {
        #footer_download .footer_download_con .footer_download_text {
          margin-top: 16px; } }
      #footer_download .footer_download_con .footer_download_text h6 {
        font-size: 24px; }
        @media all and (max-width: 1279px) {
          #footer_download .footer_download_con .footer_download_text h6 {
            font-size: 16px; } }
        @media all and (max-width: 768px) {
          #footer_download .footer_download_con .footer_download_text h6 {
            display: none; } }
      #footer_download .footer_download_con .footer_download_text > p {
        white-space: nowrap;
        font-size: 16px;
        letter-spacing: 0.8px;
        margin: 20px 0 45px 0; }
        @media all and (max-width: 1279px) {
          #footer_download .footer_download_con .footer_download_text > p {
            font-size: 12px;
            margin: 14px 0 30px 0; } }
        @media all and (max-width: 768px) {
          #footer_download .footer_download_con .footer_download_text > p {
            display: none; } }
        #footer_download .footer_download_con .footer_download_text > p span {
          color: #825f14; }
      #footer_download .footer_download_con .footer_download_text .footer_download_box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        @media all and (max-width: 768px) {
          #footer_download .footer_download_con .footer_download_text .footer_download_box {
            display: block; } }
        #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_img {
          margin-right: 24px; }
          @media all and (max-width: 1279px) {
            #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_img {
              margin-right: 10px; }
              #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_img img {
                width: 100%; } }
          @media all and (max-width: 768px) {
            #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_img {
              display: none; } }
        #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner p {
          font-size: 14px; }
          @media all and (max-width: 1279px) {
            #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner p {
              font-size: 13px; } }
        #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner p:first-child {
          font-size: 36px;
          margin-bottom: 19px; }
          @media all and (max-width: 1279px) {
            #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner p:first-child {
              font-size: 24px;
              margin-bottom: 14px;
              margin-top: 4px; } }
          @media all and (max-width: 768px) {
            #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner p:first-child {
              margin-bottom: 11px;
              margin-top: 24px;
              text-align: center; } }
        #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner p:nth-child(2) {
          line-height: 1.1em; }
          @media all and (max-width: 768px) {
            #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner p:nth-child(2) {
              text-align: center; } }
        #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner p:nth-child(3) {
          line-height: 1.1em;
          margin-top: 0.5em;
          white-space: nowrap; }
          @media all and (max-width: 768px) {
            #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner p:nth-child(3) {
              text-align: center;
              margin-bottom: 22px;
              white-space: normal; } }
        #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner .footer_download_box_btn {
          margin-top: 20px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          @media all and (max-width: 1279px) {
            #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner .footer_download_box_btn {
              margin-top: 12px; } }
          @media all and (max-width: 768px) {
            #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner .footer_download_box_btn {
              text-align: center;
              margin: 0 auto;
              max-width: 300px; } }
          #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner .footer_download_box_btn a {
            margin-right: 5px;
            border-radius: 5px; }
            #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner .footer_download_box_btn a img {
              width: 100%;
              display: block; }
          #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner .footer_download_box_btn a:last-child {
            margin-right: 0; }

@-webkit-keyframes scrolling {
  0% {
    opacity: 0; }
  50% {
    opacity: 1;
    -webkit-transform: translateY(130%);
    transform: translateY(130%); }
  100% {
    -webkit-transform: translateY(130%);
    transform: translateY(130%);
    opacity: 0; } }

@keyframes scrolling {
  0% {
    opacity: 0; }
  50% {
    opacity: 1;
    -webkit-transform: translateY(130%);
    transform: translateY(130%); }
  100% {
    -webkit-transform: translateY(130%);
    transform: translateY(130%);
    opacity: 0; } }

@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; } }

@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; } }

@-webkit-keyframes shine {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes shine {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@-webkit-keyframes kv-rhand {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg); } }

@keyframes kv-rhand {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg); } }

@-webkit-keyframes arrowShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  50% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes arrowShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  50% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

#sidelinks {
  position: fixed;
  z-index: 100;
  right: 0px;
  bottom: 0px;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  #sidelinks .sidelink {
    cursor: pointer;
    display: block;
    width: 100px;
    height: 100px;
    position: relative; }
    @media all and (max-width: 1279px) {
      #sidelinks .sidelink {
        width: 80px;
        height: 80px; } }
    @media all and (min-width: 1280px) {
      #sidelinks .sidelink:hover img:nth-child(2) {
        opacity: 1; } }
    #sidelinks .sidelink img {
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      #sidelinks .sidelink img:nth-child(2) {
        opacity: 0; }

.btn-main-style {
  position: relative;
  cursor: pointer;
  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;
  width: 200px;
  height: 43px;
  border-radius: 999px;
  overflow: hidden;
  background-color: #000; }
  @media all and (min-width: 1280px) {
    .btn-main-style:hover {
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      border: 1px solid #f1ca77; }
      .btn-main-style:hover .text {
        color: #f1ca77; }
      .btn-main-style:hover svg path {
        stroke: #f1ca77; }
      .btn-main-style:hover::before {
        opacity: 0; } }
  .btn-main-style .text {
    position: relative;
    z-index: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #1b1b1b;
    margin-right: 8px; }
  .btn-main-style svg {
    position: relative;
    z-index: 1;
    -webkit-animation: arrowShake 1s ease-in-out infinite;
    animation: arrowShake 1s ease-in-out infinite; }
    .btn-main-style svg path {
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
  .btn-main-style::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
    background: -webkit-linear-gradient(324.35deg, #f5d172 35.15%, #f7d876 41.34%, #f6dd78 48.56%, #f7e084 50.74%, #f8e59c 55.73%, #f8e7a5 58.84%, #f8e7a5 63.45%, #f8e49a 66.55%, #f7db7d 71.98%, #f7d976 73.08%, #f4ce6f 86.29%, #f0c16a 97.19%, #edb765 105.71%, #ebb062 116.31%, #edb865 126.37%, #efbf67 131.84%, #eeb85d 135.92%, #edb659 137.03%);
    background: -o-linear-gradient(324.35deg, #f5d172 35.15%, #f7d876 41.34%, #f6dd78 48.56%, #f7e084 50.74%, #f8e59c 55.73%, #f8e7a5 58.84%, #f8e7a5 63.45%, #f8e49a 66.55%, #f7db7d 71.98%, #f7d976 73.08%, #f4ce6f 86.29%, #f0c16a 97.19%, #edb765 105.71%, #ebb062 116.31%, #edb865 126.37%, #efbf67 131.84%, #eeb85d 135.92%, #edb659 137.03%);
    background: linear-gradient(125.65deg, #f5d172 35.15%, #f7d876 41.34%, #f6dd78 48.56%, #f7e084 50.74%, #f8e59c 55.73%, #f8e7a5 58.84%, #f8e7a5 63.45%, #f8e49a 66.55%, #f7db7d 71.98%, #f7d976 73.08%, #f4ce6f 86.29%, #f0c16a 97.19%, #edb765 105.71%, #ebb062 116.31%, #edb865 126.37%, #efbf67 131.84%, #eeb85d 135.92%, #edb659 137.03%); }

.btn-close-popup {
  cursor: pointer;
  position: absolute;
  top: 0.2em;
  right: 0.5em;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/popup/close.png); }
  @media all and (min-width: 1280px) {
    .btn-close-popup {
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .btn-close-popup:hover {
        -webkit-filter: brightness(1.2);
        filter: brightness(1.2); } }
  @media all and (max-width: 1279px) {
    .btn-close-popup {
      width: 34px;
      height: 34px; } }

#popup-map {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000080;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: 200; }
  #popup-map .popup-main {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 894px;
    width: 100%;
    height: 500px;
    background-image: url(../images/popup/bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 56px 52px; }
    @media all and (max-width: 1279px) {
      #popup-map .popup-main {
        max-width: 300px;
        width: 100%;
        height: 572px;
        background-image: url(../images/popup/bg-m.png);
        padding: 46px 32px; } }
    #popup-map .popup-main iframe {
      width: 100%;
      height: 100%; }
  #popup-map .btn-close-popup {
    top: 0.6em; }
    @media all and (max-width: 1279px) {
      #popup-map .btn-close-popup {
        top: 1em;
        right: 0; } }

.popup-wrap-main-style {
  display: none;
  color: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000080;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: 200; }
  .popup-wrap-main-style .popup-main {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    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;
    width: 800px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding: 30px 60px;
    border-radius: 20px;
    background-color: #fff;
    line-height: 1.2; }
    @media all and (max-width: 1279px) {
      .popup-wrap-main-style .popup-main {
        max-width: 300px;
        padding: 20px 20px;
        border-radius: 15px; } }
    .popup-wrap-main-style .popup-main .popup-title {
      font-size: 40px;
      font-weight: bold;
      text-align: center;
      margin-bottom: 24px; }
      @media all and (max-width: 1279px) {
        .popup-wrap-main-style .popup-main .popup-title {
          font-size: 24px;
          margin-bottom: 20px; } }
    .popup-wrap-main-style .popup-main .popup-subtitle {
      font-size: 20px;
      margin-bottom: 20px; }
      @media all and (max-width: 1279px) {
        .popup-wrap-main-style .popup-main .popup-subtitle {
          font-size: 16px;
          margin-bottom: 16px; } }
    .popup-wrap-main-style .popup-main .popup-desc {
      font-size: 20px;
      margin-bottom: 20px; }
      @media all and (max-width: 1279px) {
        .popup-wrap-main-style .popup-main .popup-desc {
          font-size: 16px;
          margin-bottom: 16px; } }
    .popup-wrap-main-style .popup-main .btns-row {
      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; }
      @media all and (max-width: 1279px) {
        .popup-wrap-main-style .popup-main .btns-row {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          margin-top: 20px; } }
      .popup-wrap-main-style .popup-main .btns-row .popup-btns {
        position: relative;
        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;
        cursor: pointer;
        border: 1px solid #cd9b1d;
        border-radius: 100px;
        padding: 10px 50px;
        color: #cd9b1d;
        font-size: 26px;
        font-weight: bold;
        margin: 0 10px; }
        @media all and (min-width: 1280px) {
          .popup-wrap-main-style .popup-main .btns-row .popup-btns:hover::before {
            width: 100%;
            opacity: 1; }
          .popup-wrap-main-style .popup-main .btns-row .popup-btns:hover .btn-text {
            color: #fff; } }
        @media all and (max-width: 1279px) {
          .popup-wrap-main-style .popup-main .btns-row .popup-btns {
            width: 240px;
            font-size: 18px; } }
        .popup-wrap-main-style .popup-main .btns-row .popup-btns.btn-link {
          color: #fff;
          background-color: #cd9b1d; }
          @media all and (max-width: 1279px) {
            .popup-wrap-main-style .popup-main .btns-row .popup-btns.btn-link {
              margin-bottom: 20px; } }
          .popup-wrap-main-style .popup-main .btns-row .popup-btns.btn-link::before {
            background-color: #8d6500; }
        .popup-wrap-main-style .popup-main .btns-row .popup-btns::before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          margin: auto;
          width: 40%;
          height: 100%;
          border-radius: 42.5px;
          background: #cd9b1d;
          z-index: 1;
          opacity: 0;
          -webkit-transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
          -o-transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
          transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1); }
        .popup-wrap-main-style .popup-main .btns-row .popup-btns .btn-text {
          position: relative;
          z-index: 2;
          -webkit-transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
          -o-transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
          transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1); }

#popup-list {
  display: block; }

#overlayer {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1001;
  background: #ffffff;
  inset: 0; }

.loader {
  position: fixed;
  z-index: 1003;
  top: 50%;
  margin-top: -115px;
  left: 50%;
  margin-left: -86.5px; }

.dawho-logo {
  width: 173px;
  height: 177px; }
  .dawho-logo img {
    width: 173px;
    height: 177px; }

.loading {
  position: relative;
  margin-top: -60px; }
  .loading img {
    width: 173px;
    height: 173px; }

.sinopac-logo {
  width: 173px;
  margin-bottom: 20px; }
  .sinopac-logo img {
    width: 100%; }

.loading {
  position: relative;
  margin-top: -60px; }
  .loading img {
    width: 173px;
    height: 173px; }

html {
  max-width: 100vw;
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-family: "Noto Sans TC", serif; }
  html.scroll-lock {
    overflow: hidden; }

a {
  color: inherit; }

br.br-m {
  display: none; }
  @media all and (max-width: 1279px) {
    br.br-m {
      display: block; } }

body {
  background-color: #121210;
  color: #fff;
  max-width: 100vw;
  overflow-x: hidden;
  font-family: "Noto Sans TC", sans-serif;
  padding-top: 64px;
  background-image: url(../images/bircks-bg.png);
  background-position-x: center;
  background-position-y: 864px;
  background-repeat: repeat-y;
  background-size: 2560px 1750px; }
  body.scroll-lock {
    overflow: hidden; }
  @media all and (max-width: 1279px) {
    body {
      padding-top: 56px;
      background-image: url(../images/bircks-bg-m.png);
      background-size: 1348px 1416px;
      background-position-y: 4032px; } }

.h-text-for-img {
  position: absolute;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  text-indent: -9999px;
  overflow: hidden; }

#kv {
  position: relative;
  height: 800px;
  background-image: url(../images/kv/bg.jpg);
  background-size: 2560px 800px;
  background-repeat: no-repeat;
  background-position: center top; }
  @media (max-width: 1420px) {
    #kv {
      background-size: 200.15637vw 62.54887vw;
      height: 62.54887vw; } }
  @media all and (max-width: 768px) {
    #kv {
      background-image: url(../images/kv/bg-m.jpg);
      background-size: 1080px 800px;
      height: 800px; } }
  #kv #kv-desk {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 332px;
    background-image: url(../images/kv/desk.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 2560px 332px; }
    @media (max-width: 1420px) {
      #kv #kv-desk {
        background-size: 200.15637vw 25.95778vw;
        height: 25.95778vw; } }
    @media all and (max-width: 768px) {
      #kv #kv-desk {
        background-image: url(../images/kv/desk-m.png);
        height: 240px;
        background-size: 1080px 240px; } }
    #kv #kv-desk::after {
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      height: 224px;
      background-image: url(../images/kv/mask.png);
      background-size: 2560px 224px;
      background-position: center bottom;
      background-repeat: no-repeat;
      bottom: 0;
      left: 0; }
      @media (max-width: 1420px) {
        #kv #kv-desk::after {
          background-size: 200.15637vw 17.51368vw;
          height: 17.51368vw; } }
      @media all and (max-width: 768px) {
        #kv #kv-desk::after {
          background-size: 1080px 224px; } }
  #kv .kv-link {
    -webkit-animation: heartbeat 2s ease-in-out infinite both;
    animation: heartbeat 2s ease-in-out infinite both;
    display: block;
    position: absolute;
    width: 188px;
    top: 248px; }
    @media (max-width: 1420px) {
      #kv .kv-link {
        width: 14.69898vw;
        top: 19.39015vw; } }
    @media all and (max-width: 768px) {
      #kv .kv-link {
        width: 100px; } }
    #kv .kv-link#kv-link1 {
      left: calc(50% - 59px); }
      @media (max-width: 1420px) {
        #kv .kv-link#kv-link1 {
          left: 45.66067vw; } }
      @media all and (max-width: 768px) {
        #kv .kv-link#kv-link1 {
          top: 324px;
          left: calc(50% + 50px); } }
    #kv .kv-link#kv-link2 {
      left: calc(50% + 300px); }
      @media (max-width: 1420px) {
        #kv .kv-link#kv-link2 {
          left: 73.49492vw; } }
      @media all and (max-width: 768px) {
        #kv .kv-link#kv-link2 {
          top: 429px;
          left: calc(50% + 50px); } }
    #kv .kv-link img {
      vertical-align: bottom;
      width: 100%; }
  #kv #kv-tiger {
    position: absolute;
    width: 232px;
    height: 195px;
    top: 312px;
    left: calc(50% - 233px); }
    @media (max-width: 1420px) {
      #kv #kv-tiger {
        width: 18.13917vw;
        height: 15.24629vw;
        top: 24.39406vw;
        left: 32.83815vw; } }
    @media all and (max-width: 768px) {
      #kv #kv-tiger {
        width: 159px;
        height: 133px;
        top: 455px;
        left: calc(50% - 92px); } }
    #kv #kv-tiger img {
      position: absolute; }
    #kv #kv-tiger #kv-tiger-head {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    #kv #kv-tiger #kv-tiger-body {
      width: 60.34%;
      height: 84.1%;
      top: 73.85%;
      left: 18.97%; }
    #kv #kv-tiger #kv-tiger-rhand {
      width: 68.97%;
      height: 85.13%;
      top: 30.98%;
      left: -37.31%;
      -webkit-animation: kv-rhand infinite 1s alternate ease-in-out;
      animation: kv-rhand infinite 1s alternate ease-in-out;
      -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
      transform-origin: right center; }
    #kv #kv-tiger #kv-tiger-lhand {
      width: 77.59%;
      height: 41.03%;
      left: -4.31%;
      top: 98.46%; }
  #kv #kv-star {
    position: absolute;
    width: 88px;
    top: 331px;
    left: calc(50% - 19px);
    -webkit-animation: shine 2s ease infinite;
    animation: shine 2s ease infinite; }
    @media (max-width: 1420px) {
      #kv #kv-star {
        width: 6.88038vw;
        top: 25.87959vw;
        left: 49.25723vw; } }
    @media all and (max-width: 768px) {
      #kv #kv-star {
        width: 60px;
        top: 470px;
        left: calc(50% + 60px); } }
  #kv #kv-scroll {
    position: absolute;
    bottom: 36px;
    left: 0;
    right: 0;
    margin: auto;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: auto; }
    #kv #kv-scroll #scroll-circle {
      position: relative;
      width: 20px;
      height: 30px;
      border: 2px solid #fff;
      border-radius: 10px; }
      #kv #kv-scroll #scroll-circle .dot {
        position: absolute;
        background-color: #fff;
        width: 2px;
        height: 5px;
        border-radius: 2px;
        background-color: #fff;
        margin: auto;
        left: 0;
        right: 0;
        top: 15%;
        -webkit-animation: scrolling 3s infinite;
        animation: scrolling 3s infinite; }
    #kv #kv-scroll span {
      font-size: 16px;
      line-height: 1.7;
      letter-spacing: 2%;
      font-weight: 500;
      text-align: center;
      color: #fff; }

#sec1 {
  position: relative;
  padding: 100px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media all and (max-width: 1279px) {
    #sec1 {
      display: block;
      padding: 0;
      padding-bottom: 40px;
      background-color: #121210; } }
  #sec1 .sec1-flags {
    pointer-events: none;
    position: absolute;
    z-index: 1;
    width: 2560px;
    height: 993px;
    background-size: 2560px 993px;
    background-repeat: no-repeat;
    background-position: center center; }
    @media all and (max-width: 1279px) {
      #sec1 .sec1-flags {
        display: none; } }
    #sec1 .sec1-flags.flag-l {
      right: calc(50% - 1002px);
      top: 327px;
      background-image: url(../images/sec1/flag-l.png); }
    #sec1 .sec1-flags.flag-r {
      left: calc(50% - 937px);
      top: 820px;
      background-image: url(../images/sec1/flag-r.png); }
  #sec1 .sec1-evt-main {
    width: 596px;
    padding-top: 278px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    margin: 0 15px; }
    @media all and (max-width: 1279px) {
      #sec1 .sec1-evt-main {
        position: relative;
        width: 100%;
        padding-top: 210px;
        background-image: url(../images/sec1/bg-m.png);
        background-size: 1280px 1431px;
        background-position-x: center;
        background-position-y: 150px;
        background-repeat: no-repeat;
        margin: 0; } }
    @media all and (min-width: 1280px) {
      #sec1 .sec1-evt-main#sec1-evt1 {
        height: 1219px;
        background-image: url(../images/sec1/bg-1.png); } }
    @media all and (max-width: 1279px) {
      #sec1 .sec1-evt-main#sec1-evt1 {
        margin-bottom: 100px; } }
    @media all and (min-width: 1280px) {
      #sec1 .sec1-evt-main#sec1-evt1 .evt-ended-mask {
        height: calc(100% - 250px);
        top: 240px; } }
    @media all and (min-width: 1280px) {
      #sec1 .sec1-evt-main#sec1-evt2 {
        position: relative;
        z-index: 2;
        margin-top: 195px;
        height: 1353px;
        background-image: url(../images/sec1/bg-2.png); } }
    #sec1 .sec1-evt-main .evt-ended-mask {
      position: absolute;
      z-index: 10;
      width: 570px;
      width: calc(100% - 26px);
      height: calc(100% - 245px);
      top: 235px;
      margin: auto;
      left: 0;
      right: 0;
      background-color: #0c0c0c99;
      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;
      padding-bottom: 100px; }
      @media all and (max-width: 1279px) {
        #sec1 .sec1-evt-main .evt-ended-mask {
          width: 100%;
          height: calc(100% - 160px);
          top: 160px; } }
      #sec1 .sec1-evt-main .evt-ended-mask img {
        width: 70%;
        max-width: 340px;
        margin-bottom: 40px; }
      #sec1 .sec1-evt-main .evt-ended-mask .mask-title {
        font-size: 24px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 20px;
        line-height: 1.4; }
      #sec1 .sec1-evt-main .evt-ended-mask .mask-desc {
        text-align: center;
        font-size: 20px;
        line-height: 1.4; }
    @media all and (min-width: 1280px) {
      #sec1 .sec1-evt-main .evt-logo {
        position: absolute;
        max-width: 319px;
        top: 2px;
        left: 139px;
        z-index: 12; } }
    @media all and (max-width: 1279px) {
      #sec1 .sec1-evt-main .evt-logo {
        display: block;
        position: absolute;
        width: 220px;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 12; } }
    #sec1 .sec1-evt-main .evt-title {
      text-align: center;
      font-size: 36px;
      font-weight: 700;
      line-height: 1.15;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(1.57%, #bc983d), color-stop(95.94%, #fde4a3)), radial-gradient(13.76% 48.55% at 84.76% 69.27%, #ffffff 0%, rgba(255, 255, 255, 0) 100%), radial-gradient(13.36% 61.12% at 10.71% -26.28%, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
      background: -webkit-linear-gradient(top, #bc983d 1.57%, #fde4a3 95.94%), -webkit-radial-gradient(84.76% 69.27%, 13.76% 48.55%, #ffffff 0%, rgba(255, 255, 255, 0) 100%), -webkit-radial-gradient(10.71% -26.28%, 13.36% 61.12%, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
      background: -o-linear-gradient(top, #bc983d 1.57%, #fde4a3 95.94%), -o-radial-gradient(84.76% 69.27%, 13.76% 48.55%, #ffffff 0%, rgba(255, 255, 255, 0) 100%), -o-radial-gradient(10.71% -26.28%, 13.36% 61.12%, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(180deg, #bc983d 1.57%, #fde4a3 95.94%), radial-gradient(13.76% 48.55% at 84.76% 69.27%, #ffffff 0%, rgba(255, 255, 255, 0) 100%), radial-gradient(13.36% 61.12% at 10.71% -26.28%, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
      @media all and (max-width: 1279px) {
        #sec1 .sec1-evt-main .evt-title {
          font-size: 28px;
          line-height: 1.2;
          margin-bottom: 8px; } }
    #sec1 .sec1-evt-main .evt-subtitle {
      display: block;
      margin: auto;
      width: 460px;
      margin-bottom: 25px; }
      @media all and (max-width: 1279px) {
        #sec1 .sec1-evt-main .evt-subtitle {
          width: 242px; } }
    #sec1 .sec1-evt-main .evt-info-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-bottom: 80px; }
      @media all and (max-width: 1279px) {
        #sec1 .sec1-evt-main .evt-info-row {
          -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;
          margin-bottom: 60px; } }
      #sec1 .sec1-evt-main .evt-info-row .evt-info-col {
        text-align: center;
        color: #ceb071;
        margin: 0 50px; }
        @media all and (max-width: 1279px) {
          #sec1 .sec1-evt-main .evt-info-row .evt-info-col {
            margin: 0 0 40px; }
            #sec1 .sec1-evt-main .evt-info-row .evt-info-col:last-child {
              margin-bottom: 0; } }
        #sec1 .sec1-evt-main .evt-info-row .evt-info-col .col-title {
          position: relative;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          font-size: 20px;
          line-height: 1.2;
          font-weight: 700;
          margin-bottom: 8px; }
          @media all and (max-width: 1279px) {
            #sec1 .sec1-evt-main .evt-info-row .evt-info-col .col-title {
              font-size: 18px; } }
          #sec1 .sec1-evt-main .evt-info-row .evt-info-col .col-title::before, #sec1 .sec1-evt-main .evt-info-row .evt-info-col .col-title::after {
            content: "";
            display: inline-block;
            width: 28px;
            height: 28px;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center center;
            background-image: url(../images/sec1/star.png);
            margin: 0 8px; }
        #sec1 .sec1-evt-main .evt-info-row .evt-info-col .col-desc {
          font-size: 16px;
          line-height: 1.5; }
          #sec1 .sec1-evt-main .evt-info-row .evt-info-col .col-desc #location-popup-btn {
            cursor: pointer;
            position: relative;
            top: 3px; }
            @media all and (min-width: 1280px) {
              #sec1 .sec1-evt-main .evt-info-row .evt-info-col .col-desc #location-popup-btn {
                -webkit-transition: 0.3s;
                -o-transition: 0.3s;
                transition: 0.3s; }
                #sec1 .sec1-evt-main .evt-info-row .evt-info-col .col-desc #location-popup-btn:hover {
                  -webkit-filter: brightness(1.3);
                  filter: brightness(1.3); } }
    #sec1 .sec1-evt-main .mission {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      @media all and (max-width: 1279px) {
        #sec1 .sec1-evt-main .mission {
          -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; } }
      #sec1 .sec1-evt-main .mission.m1-1 {
        margin-bottom: -16px; }
        @media all and (max-width: 1279px) {
          #sec1 .sec1-evt-main .mission.m1-1 {
            margin-bottom: 60px; } }
        @media all and (min-width: 1280px) {
          #sec1 .sec1-evt-main .mission.m1-1 .mission-index {
            margin-top: 20px; } }
        #sec1 .sec1-evt-main .mission.m1-1 .mission-main {
          width: 368px;
          height: 293px;
          background-image: url(../images/sec1/mbg-1.png);
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center;
          padding-left: 40px;
          padding-right: 40px;
          margin-left: 20px; }
          @media all and (max-width: 1279px) {
            #sec1 .sec1-evt-main .mission.m1-1 .mission-main {
              width: 320px;
              height: 307px;
              background-image: url(../images/sec1/mbg-1-m.png);
              padding-left: 30px;
              padding-right: 30px;
              margin-top: 40px;
              margin-left: 0; } }
          #sec1 .sec1-evt-main .mission.m1-1 .mission-main .deco-orange1 {
            position: absolute;
            width: 120px;
            top: -50px;
            right: -25px;
            -webkit-transform: rotate(30deg);
            -ms-transform: rotate(30deg);
            transform: rotate(30deg); }
        @media all and (min-width: 1280px) {
          #sec1 .sec1-evt-main .mission.m1-1 {
            padding-left: 80px;
            padding-right: 40px; } }
      #sec1 .sec1-evt-main .mission.m1-2 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        position: relative; }
        @media all and (max-width: 1279px) {
          #sec1 .sec1-evt-main .mission.m1-2 {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column; } }
        #sec1 .sec1-evt-main .mission.m1-2 .deco-orange2 {
          position: absolute;
          left: 60px;
          top: -55px;
          -webkit-transform: rotate(-25deg);
          -ms-transform: rotate(-25deg);
          transform: rotate(-25deg);
          width: 168px; }
          @media all and (max-width: 1279px) {
            #sec1 .sec1-evt-main .mission.m1-2 .deco-orange2 {
              top: 30px;
              left: calc(50% - 175px); } }
        #sec1 .sec1-evt-main .mission.m1-2 .mission-index {
          margin-top: 40px; }
          @media all and (max-width: 1279px) {
            #sec1 .sec1-evt-main .mission.m1-2 .mission-index {
              margin-top: 0; } }
        #sec1 .sec1-evt-main .mission.m1-2 .mission-main {
          width: 368px;
          height: 273px;
          background-image: url(../images/sec1/mbg-1-2.png);
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center;
          padding-left: 40px;
          padding-right: 40px;
          margin-right: 20px; }
          @media all and (max-width: 1279px) {
            #sec1 .sec1-evt-main .mission.m1-2 .mission-main {
              width: 320px;
              height: 307px;
              background-image: url(../images/sec1/mbg-1-m.png);
              padding-left: 30px;
              padding-right: 30px;
              margin-top: 40px;
              margin-right: 0; } }
        @media all and (min-width: 1280px) {
          #sec1 .sec1-evt-main .mission.m1-2 {
            padding-right: 80px;
            padding-left: 40px; } }
      #sec1 .sec1-evt-main .mission.m2-1 {
        margin-bottom: 39px;
        padding-right: 62px;
        padding-left: 68px; }
        @media all and (max-width: 1279px) {
          #sec1 .sec1-evt-main .mission.m2-1 {
            margin-bottom: 0 auto 60px;
            padding: 0;
            width: 100%; } }
        #sec1 .sec1-evt-main .mission.m2-1 .mission-index {
          margin-top: 20px; }
          @media all and (max-width: 1279px) {
            #sec1 .sec1-evt-main .mission.m2-1 .mission-index {
              margin-top: 0; } }
        #sec1 .sec1-evt-main .mission.m2-1 .mission-main {
          padding-top: 25px;
          padding-left: 36px;
          padding-right: 36px;
          width: 368px;
          height: 407px;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center center;
          background-image: url(../images/sec1/mbg-2-1.png);
          margin-left: 20px; }
          @media all and (max-width: 1279px) {
            #sec1 .sec1-evt-main .mission.m2-1 .mission-main {
              padding-top: 15px;
              max-width: 320px;
              width: 100%;
              background-image: url(../images/sec1/mbg-2-1-m.png);
              background-size: 100% 100%;
              margin-top: 40px;
              margin-left: 0; } }
          #sec1 .sec1-evt-main .mission.m2-1 .mission-main .deco-photos {
            display: none; }
            @media all and (max-width: 1279px) {
              #sec1 .sec1-evt-main .mission.m2-1 .mission-main .deco-photos {
                display: block;
                width: 120px;
                top: -138px;
                left: -40px; } }
          #sec1 .sec1-evt-main .mission.m2-1 .mission-main .deco-cards {
            width: 160px;
            top: -98px;
            right: -40px; }
            @media all and (max-width: 1279px) {
              #sec1 .sec1-evt-main .mission.m2-1 .mission-main .deco-cards {
                display: none; } }
      #sec1 .sec1-evt-main .mission.m2-2 {
        padding-left: 48px;
        padding-right: 84px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        padding-bottom: 20px !important; }
        @media all and (max-width: 1279px) {
          #sec1 .sec1-evt-main .mission.m2-2 {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            padding: 0; } }
        #sec1 .sec1-evt-main .mission.m2-2 .mission-index {
          margin-top: 40px; }
          @media all and (max-width: 1279px) {
            #sec1 .sec1-evt-main .mission.m2-2 .mission-index {
              margin-top: 0; } }
        #sec1 .sec1-evt-main .mission.m2-2 .mission-main {
          position: relative;
          padding-left: 36px;
          padding-right: 36px;
          max-width: 368px;
          height: 260px;
          background-image: url(../images/sec1/mbg-2-2.png);
          background-size: 368px 100%;
          background-repeat: no-repeat;
          background-position: center top;
          margin-right: 20px; }
          @media all and (max-width: 1279px) {
            #sec1 .sec1-evt-main .mission.m2-2 .mission-main {
              padding: 40px 40px 24px;
              height: 100%;
              max-width: 320px;
              width: 100%;
              background-size: 100% 100%;
              background-image: url(../images/sec1/mbg-2-2-m.png);
              margin-top: 40px;
              margin-right: 0; } }
          #sec1 .sec1-evt-main .mission.m2-2 .mission-main .deco-cards {
            display: none; }
            @media all and (max-width: 1279px) {
              #sec1 .sec1-evt-main .mission.m2-2 .mission-main .deco-cards {
                display: block;
                position: absolute;
                width: 160px;
                top: -107px;
                right: -47px; } }
      #sec1 .sec1-evt-main .mission .mission-index {
        width: 76px; }
      #sec1 .sec1-evt-main .mission .mission-main {
        width: 368px;
        position: relative;
        padding-top: 40px; }
        #sec1 .sec1-evt-main .mission .mission-main .mission-deco-imgs {
          position: absolute; }
        #sec1 .sec1-evt-main .mission .mission-main .mission-title {
          text-align: center;
          font-size: 24px;
          line-height: 1.45;
          font-weight: 700;
          margin-bottom: 20px;
          background: -webkit-linear-gradient(275.39deg, #ffd465 6.92%, rgba(255, 212, 101, 0) 156.64%);
          background: -o-linear-gradient(275.39deg, #ffd465 6.92%, rgba(255, 212, 101, 0) 156.64%);
          background: linear-gradient(174.61deg, #ffd465 6.92%, rgba(255, 212, 101, 0) 156.64%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
          @media all and (max-width: 1279px) {
            #sec1 .sec1-evt-main .mission .mission-main .mission-title {
              font-size: 22px; } }
          #sec1 .sec1-evt-main .mission .mission-main .mission-title .fs-s {
            display: block;
            font-size: 0.75em;
            line-height: 1; }
        #sec1 .sec1-evt-main .mission .mission-main ol {
          padding-left: 1.2em; }
          #sec1 .sec1-evt-main .mission .mission-main ol li {
            list-style: decimal;
            list-style-position: outside;
            font-size: 16px;
            line-height: 1.5;
            word-break: break-all;
            text-align: justify; }
            #sec1 .sec1-evt-main .mission .mission-main ol li .fc-gold {
              color: #ceb071; }
        #sec1 .sec1-evt-main .mission .mission-main #sec1-evt2-link {
          width: 222px;
          margin: auto;
          margin-top: 10px; }

#sec2 {
  position: relative;
  padding: 70px 0 98px;
  background-image: url(../images/sec2/flags.png);
  background-position: center top;
  background-size: 2560px 993px; }
  @media all and (max-width: 1279px) {
    #sec2 {
      padding-bottom: 150px;
      background-image: url(../images/sec2/stage-m.png);
      background-size: 820px 1021px;
      background-repeat: no-repeat;
      background-position-x: center;
      background-position-y: 126px; } }
  #sec2 .deco-photo {
    position: absolute;
    width: 344px;
    top: 329px;
    right: -242px; }
    @media all and (max-width: 1279px) {
      #sec2 .deco-photo {
        display: none; } }
  #sec2 .deco-star {
    position: absolute;
    width: 70px;
    -webkit-animation: shine 2s ease infinite;
    animation: shine 2s ease infinite; }
    @media all and (max-width: 1279px) {
      #sec2 .deco-star {
        display: none; } }
    #sec2 .deco-star.s1 {
      top: 797px;
      right: calc(50% + 464px); }
    #sec2 .deco-star.s2 {
      top: 842px;
      right: calc(50% + 421px);
      -webkit-animation-delay: -0.5s;
      animation-delay: -0.5s; }
    #sec2 .deco-star.s3 {
      width: 48px;
      top: 278px;
      left: calc(50% + 408px);
      -webkit-animation-delay: -1.5s;
      animation-delay: -1.5s; }
    #sec2 .deco-star.s4 {
      top: 206px;
      left: calc(50% + 462px);
      -webkit-animation-delay: -1s;
      animation-delay: -1s; }
  #sec2 h2 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 75px;
    font-weight: 700;
    background: -webkit-linear-gradient(268.23deg, #bc983d 11.73%, #fde4a3 121.38%), -webkit-radial-gradient(12.51% -6.93%, 22.92% 73.11%, rgba(255, 255, 255, 0.5) 5.24%, rgba(255, 255, 255, 0) 100%), -webkit-radial-gradient(74.08% 88.68%, 12.04% 104.59%, rgba(255, 255, 255, 0.5) 5.24%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(268.23deg, #bc983d 11.73%, #fde4a3 121.38%), -o-radial-gradient(12.51% -6.93%, 22.92% 73.11%, rgba(255, 255, 255, 0.5) 5.24%, rgba(255, 255, 255, 0) 100%), -o-radial-gradient(74.08% 88.68%, 12.04% 104.59%, rgba(255, 255, 255, 0.5) 5.24%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(181.77deg, #bc983d 11.73%, #fde4a3 121.38%), radial-gradient(22.92% 73.11% at 12.51% -6.93%, rgba(255, 255, 255, 0.5) 5.24%, rgba(255, 255, 255, 0) 100%), radial-gradient(12.04% 104.59% at 74.08% 88.68%, rgba(255, 255, 255, 0.5) 5.24%, rgba(255, 255, 255, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
    @media all and (max-width: 1279px) {
      #sec2 h2 {
        font-size: 28px;
        margin-bottom: 70px; } }
  #sec2 .sec2-main {
    position: relative;
    z-index: 2;
    margin: auto;
    max-width: 820px;
    width: 100%;
    height: 710px;
    padding: 48px 161px 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/sec2/stage.png); }
    @media all and (max-width: 1279px) {
      #sec2 .sec2-main {
        max-width: 320px;
        height: auto;
        padding: 0 16px;
        background-image: none; } }
    #sec2 .sec2-main .form-title {
      text-align: center;
      font-size: 20px;
      font-weight: 700;
      margin-bottom: 32px;
      color: #ceb071; }
      @media all and (max-width: 1279px) {
        #sec2 .sec2-main .form-title {
          font-size: 20px;
          line-height: 1.2;
          margin-bottom: 24px; } }
    #sec2 .sec2-main .evt-options {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-bottom: 32px; }
      @media all and (max-width: 1279px) {
        #sec2 .sec2-main .evt-options {
          -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: start;
          -ms-flex-pack: start;
          justify-content: flex-start; } }
      #sec2 .sec2-main .evt-options input {
        display: none; }
        #sec2 .sec2-main .evt-options input:checked + label {
          border-color: #f1ca77;
          -webkit-box-shadow: 0px 0px 10px 0px #feac84 inset;
          box-shadow: 0px 0px 10px 0px #feac84 inset; }
          #sec2 .sec2-main .evt-options input:checked + label::before {
            opacity: 1; }
          #sec2 .sec2-main .evt-options input:checked + label .radio-circle {
            background-image: url(../images/sec2/radio-checked.svg); }
          #sec2 .sec2-main .evt-options input:checked + label .label-text {
            color: #f1ca77; }
      #sec2 .sec2-main .evt-options label {
        position: relative;
        overflow: hidden;
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 240px;
        height: 51px;
        border: 2px solid #bc983d;
        border-radius: 1000px;
        padding: 0 13px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        @media all and (min-width: 1280px) {
          #sec2 .sec2-main .evt-options label:hover {
            -webkit-box-shadow: 0px 0px 8px 0px #bc983d80 inset;
            box-shadow: 0px 0px 8px 0px #bc983d80 inset; } }
        @media all and (max-width: 1279px) {
          #sec2 .sec2-main .evt-options label {
            margin-bottom: 20px; }
            #sec2 .sec2-main .evt-options label:last-child {
              margin-bottom: 0; } }
        #sec2 .sec2-main .evt-options label::before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: -webkit-radial-gradient(50% 50%, 50% 50%, rgba(131, 119, 67, 0.3) 60.1%, rgba(233, 212, 119, 0.3) 100%);
          background: -o-radial-gradient(50% 50%, 50% 50%, rgba(131, 119, 67, 0.3) 60.1%, rgba(233, 212, 119, 0.3) 100%);
          background: radial-gradient(50% 50% at 50% 50%, rgba(131, 119, 67, 0.3) 60.1%, rgba(233, 212, 119, 0.3) 100%);
          opacity: 0;
          -webkit-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s;
          pointer-events: none; }
        #sec2 .sec2-main .evt-options label .radio-circle {
          -webkit-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s;
          -ms-flex-negative: 0;
          flex-shrink: 0;
          width: 14px;
          height: 14px;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center center;
          background-image: url(../images/sec2/radio-default.svg);
          z-index: 2; }
        #sec2 .sec2-main .evt-options label .label-text {
          -webkit-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s;
          color: #f1ca77;
          width: 100%;
          text-align: center;
          z-index: 2; }
    #sec2 .sec2-main .hr {
      width: 100%;
      height: 26px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      background-image: url(../images/sec2/hr.png);
      margin: auto;
      margin-bottom: 35px; }
      @media all and (max-width: 1279px) {
        #sec2 .sec2-main .hr {
          position: relative;
          left: 0;
          max-width: 320px;
          width: 100%;
          height: 20px;
          margin-bottom: 35px; } }
    #sec2 .sec2-main .form {
      min-height: 330px; }
      @media all and (max-width: 1279px) {
        #sec2 .sec2-main .form {
          min-height: 558px; } }
    #sec2 .sec2-main .input-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 28px; }
      @media all and (max-width: 1279px) {
        #sec2 .sec2-main .input-row {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          margin-bottom: 32px; } }
      #sec2 .sec2-main .input-row .input-title {
        width: 168px;
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.5; }
        @media all and (max-width: 1279px) {
          #sec2 .sec2-main .input-row .input-title {
            line-height: 2; } }
        #sec2 .sec2-main .input-row .input-title .star-mark {
          color: #f4694a; }
      #sec2 .sec2-main .input-row input {
        color: #fff;
        padding: 8px 12px;
        border: none;
        width: 322px;
        height: 42px;
        -webkit-box-shadow: 10px 10px 8px 0px #00000040 inset;
        box-shadow: 10px 10px 8px 0px #00000040 inset;
        background-color: #1c1b18;
        border-radius: 10px;
        font-family: "Noto Sans TC", serif !important;
        font-size: 14px;
        margin-left: 8px; }
        @media all and (max-width: 1279px) {
          #sec2 .sec2-main .input-row input {
            margin-left: 0;
            margin-top: 8px; } }
        #sec2 .sec2-main .input-row input:focus {
          outline: none; }
        #sec2 .sec2-main .input-row input::-webkit-input-placeholder {
          font-size: 14px;
          font-family: "Noto Sans TC", serif; }
        #sec2 .sec2-main .input-row input:-ms-input-placeholder {
          font-size: 14px;
          font-family: "Noto Sans TC", serif; }
        #sec2 .sec2-main .input-row input::-ms-input-placeholder {
          font-size: 14px;
          font-family: "Noto Sans TC", serif; }
        #sec2 .sec2-main .input-row input::placeholder {
          font-size: 14px;
          font-family: "Noto Sans TC", serif; }
    #sec2 .sec2-main .captcha-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 32px; }
      @media all and (max-width: 1279px) {
        #sec2 .sec2-main .captcha-row {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
      #sec2 .sec2-main .captcha-row .captcha-title {
        width: 168px;
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        @media all and (max-width: 1279px) {
          #sec2 .sec2-main .captcha-row .captcha-title {
            width: 100%;
            line-height: normal;
            margin-bottom: 10px; } }
        #sec2 .sec2-main .captcha-row .captcha-title .star-mark {
          color: #f4694a; }
      #sec2 .sec2-main .captcha-row .captcha-input-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        #sec2 .sec2-main .captcha-row .captcha-input-row input {
          padding: 8px 12px;
          border: none;
          width: 112px;
          height: 42px;
          -webkit-box-shadow: 10px 10px 8px 0px #00000040 inset;
          box-shadow: 10px 10px 8px 0px #00000040 inset;
          background-color: #1c1b18;
          border-radius: 10px;
          font-family: "Noto Sans TC", serif;
          font-size: 14px;
          color: #fff;
          margin-left: 8px; }
          @media all and (max-width: 1279px) {
            #sec2 .sec2-main .captcha-row .captcha-input-row input {
              margin-left: 0; } }
          #sec2 .sec2-main .captcha-row .captcha-input-row input::-webkit-input-placeholder {
            font-size: 14px;
            font-family: "Noto Sans TC", serif; }
          #sec2 .sec2-main .captcha-row .captcha-input-row input:-ms-input-placeholder {
            font-size: 14px;
            font-family: "Noto Sans TC", serif; }
          #sec2 .sec2-main .captcha-row .captcha-input-row input::-ms-input-placeholder {
            font-size: 14px;
            font-family: "Noto Sans TC", serif; }
          #sec2 .sec2-main .captcha-row .captcha-input-row input::placeholder {
            font-size: 14px;
            font-family: "Noto Sans TC", serif; }
        #sec2 .sec2-main .captcha-row .captcha-input-row #captcha {
          width: 120px;
          height: 40px;
          margin-left: 20px;
          margin-right: 8px; }
          @media all and (max-width: 1279px) {
            #sec2 .sec2-main .captcha-row .captcha-input-row #captcha {
              margin-left: 12px; } }
        #sec2 .sec2-main .captcha-row .captcha-input-row #reload {
          cursor: pointer;
          padding: 4px; }
          #sec2 .sec2-main .captcha-row .captcha-input-row #reload.on #reload-arrow {
            -webkit-transform-origin: 50% 50%;
            -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
            -webkit-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            transform: rotate(360deg);
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s; }
    #sec2 .sec2-main .check {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #sec2 .sec2-main .check input {
        display: none; }
        #sec2 .sec2-main .check input:checked + label {
          background-image: url(../images/sec2/checkbox-check.png?v=202050707); }
      #sec2 .sec2-main .check label {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        width: 24px;
        height: 24px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url(../images/sec2/checkbox-default.png?v=202050707);
        margin-top: -2px;
        margin-right: 4px; }
        @media all and (max-width: 1279px) {
          #sec2 .sec2-main .check label {
            margin-top: 0; } }
      #sec2 .sec2-main .check .check-text {
        font-size: 14px;
        color: #fff;
        line-height: 1.5; }
        @media all and (max-width: 1279px) {
          #sec2 .sec2-main .check .check-text {
            line-height: 1.7; } }
        #sec2 .sec2-main .check .check-text a {
          font-weight: 600;
          text-decoration: underline; }
    #sec2 .sec2-main #btn-submit {
      margin: auto;
      width: 180px;
      margin-top: 32px; }
      @media all and (max-width: 1279px) {
        #sec2 .sec2-main #btn-submit {
          margin-top: 36px; } }

#sec3 {
  position: relative;
  padding: 70px 0 78px; }
  @media all and (max-width: 1279px) {
    #sec3 {
      padding: 80px 0 40px; } }
  #sec3 .cards-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 110px; }
    @media all and (max-width: 1279px) {
      #sec3 .cards-cols {
        -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;
        margin-bottom: 70px; } }
    #sec3 .cards-cols .col {
      position: relative;
      max-width: 420px;
      width: 100%;
      margin: 0 50px; }
      @media all and (max-width: 1279px) {
        #sec3 .cards-cols .col {
          margin: 0 0 60px; }
          #sec3 .cards-cols .col:last-child {
            margin-bottom: 0; } }
      #sec3 .cards-cols .col::before {
        content: "";
        position: absolute;
        z-index: 1;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        max-width: 608px;
        width: 100%;
        height: 707px;
        background-size: 608px 707px;
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: -30px;
        background-image: url(../images/sec3/bg.png); }
        @media all and (max-width: 1279px) {
          #sec3 .cards-cols .col::before {
            top: -30px; } }
      #sec3 .cards-cols .col .col-title {
        position: relative;
        z-index: 2;
        margin-bottom: 58px;
        height: 96px;
        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;
        font-size: 40px;
        font-weight: 900;
        line-height: 1.2;
        text-align: center;
        background: -webkit-linear-gradient(268.54deg, #bc983d 22.19%, #fde4a3 111.66%);
        background: -o-linear-gradient(268.54deg, #bc983d 22.19%, #fde4a3 111.66%);
        background: linear-gradient(181.46deg, #bc983d 22.19%, #fde4a3 111.66%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
        @media all and (max-width: 1279px) {
          #sec3 .cards-cols .col .col-title {
            height: auto;
            min-height: 68px;
            font-size: 28px;
            margin-bottom: 88px; } }
      #sec3 .cards-cols .col .col-stage {
        position: relative;
        z-index: 2;
        max-width: 340px;
        width: 100%;
        height: 280px;
        text-align: center;
        margin: auto;
        margin-bottom: 62px; }
        @media all and (max-width: 1279px) {
          #sec3 .cards-cols .col .col-stage {
            margin-bottom: 33px; } }
        #sec3 .cards-cols .col .col-stage .deco-star {
          position: absolute; }
          #sec3 .cards-cols .col .col-stage .deco-star.s1 {
            width: 340px;
            top: 65px;
            left: calc(50% - 170px); }
          #sec3 .cards-cols .col .col-stage .deco-star.s2 {
            width: 312px;
            top: 17px;
            left: 17px; }
        #sec3 .cards-cols .col .col-stage .stage-card-img {
          height: 100%; }
          @media all and (max-width: 1279px) {
            #sec3 .cards-cols .col .col-stage .stage-card-img {
              max-width: 320px; } }
      #sec3 .cards-cols .col .hr {
        width: 260px;
        height: 1px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url(../images/sec3/line.png);
        margin: auto;
        margin-bottom: 16px; }
      #sec3 .cards-cols .col ul {
        position: relative;
        z-index: 2;
        display: block;
        padding-left: 1.8em;
        max-width: 320px;
        margin: 0 auto 20px;
        text-align: justify;
        word-break: break-all; }
        @media all and (max-width: 1279px) {
          #sec3 .cards-cols .col ul {
            max-width: unset;
            margin: 0 12px 20px; } }
        #sec3 .cards-cols .col ul li {
          list-style: disc;
          list-style-position: outside;
          font-size: 16px;
          font-weight: 500;
          line-height: 1.5;
          text-align: justify; }
          #sec3 .cards-cols .col ul li b {
            color: #f1ca77; }
      #sec3 .cards-cols .col a {
        position: relative;
        z-index: 2;
        margin: auto; }
  #sec3 #sec3-evt-board {
    display: block;
    position: relative;
    margin: auto;
    width: 648px;
    height: 286px; }
    @media all and (min-width: 1280px) {
      #sec3 #sec3-evt-board:hover .text.text1 {
        opacity: 0; }
      #sec3 #sec3-evt-board:hover .text.text2 {
        opacity: 1; } }
    @media all and (max-width: 1279px) {
      #sec3 #sec3-evt-board {
        width: 283px;
        height: 286px; } }
    #sec3 #sec3-evt-board::before {
      content: "";
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      background-image: url(../images/sec3/evt-card-bg.png); }
      @media all and (max-width: 1279px) {
        #sec3 #sec3-evt-board::before {
          background-image: url(../images/sec3/evt-card-bg-m.png); } }
    #sec3 #sec3-evt-board .text {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      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;
      text-align: center;
      font-size: 28px;
      font-weight: 700;
      line-height: 1.45;
      padding-bottom: 0.5em;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      @media all and (max-width: 1279px) {
        #sec3 #sec3-evt-board .text {
          font-size: 18px;
          padding: 0 46px;
          padding-bottom: 1em; } }
      #sec3 #sec3-evt-board .text.text1 {
        background: -webkit-linear-gradient(268.54deg, #fde4a3 51.69%, #bc983d 111.66%);
        background: -o-linear-gradient(268.54deg, #fde4a3 51.69%, #bc983d 111.66%);
        background: linear-gradient(181.46deg, #fde4a3 51.69%, #bc983d 111.66%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        opacity: 1; }
        @media all and (max-width: 1279px) {
          #sec3 #sec3-evt-board .text.text1 {
            display: none; } }
      #sec3 #sec3-evt-board .text.text2 {
        color: #ffecc4;
        opacity: 0; }
        @media all and (max-width: 1279px) {
          #sec3 #sec3-evt-board .text.text2 {
            opacity: 1;
            color: #ffd47d; } }

#sec4 {
  position: relative;
  padding: 70px 0 135px; }
  @media all and (max-width: 1279px) {
    #sec4 {
      padding: 70px 0; } }
  #sec4 .sec4-main {
    border-radius: 20px;
    overflow: hidden;
    margin: auto;
    width: 100%;
    max-width: 952px;
    background-color: #c19e5552;
    -webkit-backdrop-filter: blur(11px);
    backdrop-filter: blur(11px); }
    @media all and (max-width: 1279px) {
      #sec4 .sec4-main {
        max-width: calc(100% - 48px);
        border-radius: 12px; } }
    #sec4 .sec4-main + .sec4-main {
      margin-top: 24px; }
    #sec4 .sec4-main .toggle-row {
      position: relative;
      cursor: pointer;
      width: 100%;
      border-radius: 20px;
      overflow: hidden;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 15px 32px; }
      @media all and (max-width: 1279px) {
        #sec4 .sec4-main .toggle-row {
          border-radius: 12px;
          padding: 12px; } }
      #sec4 .sec4-main .toggle-row.toggled .toggle::after {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0); }
      #sec4 .sec4-main .toggle-row::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: -webkit-gradient(linear, left top, left bottom, from(#ceb071), color-stop(50.85%, #685939));
        background: -webkit-linear-gradient(top, #ceb071 0%, #685939 50.85%);
        background: -o-linear-gradient(top, #ceb071 0%, #685939 50.85%);
        background: linear-gradient(180deg, #ceb071 0%, #685939 50.85%);
        border-radius: 20px; }
        @media all and (max-width: 1279px) {
          #sec4 .sec4-main .toggle-row::before {
            border-radius: 12px; } }
      #sec4 .sec4-main .toggle-row::after {
        content: "";
        position: absolute;
        border-radius: 16px;
        top: 2px;
        left: 2px;
        width: calc(100% - 4px);
        height: calc(100% - 4px);
        background-blend-mode: overlay;
        background: -webkit-gradient(linear, left bottom, left top, from(#111111), to(#111111)), -webkit-gradient(linear, left bottom, left top, color-stop(60.97%, rgba(211, 187, 136, 0)), color-stop(145.04%, #ffdf9bd4));
        background: -webkit-linear-gradient(bottom, #111111, #111111), -webkit-linear-gradient(bottom, rgba(211, 187, 136, 0) 60.97%, #ffdf9bd4 145.04%);
        background: -o-linear-gradient(bottom, #111111, #111111), -o-linear-gradient(bottom, rgba(211, 187, 136, 0) 60.97%, #ffdf9bd4 145.04%);
        background: linear-gradient(0deg, #111111, #111111), linear-gradient(0deg, rgba(211, 187, 136, 0) 60.97%, #ffdf9bd4 145.04%); }
        @media all and (max-width: 1279px) {
          #sec4 .sec4-main .toggle-row::after {
            border-radius: 8px; } }
      #sec4 .sec4-main .toggle-row .row-title {
        position: relative;
        z-index: 2;
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 0.02em;
        line-height: 1.5; }
        @media all and (max-width: 1279px) {
          #sec4 .sec4-main .toggle-row .row-title {
            font-size: 16px;
            margin-right: 20px; } }
      #sec4 .sec4-main .toggle-row .toggle {
        position: relative;
        z-index: 2;
        width: 24px;
        height: 24px; }
        @media all and (max-width: 1279px) {
          #sec4 .sec4-main .toggle-row .toggle {
            width: 20px;
            height: 20px; } }
        #sec4 .sec4-main .toggle-row .toggle::before, #sec4 .sec4-main .toggle-row .toggle::after {
          content: "";
          position: absolute;
          margin: auto;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          width: 16px;
          height: 2px;
          background-color: #ceb071;
          -webkit-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s; }
          @media all and (max-width: 1279px) {
            #sec4 .sec4-main .toggle-row .toggle::before, #sec4 .sec4-main .toggle-row .toggle::after {
              width: 13px; } }
        #sec4 .sec4-main .toggle-row .toggle::after {
          -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
    #sec4 .sec4-main .content-wrap {
      display: none;
      padding: 24px 28px;
      font-size: 16px;
      line-height: 2;
      color: rgba(255, 255, 255, 0.8);
      text-align: justify;
      word-break: break-all; }
      @media all and (max-width: 1279px) {
        #sec4 .sec4-main .content-wrap {
          font-size: 14px;
          max-height: 500px;
          overflow-y: scroll; } }
      #sec4 .sec4-main .content-wrap ol {
        padding-left: 1.3em; }
        #sec4 .sec4-main .content-wrap ol > li {
          position: relative;
          list-style: none;
          counter-increment: my-counter0; }
          #sec4 .sec4-main .content-wrap ol > li::before {
            position: absolute;
            left: -1.6em;
            content: counter(my-counter0) "、"; }
        #sec4 .sec4-main .content-wrap ol.list-style1 {
          padding-left: 0;
          counter-reset: my-counter1; }
          #sec4 .sec4-main .content-wrap ol.list-style1 > li {
            list-style: none;
            counter-increment: my-counter1; }
            #sec4 .sec4-main .content-wrap ol.list-style1 > li::before {
              position: relative;
              left: 0;
              content: counter(my-counter1) ". "; }
        #sec4 .sec4-main .content-wrap ol.list-style2 {
          padding-left: 0.6em;
          counter-reset: my-counter2; }
          #sec4 .sec4-main .content-wrap ol.list-style2 > li {
            list-style: none;
            counter-increment: my-counter2; }
            #sec4 .sec4-main .content-wrap ol.list-style2 > li::before {
              position: relative;
              left: 0;
              content: "（" counter(my-counter2) "）"; }
      #sec4 .sec4-main .content-wrap ul {
        padding-left: 1.3em; }
        #sec4 .sec4-main .content-wrap ul > li {
          list-style: disc;
          list-style-position: outside; }
      #sec4 .sec4-main .content-wrap .table-wrap {
        margin-top: 8px;
        margin-bottom: 8px; }
        @media all and (max-width: 1279px) {
          #sec4 .sec4-main .content-wrap .table-wrap {
            overflow-x: scroll; }
            #sec4 .sec4-main .content-wrap .table-wrap::-webkit-scrollbar {
              -webkit-appearance: none; }
            #sec4 .sec4-main .content-wrap .table-wrap::-webkit-scrollbar:horizontal {
              height: 6px; }
            #sec4 .sec4-main .content-wrap .table-wrap::-webkit-scrollbar-track {
              background-color: rgba(193, 158, 85, 0.2);
              border-radius: 8px; }
            #sec4 .sec4-main .content-wrap .table-wrap::-webkit-scrollbar-thumb {
              border-radius: 8px;
              border: 1px solid #c19e5552;
              background-color: rgba(255, 255, 255, 0.3); } }
        #sec4 .sec4-main .content-wrap .table-wrap table {
          border-collapse: collapse;
          width: 100%; }
          @media all and (max-width: 1279px) {
            #sec4 .sec4-main .content-wrap .table-wrap table {
              width: 478px;
              height: 510px;
              margin-bottom: 5px; } }
          #sec4 .sec4-main .content-wrap .table-wrap table th {
            width: 33.3333%; }
            @media all and (max-width: 1279px) {
              #sec4 .sec4-main .content-wrap .table-wrap table th:nth-of-type(1) {
                width: 25%; }
              #sec4 .sec4-main .content-wrap .table-wrap table th:nth-of-type(2) {
                width: 45%; }
              #sec4 .sec4-main .content-wrap .table-wrap table th:nth-of-type(3) {
                width: 30%; } }
          #sec4 .sec4-main .content-wrap .table-wrap table th,
          #sec4 .sec4-main .content-wrap .table-wrap table td {
            border: 1px solid #fff;
            vertical-align: middle;
            line-height: 1.4;
            padding: 10px;
            text-align: center; }
      #sec4 .sec4-main .content-wrap .fc-gold {
        color: #f1ca77; }
      #sec4 .sec4-main .content-wrap .fs-s {
        font-size: 0.875em; }
      #sec4 .sec4-main .content-wrap a {
        color: #f1ca77;
        font-weight: 500;
        text-decoration: underline; }
