body {
  --cut:20px;
}
main {
  width: 100vw;
  height: auto;
  background: url(../img/bg.jpg) no-repeat top center;
	background-size: cover;
	background-attachment: fixed;
}
.navBar {
  opacity: 0;
}
.frame.isReady .navBar {
  opacity: 1;
  transition: 0.3s;
  transition-delay: 2s;
}
.textTC.active,
.textTC.active .sp {
    display: block;
    font-family: 'Noto Sans TC', sans-serif !important;
}

/*Section1*/
#section1 {
  width: 100%;
  height: 100vw;

  display: flex;
  justify-content: center;
  align-items: center;

  perspective: 900px;
  -webkit-perspective: 900px;


  /*-webkit-mask-image: url(https://www.gq.com.tw/event/2023/vgs/images/bg.svg);
    -webkit-mask-size:cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center top;

    mask-image: url(https://www.gq.com.tw/event/2023/vgs/images/bg.svg);
    mask-size:cover;
    mask-repeat: no-repeat;
    mask-position: center top;*/
}

.bradTitle {
  width: 100%;
  font-family: var(--spFont);
  text-align: center;
  color: var(--White);
  font-weight: 700;
  font-size: 10vw;
  line-height: 0.8em;
  margin-bottom: 30px;
}
.briefInfoText {
  transform-origin: center center;
  transform-style: preserve-3d;
  will-change: transform;
}
.briefInfo {
  width: 46%;

  perspective: 900px;
  -webkit-perspective: 900px;

  transform-origin: center center;
  transform-style: preserve-3d;
  will-change: transform;
}
.briefInfoText{
  padding: 0 20px;
  text-align: center;
  font-weight: 300;

  perspective: 900px;
  -webkit-perspective: 900px;
}

.briefInfoText .textEN,
.briefInfoText .textTC{
  perspective: 900px;
  -webkit-perspective: 900px;

}

.briefInfoText .textEN div,
.briefInfoText .textTC div,
.bradTitle{

  opacity: 0;
  transformOrigin:0 -100% 0;
  transform: rotateX(-90deg);

  transform-origin: bottom center;
  transform-style: preserve-3d;
  will-change: transform;
}


main.isReady .briefInfoText .textEN div,
main.isReady .briefInfoText .textTC div,
main.isReady .bradTitle {
  transformOrigin:0 0 0; 
  transform: none;
  opacity: 1;
  transition: 1s;
}
main.isReady .bradTitle{
  transition-delay: 2s;
}
main.isReady .briefInfoText .textEN div:first-child,
main.isReady .briefInfoText .textTC div:first-child{
  transition-delay: 2.2s;
}
main.isReady .briefInfoText .textEN div:last-child,
main.isReady .briefInfoText .textTC div:last-child{
  transition-delay: 2.4s;
}

