@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;
}

@font-face {
  font-family: "GSR";
  font-style: normal;
  font-weight: 400;
  src: url(../font/GenSenRounded2TW-R.woff2) format("woff2");
}
@font-face {
  font-family: "GSR";
  font-style: normal;
  font-weight: 500;
  src: url(../font/GenSenRounded2TW-M.woff2) format("woff2");
}
@font-face {
  font-family: "GSR";
  font-style: normal;
  font-weight: 700;
  src: url(../font/GenSenRounded2TW-B.woff2) format("woff2");
}
@font-face {
  font-family: "GSR";
  font-style: normal;
  font-weight: 900;
  src: url(../font/GenSenRounded2TW-H.woff2) format("woff2");
}
a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
}

.container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  position: relative;
  z-index: 10;
}
@media all and (max-width: 640px) {
  .container {
    padding: 0 15px;
  }
}

.web_view {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media all and (max-width: 1280px) {
  .web_view {
    display: none !important;
  }
}

.mob_view {
  display: none !important;
}
@media all and (max-width: 1280px) {
  .mob_view {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

body {
  background-color: #d2dcee;
  font-family: "Noto Sans", sans-serif;
  overflow-x: hidden;
  background: #111111;
  background-size: cover;
}

.main-wrapper {
  position: relative;
  max-width: 100%;
  width: 1200px;
  margin: auto;
  z-index: 5;
}

.main {
  position: relative;
  margin: auto;
}

@media (max-width: 768px) {
  .main .main-wrapper {
    width: 100%;
  }
}
.basic-btn-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background: linear-gradient(132.29deg, #fff3d5 0.3%, #cfb788 47.32%, #f3d9af 89.64%, #fff0e2 141.36%);
  overflow: hidden;
}
@media all and (min-width: 1280px) {
  .basic-btn-style:hover::before {
    content: "";
    background: #000;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .basic-btn-style:hover span {
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .basic-btn-style:hover span::after {
    border-color: transparent transparent transparent #fff;
  }
}
.basic-btn-style::before {
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  z-index: 1;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: linear-gradient(125.65deg, #f5d172 35.15%, #f7d876 41.34%, #f6dd78 48.56%, #f7e084 50.74%, #f8e59c 55.73%, #f8e7a5 58.84%, #f8e7a5 63.45%, #f8e49a 66.55%, #f7db7d 71.98%, #f7d976 73.08%, #f4ce6f 86.29%, #f0c16a 97.19%, #edb765 105.71%, #ebb062 116.31%, #edb865 126.37%, #efbf67 131.84%, #eeb85d 135.92%, #edb659 137.03%);
}
.basic-btn-style span {
  position: relative;
  z-index: 2;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 700;
  display: inline-block;
}
.basic-btn-style span::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #000000;
  margin-left: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#header {
  position: fixed;
  z-index: 110;
  top: 20px;
  left: 0;
  right: 0;
  height: 64px;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  background-color: #fff;
  border: 2px solid #292929;
  border-radius: 100px;
}
@media all and (max-width: 768px) {
  #header {
    top: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    border-bottom: 2px solid #292929;
    max-width: none;
  }
}
@media all and (max-width: 375px) {
  #header {
    height: 58px;
  }
}
#header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 20px;
}
#header .container #header-toggle {
  display: none;
}
@media all and (max-width: 768px) {
  #header .container #header-toggle {
    display: inline-block;
    width: 56px;
    height: 56px;
    position: absolute;
    left: 0;
    top: 3px;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-image: url(../images/icon_hambuger_open.svg);
  }
}
#header .container #header-toggle.toggled {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-image: url(../images/icon_hambuger_close.svg);
}
@media all and (max-width: 768px) {
  #header .container .header-logo {
    margin: auto;
  }
}
#header .container .header-logo img {
  height: 36px;
}
#header .container nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  height: 100%;
  font-size: 18px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: normal;
  text-align: left;
  color: #292929;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width: 768px) {
  #header .container nav {
    display: none;
  }
  #header .container nav.toggled {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 54px;
    left: 0;
    height: auto;
    width: 100%;
  }
  #header .container nav.toggled::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
  }
  #header .container nav.toggled ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#header .container nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
}
@media all and (max-width: 1024px) {
  #header .container nav ul {
    gap: 0 8px;
  }
}
@media all and (max-width: 768px) {
  #header .container nav ul {
    background-color: #fff;
    position: relative;
    width: 100%;
    gap: 0;
    padding-bottom: 20px;
    border-bottom: 2px solid #292929;
  }
}
@media all and (max-width: 768px) {
  #header .container nav ul li {
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-top: 20px;
  }
}
@media all and (min-width: 1280px) {
  #header .container nav ul li.active a,
  #header .container nav ul li.active button, #header .container nav ul li:hover a,
  #header .container nav ul li:hover button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
#header .container nav ul li a,
#header .container nav ul li button {
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
@media all and (min-width: 1280px) {
  #header .container nav ul li a.header-sec-link::after,
  #header .container nav ul li button.header-sec-link::after {
    content: "";
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 0px;
    height: 2px;
    background-color: #c29f56;
  }
  #header .container nav ul li a.header-sec-link:hover::after,
  #header .container nav ul li button.header-sec-link:hover::after {
    width: 32px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #header .container nav ul li a.header-sec-link:hover span,
  #header .container nav ul li button.header-sec-link:hover span {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
  }
  #header .container nav ul li a.header-sec-link span,
  #header .container nav ul li button.header-sec-link span {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}
#header .container nav ul li a.header-acc-link,
#header .container nav ul li button.header-acc-link {
  background-color: #c29f56;
  color: #fff;
  width: 160px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  gap: 8px;
  border-radius: 40px;
  font-size: 18px;
}
#header .container nav ul li a.header-acc-link::before,
#header .container nav ul li button.header-acc-link::before {
  border-radius: 40px;
}
@media all and (min-width: 1280px) {
  #header .container nav ul li a.header-acc-link,
  #header .container nav ul li button.header-acc-link {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #header .container nav ul li a.header-acc-link:hover,
  #header .container nav ul li button.header-acc-link:hover {
    background-color: #292929;
    color: #fff;
  }
  #header .container nav ul li a.header-acc-link:hover svg path,
  #header .container nav ul li button.header-acc-link:hover svg path {
    stroke: #fff;
  }
}
#header .container nav ul li a.header-acc-link svg,
#header .container nav ul li button.header-acc-link svg {
  width: 20px;
}
#header .container nav ul li a.header-acc-link svg path,
#header .container nav ul li button.header-acc-link svg path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#header .container nav ul li:has(.header-acc-link) {
  margin-left: 20px;
}
@media all and (max-width: 1024px) {
  #header .container nav ul li:has(.header-acc-link) {
    margin-left: 0;
  }
}
#header .container nav ul .divider {
  width: 1px;
  height: 16px;
  background-color: black;
}
@media all and (max-width: 768px) {
  #header .container nav ul .divider {
    display: none;
  }
}

