@charset "UTF-8";
.el_lv1Heading {
  /*background: url(../img/index/business_img_01.jpg) no-repeat top -180px center/cover;*/
  background: url(../img/news/header_img_01.jpg) no-repeat center center/cover;
}
/* news */
#news_block .news_wrapper {
  display: flex;
  justify-content: space-between
}
#news_block .left_box {
  width: 70%;
}
#news_block .left_box h3 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 50px;
}
.news_list .date {
  font-family: 'Josefin Sans', sans-serif;
  color: #adbacf;
  font-weight: 500;
  font-size: 16px;
  vertical-align: middle;
}
.news_list ul li a:hover .date {
  color: #fff;
}
#news_block .right_box {
  width: 25%;
}
.news_list ul li a {
  padding: 30px 24px;
  display: block;
  transition: ease 0.3s;
}
.news_list ul li a:hover {
  background: #d42442;
  color: #fff;
}
.news_list ul li a .category {
  display: inline-block;
  width: 150px;
  margin: 0 35px;
  padding: 4px 12px;
  font-size: 13px;
  text-align: center;
  line-height: 1;
  color: #D42442;
  vertical-align: middle;
  border: 1px solid #D42442;
}
.news_list ul li a:hover .category {
  border-color: #fff;
  color: #fff;
}
.news_list ul li a p {
  display: inline-block;
  width: calc(100% - 300px);
  font-size: 16px;
}
.page-numbers {
  display: flex;
  justify-content: center;
}
#news_block .page-numbers span {
  height: 35px;
  padding: 0 12px;
  font-weight: bold;
  line-height: 33px;
  letter-spacing: 0;
  color: #fff !important;
  background: #D42442;
  border: 2px solid #D42442;
}
#news_block .page-numbers li {
  margin: 30px 10px;
}
#news_block .pagenation .next,
#news_block .pagenation .prev {
  width: 60px;
}
#news_block .page-numbers a {
  color: #D42442;
  font-size: 15px;
  text-decoration: none;
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 30px;
  background: #fff;
  border: 1px solid #D42442;
}
#news_block .page-numbers a:hover {
  background: #D42442;
  color: #fff;
  transition: ease 0.3s;
}

.right_category h4 {
  font-size: 22px;
  padding: 20px 15px;
}
.right_category .info {
  padding: 10px 0;
  position: relative;
  /* border: 1px solid #fff; */
  transition: ease 0.3s;
  font-size: 14px;
}
.right_category .info:hover {
  color: #D42442;
}
.right_category .info:hover::before {
  border-color: #D42442;
}
.right_category .info:hover::after {
  border-color: #D42442;
}
.right_category .info::before {
  content: "";
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  padding: 10px;
  width: 25px;
  height: 25px;
  overflow: hidden;
  border: solid 1px #D42442;
  border-radius: 50%;
  transition: 0.5s;
}
.right_category .info::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  margin: auto 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid #D42442;
  border-right: 1px solid #D42442;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.2s;
}

.aside_box {
  margin-bottom: 70px;
}
.aside_box h4{
  font-size: 18px;
  font-weight: 600;
  padding: 20px 0;
  margin-bottom: 15px;
  border-bottom: 2px solid #ddd;
}
.aside_box p {
  padding: 15px 0;
  font-size: 15px;
  transition: ease 0.3s;
}
.aside_box p:hover {
  color: #d42442;
}
.category {
  font-size: 14px;
  color: #D42442;
  margin: 0 36px 0 8px;
  padding: 2px 9px 3px;
  vertical-align: middle;
  border: 1px solid #D42442;
}
/* detail */
#news_detail_block .contents_inner {
  display: flex;
  justify-content: space-between;
}
#news_detail_block h3 {
  font-size: 32px;
  margin: 30px 0 50px;
  line-height: 1.6;
}
#news_detail_block .left_box {
  width: 70%;
}
.date {
  color: #adbacf;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 500;
  font-size: 16px;
  vertical-align: middle;
}
.pager_list {
  display: flex;
  justify-content: center;
  margin: 80px 0;
}
.pager_list li {
  margin: 0 10px 0;
  text-align: center;
}
.pager_list li a {
  padding: 10px 0;
  width: 120px;
  color: #D42442;
  border: 1px solid #D42442;
  display: block;
  transition: ease 0.3s;
}
.pager_list li a:hover {
  color: #fff;
  background: #D42442;
  border: 1px solid #fff;
}
#news_detail_block .right_box {
  width: 25%;
}
#news_detail_block .detail_txt {
  font-size: 18px;
  line-height: 200%;
}
#news_detail_block .detail_txt a {
  color: #5585ed;
  transition: ease 0.3s;
}
#news_detail_block .detail_txt a:hover {
  color: #D42442;
}
#contents>*:last-child {
  padding-bottom: 80px;
}
#news_detail_block  #single{
  margin-top: 80px;
}
#news_detail_block  #single .btn{
  padding: 8px 30px;
    text-align: center;
    color: #D42442;
    border: 1px solid #D42442;
    display: block;
    transition: ease 0.3s;
}
#news_detail_block  #single .btn:hover {
  background: #D42442;
  color: #fff;
  transition: ease 0.3s;
}
#news_detail_block  #single .btn.prev{
  margin-right: 30px;
}
#news_detail_block  #single .btn.next{
  margin-left: 30px;
}

/* text_tit */
#news_detail_block .text_tit {
  font-size: 20px;
  font-weight: 600;
  line-height: 180%;
  color: #434343;
  padding: 18px 0 23px 20px;
  margin: 80px 0 50px;
  border-left: 4px solid #606060;
  background: #fafafa;
}
#news_detail_block .text_sub_tit {
  font-size: 18px;
  font-weight: 600;
  line-height: 180%;
  color: #212121;
  margin: 30px 0;
  padding-left: 23px;
}
#news_detail_block .text_sub_tit::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 4px solid #D42442;
  vertical-align: -3px;
}
@media screen and (max-width: 980px) {
  #news_block .news_wrapper {
    display: block;
  }
  .news_list ul li a p {
    width: 100%;
    margin-top: 15px;
  }
  #news_block .left_box {
    width: 100%;
    margin-bottom: 30px;
  }
  #news_block .right_box {
    width: 90%;
    margin: 0 auto;
  }
  /*detail*/
  #news_detail_block .contents_inner {
    display: block;
  }
  #news_detail_block .left_box {
    width: 100%;
    margin-bottom: 30px;
  }
  #news_detail_block .right_box {
    width: 100%;
  }
}
@media screen and (max-width: 840px) {
  body {
    line-height: 200%;
  }
}
@media screen and (max-width: 640px) {
  #contents>*:last-child {
    padding-bottom: 40px !important;
  }
  #news_detail_block  #single .btn{
    padding: 8px 15px;
  }
  #news_detail_block  #single .btn.prev{
    margin-right: 12px;
  }
  #news_detail_block  #single .btn.next{
    margin-left: 12px;
  }
  #news_block .left_box h3 {
    font-size: 26px;
  }
  .news_list ul li a {
    padding: 20px 20px;
  }
  .news_list ul li a p {
    font-size: 16px;
  }
  #news_detail_block h3 {
    font-size: 20px;
  }
  #news_detail_block .detail_txt {
    font-size: 16px;
  }
  #news_detail_block .detail_txt p {
    font-size: 15px;
  }
  .aside_box {
    margin-bottom: 50px;
  }
  .news_list ul li a .category {
    width: auto;
    font-size: 12px;
  }
}
