@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap");

::selection {
  background: var(--Green);
  color: var(--Black);
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  --White: #fff;
  --Black: #000;
  --Red: #e30000;
  --Green: #bae234;
  --Green02: #d1ed64;
  --Green03: #9ac226;
  --Gray01: #f8f8f8;
  --Gray02: #c3c3c3;
  --Gray03: #e0e0e0;
  --Gray04: #7f7f7f;
  --Gray05: #1c1c1c;

  --VGSans: "Inter", "Noto Sans TC", sans-serif, "Fontawesome";
  --SpFont: "Orbitron", sans-serif;

  color: var(--White);
  background: var(--Black);

  font-family: var(--VGSans);
  font-size: 14px;
  letter-spacing: -0.025em;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar {
  width: 7px;
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background-color: var(--Green);
}

a {
  outline: none;
  text-decoration: none;
  color: var(--White);
}

a:focus,
a:hover {
  outline: none;
  text-decoration: none;
}

textarea:focus,
input:focus,
button:focus,
select:focus {
  outline: none;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: var(--Black);
  opacity: 1;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: var(--Black);
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: var(--Black);
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--Black);
  opacity: 1;
}

img {
  line-height: 0;
}

.big {
  font-size: 1.5em;
}

.small {
  font-size: 0.6em;
}

.bold {
  font-weight: 500;
}

.medium {
  font-weight: 400;
}

.w700 {
  font-weight: 700;
}

.mobile {
  display: none !important;
}

h1 {
  font-size: 3.25em;
  line-height: 1.2em;
  font-weight: 500;
}

h2 {
  font-size: 2.75em;
  line-height: 1.2em;
  font-weight: 500;
}

h3 {
  font-size: 2.125em;
  line-height: 1.2em;
  font-weight: 500;
}

h4 {
  font-size: 1.75em;
  line-height: 1.2em;
  font-weight: 500;
}

h5 {
  font-size: 1.3em;
  line-height: 1.2em;
  font-weight: 500;
}

.f20 {
  font-size: 20px;
  line-height: 1.5em;
}

.f18 {
  font-size: 18px;
  line-height: 1.5em;
}

.f16 {
  font-size: 16px;
  line-height: 1.5em;
}

.f12 {
  font-size: 12px;
  line-height: 1.5em;
}

.f10 {
  font-size: 10px;
  line-height: 1.5em;
}

.f8 {
  font-size: 8px;
  line-height: 1.5em;
}

.white {
  color: var(--White);
}

.black {
  color: var(--Black);
}

.green {
  color: var(--Green);
}

.gray01 {
  color: var(--Gray01);
}

.gray02 {
  color: var(--Gray02);
}

.gray03 {
  color: var(--Gray03);
}

.gray04 {
  color: var(--Gray04);
}

.gray05 {
  color: var(--Gray05);
}

.red {
  color: var(--Red);
}

.bgWhite {
  background: var(--White);
}

.bgBlack {
  background: var(--Black);
}

.bgGreen {
  background: var(--Green);
}

.bgGray01 {
  background: var(--Gray01);
}

.bgGray02 {
  background: var(--Gray02);
}

.bgGray03 {
  background: var(--Gray03);
}

.bgGray04 {
  background: var(--Gray04);
}

.bgGray05 {
  background: var(--Gray05);
}

.flex {
  display: flex;
  position: relative;
}

.d100 {
  width: 100%;
}

.d50 {
  width: 50%;
}

ul,
ol {
  list-style-position: inside;
}

main {
  width: 100%;
  height: auto;
  min-height: calc(100vh - 403px);
  overflow-x: hidden;
  margin-top: 85px;
  position: relative;
  z-index: 0;
  padding: 0;

  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  flex-direction: column;
}

