.work-flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 3rem;
}
@media screen and (max-width: 540px) {
  .work-flex {
    flex-direction: column;
  }
}
.work-flex .service-thumbnail {
  position: relative;
  margin-bottom: 2rem;
}
.work-flex .service-thumbnail h3 {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  font-size: 2.2rem;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 540px) {
  .work-flex .service-thumbnail h3 {
    font-size: 1.9rem;
    bottom: 1.3rem;
    line-height: 1;
    left: 1.5rem;
  }
}
.work-flex .service-thumbnail h3 span {
  font-size: 1.1rem;
}

.srvice-list {
  background-color: #f1f1f1;
  padding: 2rem;
  width: 30%;
  position: sticky;
  top: 8rem;
}
@media screen and (max-width: 540px) {
  .srvice-list {
    width: 100%;
    position: static;
    margin-top: 2rem;
  }
}
.srvice-list ul li {
  list-style: none;
  border-bottom: 1px solid #000;
}
.srvice-list ul li:last-child {
  border-bottom: initial;
}
.srvice-list ul li a {
  font-size: 1.4rem;
  text-decoration: none;
  color: #000;
  font-weight: 600;
  margin: 1rem 0;
  line-height: 1.3;
  display: inline-block;
  transition: color 0.3s;
}
.srvice-list ul li a:hover {
  color: #099abb;
  transition: color 0.3s;
}
.srvice-list ul li a span {
  font-size: 1rem;
  font-weight: 400;
}

.service-content {
  width: 68%;
}
@media screen and (max-width: 540px) {
  .service-content {
    width: 100%;
  }
}
.service-content .service-item {
  margin-bottom: 5rem;
}
.service-content .service-txt h3 {
  margin-top: 2rem;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0.4rem;
}
.service-content .service-txt ul li {
  list-style: none;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 0.9rem;
  line-height: 2;
}
@media screen and (max-width: 540px) {
  .service-content .service-txt ul li {
    font-size: 1rem;
  }
}
.service-content .service-txt p {
  font-size: 0.9rem;
  line-height: 1.6;
}
@media screen and (max-width: 540px) {
  .service-content .service-txt p {
    font-size: 1rem;
  }
}

.service-loop {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.service-loop::after {
  content: "";
  width: 33%;
}
.service-loop::after {
  content: "";
}

.work-item {
  width: 33%;
  background-color: #ffffff;
  padding: 2vw;
  height: auto;
  padding-bottom: 2.4rem;
  box-sizing: border-box;
  border-right: 1px solid #d0d0d0;
  text-decoration: none;
}
@media screen and (max-width: 540px) {
  .work-item {
    width: 48%;
  }
}
.work-item .work-thumbnail {
  height: 9.5rem;
  width: 100%;
}
@media screen and (max-width: 1300px) {
  .work-item .work-thumbnail {
    height: 13.5vw;
  }
}
@media screen and (max-width: 540px) {
  .work-item .work-thumbnail {
    height: 29vw;
  }
}
.work-item .work-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.work-item .work-txt .category {
  font-size: 0.75rem;
  border: 1px solid #000000;
  border-radius: 999px;
  padding: 0.1rem 0.6rem;
  box-sizing: border-box;
  margin: 1rem 0 0.4rem;
  display: inline-block;
}
.work-item .work-txt .txts {
  font-size: 1rem;
  color: #000000;
}
.work-item a {
  text-decoration: none;
}

.work-txt .category {
  font-size: 0.75rem;
  border: 1px solid #000000;
  border-radius: 999px;
  padding: 0.1rem 0.6rem;
  box-sizing: border-box;
  margin: 1rem 0 0.4rem;
  display: inline-block;
  color: #000000;
}
.work-txt .txts {
  font-size: 1rem;
  color: #000000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 540px) {
  .work-txt .txts {
    font-size: 0.94rem;
  }
}

#merchandising,
#fan-club,
#e-commerce,
#design,
#live,
#pop-up {
  scroll-margin-top: 120px;
}/*# sourceMappingURL=service.css.map */