/*!
 * Initialize.css (v1.4.0) is a complete and customizable collection of CSS best practices based on Normalize.css and HTML5 Boilerplate.
 * http://jeroenoomsnl.github.io/initialize-css
 *
 * HTML5 Boilerplate: https://github.com/h5bp/html5-boilerplate
 * Normalize.css: http://github.com/necolas/normalize.css
 */
/* ==========================================================================
   General
   ========================================================================== */
/**
 * 1. Set default font family to $initialize-font-family (default: sans-serif)
 * 2. Prevent adjustments of font size after orientation changes in IE on Windows Phone and in iOS.
 * 3. Configurable defaults
 */
html {
  box-sizing: border-box;
  font-family: sans-serif;
  /* 1 */
  line-height: 1.4;
  /* 3 */
  font-size: 1em;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Inheriting box-sizing
 * https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*, *:before, *:after {
  box-sizing: inherit; }

/* ==========================================================================
   HTML5 display defenitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
details,
main {
  display: block; }

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

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * 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; }

/**
 * 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
   ========================================================================== */
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Grouping content
   ========================================================================== */
/*
 * Address margin not present in IE 8/9 and Safari.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 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 */ }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.4;
  /* 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; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * 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.625em 0.75em; }

/**
 * 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 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * 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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 */ }

/* ==========================================================================
   Optional configurations
   ========================================================================== */
/**
 * Headings
 */
/**
 * Block elements
 */
/* ==========================================================================
   Print styles
   ========================================================================== */
* {
  box-sizing: border-box; }

html, body {
  padding: 0;
  margin: 0;
  font-family: 'Noto Sans KR', sans-serif !important;
  font-style: normal;
  font-weight: 400;
  background-color: transparent;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

a:link {
  color: #0099ff;
  text-decoration: none; }

a:visited {
  color: #8fccff;
  text-decoration: none; }

a:hover {
  color: #0099ff;
  text-decoration: none; }

ul, li {
  padding: 0;
  margin: 0; }

li {
  list-style: none; }

button {
  font-family: 'Noto Sans KR', sans-serif !important;
  font-style: normal; }

button:focus {
  outline: 0; }

.lanucher, button {
  background: transparent;
  border: 1px solid #8fccff;
  color: white;
  padding: 3px 30px 5px 30px;
  cursor: pointer;
  display: inline-block; }

strong {
  color: #8fccff; }

.quick-bar {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 35; }
  .quick-bar .btn-top {
    text-align: center;
    display: block;
    overflow: hidden;
    visibility: hidden;
    padding-top: 9px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid #999;
    background: #FFF;
    cursor: pointer; }
    .quick-bar .btn-top:before {
      content: "";
      display: inline-block;
      width: 10px;
      height: 10px;
      border-style: solid;
      border-color: transparent #999 #999 transparent;
      border-width: 0 2px 2px 0;
      transform: rotate(-135deg); }
    .quick-bar .btn-top strong {
      display: block;
      color: #999;
      font-size: 11px;
      letter-spacing: 0; }

.site-wrapper {
  position: relative;
  width: 100%;
  height: auto; }

header {
  position: absolute;
  padding: 30px 45px;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  display: flex;
  flex-direction: column;
  color: white; }
  header .global-layer {
    display: flex;
    justify-content: space-between; }
    header .global-layer .logo {
      position: relative;
      opacity: 0.6; }
    header .global-layer .global-menu {
      position: relative;
      width: 34px;
      height: 34px;
      padding: 5px;
      cursor: pointer;
      overflow: hidden;
      border: 0;
      outline: 0;
      background-color: transparent;
      transform: rotate(0deg);
      transform-origin: center;
      transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
      visibility: hidden; }
      header .global-layer .global-menu .menu-bar-icon {
        position: absolute;
        top: 50%;
        right: 6px;
        left: 6px;
        height: 2px;
        width: auto;
        margin-top: -1px;
        background-color: white;
        transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.3s; }
        header .global-layer .global-menu .menu-bar-icon:nth-child(1) {
          transform: translateY(-6px); }
        header .global-layer .global-menu .menu-bar-icon:nth-child(2) {
          opacity: 1; }
        header .global-layer .global-menu .menu-bar-icon:nth-child(3) {
          transform: translateY(6px); }
  header .menu-layer {
    display: flex;
    justify-content: flex-end;
    overflow: hidden; }
    header .menu-layer .navigation {
      transform: translateX(100%);
      transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1); }
      header .menu-layer .navigation ul {
        display: flex;
        align-items: flex-start;
        margin: 10px 0; }
        header .menu-layer .navigation ul .nav-item {
          position: relative;
          margin: 0 10px;
          color: white;
          padding: 0;
          border: none; }
          header .menu-layer .navigation ul .nav-item:after {
            position: absolute;
            bottom: -4px;
            left: 0;
            height: 1px;
            width: 100%;
            content: "";
            transform: scaleX(0);
            transform-origin: 100% 50%;
            background-color: #ff4940;
            transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); }
          header .menu-layer .navigation ul .nav-item:hover:after, header .menu-layer .navigation ul .nav-item.active:after {
            transform-origin: 0 50%;
            transform: scaleX(1); }
  header.active-menu .global-layer .global-menu {
    transform: rotate(-180deg); }
    header.active-menu .global-layer .global-menu .menu-bar-icon:nth-child(1) {
      transform: rotate(45deg); }
    header.active-menu .global-layer .global-menu .menu-bar-icon:nth-child(2) {
      opacity: 0; }
    header.active-menu .global-layer .global-menu .menu-bar-icon:nth-child(3) {
      transform: rotate(-45deg); }
  header.active-menu .menu-layer .navigation {
    transform: translateX(0%); }

