/* BASIC css start */
#gallery-list .h_title .btn_Red {height: 25px; width: 60px; float: right; line-height: 25px; font-weight:normal; margin-top: -4px; }

.gallery-list {
  padding: 16px 16px 80px; /* ÇÏ´Ü ¹öÆ°À» À§ÇÑ ¿©¹é Ãß°¡ */
}

.gallery-list img {
  width: 100%;
  height: auto; /* ÀÚµ¿ ºñÀ²·Î ³ôÀÌ Á¶Àý */
  margin-bottom: 16px; /* ÀÌ¹ÌÁö °£°Ý */
  border-radius: 8px; /* µÕ±Ù ¸ð¼­¸® */
  object-fit: cover; /* ÀÌ¹ÌÁö ºñÀ² À¯Áö */
}


/* µî·ÏÇÏ·¯±â°¡ ¹öÆ° */
.register-button {
  display: block; 
  width: 90%; /* ³Êºñ¸¦ 90%·Î ¼³Á¤ */
  max-width: 320px; /* ÃÖ´ë ³Êºñ Á¦ÇÑ */
  height: 50px;
  background-color: #000000;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  border-radius: 8px;
  text-decoration: none;
  margin: 24px auto; /* ¼öÁ÷ ¿©¹é + °¡·Î Áß¾Ó Á¤·Ä */
}
/* BASIC css end */

