.secService .secServiceIn .serviceTitle {
  font-weight: bold;
  background: url(../../shared/images/icon_circle_black.svg) left center no-repeat;
}

@media only screen and (max-width: 767px) {
  .secService {
    padding: 0 0 56px 0;
  }
  .secService .secServiceIn .serviceTitle {
    font-size: clamp(14px, 4.62vw, 18px);
    padding-left: 14px;
    background-size: 6px;
    margin-bottom: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .secService {
    padding: 0 0 94px 0;
  }
  .secService .secServiceIn .serviceTitle {
    font-size: clamp(14px, 1.83vw, 22px);
    padding-left: 16px;
    background-size: 8px;
    margin-bottom: 32px;
  }
}
.secArticleArea {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.secArticleArea .articleList {
  display: block;
}
.secArticleArea .articleList .articleImg {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 600/338;
}
.secArticleArea .articleList .articleTitle {
  font-weight: 500;
}
.secArticleArea .articleList .detailRow {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.secArticleArea .articleList .detailRow .tagCol {
  display: flex;
  flex-wrap: wrap;
}
.secArticleArea .articleList .detailRow .tagCol .tag {
  color: #7D7D7D;
}
.secArticleArea .articleList .detailRow .serviceCol {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.secArticleArea .articleList .detailRow .serviceCol .serviceItem {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.secArticleArea .articleList .detailRow .serviceCol .serviceItem .icon {
  background: #ffffff;
  filter: invert(1);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .secArticleArea {
    width: 90vw;
    flex-direction: column;
    row-gap: 56px;
  }
  .secArticleArea .articleList {
    width: 100%;
  }
  .secArticleArea .articleList .articleImg {
    border-radius: 20px;
  }
  .secArticleArea .articleList .articleTitle {
    font-size: clamp(14px, 3.85vw, 15px);
    padding: 8px 0 12px 0;
  }
  .secArticleArea .articleList .detailRow .tagCol {
    width: 100%;
    -moz-column-gap: 16px;
         column-gap: 16px;
    row-gap: 2px;
  }
  .secArticleArea .articleList .detailRow .tagCol .tag {
    font-size: 12px;
  }
  .secArticleArea .articleList .detailRow .serviceCol {
    padding: 6px 0 0 0;
    -moz-column-gap: 8px;
         column-gap: 8px;
    width: 100%;
  }
  .secArticleArea .articleList .detailRow .serviceCol .serviceItem .icon {
    width: 36px;
    height: 36px;
    padding: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .secArticleArea {
    width: min(92vw, 1240px);
    justify-content: flex-start;
    -moz-column-gap: 3.2%;
         column-gap: 3.2%;
    row-gap: 54px;
  }
  .secArticleArea .articleList {
    width: 48.4%;
  }
  .secArticleArea .articleList .articleImg {
    border-radius: 30px;
  }
  .secArticleArea .articleList .articleTitle {
    font-size: clamp(14px, 1.33vw, 16px);
    padding: 16px 0 14px 0;
  }
  .secArticleArea .articleList .detailRow .tagCol {
    width: min(100% - 180px, 400px);
    -moz-column-gap: 16px;
         column-gap: 16px;
    row-gap: 2px;
  }
  .secArticleArea .articleList .detailRow .tagCol .tag {
    font-size: 12px;
  }
  .secArticleArea .articleList .detailRow .serviceCol {
    -moz-column-gap: 10px;
         column-gap: 10px;
    width: 180px;
  }
  .secArticleArea .articleList .detailRow .serviceCol .serviceItem .icon {
    width: 36px;
    height: 36px;
    padding: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .secPager {
    padding: 0 0 60px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .secPager {
    padding: 0 0 100px 0;
  }
}/*# sourceMappingURL=style.css.map */