* {
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  box-sizing: border-box;
  background-image: url('../images/img-4.png');
  background-size: cover;
}
.desktop {
  display: block;
}
.wrap-body {
  display: none;
}
.container {
  width: 100vw;
  height: 100vh;
  /* padding: 2.5vw; */
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: .5vw 10vw;
}
.header .logo img {
  height: 6vw;
}
.logo-container {
  margin: 0;
  color: white;
  display: flex;
  align-items: center;
}
.logo_pc {
  display: block;
  max-height: 100vh;
  height: 4vw;
  margin: auto;
}

.header .contact-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.header .contact-container img {
  height: 2vw;
  margin-left: 1vw;
}
.content {
  text-align: center;
  position: relative;
}
.content img {
  width: 80%;
  height: auto;
}
.description {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25%;
}
.desc {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: .5rem;
}
.qrCode {
  width: 8vw;
  height: 8vw;
  padding: 6px;
  box-sizing: border-box;
  background-color: white;
}

.qrCode canvas {
  /* width: 100%; */
  height: 100%;
}

.slide {
  text-align: center;
  position: absolute;
}

.slide img {
  max-width: 100%;
  width: 15vw;
  height: auto;
  /* max-width: 100%;
  width: 15vw; */
}

.t-column {
  position: relative;
  padding-top: 1vw;
}
.t-column img {
  max-width: 100%;
  width: 15vw;
  height: auto;
}
.txt {
  position: absolute;
  top: 60%;
  left: 38%;
  transform: translate(-50%, -50%);
  color: rgb(255 255 255);
  font-size: 1.1vw;
}
.qr-area {
  text-align: center;
  color: rgb(255 255 255);
  font-size: 1vw;
}
.qr-txt {
  padding-top: .5rem;
}
.line {
  margin-top: 3vw;
  text-align: center;
  border-top: 1px solid;
  border-image: linear-gradient(to right , rgb(74, 197, 203), rgb(1, 126, 183)) 1;
}
.txt-2 {
  letter-spacing: 10px;
  font-size: 1.2vw;
  background: -webkit-linear-gradient(rgb(74, 197, 203), rgb(1, 126, 183));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: .5rem;
}
.footer {
  color: rgb(36 36 36);
  padding: .5vw 10vw;
  position: absolute;
  bottom: 0rem;
  font-size: 1rem;
}
/* .content img {
  width: 100%;
} */