@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; }

.pl-0 {
  padding-left: 0 !important; }

a,
a:hover,
a:active,
a:focus {
  text-decoration: none; }

.desktop {
  display: block !important; }
  @media all and (max-width: 1279px) {
    .desktop {
      display: none !important; } }

.mobile {
  display: none !important; }
  @media all and (max-width: 1279px) {
    .mobile {
      display: block !important; } }

.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 {
  font-family: "Noto Sans TC", sans-serif;
  overflow-x: hidden;
  color: #000000;
  width: 100%; }

.main-wrapper {
  position: relative;
  max-width: 100%;
  width: 1200px;
  margin: auto;
  z-index: 5; }

.main {
  position: relative;
  margin: auto; }

img {
  width: 100%; }

@media (max-width: 768px) {
  .main .main-wrapper {
    width: 100%; } }

.header {
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 20;
  background-color: #000000; }

.menu {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.header-logo {
  max-width: 137px;
  width: 100%;
  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; }

.menu_inner {
  max-width: calc(100% - 137px);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .menu_inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .menu_inner li {
    padding: 0.5rem;
    font-size: 1rem; }
    .menu_inner li:last-child {
      padding-right: 0; }
      .menu_inner li:last-child .header-sec-link {
        background-color: #F5D172;
        color: #000000;
        padding: 0.5rem 1.25rem;
        border-radius: 40px;
        font-size: 1rem;
        line-height: 24px;
        font-weight: 700;
        letter-spacing: 0.36px;
        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;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        -o-transition: transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
        max-width: 160px; }
        .menu_inner li:last-child .header-sec-link::after {
          content: '';
          position: relative;
          top: auto;
          background-image: url(../images/icon-arrow.svg);
          width: 16px;
          height: 16px;
          background-repeat: no-repeat;
          background-size: contain;
          background-position: center;
          padding-left: 8px;
          background-color: #F5D172;
          margin-left: 0;
          position: relative;
          bottom: 0;
          left: 0; }
        .menu_inner li:last-child .header-sec-link:hover {
          background-color: #F5D172;
          background-image: none; }
  .menu_inner .header-sec-link {
    color: #CEB071;
    font-size: 1rem;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.32px;
    position: relative;
    background-color: transparent;
    display: inline-block;
    padding: 0.625rem 1.25rem; }
    .menu_inner .header-sec-link::after {
      content: '';
      display: inline-block;
      width: 100%;
      height: 0px;
      -webkit-transition: height 0.3s;
      -o-transition: height 0.3s;
      transition: height 0.3s;
      background-color: #CEB071;
      position: absolute;
      bottom: -8px;
      left: 0; }
    .menu_inner .header-sec-link:hover:after {
      height: 5px; }

@-webkit-keyframes line {
  0% {
    background-position: 390px -10px; } }

@keyframes line {
  0% {
    background-position: 390px -10px; } }

.header-toggle {
  display: none; }

@media all and (max-width: 1279px) {
  .header {
    width: 100%;
    padding: 0px 15px; }
  .menu_inner .header-sec-link {
    padding: 0.625rem 0.625rem; } }

@media all and (max-width: 768px) {
  .header {
    padding: 14px 0px 0 0; }
    .header:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 0vh;
      top: 210px;
      left: 0;
      background-color: rgba(0, 0, 0, 0.6); }
    .header.active::before {
      height: 100vh; }
    .header.active .menu_inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .header-logo {
    padding-bottom: 14px; }
  .header-toggle {
    display: inline-block;
    width: 3.5rem;
    height: 3.5rem;
    padding: 0.625rem;
    position: absolute;
    top: 5px;
    left: 0;
    margin: auto;
    z-index: 5; }
  .menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 2; }
    .menu_inner {
      max-width: 100%;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: none;
      padding-top: 10px; }
      .menu_inner ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        padding: 0;
        background-color: #000000; }
      .menu_inner li {
        width: 100%;
        padding: 0px;
        display: inline-block; }
        .menu_inner li:last-child {
          padding: 18px 24px;
          border-bottom: 1px solid #CEB071; }
      .menu_inner .header-sec-link {
        width: 100%;
        text-align: center;
        display: block;
        margin: auto;
        padding: 18px 24px; }
        .menu_inner .header-sec-link::after {
          height: 1px;
          bottom: 0; }
        .menu_inner .header-sec-link:hover::after {
          height: 1px; } }

.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; } }

.fc_white {
  color: #FFF; }

.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;
          letter-spacing: 0; }
          #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 cloudx {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px); } }

@keyframes cloudx {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px); } }

@-webkit-keyframes twinkle {
  0% {
    opacity: 0.3;
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2); } }

@keyframes twinkle {
  0% {
    opacity: 0.3;
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2); } }

@-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); } }

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

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

