@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
._btn img:hover {
  scale: 0.97;
}

body {
  overflow-x: hidden;
  font-family: "Noto Sans TC", sans-serif, serif;
}

#app {
  position: relative;
}

.part,
.parts {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.wrapper {
  position: relative;
  overflow: hidden;
}
.header {
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  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 {
  pointer-events: auto;
  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: #19a69a;
}
@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 {
  pointer-events: auto;
  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;
    top: 0.6510416667vw;
    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;
  }
}

: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 {
  pointer-events: auto;
  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 {
  pointer-events: auto;
  position: relative;
  display: flex !important;
  align-items: center !important;
}
@media (min-width: 768px) {
  #kv .logos {
    margin-left: 2.0833333333vw;
  }
}
@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;
    margin-top: 1.8229166667vw;
  }
}
@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 .p1 {
  position: absolute;
}
@media (min-width: 768px) {
  #kv .p1 {
    left: 7.5520833333vw;
    top: 31.25vw;
    width: 8.6458333333vw;
    height: 10vw;
  }
}
@media (max-width: 767px) {
  #kv .p1 {
    left: 6.25vw;
    top: 71.3541666667vw;
    width: 12.890625vw;
    height: 14.9739583333vw;
  }
}
#kv .p2 {
  position: absolute;
}
@media (min-width: 768px) {
  #kv .p2 {
    left: 33.4375vw;
    top: 30.7291666667vw;
    width: 9.4791666667vw;
    height: 9.84375vw;
  }
}
@media (max-width: 767px) {
  #kv .p2 {
    left: 28.125vw;
    top: 70.3125vw;
    width: 14.1927083333vw;
    height: 14.84375vw;
  }
}
#kv .p2b {
  position: absolute;
}
@media (min-width: 768px) {
  #kv .p2b {
    left: 36.9791666667vw;
    top: 25.5208333333vw;
    width: 4.6875vw;
    height: 4.5833333333vw;
  }
}
@media (max-width: 767px) {
  #kv .p2b {
    left: 33.984375vw;
    top: 60.0260416667vw;
    width: 5.7291666667vw;
    height: 5.7291666667vw;
  }
}
#kv .p3 {
  position: absolute;
}
@media (min-width: 768px) {
  #kv .p3 {
    left: 54.7916666667vw;
    top: 30.46875vw;
    width: 7.2395833333vw;
    height: 10.4166666667vw;
  }
}
@media (max-width: 767px) {
  #kv .p3 {
    left: 56.5104166667vw;
    top: 70.1822916667vw;
    width: 10.8072916667vw;
    height: 15.625vw;
  }
}
#kv .p4 {
  position: absolute;
}
@media (min-width: 768px) {
  #kv .p4 {
    left: 79.6875vw;
    top: 31.25vw;
    width: 6.3541666667vw;
    height: 9.84375vw;
  }
}
@media (max-width: 767px) {
  #kv .p4 {
    left: 82.421875vw;
    top: 71.3541666667vw;
    width: 9.5052083333vw;
    height: 14.84375vw;
  }
}

.inner {
  position: relative;
}

