/* Swiper CSS */
@import url(/css/_swiper-bundle.min.css);
/* Google Fonts  */
@import url(/css/fonts/Poppins.css);
@import url(/css/fonts/Zen_Kaku_Gothic_New.css);

html,
body {
  height: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
  background: #eee;
  font-family: "Questrial", sans-serif;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  color: #fff;
  /* Hide scrollbar for IE, Edge and Firefox */
  overflow-x: hidden;
  overflow-y: scroll; /* Add the ability to scroll */
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  /* Hide scrollbar for Chrome, Safari and Opera */
  display: none;
  width: 0;
}

img {
  display: block;
  max-width: 100%;
  /* image-rendering: -webkit-optimize-contrast; */
}

.swpLogo > img {
  object-fit: cover;
  object-position: center center;
  position: absolute;
  width: 5.625rem;
  height: 4.37844rem;
  top: 40px;
  left: 60px;
  z-index: 9;
}

.swiper {
  width: 100%;
  height: 100%;
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;

  /* Pagination 頂距 
  * 受 .swiper-pagination 的 position:absolute 影響
  */
  --swiper-pagination-top: 50%;

  /* Pagination 邊框半徑 */
  /* --swiper-pagination-bullet-border-radius: 50%; */

  /* Pagination 水平間距為視窗寬度的 96% */
  --swiper-pagination-bullet-horizontal-gap: 90vw;
  /* --swiper-pagination-bullet-vertical-gap: 50vh; */

  /* Pagination 大小(與寬高擇一設定即可) */
  --swiper-pagination-bullet-size: 5px;
  /* Pagination 寬高 */
  /* --swiper-pagination-bullet-width: 5px; */
  /* --swiper-pagination-bullet-height: 5px; */

  --swiper-pagination-fraction-color: inherit;
}

.swiper:active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

/* #region Pagination */
.swiper-pagination {
  transform: translate(0, -35%);
}

.swiper-pagination .swiper-pagination-bullet {
  padding: 1px; /* 也可改變 Pagination 的大小寬高 */
  background-color: rgba(0, 0, 0, 0);
  border: 1px double #ffffff;
  box-shadow: 0px 0px 1px rgba(255, 255, 255, 1);
}

.swiper-pagination .swiper-pagination-bullet-active {
  padding: 1px;
  background-color: #ffffff;
  border: 1px solid rgba(255, 255, 255);
  box-shadow: 0px 0px 8px rgba(255, 255, 255, 1);
}

.swiper-fraction {
  position: absolute;
  right: 13.5%;
  top: 50%;
  z-index: 10;
  font-size: 1.8vmin;
  font-family: "Poppins";
  font-weight: 300;
  letter-spacing: 0.15rem;
}
/* #endregion */

/* #region Scroll */
.scroll_outside {
  position: absolute;
  top: 70%;
  right: 9.5%;
  padding: 3px 16px;
  z-index: 9;
  background: #fff;
  border-radius: 100px;
  width: fit-content;
}

.scroll {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 1.5vmin;
  font-weight: 300;
  letter-spacing: 1.6px;
  color: #646464;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.scroll::before {
  content: "SCROLL";
}

.scroll img {
  height: 8.5px;
  width: fit-content;
  margin: 1px 0 0 8px;
}

.rightArrow {
  display: none;
}
/* #endregion */

/* #region slide background */
.swiper-slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.swp1 {
  background-image: url(/images/lg/D1.png);
}
.swp2 {
  background-image: url(/images/lg/D2.png);
}
.swp3 {
  background-image: url(/images/lg/D3.png);
}
.swp4 {
  background-image: url(/images/lg/D4.png);
}
/* #endregion */

