@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Aleo:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC:wght@200..900&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
body {
  font-size: 10px;
  font-family: "Inter", "Noto Sans TC", sans-serif, "Microsoft JhengHei";
}

/****************\
* IMG
\****************/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 300;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  background-color: white;
  border-bottom: #d72a17 6px solid;
}
.header.header-white {
  background-color: white;
}
@media only screen and (max-width: 1185px) {
  .header {
    background-color: white;
  }
}
.header .desktop-header-container {
  position: relative;
  display: block;
  height: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 40px;
}
@media only screen and (max-width: 1185px) {
  .header .desktop-header-container {
    height: 50px;
  }
}
.header .desktop-header-container .header-btn {
  display: inline-block;
  font-size: 18px;
  padding: 11px 18px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 50px;
}
@media only screen and (max-width: 1185px) {
  .header .desktop-header-container .header-btn {
    display: none;
  }
}
.header .desktop-header-container .header-btn.btn-white {
  margin-top: 20px;
  color: #d6ae3c;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.header .desktop-header-container .header-btn.btn-first {
  margin-left: 50px;
}
.header .desktop-header-container .header-btn.btn-second {
  margin-left: 20px;
}
.header .desktop-header-container .header-btn.btn-transparent {
  border: #cb9b0c 2px solid;
  color: #cb9b0c;
  -webkit-transition: background-color 0.5s, color 0.5s;
  transition: background-color 0.5s, color 0.5s;
  float: right;
  margin-right: 240px;
  margin-top: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 9px 18px;
}
.header .desktop-header-container .header-btn.btn-transparent:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.header .desktop-header-container .header-btn.btn-transparent:hover {
  color: white;
  background-color: #cb9b0c;
}
.header .logo {
  background-image: url(../images/default/kv_sinopac.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 150px;
  height: 50px;
  display: block;
  float: left;
  margin-top: 15px;
  padding: 0;
  font-size: 22px;
  line-height: 1;
}
@media only screen and (max-width: 1185px) {
  .header .logo {
    float: none;
    margin: 7px auto 0 auto;
    width: 120px;
    height: 40px;
  }
}
.header .logo:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.hamburger {
  display: none;
  left: auto;
  right: 0;
  top: 10px;
}
@media only screen and (max-width: 1185px) {
  .hamburger {
    display: block;
  }
}
.hamburger .hamburger__icon,
.hamburger .hamburger__icon:after,
.hamburger .hamburger__icon:before {
  background-color: black;
}

.fat-nav li {
  font-size: 20px;
  padding: 0 0 40px 0;
}

.header-menu {
  z-index: 100;
}

.scroll-fix {
  max-width: 800px;
  left: auto !important;
  right: 0;
}

/**************\
* Footer
\**************/
footer {
  width: 100%;
  background-color: #808080;
}
footer div {
  letter-spacing: 0.1em;
  padding: 20px 20px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (max-width: 414px) {
  footer div span {
    display: block;
  }
}
footer a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  margin-left: 21px;
}
footer a.under-line {
  text-decoration: underline;
}

.wrapper {
  position: relative;
  z-index: 101;
}

.notice-area {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 25px 20px 5px;
  background: #f2f2f2;
}
.notice-area .notice-container {
  position: relative;
  text-align: justify;
  font-size: 16px;
  color: #333333;
  max-width: 975px;
  margin: 0 auto;
}
@media only screen and (max-width: 500px) {
  .notice-area .notice-container {
    font-size: 14px;
  }
}
.notice-area .notice-container ul {
  list-style: decimal;
}
.notice-area .notice-container ul.notice-list-1 {
  padding-bottom: 0;
}
.notice-area .notice-container ul.notice-list-3 {
  padding-bottom: 0;
}
.notice-area .notice-container ul li {
  line-height: 28px;
  margin-left: 20px;
  margin-bottom: 3px;
}
@media only screen and (max-width: 500px) {
  .notice-area .notice-container ul li {
    line-height: 25px;
  }
}
.notice-area .notice-container ul li.last-li {
  margin-bottom: 0;
}
.notice-area .notice-container ul li .txt-red, .notice-area .notice-container ul li.txt-red {
  color: #ff4b4b;
}
.notice-area .notice-container ul li .txt-bold {
  font-weight: bold;
}
.notice-area .notice-container ul li .txt-big {
  font-size: 18px;
}
@media only screen and (max-width: 500px) {
  .notice-area .notice-container ul li .txt-big {
    font-size: 16px;
  }
}
.notice-area .notice-container ul li .under-line {
  text-decoration: underline;
}
.notice-area .notice-container ul li a {
  color: #1e9a39;
}
.notice-area .notice-container ul li a:hover {
  text-decoration: underline;
}
.notice-area .notice-container ul li .dot-list {
  padding-bottom: 0;
  list-style: disc;
}
.notice-area .notice-container ul li .num-custom-list {
  list-style: disc;
  margin-left: 25px;
}
.notice-area .notice-container ul li .num-custom-list > li {
  position: relative;
  margin-left: 0;
}
.notice-area .notice-container ul li .num-custom-list .num-custom {
  position: absolute;
  left: 0;
  top: -1px;
}
.notice-area .notice-container .notice-title {
  width: 75px;
  position: relative;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  color: #333333;
  padding: 11px 33px 24px 13px;
  margin: 0 auto;
  z-index: 2;
}
@media only screen and (max-width: 500px) {
  .notice-area .notice-container .notice-title {
    font-size: 16px;
  }
}
.notice-area .notice-container .notice-title.notice-title-white {
  background-color: #fff;
}
.notice-area .notice-container .notice-title.notice-title-green {
  background-color: #e0eeea;
}
.notice-area .notice-container .notice-title.notice-title-blue {
  background-color: #ccf0fa;
}
.notice-area .notice-container .red-notice {
  position: relative;
  font-size: 18px;
  color: #ff4b4b;
  line-height: 28px;
  font-weight: bold;
  margin-top: 15px;
  padding: 0px 0px 40px 20px;
}
.notice-area .notice-container .red-notice .icon-position {
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 500px) {
  .notice-area .notice-container .red-notice {
    font-size: 16px;
  }
}

.icon-plus {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 12px;
  height: 12px;
}
@media only screen and (max-width: 500px) {
  .icon-plus {
    top: 13px;
    right: 12px;
  }
}
.icon-plus .icon {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  position: relative;
}
.icon-plus .icon.close {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.icon-plus .icon::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #333333;
  position: absolute;
  top: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(0deg);
          transform: translateX(-50%) rotate(0deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.icon-plus .icon.close::before {
  -webkit-transform: translateX(-50%) rotate(0deg);
          transform: translateX(-50%) rotate(0deg);
}

.txt-note {
  font-size: 70%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.75em;
  color: #ff6042;
}

svg * {
  transform-box: fill-box;
  -webkit-transform-origin: center;
          transform-origin: center;
}

@-webkit-keyframes arrowBounceIcon {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  60% {
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px);
  }
}

@keyframes arrowBounceIcon {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  60% {
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px);
  }
}
@-webkit-keyframes floatingCloud {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
}
@keyframes floatingCloud {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
}
/**************\
* 變數
\**************/
/**************\
* 通用
\**************/
img {
  width: 100%;
}

.wrapper {
  background-color: #fff;
}

.section {
  position: relative;
}
.section > .container {
  position: relative;
  margin: 0 auto;
  padding: 50px 20px;
  max-width: 1000px;
}

.font-weight {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 600;
}

.txt-bold {
  font-weight: bold;
}

.fixed-icon-area {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 115px;
  z-index: 102;
}
.fixed-icon-area a {
  cursor: pointer;
  margin-bottom: 5px;
}
.fixed-icon-area .mobile {
  display: none;
}
@media only screen and (max-width: 500px) {
  .fixed-icon-area .mobile {
    display: block;
  }
}
.fixed-icon-area .desktop {
  display: block;
}
@media only screen and (max-width: 500px) {
  .fixed-icon-area .desktop {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .fixed-icon-area {
    width: 70px;
    right: 0;
    bottom: 10px;
  }
}

.section-title {
  position: relative;
  font-size: 36px;
  color: #518b9c;
  line-height: 1.4;
  font-family: "Noto Serif TC", serif;
  font-weight: bold;
  text-align: center;
  padding: 0 35px;
  margin: 0 auto;
}
@media only screen and (max-width: 500px) {
  .section-title {
    font-size: 32px;
    line-height: 38px;
  }
}

.section-title-dsc {
  font-size: 18px;
  color: #54484e;
  line-height: 1.36;
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (max-width: 500px) {
  .section-title-dsc {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
.section-title-dsc .txt-pink {
  color: #ff6042;
}
.section-title-dsc .txt-big {
  font-size: 25px;
}
@media only screen and (max-width: 500px) {
  .section-title-dsc .txt-big {
    font-size: 23px;
  }
}
.section-title-dsc .txt-bold {
  font-weight: bold;
}
@media only screen and (max-width: 500px) {
  .section-title-dsc .mobile-break {
    display: block;
  }
}

.txt-underline {
  text-decoration: underline;
}

.text-pink {
  color: #ff6042;
}

.txt-small {
  color: #ff6042;
}

body .blocker {
  z-index: 10100;
}

.blocker {
  z-index: 500;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.7);
}
@media only screen and (max-width: 730px) {
  .blocker {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/**************\
* Main
\**************/
.section-kv {
  position: relative;
  z-index: 1;
  margin-top: 86px;
}
.section-kv .mobile {
  display: none;
}
@media only screen and (max-width: 500px) {
  .section-kv .mobile {
    display: block;
  }
}
.section-kv .desktop {
  display: block;
}
@media only screen and (max-width: 500px) {
  .section-kv .desktop {
    display: none;
  }
}
@media only screen and (max-width: 1185px) {
  .section-kv {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 500px) {
  .section-kv {
    overflow: hidden;
    margin-top: 63px;
  }
}
.section-kv .title {
  position: absolute;
  width: 1px;
  height: 1px;
  top: 0;
  left: 0;
  text-indent: -9999876px;
  z-index: -1;
  overflow: hidden;
}
.section-kv .kv-title,
.section-kv .kv-subtitle,
.section-kv .kv-num,
.section-kv .kv-gift {
  position: absolute;
}
.section-kv .kv-title {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
  width: 22.9861111111%;
  left: 22.1527777778%;
  top: 20.8791208791%;
}
@media only screen and (max-width: 500px) {
  .section-kv .kv-title {
    width: 62.9333333333%;
    left: 18.1333333333%;
    top: 7.2904009721%;
  }
}
.section-kv .kv-subtitle {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
  width: 23.3333333333%;
  left: 21.9444444444%;
  top: 43.956043956%;
}
@media only screen and (max-width: 500px) {
  .section-kv .kv-subtitle {
    width: 64%;
    left: 17.6%;
    top: 21.8712029162%;
  }
}
.section-kv .kv-num {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  width: 32.4305555556%;
  left: 47.4305555556%;
  top: 10.4395604396%;
}
@media only screen and (max-width: 500px) {
  .section-kv .kv-num {
    width: 94.6666666667%;
    left: 7.4666666667%;
    top: 34.5078979344%;
  }
}
.section-kv #kv-lottie {
  width: 100%;
  height: 100%;
}
.section-kv .kv-gift {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  width: 9.7222222222%;
  left: 45.1388888889%;
  top: 88.4615384615%;
}
@media only screen and (max-width: 500px) {
  .section-kv .kv-gift {
    width: 22.9333333333%;
    left: 37.8666666667%;
    top: 86.8772782503%;
  }
}

/********************\
* happy birthday
\********************/
.section-birthday {
  margin-top: 40px;
}
.section-birthday .mobile {
  display: none;
}
@media only screen and (max-width: 500px) {
  .section-birthday .mobile {
    display: block;
  }
}
.section-birthday .desktop {
  display: block;
}
@media only screen and (max-width: 500px) {
  .section-birthday .desktop {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .section-birthday {
    margin-top: -30px;
  }
}
.section-birthday .section-bg-icon {
  position: absolute;
}
@media only screen and (max-width: 1180px) {
  .section-birthday .section-bg-icon {
    display: none;
  }
}
.section-birthday .section-bg-icon.icon-1 {
  width: 429px;
  top: -130px;
  left: 0;
}
.section-birthday .section-bg-icon.icon-2 {
  width: 428px;
  bottom: -60px;
  right: 0;
}
.section-birthday .container {
  padding: 5% 20px 70px 20px;
}
@media only screen and (max-width: 500px) {
  .section-birthday .container {
    padding: 30px 20px 60px 20px;
  }
}
.section-birthday .container .section-item {
  max-width: 775px;
  height: auto;
  margin: 0 auto;
}
@media only screen and (max-width: 500px) {
  .section-birthday .container .section-item {
    max-width: 100%;
    min-width: auto;
  }
}

/********************\
* 永豐壽星 貴賓獨享
\********************/
.section-vip {
  background-color: #f3f2f0;
}
.section-vip .mobile {
  display: none;
}
@media only screen and (max-width: 500px) {
  .section-vip .mobile {
    display: block;
  }
}
.section-vip .desktop {
  display: block;
}
@media only screen and (max-width: 500px) {
  .section-vip .desktop {
    display: none;
  }
}
.section-vip .section-bg-icon {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1180px) {
  .section-vip .section-bg-icon {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .section-vip .section-top-icon {
    display: none;
  }
}
.section-vip .section-top-icon-1 {
  position: absolute;
  left: 50px;
  top: -64px;
  width: 150px;
  height: 153px;
}
.section-vip .section-top-icon-2 {
  position: absolute;
  left: 0;
  bottom: 30%;
  width: 112px;
}
.section-vip .section-top-icon-3 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 382px;
}
.section-vip .section-top-icon-4 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 112px;
}
.section-vip .container {
  max-width: 1000px;
  padding: 51px 20px 60px 20px;
}
@media only screen and (max-width: 500px) {
  .section-vip .container {
    max-width: 100%;
    padding: 39px 20px 28px 20px;
  }
}
.section-vip .container .section-title {
  max-width: 310px;
}
@media only screen and (max-width: 500px) {
  .section-vip .container .section-title {
    font-size: 32px;
    max-width: 100%;
    padding: 0;
  }
}
.section-vip .container .section-subtitle {
  font-family: "Noto Serif TC", serif;
  font-weight: bold;
  text-align: center;
  padding: 0 35px;
  margin: 0 auto;
  font-size: 30px;
  line-height: 36px;
  color: #ff866f;
}
@media only screen and (max-width: 500px) {
  .section-vip .container .section-subtitle {
    font-size: 25px;
    line-height: 36px;
    padding: 0;
  }
}
.section-vip .container .section-title-dsc {
  font-family: "Noto Serif TC", serif;
  font-size: 24px;
  line-height: 28px;
  color: #82b4be;
  margin-top: 10px;
  font-weight: bold;
}
@media only screen and (max-width: 500px) {
  .section-vip .container .section-title-dsc {
    font-size: 22px;
    line-height: 30px;
    padding: 0;
  }
}
.section-vip .container .section-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 816px;
  min-height: 354px;
  margin: 30px auto 50px;
}
@media only screen and (max-width: 500px) {
  .section-vip .container .section-content {
    width: 100%;
  }
}
.section-vip .container .section-content .block-info-bg-1 {
  position: absolute;
  left: -110px;
  bottom: 15px;
  width: 193px;
  height: 193px;
}
@media only screen and (max-width: 1180px) {
  .section-vip .container .section-content .block-info-bg-1 {
    display: none;
  }
}
.section-vip .container .section-content .block-info-bg-2 {
  position: absolute;
  right: -75px;
  bottom: 15px;
  width: 114px;
  height: 228px;
}
@media only screen and (max-width: 1180px) {
  .section-vip .container .section-content .block-info-bg-2 {
    display: none;
  }
}
.section-vip .container .block-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -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;
  width: 100%;
  height: 100%;
  padding: 30px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 17px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 17px -1px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 720px) {
  .section-vip .container .block-info .desktop {
    display: none;
  }
  .section-vip .container .block-info .mobile {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .section-vip .container .block-info {
    padding: 20px 25px;
    text-align: justify;
  }
}
.section-vip .container .block-info-text {
  font-family: "Noto Serif TC", serif;
  color: #4d4d4d;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  max-width: 635px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .section-vip .container .block-info-text {
    text-align: left;
  }
}
.section-vip .container .block-notice {
  font-size: 16px;
  color: #ff866f;
  line-height: 22px;
}
.section-vip .container .block-info-img {
  max-width: 663px;
  margin: 20px auto;
}
@media only screen and (max-width: 500px) {
  .section-vip .container .block-info-img {
    width: 100%;
  }
}
.section-vip .container .block-area {
  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;
  margin: 40px auto 30px;
}
@media only screen and (max-width: 720px) {
  .section-vip .container .block-area {
    display: block;
    max-width: 256px;
    margin: 30px auto 0 auto;
  }
}
.section-vip .container .block-area .block {
  margin-right: 2%;
}
@media only screen and (max-width: 768px) {
  .section-vip .container .block-area .block:nth-child(1) {
    width: 41%;
  }
  .section-vip .container .block-area .block:nth-child(2) {
    width: 40%;
  }
}
@media only screen and (max-width: 720px) {
  .section-vip .container .block-area .block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-right: 0;
    margin-bottom: 32px;
  }
  .section-vip .container .block-area .block:nth-child(1), .section-vip .container .block-area .block:nth-child(2) {
    width: 100%;
  }
}
.section-vip .container .block-area .block .block-image {
  max-width: 294px;
  height: 258px;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 768px) {
  .section-vip .container .block-area .block .block-image {
    max-width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 500px) {
  .section-vip .container .block-area .block .block-image {
    margin: 0 auto 10px auto;
    height: auto;
  }
}
.section-vip .container .block-area .block .block-title {
  font-family: "Noto Serif TC", serif;
  font-weight: bold;
  width: 287px;
  font-size: 28px;
  color: #ff866f;
  text-align: center;
}
@media only screen and (max-width: 500px) {
  .section-vip .container .block-area .block .block-title {
    margin-top: 10px;
  }
}
.section-vip .container .block-area .block .block-image-1 {
  width: 400px;
  max-width: 400px;
  height: auto;
}
.section-vip .container .block-area .block .block-image-1 img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .section-vip .container .block-area .block .block-image-1 {
    max-width: 100%;
  }
  .section-vip .container .block-area .block .block-image-1 .desktop {
    display: none;
  }
  .section-vip .container .block-area .block .block-image-1 .mobile {
    display: block;
  }
}
@media only screen and (max-width: 500px) {
  .section-vip .container .block-area .block .block-image-1 {
    max-width: 100%;
  }
  .section-vip .container .block-area .block .block-image-1 img {
    width: 100%;
  }
}
.section-vip .container .block-area .block .block-image-2 {
  width: 294px;
  margin-right: -20px;
  height: auto;
}
.section-vip .container .block-area .block .block-image-2 img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .section-vip .container .block-area .block .block-image-2 {
    max-width: 100%;
  }
  .section-vip .container .block-area .block .block-image-2 .desktop {
    display: none;
  }
  .section-vip .container .block-area .block .block-image-2 .mobile {
    display: block;
  }
}
@media only screen and (max-width: 500px) {
  .section-vip .container .block-area .block .block-image-2 {
    max-width: 100%;
  }
  .section-vip .container .block-area .block .block-image-2 img {
    width: 100%;
  }
}
.section-vip .container .block-area .block .block-dsc {
  width: 287px;
  font-size: 18px;
  line-height: 28px;
  text-align: justify;
  text-align: center;
  color: #333;
  line-height: 1.5;
  margin-top: 10px;
}
@media only screen and (max-width: 790px) {
  .section-vip .container .block-area .block .block-dsc {
    font-size: 16px;
    line-height: 24px;
  }
}
.section-vip .container .block-area .block .block-dsc .txt-sup {
  font-size: 10px;
  line-height: 0;
  vertical-align: super;
  padding-left: 0px;
}
.section-vip .container .block-area .block .block-dsc .txt-hightline {
  color: #518b9c;
}
.section-vip .container .block-area .block .block-dsc .txt-bold {
  font-weight: bold;
}

/********************\
* 如何兌領生日專屬禮呢？
\********************/
.section-how .container {
  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;
  gap: 10px;
}
.section-how .section-subtitle {
  font-family: "Noto Serif TC", serif;
  color: #808080;
  font-size: 28px;
  line-height: 28px;
  margin-top: 10px;
  font-weight: bold;
}
@media only screen and (max-width: 500px) {
  .section-how .section-subtitle {
    margin-top: 0;
  }
}
@media only screen and (max-width: 500px) {
  .section-how .mobile-break {
    display: block;
  }
}
.section-how .block-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 720px) {
  .section-how .block-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.section-how .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 500px) {
  .section-how .block:nth-child(1) {
    margin-top: -15px;
  }
  .section-how .block:nth-child(2) {
    margin-top: -30px;
  }
}
.section-how .block-item {
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 272px;
  gap: 10px;
  color: #595757;
}
@media only screen and (max-width: 800px) {
  .section-how .block-item {
    font-size: 16px;
  }
}
@media only screen and (max-width: 500px) {
  .section-how .block-item {
    font-size: 18px;
  }
}
.section-how .txt-hightline {
  color: #518b9c;
}
.section-how .how-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -20px auto 20px;
}
@media only screen and (max-width: 720px) {
  .section-how .how-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.section-how .how-button .btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 305px;
  height: 122px;
  text-decoration: none;
}
.section-how .how-button .btn + .btn {
  margin-left: 30px;
}
@media only screen and (max-width: 720px) {
  .section-how .how-button .btn + .btn {
    margin-left: 0;
  }
}
.section-how .how-button .text {
  font-family: "Noto Serif TC", serif;
  z-index: 1;
  font-size: 23px;
  color: #ffffff;
  margin-top: 17px;
  font-weight: bold;
}
.section-how .how-button .text img {
  width: 23px;
  height: 18px;
}
.section-how .how-button .btn-bg {
  position: absolute;
  left: 0;
  top: 0;
}

