@charset "utf-8";

/* 새글 스킨 (latest) */
.notice4 {
    position:relative;
    background-color: #FFF;
    border-radius: 7px;
    /*padding: 35px;*/
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
}
.notice4 .latest-title,
.notice4 .latest-title * {
    text-align: left;
}
.notice4 .latest-title {
    margin-bottom: 0 !important;
    padding-bottom: 20px;
    border-bottom: 1px solid #003981;
}
.notice4 .latest-title a,
.notice4 .latest-title span {
    position: relative;
    font-size: 1.2em;
    font-weight: 800;
    display: block;
    overflow: hidden;
    color: #003981;
}
.notice4 .latest-title a {
    padding-right: 36px;
}
.notice4 .latest-title small {
    display: block;
    color: #666;
    font-size: 0.5em;
    margin-top: 10px;
}
.notice4 .latest-title a .more {
    position: absolute;
    color: #29b1e3;
    font-size: 0.35em;
    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;
}
.notice4 .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;
}
.notice4 ul {
    /*border-top: 2px solid #e9e8ef;*/
}
.notice4 li {text-overflow:ellipsis;overflow:hidden;white-space:nowrap;border-bottom:1px solid #e9e8ef; font-size: 1.1em;}
.notice4 li:last-child {
    /*border-bottom-width: 0;*/
}
.notice4 li:last-child a,
.notice4 li:last-child small {
    /*padding-bottom: 0 !important;*/
}
.notice4 li a, .notice4 li.empty_li {
    color: #7b7a7a;
    padding: 18px 0;
    display: inline-block;
    position: relative;
}
.notice4 li a{
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}
.notice4 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;
}
.notice4 .datetime {
    display: inline-block;
    font-size: 0.9em;
    text-align: right;
    color: #AAA;
    width: 18%;
    line-height: 27px;
    vertical-align: middle;
    font-family: 'Spoqa Han Sans';
}
.notice4 .datetime small {
    display: block;
    font-size: 9pt;
    margin-top: -5px;
}
.notice4 li a,
.notice4 li small,
.notice4 li.empty_li {
    padding: 21px 0 !important;
}
.notice4 li .subject {
    font-size: 1.2em;
    color: #000;
    font-weight: 500;
    line-height: 27px;
}
.notice4 li .subject > img {
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 5px;
}
.notice4 li .bo_subject {
    display: inline-block;
    font-size: 9pt;
    height: 23px;
    line-height: 21px;
    border: 1px solid #A78842;
    border-radius: 23px;
    padding: 0 8px;
    color: #000;
    margin-right: 4px;
    letter-spacing: -1px;
}
.notice4 li .subject,
.notice4 li .cont {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #777;
}
.notice4 li .subject:before {
    content: '.';
    position: relative;
    display: inline-block;
    margin-right: 5px;
    top: -5px;
}
.notice4 li:hover .subject {
    text-decoration: underline;
}
.notice4 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}
.notice4 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}
.notice4 .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}
.notice4 li.empty_li {border-bottom:0;line-height:120px}

.notice4 .read-more {
    display: inline-block;
    margin-top: 30px;
    font-size: 12pt;
    line-height: 180%;
    border-bottom: 2px solid rgba(0, 0, 0, 0.5);
}
.notice4 .read-more:hover {
    color: #A78842FF;
    border-color: #A78842FF;
}