/*
 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 */
@font-face {
  font-family: "SL Gothic";
  src: url("/wp-content/themes/generatepress_child/assets/fonts/Pretendard-Regular.woff2") format("woff2"), url("/wp-content/themes/generatepress_child/assets/fonts/Pretendard-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SL Gothic";
  src: url("/wp-content/themes/generatepress_child/assets/fonts/Pretendard-Medium.woff2") format("woff2"), url("/wp-content/themes/generatepress_child/assets/fonts/Pretendard-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SL Gothic";
  src: url("/wp-content/themes/generatepress_child/assets/fonts/Pretendard-SemiBold.woff2") format("woff2"), url("/wp-content/themes/generatepress_child/assets/fonts/Pretendard-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SL Gothic";
  src: url("/wp-content/themes/generatepress_child/assets/fonts/Pretendard-Bold.woff2") format("woff2"), url("/wp-content/themes/generatepress_child/assets/fonts/Pretendard-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Suisse Int'l";
  src: url("/wp-content/themes/generatepress_child/assets/fonts/SuisseIntl-Book-WebS.woff2") format("woff2"), url("/wp-content/themes/generatepress_child/assets/fonts/SuisseIntl-Book-WebS.woff") format("woff");
  font-weight: 450;
  font-style: normal;
  font-display: swap;
}
:root {
  --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;
}

body.lang-ko .landing-lang--en,
body.lang-en .landing-lang--ko {
  display: none !important;
}

.index-landing {
  --intro-title-target-font-size: 9.7rem;
}
.index-landing #bg-canvas {
  position: fixed;
  inset: 0;
  width: auto;
  height: auto;
  max-width: 100vw;
  max-height: 100vh;
  max-height: 100dvh;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.index-landing #bg-canvas canvas {
  display: block;
}
.index-landing #dashboard {
  display: none;
}
.index-landing .section {
  height: calc(var(--vh, 1vh) * 100);
}
.index-landing .section-auto-height {
  height: auto;
  min-height: 100vh;
}
.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: calc(50% + var(--intro-title-target-font-size));
  transform: translateY(-50%);
  width: 100%;
  margin: 0;
  text-align: center;
  pointer-events: none;
  z-index: 2;
  padding-top: 2rem;
}
@media (max-width: 780px) {
  .index-landing .section-intro__description {
    text-align: left;
  }
}
.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;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
.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.section-auto-height,
.index-landing .section-finance.section-auto-height {
  height: calc(var(--vh, 1vh) * 100);
  min-height: unset;
  overflow: hidden;
}
.index-landing .section-investment {
  display: flex;
  flex-direction: column;
  position: relative;
}
.index-landing .section-investment > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.index-landing .section-investment__title {
  flex-shrink: 0;
}
.index-landing .section-investment__content {
  flex: 1;
  display: grid;
  align-items: center;
  min-height: 0;
  padding-top: 0;
}
.index-landing .section-investment__content-item {
  grid-area: 1/1/-1/-1;
}
.index-landing .section-investment__content-item + .index-landing .section-investment__content-item {
  margin-top: 0;
}
.index-landing .section-finance .section-finance__pixels {
  z-index: 1;
}
.index-landing .section-finance video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  pointer-events: none;
}
.index-landing .section-finance #pixelCanvas {
  display: block;
  width: 100%;
  height: 100%;
  image-rendering: pixelated;
  pointer-events: auto;
  touch-action: none;
}
@media (max-width: 1024px) {
  .index-landing .section-finance .section-finance__items-swiper {
    overflow: hidden;
  }
  .index-landing .section-finance .section-finance__items-swiper .section-finance__pixel-item.swiper-slide-active {
    opacity: 1;
  }
  .index-landing .section-finance .section-finance__items-swiper .swiper-wrapper {
    align-items: stretch;
  }
  .index-landing .section-finance .section-finance__items-swiper .swiper-slide {
    width: auto;
    flex-shrink: 0;
  }
}
.index-landing .section-finance .section-finance__items-swiper .swiper-navigation {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index-landing .section-finance .section-finance__items-swiper .swiper-button-prev,
.index-landing .section-finance .section-finance__items-swiper .swiper-button-next {
  position: static;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 5rem;
  background-color: var(--pattern-40, rgba(147, 147, 147, 0.4));
  background-image: url("assets/images/arrow_swiper.svg");
  background-size: 2.1rem auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.index-landing .section-finance .section-finance__items-swiper .swiper-button-prev::after,
.index-landing .section-finance .section-finance__items-swiper .swiper-button-next::after {
  content: none;
}
.index-landing .section-finance .section-finance__items-swiper .swiper-button-next {
  transform: rotate(180deg);
}
@media (max-width: 1024px) {
  .index-landing .section-finance .section-finance__items-swiper {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.index-landing .section-service__swiper {
  overflow: hidden;
}
.index-landing .section-service__swiper .swiper-pagination {
  position: relative;
  margin-top: 4rem;
}
.index-landing .section-service__swiper .swiper-pagination-bullet {
  background: #000;
  opacity: 0.25;
}
.index-landing .section-service__swiper .swiper-pagination-bullet-active {
  opacity: 1;
}
.index-landing .section-service__item-content {
  position: relative;
}
.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;
}
@media (max-width: 1024px) {
  .index-landing .section-service__item-content::before {
    bottom: 1.4rem;
    right: 1rem;
    width: 2.4rem;
    height: 4.9rem;
  }
}

: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;
}

html:lang(ko) body,
html:lang(ko) input,
html:lang(ko) select,
html:lang(ko) optgroup,
html:lang(ko) textarea,
body.lang-ko,
body.lang-ko input,
body.lang-ko select,
body.lang-ko optgroup,
body.lang-ko textarea {
  font-family: "SL Gothic", "Suisse Int'l", "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 {
  --vh: 1vh;
  --cntr: 3rem;
  --header-height: 10.8rem;
}
@media (max-width: 780px) {
  :root {
    --cntr: 1.5rem;
    --header-height: 4rem;
  }
}

/* ----- Global Styles End ----- */
/* Custom Styles */
.header-site .btn-lang {
  transition: color 0.3s ease;
}
.header-site .btn-lang[aria-pressed=true] {
  color: #fff;
}
.header-site .btn-lang[aria-pressed=false],
.header-site .header-site__lang-sep {
  color: rgba(147, 147, 147, 0.6);
}
.header-site .header-site__logo,
.header-site .header-nav-item--sns a img {
  transition: filter 0.3s ease;
}
.header-site.header--on-light .btn-lang[aria-pressed=true] {
  color: #0a0a0a;
}
.header-site.header--on-light .btn-lang[aria-pressed=false],
.header-site.header--on-light .header-site__lang-sep {
  color: rgba(10, 10, 10, 0.45);
}
.header-site.header--on-light .header-site__logo,
.header-site.header--on-light .header-nav-item--sns a img {
  filter: brightness(0);
}

/* ----- Custom Styles End ----- *//*# sourceMappingURL=style.css.map */