@charset "utf-8";


p{margin-bottom:0}
ul{padding-left:0}

.board_search_form .search_box{float:none}

@media (max-width:767px){
img{object-fit:contain}
}

@media (min-width:768px) and (max-width:1023px){
img{object-fit:contain}
}

@media (min-width:1024px){
img{object-fit:contain}
}

@media (max-width:545px){
.board_search_form .search_box{gap:0.8rem}
.board_search_form .search_box select{width:calc(97% / 2)}
.board_search_form .search_box input{width:100%}
.board_search_form .search_box button{margin-top:0;width:calc(97% / 2)}
}

@media (max-width:300px){
.board_search_form .search_box select,
.board_search_form .search_box button{width:calc(95% / 2)}
}
