@import "../fonts/gothamssm.css";
@import "https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400&display=swap";

body {
  position: relative;
  margin: 0;
  width: 100%;
  height: 100%;
  width: 100vw;
  height: 100vh;
  background-image: url("../images/web/bg.png");
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: top;
  background-size: 100%;
  background-color: black;
  line-height: 100%;
  overflow: hidden;
  font-family: 'GothamSSm', 'Noto Sans KR';
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
.container {
  margin: 0 auto;
  position: absolute;
  height: 418px;
  left: calc(50% - 300px / 2);
  top: calc(50% - 418px / 2);
}
.logo {
  margin-bottom: 50px;
  text-align: center;
  width: 296px;
  height: 221px;
  margin-left: auto;
  margin-right: auto;
}
.logo > * {
  width: 100%;
}
.logo > .mobile {
  display: none;
}
.vr_store {
  background-image: url("../images/web/btn_1.png");
  margin: 0 auto;
  background-color: white;
}
.text {
  font-size: 13px;
  color: black;
  padding-top: 14px;
  margin-left: 15px;
  line-height: 1;
}
.video,
.visit_store,
.vr_store {
  display: block;
  width: 300px;
  height: 42px;
  background-position-x: right;
  background-repeat: no-repeat;
  background-size: 100% 42px;
}
.video:hover,
.vr_store:hover,
.visit_store:hover {
  cursor: pointer;
}
.video,
.visit_store {
  background-image: url("../images/web/btn_2.png");
  background-color: transparent;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}
.video .text,
.visit_store .text {
  color: white;
}

@media screen and (orientation: landscape) and (min-width: 1025px) and (max-width: 1366px) {
  body {
    background-size: auto 100vh;
  }
}

@media screen and (max-width: 1365px) {
  body {
    background-image: url("../images/mobile/bg.png");
    background-size: cover;
  }
  .container {
    width: 100%;
    width: 100vw;
    height: 352px;
    left: initial;
    top: initial;
    bottom: 116px;
  }
  .logo {
    width: 240px;
    height: 180px;
    margin-bottom: 28px;
  }
  .logo > .pc {
    display: none;
  }
  .logo > .mobile {
    display: block;
    width: 100%;
  }
  .vr_store,
  .video,
  .visit_store {
    width: 100%;
    height: 41px;
    max-width: 240px;
    background-size: 100% 41px;
    background-repeat: no-repeat;
  }
  .vr_store {
    background-image: url("../images/mobile/btn_1.png");
    background-position-x: right;
  }
  .video,
  .visit_store {
    background-image: url("../images/mobile/btn_2.png");
    background-position-x: center;
    background-position-y: center;
  }
}
