@charset "UTF-8";
.main-swiper-container {
  margin-top: 0;
}

.float-tool {
  z-index: 3;
}

.ddayKV {
  background: linear-gradient(to bottom, rgb(0, 122, 191) 0%, rgb(238, 242, 248) 100%);
  position: relative;
  overflow: hidden;
}
@media (min-width: 1441px) {
  .ddayKV {
    height: 1024px;
  }
}
@media (max-width: 1440px) {
  .ddayKV {
    height: 760px;
  }
}
@media (max-width: 1440px) and (min-width: 500px) and (max-height: 600px) {
  .ddayKV {
    height: calc(130vh - 160px);
  }
}
@media (max-width: 480px) and (max-height: 900px) {
  .ddayKV {
    height: calc(100vh - 160px);
  }
}
@media (max-width: 480px) and (max-height: 600px) {
  .ddayKV {
    height: calc(130vh - 160px);
  }
}
.ddayKV img {
  width: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.ddayKV .dday-wrap {
  text-align: center;
  padding: 100px 0;
  position: relative;
  z-index: 2;
  transition: all linear 0.5s;
}
@media (max-width: 1440px) {
  .ddayKV .dday-wrap {
    padding: 70px 0;
  }
}
@media (max-width: 480px) {
  .ddayKV .dday-wrap {
    padding: 40px 0;
    transform: translateY(15%);
  }
}
@media (max-width: 480px) and (max-height: 700px) {
  .ddayKV .dday-wrap {
    transform: translateY(5%);
  }
}
.ddayKV .dday-wrap h1 {
  opacity: 0;
  transition: all linear 0.5s;
}
@media (max-width: 1440px) {
  .ddayKV .dday-wrap h1 img {
    width: 30%;
  }
}
@media (max-width: 1200px) {
  .ddayKV .dday-wrap h1 img {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .ddayKV .dday-wrap h1 img {
    width: 70%;
  }
}
.ddayKV .dday-wrap .slogan-box {
  display: flex;
  justify-content: center;
  margin: 30px 0;
  align-items: center;
  transition: all linear 0.5s;
  opacity: 0;
}
.ddayKV .dday-wrap .slogan-box .play-btn {
  cursor: pointer;
  margin-bottom: 15px;
  margin-left: 15px;
}
@media (max-width: 1440px) {
  .ddayKV .dday-wrap .slogan-box {
    margin: 20px 0;
  }
  .ddayKV .dday-wrap .slogan-box h2 {
    width: 35%;
  }
}
@media (max-width: 1200px) {
  .ddayKV .dday-wrap .slogan-box h2 {
    width: 60%;
  }
  .ddayKV .dday-wrap .slogan-box .play-btn {
    margin-bottom: 5px;
  }
  .ddayKV .dday-wrap .slogan-box .play-btn img {
    width: 30px;
  }
}
@media (max-width: 480px) {
  .ddayKV .dday-wrap .slogan-box h2 {
    width: 65%;
  }
}
.ddayKV .dday-wrap .txt-box {
  transition: all linear 0.5s;
  opacity: 0;
}
.ddayKV .dday-wrap .txt-box .moSet {
  display: none;
}
@media (max-width: 1280px) {
  .ddayKV .dday-wrap .txt-box .moSet {
    display: block;
  }
}
.ddayKV .dday-wrap .txt-box p {
  margin: 20px 0;
  color: #fff;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 130%;
}
.ddayKV .dday-wrap .txt-box p:last-child {
  display: block;
}
@media (max-width: 1440px) {
  .ddayKV .dday-wrap .txt-box p {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .ddayKV .dday-wrap .txt-box p {
    flex-wrap: wrap;
    font-size: 16px;
  }
  .ddayKV .dday-wrap .txt-box p:last-child {
    display: block;
  }
  .ddayKV .dday-wrap .txt-box p .moSet {
    display: block;
  }
}
.ddayKV .dday-wrap .txt-box p span {
  margin: 0 10px;
  transform: translateY(-2px);
}
.ddayKV .dday-wrap .txt-box p span.ss {
  transform: translateY(7px);
}
@media (max-width: 1440px) {
  .ddayKV .dday-wrap .txt-box p span.ss {
    transform: translateY(4px);
  }
  .ddayKV .dday-wrap .txt-box p span img {
    height: 30px;
  }
}
.ddayKV .dday-wrap .txt-box p .highlight {
  display: inline-block;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5490196078);
  margin: 0 10px;
}
.ddayKV #infinitywrap {
  position: absolute;
  top: 100px;
  transition: all linear 1s;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1;
  transform: rotate(-20deg);
}
@media (max-width: 1440px) {
  .ddayKV #infinitywrap {
    width: 80%;
    left: 10%;
    top: 40px;
  }
}
@media (max-width: 980px) {
  .ddayKV #infinitywrap {
    width: 90%;
    top: 200px;
  }
}
@media (max-width: 768px) {
  .ddayKV #infinitywrap {
    left: 5%;
  }
}
@media (max-width: 480px) {
  .ddayKV #infinitywrap {
    width: 120%;
    top: 200px;
    left: -2.5%;
    transform-origin: 50% 100%;
  }
}
.ddayKV .bottBG {
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 100%;
  transition: all linear 1s;
}
@media (max-width: 480px) and (min-height: 650px) {
  .ddayKV .bottBG {
    bottom: -5%;
  }
}
.ddayKV .bg-playGround {
  position: relative;
  z-index: 2;
  width: 110%;
  margin-left: -5%;
  margin-top: -300px;
  transition: all linear 1.5s;
}
@media (max-width: 1440px) {
  .ddayKV .bg-playGround {
    margin-top: -200px;
  }
}
@media (min-height: 800px) {
  .ddayKV .bg-playGround {
    margin-top: 300px;
  }
}
@media (max-width: 768px) {
  .ddayKV .bg-playGround {
    margin-top: 280px;
  }
}
@media (max-width: 480px) and (min-height: 700px) {
  .ddayKV .bg-playGround {
    margin-top: -200px;
  }
}
.ddayKV .bg-playGround .layer {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.ddayKV .bg-playGround .layer img {
  display: block;
}
.ddayKV .bg-playGround .layer > div {
  margin-top: 100vh;
  transition: all linear 1.5s;
  background-position: 50%;
  height: 110%;
  width: 100%;
  background-repeat: no-repeat;
  animation-name: flflf;
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.ddayKV .bg-playGround .layer.city {
  position: relative;
  height: 583px;
  width: 100%;
  z-index: 2;
}
.ddayKV .bg-playGround .layer.city > div {
  background-position: 50% 100%;
  animation-play-state: paused;
  margin-top: 0;
}
@media (max-width: 1440px) {
  .ddayKV .bg-playGround .layer.city {
    height: 400px;
  }
  .ddayKV .bg-playGround .layer.city > div {
    background-position: 50% 0%;
  }
}
@media (max-width: 1280px) {
  .ddayKV .bg-playGround .layer.city {
    height: 300px;
  }
  .ddayKV .bg-playGround .layer.city > div {
    background-size: 1920px;
  }
}
@media (max-width: 768px) {
  .ddayKV .bg-playGround .layer.city {
    height: 200px;
  }
  .ddayKV .bg-playGround .layer.city > div {
    background-size: 1440px;
  }
}
@media (max-width: 480px) {
  .ddayKV .bg-playGround .layer.city {
    height: 150px;
  }
  .ddayKV .bg-playGround .layer.city > div {
    background-size: 1000px;
  }
}
.ddayKV .bg-playGround .layer.tree {
  z-index: 3;
}
.ddayKV .bg-playGround .layer.tree > div {
  background-position: 50% 100%;
  background-size: 100%;
  animation-play-state: paused;
  margin-top: 0;
}
.ddayKV .bg-playGround .layer.backBall {
  z-index: 1;
}
.ddayKV .bg-playGround .layer.backBall > div {
  background-position: 20% 15%;
  background-size: 10%;
  animation-duration: 4.8s;
  animation-delay: 0.2s;
}
.ddayKV .bg-playGround .layer.backcircle {
  z-index: 1;
}
.ddayKV .bg-playGround .layer.backcircle > div {
  background-position: 65% 10%;
  background-size: 5%;
  animation-duration: 5.1s;
}
.ddayKV .bg-playGround .layer.backnn {
  z-index: 1;
}
.ddayKV .bg-playGround .layer.backnn > div {
  background-position: 90% 15%;
  background-size: 10%;
  animation-duration: 5s;
  animation-direction: alternate-reverse;
}
.ddayKV .bg-playGround .layer.frontBall {
  z-index: 3;
}
.ddayKV .bg-playGround .layer.frontBall > div {
  background-position: 105% 150%;
  animation-duration: 4s;
  animation-delay: 0.2s;
  background-size: auto 80%;
}
.ddayKV .bg-playGround .layer.frontcube {
  z-index: 3;
}
.ddayKV .bg-playGround .layer.frontcube > div {
  background-position: 30% 60%;
  background-size: 5%;
  animation-duration: 4.2s;
  animation-direction: alternate-reverse;
}
.ddayKV .bg-playGround .layer.fronttriangle {
  z-index: 3;
}
.ddayKV .bg-playGround .layer.fronttriangle > div {
  background-position: 65% 58%;
  background-size: 3%;
  animation-duration: 4s;
  animation-delay: 0.1s;
}
.ddayKV.move .dday-wrap h1 {
  opacity: 1;
}
.ddayKV.move3 .dday-wrap .slogan-box {
  opacity: 1;
}
.ddayKV.move3 .dday-wrap .txt-box {
  opacity: 1;
}
.ddayKV.move3 #infinitywrap {
  top: 40vh;
  /*平板*/
}
@media (min-height: 800px) {
  .ddayKV.move3 #infinitywrap {
    top: 25vh;
  }
}
@media (max-width: 1366px) and (min-width: 481px) and (min-height: 800px) {
  .ddayKV.move3 #infinitywrap {
    top: 30vh;
  }
}
@media (max-width: 980px) and (min-width: 481px) {
  .ddayKV.move3 #infinitywrap {
    top: 25vh;
  }
}
@media (max-width: 768px) and (min-width: 481px) and (min-height: 700px) {
  .ddayKV.move3 #infinitywrap {
    top: 35vh;
    left: 5%;
  }
}
@media (max-width: 640px) and (min-width: 481px) {
  .ddayKV.move3 #infinitywrap {
    top: 40vh;
  }
}
@media (max-width: 480px) {
  .ddayKV.move3 #infinitywrap {
    top: 350px;
  }
}
@media (max-width: 480px) and (max-height: 700px) {
  .ddayKV.move3 #infinitywrap {
    top: 280px;
  }
}
.ddayKV.move2 .bottBG {
  bottom: -10%;
}
@media (max-width: 1200px) and (min-width: 481px) and (min-height: 600px) {
  .ddayKV.move2 .bottBG {
    bottom: -4%;
  }
}
.ddayKV.move2 .bg-playGround .layer > div {
  margin-top: 0;
}
.ddayKV .hoverAndJump {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 300px;
}