/* 跳動關鍵影格 */
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px); /* 跳起 */
  }
  60% {
    transform: translateY(-10px); /* 回彈 */
  }
}
#sec1 {
  position: relative;
}
@media (min-width: 768px) {
  #sec1 {
    background: url("../images/sec1/bg.jpg") center top repeat-y;
    background-size: 100% auto;
  }
}
@media (max-width: 767px) {
  #sec1 {
    background: url("../images/sec1/bg_m.jpg") center top repeat-y;
    background-size: 100% auto;
  }
}
#sec1 .inner {
  position: relative;
}
@media (min-width: 768px) {
  #sec1 .inner {
    padding-top: 3.0208333333vw;
  }
}
@media (max-width: 767px) {
  #sec1 .inner {
    padding-top: 5.859375vw;
  }
}
#sec1 .title {
  position: relative;
  display: flex !important;
  justify-content: center !important;
}
@media (min-width: 768px) {
  #sec1 .title img {
    width: 49.0104166667vw;
  }
}
@media (max-width: 767px) {
  #sec1 .title img {
    width: 100vw;
  }
}
#sec1 .tabs {
  position: relative;
  display: flex !important;
  justify-content: center !important;
}
@media (max-width: 767px) {
  #sec1 .tabs {
    margin-top: 1.953125vw;
  }
}
#sec1 .tabs .tab {
  position: relative;
}
@media (min-width: 768px) {
  #sec1 .tabs .tab {
    margin-left: 1.3020833333vw;
    margin-right: 1.3020833333vw;
  }
}
@media (max-width: 767px) {
  #sec1 .tabs .tab {
    margin-left: 2.6041666667vw;
    margin-right: 2.6041666667vw;
  }
}
@media (min-width: 768px) {
  #sec1 .tabs .tab img {
    width: 17.5520833333vw;
    height: 6.40625vw;
  }
}
@media (max-width: 767px) {
  #sec1 .tabs .tab img {
    width: 37.6302083333vw;
    height: 13.5416666667vw;
  }
}
#sec1 .content {
  position: relative;
}
@media (min-width: 768px) {
  #sec1 .content {
    margin-top: 2.34375vw;
  }
}
@media (max-width: 767px) {
  #sec1 .content {
    margin-top: 3.90625vw;
  }
}
#sec1 .content .item {
  position: relative;
  display: none;
}
#sec1 .content .item.active {
  display: block;
}
#sec1 .content ._table {
  position: relative;
  display: flex !important;
  justify-content: center !important;
}
@media (min-width: 768px) {
  #sec1 .content ._table {
    padding-bottom: 3.75vw;
  }
}
@media (max-width: 767px) {
  #sec1 .content ._table {
    padding-bottom: 26.8229166667vw;
  }
}
#sec1 .content ._table img {
  position: relative;
}
@media (min-width: 768px) {
  #sec1 .content ._table img {
    left: 0.2604166667vw;
    width: 63.28125vw;
  }
}
@media (max-width: 767px) {
  #sec1 .content ._table img {
    left: 0.6510416667vw;
    width: 91.9270833333vw;
  }
}
#sec1 .content .banner {
  position: relative;
}
@media (min-width: 768px) {
  #sec1 .content .banner {
    padding-bottom: 1.5625vw;
  }
}
@media (max-width: 767px) {
  #sec1 .content .banner {
    padding-bottom: 3.90625vw;
  }
}
#sec1 .cloud1 {
  position: absolute;
}
@media (min-width: 768px) {
  #sec1 .cloud1 {
    left: -10.3645833333vw;
    top: 15.15625vw;
    width: 36.8229166667vw;
    height: 17.96875vw;
  }
}
@media (max-width: 767px) {
  #sec1 .cloud1 {
    left: -38.4114583333vw;
    top: 109.5052083333vw;
    width: 92.0572916667vw;
    height: 42.578125vw;
  }
}
#sec1 .cloud2 {
  position: absolute;
}
@media (min-width: 768px) {
  #sec1 .cloud2 {
    left: 74.1145833333vw;
    top: 7.7604166667vw;
    width: 21.25vw;
    height: 9.375vw;
  }
}
@media (max-width: 767px) {
  #sec1 .cloud2 {
    left: 70.1822916667vw;
    top: 42.1875vw;
    width: 53.125vw;
    height: 23.4375vw;
  }
}
#sec1 .p {
  position: absolute;
  z-index: 1;
}
@media (min-width: 768px) {
  #sec1 .p {
    left: 81.7708333333vw;
    top: 58.8541666667vw;
    width: 11.40625vw;
    height: 14.9479166667vw;
  }
}
@media (max-width: 767px) {
  #sec1 .p {
    left: 68.6197916667vw;
    top: 198.046875vw;
    width: 23.1770833333vw;
    height: 30.3385416667vw;
  }
}
#sec2 .cloud1 {
  position: absolute;
}
@media (min-width: 768px) {
  #sec2 .cloud1 {
    left: -2.96875vw;
    top: 12.96875vw;
    width: 18.5416666667vw;
    height: 7.5vw;
  }
}
@media (max-width: 767px) {
  #sec2 .cloud1 {
    left: -13.8020833333vw;
    top: 26.0416666667vw;
    width: 28.2552083333vw;
    height: 11.4583333333vw;
  }
}
#sec2 .cloud2 {
  position: absolute;
}
@media (min-width: 768px) {
  #sec2 .cloud2 {
    left: 12.9166666667vw;
    top: 6.5104166667vw;
    width: 14.21875vw;
    height: 4.8958333333vw;
  }
}
@media (max-width: 767px) {
  #sec2 .cloud2 {
    left: 5.2083333333vw;
    top: 14.3229166667vw;
    width: 21.2239583333vw;
    height: 7.2916666667vw;
  }
}
#sec2 .cloud3 {
  position: absolute;
}
@media (min-width: 768px) {
  #sec2 .cloud3 {
    left: 75.5208333333vw;
    top: 34.0625vw;
    width: 25.46875vw;
    height: 9.0625vw;
  }
}
@media (max-width: 767px) {
  #sec2 .cloud3 {
    left: 68.4895833333vw;
    top: 80.3385416667vw;
    width: 39.1927083333vw;
    height: 14.0625vw;
  }
}
#sec2 .title {
  position: relative;
  display: flex !important;
  justify-content: center !important;
}
@media (min-width: 768px) {
  #sec2 .title {
    margin-top: 8.8020833333vw;
  }
}
@media (max-width: 767px) {
  #sec2 .title {
    margin-top: 21.3541666667vw;
  }
}
@media (min-width: 768px) {
  #sec2 .title img {
    width: 48.9583333333vw;
  }
}
@media (max-width: 767px) {
  #sec2 .title img {
    width: 100vw;
  }
}
#sec2 .bar1 {
  position: relative;
  display: flex !important;
  justify-content: center !important;
}
@media (min-width: 768px) {
  #sec2 .bar1 {
    margin-top: 0.9375vw;
  }
}
@media (max-width: 767px) {
  #sec2 .bar1 {
    margin-top: 1.6927083333vw;
  }
}
@media (min-width: 768px) {
  #sec2 .bar1 img {
    width: 20.5729166667vw;
  }
}
@media (max-width: 767px) {
  #sec2 .bar1 img {
    width: 44.140625vw;
  }
}
#sec2 .c1 {
  position: relative;
  display: flex !important;
  justify-content: center !important;
}
@media (min-width: 768px) {
  #sec2 .c1 {
    margin-top: -0.9375vw;
  }
}
@media (max-width: 767px) {
  #sec2 .c1 {
    margin-top: -0.6510416667vw;
  }
}
@media (min-width: 768px) {
  #sec2 .c1 img {
    width: 62.6041666667vw;
  }
}
@media (max-width: 767px) {
  #sec2 .c1 img {
    width: 91.1458333333vw;
  }
}
#sec2 .bar2 {
  position: relative;
  display: flex !important;
  justify-content: center !important;
}
@media (min-width: 768px) {
  #sec2 .bar2 {
    margin-top: 1.9791666667vw;
  }
}
@media (max-width: 767px) {
  #sec2 .bar2 {
    margin-top: 4.296875vw;
  }
}
@media (min-width: 768px) {
  #sec2 .bar2 img {
    width: 20.5729166667vw;
  }
}
@media (max-width: 767px) {
  #sec2 .bar2 img {
    width: 44.140625vw;
  }
}
#sec2 .ls {
  position: relative;
  display: flex !important;
  flex-wrap: wrap !important;
}
@media (min-width: 768px) {
  #sec2 .ls {
    left: 9.6354166667vw;
    margin-top: 1.40625vw;
  }
}
@media (max-width: 767px) {
  #sec2 .ls {
    margin-top: 0.6510416667vw;
    justify-content: center !important;
  }
}
#sec2 .ls .item {
  position: relative;
}
@media (min-width: 768px) {
  #sec2 .ls .item {
    width: 19.2708333333vw;
    margin-right: 1.25vw;
  }
}
@media (max-width: 767px) {
  #sec2 .ls .item {
    width: 41.75vw;
    margin: 0 1.3020833333vw;
    margin-bottom: 1.8229166667vw;
  }
}
@media (max-width: 767px) {
  #sec2 .ls .item2 {
    padding-top: 1.3020833333vw;
  }
}
#sec2 .cards {
  position: relative;
  display: flex !important;
  flex-wrap: wrap !important;
}
@media (min-width: 768px) {
  #sec2 .cards {
    margin-top: 7.2916666667vw;
    padding-left: 8.3333333333vw;
  }
}
@media (max-width: 767px) {
  #sec2 .cards {
    margin-top: 9.1145833333vw;
    justify-content: center !important;
  }
}
#sec2 .cards .item {
  position: relative;
}
@media (min-width: 768px) {
  #sec2 .cards .item {
    width: 38.28125vw;
    margin-right: 5.2083333333vw;
  }
}
@media (max-width: 767px) {
  #sec2 .cards .item {
    width: 85.6770833333vw;
    margin-right: 1.3020833333vw;
    margin-bottom: 2.9947916667vw;
  }
}
#sec2 .cards a {
  position: absolute;
}
@media (min-width: 768px) {
  #sec2 .cards a {
    left: 27.6041666667vw;
    top: 14.2708333333vw;
    width: 7.7083333333vw;
    height: 2.5vw;
  }
}
@media (max-width: 767px) {
  #sec2 .cards a {
    left: 61.8489583333vw;
    top: 32.6822916667vw;
    width: 17.578125vw;
    height: 5.859375vw;
  }
}
#sec2 .cards a:hover {
  margin-left: 5px;
}
#sec2 .p {
  position: absolute;
  z-index: 1;
}
@media (min-width: 768px) {
  #sec2 .p {
    left: 44.0104166667vw;
    top: 5.46875vw;
    width: 10.625vw;
    height: 16.5104166667vw;
  }
}
@media (max-width: 767px) {
  #sec2 .p {
    left: 1.953125vw;
    right: 0vw;
    top: 85.2864583333vw;
    width: 19.7916666667vw;
    height: 30.859375vw;
    margin-left: auto;
    margin-right: auto;
  }
}
#sec2 .slick-prev,
#sec2 .slick-next {
  position: absolute;
  z-index: 1;
  display: block;
  color: transparent;
}
@media (min-width: 768px) {
  #sec2 .slick-prev,
#sec2 .slick-next {
    top: 11.9791666667vw;
    width: 2.6041666667vw;
    height: 4.1666666667vw;
  }
}
@media (max-width: 767px) {
  #sec2 .slick-prev,
#sec2 .slick-next {
    top: 49.4791666667vw;
    width: 4.8177083333vw;
    height: 8.0729166667vw;
  }
}
#sec2 .sw1 .slick-prev {
  background: url("../images/sec2/btn-prev.png") center center no-repeat;
  background-size: 99% 99%;
}
#sec2 .sw1 .slick-next {
  background: url("../images/sec2/btn-next.png") center center no-repeat;
  background-size: 99% 99%;
}
@media (min-width: 768px) {
  #sec2 .slick-prev {
    left: -4.6875vw;
  }
}
@media (max-width: 767px) {
  #sec2 .slick-prev {
    left: -1.0416666667vw;
  }
}
@media (min-width: 768px) {
  #sec2 .slick-next {
    right: -4.6875vw;
  }
}
@media (max-width: 767px) {
  #sec2 .slick-next {
    right: -1.0416666667vw;
  }
}
#sec2 .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) {
  #sec2 .slick-dots {
    bottom: -2.0833333333vw;
  }
}
@media (max-width: 767px) {
  #sec2 .slick-dots {
    bottom: -5.2083333333vw;
  }
}
#sec2 .slick-dots li {
  position: relative;
  display: inline-block;
  padding: 0;
  cursor: pointer;
  background: #ffffff;
  overflow: hidden;
}
@media (min-width: 992px) {
  #sec2 .slick-dots li {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
    margin: 0 0.625vw;
    border-radius: 0.5208333333vw;
  }
}
@media (max-width: 767px) {
  #sec2 .slick-dots li {
    width: 2.6041666667vw;
    height: 2.6041666667vw;
    margin: 0 1.5625vw;
    border-radius: 1.3020833333vw;
  }
}
#sec2 .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) {
  #sec2 .slick-dots li button {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
  }
}
@media (max-width: 767px) {
  #sec2 .slick-dots li button {
    width: 2.6041666667vw;
    height: 2.6041666667vw;
  }
}
#sec2 .slick-dots li button:hover,
#sec2 .slick-dots li button:focus {
  outline: none;
}
#sec2 .slick-dots li button:hover:before,
#sec2 .slick-dots li button:focus:before {
  opacity: 1;
}
#sec2 .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) {
  #sec2 .slick-dots li button:before {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
  }
}
@media (max-width: 767px) {
  #sec2 .slick-dots li button:before {
    width: 2.6041666667vw;
    height: 2.6041666667vw;
  }
}
#sec2 .slick-dots li.slick-active {
  background: #2b3b4a;
}
#sec2 .slick-dots li.slick-active button {
  background: #2b3b4a;
}
#sec2 .slick-dots li.slick-active button:before {
  color: black;
  opacity: 1;
}

