@charset "utf-8";

/* 최근게시물 스킨 (latest) */
.notice_wrap{display: flex; align-items: center;     gap: 20px;}
.notice_wrap .tit{font-size: 17px; line-height: 25px; color: #767676;}
.title h2{}

.notice_wrap ul:first-child{width: 30%}
.notice_wrap ul:last-child{width: 70%}

.lt {position:relative;}
.lt h2{text-align: left;    font-weight: 900;   width: 100%;    font-size: 60px;    margin-bottom: 10px;    z-index: 9;    position: relative;    color: #1562aa; letter-spacing: -2px; font-family: 'GmarketSansBold', 'Noto Sans KR', AppleSDGothicNeo-Regular,'Malgun Gothic','맑은 고딕',dotum,'돋움',sans-serif;}
/*.lt h2 a:before{content:''; background:url('board_ti01.png')left center no-repeat; width:100%; height:42px; padding-left:60px;}*/
.lt ul {margin:20px 0 0 ;padding:0;list-style:none;}
.lt li {position:relative; /*padding:0 0 0 20px;*/}
/*.lt li:before{content: ''; width: 9px;height: 9px;background: #ffa800; border-radius:100%; position: absolute;  top: 40%;left: 0;margin-top: -1px;}*/


.notice_wrap ul:last-child li:first-child{border-top:1px solid #b8b8b8; border-bottom: 1px dashed #d8d8d8; padding: 20px 0;}
.notice_wrap ul:last-child li:last-child{border-bottom:1px solid #b8b8b8; padding: 20px 0}

.lt li a {line-height:40px; font-size:20px;     }
.lt li a strong{ position: relative;    padding: 5px 0 0 0;    font-size: 17px;    color: #1562aa;    overflow: hidden;    max-width: 80%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    }

.lt li p {color: #7b7b7b;    font-size: 17px;    display: block;    overflow: hidden;    max-width: 80%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; 
    font-family: 'GmarketSansLight', 'Noto Sans KR', AppleSDGothicNeo-Regular,'Malgun Gothic','맑은 고딕',dotum,'돋움',sans-serif;
    
}
.lt .fa-download{width:16px;height:16px;line-height:16px;background:#e89f31; color:#fff;text-align:center;font-size:10px;border-radius:4px;vertical-align:middle;}
.lt .fa-link{width:16px;height:16px;line-height:16px;background:#ad68d8;color:#fff;text-align:center;font-size:10px;border-radius:4px;vertical-align:middle;font-weight: normal;}
.lt .fa-heart{width:16px;height:16px;line-height:16px;background:#ff66b0;color:#fff;text-align:center;font-size:10px;border-radius:4px;vertical-align:middle;;font-weight: normal;}
.lt .new_icon{display:inline-block;width: 16px;line-height:16px ;font-size:0.833em;color:#ffff00;background:#6db142;border-radius:4px;text-align:center;vertical-align:middle;font-size:11px}
.lt .hot_icon{display:inline-block;width: 16px;line-height:16px ;font-size:0.833em;color:#fff;background:#e52955;;border-radius:4px; text-align:center;vertical-align:middle;font-weight:normal;font-size:11px}
.lt .fa-lock{display: inline-block;line-height: 14px;width: 16px;font-size: 0.833em;color: #fff;background: #262b88;text-align: center;border-radius: 4px;font-size: 12px;border:1px solid #262b88}

.lt li a:hover{color:#ffa800;}
.lt .lt_date {color:#888; position: absolute; top: 55px; right: 0; font-size: 15px; font-weight: 500; color: #818181;}

.lt .lt_more {position:absolute;top:12px;right:0;display:block; line-height:25px; font-size:50px; color:#000;border-radius:3px;text-align:center}
.lt .lt_more:hover {color:#777}

 @media (max-width: 969px){
	.lt h2{font-size:30px; }
	.lt h2 a:before{padding:10px 0 20px 60px; vertical-align:5px;}
.lt li {line-height:32px;}
	.lt li a{font-size:15px; z-index: 9999999}
     
      .notice_wrap{flex-wrap: wrap;}
     .notice_wrap ul:first-child{width: 100%;}
     .notice_wrap ul:last-child{width: 100%;}
 }

 @media (max-width: 950px){
    
}