/* 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 .tbl_header {
  display: flex;
  justify-content: space-between;
  margin: 2rem 0 1rem 0;
}

#content2 .tbl_header .col2 form {
  display: flex;
}

#content2 .tbl_header .see_type{
  width: 120px;
  height: 40px;
}

#content2 .tbl_header .see_text{
  width: 224px;
  height: 40px;
  margin-left:5px;
}

#content2 .tbl_header .submit {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../images/btn_search.png) center/cover no-repeat;
  vertical-align: top;
}

#content2 .list_wrap {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}

#content2 .list_item {
  flex-basis: 33%;
  margin-bottom:1rem;
}

#content2 .list_item .img_container {
  width: 95%;
  height: 0;
  padding-bottom:60%;
  margin: 0 auto;
  position: relative;
  background: url(../images/together_list_pc_bg01.png) center/cover no-repeat;
  box-sizing: border-box;
  border:1px solid #ccc;
}

#content2 .list_item .img_container .btn_play {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index:2;
}

#content2 .list_item h3 {
  width: 95%;
  margin: 0 auto;
  padding: 0.5rem 0.2rem 0.2rem 0.2rem;
  text-align: left;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  color: #111;
}

#content2 .list_item .explain {
  width: 95%;
  margin: 0 auto;
  padding: 0.2rem 0 0 0;
  text-align: left;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #111;
  height:3rem;
  overflow:hidden;
}

#content2 .list_item .date {
  width: 95%;
  margin: 0 auto;
  padding: 0.2rem 0 0 0;
  text-align: left;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #111;
}

#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;
}

/* end contents */

@media screen and (max-width: 1220px) {
  #content2 .list_item {
    flex-basis: 50%;
  }
  .video-box .video {
    width: 80%;
  }  
}

@media screen and (max-width: 700px) {
  #content2 .list_item {
    flex-basis: 100%;
  }
  .video-box .video {
    width: 90%;
  }  
}