
#linked_image_popup_contents_1_125875 {
    width: 100%;
    height: 100%;
    background: white;
    overflow: hidden;
}
#linked_image_popup_contents_1_125875 .linked_image_popup_body {
    position: relative;
    margin: auto;
    width: 700px;
    overflow: hidden;
}
/* #linked_image_popup_contents_1_125875 .linked_image_popup_body::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 800 800'%3E%3C/svg%3E");
    display: block;
    margin-bottom: -3px;
}
#linked_image_popup_contents_1_125875 .linked_image_popup_body .linked_image_contents_wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
} */
#linked_image_popup_contents_1_125875 .linked_image_contents_wrap,
#linked_image_popup_contents_1_125875 .linked_image_contents_wrap .splide__track,
#linked_image_popup_contents_1_125875 .linked_image_contents_wrap .splide__list,
#linked_image_popup_contents_1_125875 .linked_image_contents_wrap .splide__slide {
    width: 100%;
    height: 100%;
}
#linked_image_popup_contents_1_125875 .linked_image_contents_wrap .splide__slide>* {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
#linked_image_popup_contents_1_125875 .linked_image_contents_wrap img {
    width: 100%;
    height: 100%;
    /* object-fit: contain; */
}
#linked_image_popup_contents_2_134861 .linked_image_contents_wrap img.mob_img {
    display:none;
}
#linked_image_popup_contents_2_134861 .linked_image_contents_wrap img.pc_img {
    display: block;
}
@media (max-width: 798px) {
    #linked_image_popup_contents_2_134861 .linked_image_contents_wrap img.mob_img {
        display:block;
    }
    #linked_image_popup_contents_2_134861 .linked_image_contents_wrap img.pc_img {
        display: none;
    }
}