#mainContents {
  background: url("../img/story/bg.jpg") fixed no-repeat right bottom;
  padding-bottom: 40px;
}
#mainContents .str_nav {
  padding-top: 133px;
  margin: 0 0 15px 20px;
}
#mainContents .str_nav ul li {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
  margin: 0 8px 12px 0;
  line-height: 1;
}
#mainContents .str_nav ul li a {
  color: #FFF;
}
#mainContents .str_nav ul li a:hover {
  text-decoration: underline;
  color: #18b0ff;
}
#mainContents .story_wrap {
  color: #FFF;
  margin: 0 20px;
  border: 1px solid #393939;
  background: rgba(0, 0, 0, 0.4);
  position: relative;
}
#mainContents .story_wrap .bg_num {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 86px;
  line-height: 1;
  opacity: 0.3;
  filter: alpha(opacity=30);
  position: absolute;
  top: 0;
  left: 10px;
  color: #18b0ff;
  letter-spacing: -5px;
}
#mainContents .story_wrap h3 {
  padding: 30px 0 45px 39px;
  background: url("../img/common/icon.png") no-repeat 16px 37px, url("/assets/img/line.png") repeat-x bottom;
  font-size: 20px;
  font-weight: 500;
}
#mainContents .story_wrap .info_txt {
  padding: 30px;
  font-size: 13px;
}
#mainContents .story_wrap .info_txt dl {
  margin-bottom: 8px;
}
#mainContents .story_wrap .info_txt dl dt, #mainContents .story_wrap .info_txt dl dd {
  display: inline-block;
}
#mainContents .story_wrap .info_txt dl dt {
  color: #18b0ff;
  width: 4em;
}
#mainContents .story_wrap .info_txt .st_mv_thumb {
  margin-top: 30px;
  position: relative;
  width: 204px;
  cursor: pointer;
}
#mainContents .story_wrap .info_txt .st_mv_thumb .over {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#mainContents .story_wrap .info_txt .st_mv_thumb:hover .over {
  opacity: 1;
}
#mainContents .story_wrap .info_txt .story_txt {
  margin: 30px 0;
  line-height: 1.6;
}
#mainContents .story_wrap .info_txt ul {
  letter-spacing: -.4em;
  max-width: 780px;
}
#mainContents .story_wrap .info_txt ul li {
  display: inline-block;
  margin: 0 20px 20px 0;
}

.floatMovie {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 5;
  top: -100%;
  left: 320px;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  height: 0;
}
.floatMovie .wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.floatMovie .close {
  height: 22px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -214px 0 0 54px;
  cursor: pointer;
}
.floatMovie .close:hover img {
  margin-top: -22px;
}
.floatMovie .player {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 640px;
  height: 360px;
  margin: -180px 0 0 -480px;
  color: #FFF;
}

/********************************************/
#player01 {
  height: 360px;
}

#player01 .on {
  display: none;
}

#player01 .off {
  display: block;
}

#player01 .btn_play {
  display: none;
}

#player01 .btn_play.active {
  display: none;
}

#player01 .btn_pause {
  display: none !important;
}

#player01 .btn_stop {
  display: none;
}

#player01 .btn_mute {
  display: none;
}

#player01 .btn_full {
  display: none;
}

#player01 .seekbar_vol {
  display: none;
}

#player01 .seekbar_time {
  display: none;
}

.bc-player-default_default {
  width: 100% !important;
  height: 360px !important;
}

.display_time, .display_time_par, .display_poster {
  display: none;
}