#sec3 {
  background: #f8bebf;
}
#sec3 .p {
  position: absolute;
  z-index: 1;
}
@media (min-width: 768px) {
  #sec3 .p {
    left: 18.1770833333vw;
    top: 3.0208333333vw;
    width: 14.7395833333vw;
    height: 15.3125vw;
  }
}
@media (max-width: 767px) {
  #sec3 .p {
    left: 35.15625vw;
    top: 44.53125vw;
    width: 27.4739583333vw;
    height: 28.515625vw;
  }
}
#sec3 .p2 {
  position: absolute;
}
@media (min-width: 768px) {
  #sec3 .p2 {
    left: 43.8020833333vw;
    top: 9.8958333333vw;
    width: 61.9270833333vw;
    height: 20.3645833333vw;
  }
}
@media (max-width: 767px) {
  #sec3 .p2 {
    left: -2.6041666667vw;
    top: 33.7239583333vw;
    width: 154.8177083333vw;
    height: 50.9114583333vw;
  }
}
#sec3 .p3 {
  position: absolute;
}
@media (min-width: 768px) {
  #sec3 .p3 {
    left: -5.625vw;
    top: 43.90625vw;
    width: 52.9166666667vw;
    height: 17.34375vw;
  }
}
@media (max-width: 767px) {
  #sec3 .p3 {
    left: -24.8697916667vw;
    top: 209.765625vw;
    width: 132.2916666667vw;
    height: 43.359375vw;
  }
}
#sec3 .title {
  position: relative;
  display: flex !important;
  justify-content: center !important;
}
@media (min-width: 768px) {
  #sec3 .title {
    margin-top: 6.7708333333vw;
  }
}
@media (max-width: 767px) {
  #sec3 .title {
    margin-top: 19.140625vw;
  }
}
@media (min-width: 768px) {
  #sec3 .title img {
    width: 52.7083333333vw;
  }
}
@media (max-width: 767px) {
  #sec3 .title img {
    width: 100vw;
  }
}
#sec3 .slide {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
@media (min-width: 768px) {
  #sec3 .slide {
    width: 80.2083333333vw;
    margin-top: 2.2395833333vw;
  }
}
@media (max-width: 767px) {
  #sec3 .slide {
    width: 100vw;
    margin-top: 12.5vw;
  }
}
#sec3 .slide .item {
  position: relative;
}
@media (min-width: 768px) {
  #sec3 .slide .item {
    width: 76.3020833333vw;
    margin: 0 1.953125vw;
  }
}
@media (max-width: 767px) {
  #sec3 .slide .item {
    width: 91.796875vw;
    margin: 0 4.1015625vw;
  }
}
#sec3 .slide .item .photo {
  display: flex !important;
}
#sec3 .slide .item ._btn {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  #sec3 .slide .item ._btn {
    left: 36.9791666667vw;
    top: 33.3333333333vw;
    width: 7.7083333333vw;
    height: 2.5vw;
  }
}
@media (max-width: 767px) {
  #sec3 .slide .item ._btn {
    left: 9.765625vw;
    top: 170.5729166667vw;
    width: 19.2708333333vw;
    height: 6.25vw;
  }
}
@media (min-width: 768px) {
  #sec3 .slide .item ._btn img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #sec3 .slide .item ._btn img {
    width: 100%;
  }
}
#sec3 .slide .item .content {
  position: relative;
  font-weight: 600;
}
@media (min-width: 768px) {
  #sec3 .slide .item .content {
    width: 38.3854166667vw;
    font-size: 1.3020833333vw;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  #sec3 .slide .item .content {
    width: 78.125vw;
    font-size: 3.2552083333vw;
    line-height: 1.45;
  }
}
@media (min-width: 768px) {
  #sec3 .slide .item .content .item-title {
    padding-bottom: 0.625vw;
  }
}
@media (max-width: 767px) {
  #sec3 .slide .item .content .item-title {
    padding-top: 3.2552083333vw;
    padding-bottom: 3.2552083333vw;
  }
}
@media (min-width: 768px) {
  #sec3 .slide .item .content .item-title img {
    width: 38.3854166667vw;
  }
}
@media (max-width: 767px) {
  #sec3 .slide .item .content .item-title img {
    width: 78.125vw;
  }
}
#sec3 .slide .item .content .txt {
  color: #a58d49;
}
#sec3 .slide .item .content .txt span {
  display: inline-block;
  border: 2px solid #a58d49;
}
@media (min-width: 768px) {
  #sec3 .slide .item .content .txt span {
    border-radius: 1.3020833333vw;
    padding: 0 0.8333333333vw;
    margin: 0.3125vw 0;
  }
}
@media (max-width: 767px) {
  #sec3 .slide .item .content .txt span {
    border-radius: 3.2552083333vw;
    padding: 0 2.0833333333vw;
    margin: 0.78125vw 0;
  }
}
#sec3 .slide .item .content table td {
  vertical-align: top;
}
@media (min-width: 768px) {
  #sec3 .slide .item .content table td:nth-child(1) img {
    width: 1.4583333333vw;
    height: 1.09375vw;
    margin: 0.3125vw 0.4166666667vw;
  }
}
@media (max-width: 767px) {
  #sec3 .slide .item .content table td:nth-child(1) img {
    width: 3.6458333333vw;
    height: 2.734375vw;
    margin: 0.78125vw 1.0416666667vw;
  }
}
@media (min-width: 768px) {
  #sec3 .slide .item4 ._btn {
    top: 31.7708333333vw;
  }
}
@media (max-width: 767px) {
  #sec3 .slide .item4 ._btn {
    top: 175.78125vw;
  }
}
@media (min-width: 768px) {
  #sec3 .slide .item5 ._btn {
    top: 31.7708333333vw;
  }
}
#sec3 .slick-prev,
#sec3 .slick-next {
  position: absolute;
  z-index: 1;
  display: block;
  color: transparent;
}
@media (min-width: 768px) {
  #sec3 .slick-prev,
#sec3 .slick-next {
    top: 16.1458333333vw;
    width: 3.4375vw;
    height: 5.1041666667vw;
  }
}
@media (max-width: 767px) {
  #sec3 .slick-prev,
#sec3 .slick-next {
    top: 121.09375vw;
    width: 6.9010416667vw;
    height: 10.15625vw;
  }
}
#sec3 .slick-prev {
  background: url("../images/sec3/btn-prev.png") center center no-repeat;
  background-size: 99% 99%;
}
@media (min-width: 768px) {
  #sec3 .slick-prev {
    left: -4.6875vw;
  }
}
@media (max-width: 767px) {
  #sec3 .slick-prev {
    left: 1.3020833333vw;
  }
}
#sec3 .slick-next {
  background: url("../images/sec3/btn-next.png") center center no-repeat;
  background-size: 99% 99%;
}
@media (min-width: 768px) {
  #sec3 .slick-next {
    right: -4.6875vw;
  }
}
@media (max-width: 767px) {
  #sec3 .slick-next {
    right: 0.2604166667vw;
  }
}
#sec3 .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) {
  #sec3 .slick-dots {
    bottom: -2.0833333333vw;
  }
}
@media (max-width: 767px) {
  #sec3 .slick-dots {
    bottom: -5.2083333333vw;
  }
}
#sec3 .slick-dots li {
  position: relative;
  display: inline-block;
  padding: 0;
  cursor: pointer;
  background: #ffffff;
  overflow: hidden;
}
@media (min-width: 992px) {
  #sec3 .slick-dots li {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
    margin: 0 0.625vw;
    border-radius: 0.5208333333vw;
  }
}
@media (max-width: 767px) {
  #sec3 .slick-dots li {
    width: 2.6041666667vw;
    height: 2.6041666667vw;
    margin: 0 1.5625vw;
    border-radius: 1.3020833333vw;
  }
}
#sec3 .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) {
  #sec3 .slick-dots li button {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
  }
}
@media (max-width: 767px) {
  #sec3 .slick-dots li button {
    width: 2.6041666667vw;
    height: 2.6041666667vw;
  }
}
#sec3 .slick-dots li button:hover,
#sec3 .slick-dots li button:focus {
  outline: none;
}
#sec3 .slick-dots li button:hover:before,
#sec3 .slick-dots li button:focus:before {
  opacity: 1;
}
#sec3 .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) {
  #sec3 .slick-dots li button:before {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
  }
}
@media (max-width: 767px) {
  #sec3 .slick-dots li button:before {
    width: 2.6041666667vw;
    height: 2.6041666667vw;
  }
}
#sec3 .slick-dots li.slick-active {
  background: #2b3b4a;
}
#sec3 .slick-dots li.slick-active button {
  background: #2b3b4a;
}
#sec3 .slick-dots li.slick-active button:before {
  color: black;
  opacity: 1;
}
#sec3 .sw2 .slick-dots li.slick-active {
  background: #dd5c47;
}
#sec3 .sw2 .slick-dots li.slick-active button {
  background: #dd5c47;
}
#sec3 .sw3 .slick-dots li.slick-active {
  background: #d96d2d;
}
#sec3 .sw3 .slick-dots li.slick-active button {
  background: #d96d2d;
}