section {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.w1280 {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
}

/*Nav*/
nav {
  width: 100vw;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
  background: var(--Black);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}

.shopLogo {
  width: 140px;
}

.navContent {
  width: 90%;
  max-width: 1440px;
  height: 85px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  position: relative;
  z-index: 2;
}

.navContent i {
  vertical-align: middle;
  font-size: 16px;
}

.navOption,
.navOption .navOptionContainer {
  display: block;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  align-items: center;
  text-align: center;
  list-style: none;
}

.lv1a,
.lv1.hover,
.sp {
  padding: 5px 20px;
  border-radius: 20px 20px;
  border: 1px solid transparent;
  transition: 0.3s;
}

.lv1a:hover {
  border: 1px solid var(--Green);
  color: var(--Green) !important;
  transition: 0.3s;
}

.lv1:hover a.lv1a {
  color: var(--Green) !important;
  transition: 0.3s;
}

.lv1.hover:hover {
  background: var(--Green);
  color: var(--Black) !important;
  transition: 0.3s;
}

.lv1.hover:hover a.lv1b {
  color: var(--Black) !important;
  transition: 0.3s;
}

.hover {
  position: relative;
}

.hover ul {
  display: none;
}

.hover:hover ul {
  display: block;
}

.secondNav {
  list-style: none;
  width: 100%;
  min-width: 140px;
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.secondNavContainer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  text-align: center;
  gap: 20px;
  margin: auto;
  position: relative;
  padding: 20px 20px;
  box-sizing: border-box;
  background: var(--Gray05);
  background-clip: padding-box;
  border: solid 1px transparent;
  border-radius: 10px 10px;
}

.secondNavContainer:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -1px;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(224, 224, 224, 0.3) 5%, rgba(218, 218, 218, 0.1) 100%);
}

.secondNav li {
  font-size: 16px !important;
  line-height: 1.2em;
  transition: color 0.3s;
}

.secondNav li:hover a {
  color: var(--Green) !important;
  transition: color 0.3s;
}

.secondNav li:focus {
  background: var(--Green);
  color: var(--Black) !important;
  transition: 0.3s;
}

.secondNav li:focus a {
  color: var(--Black) !important;
  transition: 0.3s;
}

/*ContactUs*/
.contactBtn {
  width: 50px;
  height: 50px;
  border-radius: 50% 50%;
  background: var(--Green);
  color: var(--Black);
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 10;
  font-size: 24px;
  line-height: 1em;
  transition: 0.3s;
}

.contactBtn:hover {
  transform: rotate(-15deg);
  transition: 0.3s;
}

/* Magnific-Popup */
.lightBox {
  position: relative;
  background: var(--White);
  width: 80%;
  max-width: 1024px;
  margin: 0 auto;

  border-radius: 0 20px 20px 0;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}

.lightBoxInline {
  position: relative;
  background: var(--White);
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;

  border-radius: 0 20px 20px 0;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}

.mfp-close:before,
.mfp-close:after {
  position: absolute;
  left: 30px;
  content: " ";
  height: 30px;
  width: 2px;
  background: var(--Black);
  transition: 0.3s;
  top: 8px;
}

.mfp-close:hover:before,
.mfp-close:hover:after {
  background: var(--Green);
  transition: 0.3s;
}

.mfp-close:before {
  transform: rotate(45deg);
}

.mfp-close:after {
  transform: rotate(-45deg);
}

.mfp-close {
  text-indent: -9999px;
}

.contentLeft {
  width: 60%;
  height: 600px;
  background: var(--Black);
  padding: 50px 50px;
  color: var(--White);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: space-between;
  background: url(../images/contactBg.png) var(--Black) no-repeat;
  background-position: 40% 145%;
}

.contentLeft h2 {
  background: -webkit-linear-gradient(0deg, #eee, #333);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1em;
  margin-bottom: 10px;
}

.contentLeft p {
  color: var(--Gray02);
}

.contentLeft img {
  width: 200px;
  display: block;
}

.contenRight {
  width: 40%;
  min-height: 200px;
  padding: 50px 50px 50px 30px;
  height: 600px;
  overflow-y: auto;
  overflow-x: hidden;
  color: var(--Black);
}

.contenRightContainer {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 10px;
}

.contenRight02 {
  display: none;
}

.contenRightContainer02 {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: space-between;
}

@media all and (max-width: 480px) {
  .lightBox {
    width: 100%;
  }

  .mfp-close {
    right: 0px;
    top: 3px;
  }
}

@media all and (max-width: 320px) {
  .lightBox {
    max-width: 280px;
  }
}

/* ====== 3d unfold ====== */
.mfp-3d-unfold {
}

.mfp-3d-unfold .mfp-content {
  perspective: 2000px;
}

.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform-style: preserve-3d;
  transform: rotateY(-60deg);
}

