@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; }

a,
a:hover,
a:active,
a:focus {
  text-decoration: none; }

.clearfix {
  display: block;
  clear: both; }

.br {
  display: none; }
  @media (max-width: 1020px) {
    .br {
      display: block; } }

.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 TC", 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%; } }

header {
  width: 100%;
  height: 64px;
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
  border-bottom: 2px solid #212121;
  z-index: 10;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media all and (max-width: 768px) {
    header {
      height: 60px; }
      header.active {
        border-color: #fff; } }
  header img {
    display: block;
    width: 100%; }
  header .wrapper {
    padding: 0 8px; }
    @media (max-width: 1020px) {
      header .wrapper {
        max-width: none; } }
  header .logo {
    float: left;
    margin: 12px 0;
    width: 137px; }
    @media all and (max-width: 768px) {
      header .logo {
        float: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 10px;
        margin: auto; } }
  header .menu {
    display: none; }
    @media all and (max-width: 768px) {
      header .menu {
        display: block;
        float: left;
        width: 60px;
        background: url("../images/menu-close.png") center no-repeat;
        background-size: 0% 0%;
        cursor: pointer; }
        header .menu.active {
          background: url("../images/menu-close.png") center no-repeat;
          background-size: 100% 100%; }
          header .menu.active img {
            opacity: 0; }
          header .menu.active + ul {
            height: 100svh; } }
  header ul {
    float: right;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media all and (max-width: 768px) {
      header ul {
        width: 100%;
        float: none;
        position: absolute;
        left: 0;
        top: 59px;
        background: rgba(17, 17, 17, 0.9);
        padding: 0;
        height: 0;
        overflow: hidden;
        display: block; }
        header ul:before {
          content: "";
          display: block;
          width: 100%;
          height: 312px;
          position: absolute;
          left: 0;
          top: 0;
          background: #fff;
          z-index: 0; } }
    header ul li {
      display: inline-block;
      vertical-align: top; }
      @media all and (max-width: 768px) {
        header ul li {
          display: block;
          margin: 30px auto;
          position: relative;
          z-index: 1; } }
      header ul li a {
        display: block;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        padding: 0 12px;
        color: #212121;
        text-decoration: none; }
        @media all and (max-width: 768px) {
          header ul li a {
            text-align: center;
            border: 0; } }
      header ul li.btn {
        padding: 0 20px; }
        header ul li.btn a {
          border-radius: 40px;
          background: #C29F56;
          border: 0;
          font-size: 18px;
          line-height: 44px;
          font-weight: 700;
          margin: 8px 0;
          color: #fff; }
          @media all and (max-width: 768px) {
            header ul li.btn a {
              font-size: 16px;
              line-height: 36px;
              margin: 0 auto;
              width: 150px; } }
          header ul li.btn a img {
            display: inline-block;
            vertical-align: middle;
            width: 20px;
            margin: -2px 0 0 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: #111111; }
  @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: 375px) {
      #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;
          width: 16px; }
      @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: 375px) {
      #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 wave-animation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  10% {
    -webkit-transform: rotate(14deg);
    transform: rotate(14deg); }
  20% {
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg); }
  30% {
    -webkit-transform: rotate(14deg);
    transform: rotate(14deg); }
  40% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg); }
  50% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg); }
  60% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes wave-animation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  10% {
    -webkit-transform: rotate(14deg);
    transform: rotate(14deg); }
  20% {
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg); }
  30% {
    -webkit-transform: rotate(14deg);
    transform: rotate(14deg); }
  40% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg); }
  50% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg); }
  60% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@-webkit-keyframes mover {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); } }

@keyframes mover {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); } }

@-webkit-keyframes shake-bottom {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%; }
  10% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg); }
  20%,
  40%,
  60% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg); }
  30%,
  50%,
  70% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg); }
  80% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg); }
  90% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg); } }

@keyframes shake-bottom {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%; }
  10% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg); }
  20%,
  40%,
  60% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg); }
  30%,
  50%,
  70% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg); }
  80% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg); }
  90% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg); } }

@-webkit-keyframes moverx {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); } }

@keyframes moverx {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); } }

#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 {
  overflow-x: hidden;
  scroll-behavior: smooth; }

body {
  padding: 64px 0 0 0;
  background: #f0eac6;
  color: #212121;
  letter-spacing: 0.32px; }
  @media (max-width: 1020px) {
    body {
      padding-top: 10px; } }

