.container_s1 {
    width: 1100px;
    padding: 0 15px;
    margin: 0 auto;
}
.frame__brochure {
    gap: 20px;
    min-height: calc(100vh - 96px);
}
.part__preview {
    background-color: #F7F7F7;
    padding: 20px 22px;
    max-width: 155px;
    flex-shrink: 0;
}
.open__small--pic {
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 10px;
}
.list__img--preview {
    max-height: 768px;
    gap: 10px;
    flex-wrap: wrap;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-width: none;
}

.list__img--preview::-webkit-scrollbar {
    display: none;
}

.frame__img {
    border: 1px solid #828282;
    width: 50px;
    height: 67px;
    background-color: #FFFFFF;
}
.text__frame {
    color: #828282;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    margin-top: 5px;
}
.content__img,
.img__choice {
    flex-direction: column;
}
.img__choice:first-of-type {
    margin-left: 55%;
}
.img__choice:last-of-type {
    margin-right: 50%;
}
.show__preview {
    margin-top: 20px;
    flex: 1;
}
.list__tab {
    border: 1px solid #E8E8E8;
    border-radius: 10px;
    margin: 0 -1px 20px;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    box-sizing: border-box
}
.tab__btn {
    font-size: 14px;
    line-height: 21px;
    color: #828282;
    padding: 15px 10px;
    flex: 1;
    border-right: 1px solid #E8E8E8;
    word-break: keep-all;
}
.tab__btn:last-of-type {
    border-right: none;
}
.tab__btn.active {
    color: white;
    background-color: #828282;
}
.open__tab {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 20px;
}
.text__tab {
    color: #828282;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 20px;
}
.list__content--img .frame__img {
    border: 1px dashed #828282;
    width: 100px;
    height: 134px;
    flex-shrink: 0;
}
.list__content--img .text__frame {
    margin-top: 10px;
}
.list__content--img {
    gap: 13px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.text__upload {
    font-size: 14px;
    line-height: 21px;
    color: #828282;
    margin-bottom: 20px;
}
.upload__btn {
    color: white;
    font-weight: 700;
    font-size: 17px;
    line-height: 26px;
    gap: 5px;
    border-radius: 10px;
    background-color: #C2172D;
    padding: 12px 68px;
    align-items: center;
    border: none;
    cursor: pointer;
}
.box__upload {
    justify-content: center;
    margin-bottom: 30px;
}
.checkout__btn {
    color: white;
    font-weight: 700;
    font-size: 17px;
    line-height: 26px;
    gap: 5px;
    border-radius: 10px;
    background-color: #C2172D;
    padding: 7px 24px;
    align-items: center;
    border: none;
    cursor: pointer;
}
.box__checkout {
    justify-content: center;
}
.box__slide .swiper {
    height: auto;
    padding-bottom: 50px;
}
*, ::before, ::after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: currentColor;
}
.img__swiper {
    border: 1px dashed #828282;
}
.box__slide {
    max-width: 679px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: -70%;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: '';
    width: 35px;
    height: 35px;
    background: url(/common/design/user/img/battle-market/ct-2/icon-arrow.png) no-repeat !important;
    background-size: contain !important;
    z-index: 2;
    rotate: 180deg;
    right: -10px;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: '';
    width: 35px;
    height: 35px;
    background: url(/common/design/user/img/battle-market/ct-2/icon-arrow.png) no-repeat !important;
    background-size: contain !important;
    z-index: 2;
    left: -10px;
}
.box__slide .swiper-wrapper {
    height: auto;
}
.slide__img {
    flex-direction: column;
    align-items: center;
}
.text__slide {
    color: #575757;
    font-size: 12px;
    line-height: 12px;
    margin-top: 10px;
}
.dowload__pdf,
.box__pdf {
    justify-content: center;
}
.dowload__pdf {
    cursor: pointer;
    gap: 5px;
    align-items: center;
    color: #0084FF;
    font-size: 14px;
    line-height: 21px;
}
.box__pdf {
    margin: 20px 0 40px;
}
.list__next--step {
    justify-content: center;
    gap: 10px;
}
.prev__btn {
    background-color: #363636;
}
.next__btn {
    background-color: #C2172D;
}
.prev__btn,
.next__btn {
    cursor: pointer;
    width: 206px;
    padding: 7px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    gap: 5px;
    color: white;
    font-size: 17px;
    line-height: 26px;
    font-weight: 700;
    text-decoration: unset;
}
.prev__btn svg {
    rotate: 180deg;
}
.check__img {
    justify-content: center;
    align-items: center;
    gap: 13px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.part__check {
    border: 1px solid #E8E8E8;
    padding: 20px;
    gap: 10px;
    width: 49%;
}
.frame__img--check {
    border: 1px dashed #828282;
}
.check__img .frame__img--check {
    width: 160px;
    height: 214px;
    flex-shrink: 0;
}
.photo__location {
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    color: #575757;
    margin-bottom: 10px;
}
.text__check {
    gap: 5px;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    align-items: center;
    margin-bottom: 10px;
}
.list__bug li {
    font-size: 12px;
    line-height: 18px;
}
.list__bug {
    padding-left: 20px;
}
.img__error {
    color: #C2172D;
}
.img__success {
    color: #00BF66;
}
.confirm__box {
    margin: 160px 0;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}
.index__confirm {
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
}
input[type="checkbox"] {
    display: none;
}
.custom-checkbox {
    width: 26px;
    height: 26px;
    border: 2px solid #bfbfbf;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.custom-checkbox:after {
    content: '';
    position: absolute;
    left: 7px;
    top: 2px;
    width: 8px;
    height: 14px;
    border: solid red;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    display: none;
}

input[type="checkbox"]:checked + .custom-checkbox:after {
    display: block;
}
.check__confirm {
    align-items: center;
    gap: 5px;
    line-height: 21px;
    font-size: 14px;
    cursor: pointer;
}
.confirm__box .open__tab,
.confirm__box .text__tab {
    margin-bottom: 0;
}
.text__tab a {
    color: #0084FF;
}
.last__step.prev__btn svg {
    rotate: 0deg;
}
.frame__child {
    background-size: contain;
    background-repeat: no-repeat;
}

.frame__main {
    background-size: contain;
    background-repeat: no-repeat;
}
.book__side {
    display: none;
}
#main {
    width: unset !important;
}
.tab__content {
    margin-bottom: 10px;
}
@media (max-width: 1100px) {
    .right__banner,
    .info__header,
    .box__select--size,
    .part__preview {
        display: none;
    }
    .banner__tool {
        justify-content: center;
    }
    .book__side {
        color: #000000;
        font-size: 12px;
        line-height: 18px;
        padding: 5px 10px;
        background-color: #F7F7F7;
        display: block;
        margin-bottom: 20px;
    }
    .open__tab {
        font-size: 16px;
        line-height: 24px;
    }
    .tab__btn {
        font-size: 12px;
        line-height: 18px;
    }
    .show__preview {
        width: 100%;
    }
    .part__check {
        width: 100%;
    }
    .check__img .frame__img--check {
        width: 120px;
        height: 161px;
    }
    .frame__brochure {
        min-height: unset;
    }
    .confirm__box {
        margin: 10px 0;
        align-items: flex-start;
    }
    .prev__btn,
    .next__btn {
        width: 150px;
    }
    .check__confirm {
        justify-content: center;
        width: 100%;
    }
    .list__next--step {
        width: 100%;
    }
}