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

/* 새글 스킨 (latest) */
.lt_pc {float:left;margin-left:20px}
/* .lt {position:relative;float:left;margin-bottom:20px;padding-bottom:10px;width:480px;height:180px;border-bottom:1px solid #e9e9e9} */
.lt ul {margin:0 0 10px;padding:0;list-style:none}
/* .lt .gal {padding:3px 0;float:left;margin-left:5px} */
.lt .noimg {display:inline-block;background:#f7f7f7;text-align:center;line-height:10em;border:1px solid #ddd}
.lt .lt_title {display:block;padding:10px 0 8px}
.lt .lt_more {position:absolute;top:10px;right:0}
.lt .cnt_cmt {display:inline-block;margin:0 0 0 3px;font-weight:bold}





.gal img{
width: 100% !important;
height: auto !important;
}
 .gal a{
display: block;
width: 100%;
/* overflow: hidden;
-ms-text-overflow: ellipsis;
text-overflow: ellipsis;
white-space: nowrap; */
}
 .gal > div{
background: #fff;
padding:0px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
 .gal > div img{
 border: none !important;
 }
.gallery_title {
padding: 1rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.gallery_title a{
height: 41px;
overflow: hidden;
-ms-text-overflow: ellipsis;
text-overflow: ellipsis;
white-space: nowrap;
-ms-word-break: keep-all;
word-break:keep-all ;
font-weight: bold;
font-size: 1.1rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.gallery_title p{
text-align: right;
color: #7d7d7d;
}
.lt_more a{
height: 50px;
line-height:50px;
padding: 0 30px 0 20px;
display: inline-block;
margin: 0 auto;
color: #7d7d7d;
/* border: 1px solid #d5d5d5; */
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
-webkit-box-shadow: 0px 5px 10px 5px rgba(0,0,0,0);
-moz-box-shadow:  0px 5px 10px 5px rgba(0,0,0,0);
box-shadow:  0px 5px 10px 5px rgba(0,0,0,0);
}
.lt_more a:hover{
background: #213998;
color: #fff !important;
 -webkit-box-shadow: 0px 5px 10px 5px rgba(0,0,0,0.1);
-moz-box-shadow:  0px 5px 10px 5px rgba(0,0,0,0.1);
box-shadow:  0px 5px 10px 5px rgba(0,0,0,0.1);
}