#sec4 {
  background: #dbebf3;
}
#sec4 .p {
  position: absolute;
}
@media (min-width: 768px) {
  #sec4 .p {
    left: 69.2708333333vw;
    top: 3.90625vw;
    width: 12.0833333333vw;
    height: 13.9583333333vw;
  }
}
@media (max-width: 767px) {
  #sec4 .p {
    left: 68.6197916667vw;
    top: 130.46875vw;
    width: 25.6510416667vw;
    height: 32.03125vw;
  }
}
#sec4 .p2 {
  position: absolute;
}
@media (min-width: 768px) {
  #sec4 .p2 {
    left: 2.1875vw;
    top: 5.8333333333vw;
    width: 24.3229166667vw;
    height: 9.6875vw;
  }
}
@media (max-width: 767px) {
  #sec4 .p2 {
    left: 65.234375vw;
    top: 40.8854166667vw;
    width: 36.5885416667vw;
    height: 14.5833333333vw;
  }
}
#sec4 .p3 {
  position: absolute;
}
@media (min-width: 768px) {
  #sec4 .p3 {
    left: 74.375vw;
    top: 57.7604166667vw;
    width: 26.71875vw;
    height: 7.2395833333vw;
  }
}
@media (max-width: 767px) {
  #sec4 .p3 {
    left: 1.3020833333vw;
    top: 146.3541666667vw;
    width: 40.234375vw;
    height: 10.9375vw;
  }
}
#sec4 .title {
  position: relative;
  display: flex !important;
  justify-content: center !important;
}
@media (min-width: 768px) {
  #sec4 .title {
    margin-top: 6.7708333333vw;
  }
}
@media (max-width: 767px) {
  #sec4 .title {
    margin-top: 19.0104166667vw;
  }
}
@media (min-width: 768px) {
  #sec4 .title img {
    width: 52.65625vw;
  }
}
@media (max-width: 767px) {
  #sec4 .title img {
    width: 104.1666666667vw;
  }
}
#sec4 .slide {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  #sec4 .slide {
    width: 70.46875vw;
    margin-top: 2.3958333333vw;
  }
}
@media (max-width: 767px) {
  #sec4 .slide {
    width: 100vw;
    margin-top: 8.0729166667vw;
  }
}
#sec4 .slide .item {
  position: relative;
}
@media (min-width: 768px) {
  #sec4 .slide .item {
    width: 22.65625vw;
    margin: 0 0.4166666667vw;
  }
}
@media (max-width: 767px) {
  #sec4 .slide .item {
    width: 57.5520833333vw;
    margin: 0 21.2239583333vw;
  }
}
#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 .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: 16.875vw;
    width: 3.4375vw;
    height: 5.1041666667vw;
  }
}
@media (max-width: 767px) {
  #sec4 .slick-prev,
#sec4 .slick-next {
    top: 42.578125vw;
    width: 6.9010416667vw;
    height: 10.15625vw;
  }
}
#sec4 .slick-prev {
  background: url("../images/sec4/btn-prev.png") center center no-repeat;
  background-size: 99% 99%;
}
@media (min-width: 768px) {
  #sec4 .slick-prev {
    left: -6.8229166667vw;
  }
}
@media (max-width: 767px) {
  #sec4 .slick-prev {
    left: 9.1145833333vw;
  }
}
#sec4 .slick-next {
  background: url("../images/sec4/btn-next.png") center center no-repeat;
  background-size: 99% 99%;
}
@media (min-width: 768px) {
  #sec4 .slick-next {
    right: -6.8229166667vw;
  }
}
@media (max-width: 767px) {
  #sec4 .slick-next {
    right: 7.8125vw;
  }
}
#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;
}