.side {
  position: fixed;
  z-index: 999;
  margin: auto;
  top: 0;
  right: 10px;
  width: 80px;
  height: 160px;
  bottom: -1px;
}
.side .web_view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 1280px) {
  .side .web_view {
    display: none;
  }
}
.side .mob_view {
  display: none;
}
@media all and (max-width: 1280px) {
  .side .mob_view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.side a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #af955f;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.1em;
  color: #ffffff;
  text-align: center;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
.side a p {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.1em;
}
.side a:first-child {
  background: #68492d;
}
.side a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.side a img {
  width: 15px;
  height: 15px;
  position: relative;
  left: 10px;
  -webkit-animation: bounce2 2s infinite;
          animation: bounce2 2s infinite;
}
.side a p {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
}
.side img {
  width: 100%;
}
@media all and (max-width: 1280px) {
  .side {
    top: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0px;
    height: 50px;
    right: 0;
  }
  .side a {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 49%;
    right: 0;
    height: auto;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0px;
  }
  .side a img {
    top: unset;
    left: 15px;
  }
}

.footer-bg {
  position: relative;
  z-index: 1;
}
@media all and (max-width: 1280px) {
  .footer-bg {
    padding-bottom: 50px;
  }
}

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  position: relative;
  z-index: 20;
  font-family: "Microsoft JhengHei";
  background-color: #000;
}
footer .selection1 {
  color: #fff;
  text-align: center;
  padding: 15px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .selection1 a {
  color: #fff;
}
footer .selection1 a:hover {
  text-decoration: underline;
}
footer .selection1 img.copyRight {
  width: 12px;
  margin-right: 10px;
  height: 12px;
}
footer .selection1 .logo {
  margin: 0 10px;
  margin-left: 15px;
  width: 22px;
  height: 22px;
}
footer .selection1 .logo img {
  width: 22px;
  height: 22px;
}
footer .selection1 p {
  color: #fff !important;
  display: inline-block;
}
footer .selection2 {
  width: 20%;
  padding: 15px;
}
footer .selection2 .logo {
  width: 113px;
  height: 30px;
}

#footer {
  font-family: "Noto Sans TC";
  font-weight: 400;
  padding: 64px 0;
  background-color: #000;
}
@media all and (max-width: 1279px) {
  #footer {
    padding: 50px 0 80px;
  }
}
@media all and (max-width: 768px) {
  #footer {
    padding-bottom: 100px;
    overflow: hidden;
  }
}
#footer.hasfooterNotice {
  padding: 32px 0 64px 0;
}
@media all and (max-width: 1279px) {
  #footer.hasfooterNotice {
    padding: 20px 0 80px;
  }
}
@media all and (max-width: 768px) {
  #footer.hasfooterNotice {
    padding-bottom: 100px;
    overflow: hidden;
  }
}
#footer .footerNotice {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  font-size: 15px;
  color: #ffffff;
  line-height: 1.5;
  padding: 0 2em 3em 3em;
  text-align: justify;
}
#footer .top-wrap {
  margin: 0 auto 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media all and (max-width: 1279px) {
  #footer .top-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 680px;
  }
}
@media all and (max-width: 768px) {
  #footer .top-wrap {
    width: 320px;
  }
}
@media all and (max-width: 320px) {
  #footer .top-wrap {
    max-width: 320px;
    margin: 0 8px;
  }
}
#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;
  text-wrap: nowrap;
}
@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: 48%;
  }
}
@media all and (max-width: 768px) {
  #footer .top-wrap .list-wrap ul:first-of-type {
    margin-bottom: 50px;
  }
}
#footer .top-wrap .list-wrap ul:last-of-type {
  margin-right: 0;
}
#footer .top-wrap .list-wrap ul li.title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: "Noto Sans TC";
  font-weight: 700;
}
#footer .top-wrap .list-wrap ul li.link {
  margin-bottom: 20px;
}
#footer .top-wrap .list-wrap ul li.link a {
  font-size: 14px;
  color: #fff;
}
#footer .top-wrap .list-wrap ul li.link a.contact-web {
  display: inline-block;
}
@media all and (max-width: 768px) {
  #footer .top-wrap .list-wrap ul li.link a.contact-web {
    display: none;
  }
}
#footer .top-wrap .list-wrap ul li.link a.contact-mobile {
  display: none;
}
@media all and (max-width: 768px) {
  #footer .top-wrap .list-wrap ul li.link a.contact-mobile {
    display: inline-block;
  }
}
#footer .bottom-wrap {
  width: 960px;
  margin: auto;
  border-top: 1px solid #4f4f4f;
  padding-top: 16px;
  color: #4f4f4f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media all and (max-width: 1279px) {
  #footer .bottom-wrap {
    width: 680px;
  }
}
@media all and (max-width: 768px) {
  #footer .bottom-wrap {
    width: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#footer .bottom-wrap a {
  color: #a3a3a3;
}
#footer .bottom-wrap .links-container {
  font-size: 14px;
}
@media all and (max-width: 768px) {
  #footer .bottom-wrap .links-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#footer .bottom-wrap .links-container a {
  display: inline-block;
  margin-right: 30px;
  letter-spacing: 2px;
}
@media all and (max-width: 768px) {
  #footer .bottom-wrap .links-container a {
    margin-right: 0;
    margin-bottom: 12px;
  }
}
#footer .bottom-wrap .links-container a .link-img-bank {
  margin-right: 12px;
  position: relative;
  top: 2px;
}
@media all and (max-width: 768px) {
  #footer .bottom-wrap .links-container p span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    margin: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 12px;
  }
}
#footer .bottom-wrap .copyright-desc {
  font-size: 14px;
  letter-spacing: 1px;
}
@media all and (max-width: 768px) {
  #footer .bottom-wrap .copyright-desc {
    text-align: center;
    margin-top: 20px;
  }
}
#footer .footer--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  margin-top: 40px;
  width: 100%;
  max-width: 960px;
  color: #fff;
}
@media all and (max-width: 1279px) {
  #footer .footer--flex {
    margin-top: 35px;
    max-width: 680px;
  }
}
@media all and (max-width: 768px) {
  #footer .footer--flex {
    display: block;
    max-width: 320px;
    margin-top: 30px;
  }
}
@media all and (max-width: 320px) {
  #footer .footer--flex {
    max-width: 280px;
    margin: 30px 20px 0 20px;
  }
}
#footer .footer__title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
@media all and (max-width: 1279px) {
  #footer .footer__title {
    font-size: 22px;
  }
}
@media all and (max-width: 768px) {
  #footer .footer__title {
    margin: auto;
    margin-bottom: 15px;
  }
}
#footer .footer__text {
  font-size: 14px;
  line-height: 1.7;
}
@media all and (max-width: 1279px) {
  #footer .footer__text {
    width: 470px;
  }
}
@media all and (max-width: 768px) {
  #footer .footer__text {
    width: auto;
  }
}
#footer .footer__text a {
  text-decoration: underline;
}

#foot {
  position: relative;
  width: 100%;
  padding: 50px;
  background: #000000;
}
@media all and (max-width: 1279px) {
  #foot {
    padding: 30px 40px;
  }
}
@media all and (max-width: 768px) {
  #foot {
    padding: 30px;
  }
}
#foot .footer--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
@media all and (max-width: 1279px) {
  #foot .footer--flex {
    margin-bottom: 35px;
  }
}
@media all and (max-width: 768px) {
  #foot .footer--flex {
    display: block;
    margin-bottom: 30px;
  }
}
#foot .footer__title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-right: 60px;
}
@media all and (max-width: 1279px) {
  #foot .footer__title {
    font-size: 22px;
    margin-right: 30px;
  }
}
@media all and (max-width: 768px) {
  #foot .footer__title {
    margin: auto;
    margin-bottom: 15px;
  }
}
#foot .footer__text {
  width: 725px;
  font-size: 14px;
  line-height: 1.71;
}
@media all and (max-width: 1279px) {
  #foot .footer__text {
    width: 470px;
    font-size: 12px;
  }
}
@media all and (max-width: 768px) {
  #foot .footer__text {
    width: auto;
  }
}
#foot .footer_smart {
  letter-spacing: 1px;
  text-align: center;
  line-height: 1;
}
#foot .footer_smart span {
  display: inline-block;
}
#foot .footer_smart span::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-left: 7px;
  margin-right: 8px;
  background: url("../img/sinopac-logo.svg") no-repeat 0 0;
  position: relative;
  top: 5px;
}
#foot .footer_smart a {
  display: inline-block;
  letter-spacing: 0;
  margin: 10px 5px 0 5px;
  vertical-align: middle;
}
#foot .footer_smart #cdic {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}

.footer_ico {
  margin-right: 0.2em;
}

@media all and (max-width: 1279px) {
  #download {
    display: block;
  }
}

#footer_download {
  position: relative;
  width: 100%;
  height: 505px;
  padding: 90px 20px;
  background: url(../img/index/bg_curve.svg) center/cover no-repeat;
  color: white;
  overflow: hidden;
  line-height: 1;
}
@media all and (max-width: 768px) {
  #footer_download {
    height: auto;
    position: unset;
    padding: 47px 20px 0 20px;
  }
}
#footer_download .footer_download_title {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 8px;
  text-align: center;
  margin-left: 69px;
}
@media all and (max-width: 1279px) {
  #footer_download .footer_download_title {
    font-size: 20px;
    letter-spacing: 5px;
    margin-left: 115px;
  }
}
@media all and (max-width: 768px) {
  #footer_download .footer_download_title {
    font-size: 16px;
    letter-spacing: 3.2px;
    margin-left: 0;
  }
}
#footer_download .footer_download_con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media all and (max-width: 1279px) {
  #footer_download .footer_download_con {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 760px;
  }
}
@media all and (max-width: 768px) {
  #footer_download .footer_download_con {
    display: block;
    position: relative;
    bottom: 0;
    left: 0;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    min-width: auto;
  }
}
#footer_download .footer_download_con .footer_download_img {
  margin-right: 40px;
}
@media all and (max-width: 768px) {
  #footer_download .footer_download_con .footer_download_img {
    margin-right: 26px;
    margin: 9% auto -4% auto;
    text-align: center;
    width: 64%;
    max-width: 236px;
  }
  #footer_download .footer_download_con .footer_download_img img {
    width: 100%;
  }
}
#footer_download .footer_download_con .footer_download_text {
  margin-top: 24px;
}
@media all and (max-width: 1279px) {
  #footer_download .footer_download_con .footer_download_text {
    margin-top: 16px;
  }
}
#footer_download .footer_download_con .footer_download_text h6 {
  font-size: 24px;
}
@media all and (max-width: 1279px) {
  #footer_download .footer_download_con .footer_download_text h6 {
    font-size: 16px;
  }
}
@media all and (max-width: 768px) {
  #footer_download .footer_download_con .footer_download_text h6 {
    display: none;
  }
}
#footer_download .footer_download_con .footer_download_text > p {
  white-space: nowrap;
  font-size: 16px;
  letter-spacing: 0.8px;
  margin: 20px 0 45px 0;
}
@media all and (max-width: 1279px) {
  #footer_download .footer_download_con .footer_download_text > p {
    font-size: 12px;
    margin: 14px 0 30px 0;
  }
}
@media all and (max-width: 768px) {
  #footer_download .footer_download_con .footer_download_text > p {
    display: none;
  }
}
#footer_download .footer_download_con .footer_download_text > p span {
  color: #825f14;
}
#footer_download .footer_download_con .footer_download_text .footer_download_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 768px) {
  #footer_download .footer_download_con .footer_download_text .footer_download_box {
    display: block;
  }
}
#footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_img {
  margin-right: 24px;
}
@media all and (max-width: 1279px) {
  #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_img {
    margin-right: 10px;
  }
  #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_img img {
    width: 100%;
  }
}
@media all and (max-width: 768px) {
  #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_img {
    display: none;
  }
}
#footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner p {
  font-size: 14px;
}
@media all and (max-width: 1279px) {
  #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner p {
    font-size: 13px;
  }
}
#footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner p:first-child {
  font-size: 36px;
  margin-bottom: 19px;
}
@media all and (max-width: 1279px) {
  #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner p:first-child {
    font-size: 24px;
    margin-bottom: 14px;
    margin-top: 4px;
  }
}
@media all and (max-width: 768px) {
  #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner p:first-child {
    margin-bottom: 11px;
    margin-top: 24px;
    text-align: center;
  }
}
#footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner p:nth-child(2) {
  line-height: 1.1em;
}
@media all and (max-width: 768px) {
  #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner p:nth-child(2) {
    text-align: center;
  }
}
#footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner p:nth-child(3) {
  line-height: 1.1em;
  margin-top: 0.5em;
  white-space: nowrap;
}
@media all and (max-width: 768px) {
  #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner p:nth-child(3) {
    text-align: center;
    margin-bottom: 22px;
    white-space: normal;
  }
}
#footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner .footer_download_box_btn {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 1279px) {
  #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner .footer_download_box_btn {
    margin-top: 12px;
  }
}
@media all and (max-width: 768px) {
  #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner .footer_download_box_btn {
    text-align: center;
    margin: 0 auto;
    max-width: 300px;
  }
}
#footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner .footer_download_box_btn a {
  margin-right: 5px;
  border-radius: 5px;
}
#footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner .footer_download_box_btn a img {
  width: 100%;
  display: block;
}
#footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner .footer_download_box_btn a:last-child {
  margin-right: 0;
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -20px);
            transform: translate(0, -20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes floating {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -20px);
            transform: translate(0, -20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes gull-float {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
  }
}
@keyframes gull-float {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
  }
}
@-webkit-keyframes kv-star-blink {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    opacity: 0.2;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}
@keyframes kv-star-blink {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    opacity: 0.2;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}
@-webkit-keyframes hand-wave {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  15% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  30% {
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }
  40% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  60% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  70% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes hand-wave {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  15% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  30% {
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }
  40% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  60% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  70% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes mouseScroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(150%);
            transform: translateY(150%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(150%);
            transform: translateY(150%);
  }
}
@keyframes mouseScroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(150%);
            transform: translateY(150%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(150%);
            transform: translateY(150%);
  }
}
@-webkit-keyframes spring-rock {
  0%, 100% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}
