* {
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  box-sizing: border-box;
  background-image: url('../images/bg.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: 1.5rem 3rem 0;
}
.header .logo img {
  height: 6rem;
}

.logo {
  display: flex;
  align-items: center;
}

.logo-txt {
  display: grid;
  margin-left: .4rem;
}

.txt-1 {
  height: 2.5rem !important;
  margin-bottom: .5rem;
}

.txt-2 {
  height: 1rem !important;
}
.logo-container {
  margin: 0;
  color: white;
  display: flex;
  align-items: center;
}
.logo_pc {
  display: block;
  max-height: 100vh;
  height: 5rem;
  margin: auto;
}

.txt-1 {
  padding-bottom: .7rem;
}

.txt-1 img {
  width: 6vw;
}

.txt-2 img {
  height: 2vw;
}
.header .contact-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.header .contact-container img {
  height: 2.5rem;
  margin-left: 1vw;
}
.main {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.title-container {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.theme-content {
  width: 50%;
}

.theme-content img {
  height: 85vh;
  right: 0;
}

.decs-container {
  flex-direction: row;
  align-items: flex-end;
}

.star-img {
  text-align: end;
}

.star-img img {
  height: 8vw;
}

.title_ {
  text-align: center;
}

.title_ img {
  width: 85%;
}

.info-activity {
  margin-left: 10%;
  /* padding-top: 2.5rem; */
}

.decs-container .info-activity {
  display: flex;
  align-items: center;
}

.title_ {
  color: rgb(249 211 80);
  font-size: 1.5vw;
  font-weight: 700;
}

.txt_ {
  color: rgba(255, 255, 255);
  font-size: 1vw;
  line-height: 1.5;
}

.txt-qr {
  text-align: center;
  padding-bottom: 1.5rem;
}
.txt-qr img {
  width: 60%;
}
.qr-part {
  display: flex;
  width: 55%;
  margin: 0 auto;
}

.decs-container .qrCode {
  width: 10rem;
  height: 10rem;
  padding: 10px;
  box-sizing: border-box;
  background-color: white;
}

.decs-container .qrCode canvas {
  width: 100%;
  height: 100%;
}

.decs-container .decs-text {
  color: white;
  line-height: 1.5;
}

.decs-container .setup-tips {
  color: rgb(255 56 199);
  font-size: 1.5vw;
}

.decs-container .setup-detail {
  font-size: 1.2vw;
}

.download {
  display: flex;
  flex-direction: column;
  line-height: 2;
  text-align: left;
  justify-content: center;
  margin-left: .8rem;
}

.ios-btn img,
.android-btn img {
  width: unset;
  height: 3.8rem;
  padding: .3rem;
}

.footer-container {
  display: none;
}
.pc_slide{
  display: flex;
  flex-direction: row;
  direction: rtl;
}
.footer-area {
  display: none;
}

@media screen and (max-width: 980px) {
  .header .logo img {
    height: 4rem;
  }
}
