@font-face {
  font-family: "Pretendard";
  font-weight: 900;
  font-display: swap;
  src: local("Pretendard Black"), url("../fonts/pretendard/Pretendard-Black.woff2") format("woff2"), url("../fonts/pretendard/Pretendard-Black.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  font-display: swap;
  src: local("Pretendard ExtraBold"), url("../fonts/pretendard/Pretendard-ExtraBold.woff2") format("woff2"), url("../fonts/pretendard/Pretendard-ExtraBold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-display: swap;
  src: local("Pretendard Bold"), url("../fonts/pretendard/Pretendard-Bold.woff2") format("woff2"), url("../fonts/pretendard/Pretendard-Bold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  font-display: swap;
  src: local("Pretendard SemiBold"), url("../fonts/pretendard/Pretendard-SemiBold.woff2") format("woff2"), url("../fonts/pretendard/Pretendard-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-display: swap;
  src: local("Pretendard Medium"), url("../fonts/pretendard/Pretendard-Medium.woff2") format("woff2"), url("../fonts/pretendard/Pretendard-Medium.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-display: swap;
  src: local("Pretendard Regular"), url("../fonts/pretendard/Pretendard-Regular.woff2") format("woff2"), url("../fonts/pretendard/Pretendard-Regular.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  font-display: swap;
  src: local("Pretendard Light"), url("../fonts/pretendard/Pretendard-Light.woff2") format("woff2"), url("../fonts/pretendard/Pretendard-Light.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 200;
  font-display: swap;
  src: local("Pretendard ExtraLight"), url("../fonts/pretendard/Pretendard-ExtraLight.woff2") format("woff2"), url("../fonts/pretendard/Pretendard-ExtraLight.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 100;
  font-display: swap;
  src: local("Pretendard Thin"), url("../fonts/pretendard/Pretendard-Thin.woff2") format("woff2"), url("../fonts/pretendard/Pretendard-Thin.woff") format("woff");
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  font-size: 20px;
  font-family: Pretendard, sans-serif;
  color: #000;
  background-color: #fff;
}

html, body {
  margin: 0;
  height: 100%;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
  padding: 0;
}

button {
  background: inherit;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  overflow: visible;
}

img {
  image-rendering: -moz-crisp-edges; /* firefox */
  image-rendering: -o-crisp-edges; /* opera */
  image-rendering: -webkit-optimize-contrast; /* chrome */
  image-rendering: crisp-edges;
  transform: translateZ(0);
  backface-visibility: hidden;
}

body {
  margin: 0;
  overflow: hidden;
  text-align: center;
}

section {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  position: relative;
  background-color: #fff;
}

strong {
  font-weight: 700;
}

ul {
  font-weight: 300;
  font-size: 0.75rem;
}
ul li {
  padding-bottom: 0.5rem;
}

h1 {
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 2.6rem;
}

h2 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.2rem;
}

h3 {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3rem;
}

h4 {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.3rem;
}

h5 {
  font-weight: 500;
  font-size: 1.05rem;
}

p {
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.3rem;
}

.page {
  position: absolute;
  top: 0;
  left: 1rem;
  font-weight: 300;
  z-index: 1;
}
.page strong {
  font-weight: 600;
  font-size: 1.1rem;
  padding-right: 0.2rem;
}

.lang {
  font-size: 1.2rem;
  border: 2px solid #C1C1C1;
  padding: 0.5rem;
  border-radius: 1.5rem;
  color: #C1C1C1;
}
.lang.en {
  position: absolute;
  right: 5.5rem;
  top: 2rem;
}
.lang.kr {
  position: absolute;
  right: 2.3rem;
  top: 2rem;
}
.lang.active {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.scroll .arrow-1 {
  position: absolute;
  top: calc(100vh - 7rem);
  animation: jumpInfinite 1.5s infinite;
}
.scroll .arrow-1:after {
  content: " ";
  position: absolute;
  top: 0.6rem;
  left: -0.5rem;
  width: 0.55rem;
  height: 0.55rem;
  border-bottom: 4px solid;
  border-right: 4px solid;
  border-radius: 4px;
  transform: rotateZ(45deg);
}
.scroll .arrow-2 {
  position: absolute;
  top: calc(100vh - 7.5rem);
  animation: jumpInfinite 1.5s infinite;
}
.scroll .arrow-2:after {
  content: " ";
  position: absolute;
  top: 0.6rem;
  left: -0.5rem;
  width: 0.55rem;
  height: 0.55rem;
  border-bottom: 4px solid;
  border-right: 4px solid;
  border-radius: 4px;
  transform: rotateZ(45deg);
}
.scroll .arrow-3 {
  position: absolute;
  top: calc(100vh - 8rem);
  animation: jumpInfinite 1.5s infinite;
}
.scroll .arrow-3:after {
  content: " ";
  position: absolute;
  top: 0.6rem;
  left: -0.5rem;
  width: 0.55rem;
  height: 0.55rem;
  border-bottom: 4px solid;
  border-right: 4px solid;
  border-radius: 4px;
  transform: rotateZ(45deg);
}
@keyframes jumpInfinite {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: 20px;
  }
  100% {
    margin-top: 0;
  }
}

#p8 .content {
  text-decoration-style: dashed;
  text-decoration-color: rgba(185, 185, 185, 0.568627451);
  text-decoration-line: underline;
  text-underline-offset: 5px;
  margin: 1.3rem 0;
}
#p8 .effect {
  padding-top: 10rem;
}
#p8 .bg {
  width: 100%;
  height: 12rem;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/btype/bg-2.png");
  background-repeat: no-repeat;
  background-size: cover;
  image-rendering: -moz-crisp-edges; /* firefox */
  image-rendering: -o-crisp-edges; /* opera */
  image-rendering: -webkit-optimize-contrast; /* chrome */
  image-rendering: crisp-edges;
  transform: translateZ(0);
  backface-visibility: hidden;
}

#p9, #p11, #p13 {
  width: 100%;
  height: 100vh !important;
  background-color: #C0CCD8;
  background-repeat: no-repeat;
  background-size: cover;
  image-rendering: -moz-crisp-edges; /* firefox */
  image-rendering: -o-crisp-edges; /* opera */
  image-rendering: -webkit-optimize-contrast; /* chrome */
  image-rendering: crisp-edges;
  transform: translateZ(0);
  backface-visibility: hidden;
  color: #FFF;
  justify-content: end;
}
#p9 .effect, #p11 .effect, #p13 .effect {
  margin-bottom: 5.5rem;
}
#p9 h1, #p11 h1, #p13 h1 {
  font-size: 2rem;
  letter-spacing: 2px;
}
#p9 h2, #p11 h2, #p13 h2 {
  font-size: 1.5rem;
}
#p9 h3, #p11 h3, #p13 h3 {
  font-size: 1.1rem;
}

