@charset "utf-8";

/* 새글 스킨 (latest) */
.notice ul {
    font-size: 0px;
    max-width: 1000px;
    margin: 0 auto;
}
.notice .latest-title {
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}
.notice .latest-title a {
    display: block;
    font-size: 2.1em;
}
.notice .latest-title .read-more {
    display: inline-block;
    float: right;
    font-size: 9pt;
    line-height: 34px;
    padding: 0 15px;
    border: 1px solid #D3D3D3;
    color: #adadad;
    -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;
}
.notice .latest-title a:hover .read-more {
    background-color: #adadad;
    border-color: #adadad;
    color: #FFF;
}
.notice .latest-title .read-more:after {
    content: '+';
    display: inline-block;
    margin-left: 10px;
    font-size: 16pt;
    line-height: 100%;
    position: relative;
    top: 2px;
    font-weight: 100;
    color: #888;
    -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;
}
.notice .latest-title a:hover .read-more:after {
    color: #FFF;
}
.notice li {
    display: block;
    font-size: 0.7rem;
    margin-bottom: 15px;
    background-color: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.07);
    box-shadow: 0px 1px 3px rgba(50, 50, 90, 0.15);
    -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;
}
.notice li:hover {
    border-color: rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 7px rgba(50, 50, 90, 0.3);
}
.notice li:nth-of-type(3n) {
    margin-right: 0px;
}

.notice li > a {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.notice li > a > div {
    display: table-cell;
    position: relative;
    vertical-align: middle;
}
.notice li .date {
    text-align: center;
    width: 115px;
    font-size: 32pt;
    font-weight: 800;
}
@media (max-width: 640px) {
    .notice li .date {
        width: 80px;
    }
}
.notice li .date:after {
    content: '';
    position: absolute;
    top: 20px;
    bottom: 20px;
    right: 0;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.1);
}
/*
.notice li:hover .date:after {
    background-color: rgba(255, 255, 255, 0.15);
}
*/
.notice li .date small {
    display: block;
    font-size: 13pt;
    margin-bottom: -9px;
    color: #656565;
}
.notice li .cont {
    padding: 22px 30px;
}
/*
.notice li:hover {
    background-color: rgba(53, 53, 55, 1);
}
.notice li:hover .cont,
.notice li:hover .cont *,
.notice li:hover .date,
.notice li:hover .date * {
    color: #FFF !important;
    -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;
}
*/
.notice li .cont a {}
.notice li .cont strong {
    display: block;
    font-weight: 400;
    font-size: 1.6em;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 28px;
    line-height: 28px;
    white-space: nowrap;
    color: #2a468f;
}
.notice li .cont .text {
    display: block;
    font-weight: 500;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.5em;
    height: 1.5em;
    margin-bottom: 10px;
    font-size: 1.8em;
}
.notice li .cont .read-more {
    font-size: 0.8em;
}
@media (max-width: 640px) {
    .notice li .date {
        font-size: 26pt;
    }
    .notice li .date small {
        font-size: 10pt;
    }
    .notice li .cont strong {
        font-size: 1.4em;
    }
    .notice li .cont .text {
        font-size: 1.35em;
    }
}