html, body {
    width: 100%;
    height: 100%;
    background: #f5f5f5;
}
body { word-wrap: break-word;word-break: break-all;padding: 0 20px; }
body, h1, h2, h3, h4, input, button, pre {
    font-family: AppleSDGothicNeo-Light, "Lato", "Noto Sans KR", HelveticaNeue-Light, 'Malgun Gothic', '맑은 고딕', sans-serif;
    font-size: 14px;
    color: #000;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, form, fieldset, p, button, input {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
}
i {
    font-size: 20px;
}
a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
ul, ol, li {
    list-style: none;
    margin: 0;
    padding: 0;
}
li {
    display: list-item;
    text-align: -webkit-match-parent;
}
h1, h2 {
    transition: .2s linear;
}
h1 {
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    color: #000;
}
h2 {
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    color: #666666;
}

.top_logo { text-align: center; padding-bottom: 30px; }
.kakao_chennel { position: absolute; top: 15px; right: 15px; }
#articles { margin: 0;}
#articles li { padding-bottom: 10px; }
#articles .thumb-box {position: relative;width: 100%;padding-bottom: 56.25%; /* 16:9 비율로 계산된 백분율 (9/16 * 100) */overflow: hidden;}
#articles .thumb-box img {position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;}
#articles .title { font-size: 14px; color: #3d3d3d;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;height: 40px; }

.footer {
    width: 100%;
    height: 196px;
    margin: 0 auto;
    padding-top: 35px;
    padding-bottom: 35px;
    background: #f8f8f8;
    text-align: center;
}
.footer .policy {
    display: block;
    padding: 0 0 6px;
    font-size: 13px;
    margin: 0 20px;
}
.footer .policy a:first-child {
    padding: 0;
}
.footer .policy a {
    position: relative;
    padding: 0 0 0 10px;
    color: #555;
}

.footer address.user-address {
    font-style: normal;
    font-size: .75rem;
    position: relative;
    text-align: left;
    color: rgba(0,0,0,.55);
    letter-spacing: -.05em;
    max-width: 640px;
    margin: auto;
    padding: 20px;
}
.footer address.user-address ul li {
    float: left;
    line-height: 1.8em;
    color: #666666;
    padding-right: 5px;
}
.footer address.user-address .copyright {
    color: rgba(0,0,0,.75);
}
.footer address.user-address ul li.clear, .box-dashed::after, .box-dotted::after, .box-margins::after, .box-margins[class*=box-dashed-]::after, .box-margins[class*=box-dotted-]::after, .box-margins[class*=box-solid-]::after, .box-solid::after {
    clear: both;
}
