@charset "UTF-8";

.board_info {}

.gallery_list > ul {gap:2.4rem;}
.gallery_list a {display:flex; flex-direction:column; justify-content:flex-start; align-items:stretch; border:1px solid #0e0e0e; height:100%;}
.gallery_list .thumb {border:none; border-radius:0; margin:0;}
.gallery_list .desc {flex:1; display:flex; flex-direction:column; gap:1.6rem; justify-content:flex-start; align-items:flex-start; padding:3.2rem 2.4rem; width:100%; transition:0.3s;}
.gallery_list .desc .info {display:none;}
.gallery_list .desc .title {text-overflow:unset; height:auto; overflow:visible;}
.gallery_list .desc .title .subject {font-size:2rem; font-weight:600; word-break:keep-all; line-height:1.4;}
.gallery_list .desc .name {display:flex; flex-direction:column; gap:0; font-size:1.5rem; color:#8A5C00; font-weight:500;}
.gallery_list .desc .name:last-of-type {margin-top:auto;}

@media screen and (min-width:1024px) {
    .gallery_list a:hover .thumb img {transform:scale(1.1);}
    .gallery_list a:hover .desc {background:#F6F4EF;}
}

@media screen and (max-width:1024px) {
    .gallery_list > ul {gap:2rem;}
    .gallery_list .desc {padding:2.4rem 1.6rem;}

    .board_info {padding:1.6rem 0; flex-direction:column;}
    .board_info .page {display:flex; margin-left:auto;}
    .board_info form {width:100%;}
    .board_info .form {gap:0.5rem;}
    .board_info .form .form_select {display:flex; width:100%; flex:none;}
}
@media screen and (max-width:640px) {
    .gallery_list .desc {padding:1.6rem; gap:1rem;}
    .gallery_list .desc .title .subject {font-size:1.8rem;}
}