@keyframes spring-rock {
  0%, 100% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}
@-webkit-keyframes spring-rock-shadow {
  0%, 100% {
    -webkit-transform: translateX(5px) scaleX(1.01);
            transform: translateX(5px) scaleX(1.01);
  }
  25%, 75% {
    -webkit-transform: translateX(0) scaleX(0.98);
            transform: translateX(0) scaleX(0.98);
  }
  50% {
    -webkit-transform: translateX(-5px) scaleX(1.01);
            transform: translateX(-5px) scaleX(1.01);
  }
}
@keyframes spring-rock-shadow {
  0%, 100% {
    -webkit-transform: translateX(5px) scaleX(1.01);
            transform: translateX(5px) scaleX(1.01);
  }
  25%, 75% {
    -webkit-transform: translateX(0) scaleX(0.98);
            transform: translateX(0) scaleX(0.98);
  }
  50% {
    -webkit-transform: translateX(-5px) scaleX(1.01);
            transform: translateX(-5px) scaleX(1.01);
  }
}
#sidelinks {
  position: fixed;
  z-index: 100;
  right: 20px;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
@media all and (max-width: 768px) {
  #sidelinks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
#sidelinks .float-link {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
}
@media all and (min-width: 1280px) {
  #sidelinks .float-link:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media all and (max-width: 768px) {
  #sidelinks .float-link {
    width: 100%;
    height: 44px;
    position: relative;
    background-color: #ff896c;
    border-top: 2px solid #292929;
  }
  #sidelinks .float-link::before {
    content: "";
    position: absolute;
    z-index: 1;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border-radius: 4px;
    border: 2px solid #f4694a;
  }
  #sidelinks .float-link::after {
    content: "";
    position: absolute;
    z-index: 1;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: calc(100% - 14px);
    height: calc(100% - 14px);
    border-radius: 4px;
    border: 2px solid #ffb8a7;
  }
}
#sidelinks .float-link .main-img {
  width: 120px;
}
@media all and (max-width: 768px) {
  #sidelinks .float-link .main-img {
    width: 271px;
    height: 50px;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
#sidelinks .float-link .text-m {
  display: none;
}
@media all and (max-width: 768px) {
  #sidelinks .float-link .text-m {
    display: inline-block;
    width: 76px;
    position: absolute;
    z-index: 3;
    top: 0;
    bottom: 0;
    left: 25px;
    right: 0;
    margin: auto;
  }
}
#sidelinks #go-top-btn {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media all and (min-width: 1280px) {
  #sidelinks #go-top-btn:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}
#sidelinks #go-top-btn img {
  width: 60px;
}

.btn-primary-gold,
.btn-secondary-gold {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  width: 200px;
  height: 44px;
  background-color: #ffc758;
  border: 3px solid #fff;
  border-radius: 40px;
  -webkit-box-shadow: 0 0 0 3px #292929;
          box-shadow: 0 0 0 3px #292929;
  position: relative;
  overflow: hidden;
}
.btn-primary-gold::before, .btn-primary-gold::after,
.btn-secondary-gold::before,
.btn-secondary-gold::after {
  content: "";
  position: absolute;
  top: -4px;
  bottom: -4px;
  background-color: rgba(255, 255, 255, 0.45);
  -webkit-transform: skewX(-20deg);
      -ms-transform: skewX(-20deg);
          transform: skewX(-20deg);
  pointer-events: none;
}
.btn-primary-gold::before,
.btn-secondary-gold::before {
  left: 54%;
  width: 36px;
}
.btn-primary-gold::after,
.btn-secondary-gold::after {
  left: 73%;
  width: 18px;
}
@media all and (min-width: 1280px) {
  .btn-primary-gold,
  .btn-secondary-gold {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .btn-primary-gold:hover,
  .btn-secondary-gold:hover {
    background-color: #292929;
  }
  .btn-primary-gold:hover span,
  .btn-secondary-gold:hover span {
    color: #fff;
  }
  .btn-primary-gold:hover .arrow,
  .btn-secondary-gold:hover .arrow {
    background-image: url(../images/btn-arrow-w.svg);
  }
}
.btn-primary-gold span,
.btn-secondary-gold span {
  position: relative;
  z-index: 1;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.02em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #292929;
}
.btn-primary-gold .arrow,
.btn-secondary-gold .arrow {
  position: relative;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/btn-arrow.svg);
}

