.shopLogo {
  width: 250px;
}

section h1 {
  font-weight: 700;
  margin: 0;
}

/*Section1*/
.section1 {
  height: calc(100vh - 85px);
  z-index: 0;
  padding: 100px 0;
  text-align: center;
}

.section1:before {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 60%);
}

#video02 {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.section1 .w1280 {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.section1 p {
  color: var(--Gray04);
  font-size: 20px;
}

.section1 .btn {
  width: fit-content;
  margin: 0 auto;
}

/*Secction2*/
.section2 {
  background: rgb(186, 226, 52);
  background: linear-gradient(45deg, rgba(186, 226, 52, 0.5) 0%, rgba(0, 0, 0, 1) 30%);
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}

.section2 div {
  width: 50%;
  padding: 50px 50px;
}

.section2 img {
  width: 50%;
  height: auto;
  display: block;
}

.section2 p {
  color: var(--Green);
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 700;
}

/*Section3*/
.section3 {
  background: var(--White) url(../images/app/bg01.png) no-repeat top center;
  background-size: contain;
  padding: 100px 0;
  color: var(--Black);
  text-align: center;
}

.section3 p:first-child {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 700;
}

.sectionTitle {
  margin: 0;
  font-weight: 700;
}

.sectionTitle span {
  background: -webkit-linear-gradient(0deg, #bae234, #005249, #649b92);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section3 .w1280 {
  padding: 50px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.section3 .w1280 img {
  width: 26%;
}

/*Section4*/
.section4 {
  background: var(--White);
  padding: 100px 0;
  color: var(--Black);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.section4 h1 {
  text-align: center;
}

.tabs {
  /* width: 300px; */
  width: 350px;
  background: var(--Gray01);
  border-radius: 20px 20px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.tab {
  width: 45%;
  height: 30px;
  border-radius: 15px 15px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  cursor: pointer;
}

.tab.active {
  background: var(--Green);
  transition: 0.3s;
}

.tab:hover {
  background: var(--Green);
  transition: 0.3s;
}

.tabSliders {
  width: 160%;
  margin: 0 -30%;
  position: relative;
}

.swiper {
  display: none;
}

.swiper.active {
  display: block;
}

.mySwiper01,
.mySwiper02 {
  width: 100%;
  height: 40vw;
  position: relative;
  z-index: 0;
}

.mySwiper01 .swiper-slide,
.mySwiper02 .swiper-slide {
  width: 100%;
  height: 35vw;

  position: relative;
  border-radius: 20px 20px;
  overflow: hidden;

  background-clip: padding-box;
  border: solid 1px transparent;
  position: relative;
  margin-top: 1vw;

  display: flex;
  justify-content: center;
  align-items: center;

  transition: 0.5s;
}

.mySwiper01 .swiper-slide.swiper-slide-active,
.mySwiper02 .swiper-slide.swiper-slide-active {
  height: 37vw;
  margin-top: 0;
  transition: 0.5s;
}

.swiper-slideContainer {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 18px 18px;
  background: rgb(225, 243, 154);
  background: linear-gradient(180deg, rgba(225, 243, 154, 1) 0%, rgba(243, 250, 214, 1) 50%, rgba(243, 250, 214, 1) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 50px;
}

.mySwiper01 .swiper-slide:before,
.mySwiper02 .swiper-slide:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -1px;
  border-radius: inherit;
  background: linear-gradient(175deg, rgba(186, 226, 52, 1) 10%, rgba(0, 82, 73, 1) 60%, rgba(100, 155, 146, 1) 95%);
}

.sliderLeft {
  /* width: 35%; */
  width: 28%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.sliderRight {
  /* width: 65%; */
  width: 72%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.sliderRight .videoArea {
  /* width: 85%; */
  width: 90%;
  height: fit-content;
  position: relative;
}

.sliderRight .videoArea video,
.sliderRight .videoArea img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0;
}

.swiper-button-next,
.swiper-button-prev {
  width: 20px;
  height: 20px;
  background: var(--Black);
  border-radius: 50%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 10px;
  font-weight: bold;
}

.swiper-button-prev01,
.swiper-button-prev02 {
  top: auto;
  bottom: 0;
  left: 45%;
  right: auto;
}

.swiper-button-next01,
.swiper-button-next02 {
  top: auto;
  bottom: 0;
  right: 45%;
  left: auto;
}

.aStep {
  width: 100%;
  display: flex;
  justify-self: start;
  align-items: center;
  gap: 20px;
  flex-direction: row;
}

.aStep div:first-child {
  width: 50px;
  height: 50px;
  border-radius: 50% 50%;
  background: var(--White);
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.aStep div:last-child {
  width: calc(100% - 70px);
  line-height: 1.5em;
}

.aStep div:last-child h5 {
  font-weight: bold;
}

.controller {
  width: 50px;
  height: 50px;
  border-radius: 50% 50%;
  background: var(--White);
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  transition: 0.3s;
}

.controller i {
  margin-left: 4px;
}

.controller:hover {
  background: var(--Green);
  color: var(--White);
  transition: 0.3s;
}

.hide-controller {
  display: none;
}

/* 影片容器設定 */
.videoApp {
  width: 100%;
  height: auto;
  cursor: pointer; /* 將滑鼠變為可點擊樣式 */
}

/*Section5*/
.section5 {
  padding: 100px 0;
  background: url(../images/app/bg02.png) no-repeat center center;
  background-size: cover;
}

.section5 p:first-child {
  font-size: 20px;
  color: var(--Green);
  margin-bottom: 20px;
}

.mySwiper03,
.mySwiper04 {
  display: block;
  width: 100%;
  position: relative;
  margin-top: 50px;
}

.mySwiper03 .swiper-wrapper,
.mySwiper04 .swiper-wrapper {
  transition-timing-function: linear;
}

.mySwiper04 .swiper-slide {
  width: fit-content;
}

.marquee {
  width: 100%;
  height: 360px;
  display: flex;
  justify-content: center;
  align-items: center;

  position: relative;
  z-index: 0;
  box-sizing: border-box;
  background: var(--Black);
  background-clip: padding-box;
  border: solid 1px transparent;
  border-radius: 10px 10px;
}

.marquee: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.2) 5%, rgba(218, 218, 218, 0.1) 100%);
}

.marqueeContainer {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 9px 9px;
  background: var(--Gray05);
  padding: 30px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 14px;
  color: var(--White);
  line-height: 1.8em;
}

.text {
  width: 100%;
  height: 150px;
  overflow: hidden;
}

.author {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  line-height: 1.5em;
}

.pic {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
}

.pic img {
  width: 100%;
}

.info div:first-child {
  font-size: 14px;
  font-weight: 600;
}

.info div:last-child {
  color: var(--Gray02);
}

/*Section6*/
.section6 {
  background: var(--White);
  padding: 100px 0;
  color: var(--Black);
  text-align: center;
}

.section6 p {
  font-size: 20px;
  font-weight: 600;
  color: var(--Gray04);
  margin-bottom: 20px;
}

.section6 h1 span {
  background: -webkit-linear-gradient(0deg, #bae234, #20aca4, #ffef5c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btnGroup {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 50px;
}

.btnGroup .btn {
  width: fit-content;
}

/*////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) {
  .section1:before {
    height: 30%;
  }

  #video02 {
    width: 200%;
    left: -50%;
  }

  .section2 div {
    width: 100%;
    padding: 50px 50px;
  }

  .section2 img {
    width: calc(100% + 1px);
    margin-left: -1px;
  }

  .section3 .w1280 img {
    width: 33%;
  }

  .mySwiper01,
  .mySwiper02 {
    width: 100%;
    height: 73vw;
  }

  .mySwiper01 .swiper-slide,
  .mySwiper02 .swiper-slide {
    height: 65vw;
  }

  .mySwiper01 .swiper-slide.swiper-slide-active,
  .mySwiper02 .swiper-slide.swiper-slide-active {
    height: 67vw;
  }

  .swiper-slideContainer {
    padding: 20px 20px;
  }

  .sliderLeft {
    width: 40%;
  }

  .sliderRight {
    width: 60%;
  }

  .sliderRight .videoArea {
    width: 95%;
  }
}

@media (orientation: portrait) and (max-height: 1024px) {
}

@media screen and (max-width: 640px) {
  .section1 p {
    font-size: 16px;
  }

  .section2 div {
    text-align: center;
  }

  .section3 {
    background: var(--White) url(../images/app/bg01.png) no-repeat top center;
    background-size: 200%;
  }

  .section3 .w1280 img {
    width: 100%;
  }

  .section5 .w1280 {
    text-align: center;
  }

  .tabSliders {
    width: 90%;
    margin: 0 auto;
  }

  .sliderLeft {
    width: 100%;
  }

  .sliderRight {
    width: 100%;
  }

  .mySwiper01,
  .mySwiper02,
  .mySwiper01 .swiper-slide,
  .mySwiper02 .swiper-slide,
  .mySwiper01 .swiper-slide.swiper-slide-active,
  .mySwiper02 .swiper-slide.swiper-slide-active {
    height: auto;
  }

  .mySwiper01,
  .mySwiper02 {
    padding-bottom: 50px;
  }

  .swiper-slideContainer {
    gap: 20px;
  }

  .sliderRight {
    justify-content: center;
  }

  .swiper-button-next01,
  .swiper-button-next02 {
    right: 30%;
  }

  .swiper-button-prev01,
  .swiper-button-prev02 {
    left: 30%;
  }

  .marquee {
    text-align: left;
  }
}

/*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) {
}