@media (min-width: 768px) {
  #sec5 {
    background: #dcf2d7 url("../images/sec5/bg.jpg") center top no-repeat;
    background-size: 100% auto;
  }
}
@media (max-width: 767px) {
  #sec5 {
    background: #dcf2d7 url("../images/sec5/bg_m.jpg") center top no-repeat;
    background-size: 100% auto;
  }
}
@media (min-width: 768px) {
  #sec5 .inner {
    padding-bottom: 4.1666666667vw;
  }
}
@media (max-width: 767px) {
  #sec5 .inner {
    padding-bottom: 7.5520833333vw;
  }
}
#sec5 .cloud1 {
  position: absolute;
}
@media (min-width: 768px) {
  #sec5 .cloud1 {
    left: 2.8645833333vw;
    top: 50.0520833333vw;
    width: 18.5416666667vw;
    height: 7.5vw;
  }
}
@media (max-width: 767px) {
  #sec5 .cloud1 {
    left: 25.390625vw;
    top: 157.03125vw;
    width: 15.3645833333vw;
    height: 7.03125vw;
  }
}
#sec5 .cloud2 {
  position: absolute;
}
@media (min-width: 768px) {
  #sec5 .cloud2 {
    left: 0vw;
    top: 42.8645833333vw;
    width: 12.1354166667vw;
    height: 4.8958333333vw;
  }
}
@media (max-width: 767px) {
  #sec5 .cloud2 {
    left: 11.4583333333vw;
    top: 153.7760416667vw;
    width: 10.8072916667vw;
    height: 4.1666666667vw;
  }
}
#sec5 .cloud3 {
  position: absolute;
}
@media (min-width: 768px) {
  #sec5 .cloud3 {
    left: 77.8645833333vw;
    top: 23.6458333333vw;
    width: 22.1354166667vw;
    height: 8.75vw;
  }
}
@media (max-width: 767px) {
  #sec5 .cloud3 {
    left: 83.59375vw;
    top: 43.0989583333vw;
    width: 19.7916666667vw;
    height: 8.3333333333vw;
  }
}
#sec5 .cloud4 {
  position: absolute;
}
@media (min-width: 768px) {
  #sec5 .cloud4 {
    left: 74.6354166667vw;
    top: 16.40625vw;
    width: 13.3333333333vw;
    height: 4.8958333333vw;
  }
}
@media (max-width: 767px) {
  #sec5 .cloud4 {
    left: 66.796875vw;
    top: 46.7447916667vw;
    width: 11.328125vw;
    height: 4.4270833333vw;
  }
}
#sec5 .p {
  position: absolute;
}
@media (min-width: 768px) {
  #sec5 .p {
    left: 17.7083333333vw;
    top: 4.1666666667vw;
    width: 8.8541666667vw;
    height: 13.6979166667vw;
  }
}
@media (max-width: 767px) {
  #sec5 .p {
    display: none;
  }
}
#sec5 .title {
  position: relative;
  display: flex !important;
  justify-content: center !important;
}
@media (min-width: 768px) {
  #sec5 .title {
    padding-top: 6.7708333333vw;
  }
}
@media (max-width: 767px) {
  #sec5 .title {
    padding-top: 18.6197916667vw;
  }
}
@media (min-width: 768px) {
  #sec5 .title img {
    width: 59.9479166667vw;
  }
}
@media (max-width: 767px) {
  #sec5 .title img {
    width: 100vw;
  }
}
#sec5 .map {
  position: relative;
  display: flex !important;
  justify-content: center !important;
}
@media (min-width: 768px) {
  #sec5 .map {
    margin-top: 0vw;
  }
}
@media (max-width: 767px) {
  #sec5 .map {
    left: 1.3020833333vw;
    margin-top: 3.3854166667vw;
  }
}
@media (min-width: 768px) {
  #sec5 .map img {
    width: 78.4895833333vw;
  }
}
@media (max-width: 767px) {
  #sec5 .map img {
    width: 97.7864583333vw;
  }
}
#sec5 .slide {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  #sec5 .slide {
    width: 80.2083333333vw;
    margin-top: 0.2604166667vw;
  }
}
@media (max-width: 767px) {
  #sec5 .slide {
    width: 100vw;
  }
}
#sec5 .slide .item {
  position: relative;
}
@media (min-width: 768px) {
  #sec5 .slide .item {
    width: 78.125vw;
    margin: 0 1.0416666667vw;
  }
}
@media (max-width: 767px) {
  #sec5 .slide .item {
    width: 83.3333333333vw;
    margin: 0 8.3333333333vw;
  }
}
#sec5 .slide .item .photos {
  position: absolute;
}
@media (max-width: 767px) {
  #sec5 .slide .item .photos {
    left: 0vw;
    right: 0vw;
    margin-left: auto;
    margin-right: auto;
    top: 59.2447916667vw;
    width: 55.46875vw;
    height: 42.578125vw;
  }
}
@media (max-width: 767px) {
  #sec5 .slide .item .photos ._item {
    width: 55.46875vw;
    height: 42.578125vw;
  }
}
@media (max-width: 767px) {
  #sec5 .slide .item1 .photos {
    top: 59.2447916667vw;
  }
}
@media (max-width: 767px) {
  #sec5 .slide .item2 .photos {
    top: 59.2447916667vw;
  }
}
@media (max-width: 767px) {
  #sec5 .slide .item3 .photos {
    top: 76.0416666667vw;
  }
}
@media (max-width: 767px) {
  #sec5 .slide .item4 .photos {
    top: 76.0416666667vw;
  }
}
#sec5 .slick-prev,
#sec5 .slick-next {
  position: absolute;
  z-index: 1;
  display: block;
  color: transparent;
}
@media (min-width: 768px) {
  #sec5 .slick-prev,
#sec5 .slick-next {
    top: 23.6979166667vw;
    width: 3.4375vw;
    height: 5.1041666667vw;
  }
}
@media (max-width: 767px) {
  #sec5 .slick-prev,
#sec5 .slick-next {
    top: 85.9375vw;
    width: 6.9010416667vw;
    height: 10.15625vw;
  }
}
#sec5 .slick-prev {
  background: url("../images/sec5/btn-prev.png") center center no-repeat;
  background-size: 99% 99%;
}
@media (min-width: 768px) {
  #sec5 .slick-prev {
    left: -5.2083333333vw;
  }
}
@media (max-width: 767px) {
  #sec5 .slick-prev {
    left: 1.3020833333vw;
  }
}
#sec5 .slick-next {
  background: url("../images/sec5/btn-next.png") center center no-repeat;
  background-size: 99% 99%;
}
@media (min-width: 768px) {
  #sec5 .slick-next {
    right: -5.2083333333vw;
  }
}
@media (max-width: 767px) {
  #sec5 .slick-next {
    right: 0.2604166667vw;
  }
}
#sec5 .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) {
  #sec5 .slick-dots {
    bottom: -4.6875vw;
  }
}
@media (max-width: 767px) {
  #sec5 .slick-dots {
    bottom: -5.859375vw;
  }
}
#sec5 .slick-dots li {
  position: relative;
  display: inline-block;
  padding: 0;
  cursor: pointer;
  background: #ffffff;
  overflow: hidden;
}
@media (min-width: 992px) {
  #sec5 .slick-dots li {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
    margin: 0 0.625vw;
    border-radius: 0.5208333333vw;
  }
}
@media (max-width: 767px) {
  #sec5 .slick-dots li {
    width: 2.6041666667vw;
    height: 2.6041666667vw;
    margin: 0 1.5625vw;
    border-radius: 1.3020833333vw;
  }
}
#sec5 .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) {
  #sec5 .slick-dots li button {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
  }
}
@media (max-width: 767px) {
  #sec5 .slick-dots li button {
    width: 2.6041666667vw;
    height: 2.6041666667vw;
  }
}
#sec5 .slick-dots li button:hover,
#sec5 .slick-dots li button:focus {
  outline: none;
}
#sec5 .slick-dots li button:hover:before,
#sec5 .slick-dots li button:focus:before {
  opacity: 1;
}
#sec5 .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) {
  #sec5 .slick-dots li button:before {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
  }
}
@media (max-width: 767px) {
  #sec5 .slick-dots li button:before {
    width: 2.6041666667vw;
    height: 2.6041666667vw;
  }
}
#sec5 .slick-dots li.slick-active {
  background: #000;
}
#sec5 .slick-dots li.slick-active button {
  background: #000;
}
#sec5 .slick-dots li.slick-active button:before {
  color: black;
  opacity: 1;
}

