@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/cwtexyen.css");
body {
  overflow-x: hidden;
  font-family: "cwTeXYen", sans-serif, serif;
}

#app {
  position: relative;
}

.part,
.parts {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.header {
  position: fixed;
  top: 0;
  right: 0;
  width: 25%;
  z-index: 99;
}
@media (min-width: 768px) {
  .header {
    height: 4.8958333333vw;
  }
}
@media (max-width: 767px) {
  .header {
    height: 12.2395833333vw;
  }
}
.header .header-inner {
  position: relative;
  width: 100%;
  display: flex !important;
  justify-content: flex-end;
  align-items: center !important;
}
@media (min-width: 768px) {
  .header .header-inner {
    height: 4.8958333333vw;
  }
}
@media (max-width: 767px) {
  .header .header-inner {
    height: 12.2395833333vw;
  }
}
.header ul,
.header li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.header .menu {
  position: fixed;
  display: none;
  z-index: 90;
  background-color: rgba(255, 255, 255, 0.8);
  height: 100vh;
}
@media (min-width: 768px) {
  .header .menu {
    width: 22.96875vw;
    right: 0;
    top: 0;
    padding-top: 10.8333333333vw;
  }
}
@media (max-width: 767px) {
  .header .menu {
    left: 0;
    right: 0;
    top: 0;
    width: 100vw;
    padding-top: 17.7083333333vw;
  }
}
.header .menu ul {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.header .menu ul li {
  position: relative;
  display: flex !important;
  justify-content: center !important;
}
@media (min-width: 768px) {
  .header .menu ul li {
    height: 5.15625vw;
  }
}
@media (max-width: 767px) {
  .header .menu ul li {
    height: 12.890625vw;
  }
}
.header .menu ul li a {
  text-decoration: none;
}
@media (max-width: 767px) {
  .header .menu ul li a {
    display: block;
  }
}
.header .menu ul li a span {
  font-weight: 600;
  color: #ce3729;
}
@media (min-width: 768px) {
  .header .menu ul li a span {
    font-size: 2.0833333333vw;
  }
}
@media (max-width: 767px) {
  .header .menu ul li a span {
    font-size: 5.2083333333vw;
  }
}
.header .menu .logos {
  position: relative;
}
@media (min-width: 768px) {
  .header .menu .logos {
    display: none;
  }
}
@media (max-width: 767px) {
  .header .menu .logos {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding-bottom: 6.5104166667vw;
  }
}
.header .menu .logos a {
  display: block;
}
@media (min-width: 768px) {
  .header .menu .logos a.logo {
    margin-right: 1.0416666667vw;
  }
}
@media (max-width: 767px) {
  .header .menu .logos a.logo {
    margin: 0 1.953125vw;
  }
}
@media (min-width: 768px) {
  .header .menu .logos a.logo img {
    width: 6.9270833333vw;
    height: 2.6041666667vw;
  }
}
@media (max-width: 767px) {
  .header .menu .logos a.logo img {
    width: 23.1770833333vw;
    height: 8.59375vw;
  }
}
@media (min-width: 768px) {
  .header .menu .logos a.logo2 {
    margin-right: 1.0416666667vw;
  }
}
@media (max-width: 767px) {
  .header .menu .logos a.logo2 {
    margin: 0 1.953125vw;
  }
}
@media (min-width: 768px) {
  .header .menu .logos a.logo2 img {
    width: 8.0729166667vw;
    height: 2.65625vw;
  }
}
@media (max-width: 767px) {
  .header .menu .logos a.logo2 img {
    width: 26.171875vw;
    height: 8.59375vw;
  }
}
@media (max-width: 767px) {
  .header .menu .logos a.logo3 {
    margin: 0 1.953125vw;
  }
}
@media (min-width: 768px) {
  .header .menu .logos a.logo3 img {
    width: 7.7083333333vw;
    height: 2.6041666667vw;
  }
}
@media (max-width: 767px) {
  .header .menu .logos a.logo3 img {
    width: 24.8697916667vw;
    height: 8.3333333333vw;
  }
}
.header .btn-menu {
  position: relative;
  z-index: 92;
  display: block;
}
.header .btn-menu:hover, .header .btn-menu:active, .header .btn-menu:focus {
  outline: none !important;
  border: none !important;
}
.header .btn-menu > div:nth-child(2) {
  display: none;
}
@media (min-width: 768px) {
  .header .btn-menu {
    right: 1.0416666667vw;
    width: 3.1770833333vw;
    height: 3.1770833333vw;
  }
}
@media (max-width: 767px) {
  .header .btn-menu {
    right: 3.90625vw;
    width: 7.9427083333vw;
    height: 7.9427083333vw;
  }
}

section {
  position: relative;
}

.secAnchor {
  position: absolute !important;
  width: 1px;
  height: 1px;
  left: 0;
}
@media (min-width: 768px) {
  .secAnchor {
    top: 0vw;
  }
}
@media (max-width: 767px) {
  .secAnchor {
    top: 0vw;
  }
}

body.scrolled .secAnchor {
  position: absolute;
  width: 1px;
  height: 1px;
  left: 0;
}
@media (min-width: 768px) {
  body.scrolled .secAnchor {
    top: -4.9479166667vw;
  }
}
@media (max-width: 767px) {
  body.scrolled .secAnchor {
    top: -12.3697916667vw;
  }
}

:root {
  --step: 5px; /* 每跳一步左右位移 */
  --jump: -5px; /* 跳起的高度 (負數往上) */
  --duration: 2.5s; /* 完整循環時間 */
}

@keyframes hop {
  /* 起點 */
  0% {
    transform: translate(0, 0);
  }
  /* 第一次往前並跳起 */
  20% {
    transform: translate(calc(var(--step) * 1), var(--jump));
  }
  /* 落地 */
  30% {
    transform: translate(calc(var(--step) * 1), 0);
  }
  /* 第二次往前並跳起 */
  40% {
    transform: translate(calc(var(--step) * 2), var(--jump));
  }
  /* 落地 */
  50% {
    transform: translate(calc(var(--step) * 2), 0);
  }
  /* 往後第一次並跳起 */
  60% {
    transform: translate(calc(var(--step) * 1), var(--jump));
  }
  /* 落地 */
  70% {
    transform: translate(calc(var(--step) * 1), 0);
  }
  /* 往後第二次並跳起 (回到起點) */
  80% {
    transform: translate(0, var(--jump));
  }
  /* 落地回到原位 */
  100% {
    transform: translate(0, 0);
  }
}
@keyframes hop2 {
  /* 起點 */
  0% {
    transform: translate(0, 0);
  }
  /* 第一次往前並跳起 */
  15% {
    transform: translate(calc(var(--step) * 1), var(--jump));
  }
  /* 落地 */
  30% {
    transform: translate(calc(var(--step) * 1), 0);
  }
  /* 第二次往前並跳起 */
  40% {
    transform: translate(calc(var(--step) * 2), var(--jump));
  }
  /* 落地 */
  55% {
    transform: translate(calc(var(--step) * 2), 0);
  }
  /* 往後第一次並跳起 */
  60% {
    transform: translate(calc(var(--step) * 1), var(--jump));
  }
  /* 落地 */
  75% {
    transform: translate(calc(var(--step) * 1), 0);
  }
  /* 往後第二次並跳起 (回到起點) */
  80% {
    transform: translate(0, var(--jump));
  }
  /* 落地回到原位 */
  100% {
    transform: translate(0, 0);
  }
}
@keyframes floatY {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-20px);
  }
}
@keyframes floatY2 {
  to {
    transform: translateY(20px);
  }
  from {
    transform: translateY(0);
  }
}
@keyframes floatY3 {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10px);
  }
}
#kv {
  position: relative;
}
#kv .header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
}
@media (min-width: 768px) {
  #kv .header {
    height: 4.8958333333vw;
  }
}
@media (max-width: 767px) {
  #kv .header {
    height: 12.2395833333vw;
  }
}
#kv .header .header-inner {
  position: relative;
  width: 100%;
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
}
@media (min-width: 768px) {
  #kv .header .header-inner {
    height: 4.8958333333vw;
  }
}
@media (max-width: 767px) {
  #kv .header .header-inner {
    height: 12.2395833333vw;
  }
}
#kv .logos {
  position: relative;
  display: flex !important;
  align-items: center !important;
}
@media (min-width: 768px) {
  #kv .logos {
    margin-left: 1.09375vw;
  }
}
@media (max-width: 767px) {
  #kv .logos {
    margin-left: 2.9947916667vw;
  }
}
#kv .logos a {
  display: block;
}
@media (min-width: 768px) {
  #kv .logos a.logo {
    margin-right: 1.0416666667vw;
  }
}
@media (max-width: 767px) {
  #kv .logos a.logo {
    margin-right: 2.4739583333vw;
  }
}
@media (min-width: 768px) {
  #kv .logos a.logo img {
    width: 6.9270833333vw;
    height: 2.6041666667vw;
  }
}
@media (max-width: 767px) {
  #kv .logos a.logo img {
    width: 16.796875vw;
    height: 6.25vw;
  }
}
@media (min-width: 768px) {
  #kv .logos a.logo2 {
    margin-right: 1.0416666667vw;
  }
}
@media (max-width: 767px) {
  #kv .logos a.logo2 {
    margin-right: 2.6041666667vw;
  }
}
@media (min-width: 768px) {
  #kv .logos a.logo2 img {
    width: 8.0729166667vw;
    height: 2.65625vw;
  }
}
@media (max-width: 767px) {
  #kv .logos a.logo2 img {
    width: 19.53125vw;
    height: 6.3802083333vw;
  }
}
@media (min-width: 768px) {
  #kv .logos a.logo3 img {
    width: 7.7083333333vw;
    height: 2.6041666667vw;
  }
}
@media (max-width: 767px) {
  #kv .logos a.logo3 img {
    width: 18.6197916667vw;
    height: 6.25vw;
  }
}
#kv .slide {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}
#kv .foreground {
  position: relative;
  z-index: 1;
}
#kv .parts {
  z-index: 2;
}
#kv .slogan {
  position: absolute;
}
@media (min-width: 768px) {
  #kv .slogan {
    left: 8.3333333333vw;
    top: 3.28125vw;
    width: 32.65625vw;
    height: 24.7916666667vw;
  }
}
@media (max-width: 767px) {
  #kv .slogan {
    left: 1.953125vw;
    top: 12.5vw;
    width: 66.6666666667vw;
    height: 50.9114583333vw;
  }
}
#kv .price {
  position: absolute;
}
@media (min-width: 768px) {
  #kv .price {
    left: 31.5625vw;
    top: 20.8333333333vw;
    width: 19.4791666667vw;
    height: 14.1666666667vw;
  }
}
@media (max-width: 767px) {
  #kv .price {
    left: 58.7239583333vw;
    top: 41.6666666667vw;
    width: 40.234375vw;
    height: 29.5572916667vw;
  }
}
#kv .p1 {
  position: absolute;
}
#kv .p1 > img {
  animation: floatY 3s ease-in-out infinite alternate;
}
#kv .p1 > .part {
  animation: floatY2 3s ease-in-out infinite alternate;
}
@media (min-width: 768px) {
  #kv .p1 {
    left: 74.6875vw;
    top: -16.6145833333vw;
    width: 30.5729166667vw;
    height: 36.09375vw;
  }
}
@media (max-width: 767px) {
  #kv .p1 {
    left: 56.25vw;
    top: -26.953125vw;
    width: 57.1614583333vw;
    height: 67.8385416667vw;
  }
}
#kv .p2 {
  position: absolute;
  animation: hop var(--duration) infinite;
}
@media (min-width: 768px) {
  #kv .p2 {
    left: 27.5vw;
    top: 33.125vw;
    width: 8.2291666667vw;
    height: 8.3854166667vw;
  }
}
@media (max-width: 767px) {
  #kv .p2 {
    left: 51.3020833333vw;
    top: 130.7291666667vw;
    width: 15.4947916667vw;
    height: 15.8854166667vw;
  }
}
#kv .p3 {
  position: absolute;
  animation: hop var(--duration) infinite;
}
@media (min-width: 768px) {
  #kv .p3 {
    left: 35.8854166667vw;
    top: 38.3333333333vw;
    width: 11.3541666667vw;
    height: 10.3645833333vw;
  }
}
@media (max-width: 767px) {
  #kv .p3 {
    left: 67.0572916667vw;
    top: 140.625vw;
    width: 21.3541666667vw;
    height: 19.4010416667vw;
  }
}
#kv .p4 {
  position: absolute;
  animation: hop2 var(--duration) infinite;
}
@media (min-width: 768px) {
  #kv .p4 {
    left: 1.4583333333vw;
    top: 25.3645833333vw;
    width: 33.2291666667vw;
    height: 24.21875vw;
  }
}
@media (max-width: 767px) {
  #kv .p4 {
    left: 2.4739583333vw;
    top: 116.2760416667vw;
    width: 62.3697916667vw;
    height: 45.4427083333vw;
  }
}
#kv .tp {
  position: absolute;
  font-weight: bold;
}
@media (min-width: 768px) {
  #kv .tp {
    left: 33.3333333333vw;
    top: 48.75vw;
    font-size: 1.3020833333vw;
  }
}
@media (max-width: 767px) {
  #kv .tp {
    left: 0vw;
    right: 0vw;
    margin: 0 auto;
    text-align: center;
    top: 162.7604166667vw;
    font-size: 3.2552083333vw;
  }
}

