@charset "UTF-8";

/* CSS Document */
html {
  overflow: hidden;
  font-family: Helvetica Neue, Roboto Light, PingFang SC, Lantinghei SC,
    Hiragino Sans GB, Microsoft Yahei, Arial;
  font-size: 62.5%;
}

html[lang="ja"] {
  font-family: Hiragino sans, Osaka, メイリオ, Meiryo, ＭＳ\Ｐゴシック,
    MS PGothic, Helvetica Neue, Roboto Light, Arial, sans-serif;
}

html[lang="ko"] {
  font-family: 맑은\고딕, malgun gothic, AppleGothicNeoSD, Apple SD 산돌고딕 Neo,
    Helvetica Neue, Roboto Light, Arial, sans-serif;
}

body {
  font-size: 62.5%;
  min-width: 1120px;
  font-weight: 200;
  overflow: hidden;
}

body,
div,
p,
a,
ul,
li,
img {
  margin: 0;
  padding: 0;
}

div img {
  vertical-align: bottom;
}

html,
body {
  height: 100vh;
}

/* page1 */
.page1 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 100px);
}

.home-video {
  object-fit: cover;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.page1_content {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  z-index: 99;
}

.count_container_number {
  color: white;
  font-size: 90px;
  font-weight: 600;
  letter-spacing: 12px;
  word-wrap: break-word;
  line-height: normal;
}

.count_container_desc {
  color: white;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 4px;
  word-wrap: break-word;
  margin-top: 20px;
  line-height: normal;
}

.download_container {
  position: relative;
  height: 60px;
  width: 240px;
  margin-top: 100px;
  background-color: white;
  display: inline-block;
  text-decoration: none;
  border-radius: 100px;
  line-height: 60px;
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  z-index: 1000;
}

.download_container:hover img.download-qr {
  display: block;
}

.download_container:last-child {
  margin-left: 81px;
}

.download_img {
  /* width: 24px; */
  height: 24px;
  vertical-align: middle;
  margin-top: -6px;
  padding-right: 10px;
}

.download-qr {
  display: none;
  position: absolute;
  width: 180px;
  height: 180px;
  left: 30px;
  top: -200px;
  z-index: 1000;
}

.page2 {
  height: calc(100vh - 100px);
  position: absolute;
  background: black;
  width: 100vw;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
}

.page2_title {
  color: white;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 3.5px;
  word-wrap: break-word;
  margin-top: 39px;
  z-index: 200;
}

.page2_subtitle {
  color: white;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 2.5px;
  word-wrap: break-word;
  margin-top: 23px;
  z-index: 200;
  text-align: center;
  line-height: 180%;
}

.page2_img {
  position: absolute;
  top: 100px;
  width: 100vw;
  height: calc(100vh - 100px);
}

.page3 {
  height: calc(100vh - 100px);
  position: absolute;
  background: black;
  width: 100vw;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.page3_left {
  position: relative;
  margin-top: 200px;
}

.page3_title {
  color: #fff;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 3.5px;
}

.page3_subtitle {
  color: #fff;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 45px */
  letter-spacing: 2.5px;
  margin-top: 48px;
  margin-left: 75px;
}

.page3-card-info {
  position: relative;
  margin-top: 133px;
  /* max-width: 900px;
  object-fit: contain; */
}

.page4 {
  height: calc(100vh - 100px);
  position: absolute;
  width: 100vw;
  background: white;
  display: flex;
  justify-content: center;
  align-items: start;
  overflow: hidden;
}

.page4_title {
  color: #000;
  font-size: 50px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 3.5px;
  position: absolute;
  right: 69vw;
  top: 192px;
}

.page4_desc {
  color: #000;
  font-size: 25px;
  font-weight: 400;
  line-height: 180%; /* 45px */
  letter-spacing: 2.5px;
  align-self: end;
  position: absolute;
  left: 69vw;
  bottom: 170px;
}

.page4_video {
  max-width: 600px;
  width: 30vw;
  margin-top: 80px;
  border-radius: 60px;
  border: 10px solid #000;
  background: #fff;
}

.page5 {
  height: calc(100vh - 100px);
  position: absolute;
  width: 100vw;
  background: white;
  display: flex;
  justify-content: center;
  align-items: start;
  overflow: hidden;
}

.page5_title {
  color: #000;
  font-size: 50px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 3.5px;
  position: absolute;
  right: 69vw;
  top: 192px;
}

.page5_video {
  max-width: 600px;
  width: 30vw;
  margin-top: 116px;
  border-radius: 60px;
  border: 10px solid #000;
  background: #fff;
}

.page5_desc {
  color: #000;
  font-size: 25px;
  font-weight: 400;
  line-height: 180%; /* 45px */
  letter-spacing: 2.5px;
  align-self: end;
  position: absolute;
  left: 69vw;
  bottom: 170px;
}

.page6 {
  position: relative;
  height: calc(100vh - 100px);
  width: 100vw;
  overflow: hidden;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
}

.page6-footer-container {
  position: absolute;
  bottom: 0;
}

.page-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 233px);
}

.desc {
  color: black;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 7px;
  word-wrap: break-word;
}

.social_media_container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}

.social_media_item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-left: 88px;
  text-decoration: none;
}

.social_media_item:first-child {
  margin-left: 0;
}

.social_media_img {
  width: 150px;
  height: 150px;
}

.social-media-img-border {
  border-radius: 30px;
  border: 2px solid #000;
}

.social_media_text {
  color: black;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 4px;
  word-wrap: break-word;
  margin-top: 30px;
}

.indicator-container {
  position: absolute;
  top: 30%;
  right: 32px;
  z-index: 1000;
  list-style-type: none;
}

.indicator1,
.indicator2,
.indicator3,
.indicator4,
.indicator5,
.indicator6 {
  width: 4px;
  height: 43px;
  border-radius: 10px;
  background: #f6f6f6;
  margin-bottom: 8px;
}

.indicator-active {
  height: 154px;
}

.animate-header-enter {
  animation: header-enter 1s ease-out;
}

@keyframes header-enter {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

.animate-indicator-enter {
  animation: indicator-in 1s ease-out;
}

@keyframes indicator-in {
  0% {
    height: 43px;
  }
  100% {
    height: 154px;
  }
}

.animate-indicator-leave {
  animation: indicator-out 1s ease-out;
}

@keyframes indicator-out {
  0% {
    height: 154px;
  }
  100% {
    height: 43px;
  }
}

.animate-qr-code-in {
  animation: qr-code-in 1s ease-out;
}

@keyframes qr-code-in {
  0% {
    top: 100%;
  }
  100% {
    top: 30%;
  }
}
