@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/@noonnu/one-mobile-title@0.1.0/index.min.css");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
etails,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
button,
hr {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-family: inherit;
}

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
hr {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  min-width: 360px;
  width: 100%;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  color: #000;
  line-height: 1;
  font-weight: 400;
  box-sizing: border-box;
  word-break: keep-all;
}
body *,
body *::before,
body *::after {
  box-sizing: border-box;
}

input,
select,
textarea {
  font-family: inherit;
  outline: none;
  resize: none;
}

a,
button {
  color: #000;
  cursor: pointer;
  border: 0;
  padding: 0;
  outline: none;
  text-decoration: none;
  background: none;
}
a:hover,
button:hover {
  color: #000;
}

.container {
  display: block;
  width: 100%;
  padding: 0 40px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .container {
    padding: 0 20px;
  }
}

.container-fluid {
  display: block;
  width: 100%;
  padding: 0 40px;
}
@media (max-width: 1024px) {
  .container-fluid {
    padding: 0 20px;
  }
}

html,
body {
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  html,
  body {
    overflow: visible;
  }
}

@keyframes bounce {
  100% {
    transform: translateY(50%);
  }
}
/* intro content */
#content {
  position: relative;
}
#content .logo {
  position: absolute;
  /*top: 130px;*/
  top: 100px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}
#content .logo img {
  display: block;
  max-width: 100%;
}
#content .intro-wrap {
  display: table;
  width: 100%;
  height: 100vh;
  text-align: center;
  min-height: 800px;
  table-layout: fixed;
}
#content .intro-wrap > a {
  position: relative;
  overflow: hidden;
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
#content .intro-wrap > a .summary {
  position: relative;
  z-index: 1;
}
#content .intro-wrap > a .summary b {
  display: block;
  font-size: 22px;
  font-weight: bold;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
#content .intro-wrap > a .summary h3 {
  font-size: 45px;
  font-weight: 900;
  margin-top: 40px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
#content .intro-wrap > a .summary .btn-area {
  margin-top: 30px;
}
#content .intro-wrap > a .summary .btn-area .btn-more {
  display: block;
  width: 190px;
  text-align: center;
  font-size: 16px;
  line-height: 34px;
  margin: 0 auto;
  border: 1px solid #fff;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
#content .intro-wrap > a .summary .btn-area .btn-more:hover {
  color: #fff;
  border-color: #52a9df;
  background-color: #52a9df;
}
#content .intro-wrap > a .summary > p {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  margin-top: 30px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
#content .intro-wrap > a .summary.type-1 {
  color: #000;
}
#content .intro-wrap > a .summary.type-1 .btn-area .btn-more {
  border-color: #000;
}
#content .intro-wrap > a .summary.type-2 {
  color: #fff;
}
#content .intro-wrap > a .summary.type-2 .btn-area .btn-more {
  border-color: #fff;
}
#content .intro-wrap > a .backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#content .intro-wrap > a .backdrop:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  content: "";
  display: block;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  backdrop-filter: blur(10px);
}
#content .intro-wrap.type-1 > a.content-1 .backdrop {
  transform: scale(1.1);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
#content .intro-wrap.type-1 > a.content-2 .summary b {
  opacity: 0;
}
#content .intro-wrap.type-1 > a.content-2 .summary h3 {
  opacity: 0;
}
#content .intro-wrap.type-1 > a.content-2 .summary .btn-area .btn-more {
  opacity: 0;
}
#content .intro-wrap.type-1 > a.content-2 .summary p {
  opacity: 0;
}
#content .intro-wrap.type-1 > a.content-2 .backdrop:before {
  opacity: 1;
}
#content .intro-wrap.type-2 > a.content-1 .summary b {
  opacity: 0;
}
#content .intro-wrap.type-2 > a.content-1 .summary h3 {
  opacity: 0;
}
#content .intro-wrap.type-2 > a.content-1 .summary .btn-area .btn-more {
  opacity: 0;
}
#content .intro-wrap.type-2 > a.content-1 .summary p {
  opacity: 0;
}
#content .intro-wrap.type-2 > a.content-1 .backdrop:before {
  opacity: 1;
}
#content .intro-wrap.type-2 > a.content-2 .backdrop {
  transform: scale(1.1);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
#content .wave {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
}
#content .wave > span {
  position: relative;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(207deg) brightness(100%) contrast(100%);
}
#content .wave > span:nth-of-type(3) {
  margin-right: 10px;
}
#content .wave img {
  display: block;
  width: auto;
  height: 100px;
}
#content .wave.show > span:nth-of-type(1) {
  animation-delay: 0.1s;
}
#content .wave.show > span:nth-of-type(2) {
  animation-delay: 0.2s;
}
#content .wave.show > span:nth-of-type(3) {
  animation-delay: 0.3s;
}
#content .wave.show > span:nth-of-type(4) {
  animation-delay: 0.4s;
}
@media (max-width: 1024px) {
  #content .logo {
    top: 10px;
    width: 200px;
    filter: none;
  }
  #content .intro-wrap {
    min-height: 700px;
    display: flex;
    flex-direction: column;
    height: 200vh;
  }
  #content .intro-wrap > a {
    display: block;
    width: 100%;
    height: 50%;
  }
  #content .intro-wrap > a .summary {
    position: absolute;
    padding: 0 15px;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
  }
  #content .intro-wrap > a .summary b {
    font-size: 14px;
  }
  #content .intro-wrap > a .summary h3 {
    font-size: 30px;
    margin-top: 10px;
  }
  #content .intro-wrap > a .summary h3.title {
    margin: 30px 0;
  }
  #content .intro-wrap > a .summary h3.title.type-1 {
    height: 80px;
  }
  #content .intro-wrap > a .summary h3.title.type-2 {
    height: 50px;
  }
  #content .intro-wrap > a .summary .btn-area {
    margin-top: 15px;
  }
  #content .intro-wrap > a .summary .btn-area .btn-more {
    width: 140px;
    font-size: 14px;
    line-height: 28px;
  }
  #content .intro-wrap > a .summary p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
  }
  #content .wave {
    bottom: 30px;
  }
  #content .wave span img {
    width: auto;
    height: 20px;
  }
}

h1.logo {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 300px;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(207deg) brightness(100%) contrast(100%);
}

h3.title {
  display: block;
  width: auto;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(207deg) brightness(100%) contrast(100%);
}
h3.title.type-1 {
  filter: none;
  height: 90px;
}
h3.title.type-2 {
  height: 70px;
}
h3.title img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
}

.mouse-down {
  display: none;
}
@keyframes mousemove {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(20%);
  }
}
@keyframes mousemovedot {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}
@media (max-width: 1024px) {
  .mouse-down {
    display: block;
    position: absolute;
    bottom: -150px;
    left: 50%;
    transform: translateX(-50%);
  }
  .mouse-down .box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 40px;
    height: 60px;
    border-radius: 999px;
    border: 2px solid #000;
    animation: mousemove 1s ease-in-out alternate infinite;
  }
  .mouse-down .box span {
    display: block;
    width: 8px;
    height: 8px;
    background-color: #000;
    border-radius: 100%;
    animation: mousemovedot 0.8s ease-in-out alternate infinite;
  }
  .mouse-down p {
    color: #000;
    font-weight: bold;
  }
}/*# sourceMappingURL=intro.css.map */