.inner {
  position: relative;
}

/* 跳動關鍵影格 */
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px); /* 跳起 */
  }
  60% {
    transform: translateY(-10px); /* 回彈 */
  }
}
#sec1 {
  position: relative;
}
#sec1 .inner {
  position: relative;
}
#sec1 .sec1a {
  position: relative;
}
@media (min-width: 768px) {
  #sec1 .sec1a {
    background: url("../images/sec1/box.png") left 15.1041666667vw top 4.4791666667vw no-repeat;
    background-size: 74.4270833333vw 41.0416666667vw;
    padding-top: 6.4583333333vw;
    height: 45.8333333333vw;
  }
}
@media (max-width: 767px) {
  #sec1 .sec1a {
    background: url("../images/sec1/box_m.png") left 0vw top 1.171875vw no-repeat;
    background-size: 100% auto;
    padding-top: 11.5885416667vw;
    height: 114.5833333333vw;
  }
}
#sec1 .sec1a .title {
  position: relative;
  width: 100%;
  display: flex !important;
  justify-content: center !important;
}
@media (min-width: 768px) {
  #sec1 .sec1a .title img {
    width: 33.90625vw;
    height: 3.6979166667vw;
  }
}
@media (max-width: 767px) {
  #sec1 .sec1a .title img {
    width: 65.8854166667vw;
    height: 7.421875vw;
  }
}
#sec1 .sec1a .short {
  position: relative;
  color: rgb(56, 56, 56);
  text-align: center;
  font-weight: bold;
}
@media (min-width: 768px) {
  #sec1 .sec1a .short {
    font-size: 1.5625vw;
    line-height: 1.5;
    padding-top: 0vw;
  }
}
@media (max-width: 767px) {
  #sec1 .sec1a .short {
    font-size: 3.2552083333vw;
    line-height: 1.5;
    padding-top: 1.6927083333vw;
  }
}
#sec1 .sec1a .p1 {
  position: absolute;
  z-index: 1;
}
@media (min-width: 768px) {
  #sec1 .sec1a .p1 {
    left: 5.9375vw;
    top: 27.2916666667vw;
    width: 24.21875vw;
    height: 19.375vw;
  }
}
@media (max-width: 767px) {
  #sec1 .sec1a .p1 {
    left: 3.515625vw;
    top: 85.0260416667vw;
    width: 35.15625vw;
    height: 28.125vw;
  }
}
#sec1 .sec1a .p1 img {
  animation: floatY3 1.5s ease-in-out infinite alternate;
}
#sec1 .sec1a .___table {
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  #sec1 .sec1a .___table {
    width: 46.3541666667vw;
    margin-top: 1.1458333333vw;
  }
}
@media (max-width: 767px) {
  #sec1 .sec1a .___table {
    width: 92.1875vw;
    margin-top: 4.4270833333vw;
  }
}
#sec1 .sec1a .___table .tabs {
  position: absolute;
  width: 100%;
  display: flex !important;
  left: 0;
  z-index: 2;
}
@media (min-width: 768px) {
  #sec1 .sec1a .___table .tabs {
    height: 3.90625vw;
    padding-left: 2.4479166667vw;
  }
}
@media (max-width: 767px) {
  #sec1 .sec1a .___table .tabs {
    height: 7.1614583333vw;
    padding-left: 6.1197916667vw;
  }
}
#sec1 .sec1a .___table .tabs .tab {
  position: relative;
}
@media (min-width: 768px) {
  #sec1 .sec1a .___table .tabs .tab {
    width: 6.6666666667vw;
    height: 3.90625vw;
    margin-right: 0.8854166667vw;
  }
}
@media (max-width: 767px) {
  #sec1 .sec1a .___table .tabs .tab {
    width: 16.6666666667vw;
    height: 9.765625vw;
    margin-right: 2.2135416667vw;
  }
}
#sec1 .sec1a .___table .content {
  position: relative;
  z-index: 1;
}
#sec1 .sec1a .___table .content .item {
  display: none;
}
#sec1 .sec1a .___table .content .item.active {
  display: block;
}
#sec1 .sec1b {
  position: relative;
}
@media (min-width: 768px) {
  #sec1 .sec1b {
    padding-top: 2.7604166667vw;
    height: 45.5208333333vw;
  }
}
@media (max-width: 767px) {
  #sec1 .sec1b {
    padding-top: 1.5625vw;
    height: 81.1197916667vw;
  }
}
#sec1 .sec1b .title {
  position: relative;
  width: 100%;
  display: flex !important;
  justify-content: center !important;
}
@media (min-width: 768px) {
  #sec1 .sec1b .title {
    left: -0.78125vw;
  }
}
@media (min-width: 768px) {
  #sec1 .sec1b .title img {
    width: 35.1041666667vw;
    height: 9.4270833333vw;
  }
}
@media (max-width: 767px) {
  #sec1 .sec1b .title img {
    width: 65.7552083333vw;
    height: 17.7083333333vw;
  }
}
#sec1 .sec1b .map {
  position: relative;
  width: 100%;
  display: flex !important;
  justify-content: center !important;
}
@media (min-width: 768px) {
  #sec1 .sec1b .map {
    padding-top: 1.0416666667vw;
  }
}
@media (max-width: 767px) {
  #sec1 .sec1b .map {
    padding-top: 2.6041666667vw;
  }
}
@media (min-width: 768px) {
  #sec1 .sec1b .map img {
    width: 48.59375vw;
    height: 30.6770833333vw;
  }
}
@media (max-width: 767px) {
  #sec1 .sec1b .map img {
    width: 86.5885416667vw;
    height: 57.5520833333vw;
  }
}
#sec1 .sec1c {
  position: relative;
}
@media (min-width: 768px) {
  #sec1 .sec1c {
    display: flex !important;
    justify-content: center !important;
    padding-top: 1.3020833333vw;
  }
}
@media (max-width: 767px) {
  #sec1 .sec1c {
    padding-top: 2.2135416667vw;
  }
}
#sec1 .sec1c .item {
  position: relative;
}
@media (min-width: 768px) {
  #sec1 .sec1c .item {
    width: 25.5208333333vw;
    margin: 0 1.7708333333vw;
  }
}
@media (max-width: 767px) {
  #sec1 .sec1c .item {
    width: 81.9010416667vw;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  #sec1 .sec1c .item.item1 {
    margin-bottom: 2.0833333333vw;
  }
}
@media (max-width: 767px) {
  #sec1 .sec1c .item.item2 {
    margin-bottom: 2.6041666667vw;
  }
}
#sec1 .sec1c .p2 {
  position: absolute;
  z-index: 1;
  animation: bounce 1s infinite;
}
@media (min-width: 768px) {
  #sec1 .sec1c .p2 {
    left: 3.8020833333vw;
    top: -1.5625vw;
    width: 14.53125vw;
    height: 11.3020833333vw;
  }
}
@media (max-width: 767px) {
  #sec1 .sec1c .p2 {
    left: -1.171875vw;
    top: 7.6822916667vw;
    width: 34.5052083333vw;
    height: 26.8229166667vw;
  }
}
#sec1 .sec1c .p3 {
  position: absolute;
  z-index: 1;
  animation: bounce 1s infinite;
  animation-delay: 0.5s;
}
@media (min-width: 768px) {
  #sec1 .sec1c .p3 {
    left: 4.3229166667vw;
    top: -0.78125vw;
    width: 13.1770833333vw;
    height: 10.4166666667vw;
  }
}
@media (max-width: 767px) {
  #sec1 .sec1c .p3 {
    left: 1.4322916667vw;
    top: 9.6354166667vw;
    width: 31.25vw;
    height: 24.7395833333vw;
  }
}
#sec1 .sec1c .p4 {
  position: absolute;
  z-index: 1;
  animation: bounce 1s infinite;
  animation-delay: 0.75s;
}
@media (min-width: 768px) {
  #sec1 .sec1c .p4 {
    left: 6.25vw;
    top: -0.625vw;
    width: 12.1354166667vw;
    height: 10.4166666667vw;
  }
}
@media (max-width: 767px) {
  #sec1 .sec1c .p4 {
    left: 0.9114583333vw;
    top: 8.7239583333vw;
    width: 28.7760416667vw;
    height: 24.7395833333vw;
  }
}
#sec1 .sec1c .btn-more3 {
  position: absolute;
  z-index: 1;
}
#sec1 .sec1c .btn-more3:hover {
  opacity: 0.8;
}
@media (min-width: 768px) {
  #sec1 .sec1c .btn-more3 {
    left: 0vw;
    right: 0vw;
    margin-left: auto;
    margin-right: auto;
    top: 25.78125vw;
    width: 11.09375vw;
    height: 3.1770833333vw;
  }
}
@media (max-width: 767px) {
  #sec1 .sec1c .btn-more3 {
    left: 44.7916666667vw;
    top: 34.765625vw;
    width: 22.5260416667vw;
    height: 6.640625vw;
  }
}

