a {text-decoration: none;}
body {padding-top: 70px;}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.select-button {
  padding:2px 0;
}

.modal-row {
  margin:4px 0;
  padding:2px 0;
}

.modal-input {
  width: 100%;  
}

.select-tab {
  margin-bottom:10px;
}

.margin-top-button {
  margin-top:10px;
}

.display-bottombar-kind, .display-bottombar-theme, .display-bottombar-option {border-bottom:6px solid #f44336}

.item-img-box {
    width: 100%;
    aspect-ratio: 4 / 3;   /* 원하는 비율 */
    overflow: hidden;
}

.item-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}