@charset "UTF-8";

.detail-inner {
  max-width: 670px;
  width: 100%;
}

.detail__img {
  box-shadow: 0px 0px 8px #00000010;
  width: 100%;
}

.detail-content__title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #51c0e5;
  margin: 3% 0 2%;
}

.detail__btn--visit {
  margin: clamp(25px,5%,35px) 0 clamp(30px,8%,45px);
}

.detail__content-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1%;
  padding-left: 15px;
  position: relative;
}

.detail__content-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: linear-gradient(to bottom right, #2abeeb, #3da8c9);
  width: 6px;
  height: 28px;
}

.detail__content-text {
  margin: 0 0 2% 2%;
}

.detail__btn--view-all{
  margin: 15% auto;
}

