/* 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;
}

#content1 .listen {
  width: 162px;
  height: 39px;
  background: #bfbfbf;
  font-size: 1.1rem;
  font-weight: 300;
  display: block;
  position: absolute;
  right: 40px;
  top: 90px;
  text-align: center;
  line-height: 39px;
  color:#000;
}

#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 .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 .paging_wrap {
  margin-top: 1rem;
}

#content2 td a.title {
  display:block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* end contents */

@media screen and (max-width: 1220px) {}