@charset "UTF-8";
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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, ar, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

@font-face {}
@font-face {
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../vendor/fonts/NotoSansTC-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../vendor/fonts/NotoSansTC-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../vendor/fonts/NotoSansTC-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../vendor/fonts/NotoSansTC-Black.ttf") format("truetype");
}
@font-face {
  font-family: "Outfit";
  font-style: 500;
  font-weight: 700;
  src: url("../vendor/fonts/Outfit-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 700;
  src: url("../vendor/fonts/Outfit-Bold.ttf") format("truetype");
}
body {
  font-family: "Microsoft JhengHei", "微軟正黑體", sans-serif;
  color: #222222;
  margin: 0 auto;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
  overflow-x: hidden;
}

select, button, textarea, input {
  font-family: "Microsoft JhengHei", "微軟正黑體", sans-serif;
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none;
}

table {
  border-collapse: collapse;
}

a, a:focus {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: color 300ms;
  transition: color 300ms;
}

a:active {
  outline: none;
}

img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100%;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 950px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1130px;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1350px;
  }
}

@-webkit-keyframes ani-kv-btn {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(5px, 5px);
            transform: translate(5px, 5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes ani-kv-btn {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(5px, 5px);
            transform: translate(5px, 5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes ani-scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes ani-scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes ani-s9-img-1 {
  0% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  85% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ani-s9-img-1 {
  0% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  85% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes ani-s9-img-2 {
  0% {
    opacity: 0;
  }
  35% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ani-s9-img-2 {
  0% {
    opacity: 0;
  }
  35% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

.pop--qrcode .pop__qrcode {
  margin-top: 15px;
}
.pop--link .pop__title {
  margin-top: 15px;
}
.pop__container {
  width: 480px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
  padding: 60px 15px 45px;
  background: #ffffff;
  border-radius: 50px;
}
@media (max-width: 767px) {
  .pop__container {
    width: 400px;
  }
}
@media (max-width: 480px) {
  .pop__container {
    width: 90vw;
    border-radius: 30px;
  }
}
.pop__title {
  font-size: 1.5em;
  font-weight: 700;
  color: #634b3b;
  line-height: 1.6666667;
}
@media (max-width: 767px) {
  .pop__title {
    font-size: 1.25em;
  }
}
@media (max-width: 480px) {
  .pop__title {
    font-size: 1em;
  }
}
.pop__text {
  font-size: 1.25em;
  color: #634b3b;
  line-height: 1.6666667;
}
@media (max-width: 767px) {
  .pop__text {
    font-size: 1.125em;
  }
}
@media (max-width: 480px) {
  .pop__text {
    font-size: 0.9375em;
  }
}
@media (max-width: 767px) {
  .pop__qrcode img {
    width: 140px;
  }
}
.pop__img img {
  width: 66px;
}
@media (max-width: 480px) {
  .pop__img img {
    width: 46px;
  }
}
.pop__btn {
  margin-top: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pop__btn .btn {
  cursor: pointer;
  margin-left: 15px;
}
.pop__btn .btn:first-child {
  margin-left: 0;
}

.tab {
  margin-top: 66px;
}
@media (max-width: 991px) {
  .tab {
    margin-top: 30px;
  }
}
.tab__head {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: calc(100% + 16px);
  margin-left: -8px;
  margin-right: -8px;
  padding-left: 44px;
  padding-right: 44px;
  position: relative;
}
@media (max-width: 991px) {
  .tab__head {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .tab__head {
    width: calc(100% + 10px);
    margin-left: -5px;
    margin-right: -5px;
  }
}
.tab__head::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #21bdb8;
  position: absolute;
  left: 0;
  bottom: 0;
}
.tab__head-item {
  width: calc(33.33% - 16px);
  margin-left: 8px;
  margin-right: 8px;
  background: -webkit-gradient(linear, left top, left bottom, from(#68d8d5), to(#21bdb8));
  background: linear-gradient(to bottom, #68d8d5 0%, #21bdb8 100%);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  font-size: 1.5em;
  font-weight: 700;
  color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .tab__head-item {
    font-size: 1.25em;
    padding: 12px 5px;
  }
}
@media (max-width: 767px) {
  .tab__head-item {
    font-size: 1.125em;
    width: calc(33.33% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 767px) {
  .tab__head-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 5px 5px 10px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .tab__head-item {
    font-size: 1em;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
}
@media (max-width: 374px) {
  .tab__head-item {
    font-size: 4vw;
  }
}
.tab__head-item img {
  margin-right: 10px;
}
@media (max-width: 1199px) {
  .tab__head-item img {
    margin-right: 5px;
    width: 30px;
  }
}
@media (max-width: 767px) {
  .tab__head-item img {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.tab__head-item--active {
  background: #139996;
}
.tab__body {
  padding-top: 35px;
  padding-left: 44px;
  padding-right: 44px;
}
@media (max-width: 991px) {
  .tab__body {
    padding-top: 15px;
    padding-left: 0;
    padding-right: 0;
  }
}
.tab__body-item {
  display: none;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 286px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.25em;
  font-weight: 700;
  color: #ffffff;
  padding: 0 35px;
  line-height: 60px;
  position: relative;
  border-radius: 12px;
}
@media (max-width: 991px) {
  .btn {
    font-size: 1.125em;
    width: 220px;
    padding: 0 15px;
  }
}
.btn::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: calc(50% - 12px);
  right: 20px;
}
@media (max-width: 991px) {
  .btn::before {
    right: 15px;
  }
}
.btn--lg {
  width: 500px;
  line-height: 68px;
  font-size: 1.5em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
}
@media (max-width: 1399px) {
  .btn--lg {
    width: 100%;
    line-height: 56px;
    font-size: 1.375em;
  }
}
@media (max-width: 991px) {
  .btn--lg {
    font-size: 1.125em;
    line-height: 44px;
  }
}
@media (max-width: 374px) {
  .btn--lg {
    font-size: 1em;
  }
}
.btn--lg::before {
  width: 46px;
  height: 46px;
  top: calc(50% - 23px);
  right: 68px;
}
@media (max-width: 1399px) {
  .btn--lg::before {
    right: 58px;
    width: 40px;
    top: calc(50% - 20px);
  }
}
@media (max-width: 1199px) {
  .btn--lg::before {
    right: 40px;
  }
}
@media (max-width: 991px) {
  .btn--lg::before {
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
    right: 15px;
  }
}
@media (max-width: 374px) {
  .btn--lg::before {
    width: 30px;
    top: calc(50% - 15px);
  }
}
.btn--sm {
  width: 132px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}
@media (max-width: 480px) {
  .btn--sm {
    width: 120px;
    line-height: 50px;
  }
}
.btn--sm::before {
  display: none;
}
.btn--orange {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffb279), to(#ff7727));
  background: linear-gradient(to bottom, #ffb279 0%, #ff7727 100%);
  -webkit-box-shadow: 0 0 8px rgba(142, 155, 83, 0.54);
          box-shadow: 0 0 8px rgba(142, 155, 83, 0.54);
}
.btn--orange::before {
  background: url("../images/s4/s4-item-btn-1.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}
.btn--green {
  background: -webkit-gradient(linear, left top, left bottom, from(#68d8d5), to(#21bdb8));
  background: linear-gradient(to bottom, #68d8d5 0%, #21bdb8 100%);
  -webkit-box-shadow: 0 2px 8px rgba(177, 177, 177, 0.54);
          box-shadow: 0 2px 8px rgba(177, 177, 177, 0.54);
}
.btn--green::before {
  background: url("../images/s4/s4-item-btn-2.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}
.btn--gray {
  background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#a0a0a0));
  background: linear-gradient(to bottom, #cccccc 0%, #a0a0a0 100%);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.btn--gray::before {
  display: none;
}
@media (hover: hover) {
  .btn:hover {
    -webkit-animation: ani-scale 0.8s ease infinite;
            animation: ani-scale 0.8s ease infinite;
  }
}

.notice__head {
  position: relative;
  width: 226px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .notice__head {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .notice__head {
    width: 160px;
  }
}
.notice__head::before {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  position: absolute;
  top: calc(50% - 34px);
  right: -64px;
  cursor: pointer;
  background: #775a46;
  border: 5px solid #ffffff;
  -webkit-box-shadow: 2px 3px #ead290;
          box-shadow: 2px 3px #ead290;
  border-radius: 10em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
@media (max-width: 767px) {
  .notice__head::before {
    right: -56px;
  }
}
.notice__head::after {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  position: absolute;
  top: calc(50% - 34px);
  right: -64px;
  cursor: pointer;
  background: url("../images/s7/notice-controller.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
@media (max-width: 767px) {
  .notice__head::after {
    right: -56px;
  }
}
.notice__head--active::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.notice__body {
  padding-top: 40px;
  padding-left: 66px;
  padding-right: 66px;
}
@media (max-width: 1199px) {
  .notice__body {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 991px) {
  .notice__body {
    padding: 15px 0 0 0;
  }
}
.notice__body-item {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 2px solid #d4b8a5;
}
.notice__body-item:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.notice__list {
  font-size: 1.125em;
  font-weight: 500;
  color: #565656;
  line-height: 1.77778;
  margin-left: 1.6em;
  letter-spacing: -0.006em;
}
@media (max-width: 767px) {
  .notice__list {
    font-size: 1em;
  }
}
.notice__list .highlight {
  color: #2badaa;
}
.notice__list--inside {
  list-style: none;
  font-size: 0.8888888889em;
  font-weight: 400;
  margin-left: 0;
}
.notice__list--inside li {
  text-indent: -1em;
  margin-left: 1em;
}
.notice__list a {
  word-break: break-all;
  color: #2badaa;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.notice__list a:hover {
  opacity: 0.8;
}
.notice__subtitle {
  font-size: 1.25em;
  font-weight: 700;
  color: #634b3b;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .notice__subtitle {
    font-size: 1.125em;
  }
}
.notice__text {
  font-size: 1.125em;
  font-weight: 500;
  color: #565656;
  line-height: 1.77778;
}
@media (max-width: 767px) {
  .notice__text {
    font-size: 1em;
  }
}

.awards--active .awards__controller::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.awards__body {
  display: none;
  padding: 10px 0 10px 30px;
}
@media (max-width: 767px) {
  .awards__body {
    padding-left: 25px;
  }
}
@media (max-width: 480px) {
  .awards__body {
    padding-left: 0;
  }
}
.awards__controller {
  display: inline-block;
  width: 30px;
  height: 20px;
  position: relative;
  cursor: pointer;
}
.awards__controller::before {
  content: "";
  display: block;
  width: 12px;
  height: 1px;
  background: #565656;
  position: absolute;
  top: 60%;
  left: 8px;
  z-index: 1;
}
.awards__controller::after {
  content: "";
  display: block;
  width: 12px;
  height: 1px;
  background: #565656;
  position: absolute;
  top: 60%;
  left: 8px;
  z-index: 1;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.awards__block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: calc(100% + 1px);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.awards__item {
  width: calc(20% + 0.5px);
  color: #565656;
  line-height: 1.4;
  border: 1px solid #565656;
  padding: 5px;
  text-align: center;
  margin-left: -1px;
  margin-top: -1px;
}
@media (max-width: 767px) {
  .awards__item {
    width: calc(33.33% + 0.5px);
  }
}
.awards__item-title {
  font-size: 1.125em;
}
@media (max-width: 767px) {
  .awards__item-title {
    font-size: 1em;
  }
}
@media (max-width: 767px) {
  .awards__item-text {
    font-size: 0.875em;
  }
}
@media (min-width: 768px) {
  .awards__item:nth-child(1) {
    margin-top: -1px;
  }
  .awards__item:nth-child(2) {
    margin-top: -1px;
  }
  .awards__item:nth-child(3) {
    margin-top: -1px;
  }
  .awards__item:nth-child(4) {
    margin-top: -1px;
  }
  .awards__item:nth-child(5) {
    margin-top: -1px;
  }
  .awards__item:nth-child(5n+1) {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .awards__item:nth-child(1) {
    margin-top: 0;
  }
  .awards__item:nth-child(2) {
    margin-top: 0;
  }
  .awards__item:nth-child(3) {
    margin-top: 0;
  }
  .awards__item:nth-child(3n+1) {
    margin-left: 0;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
}

.navbar {
  padding-top: 19px;
  padding-bottom: 19px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: background, padding;
  transition-property: background, padding;
  background: #ffffff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  .navbar {
    padding-top: 15px;
    padding-bottom: 15px;
    background: #ffffff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 991px) {
  .navbar--active .navbar__toggle-item:first-child {
    top: 16px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .navbar--active .navbar__toggle-item:nth-child(2) {
    display: none;
  }
  .navbar--active .navbar__toggle-item:last-child {
    top: 16px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@media (max-width: 1199px) {
  .navbar--active .navbar__body {
    top: 0;
  }
}
.navbar__toggle {
  width: 40px;
  height: 30px;
  cursor: pointer;
  position: relative;
  z-index: 5;
  display: none;
}
@media (max-width: 991px) {
  .navbar__toggle {
    display: block;
  }
}
.navbar__toggle-item {
  display: block;
  width: 36px;
  height: 2px;
  background: #4f4f4f;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.navbar__toggle-item:nth-child(2) {
  top: 14px;
}
.navbar__toggle-item:last-child {
  top: 22px;
}
.navbar__block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.navbar__head {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .navbar__head {
    width: 100%;
  }
}
.navbar__logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar__img {
  position: relative;
  display: block;
  width: 170px;
}
@media (max-width: 767px) {
  .navbar__img {
    width: 136px;
  }
}
@media (max-width: 374px) {
  .navbar__img {
    width: 34vw;
  }
}
.navbar__img img {
  width: 100%;
  display: block;
}
.navbar__sublogo {
  padding-left: 22px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1199px) {
  .navbar__sublogo {
    padding-left: 15px;
  }
}
@media (max-width: 480px) {
  .navbar__sublogo {
    padding-left: 10px;
  }
}
.navbar__sublogo::before {
  content: "";
  display: inline-block;
  width: 31px;
  height: 30px;
  background: url("../images/common/naver-icon.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  margin-right: 22px;
}
@media (max-width: 1199px) {
  .navbar__sublogo::before {
    margin-right: 15px;
  }
}
@media (max-width: 480px) {
  .navbar__sublogo::before {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
}
@media (max-width: 374px) {
  .navbar__sublogo::before {
    width: 5vw;
    height: 5vw;
    margin-right: 3vw;
  }
}
.navbar__sublogo-item {
  display: inline-block;
  width: 56px;
  margin-left: 16px;
}
@media (max-width: 480px) {
  .navbar__sublogo-item {
    width: 46px;
  }
}
@media (max-width: 374px) {
  .navbar__sublogo-item {
    width: 12vw;
    margin-left: 3vw;
  }
}
.navbar__sublogo-item:first-child {
  margin-left: 0;
}
@media (max-width: 991px) {
  .navbar__body {
    position: absolute;
    top: -100vh;
    right: 0;
    z-index: 3;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    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;
    height: 100dvh;
    background: #ffffff;
    padding: 70px 15px;
  }
}
.navbar__links {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .navbar__links {
    display: block;
  }
}
.navbar__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.25em;
  font-weight: 700;
  color: #4f4f4f;
  margin-left: 35px;
}
@media (max-width: 1199px) {
  .navbar__link {
    margin-left: 15px;
  }
}
@media (max-width: 991px) {
  .navbar__link {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.navbar__link:first-child {
  margin-left: 0;
}
@media (max-width: 991px) {
  .navbar__link:first-child {
    margin-top: 0;
  }
}
@media (hover: hover) {
  .navbar__link:hover .navbar__icon {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
}
.navbar__icon {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-right: 8px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.navbar__icon--1 {
  background: url("../images/common/navbar-icon-1.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}
.navbar__icon--2 {
  background: url("../images/common/navbar-icon-2.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}
.navbar__icon--3 {
  background: url("../images/common/navbar-icon-3.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}
.navbar__icon--4 {
  background: url("../images/common/navbar-icon-4.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}

.footer {
  padding-top: 32px;
  padding-bottom: 32px;
  background: #edce79;
  font-size: 1.875em;
  font-weight: 500;
  color: #775a46;
  text-align: center;
  letter-spacing: 1em;
}
@media (max-width: 991px) {
  .footer {
    font-size: 1.25em;
  }
}
@media (max-width: 767px) {
  .footer {
    padding-bottom: 160px;
    font-size: 1em;
  }
}
@media (max-width: 374px) {
  .footer {
    letter-spacing: 0.5em;
  }
}

.kv {
  background: url("../images/kv/kv-bg.jpg"), #fae180;
  background-size: auto;
  background-position: center top;
  background-repeat: no-repeat;
  height: 1068px;
  position: relative;
  overflow: hidden;
  padding-top: 88px;
}
@media (min-width: 1921px) {
  .kv {
    background-size: 100% auto;
  }
}
@media (max-width: 1599px) {
  .kv {
    height: 960px;
  }
}
@media (max-width: 1399px) {
  .kv {
    padding-top: 100px;
    height: 840px;
    background-size: cover;
  }
}
@media (max-width: 1199px) {
  .kv {
    background-size: 1200px auto;
    height: 680px;
    padding-top: 90px;
  }
}
@media (max-width: 991px) {
  .kv {
    background-size: 1100px auto;
    height: 580px;
  }
}
@media (max-width: 767px) {
  .kv {
    background: url("../images/kv/kv-bg-sm.jpg"), #fae180;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 80px;
    height: 820px;
  }
}
@media (max-width: 480px) {
  .kv {
    height: 174vw;
  }
}
.kv::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: url("../images/s1/s1-bg_01.png");
  background-size: auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media (min-width: 1921px) {
  .kv::before {
    background-size: 100% auto;
  }
}
@media (max-width: 991px) {
  .kv::before {
    background-size: 1000px auto;
  }
}
@media (max-width: 767px) {
  .kv::before {
    background-size: 800px auto;
  }
}
@media (min-width: 1600px) {
  .kv .container {
    width: 1410px;
  }
}
.kv__block {
  width: calc(100% + 90px);
  margin-right: -90px;
}
@media (max-width: 1599px) {
  .kv__block {
    width: calc(100% + 15px);
    margin-right: -15px;
  }
}
@media (max-width: 991px) {
  .kv__block {
    width: 100%;
    margin-right: 0;
  }
}
.kv__item {
  position: relative;
  height: 973px;
}
@media (max-width: 1599px) {
  .kv__item {
    height: 880px;
    padding-left: 30px;
  }
}
@media (max-width: 1399px) {
  .kv__item {
    height: 740px;
    padding-left: 0;
  }
}
@media (max-width: 1199px) {
  .kv__item {
    height: 620px;
  }
}
@media (max-width: 767px) {
  .kv__item {
    height: 760px;
  }
}
@media (max-width: 480px) {
  .kv__item {
    height: 157vw;
  }
}
.kv__head {
  width: 664px;
  padding-top: 90px;
}
@media (max-width: 1599px) {
  .kv__head {
    width: 45%;
  }
}
@media (max-width: 1399px) {
  .kv__head {
    padding-top: 0;
  }
}
@media (max-width: 1199px) {
  .kv__head {
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  .kv__head {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .kv__head {
    margin-left: auto;
    margin-right: auto;
    width: 400px;
  }
}
@media (max-width: 480px) {
  .kv__head {
    width: 80vw;
    right: 10vw;
  }
}
@media (max-width: 991px) {
  .kv__head--sm-v {
    padding-top: 40px;
  }
}
.kv__body {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1599px) {
  .kv__body {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .kv__body {
    width: 450px;
    right: calc(50% - 225px);
    top: 320px;
  }
}
@media (max-width: 480px) {
  .kv__body {
    width: 90%;
    right: 5%;
    top: 70vw;
  }
}
.kv__title {
  width: 100%;
  height: 380px;
  text-indent: -9999999px;
}
@media (max-width: 1399px) {
  .kv__title {
    height: 330px;
  }
}
@media (max-width: 1199px) {
  .kv__title {
    height: 280px;
  }
}
@media (max-width: 991px) {
  .kv__title {
    height: 220px;
  }
}
@media (max-width: 767px) {
  .kv__title {
    height: 260px;
  }
}
@media (max-width: 480px) {
  .kv__title {
    height: 54vw;
  }
}
.kv__title--1 {
  background: url("../images/kv/kv-title-1.png");
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.kv__title--2 {
  background: url("../images/kv/kv-title-2.png");
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.kv__title--3 {
  background: url("../images/kv/kv-title-3.png");
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.kv__title--4 {
  background: url("../images/kv/kv-title-4.png");
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.kv__title--4 {
  height: 550px;
}
@media (max-width: 1399px) {
  .kv__title--4 {
    height: 410px;
  }
}
@media (max-width: 1199px) {
  .kv__title--4 {
    height: 350px;
  }
}
@media (max-width: 991px) {
  .kv__title--4 {
    height: 270px;
  }
}
@media (max-width: 767px) {
  .kv__title--4 {
    height: 320px;
  }
}
@media (max-width: 480px) {
  .kv__title--4 {
    height: 64vw;
  }
}
.kv__btn {
  display: block;
  font-size: 1.75em;
  font-weight: 700;
  color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffb780), color-stop(70%, #ff7727));
  background: linear-gradient(to bottom, #ffb780 0%, #ff7727 70%);
  -webkit-box-shadow: 2px 4px 8px rgba(177, 177, 177, 0.54);
          box-shadow: 2px 4px 8px rgba(177, 177, 177, 0.54);
  width: 338px;
  line-height: 84px;
  text-align: center;
  border-radius: 15px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
@media (max-width: 1199px) {
  .kv__btn {
    font-size: 1.25em;
    width: 260px;
    line-height: 64px;
    border-radius: 10px;
  }
}
@media (max-width: 991px) {
  .kv__btn {
    width: 210px;
    line-height: 54px;
    font-size: 1.125em;
  }
}
@media (max-width: 480px) {
  .kv__btn {
    width: 190px;
    line-height: 48px;
    font-size: 1em;
  }
}
.kv__btn .highlight {
  color: #ffefb3;
}
.kv__btn::before {
  content: "";
  display: block;
  width: 50px;
  height: 58px;
  background: url("../images/kv/kv-btn-arrow.png");
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  right: -26px;
  bottom: -13px;
  z-index: 1;
  pointer-events: none;
  -webkit-animation: ani-kv-btn 0.8s ease infinite;
          animation: ani-kv-btn 0.8s ease infinite;
}
@media (max-width: 1199px) {
  .kv__btn::before {
    width: 40px;
    height: 48px;
  }
}
@media (max-width: 991px) {
  .kv__btn::before {
    width: 30px;
    height: 38px;
    right: -16px;
  }
}
@media (max-width: 480px) {
  .kv__btn::before {
    width: 24px;
    height: 28px;
  }
}
.kv__btn:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.s1 {
  background: url("../images/s8/s8-bg_01.png"), url("../images/s1/s1-bg_02.jpg"), #fcf9f1;
  background-size: auto, auto;
  background-position: center bottom, center top;
  background-repeat: no-repeat, no-repeat;
  position: relative;
  padding-top: 85px;
  padding-bottom: 135px;
}
@media (min-width: 1921px) {
  .s1 {
    background-size: 100% auto, 100% auto;
  }
}
@media (max-width: 1399px) {
  .s1 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .s1 {
    background-size: 100% auto, 800px auto;
    background-position: center bottom, center top;
    padding-top: 60px;
    padding-bottom: 70px;
  }
}
@media (max-width: 480px) {
  .s1 {
    background-size: 800px auto, 800px auto;
    background-position: right -150px bottom, center top;
  }
}
.s1__wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-left: 86px;
  padding-right: 110px;
}
@media (max-width: 1399px) {
  .s1__wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .s1__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 480px) {
  .s1__wrap {
    width: 100%;
  }
}
.s1__img {
  width: 504px;
}
@media (max-width: 1199px) {
  .s1__img {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .s1__img {
    width: 100%;
    margin-top: 15px;
  }
}
.s1__block {
  width: calc(100% - 504px);
  padding-left: 130px;
}
@media (max-width: 1399px) {
  .s1__block {
    padding-left: 60px;
  }
}
@media (max-width: 1199px) {
  .s1__block {
    width: 55%;
  }
}
@media (max-width: 991px) {
  .s1__block {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .s1__block {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}
.s1__title {
  width: 514px;
  height: 98px;
  background: url("../images/s1/s1-title.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
@media (max-width: 1199px) {
  .s1__title {
    width: 100%;
    height: 86px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .s1__title {
    width: 394px;
    height: 72px;
  }
}
@media (max-width: 480px) {
  .s1__title {
    width: 330px;
    height: 60px;
  }
}
@media (max-width: 374px) {
  .s1__title {
    width: 100%;
    height: 17vw;
  }
}
.s1__text {
  font-size: 1.875em;
  font-weight: 700;
  color: #634b3b;
  line-height: 1.5333;
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .s1__text {
    font-size: 1.5em;
  }
}
@media (max-width: 991px) {
  .s1__text {
    font-size: 1.375em;
  }
}
@media (max-width: 767px) {
  .s1__text {
    margin-top: 15px;
  }
}
@media (max-width: 480px) {
  .s1__text {
    font-size: 1.25em;
  }
}
@media (max-width: 374px) {
  .s1__text {
    font-size: 1em;
  }
}
.s1__text .highlight {
  color: #2badaa;
}
.s1__btn {
  margin-top: 20px;
}
.s1__note {
  font-size: 1.25em;
  font-weight: 700;
  color: #634b3b;
  line-height: 1.5333;
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .s1__note {
    font-size: 1.125em;
  }
}
@media (max-width: 991px) {
  .s1__note {
    font-size: 1em;
  }
}
@media (max-width: 767px) {
  .s1__note {
    margin-top: 15px;
  }
}

.s2 {
  background: url("../images/s4/s4-bg_01.png"), url("../images/s2/s2-bg_02.jpg"), #ffeed7;
  background-size: auto, auto;
  background-position: right bottom, center top;
  background-repeat: no-repeat, no-repeat;
  position: relative;
  overflow: hidden;
  padding-top: 46px;
  padding-bottom: 184px;
}
@media (min-width: 1921px) {
  .s2 {
    background-size: 100% auto, 100% auto;
  }
}
@media (max-width: 1199px) {
  .s2 {
    background-size: auto, 1300px auto;
  }
}
@media (max-width: 991px) {
  .s2 {
    background-size: auto, 1000px auto;
    background-position: right bottom, left top -20px;
    padding-top: 110px;
    padding-bottom: 160px;
  }
}
@media (max-width: 767px) {
  .s2 {
    background-size: 800px auto, 900px auto;
    background-position: right bottom, left top -20px;
    padding-bottom: 80px;
  }
}
@media (max-width: 480px) {
  .s2 {
    background-size: 800px auto, 190% auto;
    background-position: right bottom, left top -5vw;
    padding-top: 22vw;
  }
}
.s2__title {
  text-align: center;
  position: relative;
}
.s2__title::before {
  content: "";
  display: block;
  width: 198px;
  height: 172px;
  background: url("../images/s2/s2-title-bg.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -34px;
  right: 86px;
}
@media (max-width: 1399px) {
  .s2__title::before {
    right: 30px;
  }
}
@media (max-width: 1199px) {
  .s2__title::before {
    width: 120px;
    height: 100px;
    bottom: 0;
  }
}
@media (max-width: 991px) {
  .s2__title::before {
    right: 0;
  }
}
@media (max-width: 767px) {
  .s2__title::before {
    top: -110px;
  }
}
@media (max-width: 480px) {
  .s2__title::before {
    bottom: auto;
    top: -20vw;
    width: 22vw;
    height: 19vw;
  }
}
.s2__title-main {
  width: 544px;
  height: 98px;
  background: url("../images/s2/s2-title.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  text-indent: -9999px;
}
@media (max-width: 1199px) {
  .s2__title-main {
    width: 400px;
    height: 72px;
  }
}
@media (max-width: 480px) {
  .s2__title-main {
    width: 340px;
    height: 60px;
  }
}
@media (max-width: 374px) {
  .s2__title-main {
    width: 96%;
    height: 16vw;
  }
}
.s2__title-sub {
  font-size: 1.875em;
  font-weight: 700;
  color: #634b3b;
  letter-spacing: 0.1em;
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .s2__title-sub {
    font-size: 1.5em;
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  .s2__title-sub {
    font-size: 1.25em;
  }
}
@media (max-width: 374px) {
  .s2__title-sub {
    font-size: 1.125em;
  }
}
.s2__wrap {
  position: relative;
}
@media (max-width: 991px) {
  .s2__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.s2__img {
  position: absolute;
  left: -118px;
  bottom: -54px;
}
@media (max-width: 1599px) {
  .s2__img {
    left: -60px;
  }
}
@media (max-width: 1399px) {
  .s2__img {
    width: 450px;
    bottom: -20px;
  }
}
@media (max-width: 1199px) {
  .s2__img {
    width: 380px;
    bottom: calc(50% - 260px);
  }
}
@media (max-width: 991px) {
  .s2__img {
    position: relative;
    bottom: auto;
    left: auto;
    margin: 30px auto 0;
  }
}
@media (max-width: 480px) {
  .s2__img {
    width: 100%;
    margin-left: -8%;
  }
}
.s2__block {
  width: 958px;
  margin-left: auto;
  margin-right: 0;
  margin-top: 112px;
}
@media (max-width: 1599px) {
  .s2__block {
    width: 860px;
    padding-right: 100px;
  }
}
@media (max-width: 1399px) {
  .s2__block {
    margin-top: 60px;
  }
}
@media (max-width: 1199px) {
  .s2__block {
    width: 70%;
    padding-right: 40px;
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .s2__block {
    padding-right: 0;
    width: 100%;
  }
}
.s2__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .s2__item:first-child {
    padding-right: 64px;
    margin-top: 0;
  }
  .s2__item:nth-child(2) {
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .s2__item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px) {
  .s2__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 30px;
  }
  .s2__item:first-child {
    margin-top: 0;
  }
}
.s2__head {
  font-size: 1.5em;
  font-weight: 700;
  color: #634b3b;
  position: relative;
  padding-bottom: 70px;
  width: 135px;
  text-align: center;
  padding-left: 12px;
}
@media (max-width: 1399px) {
  .s2__head {
    font-size: 1.25em;
    width: 100px;
  }
}
@media (max-width: 767px) {
  .s2__head {
    width: 120px;
    padding-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .s2__head {
    font-size: 1.125em;
  }
}
.s2__head .highlight {
  font-size: 2.5em;
  line-height: 1;
  font-family: "Outfit", "Microsoft JhengHei", "微軟正黑體", sans-serif;
}
.s2__head::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #f0cea0;
  position: absolute;
  bottom: calc(50% - 1px);
  right: 0;
}
@media (max-width: 767px) {
  .s2__head::before {
    width: 2px;
    height: 100%;
    bottom: 0;
  }
}
.s2__head::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #f0cea0;
  border-radius: 10em;
  position: absolute;
  top: calc(50% - 6px);
  left: 0;
}
@media (max-width: 767px) {
  .s2__head::after {
    left: auto;
    right: -6px;
    top: -6px;
  }
}
.s2__body {
  width: 750px;
  background: #ffffff;
  -webkit-box-shadow: 0 6px rgba(222, 168, 96, 0.46);
          box-shadow: 0 6px rgba(222, 168, 96, 0.46);
  padding: 13px 48px 13px 20px;
  border-radius: 10em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1599px) {
  .s2__body {
    width: 560px;
  }
}
@media (max-width: 1399px) {
  .s2__body {
    width: 500px;
  }
}
@media (max-width: 1199px) {
  .s2__body {
    width: 460px;
  }
}
@media (max-width: 767px) {
  .s2__body {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .s2__body {
    padding: 15px;
    border-radius: 20px;
  }
}
.s2__body-img {
  width: 144px;
}
@media (max-width: 480px) {
  .s2__body-img {
    width: 100px;
  }
}
.s2__body-content {
  width: calc(100% - 144px);
  padding-left: 30px;
}
@media (max-width: 1399px) {
  .s2__body-content {
    padding-left: 15px;
  }
}
@media (max-width: 480px) {
  .s2__body-content {
    width: calc(100% - 100px);
  }
}
.s2__body-title {
  font-size: 1.5em;
  font-weight: 700;
  color: #634b3b;
  padding-left: 22px;
  position: relative;
}
@media (max-width: 1399px) {
  .s2__body-title {
    font-size: 1.25em;
  }
}
@media (max-width: 480px) {
  .s2__body-title {
    font-size: 1.125em;
    padding-left: 18px;
  }
}
.s2__body-title .highlight {
  font-size: 1.5em;
  line-height: 1;
  color: #2badaa;
}
.s2__body-title::before {
  content: "";
  display: block;
  width: 20px;
  height: 14px;
  background: url("../images/s2/s2-body-title.png");
  background-size: 100% auto;
  background-position: left top;
  background-repeat: no-repeat;
  position: absolute;
  top: -10px;
  left: 0;
}
@media (max-width: 480px) {
  .s2__body-title::before {
    width: 16px;
    height: 10px;
    top: -4px;
  }
}
.s2__body-text {
  font-size: 1.125em;
  font-weight: 500;
  color: #616161;
  margin-top: 18px;
  padding-top: 20px;
  border-top: 3px solid #f0decf;
  line-height: 1.4;
}
@media (max-width: 1399px) {
  .s2__body-text {
    font-size: 1em;
  }
}
@media (max-width: 480px) {
  .s2__body-text {
    margin-top: 8px;
    padding-top: 10px;
    border-width: 2px;
  }
}
.s2__body-text .highlight {
  font-size: 1.333333em;
  font-weight: 700;
  color: #2badaa;
  line-height: 1;
  margin-right: 15px;
}

.s3 {
  background: url("../images/s4/s4-bg_01.jpg"), url("../images/s3/s3-bg_02.jpg"), #ffeed7;
  background-size: auto, auto;
  background-position: center bottom, center top;
  background-repeat: no-repeat, repeat-y;
  position: relative;
  padding-top: 77px;
  padding-bottom: 226px;
}
@media (min-width: 1921px) {
  .s3 {
    background-size: 100% auto, 100% auto;
  }
}
@media (max-width: 1199px) {
  .s3 {
    background-size: 1300px auto, 1300px auto;
    padding-bottom: 160px;
  }
}
@media (max-width: 991px) {
  .s3 {
    background-size: 1000px auto, 1000px auto;
  }
}
@media (max-width: 767px) {
  .s3 {
    padding-top: 60px;
    padding-bottom: 100px;
    background-size: 800px auto, 800px auto;
    background-position: right bottom, center top;
  }
}
.s3__title {
  text-align: center;
  position: relative;
}
.s3__title::before {
  content: "";
  display: block;
  width: 246px;
  height: 312px;
  background: url("../images/s3/s3-title-bg.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  top: -46px;
  right: 64px;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 1399px) {
  .s3__title::before {
    right: 30px;
  }
}
@media (max-width: 1199px) {
  .s3__title::before {
    width: 140px;
    height: 180px;
  }
}
@media (max-width: 991px) {
  .s3__title::before {
    right: 0;
  }
}
@media (max-width: 767px) {
  .s3__title::before {
    top: -180px;
  }
}
@media (max-width: 480px) {
  .s3__title::before {
    bottom: auto;
    top: -36vw;
    width: 28vw;
    height: 36vw;
  }
}
.s3__title-main {
  width: 544px;
  height: 98px;
  background: url("../images/s3/s3-title.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  text-indent: -9999px;
}
@media (max-width: 1199px) {
  .s3__title-main {
    width: 400px;
    height: 72px;
  }
}
@media (max-width: 480px) {
  .s3__title-main {
    width: 340px;
    height: 60px;
  }
}
@media (max-width: 374px) {
  .s3__title-main {
    width: 96%;
    height: 16vw;
  }
}
.s3__wrap {
  padding: 56px 20px 60px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 32px rgba(146, 190, 194, 0.46);
          box-shadow: 0 0 32px rgba(146, 190, 194, 0.46);
  border-radius: 30px;
  margin-top: 70px;
  position: relative;
  z-index: 2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 991px) {
  .s3__wrap {
    padding: 30px 10px;
  }
}
@media (max-width: 767px) {
  .s3__wrap {
    margin-top: 30px;
    padding: 10px;
  }
}
.s3__th {
  width: 92px;
}
@media (max-width: 991px) {
  .s3__th {
    width: 76px;
  }
}
@media (max-width: 767px) {
  .s3__th {
    display: none;
  }
}
.s3__th-item {
  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;
  font-size: 1.125em;
  font-weight: 700;
  color: #888888;
  text-align: justify;
}
@media (max-width: 991px) {
  .s3__th-item {
    font-size: 1em;
  }
}
.s3__th-item:first-child {
  min-height: 135px;
}
.s3__th-item:nth-child(2) {
  min-height: 77px;
}
.s3__th-item:nth-child(3) {
  min-height: 82px;
}
.s3__th-item:last-child {
  min-height: 128px;
}
.s3__block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: calc(100% + 10px);
  margin-left: 16px;
  margin-right: -10px;
  position: relative;
}
@media (max-width: 991px) {
  .s3__block {
    margin-left: 4px;
  }
}
@media (max-width: 767px) {
  .s3__block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .s3__block .slick-prev {
    left: -5px;
  }
  .s3__block .slick-next {
    right: -10px;
  }
  .s3__block .slick-prev, .s3__block .slick-next {
    top: 45%;
  }
}
.s3__block::before {
  content: "";
  display: block;
  width: calc(50% + 11px);
  height: calc(100% + 32px);
  position: absolute;
  top: -16px;
  left: -7px;
  z-index: 1;
  border: 6px solid #2badaa;
  border-radius: 27px;
  -webkit-box-shadow: 0 0 32px rgba(173, 129, 76, 0.46);
          box-shadow: 0 0 32px rgba(173, 129, 76, 0.46);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
}
@media (max-width: 991px) {
  .s3__block::before {
    border-width: 3px;
    border-radius: 25px;
    width: calc(50% + 2px);
    height: calc(100% + 12px);
    top: -6px;
    left: -3px;
  }
}
@media (max-width: 767px) {
  .s3__block::before {
    display: none;
  }
}
.s3__item {
  width: calc(25% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 20px;
  background: rgba(219, 219, 219, 0.68);
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media (max-width: 1399px) {
  .s3__item {
    padding: 0 5px;
  }
}
@media (max-width: 991px) {
  .s3__item {
    width: calc(25% - 10px);
    margin-left: 4px;
    margin-right: 5px;
  }
}
@media (max-width: 767px) {
  .s3__item {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 8px;
    padding: 0 15px;
    padding: 30px 30px 30px;
  }
}
@media (max-width: 480px) {
  .s3__item {
    width: 88%;
  }
}
@media (max-width: 374px) {
  .s3__item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.s3__item:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .s3__item:first-child {
    margin-top: 8px;
  }
}
.s3__item.active {
  background: -webkit-gradient(linear, left top, left bottom, from(#aee4e3), to(rgba(174, 228, 227, 0.4)));
  background: linear-gradient(to bottom, #aee4e3 0%, rgba(174, 228, 227, 0.4) 100%);
}
.s3__item.active::before {
  content: "";
  display: block;
  width: 116px;
  height: 116px;
  background: url("../images/s3/s3-item-td-active.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  top: -45px;
  right: -27px;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 1199px) {
  .s3__item.active::before {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 991px) {
  .s3__item.active::before {
    width: 60px;
    height: 60px;
    top: -20px;
    right: -15px;
  }
}
@media (max-width: 767px) {
  .s3__item.active::before {
    top: 10px;
    right: calc(50% - 100px);
  }
}
@media (max-width: 767px) {
  .s3__item.active::after {
    content: "";
    display: block;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    position: absolute;
    top: -6px;
    left: -6px;
    z-index: 1;
    border: 3px solid #2badaa;
    border-radius: 25px;
    -webkit-box-shadow: 0 0 10px rgba(173, 129, 76, 0.26);
            box-shadow: 0 0 10px rgba(173, 129, 76, 0.26);
  }
}
.s3__item.active .s3__item-td {
  border-color: #b8d5d9;
}
.s3__item.active .s3__item-title, .s3__item.active .s3__item-text {
  font-weight: 700;
}
.s3__item-td {
  border-top: 3px solid #cdcdcd;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  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;
}
@media (max-width: 767px) {
  .s3__item-td {
    padding-top: 40px;
    position: relative;
    border-top: none;
  }
}
.s3__item-td:first-child {
  border-top: none;
  min-height: 135px;
}
@media (max-width: 767px) {
  .s3__item-td:first-child {
    min-height: auto;
    padding-top: 10px;
  }
  .s3__item-td:first-child::before {
    display: none;
  }
}
.s3__item-td:nth-child(2) {
  min-height: 77px;
}
@media (max-width: 767px) {
  .s3__item-td:nth-child(2) {
    min-height: auto;
  }
}
.s3__item-td:nth-child(3) {
  min-height: 82px;
}
@media (max-width: 767px) {
  .s3__item-td:nth-child(3) {
    min-height: auto;
  }
}
.s3__item-td:last-child {
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .s3__item-td:last-child {
    padding-top: 20px;
    min-height: 128px;
  }
}
@media (max-width: 767px) {
  .s3__item-td::before {
    content: attr(data-th);
    display: block;
    background: #ffffff;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 10px;
    font-size: 1.125em;
    font-weight: 700;
    color: #888888;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.s3__item-title {
  font-size: 1.25em;
  font-weight: 500;
  color: #634b3b;
  line-height: 1.5;
  margin-top: 5px;
}
@media (max-width: 1399px) {
  .s3__item-title {
    font-size: 1em;
  }
}
@media (max-width: 991px) {
  .s3__item-title {
    font-size: 0.875em;
    letter-spacing: -0.02em;
  }
}
@media (max-width: 767px) {
  .s3__item-title {
    font-size: 1.125em;
  }
}
.s3__item-text {
  font-size: 1.25em;
  font-weight: 500;
  color: #5e5e5e;
  line-height: 1.333;
}
@media (max-width: 1399px) {
  .s3__item-text {
    font-size: 1em;
  }
}
@media (max-width: 991px) {
  .s3__item-text {
    font-size: 0.875em;
  }
}
@media (max-width: 767px) {
  .s3__item-text {
    font-size: 1em;
  }
}
.s3__item-text .highlight {
  font-weight: 700;
  color: #199e9b;
}

.s4 {
  background: url("../images/s5/s5-bg_01.png"), url("../images/s4/s4-bg_02.jpg"), #fcf9f1;
  background-size: auto, auto;
  background-position: center bottom, center top;
  background-repeat: no-repeat, no-repeat;
  position: relative;
  padding-top: 120px;
  padding-bottom: 55px;
  overflow: hidden;
}
@media (min-width: 1921px) {
  .s4 {
    background-size: 100% auto, 100% auto;
  }
}
@media (max-width: 1199px) {
  .s4 {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .s4 {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .s4 {
    padding-top: 30px;
    background-size: 1200px auto, 800px auto;
    padding-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .s4 {
    padding-bottom: 0;
  }
}
.s4__title {
  text-align: center;
  position: relative;
}
.s4__title-main {
  width: 860px;
  height: 150px;
  background: url("../images/s4/s4-title.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  text-indent: -9999px;
}
@media (max-width: 1199px) {
  .s4__title-main {
    width: 600px;
    height: 104px;
  }
}
@media (max-width: 767px) {
  .s4__title-main {
    background: url("../images/s4/s4-title-sm.png");
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
    width: 360px;
    height: 154px;
  }
}
@media (max-width: 480px) {
  .s4__title-main {
    width: 320px;
    height: 136px;
  }
}
@media (max-width: 374px) {
  .s4__title-main {
    width: 88%;
    height: 34vw;
  }
}
.s4__block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: calc(100% + 44px);
  margin-left: -22px;
  margin-right: -22px;
  margin-top: 70px;
}
@media (max-width: 1399px) {
  .s4__block {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .s4__block {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width: 767px) {
  .s4__block {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.s4__item {
  width: calc(50% - 44px);
  margin-left: 22px;
  margin-right: 22px;
}
@media (max-width: 991px) {
  .s4__item {
    width: calc(50% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .s4__item {
    width: 400px;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 30px;
  }
  .s4__item:first-child {
    margin-top: 0;
  }
}
.s4__item.orange .s4__item-content {
  background: #ffe1a8;
}
.s4__item.orange .s4__item-thirdtitle {
  color: #fb9633;
}
.s4__item.green .s4__item-content {
  background: #c8edec;
}
.s4__item.green .s4__item-thirdtitle {
  color: #2badaa;
}
@media (hover: hover) {
  .s4__item:hover .s4__item-content {
    -webkit-box-shadow: 10px 20px 32px rgba(155, 131, 68, 0.31);
            box-shadow: 10px 20px 32px rgba(155, 131, 68, 0.31);
  }
  .s4__item:hover .s4__item-btn {
    -webkit-animation: ani-scale 0.8s ease infinite;
            animation: ani-scale 0.8s ease infinite;
  }
}
.s4__item-title {
  font-size: 2.25em;
  font-weight: 700;
  color: #634b3b;
  font-family: "Outfit", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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%;
}
@media (max-width: 1399px) {
  .s4__item-title {
    font-size: 1.75em;
  }
}
@media (max-width: 991px) {
  .s4__item-title {
    font-size: 1.5em;
  }
}
@media (max-width: 374px) {
  .s4__item-title {
    font-size: 1.25em;
  }
}
.s4__item-title img {
  margin-right: 20px;
}
@media (max-width: 1399px) {
  .s4__item-title img {
    width: 50px;
    margin-right: 15px;
  }
}
@media (max-width: 991px) {
  .s4__item-title img {
    width: 40px;
    margin-right: 10px;
  }
}
.s4__item-content {
  display: block;
  background: #ffe1a8;
  padding: 30px 26px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  text-align: center;
  margin-top: 25px;
}
@media (max-width: 1399px) {
  .s4__item-content {
    margin-top: 15px;
  }
}
@media (max-width: 991px) {
  .s4__item-content {
    margin-top: 10px;
    padding: 15px;
  }
}
.s4__item-head {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 15px;
  position: relative;
}
.s4__item-body {
  padding-top: 20px;
}
.s4__item-tag {
  width: 102px;
  height: 108px;
  background: url("../images/s4/s4-item-tag.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  top: -30px;
  left: 25px;
  font-size: 1.5em;
  font-weight: 700;
  color: #fcffd2;
  text-align: center;
  padding-top: 16px;
}
@media (max-width: 1399px) {
  .s4__item-tag {
    width: 80px;
    height: 98px;
    font-size: 1.25em;
    padding-top: 10px;
    left: 10px;
  }
}
@media (max-width: 991px) {
  .s4__item-tag {
    width: 70px;
    height: 74px;
    font-size: 1em;
    top: -15px;
  }
}
.s4__item-subtitle {
  font-size: 1.875em;
  font-weight: 700;
  color: #634b3b;
  margin-top: 22px;
}
@media (max-width: 1399px) {
  .s4__item-subtitle {
    font-size: 1.625em;
  }
}
@media (max-width: 991px) {
  .s4__item-subtitle {
    font-size: 1.25em;
    margin-top: 10px;
  }
}
@media (max-width: 374px) {
  .s4__item-subtitle {
    font-size: 1.125em;
  }
}
.s4__item-thirdtitle {
  font-size: 1.875em;
  font-weight: 700;
  color: #fb9633;
  letter-spacing: 0.05em;
}
@media (max-width: 1399px) {
  .s4__item-thirdtitle {
    font-size: 1.75em;
  }
}
@media (max-width: 991px) {
  .s4__item-thirdtitle {
    font-size: 1.5em;
  }
}
@media (max-width: 374px) {
  .s4__item-thirdtitle {
    font-size: 1.25em;
  }
}
.s4__item-text {
  font-size: 1.25em;
  font-weight: 700;
  color: #634b3b;
  margin-top: 15px;
}
@media (max-width: 1399px) {
  .s4__item-text {
    font-size: 1.125em;
  }
}
@media (max-width: 991px) {
  .s4__item-text {
    font-size: 1em;
    margin-top: 10px;
  }
}
.s4__item-btn {
  margin-top: 25px;
}
@media (max-width: 991px) {
  .s4__item-btn {
    margin-top: 10px;
  }
}
.s4__item-btn .btn:hover {
  -webkit-animation: none !important;
          animation: none !important;
}

.s5 {
  background: url("../images/s6/s6-bg.png"), url("../images/s5/s5-bg_02.jpg"), #d5e1a1;
  background-size: auto, auto;
  background-position: center bottom, center top;
  background-repeat: no-repeat, no-repeat;
  position: relative;
  padding-bottom: 230px;
}
@media (min-width: 1921px) {
  .s5 {
    background-size: 100% auto, 100% auto;
  }
}
@media (max-width: 1199px) {
  .s5 {
    background-size: 1300px auto, 1300px auto;
    padding-bottom: 180px;
  }
}
@media (max-width: 991px) {
  .s5 {
    background-size: 1000px auto, 1000px auto;
    padding-bottom: 130px;
  }
}
@media (max-width: 767px) {
  .s5 {
    background-size: 800px auto, 800px auto;
    background-position: right bottom, left top;
    padding-top: 40px;
    padding-bottom: 100px;
  }
}
@media (max-width: 480px) {
  .s5 {
    background-size: 190% auto;
    background-position: right bottom, left top;
    padding-top: 100px;
  }
}
.s5 .container {
  position: relative;
}
.s5__title {
  text-align: center;
}
.s5__title-main {
  width: 492px;
  height: 280px;
  background: url("../images/s5/s5-title.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  text-indent: -9999px;
}
@media (max-width: 1199px) {
  .s5__title-main {
    width: 350px;
    height: 200px;
  }
}
@media (max-width: 767px) {
  .s5__title-main {
    width: 332px;
    height: 190px;
  }
}
@media (max-width: 480px) {
  .s5__title-main {
    width: 300px;
    height: 172px;
  }
}
@media (max-width: 374px) {
  .s5__title-main {
    width: 88%;
    height: 45.4vw;
  }
}
.s5__title-sub {
  font-size: 1.875em;
  font-weight: 700;
  color: #634b3b;
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .s5__title-sub {
    font-size: 1.5em;
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  .s5__title-sub {
    font-size: 1.25em;
  }
}
@media (max-width: 374px) {
  .s5__title-sub {
    font-size: 1.125em;
  }
}
.s5__qrcode {
  position: absolute;
  top: 65px;
  right: 0;
  width: 264px;
}
@media (max-width: 1399px) {
  .s5__qrcode {
    top: 120px;
    right: 15px;
    width: 200px;
  }
}
@media (max-width: 1199px) {
  .s5__qrcode {
    top: 30px;
  }
}
@media (max-width: 991px) {
  .s5__qrcode {
    position: relative;
    top: auto;
    right: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
}
.s5__qrcode-item {
  display: block;
}
@media (max-width: 991px) {
  .s5__qrcode-item {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
}
.s5__block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 45px;
  padding-right: 45px;
  margin-top: 55px;
}
@media (max-width: 1399px) {
  .s5__block {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .s5__block {
    margin-top: 30px;
  }
}
.s5__item {
  text-align: center;
  position: relative;
}
.s5__item::before {
  content: "";
  display: block;
  width: 44px;
  height: 82px;
  background: url("../images/s5/s5-arrow.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  left: -70px;
  bottom: 30px;
}
@media (max-width: 1199px) {
  .s5__item::before {
    width: 20px;
    height: 38px;
    left: -10px;
    bottom: 40px;
  }
}
@media (max-width: 991px) {
  .s5__item::before {
    display: none;
  }
}
.s5__item:first-child::before {
  display: none;
}
.s5__item-img {
  width: 380px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
@media (max-width: 1399px) {
  .s5__item-img {
    width: 320px;
  }
}
@media (max-width: 1199px) {
  .s5__item-img {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .s5__item-img {
    width: 300px;
  }
}
.s5__item-title {
  font-size: 1.875em;
  font-weight: 700;
  color: #2badaa;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .s5__item-title {
    font-size: 1.5em;
  }
}
@media (max-width: 767px) {
  .s5__item-title {
    margin-top: 15px;
  }
}
.s5__item-text {
  font-size: 1.25em;
  font-weight: 700;
  color: #634b3b;
  line-height: 1.3;
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .s5__item-text {
    font-size: 1em;
  }
}
.s5__btn {
  text-align: center;
  margin-top: 55px;
}
@media (max-width: 1399px) {
  .s5__btn {
    width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1199px) {
  .s5__btn {
    width: 400px;
  }
}
@media (max-width: 991px) {
  .s5__btn {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .s5__btn {
    margin-top: 30px;
  }
}
@media (max-width: 374px) {
  .s5__btn {
    width: 100%;
  }
}

.s6 {
  background: url("../images/s9/s9-bg_01.png"), #c6d488;
  background-size: auto, auto;
  background-position: center bottom, center top;
  background-repeat: no-repeat, no-repeat;
  position: relative;
  padding-bottom: 170px;
}
@media (min-width: 1921px) {
  .s6 {
    background-size: 100% auto, 100% auto;
  }
}
@media (max-width: 1199px) {
  .s6 {
    background-size: auto, 1300px auto;
  }
}
@media (max-width: 991px) {
  .s6 {
    background-size: auto, 1000px auto;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .s6 {
    background-size: 800px auto, 800px auto;
    background-position: center bottom, right top;
    padding-top: 60px;
    padding-bottom: 150px;
  }
}
@media (max-width: 480px) {
  .s6 {
    background-size: 800px auto, 190% auto;
    background-position: center bottom, right top;
  }
}
.s6 .container {
  position: relative;
}
.s6 .container::before {
  content: "";
  display: block;
  width: 182px;
  height: 222px;
  background: url("../images/s6/s6-girl.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  left: 160px;
  bottom: -165px;
}
@media (max-width: 1399px) {
  .s6 .container::before {
    left: 90px;
  }
}
@media (max-width: 1199px) {
  .s6 .container::before {
    left: 60px;
    bottom: -160px;
    width: 140px;
    height: 170px;
  }
}
@media (max-width: 991px) {
  .s6 .container::before {
    bottom: -92px;
    left: 30px;
    width: 120px;
    height: 150px;
  }
}
@media (max-width: 767px) {
  .s6 .container::before {
    left: calc(50% - 40px);
    bottom: -130px;
    width: 90px;
    height: 110px;
  }
}
.s6__title {
  text-align: center;
  -webkit-transform: translateY(-88px);
          transform: translateY(-88px);
  margin-bottom: -88px;
}
@media (max-width: 1199px) {
  .s6__title {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    margin-bottom: -50px;
  }
}
.s6__title-main {
  width: 492px;
  height: 280px;
  background: url("../images/s6/s6-title.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  text-indent: -9999px;
}
@media (max-width: 1199px) {
  .s6__title-main {
    width: 350px;
    height: 200px;
  }
}
@media (max-width: 767px) {
  .s6__title-main {
    width: 332px;
    height: 190px;
  }
}
@media (max-width: 480px) {
  .s6__title-main {
    width: 300px;
    height: 172px;
  }
}
@media (max-width: 374px) {
  .s6__title-main {
    width: 88%;
    height: 45.4vw;
  }
}
.s6__title-sub {
  font-size: 1.875em;
  font-weight: 700;
  color: #634b3b;
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .s6__title-sub {
    font-size: 1.5em;
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  .s6__title-sub {
    font-size: 1.25em;
  }
}
@media (max-width: 374px) {
  .s6__title-sub {
    font-size: 1.125em;
  }
}
.s6__qrcode {
  position: absolute;
  top: -26px;
  right: 0;
  width: 264px;
}
@media (max-width: 1399px) {
  .s6__qrcode {
    top: 0;
    right: 15px;
    width: 200px;
  }
}
@media (max-width: 1199px) {
  .s6__qrcode {
    top: 30px;
  }
}
@media (max-width: 991px) {
  .s6__qrcode {
    position: relative;
    top: auto;
    right: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
}
.s6__qrcode-item {
  display: block;
}
@media (max-width: 991px) {
  .s6__qrcode-item {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
}
.s6__block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 45px;
  padding-right: 45px;
  margin-top: 55px;
}
@media (max-width: 1399px) {
  .s6__block {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .s6__block {
    margin-top: 30px;
  }
}
.s6__item {
  text-align: center;
  position: relative;
}
.s6__item::before {
  content: "";
  display: block;
  width: 44px;
  height: 82px;
  background: url("../images/s5/s5-arrow.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  left: -70px;
  bottom: 30px;
}
@media (max-width: 1199px) {
  .s6__item::before {
    width: 20px;
    height: 38px;
    left: -10px;
    bottom: 40px;
  }
}
@media (max-width: 991px) {
  .s6__item::before {
    display: none;
  }
}
.s6__item:first-child::before {
  display: none;
}
.s6__item-img {
  width: 380px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
@media (max-width: 1399px) {
  .s6__item-img {
    width: 320px;
  }
}
@media (max-width: 1199px) {
  .s6__item-img {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .s6__item-img {
    width: 300px;
  }
}
.s6__item-title {
  font-size: 1.875em;
  font-weight: 700;
  color: #2badaa;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .s6__item-title {
    font-size: 1.5em;
  }
}
@media (max-width: 767px) {
  .s6__item-title {
    margin-top: 15px;
  }
}
.s6__item-text {
  font-size: 1.25em;
  font-weight: 700;
  color: #634b3b;
  line-height: 1.3;
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .s6__item-text {
    font-size: 1em;
  }
}
.s6__btn {
  text-align: center;
  margin-top: 55px;
}
@media (max-width: 1399px) {
  .s6__btn {
    width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1199px) {
  .s6__btn {
    width: 400px;
  }
}
@media (max-width: 991px) {
  .s6__btn {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .s6__btn {
    margin-top: 30px;
  }
}
@media (max-width: 374px) {
  .s6__btn {
    width: 100%;
  }
}

.s7 {
  background: url("../images/s7/s7-bg_02.jpg");
  background-size: auto;
  background-position: center top;
  background-repeat: repeat-y;
  position: relative;
  padding-top: 90px;
  padding-bottom: 85px;
}
@media (min-width: 1921px) {
  .s7 {
    background-size: 100% auto, 100% auto;
  }
}
@media (max-width: 991px) {
  .s7 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .s7 {
    background-size: 800px auto;
  }
}
.s7__title {
  width: 226px;
  height: 90px;
  text-indent: -9999px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199px) {
  .s7__title {
    width: 200px;
    height: 86px;
  }
}
@media (max-width: 767px) {
  .s7__title {
    width: 160px;
    height: 66px;
  }
}
.s7__title--1 {
  background: url("../images/s7/s7-title-1.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}
.s7__title--2 {
  background: url("../images/s7/s7-title-2.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}
.s7__title--3 {
  background: url("../images/s7/s7-title-3.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}
.s7__block {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .s7__block {
    margin-top: 60px;
  }
}
.s7__block:first-child {
  margin-top: 0;
}

.s8 {
  background: url("../images/s2/s2-bg_01.png"), url("../images/s8/s8-bg_02.jpg"), #e3ebd9;
  background-size: auto, auto;
  background-position: center bottom, center bottom 90px;
  background-repeat: no-repeat, no-repeat;
  position: relative;
  padding-top: 80px;
  padding-bottom: 175px;
}
@media (min-width: 1921px) {
  .s8 {
    background-size: 100% auto, 100% auto;
  }
}
@media (max-width: 1399px) {
  .s8 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1199px) {
  .s8 {
    background-size: auto, 1300px auto;
  }
}
@media (max-width: 991px) {
  .s8 {
    background-size: auto, 1000px auto;
    background-position: center bottom, right bottom 200px;
  }
}
@media (max-width: 767px) {
  .s8 {
    background-size: 800px auto, 800px auto;
    background-position: center bottom, right bottom 40px;
    padding-top: 60px;
    padding-bottom: 120px;
  }
}
@media (max-width: 480px) {
  .s8 {
    background-size: 800px auto, 190% auto;
    background-position: center bottom, right bottom 12vw;
    padding-bottom: 32vw;
  }
}
.s8__title {
  margin-top: 15px;
  width: 650px;
  height: 72px;
  background: url("../images/s8/s8-title.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  text-indent: -9999px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199px) {
  .s8__title {
    width: 520px;
    height: 55px;
  }
}
@media (max-width: 767px) {
  .s8__title {
    width: 450px;
    height: 46px;
    margin-top: 5px;
  }
}
@media (max-width: 480px) {
  .s8__title {
    width: 330px;
    height: 36px;
  }
}
@media (max-width: 374px) {
  .s8__title {
    width: 100%;
    height: 10vw;
  }
}
.s8__date {
  font-size: 1.5em;
  font-weight: 700;
  color: #634b3b;
  letter-spacing: -0.025em;
  line-height: 1.5333;
  text-align: center;
}
@media (max-width: 991px) {
  .s8__date {
    font-size: 1.25em;
  }
}
@media (max-width: 480px) {
  .s8__date {
    font-size: 1.125em;
  }
}
@media (max-width: 374px) {
  .s8__date {
    font-size: 1em;
  }
}
.s8__block {
  width: calc(100% + 90px);
  margin-left: -60px;
  margin-right: -30px;
  margin-top: 55px;
}
@media (max-width: 1599px) {
  .s8__block {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 1199px) {
  .s8__block {
    padding-left: 125px;
    padding-right: 125px;
  }
}
@media (max-width: 991px) {
  .s8__block {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .s8__block {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 480px) {
  .s8__block {
    width: 350px;
  }
}
@media (max-width: 374px) {
  .s8__block {
    width: 280px;
  }
}
.s8__block .slick-prev {
  top: 48%;
  left: -60px;
}
@media (max-width: 1599px) {
  .s8__block .slick-prev {
    left: 0;
  }
}
@media (max-width: 1199px) {
  .s8__block .slick-prev {
    left: 60px;
  }
}
@media (max-width: 991px) {
  .s8__block .slick-prev {
    left: 0;
  }
}
.s8__block .slick-next {
  top: 48%;
  right: -70px;
}
@media (max-width: 1599px) {
  .s8__block .slick-next {
    right: 0;
  }
}
@media (max-width: 1199px) {
  .s8__block .slick-next {
    right: 60px;
  }
}
@media (max-width: 991px) {
  .s8__block .slick-next {
    right: 0;
  }
}
.s8__item {
  width: 460px;
  height: 450px;
}
@media (max-width: 1599px) {
  .s8__item {
    width: 33.33%;
    height: 420px;
  }
}
@media (max-width: 1399px) {
  .s8__item {
    height: 350px;
  }
}
@media (max-width: 991px) {
  .s8__item {
    height: 330px;
  }
}
@media (max-width: 480px) {
  .s8__item {
    height: 290px;
  }
}
@media (max-width: 374px) {
  .s8__item {
    height: 220px;
  }
}
.s8__item.full {
  position: relative;
}
.s8__item.full::before {
  content: "";
  display: block;
  width: 158px;
  height: 180px;
  background: url("../images/s8/s8-full.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
@media (max-width: 1599px) {
  .s8__item.full::before {
    width: 140px;
    height: 160px;
  }
}
@media (max-width: 1399px) {
  .s8__item.full::before {
    width: 100px;
    height: 120px;
  }
}
@media (max-width: 480px) {
  .s8__item.full::before {
    width: 90px;
    height: 110px;
  }
}
@media (max-width: 374px) {
  .s8__item.full::before {
    width: 60px;
    height: 80px;
  }
}
.s8__item.full .s8__item-title, .s8__item.full .s8__item-text, .s8__item.full .s8__item-qty {
  color: #9c9c9c;
}
.s8__item.add {
  position: relative;
}
.s8__item.add::before {
  content: "";
  display: block;
  width: 158px;
  height: 180px;
  background: url("../images/s8/s8-add.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
@media (max-width: 1599px) {
  .s8__item.add::before {
    width: 140px;
    height: 160px;
  }
}
@media (max-width: 1399px) {
  .s8__item.add::before {
    width: 100px;
    height: 120px;
  }
}
@media (max-width: 480px) {
  .s8__item.add::before {
    width: 90px;
    height: 110px;
  }
}
@media (max-width: 374px) {
  .s8__item.add::before {
    width: 60px;
    height: 80px;
  }
}
.s8__item.add2 {
  position: relative;
}
.s8__item.add2::before {
  content: "";
  display: block;
  width: 158px;
  height: 180px;
  background: url("../images/s8/s8-add2.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
@media (max-width: 1599px) {
  .s8__item.add2::before {
    width: 140px;
    height: 160px;
  }
}
@media (max-width: 1399px) {
  .s8__item.add2::before {
    width: 100px;
    height: 120px;
  }
}
@media (max-width: 480px) {
  .s8__item.add2::before {
    width: 90px;
    height: 110px;
  }
}
@media (max-width: 374px) {
  .s8__item.add2::before {
    width: 60px;
    height: 80px;
  }
}
.s8__item.new {
  position: relative;
}
.s8__item.new::before {
  content: "";
  display: block;
  width: 158px;
  height: 180px;
  background: url("../images/s8/s8-new.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
@media (max-width: 1599px) {
  .s8__item.new::before {
    width: 140px;
    height: 160px;
  }
}
@media (max-width: 1399px) {
  .s8__item.new::before {
    width: 100px;
    height: 120px;
  }
}
@media (max-width: 480px) {
  .s8__item.new::before {
    width: 90px;
    height: 110px;
  }
}
@media (max-width: 374px) {
  .s8__item.new::before {
    width: 60px;
    height: 80px;
  }
}
.s8__item.new2 {
  position: relative;
}
.s8__item.new2::before {
  content: "";
  display: block;
  width: 158px;
  height: 180px;
  background: url("../images/s8/s8-new-2.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
@media (max-width: 1599px) {
  .s8__item.new2::before {
    width: 140px;
    height: 160px;
  }
}
@media (max-width: 1399px) {
  .s8__item.new2::before {
    width: 100px;
    height: 120px;
  }
}
@media (max-width: 480px) {
  .s8__item.new2::before {
    width: 90px;
    height: 110px;
  }
}
@media (max-width: 374px) {
  .s8__item.new2::before {
    width: 60px;
    height: 80px;
  }
}
.s8__item.new3 {
  position: relative;
}
.s8__item.new3::before {
  content: "";
  display: block;
  width: 158px;
  height: 180px;
  background: url("../images/s8/s8-new-3.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
@media (max-width: 1599px) {
  .s8__item.new3::before {
    width: 140px;
    height: 160px;
  }
}
@media (max-width: 1399px) {
  .s8__item.new3::before {
    width: 100px;
    height: 120px;
  }
}
@media (max-width: 480px) {
  .s8__item.new3::before {
    width: 90px;
    height: 110px;
  }
}
@media (max-width: 374px) {
  .s8__item.new3::before {
    width: 60px;
    height: 80px;
  }
}
.s8__item.first {
  position: relative;
}
.s8__item.first::before {
  content: "";
  display: block;
  width: 158px;
  height: 180px;
  background: url("../images/s8/s8-first.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
@media (max-width: 1599px) {
  .s8__item.first::before {
    width: 140px;
    height: 160px;
  }
}
@media (max-width: 1399px) {
  .s8__item.first::before {
    width: 100px;
    height: 120px;
  }
}
@media (max-width: 480px) {
  .s8__item.first::before {
    width: 90px;
    height: 110px;
  }
}
@media (max-width: 374px) {
  .s8__item.first::before {
    width: 60px;
    height: 80px;
  }
}
.s8__item-tag {
  width: 104px;
  line-height: 32px;
  font-size: 1.5em;
  font-weight: 700;
  color: #634b3b;
  border: 2px solid #897e6e;
  border-radius: 10em;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1399px) {
  .s8__item-tag {
    font-size: 1.25em;
    width: 90px;
    line-height: 26px;
  }
}
@media (max-width: 480px) {
  .s8__item-tag {
    width: 80px;
    border-width: 1px;
    font-size: 1em;
  }
}
@media (max-width: 374px) {
  .s8__item-tag {
    width: 70px;
    line-height: 22px;
    font-size: 0.875em;
  }
}
.s8__item-tag .highlight {
  font-family: "Outfit", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-weight: 700;
  color: #fb9633;
}
.s8__item-box {
  background: url("../images/s8/s8-item-bg.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  width: 450px;
  height: 450px;
  text-align: center;
  padding-top: 30px;
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 1599px) {
  .s8__item-box {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 1399px) {
  .s8__item-box {
    padding-top: 20px;
  }
}
@media (max-width: 374px) {
  .s8__item-box {
    padding-top: 10px;
  }
}
.s8__item-img {
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}
@media (max-width: 1199px) {
  .s8__item-img {
    margin-bottom: 10px;
  }
}
@media (max-width: 374px) {
  .s8__item-img {
    margin-bottom: 5px;
  }
}
.s8__item-img img {
  width: 120px;
}
@media (max-width: 1599px) {
  .s8__item-img img {
    width: 100px;
  }
}
@media (max-width: 1399px) {
  .s8__item-img img {
    width: 100px;
  }
}
@media (max-width: 480px) {
  .s8__item-img img {
    width: 70px;
  }
}
@media (max-width: 374px) {
  .s8__item-img img {
    width: 50px;
  }
}
@media (max-width: 767px) {
  .s8__item-img--style2 {
    margin-top: 25px;
  }
}
@media (max-width: 374px) {
  .s8__item-img--style2 {
    margin-top: 20px;
  }
}
.s8__item-title {
  font-size: 1.875em;
  font-weight: 700;
  color: #2badaa;
  line-height: 1.333;
}
@media (max-width: 1399px) {
  .s8__item-title {
    font-size: 1.5em;
  }
}
@media (max-width: 1199px) {
  .s8__item-title {
    font-size: 1.5em;
  }
}
@media (max-width: 480px) {
  .s8__item-title {
    font-size: 1.25em;
  }
}
@media (max-width: 374px) {
  .s8__item-title {
    font-size: 1.125em;
  }
}
.s8__item-text {
  font-size: 1.5em;
  font-weight: 700;
  color: #634b3b;
  line-height: 1.5;
}
@media (max-width: 1399px) {
  .s8__item-text {
    font-size: 1.25em;
  }
}
@media (max-width: 480px) {
  .s8__item-text {
    font-size: 1em;
  }
}
@media (max-width: 374px) {
  .s8__item-text {
    font-size: 1em;
  }
}
.s8__item-text.sm {
  font-size: 1.375em;
  font-weight: 700;
  color: #634b3b;
  line-height: 1.25;
}
@media (max-width: 1399px) {
  .s8__item-text.sm {
    font-size: 1.125em;
  }
}
@media (max-width: 480px) {
  .s8__item-text.sm {
    font-size: 1em;
  }
}
@media (max-width: 374px) {
  .s8__item-text.sm {
    font-size: 0.875em;
  }
}
.s8__item-text.sm .highlight {
  color: #2badaa;
}
.s8__item-qty {
  font-size: 1.125em;
  font-weight: 500;
  color: #565656;
  margin-top: 15px;
}
@media (max-width: 1599px) {
  .s8__item-qty {
    font-size: 1em;
  }
}
@media (max-width: 1399px) {
  .s8__item-qty {
    font-size: 0.8125em;
    margin-top: 5px;
  }
}
@media (max-width: 480px) {
  .s8__item-qty {
    font-size: 0.75em;
  }
}
@media (max-width: 374px) {
  .s8__item-qty {
    font-size: 0.75em;
  }
}
.s8__item-qty.lg {
  margin-top: 5px;
}
@media (max-width: 374px) {
  .s8__item-qty.lg {
    margin-top: 0;
  }
}
.s8__item-subtitle {
  font-size: 1.25em;
  font-weight: 700;
  color: #634b3b;
  text-align: center;
  position: absolute;
  top: -30px;
  width: 100%;
  text-align: center;
}
@media (max-width: 1399px) {
  .s8__item-subtitle {
    top: -25px;
    font-size: 1.125em;
  }
}
@media (max-width: 1199px) {
  .s8__item-subtitle {
    top: -20px;
    font-size: 1em;
  }
}
@media (max-width: 374px) {
  .s8__item-subtitle {
    font-size: 0.875em;
    top: -16px;
  }
}
.s8__btn {
  margin-top: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .s8__btn {
    margin-top: 15px;
  }
}

.s9 {
  background: url("../images/s7/s7-bg_01.png"), url("../images/s9/s9-bg_02.jpg");
  background-size: auto, auto;
  background-position: center bottom, center top;
  background-repeat: no-repeat, no-repeat;
  position: relative;
  padding-top: 146px;
  padding-bottom: 180px;
}
@media (min-width: 1921px) {
  .s9 {
    background-size: 100% auto, 100% auto;
  }
}
@media (max-width: 991px) {
  .s9 {
    padding-top: 60px;
    padding-bottom: 160px;
  }
}
@media (max-width: 767px) {
  .s9 {
    background-size: 800px auto, auto;
    padding-bottom: 120px;
  }
}
.s9__wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .s9__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.s9__body {
  width: 564px;
  padding-left: 38px;
}
@media (max-width: 1399px) {
  .s9__body {
    padding-left: 0;
    width: 50%;
  }
}
@media (max-width: 991px) {
  .s9__body {
    width: 100%;
    padding-right: 0;
  }
}
.s9__head {
  width: calc(100% - 564px);
  position: relative;
}
@media (max-width: 1399px) {
  .s9__head {
    width: 50%;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .s9__head {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    width: 600px;
  }
}
@media (max-width: 767px) {
  .s9__head {
    max-width: 100%;
  }
}
.s9__img {
  position: absolute;
  top: 54px;
  right: -38px;
  width: 758px;
}
@media (max-width: 1399px) {
  .s9__img {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .s9__img {
    right: 0;
  }
}
@media (max-width: 991px) {
  .s9__img {
    position: relative;
    top: auto;
    right: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
.s9__img img:first-child {
  -webkit-animation: ani-s9-img-1 10s ease infinite;
          animation: ani-s9-img-1 10s ease infinite;
}
.s9__img img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  -webkit-animation: ani-s9-img-2 10s ease infinite;
          animation: ani-s9-img-2 10s ease infinite;
}
.s9__title {
  background: url("../images/s9/s9-title.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  width: 426px;
  height: 76px;
  text-indent: -9999px;
}
@media (max-width: 1199px) {
  .s9__title {
    width: 330px;
    height: 56px;
  }
}
@media (max-width: 991px) {
  .s9__title {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .s9__title {
    width: 280px;
    height: 48px;
  }
}
@media (max-width: 374px) {
  .s9__title {
    width: 240px;
    height: 42px;
  }
}
.s9__subtitle {
  font-size: 1.875em;
  font-weight: 700;
  color: #634b3b;
  letter-spacing: -0.025em;
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .s9__subtitle {
    font-size: 1.75em;
  }
}
@media (max-width: 991px) {
  .s9__subtitle {
    margin-top: 25px;
    font-size: 1.5em;
  }
}
@media (max-width: 767px) {
  .s9__subtitle {
    margin-top: 15px;
  }
}
.s9__subtitle::before {
  content: "";
  display: inline-block;
  width: 27px;
  height: 29px;
  background: url("../images/s9/s9-title-icon.svg");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  margin-right: 15px;
}
@media (max-width: 991px) {
  .s9__subtitle::before {
    width: 22px;
    height: 24px;
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
}
.s9__text {
  font-size: 1.125em;
  color: #616161;
  line-height: 1.6666667;
}
@media (max-width: 1199px) {
  .s9__text {
    font-size: 1em;
  }
}
.s9__text-item {
  margin-top: 35px;
}
@media (max-width: 991px) {
  .s9__text-item {
    margin-top: 15px;
  }
}
.s9__text-item:first-child {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .s9__text-item:first-child {
    margin-top: 5px;
  }
}

.faq__item {
  background: #ffffff;
  border-radius: 20px;
  padding: 35px 42px;
  -webkit-box-shadow: 4px 6px 9px rgba(181, 158, 93, 0.41);
          box-shadow: 4px 6px 9px rgba(181, 158, 93, 0.41);
  margin-top: 26px;
}
@media (max-width: 991px) {
  .faq__item {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .faq__item {
    padding: 20px 15px;
    margin-top: 15x;
  }
}
.faq__item:first-child {
  margin-top: 0;
}
.faq__item--active .faq__controller::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.faq__head {
  font-size: 1.25em;
  font-weight: 700;
  color: #634b3b;
  padding-left: 60px;
  padding-right: 40px;
  position: relative;
}
@media (max-width: 991px) {
  .faq__head {
    font-size: 1.125em;
    padding-left: 55px;
  }
}
.faq__head-no {
  font-size: 1.5em;
  font-weight: 500;
  color: #18b1af;
  font-family: "Outfit", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  position: absolute;
  top: -5px;
  left: 0;
  text-align: right;
  width: 1.8em;
}
.faq__body {
  margin-top: 20px;
  padding-left: 50px;
  padding-top: 20px;
  border-top: 2px solid #d4b8a5;
  display: none;
}
@media (max-width: 991px) {
  .faq__body {
    margin-top: 10px;
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .faq__body {
    padding-left: 0;
  }
}
.faq__body a {
  color: #565656;
  text-decoration: underline;
}
.faq__text {
  font-size: 1.125em;
  font-weight: 500;
  color: #565656;
  line-height: 1.555555556;
}
@media (max-width: 991px) {
  .faq__text {
    font-size: 1em;
  }
}
.faq__text a {
  color: #18b1af;
}
@media (hover: hover) {
  .faq__text a:hover {
    text-decoration: none;
  }
}
.faq__controller {
  width: 30px;
  height: 30px;
  background: #077572;
  border-radius: 10em;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
@media (max-width: 991px) {
  .faq__controller {
    top: -4px;
    width: 26px;
    height: 26px;
  }
}
.faq__controller::before {
  content: "";
  display: block;
  width: 19px;
  height: 3px;
  background: #ffffff;
  position: absolute;
  top: 14px;
  left: 5px;
}
@media (max-width: 991px) {
  .faq__controller::before {
    width: 14px;
    height: 2px;
    top: 12px;
    left: 6px;
  }
}
.faq__controller::after {
  content: "";
  display: block;
  width: 19px;
  height: 3px;
  background: #ffffff;
  position: absolute;
  top: 14px;
  left: 5px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
@media (max-width: 991px) {
  .faq__controller::after {
    width: 14px;
    height: 2px;
    top: 12px;
    left: 6px;
  }
}
.faq__row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  padding-right: 50px;
}
@media (max-width: 767px) {
  .faq__row {
    padding-right: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.faq__row .faq__text {
  width: calc(100% - 150px);
  padding-right: 15px;
}
@media (max-width: 767px) {
  .faq__row .faq__text {
    width: 100%;
  }
}
.faq__qrcode {
  width: 150px;
}
@media (max-width: 767px) {
  .faq__qrcode {
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }
  .faq__qrcode img {
    width: 100px;
  }
}
.faq__subtitle {
  font-size: 1.25em;
  font-weight: 700;
  color: #fb9633;
  position: relative;
  padding-left: 24px;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .faq__subtitle {
    font-size: 1.125em;
  }
}
@media (max-width: 767px) {
  .faq__subtitle {
    padding-left: 16px;
  }
}
.faq__subtitle.mt--lg {
  margin-top: 60px;
}
.faq__subtitle::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #fb9633;
  position: absolute;
  top: 6px;
  left: 0;
}
@media (max-width: 991px) {
  .faq__subtitle::before {
    top: 4px;
  }
}
@media (max-width: 767px) {
  .faq__subtitle::before {
    border-width: 5px 0 5px 8px;
  }
}
.faq__subtitle a {
  color: #18b1af;
}
@media (hover: hover) {
  .faq__subtitle a:hover {
    text-decoration: none;
  }
}
.faq__list {
  font-size: 1.125em;
  color: #565656;
  padding-left: 44px;
  line-height: 1.5556;
  margin-top: 15px;
}
@media (max-width: 991px) {
  .faq__list {
    font-size: 1em;
  }
}
@media (max-width: 767px) {
  .faq__list {
    padding-left: 36px;
  }
}
.faq__list.pl-0 {
  padding-left: 30px;
}
.faq__list .green {
  color: #18b1af;
}
.faq__list a {
  color: #18b1af;
}
@media (hover: hover) {
  .faq__list a:hover {
    text-decoration: none;
  }
}
.faq__process {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 24px;
  margin-top: 25px;
}
@media (max-width: 767px) {
  .faq__process {
    padding-left: 16px;
  }
}
.faq__process-item {
  width: 20%;
  text-align: center;
  margin-top: 20px;
}
.faq__process-item:nth-child(1) {
  margin-top: 0;
}
.faq__process-item:nth-child(2) {
  margin-top: 0;
}
.faq__process-item:nth-child(3) {
  margin-top: 0;
}
.faq__process-item:nth-child(4) {
  margin-top: 0;
}
.faq__process-item:nth-child(5) {
  margin-top: 0;
}
@media (max-width: 1199px) {
  .faq__process-item {
    width: 33.33%;
  }
  .faq__process-item:nth-child(4) {
    margin-top: 20px;
  }
  .faq__process-item:nth-child(5) {
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .faq__process-item {
    width: 50%;
  }
  .faq__process-item:nth-child(3) {
    margin-top: 20px;
  }
}
.faq__process-no {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 1em;
  font-weight: 700;
  color: #ffffff;
  background: #18b1af;
  border-radius: 10em;
  text-align: center;
  font-family: "Outfit", "Microsoft JhengHei", "微軟正黑體", sans-serif;
}
@media (max-width: 480px) {
  .faq__process-no {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 0.875em;
  }
}
.faq__process-img {
  margin-top: 10px;
}

@media (max-width: 991px) {
  .hide--tb {
    display: none;
  }
}

.show--mobile {
  display: none;
}
@media (max-width: 767px) {
  .show--mobile {
    display: block;
  }
}

.show--tb {
  display: none;
}
@media (max-width: 991px) {
  .show--tb {
    display: block;
  }
}

.red {
  color: #df2e21;
}

.yellow {
  color: #fffd70;
}

.mt0 {
  margin-top: 0;
}

.gotop {
  display: none;
  width: 60px;
  height: 60px;
  background: url("../images/top.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: fixed;
  right: 70px;
  bottom: 15px;
  z-index: 999;
  cursor: pointer;
}
@media (max-width: 1599px) {
  .gotop {
    right: 50px;
  }
}
@media (min-width: 1199px) and (max-width: 1399px) and (max-height: 720px) {
  .gotop {
    width: 50px;
    height: 50px;
    right: 25px;
  }
}
@media (max-width: 1199px) {
  .gotop {
    width: 50px;
    height: 50px;
    right: 25px;
  }
}
@media (max-width: 767px) {
  .gotop {
    width: 50px;
    height: 50px;
    bottom: 90px;
    right: 15px;
  }
}
.gotop:hover {
  -webkit-animation: ani-scale 1.5s ease infinite;
          animation: ani-scale 1.5s ease infinite;
}

.fixedbtn {
  position: fixed;
  right: 40px;
  bottom: 100px;
  z-index: 999;
  -webkit-animation: fadeInRight 0.8s ease;
          animation: fadeInRight 0.8s ease;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media (max-width: 1599px) {
  .fixedbtn {
    right: 15px;
  }
}
@media (min-width: 1199px) and (max-width: 1399px) and (max-height: 720px) {
  .fixedbtn {
    bottom: 70px;
    right: 10px;
  }
}
@media (max-width: 1199px) {
  .fixedbtn {
    bottom: 70px;
    right: 10px;
  }
}
@media (max-width: 767px) {
  .fixedbtn {
    border: 4px solid #ffffff;
    background: #fffcf2;
    width: 100%;
    bottom: 0;
    right: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-shadow: 0 0 32px rgba(214, 186, 107, 0.46);
            box-shadow: 0 0 32px rgba(214, 186, 107, 0.46);
    -webkit-animation-name: fadeInUp;
            animation-name: fadeInUp;
  }
}
.fixedbtn::before {
  content: "";
  display: block;
  width: 132px;
  height: 83px;
  background: url("../images/common/fixedbtn-title.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  pointer-events: none;
}
@media (min-width: 1199px) and (max-width: 1399px) and (max-height: 720px) {
  .fixedbtn::before {
    width: 98px;
    height: 62px;
  }
}
@media (max-width: 1199px) {
  .fixedbtn::before {
    width: 80px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .fixedbtn::before {
    position: fixed;
    bottom: 78px;
    left: 15px;
  }
}
.fixedbtn__item {
  display: block;
  width: 128px;
  height: 162px;
  -webkit-box-shadow: 0 0 32px rgba(214, 186, 107, 0.46);
          box-shadow: 0 0 32px rgba(214, 186, 107, 0.46);
  margin-top: 15px;
  border-radius: 24px;
}
@media (min-width: 1199px) and (max-width: 1399px) and (max-height: 720px) {
  .fixedbtn__item {
    width: 100px;
    height: 126px;
    border-radius: 15px;
    margin-top: 10px;
  }
}
@media (max-width: 1199px) {
  .fixedbtn__item {
    width: 80px;
    height: 100px;
    border-radius: 15px;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .fixedbtn__item {
    width: 50%;
    height: 70px;
    margin-top: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.fixedbtn__item--1 {
  background: url("../images/common/fixedbtn-item-1.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .fixedbtn__item--1 {
    background: url("../images/common/fixedbtn-item-sm-1.png");
    background-size: 120px auto;
    background-position: center center;
    background-repeat: no-repeat;
  }
}
.fixedbtn__item--2 {
  background: url("../images/common/fixedbtn-item-2.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .fixedbtn__item--2 {
    background: url("../images/common/fixedbtn-item-sm-2.png");
    background-size: 120px auto;
    background-position: center center;
    background-repeat: no-repeat;
  }
}
@media (hover: hover) {
  .fixedbtn__item:hover {
    -webkit-animation: ani-scale 0.8s ease infinite;
            animation: ani-scale 0.8s ease infinite;
  }
}
.fixedbtn__item:first-child {
  margin-top: 0;
}

.offset--y1 {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
@media (max-width: 767px) {
  .offset--y1 {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}

@media (max-width: 767px) {
  .offset--y2 {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}

.offset--y3 {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
@media (max-width: 1199px) {
  .offset--y3 {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (max-width: 991px) {
  .offset--y3 {
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
  }
}

@media (max-width: 991px) {
  .offset--y4 {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}

@media (max-width: 991px) {
  .offset--y5 {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}

.offset--y6 {
  -webkit-transform: translateY(-90px);
          transform: translateY(-90px);
}
@media (max-width: 767px) {
  .offset--y6 {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
}
@media (max-width: 480px) {
  .offset--y6 {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}

.offset--y7 {
  -webkit-transform: translateY(-190px);
          transform: translateY(-190px);
}
@media (max-width: 991px) {
  .offset--y7 {
    -webkit-transform: translateY(-160px);
            transform: translateY(-160px);
  }
}
@media (max-width: 767px) {
  .offset--y7 {
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
  }
}

.offset--y8 {
  -webkit-transform: translateY(-130px);
          transform: translateY(-130px);
}
@media (max-width: 767px) {
  .offset--y8 {
    -webkit-transform: translateY(-110px);
            transform: translateY(-110px);
  }
}