/* Globals */
@import url(../fonts/new/fonts.css);
@font-face {
  font-family: Pretendard;
  font-weight: 800;
  src: url('/static/fonts/Pretendard-ExtraBold.woff2') format('woff2'),
    url('/static/fonts/Pretendard-ExtraBold.woff') format('woff');
}
@font-face {
  font-family: Pretendard;
  font-weight: 700;
  src: url('/static/fonts/Pretendard-Bold.woff2') format('woff2'),
    url('/static/fonts/Pretendard-Bold.woff') format('woff');
}
@font-face {
  font-family: Pretendard;
  font-weight: 600;
  src: url('/static/fonts/Pretendard-SemiBold.woff2') format('woff2'),
    url('/static/fonts/Pretendard-SemiBold.woff') format('woff');
}
@font-face {
  font-family: Pretendard;
  font-weight: 500;
  src: url('/static/fonts/Pretendard-Medium.woff2') format('woff2'),
    url('/static/fonts/Pretendard-Medium.woff') format('woff');
}
@font-face {
  font-family: Pretendard;
  font-weight: 400;
  src: url('/static/fonts/Pretendard-Regular.woff2') format('woff2'),
    url('/static/fonts/Pretendard-Regular.woff') format('woff');
}

:root {
  --bg-grey: #efefef;
  --dco-primary: #031a36;
  --soulless-primary: #011c40;
  --soulless-event-primary: #031a36;
  --fint-primary: #00b8de;
  --event-banner: #00abd0;
  --navy600: #394d6a;
  --gray100: #f7f7f7;
  --gray600: #333333;
}

html,
body,
div,
span,
applet,
object,
iframe,
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,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-family: sans-serif;
  vertical-align: baseline;
  word-break: keep-all;
}

/* Remove all orange hover, focus highlights */
button,
button:hover,
button:focus,
li,
li:hover,
li:focus,
a,
a:hover,
a:focus,
*,
*:hover,
*:focus {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
  -webkit-tap-highlight-color: transparent !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  outline: none !important;
}
a,
a:hover,
a:focus {
  color: #333333;
}

h1,
h2,
h3,
h4,
h5 {
  color: #333333;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child {
  margin-top: 0;
}

* {
  font-family: 'Pretendard', sans-serif;
  font-style: normal;
  font-weight: normal;

  /* iOS Webview */
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-touch-callout: none;
  user-select: none;
}

html {
  scroll-behavior: smooth;
  scroll-margin: 2rem;
  font-family: Pretendard, sans-serif;
}

ul li {
  list-style: none;
}

body {
  /* background-color: #031a36; */
  background-color: var(--bg-grey);
  margin: 0;
  padding: 0;
  height: 100%;
  display: flex;
  /* align-items: center; */
  align-items: flex-start;
  justify-content: center;
}

.hidden {
  display: none !important;
}
/* End of Globals */

.fit {
  /* width: 100%; */
  width: 100vw;
  height: 100%;
  /* max-width: 420px; */
  max-width: 520px;
  /* min-height: 720px; */
  /* min-height: 100vh; */
  line-height: 0;
}

div.page.wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  background-color: white;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

.bg-dco {
  background-color: var(--dco-primary);
}
.bg-soulless {
  background-color: var(--soulless-primary);
}

.bg-fint {
  background-color: var(--fint-primary);
}
.bg-white {
  background-color: white;
}
section.section {
  box-sizing: border-box;
  padding: 60px 0;
  line-height: 1;
}
.video.section {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  padding: 0;
}
.stats.section {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
}

video.cover {
  object-fit: scale-down;
  width: 100vw;
  max-width: 520px;
  /* height: 100vh; */
  /* margin-top: -12vh; */
}

div.video.wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  max-width: 520px;
  box-sizing: border-box;
}
div.video.wrapper.center {
  padding: 0;
}
div.lottie.wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  max-width: 520px;
  box-sizing: border-box;
  padding: 8rem;
  padding-left: 20px;
}
div.lottie.wrapper.section2 {
  padding-bottom: 4px;
}

div.arrow.wrapper {
  display: flex;
  position: absolute;
  bottom: 30px;
  left: calc(50% - 16px);
  z-index: 10000;
}
div.campaign.description {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  color: white;
  margin-left: 20px;
  margin-bottom: 194px;
  text-decoration: none;
  padding: 20px 10px;
  cursor: pointer;
}
div.campaign.description > span.campaign.description {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  vertical-align: middle;
  letter-spacing: 0.02em;
}