#sec2 {
  position: relative;
}
#sec2 .inner {
  position: relative;
}
@media (min-width: 768px) {
  #sec2 .p1 {
    position: absolute;
    left: 4.7395833333vw;
    top: -3.0729166667vw;
    width: 52.7604166667vw;
    height: 52.7604166667vw;
  }
}
@media (max-width: 767px) {
  #sec2 .p1 {
    position: relative;
    display: flex !important;
    justify-content: center !important;
    margin-top: -19.53125vw;
  }
}
@media (max-width: 767px) {
  #sec2 .p1 img {
    width: 80.5989583333vw;
    height: 80.5989583333vw;
  }
}
@media (min-width: 768px) {
  #sec2 .title {
    position: absolute;
    left: 55.5729166667vw;
    top: 9.9479166667vw;
    width: 37.8125vw;
    height: 16.6666666667vw;
  }
}
@media (max-width: 767px) {
  #sec2 .title {
    position: relative;
    display: flex !important;
    justify-content: center !important;
    padding-top: 4.1666666667vw;
  }
}
@media (min-width: 768px) {
  #sec2 .title img {
    width: 37.8125vw;
  }
}
@media (max-width: 767px) {
  #sec2 .title img {
    width: 78.7760416667vw;
  }
}
@media (min-width: 768px) {
  #sec2 .short {
    position: absolute;
    left: 54.9479166667vw;
    top: 28.9583333333vw;
    width: 41.7708333333vw;
    height: 4.0625vw;
  }
}
@media (max-width: 767px) {
  #sec2 .short {
    position: relative;
    display: flex !important;
    justify-content: center !important;
    margin-top: -5.859375vw;
  }
}
@media (min-width: 768px) {
  #sec2 .short img {
    width: 37.8125vw;
  }
}
@media (max-width: 767px) {
  #sec2 .short img {
    width: 86.8489583333vw;
  }
}
@media (min-width: 768px) {
  #sec2 .___btn {
    position: absolute;
    left: 60.15625vw;
    top: 35.3645833333vw;
    width: 27.9166666667vw;
    height: 5.78125vw;
  }
}
@media (max-width: 767px) {
  #sec2 .___btn {
    position: relative;
    padding-top: 4.5572916667vw;
    display: flex !important;
    justify-content: center !important;
  }
}
#sec2 .btn1:hover {
  cursor: pointer;
  opacity: 0.8;
}
@media (min-width: 768px) {
  #sec2 .btn1 {
    position: absolute;
    width: 27.9166666667vw;
    height: 5.78125vw;
  }
}
@media (max-width: 767px) {
  #sec2 .btn1 {
    position: relative;
  }
}
@media (min-width: 768px) {
  #sec2 .btn1 img {
    width: 37.8125vw;
  }
}
@media (max-width: 767px) {
  #sec2 .btn1 img {
    width: 69.7916666667vw;
  }
}
@media (min-width: 768px) {
  #sec2 .___btn2 {
    position: absolute;
    left: 0vw;
    top: 46.71875vw;
    width: 100%;
    display: flex !important;
    justify-content: center !important;
  }
}
@media (max-width: 767px) {
  #sec2 .___btn2 {
    position: relative;
  }
}
#sec2 .___btn2 .btn2 {
  position: relative;
}
#sec2 .___btn2 .btn2:hover {
  cursor: pointer;
  opacity: 0.8;
}
@media (min-width: 768px) {
  #sec2 .___btn2 .btn2 {
    width: 20.9375vw;
    margin: 0 1.0416666667vw;
  }
}
@media (max-width: 767px) {
  #sec2 .___btn2 .btn2 {
    display: flex !important;
    justify-content: center !important;
    margin-top: 3.90625vw;
  }
}
@media (min-width: 768px) {
  #sec2 .___btn2 .btn2 img {
    width: 20.9375vw;
  }
}
@media (max-width: 767px) {
  #sec2 .___btn2 .btn2 img {
    width: 52.34375vw;
  }
}
#sec2 .___btn2 .btn3 {
  position: relative;
}
#sec2 .___btn2 .btn3:hover {
  cursor: pointer;
  opacity: 0.8;
}
@media (min-width: 768px) {
  #sec2 .___btn2 .btn3 {
    width: 20.9375vw;
    margin: 0 1.0416666667vw;
  }
}
@media (max-width: 767px) {
  #sec2 .___btn2 .btn3 {
    display: flex !important;
    justify-content: center !important;
    margin-top: 3.90625vw;
  }
}
@media (min-width: 768px) {
  #sec2 .___btn2 .btn3 img {
    width: 20.9375vw;
  }
}
@media (max-width: 767px) {
  #sec2 .___btn2 .btn3 img {
    width: 52.34375vw;
  }
}

