html {
  font-size: 16px;
  overflow-y: scroll;
  scroll-behavior: smooth;
}

body {
  line-height: 1.6;
  font-size: 1rem;
  font-weight: 400;
}

p {
  line-height: 1.6;
}

ul, li, ol {
  margin-left: -0.5rem;
}

.text-xl {
  font-size: 24px;
}

.text-lg {
  font-size: 18px;
}

.text-sm {
  font-size: 15px;
}

.text-xs {
  font-size: 14px;
}

/*=============================================
=                     page                    =
=============================================*/
.page-section{
  position: relative;
}

.logo{
  position: absolute;
  top: 2rem;
  left: 2rem;
  width: 180px;
  object-fit: cover;
}

@media (max-width: 1200px) {
  .logo {
    top: 1.5rem;
    left: 50%;
    width: 135px;
    transform: translateX(-50%);
  }
}

.kv-wrap{
  width: 100%;
  height: 100vh;
}

@media screen and (min-aspect-ratio: 5/2) {
  .kv-wrap {
    height: auto;
    aspect-ratio: 16 / 9;
  }
}

.kv-wrap img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
