/*Main*/
.c-main {
  margin-top: 120px;
}
.c-main__inner {
  text-align: center;
  margin-bottom: 115px;
}
.c-main__inner img {
  max-width: 100%;
}
.c-main__body img {
  width: 100%;
  display: block;
}
@media (max-width: 767px) {
  .c-main {
    margin-top: 70px;
  }
}
/*End Main*/
/*Banner*/
.c-banner {
  height: 400px;
  width: 100%;
  position: relative;
  background-size: cover;
}

.c-banner__content {
  overflow: hidden;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  color: #fff;
}
.c-banner__title {
  font-size: 50px;
  font-weight: 600;
  font-family: YuMincho;
  margin-bottom: 47px;
}
.c-banner__txt {
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
}

.c-breadcrum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  padding: 56px 20px;
  background-color: #ced3ea;
  margin-bottom: 130px;
}
.c-breadcrum__link {
  display: block;
  letter-spacing: 1.6px;
  font-size: 14px;
  line-height: 2;
}
@media (max-width: 1024px) {
  .c-banner__txt {
    font-size: 15px;
  }
  .c-banner__title {
    font-size: 42px;
    margin-bottom: 35px;
  }
  .c-banner {
    height: 300px;
  }
}

@media all and (max-width: 767px) {
  .c-banner {
    height: 200px;
  }
  .c-banner__content {
    padding: 0 5px;
    bottom: 66px;
  }
  .c-banner__title {
    font-size: 25px;
    margin-bottom: 25px;
  }
  .c-banner__txt {
    font-size: 13px;
  }
  .c-breadcrum {
    padding: 15px 20px 50px;
    margin-bottom: 60px;
  }
  .c-breadcrum__link {
    font-size: 11px;
  }
}
/*End Banner*/
/**---------------------------------------------------------*/
/* PAGINATION */
.c-pagination {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 78px;
}
.c-pagination .item {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  font-weight: 500;
  font-size: 13px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  margin: 0 5px;
}
.c-pagination .item.prev {
  margin-right: 40px;
  margin-left: 0 !important;
}
.c-pagination .item.next {
  margin-left: 40px;
  margin-right: 0 !important;
}
.c-pagination .item-arrow img {
  display: block;
  width: 18px;
  height: 18px;
}
.c-pagination .item a {
  display: block;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
.c-pagination .item:not(.item-arrow) a:hover {
  opacity: 1;
}
.c-pagination .item:not(.item-arrow):hover,
.c-pagination .item.current {
  background: #113285;
  color: white;
}
.c-pagination .item.current,
.c-pagination .item.item-dot {
  pointer-events: none;
}
@media all and (max-width: 767px) {
  .c-pagination {
    margin-top: 30px;
  }
  .c-pagination .item {
    width: 30px;
    height: 30px;
    font-size: 10px;
  }
  .c-pagination .item.prev {
    margin-right: 10px;
  }
  .c-pagination .item.next {
    margin-left: 10px;
  }
}
/*End Custom*/
.p-news__wrapper {
  max-width: 860px;
}
.p-news__title {
  text-align: center;
}
.p-news__content,
.p-news__title span {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}
.p-news__title h2 {
  font-size: 34px;
}
.c-news__card:last-child {
  border-bottom: 1px solid #ccc;
}
@media (max-width: 768px) {
  .p-news__title h2 {
    font-size: 22px;
  }
  .p-news__content,
  .p-news__title span {
    font-size: 13px;
  }
}
