/* CSS Document */
.newsList .Txt .angle svg, .newsList .Txt .textBox .title {
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.ib_news_000 .contentBox {
  position: relative;
  padding: 60px 0;
}
@media (max-width: 1180px) {
  .ib_news_000 .contentBox {
    padding-bottom: 40px;
  }
}
.ib_news_000 .newsInfoBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 305px;
  padding-top: 0.3125rem;
}
@media (max-width: 1366px) {
  .ib_news_000 .newsInfoBox {
    width: 280px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
}
@media (max-width: 1180px) {
  .ib_news_000 .newsInfoBox {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0.5rem 1rem;
    padding-top: 0;
  }
}
@media (max-width: 480px) {
  .ib_news_000 .newsInfoBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.ib_news_000 .newsInfoBox .dateBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (max-width: 1180px) {
  .ib_news_000 .newsInfoBox .dateBox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.ib_news_000 .newsInfoBox .dateBox span {
  position: relative;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.5;
  color: #000000;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .ib_news_000 .newsInfoBox .dateBox span {
    font-size: 13px;
  }
}
.ib_news_000 .newsInfoBox .dateBox span + span {
  padding-left: 1.375rem;
  margin-left: 0.8125rem;
}
@media (max-width: 480px) {
  .ib_news_000 .newsInfoBox .dateBox span + span {
    padding-left: 1rem;
    margin-left: 0.625rem;
  }
}
.ib_news_000 .newsInfoBox .dateBox span + span::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #0070c0;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  translate: 0 -50%;
}
@media (max-width: 480px) {
  .ib_news_000 .newsInfoBox .dateBox span + span::before {
    width: 6px;
    height: 6px;
  }
}
.ib_news_000 .newsInfoBox .classTitle {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  color: #0372c1;
  width: 130px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 1180px) {
  .ib_news_000 .newsInfoBox .classTitle {
    width: auto;
  }
}

.insPage {
  padding-bottom: 60px;
}
@media (max-width: 1180px) {
  .insPage {
    padding-bottom: 40px;
  }
}
.insPage .articleTitle {
  margin-bottom: 1rem;
}
.insPage .newsInfoBox {
  width: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 0;
  margin-bottom: 1rem;
}
.insPage .newsInfoBox .dateBox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.insPage .newsInfoBox .classTitle {
  width: auto;
}
.insPage .textEditorBox {
  position: relative;
  padding: 20px 0;
}

.newsList {
  position: relative;
}
.newsList .newsItem {
  position: relative;
  padding: 3.375rem 0;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 1180px) {
  .newsList .newsItem {
    padding: 1.5rem 0;
  }
}
@media (max-width: 768px) {
  .newsList .newsItem {
    padding: 1.25rem 0;
  }
}
.newsList .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
}
@media (max-width: 1499px) {
  .newsList .item {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
@media (max-width: 1180px) {
  .newsList .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 1.5rem;
  }
}
@media (max-width: 768px) {
  .newsList .item {
    row-gap: 1rem;
  }
}
.newsList .Txt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  cursor: pointer;
}
@media (min-width: 1181px) {
  .newsList .Txt:has(.linkWrap):hover .textBox .title {
    color: #0070c0;
  }
  .newsList .Txt:has(.linkWrap):hover .angle::before {
    height: 100%;
  }
  .newsList .Txt:has(.linkWrap):hover .angle svg {
    color: #0070c0;
  }
}
.newsList .Txt .textBox {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.newsList .Txt .textBox .title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.015em;
  line-height: 1.5;
  color: #000000;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  .newsList .Txt .textBox .title {
    font-size: 20px;
    -webkit-line-clamp: 2;
  }
}
@media (max-width: 480px) {
  .newsList .Txt .textBox .title {
    font-size: 18px;
  }
}
.newsList .Txt .textBox .text {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.005em;
  line-height: 1.5;
  color: #888888;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 0.9375rem;
}
@media (max-width: 768px) {
  .newsList .Txt .textBox .text {
    font-size: 14px;
    margin-top: 0.5rem;
    -webkit-line-clamp: 3;
  }
}
@media (max-width: 480px) {
  .newsList .Txt .textBox .text {
    font-size: 13px;
  }
}
.newsList .Txt .angle {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 132px;
  border-left: 1px solid #cccccc;
}
@media (max-width: 1499px) {
  .newsList .Txt .angle {
    width: 100px;
  }
}
@media (max-width: 768px) {
  .newsList .Txt .angle {
    display: none;
  }
}
.newsList .Txt .angle::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 1px;
  height: 0;
  background-color: #0372c1;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: -1px;
  translate: 0 -50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.newsList .Txt .angle svg {
  width: 20px;
  height: 20px;
  color: #000000;
}
.newsList .linkWrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/*# sourceMappingURL=ib_news_000.css.map */