#sec3 .title {
  position: relative;
  display: flex !important;
  justify-content: center !important;
}
@media (min-width: 768px) {
  #sec3 .title {
    padding-top: 6.0416666667vw;
  }
}
@media (max-width: 767px) {
  #sec3 .title {
    padding-top: 14.5833333333vw;
  }
}
@media (min-width: 768px) {
  #sec3 .title img {
    width: 33.1770833333vw;
  }
}
@media (max-width: 767px) {
  #sec3 .title img {
    width: 62.109375vw;
  }
}
#sec3 .ls {
  position: relative;
}
@media (min-width: 768px) {
  #sec3 .ls {
    display: flex !important;
    justify-content: center !important;
    align-items: flex-start !important;
  }
}
@media (max-width: 767px) {
  #sec3 .ls {
    margin-top: 5.2083333333vw;
  }
}
#sec3 .ls .item {
  position: relative;
}
@media (min-width: 768px) {
  #sec3 .ls .item {
    width: 42.1354166667vw;
    margin: 0 0.78125vw;
  }
}
@media (max-width: 767px) {
  #sec3 .ls .item {
    margin-bottom: 3.90625vw;
  }
}
#sec3 .ls .item .photo {
  position: relative;
}
@media (min-width: 768px) {
  #sec3 .ls .item .photo {
    width: 42.1354166667vw;
  }
}
@media (max-width: 767px) {
  #sec3 .ls .item .photo {
    display: flex !important;
    justify-content: center !important;
  }
}
@media (min-width: 768px) {
  #sec3 .ls .item .photo img {
    width: 42.1354166667vw;
  }
}
@media (max-width: 767px) {
  #sec3 .ls .item.item1 .photo img {
    width: 88.5416666667vw;
  }
}
@media (max-width: 767px) {
  #sec3 .ls .item.item1 .photo .part {
    left: 6.5104166667vw;
  }
}
#sec3 .ls .item.item1 .photo .part img {
  animation: bounce 1s infinite;
}
@media (max-width: 767px) {
  #sec3 .ls .item.item1 .item-short {
    padding-top: 3.90625vw;
  }
}
@media (max-width: 767px) {
  #sec3 .ls .item.item2 .photo img {
    width: 92.578125vw;
  }
}
@media (max-width: 767px) {
  #sec3 .ls .item.item2 .item-short {
    padding-top: 3.90625vw;
  }
}
#sec3 .ls .item .content {
  position: relative;
}
@media (min-width: 768px) {
  #sec3 .ls .item .content {
    display: flex !important;
    align-items: center !important;
  }
}
@media (max-width: 767px) {
  #sec3 .ls .item .content {
    display: flex !important;
    justify-content: center !important;
  }
}
@media (min-width: 768px) {
  #sec3 .ls .item .content .item-title {
    width: 19.3229166667vw;
  }
}
@media (max-width: 767px) {
  #sec3 .ls .item .content .item-title {
    width: 41.015625vw;
  }
}
#sec3 .ls .item .content .item-short {
  color: #ffffff;
  text-align: justify;
}
@media (min-width: 768px) {
  #sec3 .ls .item .content .item-short {
    width: 21.09375vw;
    margin-left: 1.3020833333vw;
    font-size: 1.5625vw;
  }
}
@media (max-width: 767px) {
  #sec3 .ls .item .content .item-short {
    margin-left: 0.6510416667vw;
    width: 49.4791666667vw;
    font-size: 3.2552083333vw;
    line-height: 1.8;
  }
}