.img-run-tiger {
  -webkit-animation: tigerRun 2s ease-in-out infinite;
  animation: tigerRun 2s ease-in-out infinite; }

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

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

@-webkit-keyframes arrow-slide-out {
  0% {
    -webkit-transform: translate(-15px, 15px);
    transform: translate(-15px, 15px);
    opacity: 0; }
  50% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 1; }
  100% {
    -webkit-transform: translate(15px, -15px);
    transform: translate(15px, -15px);
    opacity: 0; } }

@keyframes arrow-slide-out {
  0% {
    -webkit-transform: translate(-15px, 15px);
    transform: translate(-15px, 15px);
    opacity: 0; }
  50% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 1; }
  100% {
    -webkit-transform: translate(15px, -15px);
    transform: translate(15px, -15px);
    opacity: 0; } }

@-webkit-keyframes float {
  50% {
    -webkit-transform: translate(0, -15px);
    transform: translate(0, -15px); } }

@keyframes float {
  50% {
    -webkit-transform: translate(0, -15px);
    transform: translate(0, -15px); } }

@-webkit-keyframes typing {
  0% {
    width: 0; }
  90%, 100% {
    width: 100%; } }

@keyframes typing {
  0% {
    width: 0; }
  90%, 100% {
    width: 100%; } }

@-webkit-keyframes task1-glow {
  0%, 100% {
    -webkit-box-shadow: 0 0 5px rgba(242, 140, 196, 0.3);
    box-shadow: 0 0 5px rgba(242, 140, 196, 0.3);
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-box-shadow: 0 0 20px rgba(242, 140, 196, 0.6);
    box-shadow: 0 0 20px rgba(242, 140, 196, 0.6);
    -webkit-transform: scale(1.02);
    transform: scale(1.02); } }

@keyframes task1-glow {
  0%, 100% {
    -webkit-box-shadow: 0 0 5px rgba(242, 140, 196, 0.3);
    box-shadow: 0 0 5px rgba(242, 140, 196, 0.3);
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-box-shadow: 0 0 20px rgba(242, 140, 196, 0.6);
    box-shadow: 0 0 20px rgba(242, 140, 196, 0.6);
    -webkit-transform: scale(1.02);
    transform: scale(1.02); } }

@-webkit-keyframes task1-icon-bounce {
  0%, 100% {
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1); }
  25% {
    -webkit-transform: translateY(-3px) scale(1.05);
    transform: translateY(-3px) scale(1.05); }
  50% {
    -webkit-transform: translateY(-5px) scale(1.1);
    transform: translateY(-5px) scale(1.1); }
  75% {
    -webkit-transform: translateY(-3px) scale(1.05);
    transform: translateY(-3px) scale(1.05); } }

@keyframes task1-icon-bounce {
  0%, 100% {
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1); }
  25% {
    -webkit-transform: translateY(-3px) scale(1.05);
    transform: translateY(-3px) scale(1.05); }
  50% {
    -webkit-transform: translateY(-5px) scale(1.1);
    transform: translateY(-5px) scale(1.1); }
  75% {
    -webkit-transform: translateY(-3px) scale(1.05);
    transform: translateY(-3px) scale(1.05); } }

@-webkit-keyframes task1-title-shimmer {
  0% {
    background-position: -200% 0; }
  100% {
    background-position: 200% 0; } }

@keyframes task1-title-shimmer {
  0% {
    background-position: -200% 0; }
  100% {
    background-position: 200% 0; } }