.btn-secondary-gold {
  background-color: #ffe8b9;
  -webkit-box-shadow: 0 0 0 3px #282626;
          box-shadow: 0 0 0 3px #282626;
}
.btn-secondary-gold span {
  color: #9C9C9C;
}
.btn-secondary-gold .arrow {
  opacity: 0.55;
}
@media all and (min-width: 1280px) {
  .btn-secondary-gold:hover {
    background-color: #292929;
  }
  .btn-secondary-gold:hover span {
    color: #fff;
  }
  .btn-secondary-gold:hover .arrow {
    opacity: 1;
    background-image: url(../images/btn-arrow-w.svg);
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

#overlayer {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1001;
  background: #ffffff;
  top: 0;
  left: 0;
}

.loader {
  position: fixed;
  z-index: 1003;
  top: 50%;
  margin-top: -115px;
  left: 50%;
  margin-left: -86.5px;
}

.dawho-logo {
  width: 173px;
  height: 177px;
}
.dawho-logo img {
  width: 173px;
  height: 177px;
}

.loading {
  position: relative;
  margin-top: -60px;
}
.loading img {
  width: 173px;
  height: 173px;
}

.sinopac-logo {
  width: 173px;
  margin-bottom: 20px;
}
.sinopac-logo img {
  width: 100%;
}

.loading {
  position: relative;
  margin-top: -60px;
}
.loading img {
  width: 173px;
  height: 173px;
}

html {
  max-width: 100vw;
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-family: "Noto Sans TC", serif;
  font-optical-sizing: auto;
}
html.scroll-lock {
  overflow: hidden;
}

a {
  color: inherit;
}

br.br-w {
  display: block;
}
@media all and (max-width: 1279px) {
  br.br-w {
    display: none;
  }
}
br.br-m {
  display: none;
}
@media all and (max-width: 768px) {
  br.br-m {
    display: block;
  }
}

.fw-400 {
  font-weight: 400;
}

.fw-700 {
  font-weight: 700;
}

.fw-900 {
  font-weight: 900;
}

body {
  background-color: #fff9eb;
  color: #fff;
  max-width: 100vw;
  overflow-x: hidden;
  font-family: "GSR", sans-serif;
}
body.scroll-lock {
  overflow: hidden;
}
@media all and (max-width: 1279px) {
  body {
    padding-top: 56px;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sec-h2 {
  text-align: center;
  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;
  gap: 12px;
  position: relative;
}
@media all and (max-width: 1279px) {
  .sec-h2 {
    gap: 8px;
  }
}
.sec-h2::before, .sec-h2::after {
  content: "";
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 48px;
  height: 48px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/icons/coffeecup-1.svg);
}
@media all and (max-width: 1279px) {
  .sec-h2::before, .sec-h2::after {
    width: 28px;
    height: 28px;
  }
}
.sec-h2::after {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
.sec-h2 .h2-text {
  display: inline;
  font-size: clamp(24px, 0.7511737089vw + 21.1830985915px, 32px);
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.04em;
  color: #594232;
  text-shadow: -2px -2px 0 #ffffff, 0 -2px 0 #ffffff, 2px -2px 0 #ffffff, -2px 0 0 #ffffff, 2px 0 0 #ffffff, -2px 2px 0 #ffffff, 0 2px 0 #ffffff, 2px 2px 0 #ffffff;
  -webkit-filter: drop-shadow(2px 4px 0 rgba(207, 177, 113, 0.75));
          filter: drop-shadow(2px 4px 0 rgba(207, 177, 113, 0.75));
}
@media all and (max-width: 1279px) {
  .sec-h2 .h2-text {
    line-height: 1.35;
    letter-spacing: 0.02em;
  }
}
body > main {
  color: #594232;
}

#kv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 820px;
  background-color: #c5e4f8;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-image: url(../images/kv/kv-bg.png);
  padding: 20px;
}
@media all and (max-width: 768px) {
  #kv {
    height: auto;
    background-size: cover;
    background-position: center bottom;
    background-image: url(../images/kv/kv-bg-sm.png);
    padding-top: 24px;
  }
}
#kv .kv-btm-curve {
  position: absolute;
  pointer-events: none;
  bottom: -40px;
  width: 100%;
  height: 152px;
  background-size: cover;
  background-image: url(../images/kv/kv-btm.svg);
  background-position: center;
  background-repeat: no-repeat;
}
@media all and (max-width: 768px) {
  #kv .kv-btm-curve {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 88px;
    background-size: 100% 88px;
    background-image: url(../images/kv/kv-btm-m.png);
  }
}
#kv .kv-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  width: 100%;
  max-width: 704px;
  margin-top: 88px;
}
@media all and (max-width: 768px) {
  #kv .kv-title-wrapper {
    margin-top: 10px;
  }
}
#kv #kv-date {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/kv/time-bg.svg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4b6b9a;
  width: 320px;
  font-size: clamp(16px, 0.3755868545vw + 14.5915492958px, 20px);
  font-family: "Noto Sans TC", serif;
  letter-spacing: 0.2em;
  margin-bottom: 16px;
  padding: 0.625em 0 0.8em;
}
@media all and (max-width: 768px) {
  #kv #kv-date {
    margin-bottom: 0;
    width: 240px;
  }
}
@media all and (max-width: 768px) {
  #kv #kv-date,
  #kv #kv-title,
  #kv #kv-subtitle,
  #kv #kv-rewards-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#kv #kv-title {
  width: 100%;
}
@media all and (max-width: 768px) {
  #kv #kv-title {
    margin-top: 10px;
  }
}
#kv #kv-subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #23357b;
  gap: 6px;
  font-size: clamp(20px, 1.1267605634vw + 15.7746478873px, 32px);
  line-height: 1.3;
  letter-spacing: 0.04em;
}
@media all and (max-width: 768px) {
  #kv #kv-subtitle {
    margin-top: 2.6666666667vw;
    font-size: 5.3333333333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    line-height: 1.5;
  }
}
#kv #kv-subtitle img {
  width: 95%;
  max-width: 519px;
}
@media all and (max-width: 768px) {
  #kv #kv-subtitle img {
    margin: 2.6666666667vw 0 0.5333333333vw;
  }
}
#kv #kv-rewards-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  width: 100%;
  max-width: 620px;
  max-height: 3rem;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(rgba(65, 140, 238, 0)), color-stop(40%, rgba(65, 140, 238, 0.8)), color-stop(60%, rgba(65, 140, 238, 0.8)), to(rgba(65, 140, 238, 0)));
  background: linear-gradient(90deg, rgba(65, 140, 238, 0) 0%, rgba(65, 140, 238, 0.8) 40%, rgba(65, 140, 238, 0.8) 60%, rgba(65, 140, 238, 0) 100%);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(16px, 1.1267605634vw + 11.7746478873px, 28px);
  letter-spacing: 0.12em;
}
@media all and (max-width: 768px) {
  #kv #kv-rewards-row {
    font-size: 4.2666666667vw;
    margin-top: 2.1333333333vw;
    height: 1.5em;
  }
}
#kv #kv-rewards-row .number-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  bottom: 2px;
  line-height: 1.3;
}
@media all and (max-width: 768px) {
  #kv #kv-rewards-row .number-col {
    font-size: 4.2666666667vw;
    bottom: 0.8vw;
  }
}
#kv #kv-rewards-row .number-col b {
  display: inline-block;
  font-size: clamp(17px, 3.8497652582vw + 2.5633802817px, 58px);
  line-height: 1;
  margin-left: 6px;
}
@media all and (max-width: 768px) {
  #kv #kv-rewards-row .number-col b {
    font-size: 7.4666666667vw;
    margin-left: 1.0666666667vw;
  }
}
#kv #kv-visual {
  position: relative;
  width: 100%;
  max-width: 756px;
  margin: 0 auto;
  margin-top: 26px;
  aspect-ratio: 756/312;
}
@media all and (max-width: 768px) {
  #kv #kv-visual {
    margin-left: -12.8vw;
    margin-right: -7.4666666667vw;
    width: calc(100% + 20.2666666667vw);
    max-width: none;
    min-width: 411px;
    margin-top: 21.3333333333vw;
  }
}
#kv #kv-visual .kv-mat {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
}
@media all and (max-width: 768px) {
  #kv #kv-visual .kv-mat {
    bottom: 2.6666666667vw;
  }
}
#kv #kv-visual .kv-tiger-wrapper {
  position: absolute;
  width: 29%;
  left: 38%;
  bottom: 22%;
  aspect-ratio: 436/423;
}
@media all and (max-width: 768px) {
  #kv #kv-visual .kv-tiger-wrapper {
    width: 41.6vw;
    left: 37.3333333333vw;
    bottom: 15.4666666667vw;
  }
}
@media all and (max-width: 375px) {
  #kv #kv-visual .kv-tiger-wrapper {
    left: 38%;
  }
}
#kv #kv-visual .kv-tiger {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#kv #kv-visual .kv-tiger .kv-tiger-body {
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
  z-index: 2;
}
#kv #kv-visual .kv-tiger .kv-tiger-arm {
  position: absolute;
  width: 78.44%;
  left: -21%;
  bottom: 41%;
  -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-animation: hand-wave 3s ease-in-out infinite;
          animation: hand-wave 3s ease-in-out infinite;
}
#kv .kv-star {
  position: absolute;
  pointer-events: none;
  -webkit-animation: kv-star-blink 2s ease-in-out infinite alternate;
          animation: kv-star-blink 2s ease-in-out infinite alternate;
}
#kv .kv-star.star1 {
  width: 40px;
  top: 180px;
  left: calc(50% + 371px);
}
@media all and (max-width: 768px) {
  #kv .kv-star.star1 {
    width: 24px;
    top: 66px;
    left: auto;
    right: 20px;
  }
}
#kv .kv-star.star2 {
  width: 16px;
  top: 218px;
  left: calc(50% - 377px);
}
@media all and (max-width: 768px) {
  #kv .kv-star.star2 {
    width: 12px;
    top: 52px;
    left: auto;
    right: 43px;
  }
}
#kv .kv-star.star3 {
  width: 16px;
  top: 152px;
  left: calc(50% + 367px);
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@media all and (max-width: 768px) {
  #kv .kv-star.star3 {
    display: none;
  }
}
#kv .kv-deco {
  position: absolute;
  pointer-events: none;
  z-index: 1;
}
@media all and (max-width: 768px) {
  #kv .kv-deco {
    display: none;
  }
}
#kv .kv-dog {
  width: 115px;
  top: 567px;
  left: calc(50% - 528px);
}
#kv .kv-gull {
  -webkit-animation: gull-float 3s ease-in-out infinite;
          animation: gull-float 3s ease-in-out infinite;
}
#kv .kv-gull.gull1 {
  width: 103px;
  top: 140px;
  left: calc(50% - 517px);
}
#kv .kv-gull.gull2 {
  width: 62px;
  top: 245px;
  left: calc(50% - 562px);
  -webkit-animation-duration: 3.4s;
          animation-duration: 3.4s;
  -webkit-animation-delay: -1.2s;
          animation-delay: -1.2s;
}
#kv #kv-scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  position: relative;
  bottom: 32px;
  cursor: pointer;
  z-index: 2;
}
@media all and (max-width: 768px) {
  #kv #kv-scroll {
    bottom: 2.6666666667vw;
    margin-bottom: 6.4vw;
  }
}
#kv #kv-scroll #scroll-circle {
  position: relative;
  width: 24px;
  height: 32px;
  border: 2px solid #594232;
  border-radius: 40px;
  margin-bottom: 2px;
}
#kv #kv-scroll #scroll-circle .dot {
  position: absolute;
  background-color: #594232;
  width: 2px;
  height: 5px;
  border-radius: 2px;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 15%;
  -webkit-animation: mouseScroll 2s infinite;
  animation: mouseScroll 2s infinite;
}
#kv #kv-scroll span {
  font-size: 14px;
  line-height: 24px;
  color: #594232;
}
@media all and (max-width: 768px) {
  #kv #kv-scroll span {
    font-size: 14px;
    line-height: 1.7;
  }
}