.banners {
  position: relative;
  background: #dcf2d7;
}
@media (min-width: 768px) {
  .banners {
    padding-top: 0.5208333333vw;
    padding-bottom: 9.1145833333vw;
  }
}
@media (max-width: 767px) {
  .banners {
    padding-top: 1.3020833333vw;
    padding-bottom: 20.8333333333vw;
  }
}
.banners .banner1 {
  position: relative;
}
@media (min-width: 768px) {
  .banners .banner1 {
    margin-top: 0vw;
    margin-bottom: 0vw;
  }
}
@media (max-width: 767px) {
  .banners .banner1 {
    margin-top: 0vw;
    margin-bottom: 0vw;
  }
}
.banners .banner2 {
  position: relative;
}
@media (min-width: 768px) {
  .banners .banner2 {
    margin-top: 3.125vw;
    margin-bottom: 0vw;
  }
}
@media (max-width: 767px) {
  .banners .banner2 {
    margin-top: 3.90625vw;
    margin-bottom: 0vw;
  }
}
.banners .banner3 {
  position: relative;
}
@media (min-width: 768px) {
  .banners .banner3 {
    margin-top: 4.1666666667vw;
    margin-bottom: 0vw;
  }
}
@media (max-width: 767px) {
  .banners .banner3 {
    margin-top: 6.5104166667vw;
    margin-bottom: 0vw;
  }
}

