      .main-box {
        width: calc(100vw - 236px);
        height: calc(100vh - 16px);
        margin-left: 220px;
      }

      .swiper,
      .swiper-slide {
        width: 100%;
        height: 100%;
      }
      
      .swiper-slide.footer-slide {
        height: auto !important;
        min-height: 152px;
        display: flex;
        align-items: flex-start;
        justify-content: center;
      }

      .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
      .cart {
        position: fixed;
        top: 40px;
        right: 40px;
        width: 55px;
        height: 35px;
        display: flex;
		z-index: 2;
      }
      .cart p {
        color: #000000;
        font-size: 10px;
        line-height: 12px;
        margin: 0;
        margin-top: 17px;
      }
      .cart img {
        width: 30px;
        height: 30px;
      }
      .swiper-button {
        position: fixed;
        top: 40vh;
        right: 30px;
        width: 2px;
        height: calc(18px * 4);
		z-index: 2;
      }
      .swiper-button div {
        width: 2px;
        height: 18px;
        border-radius: 50%;
        background-color: #bbbbbb;
        transition: background-color 0.3s;
        cursor: pointer;
      }

      .swiper-button div.active {
        background-color: #000000;
      }

.swiper-slide.footer-slide.swiper-slide-next #footer {
    width: 100%;
    margin-left: 0 !important;
}