/* arrow bouncing */
.arrow {
  width: 32px;
  animation: arrow-bouncing 2s ease-in-out infinite;
}
.right-arrow {
  width: 32px;
  animation: right-arrow-bouncing 2s ease-in-out infinite;
  margin-top: -2px;
}
@keyframes arrow-bouncing {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-4px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes right-arrow-bouncing {
  0% {
    transform: translatex(0px);
  }
  50% {
    transform: translatex(-4px);
  }
  100% {
    transform: translatex(0px);
  }
}

div.sticky.logo.left {
  display: flex;
  align-self: flex-start;
  position: fixed;
  flex-direction: row;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  padding-top: 30px;
  padding-left: 20px;
  width: 52px;
  height: 36px;
  transition: display 1s ease-in-out;
  animation: smooth-display 0.4s linear forwards;
}
img.logo {
  width: 52px;
  height: 36px;
}
div.event.banner {
  /* display: none; */
  display: flex;
  align-self: flex-end;
  position: fixed;
  flex-direction: row;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  background-color: var(--event-banner);
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  padding: 12px 8px 12px 4px;
  /* width: 162px; */
  width: 150px;
  height: 12px;
  top: 30px;
  transition: display 1s ease-in-out;
  animation: smooth-display 0.4s linear forwards;
  cursor: pointer;
}
img.festive.firecrackers {
  width: 24px;
  margin-left: 6px;
}
div.festive.comment {
  display: flex;
  align-content: flex-end;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 6px;
}
div.festive.comment span {
  color: white;
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 500;
  /* font-size: 14px; */
  font-size: 13px;
  line-height: 20px;
}
@keyframes smooth-display {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.25;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}

.image.content {
  /* width: 100vw; */
  width: 82vw;
  max-width: 420px;
}
h2.text {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 800;
  font-size: 32px;
  margin-bottom: 16px;
}
h2.text.secondary {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 44px;
  margin: 0;
}
.bold {
  font-weight: 700 !important;
}
.bold800 {
  font-weight: 800 !important;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}
p.text {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
div.text.container {
  padding: 20px;
  padding-bottom: 0;
}
div.image.container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-end;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
}
div.align-start {
  align-self: flex-start;
}
.text.white {
  color: white;
}
.text.grey600 {
  color: #333333;
}
.text.grey400 {
  color: #999999;
}
.text.fint {
  color: var(--fint-primary);
}

@media screen and (max-width: 350px) {
  h2.text {
    font-size: 24px;
  }
  p.text {
    font-size: 14px;
    line-height: 24px;
  }
}
div.stats.wrapper {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}
div.stats.info {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 112px;
  background: #f7f7f7;
  border-radius: 24px;
  margin-top: 12px;
  padding: 30px 20px;
  padding-bottom: 20px;
  box-sizing: border-box;
}
div.stats.info:first-child {
  margin-top: 0;
}
div.stats.info > div.text.wrapper span {
  display: block;
}
div.stats.info > div.text.wrapper > span.description {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 2px;
}
div.stats.info > div.text.wrapper > span.count {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  font-style: normal;
  font-weight: 900;
  font-size: 21px;
  line-height: 38px;
}
span.user-count {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 800;
  font-size: 37px;
  margin-right: 2px;
}
span.aum-count,
span.account-count,
span.invest-count {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 800;
}
div.stats.wrapper div.text.wrapper span.unit {
  margin-top: 2px;
  margin-left: 2px;
}
img.ico64 {
  width: 64px;
}

section.profile.section {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 20px;
  padding-top: 86px;
}
section.profile.last {
  padding-bottom: 120px;
}
/*
@media screen and (max-width: 420px) {
  section.profile.section {
    padding: 20px;
  }
}
*/
div.soulless.relationship {
  width: 100%;
}
h2.soulless {
  font-style: normal;
  font-weight: 800;
  font-size: 32px;
  margin-bottom: 8px;
}
span.soulless.description {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #999999;
}
div.soulless.title.wrapper > span.soulless.description {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
}
div.soulless.title.wrapper {
  margin-bottom: 12px;
}
div.soulless > h3.relationship {
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 34px;
  margin-top: 0;
  margin-bottom: 24px;
}
img.soulless.photo {
  width: 160px;
  height: 220px;
  border-radius: 24px;
}
div.soulless.description {
  margin-left: 16px;
  width: 100%;
}
div.soulless.description.right {
  margin-left: 0;
  margin-right: 16px;
}
div.soulless.profile {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}
div.soulless.profile > img.soulless.photo {
  cursor: pointer;
}
div.soulless.profile.first {
  margin-bottom: 12px;
}
div.soulless.bio {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
  font-style: normal;
  font-size: 15px;
  line-height: 24px;
}
span.bio.title {
  font-weight: 700;
}
div.soulless.comment {
  background-color: var(--gray100);
  padding: 12px;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: var(--gray600);
  margin-top: 10px;
  /* width: 120px; */
}
div.soulless.comment.left-bubble {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
div.soulless.comment.right-bubble {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
}
div.soulless.comment.sky-bubble {
  background-color: #e6f9fd;
}

div.event.wrapper {
  background-color: #031a36;
  color: white;
}
img.event {
  width: 100%;
  max-width: 520px;
}
div.button.wrapper,
div.share.wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0 20px;
  line-height: 1.6;
}
div.button.wrapper {
  padding-top: 12px;
}
div.share.wrapper {
  margin-top: 68px;
  margin-bottom: 68px;
}
span.event.store {
  background-color: var(--fint-primary);
  border-radius: 12px;
  width: 320px;
  height: 56px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: white;
  font-weight: 700;
  font-size: 15px;
  line-height: 24px;
  max-width: 520px;
  width: 100%;
  cursor: pointer;
}
span.share.description {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 27px;
  text-align: center;
  word-break: keep-all;
}
span.share.button {
  margin-top: 20px;
  background-color: #f0f2f4;
  color: var(--navy600);
  border-radius: 8px;
  padding: 8px 12px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
}
div.dimmed.wrapper {
  width: 100%;
  /* width: 100vw; */
  max-width: 520px;
  height: 100%;
  top: 0;
  overflow: hidden;
  position: fixed;
  background-color: black;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  opacity: 0.9;
}

div.close.button.wrapper {
  top: 0;
  width: 100%;
  /* width: 100vw; */
  max-width: 520px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  position: fixed;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-end;
  align-items: center;
}
div.close.button {
  position: fixed;
  top: 0;
  /* right: 0; */
  padding: 24px;
  z-index: 2000;
}
img.close.icon {
  width: 24px;
  height: 24px;
}
div.youtube.player.wrapper {
  z-index: 10;
  /* position: absolute; */
  position: fixed;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  /* height: 100%; */
  height: 225px;
  top: calc(50vh - 112px);
  max-width: 520px;
}
iframe.youtube.player {
  width: 100%;
  height: 100%;
  max-height: 225px;
  background-color: black;
}
