@charset "utf-8";

/* 새글 스킨 (latest) */
.notice2 {position:relative;}
.notice2 .latest-title,
.notice2 .latest-title * {
    text-align: left;
}
.notice2 .latest-title {
    margin-bottom: 0 !important;
    padding-bottom: 20px;
}
.notice2 .latest-title a,
.notice2 .latest-title span {
    position: relative;
    font-size: 1.2em;
    font-weight: 800;
    display: block;
    overflow: hidden;
    color: #003981;
}
.notice2 .latest-title a .more {
    position: absolute;
    color: #29b1e3;
    font-size: 0.3em;
    height: auto;
    line-height: 27px !important;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 400;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    display: none;
}
.notice2 .latest-title a .more:after {
    content: '>';
    font-family: "Nanum Gothic", "나눔고딕";
    display: inline-block;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #29b1e3;
    color: #FFF;
    text-align: center;
    font-size: 0.9em;
    transform: scale(0.75);
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-left: 4px;
}
.notice2 li {
    grid-template-columns: 200px auto;
    box-shadow: inherit;
    row-gap: 20px;
    column-gap: 25px;
    margin-bottom: 40px;
    align-items: center;
}
.notice2 > ul > li:last-child {
    margin-bottom: 0;
}
.notice2 li a, .notice2 li.empty_li {
    color: #7b7a7a;
    position: relative;
}
.notice2 li .datetime {
    width: 90px;
    text-align: center;
    font-size: 2.5em;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700;
    border-right: 1px solid #D6D6D6;
}
.notice2 li .datetime small {
    display: block;
    font-size: 0.65rem;
    font-weight: 300;
}
.notice2 li a {
    display: grid;
}
.notice2 li a div {
    width: 100%;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.notice2 li .thumb {
    display: inline-block;
    overflow: hidden;
    border-radius: 15px;
}
.notice2 li .thumb img {
    height: 120px;
}
.notice2 li a div.subject {
    color: #000;
    font-size: 1.5em;
    font-weight: 500;
    margin-bottom: 5px;
}
.notice2 li a div.explain {
    font-size: 1.1em;
}
.notice2 li a small {
    font-size: 1em;
    display: block;
    margin-top: 2px;
    line-height: 20px;
    color: #888;
    font-family: 'Spoqa Han Sans';
}
.notice2 li a .circle {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 4px solid #FFF;
    background-color: #666;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 5px;
}
.notice2 li a .bo_subject {
    display: inlnie-block;
    color: #2e68b1;
    font-size: 0.9em;
    margin-right: 4px;
    letter-spacing: -1px;
}
.notice2 li .lock_icon {display:inline-block;line-height:14px;width:16px;font-size:0.833em;color:#4f818c;background:#cbe3e8;text-align:center;border-radius:2px;font-size: 12px;border:1px solid #a2c6ce;vertical-align:baseline}
.notice2 li .new_icon {display:inline-block;line-height:16px;width:16px;font-size:0.833em;color:#ffff00;background:#6db142;text-align:center;margin-right:3px;border-radius:2px;vertical-align:baseline}
.notice2 .cnt_cm {background:#5c85c1;color:#fff;font-size:11px;height:16px;line-height:16px;padding:0 5px;border-radius:3px;white-space:nowrap;margin-left:5px}
.notice2 li.empty_li {border-bottom:0;line-height:120px}

.notice2 li:hover .subject {
    color: #003c83;
}
.notice2 .grid-2 .thumb {
    position: relative;
    cursor: pointer;
}
.notice2 .grid-2 .thumb:after,
.notice2 .grid-2 .thumb:before {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 0;
}
.notice2 .grid-2 .thumb:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.notice2 .grid-2 .thumb:before {
    content: '\f144';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: rgba(255, 255, 255, 0.7);
    font-size: 3em;
    z-index: 2;
}
.notice2 .grid-2:hover .thumb:after,
.notice2 .grid-2:hover .thumb:before {
    opacity: 1;
}
