/*
 Theme Name:   GeneratePress EP Theme
 Theme URI:    https://generatepress.com
 Template:     GeneratePress
 Description:  Default GeneratePress child theme made by EP.
 Author:       EVERYDAY PRACTICE
 Author URI:   http://everyday-practice.com
 License:      GNU General Public License v3.0 (or later)
 License URI:  https://www.gnu.org/licenses/gpl-3.0.html
 Template:     generatepress
 Version:      0.1
*/
/* Initialize */
@import "../assets/fonts/font.css";
:root {
  --cntr: 3rem;
  --color-white: #fff;
  --color-black: #000;
}

body.is-gsap-st-markers-hidden div[class^=gsap-marker-],
body.is-gsap-st-markers-hidden div[class*=" gsap-marker-"] {
  display: none !important;
}

/* Landing: KO/EN blocks toggled by body.lang-ko / body.lang-en (see script.js) */
body.lang-ko .landing-lang--en,
body.lang-en .landing-lang--ko {
  display: none !important;
}

.index-landing #bg-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.index-landing #dashboard {
  display: none;
}
.index-landing .section-intro__hero {
  display: flex;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.index-landing .section-intro__description {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  margin: 0;
  text-align: center;
  pointer-events: none;
  z-index: 2;
}
.index-landing .section-intro__title-bracket {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: visible;
  color: #fff;
}
.index-landing .section-intro__title-bracket__svg-holder {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 0;
  overflow: visible;
}
.index-landing .section-intro__title-bracket__svg {
  display: block;
  flex-shrink: 0;
  overflow: visible;
}
.index-landing .section-intro__title-bracket__g {
  will-change: transform;
}
.index-landing .section-intro__title-bracket .section-intro__title {
  position: relative;
  z-index: 1;
  margin: 0;
  will-change: mask-image;
}
.index-landing .section-outro__title-marquee {
  overflow: hidden;
  width: 100%;
}
.index-landing .section-outro__title-track {
  display: inline-flex;
  align-items: baseline;
  width: -moz-max-content;
  width: max-content;
  gap: var(--cntr, 3rem);
  will-change: transform;
}
.index-landing .section-outro__title-marquee .section-outro__title {
  margin: 0;
  flex-shrink: 0;
}
.index-landing .section-investment__content {
  padding-top: 50vh;
}
.index-landing .section-investment__content-item + .index-landing .section-investment__content-item {
  margin-top: 6rem;
}
.index-landing .section-service__item-content {
  position: relative;
}
.index-landing .section-service__item-content::after {
  position: absolute;
  bottom: 2.8rem;
  left: 2rem;
  content: "";
  display: block;
  width: 100%;
  height: 2.46rem;
  background-image: url("assets/images/logo.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
}
.index-landing .section-service__item-content::before {
  position: absolute;
  bottom: 2.8rem;
  right: 2rem;
  content: "";
  display: block;
  width: 3.5rem;
  height: 7rem;
  background-image: url("assets/images/arrow_right.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: right center;
}
.index-landing__stage {
  opacity: 0;
  transition: opacity 0.8s ease;
}

:root[data-size=desktop] {
  --ep-margin: 20px;
  --ep-pageTop: 12px;
  --ep-headerH: 64px;
}

:root[data-size=tablet],
:root[data-size=phone_large],
:root[data-size=phone] {
  --ep-margin: 15px;
  --ep-pageTop: 10px;
  --ep-headerH: 50px;
}

* {
  word-break: keep-all;
  box-sizing: border-box;
  position: relative;
  padding: 0;
  margin: 0;
}

ul,
ol,
li {
  list-style: none;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 0;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
}
button:active, button:focus, button:hover {
  background: none !important;
}

html {
  font-size: 62.5%;
}
@media (max-width: 1024px) {
  html {
    font-size: 10px;
  }
}

body,
input,
select,
optgroup,
textarea {
  font-size: 1rem !important;
  line-height: 1.4em !important;
  font-family: "Suisse Int'l", "SL Gothic", "Br Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
}

body {
  background-color: var(--color-black);
  color: var(--color-white);
}

.caption {
  font-size: 0.875rem;
}

a {
  text-decoration: none;
  color: var(--color-white);
}

.container {
  max-width: initial !important;
}

/* ----- Initialize End ----- */
/* Global Styles */
:root {
  --header-height: 10.8rem;
}

/* ----- Global Styles End ----- */
/* Custom Styles */
/* ----- Custom Styles End ----- *//*# sourceMappingURL=style.css.map */