#sec-newfriend {
  position: relative;
  margin-top: -1px;
  padding: 60px 20px;
  background-color: #fbd9a0;
  background-image: url(../images/newfriend/bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
@media all and (max-width: 768px) {
  #sec-newfriend {
    padding: 60px 16px 46px;
    background-image: url(../images/newfriend/bg-m.png);
  }
}
#sec-newfriend .sec-h2 {
  margin-bottom: 8px;
}
#sec-newfriend .sec-newfriend-subtitle {
  text-align: center;
  font-size: clamp(18px, 0.1877934272vw + 17.2957746479px, 20px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
  margin-bottom: 16px;
}
@media all and (max-width: 768px) {
  #sec-newfriend .sec-newfriend-subtitle {
    margin-bottom: 20px;
    line-height: 1.75;
  }
}
#sec-newfriend #sec-newfriend-cards {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}
@media all and (max-width: 1279px) {
  #sec-newfriend #sec-newfriend-cards {
    display: block;
    margin: auto;
    width: 84%;
  }
}
#sec-newfriend #sec-newfriend-cards .sec-newfriend-cards__box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#sec-newfriend #sec-newfriend-cards .sec-newfriend-cards__box.first .sec-newfriend-card .card-title .board-text {
  font-size: 32px;
}
#sec-newfriend #sec-newfriend-cards .sec-newfriend-cards__box.first .sec-newfriend-card .card-content .card-text {
  letter-spacing: 0;
  margin-top: 36px;
}
#sec-newfriend #sec-newfriend-cards .sec-newfriend-card {
  width: 100%;
  height: 100%;
  background-color: #fff9ee;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px 24px;
}
#sec-newfriend #sec-newfriend-cards .sec-newfriend-card.mobilepay::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/newfriend/mask.png) no-repeat center, rgba(12, 12, 12, 0.6);
  background-size: 100%, cover;
  z-index: 4;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-radius: 20px;
}
@media all and (max-width: 1279px) {
  #sec-newfriend #sec-newfriend-cards .sec-newfriend-card {
    height: 530px;
    padding-bottom: 24px;
  }
}
#sec-newfriend #sec-newfriend-cards .sec-newfriend-card .card-title {
  position: relative;
  width: calc(100% + 36px);
  margin: 0 -20px;
  min-height: 115px;
  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;
  background-color: #594232;
  border-radius: 12px;
  background: url(../images/newfriend/newfriend-card-title.svg) no-repeat center center;
  background-size: 100% 100%;
  padding: 12px 8px;
  text-align: center;
  z-index: 5;
}
@media all and (max-width: 1279px) {
  #sec-newfriend #sec-newfriend-cards .sec-newfriend-card .card-title {
    background: url(../images/newfriend/newfriend-card-title-lg.svg) no-repeat center center;
  }
}
@media all and (max-width: 375px) {
  #sec-newfriend #sec-newfriend-cards .sec-newfriend-card .card-title {
    background: url(../images/newfriend/newfriend-card-title.svg) no-repeat center center;
    background-size: cover;
  }
}
#sec-newfriend #sec-newfriend-cards .sec-newfriend-card .card-title .board-text {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #fff9ee;
}
#sec-newfriend #sec-newfriend-cards .sec-newfriend-card .card-title .board-text.text-lg {
  font-size: 32px;
}
#sec-newfriend #sec-newfriend-cards .sec-newfriend-card .card-title .board-text .highlight {
  color: #ff896c;
  font-size: 32px;
  font-weight: 900;
  margin: 0 2px;
}
@media all and (max-width: 1279px) {
  #sec-newfriend #sec-newfriend-cards .sec-newfriend-card .card-title .board-text .highlight {
    font-size: 28px;
  }
}
#sec-newfriend #sec-newfriend-cards .sec-newfriend-card .card-content {
  position: relative;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
  max-width: 360px;
}
#sec-newfriend #sec-newfriend-cards .sec-newfriend-card .card-content .card-number {
  position: relative;
  margin-bottom: 12px;
  width: 100%;
}
#sec-newfriend #sec-newfriend-cards .sec-newfriend-card .card-content .card-number img {
  display: block;
  height: 76px;
  margin: auto;
}
#sec-newfriend #sec-newfriend-cards .sec-newfriend-card .card-content .img-creditcard {
  display: block;
  margin: 0 auto 14px;
  width: 126px;
}
#sec-newfriend #sec-newfriend-cards .sec-newfriend-card .card-content .card-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.55;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
}
@media all and (max-width: 375px) {
  #sec-newfriend #sec-newfriend-cards .sec-newfriend-card .card-content .card-text {
    font-size: 16px;
  }
}
#sec-newfriend #sec-newfriend-cards .sec-newfriend-card .card-content .card-text .highlight-text {
  font-size: 20px;
  color: #f4694a;
  font-weight: 900;
}
@media all and (max-width: 375px) {
  #sec-newfriend #sec-newfriend-cards .sec-newfriend-card .card-content .card-text .highlight-text {
    font-size: 18px;
  }
}
#sec-newfriend #sec-newfriend-cards .sec-newfriend-card .card-content .card-text .notice-limit-text {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.02em;
}
@media all and (max-width: 375px) {
  #sec-newfriend #sec-newfriend-cards .sec-newfriend-card .card-content .card-text .notice-limit-text {
    font-size: 14px;
  }
}
#sec-newfriend #sec-newfriend-cards .sec-newfriend-card .card-content a {
  margin: auto auto 0;
}
@media all and (max-width: 1279px) {
  #sec-newfriend #sec-newfriend-cards .slick-slide {
    margin: 0 12px;
  }
}
@media all and (max-width: 1279px) {
  #sec-newfriend #sec-newfriend-cards .slick-list {
    margin: 0 -12px;
    overflow: visible;
    overflow-x: clip;
  }
}
#sec-newfriend #sec-newfriend-cards .slick-arrow {
  display: none;
  width: 44px;
  height: 44px;
  font-size: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  top: 242px;
}
@media all and (max-width: 1279px) {
  #sec-newfriend #sec-newfriend-cards .slick-arrow {
    display: block;
    position: absolute;
    z-index: 2;
  }
}
#sec-newfriend #sec-newfriend-cards .slick-arrow.slick-prev {
  background-image: url(../images/icons/arrow-prev.svg);
  left: -32px;
}
#sec-newfriend #sec-newfriend-cards .slick-arrow.slick-next {
  background-image: url(../images/icons/arrow-next.svg);
  right: -32px;
}
#sec-newfriend #sec-newfriend-cards .slick-dots {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  width: 100%;
  margin-top: 45px;
}
@media all and (min-width: 1280px) {
  #sec-newfriend #sec-newfriend-cards .slick-dots {
    display: none;
  }
}
#sec-newfriend #sec-newfriend-cards .slick-dots li {
  width: 16px;
  height: 10px;
  border-radius: 80px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 2px solid #594232;
  background-color: #fff9ee;
}
#sec-newfriend #sec-newfriend-cards .slick-dots li button {
  font-size: 0;
}
#sec-newfriend #sec-newfriend-cards .slick-dots li.slick-active {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #FFD87E;
}
#sec-newfriend .sec-newfriend-deco {
  position: absolute;
  pointer-events: none;
}
@media all and (max-width: 768px) {
  #sec-newfriend .sec-newfriend-deco {
    display: none;
  }
}
#sec-newfriend .sec-newfriend-deco.deco-sign {
  width: 192px;
  bottom: -16px;
  right: calc(50% + 530px);
}
#sec-newfriend .sec-newfriend-deco.deco-ball {
  width: 100px;
  bottom: 24px;
  left: calc(50% - 50px);
  z-index: 5;
}
#sec-newfriend .sec-newfriend-deco.deco-sand {
  width: 128px;
  bottom: 0;
  left: calc(50% - 346px);
  z-index: 5;
}
#sec-newfriend .sec-newfriend-deco.deco-shovel {
  width: 93px;
  bottom: 20px;
  right: calc(50% - 646px);
  z-index: 5;
}
@media all and (max-width: 768px) {
  #sec-newfriend .sec-newfriend-deco.deco-shovel {
    display: block;
    right: 16px;
    bottom: 40px;
  }
}

#sec-creditcard {
  margin-top: -1px;
  position: relative;
  background-color: #fcd998;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-image: url(../images/creditcard/bg.png);
  padding: 72px 20px 60px;
}
@media all and (max-width: 768px) {
  #sec-creditcard {
    background-image: url(../images/creditcard/bg-m.png);
    padding: 40px 16px 60px;
  }
}
#sec-creditcard .sec-h2 {
  margin-bottom: 16px;
}
@media all and (max-width: 768px) {
  #sec-creditcard .sec-h2 {
    gap: 4px;
  }
}
#sec-creditcard .sec-h2::before, #sec-creditcard .sec-h2::after {
  background-image: url(../images/icons/coffeecup-2.svg);
}
@media all and (max-width: 768px) {
  #sec-creditcard .sec-h2 .h2-text {
    letter-spacing: -0.05em;
  }
}
#sec-creditcard .sec-h2 .h2-text .highlight {
  line-height: 0;
  color: #f4694a;
  position: relative;
  display: inline-block;
}
#sec-creditcard .sec-h2 .h2-text .highlight.txt-lg {
  font-size: 1.75em;
  margin: 0 4px;
  top: 0.1em;
}
@media all and (max-width: 768px) {
  #sec-creditcard .sec-h2 .h2-text .highlight {
    font-size: 1em;
    margin: 0 2px;
    top: 0.05em;
  }
}
#sec-creditcard .sec-creditcard-subtitle {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: clamp(18px, 0.1877934272vw + 17.2957746479px, 20px);
  font-weight: 700;
  line-height: 1.4;
  gap: 20px;
  margin-bottom: 22px;
}
@media all and (max-width: 768px) {
  #sec-creditcard .sec-creditcard-subtitle {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px;
    row-gap: 6px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
#sec-creditcard .sec-creditcard-subtitle .line {
  width: 2px;
  height: 20px;
  background-color: #594232;
  border-radius: 1px;
}
#sec-creditcard .sec-creditcard-main {
  position: relative;
  width: 1200px;
  margin: auto;
  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) {
  #sec-creditcard .sec-creditcard-main {
    display: block;
    width: 100%;
    max-width: 800px;
  }
}
#sec-creditcard .sec-creditcard-main #sec-creditcard-tiger {
  position: relative;
  z-index: 1;
  width: 180px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media all and (max-width: 1279px) {
  #sec-creditcard .sec-creditcard-main #sec-creditcard-tiger {
    display: none;
  }
}
#sec-creditcard .sec-creditcard-main #sec-creditcard-tiger .tiger-bg {
  position: absolute;
  width: 290px;
  max-width: none;
  left: -46px;
  bottom: 80px;
}
#sec-creditcard .sec-creditcard-main .table-area {
  width: 996px;
}
@media all and (max-width: 1279px) {
  #sec-creditcard .sec-creditcard-main .table-area {
    width: 100%;
  }
}
#sec-creditcard .sec-creditcard-main #sec-creditcard-table-header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 1279px) {
  #sec-creditcard .sec-creditcard-main #sec-creditcard-table-header {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
