@charset "utf-8";

/* 새글 스킨 (latest) */
.notice {position:relative;}
.notice h2 {margin-bottom:28px;font-size:var(--fs-72);font-weight:bold;position:relative;color:#fff;}
.notice h2 a {color:#fff;position:absolute;right:0;bottom:16px;font-size:0.25em;font-weight:500;display: flex;align-items: center;gap:20px;}
.notice ul {border-top:2px solid #CCCDD0}
.notice li {padding:40px 0;border-bottom:1px solid #CCCDD0;width:100%;}
.notice li a{display: flex;align-items: center;justify-content: space-between;width:100%;gap:70px}
.notice li a strong{font-size:var(--fs-22);font-weight:500;word-break: keep-all;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;width:calc(100% - 200px);}
.notice li a strong > span{position:relative;}
.notice li a strong > span:before{content:"";position:absolute;left:0;bottom:0;width:0;height:1px;background: #fff;transition:all .7s;}
.notice li:hover a strong > span:before{content:"";width:100%;}
.notice li a > span{color:#828282;font-size:var(--fs-18);margin:0 0 0 auto;display: block;width:120px;text-align: right;}
.notice li a, .notice li.empty_li {color:#fff;padding:0;}
