.layout1, .layout34-top, .layout34-right, .layout5{
    display: none;
    width: 100%;
}

.layout34-top{
    display: block;
}
.vertical .layout34-top{
    display: flex;
    flex-wrap: wrap;
}
.memo-business-bottom{
    font-size: 12px;
    padding-top: 8px;
}

.memo-business-sm{
    font-size: 12px;
}
.vertical .memo-business-bottom{
    display: none;
}

.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%;
}

.p-detail-main-sheet__left-image img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.p-detail-main-sheet__left-images{
    width: 100% !important;
    padding-right: 8px !important;
}

.horizontal .p-detail-main-sheet__left-image{
    height: 300px !important;
}
.horizontal .floor-image{
    width: 67%;
}
.horizontal .sheet-point{
    width: 33%;
    font-size: 14px;
}

.horizontal .list-photo{
    width: calc(33% - 2px);
    height: 150px;
}
.horizontal .list-photo:nth-child(n + 4){
    display: none;
}
.vertical .p-detail-main-sheet__left-image{
   height: 100% !important;
}

.vertical .list-photo:nth-child(n + 5){
    display: none;
}

