body {
  background: var(--White);
  color: var(--Black);
}

nav {
  color: var(--White);
}

/*Section1*/
.section1 {
  padding: 100px 0 50px 0;
  background: url(../images/gallery/bg.jpg) no-repeat top center;
  background-size: cover;
  text-align: center;
}

.section1:before {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 60%);
}

.section1 h1 {
  font-weight: 700;
  margin: 0;
}
.section1 h1 .green {
  display: block;
}

.section1 p {
  color: var(--Gray04);
}

.section1 .w1280 {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.fa-magnifying-glass {
  margin-left: 10px;
  cursor: pointer;
  transition: 0.3s;
}

.fa-magnifying-glass:hover {
  color: var(--Green);
  transition: 0.3s;
}

.section1 input {
  width: 90%;
  max-width: 768px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px 20px;
  padding: 0 20px;
  border: 1px solid var(--Gray03);
  color: var(--Gray04);
}

.section1 input::placeholder {
  color: var(--Gray03);
}

.section1 input::-ms-input-placeholder {
  color: var(--Gray03);
}

/*Section2*/
.section2 {
  background: var(--Gray01);
  /* padding: 50px 50px; */
  padding: 20px 20px;
  z-index: 1;
}

.section2 .w1280 {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.section2Content {
  width: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.section2Content div {
  width: 30%;
}

.section2 .w1280 .btn {
  width: 150px;
}

/*Section4*/
.section4 {
  z-index: -1;
}

.section4 .w1280 {
  padding: 100px 0;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 0px;
}
.pagenation {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 50px;
}
.pagenation a {
  color: var(--Black);
  transition: 0.3s;
}
a.furtherPage {
  color: var(--Gray04);
  transition: 0.3s;
}
.pagenation a:hover {
  color: var(--Green);
  transition: 0.3s;
}
/*Sectio5*/
.section5 {
  background: url(../images/gallery/bg.jpg) no-repeat top center;
  background-size: cover;
}

.section5:before {
  content: "";
  width: 100%;
  height: 70%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 20%);
}

.section5 .w1280 {
  padding: 100px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  gap: 50px;
  z-index: 1;
}

.section5Content {
  width: 30%;
}

.section5 .w1280 div:first-child {
  width: 100%;
}

.section5 .w1280 .btn {
  width: fit-content !important;
}

.section5 .w1280 .btn i {
  margin-right: 10px;
}

.section5Content ul {
  list-style: none;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 30px 0;
}

.section5Content:nth-child(3) {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-direction: row;
  text-align: center;
}

.qrcode {
  width: 100px;
}

.aMobile {
  width: 70% !important;
  position: relative;
  z-index: 1;
}

.aMobile:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  right: -10px;
  bottom: -10px;
  border-radius: 50px;
  z-index: 0;
  filter: blur(4px);
}

.aMobileContent {
  width: 100%;

  mask-image: url(../images/ads/mask.png);
  mask-size: 99% 99%;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url(../images/ads/mask.png);
  -webkit-mask-size: 99% 99%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;

  line-height: 0;
  margin: 0;
  padding: 0;
  background: var(--Black);
}

.aMobile img {
  width: 100%;
  position: relative;
  line-height: 0;
  margin: 0;
  padding: 0;
  z-index: 4;
}

.aMobile video {
  width: 90%;
  position: absolute;
  top: 2%;
  left: 5%;
  z-index: 3;
  line-height: 0;
  margin: 0;
  padding: 0;
  background: var(--Black);
}

/*////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) {
  .section5 {
    background: var(--White);
  }
  .section5Content {
    width: 45%;
  }
}

@media (orientation: portrait) and (max-height: 1024px) {
}

@media screen and (max-width: 480px) {
  .sp .btn {
    width: fit-content;
    margin-left: 20px;
  }

  .mobile.mobileSearchBtn {
    width: 100%;
    background: var(--Gray01);
    padding: 20px 20px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    position: relative;
    z-index: 1;
    margin-top: 50px;
    font-weight: bold;
  }

  .mobileSearchBtn div {
    cursor: pointer;
    width: 40%;
  }

  .mobileSearchBtn .fa-magnifying-glass {
    margin: 0;
  }

  .section2,
  .section3 {
    background: var(--White);
    height: calc(100% + 20px);
    position: fixed;
    top: -20px;
    left: -100%;
    z-index: 3;
    padding: 20px 0;
    transition: 1s;
  }

  .section2.active,
  .section3.active {
    left: 0;
    transition: 1s;
  }

  .section2Content div {
    width: 100%;
  }

  .section2 .w1280,
  .section3 .w1280 {
    height: calc(100% - 65px);
    padding: 50px 0;
    align-items: self-start;
    align-content: space-between;
  }

  .secondNav.secondNav {
    width: 100%;
    height: 85px;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    background: var(--Black);
    color: var(--White);
  }

  .navClose2 {
    font-size: 30px !important;
    position: absolute;
    top: 25px;
    right: 25px;
  }

  .navClose3 {
    font-size: 30px !important;
    position: absolute;
    top: 25px;
    right: 25px;
  }

  .section3 input {
    width: 80%;
    max-width: 768px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px 20px;
    padding: 0 20px;
    border: 1px solid var(--Gray03);
    color: var(--Gray04);
  }

  .section3 input::placeholder {
    color: var(--Gray03);
  }

  .section3 input::-ms-input-placeholder {
    color: var(--Gray03);
  }

  .section3 .fa-magnifying-glass {
    margin: 11px 0 0 0;
    font-size: 20px;
  }

  .section4 .w1280 {
    padding: 0 0 100px 0;
  }
  .section5 .w1280 {
    padding: 50px 0 100px 0;
  }
  .section5Content {
    width: 100%;
  }
  .section5Content:nth-child(2) {
    order: 3;
    width: 90%;
  }
  .section5Content:nth-child(3) {
    order: 2;
  }
  .aMobile {
    margin: 0 auto;
  }
  .section5Content:nth-child(2) div:nth-child(3) {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  .btn.mobile {
    display: flex !important;
  }
}

/*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) {
}