#sec4 {
  background: #ffe5ba;
}
#sec4 .title {
  position: relative;
  display: flex !important;
  justify-content: center !important;
}
@media (min-width: 768px) {
  #sec4 .title {
    padding-top: 8.125vw;
  }
}
@media (max-width: 767px) {
  #sec4 .title {
    padding-top: 14.7135416667vw;
  }
}
@media (min-width: 768px) {
  #sec4 .title img {
    width: 48.6458333333vw;
  }
}
@media (max-width: 767px) {
  #sec4 .title img {
    width: 91.40625vw;
    margin-left: 2.6041666667vw;
  }
}
#sec4 .short {
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  #sec4 .short {
    font-size: 1.5625vw;
    padding-top: 0.8333333333vw;
  }
}
@media (max-width: 767px) {
  #sec4 .short {
    font-size: 3.2552083333vw;
    padding-top: 2.0833333333vw;
    line-height: 1.8;
  }
}
#sec4 .slide {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
@media (min-width: 768px) {
  #sec4 .slide {
    width: 81.25vw;
  }
}
@media (max-width: 767px) {
  #sec4 .slide {
    width: 96.09375vw;
  }
}
#sec4 .slide .item {
  position: relative;
  background: #ffffff;
}
@media (min-width: 768px) {
  #sec4 .slide .item {
    width: 77.0833333333vw;
    min-height: 38.5416666667vw;
    margin: 0 2.0833333333vw;
    border-radius: 5.2083333333vw;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding-left: 2.3958333333vw;
    padding-right: 2.6041666667vw;
    padding-top: 1.5625vw;
    padding-bottom: 1.5625vw;
  }
}
@media (max-width: 767px) {
  #sec4 .slide .item {
    width: 85.6770833333vw;
    margin: 0 5.2083333333vw;
    border-radius: 6.5104166667vw;
    padding-left: 3.90625vw;
    padding-right: 3.90625vw;
    padding-top: 3.90625vw;
    padding-bottom: 3.90625vw;
  }
}
#sec4 .slide .item .photo {
  display: flex !important;
  justify-content: flex-end !important;
}
@media (min-width: 768px) {
  #sec4 .slide .item .photo {
    width: 32.7604166667vw;
  }
}
@media (max-width: 767px) {
  #sec4 .slide .item .photo {
    width: 77.734375vw;
  }
}
@media (min-width: 768px) {
  #sec4 .slide .item .photo img {
    width: 32.7604166667vw;
  }
}
@media (max-width: 767px) {
  #sec4 .slide .item .photo img {
    width: 77.734375vw;
  }
}
#sec4 .slide .item .content {
  position: relative;
  font-weight: 600;
}
@media (min-width: 768px) {
  #sec4 .slide .item .content {
    width: 38.3854166667vw;
    font-size: 1.3020833333vw;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  #sec4 .slide .item .content {
    width: 78.125vw;
    font-size: 3.2552083333vw;
    line-height: 1.45;
  }
}
@media (min-width: 768px) {
  #sec4 .slide .item .content .item-title {
    padding-bottom: 0.625vw;
  }
}
@media (max-width: 767px) {
  #sec4 .slide .item .content .item-title {
    padding-top: 3.2552083333vw;
    padding-bottom: 3.2552083333vw;
  }
}
@media (min-width: 768px) {
  #sec4 .slide .item .content .item-title img {
    width: 38.3854166667vw;
  }
}
@media (max-width: 767px) {
  #sec4 .slide .item .content .item-title img {
    width: 78.125vw;
  }
}
#sec4 .slide .item .content .txt {
  color: #a58d49;
}
#sec4 .slide .item .content .txt span {
  display: inline-block;
  border: 2px solid #a58d49;
}
@media (min-width: 768px) {
  #sec4 .slide .item .content .txt span {
    border-radius: 1.3020833333vw;
    padding: 0 0.8333333333vw;
    margin: 0.3125vw 0;
  }
}
@media (max-width: 767px) {
  #sec4 .slide .item .content .txt span {
    border-radius: 3.2552083333vw;
    padding: 0 2.0833333333vw;
    margin: 0.78125vw 0;
  }
}
#sec4 .slide .item .content table td {
  vertical-align: top;
}
@media (min-width: 768px) {
  #sec4 .slide .item .content table td:nth-child(1) img {
    width: 1.4583333333vw;
    height: 1.09375vw;
    margin: 0.3125vw 0.4166666667vw;
  }
}
@media (max-width: 767px) {
  #sec4 .slide .item .content table td:nth-child(1) img {
    width: 3.6458333333vw;
    height: 2.734375vw;
    margin: 0.78125vw 1.0416666667vw;
  }
}
#sec4 .slide-wrap {
  position: relative;
}
#sec4 .slide-wrap .sw-title {
  position: relative;
  display: flex !important;
  justify-content: center !important;
  z-index: 2;
}
@media (min-width: 768px) {
  #sec4 .slide-wrap.sw1 {
    margin-top: 2.34375vw;
  }
}
@media (max-width: 767px) {
  #sec4 .slide-wrap.sw1 {
    margin-top: 3.90625vw;
  }
}
@media (min-width: 768px) {
  #sec4 .slide-wrap.sw1 .sw-title img {
    margin-left: 4.1666666667vw;
    width: 37.5vw;
  }
}
@media (max-width: 767px) {
  #sec4 .slide-wrap.sw1 .sw-title img {
    margin-left: 10.4166666667vw;
    width: 79.9479166667vw;
  }
}
@media (min-width: 768px) {
  #sec4 .slide-wrap.sw1 .slide {
    margin-top: -5vw;
  }
}
@media (max-width: 767px) {
  #sec4 .slide-wrap.sw1 .slide {
    margin-top: -8.7239583333vw;
  }
}
@media (min-width: 768px) {
  #sec4 .slide-wrap.sw1 .slide .item {
    padding-top: 1.5625vw;
  }
}
@media (max-width: 767px) {
  #sec4 .slide-wrap.sw1 .slide .item {
    padding-top: 11.1979166667vw;
  }
}
@media (min-width: 768px) {
  #sec4 .slide-wrap.sw2 {
    margin-top: 4.1666666667vw;
  }
}
@media (max-width: 767px) {
  #sec4 .slide-wrap.sw2 {
    margin-top: 2.6041666667vw;
  }
}
@media (min-width: 768px) {
  #sec4 .slide-wrap.sw2 .sw-title img {
    margin-left: 4.6875vw;
    width: 36.7708333333vw;
  }
}
@media (max-width: 767px) {
  #sec4 .slide-wrap.sw2 .sw-title img {
    margin-left: 12.3697916667vw;
    width: 79.9479166667vw;
  }
}
@media (min-width: 768px) {
  #sec4 .slide-wrap.sw2 .slide {
    margin-top: -6.7708333333vw;
  }
}
@media (max-width: 767px) {
  #sec4 .slide-wrap.sw2 .slide {
    margin-top: -12.5vw;
  }
}
@media (min-width: 768px) {
  #sec4 .slide-wrap.sw2 .slide .item {
    padding-top: 3.6458333333vw;
  }
}
@media (max-width: 767px) {
  #sec4 .slide-wrap.sw2 .slide .item {
    padding-top: 13.671875vw;
  }
}
@media (min-width: 768px) {
  #sec4 .slide-wrap.sw3 {
    margin-top: 8.0729166667vw;
  }
}
@media (max-width: 767px) {
  #sec4 .slide-wrap.sw3 {
    margin-top: 2.6041666667vw;
  }
}
@media (min-width: 768px) {
  #sec4 .slide-wrap.sw3 .sw-title img {
    margin-left: 0.78125vw;
    width: 43.2291666667vw;
  }
}
@media (max-width: 767px) {
  #sec4 .slide-wrap.sw3 .sw-title img {
    margin-left: 9.1145833333vw;
    width: 79.9479166667vw;
  }
}
@media (min-width: 768px) {
  #sec4 .slide-wrap.sw3 .slide {
    margin-top: -7.2916666667vw;
  }
}
@media (max-width: 767px) {
  #sec4 .slide-wrap.sw3 .slide {
    margin-top: -17.1875vw;
  }
}
@media (min-width: 768px) {
  #sec4 .slide-wrap.sw3 .slide .item {
    padding-top: 4.6875vw;
  }
}
@media (max-width: 767px) {
  #sec4 .slide-wrap.sw3 .slide .item {
    padding-top: 16.9270833333vw;
  }
}
@media (min-width: 768px) {
  #sec4 .item646 .photo {
    width: 33.6458333333vw !important;
    margin-left: -0.8854166667vw !important;
  }
}
@media (min-width: 768px) {
  #sec4 .item646 .photo img {
    width: 33.6458333333vw !important;
  }
}
#sec4 .slick-prev,
#sec4 .slick-next {
  position: absolute;
  z-index: 1;
  display: block;
  color: transparent;
}
@media (min-width: 768px) {
  #sec4 .slick-prev,
#sec4 .slick-next {
    top: 17.7083333333vw;
    width: 2.3958333333vw;
    height: 4.0625vw;
  }
}
@media (max-width: 767px) {
  #sec4 .slick-prev,
#sec4 .slick-next {
    width: 4.8177083333vw;
    height: 8.0729166667vw;
  }
}
#sec4 .sw1 .slick-prev {
  background: url("../images/sec4/1/btn-prev.png") center center no-repeat;
  background-size: 99% 99%;
}
#sec4 .sw1 .slick-next {
  background: url("../images/sec4/1/btn-next.png") center center no-repeat;
  background-size: 99% 99%;
}
#sec4 .sw2 .slick-prev {
  background: url("../images/sec4/2/btn-prev.png") center center no-repeat;
  background-size: 99% 99%;
}
#sec4 .sw2 .slick-next {
  background: url("../images/sec4/2/btn-next.png") center center no-repeat;
  background-size: 99% 99%;
}
#sec4 .sw3 .slick-prev {
  background: url("../images/sec4/3/btn-prev.png") center center no-repeat;
  background-size: 99% 99%;
}
#sec4 .sw3 .slick-next {
  background: url("../images/sec4/3/btn-next.png") center center no-repeat;
  background-size: 99% 99%;
}
@media (min-width: 768px) {
  #sec4 .slick-prev {
    left: -2.2395833333vw;
  }
}
@media (max-width: 767px) {
  #sec4 .slick-prev {
    left: -1.5625vw;
  }
}
@media (min-width: 768px) {
  #sec4 .slick-next {
    right: -2.2395833333vw;
  }
}
@media (max-width: 767px) {
  #sec4 .slick-next {
    right: -1.5625vw;
  }
}
#sec4 .slick-dots {
  position: absolute;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  z-index: 9;
}
@media (min-width: 992px) {
  #sec4 .slick-dots {
    bottom: -2.0833333333vw;
  }
}
@media (max-width: 767px) {
  #sec4 .slick-dots {
    bottom: -5.2083333333vw;
  }
}
#sec4 .slick-dots li {
  position: relative;
  display: inline-block;
  padding: 0;
  cursor: pointer;
  background: #ffffff;
  overflow: hidden;
}
@media (min-width: 992px) {
  #sec4 .slick-dots li {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
    margin: 0 0.625vw;
    border-radius: 0.5208333333vw;
  }
}
@media (max-width: 767px) {
  #sec4 .slick-dots li {
    width: 2.6041666667vw;
    height: 2.6041666667vw;
    margin: 0 1.5625vw;
    border-radius: 1.3020833333vw;
  }
}
#sec4 .slick-dots li button {
  border: 0;
  background: #ffffff;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 16px;
  color: transparent;
  padding: 0 0.625em;
  cursor: pointer;
}
@media (min-width: 992px) {
  #sec4 .slick-dots li button {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
  }
}
@media (max-width: 767px) {
  #sec4 .slick-dots li button {
    width: 2.6041666667vw;
    height: 2.6041666667vw;
  }
}
#sec4 .slick-dots li button:hover,
#sec4 .slick-dots li button:focus {
  outline: none;
}
#sec4 .slick-dots li button:hover:before,
#sec4 .slick-dots li button:focus:before {
  opacity: 1;
}
#sec4 .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  font-family: "slick";
  font-size: 16px;
  line-height: 0.625em;
  text-align: center;
  color: black;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 992px) {
  #sec4 .slick-dots li button:before {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
  }
}
@media (max-width: 767px) {
  #sec4 .slick-dots li button:before {
    width: 2.6041666667vw;
    height: 2.6041666667vw;
  }
}
#sec4 .slick-dots li.slick-active {
  background: #2b3b4a;
}
#sec4 .slick-dots li.slick-active button {
  background: #2b3b4a;
}
#sec4 .slick-dots li.slick-active button:before {
  color: black;
  opacity: 1;
}
#sec4 .sw2 .slick-dots li.slick-active {
  background: #dd5c47;
}
#sec4 .sw2 .slick-dots li.slick-active button {
  background: #dd5c47;
}
#sec4 .sw3 .slick-dots li.slick-active {
  background: #d96d2d;
}
#sec4 .sw3 .slick-dots li.slick-active button {
  background: #d96d2d;
}

