#ProductBody {
  display: flex;
  margin-top: 60px;
  margin-bottom: 60px;
  width: 100%;
  max-width: 1240px;
  justify-content: space-between;
}

#ProductBody.show {
  justify-content: end;
}

#ClassListPage {
  flex: 1;
  max-width: 215px;
}

#ClassListPage.show {
  top: 120px;
  left: 50%;
  transform: translate(-50%, 0);
  position: fixed;
  max-width: 1240px;
  width: 100%;
}

#ClassListPage > .ClassList {
  max-width: 215px;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 80px;
}

#ClassListPage > .ClassList::before {
  position: absolute;
  content: "";
  z-index: -1;
  width: 1px;
  height: 100%;
  right: 2px;
  background: #666666;
}

.ClassList > span {
  height: 52px;
  line-height: 52px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}

.ClassList > .ClassSite {
  margin-top: 40px;
  display: flex;
  height: 30px;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 16px;
}

.ClassList > .ClassSite:hover > span {
  color: #f4bf1e;
}

.ClassSite > .pagination {
  transition: all 0.5s ease;
  height: 100%;
  width: 5px;
  background: #f4bf1e;
  border-radius: 5px;
  opacity: 0;
}

.ClassList > .selectClassSite > span {
  color: #f4bf1e;
}

.ClassList > .selectClassSite > .pagination {
  opacity: 1;
}

.ProductList {
  flex: 1;
  max-width: 942px;
  display: flex;
  flex-direction: column;
}

.ProductList > .ProductInfoPage {
  margin-top: 60px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.ProductList > .ProductInfoPage:first-child {
  margin-top: 0px;
}

.ProductList > .ProductInfoPage > span {
  margin-left: 10px;
  font-size: 36px;
  font-weight: bold;
  color: #ffffff;
}

.ProductInfoPage > .ProClasListBox {
  margin-top: 30px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.ProClasListBox > .ProductBox {
  box-sizing: border-box;
  padding: 10px;
  padding-bottom: 20px;
  display: flex;
  border-radius: 10px;
  flex-direction: column;
  transition: all 0.5s ease;
}

.ProClasListBox > .ProductBox:hover {
  background-color: #2d2d2d;
}

.ProClasListBox > .ProductBox:hover > .ProductName {
  color: #f4bf1e;
}

.ProductBox > .PPicBox {
  height: 286px;
  width: 286px;
  border-radius: 10px;
  background-color: #fff;
}

.ProductBox > span {
  margin-left: 10px;
  margin-top: 20px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  transition: all 0.5s ease;
}

.ProductBox > span:last-child {
  font-family: Roboto;
  font-size: 16px;
  font-weight: normal;
}

@media screen and (max-width: 1240px) {
  .InfoBody {
    background-image: unset;
  }
  #ProductBody {
    display: flex;
    margin-top: 0px;
    margin-bottom: 20px;
    width: 100%;
    max-width: 1240px;
    justify-content: unset;
    flex-direction: column;
    align-items: center;
  }

  #ProductBody.show {
    justify-content: unset;
  }

  #ClassListPage {
    flex: 1;
    max-width: unset;
    width: 100%;
    background-color: #202020;
  }

  #ClassListPage.show {
    top: 99px;
    left: 50%;
    transform: translate(-50%, 0);
    position: fixed;
    max-width: 1240px;
    width: 100%;
  }

  #ClassListPage > .ClassList {
    max-width: unset;
    width: 100%;
    display: flex;
    flex-direction: row;
    position: relative;
    justify-content: space-around;
    padding-bottom: unset;
  }

  #ClassListPage > .ClassList::before {
    position: absolute;
    content: "";
    z-index: 0;
    width: 100%;
    height: 1px;
    bottom: 2px;
    background: #666666;
  }

  #ClassListPage.show > .ClassList::before {
    opacity: 0;
  }

  .ClassList > span {
    display: none;
    height: 52px;
    line-height: 52px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
  }

  .ClassList > .ClassSite {
    margin-top: unset;
    display: flex;
    height: 80px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    line-height: 75px;
    font-size: 20px;
  }

  .ClassList > .ClassSite:hover > span {
    color: #f4bf1e;
  }

  .ClassSite > .pagination {
    width: 100%;
    height: 5px;
    background: #f4bf1e;
    border-radius: 5px;
    opacity: 0;
  }

  .ClassList > .selectClassSite > span {
    color: #f4bf1e;
  }

  .ClassList > .selectClassSite > .pagination {
    z-index: 1;
    opacity: 1;
  }

  .ProductList {
    margin-top: 30px;
    flex: 1;
    width: 100%;
    max-width: unset;
    align-items: center;
    display: flex;
    flex-direction: column;
  }

  .ProductList > .ProductInfoPage {
    margin-top: 30px;
    width: 100%;
    display: flex;
    max-width: 750px;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .ProductList > .ProductInfoPage:first-child {
    margin-top: 0px;
  }

  .ProductList > .ProductInfoPage > span {
    margin-left: 20px;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
  }

  .ProductInfoPage > .ProClasListBox {
    margin-top: 30px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .ProClasListBox > .ProductBox {
    box-sizing: border-box;
    padding: 20px;
    padding-bottom: 20px;
    display: flex;
    border-radius: 10px;
    flex-direction: column;
    transition: all 0.5s ease;
    background-color: #2d2d2d;
  }

  .ProClasListBox > .ProductBox:hover > .ProductName {
    color: #f4bf1e;
  }

  .ProductBox > img {
    aspect-ratio: 1/1;
    border-radius: 10px;
    min-width: 324px;
    background-color: #fff;
  }

  .ProductBox > span {
    margin-left: 10px;
    margin-top: 20px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    transition: all 0.5s ease;
  }

  .ProductBox > span:last-child {
    font-family: Roboto;
    font-size: 16px;
    font-weight: normal;
  }
}
