#main-title-container {
  width: 90%;
}

.title-container {
  width: fit-content;
  min-width: 20%;
  white-space: nowrap;
}

.section-container {
  width: 90%;
  background-color: aliceblue;
}

#category-sel {
  width: 90%;
}

#category-sel-m {
  width: 100%;
  align-items: center;
  padding: 100px 100px 50px 100px;
  background-color: rgb(200, 200, 200);
}

#category-sel-m hr {
  width: 100%;
  opacity: 0%;
}

#category-sel-l {
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: center;
  /* height: 60%; */
  width: 45%;
}

#category-sel-l .category-selector {
  margin-left: 55%;
  /* margin-right: 60px; */
}

#category-sel-l img {
  width: 100%;
  height: 100%;
  padding: 2rem;
  transition: opacity 0.3s;
}

#category-sel-r {
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: center;
  /* height: 40rem; */
  width: 45%;
}

#category-sel-r .category-selector {
  margin-right: 55%;
  /* margin-left: 60px; */
}

.category-selector {
  transition: background-color 0.3s;
  cursor: pointer;
  padding: 3rem 0rem 3rem 0rem;
}

.category-selector div {
  height: 100%;
}

#category-sel-r img {
  width: 100%;
  height: 100%;
  padding: 2rem;
  transition: opacity 0.3s;
}

#wsp-container {
  width: 90%;
  height: 10%;
  padding: 50px 20px 50px 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: end;
}

#wsp-container div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  padding: 10px;
  background-color: rgb(45, 177, 45);
  border-radius: 100%;
}

#wsp-container div i {
  font-size: 50px;
}

.hr-sel-container {
  width: 18%;
}

.hr-sel-container hr {
  width: 100%;
}

.item-machine {
  padding: 1.5rem;
  border-style: none;
  background-color: transparent;
}

.item-machine img {
  width: 100%;
  height: 100%;
  padding-bottom: 1.5rem;
  transition: opacity 0.2s;
  cursor: pointer;
}

.item-machine:hover img {
  opacity: 50%;
}

.machine-name {
  z-index: 1;
  width: 85%;
}

.machine-name hr {
  margin-right: 2rem;
}

.machine-body {
  width: 80%;
  margin-top: -2rem;
}

.machine-body-1 {
  background-color: rgb(200, 200, 200);
}

.machine-body-1l {
  width: 55%;
  height: 100%;
}

.machine-body-1l img {
  width: 100%;
}

.machine-body-2 {
  position: absolute;
  margin-top: 1rem;
  margin-right: -6rem;
  height: 50%;
}

.machine-body-3 {
  background-color: rgb(200, 200, 200);
  padding: 0rem 2rem 6rem 2rem;
}

.machine-body-3l {
  width: 25%;
}

.machine-body-3r {
  width: 25%;
}

.line {
  position: absolute;
  bottom: 0;
  transition: left 0.5s ease-in-out, width 0.5s 0.1s;
  height: 5px;
  left: 0;
  width: 69px;
  pointer-events: none;
}

@media (max-width: 761px) {
  .machine-body-3l {
    width: 33%;
  }
  .machine-body-3r {
    width: 40%;
  }
}

@media (max-width: 570px) {
  #main-title-container {
    flex-wrap: wrap;
  }

  #category-sel-l .category-selector {
    margin-left: 26%;
  }

  #category-sel-r .category-selector {
    margin-right: 26%;
  }

  .item-list {
    flex-wrap: wrap;
  }

  .item-machine {
    padding: 0.5rem !important;
    width: 12rem;
  }

  .machine-body {
    width: 90% !important;
  }

  .machine-body-1l {
    width: 100%;
    justify-content: center;
  }

  .machine-body-1l img {
    width: 28rem !important;
    height: 30rem;
  }

  .machine-body-2 {
    position: static !important;
    margin: -7rem 0rem -8rem 0rem;
    z-index: 1;
  }

  .machine-body-3 {
    padding: 6rem 2rem 2rem 2rem;
  }
}
