@charset "euc-kr";
/* CSS Document */

#news_wrap{padding-top: 0px;}
.news_wrap{
    width: 1300px;
    margin: 0 auto;
    /*padding-left: 15px;
    padding-right: 15px;*/
    overflow: hidden;
    margin-bottom: 100px;
    padding-top: 100px;
}

.p.contents-title{text-align: center;}
.p.contents-article{text-align: center;}

.report{
    position: relative;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -1px;
    position: relative;
}

.report::after{
    position: absolute;
    content: "";
    width: 60px;
    height: 6px;
    background: #000;
    top: -10px;
    left: 0;
}

.swiper-container{
    border-top: 1px solid #3b3b3b;
    border-bottom: 1px solid #3b3b3b;
    padding: 20px 0 !important;
}

.swiper-slide{
    position: relative;
}

.swiper-slide::after{
    position: absolute;
    content: "";
    right: -20px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #ccc;
}


.news_img{overflow: hidden;}

.news_img img{
    width: 100%;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.swiper-slide a:hover img{
    opacity: .7;
}


.news_subject{
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -2px;
    color: #000;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_article{
    font-size: 16px;
    font-weight: 300;
    letter-spacing: -1px;
    display:-webkit-box; 
    word-wrap:break-word; 
    -webkit-line-clamp:2; 
    -webkit-box-orient:vertical; 
    overflow:hidden; 
    text-overflow:ellipsis; 
    line-height:20px;
    word-break: break-all;
}


.root_daum_roughmap_landing, .swiper-container{
    z-index: 0;
}




@media(max-width:1440px){
    .news_wrap{
        width: 96%;
        padding-left: 0;
        padding-right: 0;
    }
}/*1440*/


@media(max-width:990px){
    
    .report {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -1px;
    position: relative;
}
    
    .report::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 6px;
    background: #000;
    left: 0;
}
    
    .news_subject{
        font-size: 22px;
    }
    
    .swiper-slide::after {
    display: none;
}
    
    
}/*990*/


@media(max-width:830px){
    .swiper-container {
     border-top: 0px solid #3b3b3b;
     border-bottom: 0px solid #3b3b3b;
} 
    
    .swiper-slide::after {
    position: absolute;
    content: "";
    right: -15px;
    top: 50%;
    width: 1px;
    height: 93%;
    background: #ccc;
    transform: translateY(-50%);
}
    
    .report{
        margin-bottom: 0;
    }
    
    .swiper-container {
    padding: 10px 0 !important;
}
    
}/*830*/


@media(max-width:800px){
    .news_wrap{padding-top: 90px;margin-bottom: 80px;}
    
}/*800*/



@media(max-width:780px){
    
    .report {
    position: relative;
    font-size: 2.5vw;
    font-weight: 500;
    letter-spacing: -0.1vw;
    position: relative;
    padding-top: 7vw;
}
    
    .report::after {
    position: absolute;
    content: "";
    width: 8%;
    height: 6px;
    background: #000;
    top: 5vw;
    left: 0;
}
    
    
    
    .news_subject {
    font-size: 2.5vw;
        letter-spacing: -0.1vw;
        margin-top: 1vw;
        margin-bottom: 1vw;
}
    
    .news_article{
        font-size: 2vw;
        line-height: 2.7vw;
    }
    
    
}/*780*/

@media(max-width:579px){
    .swiper-slide::after {
    position: absolute;
    content: "";
    right: -10.5px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #ccc;
}
    .report{
        padding-top: 5vw;
    }
    
    .report::after{
        top: 3vw;
        height: 5px;
    }
    
    .news_subject{
        font-size: 3vw;
    }
    
    .news_article {
    font-size: 2.5vw;
    line-height: 3vw;
}
    
}/*579*/


@media(max-width:480px){
    .news_wrap{padding-top: 50px;margin-bottom: 20px;}
    .report{
        padding-top: 4vw;
    }
    
    .report::after{
        top: 2vw;
        height: 4px;
    }
    
    .swiper-slide::after {
    display: none;
}
    
    .news_subject{
        font-size: 3vw;
    }
    
    
    
}/*480*/



@media(max-width:380px){
    .news_subject {
    font-size: 4.3vw;
} 
    
    .news_article {
    font-size: 3.5vw;
    line-height: 4.2vw;
}
    
}/*380*/





















