/* Base typography */
body {
    font-family: 'Noto Sans KR', sans-serif;
    color: #000;
    font-size: 16px;            /* 010-1234-5678 spec -> body */
    font-weight: 700;           /* Note: this makes default text bold */
    line-height: 24px;          /* 16px * 1.5 = 24px */
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* .half-hl {background: linear-gradient(to top, #ffe400 50%, transparent 50%);} */
.half-hl {background: linear-gradient(to top, #ECEE2D 20%, transparent 50%);}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Noto Sans KR', sans-serif;
}

/* h2: 장세준 (24px/31.2px) */
h2 {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 31.2px; /* 24px * 1.3 */
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-family: 'Noto Sans KR', sans-serif;
}

/* h3: 매물 정보 (20px/26px) */
h3 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px; /* 20px * 1.3 */
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-family: 'Noto Sans KR', sans-serif;
}

.logo-font {
    font-family: 'Black Han Sans', sans-serif;
}

.section-bg1{
    background-color: #F9FBFD;
}

a{
    text-decoration: none;
}

@media (min-width: 768px) {
    .container { width: 750px;}
}
@media (min-width: 992px) {
    .container {width: 940px; }
}

.kakaoChat {
    position: fixed;
    right: 30px;
    bottom: 90px;
    z-index: 99;
}

.post_write {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.article-thumb{
    width: 100px;
    height: 100px;
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}


    .text-muted-light {
        color: rgba(0, 0, 0, 0.3); /* 더 연한 색상 */
    }

    .strike-all * {
  text-decoration: line-through;
}

/* body-medium: 테이블 헤더용 스타일 (14px/18.2px) */
.body-medium {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 18.2px; /* 14px * 1.3 */
    color: #000;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