@-webkit-keyframes task1-border-glow {
  0%, 100% {
    -webkit-box-shadow: 15px 15px 0px 0px #00000040;
    box-shadow: 15px 15px 0px 0px #00000040; }
  50% {
    -webkit-box-shadow: 10px 10px 0px 0px #00000040;
    box-shadow: 10px 10px 0px 0px #00000040; } }

@keyframes task1-border-glow {
  0%, 100% {
    -webkit-box-shadow: 15px 15px 0px 0px #00000040;
    box-shadow: 15px 15px 0px 0px #00000040; }
  50% {
    -webkit-box-shadow: 10px 10px 0px 0px #00000040;
    box-shadow: 10px 10px 0px 0px #00000040; } }

@-webkit-keyframes task1-pulse {
  0%, 100% {
    opacity: 1; }
  50% {
    opacity: 0.8; } }

@keyframes task1-pulse {
  0%, 100% {
    opacity: 1; }
  50% {
    opacity: 0.8; } }

.task1.glow-effect, .task2.glow-effect {
  -webkit-animation: task1-glow 4s ease-in-out infinite;
  animation: task1-glow 4s ease-in-out infinite; }

.task1 .task__icon.bounce-effect, .task2 .task__icon.bounce-effect {
  -webkit-animation: task1-icon-bounce 3s ease-in-out infinite;
  animation: task1-icon-bounce 3s ease-in-out infinite; }

.task1 .task__title.shimmer-effect, .task2 .task__title.shimmer-effect {
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.4)), to(transparent));
  background: -webkit-linear-gradient(left, transparent, rgba(255, 255, 255, 0.4), transparent);
  background: -o-linear-gradient(left, transparent, rgba(255, 255, 255, 0.4), transparent);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  background-size: 200% 100%;
  -webkit-animation: task1-title-shimmer 3s ease-in-out infinite;
  animation: task1-title-shimmer 3s ease-in-out infinite; }

.task1.border-glow-effect, .task2.border-glow-effect {
  -webkit-animation: task1-border-glow 3.5s ease-in-out infinite;
  animation: task1-border-glow 3.5s ease-in-out infinite; }

.task1.pulse-effect, .task2.pulse-effect {
  -webkit-animation: task1-pulse 2.5s ease-in-out infinite;
  animation: task1-pulse 2.5s ease-in-out infinite; }

.lightbox {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: rgba(1, 0, 0, 0.6);
  z-index: -1;
  opacity: 0;
  text-align: center;
  letter-spacing: normal; }
  .lightbox--active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 1;
    -webkit-animation: fadeIn 0.4s;
    animation: fadeIn 0.4s;
    z-index: 20; }
  .lightbox__box {
    position: relative;
    max-width: 800px;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
    margin: 10px auto;
    padding-bottom: 34px;
    border-radius: 1.25rem;
    border-radius: 30px;
    background: #FFF;
    -webkit-box-shadow: 15px 15px 0 0 rgba(0, 0, 0, 0.25);
    box-shadow: 15px 15px 0 0 rgba(0, 0, 0, 0.25);
    max-height: 120vh;
    overflow: hidden; }
    .lightbox--active .lightbox__box {
      -webkit-animation: fadeIn 0.35s;
      animation: fadeIn 0.35s; }
  .lightbox__title {
    text-align: center;
    font-size: 40px;
    font-weight: 900;
    background: #FFDF96;
    padding: 20px; }
  .lightbox__content {
    padding: 40px 0px;
    max-width: 666px;
    margin: auto; }
  .lightbox .qrcode-img {
    position: relative;
    max-width: 250px;
    margin: auto auto 50px auto; }
    .lightbox .qrcode-img canvas {
      width: 100%;
      height: auto;
      display: block; }
    .lightbox .qrcode-img:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 75px;
      height: 75px;
      background: url(../images/icon-bank.svg) no-repeat center;
      background-size: contain; }
  .lightbox__desc {
    color: #FF6FAF;
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2; }
  .lightbox .icon-close {
    display: none;
    position: absolute;
    top: 25px;
    right: 30px; }
    .lightbox .icon-close::before {
      content: '';
      display: inline-block;
      width: 32px;
      height: 32px;
      background: url(../images/icon-close.svg) no-repeat center;
      background-size: contain;
      cursor: pointer; }
  .lightbox__list {
    text-align: justify;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    margin-top: 20px; }
    .lightbox__list.disc {
      margin-top: 0; }
      .lightbox__list.disc li {
        text-indent: -1rem;
        padding-left: 1rem; }
        .lightbox__list.disc li:before {
          content: '．'; }
  .lightbox.QRcode .lightbox__content {
    padding-bottom: 0px; }
  .lightbox__btnblock {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .lightbox__btn-close {
    margin: 0 20px; }
  .lightbox__btn {
    display: inline-block;
    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%);
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 1.2;
    padding: 10px 24px;
    border-radius: 60px;
    width: 174px;
    cursor: pointer;
    margin: 0 10px; }
    .lightbox__btn:hover {
      background: #c29f56;
      border-color: #666; }
  @media all and (max-width: 768px) {
    .lightbox__box {
      max-width: 96%;
      border-radius: 20px; }
    .lightbox__title {
      padding: 3.25521vw 7.8125vw;
      line-height: 1.5;
      font-size: 30px; }
    .lightbox__content {
      padding: 5.20833vw 0vw 2.60417vw 0vw;
      max-width: 86%; }
    .lightbox .qrcode-img {
      max-width: 300px;
      width: 64vw;
      margin-bottom: 7.16146vw; }
      .lightbox .qrcode-img::before {
        width: 22%;
        height: 22%; }
    .lightbox__desc {
      padding: 0 10px;
      font-size: 24px; }
    .lightbox__list {
      font-size: 16px;
      line-height: 1.4;
      margin-top: 5.20833vw; }
    .lightbox__btnblock {
      max-width: 240px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: auto; }
      .lightbox__btnblock .btn-animated {
        max-width: 300px; }
    .lightbox__btn-close {
      margin: 2.60417vw auto; }
    .lightbox.QRcode .lightbox__title {
      letter-spacing: -1px; } }
  @media (max-width: 375px) {
    .lightbox__title {
      font-size: 6.51042vw;
      padding: 3.25521vw 7.8125vw; }
    .lightbox__desc {
      font-size: 5.72917vw; }
    .lightbox__list {
      font-size: 4.16667vw; } }

.btn-lightbox {
  cursor: pointer; }

#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; }

.page {
  width: 390px;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0; }

img {
  width: 100%; }

.block {
  display: block; }

.none {
  display: none !important; }

.font-pink {
  color: #FF6FAF; }

.blod {
  font-weight: 900; }

.font-dark {
  color: #000000; }

.underline {
  text-decoration: underline; }

.text-index {
  text-indent: -9999px;
  height: 0; }

.main-content {
  margin-top: 80px; }
  @media all and (max-width: 1024px) {
    .main-content {
      margin-top: 60px; } }

.section-kv {
  width: 100%;
  position: relative; }
  .section-kv__content {
    max-width: 1010px;
    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-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .section-kv__title {
    max-width: 770px;
    width: 100%;
    margin: auto; }
    .section-kv__title .title-img {
      width: 100%; }
    .section-kv__title .kv-title {
      display: inline-block;
      font-size: 100px;
      font-weight: 900;
      line-height: 1.2; }
  .section-kv__subtitle {
    font-weight: 700;
    font-size: 35px;
    line-height: 1;
    margin-top: 20px; }
    .section-kv__subtitle .subtitle_p {
      margin-top: 10px; }
    .section-kv__subtitle .number {
      font-weight: 900;
      font-size: 53px; }
  .section-kv__desc {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.25;
    margin-top: 20px; }
  .section-kv .title_desc {
    width: 100%;
    margin-top: 20px;
    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-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .section-kv .title_desc .desc_item {
      font-size: 26px;
      font-weight: 500;
      line-height: 1;
      border-left: #000 2px solid;
      border-right: #000 2px solid;
      padding: 0 20px; }
      .section-kv .title_desc .desc_item + .desc_item {
        border-left: none; }
  .section-kv .kv-left {
    width: calc(100% - 292px); }
  .section-kv .kv-right {
    width: 282px;
    margin-top: -7.5%;
    margin-left: 10px;
    position: relative;
    animation: float 4s ease-out infinite reverse; }
    .section-kv .kv-right__msg {
      position: absolute;
      top: -80px;
      right: -70px;
      max-width: 200px;
      width: 100%;
      height: 90px;
      background-image: url(../images/kv-msg.svg);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      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; }
  .section-kv .msg_desc {
    font-weight: 700;
    width: 0;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    font-size: 20px;
    line-height: 1;
    margin-top: -20px;
    white-space: nowrap;
    overflow: hidden;
    -webkit-animation: typing 1.5s steps(10, end) 1s infinite;
    animation: typing 1.5s steps(10, end) 1s infinite; }
  .section-kv .btn-login {
    width: 100%;
    margin-top: 38px; }
  .section-kv .kv-Moon {
    max-width: 441px;
    width: 100%;
    position: absolute;
    top: -210px;
    left: -160px;
    z-index: -1; }
    .section-kv .kv-Moon:before {
      content: '';
      display: inline-block;
      width: 100%;
      padding-top: 100%;
      background: url(../images/kv-Moon.svg) no-repeat center bottom;
      background-size: contain; }
  .section-kv .kv-bg {
    max-width: 1400px;
    width: 100%;
    position: absolute;
    bottom: -150px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1; }
    .section-kv .kv-bg:before {
      content: '';
      display: inline-block;
      width: 100%;
      padding-top: 32.65%;
      background: url(../images/kv-bg.svg) no-repeat center;
      background-size: contain; }
  .section-kv .kv-m-tiger {
    display: none; }
  @media all and (max-width: 1152px) {
    .section-kv {
      padding: 0 24px; }
      .section-kv .kv-left {
        width: calc(100% - 330px); }
      .section-kv .kv-path-coin {
        width: 53%;
        margin-left: 4%; }
        .section-kv .kv-path-coin #motionPath {
          margin-left: 0;
          width: 38.54574vw;
          height: 15.87177vw; }
        .section-kv .kv-path-coin .coin {
          max-width: 76px; }
      .section-kv .kv-right {
        margin-left: 0;
        margin-top: -5.5%; }
        .section-kv .kv-right .kv-tiger {
          max-width: 220px; }
        .section-kv .kv-right__msg {
          top: -50px;
          right: -15px;
          max-width: 150px;
          height: 70px; }
      .section-kv .msg_desc {
        font-size: 16px;
        margin-top: -18px; } }
  @media all and (max-width: 1024px) {
    .section-kv {
      padding-top: 90px; }
      .section-kv .kv-bg {
        max-width: 100%; }
      .section-kv .kv-path-coin, .section-kv .kv-right {
        display: none; }
      .section-kv .kv-left {
        max-width: 600px;
        width: 100%; }
      .section-kv .btn-login {
        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;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 300px;
        margin: 30px auto 0 auto; }
      .section-kv .kv-m-tiger {
        display: block;
        width: 100%;
        position: relative; }
        .section-kv .kv-m-tiger .tiger-img {
          max-width: 300px; }
        .section-kv .kv-m-tiger .kv-right__msg {
          position: relative;
          right: -14px;
          top: 0;
          float: right;
          max-width: 200px;
          height: 90px;
          margin-bottom: 10px; }
        .section-kv .kv-m-tiger .msg_desc {
          font-size: 20px;
          font-weight: 700;
          margin-top: -20px; }
      .section-kv .kv-Moon {
        top: -280px;
        left: -150px; } }
  @media all and (max-width: 768px) {
    .section-kv {
      padding: 18.66667vw 16px 0 16px; }
      .section-kv .kv-left {
        max-width: 100%; }
      .section-kv__title .kv-title {
        font-size: 16.53333vw; }
      .section-kv__subtitle {
        font-size: 5.86667vw;
        line-height: 1;
        margin-top: 10px; }
        .section-kv__subtitle .subtitle_p {
          margin-top: 0; }
        .section-kv__subtitle .number {
          font-size: 9.33333vw;
          line-height: 1; }
      .section-kv__desc {
        font-size: 3.73333vw;
        margin-top: 4vw; }
      .section-kv .title_desc {
        margin-top: 4vw; }
        .section-kv .title_desc .desc_item {
          font-size: 4.26667vw;
          padding: 0 1.6vw; }
      .section-kv .kv-Moon {
        width: 311px;
        top: -162px;
        left: -115px;
        -webkit-transform: rotate(-12deg);
        -ms-transform: rotate(-12deg);
        transform: rotate(-12deg); }
      .section-kv .kv-bg {
        bottom: -50px; }
        .section-kv .kv-bg:before {
          background: url(../images/kv-m-bg.svg) no-repeat center bottom;
          background-size: contain;
          padding-top: 55.68%; } }
  @media (max-width: 375px) {
    .section-kv .kv-Moon {
      width: 82.93333vw;
      top: -48vw;
      left: -37.33333vw; } }

.kv-path-coin {
  width: 100%;
  margin-bottom: -2%; }
  .kv-path-coin #motionPath {
    margin-left: 20%; }
  .kv-path-coin .coin {
    max-width: 86px;
    width: 100%; }

.kv-tiger {
  width: 100%; }

.section-task {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 40px;
  position: relative; }
  .section-task.taskactive .section-task__content {
    padding-bottom: 120px; }
  .section-task .img-wave-yellow {
    width: 100%;
    padding-top: 16.31%;
    position: relative;
    margin-bottom: -1px; }
    .section-task .img-wave-yellow:before {
      content: '';
      display: inline-block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url(../images/img-wave-yellow.svg) repeat center top;
      background-size: cover; }
  .section-task__title {
    width: 100%;
    max-width: 362px;
    display: block;
    position: relative;
    z-index: 1;
    margin-top: -30px; }
  .section-task__content {
    width: 100%;
    background-color: #FFDF96;
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .section-task__content::after {
      content: '';
      width: 100%;
      display: inline-block;
      background-image: url(../images/bg-task-circle.svg);
      background-position: 50% 1px;
      background-repeat: no-repeat;
      background-size: 1307px;
      position: absolute;
      top: 150px;
      left: 0;
      height: 100%;
      z-index: 1; }
  .section-task .task__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1062px;
    margin: auto;
    position: relative;
    z-index: 2; }
  .section-task .task {
    width: 100%;
    margin-top: 37px;
    position: relative;
    z-index: 2; }
    .section-task .task__item {
      max-width: 490px;
      border-radius: 245.5px;
      -webkit-box-shadow: 15px 15px 0px 0px #00000040;
      box-shadow: 15px 15px 0px 0px #00000040;
      background-color: #fff;
      padding: 0 40px 31px 40px; }
      .section-task .task__item:last-child {
        position: relative;
        top: 67px; }
    .section-task .task__icon {
      max-width: 197px;
      width: 100%;
      margin: -20px auto auto auto; }
    .section-task .task__title {
      width: 100%;
      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; }
      .section-task .task__title .title-img {
        width: 100%;
        max-width: 416px;
        margin: auto; }
    .section-task .task__desc {
      width: 100%;
      padding: 15px 15px 15px 40px;
      background-color: #E6E6E6;
      border-radius: 10px;
      margin-top: 15px;
      text-align: justify; }
      .section-task .task__desc__item {
        list-style-type: decimal;
        font-size: 20px;
        font-weight: 400;
        line-height: 1.2;
        color: #434343; }
    .section-task .task__footer {
      width: 100%;
      margin-top: 30px;
      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;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .section-task .task__footer .btn-animated {
        margin: auto; }
    .section-task .task-hint {
      width: 100%;
      text-align: center;
      color: #FF5EAE;
      font-size: 20px;
      font-weight: 400;
      margin-top: 20px;
      line-height: 1.2; }
  @media all and (max-width: 1024px) {
    .section-task .section-task__title {
      margin-top: 0px; }
    .section-task .task__list {
      max-width: 600px; }
    .section-task .task {
      margin-top: 67px; }
      .section-task .task__item {
        margin-bottom: 80px; }
        .section-task .task__item:first-child {
          padding-bottom: 100px; }
        .section-task .task__item:last-child {
          top: 0; } }
  @media all and (max-width: 768px) {
    .section-task.taskactive .section-task__content {
      padding-bottom: 0px; }
    .section-task .section-task__title {
      max-width: 290px;
      margin-top: 30px; }
    .section-task .task__list {
      max-width: 360px; }
    .section-task .task {
      margin-top: 30px; }
      .section-task .task__item {
        max-width: 340px;
        -webkit-box-shadow: 10.692px 10.692px 0 0 rgba(0, 0, 0, 0.25);
        box-shadow: 10.692px 10.692px 0 0 rgba(0, 0, 0, 0.25);
        padding: 0 24px;
        margin-bottom: 40px; }
        .section-task .task__item:first-child {
          padding-bottom: 60px;
          margin-bottom: 50px; }
        .section-task .task__item:last-child {
          top: 0;
          padding-bottom: 60px; }
      .section-task .task__icon {
        max-width: 140px;
        margin-top: -10px; }
      .section-task .task__title {
        margin-top: -10px; }
        .section-task .task__title .title-img {
          max-width: 295px; }
      .section-task .task__desc {
        font-size: 14px;
        padding: 15px 15px 15px 35px; }
        .section-task .task__desc__item {
          font-size: 14px; }
      .section-task .task__footer {
        margin-top: 20px; }
      .section-task .task .btn-animated {
        max-width: 213px; }
        .section-task .task .btn-animated svg {
          width: 15px;
          height: 15px;
          right: 24px; } }
  @media (max-width: 375px) {
    .section-task .task {
      margin-top: 30px; }
      .section-task .task__item {
        max-width: 300px; }
        .section-task .task__item:first-child {
          padding-bottom: 60px;
          margin-bottom: 50px; }
        .section-task .task__item:last-child {
          top: 0;
          padding-bottom: 60px; }
      .section-task .task__title .title-img {
        width: 69.33333vw; } }

.section-activity {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%; }
  .section-activity .img-wave-blue {
    width: 100%;
    padding-top: 14.30%;
    position: relative;
    margin-bottom: -1px;
    background-color: #FFDF96;
    margin-top: -5%; }
    .section-activity .img-wave-blue:before {
      content: '';
      display: inline-block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url(../images/img-wave-blue.svg) repeat center top;
      background-size: cover; }
  .section-activity__title {
    max-width: 262px;
    width: 100%;
    display: block;
    margin-top: -10px;
    position: relative;
    z-index: 1; }
  .section-activity__content {
    width: 100%;
    background-color: #9BD3F3;
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-image: url(../images/bg-circle.svg);
    background-size: 1322px;
    background-position: center 1px;
    background-repeat: no-repeat; }
  @media all and (max-width: 768px) {
    .section-activity__title {
      max-width: 210px;
      margin-top: 20px; } }

.register {
  width: 100%;
  padding: 0 1.25rem; }
  .register__content {
    width: 100%;
    max-width: 1062px;
    position: relative;
    padding: 2.875rem 2.5rem;
    background-color: #fff;
    -webkit-box-shadow: 15px 15px 0px 0px #00000040;
    box-shadow: 15px 15px 0px 0px #00000040;
    border-radius: 30px;
    margin: 50px auto 80px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media all and (max-width: 768px) {
      .register__content {
        padding: 40px 24px 40px 24px;
        margin-top: 30px;
        margin-bottom: 54px; } }
  .register.End .register__content {
    position: relative;
    overflow: hidden; }
    .register.End .register__content:before {
      content: '活動已結束';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 3;
      background-color: rgba(0, 0, 0, 0.75);
      color: #fff;
      font-size: 56px;
      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) {
    .register.End .register__content:before {
      font-size: 10.66667vw; } }

.img-planet {
  max-width: 165px;
  width: 12.9007vw; }
  .img-planet::before {
    content: '';
    display: inline-block;
    width: 100%;
    background: url(../images/img-planet.svg) no-repeat center;
    background-size: contain;
    padding-top: 66.06%; }
  @media all and (max-width: 1024px) {
    .img-planet {
      padding-right: 15px; } }
  @media all and (max-width: 768px) {
    .img-planet {
      display: none; } }

.img-tiger2 {
  max-width: 221px;
  width: 17.27912vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
  .img-tiger2::before {
    content: '';
    display: inline-block;
    width: 100%;
    background: url(../images/img-tiger2.svg) no-repeat center;
    background-size: contain;
    padding-top: 84.16%; }
  @media all and (max-width: 768px) {
    .img-tiger2 {
      display: none; } }

#register-form {
  max-width: 500px;
  margin: auto 1.25098vw auto 3.9093vw; }
  #register-form .register-form__group {
    width: 100%;
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #register-form .register-form__group:nth-of-type(2) {
      margin-top: 20px; }
  #register-form .register-form__label {
    width: 100%;
    display: block;
    color: #000;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.6px;
    margin-bottom: 10px; }
  #register-form .register-form__input {
    width: 100%;
    padding: 0.9375rem 2.5rem;
    border-radius: 30px;
    border: 1px solid #434343;
    background: #fff;
    font-size: 25px;
    outline: none; }
  #register-form .captcha .register-form__input {
    max-width: 339px;
    width: 100%; }
  #register-form .captcha .captcha-picture {
    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;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: calc(100% - 339px); }
  #register-form .captcha-img {
    width: 119px;
    margin: 0 10px; }
  #register-form .refresh-captcha {
    cursor: pointer; }
    #register-form .refresh-captcha .refresh-icon {
      display: inline-block;
      width: 22px;
      height: 22px;
      background: url(../images/icon-refresh.svg) repeat center top;
      background-size: contain; }
  #register-form .checkbox {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    margin-top: 30px; }
    #register-form .checkbox .register-form__checkbox {
      width: 17px !important;
      height: 17px !important;
      border: 1px solid #000000;
      cursor: pointer;
      margin: 0 8px 0 0;
      outline: none;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
    #register-form .checkbox .register-form__label--checkbox {
      font-weight: 400;
      font-size: 16px;
      line-height: 1.1;
      text-align: justify; }
      #register-form .checkbox .register-form__label--checkbox .checkbox-txt {
        color: #FF6FAF;
        text-decoration: underline; }
  #register-form .error-msg {
    color: red;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    text-align: left;
    width: 100%;
    padding-left: 1rem;
    margin-top: 0.5rem; }
  #register-form .send {
    margin-top: 30px; }
  @media all and (max-width: 1024px) {
    #register-form {
      margin: 0 auto; } }
  @media all and (max-width: 768px) {
    #register-form .register-form__input {
      font-size: 20px;
      padding: 15px 24px; }
    #register-form .register-form__label {
      font-size: 20px; }
    #register-form .captcha .register-form__input {
      max-width: 100%;
      margin-bottom: 10px; }
    #register-form .captcha .captcha-picture {
      width: 100%;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: start; } }

