/* line 1, variables.scss */
* {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "MKAbel";
  src: url("fonts/MKAbel.ttf");
}

@font-face {
  font-family: "Raleway";
  src: url("fonts/Raleway-Thin.otf");
}

/* line 3, jilbyeong.scss */
body {
  background: url(images/bg.jpg);
  background-repeat: repeat;
  font-family: "MKAbel", Verdana, sans-serif;
  color: #433c36;
}

/* line 10, jilbyeong.scss */
#nav {
  width: 100%;
  height: 30px;
  position: fixed;
  z-index: 20;
  background: url(images/bg_nav.jpg);
  background-repeat: repeat;
}

/* line 19, jilbyeong.scss */
#home {
  margin: 0px;
  width: 100%;
  float: left;
  text-shadow: 1px 1px 2px #f0f0f0;
  padding-bottom: 200px;
}

/* line 27, jilbyeong.scss */
#home_text {
  width: 100%;
}

/* line 31, jilbyeong.scss */
#social_media {
  padding: 0px 0px 0px 10px;
}

/* line 35, jilbyeong.scss */
#padding {
  clear: both;
  padding-top: 10px;
}

/* line 40, jilbyeong.scss */
#storyline {
  margin: 0px;
  width: 100%;
  float: left;
  text-shadow: 1px 1px 2px #f0f0f0;
  padding-bottom: 200px;
}

/* line 48, jilbyeong.scss */
.chapter_caption {
  width: 300px;
}

/* line 52, jilbyeong.scss */
#characters {
  margin: 0px;
  width: 100%;
  float: left;
  text-shadow: 1px 1px 2px #f0f0f0;
  padding-bottom: 200px;
}

/* line 60, jilbyeong.scss */
#setting {
  margin: 0px;
  width: 100%;
  float: left;
  text-shadow: 1px 1px 2px #f0f0f0;
  padding-bottom: 200px;
}

/* line 68, jilbyeong.scss */
#setting_text {
  width: 100%;
}

/* line 72, jilbyeong.scss */
#get_involved {
  margin: 0px;
  width: 100%;
  float: left;
  text-shadow: 1px 1px 2px #f0f0f0;
  padding-bottom: 200px;
}

/* line 80, jilbyeong.scss */
h2 {
  font-size: 4em;
  font-weight: 100;
  padding: 35px 10px 5px 10px;
  font-family: "Raleway", Century Gothic, Helvetica, sans-serif;
  color: #433c36;
}

/* line 88, jilbyeong.scss */
h3 {
  font-size: 2em;
  font-weight: 100;
  padding: 5px 10px 5px 10px;
  font-family: "MKAbel", Verdana, sans-serif;
  color: #433c36;
}

/* line 96, jilbyeong.scss */
p {
  font-size: 1.2em;
  padding: 5px 10px 5px 10px;
}

/* line 101, jilbyeong.scss */
p.mobile_padding {
  padding: 5px 10px 5px 10px;
}

/* line 105, jilbyeong.scss */
p.footer {
  font-size: 0.9em;
}

/* line 109, jilbyeong.scss */
a {
  text-decoration: none;
  color: #a99f95;
}

/* line 114, jilbyeong.scss */
a:hover {
  color: #09f8bd;
}

/* line 118, jilbyeong.scss */
a.nav {
  color: #807d7a;
}

/* line 122, jilbyeong.scss */
a.nav:hover {
  color: #09f8bd;
}

/* line 126, jilbyeong.scss */
ul.nav {
  list-style: none;
  text-align: center;
  font-family: "MKAbel", Verdana, sans-serif;
  font-size: 1em;
  padding: 4px 4px 0 0;
}

/* line 134, jilbyeong.scss */
li.nav {
  display: inline;
  padding-left: 5px;
}

/* line 139, jilbyeong.scss */
img.social_media {
  border: solid 5px white;
  margin-right: 2px;
}

/* line 144, jilbyeong.scss */
img.social_media_bottom {
  border: solid 5px white;
  margin: 10px 10px 5px 10px;
}

/* line 149, jilbyeong.scss */
.video {
  clear: both;
  margin: 0 auto;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 20px;
  height: 0;
  overflow: hidden;
  width: 95%;
}

