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

/* font */
.auto-fontR {color:#c00}

/* box skin */
.box-skin.logo-icon > .header > a,.box-skin.logo-icon > .header > strong {position:relative;padding-left:1.75rem;letter-spacing:-.05em}
.box-skin.logo-icon > .header > a::before, .box-skin.logo-icon > .header > strong::before {content:'';position:absolute;top:3px;left:0;width:22px;height:20px;background:url('/image/logo-icon.png')no-repeat 50% 50%;background-size:contain}
.box-skin.cus-headline > .header {padding-bottom:0;border-bottom:0}
.box-skin.cus-headline > .header strong, .box-skin.cus-headline > .header > a {font-weight:var(--nd-box-skin-title-font-weight, 500)}
.box-skin > .header > a, .box-skin > .header > strong {font-size:var(--nd-box-skin-title-font-size, 1.375rem)}

.box-skin.cus-box01.line {padding:1.5rem 1.875rem;border-top:2px solid #262b49;background-color:#f8f8f8}

.box-solid-bk {border-top:2px solid #222}

/* 기사페이지 유료기사 */
.premium-article {position:relative;padding:30px;background-color:#f1f1f1}
.premiumBodyLast {filter:blur(3px);-webkit-filter:blur(3px)}
.icon-lock.custom-lock {color:#acacac}

.premium-article .premium-title {display:block;margin-bottom:30px;font-size:24px;font-weight:500;letter-spacing:-.07em;text-align:center}
.premium-article .premium-info {font-size:16px;color:#666}

.button-group .btns.active {position:relative;font-weight:600}
.button-group .btns.active::before {content:'';position:absolute;bottom:0;left:0;width:100%;height:2px;background-color:#222}


#admin-wrap .writing-body::-webkit-scrollbar {width:15px}
/* 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;
}



/* 홍경아 / 1497388 / 20250811 */
@supports selector(::-webkit-scrollbar) {
    *::-webkit-scrollbar {
	width:.625rem;
	}
}



