.text_main {
  background: url('../images/bg_news.jpg') no-repeat;
  background-size: cover;
  width: 1372px;
  padding: 60px;
  margin: 0 auto;
  box-sizing: border-box;
}

.text_main span.gray.lg {
  display: block;
  text-align: right;
  font-size: 16px;
  padding-top: 5px;
  color: #fff;
}

.text_main span.black {
  font-size: 24px;
  color: #474747;
}

.text_main .line {
  margin: 30px 0;
}

.text_main span.blue {
  font-size: 40px;
  letter-spacing: 7px;
}

#center {
  padding-top: 0;
}

#content {
  padding: 0px 70px;
}

.content_inner {
  padding: 56px 10px;
}

h2 {
  width: 14%;
  height: 64px;
  background: #0051b0;
  color: #fff;
  line-height: 64px;
  padding-left: 35px;
  box-sizing: border-box;
  float: left;
  font-size: 28px;
}

.box_substance {
  margin-top: 54px;
}

.list_haruin {
  margin-top: 36px;
}

.list_haruin li {
  width: 19%;
  float: left;
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  box-sizing: border-box;
  padding: 14px;
  cursor: pointer;
}

.list_haruin li:nth-child(5n) {
  border-right: none;
}

.list_haruin li img {
  display: block;
  margin: 20px auto 0;
}

.list_haruin li span {
  display: block;
  text-align: center;
  padding: 20px 0 40px;
  color: #000;
  font-size: 15px;
}

.paging {
  display: table;
  margin: 46px auto 0;
}

.paging a {
  float: left;
  display: block;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  color: #5d5d5d;
  transition: all 0.4s;
}

.paging a.active {
  color: #ff660b;
  font-weight: bold;
}

.paging a:hover {
  color: #ff660b;
}

.btn_left {
  border: 1px solid #b9b9b9;
  background: url('../images/arrow_left_paging.jpg') no-repeat center center;
}

.btn_right {
  border: 1px solid #b9b9b9;
  background: url('../images/arrow_right_paging.jpg') no-repeat center center;
}

/* 태블릿 */

@media (max-width: 1439px) {
  h2 {
    width: 260px;
  }
}

/* 모바일 */

@media (max-width: 1023px) {
  .text_main span.gray.lg {
    display: none;
  }
  #center .line {
    margin: 20px 0;
  }
  .menu_sub {
    display: none;
  }
  h2 {
    width: 40%;
    font-size: 16px;
    padding-left: 20px;
  }
  .menu_sub_mob {
    width: 60%;
  }
  #center .text_main {
    background-image: url('../images/bg_news.jpg');
    background-size: auto 143px;
    padding-top: 0;
    padding-bottom: 20px;
  }
  h4 {
    position: relative;
    margin-top: 20px;
  }
  h4:after {
    content: url('../images/icon_h3.png');
    position: absolute;
    top: -10px;
    right: -35px;
  }
  .content_inner {
    padding: 20px 0 0;
  }
  .list_haruin {
    margin-top: 10px;
  }
  .list_haruin li {
    width: 50%;
    border-bottom: none;
  }
  .list_haruin li img {
    margin-top: 0;
  }
  .list_haruin li span {
    font-size: 13px;
    padding: 10px;
  }
  .list_haruin li:nth-child(5n) {
    border-right: 1px solid #e9e9e9;
  }
  .list_haruin li:nth-child(2n) {
    border-right: none;
  }
  .paging {
    margin-top: 20px;
  }
}