h1 {
  font-family: var(--spFont);
  font-size: 6vw;
  line-height: 1em;
  margin-bottom: 20px;
  font-weight: 700;
  color: var(--White);
  text-transform: uppercase;
}
h1 span {
  font-weight: 200;
}
h2 {
  font-size: 3vw;
  font-family: var(--spFont);
  line-height: 1em;
  margin-bottom: 20px;
  font-weight: 700;
}
.sp{
  font-family: var(--spFont);
  font-weight: 200;
  font-size: 30px;
  line-height: 1.5em;
}
.textTC .sp{
  font-size: 20px;
}
.allCards {
  width: 95vw;
  height: 95vw;
  position: absolute;
  top: 2.5vw;
  left: 2.5vw;
  z-index: -1;
  transform-origin: center center;
  /*background: url(../img/circle.png) center center;
	background-size: cover;*/
}
.allCardsContent {
  width: 100%;
  height: 100%;
  position: relative;
  transform-origin: center center;
}
.card {
  width: 10vw;
  height: 13vw;
  border-radius: 5px 5px;
  border: 1px solid var(--shadow);
  box-shadow: 0 0 5px var(--shadow);
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  transform-origin: center center;
  position: absolute;
  top: 44.5%;
  left: 46%;

  transition: 0.5s;
}
.cardConten {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cardConten img {
  display: block;
  width: 75%;
  opacity: 0.8;
}
.number {
  font-weight: 700;
  line-height: 1em;
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0.8;
}
.card .fa-circle-info {
  color: var(--Green);
  position: absolute;
  bottom: 10px;
  left: 10px;
  opacity: 0.8;
}
.card:hover {
  border: 1px solid rgba(255, 255, 255, 0.5);

  transition-property: transform, border;
  transition: 0.3s;
  transition-delay: 0s;
}

.card01 {
  transform: rotate(-90deg);
}
.card02 {
  transform: rotate(-67.5deg);
}
.card03 {
  transform: rotate(-45deg);
}
.card04 {
  transform: rotate(-22.5deg);
}
.card06 {
  transform: rotate(22.5deg);
}
.card07 {
  transform: rotate(45deg);
}
.card08 {
  transform: rotate(67.5deg);
}
.card09 {
  transform: rotate(90deg);
}
.card10 {
  transform: rotate(112.5deg);
}
.card11 {
  transform: rotate(135deg);
}
.card12 {
  transform: rotate(157.5deg);
}
.card13 {
  transform: rotate(180deg);
}
.card14 {
  transform: rotate(-157.5deg);
}
.card15 {
  transform: rotate(-135deg);
}
.card16 {
  transform: rotate(-112.5deg);
}
.card01:hover {
  transform: scale(1.2) rotate(-90deg);
}
.card02:hover {
  transform: scale(1.2) rotate(-67.5deg);
}
.card03:hover {
  transform: scale(1.2) rotate(-45deg);
}
.card04:hover {
  transform: scale(1.2) rotate(-22.5deg);
}
.card05:hover {
  transform: scale(1.2) ;
}
.card06:hover {
  transform: scale(1.2) rotate(22.5deg);
}
.card07:hover {
  transform: scale(1.2) rotate(45deg);
}
.card08:hover {
  transform: scale(1.2) rotate(67.5deg);
}
.card09:hover {
  transform: scale(1.2) rotate(90deg);
}
.card10:hover {
  transform: scale(1.2) rotate(112.5deg);
}
.card11:hover {
  transform: scale(1.2) rotate(135deg);
}
.card12:hover {
  transform: scale(1.2) rotate(157.5deg);
}
.card13:hover {
  transform: scale(1.2) rotate(180deg);
}
.card14:hover {
  transform: scale(1.2) rotate(-157.5deg);
}
.card15:hover {
  transform: scale(1.2) rotate(-135deg);
}
.card16:hover {
  transform: scale(1.2) rotate(-112.5deg);
}
.card16 i {
  font-size: 3vw;
}
main.isReday .card {
  width: 8vw;
  height: 11vw;
  transition-property: top, left, transform;
  transition: 1s, 1s, 0.3s;
}
main.isReady .card01 {
  top: 44.5%;
  left: 2.1%;
  transition-property: top, left;
  transition-delay: 0.5s;
}
main.isReady .card02 {
  top: 28%;
  left: 5.2%;
  transition-property: top, left;
  transition-delay: 0.6s;
}
main.isReady .card03 {
  top: 13.5%;
  left: 14.8%;
  transition-property: top, left;
  transition-delay: 0.7s;
}
main.isReady .card04 {
  top: 3.8%;
  left: 29.2%;
  transition-property: top, left;
  transition-delay: 0.8s;
}
main.isReady .card05 {
  left: 46%;
  top: 0.5%;
  transition-property: top, left;
  transition-delay: 0.9s;
}
main.isReady .card06 {
  top: 3.8%;
  left: 62.4%;
  transition-property: top, left;
  transition-delay: 1s;
}
main.isReady .card07 {
  top: 13%;
  left: 76.5%;
  transition-property: top, left;
  transition-delay: 1.1s;
}
main.isReady .card08 {
  top: 27.2%;
  left: 86.2%;
  transition-property: top, left;
  transition-delay: 1.2s;
}
main.isReady .card09 {
  top: 44.4%;
  left: 89.6%;
  transition-property: top, left;
  transition-delay: 1.3s;
}
main.isReady .card10 {
  top: 61%;
  left: 86.2%;
  transition-property: top, left;
  transition-delay: 1.4s;
}
main.isReady .card11 {
  top: 75.3%;
  left: 76.5%;
  transition-property: top, left;
  transition-delay: 1.5s;
}
main.isReady .card12 {
  top: 84.7%;
  left: 62.4%;
  transition-property: top, left;
  transition-delay: 1.6s;
}
main.isReady .card13 {
  top: 88%;
  left: 46%;
  transition-property: top, left;
  transition-delay: 1.7s;
}
main.isReady .card14 {
  top: 84.7%;
  left: 29.2%;
  transition-property: top, left;
  transition-delay: 1.8s;
}
main.isReady .card15 {
  top: 75.3%;
  left: 14.8%;
  transition-property: top, left;
  transition-delay: 1.9s;
}
main.isReady .card16 {
  top: 61%;
  left: 5.2%;
  transition-property: top, left;
  transition-delay: 2s;
}


#section2{
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.textTitle{
  width: 200%;
  font-size: 10vw;
  font-family: var(--spFont);
  font-weight: 200;
  line-height: .8em;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
}
.textTitle01{
  color: var(--Green);
}
#section3{
  padding: 0 0 100px 0;
}
#section4{
  padding: 100px 0 0 0;
}
#section3 p,
#section4 p{
  font-size: 30px;
  font-weight: 300;
  line-height: 1.5em;
  text-transform: uppercase;
  margin-bottom: 100px;
}
.allLinks{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.allLinks a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  clip-path: polygon(0 var(--cut),var(--cut) 0,100% 0,100% calc(100% - var(--cut)),calc(100% - var(--cut)) 100%,0 100%);
  width: 48%;
  padding: 15px 15px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  color: var(--White);
  background-color: rgba(72,255,236,.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);

}
.allLinks a i{
  color: var(--Green);
}
.allLinks a:focus,
.allLinks a:hover{
  clip-path: polygon(0 var(--cut),var(--cut) 0,100% 0,100% calc(100% - var(--cut)),calc(100% - var(--cut)) 100%,0 100%);
}