body.headerNoticeOn .ddayKV {
  margin-top: 191px;
}
@media (min-width: 1280px) {
  body.headerNoticeOn .ddayKV {
    margin-top: 196px;
  }
}
@media (max-width: 1200px) {
  body.headerNoticeOn .ddayKV {
    margin-top: 171px;
  }
}
@media (min-width: 769px) {
  body.headerNoticeOn .float-tool {
    top: 200px;
  }
}
@media (max-width: 1440px) and (min-width: 769px) and (max-height: 800px) {
  body.headerNoticeOn .chat-btn {
    bottom: 5px;
  }
}

@keyframes flflf {
  0% {
    transform: translateY(-5%);
  }
  100% {
    transform: translateY(5%);
  }
}
.sec-1-frame .sec-container .ctn-container .swiper-slide .slide-container .text-wrap .title img {
  width: 70%;
  margin-bottom: 15px;
}

.sec-1-frame .sec-container .ctn-container .swiper-slide .slide-container .img-wrap {
  background-color: black;
}
.sec-1-frame .sec-container .ctn-container .swiper-slide .slide-container .img-wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.sec-1-frame .sec-container .ctn-container .swiper-slide .slide-container .img-wrap .img-content {
  position: relative;
  z-index: 2;
  justify-content: center;
}
.sec-1-frame .sec-container .ctn-container .swiper-slide .slide-container .img-wrap .img-content p {
  color: #fff;
  font-size: 60px;
  font-weight: normal;
  letter-spacing: 4px;
  font-style: italic;
}
@media (max-width: 1440px) {
  .sec-1-frame .sec-container .ctn-container .swiper-slide .slide-container .img-wrap .img-content p {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .sec-1-frame .sec-container .ctn-container .swiper-slide .slide-container .img-wrap .img-content p {
    font-size: 35px;
  }
}
@media (max-width: 480px) {
  .sec-1-frame .sec-container .ctn-container .swiper-slide .slide-container .img-wrap .img-content p {
    font-size: 28px;
  }
}

header .main-nav .main-nav-frame .main-nav-tabs .main-nav-tab:hover span p:after {
  opacity: 1;
}

.sec-2-frame .sec-container .ctn-container .other_service .service-list .item.single {
  max-width: 100%;
  width: 100%;
}

/*0123*/
.v2-o-alert {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 40px;
  opacity: 0;
  overflow: auto;
  z-index: 10001;
  pointer-events: none;
  transition: opacity 0.3s;
  color: #000;
}

#PopupSystemAlertDiv .main-box p {
  color: #000;
  text-align: left;
}

