.sub-title {
  width: 1200px;
  max-width: 100%;
  margin: 50px auto;
  color: #112d7c;
}
.sub-title .sub-box {
  position: relative;
}
.sub-title h1 {
  white-space: nowrap;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 30px !important;
  position: relative;
  display: inline;
  border-bottom: solid 1px #fdbc0b;
  padding-bottom: 10px !important;
  padding-right: 20px;
  font-weight: 800;
  padding-left: 0 !important;
}
.sub-title img {
  position: absolute;
  width: 50px;
  bottom: -1px;
  right: -50px;
}
.sub-title .h3 {
  font-size: 14px;
  margin-top: 10px;
  font-weight: 600;
}

.section0 {
  padding-top: 150px;
  display: flex;
  width: 1200px;
  max-width: 90%;
  margin: 0 auto;
}
.section0 h1 {
  font-size: 16px;
  padding-left: 10px;
}
.section0 .left {
  width: 250px;
  min-width: 250px;
}
.section0 .left .blog-title {
  width: 200px;
}
.section0 .left ul {
  list-style: none;
}
.section0 .category {
  margin-top: 50px;
  font-weight: 800;
  text-align: center;
  width: 170px;
  max-width: 100%;
}
.section0 .news-flex {
  display: flex;
  flex-wrap: wrap;
}
.section0 .news-flex .left {
  width: 600px;
  max-width: calc(100% - 250px);
  padding-right: 30px;
}
.section0 .news-flex .left .card {
  min-width: 300px;
}
.section0 .news-flex .right {
  width: 300px;
  min-width: 300px;
  margin-bottom: 30px;
}
.section0 .news {
  margin-bottom: 20px;
  margin-top: 10px;
}
.section0 .news span {
  background: #75a9fd;
  padding: 5px 10px;
  font-weight: 600;
  color: white;
  border-radius: 5px;
}

.card {
  margin-bottom: 30px;
}

.color-btn {
  border: 0;
  background: #112d7c;
  width: 170px;
  margin: 7px 0;
  padding: 5px 0;
  font-weight: 800;
  text-align: center;
  color: white;
  border-radius: 9999px;
}

.color-btn.small {
  font-size: 12px;
  padding: 8px 0;
}

.data-flex {
  display: flex;
  margin-top: 10px;
  margin-bottom: 15px;
  font-weight: 600;
}
.data-flex .date {
  padding-right: 20px;
}

.c-title {
  font-weight: 600;
}

.section1,
.section2,
.section3,
.section4 {
  padding: 50px 0;
}
.section1 .card-box,
.section2 .card-box,
.section3 .card-box,
.section4 .card-box {
  width: 1200px;
  max-width: 90%;
  display: flex;
  margin: 30px auto 30px auto;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}
.section1 .card-box .card,
.section2 .card-box .card,
.section3 .card-box .card,
.section4 .card-box .card {
  width: 370px;
}
.section1 .card .thumb,
.section2 .card .thumb,
.section3 .card .thumb,
.section4 .card .thumb {
  z-index: 5;
  position: relative;
}
.section1 .card .thumb::before,
.section2 .card .thumb::before,
.section3 .card .thumb::before,
.section4 .card .thumb::before {
  background-image: none;
  content: "";
  background-size: 100% 100%;
  background-size: 100% 100%;
  position: absolute;
  width: 200px;
  height: 200px;
  right: -50px;
  bottom: -30px;
  z-index: -1;
}

#section1,
#section2,
#section3,
#section4 {
  padding-top: 70px;
  width: 1200px;
  max-width: 90%;
  margin: 0 auto;
  margin-top: -70px;
  border-bottom: solid 2px #707070;
}

.link-all {
  text-align: center;
}
.link-all a {
  text-decoration: underline;
  font-weight: 600;
}

.btn-title {
  width: 1200px;
  max-width: 90%;
  margin: 0 auto;
}

.section1 .card:nth-child(1) .thumb::before,
.section3 .card:nth-child(1) .thumb::before {
  background-image: url("../../src/blog/circle2.webp");
  right: 0px;
  bottom: -50px;
}
.section1 .card:nth-child(5) .thumb::before,
.section3 .card:nth-child(5) .thumb::before {
  background-image: url("../../src/blog/circle1.webp");
  right: 10px;
  bottom: auto;
  top: -60px;
}

.section2 .card:nth-child(2) .thumb::before,
.section4 .card:nth-child(2) .thumb::before {
  background-image: url("../../src/blog/circle1.webp");
}
.section2 .card:nth-child(4) .thumb::before,
.section4 .card:nth-child(4) .thumb::before {
  background-image: url("../../src/blog/circle1.webp");
  right: -70px;
  bottom: -30px;
}

.section4 {
  margin-bottom: 50px;
}

.data-flex,
.c-title {
  position: relative;
  z-index: 5;
}

.footer-navi {
  display: none;
}

.tag {
  display: flex;
  flex-wrap: wrap;
}
.tag span {
  display: block;
}

.left .color-btn {
  cursor: pointer;
}

@media screen and (max-width: 1277px) {
  .section0 .news-flex {
    flex-direction: column;
  }
  .section0 .news-flex .left {
    width: 100%;
    max-width: 100%;
  }
  .section0 .news-flex .right {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .section0 .news-flex .right .card {
    width: 48%;
    margin-right: 4%;
  }
  .section0 .news-flex .right .card:nth-child(2) {
    margin-right: 0;
  }
  .section0 .news-flex .left {
    padding-right: 0;
  }
}
@media screen and (max-width: 700px) {
  .section0 {
    flex-wrap: wrap;
    padding-top: 100px;
  }
  .section0 .left {
    margin: 0 auto;
    max-width: 90%;
    margin-bottom: 50px;
  }
  .section0 .news-flex .left {
    padding-right: 0;
    margin-bottom: 0;
  }
  .data-flex {
    flex-direction: column;
  }
  section {
    overflow-x: hidden;
  }
  .section1 .card-box .card,
  .section2 .card-box .card,
  .section3 .card-box .card,
  .section4 .card-box .card {
    width: 100%;
  }
}/*# sourceMappingURL=blog.css.map */