.sc-board-wrap {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-bottom: 80px; /* ÇÙ½É: ¼½¼Ç ¿©¹é */
  color: #111;
}


/* »ó´Ü ¶óÀÎ */
.sc-board-topline {
  height: 2px;
  background: #1a1a1a;
}


/* Å×ÀÌºí */
.sc-board-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}


.sc-board-table th,
.sc-board-table td {
  padding: 0 16px;
  height: 78px;
  font-size: 16px;
  border-bottom: 1px solid #dcdcdc !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 0 !important;
  vertical-align: middle;
  box-sizing: border-box;
}


/* Çì´õ */
.sc-board-head th,
.sc-board-head td {
  height: 64px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}


/* Á¦¸ñ */
.sc-board-table td:nth-child(2) {
  text-align: left;
  padding-left: 30px;
}


.sc-board-table td a {
  font-size: 16px;
  font-weight: 400 !important;
  color: #111;
  text-decoration: none;
  transition: opacity 0.25s ease, color 0.25s ease;
}


.sc-board-table td a:hover {
  color: #111;
  opacity: 0.6;
}


/* ¹øÈ£/³¯Â¥ */
.sc-board-table td:first-child,
.sc-board-table td:last-child {
  color: #666;
}


/* ±âº» º¸µå ±ú±â */
.board {
  border: 0 !important;
  background: transparent !important;
}


.board td,
.board th {
  border-left: 0 !important;
  border-right: 0 !important;
}


/* =========================================================
   ÇÏ´Ü Åø¹Ù (ÇÙ½É)
========================================================= */
.sc-board-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}


/* °Ë»ö */
.sc-board-search {
  display: flex;
  align-items: center;
}


.sc-board-search table {
  margin: 0;
}


.sc-board-search td {
  padding: 0 !important;
  border: 0 !important;
}


.sc-board-search select,
.sc-board-search input[type="text"] {
  height: 36px;
  border: 1px solid #d8d8d8;
  font-size: 14px;
  box-sizing: border-box;
}


/* °Ë»ö Ä«Å×°í¸® */
.sc-board-search select {
  padding: 0 26px 0 10px;
  margin-right: 2px;
}


/* °Ë»ö ÀÔ·Â */
.sc-board-search input[type="text"] {
  width: 220px;
  margin-left: 0;
  margin-right: 2px;
  padding: 0 10px;
}


/* °Ë»ö ¹öÆ° */
.sc-board-search button,
.sc-board-search input[type="submit"] {
  height: 36px;
  margin-left: 0;
  border: 1px solid #d8d8d8;
  background: #fff;
  box-sizing: border-box;
}


/* ¿À¸¥ÂÊ */
.sc-board-bottom-right {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-left: auto;
}


/* ÆäÀÌÂ¡ */
.sc-board-paging {
  font-size: 14px;
  color: #777;
}


.sc-board-paging a {
  margin: 0 3px;
  color: #777;
  text-decoration: none;
}


.sc-board-paging a:hover {
  color: #111;
}


/* ±Û¾²±â ¹öÆ° (ÀÌ¹ÌÁö À¯Áö) */
.sc-board-write {
  display: flex;
  align-items: center;
  margin-left: auto;
}


.sc-board-write img {
  display: block;
  max-height: 40px;
}


/* °Ë»ö inline Á¦°Å */
#search {
  background: transparent !important;
  height: auto !important;
}


/* =========================================================
   MOBILE
========================================================= */
@media (max-width: 768px) {
  .sc-board-wrap {
    padding-bottom: 60px;
  }


  .sc-board-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }


  .sc-board-bottom-right {
    width: 100%;
    justify-content: space-between;
    margin-left: 0;
  }


  .sc-board-write {
    margin-left: 0;
  }


  .sc-board-search input[type="text"] {
    width: 160px;
  }


  .sc-board-table th,
  .sc-board-table td {
    font-size: 14px;
    height: 64px;
    padding: 0 10px;
  }
}


/* °Ë»ö ¿µ¿ª border Á¦°Å (ÇÙ½É) */
.sc-board-search table,
.sc-board-search tr,
.sc-board-search td {
  border: 0 !important;
  border-bottom: 0 !important;
}






/* =========================================================
   SANGCHUN BOARD VIEW FINAL
   - ¹Ì´Ï¸Ö / ¸®½ºÆ®¿Í Åæ ÅëÀÏ
========================================================= */


.sc-board-view-wrap {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-bottom: 80px;
  color: #111;
}


/* »ó´Ü ¶óÀÎ */
.sc-board-view-topline {
  height: 2px;
  background: #1a1a1a;
}


/* Å×ÀÌºí */
.sc-board-view-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}


