/* mbanner */

#mbanner {
  width: 100%;
  height: 265px;
  background: url(../images/story_namseoul_pc_banner.png) center/cover no-repeat;
}

#mbanner .tit {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  height: 1em;
  padding-top: 100px;
}

/* contents */

#contents {
  margin-bottom: 50px;
}

#content1 h2.tit {
  padding: 4.5rem 0 0 0;
  text-align: left;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5;
  color: #111;
}

#content2 .tit {
  margin-top: 1.5rem;
  padding: 0.7rem 100px 0.7rem 10px;
  text-align: left;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.5;
  color: #111;
  word-break: keep-all;
  position: relative;
  border-top: 1px solid #111;
  border-bottom: 1px solid #e8e8e8;
}

#content2 .tit .date {
  padding: 0.8rem 10px 0 0;
  text-align: left;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #111;
  word-break: keep-all;
  position: absolute;
  top: 0;
  right: 0;
}

#content2 .attach { 
  margin-top: 0rem;
  padding: 1rem 2rem 1rem 0;
  text-align: right;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #111;
  word-break: keep-all;
  position: relative;
}

#content2 .explain {
  padding: 1rem 0 0 0;
  text-align: left;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.5;
  color: #111;
  word-break: keep-all;
  width: 95%;
  margin: 0 auto;
}

#content2 .img_container {
  width: 95%;
  margin: 0 auto;
}

#content2 .img_container img {
  width: 100%;
}

#content2 .video-box {
  margin: 1rem 0 0 0;
}

#content2 .video-box .video {
  width: 95%;
  margin: 0 auto;
}

#content2 .video-box .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

#content2 .video-box .embed-container iframe, .video-box .embed-container object, .video-box .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#content2 .list_photo {
  margin: 0 auto;
  margin-top: 2rem;
}

#content2 .list_photo li {
  display: inline-block;
  width: 24.5%;
  box-sizing: border-box;
  padding: 1%;
}

#content2 .list_photo li .thumb {
  display: block;
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}

#content2 .list_photo li img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#content2 .nextpage {
  margin-top: 2rem;
  padding: 0 0 0 10px;
  text-align: left;
  font-size: 1rem;
  font-weight: 300;
  line-height: 60px;
  color: #111;
  word-break: keep-all;
  position: relative;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}

#content2 .nextpage span {
  padding-left:30px;
  background:url(../images/icon_nextpage.png) no-repeat left center; 
}

#content2 .prevpage {
  padding: 0 0 0 10px;
  text-align: left;
  font-size: 1rem;
  font-weight: 300;
  line-height: 60px;
  color: #111;
  word-break: keep-all;
  position: relative;
  border-bottom: 1px solid #e8e8e8;
}

#content2 .prevpage span {
  padding-left:30px;
  background:url(../images/icon_prevpage.png) no-repeat left center; 
}

#content2 .btn_area {
  margin: 0.5rem 0 0.5rem 0;
  text-align: center;
}

#content2 .btn_area .sm_btn {
  display: inline-block;
  padding: 0 1rem;
  background: #000;
  border-radius: 0.2rem;
  color: #fff;
  font-weight: 300;
  line-height: 2;
  font-size: 1.25rem;
}

#content2 .table-bordered {
margin:0.3rem 0;
    border: 1px solid #ddd;
}

#content2 .table-bordered td{
    border: 1px solid #ddd;
  padding:0.2rem;
}

#content2 .table-bordered th{
    border: 1px solid #ddd;
  padding:0.2rem;
}

#content2 .explain p {
  margin-top: 0.5rem;
}

/* end contents */

@media screen and (max-width: 1220px) {
  #content2 .list_photo li {
    width: 32%;
  }
}

@media screen and (max-width: 700px) {
  #content2 .list_photo li {
    width: 48%;
  }
}