/* #region slide 1 */
.swp1_txtBox {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 140px;
  left: 180px;
  text-align: start;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.swp1_txtBox h1 {
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  font-weight: 700;
  font-size: 6rem;
}

.ENGName {
  position: relative;
  top: 20px;
  left: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.ENGName h2 {
  padding: 0;
  margin: 0;
  flex: 1;
  font-family: "Poppins", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 12px;
}

.ENGName::after {
  flex: 1;
  content: "";
  margin: 0 10px 0 10px;
  border-top: 1px solid #fff;
  opacity: 1;
}

.swp1 h3 {
  position: relative;
  font-weight: 500;
  font-size: 1.875rem;
  top: 100px;
  left: 5px;
}
/* #endregion */

/* #region slide 2 */
.swp2_txtBox {
  position: absolute;
  padding: 0;
  margin: 0;
  top: 140px;
  left: 180px;
  color: #fff;
  text-align: start;
  font-family: "Zen Kaku Gothic New", sans-serif;

  display: flex;
  flex-direction: column;
}

.swp2_txtBox h1 {
  position: relative;
  padding: 0;
  margin: 0;
  font-weight: 900;
  font-size: 11vmin;
}

.vector_out {
  width: 85%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: start;
}

.vector {
  margin: 0;
  padding: 0;
  position: relative;
  display: flex;
  align-items: center;
}

.vector .L2-s {
  display: none;
}

.vector.v1 {
  left: 20px;
  top: 80px;
}

.vector.v2 {
  left: 12px;
  top: 110px;
}

.vector.v3 {
  left: 18px;
  top: 140px;
}

.vector span {
  color: #fff;
  font-family: "Poppins";
  font-size: 2.5vmin;
  font-weight: 400;
  margin-left: 2.05rem;
  letter-spacing: 1.5px;
}

span.txt.Phone {
  color: #fff;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.09375rem;
}

span.txt.Mail {
  color: #fff;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.09375rem;
}

span.txt.Address {
  color: #fff;
  font-family: "Zen Kaku Gothic New", "Poppins";
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.09375rem;
}
/* #endregion */

/* #region slide 3 */
.swp3_txtBox {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;

  position: absolute;
  top: 160px;
  left: 180px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.swp3_txtBox h2 {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;

  position: relative;
  color: #fff;
  font-weight: 900;
  font-size: 9.4vmin;
  letter-spacing: 5px;
}

.s3dot {
  margin-right: -15px;
}

.TitlePilot {
  /* position: static; */
  font-size: 13.2vmin;
  margin-top: -2rem;
}

.listTxt {
  list-style-type: none;
  padding-left: 20px;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.7vmin;
  font-weight: 500;
  line-height: 1.9;
  position: relative;
  top: 2vh;
  text-indent: -13px;
}

.listTxt span {
  display: block;
}

.listTxt span::before {
  content: "•"; /* 使用小圓點符號作為列表點點 */
  font-size: 20px; /* 調整點點的大小 */
  margin-right: 1vw; /* 調整點點與文本之間的間距 */
}
/* #endregion */

/* #region slide 4 */
.swp4_txtBox {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  position: absolute;
  top: 160px;
  left: 180px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
}

.swp4_txtBox > .TitlePilot {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  position: relative;
  font-size: 13.3vmin;
  font-weight: 900;
  line-height: 1.1;
}

.swp4_txtBox > span.smPrag {
  position: relative;
  top: 8vh;
  font-size: 2.5vmin;
  font-weight: 500;
  letter-spacing: 1.5px;
  white-space: wrap;
}

.swp4_txtBox .specialsigntxt {
  font-size: 8vmin;
}
/* #endregion */

/* #region footer */
.footer {
  width: 100%;
  padding: 1rem 0;
  position: absolute;
  bottom: 0px;
  border-top: solid #fff 1px;
  font-family: "Poppins", sans-serif;
  font-size: 1.5vmin;
  font-weight: 400;
  letter-spacing: 1.4px;
  z-index: 9;
  /* -webkit-box-pack: justify; */
}

.footer > span {
  display: block;
  float: right;
  padding-right: 9%;
  white-space: nowrap;
}

.footer.footSoul {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
/* #endregion */

@media (max-width: 1440px) {
  /* #region slide 4 */
  .swp4_txtBox > .TitlePilot {
    font-size: 14vmin;
    font-weight: 900;
    line-height: 1.2;
  }

  .swp4_txtBox .specialsigntxt {
    font-size: 10vmin;
  }

  .swp4_txtBox > span.smPrag {
    top: 25px;
    font-size: 4vmin;
    font-weight: 500;
    letter-spacing: 0.9px;
  }
  /* #endregion */
}

@media (max-width: 1140px) {
  .swpLogo img {
    top: 30px;
    left: 30px;
  }

  /*slide 4 */
  .swp4_txtBox {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    position: absolute;
    top: 160px;
    left: 140px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    color: #fff;
  }
}

@media (max-width: 1024px) {
  .swpLogo img {
    position: absolute;
    width: 60px;
    height: 46.703px;
    top: 30px;
    left: 30px;
  }

  .swiper {
    --swiper-pagination-top: 89%;
    --swiper-pagination-bullet-horizontal-gap: 4px;
  }

  .swiper-pagination,
  .swiper-pagination-bullets {
    transform: translate(0, -42px);
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto;
    /* 設定直向顯示時，寬度自動佔滿，否則導致 Pagination 顯示直式 */
    width: fit-content !important;
  }

  .swiper-fraction {
    font-size: 14px;
    top: 79.5%;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto;
    width: fit-content !important;
  }

  /* #region slide 1 */
  .swp1_txtBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 200px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .swp1_txtBox h1 {
    text-align: center;
    font-weight: 700;
    font-size: 11vmin;
  }

  .ENGName {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    top: 8px;
    left: 0;
  }

  .ENGName h2 {
    flex: 1;
    font-size: 5.5vmin;
    font-weight: 600;
    letter-spacing: 6px;
    margin: 0 5px 0 10px;
  }

  .ENGName::after,
  .ENGName::before {
    flex: 1;
    content: "";
    width: 142px;
    margin: 0;
    border-top: 1px solid #fff;
    opacity: 0.8;
  }

  .swp1 h3 {
    position: relative;
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 4.5vmin;
    top: 20px;
    letter-spacing: 0.6px;
  }
  /* #endregion */

  /* #region slide 2 */
  .swp2_txtBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 200px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .swp2_txtBox h1 {
    text-align: center;
    font-weight: 900;
    font-size: 12vmin;
  }

  .vector_out {
    position: relative;
    left: 10px;
    width: fit-content;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
  }

  .vector .L2-g {
    display: none;
  }

  .vector .L2-s {
    display: block;
  }

  .vector {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .vector.v1 {
    left: 0;
    top: 40px;
  }

  .vector.v2 {
    left: -5px;
    top: 55px;
  }

  .vector.v3 {
    left: 0;
    top: 70px;
  }

  .vector span {
    color: #fff;
    font-size: 4vmin;
    margin-left: 1rem;
    letter-spacing: 0.8px;
  }

  span.txt.Phone {
    font-family: "Poppins";
    font-weight: 400;
    margin-left: 1.2rem;
  }

  span.txt.Mail {
    font-family: "Poppins";
    font-weight: 400;
  }

  span.txt.Address {
    font-family: "Zen Kaku Gothic New", "Poppins";
    font-weight: 500;
  }
  /* #endregion */

  /* #region slide 3 */
  .swp3_txtBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 200px;
    left: 0;
  }

  .swp3_txtBox h2 {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    position: relative;
    color: #fff;
    font-weight: 900;
    font-size: 9.5vmin;
    letter-spacing: 2px;
  }

  .TitlePilot {
    position: static;
    font-size: 12.8vmin;
    margin-top: -2rem;
    text-align: center;
  }

  .listTxt {
    flex: 100%;
    position: relative;
    top: 0;
    left: 30px;
    margin: 0 auto;
    font-size: 2.2vmin;
    line-height: 1.8;
    text-indent: -11px;
    letter-spacing: 1.4px;
  }

  .listTxt span::before {
    font-size: 10px;
    margin-right: 10px;
  }
  /* #endregion */

  /* #region slide 4 */
  .swp4_txtBox {
    margin-left: 5%;
    position: relative;
    top: 200px;
    left: 80px;
    display: flex;
    flex-direction: column;
    align-items: start;
  }

  .swp4_txtBox > .TitlePilot {
    font-size: 12vmin;
  }

  .swp4_txtBox > span.smPrag {
    top: 25px;
    font-size: 2.5vmin;
    font-weight: 500;
    letter-spacing: 0.9px;
  }

  .swp4_txtBox .specialsigntxt {
    font-size: 9vmin;
  }
  /* #endregion */

  /* #region Scroll */
  .scroll_outside {
    position: absolute;
    top: 88%;
    right: 0;
    left: 0;
    margin: 0 auto;
    padding: 1.2px 14px;
  }

  .scroll {
    font-size: 12px;
  }

  .scroll::before {
    content: "SWIPE";
  }

  .scroll img {
    height: 10px;
    margin: 0 0 0 8px;
  }

  .rightArrow {
    display: inline-block;
  }

  .downArrow {
    display: none;
  }

  /* .scroll > svg {
    transform: rotate(-90deg) translateY(50%); */
  /* #endregion */

  /* #region footer */
  .footer {
    padding: 1rem 0;
    font-weight: 400;
    font-size: 1.8vmin;
    letter-spacing: 1px;
  }

  .footer > span {
    width: 100%;
    float: none;
    text-align: center;
    padding: 0;
  }
  /* #endregion */
}

@media (max-width: 960px) {
  .ENGName::after,
  .ENGName::before {
    width: 142px;
  }

  .listTxt {
    flex: 100%;
    left: 30px;
    right: 0;
    padding: 0;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .ENGName::after,
  .ENGName::before {
    width: 145px;
  }

  /* #region slide 3 */
  .swp3_txtBox h2 {
    font-size: 9vmin;
  }

  .TitlePilot {
    font-size: 12.2vmin;
    margin-top: -1.5rem;
  }

  .listTxt {
    font-size: 16px;
    top: 0;
  }

  .listTxt span::before {
    font-size: 14px;
  }
  /* #endregion */

  /* #region slide 4 */
  .swp4_txtBox {
    left: 60px;
  }

  .swp4_txtBox > .TitlePilot {
    font-size: 10.5vmin;
  }

  .swp4_txtBox > span.smPrag {
    font-size: 2.2vmin;
    margin-left: 0.5rem;
  }

  .swp4_txtBox .specialsigntxt {
    font-size: 7.5vmin;
  }
  /* #endregion */

  .footer {
    padding: 1rem 0;
    font-weight: 400;
    font-size: 2vmin;
    letter-spacing: 1px;
  }
}

@media (max-width: 600px) {
  /* #region slide background */
  .swp1 {
    background-image: url(/images/xs/M1.png);
  }
  .swp2 {
    background-image: url(/images/xs/M2.png);
  }
  .swp3 {
    background-image: url(/images/xs/M3.png);
  }
  .swp4 {
    background-image: url(/images/xs/M4.png);
  }
  /* #endregion */

  /* #region Pagination */

  .swiper-fraction {
    font-size: 12px;
  }
  /* #endregion */

  .ENGName::after,
  .ENGName::before {
    width: 108px;
  }

  /* #region slide 3 */
  .swp3_txtBox h2 {
    font-size: 9.4vmin;
  }

  .TitlePilot {
    font-size: 12.5vmin;
    margin-top: -1.5rem;
  }

  .listTxt {
    padding-left: 25px;
    font-size: 2.6vmin;
    line-height: 1.6;
    top: 24px;
    left: 0;
    right: 0;
    width: 85%;
    text-indent: -15px;
  }

  .listTxt span::before {
    font-size: 12px;
  }
  /* #endregion */

  /* #region slide 4 */
  .swp4_txtBox {
    left: 0px;
  }

  .swp4_txtBox > .TitlePilot {
    font-size: 12vmin;
  }

  .swp4_txtBox > span.smPrag {
    font-size: 3.6vmin;
  }

  .swp4_txtBox .specialsigntxt {
    font-size: 8vmin;
  }
  /* #endregion */
}

@media (max-width: 428px) {
  .ENGName::after,
  .ENGName::before {
    width: 66px;
  }

  /*  Logo */
  .swpLogo img {
    top: 30px;
    left: 30px;
  }

  /* #region slide 3 */
  .swp3_txtBox h2 {
    font-size: 9.5vmin;
  }

  .TitlePilot {
    font-size: 12.5vmin;
    margin-top: -0.5rem;
  }

  .listTxt {
    width: 72%;
    position: relative;
    top: 24px;
    left: -8px;
    font-size: 3.2vmin;
    line-height: 1.9;
    text-indent: -15px;
    word-wrap: break-word;
    letter-spacing: 1.4px;
  }

  .listTxt > li::before {
    content: "•"; /* 使用小圓點符號作為列表點點 */
    font-size: 10px; /* 調整點點的大小 */
    margin-right: 10px; /* 調整點點與文本之間的間距 */
  }
  /* #endregion */

  /* #region slide 4 */
  .swp4_txtBox {
    top: 200px;
    left: 10px;
  }

  .swp4_txtBox > .TitlePilot {
    font-size: 14vmin;
    font-weight: 900;
  }

  .swp4_txtBox > span.smPrag {
    font-size: 4vmin;
    font-weight: 500;
    letter-spacing: 0.9px;
  }

  .swp4_txtBox .specialsigntxt {
    font-size: 9vmin;
  }
  /* #endregion */
}

@media (max-width: 375px) {
  .ENGName::after,
  .ENGName::before {
    width: 53px;
  }

  /* #region slide 2 */
  .vector_out {
    position: relative;
    left: 0px;
    width: 65%;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
  }

  .vector.v3 {
    left: -0.5px;
  }

  .vector span {
    color: #fff;
    font-size: 3.2vmin;
    margin-left: 1rem;
    letter-spacing: 0.8px;
  }

  span.txt.Phone {
    font-family: "Poppins";
    font-weight: 400;
    margin-left: 1.2rem;
  }

  span.txt.Mail {
    font-family: "Poppins";
    font-weight: 400;
  }

  span.txt.Address {
    font-family: "Zen Kaku Gothic New", "Poppins";
    font-weight: 500;
    margin-left: 1.2rem;
  }
  /* #endregion */
}

@media only screen and (min-width: 428px) and (orientation: landscape) {
  .swiper-slide {
    background-position: center;
  }
}

@media only screen and (max-height: 660px) and (orientation: landscape) {
  .swiper-slide {
    background-position: center;
  }

  .swp1_txtBox {
    top: 140px;
  }

  .ENGName::after,
  .ENGName::before {
    width: 122px;
  }
}