/*Hover Img Show*/
.hover {
  position: relative;
}
.hover-reveal {
  position: absolute;
  z-index: -1;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  overflow: hidden;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
}

.hover-reveal__inner {
  overflow: hidden;
}

.hover-reveal__inner,
.hover-reveal__img {
  width: 100%;
  height: 100%;
  position: relative;
}

.hover-reveal__img {
  background-size: cover;
  background-position: 50% 50%;
}
/*End Hover Img Show*/

/* Start lightbox */
.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;

  width: 100%;
  height: 100vh;

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.lightbox.active {
  z-index: 10;
}

.lightbox-wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;

  position: relative;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  opacity: 0;
  overflow: hidden;

  display: flex;
  justify-content: center;
  align-items: center;
}

.lightbox-wrap.lightbox-wrap--open {
  pointer-events: auto;
  opacity: 1;
}

.lightboxColse {
  display: flex;
  justify-content: space-around;
  align-items: center;

  width: 400px;
  height: 60px;

  bottom: 20px;
  left: calc(50% - 200px);
  z-index: 5;
  border-radius: 10px 10px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 0 5px var(--shadow);
  border: 1px solid var(--shadow);

  position: absolute;
  z-index: 11;

  text-transform: uppercase;
}
.lightboxColse .marquee {
  width: 85%;
}
.sectionContent {
  width: 80%;
  max-width: 1024px;

  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}
.sectionImg,
.brief {
  width: 50%;
  height: 100%;
}