.error-msg {
  display: none; }

.btn-basic {
  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;
  max-width: 300px;
  width: 100%;
  background-color: #000000;
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  cursor: pointer;
  padding: 20px 42px 20px 77px;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease; }
  .btn-basic:after {
    content: '';
    width: 20px;
    height: 20px;
    background: url(../images/icon-arrow-w.svg) no-repeat center;
    background-size: contain;
    margin-left: 35px; }

.btn-animated {
  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;
  max-width: 300px;
  width: 100%;
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  border: 2px solid #000000;
  border-radius: 50px;
  padding: 22px 42px;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  background-color: #000000;
  line-height: 1;
  position: relative;
  text-align: center; }
  .btn-animated svg {
    width: 20px;
    height: 20px;
    margin-left: 35px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 38px;
    margin: auto; }
  .btn-animated.disable {
    pointer-events: none;
    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE/Edge */
    user-select: none;
    overflow: hidden; }
    .btn-animated.disable:before {
      content: '';
      display: inline-block;
      position: absolute;
      left: 0;
      top: 0;
      background-color: rgba(0, 0, 0, 0.5);
      width: 100%;
      height: 100%;
      z-index: 2; }
  .btn-animated:hover {
    color: black;
    background-color: #FF5EAE; }
    .btn-animated:hover svg path {
      stroke: #000000;
      -webkit-animation: arrow-slide-out 1.5s linear infinite;
      animation: arrow-slide-out 1.5s linear infinite; }
  @media all and (max-width: 768px) {
    .btn-animated {
      padding: 15px 24px;
      text-align: center;
      font-size: 24px;
      max-width: 213px; }
      .btn-animated:after {
        margin-left: 2.73651vw; }
      .btn-animated svg {
        width: 15px;
        height: 15px;
        right: 24px;
        margin-left: 0; } }
  @media all and (max-width: 768px) and (max-width: 375px) {
    .btn-animated {
      font-size: 18px; } }

.section-notice {
  width: 100%;
  background-color: #F8B4D9;
  padding: 2.75rem 1.25rem;
  position: relative;
  z-index: 2; }
  .section-notice__content {
    max-width: 1062px;
    margin: auto;
    padding: 0.625rem 3.4375rem;
    font-size: 0.875rem;
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #fff;
    -webkit-box-shadow: 15px 15px 0px 0px #00000040;
    box-shadow: 15px 15px 0px 0px #00000040;
    border-radius: 30px;
    text-align: justify; }
    .section-notice__content:last-of-type {
      margin-top: 50px; }
  .section-notice__title {
    width: 100%;
    font-weight: 500;
    font-size: 1.875rem;
    line-height: 100%;
    text-align: center;
    margin-top: 5px;
    cursor: pointer; }
    .section-notice__title:after {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 4.8125rem;
      height: 4.8125rem;
      background: url(../images/icon-star-open.svg) no-repeat center;
      background-size: contain;
      margin-left: 0.625rem; }
    .section-notice__title--active:after {
      background: url(../images/icon-star-close.svg) no-repeat center;
      background-size: contain; }
  .section-notice__list, .section-notice__sublist {
    width: 100%;
    font-weight: 400;
    font-size: 1rem;
    line-height: 28px;
    letter-spacing: 0.03rem;
    margin-top: 10px; }
  .section-notice__list {
    margin-bottom: 2.5rem; }
  .section-notice__item {
    text-indent: -1.5rem;
    padding-left: 1.5rem; }
  .section-notice__subitem {
    text-indent: -1rem;
    margin-left: -0.5rem; }
    .section-notice__subitem::before {
      content: '‧'; }
    .section-notice__subitem .subitem__p {
      padding-left: 1rem; }
  .section-notice .subitem__table {
    border: 1px solid #000;
    background-color: #F4F4F4;
    border-collapse: collapse;
    width: 100%;
    max-width: 383px;
    margin: 0.75rem 0rem; }
    .section-notice .subitem__table thead {
      border-bottom: 1px solid #000; }
    .section-notice .subitem__table th, .section-notice .subitem__table td {
      border: 1px solid #000;
      padding: 8px 12px;
      text-align: center;
      vertical-align: middle; }
    .section-notice .subitem__table th {
      font-weight: bold; }
    .section-notice .subitem__table tbody tr {
      border-bottom: 1px solid #000; }
      .section-notice .subitem__table tbody tr:last-child {
        border-bottom: none; }
  @media all and (max-width: 768px) {
    .section-notice__content {
      padding: 1.30208vw 6.51042vw; }
    .section-notice__list {
      margin-bottom: 5.33333vw; } }
  @media (max-width: 375px) {
    .section-notice__title {
      font-size: 8vw; }
      .section-notice__title::after {
        width: 20.53333vw;
        height: 20.53333vw;
        margin-left: 2.66667vw; } }

.Productnotice .section-notice__list {
  padding-left: 1.5rem;
  margin-bottom: 2.5rem; }

.decimal {
  list-style-type: decimal; }
  .decimal .section-notice__subitem {
    text-indent: 0rem;
    padding-left: 0rem;
    margin-left: 0;
    list-style-type: decimal; }
    .decimal .section-notice__subitem:before {
      content: none; }

.section-side {
  max-width: 170px;
  position: fixed;
  top: calc(50% - 85px);
  right: 0px;
  margin: auto;
  z-index: 10;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .section-side.show {
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .section-side .side-item {
    display: inline-block;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
    .section-side .side-item:hover {
      -webkit-filter: brightness(110%);
      filter: brightness(110%);
      -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
      transform: scale(0.9); }
  .section-side .side-item-text {
    display: none; }
  @media all and (max-width: 1152px) {
    .section-side {
      max-width: 13.29163vw; } }
  @media all and (max-width: 768px) {
    .section-side {
      max-width: 100%;
      width: 100%;
      top: auto;
      bottom: 0; }
      .section-side .btn-img {
        display: none; }
      .section-side .side-item {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        border-radius: 33.125px 33.125px 0 0;
        padding: 17px 15px 13px 15px; }
        .section-side .side-item.red {
          background-color: #D85555; }
        .section-side .side-item.dark {
          background-color: #000000; }
        .section-side .side-item:hover {
          -webkit-transform: scale(1);
          -ms-transform: scale(1);
          transform: scale(1);
          -webkit-filter: brightness(100%);
          filter: brightness(100%); }
      .section-side .side-item-text {
        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: 23px;
        font-weight: 700;
        line-height: 1;
        color: #fff; } }