#sec5 .title {
  position: relative;
  display: flex !important;
  justify-content: center !important;
}
@media (min-width: 768px) {
  #sec5 .title {
    padding-top: 5.3125vw;
  }
}
@media (max-width: 767px) {
  #sec5 .title {
    padding-top: 15.8854166667vw;
  }
}
@media (min-width: 768px) {
  #sec5 .title img {
    width: 34.1666666667vw;
  }
}
@media (max-width: 767px) {
  #sec5 .title img {
    width: 64.0625vw;
  }
}
#sec5 .p1 {
  position: absolute;
}
@media (min-width: 768px) {
  #sec5 .p1 {
    left: -1.09375vw;
    top: -1.5104166667vw;
    width: 19.1145833333vw;
    height: 16.71875vw;
  }
}
@media (max-width: 767px) {
  #sec5 .p1 {
    left: -1.5625vw;
    top: -9.375vw;
    width: 28.7760416667vw;
    height: 25.1302083333vw;
  }
}
#sec5 .p2 {
  position: absolute;
}
@media (min-width: 768px) {
  #sec5 .p2 {
    left: 77.34375vw;
    top: 45.2604166667vw;
    width: 26.8229166667vw;
    height: 17.1875vw;
  }
}
@media (max-width: 767px) {
  #sec5 .p2 {
    left: 65.625vw;
    top: 164.453125vw;
    width: 40.234375vw;
    height: 25.78125vw;
  }
}
#sec5 .ls {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
}
@media (min-width: 768px) {
  #sec5 .ls {
    width: 83.75vw;
    margin-top: 1.6666666667vw;
  }
}
@media (max-width: 767px) {
  #sec5 .ls {
    width: 100%;
    margin-top: 6.1197916667vw;
  }
}
#sec5 .ls .item {
  position: relative;
}
@media (min-width: 768px) {
  #sec5 .ls .item {
    margin-left: 3.0208333333vw;
    margin-right: 3.0208333333vw;
    margin-bottom: 2.0833333333vw;
  }
}
@media (max-width: 767px) {
  #sec5 .ls .item {
    margin-left: 3.90625vw;
    margin-right: 3.90625vw;
    margin-bottom: 3.3854166667vw;
  }
}
@media (min-width: 768px) {
  #sec5 .ls .item > img {
    width: 20.9895833333vw;
  }
}
@media (max-width: 767px) {
  #sec5 .ls .item > img {
    width: 39.453125vw;
  }
}
#sec5 .ls .item .___btn {
  position: relative;
}
@media (min-width: 768px) {
  #sec5 .ls .item .___btn {
    margin-top: -0.78125vw;
  }
}
@media (max-width: 767px) {
  #sec5 .ls .item .___btn {
    margin-top: 1.3020833333vw;
  }
}
#sec5 .ls .item .___btn .btn-play {
  display: flex !important;
  justify-content: center !important;
}
#sec5 .ls .item .___btn .btn-play img:hover {
  cursor: pointer;
  opacity: 0.8;
}
@media (min-width: 768px) {
  #sec5 .ls .item .___btn .btn-play img {
    width: 7.5vw;
  }
}
@media (max-width: 767px) {
  #sec5 .ls .item .___btn .btn-play img {
    width: 17.578125vw;
  }
}