.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}

.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: rotateY(0deg);
}

.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  transform: rotateY(60deg);
  opacity: 0;
}

.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0;
}

/* End Magnific-Popup */

/* Common Form Style */
.aFrom {
  width: 100%;
}

.aFrom p {
  font-weight: 500;
}

.aFrom2 {
  margin-bottom: 20px;
}

.form-control {
  display: block;
  width: 100%;
  height: 40px;
  font-size: 0.875rem;
  line-height: 1.428571429;
  background-color: #fff;
  background-image: none;
  border: 1px solid var(--Gray02);
  border-radius: 5px 5px;
  box-shadow: none;
  padding: 15px 15px;
  color: #2d2e2f;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-control:focus {
  border-color: #caccce;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Error Messages */
.member-form--error {
  color: #2d2e2f;
}

.member-form--error > ul {
  padding-left: 0;
}

.member-form--error p {
  font-size: 0.75rem;
  display: none;
}

.member-form--error:focus + .member-form--error p {
  display: block;
}

.form-control.member-form--error:focus {
  border-color: #e00;
}

.form-control + .member-form--input02 {
  margin-top: 12px;
}

.form-control + .member-form--text {
  margin-bottom: 12px;
}

.selfIntro {
  height: 100px;
  border-radius: 5px;
}

/*DropDownList B*/
.dropDownB {
  width: 100%;
  height: 40px;
  border: 1px solid var(--Gray02);
  border-radius: 5px 5px;
  padding: 0 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  background-color: #fff;
  background-image: url(../images/chevron-down-solid.svg);
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  font-size: 14px;
  color: var(--Black);
}

.dropDownB:focus {
  box-shadow: none;
  border: 1px solid var(--Black);
}

.contactFromBtn {
  width: 100%;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--Black);
  border-radius: 25px 25px;
  color: var(--White);
  transition: 0.3s;
}

.contactFromBtn:hover {
  color: var(--Green);
  transition: 0.3s;
}

.contactFromBtn02 {
  width: fit-content;
  padding: 0 20px;
}

