@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none; }

html {
  /*overflow-y: auto;*/ }

html, body {
  overflow: hidden;
  height: 100%;
  min-height: 100%; }

body, select, textarea, input {
  font: 12px/100% Apple SD Gothic Neo, 'Apple SD 산돌고딕 Neo', 'Roboto', "맑은 고딕", "Malgun Gothic", "Apple Gothic", NanumGothic, "나눔고딕", Dotum, "돋움", gulim, "굴림", verdana, sans-serif;
  color: #333;
  border: 0; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, table, th, td, embed, object, textarea, a, img {
  padding: 0;
  margin: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

table img {
  vertical-align: middle; }

select, input, table tr td, table tr th {
  vertical-align: middle; }

form, fieldset, abbr, acronym {
  border: 0; }

img {
  border: 0;
  vertical-align: top; }

/* 이미지에 공간을 없애기 위해 vertical-align:top 사용 */
address, caption, cite, code, dfn, em, h1, h2, h3, h4, h5, h6, th, var {
  font-weight: normal;
  font-style: normal; }

ol, ul, li {
  list-style: none; }

table td a {
  display: inline-block; }

table caption {
  display: none; }

a {
  text-decoration: none; }

input[type="image"] {
  vertical-align: top; }

body {
  overflow: hidden; }

.modal-table {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed; }

.modal-cell {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  height: 100%; }

#accessibility, hr, caption, legend {
  position: absolute;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
  text-indent: -5000px; }

.skip {
  position: absolute;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
  text-indent: -5000px; }

/* 이미지, 플래시 속 내용 */
/*
    Example usage:
    @include animation(10s, 5s, changecolour)
 */
/*
  CUSTOM
*/
body {
  background-color: #2a2a2a; }

.container_bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none; }
  .container_bg #solid {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .container_bg #gradient {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    background: linear-gradient(90deg, #4c3b3b 0%, #272626 100%); }

#container_3d {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.cursorPointer {
  cursor: pointer; }

#header {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: none; }
  #header h1 {
    position: absolute;
    top: 5px;
    left: 5px; }
    #header h1 a {
      display: block;
      width: 132px;
      color: #fff;
      font-size: 1rem;
      font-weight: bold;
      line-height: 100%;
      padding: 10px;
      -webkit-box-sizing: border-box;
      /* Safari/Chrome, other WebKit */
      -moz-box-sizing: border-box;
      /* Firefox, other Gecko */
      box-sizing: border-box;
      /* Opera/IE 8+ */ }
      #header h1 a svg {
        width: 100%; }
  #header .sound {
    position: absolute;
    top: 18px;
    right: 10px;
    opacity: 0;
    color: #fff; }
    #header .sound a {
      display: block;
      font-size: .8rem;
      line-height: 100%;
      cursor: pointer; }

@-webkit-keyframes fadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: .1; } }
@-moz-keyframes fadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: .1; } }
@-o-keyframes fadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: .1; } }
@keyframes fadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: .1; } }
@-webkit-keyframes fadeInOut {
  0% {
    opacity: 1; }
  100% {
    opacity: .5; } }
@-moz-keyframes fadeInOut {
  0% {
    opacity: 1; }
  100% {
    opacity: .5; } }
@-o-keyframes fadeInOut {
  0% {
    opacity: 1; }
  100% {
    opacity: .5; } }
@keyframes fadeInOut {
  0% {
    opacity: 1; }
  100% {
    opacity: .5; } }
@-webkit-keyframes scaleOut {
  0% {
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0; }
  10% {
    opacity: 1; }
  60% {
    opacity: 1; }
  100% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }
@-moz-keyframes scaleOut {
  0% {
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0; }
  10% {
    opacity: 1; }
  60% {
    opacity: 1; }
  100% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }
@-o-keyframes scaleOut {
  0% {
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0; }
  10% {
    opacity: 1; }
  60% {
    opacity: 1; }
  100% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }
@keyframes scaleOut {
  0% {
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0; }
  10% {
    opacity: 1; }
  60% {
    opacity: 1; }
  100% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }
#indicators {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none; }