.right-nav {
  position: fixed;
  z-index: 80;
  display: none;
}
@media (min-width: 768px) {
  .right-nav {
    width: 7.65625vw;
    right: 2.34375vw;
    bottom: 1.7708333333vw;
  }
}
@media (max-width: 767px) {
  .right-nav {
    width: 17.578125vw;
    right: 1.8229166667vw;
    bottom: 3.3854166667vw;
  }
}

.btn-go {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .btn-go {
    width: 7.65625vw;
  }
}
@media (max-width: 767px) {
  .btn-go {
    width: 17.578125vw;
  }
}
.btn-go:hover {
  opacity: 0.8;
}

#loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: -105vh;
  left: 0;
  z-index: 999999;
  background: #c5e7ef;
  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;
}

.animated.delay-6s {
  animation-delay: 6s;
}

.animated.delay-7s {
  animation-delay: 7s;
}

.animated.delay-8s {
  animation-delay: 8s;
}

.animated.delay-9s {
  animation-delay: 9s;
}

.animated.delay-10s {
  animation-delay: 10s;
}

.animated.delay-11s {
  animation-delay: 11s;
}

.animated.delay-12s {
  animation-delay: 12s;
}

.animated.delay-13s {
  animation-delay: 13s;
}

.animated.delay-14s {
  animation-delay: 14s;
}

.animated.delay-15s {
  animation-delay: 15s;
}

.animated.duration-07s {
  animation-duration: 700ms;
}

.animated.duration-08s {
  animation-duration: 800ms;
}

.animated.duration-09s {
  animation-duration: 900ms;
}

.animated.duration-1s {
  animation-duration: 1000ms;
}

.animated.duration-12s {
  animation-duration: 1100ms;
}

.animated.duration-12s {
  animation-duration: 1200ms;
}