@media (max-width: 767px) {
  .v2-o-alert {
    padding: 20px;
  }
}
.v2-o-alert.-fixed .v2-o-alert__wrapper-box {
  padding-bottom: 97px;
}

.v2-o-alert.-fixed .v2-o-alert__wrapper-box-scroll {
  max-height: 400px;
  overflow-y: scroll;
}

.v2-o-alert.-fixed .v2-o-alert__buttons {
  position: absolute;
  bottom: 0;
  right: 0;
}

.v2-o-alert.-fixed.-sm .v2-o-alert__wrapper-box {
  padding-bottom: 150px;
}

.v2-o-alert.-fixed.-sm .v2-o-alert__buttons {
  justify-content: center;
}

.v2-o-alert.-fixed.-sm .v2-o-alert__buttons-column {
  margin-left: 0;
}

.v2-o-alert.-fixed.-sm .v2-o-alert__buttons-column:first-child {
  margin-top: 0;
}

.v2-o-alert.-active {
  opacity: 1;
  pointer-events: all;
}

.v2-o-alert.-fail .v2-o-alert__title {
  color: red;
}

.v2-o-alert.-image .v2-o-alert__wrapper {
  width: 588px;
  height: auto;
  padding: 24px;
}

@media (max-width: 767px) {
  .v2-o-alert.-image .v2-o-alert__wrapper {
    padding: 24px;
  }
}
.v2-o-alert.-image .v2-o-alert__image {
  display: flex;
}

