@charset "UTF-8";
:root {
  --root: 16px;
  --wh: #fff;
  --blue: #259af8;
  --blue-act: #335ebc;
  --green: #489731;
  --txt: #333;
  --noto: "Noto Sans TC", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
  --fieldset-top: -44px;
}

button {
  appearance: none;
  border: 0;
  background-color: transparent;
  padding-inline: 0;
  padding-block: 0;
}

hr[role="none"] {
  margin: 0;
  border-top: 0;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

*,
html {
  box-sizing: border-box;
}

body {
  font-family: "PingFang TC", "SF Pro TC", "SF Pro Text", "Microsoft JhengHei",
    "Helvetica Neue", "Noto Sans TC", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
}

body.no-scroll {
  overflow-y: hidden;
}

img {
  vertical-align: bottom;
}

img.rwd {
  width: 100%;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
section,
blockquote,
p,
.h1,
.h2,
.h3,
.h4 {
  margin: 0;
  padding: 0;
  font-size: var(--root);
}

a,
:link,
:visited {
  text-decoration: none;
}

p {
  margin-bottom: 1rem;
}

mark {
  text-decoration: underline;
  background-color: unset;
  display: inline;
}

.hide,
[mb] {
  display: none;
}

@media screen and (max-width: 750px) {
  [pc] {
    display: none;
  }
  [mb] {
    display: block;
  }
}

main {
  position: relative;
}

[class$="-inner"] {
  position: relative;
  margin: 0 auto;
  text-align: center;
}

[class$="-inner"] article {
  width: 100%;
  margin: 0;
  font-weight: 400;
}

[class$="-inner"] p,
[class$="-inner"] h3,
[class$="-inner"] h4,
[class$="-inner"] strong,
[class$="-inner"] li,
[class$="-inner"] em {
  font-family: var(--noto);
  font-size: 1.5vw;
  font-weight: 500;
  line-height: 1.6;
}

[class$="-inner"] h3.subtitle {
  font-size: 2.8vw;
  color: var(--wh);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.182em;
  background: linear-gradient(90deg, #4289f5 0%, #335ebc 100%);
  border-radius: 3em;
  display: inline-block;
  margin: 0 auto;
  padding: 0.364em 1.636em;
}

[class$="-inner"] ol {
  margin-bottom: 0;
}

[class$="-inner"] ol li {
  display: flex;
}

[class$="-inner"] ol li var {
  font-style: normal;
  margin-right: 0.208em;
}

@media screen and (max-width: 750px) {
  div[class$="-inner"] {
    width: 100%;
    max-width: unset;
  }
  div[class$="-inner"] p,
  div[class$="-inner"] h3,
  div[class$="-inner"] h4,
  div[class$="-inner"] strong,
  div[class$="-inner"] li,
  div[class$="-inner"] em {
    font-size: 3.2vw;
  }
  div[class$="-inner"] h3.subtitle {
    font-size: 5.5vw;
    padding: 0.364em 1.636em;
  }
}

/*《 主視覺 》*/

.kv .kv-inner {
  position: relative;
}

.kv .kv-inner img {
  width: 100%;
}

.kv .kv-inner .kv-btn {
  position: absolute;
  left: 15vw;
  top: 18.5vw;
  width: 24vw;
  height: 4.8vw;
  border-radius: 40px;
  background-color: transparent;
}

@media (max-width: 750px) {
  .kv .kv-inner .kv-btn {
    left: 24.2vw;
    top: 44.7vw;
    width: 51.5vw;
    height: 10.2vw;
  }
}

/* ******************************** */

/*《 錨點列 》*/
.tabs {
  background: #1d1d1f;
  padding: 30px 0;
}

.tabs ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tabs ul li a {
  display: block;
  width: 368px;
  line-height: 1;
  font-family: var(--noto);
  font-size: 1.8vw;
  font-weight: 800;
  color: var(--blue);
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.tabs ul li .btn {
  width: 368px;
}

.tabs ul li .btn img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.tabs ul li .btn1 img {
  filter: grayscale(100%);
  cursor: initial;
}

.tabs ul li .btn img:hover {
  opacity: 0.8;
}

.tabs ul li .btn1 img:hover {
  opacity: 1;
}

.tabs ul li a:hover,
.tabs ul li a.active {
  text-decoration: none;
  color: var(--blue-act);
}

@media (max-width: 750px) {
  .tabs ul li a {
    font-size: 3.9vw;
    margin-top: 3.5vw;
    margin-bottom: 3.5vw;
  }

  .tabs ul li .btn {
    width: 120px;
    transform: scale(1.2);
  }
}

/* ******************************** */

/*《 登記活動 》*/

.event {
  background-color: #1d1d1f;
}

.event .event-inner {
  background-color: var(--blue-act);
  padding: 6.7vw 12.5vw;
  border-radius: 60px 60px 0 0;
}

.event .event-inner p,
.event .event-inner h3 strong,
.event .event-inner ol li,
.event .event-inner em {
  text-align: left;
  color: var(--wh);
}

.event .event-inner p {
  margin-bottom: 2.25em;
}

.event .event-inner .text2 {
  padding-bottom: 50px;
  border-bottom: 2px solid #fff;
}

.event .event-inner blockquote {
  display: flex;
  align-items: center;
  margin-bottom: 3.375em;
}

.event .event-inner blockquote h3 {
  transform: translate(0, -5vw) scale(0.8);
}

.event .event-inner blockquote h3 strong {
  font-size: 2.8vw;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.182em;
  padding-top: 0.159em;
  padding-bottom: 0.205em;
  padding-left: 0.182em;
  display: block;
  border-top: 2px solid var(--wh);
  border-bottom: 2px solid var(--wh);
}

.event .event-inner blockquote .icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-right: 15px;
}

.event .event-inner blockquote .icon1 {
  width: 100px;
  height: 45px;
  background-image: url("../img/icon1.png");
}

.event .event-inner blockquote .icon2 {
  width: 130px;
  height: 50px;
  background-image: url("../img/icon2.png");
}

.event .event-inner blockquote ol {
  margin-left: 0;
}

.event .event-inner blockquote ol li {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.event .event-inner blockquote ol li p {
  margin-bottom: 0;
}

.event .event-inner .reminder {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70%;
  text-align: center;
  font-style: normal;
  font-size: 2.8vw;
  font-weight: 700;
  line-height: 1;
  border-radius: 4em;
  padding: 4vw;
  margin: auto;
  background-color: var(--wh);
  color: var(--blue-act);
}

.event .event-inner .reminder::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 99%;
  height: 10vw;
  border-radius: 4em;
  border: 5px solid var(--blue-act);
}

.event .event-inner .reminder ins {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.125em;
  text-decoration: none;
}

.event .event-inner .reminder:has(br[all]) {
  line-height: 1.4;
  padding: 0.5em;
}

@media (max-width: 750px) {
  .event .event-inner {
    padding: 10vw 6.7vw;
  }

  .event .event-inner blockquote {
    flex-direction: column;
  }

  .event .event-inner blockquote h3 {
    width: 100%;
    position: relative;
    margin: 0 auto;
    font-size: 5.9vw;
    margin-bottom: initial;
  }

  .event .event-inner blockquote h3::before {
    content: "";
    position: absolute;
    inset: 0;
    top: initial;
    bottom: 0;
    height: 2px;
    background-color: var(--wh);
    z-index: 1;
  }

  .event .event-inner blockquote h3 img {
    transform: scale(0.6);
    margin-bottom: 7vw;
  }

  .event .event-inner blockquote h3 strong {
    position: relative;
    z-index: 2;
    display: inline-block;
    background-color: var(--blue-act);
    border: none;
    font-size: 5.9vw;
    padding: 0 0.5em;
  }

  .event .event-inner blockquote ol {
    margin-left: 0;
  }

  .event .event-inner .reminder {
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    font-size: 5.3vw;
    line-height: 0;
  }

  .event .event-inner .reminder::before {
    bottom: -6vw;
    font-size: 0.6rem;
  }

  .event .event-inner blockquote {
    margin-bottom: 0;
  }

  .event .event-inner .reminder::after {
    height: 19vw;
  }

  .event .event-inner .reminder:has(br[all]) {
    width: 100%;
    font-size: 3.5vw;
  }

  .event .event-inner .reminder ins {
    padding: 6vw 0.125em;
  }
}

/* ******************************** */

/*《 活動辦法 》*/

.detail .detail-title-box {
  background-color: #eaeaea;
  padding: 6.7vw 12.5vw 1.7vw;
}

.detail .detail-title-box .detail-title img {
  transform: scale(0.8);
}

.detail .detail-title-box p {
  width: 85%;
  text-align: left;
  color: var(--blue-act);
  font-size: 1.5vw;
  font-weight: 900;
  margin: 1vw auto;
  margin-bottom: initial;
}

.detail .detail-inner {
  padding: 3.8vw 12.5vw 3.8vw;
  background-color: #eaeaea;
}

.detail .detail-inner h3 {
  background: linear-gradient(90deg, #6eba04 0%, #4a992e 100%);
}

.detail .detail-inner fieldset {
  border: 8px solid var(--green);
  border-radius: 2em;
  padding: 4.7vw 3.9vw;
  margin-top: var(--fieldset-top);
  background-color: #fff;
}

.detail .detail-inner p {
  letter-spacing: 0.083em;
  margin-bottom: 3.8vw;
}

.detail .detail-inner p cite {
  font-style: normal;
  display: block;
  margin-top: 1em;
}

.detail .detail-inner ol {
  margin-left: 0;
  margin-bottom: 0;
}

.detail .detail-inner ol li {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 1em;
}

.detail .detail-inner ol li var {
  margin-right: 0.5em;
}

.detail .detail-inner ol li address {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.detail .detail-inner ol li address span {
  display: flex;
}

.detail .detail-inner ol li:has(address) {
  flex-wrap: wrap;
  margin-bottom: 0;
}

.detail.has-reg .detail-inner {
  padding-bottom: 0;
}

.detail-inner fieldset li .num1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  margin-top: 5px;
  border-radius: 100%;
  font-size: 1rem;
  background-color: #71bd00;
  color: #fff;
}

.detail .detail-box {
  display: flex;
  flex-direction: column;
  margin: 50px auto;
}

.detail .detail-box h2 {
  font-size: 2.2rem;
  font-weight: 1000;
  margin: 10px auto 40px;
  color: var(--blue-act);
}

.detail .detail-box .detail-box-title {
  width: 50%;
  margin: 20px auto;
}

.detail .detail-box .detail-box-btn-container {
  display: flex;
  justify-content: center;
  width: 100%;
}

.detail .detail-box .detail-box-btn1 img {
  margin-bottom: 52px;
}

.detail .detail-box .detail-box-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 360px;
  margin: auto 20px;
  border-radius: 100px;
}

.detail .detail-box .detail-box-btn img {
  width: 100%;
  border-radius: 100px;
  filter: grayscale(100%);
  cursor: initial;
}

.detail .detail-box .detail-box-btn .detail-box-text {
  width: 200px;
  margin-top: 15px;
  border-radius: initial;
}

.descr ol li .num2 {
  display: flex;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  border-radius: 100%;
  background-color: #fff;
  color: var(--blue-act);
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.5rem;
}

@media (max-width: 750px) {
  .detail .detail-title-box .detail-title img {
    transform: scale(1);
    margin-bottom: 5%;
  }

  .detail .detail-title-box p {
    width: 100%;
    font-size: 3vw;
  }

  .detail .detail-title-box {
    padding: 6.7vw 7.5vw 1.7vw;
  }

  .detail .detail-box h2 {
    font-size: 1.2rem;
  }

  .detail .detail-inner {
    padding: 9.3vw 4.5vw 1vw;
  }

  .detail .detail-inner fieldset {
    border-width: 2vw;
    padding: 9.3vw 4.8vw 6.7vw;
  }

  .detail .detail-inner p {
    font-size: 3.2vw;
    margin-bottom: 2.292em;
  }

  .detail .detail-box .detail-box-btn {
    margin: auto 1%;
  }

  .detail .detail-box .detail-box-btn .detail-box-text {
    width: 35vw;
  }
}

/*《 立即登記首賣會 》*/

.reg .reg-inner {
  padding: 6.7vw 12.5vw;
  padding-top: 0;
}

.reg .reg-inner h4.cta-title {
  display: block;
  color: var(--blue-act);
  text-align: center;
  font-style: normal;
  font-size: 2.8vw;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.267em;
  padding: 1.733em 0 1.111em;
}

.reg .reg-inner .cta-area {
  display: flex;
}

.reg .reg-inner .cta {
  width: 33.3333333333%;
}

.reg .reg-inner .cta:hover,
.reg .reg-inner .cta:hover * {
  text-decoration: none;
  filter: brightness(1.03);
}

.reg .reg-inner .cta dl {
  font-family: var(--noto);
}

.reg .reg-inner .cta dl small {
  display: block;
}

.reg .reg-inner .cta dl dt {
  background-color: #00b8cc;
  color: var(--wh);
  font-size: 2.6vw;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.071em;
  border-radius: 0.7em;
  padding: 1.3vw 3.8vw;
  margin: 0 1.4vw;
}

.reg .reg-inner .cta dl dt small {
  font-size: 1.9vw;
  font-weight: 800;
  padding-top: 0.467em;
}

.reg .reg-inner .cta dl dd {
  color: #656363;
  font-size: 2.1vw;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.147em;
  margin-top: 0.706em;
  margin-bottom: 0;
}

.reg .reg-inner .cta dl dd small {
  line-height: 1.7;
  font-size: 1.5vw;
  letter-spacing: 0;
  font-weight: 800;
}

.reg .reg-inner .cta.txg dl dt {
  background-color: #72bd00;
}

.reg .reg-inner .cta.txg dl dd {
  border-left: 2px solid #656363;
  border-right: 2px solid #656363;
}

.reg .reg-inner .cta.khh dl dt {
  background-color: #ff8c00;
}

.reg .reg-inner .cta-area.disabled {
  filter: saturate(0);
}

.reg .reg-inner .cta-area.disabled .cta {
  pointer-events: none;
}

.reg .reg-inner .cta-area.disabled .cta dl dt {
  background-color: #00b8cc !important;
  filter: brightness(2);
  font-weight: 500;
}

.reg .reg-inner .cta-area.disabled .cta dl dt small {
  font-weight: 500;
}

.reg .reg-inner .cta-area.disabled .cta dl dd {
  filter: brightness(2);
}

.reg .reg-inner:has(.disabled) .cta-title {
  display: none !important;
}

@media (max-width: 750px) {
  .reg .reg-inner {
    padding: 9.3vw 4.5vw;
    padding-top: 0;
  }
  .reg .reg-inner h4.cta-title {
    font-size: 6vw;
    padding: 1.733em 0 1.111em;
  }
  .reg .reg-inner .cta-area {
    flex-direction: column;
    align-items: center;
  }
  .reg .reg-inner .cta {
    width: fit-content;
  }
  .reg .reg-inner .cta dl dt {
    font-size: 6.7vw;
    padding: 3.5vw 11.1vw;
  }
  .reg .reg-inner .cta dl dt small {
    font-size: 4.8vw;
    font-weight: 800;
    padding-top: 0.528em;
  }
  .reg .reg-inner .cta dl dd {
    font-size: 5.5vw;
    margin: 0.732em 0 1.463em;
  }
  .reg .reg-inner .cta dl dd small {
    font-size: 3.9vw;
  }
  .reg .reg-inner .cta.txg {
    width: fit-content;
  }
  .reg .reg-inner .cta.txg dl dd {
    border: none;
  }
  .reg .reg-inner .cta.khh dl dd {
    margin-bottom: 0;
  }
}

@media (max-width: 430px) {
  .reg .reg-inner .cta dl dt small {
    padding-top: 0.2em;
  }
}

/* ******************************** */

/*《 更多內容 》*/

.more {
  background-color: #c5e7ff;
}

.more .more-inner {
  padding: 4.7vw 12.5vw;
}

.more .more-inner h3.subtitle {
  margin-bottom: 3.1vw;
}

.more .acc {
  margin-bottom: 1.6vw;
}

.more .acc .subject {
  text-align: left;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  cursor: pointer;
  font-size: 2.4vw;
  font-weight: 700;
  color: var(--blue-act);
  line-height: 1.2;
}

.more .acc .heading {
  flex: 1;
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: 1.3vw;
}

.more .acc .heading .text {
  font-size: 1.5rem;
}

.more .acc .heading .line {
  position: relative;
  flex: 1;
  height: 1em;
}

.more .acc .heading .line::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: calc(50% - 2px);
  background-color: var(--blue-act);
  height: 2px;
}

.more .acc .ic {
  position: relative;
  transition: transform 0.2s ease-out;
  transform-origin: center;
  width: 2.4vw;
  height: 2.4vw;
  margin-top: 8px;
  margin-right: 8px;
  transform: rotate(-90deg);
}

.more .acc .ic i {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.4vw;
  height: 2.4vw;
  background-size: cover;
  transition: opacity 0.1s ease-out;
}

.more .acc .ic i.to-open {
  z-index: 21;

  background-image: url(../img/arrow.png);
}

/* .more .acc .ic i.to-close {
  z-index: 20;
  background-image: url(../img/ic-to-close.png);
} */

.more .acc .descr {
  text-align: left;
  padding: 1.9vw 0;
}

.more .acc .descr > *,
.more .acc .descr ol li,
.more .acc .descr ul li {
  font-size: 1.5vw;
  font-weight: 500;
  line-height: 1.5;
}

.more .acc .descr p {
  width: 92%;
  font-size: 18px;
  font-weight: 300;
  margin: auto;
}

.more .acc .descr p:last-of-type {
  margin-bottom: 0;
}

.more .acc .descr ol {
  margin-left: 0;
}

.more .acc .descr ol li {
  margin-bottom: 1em;
}

.more .acc .descr ol li article {
  font-size: 18px;
  font-weight: 300;
  padding-left: 3px;
}

.more .acc .descr ol li var {
  margin-right: 0.5em;
}

.more .acc .descr ol li:last-child {
  margin-bottom: 0;
}

.more .acc .descr ol.large li var {
  z-index: inherit;
}

.more .acc.active {
  margin-bottom: 0;
}

.more .acc.active .subject {
  z-index: inherit;
}

.more .acc.active .ic {
  z-index: inherit;
}

.more .acc.active .ic i.to-open {
  transform: rotate(90deg);
  transition: all 0.5s ease-in-out;
}

.more .acc:last-of-type {
  margin-bottom: 0;
}

.more .acc:last-of-type .descr {
  padding-bottom: 0;
}

@media (max-width: 750px) {
  .more .more-inner {
    padding: 11.1vw 6.5vw;
  }
  .more .more-inner h3.subtitle {
    margin-bottom: 6.7vw;
  }
  .more .acc .subject {
    position: relative;
    font-size: 4.8vw;
    padding-top: 1em;
  }
  .more .acc .overlap {
    position: absolute;
    transform: translateY(-100%);
  }
  .more .acc .ic {
    width: 5.1vw;
    height: 5.1vw;
    margin-top: 0.5vw;
  }
  .more .acc .ic i {
    width: 5.1vw;
    height: 5.1vw;
  }
  .more .acc .descr {
    padding: 4vw 0;
  }
  .more .acc .descr > *,
  .more .acc .descr ol li,
  .more .acc .descr ul li {
    font-size: 3.2vw;
    font-weight: 500;
    line-height: 1.5;
  }
}

/* ******************************** */

/*《 宣告 》*/

.annotation .annotation-inner {
  padding: 4.7vw 12.5vw;
}

.annotation .annotation-inner p {
  text-align: left;
  font-size: 1.1vw;
  font-weight: 700;
  letter-spacing: 0.011em;
  margin-bottom: 0;
}

@media (max-width: 750px) {
  .annotation .annotation-inner {
    padding: 6vw 4.5vw;
  }
  .annotation .annotation-inner p {
    font-size: max(12px, 2.4vw);
  }
}

/* ******************************** */

/*《 活動結束 》*/

.evt-alert .evt-alert-inner {
  padding: 4.7vw 12.5vw;
  margin-top: 4.7vw;
}

.center-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.center-content .center-icon {
  width: min(108px, 6.75vw);
}

.center-content h3.subtitle {
  background: transparent;
  border-radius: 0;
  color: var(--txt);
  padding: 1em 0 0 !important;
}

@media (max-width: 750px) {
  .evt-alert .evt-alert-inner {
    padding: 6vw 4.5vw;
    margin-top: 6vw;
  }
  .center-content .center-icon {
    width: min(84px, 11.2vw);
  }
}

/* ******************************** */

@media screen and (max-width: 1600px) {
  :root {
    --scale: 1;
  }
}

@media screen and (max-width: 480px) {
  :root {
    --scale: 1;
  }
}

@media screen and (max-width: 430px) {
  :root {
    --scale: 1;
  }
}

@media screen and (max-width: 390px) {
  :root {
    --scale: 1;
  }
}

/*# sourceMappingURL=ip16launch.css.map */

@media (max-width: 750px) {
  .tabs {
    padding: 1vw 0;
  }
  .more .acc .descr p {
    font-size: 3.2vw;
    font-weight: 500;
    line-height: 1.5;
  }

  .more .acc .descr ol li article {
    font-size: 3.2vw;
    font-weight: 500;
    line-height: 1.5;
  }

  .detail .detail-inner ol li:last-child {
    margin-bottom: 0;
  }

  .detail .detail-inner ol li:has(address) var + article {
    flex: 1;
  }

  .event .event-inner blockquote ol li {
    margin-bottom: 5vw;
  }

  .event .event-inner blockquote .icon1 {
    width: 20vw;
  }

  .event .event-inner blockquote .icon2 {
    width: 25.5vw;
  }

  .detail-inner fieldset li .num1 {
    width: 5vw;
    height: 5vw;
    font-size: 0.8rem;
  }

  .descr ol li .num2 {
    width: 5vw;
    height: 5vw;
    font-size: 0.8rem;
    line-height: 1.2rem;
  }

  .more .acc .descr > *,
  .more .acc .descr ol li,
  .more .acc .descr ul li {
    padding-left: 0;
  }

  .more .acc .heading .text {
    font-size: 1.2rem;
  }
}

@media (min-width: 854px) and (max-width: 1024px) {
  .tabs ul li .btn {
    width: 30vw;
  }
}

@media (min-width: 750px) and (max-width: 854px) {
  .tabs ul li .btn {
    width: 250px;
  }
}

@media (min-width: 750px) and (max-width: 1200px) {
  .kv .kv-inner .kv-btn {
    left: 15%;
    top: 61.8%;
    width: 24.5%;
    height: 15%;
  }
}