#sec6 .title {
  position: relative;
  display: flex !important;
  justify-content: center !important;
}
@media (min-width: 768px) {
  #sec6 .title {
    padding-top: 8.8020833333vw;
  }
}
@media (max-width: 767px) {
  #sec6 .title {
    padding-top: 12.5vw;
  }
}
#sec6 .title .title-inner {
  position: relative;
}
@media (min-width: 768px) {
  #sec6 .title .title-inner img {
    width: 57.9166666667vw;
  }
}
@media (max-width: 767px) {
  #sec6 .title .title-inner img {
    width: 91.796875vw;
  }
}
#sec6 .title .title-inner .p1 {
  animation: bounce 1s infinite;
}
#sec6 .p2 {
  position: absolute;
}
@media (min-width: 768px) {
  #sec6 .p2 {
    left: 77.34375vw;
    top: -14.0625vw;
    width: 26.8229166667vw;
    height: 17.1875vw;
  }
}
@media (max-width: 767px) {
  #sec6 .p2 {
    left: 65.625vw;
    top: -20.0520833333vw;
    width: 40.234375vw;
    height: 25.78125vw;
  }
}
#sec6 .ls {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  #sec6 .ls {
    width: 83.75vw;
    margin-top: 0.6770833333vw;
    display: flex !important;
    justify-content: space-between !important;
  }
}
@media (max-width: 767px) {
  #sec6 .ls {
    width: 100%;
    margin-top: 5.7291666667vw;
    display: flex !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
  }
}
#sec6 .item {
  position: relative;
}
@media (min-width: 768px) {
  #sec6 .item {
    width: 38.6458333333vw;
  }
}
@media (max-width: 767px) {
  #sec6 .item {
    width: 82.2916666667vw;
  }
}
#sec6 .item > img {
  position: relative;
}
@media (min-width: 768px) {
  #sec6 .item > img {
    width: 38.6458333333vw;
  }
}
@media (max-width: 767px) {
  #sec6 .item > img {
    width: 82.2916666667vw;
  }
}
#sec6 .item .___btn {
  position: absolute;
}
@media (min-width: 768px) {
  #sec6 .item .___btn {
    left: 20.5729166667vw;
    top: 16.1458333333vw;
    width: 10.5208333333vw;
    height: 2.4479166667vw;
  }
}
@media (max-width: 767px) {
  #sec6 .item .___btn {
    left: 42.96875vw;
    top: 35.15625vw;
    width: 22.3958333333vw;
  }
}
#sec6 .item .___btn .btn-more:hover {
  cursor: pointer;
  opacity: 0.8;
}
@media (min-width: 768px) {
  #sec6 .item .___btn .btn-more {
    width: 10.5208333333vw;
    height: 2.4479166667vw;
  }
}
@media (max-width: 767px) {
  #sec6 .item .___btn .btn-more {
    width: 22.3958333333vw;
  }
}
@media (min-width: 768px) {
  #sec6 .item .___btn .btn-more img {
    width: 10.5208333333vw;
    height: 2.4479166667vw;
  }
}
@media (max-width: 767px) {
  #sec6 .item .___btn .btn-more img {
    width: 22.3958333333vw;
  }
}
@media (min-width: 768px) {
  #sec6 .item.item2 {
    margin-top: -1.1979166667vw;
  }
}
@media (max-width: 767px) {
  #sec6 .item.item2 {
    margin-top: 5.859375vw;
  }
}
@media (min-width: 768px) {
  #sec6 .item.item2 .___btn {
    top: 17.34375vw;
    left: 20.3125vw;
  }
}
@media (max-width: 767px) {
  #sec6 .item.item2 .___btn {
    left: 42.96875vw;
    top: 37.109375vw;
  }
}

#sec7 .title {
  position: relative;
  display: flex !important;
  justify-content: center !important;
}
@media (min-width: 768px) {
  #sec7 .title {
    padding-top: 6.9791666667vw;
  }
}
@media (max-width: 767px) {
  #sec7 .title {
    padding-top: 11.1979166667vw;
  }
}
#sec7 .title .title-inner {
  position: relative;
}
@media (min-width: 768px) {
  #sec7 .title .title-inner img {
    width: 53.1770833333vw;
  }
}
@media (max-width: 767px) {
  #sec7 .title .title-inner img {
    width: 92.96875vw;
  }
}
#sec7 .title .title-inner .p1 {
  animation: bounce 1s infinite;
}
#sec7 .ls {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  #sec7 .ls {
    width: 83.75vw;
    margin-top: 2.7083333333vw;
    display: flex !important;
    justify-content: space-between !important;
  }
}
@media (max-width: 767px) {
  #sec7 .ls {
    width: 100%;
    margin-top: 2.9947916667vw;
    display: flex !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
  }
}
#sec7 .item {
  position: relative;
}
@media (min-width: 768px) {
  #sec7 .item {
    width: 38.90625vw;
  }
}
@media (max-width: 767px) {
  #sec7 .item {
    width: 82.6822916667vw;
  }
}
#sec7 .item > img {
  position: relative;
}
@media (min-width: 768px) {
  #sec7 .item > img {
    width: 38.90625vw;
  }
}
@media (max-width: 767px) {
  #sec7 .item > img {
    width: 82.6822916667vw;
  }
}
#sec7 .item .___btn {
  position: absolute;
}
@media (min-width: 768px) {
  #sec7 .item .___btn {
    left: 20.5729166667vw;
    top: 16.1458333333vw;
    width: 10.5208333333vw;
    height: 2.4479166667vw;
  }
}
@media (max-width: 767px) {
  #sec7 .item .___btn {
    left: 0vw;
    top: 0vw;
    width: 0vw;
    height: 0vw;
  }
}
#sec7 .item .___btn .btn-more:hover {
  cursor: pointer;
  opacity: 0.8;
}
@media (min-width: 768px) {
  #sec7 .item .___btn .btn-more {
    width: 10.5208333333vw;
    height: 2.4479166667vw;
  }
}
@media (max-width: 767px) {
  #sec7 .item .___btn .btn-more {
    width: 0vw;
    height: 0vw;
  }
}
@media (min-width: 768px) {
  #sec7 .item .___btn .btn-more img {
    width: 10.5208333333vw;
    height: 2.4479166667vw;
  }
}
@media (max-width: 767px) {
  #sec7 .item .___btn .btn-more img {
    width: 0vw;
    height: 0vw;
  }
}
@media (max-width: 767px) {
  #sec7 .item.item2 {
    margin-top: 1.953125vw;
  }
}

.right-nav {
  position: fixed;
  z-index: 80;
  right: 0;
  display: none;
}
@media (max-width: 767px) {
  .right-nav {
    width: 19.2708333333vw;
    bottom: 7.03125vw;
  }
}
@media (min-width: 768px) {
  .right-nav {
    width: 11.875vw;
    bottom: 2.8125vw;
  }
}