#sec-creditcard .sec-creditcard-main #sec-creditcard-table-header .table-title {
  height: 60px;
}
#sec-creditcard .sec-creditcard-main #sec-creditcard-table-header .table-title:first-child {
  width: 219px;
  background: url(../images/creditcard/th-bkg.svg);
}
#sec-creditcard .sec-creditcard-main #sec-creditcard-table-header .table-title:nth-child(2) {
  background: url(../images/creditcard/th-bkg-0.svg);
  width: 179px;
}
#sec-creditcard .sec-creditcard-main #sec-creditcard-table-header .table-title:nth-child(3) {
  background: url(../images/creditcard/th-bkg-1.svg);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 289px;
}
#sec-creditcard .sec-creditcard-main #sec-creditcard-table-header .table-title:nth-child(4) {
  background: url(../images/creditcard/th-bkg-2.svg);
  background-size: cover;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media all and (max-width: 1279px) {
  #sec-creditcard .sec-creditcard-main #sec-creditcard-table-header .table-title {
    height: auto;
  }
  #sec-creditcard .sec-creditcard-main #sec-creditcard-table-header .table-title:first-child {
    display: none;
  }
  #sec-creditcard .sec-creditcard-main #sec-creditcard-table-header .table-title:nth-child(2), #sec-creditcard .sec-creditcard-main #sec-creditcard-table-header .table-title:nth-child(3), #sec-creditcard .sec-creditcard-main #sec-creditcard-table-header .table-title:nth-child(4) {
    background: none;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media all and (max-width: 768px) {
  #sec-creditcard .sec-creditcard-main #sec-creditcard-table-header .table-title:nth-child(3) {
    margin-left: -6px;
    margin-right: -6px;
  }
}
#sec-creditcard .sec-creditcard-main #sec-creditcard-table-header button.sec-creditcard-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  color: #feefda;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-shadow: -2px -2px 0 #000000, 0 -2px 0 #000000, 2px -2px 0 #000000, -2px 0 0 #000000, 2px 0 0 #000000, -2px 2px 0 #000000, 0 2px 0 #000000, 2px 2px 0 #000000;
}
@media all and (min-width: 1280px) {
  #sec-creditcard .sec-creditcard-main #sec-creditcard-table-header button.sec-creditcard-tab {
    cursor: default;
    pointer-events: none;
  }
}
@media all and (max-width: 1279px) {
  #sec-creditcard .sec-creditcard-main #sec-creditcard-table-header button.sec-creditcard-tab {
    cursor: pointer;
    height: 76px;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-shadow: -2px -2px 0 #594232, 0 -2px 0 #594232, 2px -2px 0 #594232, -2px 0 0 #594232, 2px 0 0 #594232, -2px 2px 0 #594232, 0 2px 0 #594232, 2px 2px 0 #594232;
  }
  #sec-creditcard .sec-creditcard-main #sec-creditcard-table-header button.sec-creditcard-tab.t0 {
    background-image: url(../images/creditcard/th-bkg-l-0.svg);
    background-size: cover;
  }
  #sec-creditcard .sec-creditcard-main #sec-creditcard-table-header button.sec-creditcard-tab.t1 {
    background-image: url(../images/creditcard/th-bkg-l-1.svg);
    background-size: cover;
  }
  #sec-creditcard .sec-creditcard-main #sec-creditcard-table-header button.sec-creditcard-tab.t2 {
    background-image: url(../images/creditcard/th-bkg-l-2.svg);
    background-size: cover;
  }
  #sec-creditcard .sec-creditcard-main #sec-creditcard-table-header button.sec-creditcard-tab.active {
    height: 84px;
    padding-bottom: 8px;
    background-image: url(../images/creditcard/th-bkg-l-active.svg);
    background-size: cover;
  }
}
@media all and (max-width: 768px) {
  #sec-creditcard .sec-creditcard-main #sec-creditcard-table-header button.sec-creditcard-tab.t0, #sec-creditcard .sec-creditcard-main #sec-creditcard-table-header button.sec-creditcard-tab.t1, #sec-creditcard .sec-creditcard-main #sec-creditcard-table-header button.sec-creditcard-tab.t2, #sec-creditcard .sec-creditcard-main #sec-creditcard-table-header button.sec-creditcard-tab.active {
    background-size: 100% 100%;
  }
}
@media all and (max-width: 640px) {
  #sec-creditcard .sec-creditcard-main #sec-creditcard-table-header button.sec-creditcard-tab {
    height: 76px;
    font-size: 20px;
  }
  #sec-creditcard .sec-creditcard-main #sec-creditcard-table-header button.sec-creditcard-tab.t0 {
    background-image: url(../images/creditcard/th-bkg-m-0.svg);
  }
  #sec-creditcard .sec-creditcard-main #sec-creditcard-table-header button.sec-creditcard-tab.t1 {
    background-image: url(../images/creditcard/th-bkg-m-1.svg);
  }
  #sec-creditcard .sec-creditcard-main #sec-creditcard-table-header button.sec-creditcard-tab.t2 {
    background-image: url(../images/creditcard/th-bkg-m-2.svg);
  }
  #sec-creditcard .sec-creditcard-main #sec-creditcard-table-header button.sec-creditcard-tab.active {
    height: 84px;
    padding-bottom: 8px;
    background-image: url(../images/creditcard/th-bkg-m-active.svg);
  }
}
#sec-creditcard .sec-creditcard-main #sec-creditcard-table {
  position: relative;
  width: 996px;
}
@media all and (max-width: 1279px) {
  #sec-creditcard .sec-creditcard-main #sec-creditcard-table {
    width: 100%;
  }
}
#sec-creditcard .sec-creditcard-main #sec-creditcard-table table {
  position: relative;
  background-color: #e9d3ae;
  width: 100%;
  border-collapse: separate;
  text-align: center;
  border-spacing: 4px;
  border-radius: 0 0 12px 12px;
}
@media all and (max-width: 1279px) {
  #sec-creditcard .sec-creditcard-main #sec-creditcard-table table {
    border-spacing: 3px;
    margin-top: -3px;
  }
}
#sec-creditcard .sec-creditcard-main #sec-creditcard-table table tr {
  background-color: #fff3e3;
}
#sec-creditcard .sec-creditcard-main #sec-creditcard-table table tr:first-child td {
  padding: 10px;
}
@media all and (max-width: 1279px) {
  #sec-creditcard .sec-creditcard-main #sec-creditcard-table table tr:first-child td {
    padding: 16px 10px;
  }
}
#sec-creditcard .sec-creditcard-main #sec-creditcard-table table tr:last-child td {
  padding: 22px 16px;
}
@media all and (max-width: 1279px) {
  #sec-creditcard .sec-creditcard-main #sec-creditcard-table table tr:last-child td {
    padding: 14px 12px;
  }
}
#sec-creditcard .sec-creditcard-main #sec-creditcard-table table td {
  background-color: #fff3e3;
  vertical-align: middle;
  padding: 12px 16px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media all and (max-width: 1279px) {
  #sec-creditcard .sec-creditcard-main #sec-creditcard-table table td {
    font-size: 18px;
    padding: 12px;
  }
}
#sec-creditcard .sec-creditcard-main #sec-creditcard-table table td.th {
  width: 214px;
}
@media all and (max-width: 1279px) {
  #sec-creditcard .sec-creditcard-main #sec-creditcard-table table td.th {
    width: 160px;
  }
}
@media all and (min-width: 1280px) {
  #sec-creditcard .sec-creditcard-main #sec-creditcard-table table td.td1 {
    width: 176px;
  }
}
@media all and (max-width: 1279px) {
  #sec-creditcard .sec-creditcard-main #sec-creditcard-table table td.c0, #sec-creditcard .sec-creditcard-main #sec-creditcard-table table td.c1, #sec-creditcard .sec-creditcard-main #sec-creditcard-table table td.c2 {
    display: none;
  }
  #sec-creditcard .sec-creditcard-main #sec-creditcard-table table td.c0.show, #sec-creditcard .sec-creditcard-main #sec-creditcard-table table td.c1.show, #sec-creditcard .sec-creditcard-main #sec-creditcard-table table td.c2.show {
    display: table-cell;
  }
}
#sec-creditcard .sec-creditcard-main #sec-creditcard-table table td .highlight {
  display: inline-block;
  font-weight: 900;
  color: #f4694a;
  text-shadow: -2px -2px 0 #fff, 0 -2px 0 #fff, 2px -2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff, -2px 2px 0 #fff, 0 2px 0 #fff, 2px 2px 0 #fff;
}
#sec-creditcard .sec-creditcard-main #sec-creditcard-table table td .highlight .main {
  font-size: 32px;
}
@media all and (max-width: 1279px) {
  #sec-creditcard .sec-creditcard-main #sec-creditcard-table table td .highlight .main {
    font-size: 24px;
  }
}
#sec-creditcard .sec-creditcard-main #sec-creditcard-table table td .highlight .per {
  font-size: 24px;
}
@media all and (max-width: 1279px) {
  #sec-creditcard .sec-creditcard-main #sec-creditcard-table table td .highlight .per {
    font-size: 20px;
    display: inline-block;
    margin-left: 2px;
  }
}
#sec-creditcard .sec-creditcard-main #sec-creditcard-table table td .fs-s {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.01em;
}
@media all and (max-width: 1279px) {
  #sec-creditcard .sec-creditcard-main #sec-creditcard-table table td .fs-s {
    font-size: 14px;
  }
}
@media all and (max-width: 375px) {
  #sec-creditcard .sec-creditcard-main #sec-creditcard-table table td .fs-s {
    font-size: 12px;
  }
}
#sec-creditcard .sec-creditcard-main #sec-creditcard-table table tr:last-of-type td:first-of-type {
  border-bottom-left-radius: 12px;
}
#sec-creditcard .sec-creditcard-main #sec-creditcard-table table tr:last-of-type td:last-of-type {
  border-bottom-right-radius: 12px;
}
@media all and (max-width: 1279px) {
  #sec-creditcard .sec-creditcard-main #sec-creditcard-table table tr:last-of-type td.mobile-td-c.show {
    border-bottom-right-radius: 12px;
  }
}
#sec-creditcard .sec-creditcard-main #sec-creditcard-table .deco-castle-sm {
  position: absolute;
  width: 126px;
  right: -60px;
  bottom: -40px;
}
@media all and (max-width: 768px) {
  #sec-creditcard .sec-creditcard-main #sec-creditcard-table .deco-castle-sm {
    display: none;
  }
}
#sec-creditcard .sec-creditcard-main .sec-creditcard-desc-list {
  width: 100%;
  letter-spacing: 0.03em;
  max-width: 916px;
  margin: auto;
  margin-top: 24px;
  padding-left: 1.5em;
}
@media all and (max-width: 1279px) {
  #sec-creditcard .sec-creditcard-main .sec-creditcard-desc-list {
    margin-top: 16px;
  }
}
#sec-creditcard .sec-creditcard-main .sec-creditcard-desc-list > li {
  list-style: disc;
  list-style-position: outside;
  font-size: 18px;
  line-height: 1.65;
}
@media all and (max-width: 1279px) {
  #sec-creditcard .sec-creditcard-main .sec-creditcard-desc-list > li {
    font-size: 14px;
    line-height: 1.45;
  }
}
#sec-creditcard .sec-creditcard-main .sec-creditcard-desc-list ol {
  padding-left: 1.5em;
}
#sec-creditcard .sec-creditcard-main .sec-creditcard-desc-list ol li {
  list-style: lower-alpha;
  list-style-position: outside;
}
#sec-creditcard .sec-creditcard-main .sec-creditcard-desc-list a {
  text-decoration: underline;
  font-weight: bold;
}
#sec-creditcard .deco-dog-white {
  position: absolute;
  width: 120px;
  right: calc(50% - 680px);
  top: 60px;
}

