@import url("https://use.typekit.net/azi2vbx.css");
@import url("https://fonts.googleapis.com/css?family=Nanum+Gothic|Nanum+Gothic+Coding|Stylish&display=swap");
html {
  line-height: 1.5;
  font-size: 24px;
  color: rgba(36, 30, 32, 0.9);
  background-color: white; }

html {
  font-family: "ff-tisa-web-pro", Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
  font-weight: 400; }
  html b,
html strong {
    font-family: "ff-tisa-web-pro", Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
    font-weight: 700; }
  html h1,
html h2,
html h3,
html h4,
html h5,
html h6 {
    font-family: "proxima-nova", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 600; }
  html code {
    font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
    font-weight: 400; }

html[lang="ko"] {
  font-family: "Nanum Gothic", sans-serif;
  font-weight: 400; }
  html[lang="ko"] b,
html[lang="ko"] strong {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700; }
  html[lang="ko"] h2 {
    font-size: 1.7em;
    font-family: "Stylish", sans-serif;
    font-weight: 400; }
  html[lang="ko"] code {
    font-family: "Nanum Gothic Coding", "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
    font-weight: 400; }
  html[lang="ko"] #page-wrapper .inner {
    font-size: 1.5em; }
    html[lang="ko"] #page-wrapper .inner h2 {
      font-family: "Stylish", sans-serif;
      font-weight: 400;
      font-size: 3em; }
  html[lang="ko"] body.is-mobile #page-wrapper h2 {
    font-size: 2em; }

@media all and (max-width: 575px) {
  html {
    font-size: 18px; } }

i,
em {
  font-style: italic; }

p {
  margin-top: 0.15em;
  margin-bottom: 1.3em; }

a {
  color: #002F72;
  text-decoration: underline;
  transition: opacity 400ms ease 0s; }
  a:active {
    position: relative;
    top: 1px; }
  a:hover {
    opacity: 0.5; }
  a h1,
a h2,
a h3,
a h4,
a h5,
a h6 {
    color: rgba(36, 30, 32, 0.9); }
  a:hover h1,
a:hover h2,
a:hover h3,
a:hover h4,
a:hover h5,
a:hover h6 {
    text-decoration: underline; }

h1 {
  font-size: 3em;
  line-height: 1.1;
  margin: 0; }

h2,
h3 {
  color: #002F72;
  margin: 0;
  margin-top: 1.5em; }

h2 {
  text-transform: uppercase;
  font-size: 1.2em; }

h3 {
  font-size: 1.0em; }

h2 + p,
h3 + p,
h2 + h3,
hr + h1,
hr + h2,
hr + h3 {
  margin-top: 0; }

nav {
  text-transform: uppercase; }

pre {
  font-size: 0.7rem;
  background-color: rgba(36, 30, 32, 0.1);
  padding: 1em 1.5em; }
  pre code {
    background-color: transparent; }

code {
  background-color: rgba(36, 30, 32, 0.1); }

blockquote {
  font-style: italic;
  position: relative;
  padding: 0 1em;
  margin: 2em 0; }
  blockquote::before {
    content: "\201C";
    color: rgba(36, 30, 32, 0.1);
    z-index: -1;
    position: absolute;
    font-size: 8em;
    top: -0.65em;
    left: -0.2em; }

/*
	Spectral by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
/* Basic */
@-ms-viewport {
  width: device-width; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

body.is-preload *, body.is-preload *:before, body.is-preload *:after {
  -moz-animation: none !important;
  -webkit-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -ms-transition: none !important;
  transition: none !important; }

#page-wrapper {
  color: #fff;
  font-family: "proxima-nova", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 15pt;
  font-weight: 600;
  letter-spacing: 0.075em;
  line-height: 1.65em; }

@media screen and (max-width: 1680px) {
  #page-wrapper {
    font-size: 13pt; } }

@media screen and (max-width: 1280px) {
  #page-wrapper {
    font-size: 12pt; } }

@media screen and (max-width: 736px) {
  #page-wrapper {
    font-size: 11pt;
    letter-spacing: 0.0375em; } }
  #page-wrapper a {
    color: #fff; }
  #page-wrapper h2 {
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.225em;
    margin: 0 0 1em 0;
    text-transform: uppercase;
    font-size: 1.35em;
    line-height: 1.75em; }

@media screen and (max-width: 736px) {
  #page-wrapper h2 {
    font-size: 1.1em;
    line-height: 1.65em; } }