.owl-theme .owl-dots .owl-dot span {
  background-color: #5a3c3c;
  border: #5a3c3c 2px solid;
}

.owl-theme .owl-dots .owl-dot.active span {
  background-color: inherit;
  border: #5a3c3c 2px solid;
}

.owl-dots .owl-dot {
  outline: none;
}

.notice-area .mobile {
  display: none;
}
@media only screen and (max-width: 500px) {
  .notice-area .mobile {
    display: block;
  }
}
.notice-area .desktop {
  display: block;
}
@media only screen and (max-width: 500px) {
  .notice-area .desktop {
    display: none;
  }
}
.notice-area .notice-container .txt-pink {
  color: #ff6042;
  font-size: 18px;
}
@media only screen and (max-width: 500px) {
  .notice-area .notice-container .txt-pink {
    font-size: 16px;
  }
}
.notice-area .notice-container .txt-pink .text {
  margin-bottom: 6px;
}
.notice-area .notice-container .text {
  color: #4d4d4d;
  font-size: 16px;
}
@media only screen and (max-width: 500px) {
  .notice-area .notice-container .text {
    font-size: 14px;
  }
}
.notice-area .notice-container .txt-bold {
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 500px) {
  .notice-area .notice-container .txt-bold {
    font-size: 16px;
  }
}
.notice-area .notice-container .text-example {
  color: #4d4d4d;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 5px;
  line-height: 28px;
  margin-left: 10px;
}
@media only screen and (max-width: 500px) {
  .notice-area .notice-container .text-example {
    font-size: 14px;
    margin-left: 0;
  }
}
.notice-area .notice-container .example-table {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}
@media only screen and (max-width: 500px) {
  .notice-area .notice-container .example-table {
    margin-left: 0;
  }
}
.notice-area .notice-container .example-check {
  margin-top: 10px;
  margin-left: 10px;
  line-height: 24px;
}
@media only screen and (max-width: 500px) {
  .notice-area .notice-container .example-check {
    margin-left: 0;
  }
}
.notice-area .notice-container .notice-nonum {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 5px 10px;
  padding-left: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  list-style: none;
  border: 1px #ffffff solid;
  color: #ff6042;
}
@media only screen and (max-width: 840px) {
  .notice-area .notice-container .notice-nonum {
    font-size: 16px;
    width: 95%;
  }
}
.notice-area .notice-container .notice-icon {
  width: 19px;
  height: 14px;
}
.notice-area .notice-container .num-special-list {
  color: #ff6042;
  font-size: 18px;
  list-style: none;
  margin-top: 15px;
  margin-bottom: 40px;
  margin-left: 26px;
}
@media only screen and (max-width: 500px) {
  .notice-area .notice-container .num-special-list {
    font-size: 16px;
    margin-left: 16px;
  }
}
.notice-area .notice-container .num-special-list li {
  position: relative;
  margin-left: 0;
}
.notice-area .notice-container .num-special-list li:first-child {
  text-decoration: underline;
}
.notice-area .notice-container .num-special-list li::before {
  content: "※";
  position: absolute;
  left: -20px;
  top: 0;
  font-weight: bold;
}
.notice-area .notice-remind {
  color: #ff6042;
  font-size: 18px;
  line-height: 27px;
  text-align: left;
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 10px;
  text-align: justify;
}
@media only screen and (max-width: 500px) {
  .notice-area .notice-remind {
    font-size: 16px;
  }
}
.notice-area .notice-table-1 {
  width: 765px;
}
@media only screen and (max-width: 768px) {
  .notice-area .notice-table-1 {
    width: 100%;
  }
}
.notice-area .notice-table-2 {
  width: 739px;
}
@media only screen and (max-width: 768px) {
  .notice-area .notice-table-2 {
    width: 100%;
  }
}