h2 {
  text-align: center;
  margin: 0 auto 20px auto; }
  h2 > b {
    text-indent: -9999px;
    position: absolute;
    z-index: -99;
    overflow: hidden; }
  h2 > img {
    display: block;
    max-width: 120px;
    margin: 0 auto 8px auto; }
    @media (max-width: 1020px) {
      h2 > img {
        max-width: 100px; } }
  h2 .title img {
    display: block;
    height: 45px;
    margin: 0 auto; }
    @media (max-width: 1020px) {
      h2 .title img {
        height: 36px; } }
    @media (max-width: 1020px) {
      h2 .title img.long {
        display: none; } }
    h2 .title img.long + img {
      display: none; }
      @media (max-width: 1020px) {
        h2 .title img.long + img {
          display: block;
          height: 72px; } }
      @media (max-width: 370px) {
        h2 .title img.long + img {
          display: block;
          height: 65px; } }

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px; }
  @media (max-width: 1020px) {
    .wrapper {
      max-width: 375px; } }

.kv {
  padding-top: 88px;
  background: url("../images/kv.svg") top -64px center no-repeat;
  background-size: auto 840px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.4px;
  position: relative;
  z-index: 0; }
  @media (max-width: 1020px) {
    .kv {
      padding-top: 170px;
      background: url("../images/kv-pad.png") top center no-repeat;
      background-size: 1080px 800px; } }
  @media (max-width: 370px) {
    .kv {
      background: url("../images/kv-pad.png") top center no-repeat;
      background-size: 920px 800px; } }
  .kv h1 {
    margin: 16px auto;
    max-width: 408px; }
    @media (max-width: 1020px) {
      .kv h1 {
        max-width: 306px;
        -webkit-transform: scale(0.9) !important;
        -ms-transform: scale(0.9) !important;
        transform: scale(0.9) !important; } }
    .kv h1 > b {
      text-indent: -9999px;
      position: absolute;
      z-index: -99;
      overflow: hidden; }
    .kv h1 img {
      display: block;
      width: 100%; }
  .kv__title {
    font-size: 20px;
    line-height: normal; }
    @media (max-width: 1020px) {
      .kv__title {
        font-size: 18px; } }
  .kv__line {
    margin: 0 auto 4px auto;
    max-width: 380px; }
    @media (max-width: 1020px) {
      .kv__line {
        max-width: 304px;
        -webkit-transform: scale(0.9) !important;
        -ms-transform: scale(0.9) !important;
        transform: scale(0.9) !important;
        margin: 0 auto 12px auto; } }
  .kv__airplane {
    display: block;
    width: 183px;
    position: absolute;
    right: calc(100vw + 315px);
    top: 290px;
    z-index: 1;
    -webkit-transition: all 0.9s ease-in-out !important;
    -o-transition: all 0.9s ease-in-out !important;
    transition: all 0.9s ease-in-out !important; }
    .kv__airplane.aos-animate {
      right: calc(50vw + 315px);
      top: 90px; }
    @media (max-width: 1020px) {
      .kv__airplane {
        width: 120px;
        right: calc(100vw + 45px);
        top: 185px; }
        .kv__airplane.aos-animate {
          right: calc(50vw + 45px);
          top: 85px; } }
  .kv__aline {
    display: block;
    width: 0;
    height: 100px;
    background: url("../images/kv-A.png") top left no-repeat;
    background-size: 100px 100px;
    position: absolute;
    left: calc(50vw - 295px);
    top: 259px;
    z-index: 1;
    -webkit-transition: all 1s ease-in-out !important;
    -o-transition: all 1s ease-in-out !important;
    transition: all 1s ease-in-out !important; }
    .kv__aline.aos-animate {
      width: 100px; }
    @media (max-width: 1020px) {
      .kv__aline {
        height: 48px;
        background: url("../images/kv-A.png") top left no-repeat;
        background-size: 48px 48px;
        top: 410px;
        left: calc(50vw - 155px); }
        .kv__aline.aos-animate {
          width: 48px; } }
  .kv__desc {
    font-size: 16px; }
    @media (max-width: 1020px) {
      .kv__desc {
        font-size: 14px; } }
    .kv__desc b {
      display: inline-block;
      margin: 0 8px;
      font-size: 24px; }
      @media (max-width: 1020px) {
        .kv__desc b {
          font-size: 22px; } }
  .kv__sub {
    display: block;
    margin: 12px auto 0 auto;
    font-size: 14px; }
  .kv__tiger {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    background: url("../images/kv-hand.png") no-repeat;
    background-size: 100% 100%; }
    @media (max-width: 1020px) {
      .kv__tiger {
        background: url("../images/kv-hand-pad.png") center no-repeat;
        background-size: 1080px 320px;
        height: 320px; }
        .kv__tiger:after {
          content: '';
          display: block;
          width: 100%;
          height: 100%;
          background: url("../images/kv-tiger-pad.png") center no-repeat;
          background-size: 1080px 320px;
          position: absolute;
          left: 0;
          top: 0;
          z-index: 1; } }
    .kv__tiger .big {
      display: block;
      width: 100%;
      position: relative;
      z-index: 1; }
      @media (max-width: 1020px) {
        .kv__tiger .big {
          display: none; } }
    .kv__tiger .handbook {
      display: block;
      position: absolute;
      z-index: 0;
      width: 180px;
      top: 69px;
      left: 87px;
      -webkit-animation-name: wave-animation;
      animation-name: wave-animation;
      -webkit-animation-duration: 2.5s;
      animation-duration: 2.5s;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
      transform-origin: right bottom; }
      @media (max-width: 1020px) {
        .kv__tiger .handbook {
          width: 124px;
          top: 87px;
          right: calc(50vw + 70px);
          left: auto; } }
    .kv__tiger .ball {
      display: block;
      position: absolute;
      z-index: 0;
      width: 100px;
      top: 42px;
      right: 131px;
      -webkit-animation: mover 0.5s infinite alternate;
      animation: mover 0.5s infinite alternate; }
      @media (max-width: 1020px) {
        .kv__tiger .ball {
          width: 72px;
          top: 66px;
          right: auto;
          left: calc(50vw + 116px); } }