footer {
  width: 100%;
  padding: 100px 0;
  background: var(--Black);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.footerContainer {
  width: 90%;
  max-width: 1440px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

#video01 {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: -50%;
}

.footerLeft {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  z-index: 1;
}

.footerRight {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 20px;
  position: relative;
  z-index: 1;
}

.footerLeft img {
  width: 250px;
  display: block;
}

.footerLeft h2 {
  font-weight: 700;
  font-family: var(--SpFont);
  text-transform: uppercase;
  line-height: 1em;
  margin: 0;
}

.footerImgSolgan {
  width: 40% !important;
}

.footerLeft i {
  font-size: 20px;
  margin-right: 15px;
  transition: 0.3s;
}

.footerLeft i:hover {
  color: var(--Green);
  transition: 0.3s;
}

.footerRight svg {
  width: 188px;
  height: auto;
  display: block;
  fill: var(--White);
  transition: 0.3;
}

.footerRight svg:hover {
  fill: var(--Green);
  transition: 0.3;
}

/*Btn*/
.btn {
  width: 100%;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  border-radius: 30px 30px;
  padding: 0 20px;
  font-weight: 600;
}

.blackBtn {
  background: var(--Black);
  color: var(--White);
  transition: 0.3s;
}

.blackBtn:hover {
  color: var(--Gray02);
  transition: 0.3s;
}

.blackBtn:focus {
  color: var(--Green);
  transition: 0.3s;
}

.btn.disable {
  background: var(--Gray02);
  color: var(--Gray04);
}

.greenBtn {
  background: var(--Green);
  color: var(--Black);
  transition: 0.3s;
}

.greenBtn:hover {
  background: var(--Green03);
  transition: 0.3s;
}

.greenBtn:focus {
  background: var(--Green02);
  transition: 0.3s;
}

.transBtn {
  background: transparent;
  color: var(--Black);
  transition: 0.3s;
}

.transBtn:hover {
  background: var(--Green02);
  transition: 0.3s;
}

.transBtn:focus {
  background: var(--Green03);
  transition: 0.3s;
}

.btn.disable.transBtn {
  background: transparent;
  color: var(--Gray02);
  pointer-events: none;
}

/*Block01*/
.block01 {
  display: block;
  width: 30%;
  aspect-ratio: 5 / 4;
  position: relative;
  background: var(--Gray02);
  border-radius: 30px 30px;
  overflow: hidden;
  z-index: 0;
  transition: 0.3s;
  box-shadow: 0 10px 5px rgba(0, 0, 0, 0.1);
}

.block01 img {
  width: 100%;
  position: relative;
  z-index: 0;
}

.block01Container {
  width: 100%;
  height: 100%;
  background: rgb(195, 195, 195);
  background: linear-gradient(139deg, rgba(195, 195, 195, 0.28) 25%, rgba(80, 82, 86, 1) 95%);
  padding: 20px 20px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  align-content: flex-end;
  flex-wrap: wrap;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.block01Container h4 {
  margin: 0;
  line-height: 1.2em;
  font-weight: 600;
  text-transform: uppercase;
}

.block01:hover {
  transform: scale(1.1);
  background: var(--Green);
  transition: 0.3s;
}

.block01:hover .block01Container {
  background: linear-gradient(139deg, rgba(186, 226, 52, 0.28) 25%, rgba(0, 0, 0, 1) 95%);
  transition: 0.3s;
}

/*Block02*/
.block02 {
  display: flex;
  width: 20%;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 15px;
  color: var(--Black);
}

.block02Img {
  width: 100%;
  aspect-ratio: 1 / 1; /* 設定寬高比為 1:1，這會讓高度等於寬度 */
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  border-radius: 16px 16px;
}

.block02Img img {
  height: 100%;
}

.block02 h5 {
  width: 100%;
  height: 65px;
  overflow: hidden;
  font-weight: 600;
  line-height: 1.2em;
  transition: 0.3s;
}

.block02 p:nth-child(3) {
  width: 100%;
  height: 123px;
  overflow: hidden;
}

.block02 p:last-child {
  color: var(--Green);
  font-size: 14px;
  font-weight: 600;
}

.block02:hover {
  color: var(--Gray04);
}

.block02:hover .block02Img {
  box-shadow: 0 10px 5px var(--Gray02);
}

.block02:focus {
  color: var(--Black);
  transition: 0.3s;
}

.block02:focus h5 {
  color: var(--Green);
  transition: 0.3s;
}

.block02:focus .block02Img {
  box-shadow: none;
}

/*Block03*/
.block03 {
  display: flex;
  width: 25%;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
  color: var(--Black);
  padding: 20px 20px;
  border-radius: 20px 20px;
  border: 1px solid transparent;
  transition: 0.3s;
}

.block03Img {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 16px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
}

.block03Img img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.block03 p {
  width: 100%;
  color: var(--Gray04);
  font-size: 14px;
}

.block03 p:nth-child(4) {
  width: 100%;
  height: 40px;
  overflow: hidden;
}

.block03 h5 {
  width: 100%;
  height: 19px;
  font-weight: 600;
  line-height: 1em;
  overflow: hidden;
}

.block03Type {
  font-weight: 600;
  background: var(--Green);
  border-radius: 10px 10px;
  width: fit-content;
  padding: 3px 10px;
  font-size: 12px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.block03:hover {
  border: 1px solid var(--Green);
  transition: 0.3s;
}

.block03:hover .block03Img {
  box-shadow: 0 10px 5px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.block03Btn {
  width: fit-content;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 15px 15px;
  background: var(--Green);
  font-size: 12px;
  position: relative;
  z-index: 1;
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: 0.3s;
}

.block03Btn i {
  margin-left: 10px;
}

.block03:focus .block03Img {
  box-shadow: none;
  transition: 0.3s;
}

.block03:focus .block03Btn {
  opacity: 1;
  transition: 0.3s;
}

/*Block04*/
.block04 {
  display: flex;
  width: calc(100% - 40px);
  aspect-ratio: 1 / 1;
  justify-content: center;
  align-items: center;
  padding: 20px 20px;
  border-radius: 20px 20px;
  background: url(../images/block03.png) no-repeat center center;
  background-size: cover;
  text-align: center;
}

.block04 h5 {
  font-weight: 600;
}

.block04 i {
  font-size: 40px;
  color: var(--Green);
  margin-top: 10px;
}

.scrollTriggerAnimation01 {
  transform: translateY(50%);
  transition-timing-function: ease;
  opacity: 0;
  transition: 0.5s;
}

.scrollTriggerAnimation01.is-inview {
  transform: translateY(0);
  transition-timing-function: linear;
  opacity: 1;
  transition: 0.5s;
}

.scrollTriggerAnimation01:nth-child(3).is-inview {
  transition-delay: 0.3s;
}

.scrollTriggerAnimation01:nth-child(4).is-inview {
  transition-delay: 0.4s;
}

.scrollTriggerAnimation01:nth-child(5).is-inview {
  transition-delay: 0.5s;
}

.scrollTriggerAnimation01:nth-child(6).is-inview {
  transition-delay: 0.6s;
}

.scrollTriggerAnimation01:nth-child(7).is-inview {
  transition-delay: 0.7s;
}

.scrollTriggerAnimation01:nth-child(8).is-inview {
  transition-delay: 0.8s;
}

.scrollTriggerAnimation01:nth-child(9).is-inview {
  transition-delay: 0.9s;
}

/*////RWD////*/
@media screen and (max-width: 1660px) {
}

@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1366px) {
}

@media screen and (max-width: 1280px) {
}

@media (orientation: landscape) and (max-width: 1050px) {
}

@media (orientation: portrait) and (max-height: 1180px) {
  /*Nav*/
  .navContent {
    width: 90%;
  }

  .hamberger.mobile,
  .navClose.mobile {
    display: block !important;
  }

  .navOption {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100vw;
    height: 100vh;
    background: var(--Black);
    position: absolute;
    top: 0;
    left: -105vw;
    z-index: 3;
    transition: left 1s;
    overflow-y: auto;
  }

  .navOption::-webkit-scrollbar {
    display: none;
  }

  .navOption.active {
    position: absolute;
    left: -5vw;
    transition: left 1s;
  }

  .navOption .navOptionContainer {
    flex-direction: column;
    gap: 0;
  }

  .navOption div {
    display: block;
    width: 100%;
  }

  .navOption li,
  .navOption li.mobile {
    width: 100%;
    border-radius: 0;
    padding: 20px 0;
    border-bottom: 1px dotted var(--Gray05);
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    flex-wrap: wrap;
  }

  .lv1a {
    text-align: left;
    width: 90%;
    padding: 0 25px;
  }
  .lv1b {
    padding: 0 25px;
  }
  .lv1.hover {
    border-radius: 0;
    padding: 20px 0;
  }

  .shopLogo {
    width: 210px;
  }

  .shopLogo02 {
    margin-left: 25px;
  }

  .navContent i {
    font-size: 24px;
    line-height: 1em;
  }

  .navContent i.fa-angle-down {
    padding: 0 25px;
  }

  .hamberger {
    position: absolute;
    right: 0px;
    top: 30px;
  }

  .hamberger:hover,
  .navClose:hover {
    color: var(--Green);
    transition: 0.3s;
  }

  .secondNav {
    position: relative;
    transform: translateX(0);
    top: 0;
    left: 0;
    box-shadow: none;
  }

  .secondNavContainer {
    background: var(--Gray05);
    border-radius: 0;
    padding: 0;
    border: none;
  }

  .secondNavContainer:before {
    content: none;
  }

  .secondNav li {
    border-bottom: none;
    text-align: left;
    font-size: 20px !important;
  }

  .secondNav li:hover {
    padding: 20px 20px;
  }

  .secondNav li a {
    width: 90%;
    padding: 0 25px;
  }

  .navClose {
    font-size: 30px !important;
    position: absolute;
    top: 25px;
    right: 25px;
  }

  .hover ul {
    display: block;
    margin-top: 18px;
  }

  .hover {
    overflow: hidden;
    height: 70px;
    transition: height 0.5s;
  }

  .hover.active {
    height: 195px;
    /*需要動態計算高度*/
    transition: height 0.5s;
  }

  .hover.active i {
    transform: rotate(-180deg);
  }

  .lv1:hover {
    border: none;
  }

  .lightBox {
    border-radius: 0;
    background: var(--Black);
  }

  .contentLeft {
    width: 100%;
    height: 200px;
    padding: 50px 50px;
    background-position: 40% -15%;
  }

  .contenRight {
    background: var(--White);
    width: 100%;
    padding: 50px 50px 50px 50px;
    height: 773px;
    max-height: calc(100vh - 250px);
    border-radius: 20px 20px 0 0;
  }

  .contentLeft img {
    display: none;
  }

  .mfp-close:before,
  .mfp-close:after {
    background: var(--White);
  }

  .contentLeft h2 {
    margin-bottom: 20pxs;
  }

  .footerLeft,
  .footerRight {
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 20px;
  }

  .footerContainer {
    gap: 100px;
  }

  .footerLeft h2 {
    font-size: 1.75em;
  }

  .footerImgSolgan {
    width: 85% !important;
  }

  #video01 {
    bottom: -15%;
  }

  .block01 {
    width: 45vw;
  }

  .block02 {
    width: 45vw;
  }
  .block03 {
    width: 50%;
  }
}

@media (orientation: portrait) and (max-height: 1024px) {
}

@media screen and (max-width: 480px) {
  .mobile {
    display: block !important;
  }

  .desktop {
    display: none !important;
  }

  h1 {
    font-size: 7.5vw;
  }

  h2 {
    font-size: 2.4em;
  }

  h3 {
    font-size: 1.75em;
  }

  h4 {
    font-size: 1.5em;
  }

  h5 {
    font-size: 1.25em;
  }

  .shopLogo {
    width: 150px;
  }

  .lv1a {
    width: 70%;
  }

  .lightBox {
    border-radius: 0;
    background: var(--Black);
  }

  .contentLeft {
    width: 100%;
    height: 300px;
    background-position: 40% -155%;
  }

  .contenRight {
    background: var(--White);
    width: 100%;
    height: calc(100vh - 300px);
  }

  #video01 {
    bottom: -2%;
  }

  .contentLeft h2 {
    font-size: 3.2em;
  }

  .block01 {
    width: 85vw;
  }

  .block02 {
    width: 85vw;
  }

  .block02Img {
    width: 85vw;
    height: 85vw;
  }

  .block03 {
    width: 90%;
  }
}

/*Iphone XR 414*896 */
@media (orientation: portrait) and (max-width: 390px) {
}

@media (orientation: portrait) and (max-height: 896px) {
}

/*Iphone 12Pro 390*844 */
@media (orientation: portrait) and (max-height: 844px) {
}

/*Iphone 10 375*812 */
@media (orientation: portrait) and (max-width: 375px) {
}

@media (orientation: portrait) and (max-height: 812px) {
}

/*Iphone 8Plus 414*736 */
@media (orientation: portrait) and (max-height: 736px) {
}

/*Iphone 8 375*667 */
@media (orientation: portrait) and (max-height: 667px) {
}

@media screen and (max-width: 360px) {
}

@media screen and (max-width: 320px) {
}
