@media (max-width: 768px) {
  .shortcuts-container {
    width: 100% !important;
    max-width: 768px !important;
    min-width: 300px !important;
  }

  .shortcuts-container > h1, .shortcuts-container > h3 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .shortcuts {
    width: 100% !important;
    max-width: 768px !important;
    min-width: 300px !important;
  }

}

.shortcuts-container {
  margin: 20px 0;
  margin-top: 120px;
  max-width: 1200px;
}

.shortcut-word {
  color: #000;
  text-align: center;
  font-family: Pretendard;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 60px;
}

.shortcuts {
  width: 1120px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.shortcuts-track-container {
  overflow: hidden;
  width: 100%;
  margin: 0 0;
}

.shortcuts-track {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.5s ease-in-out;
  list-style: none;
  padding: 0;
  margin: 0;
}

.shortcut-item {
  margin-right: 48px;
  text-align: center;
}

.shortcut-item:last-child {
  margin-right: 0;
}

.shortcut-item-btn {
  background-color: #fff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-bottom: 8px;
}

.shortcut-item-btn:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* 그림자 효과 */
  transform: scale(1.01); /* 살짝 확대 */
}

.shortcut-item-btn-linux {
  width: 37px;
  height: auto; 
}

.shortcut-item-btn-nginx {
  width: 43px;
  height: auto; 
}

.shortcut-item p {
  color: #242424;
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  margin: 0;
}