.v2-o-alert.-image .v2-o-alert__buttons {
  justify-content: center;
}

.v2-o-alert.-md .v2-o-alert__wrapper {
  width: 480px;
  height: auto;
}

.v2-o-alert.-sm .v2-o-alert__wrapper {
  width: 290px;
  height: auto;
  padding: 24px;
}

.v2-o-alert__wrapper {
  width: 690px;
  height: auto;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  padding: 40px;
  background-color: #fff;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .v2-o-alert__wrapper {
    padding: 24px 28px 28px;
  }
}
.v2-o-alert__wrapper-box {
  width: 100%;
  height: auto;
  position: relative;
}

.v2-o-alert__image {
  position: relative;
  display: none;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 24px;
}

.v2-o-alert__image img {
  display: block;
  max-width: 100%;
}

.v2-o-alert__title {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  color: #ff6700;
}

.v2-o-alert__title-icon {
  width: 24px;
  height: 24px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  margin-top: 6px;
  margin-right: 16px;
}

.v2-o-alert__title-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.v2-o-alert__title-text {
  position: relative;
  display: block;
  flex: 1 1 auto;
  color: #ff6700;
  text-align: left;
}

@media (min-width: 768px) {
  .v2-o-alert__title-text {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 1px;
    font-family: Noto Sans TC;
    font-weight: 500;
    text-indent: 0;
  }
}
@media (max-width: 767px) {
  .v2-o-alert__title-text {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.5px;
    font-family: Noto Sans TC;
    font-weight: 500;
    text-indent: 0;
  }
}
@media (min-width: 768px) {
  .-lang-en .v2-o-alert__title-text,
  .v2-o-alert__title-text.-en {
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: normal;
    font-family: Noto Sans TC;
    font-weight: 700;
    text-indent: 0;
  }
}
@media (max-width: 767px) {
  .-lang-en .v2-o-alert__title-text,
  .v2-o-alert__title-text.-en {
    font-size: 21px;
    line-height: 1.3;
    letter-spacing: normal;
    font-family: Noto Sans TC;
    font-weight: 700;
    text-indent: 0;
  }
}
.v2-o-alert__main {
  position: relative;
  display: block;
  color: #303030;
}