/* ±âº» ¼¿ */
.sc-board-view-table td,
.sc-board-view-table th {
  padding: 22px 18px;
  font-size: 16px;
  line-height: 1.7;
  vertical-align: middle;
  border-bottom: 1px solid #dcdcdc !important;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  background: transparent !important;
  box-sizing: border-box;
  word-break: keep-all;
}


/* ¸¶Áö¸· ÁÙ ¼± Á¦°Å */
.sc-board-view-table tr:last-child td,
.sc-board-view-table tr:last-child th {
  border-bottom: 0 !important;
}


/* ÁÂÃø Ç×¸ñ¸í */
.sc-board-view-table th {
  width: 160px;
  font-weight: 500;
  text-align: center;
  color: #111;
}


/* ¿ìÃø ³»¿ë */
.sc-board-view-table td {
  font-weight: 400;
  color: #111;
}


/* º»¹® ¿µ¿ª */
.sc-board-view-table td[colspan],
.sc-board-view-table .view_content,
.sc-board-view-table .content {
  padding: 34px 20px;
  min-height: 160px;
  line-height: 1.9;
  color: #333;
}


/* ¸µÅ© */
.sc-board-view-table a {
  color: #111;
  text-decoration: none;
  transition: opacity 0.25s ease;
}


.sc-board-view-table a:hover {
  opacity: 0.6;
}


/* =========================================================
   ÇÏ´Ü ¹öÆ° ¿µ¿ª
========================================================= */


.sc-board-view-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}


/* ÁÂÃø ¸ñ·Ï */
.sc-board-view-left {
  display: flex;
  align-items: center;
  gap: 8px;
}


/* ¿ìÃø ¹öÆ° */
.sc-board-view-right {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}


/* ¹öÆ° ½ºÅ¸ÀÏ Á¦°Å (ÇÙ½É) */
.sc-board-view-left a,
.sc-board-view-left input,
.sc-board-view-left button,
.sc-board-view-right a,
.sc-board-view-right input,
.sc-board-view-right button {
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  box-shadow: none;
  font-size: 14px;
  color: #111;
  cursor: pointer;
}


/* ÀÌ¹ÌÁö ¹öÆ° */
.sc-board-view-left img,
.sc-board-view-right img {
  display: block;
  max-height: 40px;
  border: 0;
}


/* ÁÙ¹Ù²Þ ¹æÁö */
.sc-board-view-right > * {
  flex: 0 0 auto;
}


/* =========================================================
   ±âÅ¸ ¿µ¿ª
========================================================= */


.sc-board-rate,
.sc-board-comment-write,
.sc-board-comment-list,
.sc-board-sublist-bottom {
  margin-top: 24px;
}


/* =========================================================
   ¸ð¹ÙÀÏ
========================================================= */


@media (max-width: 768px) {


  .sc-board-view-wrap {
    padding-bottom: 60px;
  }


  .sc-board-view-table th,
  .sc-board-view-table td {
    padding: 16px 10px;
    font-size: 14px;
  }


  .sc-board-view-table th {
    width: 90px;
  }


  .sc-board-view-table td[colspan],
  .sc-board-view-table .view_content,
  .sc-board-view-table .content {
    padding: 22px 12px;
    min-height: 120px;
  }


  .sc-board-view-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }


  .sc-board-view-right {
    width: 100%;
    justify-content: flex-end;
  }


  .sc-board-view-left img,
  .sc-board-view-right img {
    max-height: 36px;
  }
}




/* ===== °Ô½ÃÆÇ ¸®½ºÆ® Ä­ ºñÀ² ÃÖ¼Ò ¼öÁ¤ ===== */


/* ±âÁ¸ fixed À¯Áö */
.sc-board-table {
  table-layout: fixed;
}


/* ¹øÈ£ */
.sc-board-table th:first-child,
.sc-board-table td:first-child {
  width: 9%;
  padding-left: 6px;
  padding-right: 6px;
  text-align: center;
}


/* Á¦¸ñ */
.sc-board-table th:nth-child(2),
.sc-board-table td:nth-child(2) {
  width: 61%;
}


.sc-board-table td:nth-child(2) {
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}


/* ³¯Â¥ */
.sc-board-table th:last-child,
.sc-board-table td:last-child {
  width: 30%;
  text-align: center;
  white-space: nowrap;
}


/* Á¦¸ñ ÁÙÀÓÇ¥ */
.sc-board-table td a {
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}




@media (max-width: 768px) {
  .sc-board-table th:first-child,
  .sc-board-table td:first-child {
    width: 12%;
  }


  .sc-board-table th:nth-child(2),
  .sc-board-table td:nth-child(2) {
    width: 50%;
  }


  .sc-board-table th:last-child,
  .sc-board-table td:last-child {
    width: 38%;
  }
}