.ly_section_full {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .ly_section_full {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.ly_contentsList {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
}
@media screen and (min-width: 960px) {
  .ly_contentsList {
    gap: 120px;
  }
}

.ly_contents {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 500px;
  gap: 32px;
}
@media screen and (min-width: 960px) {
  .ly_contents {
    flex-direction: row;
    align-items: center;
    max-width: none;
    gap: 48px;
  }
}

@media screen and (min-width: 960px) {
  .ly_contents_imagearea {
    width: 40%;
  }
}

.ly_contents_textarea {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 960px) {
  .ly_contents_textarea {
    width: 60%;
  }
}

.bl_contents_title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .bl_contents_title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.ly_tagList {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0 24px;
}

.bl_tag {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  width: calc(50% - 12px);
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  border-bottom: 1px solid #afafaf;
}
.bl_tag:nth-of-type(1), .bl_tag:nth-of-type(2) {
  border-top: 1px solid #afafaf;
}
.bl_tag::before {
  content: "";
  margin-right: 8px;
  width: 8px;
  height: 8px;
  background-color: #bb1827;
  border-radius: 4px;
}
@media screen and (min-width: 960px) {
  .bl_tag {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .bl_tag::before {
    margin-right: 12px;
  }
}

.bl_more {
  margin-left: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
  padding-right: 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #202020;
  border-radius: 100px;
}
.bl_more > .el_txt {
  color: #fffffc;
  font-weight: bold;
}
.bl_more > .el_icon {
  margin-left: 40px;
  width: 16px;
}
/*# sourceMappingURL=service.css.map */