#sec-register {
  margin-top: -1px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 62px;
  background-color: #c5e4f8;
  background-image: url(../images/register/register-bg.png);
  background-size: cover;
}
#sec-register .sec-h2 {
  gap: 18px;
}
@media (min-width: 2048px) {
  #sec-register {
    min-height: 800px;
  }
}
@media all and (max-width: 768px) {
  #sec-register {
    padding-top: 0;
  }
}
#sec-register .register-board {
  position: relative;
  width: 86%;
  max-width: 1113px;
  height: 630px;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../images/register/wood-board.png) no-repeat center/100% 100%;
  padding-top: 60px;
}
@media all and (max-width: 1024px) {
  #sec-register .register-board {
    background: url(../images/register/wood-board-m.png) no-repeat center/100% 100%;
    aspect-ratio: 1094/615;
    padding-top: 64px;
    max-width: none;
    height: 580px;
    width: auto;
  }
}
@media all and (max-width: 768px) {
  #sec-register .register-board {
    padding-top: 72px;
    height: 615px;
  }
}
#sec-register .sec-register-deco {
  position: absolute;
  pointer-events: none;
}
@media all and (max-width: 768px) {
  #sec-register .sec-register-deco {
    display: none;
  }
}
#sec-register .sec-register-deco.deco-tiger-ballon {
  width: 21.6%;
  min-width: 230px;
  bottom: 4%;
  left: -10%;
}
@media all and (max-width: 1024px) {
  #sec-register .sec-register-deco.deco-tiger-ballon {
    display: none;
  }
}
#sec-register .sec-register-deco.deco-coin-left {
  width: 12.1%;
  top: 10%;
  left: -3.7%;
  -webkit-animation: floating 3s ease-in-out infinite alternate;
          animation: floating 3s ease-in-out infinite alternate;
}
#sec-register .sec-register-deco.deco-coin-right {
  width: 9.1%;
  top: 17.5%;
  right: -3.6%;
  -webkit-animation: floating 3s ease-in-out infinite alternate;
          animation: floating 3s ease-in-out infinite alternate;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
#sec-register .sec-register-deco.deco-small-ball {
  width: 5.9%;
  bottom: 2.3%;
  right: -1%;
}
@media all and (max-width: 1024px) {
  #sec-register .sec-register-deco.deco-small-ball {
    display: none;
  }
}
#sec-register .sec-h2::before, #sec-register .sec-h2::after {
  background-image: url(../images/icons/coffeecup-3.svg);
}
@media all and (max-width: 768px) {
  #sec-register .sec-h2::before, #sec-register .sec-h2::after {
    width: 28px;
    height: 28px;
  }
}
#sec-register .sec-h2 .h2-text {
  color: #594232;
}
#sec-register h2 {
  position: relative;
  margin-bottom: 56px;
}
@media all and (max-width: 768px) {
  #sec-register h2 {
    margin-bottom: 40px;
  }
}
#sec-register .form {
  position: relative;
  width: 100vw;
  max-width: 78%;
  margin: auto;
  padding: 0 16px;
}
@media all and (max-width: 375px) {
  #sec-register .form {
    padding: 0 16px;
  }
}
#sec-register .form .input-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 28px;
}
@media all and (max-width: 1279px) {
  #sec-register .form .input-row {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 768px) {
  #sec-register .form .input-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 3.2vw;
  }
}
#sec-register .form .input-row label {
  width: 148px;
  font-size: 18px;
  line-height: 1.65;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #594232;
}
@media all and (max-width: 768px) {
  #sec-register .form .input-row label {
    width: 100%;
    margin-bottom: 8px;
    font-size: 16px;
  }
}
#sec-register .form .input-row label::after {
  content: "*";
  color: #f4694a;
}
#sec-register .form .input-row input {
  width: 100%;
  height: 54px;
  border-radius: 40px;
  background-color: #fff;
  border: none;
  font-size: 18px;
  line-height: 1.65;
  padding: 12px 20px;
  color: #594232;
}
@media all and (max-width: 768px) {
  #sec-register .form .input-row input {
    height: 38px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.6;
  }
}
@media all and (max-width: 768px) {
  #sec-register .form .input-row input#input-captcha {
    margin-bottom: 8px;
  }
}
#sec-register .form .input-row input::-webkit-input-placeholder {
  font-size: 18px;
  line-height: 1.65;
  color: #a6a6a6;
}
#sec-register .form .input-row input::-moz-placeholder {
  font-size: 18px;
  line-height: 1.65;
  color: #a6a6a6;
}
#sec-register .form .input-row input:-ms-input-placeholder {
  font-size: 18px;
  line-height: 1.65;
  color: #a6a6a6;
}
#sec-register .form .input-row input::-ms-input-placeholder {
  font-size: 18px;
  line-height: 1.65;
  color: #a6a6a6;
}
#sec-register .form .input-row input::placeholder {
  font-size: 18px;
  line-height: 1.65;
  color: #a6a6a6;
}
@media all and (max-width: 768px) {
  #sec-register .form .input-row input::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 1.6;
  }
  #sec-register .form .input-row input::-moz-placeholder {
    font-size: 14px;
    line-height: 1.6;
  }
  #sec-register .form .input-row input:-ms-input-placeholder {
    font-size: 14px;
    line-height: 1.6;
  }
  #sec-register .form .input-row input::-ms-input-placeholder {
    font-size: 14px;
    line-height: 1.6;
  }
  #sec-register .form .input-row input::placeholder {
    font-size: 14px;
    line-height: 1.6;
  }
}
#sec-register .form .input-row #captcha-img {
  width: 120px;
  height: 40px;
  margin-left: 20px;
  margin-right: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media all and (max-width: 768px) {
  #sec-register .form .input-row #captcha-img {
    margin-left: 0;
  }
}
#sec-register .form .input-row #btn-refresh-captcha {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
}
#sec-register .form .input-row #btn-refresh-captcha.on {
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: rotate(-360deg);
      -ms-transform: rotate(-360deg);
          transform: rotate(-360deg);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
#sec-register .form .input-row #btn-refresh-captcha img {
  width: 100%;
}
#sec-register .form .hr {
  background: url(../images/register/divider-line.svg) no-repeat center;
  width: 100%;
  height: 6px;
  margin-bottom: 22px;
}
@media all and (max-width: 768px) {
  #sec-register .form .hr {
    margin-bottom: 16px;
  }
}
#sec-register .form .checkbox-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 28px;
}
@media all and (max-width: 768px) {
  #sec-register .form .checkbox-row {
    gap: 4px;
    margin-bottom: 16px;
  }
}
#sec-register .form .checkbox-row input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 3px;
  border: 2px solid #594232;
  border-radius: 4px;
  background-color: transparent;
  cursor: pointer;
  position: relative;
}
#sec-register .form .checkbox-row input:checked::after {
  content: "";
  position: absolute;
  inset: 1px;
  background-color: #594232;
  border-radius: 1px;
}
#sec-register .form .checkbox-row label {
  font-size: 16px;
  line-height: 1.5;
  color: #594232;
}
@media all and (max-width: 768px) {
  #sec-register .form .checkbox-row label {
    font-size: 14px;
  }
}
#sec-register .form .checkbox-row label a {
  text-decoration: underline;
  font-weight: bold;
}
#sec-register .form #btn-submit {
  margin: auto;
}

