#mainContents {
  background: url("../img/story/bg.jpg") fixed no-repeat right top;
  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: #03F8CD;
}
#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: #03F8CD;
  letter-spacing: -5px;
}
#mainContents .story_wrap h3 {
  padding: 30px 0 45px 39px;
  background: url("../img/story/icon.png") no-repeat 16px 37px, url("../img/story/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: #03F8CD;
  width: 4em;
}
#mainContents .story_wrap .info_txt .mvTxt {
  margin-top: 30px;
  font-size: 12px;
}
#mainContents .story_wrap .info_txt .mvTxt span {
  color: #03F8CD;
}
#mainContents .story_wrap .info_txt .youtube_thumb {
  margin-top: 30px;
  position: relative;
  width: 341px;
  cursor: pointer;
}
#mainContents .story_wrap .info_txt .youtube_thumb:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  top: 10px;
  left: 10px;
  position: absolute;
}
#mainContents .story_wrap .info_txt .youtube_thumb p {
  position: relative;
  z-index: 2;
}
#mainContents .story_wrap .info_txt .youtube_thumb .over {
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/story/movie_icon.png") no-repeat;
  -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;
  width: 100%;
  height: 100%;
}
#mainContents .story_wrap .info_txt .youtube_thumb:hover .over {
  opacity: 0.4;
}
#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;
}
#mainContents .story_wrap .info_txt .clearcode {
  text-align: center;
}
#mainContents .story_wrap .info_txt .clearcode .clearcode_title {
  font-size: 16px;
  margin-bottom: 10px;
}
#mainContents .story_wrap .info_txt .clearcode .clearcodeTxt1 {
  font-size: 30px;
  font-weight: bold;
  height: 34px;
  line-height: 34px;
}
#mainContents .story_wrap .info_txt .clearcode .clearcodeTxt1 span {
  color: #03F8CD;
  font-weight: lighter;
}
#mainContents .story_wrap .info_txt .clearcode .clearcodeTxt2 {
  font-size: 13px;
  margin-top: 10px;
}
#mainContents .story_wrap .info_txt .clearcode .clearcodeTxt2 a {
  color: #03F8CD;
}

.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;
}
