header {
  z-index:1 !important;
  /* position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #ffffff;

  box-shadow: -12px 0 20px 4px rgba(216, 198, 198, 0.4); */
}


img.zoom {
    width: 100%;
    height: 250px;
    object-fit:cover;
    margin-bottom: 30px;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  img.zoom {
    height: 230px;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  img.zoom {
    height: 200px;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  img.zoom {
    height: 200px;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  img.zoom {
    height: 250px;
  }
}

/* 없으면 부트스트랩 적용됨 */
a:hover{
  color:#498bae;
  text-decoration: none;
}
