.page_header {
  background-color: #17bdde;
  padding-top: 50px;
  padding-bottom: 40px; }
  .page_header h3 {
    max-width: 87.5%;
    margin: 0 auto 35px;
    text-align: center;
    font-size: 2.08333rem;
    line-height: 30px; }
    .page_header h3 span {
      font-size: 2.5rem;
      color: #fff; }
  .page_header .search_wrap {
    max-width: 93%;
    margin: 0 auto; }
    .page_header .search_wrap .sfield {
      width: 100%;
      height: 32px;
      border: 1px solid #ebebeb;
      text-indent: 10px;
      outline: none;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      margin-bottom: 5px; }
    .page_header .search_wrap .skeyword_wrap {
      position: relative;
      height: 32px;
      overflow: hidden; }
      .page_header .search_wrap .skeyword_wrap .skeyword {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 32px;
        border: 1px solid #ebebeb;
        text-indent: 10px;
        outline: none;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 5px; }
      .page_header .search_wrap .skeyword_wrap button {
        position: absolute;
        right: 8px;
        top: 1px;
        color: #acacac;
        font-size: 17px; }

.result_wrap {
  max-width: 93%;
  margin: 50px auto; }
  .result_wrap .media {
    margin-bottom: 10px;
    border: 1px solid #e0e0e0;
    padding: 30px 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .result_wrap .media .media-heading .brd_name {
      display: block;
      color: #17bdde;
      font-size: 1.08333rem;
      margin-bottom: 10px; }
    .result_wrap .media .media-heading a {
      display: block;
      font-size: 1.25rem;
      margin-bottom: 10px; }
    .result_wrap .media .contents {
      font-size: 1.08333rem;
      color: #7d7d7d;
      margin-bottom: 10px; }
    .result_wrap .media .media-info {
      color: #c7c7c7; }

nav {
  margin-bottom: 140px; }
  nav .pagination {
    margin-top: 25px;
    text-align: center; }
    nav .pagination li {
      display: inline-block;
      font-size: 1.25rem;
      margin-left: 8px; }
      nav .pagination li:first-child {
        margin-left: 0; }
      nav .pagination li a {
        display: block;
        text-align: center;
        padding: 3px 10px;
        border: 1px solid #EFEFEF;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        background-color: #EFEFEF;
        color: #8d8d8d;
        -webkit-transition: all 0.45s;
        -moz-transition: all 0.45s;
        -ms-transition: all 0.45s;
        -o-transition: all 0.45s;
        transition: all 0.45s; }
        nav .pagination li a i {
          font-size: 18px; }
      nav .pagination li:hover a {
        border: 1px solid #DEDEDE;
        background-color: #fff;
        color: #8d8d8d; }
      nav .pagination li.active a {
        background-color: #17bdde;
        color: #fff;
        border-color: #17bdde; }

/*# sourceMappingURL=style.css.map */
