@font-face {
  font-family: Montserrat;
  src: url("../fonts/Montserrat-Light.ttf");
}

.nav {
  display: none;
}

@media only screen and (max-width: 800px) {
  .nav {
    display: block;
    position: fixed;
    top: 17.33333vw;
    left: 0;
    background-color: #ffffff;
    width: 100%;
    height: 17.33333vw;
    z-index: 10;
  }
}

@media only screen and (min-width: 800px) {
  .text {
    display: none;
  }
}

@media only screen and (max-width: 800px) {
  .text {
    font-family: Montserrat;
    line-height: 11.2vw;
    margin-left: 4vw;
    font-size: 4vw;
    width: 53.33333vw;
    display: inline-block;
    color: #424242;
    font-weight: 600;
  }
}

@media only screen and (max-width: 800px) {
  .icons {
    width: 32vw;
    height: 13.33333vw;
    float: right;
  }
}

@media only screen and (max-width: 800px) {
  .icon1 {
    background-image: url("../images/slide.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 5.33333vw;
    height: 5.33333vw;
    margin-top: 2.66667vw;
    margin-right: 5.33333vw;
    float: right;
    opacity: 0.5;
  }
}

@media only screen and (max-width: 800px) {
  .icon2 {
    background-image: url("../images/grid.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 5.33333vw;
    height: 5.33333vw;
    margin-right: 5.33333vw;
    margin-top: 2.66667vw;
    float: right;
  }
}

.grid-wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  position: relative;
  visibility: visible;
}

.grid-container {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  grid-gap: 2.60417vw;
  width: 66.66667vw;
  left: 33.33333vw;
  overflow: hidden;
  background-color: #fafafa;
}

@media only screen and (max-width: 800px) {
  .grid-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    grid-gap: 2.66667vw;
    width: 100vw;
    left: 0vw;
    margin-top: 32vw;
  }
}

.grid-item {
  position: relative;
  width: 32.08333vw;
  height: 21.40625vw;
  cursor: pointer;
}

@media only screen and (max-width: 800px) {
  .grid-item {
    position: relative;
    height: 26.66667vw;
    width: 48.8vw;
  }
}

.grid-item img {
  -o-object-fit: cover;
     object-fit: cover;
}

.switch-icons {
  position: relative;
  width: 7.70833vw;
  height: 2.08333vw;
  left: 12.91667vw;
  top: 15.625vw;
}

.switch1 {
  position: relative;
  display: inline-block;
  width: 1.15104vw;
  height: 1.15104vw;
  background-image: url("../images/grid.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 2.08333vw;
  margin-top: 0.78125vw;
  cursor: pointer;
}

.switch2 {
  position: relative;
  display: inline-block;
  width: 1.15104vw;
  height: 1.15104vw;
  background-image: url("../images/slide.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 1.5625vw;
  margin-top: 0.78125vw;
  cursor: pointer;
  opacity: 0.5;
}

.head1txt {
  position: relative;
  display: inline-block;
  color: #fafafa;
  width: 32.08333vw;
  text-align: center;
  font-size: 1.04167vw;
  font-family: montlight;
  letter-spacing: 0.05208vw;
}

@media only screen and (max-width: 800px) {
  .head1txt {
    position: relative;
    display: inline-block;
    color: #fafafa;
    width: 48.8vw;
    text-align: center;
    font-size: 2.66667vw;
    font-family: montlight;
    letter-spacing: 0.26667vw;
  }
}

.sub1txt {
  position: relative;
  display: inline-block;
  text-align: center;
  color: #fafafa;
  width: 32.08333vw;
  font-size: 0.72917vw;
  font-family: montlight;
  letter-spacing: 0.05208vw;
}

@media only screen and (max-width: 800px) {
  .sub1txt {
    position: relative;
    display: inline-block;
    text-align: center;
    color: #fafafa;
    width: 48.8vw;
    font-size: 2.66667vw;
    font-family: montlight;
    letter-spacing: 0.26667vw;
  }
}

.parent {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  width: 32.08333vw;
  opacity: 1;
}

@media only screen and (max-width: 800px) {
  .parent {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
    width: 48.8vw;
    opacity: 1;
    z-index: 100;
  }
}

.grid-item:hover .wrapwrap {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: rgba(0, 0, 0, 0.65);
}

@media only screen and (max-width: 800px) {
  .grid-item:hover .wrapwrap {
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

.wrapwrap {
  position: absolute;
  height: 21.40625vw;
  width: 32.08333vw;
  opacity: 0;
}

@media only screen and (max-width: 800px) {
  .wrapwrap {
    position: absolute;
    height: 26.66667vw;
    width: 48.8vw;
  }
}
/*# sourceMappingURL=gg.css.map */