.guide {
  visibility: hidden; }

.btn-close {
  position: relative;
  width: 40px;
  height: 40px;
  pointer-events: auto;
  border-radius: 50%;
  background-color: white;
  box-shadow: 1px 1px black;
  border: 0;
  padding: 0; }
  .btn-close:before, .btn-close:after {
    position: absolute;
    content: '';
    left: 19px;
    height: 20px;
    width: 2px;
    top: 10px;
    background-color: #999; }
  .btn-close:before {
    transform: rotate(45deg); }
  .btn-close:after {
    transform: rotate(-45deg); }

#content-container {
  position: relative;
  z-index: 10;
  pointer-events: none; }
  #content-container.active {
    pointer-events: auto; }
  #content-container .content-area {
    max-width: 960px;
    pointer-events: auto;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    margin: 0 auto; }
    #content-container .content-area .anchor {
      text-indent: -1000px;
      overflow: hidden;
      width: 1px;
      height: 1px; }
    #content-container .content-area .content-frame {
      color: #efefef;
      padding: 100px 20px; }
      #content-container .content-area .content-frame .title {
        text-align: center;
        font-size: 2em;
        color: #ffcc00; }
      #content-container .content-area .content-frame .movie-box {
        padding: 10px 20px; }
        #content-container .content-area .content-frame .movie-box .movie-frame {
          position: relative;
          margin: 0 auto;
          box-shadow: 5px 5px 10px black;
          padding-bottom: 56.25%;
          /* 16:9 */ }
          #content-container .content-area .content-frame .movie-box .movie-frame .y-player {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: 0; }
      #content-container .content-area .content-frame .summary-box li {
        display: flex;
        padding-bottom: 10px; }
        #content-container .content-area .content-frame .summary-box li span {
          display: block; }
        #content-container .content-area .content-frame .summary-box li .label {
          margin-right: 10px;
          font-weight: bold;
          color: #8fccff;
          flex: 0 1 80px; }
        #content-container .content-area .content-frame .summary-box li .description {
          flex: 1; }
      #content-container .content-area .content-frame .image-box {
        padding: 20px;
        text-align: center; }
        #content-container .content-area .content-frame .image-box img {
          width: 100%;
          height: auto; }

#visual-container {
  position: fixed;
  top: 0;
  left: 0;
  min-height: 100%; }
  #visual-container .view-panel {
    position: relative; }
    #visual-container .view-panel canvas {
      width: 100vw;
      height: 100vh; }
  #visual-container .control-panel {
    position: absolute; }
  #visual-container .footer-panel {
    position: absolute;
    bottom: 20px;
    color: white;
    font-size: 11px;
    width: 100%;
    padding: 0 45px;
    display: flex;
    justify-content: center; }
    #visual-container .footer-panel .copyright {
      opacity: 0.6;
      text-align: right; }

#transition-cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: black;
  pointer-events: none;
  z-index: 19; }
  #transition-cover.active {
    pointer-events: auto; }

#transition-cover {
  transform: translateX(0%); }

.transition-running #transition-cover {
  -webkit-animation: 1.6s cubic-bezier(0.9, 0, 0.18, 1);
          animation: 1.6s cubic-bezier(0.9, 0, 0.18, 1);
  -webkit-animation-name: transition-in-out;
          animation-name: transition-in-out; }

footer {
  position: fixed;
  display: flex;
  color: #cacaca;
  bottom: 0;
  right: 45px;
  font-size: 11px;
  z-index: 20; }

@-webkit-keyframes transition-in-out {
  0% {
    transform: translateX(-100%); }
  50% {
    transform: translateX(0); }
  100% {
    transform: translateX(100%); } }

@keyframes transition-in-out {
  0% {
    transform: translateX(-100%); }
  50% {
    transform: translateX(0); }
  100% {
    transform: translateX(100%); } }

@media screen and (max-width: 768px) {
  header {
    padding: 20px; }
  #content-container .content-area .content-frame {
    padding: 60px 20px; }
    #content-container .content-area .content-frame .image-box {
      padding: 20px 10px; }
  #visual-container .footer-panel {
    padding: 0 20px; } }
