.layout1, .layout34-top, .layout34-right, .layout5{
    display: none;
    width: 100%;
}
.layout5{
    display: flex;
}
.memo-business-bottom{
    font-size: 12px;
    /* padding-top: 8px; */
    list-style: 3em;
    overflow: hidden;
}
.memo-business-sm{
    font-size: 12px;
    margin-top: 8px;
}
.vertical .memo-business-bottom{
    display: none;
}

.p-detail-main-sheet__left-image img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.list-photos{
    display: flex;
    flex-wrap: wrap;
    height: auto !important;
    justify-content: space-between;
    gap: 4px;
}

.list-photos .list-photo{
    width: calc(50% - 2px);
    position: relative;
    height: 110px;
}

.list-photo img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    object-fit: contain;
    max-width: 100%;
}

.vertical .p-detail-main-sheet__left-image{
    height: 100% !important;
}

.vertical .list-photo:nth-child(n+3){
    width: calc(33.3% - 3px);
    height: 80px;
}
.horizontal .list-photo:first-child{
    width: 100%;
    height: 230px;
}

.horizontal .p-detail-main-sheet__left-image{
    height: 230px !important;
}
.horizontal .p-detail-main-sheet__left-images{
    height: auto;
}
.pd-left8px{
    padding-left: 8px;
}
.pd-right8px{
    padding-right: 8px;
}