/* Page Wrapper + Menu */
#page-wrapper {
  -moz-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
  padding-top: 3em; }
  #page-wrapper:before {
    background: rgba(0, 0, 0, 0);
    content: '';
    display: block;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10001; }
  #page-wrapper a:hover {
    text-decoration: none;
    opacity: 1; }

/* Banner */
.arrow-down-container {
  display: flex;
  align-items: center;
  justify-content: center; }
  .arrow-down-container .arrow-down {
    box-sizing: border-box;
    height: 2vw;
    width: 2vw;
    border-style: solid;
    border-color: #fff;
    border-width: 0px 2px 2px 0px;
    transform: rotate(45deg);
    transition: border-width 150ms ease-in-out; }
    .arrow-down-container .arrow-down:hover {
      border-bottom-width: 4px;
      border-right-width: 4px; }

#banner {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  cursor: default;
  height: 100vh;
  min-height: 35em;
  overflow: hidden;
  position: relative;
  text-align: center; }
  #banner h2 {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -moz-transition: -moz-transform 0.5s ease, opacity 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease, opacity 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease;
    display: inline-block;
    font-size: 1.75em;
    opacity: 1;
    padding: 0.35em 1em;
    position: relative;
    z-index: 1; }
    #banner h2:before, #banner h2:after {
      -moz-transition: width 0.85s ease;
      -webkit-transition: width 0.85s ease;
      -ms-transition: width 0.85s ease;
      transition: width 0.85s ease;
      -moz-transition-delay: 0.25s;
      -webkit-transition-delay: 0.25s;
      -ms-transition-delay: 0.25s;
      transition-delay: 0.25s;
      background: #fff;
      content: '';
      display: block;
      height: 2px;
      position: absolute;
      width: 100%; }
    #banner h2:before {
      top: 0;
      left: 0; }
    #banner h2:after {
      bottom: 0;
      right: 0; }
  #banner p {
    letter-spacing: 0.225em;
    text-transform: uppercase; }
    #banner p a {
      color: inherit; }
  #banner .more {
    -moz-transition: -moz-transform 0.75s ease, opacity 0.75s ease;
    -webkit-transition: -webkit-transform 0.75s ease, opacity 0.75s ease;
    -ms-transition: -ms-transform 0.75s ease, opacity 0.75s ease;
    transition: transform 0.75s ease, opacity 0.75s ease;
    -moz-transition-delay: 3.5s;
    -webkit-transition-delay: 3.5s;
    -ms-transition-delay: 3.5s;
    transition-delay: 3.5s;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -1vw;
    margin-bottom: 2vw;
    opacity: 1;
    z-index: 1; }
  #banner:after {
    pointer-events: none;
    -moz-transition: opacity 3s ease-in-out;
    -webkit-transition: opacity 3s ease-in-out;
    -ms-transition: opacity 3s ease-in-out;
    transition: opacity 3s ease-in-out;
    -moz-transition-delay: 1.25s;
    -webkit-transition-delay: 1.25s;
    -ms-transition-delay: 1.25s;
    transition-delay: 1.25s;
    content: '';
    background: #2e3842;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0; }

@media screen and (max-width: 736px) {
  #banner {
    padding: 7em 3em 5em 3em ;
    height: auto;
    min-height: 0; }
    #banner h2 {
      font-size: 1.25em; }
    #banner br {
      display: none; }
    #banner .more {
      display: none; } }

body.is-preload #banner h2 {
  -moz-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  opacity: 0; }
  body.is-preload #banner h2:before, body.is-preload #banner h2:after {
    width: 0; }

body.is-preload #banner .more {
  -moz-transform: translateY(8.5em);
  -webkit-transform: translateY(8.5em);
  -ms-transform: translateY(8.5em);
  transform: translateY(8.5em);
  opacity: 0; }

body.is-preload #banner:after {
  opacity: 1; }

/* Landing */
body.landing #page-wrapper {
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0; }

body.is-mobile.landing #page-wrapper {
  background: none; }

body.is-mobile.landing #banner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

header.layout {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 1.5em;
  z-index: 5;
  display: flex;
  justify-content: space-between; }
  header.layout nav {
    font-size: 1em; }
    header.layout nav .language + .language::before {
      content: "\00a0|\00a0"; }

body.is-mobile header.layout nav .language + .language::before {
  content: "\00a0\00a0\00a0|\00a0\00a0\00a0"; }

section.layout {
  padding: 0.75em 1em;
  max-width: 27rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em; }

section.content {
  margin-top: 2em; }
  section.content img {
    display: block;
    width: 100%; }
