@charset "utf-8";
/* SIR 지운아빠 */

/* 새글 스킨 (latest) */
.lt_pc {float:left;margin-left:0px}
.notice_slide {width: calc(100% + 600px); height: 390px; padding: 8px 5px; overflow: hidden; position: relative;}
.notice_slide ul {height: 100%; margin:0 0 0px;padding:0;list-style:none}
.notice_slide ul li {width:420px; height: 100%;padding:0px 0px 0px 0px;box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; transition: all .3s;}
.notice_slide ul li:hover{background: #f2f5fa;}
.notice_slide ul li a{display: block; width: 100%; height:100%; padding: 45px 28px 30px 28px; display: flex; flex-direction: column; justify-content: space-between;}
.notice_slide ul li a .notice{font-size: 32px; letter-spacing: -1px; color: #e61c29; font-weight: bold;}
.notice_slide ul li a .list_txt p{font-size: 18px !important; color: #1a1a1a !important; font-weight: 300; width: 100%; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; padding-top: 10px;}
.notice_slide ul li a .list_txt p span{font-size: 18px !important; color: #1a1a1a !important; font-family: 'Noto Sans KR', 'Malgun Gothic', "맑은 고딕", AppleGothic, Dotum, "돋움", sans-serif !important;}
.notice_slide ul li a .more_box{display: flex; justify-content: space-between; align-items: center; margin-top: 50px;}
.notice_slide ul li a .more_box .arrow{display: block; background: url("img/arrow_btn_b.png") no-repeat; background-size: cover; width: 55px; height: 17px;}


.lt_cont .list_txt{height: 36px; overflow: hidden;}

.notice_slide .lt_title {display:block;padding:0px 0 0px;}

.tc{    display: flex;
    align-items: center;
    justify-content: center;}



.lt_cont a, .lt_datetime {font-size:1.0rem;}

.lt_cont {font-size: 24px; letter-spacing: -1px; color: #1a1a1a;  display:inline-block; text-overflow:ellipsis; white-space:nowrap; word-wrap:normal; overflow:hidden;}
.lt_datetime {font-size: 16px; color: #1a1a1a;}

.icon_vt {vertical-align:1px !important;}

@media (max-width: 480px){
    .notice_slide{width: 100%; height: 72.917vw; padding: 1.667vw 1.042vw;}
    .notice_slide ul li a{padding: 4.167vw 5.833vw;}
    .notice_slide ul li a .notice{font-size: 4.375vw;}
    .lt_cont{font-size: 4.375vw;}
    .lt_datetime{font-size: 2.917vw;}
    .more_box .arrow{width: 11.458vw !important; height: 3.542vw !important;}

    
}