.sectionImg {
  height: 512px;
  box-shadow: 0 0 10px var(--shadow);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.swiper{
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide img {
  width: 100%;
  display: block;
}
#imgLogo{
  display: block;
  width: 70%;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom, .swiper-pagination-fraction{
  bottom: 0;
  top: auto;
}
.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
}
.swiper-pagination-bullet-active{
  background: var(--Green);
}
.brief {
  max-height: 512px;
  padding: 0 50px;
  overflow-y: auto;
}

.designerBrand {
  font-family: var(--spFont);
  font-weight: 200;
  font-size: 5vw;
  line-height: 1.2em;
  margin-bottom: 20px;
}
.detailTable{
  width: 100%;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5em;
  margin-bottom: 50px;
}
.aRow{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
.aRowIcon{
  width: 40px;
  text-align: center;
}
.aRowContent{
  width: calc(100% - 30px);
}
.brief p{
  padding-bottom: 50px;
}
#divUrl{
  color: var(--Green);
}

/* End lightbox */

/*////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) {
  .briefInfo {
    width: 50%;
  }
  .sectionImg {
    height: 472px;
  }
}
@media (orientation: landscape) and (max-height: 800px) {
}
@media screen and (max-width: 1024px) {
  .briefInfo {
    font-size: 14px;
    line-height: 1.2em;
  }
  .sectionImg {
    height: 409px;
  }
}
@media (orientation: landscape) and (max-height: 768px) {
}
@media (orientation: portrait) and (max-height: 1180px) {
  main {
    background-attachment: initial;
    background-repeat: repeat-y;
    background-size: contain;
  }
  h1 {
    font-family: var(--spFont);
    font-size: 10vw;
  }
  h2 {
    font-size: 5vw;
  }
  #section1 {
    height: 120vw;
  }
  .allCards {
    width: 120vw;
    height: 120vw;
    left: -10vw;
  }
  .card {
    width: 11vw;
    height: 14vw;
  }
  .number{
    font-size: 10px;
  }
  .card .fa-circle-info {
    bottom: 5px;
    right: 0;
  }
  .briefInfoText{
    padding: 0;
  }
  #section2 {
    min-height: auto;
  }
  #section3 p,
  #section4 p {
    font-size: 28px;
  }
  .sectionImg {
    width: 400px;
    height:400px;
    margin-bottom: 50px;
  }
  .brief{
    width: 100%;
  }
  .designerBrand {
    font-size: 9vw;
  }
}
@media (orientation: portrait) and (max-height: 1024px) {
  .allCards {
    font-size: 12px;
    top: 5px;
  }
  .card .fa-circle-info {
    bottom: 5px;
    right: 0;
  }
  #section3 p,
  #section4 p {
    font-size: 26px;
  }
  .sectionImg {
    width: 350px;
    height:350px;
  }
}
@media (orientation: portrait) and (max-width: 480px) {
  h1 {
    font-size: 10vw;
  }
  h2 {
    font-size: 6.5vw;
  }
  #section1 {
    height: 350vw;
  }
  .briefInfo {
    width: 70%;
  }
  .briefInfoText{
    text-align: left;
  }
  .bradTitle {
    font-size: 15.5vw;
  }
  .allCards {
    width: 260vw;
    height: 260vw;
    top: 40vw;
    left: -75vw;
  }
  .card {
    width: 28vw;
    height: 36vw;
  }
  .number {
    top: 5px;
    right: 5px;
  }
  .briefInfoText .textTC{
    font-weight: 400;
  }
  .briefInfoText .textTC .sp{
    font-weight: 400;
    line-height: 1.2em;
  }
  .textTitle {
    font-size: 15vw;
  }
  #section3 p,
  #section4 p,
  .sp {
    font-size: 20px;
  }
  .allLinks a {
    width: 100%;
  }

  .lightbox {
    height: 100%;
  }
  .sectionImg {
    width: 280px;
    height:280px;
  }
  .brief{
    width: 100%;
    max-height: 35vh;
    padding: 0 10px;
  }
  .designerBrand {
      font-size: 12vw;
  }
  .lightboxColse{
    left: 30px;
      width: calc(100% - 60px);
  }
  .detailTable {
    font-size: 16px;
  }
}
/*Iphone XR 414*896 */
@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-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) {
}