.v2-o-alert__main-content {
  position: relative;
  display: block;
  margin-top: 24px;
  white-space: pre-line;
}

@media (min-width: 768px) {
  .v2-o-alert__main-content {
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0.5px;
    font-family: Noto Sans TC;
    font-weight: 500;
    text-indent: 0;
  }
}
@media (max-width: 767px) {
  .v2-o-alert__main-content {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.25px;
    font-family: Noto Sans TC;
    font-weight: 500;
    text-indent: 0;
  }
}
@media (min-width: 768px) {
  .-lang-en .v2-o-alert__main-content,
  .v2-o-alert__main-content.-en {
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: -0.25px;
    font-family: Noto Sans TC;
    font-weight: 700;
    text-indent: 0;
  }
}
@media (max-width: 767px) {
  .-lang-en .v2-o-alert__main-content,
  .v2-o-alert__main-content.-en {
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: -0.25px;
    font-family: Noto Sans TC;
    font-weight: 700;
    text-indent: 0;
  }
}
.v2-o-alert__list {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 24px;
}

.v2-o-alert__list-item {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 8px;
}

.v2-o-alert__list-item:first-child {
  margin-top: 0;
}

.v2-o-alert__list-item:not(.-has-en) .v2-o-alert__list-label {
  padding-top: 3px;
}

@media (max-width: 767px) {
  .v2-o-alert__list-item:not(.-has-en) .v2-o-alert__list-label {
    padding-top: 1px;
  }
}
.v2-o-alert__list-label {
  position: relative;
  flex: 0 0 auto;
  color: #5c5c5c;
}

@media (min-width: 768px) {
  .v2-o-alert__list-label {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: normal;
    font-family: Noto Sans TC;
    font-weight: 500;
    text-indent: 0;
  }
}
@media (max-width: 767px) {
  .v2-o-alert__list-label {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: normal;
    font-family: Noto Sans TC;
    font-weight: 500;
    text-indent: 0;
  }
}
@media (min-width: 768px) {
  .-lang-en .v2-o-alert__list-label,
  .v2-o-alert__list-label.-en {
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: -0.25px;
    font-family: Noto Sans TC;
    font-weight: 700;
    text-indent: 0;
  }
}
@media (max-width: 767px) {
  .-lang-en .v2-o-alert__list-label,
  .v2-o-alert__list-label.-en {
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: normal;
    font-family: Noto Sans TC;
    font-weight: 700;
    text-indent: 0;
  }
}
.-v2 .v2-o-alert__list-label {
  margin-right: 8px;
}

.v2-o-alert__list-desc {
  position: relative;
  flex: 1 1 auto;
  white-space: pre-line;
}

@media (min-width: 768px) {
  .v2-o-alert__list-desc {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: normal;
    font-family: Noto Sans TC;
    font-weight: 500;
    text-indent: 0;
  }
}
@media (max-width: 767px) {
  .v2-o-alert__list-desc {
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: Noto Sans TC;
    font-weight: 500;
    text-indent: 0;
  }
}
@media (min-width: 768px) {
  .-lang-en .v2-o-alert__list-desc,
  .v2-o-alert__list-desc.-en {
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: -0.25px;
    font-family: Noto Sans TC;
    font-weight: 700;
    text-indent: 0;
  }
}
@media (max-width: 767px) {
  .-lang-en .v2-o-alert__list-desc,
  .v2-o-alert__list-desc.-en {
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: -0.25px;
    font-family: Noto Sans TC;
    font-weight: 700;
    text-indent: 0;
  }
}
.v2-a-common-button {
  width: auto;
  height: 47px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  min-width: 141px;
  border: 0;
  border-radius: 24px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .v2-a-common-button {
    width: auto;
    height: 43px;
    min-width: 120px;
    border-radius: 22px;
  }
}
.-pc .v2-a-common-button:hover .v2-a-common-button__bg-hover,
.v2-a-common-button:active .v2-a-common-button__bg-hover {
  opacity: 1;
}

