.parts-demo {
  background-color: #EEE;
}

.parts-demo-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  max-width: 1292px;
  padding: 120px 60px;
}
@media only screen and (max-width: 768px) {
  .parts-demo-inner {
    padding: 32px 0;
  }
}

.parts-demo-title-sub {
  margin-top: 8px;
}

.parts-demo-description {
  margin-top: 8px;
}
@media only screen and (max-width: 768px) {
  .parts-demo-description {
    padding-inline: 16px;
  }
}

.parts-demo-list-container {
  margin-top: 40px;
  width: 100%;
}
.parts-demo-list-container .slick-list {
  filter: drop-shadow(1px 1px 6px rgba(0, 0, 0, 0.25));
}

.parts-demo-list-item {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-inline: 16px;
  width: 400px;
  max-width: 100%;
  background: #FFF;
  border-radius: 16px;
  padding: 32px;
}
@media only screen and (max-width: 768px) {
  .parts-demo-list-item {
    gap: 16px;
    margin-inline: 8px;
    width: 320px;
    padding: 16px;
  }
}

.parts-demo-list-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding-bottom: 16px;
  border-bottom: solid #BBB 2px;
}
@media only screen and (max-width: 768px) {
  .parts-demo-list-heading {
    padding-bottom: 8px;
  }
}

.parts-demo-list-img {
  width: 56px;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .parts-demo-list-img {
    width: 40px;
  }
}

.parts-demo-list-title {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #444464;
}
@media only screen and (max-width: 768px) {
  .parts-demo-list-title {
    font-size: 20px;
  }
}

.parts-demo-list-text {
  position: relative;
  padding: 15px;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.1em;
  color: #555;
}
@media only screen and (max-width: 768px) {
  .parts-demo-list-text {
    font-size: 14px;
  }
}

.parts-demo-list-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  border-top: solid 2px #BBB;
  border-left: solid 2px #BBB;
}

.parts-demo-list-text::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
  border-right: solid 2px #BBB;
  border-bottom: solid 2px #BBB;
}

.parts-demo-list-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  width: 100%;
  height: 54px;
  border: solid 1px #2930E3;
  border-radius: 27px;
  background: #2930E3;
  color: #FFF;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .parts-demo-list-button {
    height: 38px;
  }
}
@media (any-hover: hover) {
  .parts-demo-list-button:hover {
    cursor: pointer;
    background: transparent;
    color: #2930E3;
  }
}

.parts-demo-list-button::after {
  content: "";
  width: 17px;
  height: 24px;
  background: #FFF;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .parts-demo-list-button::after {
    width: 14px;
    height: 19px;
  }
}

.parts-demo-list-button:hover::after {
  background: #2930E3;
}

.parts-demo-list-button.is-play {
  background: transparent;
  color: #2930E3;
}

.parts-demo-list-button.is-play::after {
  background: #2930E3;
}

.parts-demo-btn-container {
  width: 100%;
  margin-top: 40px;
  padding: 0 16px;
}
@media only screen and (max-width: 768px) {
  .parts-demo-btn-container {
    margin-top: 40px;
    padding: 0 16px;
  }
}

.parts-demo-btn {
  width: 100%;
  background-color: #EEE;
}/*# sourceMappingURL=parts-demo.css.map */