#p9 {
  background-image: url("/images/btype/bg-3.png");
}

#p11 {
  background-image: url("/images/btype/bg-4.png");
}

#p13 {
  background-image: url("/images/btype/bg-5.png");
}
#p13 .page {
  color: #000;
}

#p10, #p12, #p14 {
  width: 100%;
  height: 100vh !important;
  background-repeat: no-repeat;
  background-size: cover;
  image-rendering: -moz-crisp-edges; /* firefox */
  image-rendering: -o-crisp-edges; /* opera */
  image-rendering: -webkit-optimize-contrast; /* chrome */
  image-rendering: crisp-edges;
  transform: translateZ(0);
  backface-visibility: hidden;
}
#p10 p, #p12 p, #p14 p {
  text-align: left;
  line-height: 1.2rem;
  padding-bottom: 4rem;
}

#p10 {
  background-image: url("/images/btype/mask-3.png");
}

#p12 {
  background-image: url("/images/btype/mask-4.png");
}

#p14 {
  background-image: url("/images/btype/mask-5.png");
}

#p16 {
  display: block;
}
#p16 .content {
  padding-top: 3rem;
}
#p16 h1 {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2rem;
}
#p16 h2 {
  font-size: 0.9rem;
  line-height: 1.6rem;
  padding-top: 0.2rem;
}
#p16 h3 {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5rem;
  padding-top: 3rem;
}
#p16 .effect {
  border-top-left-radius: 8rem;
  border-top-right-radius: 8rem;
  background-color: rgb(250, 250, 250);
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-bottom: 2rem;
}

.num {
  width: 0.6rem;
  height: 0.6rem;
  border: 1px solid #000;
  border-radius: 1rem;
  padding: 0.2rem;
  font-size: 0.7rem;
  font-weight: 600;
  display: inline-block;
  color: white;
  background: black;
  line-height: 0.6rem;
}

.btn-survey {
  position: fixed;
  left: 50%;
  bottom: 0.5rem;
  transform: translate(-50%, 0);
  z-index: 1;
  overflow: hidden;
  background-color: #000;
  color: #fff;
  padding: 1rem 2rem;
  margin-top: 1rem;
  width: 90%;
  border-radius: 0.2rem;
  font-weight: 600;
  letter-spacing: 1px;
}
.btn-survey:after {
  content: "";
  position: absolute;
  top: 0;
  left: -20%;
  width: 0;
  height: 100%;
  background: #FFF;
  transform: skew(50deg);
  z-index: -1;
  transition: 0.4s ease-in;
}
.btn-survey:hover:after {
  width: 140%;
}
.btn-survey:hover {
  color: #000;
  border: 2px solid #000;
}

.rotate90 {
  transform: rotate(90deg);
  transition: all 2s ease 0s;
}

.en h2 {
  font-size: 2rem;
  line-height: 2.8rem;
}
.en #p3 h2 {
  font-size: 1.35rem;
  line-height: 2rem;
}
.en #p3 ul {
  text-align: left;
}
.en #p3 ul li {
  font-size: 0.65rem;
  line-height: 1rem;
}
.en #p4 h2, .en #p5 h2 {
  font-size: 1.5rem;
  line-height: 2rem;
}
.en #p8 {
  font-size: 1.5rem;
  line-height: 1.9rem;
  margin-top: 0;
}
.en #p8 .effect {
  padding-top: 8rem;
}
.en #p8 h2 {
  font-size: 1.5rem;
  line-height: 1.9rem;
}
.en #p8 p {
  font-size: 0.7rem;
}
.en #p9 h2, .en #p11 h2, .en #p13 h2 {
  font-size: 1.35rem;
  line-height: 1.8rem;
}
.en #p9 h3, .en #p11 h3, .en #p13 h3 {
  font-size: 1rem;
  line-height: 1.3rem;
  font-weight: 400;
}
.en #p10 p, .en #p12 p, .en #p14 p {
  font-size: 0.75rem;
  line-height: 1rem;
}
.en #p15 h2 {
  font-size: 1.35rem;
  line-height: 1.8rem;
  font-weight: 800;
}

/*# sourceMappingURL=style.css.map */
