@media screen and (min-width: 768px) {
  .contentsSect__head + .contentsSect__cont {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .contentsSect__head + .contentsSect__cont {
    margin-top: 80px;
  }
}

@media screen and (min-width: 768px) {
  .equipmentSect {
    margin: 0 auto;
    width: 998px;
  }
}

@media screen and (min-width: 768px) {
  .equipmentSect + .equipmentSect {
    margin-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  .equipmentSect + .equipmentSect {
    margin-top: 120px;
  }
}

@media screen and (min-width: 768px) {
  .equipmentSect__guide {
    border-bottom: 1px solid #ccc7c2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 768px) {
  .equipmentSect__guide {
    margin-left: -16px;
    width: calc(100vw - var(--scrollbar));
  }
}

@media screen and (min-width: 768px) {
  .equipmentSect__guide + .equipmentSect__head {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .equipmentSect__guide + .equipmentSect__head {
    margin-top: 80px;
  }
}

.equipmentSect__guideList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .equipmentSect__guideList {
    border-bottom: 1px solid #ccc7c2;
  }
}

@media screen and (max-width: 768px) {
  .equipmentSect__guideList + .equipmentSect__guideList {
    margin-top: 24px;
  }
}

.equipmentSect__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #44403b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Cormorant Infant", serif;
  font-weight: 500;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: .05em;
  line-height: 1;
  position: relative;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .equipmentSect__link {
    font-size: 20px;
    padding-bottom: 30px;
    width: 200px;
  }
}

@media screen and (max-width: 768px) {
  .equipmentSect__link {
    font-size: 16px;
    padding-bottom: 26px;
    width: 130px;
  }
}

@media screen and (min-width: 768px) {
  .equipmentSect__link:hover:after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}

@media (hover: hover) and (pointer: fine) {
  .equipmentSect__link:hover:after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}

.equipmentSect__link:after {
  background-color: #ccc7c2;
  bottom: 0;
  content: '';
  height: 4px;
  left: 0;
  position: absolute;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease;
  width: 100%;
}

.equipmentSect__link.is-active {
  pointer-events: none;
}

.equipmentSect__link.is-active:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.equipmentSect__head {
  background-color: #436b6c;
  border: 0;
  display: block;
  position: relative;
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .equipmentSect__head {
    padding: 24px 0;
  }
}

@media screen and (max-width: 768px) {
  .equipmentSect__head {
    padding: 20px 0;
  }
}

@media screen and (min-width: 768px) {
  .equipmentSect__head + .equipmentSect__cont {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .equipmentSect__head + .equipmentSect__cont {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .equipmentSect__cont {
    display: grid;
    gap: 64px 40px;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .equipmentSect__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 64px;
    padding: 0 16px;
  }
}

@media screen and (min-width: 768px) {
  .equipmentCard__visual + .equipmentCard__desc {
    margin-top: 32px;
  }
}

@media screen and (max-width: 768px) {
  .equipmentCard__visual + .equipmentCard__desc {
    margin-top: 32px;
  }
}

@media screen and (min-width: 768px) {
  .equipment-contents {
    padding: 180px 0;
  }
}

@media screen and (max-width: 768px) {
  .equipment-contents {
    padding: 120px 0;
  }
}
