@charset "UTF-8";
/* CSS Document */

.sec1 {
  width: 100%;
  height: 375px;
  position: relative;
  background: url(../images/common/other-top.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.sec1__h1 {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3.6rem;
  font-weight: 700;
  color: #FFFFFF;
  width: 100%;
  text-align: center;
}


@media (max-width: 1024px) {
  .sec1__h1 {
    font-size: 2.8rem;
  }
}


@media (max-width: 600px) {
  .sec1__h1 {
    font-size: 2rem;
  }
}




.sec2 {
  width: 90%;
  max-width: 1200px;
  margin: 150px auto;
}

.sec2__tag {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
}

.sec2__tag time {
  font-size: 1.4rem;
}

.sec2__tag p {
  display: block;
  width: fit-content;
  padding: 2px 25px;
  font-size: 1.4rem;
  color: #FFFFFF;
  font-weight: 700;
  background: linear-gradient(90deg, #53B9F3 0%, #0C61B5 100%);
}

.sec2__h1 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 100px;
}

.sec2__contents {
  display: flex;
  justify-content: space-between;
  gap: 10%;
  margin-bottom: 150px;
}

.sec2__contents__article {
  flex: 1;
}

/* .sec2__contents__article h2 {
  width: fit-content;
  font-size: 2.6rem;
  color: #2768BE;
  font-weight: 700;
  padding-bottom: 5px;
  border-bottom: solid 2px #2768BE;
  margin-bottom: 7.5px;
}

.sec2__contents__article h3 {
  font-size: 2.4rem;
  padding: 5px 10px;
  background: linear-gradient(90deg, #53B9F3 0%, #0C61B5 100%);
  color: #FFFFFF;
  margin-bottom: 12.5px;
  font-weight: 700;
  width: fit-content;
  border-radius: 5px;
}

.sec2__contents__article h4 {
  color: #2768BE;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.sec2__contents__article h5 {
  font-size: 2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 2.5px 0;
  margin-bottom: 10px;
}

.sec2__contents__article h5::before {
  content: "";
  width: 3px;
  height: 25px;
  display: block;
  background: #2768BE;
} */

.sec2__contents__article p {
  margin-bottom: 50px;
  line-height: 1.8;
  letter-spacing: 0.05rem;
}

.sec2__contents__article p img {
  object-fit: contain;
}


.sec2__contents__list {
  width: 280px;
}

.sec2__contents__list__h3 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 40px;
}

.sec2__contents__list__ul {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.sec2__contents__list__ul__li__a {
  transition: 0.5s;
  transition-timing-function: ease-out;
}

.sec2__contents__list__ul__li__a:hover {
  opacity: 0.5;
}

.sec2__contents__list__ul__li__a__tag {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 1.4rem;
  margin-bottom: 15px;
}

.sec2__contents__list__ul__li__a__tag p {
  width: fit-content;
  padding: 2px 15px;
  color: #FFFFFF;
  font-weight: 700;
  background: linear-gradient(90deg, #53B9F3 0%, #0C61B5 100%);
}

.sec2__contents__list__ul__li__a__text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.sec2__button {
  display: block;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  padding: 12px 0;
  border-radius: 100px;
  color: #FFFFFF;
  letter-spacing: 0.05rem;
  background: #486284;
  text-align: center;
  transition: 0.5s;
  transition-timing-function: ease-out;
}

.sec2__button:hover {
  opacity: 0.5;
}

.articlesp {
  display: none;
}

/* .sec2__contents__article ol,
.sec2__contents__article ul {
  padding: 20px 5%;
  background: #F8F8F8;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 50px;
}

.sec2__contents__article ol {
  list-style: auto;
}

.sec2__contents__article ul {
  list-style: disc;
}

.sec2__contents__article ul li::marker {
  font-size: 1.4rem;
  color: #2768BE;
}

.sec2__contents__article div {
  background: #E8F2F9;
  padding: 30px 5%;
}

.sec2__contents__article span {
  display: block;
  text-align: right;
} */

@media (max-width: 1024px) {
  .sec2 {
    margin: 125px auto;
  }

  .sec2__h1 {
    font-size: 2.6rem;
    margin-bottom: 75px;
  }

  .sec2__contents__article p {
    margin-bottom: 75px;
  }

  /* .sec2__contents__article h2 {
    font-size: 2.5rem;
  }

  .sec2__contents__article h3 {
    font-size: 2.3rem;
  }

  .sec2__contents__article h4 {
    font-size: 2.1rem;
  }

  .sec2__contents__article h5 {
    font-size: 1.9rem;
  } */

  /*   .sec2__contents__article p {
    font-size: 1.5rem;
  } */
}

@media (max-width: 767px) {
  .sec2__contents {
    flex-direction: column;
    gap: 100px;
    margin-bottom: 0;
  }

  .sec2__contents__list {
    width: 100%;
  }

  .articlesp {
    display: block;
  }

  .articlepc {
    display: none;
  }
}

@media (max-width: 600px) {
  .sec2 {
    margin: 100px auto;
  }

  .sec2__h1 {
    font-size: 2.4rem;
    margin-bottom: 50px;
  }

  .sec2__contents__article p {
    margin-bottom: 50px;
  }

  /*  .sec2__contents__article h2 {
    font-size: 2.4rem;
  }

  .sec2__contents__article h3 {
    font-size: 2.2rem;
  }

  .sec2__contents__article h4 {
    font-size: 2rem;
  }

  .sec2__contents__article h5 {
    font-size: 1.8rem;
  } */

  /*   .sec2__contents__article p {
    font-size: 1.4rem;
  } */
}