@charset "utf-8";
/* SIR 지운아빠 */

.LastedBox{
    width: 350px;
    margin: 0 auto;
    position: relative;
    margin-top: 100px;
}
.Lasted-Title{}
.Lasted-Title a{
    color: #FFF;
    font-family: 'NanumSquare','NanumBarunGothic';
    font-size: 27pt;
    font-weight: 100;
}
.Lasted-List{
    margin: 15px 0;
    padding: 0;
    min-height: 100px;
}
.Lasted-List > li{
    color: #FFF;
    padding: 3px 0;
}
.Lasted-List > li a{
    color: #FFF;
}
.Lasted-More{
    position: absolute;
    top: 0;
    right: 0;
}
.Lasted-More a{
    font-size: 0;
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(img/more.png) center center no-repeat;
}
@media all and (max-width:1440px){
    .LastedBox{
        width: calc(100% - 20px);
        margin: 80px 10px 0;
        font-size: 0.8em;
    }
}