.indicator {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  left: 0;
  pointer-events: none;
  /*@include transform-origin(-50px -50px);*/
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }
  .indicator svg {
    position: absolute;
    top: 0;
    left: 0; }
  .indicator .group {
    moz-transform-origin: 0;
    -o-transform-origin: 0;
    -ms-transform-origin: 0;
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .indicator .center {
    display: block;
    position: absolute;
    top: -5px;
    left: -5px;
    width: 10px;
    height: 10px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    opacity: 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 1s;
    -webkit-animation-name: fadeInOut;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    /* this prevents the animation from restarting! */
    -webkit-animation-direction: alternate;
    -moz-animation-delay: 0s;
    -moz-animation-duration: 1s;
    -moz-animation-name: fadeInOut;
    -moz-animation-iteration-count: infinite;
    -moz-animation-fill-mode: both;
    /* this prevents the animation from restarting! */
    -moz-animation-direction: alternate;
    -o-animation-delay: 0s;
    -o-animation-duration: 1s;
    -o-animation-name: fadeInOut;
    -o-animation-iteration-count: infinite;
    -o-animation-fill-mode: both;
    /* this prevents the animation from restarting! */
    -o-animation-direction: alternate;
    animation-delay: 0s;
    animation-duration: 1s;
    animation-name: fadeInOut;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
    /* this prevents the animation from restarting! */
    animation-direction: alternate; }
  .indicator .circle {
    display: block;
    position: absolute;
    top: -50px;
    left: -50px;
    width: 100px;
    height: 100px;
    border: 2px solid #fff;
    text-align: center;
    line-height: 100px;
    pointer-events: none;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px; }
  .indicator .circle-0 {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 3s;
    -webkit-animation-name: scaleOut;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    /* this prevents the animation from restarting! */
    -webkit-animation-direction: normal;
    -moz-animation-delay: 0s;
    -moz-animation-duration: 3s;
    -moz-animation-name: scaleOut;
    -moz-animation-iteration-count: infinite;
    -moz-animation-fill-mode: both;
    /* this prevents the animation from restarting! */
    -moz-animation-direction: normal;
    -o-animation-delay: 0s;
    -o-animation-duration: 3s;
    -o-animation-name: scaleOut;
    -o-animation-iteration-count: infinite;
    -o-animation-fill-mode: both;
    /* this prevents the animation from restarting! */
    -o-animation-direction: normal;
    animation-delay: 0s;
    animation-duration: 3s;
    animation-name: scaleOut;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
    /* this prevents the animation from restarting! */
    animation-direction: normal; }
  .indicator .circle-1 {
    -webkit-animation-delay: 1s;
    -webkit-animation-duration: 3s;
    -webkit-animation-name: scaleOut;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    /* this prevents the animation from restarting! */
    -webkit-animation-direction: normal;
    -moz-animation-delay: 1s;
    -moz-animation-duration: 3s;
    -moz-animation-name: scaleOut;
    -moz-animation-iteration-count: infinite;
    -moz-animation-fill-mode: both;
    /* this prevents the animation from restarting! */
    -moz-animation-direction: normal;
    -o-animation-delay: 1s;
    -o-animation-duration: 3s;
    -o-animation-name: scaleOut;
    -o-animation-iteration-count: infinite;
    -o-animation-fill-mode: both;
    /* this prevents the animation from restarting! */
    -o-animation-direction: normal;
    animation-delay: 1s;
    animation-duration: 3s;
    animation-name: scaleOut;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
    /* this prevents the animation from restarting! */
    animation-direction: normal; }
  .indicator .circle-2 {
    -webkit-animation-delay: 2s;
    -webkit-animation-duration: 3s;
    -webkit-animation-name: scaleOut;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    /* this prevents the animation from restarting! */
    -webkit-animation-direction: normal;
    -moz-animation-delay: 2s;
    -moz-animation-duration: 3s;
    -moz-animation-name: scaleOut;
    -moz-animation-iteration-count: infinite;
    -moz-animation-fill-mode: both;
    /* this prevents the animation from restarting! */
    -moz-animation-direction: normal;
    -o-animation-delay: 2s;
    -o-animation-duration: 3s;
    -o-animation-name: scaleOut;
    -o-animation-iteration-count: infinite;
    -o-animation-fill-mode: both;
    /* this prevents the animation from restarting! */
    -o-animation-direction: normal;
    animation-delay: 2s;
    animation-duration: 3s;
    animation-name: scaleOut;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
    /* this prevents the animation from restarting! */
    animation-direction: normal; }
  .indicator .text {
    position: absolute;
    top: -27px;
    left: -25px;
    width: 50px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: .9rem;
    font-weight: bold;
    opacity: .65; }
  .indicator.black .center {
    background-color: #585656; }
  .indicator.black .circle {
    border: 2px solid #585656; }

#introduce {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  opacity: 0; }
  #introduce .card {
    text-align: center;
    padding: 20px 10px; }
    #introduce .card h3 {
      color: #444;
      font-size: 1rem;
      line-height: 150%; }
    #introduce .card a {
      margin-left: 30px;
      font-weight: bold;
      font-size: 1.5rem;
      color: #333;
      border-bottom: 3px solid #333;
      -moz-transition: border 1s;
      -o-transition: border 1s;
      -webkit-transition: border 1s;
      transition: border 1s; }
      #introduce .card a:hover {
        border-bottom: 3px solid #fff; }

#book {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 20px 50px;
  pointer-events: none;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }
  #book div {
    text-align: center;
    color: #fff; }
    #book div p {
      font-size: 1.1rem;
      line-height: 170%;
      font-family: 'Nanum Myeongjo', serif;
      opacity: 0; }
      @media screen and (max-width: 480px) {
        #book div p {
          font-size: 0.95rem;
          line-height: 170%; } }

#created {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #efefef;
  opacity: .5; }

/*# sourceMappingURL=style.css.map */
