@charset "utf-8";

a {color:#333; text-decoration:none; cursor:pointer; margin:0;}
a:link {color:#333;}
a:visited {color:#333;}
a:active {color:#333;}
a:hover {color:#333}
:focus {-moz-outline-style:none;}

/* 2018-05-30 상단 슬라이드 배너 */
.top_slide_contentsWrap{
    clear: both;
    width: 100%;
    overflow: hidden;
}
.top_slide_conts{
    position: relative;
}
.top_slide_conts img{
    width: 100%;
    height: 100%;
}
.top_slide_conts div.bullet{
    background: #ff1f64;
    height: 28px;
	padding: 0 8px 0;
    position: absolute;
    top: 8px;
    left: 8px;
    text-align: center;
}
.top_slide_conts div.bullet span{
    font-size: 13px;
    color: #fff;
    line-height: 25px;
    font-weight: 600;
    font-family: 'Malgun Gothic'
}
/* 동영상 썸네일일 경우 플레이 버튼 노출 */
.top_slide_conts div.playbtn{
    width: 65px;
    height: 65px;
    background: url('/images/201806/play_btn.png') no-repeat;
    position: absolute;
    top: 35%;
    left: 45%;
}
.top_slide_conts .contents_box {
    position: absolute;
    width: 100%;
    height: 100%;
    max-height: 48px;
    bottom:0px;
    font-size: 0;
    background: rgba(0, 0, 0, .6);
    text-align: center;
}

.top_slide_conts .contents_box .topbanner_title {
    z-index: 99;
    padding: 12px 15px 10px 15px;
}

.top_slide_conts .contents_box .topbanner_title h3{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap:break-word;
    color: #fff;
    font-weight: 400;
    font-size: 19px;     
    margin: 0;
    max-height: 21px;
    font-family: 'Malgun Gothic'
}
/* // 2018-05-30 상단 슬라이드 배너 */


/* 2018-05-30 섹션 별 기사 리스트 */
.sect_news_wrap .text_overfw_1{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap:break-word;        
}
.sect_news_wrap .text_overfw_2{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap:break-word;        
}
.sect_news_wrap{
    clear:both;
    width:100%;
    margin-top: 25px;
}
.sect_news_wrap h2.sect_tit{
    font-size: 22px;
    font-weight: bold;
    width:96%;
    margin:0 auto 0;
}
.sect_news_wrap .edt_news_cont{
        margin:15px auto 0;
}
.sect_news_wrap .edt_news_cont ul{overflow: hidden; width:96%; margin:0 auto 0}
.sect_news_wrap .edt_news_cont ul li.list_conts{float: left}
.sect_news_wrap .edt_news_cont ul li.list_conts:nth-of-type(2n){float: right}
.sect_news_wrap .edt_news_cont .list_conts{
    width:49%;
    height:100%;
    background: #ffffff;
}
.sect_news_wrap .edt_news_cont .list_conts dl{width:100%}
.sect_news_wrap .edt_news_cont .list_conts dl > dt{margin:0}
.sect_news_wrap .edt_news_cont .list_conts dl dd.tit_txt{
    margin-top: 8px;
    padding: 0 15px 0;    
    height: 46px;
}
.sect_news_wrap .edt_news_cont .list_conts dl dd.tit_txt span{
    font-size:17px;
    line-height: 1.3em;
    max-height: 42px;   
}
.sect_news_wrap .edt_news_cont .list_conts dl dd.img_thum {height: 145px;}
.sect_news_wrap .edt_news_cont .list_conts dl dd.img_thum img{
    width: 100%;
    height: 100%;
}
.sect_news_wrap .newslist_cont{
    clear: both;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #555;    
    margin-top: 10px;
    padding: 0;    
}
.sect_news_wrap .newslist_cont > ul{
    display: block;
}
.sect_news_wrap .newslist_cont > ul a{
    border-bottom: 1px solid #d3d3d3;
    display: block
}
.sect_news_wrap .newslist_cont > ul a:nth-of-type(5n){
    border: none; 
}
.sect_news_wrap .newslist_cont > ul li.newslist{
    clear: both;
    padding: 10px 15px 10px;
    overflow: hidden;
}
.sect_news_wrap .newslist_cont > ul li.newslist div.mtit{
    font-size: 16px;
    height: 30px;
    display: table-cell;
    vertical-align: middle;
    color: #333;
}
.sect_news_wrap .newslist_cont > ul li.newslist div.mtit span{
    max-height: 23px;
}

/* 2018-05-30 포토갤러리 */
.photo_cont_wrap{
    clear:both;
    width:100%;
    margin-top: 25px;
}
.photo_cont_wrap h2.photo_cont_tit{
    font-size: 22px;
    font-weight: bold;
    width:96%;
    margin:0 auto 0;
}
.photo_cont_wrap .photo_container{
        margin:15px auto 0;
}
.photo_cont_wrap .photo_container ul{overflow: hidden; width:96%; margin:0 auto 0}
.photo_cont_wrap .photo_container ul li.photo_list{
    float: left;
    margin-bottom: 2%;
}
.photo_cont_wrap .photo_container ul li.photo_list:nth-of-type(2n){float: right}
.photo_cont_wrap .photo_container .photo_list{
    width:49%;
    height:100%;
    background: #ffffff;
    
}
.photo_cont_wrap .photo_container .photo_list img{
    width: 100%;
    height: 100%;
	height: 145px;
}



