/* ==============================================================================
# mobileFont
============================================================================== */
body,
html {
  height: 100%;
  margin: 0;
  color: #333333;
  font-family: "M PLUS 1p", sans-serif;
}

* {
  font-size: 16px;
}

@media screen and (max-width: 1267px) and (min-width: 601px) {
  body {
    width: 1267px;
  }
}
body {
  background-color: #FAFAFA;
}

#main-section {
  color: #000;
  font-size: 2em;
  z-index: 30;
  position: relative;
}

main {
  padding-top: 120px;
  padding-bottom: 10px;
}

.news__inner {
  max-width: 1000px;
  margin: auto;
  width: 100%;
  position: relative;
}
.news__inner .project__container {
  display: flex;
  justify-content: space-between;
}
.news__inner h1 {
  font-family: "Jost", sans-serif;
  font-size: 30px;
  font-weight: 500;
  margin-top: 64px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .news__inner h1 {
    padding-left: 15px;
    margin-top: 0;
  }
}
.news__inner .item__text h2 {
  margin-top: 0;
}

.tab {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 60px;
}

.tab__menu {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 60px;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  gap: 10px;
  border-bottom: none;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .tab__menu {
    flex-wrap: wrap;
    height: auto;
    max-width: 350px;
    margin: auto;
    justify-content: flex-start;
  }
}

.tab__menu-item {
  list-style: none;
  width: 192px;
  height: 45px;
  text-align: center;
  background-color: #fff;
  border-radius: 35px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  letter-spacing: 0.75px;
  font-weight: 400;
  color: #000000;
}
.tab__menu-item:hover {
  opacity: 0.7;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .tab__menu-item {
    width: 170px;
    height: 45px;
  }
}

.tab__menu-item a {
  list-style: none;
  width: 192px;
  height: 45px;
  text-align: center;
  background-color: #fff;
  border-radius: 35px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  letter-spacing: 0.75px;
  font-weight: 400;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tab__menu-item a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .tab__menu-item a {
    width: 170px;
    height: 45px;
  }
}

.tab__menu-item:last-of-type {
  margin-right: 0px;
}

.tab__menu-item.is-active a {
  background-color: #E83C5C;
  color: #fff;
  border-radius: 35px;
  box-sizing: border-box;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: inherit;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .tab__menu-item.is-active a {
    height: 45px;
  }
}

.tab__panel {
  width: 100%;
}

.tab__panel-box {
  min-height: 400px;
  border-radius: 10px;
}

.tab__panel-box001 {
  display: none;
}

.tab__panel-box002 {
  display: none;
}

.tab__panel-box003 {
  display: none;
}

.tab__panel-box004 {
  display: none;
}

.tab__panel-box005 {
  display: none;
}

.tab__panel-box006 {
  display: none;
}

.tab__panel-box.is-show {
  display: block;
}

.news__list {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  margin-top: 70px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .news__list {
    justify-content: center;
  }
}
.news__list .news__item {
  width: 307px;
}
.news__list .news__item a {
  display: block;
  width: inherit;
}
.news__list .news__item a .magazine {
  overflow: hidden;
  width: inherit;
}
.news__list .news__item a:hover img {
  transform: scale(1.2);
}
.news__list .news__item a img {
  transition: all 0.3s;
  width: inherit;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
.news__list .news__item a .content {
  background-color: #fff;
  height: 157px;
  box-sizing: border-box;
  padding: 15px;
  padding-bottom: 28px;
}
.news__list .news__item a .content time {
  color: rgb(136, 136, 136);
  font-size: 15px;
  letter-spacing: 0.75px;
}
.news__list .news__item a .content h2 {
  font-size: 15px;
  letter-spacing: 0.75px;
  line-height: 25px;
  padding-top: 15px;
  font-family: "M PLUS 1p", sans-serif;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .news__list .news__item a .content h2 {
    padding-left: 0;
  }
}

.pagination {
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 70px;
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .pagination {
    flex-wrap: wrap;
  }
}
.pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  letter-spacing: 0.75px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: rgb(237, 237, 237);
  color: rgb(136, 136, 136);
}
.pagination .page-numbers.current {
  background-color: rgb(232, 60, 92);
  color: #fff;
}
.pagination .prev,
.pagination .next {
  display: none;
}/*# sourceMappingURL=news.css.map */