@charset "utf-8";

/* 새글 스킨 (latest) */
.lt-notice { width: 100%; }
.lt-notice > h2{ display: inline-block; font-size: 40px; line-height: 40px; font-weight: 700; margin-bottom: 15px; }
.lt-notice > h2 > a{ transition: all .2s ease-out; }
.lt-notice > h2:hover > a{ color: #0f268a; }
.lt-notice > ul{ border-top: 2px solid #0f268a; }
.lt-notice > ul > li > a{ display: flex; justify-content: space-between; align-items: center; height: 74px; padding: 0 20px; border-bottom: 1px solid #DCDCDC; transition: all .2s ease-out; }
/*.lt-notice > ul > li:last-of-type > a{ border-bottom: 0; }*/
.lt-notice > ul > li > a > p{ font-size: 18px; }
.lt-notice > ul > li > a > p.sbj{ display: block; width: calc(100% - 110px); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.lt-notice > ul > li > a > p.dtime{ font-size: 16px; color: #aaa; max-width: 110px; font-weight: 300; }
.lt-notice > ul > li > a:hover{ background-color: #fff; }

.notice li.empty_li {border-bottom:0;line-height:120px}



/*! Small PC 1640 - 1280 */

@media screen and (max-width: 1640px){

    .lt-notice > h2{ display: inline-block; font-size: 36px; line-height: 36px; font-weight: 700; margin-bottom: 15px; }


}


/*! Tablet 768 - 1279 */

@media screen and (max-width: 1279px){

.lt-notice > h2{ display: inline-block; font-size: 30px; line-height: 30px; font-weight: 700; margin-bottom: 15px; }
.lt-notice > h2:hover > a{ color: #111; }

.lt-notice > ul > li > a{ display: flex; justify-content: space-between; align-items: center; height: 54px; padding: 0 15px; border-bottom: 1px solid #DCDCDC; transition: all .2s ease-out; }
/*.lt-notice > ul > li:last-of-type > a{ border-bottom: 0; }*/
.lt-notice > ul > li > a > p{ font-size: 16px; }
.lt-notice > ul > li > a > p.sbj{ display: block; width: calc(100% - 110px); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.lt-notice > ul > li > a > p.dtime{ font-size: 14px; color: #aaa; max-width: 110px; font-weight: 300; }
.lt-notice > ul > li > a:hover{ background-color: #fff; }

}


/*! Mobile - 767 */

@media screen and (max-width: 767px){

.lt-notice > h2{ display: inline-block; font-size: 26px; line-height: 26px; font-weight: 700; margin-bottom: 15px; }
.lt-notice > h2:hover > a{ color: #111; }

.lt-notice > ul > li > a{ display: flex; justify-content: space-between; align-items: center; height: 48px; padding: 0 15px; border-bottom: 1px solid #DCDCDC; transition: all .2s ease-out; }
/*.lt-notice > ul > li:last-of-type > a{ border-bottom: 0; }*/
.lt-notice > ul > li > a > p{ font-size: 14px; }
.lt-notice > ul > li > a > p.sbj{ display: block; width: calc(100% - 90px); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.lt-notice > ul > li > a > p.dtime{ font-size: 13px; color: #aaa; max-width: 110px; font-weight: 300; }
.lt-notice > ul > li > a:hover{ background-color: #fff; }

}