#sec-enjoy {
  margin-top: -1px;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #9bcf82;
  background-image: url(../images/enjoy/enjoy-bg.png);
  padding: 106px 20px 136px;
}
@media (min-width: 1441px) {
  #sec-enjoy {
    background-size: cover;
  }
}
@media all and (max-width: 768px) {
  #sec-enjoy {
    background-image: url(../images/enjoy/bg-m.png);
    background-position: center bottom;
    padding-top: 32px;
    padding-bottom: 260px;
  }
}
#sec-enjoy .sec-enjoy-deco {
  position: absolute;
  pointer-events: none;
}
#sec-enjoy .sec-enjoy-deco.deco-tiger-spring {
  width: 173.4px;
  top: 368px;
  left: calc(50% + 443.6px);
  -webkit-transform-origin: 54.4% 95.6%;
      -ms-transform-origin: 54.4% 95.6%;
          transform-origin: 54.4% 95.6%;
  -webkit-animation: spring-rock 1.6s ease-in-out infinite;
          animation: spring-rock 1.6s ease-in-out infinite;
}
@media all and (max-width: 768px) {
  #sec-enjoy .sec-enjoy-deco.deco-tiger-spring {
    width: 54%;
    max-width: 173.4px;
    top: auto;
    left: auto;
    right: 0;
    bottom: -2%;
  }
}
#sec-enjoy .sec-enjoy-deco.deco-tiger-spring-shadow {
  width: 142.9px;
  height: 21.9px;
  border-radius: 50%;
  background: #86CA65;
  top: 592.8px;
  left: calc(50% + 466.5px);
  -webkit-animation: spring-rock-shadow 1.6s ease-in-out infinite;
          animation: spring-rock-shadow 1.6s ease-in-out infinite;
}
#sec-enjoy .sec-enjoy-deco.deco-tree-triangle {
  display: none;
  left: 32px;
  bottom: 32vw;
  width: 18.1333333333vw;
  height: auto;
}
@media all and (max-width: 768px) {
  #sec-enjoy .sec-enjoy-deco.deco-tree-triangle {
    display: block;
  }
}
#sec-enjoy .sec-enjoy-deco.deco-grass {
  display: none;
  width: 125.3333333333vw;
  bottom: -29.3333333333vw;
  left: -80vw;
}
@media all and (max-width: 768px) {
  #sec-enjoy .sec-enjoy-deco.deco-grass {
    display: block;
  }
}
#sec-enjoy h2.sec-h2 {
  margin-bottom: 40px;
  gap: 20px;
}
@media all and (max-width: 1279px) {
  #sec-enjoy h2.sec-h2 {
    margin-bottom: 20px;
  }
}
#sec-enjoy h2.sec-h2::before, #sec-enjoy h2.sec-h2::after {
  background-image: url(../images/icons/coffeecup-4.svg);
}
#sec-enjoy h2.sec-h2 .h2-text {
  color: #594232;
  text-shadow: -2px -2px 0 #ffffff, 0 -2px 0 #ffffff, 2px -2px 0 #ffffff, -2px 0 0 #ffffff, 2px 0 0 #ffffff, -2px 2px 0 #ffffff, 0 2px 0 #ffffff, 2px 2px 0 #ffffff;
  -webkit-filter: drop-shadow(2px 4px 0 #73BC4F);
          filter: drop-shadow(2px 4px 0 #73BC4F);
}
#sec-enjoy #sec-enjoy-cards {
  position: relative;
  z-index: 1;
  margin: auto;
  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;
  gap: 17px;
}
@media all and (max-width: 768px) {
  #sec-enjoy #sec-enjoy-cards {
    display: block;
    width: 84.5%;
    max-width: 480px;
  }
}
#sec-enjoy #sec-enjoy-cards .sec-enjoy-card {
  width: 284px;
  margin-bottom: 3px;
  margin-top: 32px;
}
#sec-enjoy #sec-enjoy-cards .sec-enjoy-card:nth-of-type(2) {
  margin-top: 0;
}
@media all and (max-width: 768px) {
  #sec-enjoy #sec-enjoy-cards .sec-enjoy-card {
    margin-top: 0;
  }
}
#sec-enjoy #sec-enjoy-cards .sec-enjoy-card .top-number {
  position: relative;
  width: 100%;
  margin-bottom: 12px;
}
#sec-enjoy #sec-enjoy-cards .sec-enjoy-card .top-number img {
  width: 100%;
}
#sec-enjoy #sec-enjoy-cards .sec-enjoy-card .card-title {
  text-align: center;
  color: #fff;
  line-height: 1.5;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.04em;
  margin-bottom: 12px;
  text-shadow: -2px -2px 0 #594232, 0 -2px 0 #594232, 2px -2px 0 #594232, -2px 0 0 #594232, 2px 0 0 #594232, -2px 2px 0 #594232, 0 2px 0 #594232, 2px 2px 0 #594232;
}
#sec-enjoy #sec-enjoy-cards .sec-enjoy-card .card-desc {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  color: #292929;
  margin-bottom: 12px;
  text-align: center;
  text-shadow: -2px -2px 0 #ffffff, 0 -2px 0 #ffffff, 2px -2px 0 #ffffff, -2px 0 0 #ffffff, 2px 0 0 #ffffff, -2px 2px 0 #ffffff, 0 2px 0 #ffffff, 2px 2px 0 #ffffff;
}
#sec-enjoy #sec-enjoy-cards .sec-enjoy-card a {
  margin: auto;
}
#sec-enjoy #sec-enjoy-cards .slick-arrow {
  display: none;
  width: 44px;
  height: 44px;
  font-size: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  top: 168px;
}
@media all and (max-width: 768px) {
  #sec-enjoy #sec-enjoy-cards .slick-arrow {
    display: block;
    position: absolute;
    z-index: 2;
  }
}
#sec-enjoy #sec-enjoy-cards .slick-arrow.slick-prev {
  background-image: url(../images/icons/arrow-prev.svg);
  left: -32px;
}
@media all and (max-width: 375px) {
  #sec-enjoy #sec-enjoy-cards .slick-arrow.slick-prev {
    left: -28px;
  }
}
#sec-enjoy #sec-enjoy-cards .slick-arrow.slick-next {
  background-image: url(../images/icons/arrow-next.svg);
  right: -32px;
}
@media all and (max-width: 375px) {
  #sec-enjoy #sec-enjoy-cards .slick-arrow.slick-next {
    right: -28px;
  }
}
#sec-enjoy #sec-enjoy-cards .slick-dots {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  width: 100%;
  margin-top: 16px;
}
@media all and (min-width: 1280px) {
  #sec-enjoy #sec-enjoy-cards .slick-dots {
    display: none;
  }
}
#sec-enjoy #sec-enjoy-cards .slick-dots li {
  width: 16px;
  height: 10px;
  border-radius: 80px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 2px solid #292929;
  background-color: #fff;
}
#sec-enjoy #sec-enjoy-cards .slick-dots li button {
  font-size: 0;
}
#sec-enjoy #sec-enjoy-cards .slick-dots li.slick-active {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #64BDFF;
}

#sec-notice {
  margin-top: -1px;
  position: relative;
  overflow: hidden;
  padding: 60px 0 36px;
  background-color: #FFEBC5;
}
@media all and (max-width: 768px) {
  #sec-notice {
    background-color: #FFF7E3;
    padding: 80px 16px 52px;
  }
}
#sec-notice .sec-h2 {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
  margin: auto;
  margin-bottom: 28px;
  gap: 20px;
}
#sec-notice .sec-h2.toggled::before, #sec-notice .sec-h2.toggled::after {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
@media all and (max-width: 1279px) {
  #sec-notice .sec-h2 {
    gap: 8px;
  }
}
#sec-notice .sec-h2::before, #sec-notice .sec-h2::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 24px;
  height: 24px;
  background-image: url(../images/icons/btn-top-deco.svg);
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
#sec-notice #sec-notice-main-toggle-area {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#sec-notice #sec-notice-main-toggle-area .sec-notice-deco {
  position: absolute;
}
@media all and (max-width: 1279px) {
  #sec-notice #sec-notice-main-toggle-area .sec-notice-deco {
    display: none;
  }
}
#sec-notice #sec-notice-main-toggle-area .sec-notice-deco.deco-coffeecup {
  width: 75px;
  top: 804px;
  left: calc(50% - 600px);
}
#sec-notice #sec-notice-main-toggle-area .sec-notice-deco.deco-castle-lg {
  width: 208px;
  top: 88px;
  left: calc(50% - 660px);
}
#sec-notice #sec-notice-main-toggle-area .sec-notice-deco.deco-sandbucket {
  width: 166px;
  top: 1188px;
  left: calc(50% + 436px);
}
#sec-notice #sec-notice-main-toggle-area .sec-notice-deco.deco-beachball {
  width: 100px;
  top: 372px;
  left: calc(50% + 528px);
}
#sec-notice .sec-notice-main {
  color: #594232;
  display: none;
  width: 100%;
  max-width: 792px;
  margin: auto;
}
@media all and (max-width: 1279px) {
  #sec-notice .sec-notice-main {
    width: 100%;
  }
}
#sec-notice .sec-notice-main .row + .row {
  margin-top: 20px;
}
#sec-notice .sec-notice-main .row .row-title {
  position: relative;
  background-color: #FFD87E;
  border-radius: 8px;
  padding: 9px 20px 5px;
  font-size: 18px;
  line-height: 1.55;
  letter-spacing: 0.02em;
  font-weight: 700;
  margin-bottom: 20px;
}
@media all and (max-width: 1279px) {
  #sec-notice .sec-notice-main .row .row-title {
    font-size: 16px;
    padding: 4px 16px;
    text-align: center;
  }
}
#sec-notice .sec-notice-main .row .row-content {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  padding: 0 40px;
}
@media all and (max-width: 768px) {
  #sec-notice .sec-notice-main .row .row-content {
    font-size: 14px;
  }
}
#sec-notice .sec-notice-main .row .row-content ol {
  padding-left: 1.3em;
}
#sec-notice .sec-notice-main .row .row-content ol li {
  list-style: decimal;
}
#sec-notice .sec-notice-main .row .row-content a {
  text-decoration: underline;
  font-weight: 700;
}