.v2-a-common-button.-black .v2-a-common-button__bg-default {
  background: 0 0;
  border: 1px #1c1c1c solid;
}

.v2-a-common-button.-black .v2-a-common-button__bg-hover {
  background: #1c1c1c;
}

.v2-a-common-button.-black .v2-a-common-button__text {
  color: #1c1c1c;
}

.-pc .v2-a-common-button.-black:hover .v2-a-common-button__text,
.v2-a-common-button.-black:active .v2-a-common-button__text {
  color: #fff;
}

.v2-a-common-button.-white .v2-a-common-button__bg-default {
  background: 0 0;
  border: 1px #fff solid;
}

.v2-a-common-button.-white .v2-a-common-button__bg-hover {
  background: #fff;
}

.-pc .v2-a-common-button.-white:hover .v2-a-common-button__text,
.v2-a-common-button.-white:active .v2-a-common-button__text {
  color: #ff6700;
}

.v2-a-common-button.-purple {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.v2-a-common-button.-purple .v2-a-common-button__bg-default {
  background: #fff;
}

.v2-a-common-button.-purple .v2-a-common-button__bg-hover {
  background: #3e1ee6;
  border: 1px #fff solid;
}

.v2-a-common-button.-purple .v2-a-common-button__text {
  color: #ff6700;
}

.-pc .v2-a-common-button.-purple:hover .v2-a-common-button__text,
.v2-a-common-button.-purple:active .v2-a-common-button__text {
  color: #fff;
}

.v2-a-common-button.-orange .v2-a-common-button__bg-default {
  background: #fff;
}

.v2-a-common-button.-orange .v2-a-common-button__bg-hover {
  background: #ff6700;
  border: 1px #fff solid;
}

.v2-a-common-button.-orange .v2-a-common-button__text {
  color: #3e1ee6;
}

.-pc .v2-a-common-button.-orange:hover .v2-a-common-button__text,
.v2-a-common-button.-orange:active .v2-a-common-button__text {
  color: #fff;
}

.v2-o-alert__buttons {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-top: 24px;
}

.v2-o-alert__buttons-column {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  margin-left: 24px;
}

@media (max-width: 767px) {
  .v2-o-alert__buttons-column {
    width: 100%;
    height: auto;
    margin-left: 0;
  }
}
.v2-o-alert__buttons-column .v2-a-common-button {
  flex: 1 1 auto;
}

.v2-a-common-button__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.v2-a-common-button__bg-default,
.v2-a-common-button__bg-hover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 24px;
}

@media (max-width: 767px) {
  .v2-a-common-button__bg-default,
  .v2-a-common-button__bg-hover {
    border-radius: 22px;
  }
}
.v2-a-common-button__bg-default {
  background: linear-gradient(to right, #ff6700, #ff8f08);
}

.v2-a-common-button__bg-hover {
  background: linear-gradient(to right, #f73603, #ff8f08);
  opacity: 0;
  transition: opacity 0.3s;
}

.v2-a-common-button__text {
  width: auto;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0 20px;
  color: #fff;
  transition: color 0.3s;
}

@media (min-width: 768px) {
  .v2-a-common-button__text {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 1%;
    font-family: Noto Sans TC;
    font-weight: 500;
    text-indent: 0;
  }
}
@media (max-width: 767px) {
  .v2-a-common-button__text {
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: Noto Sans TC;
    font-weight: 500;
    text-indent: 0;
  }
}
@media (max-width: 767px) {
  .v2-a-common-button__text {
    padding: 0 10px;
  }
}/*# sourceMappingURL=newIndex.css.map */