.btn-go {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .btn-go {
    width: 8.75vw;
  }
}
@media (max-width: 767px) {
  .btn-go {
    width: 14.3229166667vw;
  }
}
.btn-go:hover {
  opacity: 0.8;
}

#loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: -105vh;
  left: 0;
  z-index: 999999;
  background: #dac583;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.5s ease;
}

body.loading {
  overflow: hidden;
}
body.loading #loading {
  top: 0;
  left: 0;
  opacity: 1;
}

body.popuping {
  overflow: hidden;
}

.pop {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.75);
  display: none;
  z-index: 999;
}
@media (min-width: 768px) {
  .pop {
    padding-top: 7.5520833333vw;
    padding-bottom: 14.6354166667vw;
  }
}
@media (max-width: 767px) {
  .pop {
    padding-top: 9.1145833333vw;
    padding-bottom: 9.1145833333vw;
  }
}
.pop .inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .pop .inner {
    width: 66.6666666667vw;
    border-radius: 5.2083333333vw;
    padding-top: 3.3333333333vw;
    padding-bottom: 3.3333333333vw;
    padding-left: 4.1666666667vw;
    padding-right: 4.1666666667vw;
  }
}
@media (max-width: 767px) {
  .pop .inner {
    width: 96.3541666667vw;
    border-radius: 13.0208333333vw;
    padding-top: 4.1666666667vw;
    padding-bottom: 4.1666666667vw;
    padding-left: 4.1666666667vw;
    padding-right: 4.1666666667vw;
  }
}
.pop .inner .title {
  position: relative;
  display: flex !important;
  justify-content: center !important;
}
@media (min-width: 768px) {
  .pop .inner .title img {
    width: 33.6979166667vw;
  }
}
@media (max-width: 767px) {
  .pop .inner .title img {
    width: 65.1041666667vw;
  }
}
.pop .inner .ls {
  position: relative;
  color: rgb(56, 56, 56);
  font-weight: 500;
}
@media (min-width: 768px) {
  .pop .inner .ls {
    font-size: 1.5625vw;
    line-height: 1.667;
  }
}
@media (max-width: 767px) {
  .pop .inner .ls {
    font-size: 3.90625vw;
    line-height: 1.667;
  }
}
.pop .inner .ls .item {
  position: relative;
  background: url("../images/pop/dotted.png") center bottom repeat-x;
}
@media (min-width: 768px) {
  .pop .inner .ls .item {
    padding-top: 1.6666666667vw;
    padding-bottom: 0.8333333333vw;
  }
}
@media (max-width: 767px) {
  .pop .inner .ls .item {
    padding-top: 4.1666666667vw;
    padding-bottom: 2.0833333333vw;
  }
}
@media (min-width: 768px) {
  .pop .inner .ls .item .label {
    padding-bottom: 0.8333333333vw;
  }
}
@media (max-width: 767px) {
  .pop .inner .ls .item .label {
    padding-bottom: 2.0833333333vw;
  }
}
.pop .inner .ls .item .label span {
  position: relative;
  display: inline-block;
  border-radius: 2.6041666667vw;
  font-weight: 600;
  color: #ffffff;
  background-color: #ca403a;
}
@media (min-width: 768px) {
  .pop .inner .ls .item .label span {
    padding-left: 1.0416666667vw;
    padding-right: 1.0416666667vw;
  }
}
@media (max-width: 767px) {
  .pop .inner .ls .item .label span {
    padding-left: 2.6041666667vw;
    padding-right: 2.6041666667vw;
  }
}
.pop .inner .ls a {
  color: rgb(56, 56, 56);
  text-decoration: none;
}
.pop .inner .ls a:hover {
  opacity: 0.8;
}
.pop .inner .ls .gift {
  position: relative;
  display: flex !important;
  justify-content: center !important;
}
@media (min-width: 768px) {
  .pop .inner .ls .gift {
    padding-top: 0.8333333333vw;
    padding-bottom: 0.8333333333vw;
  }
}
@media (max-width: 767px) {
  .pop .inner .ls .gift {
    padding-top: 2.0833333333vw;
    padding-bottom: 2.0833333333vw;
  }
}
@media (min-width: 768px) {
  .pop .inner .ls .gift img {
    width: 42.1354166667vw;
  }
}
@media (max-width: 767px) {
  .pop .inner .ls .gift img {
    width: 98.9583333333vw;
  }
}
.pop .inner .ls2 {
  position: relative;
}
.pop .inner .ls2 .item2 {
  position: relative;
  display: flex !important;
}
@media (min-width: 768px) {
  .pop .inner .ls2 .item2 {
    padding-top: 0.2083333333vw;
    padding-bottom: 0.2083333333vw;
  }
}
@media (max-width: 767px) {
  .pop .inner .ls2 .item2 {
    padding-top: 0.5208333333vw;
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 768px) {
  .pop .inner .ls2 .item2 .label2 {
    margin-right: 0.5208333333vw;
  }
}
@media (max-width: 767px) {
  .pop .inner .ls2 .item2 .label2 {
    margin-right: 1.3020833333vw;
  }
}
.pop .inner .ls2 .item2 .label2 span {
  position: relative;
  display: inline-block;
  border-radius: 2.6041666667vw;
  font-weight: 600;
  color: #b89031;
  border: 2px solid #b89031;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .pop .inner .ls2 .item2 .label2 span {
    padding-left: 1.0416666667vw;
    padding-right: 1.0416666667vw;
  }
}
@media (max-width: 767px) {
  .pop .inner .ls2 .item2 .label2 span {
    padding-left: 2.6041666667vw;
    padding-right: 2.6041666667vw;
  }
}
.pop .inner .___btn {
  position: relative;
  display: flex !important;
  justify-content: center !important;
}
@media (min-width: 768px) {
  .pop .inner .___btn {
    padding-top: 2.03125vw;
  }
}
@media (max-width: 767px) {
  .pop .inner .___btn {
    padding-top: 5.078125vw;
  }
}
.pop .inner .___btn .btn-pop-close2 {
  position: relative;
}
@media (min-width: 768px) {
  .pop .inner .___btn .btn-pop-close2 {
    width: 17.5vw;
    height: 4.4791666667vw;
  }
}
@media (max-width: 767px) {
  .pop .inner .___btn .btn-pop-close2 {
    width: 43.75vw;
    height: 11.1979166667vw;
  }
}
.pop .inner .___btn .btn-pop-close2 img:hover {
  cursor: pointer;
  opacity: 0.8;
}
.pop .btn-pop-close {
  position: absolute;
  z-index: 9;
}
@media (min-width: 768px) {
  .pop .btn-pop-close {
    right: 2.6041666667vw;
    top: 2.96875vw;
    width: 3.1770833333vw;
    height: 3.1770833333vw;
  }
}
@media (max-width: 767px) {
  .pop .btn-pop-close {
    right: 6.5104166667vw;
    top: 7.421875vw;
    width: 7.9427083333vw;
    height: 7.9427083333vw;
  }
}
.pop .btn-pop-close img {
  display: block;
}
.pop .btn-pop-close img:hover {
  cursor: pointer;
  opacity: 0.8;
}

/* popup 背景 */
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  z-index: 999;
}

/* popup 內容 */
.popup-content {
  position: relative;
  background: #000;
  padding: 10px;
  border-radius: 8px;
}

.popup-content iframe {
  width: 560px;
  height: 315px;
}
@media (max-width: 570px) {
  .popup-content iframe {
    width: 72.9166666667vw;
    height: 41.015625vw;
  }
}

.close {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  padding: 5px 10px;
  font-weight: bold;
}

#sec5 {
  z-index: 7;
}

#sec6 {
  z-index: 6;
}

#sec7 {
  z-index: 5;
}