@charset "utf-8";
html,
body {
  background: #00061D;
  color: #FFFFFF;
  height: 100%;
  min-height: 55rem;
}
body {
  background: url("https://staticcdn.buzud.com/web/sg60/sg60_bg.jpg") no-repeat center bottom;
  background-size: 100% auto;
}
header {
  width: 100%;
  height: 5.5rem;
  padding: 1.5rem 2.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.2);
}
header .logo {
  height: 2.5rem;
}
header .logo img {
  display: block;
  height: 2.5rem;
}
header .items {
  margin-left: 2.5rem;
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  align-items: center;
}
header .items .item {
  display: block;
}
header .items .item a {
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  /* 141.176% */
  letter-spacing: -0.00425rem;
  color: #fff;
}
header .icon {
  display: none;
}
.background {
  height: calc(100% - 5.5rem);
}
.container {
  display: flex;
  height: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 7.75rem;
}
@media screen and (max-height: 65rem) {
  .container {
    align-items: flex-start;
    padding-top: 6rem;
  }
}
.container .left {
  width: 31.6875rem;
  display: flex;
  flex-direction: column;
}
.container .left h1 {
  margin-bottom: 2.5rem;
}
.container .left h1 img {
  display: block;
  width: 23.25rem;
}
.container .left .intro {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0.75rem;
}
.container .left .intro:last-of-type {
  margin-bottom: 0;
}
.container .right {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.container .right h3 {
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.75rem;
  /* 137.5% */
  letter-spacing: -0.008rem;
}
.container .right .count-up {
  display: flex;
  flex-direction: row;
  gap: 0.75rem;
  overflow: hidden;
}
.container .right .count-up .count-up-item {
  position: relative;
  width: 6.5rem;
  height: 12.25rem;
}
.container .right .count-up .count-up-item .number {
  display: block;
  width: 6.5rem;
  height: 12.25rem;
  content: '';
  color: rgba(255, 255, 255, 0);
}
.container .right .count-up .count-up-item .number[data-number="0"] {
  background: url("https://staticcdn.buzud.com/web/sg60/numbers/0.png") no-repeat center;
  background-size: 100% 100%;
}
.container .right .count-up .count-up-item .number[data-number="1"] {
  background: url("https://staticcdn.buzud.com/web/sg60/numbers/1.png") no-repeat center;
  background-size: 100% 100%;
}
.container .right .count-up .count-up-item .number[data-number="2"] {
  background: url("https://staticcdn.buzud.com/web/sg60/numbers/2.png") no-repeat center;
  background-size: 100% 100%;
}
.container .right .count-up .count-up-item .number[data-number="3"] {
  background: url("https://staticcdn.buzud.com/web/sg60/numbers/3.png") no-repeat center;
  background-size: 100% 100%;
}
.container .right .count-up .count-up-item .number[data-number="4"] {
  background: url("https://staticcdn.buzud.com/web/sg60/numbers/4.png") no-repeat center;
  background-size: 100% 100%;
}
.container .right .count-up .count-up-item .number[data-number="5"] {
  background: url("https://staticcdn.buzud.com/web/sg60/numbers/5.png") no-repeat center;
  background-size: 100% 100%;
}
.container .right .count-up .count-up-item .number[data-number="6"] {
  background: url("https://staticcdn.buzud.com/web/sg60/numbers/6.png") no-repeat center;
  background-size: 100% 100%;
}
.container .right .count-up .count-up-item .number[data-number="7"] {
  background: url("https://staticcdn.buzud.com/web/sg60/numbers/7.png") no-repeat center;
  background-size: 100% 100%;
}
.container .right .count-up .count-up-item .number[data-number="8"] {
  background: url("https://staticcdn.buzud.com/web/sg60/numbers/8.png") no-repeat center;
  background-size: 100% 100%;
}
.container .right .count-up .count-up-item .number[data-number="9"] {
  background: url("https://staticcdn.buzud.com/web/sg60/numbers/9.png") no-repeat center;
  background-size: 100% 100%;
}
.container .intro_mobile {
  display: none;
}
@media screen and (max-width: 750px) {
  header {
    width: 100%;
    height: 5.5rem;
    padding: 1.5rem 1.5rem;
    z-index: 100;
    justify-content: space-between;
    position: relative;
  }
  header .icon {
    display: block;
  }
  header .icon a {
    display: none;
    width: 1.5rem;
    height: 1.5rem;
  }
  header .icon a img {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
  }
  header .icon .more {
    display: block;
  }
  header .items {
    display: none;
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    gap: 0;
    position: absolute;
    top: 5.5rem;
    left: 0;
    width: 100%;
    z-index: 100;
    height: calc(100vh - 5.5rem);
    background: rgba(0, 0, 0, 0.6);
  }
  header .items .item {
    display: block;
    height: 3rem;
    padding: 0.75rem 0;
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.2);
    background: #00061D;
    width: 100%;
    text-align: center;
  }
  header.active .icon .more {
    display: none;
  }
  header.active .icon .close {
    display: block;
  }
  header.active .items {
    display: flex;
  }
  body {
    background-size: 200% auto;
  }
  .container {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 3rem;
    padding-top: 0;
  }
  .container .left {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .container .left h1 {
    margin: 1.5rem auto 0;
  }
  .container .left h1 img {
    display: block;
    width: 20.4375rem;
  }
  .container .left .intro {
    display: none;
  }
  .container .right {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  .container .right h3 {
    font-size: 1.0625rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5rem;
    /* 141.176% */
    letter-spacing: -0.00425rem;
    text-align: center;
  }
  .container .right .count-up {
    display: flex;
    flex-direction: row;
    gap: 0.25rem;
  }
  .container .right .count-up .count-up-item {
    width: 3.25rem;
    height: 6.125rem;
  }
  .container .right .count-up .count-up-item .number {
    display: block;
    width: 3.25rem;
    height: 6.125rem;
    content: '';
    color: rgba(255, 255, 255, 0);
  }
  .container .right .count-up .count-up-item .number[data-number="0"] {
    background: url("https://staticcdn.buzud.com/web/sg60/numbers/0.png") no-repeat center;
    background-size: 100% 100%;
  }
  .container .right .count-up .count-up-item .number[data-number="1"] {
    background: url("https://staticcdn.buzud.com/web/sg60/numbers/1.png") no-repeat center;
    background-size: 100% 100%;
  }
  .container .right .count-up .count-up-item .number[data-number="2"] {
    background: url("https://staticcdn.buzud.com/web/sg60/numbers/2.png") no-repeat center;
    background-size: 100% 100%;
  }
  .container .right .count-up .count-up-item .number[data-number="3"] {
    background: url("https://staticcdn.buzud.com/web/sg60/numbers/3.png") no-repeat center;
    background-size: 100% 100%;
  }
  .container .right .count-up .count-up-item .number[data-number="4"] {
    background: url("https://staticcdn.buzud.com/web/sg60/numbers/4.png") no-repeat center;
    background-size: 100% 100%;
  }
  .container .right .count-up .count-up-item .number[data-number="5"] {
    background: url("https://staticcdn.buzud.com/web/sg60/numbers/5.png") no-repeat center;
    background-size: 100% 100%;
  }
  .container .right .count-up .count-up-item .number[data-number="6"] {
    background: url("https://staticcdn.buzud.com/web/sg60/numbers/6.png") no-repeat center;
    background-size: 100% 100%;
  }
  .container .right .count-up .count-up-item .number[data-number="7"] {
    background: url("https://staticcdn.buzud.com/web/sg60/numbers/7.png") no-repeat center;
    background-size: 100% 100%;
  }
  .container .right .count-up .count-up-item .number[data-number="8"] {
    background: url("https://staticcdn.buzud.com/web/sg60/numbers/8.png") no-repeat center;
    background-size: 100% 100%;
  }
  .container .right .count-up .count-up-item .number[data-number="9"] {
    background: url("https://staticcdn.buzud.com/web/sg60/numbers/9.png") no-repeat center;
    background-size: 100% 100%;
  }
  .container .intro_mobile {
    display: block;
  }
  .container .intro_mobile .intro {
    width: 20.4375rem;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0.75rem;
  }
  .container .intro_mobile .intro:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 750px) and screen and (max-height: 65rem) {
  .container {
    align-items: center;
    padding-top: 0;
  }
}


/*# sourceMappingURL=index.173e3c81.css.map*/