@charset "utf-8";

/* gallList3 */
#gall_allchk { z-index: 5; position: relative; margin: 15px 0; }

.gallList3 { position: relative; }
.gallList3 .plusbtn { z-index: 10; position: absolute; top: -38px; right: 0px; width: 26px; transform-origin: center; filter: brightness(0); transition: transform 0.3s; }
.gallList3 .plusbtn:hover { transform: rotateZ(180deg); }
.gallList3 .gallUl { margin: -5px; /* display: flex; flex-wrap: wrap; */ border-top: 1px solid #012e58;}
.gallList3 .gallUl .gallLi { position: relative;/*  width: 25%; */}
.gallList3 .gallUl .gallLi .gallA { display: block; height: 100%; background-color: #fff; border-bottom: 1px solid #E1E1E1; }
.gallList3 .gallUl .gallLi .gallA .imgbox { position: relative; padding-bottom: 100%; overflow: hidden; border-bottom: 1px solid #E1E1E1; }
.gallList3 .gallUl .gallLi .gallA .imgbox img { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: auto; height: auto; min-width: 100%; min-height: 100%; max-width: 105%; }
.gallList3 .gallUl .gallLi .gallA .imgbox .no_image { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.gallList3 .gallUl .gallLi .gallA .scrbox { padding: 15px 10px; display: flex; justify-content: space-between;}
.gallList3 .gallUl .gallLi .gallA .scrbox .scr1 { font-weight: 500; font-size: 16px; color: #757575; line-height: 1.35; }
.gallList3 .gallUl .gallLi .gallA .scrbox .scr2 {font-weight: 500; font-size: 16px; color: #757575; line-height: 1.35; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.gallList3 .gallUl .gallLi .gallA .scrbox .scr3 { margin-top: 10px; display: flex; flex-wrap: nowrap; font-size: 13px; color: #999; line-height: 1; }
.gallList3 .gallUl .gallLi .gallA .scrbox .scr3 * { font-size: inherit; color: inherit; line-height: inherit; }
.gallList3 .gallUl .gallLi .gallA .scrbox .scr3 p:first-of-type { margin-right: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.gallList3 .gallUl .gallLi .gallA .scrbox .scr3 p:last-of-type { min-width: max-content; margin-right: 0; }

.gallList3 .gallUl .gallLi .selec_chk { z-index: 5; position: absolute; top: 15px; left: 15px; opacity: 1; width: 15px; height: 15px; border-radius: 0; }

@media (max-width: 1023px) {
    .gallList3 .gallUl .gallLi { width: 100%; }
}
@media (max-width: 767px) {
}
@media (max-width: 580px) {
    .gallList3 .gallUl { margin: 0; justify-content: space-between; }
    .gallList3 .gallUl .gallLi { width: 100%; padding: 0; }
    .gallList3 .gallUl .gallLi .gallA .scrbox .scr3 { margin-top: 5px; }
}
@media (max-width: 380px) {
    .gallList3 .gallUl { display: block; }
    .gallList3 .gallUl .gallLi { width: 100%; }
    .gallList3 .gallUl .gallLi:nth-of-type(n + 3) { margin-top: initial; }

}