audio, canvas, embed, iframe, img, object, svg, video {
    display: unset !important;
    max-width: 100%;
}
.fade-in {
    animation: fadeIn 0.8s ease-in-out;
}
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}
.hover-lift {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.hover-lift:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px -5px rgba(22, 93, 255, 0.1);
}
html {
    scroll-behavior: smooth;
}
.news-item:not(:last-child) {
    border-bottom: 1px solid #E5E6EB;
}
.dropdown {
    position: relative;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 8px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    margin-top: 0;
}
.dropdown-menu.show {
    display: block;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 8px 16px;
    clear: both;
    font-weight: 400;
    color: #1D2129;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    text-decoration: none;
    transition: background-color 0.2s ease;
}
.dropdown-item:hover {
    color: #165DFF;
    background-color: #F7F8FA;
}
.article-contents p{line-height:2; margin-bottom: 10px;}
.article-contents img{ max-width:100%; height:auto; margin:5px 0;}
.article-contents embed{ max-width:100%; height:auto; margin:5px 0;}
.pager{text-align:center;}
.pager a{background:#DDEAF0 no-repeat 4px center; padding:0px 8px; text-decoration:none; border:solid 1px #BFD6E0; border-radius:4px; height:25px; line-height:25px; display:inline-block;}
.pager a.pcs{background:#529EC5; border-color:#1084BD; color:white;}