/* line 160, jilbyeong.scss */
.video iframe,
.video object,
.video embed {
  position: absolute;
  margin: 0 auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* FADE CLASS */
/* line 171, jilbyeong.scss */
.fade {
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}

/* line 178, jilbyeong.scss */
.fade:hover {
  opacity: 0.5;
}

/* CHARACTER HOVER ANIMATIONS VERTICAL */
/* line 3, hover_animations.scss */
.view {
  width: 200px;
  height: 371px;
  margin: 10px;
  float: left;
  border: 5px solid #fff;
  overflow: hidden;
  position: relative;
  text-align: center;
  background: white url(images/bg_nav.jpg) repeat;
}

/* line 15, hover_animations.scss */
.view .mask, .view .content {
  width: 200px;
  height: 371px;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

/* line 24, hover_animations.scss */
.view {
  width: 200px;
  height: 371px;
  margin: 10px;
  float: left;
  border: 5px solid #fff;
  overflow: hidden;
  position: relative;
  text-align: center;
  background: white url(images/bg_nav.jpg) repeat;
}

/* line 36, hover_animations.scss */
.view .mask, .view .content {
  width: 200px;
  height: 371px;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

/* line 45, hover_animations.scss */
.view img {
  display: block;
  position: relative;
}

/* line 50, hover_animations.scss */
.view h3 {
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 25px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
}

/* line 60, hover_animations.scss */
.view p {
  position: relative;
  color: #fff;
  padding: 10px 20px 20px;
  text-align: center;
}

/* line 67, hover_animations.scss */
.view-tenth img {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

/* line 80, hover_animations.scss */
.view-tenth .mask {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 91, hover_animations.scss */
.view-tenth h3 {
  border-bottom: 1px solid #09f8bd;
  background: transparent;
  margin: 20px 40px 0px 40px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  color: #433c36;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 111, hover_animations.scss */
.view-tenth p {
  color: #433c36;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

/* line 128, hover_animations.scss */
.view-tenth:hover img {
  -webkit-transform: scale(10);
  -moz-transform: scale(10);
  -o-transform: scale(10);
  -ms-transform: scale(10);
  transform: scale(10);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 139, hover_animations.scss */
.view-tenth:hover .mask {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

/* line 145, hover_animations.scss */
.view-tenth:hover h3, .view-tenth:hover p, .view-tenth:hover a.info {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

/* CHARACTER HOVER ANIMATIONS HORIZONTAL */
/* line 159, hover_animations.scss */
.view2 {
  width: 300px;
  height: 200px;
  margin: 10px;
  float: left;
  border: 5px solid #fff;
  overflow: hidden;
  position: relative;
  text-align: center;
  background: white url(images/bg_nav.jpg) repeat;
}

/* line 171, hover_animations.scss */
.view2 .mask2, .view2 .content2 {
  width: 300px;
  height: 200px;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

/* line 180, hover_animations.scss */
.view2 {
  width: 300px;
  height: 200px;
  margin: 10px;
  float: left;
  border: 5px solid #fff;
  overflow: hidden;
  position: relative;
  text-align: center;
  background: white url(images/bg_nav.jpg) repeat;
}

/* line 192, hover_animations.scss */
.view2 .mask2, .view2 .content2 {
  width: 300px;
  height: 200px;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

/* line 201, hover_animations.scss */
.view2 img {
  display: block;
  position: relative;
}

/* line 206, hover_animations.scss */
.view2 h3 {
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 25px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
}

/* line 216, hover_animations.scss */
.view2 p {
  position: relative;
  color: #fff;
  padding: 10px 20px 20px;
  text-align: center;
}

/* line 223, hover_animations.scss */
.view-tenth2 img {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

/* line 236, hover_animations.scss */
.view-tenth2 .mask2 {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 247, hover_animations.scss */
.view-tenth2 h3 {
  border-bottom: 1px solid #09f8bd;
  background: transparent;
  margin: 20px 40px 0px 40px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  color: #433c36;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 267, hover_animations.scss */
.view-tenth2 p {
  color: #433c36;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

/* line 284, hover_animations.scss */
.view-tenth2:hover img {
  -webkit-transform: scale(10);
  -moz-transform: scale(10);
  -o-transform: scale(10);
  -ms-transform: scale(10);
  transform: scale(10);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 295, hover_animations.scss */
.view-tenth2:hover .mask2 {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

/* line 301, hover_animations.scss */
.view-tenth2:hover h3, .view-tenth2:hover p, .view-tenth2:hover a.info2 {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

@media screen and (min-width: 600px) {
  /* line 188, jilbyeong.scss */
  #home {
    background: url(images/yuseong600.png);
    background-repeat: no-repeat;
    background-position: top right;
  }

  /* line 194, jilbyeong.scss */
  #home_text {
    width: 70%;
  }

  /* line 198, jilbyeong.scss */
  #social_media {
    padding: 10px 30px 0 30px;
    width: 310px;
  }

  /* line 203, jilbyeong.scss */
  .chapter_box {
    padding: 0 18px 0 18px;
  }

  /* line 207, jilbyeong.scss */
  #nav {
    height: 40px;
  }

  /* line 211, jilbyeong.scss */
  #characters {
    background: url(images/characters.png);
    background-repeat: no-repeat;
    background-position: top right;
  }

  /* line 217, jilbyeong.scss */
  #character_box {
    padding: 0 20px 0 20px;
  }

  /* line 221, jilbyeong.scss */
  #storyline {
    background: url(images/meili.png);
    background-repeat: no-repeat;
    background-position: top left;
  }

  /* line 227, jilbyeong.scss */
  #setting {
    background: url(images/setting600.png);
    background-repeat: no-repeat;
    background-position: top right;
  }

  /* line 233, jilbyeong.scss */
  #setting_text {
    width: 70%;
  }

  /* line 237, jilbyeong.scss */
  #get_involved {
    background: url(images/aranys.png);
    background-repeat: no-repeat;
    background-position: top left;
  }

  /* line 243, jilbyeong.scss */
  .third {
    width: 33%;
    float: left;
  }

  /* line 248, jilbyeong.scss */
  h2 {
    font-size: 5.5em;
    padding: 45px 30px 5px 30px;
  }

  /* line 253, jilbyeong.scss */
  h3 {
    padding: 5px 30px 5px 30px;
  }

  /* line 257, jilbyeong.scss */
  p {
    font-size: 1.2em;
    padding: 5px 30px 5px 30px;
  }

  /* line 262, jilbyeong.scss */
  ul.nav {
    float: right;
    font-size: 1.7em;
    padding: 2px 40px 0 0;
  }

  /* line 268, jilbyeong.scss */
  li.nav {
    padding-left: 10px;
  }

  /* line 272, jilbyeong.scss */
  img.social_media_bottom {
    border: solid 5px white;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 5px;
  }

  /* line 281, jilbyeong.scss */
  .video {
    width: 80%;
    height: 100%;
  }
}
@media screen and (min-width: 800px) {
  /* line 291, jilbyeong.scss */
  #home {
    background: url(images/yuseong800.png);
    background-repeat: no-repeat;
    background-position: top right;
  }

  /* line 297, jilbyeong.scss */
  #home_text {
    width: 40%;
  }

  /* line 301, jilbyeong.scss */
  #storyline_left {
    float: left;
    width: 55%;
  }

  /* line 306, jilbyeong.scss */
  #storyline_right {
    float: right;
    width: 45%;
  }

  /* line 311, jilbyeong.scss */
  #setting {
    background: url(images/setting800.png);
    background-repeat: no-repeat;
    background-position: top right;
  }

  /* line 317, jilbyeong.scss */
  #setting_text {
    width: 40%;
  }

  /* line 321, jilbyeong.scss */
  .video {
    width: 80%;
    height: 100%;
  }
}
@media screen and (min-width: 1100px) {
  /* line 333, jilbyeong.scss */
  #home {
    background: url(images/yuseong.png);
    background-repeat: no-repeat;
    background-position: top right;
  }

  /* line 339, jilbyeong.scss */
  #storyline_left {
    float: left;
    width: 67%;
  }

  /* line 344, jilbyeong.scss */
  #storyline_right {
    float: right;
    width: 33%;
  }

  /* line 349, jilbyeong.scss */
  #setting {
    background: url(images/setting.png);
    background-repeat: no-repeat;
    background-position: top right;
  }

  /* line 355, jilbyeong.scss */
  #setting_text {
    width: 40%;
  }

  /* line 359, jilbyeong.scss */
  .video {
    width: 80%;
    height: 70%;
  }
}