.background {
  background: url("../images/background.png") top center no-repeat;
  background-size: 2580px 100%;
  position: relative;
  z-index: 1;
  margin-top: -200px;
  padding-top: 340px; }
  @media (max-width: 1020px) {
    .background {
      background: url("../images/background-pad.png") top center no-repeat;
      background-size: 1080px auto;
      margin-top: -100px;
      padding-top: 200px; } }
  .background .detail {
    padding-bottom: 100px; }
    @media (max-width: 1020px) {
      .background .detail {
        padding-bottom: 150px; } }
    .background .detail__container {
      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; }
      @media (max-width: 1020px) {
        .background .detail__container {
          display: block; } }
    .background .detail__card {
      padding: 16px 32px;
      background: url("../images/detail-card-bg.png") center no-repeat;
      background-size: 100% 100%;
      max-width: 590px;
      width: 100%;
      margin: 0 10px; }
      @media (max-width: 1020px) {
        .background .detail__card {
          max-width: 375px;
          background: url("../images/detail-card-bg-pad.png") center no-repeat;
          background-size: 100% 100%;
          padding: 12px 16px;
          margin: 16px auto 0 auto; } }
    .background .detail__ruler {
      display: block;
      width: 203px;
      position: absolute;
      z-index: 1;
      left: 0;
      bottom: -36px; }
      @media (max-width: 1020px) {
        .background .detail__ruler {
          display: none; } }
    .background .detail__eraser {
      display: block;
      width: 120px;
      position: absolute;
      z-index: 3;
      right: 0;
      top: -24px; }
      @media (max-width: 1020px) {
        .background .detail__eraser {
          display: none; } }
    .background .detail__tab {
      display: block;
      width: 88px;
      height: 80px;
      background: url("../images/detail-card_tag.png") no-repeat;
      background-size: 100% 100%;
      position: absolute;
      left: 92px;
      top: 0;
      z-index: 3; }
      @media (max-width: 1020px) {
        .background .detail__tab {
          width: 68px;
          height: 62px;
          left: 26px; } }
    .background .detail__box {
      border-radius: 40px;
      border: 3px solid #212121;
      background: #fff;
      padding: 40px;
      text-align: center;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      @media (max-width: 1020px) {
        .background .detail__box {
          padding: 40px 20px; } }
      .background .detail__box--pd96 {
        padding-bottom: 96px; }
        @media (max-width: 1020px) {
          .background .detail__box--pd96 {
            padding-bottom: 40px; } }
      .background .detail__box.endEvent::before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background: url("../images/event-end.png?v=20250623") no-repeat center, #0c0c0c99;
        background-size: 60%, cover;
        left: 0;
        top: 0;
        z-index: 2; }
    .background .detail__pic {
      display: block;
      width: 120px;
      margin: 12px auto; }
    .background .detail__mark {
      font-size: 24px;
      font-weight: 700;
      line-height: 36px;
      position: relative;
      display: inline-block;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin: 0 auto; }
      @media (max-width: 1020px) {
        .background .detail__mark {
          font-size: 22px;
          line-height: 30px; } }
      .background .detail__mark > b {
        display: block;
        position: relative;
        z-index: 0; }
        .background .detail__mark > b:after {
          content: '';
          position: absolute;
          z-index: -1;
          left: -8px;
          bottom: 0;
          width: 120%;
          height: 20px;
          background: rgba(255, 196, 91, 0.4); }
          @media (max-width: 1020px) {
            .background .detail__mark > b:after {
              height: 16px; } }
    .background .detail ul {
      margin: 12px auto 0 auto; }
      @media (max-width: 1020px) {
        .background .detail ul {
          margin-top: 18px; } }
      .background .detail ul li {
        display: block;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        color: #575757;
        margin-bottom: 8px;
        text-align: left;
        position: relative;
        padding-left: 32px; }
        @media (max-width: 1020px) {
          .background .detail ul li {
            font-size: 14px;
            line-height: 20px;
            margin-bottom: 12px; } }
        .background .detail ul li img {
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          width: 24px; }
    .background .detail__desc {
      display: block;
      font-size: 20px;
      font-weight: 700;
      color: #212121;
      margin: 24px auto;
      text-align: center; }
      .background .detail__desc br {
        display: none; }
        @media (max-width: 1020px) {
          .background .detail__desc br {
            display: block; } }
      @media (max-width: 1020px) {
        .background .detail__desc {
          margin: 20px auto; } }
    .background .detail__info {
      font-weight: bold;
      font-size: 20px;
      margin: 8px 0; }
  .background .financial {
    padding-bottom: 140px;
    position: relative; }
    @media (max-width: 1020px) {
      .background .financial {
        padding-bottom: 107px;
        max-width: 375px;
        margin: 0 auto; } }
    .background .financial__desc {
      font-size: 20px;
      font-weight: 700;
      color: #212121;
      margin: 24px auto;
      text-align: center;
      line-height: 1.5; }
    .background .financial__container {
      max-width: 970px;
      margin: 0 auto; }
    .background .financial__box {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .background .financial__box img {
        max-width: 214px; }
    .background .financial .splide__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .background .financial .splide__arrows {
      display: none; }
    @media (max-width: 1020px) {
      .background .financial .splide__pagination {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        bottom: -58px; } }
    .background .financial .splide__pagination .is-active {
      background-color: #FFAA12;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .background .financial .splide__pagination__page {
      width: 11px;
      height: 11px;
      margin: 0 5px; }
    .background .financial__text {
      text-align: center;
      font-weight: 700;
      color: #212121;
      margin-top: 26px; }
      @media (max-width: 1020px) {
        .background .financial__text {
          display: none; } }
    .background .financial .tiger {
      display: block;
      width: 271px;
      position: absolute;
      left: -150px;
      bottom: -164px;
      z-index: 1; }
      @media (max-width: 1020px) {
        .background .financial .tiger {
          display: none; } }
    .background .financial .airplane {
      display: block;
      width: 183px;
      position: absolute;
      right: 200px;
      top: 0;
      z-index: 1;
      -webkit-transition: all 2s ease-in-out;
      -o-transition: all 2s ease-in-out;
      transition: all 2s ease-in-out; }
      .background .financial .airplane.aos-animate {
        right: 0;
        top: -92px;
        -webkit-animation: mover 0.5s infinite alternate;
        animation: mover 0.5s infinite alternate;
        -webkit-animation-delay: 2s;
        animation-delay: 2s; }
      @media (max-width: 1020px) {
        .background .financial .airplane {
          width: 120px;
          top: -300px !important;
          right: 20px !important; } }
  .background .excellent {
    padding-bottom: 50px; }
    @media (max-width: 1020px) {
      .background .excellent {
        padding-bottom: 40px; } }
    .background .excellent__img {
      display: block;
      width: 100%;
      margin: 0 auto 20px auto; }
      @media (max-width: 1020px) {
        .background .excellent__img {
          margin-bottom: 12px; } }
    .background .excellent ul {
      text-align: center; }
      .background .excellent ul li {
        display: inline-block;
        vertical-align: top;
        width: 260px;
        margin: 0 17px; }
        @media (max-width: 1020px) {
          .background .excellent ul li {
            display: block;
            margin: 0 auto 16px auto; } }
        .background .excellent ul li:nth-of-type(1), .background .excellent ul li:nth-of-type(4) {
          margin-top: 48px; }
          @media (max-width: 1020px) {
            .background .excellent ul li:nth-of-type(1), .background .excellent ul li:nth-of-type(4) {
              margin-top: 0px; } }
    .background .excellent h3 {
      display: inline-block;
      position: relative;
      padding: 0 8px;
      font-size: 24px;
      font-weight: 700;
      line-height: 36px;
      margin: 0 auto 20px auto; }
      @media (max-width: 1020px) {
        .background .excellent h3 {
          padding: 0 12px;
          font-size: 22px;
          line-height: 30px;
          margin: 0 auto 12px auto; } }
      .background .excellent h3:after {
        content: '';
        display: block;
        position: absolute;
        z-index: -1;
        left: 0;
        bottom: 0;
        width: 100%;
        background: #fff;
        height: 20px;
        width: 100%; }
        @media (max-width: 1020px) {
          .background .excellent h3:after {
            height: 16px; } }
  .background .cook {
    position: relative;
    padding-bottom: 20px; }
    .background .cook__dialog {
      width: 100%;
      height: 112px;
      margin: 0 auto -40px auto; }
      @media (max-width: 1020px) {
        .background .cook__dialog {
          max-width: 320px;
          height: 86px;
          margin-bottom: 24px;
          display: block; } }
      .background .cook__dialog.box1 {
        background: url("../images/dialog_box1.png?v=20250829") center no-repeat;
        background-size: contain; }
        @media (max-width: 1020px) {
          .background .cook__dialog.box1 {
            background: url("../images/dialog_box1-pad.png?v=20250829") center no-repeat;
            background-size: contain; } }
      .background .cook__dialog.box2 {
        background: url("../images/dialog_box2.png?v=20280829") center no-repeat;
        background-size: contain; }
        @media (max-width: 1020px) {
          .background .cook__dialog.box2 {
            background: url("../images/dialog_box2-pad.png?v=20250829") center no-repeat;
            background-size: contain; } }
      .background .cook__dialog.box3 {
        background: url("../images/dialog_box3.png?v=20250829") center no-repeat;
        background-size: contain; }
        @media (max-width: 1020px) {
          .background .cook__dialog.box3 {
            background: url("../images/dialog_box3-pad.png?v=20250829") center no-repeat;
            background-size: contain; } }
      .background .cook__dialog.box4 {
        background: url("../images/dialog_box4.png?v=20250829") center no-repeat;
        background-size: contain; }
        @media (max-width: 1020px) {
          .background .cook__dialog.box4 {
            background: url("../images/dialog_box4-pad.png?v=20250829") center no-repeat;
            background-size: contain; } }
      .background .cook__dialog.box5 {
        background: url("../images/dialog_box5.png?v=20250829") center no-repeat;
        background-size: contain; }
        @media (max-width: 1020px) {
          .background .cook__dialog.box5 {
            background: url("../images/dialog_box5-pad.png?v=20250829") center no-repeat;
            background-size: contain; } }
    .background .cook__center {
      width: 386px;
      height: 380px;
      background: url("../images/cook-right_hand.png") no-repeat;
      background-size: 100% 100%;
      margin: 0 auto;
      position: relative; }
      @media (max-width: 1020px) {
        .background .cook__center {
          width: 308px;
          height: 304px; } }
    .background .cook img {
      display: block;
      width: 100%;
      position: absolute;
      left: 0;
      top: 0; }
    .background .cook__tiger {
      z-index: 0; }
    .background .cook__left {
      z-index: 1;
      -webkit-animation: moverx 0.5s infinite alternate;
      animation: moverx 0.5s infinite alternate; }
    .background .cook__money {
      z-index: 2; }
  .background .btn {
    display: inline-block;
    line-height: 52px;
    padding: 0 50px;
    font-size: 18px;
    font-weight: 540;
    color: #fff;
    border-radius: 63px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #212121), color-stop(82.75%, #534633));
    background: -webkit-linear-gradient(top, #212121 25%, #534633 82.75%);
    background: -o-linear-gradient(top, #212121 25%, #534633 82.75%);
    background: linear-gradient(180deg, #212121 25%, #534633 82.75%);
    text-decoration: none; }
    @media (max-width: 1020px) {
      .background .btn {
        line-height: 44px;
        padding: 0 40px;
        font-size: 16px; } }
    .background .btn img {
      display: inline-block;
      vertical-align: middle;
      width: 20px;
      margin: -2px 0 0 12px; }
    .background .btn:hover {
      background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #d0a457), color-stop(82.75%, #bc9147));
      background: -webkit-linear-gradient(top, #d0a457 25%, #bc9147 82.75%);
      background: -o-linear-gradient(top, #d0a457 25%, #bc9147 82.75%);
      background: linear-gradient(180deg, #d0a457 25%, #bc9147 82.75%); }

.alert {
  padding: 100px 16px;
  background: url("../images/alert-bg.jpg") repeat-y;
  background-size: 100% auto; }
  .alert a {
    color: #c29f56;
    text-decoration: underline; }
    .alert a:hover {
      text-decoration: none; }
  .alert__box {
    padding: 60px 40px;
    border-radius: 32px;
    border: 12px solid #f8b439;
    background: #ffe6b5;
    -webkit-box-shadow: -12px 10px 0px 0px rgba(50, 50, 50, 0.2);
    box-shadow: -12px 10px 0px 0px rgba(50, 50, 50, 0.2);
    outline: 5px solid green;
    max-width: 1200px;
    margin: 0 auto; }
    @media (max-width: 1020px) {
      .alert__box {
        padding: 20px 0 60px 0;
        border: 8px solid #f8b439;
        max-width: 375px; } }
  .alert__list {
    display: block;
    margin-top: 24px; }
    .alert__list:first-of-type {
      margin-top: 0; }
    .alert__list.active .title {
      background: url("../images/alert_qa_bg_.png") no-repeat;
      background-size: 100% 100%; }
      @media (max-width: 1020px) {
        .alert__list.active .title {
          background: url("../images/alert_qa_bg-pad_.png") no-repeat;
          background-size: 100% 100%; } }
    .alert__list.active img {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
  .alert__title {
    cursor: pointer;
    background: url("../images/alert_qa_bg.png") no-repeat;
    background-size: 100% 100%;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    padding: 40px 0 20px 100px;
    position: relative; }
    @media (max-width: 1020px) {
      .alert__title {
        background: url("../images/alert_qa_bg-pad.png") no-repeat;
        background-size: 100% 100%;
        font-size: 14px;
        line-height: 1.2;
        min-height: 80px;
        padding: 8px 50px 0 58px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    @media (max-width: 370px) {
      .alert__title {
        padding-left: 50px; } }
    .alert__title img {
      display: block;
      width: 24px;
      position: absolute;
      right: 80px;
      bottom: 20px;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      @media (max-width: 1020px) {
        .alert__title img {
          right: 20px;
          bottom: auto;
          top: 25px; } }
  .alert__txt {
    padding: 12px 80px 0 80px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    display: none;
    text-align: justify; }
    @media (max-width: 1020px) {
      .alert__txt {
        padding: 12px 12px 0 12px;
        font-size: 14px;
        line-height: 20px; } }
    .alert__txt ul li {
      margin-left: 25px;
      list-style: disc; }
      @media (max-width: 1020px) {
        .alert__txt ul li {
          margin-left: 20px; } }
    .alert__txt ul.en li {
      list-style: lower-alpha; }
    .alert__txt ol li {
      margin-left: 25px;
      list-style: decimal; }
      @media (max-width: 1020px) {
        .alert__txt ol li {
          margin-left: 20px; } }

.fix-btn {
  position: fixed;
  right: 20px;
  bottom: 50px;
  z-index: 9; }
  @media all and (max-width: 768px) {
    .fix-btn {
      right: 0;
      left: 0;
      margin: auto;
      bottom: 0; } }
  .fix-btn a {
    display: block; }
    .fix-btn a:first-of-type {
      width: 90px;
      margin: 0 auto 4px auto; }
      .fix-btn a:first-of-type img {
        display: block; }
        @media all and (max-width: 768px) {
          .fix-btn a:first-of-type img {
            display: none; } }
      .fix-btn a:first-of-type img + img {
        display: none; }
        @media all and (max-width: 768px) {
          .fix-btn a:first-of-type img + img {
            display: block; } }
      @media all and (max-width: 768px) {
        .fix-btn a:first-of-type {
          max-width: 375px;
          width: 100%;
          margin: 0 auto; } }
    .fix-btn a:last-of-type {
      width: 60px;
      margin: 0 auto; }
      @media all and (max-width: 768px) {
        .fix-btn a:last-of-type {
          display: none; } }
    .fix-btn a img {
      display: block;
      width: 100%; }

.text-title {
  position: absolute;
  text-indent: -9999px;
  top: 0;
  left: 0;
  overflow: hidden; }
