
.admmb-container{margin-bottom:0;padding-bottom:5.5rem;} /*patch: mobile safari margin bug*/

.bbs-view-content  .cms-con table {border:1px solid rgba(0,0,0,.12);border-top:2px solid rgba(0,0,0,.5);letter-spacing:-.03em}
.bbs-view-content  .cms-con table tbody tr {border-bottom: 1px solid rgba(0,0,0,.12)}
.bbs-view-content  .cms-con table tbody td {font-size:14px;border-left:1px solid rgba(0,0,0,.12)}
.bbs-view-content  .cms-con table tbody td.ctit {font-size:16px;color:#333;background-color:#f4f4f4;text-align:center}
.bbs-view-content  .cms-con table tbody td.ctit strong {font-weight:500}
.bbs-view-content  .cms-con tbody tr:nth-child(even) {background-color: #fff;}


.mtop-hw {
display: block;
    font-size: 0;
    background-color: #f98d2c;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 5px;
    border-radius: 0px;
	margin: 0rem -1.25rem 0rem -1.25rem;
}

.mtop-hw span {
    /*display: block;
    line-height: normal;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
    font-size: 1.125rem;
    font-weight: 600;
	line-height: 30px;
    word-break: keep-all;
    
}

.article-veiw-body {
    text-align: justify !important;
}
/* median outlink */
#median-outlink {
  margin: 3.125rem auto;
  padding: 1.375rem;
  background-color: var(--nd-light, #f8f9fa);
  border: 1px solid rgba(var(--nd-black-rgb, 0, 0, 0), 0.05);
}
#median-outlink .no-bullet {
  padding: 0;
  margin-bottom: 0;
  margin-left: 0;
  list-style: none;
}
#median-outlink .no-bullet li {
  font-size: 0.875rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3;
  color: var(--nd-black, #000);
}
#median-outlink .no-bullet li + li {
  margin-top: 0.625rem;
}
#median-outlink .no-bullet li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font: inherit;
  color: inherit;
}

/* 최은비 / 1520785 / 20251103 */
.mtop-hw {
  height: auto;
  line-height: 0;
  margin-bottom:30px;
}
.mtop-hw span {
  line-height: 22px;
}