@charset "utf-8";
@import url("base.css");


/* 
*
*
*

이투데이 2019 - 07

HEADER / COMMON CSS

*
*
*
*/

.blind, legend{
    display: block;
    overflow: hidden;
    position: absolute;
    top: -1000em;
    left: 0;      
}

/* 한줄 타이틀 말줄임*/
.t_reduce {
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: nowrap;;     
}
.link_text1, .link_text2, .link_text3{
    overflow: hidden !important;    
    text-overflow: ellipsis;
    word-wrap: break-word;  
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.link_text1 {-webkit-line-clamp: 1;}
.link_text2 {-webkit-line-clamp: 2;}
.link_text3 {-webkit-line-clamp: 3;}

.palette_base{color: #314f9c !important}
.palette_org{color: #f5821f !important}
.palette_red{color: #ff291d !important}


.boxcont{border:1px solid #e6e6e6; box-sizing: border-box; }
.boxcont2{border:1px solid #e6e6e6; box-sizing: content-box; }
.wrap{width:100%;}
.w-line{background:#b8b8b8; width:100%; height: 1px;}
.clear{clear: both;}

.img_element{
    background-image: url("/images/img_element.png?v1");
    background-repeat: no-repeat;
	background-size: 1200px 5000px;
	display: inline-block;
}


a:hover h2.title_link{
    text-decoration: underline;
}
h2.title_link {
    font-size: 18px;
    color: #333;
    padding-bottom: 10px;
	position: relative;
}
h2.title_link span.ctadd_ico{
    width: 20px;
    height: 20px;
    background-position: -79px 0;
	position: relative;
	top: 3px;
    margin-left: 10px;
}
h2.title_link span.ctadd_ico2{
    width: 20px;
    height: 20px;
    background-position: -79px 0;
	position: relative;
	right: 0;
	top: 3px;
	margin-left: 12px;
}
.select_link{
    border-bottom: 2px solid #ffe074;
    box-shadow: 0 -6px 0 #ffe074 inset;
    font-weight: bold;
}
.video_link{
    border-bottom: -2px solid #ffe074;
    box-shadow: 0 -10px 0 #ffe074 inset;
    font-weight: bold;
}
.t_title_link{
    border-bottom: 2px solid #eaeaea;
    box-shadow: 0 -8px 0 #eaeaea inset;    
}

span.title_bullet {
    width: 50px;
    height: 25px;
    line-height: 23px;
    font-size: 14px;
    text-align: center;
    background: #f5821f;
    color: #fff;
    display: inline-block;
    border-radius: 20px;
    margin-right: 10px;
    position: relative;
    top: -4px;
}
span.title_bullet2 {
    width: 90px;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    text-align: center;
    background: #f5821f;
    color: #fff;
    display: inline-block;
    border-radius: 20px;
    margin-right: 10px;
    position: relative;
    top: -3px;
    letter-spacing: 0.3px;
    font-family: "Arial";
}

a.btn_pre_ico{
    width: 65px;
    height: 65px;
    background-position: -600px -780px;
}
a.btn_nxt_ico{
    width: 65px;
    height: 65px;
    background-position: -700px -780px;
}

/* 
=========================================================================
=========================================================================

HEADER

=========================================================================
=========================================================================
*/


header.headerWrap, header.sub_headerWrap{width: 100%;}

.header_contents_wrap{
    width: 1100px;
    position: relative;
    margin: 0 auto 0;
}

/* 유틸메뉴 */
.utillbar_contents{   
    width: 100%;
    height: 48px;
    background: #f9fafb;
    overflow: hidden;
    position: relative;
}
.utillbar_contents .utillmenu{
    width: 1100px;
    margin: 15px auto 0;
    position: relative;
}
.utillbar_contents .utillmenu a.s_logo{
    position: absolute;
    top: -2px;
    left: 0;
    width: 98px;
    height: 24px;
    background-position: -350px -110px;
}
.utillbar_contents .utillmenu ul{
    overflow: hidden;
    float: right;
}
.utillbar_contents .utillmenu ul li{
    font-size: 12px;
    float: left;
    margin-right: 20px;
}
.utillbar_contents .utillmenu ul li a{
    color: #888;
}
.utillbar_contents .utillmenu ul li a:hover{
    text-decoration: underline;
}
.utillbar_contents .utillmenu ul li:nth-of-type(5n){
    margin-right: 0; 
}
.utillbar_contents .utillmenu ul li:nth-of-type(5n) a{
    color: #264186;
}


/* TopCont_wrap */
.header_contents_wrap .TopCont_wrap{
    clear: both;
    width:1100px;
    margin-top: 30px;
    overflow:hidden;
}
.TopCont_wrap ul{overflow: hidden;}
.TopCont_wrap ul li{
    float:left;
    letter-spacing: 0;
}

/* 상단 이투데이 로고 */
.TopCont_wrap ul li.logo{
    width:40%;
    text-align: center;
}
a.logo_ico{
    width: 183px;
    height: 45px;
    background-position: 0 -110px;
}

/* 증시 정보 */
.TopCont_wrap ul li.stock_info{
    width:30%;
}
ul li.stock_info .kospi{
    margin-right:15px
}

ul li.stock_info .kospi dt{
    font-size:14px;
    font-weight: 600;  
}
ul li.stock_info .kospi dt span{
    font-weight: bold;
    font-family: "Arial";
}
ul li.stock_info .kospi dd{
    color: #fa1508;
    margin-top: 10px;
    text-align: left;
    font-family: "Arial";
}
ul li.stock_info .kosdaq dt{
    font-size:14px;
    font-weight: 600;  
}
ul li.stock_info .kosdaq dt span{
    font-weight: bold;
    font-family: "Arial";
}

ul li.stock_info .kosdaq dd{
    color:#005dde;
    margin-top: 10px;
    text-align: left;
    font-family: "Arial";
}
ul li.stock_info dl{
    display: inline-block;
    text-align: right; 
}
ul li.stock_info dl a:hover{
    text-decoration: underline;
    display: inline;
}

/* 날씨 영역 */
.TopCont_wrap ul li.weather_wrap{
    width: 30%;
}
ul li.weather_wrap .notice_weather{
    background: #fff;
}
ul li.weather_wrap .notice_weather .weather{
    float: right;
    margin-right: 15px;
}
ul li.weather_wrap .notice_weather .weather li span{
    font-size: 14px;
    line-height: 40px;
    vertical-align: middle;
    letter-spacing: 0;
    margin-top: 5px;
}
ul li.weather_wrap .notice_weather .weather li.area span.date{
    position: relative;
    top: 1px;
    margin-left: 5px;
    font-size: 20px;
    font-family: 'Arial';
}
ul li.weather_wrap .notice_weather .weather li.area span.c_txt{
    font-size: 13px;
    margin-right: 2px;
    font-family: 'Arial';
}

.sunny {width: 40px; height: 40px; background-position: 0 -1770px; text-indent: -9999px;}

.small_clouds {width: 50px; height: 40px; background-position: -54px -1770px; text-indent: -9999px;}

.very_clouds {width: 50px; height: 40px; background-position: -122px -1770px; text-indent: -9999px;}

.blur {width: 50px; height: 40px; background-position: -202px -1770px; text-indent: -9999px;}

.blur_rain {width: 47px; height: 36px; background-position: -278px -1770px; text-indent: -9999px;}

.blur_snow {width: 47px;background-position: -350px -1770px; text-indent: -9999px;}

.clear_rain {width: 45px; height: 40px; background-position: 0 -1816px; text-indent: -9999px;}

.shower {width: 47px; height: 40px; background-position: -55px -1816px; text-indent: -9999px;}

.snow_rain {width: 47px; height: 40px; background-position: -110px -1816px; text-indent: -9999px;}

.rain_snow {width: 47px; height: 40px; background-position: -169px -1816px; text-indent: -9999px;}

.lightning_thunder {width: 47px; height: 40px; background-position: -227px -1816px; text-indent: -9999px;}

.fog {width: 40px; height: 40px; background-position: -298px -1816px; text-indent: -9999px;}

.dust_storm {width: 40px; height: 40px; background-position: -360px -1816px; text-indent: -9999px;}

.tornado {width: 38px; height: 48px; background-position: -422px -1816px; text-indent: -9999px;}

.mist {width: 45px; height: 45px; background-position: -478px -1816px; text-indent: -9999px;}

.icy_rain {width: 42px; height: 45px; background-position: -547px -1820px; text-indent: -9999px;}


/* GNB */
div.gnb_wrap{
    clear: both;
    width: 1100px;
    margin-top: 20px;
    position: relative;
}
div.gnb_wrap ul.navi{
    overflow: hidden;
    width: 1100px;
    height: 60px;
    background: #fff;
    border-top: 2px solid #333;
    border-bottom: 1px solid #ced2d7;
    box-sizing: border-box;    
}
div.gnb_wrap ul.navi > li{
    float: left;
    line-height: 60px;
}
div.gnb_wrap ul.navi .search{
    position: absolute;
    right: 5px;
    top: 6px;
    z-index: 1000000000;
}
div.gnb_wrap ul.navi .allmenu{
    display: block;
    box-sizing: border-box;
    position: absolute;
    left: 0; 
    z-index: 1000000000;
    
}
div.gnb_wrap ul.navi li.navi_m_menu{
    margin-left: 50px;
}
div.gnb_wrap ul.navi li.navi_m_menu ol.menu{
    overflow: hidden;
}
div.gnb_wrap ul.navi li.navi_m_menu ol.menu > li{
    float: left;
    font-size: 15px;
    color: #222;
    line-height: 58px;  
    font-weight: 600;
}
div.gnb_wrap ul.navi li.navi_m_menu ol.menu li.mn_wd100{ 
    width:100px; 
    text-align: center;
}
div.gnb_wrap ul.navi li.navi_m_menu ol.menu li.mn_wd115{ 
    width:115px; 
    text-align: center;
}
div.gnb_wrap ul.navi li.navi_m_menu ol.menu li > a{
    display: block;
    color: #333;
    text-decoration: none;
 }
div.gnb_wrap ul.navi li.navi_m_menu ol.menu li > a:hover{
    color:#314f9c;
    text-decoration: underline;
 }
div.gnb_wrap ul.navi li.navi_m_menu ol.menu li.stock{
    letter-spacing: 0;
    font-family: "Work sans", "Arial";
}
div.gnb_wrap ul.navi li.navi_m_menu ol.menu li.ch5{
    letter-spacing: 0;
    font-family: "Work sans", "Arial";
}
a.search_ico{
    width: 20px;
    height: 20px;
    background-position: -39px 0;
}
.search a.all_ico_close{
    background-position: -360px 0;
}
.allmenu a.all_ico{
    width: 19px;
    height: 18px;
    margin-top: 20px;
    margin-left: 5px;
    background-position: 0 0;
}
.allmenu a.all_ico_close{
    width: 19px;
    height: 18px;
    margin-top: 20px;
    margin-left: 5px;
    background-position: -360px 0;
}


/* GNB - SUB */
div.sub_gnb_wrap{
    clear: both;
    width: 1100px;
}
div.sub_gnb_wrap ul.sub_navi{
    overflow: hidden;
    width: 1100px;
    background: #fff;
    border-bottom: 1px solid #888;
    box-sizing: border-box;
    max-height: 60px;

}
 ul.sub_navi > li{
    float: left;
    line-height: 60px;
}
ul.sub_navi li.t_category_title{
    font-size: 25px;
    font-weight: bold;
    float: left;
    margin-left: 25px;
    box-sizing: border-box;
}
ul.sub_navi li.t_category_title span{
    position: relative;
    margin-top: -1px;
    display: block;
}
ul.sub_navi li.depth2_menu{
    margin-left: 30px;
}
ul.sub_navi li.depth2_menu ol li{
    float: left;
    font-size: 14px;
    letter-spacing: -0.5px;
    margin-right: 20px;
}
ul.sub_navi li.depth2_menu ol li a:hover{
    text-decoration: underline;
}
ul.sub_navi li.depth2_menu ol li:last-child{margin-right: 0;}
ul.sub_navi li.allmenu{
    display: block;
    box-sizing: border-box;
    position: relative;
    left: 0;
    z-index: 9999;
}

ul.sub_navi li.search{
    position: absolute;
    right: 5px;
    top: 6px;
    z-index: 9999;
}

ul.sub_navi li.lv_search_word{
    margin-right: 67px;
    float: right;
    height:60px;
    overflow:hidden;
    
}
li.lv_search_word dl{font-size: 0;}
li.lv_search_word dl dd{
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
}
li.lv_search_word dl dd.tit{
    color: #888;
    margin-right: 10px;
}
li.lv_search_word span.number{
    background: #f53131;
    color: #fff;
    font-size: 12px;
    font-family: "Arial";
    font-weight: bold;
    display: inline;
    padding: 2px 6px;
    border-radius: 3px;
    margin-right: 6px;
    vertical-align: top;
}
span.word a{width: 110px; display:inline-block;}
span.word a:hover{text-decoration: underline;}


/* 전체 메뉴 */
.allmenu_layer{
    width:1100px;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
    box-sizing: border-box;
    position:absolute;
    background: #fff;
    display: none;
    top: 1px;
    left: 0;
    z-index: 1000000000;
    padding-bottom: 30px;
    overflow: hidden;
    -webkit-box-shadow: 0px 2px 0px 0p rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 2px 0px 0p rgba(0,0,0,0.25);
    box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.15);      
}
.allmenu_layer .allmenu_list{
    position: relative;
    width: 1000px;
    margin-top: 12px;
    margin-left: 80px;
    overflow: hidden;
}
    .allmenu_list > ul{
        float:left;
        padding-left: 10px;
    }
    .allmenu_list > ul li a:hover{
        text-decoration: underline;
    }
    .allmenu_list .w150{
        width: 150px;
        box-sizing: border-box;
    }
    .allmenu_list .w140{
        width: 140px;
        box-sizing: border-box;
    }
    .allmenu_list .w130{
        width: 130px;
        box-sizing: border-box;
    }
    .allmenu_list .ctgr_menu{
        background: #fff;
    }
        .ctgr_menu li{
            text-align: left;
            font-size: 14px;
            line-height: 40px;
        }
       .ctgr_menu li a{
            color: #888 !important;
        }
        .ctgr_menu li a.m_tit{
            color: #222 !important;
            font-size: 15px;
        }
        .ctgr_menu .m_tit{
            font-weight: bold;
            color: #222;
        }

.allmenu_layer .bt_menuWrap{
    clear: both;
    margin-top: 30px;
    overflow: hidden;
    width: 1100px;
}
    .bt_menuWrap div.srv_site{
        position: relative;
        margin-top: 12px;
        overflow: hidden;
        float: left;
        overflow: hidden;
    }
        div.srv_site ul li{
            float: left;
            margin-right: 10px;
        }
        div.srv_site ul li a{
            float: left;
            font-size: 14px;
            display: block;
            width: 130px;
            height: 40px;
            line-height: 38px;
            background: #efefef;
            border-radius: 3px;
            text-align: center;
            position: relative;
            color: #222;
            letter-spacing: 0;
        }
        div.srv_site ul li a:hover{
            background: #264186;
            color: #fff;
        }
        div.srv_site ul li a:hover span.over_arrow{
            width: 5px;
            height: 9px;    
            background-position: -310px 0;
            position: absolute;
            right: 15px;
            top: 16px;
        }

    .bt_menuWrap div.et_sns{
        margin-top: 22px;
        margin-left: 40px;
        overflow: hidden;
        float: left;
    }
        div.et_sns h4{
            float: left;
            margin-right: 20px;
            color: #264186;
			font-size: 14px;
        }
        div.et_sns ul.sns_serv{
            float: left;
        }
            ul.sns_serv li{
                float: left;
                position: relative;
                margin-right: 30px;
				font-size: 14px;
            }
			ul.sns_serv li:last-child{margin-right: 0;}
            ul.sns_serv li a:hover{
				border-bottom: 2px solid #ddd;
				box-shadow: 0 -6px 0 #ddd inset;
				font-weight: bold;
				color: #000;
            }
            ul.sns_serv li::after{
                content: "l";
                position: absolute;
                padding-left: 10px;
                font-weight: 100;
            }
            ul.sns_serv li:last-child::after{
                content: "";
                display: none;
            }

/* 좌우 날개 배너 영역 */
.l_w_banner{
    position: absolute;
    left: -170px;
    top: 96px;
    
}
.l_w_banner ul li{
    width: 150px;
    height: 250px;
    background: #f9f9f9;
    margin-bottom: 20px;
}
.r_w_banner{
    position: absolute;
    right: -170px;
    top: 96px;
    
}
.r_w_banner ul li{
    width: 150px;
    height: 250px;
    background: #f9f9f9;
    margin-bottom: 20px;
}


/* 본문 영역 */
.containerWrap{
    width:1100px;
    margin: 0 auto 0;
    position:relative;
}
.containerWrap::after{
    content:'';
    display: table;
    clear: both;
}

/*  뉴스속보 brknewsWrap */
.brknewsWrap{
    width: 1450px;
    margin: 25px auto 0;
}

.bknews_l_containerWrap{
    clear: both;
    width: 300px;
    margin: 0;
    float: left;
    position: relative;   
    background: #f9f9f9;
    padding: 30px 20px 30px;
    height: 100%;
}

.bknews_r_containerWrap{
    width: 1060px;
    margin: 0;
    float: right;
    position: relative;   
    overflow: hidden;
}


/* 뉴스속보 상단 GNB */

.header_bknewscontents_wrap{
    width: 1450px;
    position: relative;
    margin: 0 auto 0;
}

div.bknews_gnb_wrap{
    clear: both;
    width: 1450px;
    margin-top: 12px;
    position: relative;
}
div.bknews_gnb_wrap ul.bknews_navi{
    overflow: hidden;
    width: 1450px;
    background: #fff;
    border-bottom: 1px solid #ced2d7;
    box-sizing: border-box;
    padding-bottom: 12px;
}
 ul.bknews_navi > li{
    float: left;
    line-height: 60px;
}
ul.bknews_navi li.t_category_title{
    font-size: 34px;
    font-weight: bold;
    float: left;
    margin-left: 25px;
    box-sizing: border-box;
}
ul.bknews_navi li.t_category_title span{
    position: relative;
    margin-top: -3px;
    display: block;
}
ul.bknews_navi li.depth2_menu{
    margin-left: 30px;
}
ul.bknews_navi li.depth2_menu ol li{
    float: left;
    font-size: 14px;
    letter-spacing: -0.5px;
    margin-right: 20px;
}
ul.bknews_navi li.depth2_menu ol li a:hover{
    text-decoration: underline;
}
ul.bknews_navi li.depth2_menu ol li:last-child{margin-right: 0;}
ul.bknews_navi li.toplogo{
    display: block;
    float: left;
    box-sizing: border-box;
}
ul.bknews_navi li.toplogo a.s_logo{
    position: relative;
    top: 9px;
    width: 98px;
    height: 24px;
    background-position: -350px -110px;
}



/* 
*
*
*

이투데이 2019 - 07

MAIN PAGE CSS STYLE

*
*
*
*/



/* 
=========================================================================
=========================================================================

2018 상단 롤링 뉴스

=========================================================================
=========================================================================
*/

.containerWrap .main_news_rolling{margin-top: 35px;}
.main_news_rolling .Top_m_conts .swiper-container {width: 100%; height: 100%; position:relative;}
.main_news_rolling .Top_m_conts .swiper-wrapper{margin:0 auto 0; position:relative;}
.main_news_rolling .Top_m_conts .swiper-slide {
    width: 650px;
    overflow: hidden;
    text-align: center;
    background: #fff;
    margin-right: 10px;
    position: relative;
    /* Center slide text vertically */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-pagination {margin-left: 440px !important}
.swiper-prev {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 220px;
    height: 100%;
    background: rgba(255, 255, 255, .6);
    z-index: 999;
}
.swiper-next {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 220px;
    height: 100%;
    background: rgba(255, 255, 255, .7);
    z-index: 999;

}
.swiper-slide .main_thum{
    width: 650px;
    height: 300px;
    margin-top: 20px;
}
.swiper-slide .main_thum img{
    width:100%;
}
.swiper-slide .topbanner_title {
    z-index: 99;
    width: 650px;
}
.swiper-slide .topbanner_title a:hover{
    text-decoration: underline;
}
.swiper-slide .topbanner_title h3{
    color: #000;
    font-weight: 600;
    letter-spacing: -2px;
    font-size: 32px;     
    text-align: center;
/*	overflow: hidden;
	text-overflow: ellipsis; 
	word-wrap: break-word; 
    white-space: nowrap;
    padding: 0 15px 0;*/
}
.swiper-slide .topbanner_stitle {
    z-index: 99;
    margin-top: 15px;
    width: 650px;
}
.swiper-slide .topbanner_stitle h4{
    color: #888;
    font-weight: normal;
    font-size: 14px;     
    text-align: center;
	overflow: hidden; 
	text-overflow: ellipsis; 
	word-wrap: break-word; 
    white-space: nowrap;
    padding: 0 20px 0;
}


/*
Swiper Silde
 */

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 55px;
    height: 55px;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 55px 55px;
    -webkit-background-size: 55px 55px;
    background-size: 55px 55px;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    z-index: 999;
    background-size: 1200px 5000px;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-position: -800px -780px;
    left: 10px;
    top: 53%;
    right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-position: -890px -780px;
    right: 10px;
    top: 53%;
    left: auto;
}


/* 
=========================================================================
=========================================================================

편집/마켓 뉴스 섹션 - 3단 영역

=========================================================================
=========================================================================
*/


/* 3단 뉴스 리스트*/
.containerWrap .edit_market_newslist_wrap{
    width: 1100px;
    margin-top: 30px;
    overflow: hidden;
}
.edit_market_newslist_wrap .editnews_wrap{
    clear: both;
    font-size: 0;
    width: 720px;
    float: left;
}
.editnews_wrap .editnews_contents > div{
    display: inline-block;
    vertical-align: top;
}
.editnews_wrap .editnews_contents{
    width: 720px;
    border-bottom: 1px solid #e2e4e7;
    padding-bottom: 30px;
    padding-top: 30px;
}
.editnews_wrap .editnews_contents:nth-of-type(3n){
    border-bottom: none;
    padding-bottom: 0;
}
.editnews_wrap .editnews_contents .mnews_list{
    width: 270px;
    height: 190px;
    position: relative;
}
.editnews_wrap .editnews_contents .mnews_list .newstit{
    position: absolute;
    bottom: 0;
    width: 270px;
    padding: 5px 0 10px 0;
    background: rgba(0, 0, 0, 0.68);
}
.editnews_wrap .editnews_contents .mnews_list a:hover .newstit h3{
    text-decoration: underline;
}
.editnews_wrap .editnews_contents .mnews_list .newstit h3{
    max-height: 52px;
    color: #fff;
    font-size: 17px;
    padding: 0 18px;
    font-weight: normal;
    line-height: 160%;
}
.editnews_wrap .editnews_contents .mnews_list img{
    width: 100%;
    height: 100%;
    max-width: 290px;    
}
.editnews_wrap .editnews_contents .snews_list{
    width: 450px;
}
.editnews_wrap .editnews_contents .snews_list ul li.newstitle{
    float: left;
    margin-left: 15px;    
    margin-bottom: 18px;
}
.editnews_wrap .editnews_contents .snews_list ul li.newstitle:nth-of-type(5n){
    margin-bottom: 0;
}
.editnews_wrap .editnews_contents .snews_list ul li.newstitle a{
    font-size: 17px;
    position: relative;
    padding-left: 10px;
	overflow: hidden; 
    line-height: 140%;
	text-overflow: ellipsis; 
	word-wrap: break-word; 
    white-space: nowrap;
    display: block;
    max-width: 430px;
    letter-spacing: -0.7px;
    font-weight: bold;
}
.editnews_wrap .editnews_contents .snews_list ul li.newstitle a.bold_news{
    font-weight: bold;
    color: #264186;
}
.editnews_wrap .editnews_contents .snews_list ul li.newstitle a:hover{
    text-decoration: underline;
}  
span.tit_ico{
    background-position: -140px 0; 
    width: 3px;
    height: 3px;
    position: absolute;
    top: 11px;
    left: 0;
}
/* //3단 뉴스 리스트*/


/* 마켓뉴스_광고배너 */
.edit_market_newslist_wrap .marketnews_wrap{
    width: 340px;
    float: right;
}
.marketnews_wrap .add_banner{
    width: 300px;
    margin: 0 auto 0;
}
.marketnews_wrap .marketnews_contents{
    margin-top: 25px;
}
.marketnews_wrap .marketnews_contents h2.title{
    font-size: 17px;
    letter-spacing: -2px;
}

/* 마켓뉴스 */
.marketnews_contents .news_tab_contents .tabmenu_wrap{
    width: 340px;
    margin: 20px auto 0;
}
.marketnews_contents .news_tab_contents .tabmenu_wrap .tab_menu{
    overflow: hidden;
}
.marketnews_contents .news_tab_contents .tabmenu_wrap .tab_menu li{
    background: #fff;
    float: left;
    font-size: 15px;
    text-align: center;
    line-height: 42px;
}
.marketnews_contents .news_tab_contents .tabmenu_wrap .tab_menu li.tabMenu{
    width: 170px;
    height: 42px;
    cursor: pointer;
    background: #f9f9f9;
    border-bottom: 1px solid #314f9c;
    box-sizing: border-box;
    font-weight: bold;
}
.marketnews_contents .news_tab_contents .tabmenu_wrap .tab_menu li.tabMenu a:hover{
	text-decoration:none;
}
.marketnews_contents .news_tab_contents .tabmenu_wrap .tab_menu li.current{
    width: 170px;
    height: 42px;
    background: #fff !important;
    border-top: 1px solid #314f9c;
    border-left: 1px solid #314f9c;
    border-right: 1px solid #314f9c;
    border-bottom: none !important;
    box-sizing: border-box;
}
div.tabcont_wrap ul li.tabnewslist{
    margin-top: 8px;
}
div.tabcont_wrap ul li.tabnewslist dl dd{
    font-size: 16px;
    line-height: 130%;
	overflow: hidden; 
	text-overflow: ellipsis; 
	word-wrap: break-word; 
    white-space: nowrap;
    padding: 15px 10px 15px 10px;
    border-bottom: 1px solid #e2e4e7;
    box-sizing: border-box;
    font-weight: bold;
}
div.tabcont_wrap ul li.tabnewslist dl dd a:hover{
    text-decoration: underline;
}

/* 
=========================================================================
=========================================================================

뉴스 발전소

=========================================================================
=========================================================================
*/

.edit_market_newslist_wrap .e_newsplus_listWrap {
    width: 320px;
    margin-top: 30px;
}

.edit_market_newslist_wrap .e_newsplus_listWrap ul {
    overflow: hidden;
}

.edit_market_newslist_wrap .e_newsplus_listWrap ul li.contentsList {
    overflow: hidden;
    padding: 15px 0 15px 0;
    max-width: 360px;
    border-bottom: 1px solid #eaeaea;
}
.edit_market_newslist_wrap .e_newsplus_listWrap ul li.contentsList:nth-of-type(2n){
    border-bottom: 0;
}
.edit_market_newslist_wrap .e_newsplus_listWrap ul li.contentsList > div.cont_info dl dt{
    font-size: 14px;
    margin-top: -2px;
    color: #314f9c;
    font-weight: bold;
}
.edit_market_newslist_wrap .e_newsplus_listWrap ul li.contentsList > div.cont_info dl dd {
    font-size: 16px;
    margin-left: 8px;
    margin-top: 5px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-all;
    line-height: 150%;
    font-weight: bold;
}

.edit_market_newslist_wrap .e_newsplus_listWrap ul li.contentsList > div.cont_info a {
    color: #555;
}

.edit_market_newslist_wrap .e_newsplus_listWrap ul li.contentsList > div.cont_info a:hover {
    text-decoration: underline;
}

.edit_market_newslist_wrap .e_newsplus_listWrap ul li.contentsList > a.thumnail {
    width: 100px;
    height: 70px;
    float: left;
    margin-right: 12px;
	background: #f9f9f9;
}
.edit_market_newslist_wrap .e_newsplus_listWrap ul li.contentsList > a.thumnail img {
    width: 100%;
    height: 100%;
}


/* 
=========================================================================
=========================================================================

특별기획 뉴스 리스트

=========================================================================
=========================================================================
*/
.containerWrap .splan_newslist_wrap{
    clear: both;
    margin-top: 40px;
    position: relative;
    border-bottom: 1px solid #404040;
    padding-bottom: 50px;
}
.splan_newslist_wrap h2.maintit{
    font-size: 18px;
    width: 1100px;
    /* border-bottom: 1px solid #e2e4e7;
    padding-bottom: 12px;  */
    letter-spacing: -2px;
}
.splan_newslist_wrap .als-container{
	position: relative;
	width: 1100px;
	margin: 20px auto 0;
}

.splan_newslist_wrap .als-viewport {
	position: relative;
	overflow: hidden;
    width: 1030px !important;
	margin: 0 auto 0;
	padding: 35px 0 35px;
}

.splan_newslist_wrap .als-wrapper {
	position: relative;
	list-style: none;
    overflow: hidden;
}

.splan_newslist_wrap .als-item {
	position: relative;
	display: block;
	cursor: pointer;
	float: left;
    margin-right: 20px;
    min-height: 375px;
}
.splan_newslist_wrap .als-container .als-wrapper .als-item .spnews_contents{
    width: 330px;
}
.als-container .als-wrapper .als-item .spnews_contents h4.subtit{
    font-size: 15px;
    text-align: left;
    font-weight: bold;
    height: 35px;
    line-height: 140%;
    width: 350px;
    letter-spacing: 0;
}
.als-container .als-wrapper .als-item .spnews_contents h4.subtit a{
    color: #314f9c;
}
.als-container .als-wrapper .als-item .spnews_contents h4.subtit a:hover{
    text-decoration: underline;
}
.als-container .als-wrapper .als-item .spnews_contents .sp_mnews_list{
    width: 330px;
    height: 220px;
    position: relative;
}
.als-container .als-wrapper .als-item .spnews_contents .sp_mnews_list img{
    width: 100%;
    height: 100%;
    max-width: 330px;
}

.als-container .als-wrapper .als-item .spnews_contents .sp_mnews_list .newstit{
    position: absolute;
    bottom: 0;
    width: 330px;
    background: rgba(0, 0, 0, 0.8);
}
.als-container .als-wrapper .als-item .spnews_contents .sp_mnews_list .newstit a:hover h3{
    text-decoration: underline;
}
.als-container .als-wrapper .als-item .spnews_contents .sp_mnews_list .newstit h3{
    color: #fff;
    font-size: 18px;
    padding: 15px 15px;
	overflow: hidden; 
    line-height: 130%;
	text-overflow: ellipsis; 
	word-wrap: break-word; 
    white-space: nowrap;    
    font-weight: bold;
}
.als-container .als-wrapper .als-item .spnews_contents .sp_snews_list{
    width: 350px;
    margin-top: 15px;
}
.als-container .als-wrapper .als-item .spnews_contents .sp_snews_list ul li.newstitle{
    width: 330px;
    float: left; 
    margin-bottom: 16px;
}
.als-container .als-wrapper .als-item .spnews_contents .sp_snews_list ul li.newstitle:nth-of-type(3n){
    margin-bottom: 0;
}
.als-container .als-wrapper .als-item .spnews_contents .sp_snews_list ul li.newstitle a{
    font-size: 17px;
    position: relative;
    padding-left: 12px;
	padding-right: 5px;
	overflow: hidden; 
    line-height: 140%;
	text-overflow: ellipsis; 
	word-wrap: break-word; 
    white-space: nowrap;
    display: block;
    max-width: 310px;
    text-align: left;
    color: #555;
    font-weight: bold;
}
.als-container .als-wrapper .als-item .spnews_contents .sp_snews_list ul li.newstitle a.bold_news{
    font-weight: bold;
}
.als-container .als-wrapper .als-item .spnews_contents .sp_snews_list ul li.newstitle a:hover{
    text-decoration: underline;
}  
span.blt_ico{
    background-position: -120px 0; 
    width: 6px;
    height: 7px;
    position: absolute;
    top: 8px;
    left: 0;
}

/**************************
 * specific als elements
 * styling for #lista1
 **************************/

#lista1 {
	margin: 20px auto 0;
    position: relative;
	background: #f3f5f8;
}
#lista1 ul.arrow_btn{
    position: absolute;
    height: 30px;
    right: 0px;
    top: -48px;
    z-index: 99;
    overflow: hidden;
}
#lista1 ul.arrow_btn li{
    float: left;
}
#lista1 .arrow_btn li a.als-prev, #lista1 .arrow_btn li a.als-next {
    width: 30px;
    height: 30px;
    cursor: pointer;
}
#lista1 .arrow_btn li a.als-prev{
    width: 35px;
    height: 30px;
    background-position: 0 -50px;
}
#lista1 .arrow_btn li a:hover span.als-prev_on{
    width: 35px;
    height: 30px;
    background-position: -90px -50px;
}
#lista1 .arrow_btn li a.als-next{
    margin-left: 5px;
    width: 35px;
    height: 30px;
    background-position: -45px -50px    
}
#lista1 .arrow_btn li a.als-next{
    margin-left: 5px;
    width: 35px;
    height: 30px;
    background-position: -45px -50px  ;  
}
#lista1 .arrow_btn li a:hover span.als-next_on{
    width: 35px;
    height: 30px;
    background-position: -135px -50px;
}

/* 
=========================================================================
=========================================================================

섹션 별 뉴스 리스트

=========================================================================
=========================================================================
*/

span.tit_bitico{
    background-position: -160px 0; 
    margin-right: 5px;
    position: relative;
    top: 3px;
    width: 35px;
    height: 18px;
}

span.tit_bitico2{
    background-position: -205px 0; 
    margin-right: 5px;
    position: relative;
    top: 3px;
    width: 35px;
    height: 18px;
}

.containerWrap .section_newslist_wrap{
    clear: both;
    margin-top: 40px;
    position: relative;
    width: 1100px;
    overflow: hidden;
    border-bottom: 1px solid #e2e4e7;  
    padding-bottom: 50px;
}
.section_newslist_wrap .section_newscontents{
    width: 350px;
    float: left;
    margin-right: 25px;
}
.section_newslist_wrap .section_newscontents:nth-of-type(3n + 3){
    margin-right: 0;
}
.section_newslist_wrap .section_newscontents:nth-of-type(1n + 4){
    margin-top: 60px;
}
.section_newslist_wrap .section_newscontents h4.sct_tit{
    font-size: 16px;
    text-align: left;
    font-weight: bold;
    line-height: 140%;
    width: 350px;
}
.section_newslist_wrap .section_newscontents h4.sct_tit a{
    color: #314f9c;
}
.section_newslist_wrap .section_newscontents h4.sct_tit a:hover{
    text-decoration: underline;
}
.section_newslist_wrap .section_newscontents .sct_mnews_list{
    width: 330px;
}
.section_newslist_wrap .section_newscontents .sct_mnews_list .m_newstit{
    margin-top: 15px;
    border-bottom: 1px solid #e2e4e7;
    padding-bottom: 25px;
}
.section_newslist_wrap .section_newscontents .sct_mnews_list .m_newstit a:hover h3{
    text-decoration: underline;
}
.section_newslist_wrap .section_newscontents .sct_mnews_list .m_newstit h3{
    color: #333;
    font-size: 24px;
    height: 75px;
    line-height: 160%;
	overflow: hidden; 
	text-overflow: ellipsis; 
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical; 
	word-wrap:break-word;
    font-weight: bold;
 
}
.section_newslist_wrap .section_newscontents .sct_snews_list{
    width: 350px;
    margin-top: 25px;
}
.section_newslist_wrap .section_newscontents .sct_snews_list ul li.newstitle{
    width: 335px;
    float: left;
    margin-bottom: 18px;
}

.section_newslist_wrap .section_newscontents .sct_snews_list ul li.newstitle:nth-of-type(4n){
    margin-bottom: 0;
}
.section_newslist_wrap .section_newscontents .sct_snews_list ul li.newstitle a{
    font-size: 17px;
    position: relative;
    padding-left: 10px;
	overflow: hidden; 
    line-height: 140%;
	text-overflow: ellipsis; 
	word-wrap: break-word; 
    white-space: nowrap;
    display: block;
    max-width: 335px;
    height: 25px;
    text-align: left;
    color: #555;
    font-weight: bold;
}
.section_newslist_wrap .section_newscontents .sct_snews_list ul li.newstitle a.bold_news{
    font-weight: bold;
}
.section_newslist_wrap .section_newscontents .sct_snews_list ul li.newstitle a:hover{
    text-decoration: underline;
}  


/* 
=========================================================================
=========================================================================

오피니언

=========================================================================
=========================================================================
*/

.opinion_newslist_wrap{
    clear: both;
    margin-top: 40px;
    width: 1100px;
    overflow: hidden;
    border-bottom: 1px solid #e2e4e7;
    padding-bottom: 50px;
}
.opinion_newslist_wrap .opinion_newscontents{
    margin-top: 20px;
}
.opinion_newscontents ul{
    overflow: hidden;
    width: 550px;
    float: left;
}
.opinion_newscontents ul:nth-of-type(n + 3){
    margin-top: 60px;
}
ul li.opn_contlist div.profile{
    width: 110px;
    height: 110px;
    float: left;
    margin-right: 25px;
}
ul li.opn_contlist div.profile img{
    width: 100%;
    height: 100%;
    border-radius: 100px;
}
ul li.opn_contlist{
    float: left;
}
ul li.opn_contlist dl{overflow: hidden;}
ul li.opn_contlist dl dt.subject{
    font-size: 14px;
    font-weight: bold;
    color: #314f9c;
}
ul li.opn_contlist dl dd.subject_tit{
    width: 360px;
    margin-top: 8px;
    line-height: 155%;
    font-size: 18px;
    padding: 0;
    font-weight: bold;
    text-overflow:ellipsis;
    white-space:nowrap;
    word-wrap:normal;
    overflow: hidden;
}
ul li.opn_contlist dl dd.subject_txt{
    margin-top: 8px;
    width: 360px;
    max-height: 48px;
    color: #888;
    line-height: 160%;
    font-size: 15px;    
    font-weight: 100;       
}
ul li.opn_contlist dl dd.subject_tit a:hover{
    text-decoration: underline;
}
ul li.opn_contlist dl dd.inform{
    margin-top: 10px;
    font-size: 13px;
    color: #555;
}
ul li.opn_contlist dl dd.inform a:hover{
    text-decoration: underline;
}
ul li.opn_contlist dl a:hover dd{
    text-decoration: underline;
}

/* 
=========================================================================
=========================================================================

많이 본 뉴스, 피플&, 전문기자, 게시판 리스트

=========================================================================
=========================================================================
*/

.containerWrap .main_bt_newslist_wrap{
    clear: both;
    margin-top: 50px;
    width: 1100px;
    overflow: hidden;
}
.main_bt_newslist_wrap .mn_view_newscontents{
    width: 730px;
    float: left;
}
.main_bt_newslist_wrap .mn_view_newscontents h2.maintit{
    font-size: 18px;
    letter-spacing: -2px;
}
.main_bt_newslist_wrap .mn_view_newscontents .mn_view_tabmenu_wrap{
    width: 730px;
    margin: 20px auto 0;
}
.main_bt_newslist_wrap .mn_view_newscontents .mn_view_tabmenu_wrap .tab_menu2{
    width: 730px;
    height: 45px;
    overflow: hidden;
}
.main_bt_newslist_wrap .mn_view_newscontents .mn_view_tabmenu_wrap .tab_menu2 li{
    background: #fff;
    float: left;
    font-size: 14px;
    text-align: center;
    line-height: 45px;
    position: relative;
}
.main_bt_newslist_wrap .mn_view_newscontents .mn_view_tabmenu_wrap .tab_menu2 li:nth-of-type(5n) a:after{
    width: 0;
}
.main_bt_newslist_wrap .mn_view_newscontents .mn_view_tabmenu_wrap .tab_menu2 li a:after{
    content: "";
    width: 1px;
    height: 20px;
    background: #e2e4e7;
    position: absolute;
    right: 0;
    top: 12px;
}
.main_bt_newslist_wrap .mn_view_newscontents .mn_view_tabmenu_wrap .tab_menu2 li.tabMenu2{
    width: 146px;
    height: 45px;
    cursor: pointer;
    background: #f9f9f9;
    border-bottom: 1px solid #314f9c;
    box-sizing: border-box;
    font-weight: bold;
}
.main_bt_newslist_wrap .mn_view_newscontents .mn_view_tabmenu_wrap .tab_menu2 li.tabMenu2 a:hover {
	text-decoration:none;
}
.main_bt_newslist_wrap .mn_view_newscontents .mn_view_tabmenu_wrap .tab_menu2 li.current2{
    width: 146px;
    height: 45px;
    background: #fff !important;
    border-top: 1px solid #314f9c;
    border-left: 1px solid #314f9c;
    border-right: 1px solid #314f9c;
    border-bottom: none !important;
    box-sizing: border-box;
}
.main_bt_newslist_wrap .mn_view_newscontents .mn_view_tabmenu_wrap .tab_menu2 li.current2 a:after{
    width: 0;
}


.main_bt_newslist_wrap .mn_view_newscontents .mn_view_tabmenu_wrap div.mn_view_tabcont_wrap ul li.tabnewslist{
    margin-top: 10px;
}

/* 많이 본 뉴스리스트 */
div.mn_view_tabcont_wrap ul li.tabnewslist dl dd.mn_view_newslist{
    margin-top: 30px;
}
div.mn_view_tabcont_wrap ul li.tabnewslist dl dd.mn_view_newslist > ul li.newslist_contents {
    clear: both;
    width: 100%;
    margin-top: 20px;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #eaeaea;
    box-sizing: border-box;
    overflow: hidden;

}
div.mn_view_tabcont_wrap ul li.tabnewslist dl dd.mn_view_newslist > ul li.newslist_contents > div.contents {
    margin-top: 8px;
}
div.mn_view_tabcont_wrap ul li.tabnewslist dl dd.mn_view_newslist > ul li.newslist_contents > div.contents a:hover{
    text-decoration: underline;
}
div.mn_view_tabcont_wrap ul li.tabnewslist dl dd.mn_view_newslist > ul li.newslist_contents:nth-of-type(5) {
    border: none;
}
div.mn_view_tabcont_wrap ul li.tabnewslist dl dd.mn_view_newslist > ul li.lastborder {
    padding: 0 0 20px 0 !important;
    border-bottom: 1px solid #f2f2f2 !important;
}
div.mn_view_tabcont_wrap ul li.tabnewslist dl dd.mn_view_newslist > ul li.newslist_contents a.thumnail {
    width: 150px;
    height: 90px;
    margin-right: 20px;
    float: left;
    box-sizing: border-box;
}
div.mn_view_tabcont_wrap ul li.tabnewslist dl dd.mn_view_newslist > ul li.newslist_contents a.thumnail img {
    width: 100%;
    height: 100%;
}
div.mn_view_tabcont_wrap ul li.tabnewslist dl dd.mn_view_newslist > ul li.newslist_contents dt.mtit {
    font-size: 18px;
    color: #222;
    line-height: 120%;
    height: 23px;
    font-weight: bold;
    padding-right: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
div.mn_view_tabcont_wrap ul li.tabnewslist dl dd.mn_view_newslist > ul li.newslist_contents .stit {
    font-size: 15px;
    line-height: 160%;
    margin-top: 5px;
    color: #888;
    max-height: 48px;
    padding-right: 30px;
}
/* // 많이 본 뉴스리스트 */


/* 피플& */
.main_bt_newslist_wrap .right_contents{
    width: 340px;
    float: right;
}
.main_bt_newslist_wrap .right_contents .people_a_contents h2.title{
    font-size: 18px;
    letter-spacing: -2px;
}
.main_bt_newslist_wrap .right_contents .people_a_contents .pp_mnews_list{
    width: 340px;
    height: 220px;
    margin-top: 20px;
    position: relative;
}
.main_bt_newslist_wrap .right_contents .people_a_contents .pp_mnews_list .newstit{
    position: absolute;
    bottom: 0;
    width: 340px;
    padding: 10px 0 10px 0;
    background: rgba(0, 0, 0, 0.7);
}
.main_bt_newslist_wrap .right_contents .people_a_contents .pp_mnews_list a:hover .newstit h3{
    text-decoration: underline;
}
.main_bt_newslist_wrap .right_contents .people_a_contents .pp_mnews_list .newstit h3{
    max-height: 50px;
    color: #fff;
    font-size: 17px;
    line-height: 150%;
    padding: 0 20px;
    font-weight: normal;
}
.main_bt_newslist_wrap .right_contents .people_a_contents .pp_mnews_list img{
    width: 100%;
    height: 100%;
    max-width: 360px;    
}



/*전문기자*/
.main_bt_newslist_wrap .right_contents .sp_reporter_wrap {
    clear: both;
    width: 340px;
    margin-top: 30px;
    overflow: hidden;
}
.sp_reporter_wrap h2.title {
    font-size: 18px;
    letter-spacing: -2px;
}
.sp_reporter_wrap ul.slider{
    width: 340px;
    margin-top: 15px;
}
.sp_reporter_wrap ul li{
    padding: 15px 0;
    background: #f7f7f7;
}
.sp_reporter_wrap ul li div.contents {
    height: 75px;
    padding-left: 20px;
    padding-right: 15px;
    vertical-align: middle;
    display: table-cell;
}
.sp_reporter_wrap ul li div.contents a:hover{
    text-decoration: underline;
}
.sp_reporter_wrap ul li a.thumnail {
    width: 75px;
    height: 75px;
    margin-left: 15px;
    float: left;
    box-sizing: border-box;
}
.sp_reporter_wrap ul li div.contents div.rept_name {
    font-size: 15px;
    color: #333;
    max-height: 20px;
    font-weight: bold;
    letter-spacing: -1px;
    margin-top: 0;
}
.sp_reporter_wrap ul li div.contents div.rept_name span{
    color: #314f9c;
}
.sp_reporter_wrap ul li a.thumnail img {
    width: 100%;
    height: 100%;
    border-radius: 50px;
}
.sp_reporter_wrap ul li div.contents dt.mtit {
    font-size: 15px;
    color: #333;
    line-height: 150%;
    max-height: 45px;
    font-weight: bold;
    letter-spacing: -1.4px;
    margin-top: 8px;
}

.bx-wrapper {
    *zoom: 1;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.bx-wrapper img {
    display: block;
}
.bxslider {
    margin: 0;
    padding: 0;
}
ul.bxslider {
    list-style: none;
}
.bx-viewport {
    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
    overflow: hidden;
    height: 120px !important;
}

.bx-wrapper {
    background: #fff;
    width: 360px;
    position: relative;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    width: 100%;
    position: absolute;
    top: -12px;
}
/* PAGER */
.bx-wrapper .bx-pager {
    text-align: right;
    font-size: .1em;
    font-family: 'Arial';
    font-weight: bold;
    color: #666;
    margin-left: 0px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #ddd;
    text-indent: -9999px;
    display: block;
    width: 8px;
    height: 8px;
    margin: 0 4px;
    outline: 0;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #314f9c;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    vertical-align: bottom;
    *zoom: 1;
    *display: inline;
}
.bx-wrapper .bx-pager-item {
    font-size: 0;
    line-height: 0;
}


/* IR 뉴스 */
.main_bt_newslist_wrap .right_contents .ir_newslist {
    margin-top: 30px;
    clear: both;
}
.ir_newslist h2.title {

    border-bottom: 1px solid #404040;
    padding-bottom: 15px;
}
.ir_newslist ul.listwrap {
    width: 340px;
    overflow: hidden;
}
.ir_newslist ul.listwrap li{
    border-bottom:1px solid #eaeaea;
    padding: 12px 0 10px 0;
}
.ir_newslist ul.listwrap li:nth-of-type(2n){
    border-bottom: 0;
}
.ir_newslist ul.listwrap li.newstitle a{
    font-size: 15px;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
	overflow: hidden; 
    line-height: 150%;
	text-overflow: ellipsis; 
	word-wrap: break-word; 
    white-space: nowrap;
    display: block;
    max-width: 335px;
    text-align: left;
}
.ir_newslist ul.listwrap li.newstitle a:hover{
    text-decoration: underline;
}  


/* 공지사항 */
.main_bt_newslist_wrap .right_contents .r_noticeWrap {
    margin-top: 25px;
    clear: both;
}
.r_noticeWrap h2.title {
    border-bottom: 1px solid #404040;
    padding-bottom: 15px;
}
.r_noticeWrap ul.listwrap {
    width: 340px;
    overflow: hidden;
}
.r_noticeWrap ul.listwrap li{
    border-bottom:1px solid #eaeaea;
    padding: 12px 0 10px 0;
}
.r_noticeWrap ul.listwrap li:nth-of-type(2n){
    border-bottom: 0;
}
.r_noticeWrap ul.listwrap li.newstitle a{
    font-size: 15px;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
	overflow: hidden; 
    line-height: 150%;
	text-overflow: ellipsis; 
	word-wrap: break-word; 
    white-space: nowrap;
    display: block;
    max-width: 335px;
    text-align: left;
    color: #333;
}
.r_noticeWrap ul.listwrap li.newstitle a:hover{
    text-decoration: underline;
}  



/* 
*
*
*

이투데이 2019 - 07

SUB PAGE CSS STYLE

*
*
*
*/



/* 
=========================================================================
=========================================================================

SUB 뉴스 상세 뷰

=========================================================================
=========================================================================
*/

.view_body_moduleWrap{
	width: 1100px;
	overflow: hidden;
}

	.l_content_module{
		width: 740px;
		float: left;
		position: relative;
	}

	.r_content_module{
		width: 300px;
		float: right;
	}


.l_content_module_bknews{
	width: 700px;
	float: left;
}


/* 뉴스상세 좌측 플로팅 아이콘 메뉴*/
div.vw_l_floatingMenu{
	position: absolute;
	margin-left: -115px;
}
div.vw_l_floatingMenu ul li{
	margin-top: -1px;
}
.qa_share_ico_1, .qa_share_ico_2, .qa_text_ico_1, .qa_text_ico_2, .qa_print_ico{width: 50px; height: 50px; display: block}
.qa_share_ico_1{background-position: 0 -280px;}
.qa_share_ico_2{background-position: -70px -280px;}
.qa_text_ico_1{background-position: -140px -280px;}
.qa_text_ico_2{background-position: -210px -280px;}
.qa_print_ico{background-position: -380px -280px;}

/* //뉴스상세 좌측 플로팅 아이콘 메뉴*/



/* 북마크 확인 팝업 */
div.bookmark_pop{
    width: 200px;
    height: 55px;
    border: 1px solid #999;
    border-radius: 5px;       
	position: absolute;
	/*z-index:2;*/
	/*margin-left:40px;*/
    /*top: 50px;*/
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.15);
    background-color:#fff;
    display:none;
}
    
div.bookmark_pop h4{
    width: 200px;
    height: 55px;
    line-height: 55px;      
    display: block; 
	position: relative;    
    font-size: 13px;
    font-weight: 400;
    color: #222;
    text-align: center;  
}
a.s_close_ico{
    width: 12px;
    height: 12px;
    background-position: -400px 0;
    position: absolute;
    z-index: 888;
    right: 10px;
    top: 10px;
}
/* //북마크 확인 팝업*/



/* BreadCrumbs */

.containerWrap .breadcrumbs {
    max-width: 1100px;
    margin-top: 25px;
}
.breadcrumbs ul{overflow: hidden;}
.breadcrumbs ul li {
    float: left;
    font-size: 14px;
}
.breadcrumbs ul li a{
    color: #888;
}
.breadcrumbs ul li a:hover{
    text-decoration: underline;
}
.breadcrumbs ul li.menu:nth-of-type(1n + 2):before {
    content: "";
    background-image: url("/images/img_element.png?v1");
    background-repeat: no-repeat;
	background-size: 1200px 5000px;
    background-position: -260px 0; 
	display: inline-block;    
    margin-left: 10px;
    margin-right: 10px;
    color: #bbbbbb;
    width: 5px;
    height: 9px;
}

/* 뉴스 본문 상단 메인 타이틀 */

.share_ico_1{
    width: 42px;
    height: 42px;
    background-position: 0 -200px;
}
.share_ico_2{
    width: 42px;
    height: 42px;
    background-position: -60px -200px;
}
.text_ico_1{
    width: 42px;
    height: 42px;
    background-position: -120px -200px;
}
.text_ico_2{
    width: 42px;
    height: 42px;
    background-position: -180px -200px;
}
.imgbig_ico{
    width: 37px;
    height: 37px;
    background-position: -280px -280px;    
}
.print_ico{
    width: 42px;
    height: 42px;
    background-position: -240px -200px;
}


.containerWrap .news_dtail_view_top_wrap {
    clear: both;
    margin-top: 20px;
    margin-bottom: 30px;
    width: 1100px;
    border-bottom: 1px solid #dddddd;
    overflow: hidden;
    padding-bottom: 15px;
}
    .bknews_tit{
        width: 700px !important;
        clear: both;
        margin-top: 20px;
        margin-bottom: 30px;
        border-bottom: 1px solid #dddddd;
        overflow: hidden;
        padding-bottom: 15px;        
    }
.news_dtail_view_top_wrap h2.main_title {
    font-size: 38px;
    display: block;
    font-weight: 100;
    letter-spacing: -2px;
}

.news_dtail_view_top_wrap .view_top_container {
    display: block;
    margin-top: 40px;
}
    .view_top_container div.newsinfo {
        float: left;
        display: block;
    }

    .view_top_container div.newsinfo span {
        font-size: 15px;
        color: #888;
        letter-spacing: 0;
        margin-right: 10px;
    }
    .view_top_container div.newsinfo span:nth-child(2)::before{
        content: "ㅣ";
        margin-right: 10px;
    }
    .view_top_container ul.view_utmenu {
        font-size: 0;
        float: right;
        position: relative;
        margin-top: -10px;
    }
        ul.view_utmenu li {
            display: inline-block;
        }

        ul.view_utmenu li.share_icon dl dd {
            float: left;
            margin-right: 10px;
        }

        ul.view_utmenu li.share_icon dl dd:nth-of-type(5) {
            margin-right: 0;
        }

        ul.view_utmenu li.ut_icon {
            clear: both;
            margin-left: 20px;
        }

        ul.view_utmenu li.ut_icon dl dd {
            float: left;
            margin-right: 8px;
        }

        ul.view_utmenu li.ut_icon dl dd:nth-of-type(3) {
            margin-right: 0;
        }


/* 본문 좌측 모둘 */

/* 뉴스 본문 콘텐츠 */
.view_contents{
    padding-bottom: 40px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}
.view_contents .newsdata {
    font-size: 0;
}

.view_contents .newsdata h3.stitle {
    display: inline-block;
    font-size: 20px;
    margin-bottom: 25px;
}

.articleView {
    font-size: 19px;
    line-height: 34px;
}
    .articleView p{
        margin-bottom: 35px;
        line-height: 190%;
    }
    .articleView p:first-child {
        margin-top: 0;
    }
    .articleView p {
        margin-top: 25px;
    }

    .articleView .viewimage {
        display: block;
        width: 640px;
        margin: 30px auto 20px;
        max-width: 650px;
    }

.iframe_img {
    position: relative;    
    border-bottom: 1px solid #dbdbdd;
    clear: both;
}

.img_box_C{margin: 5px auto !important;clear:both}
.img_box_L{margin: 0 15px 0 0 !important}
.img_box_R{margin: 0 0 0 15px !important}

    .img_box_desc {
        font-size: 13px !important;
        color: #888 !important;
        text-align: left;
        letter-spacing: 0;
        margin-bottom: 5px;
        margin-top: 5px;
        word-break:break-all !important; 
        border-bottom: 1px solid #dbdbdd;
        line-height: 170%;
    }
    .iframe_img .plus_btn {
        position: absolute;
        top: 0;
        right: 0;
    }

	.iframe_img {
	    height: 100%;
	    width: 100%;
	    display: block;
	    position: relative;
	    text-align: left;
	}
/* 본문 관련 기사 */
.link_newswrap {
    clear: both;
    margin-top: 45px;
}

.link_newswrap h2.title {
    font-size: 20px;
    color: #f0343d;
}

.link_newswrap div.link_newscont {
    width: 700px;
}

.link_newswrap div.link_newscont ul.link_list {
    clear: both;
    padding-left: 8px;
    margin-top: 25px;
}

.link_newswrap div.link_newscont ul.link_list li {
    background: url("/images/link_bullet.gif") no-repeat;
    background-position: 0 10px;
    padding-left: 18px;
    font-size: 18px;
    margin-top: 6px;
    height: 28px;
}

/* 기자 자세히보기 바이라인 */
.vw_byline{
    clear: both;
    margin-top: 20px;
    position: relative;
}
    .vw_byline .vw_by_reporter li dl{
        overflow: hidden;
    }
    .vw_byline .vw_by_reporter li dl{
        overflow: hidden;
        display: table-cell;
        height: 65px;
        vertical-align: middle;    
    }
    .vw_byline .vw_by_reporter li dl dd.reporter_name {
        font-size: 18px;
        color: #000;
        font-weight: 700;
        margin: 0;
    }
    .vw_byline .vw_by_reporter li dl dd.reporter_name span{
        color: #000;
        font-weight: 700    
    }
    .vw_byline .vw_by_reporter li dl dd.reporter_name a.detaillink{
        font-size: 17px;
        margin-left: 5px;
        font-weight: 600;
        border-bottom: 1px solid #ffe074;
        box-shadow: 0 -8px 0 #ffe074 inset;
    }
    .vw_byline .vw_by_reporter li dl dd.reporter_name a.reporter_email{
        color: #888;
        display: inline-block;
        font-family: "Arial";
        font-weight: 200;
        letter-spacing: 0;
        margin-left: 10px;
/*        margin-right: 10px;*/
    }
.vw_byline .vw_by_reporter li dl dd.reporter_name a:hover.reporter_email{text-decoration: underline;}
    .vw_byline .vw_by_reporter li dl dd.copyl{
        color: #888;
        font-size: 16px;
    }

/* 기사 공감 추천 */
span.recom_ico1{
    width: 55px;
    height: 55px;
    background-position: -200px -371px;

}
span.recom_ico1_on{
    width: 55px;
    height: 55px;
    background-position: -200px -446px;
    display: block;
    z-index: 999;
}
span.recom_ico2{
    width: 55px;
    height: 55px;
    background-position: -285px -371px;

}
span.recom_ico2_on{
    width: 55px;
    height: 55px;
    background-position: -285px -446px;
    display: block;
    z-index: 999;
}
span.recom_ico3{
    width: 55px;
    height: 55px;
    background-position: -370px -371px;
}
span.recom_ico3_on{
    width: 55px;
    height: 55px;
    background-position: -370px -446px;
    display: block;
    z-index: 999;
}
.recommend_btn{
    clear: both;
    margin: 50px auto 0; 
    width: 460px;
}
    .recommend_btn ul{overflow: hidden;}
    .recommend_btn ul.ico_btn li{
        float: left;
        width: 120px;
        margin-right: 50px;
        position: relative;  
        text-align: center;
    }
    .recommend_btn ul.ico_btn li.text_on span{
        color: #ec5151 !important;
        font-weight: bold;
    }

    .recommend_btn ul.ico_btn li:nth-of-type(3n){
        margin-right: 0;
    }
    .recommend_btn ul.ico_btn li span.tit{
        margin-top: 15px;
        display: block;
        font-size: 14px;
    }
    .recommend_btn ul.ico_btn li span.numbs{
        font-family: "Arial";
        font-size: 15px;
        font-weight: bold;
        margin-top: 8px;
        display: block;
        letter-spacing: 0;
    }
    .recommend_btn ul.ico_btn li a{
        font-size: 15px;
        display: block;
        width: 55px;
        height: 55px;
        box-sizing: border-box;
        margin: 0 auto 0;
    }
    .recommend_btn ul.ico_btn li a.on{
        background: #264186;
        color: #fff;
        font-weight: bold;
        border: 1px solid #264186;
        box-sizing: border-box;
        border-radius: 3px;
        border-radius: 100px;
    }

    .recommend_btn ul.ico_btn li:last-child{
        margin-right: 0;
    }

/* 본문 관련 뉴스 */
.relation_newslist{
    clear: both;
    max-width: 740px;
    padding: 20px 0 0;
}
    .relation_newslist h2.rel_title{
        font-size: 18px;
        color: #264186;
        letter-spacing: -2px;
    }
    .relation_newslist div.rel_newscont{
        padding: 0;
        margin: 0;
    }
    .relation_newslist div.rel_newscont ul.newslist{
        clear: both;
        margin-top: 20px;
    }
    .relation_newslist div.rel_newscont ul.newslist li{
        padding-left: 15px;
        font-size: 17px;
        margin-top: 18px;
        line-height: 140%;
        position: relative;
        max-height: 25px;
    }

/* 본문 인기 뉴스 */
.popular_newslist{
    clear: both;
    max-width: 740px;
    padding: 40px 0 0;
}
    .popular_newslist h2.pop_title{
        font-size: 18px;
        color: #f53131;
        letter-spacing: -2px;
    }
    .popular_newslist div.pop_newscont{
        padding: 0;
        margin: 0;
    }
    .popular_newslist div.pop_newscont ul.newslist{
        clear: both;
        margin-top: 20px;
    }
    .popular_newslist div.pop_newscont ul.newslist li{
        padding-left: 15px;
        font-size: 17px;
        margin-top: 18px;
        line-height: 140%;
        position: relative;
    }
    .relation_newslist div.rel_newscont ul.newslist li a:hover, .popular_newslist div.pop_newscont ul.newslist li a:hover{text-decoration: underline}



/* 본문 우측 모둘 */

/*많이본뉴스*/
.rank_listWrap {
    width: 300px;
}
    .rank_listWrap h2.title {
        font-size: 18px;
        color: #333;
        border-bottom: 1px solid #eaeaea;
        padding-bottom: 15px;
    }
    .rank_listWrap ul {
        overflow: hidden;
    }
    .rank_listWrap ul li.contentsList {
        overflow: hidden;
        max-width: 300px;
        border-bottom: 1px solid #eaeaea;
    }
        ul li.contentsList > dl{
            width: 300px;
            height: 80px;
            display: table-cell;
            vertical-align: middle;
            position: relative;
            font-size: 0;
        }

        ul li.contentsList > dl dd {
            display: inline-block;
        }

        ul li.contentsList > dl dd.cont_rank {
            font-size: 20px;
            width: 20px;
            color: #ff2640;
            font-family: "Arial";
            vertical-align: baseline;
            margin-top: 2px;
        }

        ul li.contentsList > dl dd.cont_info {
            font-size: 15px;
            margin-left: 20px;
            width: 255px;
            vertical-align: top;
            max-height: 48px;
        }

        ul li.contentsList > dl dd.cont_info a {
            color: #222;
            max-height: 47px;
            letter-spacing: -0.6px;
            line-height: 150%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            word-wrap: break-all;    
        }

         ul li.contentsList > dl dd.cont_info a:hover {

            text-decoration: underline;
        }
div.savenews_btn{
    clear: both;
    margin-top: 20px;
}
    div.savenews_btn a{
        width: 300px;
        height: 50px;
        background: #fafafa;
        border: 1px solid #bcc0c3;
        border-radius: 3px;
        box-sizing: border-box;
        display: block;
        margin: 0 auto 0;
        position: relative;
        padding-left: 28px;
        line-height: 48px;
        font-size: 15px;
        font-weight: bold;        
    }
    div.savenews_btn a:hover{
        -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.25);
        -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.25);
        box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.15);        
    }
        span.save_ico{
            width: 18px;
            height: 22px;
            background-position: -340px -280px;
            position: absolute;
            top: 15px;
            right: 30px;
        }

/*주요뉴스*/
.majornews_wrap{
    width: 300px;
    margin-top: 50px;    
}

    .majornews_wrap h2.title {
        font-size: 18px;
        display: block;
        color: #333;
    }
    .majornews_wrap .news_cont{
        clear: both;
        margin-top: 15px;
        position: relative;
    }
    .majornews_wrap .news_cont ul li.thumnail {
        width: 300px;
        height: 140px;
        position: relative;
        z-index: 1;
    }
    .majornews_wrap .news_cont ul li.thumnail img {
        width: 100%;
    }
    .majornews_wrap .news_cont ul li.tit_txt {
        font-size: 17px;
        background: #fff;
        text-align: left;
        background: #f3f6f9;
        color: #222;
        padding: 10px 15px 15px;     
    }
    .majornews_wrap .news_cont ul li.tit_txt > div{
        height: 52px;
        line-height: 150%;
    }
    .majornews_wrap .news_cont a:hover li.tit_txt {
        display: block;
        text-decoration: underline;
    }


/*이슈토론*/
.ico_blue{
    position: absolute;
    top: 1em;
    right: 1em;
    color: #fff;
    background: #257be9;
    padding: 6px 15px;
    border-radius: 40px;
    z-index: 2;
    font-size: 13px;
}
.issueWrap {
    width: 300px;    
    overflow: hidden;
    margin-top: 50px;
}
    .issueWrap h2.title {
        font-size: 18px;
        color: #333;
        padding-bottom: 15px;
    }
    .issueWrap .issue_conts{
        position: relative;
        width: 300px;
        height: 200px;
    }
    .issue_conts .issue_thumnail{
        width: 300px;
        height: 200px;
    }
    .issue_conts .issue_thumnail img {
        width: 100%;
        height: 100%;
        border-radius: 5px;
    }
    .issue_conts .contents_box {
        position: absolute;
        width: 100%;
        height: 100%;
        max-height: 100px;
        bottom: 0;
        font-size: 0;
        z-index: 1;
        background: linear-gradient(to bottom,  rgba(14,14,14,0) 0%,rgba(0,0,0,0.85) 75%);
        border-radius: 5px;
    }  
        .contents_box .topbanner_title{
            padding: 0 20px;
            position: absolute;
            left: 0;
            bottom: 15px;
        }
        .contents_box .topbanner_title h3{
            max-height: 50px;
            font-weight: 700;
            font-size: 17px;  
            line-height: 150%;
            color: #fff;
            text-align: left;
            letter-spacing: -1px;
        }
        a:hover .contents_box .topbanner_title h3{
            text-decoration: underline;
        }
/* 카테고리 최신뉴스 */

.r_newslistWrap {
    clear: both;
    margin-top: 50px;
}
    .r_newslistWrap h2.title {
        font-size: 18px;
        border-bottom: 1px solid #eaeaea;
        padding-bottom: 15px;
    }
    .r_newslistWrap ul {
        overflow: hidden;
    }
        .r_newslistWrap ul li.contentsList {
            overflow: hidden;
            padding: 12px 0 12px 0;
            max-width: 480px;
            border-bottom: 1px solid #eaeaea;
        }
        .r_newslistWrap ul li.contentsList > div.cont_info {
            font-size: 15px;
            margin-left: 5px;
            height: 60px;
            vertical-align: middle;
            display: table-cell;
        }
        .r_newslistWrap ul li.contentsList > div.cont_info a {
            max-height: 48px;
            line-height: 160%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            word-wrap: break-all;   
            padding-left: 10px;
            display: block;
        }
        .r_newslistWrap ul li.contentsList > div.cont_info a:hover {

            text-decoration: underline;
        }

        .r_newslistWrap ul li.contentsList > a.thumnail {
            width: 85px;
            height: 60px;
            float: left;
            margin-right: 10px;
        }

        .r_newslistWrap ul li.contentsList > a.thumnail img {
            width: 100%;
            height: 100%;
        }


/* 우측 마켓뉴스 */

.e_marketnews_w {
    padding-bottom: 10px;
    margin-top: 50px;    
}

    .e_marketnews_w h3.title{
        font-weight: bold;
        font-size:18px;  
    }
    .e_marketnews_w .mkt_date_title li{
        display:inline-block;
    }
        .mkt_date_title li.tit{
            font-weight: bold;
            font-size:18px;
        }
        .mkt_date_title li.tit span{
            font-weight: normal;
            font-size:12px;
        }
        .mkt_date_title li.date-info{
            float:right;
            font-family: "Arial";
            letter-spacing: -0.6px;
        }
        .mkt_date_title .data_r_condition1{
            font:11px 'Dotum';
            background:#57c7da;
            padding:5px 5px 3px 5px;
            color:#fff;
            margin-left: 8px;
            border-radius: 2px;
            letter-spacing: 0;
        }
        .mkt_date_title .data_r_condition2{
            font:11px 'Dotum';
            background:#b9c8e0;
            padding:5px 5px 3px 5px;
            color:#fff;
            margin-left:8px;
            border-radius: 2px;
            letter-spacing: 0;
        }
        .mkt_date_title .data_r_condition3{
            font:11px 'Malgun';
            background:#9e9e9e;
            padding:5px 5px 3px 5px;
            color:#fff;
            margin-left:8px;
            border-radius: 2px;
            letter-spacing: 0;
        } 
        #marketinfo_ns .mk_notice_txt{
            text-align: center;
            line-height: 20px;
            padding:20px 0 20px 0;
            color:#555;
        }
        #marketinfo_ns .mk_notice_txt span{
            font-weight: bold;
        }

.e_MK_tap_w {
    margin-top: 15px;
}
    .e_MK_tap_w ul {
        overflow: hidden;
        position: relative;
        border-top: 1px solid #dcdcdc;
        border-bottom: 1px solid #dcdcdc;
    }
    .e_MK_tap_w ul li {
        float: left;
        width: 150px;
        text-align: center;   
    }
    .e_MK_tap_w ul li a {
        color: #555;
        font-size: 14px;
        font-weight: bold;
        display: block;
        padding: 10px 0 10px 0;      
    }
    .e_MK_tap_w ul .on a {
        color: #222;
        background: #eaf1f7;            
    }

.e_MK_tap_list ul {
    padding-left: 5px;
}
    .e_MK_tap_list ul li {
        padding-top: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #eaeaea;
    }
    .e_MK_tap_list ul li a {
        font-size: 15px;
        line-height: 150%;
    }
    .e_MK_tap_list ul li a:hover {
        text-decoration: underline;
    }

.stockitem_list_kpd{
    clear: both;
}
    .stockitem_list_kpd dl {
        overflow: hidden
    }
        .stockitem_list_kpd dl > dd{
            float:left;
            font-size: 14px;
        }
        .stockitem_list_kpd dl > dd.item{
            font-family: "Arial", "Malgun Gothic";
            font-size: 16px;
            font-weight: bold;
            color: #555;
        }
        .stockitem_list_kpd dl > dd.item span{
            margin-left: 10px;
            font-weight: normal;
        }
        .stockitem_list_kpd dl > dd.item_bul {
            float: right;
            margin-right:5px;
        }
        .stockitem_list_kpd dl > dd.item_bul span.up1{
            background-position:0 -495px;
            padding-left:15px;
            color: #ff3131;
        }
        .stockitem_list_kpd dl > dd.item_bul span.up2{
            background-position:0 -620px;
            padding-left:15px;
            color: #ff3131;
        }
        .stockitem_list_kpd dl > dd.item_bul span.same{
            background-position:0 -663px;
            padding-left:15px;
            color: #555;
        }
        .stockitem_list_kpd dl > dd.item_bul span.dw1{
            background-position:0 -514px;
            padding-left:15px;
            color: #1c5cff;
        }
        .stockitem_list_kpd dl > dd.item_bul span.dw2{
            background-position:0 -644px;
            padding-left:15px;
            color: #1c5cff;
        }

/* 빗썸 실시간정보 */
.bithumb_wrap{
    clear: both;
    width: 300px;
    position: relative;
    padding-bottom: 30px;
    margin: 50px auto 0;
    overflow:hidden;
}
    .bithumb_wrap h2.maintit{
        font-size: 18px;
        width: 300px;
        padding-bottom: 15px;
        letter-spacing: -1px;
    }
    .bithumb_wrap .btm_tit{
        border-top: 2px solid #888;
        border-bottom: 1px solid #dcdcdc;
        padding: 12px 0 12px;
        overflow: hidden;
    }
        .btm_tit ul li{
            float: left;
            font-size: 14px;
            width: 120px;
            text-align: left;
            padding-left: 10px;
        }
        .btm_tit ul li:nth-of-type(2){
            width: 90px;
            text-align: right;
            padding-left: 0;
            padding-right: 10px;
        }
        .btm_tit ul li:nth-of-type(3){
            width: 60px;
            text-align: right;
            padding-left: 0;
            padding-right: 10px;
        }

        ul.bit_arrow_btn{
            position: absolute;
            height: 30px;
            right: 0px;
            top: -75px;
            z-index: 99;
            overflow: hidden;
        }
        ul.bit_arrow_btn li{
            float: left;
            margin-left: 5px;
        }
        ul.bit_arrow_btn li a.als-prev{
            width: 23px;
            height: 21px;
            background-position: 0 -686px;
        }
        ul.bit_arrow_btn li a.als-next {
            width: 23px;
            height: 21px;
            background-position: -40px -686px;
        }

    .bithumb_wrap .als-container{
        position: relative;
        width: 300px;
        margin: 0 auto 0;
    }
        .bit-container .als-viewport {
            position: relative;
            overflow: hidden;
            width: 300px !important;
            margin: 0 auto 0;
        }
            .bit-viewport .als-wrapper {
                position: relative;
                list-style: none;
                overflow: hidden;
        }
            .bithumb_wrap .als-item {
                position: relative;
                display: block;
                float: left;
            }
                .bit-item .coin_contents{
                    width: 300px;
                    clear: both;
                }
                    .coin_contents .coin_list{
                        width: 300px;
                    }
                    .coin_contents .coin_list ul li.cointitle{
                        float: left;
                        font-size: 14px;
                        letter-spacing: 0;
                        border-bottom: 1px solid #ddd; 
                        height: 50px;
                        line-height: 50px;
                    }
                    .coin_contents .coin_list ul li.cointitle:nth-of-type(1){
                        width: 120px;
                        overflow: hidden; 
                        text-overflow: ellipsis; 
                        word-wrap: break-word; 
                        white-space: nowrap;
                        color: #555;
                        padding-left: 10px;
                        text-align: left;
                        font-weight: bold;
                    }
                    .coin_contents .coin_list ul li.cointitle:nth-of-type(2){
                        width: 90px;
                        text-align: right;
                        padding-right: 10px;
                        font-family: "Arial";
                    }
                    .coin_contents .coin_list ul li.cointitle:nth-of-type(3){
                        width: 60px;
                        text-align: right;
                        padding-right: 10px;
                        font-family: "Arial";
                    }
                    .coin_contents .coin_list ul li.cointitle span.plus{
                        color: #ff3030;
                    }
                    .coin_contents .coin_list ul li.cointitle span.minus{
                        color: #1445d0;
                    }
    .bithumb_wrap .time_text{
        text-align: left;
        color: #888;
        margin-top: 8px;
        font-size: 12px;
    }
        .time_text span.bithumb_ico{
            flaot: right;
            width: 96px;
            height: 21px;
            background-position: -80px -686px;
        }



/* 기사 상세 뷰 공유하기 팝업 */
.share_modal { 
    width: 360px; 
    height: 420px; 
    overflow: hidden;
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0px 4px 2px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 4px 2px 0px rgba(0,0,0,0.45);
    box-shadow: 0px 4px 2px 0px rgba(0,0,0,0.45);    
 }

 .close_button { 
    position: absolute;
    right: 20px;
    top: 20px; 
    text-align: center; 
    cursor: pointer; 
 } 
 .share_modalpopup_cont{
    position: relative;
    background-color: #fff; 
    display: block;
    width: 360px; 
    margin-top: 40px;
 } 

.share_modalpopup_cont dl{
    width: 300px;
    margin: 0 auto 0;
}
    dl dt.share_icon_tit{
        text-align: center;
        font-size: 32px;
    }
    dl dd.share_icon_content{
        margin-top: 45px;
        overflow: hidden;
    }
        dd.share_icon_content ul.icon_list li{
            float: left;
            width: 150px;
            text-align: center;
        }
        dd.share_icon_content ul.icon_list li img{
            height: 50px;
        }
        dd.share_icon_content ul.icon_list li span{
            display: block;
            text-align: center;
            margin-top: 10px;
            font-size: 15px;
        }

/* 본문 공유하기 모달 팝업 */
a.kakao_ico, a.faceb_ico, a.twit_ico, a.google_ico, a.line_ico, a.url_ico{
    width: 65px;
    height: 65px;
/*    border-radius: 100%;
    -webkit-box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.15);    */
}
a:hover.kakao_ico, a:hover.faceb_ico, a:hover.twit_ico, a:hover.url_ico{
    opacity:0.88;
    filter: alpha(opacity=90); /*IE5~7, 8~9 */
}
a.kakao_ico{background-position: 0 -780px;}
a.faceb_ico{background-position: -100px -780px;}
a.twit_ico{background-position: -200px -780px;}
a.google_ico{background-position: -300px -780px;}
a.line_ico{background-position: -400px -780px;}
a.url_ico{background-position: -500px -780px;}

a.close_ico{
	width: 18px;
    height: 18px;
    background-position: -360px 0;
}



/* 
=========================================================================
=========================================================================

뉴스속보

=========================================================================
=========================================================================
*/


/*속보창 팝업_헤더*/

.search_wrap {
    width: 300px;
    padding-top: 10px;
    float: right !important;
}
    .search_box {
        line-height: 45px;
        color: #888;
        font-size: 13px;
        font-weight: normal;
        position: relative;
        border-radius: 5px;
    }
    .search_box input {
        width: 300px;
        height: 45px;
        border: 1px solid #c9c9c9;
        border-radius: 5px;
        box-sizing: border-box;
        padding-left: 10px;
    }
    .search_box a.bk_search_ico {
        width: 20px;
        height: 20px;
        background-position: -39px 0;
        position: absolute;
        right: 10px;
        top: 13px;
    }
.refresh_w {
    position: relative;
    top: 2px;
    left: 10px;
    width: 100px;
    height: 30px;
}
span.refresh_ico {
    width: 16px;
    height: 16px;
    background-position: 0 -730px;
    position: relative;
    top: 3px;
    margin-right: 5px;
}
    .flash_select {
        position: relative;
        top: 0;
        left: 10px;
    }

    .flash_select select {
        border: 1px solid #dcdcdc;
        width: 100px;
        height: 30px;
        padding-left: 5px;
    }


/*속보창 좌측 탭리스트*/
.flash_tab_lst {
    margin-top: 20px;
    text-align: left;
}

    .flash_tab_lst ul li {
        margin-bottom: 20px;
        height: 18px
    }

    .flash_tab_lst ul li a {
        color: #000;
        font-size: 14px;
        padding-left: 5px;
    }

.flash_tab_txt {
    float: left;
    width: 230px
}

.flash_tab_press {
    float: right;
    margin-top: 2px
}

.flash_p_ico {
    float: left;
    display: block;
    width: 14px;
    height: 13px;
    background-position: -30px -730px
}

.flash_press {
    float: left;
    display: block;
    height: 14px;
    line-height: 12px;
    padding-left: 4px;
    color: #999;
    font-size: 12px
}


/*속보창 팝업_컨텐츠*/

.flash_left_w {
    position: relative;
}

    .flash_left_tab ul {
        overflow: hidden
    }

    .flash_left_tab ul li {
        float: left;
        background-color: #fff;
        width: 100px;
        height: 40px;    
        box-sizing: border-box;     
    }

    .flash_left_tab ul li:nth-of-type(3n + 3){
        border: none;
    }

    .flash_left_tab ul li:nth-of-type(n + 4){
        margin-top: 10px;
    }

    .flash_left_tab ul li a {
        color: #000;
        width: 100px;
        height: 40px;
        line-height: 40px;    
        display: block;
        text-align: center;       
    }

    .flash_left_tab ul li.on {
        background-color: #555;
    }

    .flash_left_tab ul li.on a {
        font-weight: bold;
        font-size: 13px;
        color: #fff;    
    }



/* 페이징 */

.pagingWrap {
    overflow: hidden;
    padding: 15px 0 25px;
    font-family: tahoma;
    font-size: 12px;
    text-align: center
}

.pagingWrap .inner {
    display: inline-block;
    line-height: 32px
}

.pagingWrap span.prev {
    float: left;
    width: 5px;
    height: 9px;
    background-position: -280px 0;
    position: relative;
    top: 10px;
    left: 12px;
}

.pagingWrap span.next {
    float: right;
    width: 5px;
    height: 9px;
    background-position: -260px 0;
    position: relative;
    top: 10px;
    right: 12px;
}

.pagingWrap span.inner a{
    font-family: "Arial";
    margin: 0 4px 0;
}
.pagingWrap .link_page_on {

    float: left;
    width: 30px;
    height: 30px;
    -moz-border-colors: none;
    color: #fff;
    background-color: #304db0;
    border: none;
    box-sizing: border-box;
    border-radius: 100%;
    font-weight: bold;
    line-height: 30px;
}
.pagingWrap .link_page {
    float: left;
    width: 30px;
    height: 30px;
    color: #8c8c8c;
    background-color: #fff;
    border: 1px solid #ccc;
    border-left: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 100%;
    font-weight: bold;
    position: relative;    
    line-height: 30px;
}

/* 속보 페이징 */

.flash_left_w .pagingWrap span .prev {
    margin-right: 7px;
}

.flash_left_w .pagingWrap .next {
    margin-left: 7px;
}

/* 속보창 증시 정보 */
div.stock_info{
    width:260px;
    margin: 0 auto 0;
}

    div.stock_info .kospi{
        margin-right:15px
    }

    div.stock_info .kospi dt{
        font-size: 15px;
        font-weight: 600;  
    }
    div.stock_info .kospi dt span{
        font-weight: bold;
        font-family: "Arial";
    }
    div.stock_info .kospi dd{
        color: #fa1508;
        margin-top: 10px;
        text-align: left;
        font-family: "Arial";
        font-size: 15px;
        letter-spacing: 0;
    }
    div.stock_info .kosdaq{
        margin-left: 20px;
    }
    div.stock_info .kosdaq dt{
        font-size: 15px;
        font-weight: 600;  
    }
    div.stock_info .kosdaq dt span{
        font-weight: bold;
        font-family: "Arial";
    }

    div.stock_info .kosdaq dd{
        color:#005dde;
        margin-top: 10px;
        text-align: left;
        font-family: "Arial";
        font-size: 15px;
        letter-spacing: 0;    
    }
    div.stock_info dl{
        display: inline-block;
        text-align: left; 
    }
    div.stock_info dl a:hover{
        text-decoration: underline;
        display: inline;
    }


.stock_section{
    margin: 40px 0 0 0;
    height: 10px
}
.stock_section ul li{
    font-size: 14px;
    font-weight: 600;
    float: left;
    border-right: #d6d6d6 1px solid;
    margin-right: 10px;
}
.stock_section ul li:nth-last-child(1){
    border: none;
}
.stock_section ul li em{
    font-style: normal;
}
.stock_section .quot {
    font-family: tahoma;
    margin: 0 5px;
}
.stock_section .up, .stock_section .down{
    font-family: tahoma;
    font-weight: 300;
    margin-right: 10px;
}

.stock_section .up{
    color: #fa1508;
}
.stock_section .down{
    color: #005dde;
}

#main_section01 {
    width: 1100px;
    height: 380px;
    position: relative;
    padding-top: 30px;
    margin-bottom: 30px;
}
#main_section01 .slide_con {
    width: 1100px;
    height: 375px;
    overflow: hidden;
    position: absolute;
    background-position: 0 -2100px;
    border: 1px solid #888;
}
#slide_list_tot {
    position: relative;
    left: 0px;
    top: 0px;
    width: 4200px;
}
    .ms01_list {
        width: 317px;
        float: left;
        padding: 0 25px;
    }
    .ms01_list h2 {
        padding-top: 20px;
        padding-bottom: 7px;
        padding-left: 5px;
        border-bottom: 1px solid #d0d0d0;
        font-weight: bold;
        color: #2f2f2f;
    }
    .ms01_list h2 em {
        font-style: normal;
        font-size: 11px;
        color: #616161;
        font-weight: bold;
        padding-left: 5px;
    }
    .ms01_list ul {
        padding: 5px 0;
    }
        .ms01_list ul li {
            overflow: hidden;
            word-break: nowrap;
            height: 18px;
            margin: 9px 0;
        }
        .ms01_list ul li a:hover{
            text-decoration: underline;
        }
        .ms01_list ul li:before{
            content: '·';
            margin-right: 5px;
        }
    .ms01_list div{
        padding: 15px 0;
        margin: 25px 0 0 0;
        border: 1px solid #cecece;
        text-align: center;
    }
    #slide_bt_l,
    #slide_bt_r {
        display: block;
        position: absolute;
        top: 180px;
    }
    #slide_bt_l {
        left: -100px;
    }
    #slide_bt_r {
        right: -100px;
    }

/* 기사 리스트 */
.deskpick_top{
    border-bottom: 2px solid #888;
}
.t_main_title{
    line-height: 150%;
}
a:hover span.t_main_title{
    text-decoration: underline;
}
.cluster_news_t{
    display: table;
    width: 100%;
    letter-spacing: -1px;
    font-size: 15px;
    line-height: 16px;
    margin: 10px 0 10px;
    padding: 30px 0 25px;
    border-bottom: 1px solid #eaeaea;
}
.cluster_news_t:last-child{
    border: 0;
}
.cluster_news {
    display: table;
    padding-bottom: 25px;
    width: 100%;
    table-layout: fixed;
    letter-spacing: -1px;
    font-size: 15px;
    line-height: 16px;
    margin: 25px 0 25px;
    border-bottom: 1px solid #eaeaea;
}

.cluster_t_thumb_inner {
    margin-right: 17px;
}
.cluster_t_thumb_link {
    display: block;
    position: relative;
}
.cluster_t_thumb_link img{
    width: 200px;
    height: 120px;
}

.cluster_thumb {
    display: table-cell;
    width: 180px;
}
.cluster_thumb_inner {
    margin-right: 17px;
}
.cluster_thumb_link {
    display: block;
    position: relative;
}
.cluster_thumb_link img{
    width: 160px;
    height: 110px;
}
.cluster_text {
    display: table-cell;
    vertical-align: middle;
}

.cluster_text a:hover{
    text-decoration: underline
}
.cluster_text_headline {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    letter-spacing: -1px;
    font-size: 18px;
    color: #222;
    line-height: 150%;
}
.cluster_text_lede {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    font-size: 15px;
    line-height: 160%;
    color: #888;
    max-height: 50px;
    margin-top: 5px;
}
.cluster_text_lede2 {
    padding-bottom: 6px;
    font-size: 15px;
    line-height: 165%;
    color: #888;
    max-height: 68px;
    margin-top: 12px;
}
.cluster_text_press {
    font-family: tahoma;
    font-size: 14px;
    color: #888;
    white-space: nowrap;
    margin-top: 8px;
    letter-spacing: 0;
}
.cluster_more {
    margin: 25px 0;
    text-align: center;
}
a.newsadd_ico{
    width: 50px;
    height: 50px;
    background-position: 0 -940px;
}


/* member2_ir */
.h_company{
    display: inline-block;
    width: 100%;
}
.h_company h3{
    font-size: 22px;
    text-align: center;
}
.h_company h3:before{
    content: '';
    position: relative;
    top: -8px;
    left: 50%;
    width: 20px;
    background: #056ec8;
    height: 3px;
    margin-left: -15px;
    display: block;
}
.h_company p{
    font-size: 18px;
    color: #ababab;
    text-align: center;
}
.h_company_chart{
    width: 850px;
    margin: auto;
    height: 200px;
}
.h_company_img{
    width: 136px;
    border: 1px solid #ddd;
    margin-right: 20px;
    padding: 25px 0;
    float: left;
    display: block;
}
.h_company_img img{
    width: 100%;
}
.chart_img{
    width:230px; height:130px;
    float: left;
    display: block;
}
.chart_table {
    width: 415px;
    margin-left: 40px;
    float: left;
    display: block;
}
.table_info {
    font-size: 20px;
    font-weight: bold;
    padding-top: 2px;
    margin-bottom: 2px;
}
.chart_table table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    table-layout: fixed;
}
.chart_table tr {
    border-top: 1px solid #f5f5f5;
}
.chart_table th {
	font-size: 13px;
    text-align: left;
    color: #3e6197;
    line-height: 220%;
}
.chart_table td {
    text-align: right;
    font-weight: 900;
    color: #3e6197;
    font-size: 13px;
    width: 90px;
}
.chart_table .bar:before {
    content: '';
    position: relative;
    width: 1px;
    background: #3e6197;
    height: 10px;
    display: inline-block;
    margin: 0 20px;
}
.chart_table em {
    font-style: normal;
    font-size: 14px;
    font-weight: bold;
    padding-left: 25px;
}
.num_quot_down{color: #2761de;}
.num_quot_up{color: #ec271a;}
.num_quot_down span, .num_quot_up span{font-size: 9px;}
.chart_table .ir_rate em{
    float: right;
    font-size: 13px;
    color: #777;
    margin-top: 10px;
    font-weight: 100;
}
.winners_menu ul a{
    width: 203px;
    border: 1px solid #bababa;
    display: block;
    float: left;
    text-align: center;
    margin: 45px 18px 45px 0;
    padding: 12px 0;
    font-size: 15px;
}
.winners_menu ul a:nth-last-of-type(1){
    margin-right: 0;
    margin: 45px 0;
}
.winners_menu ul a.on, .winners_menu ul a:hover{
    color: #fff;
    background: #056ec8;
    border: 1px solid #056ec8;
}

/* 위너스클럽 소개 */

.wns_top_img{
    width: 1100px;
    height: 120px;
    background-position: 0 -1920px;
}

.winners_info {
    margin: 60px 0;
}
.wns_txt1 h3,
.wns_txt2 h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 160%;
    margin: 60px 0 10px 0;
}
.wns_txt2 h3 {
    color: #0465c3;
}
.wns_txt2 ul li a:hover{
    text-decoration: underline;
}
.wns_txt2 ul li:before{
    content: '·';
    font-size: 30px;
    position: relative;
    top:4px;
    margin: 0 10px 0 0;
}
.wns_txt1 p, .wns_txt2 ul li{
    font-size: 17px;
    color: #7b7b7b;
    font-weight: 300;
    line-height: 160%;
}
.bnt_blue{
    width: 465px;
    font-size: 17px;
    border-radius: 10px;
    background: #056ec8;
    color: #fff;
    text-align: center;
    padding: 20px 0;
}
.bnt_blue:hover{
    background: #0a75d0;
}
.wns_txt2 a{
    display: inline-block;
}

.wns_member_thm{
    padding:40px 0; 
}
.title_2{
    font-size: 21px;
}
.wns_member_thm ul li dl dt{
    width: 190px;
    height: 120px;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
}
.wns_member_thm ul li dl dt img{
	max-height: 120px;
}
.wns_member_thm ul{
    margin-top: 20px;
}
    .wns_member_thm ul li{
        width: 190px;
        border: 1px solid #ddd;
        text-align: center;
        display: inline-block;
        margin-right: 31px;
    }
    .wns_member_thm ul li:nth-of-type(5){
        margin-right: 0;
    }
        .wns_member_thm ul li dd.name{
            font-size: 19px;
            border-bottom: 1px solid #ddd;
            padding-bottom: 2%;
        }
        .wns_member_thm ul li dl.link{
            background: #fafafa;
            overflow: hidden;
            font-size: 14px;
            line-height: 70%;
        }
        .wns_member_thm ul li dl.link dd:nth-last-child(1){
            border-right: none;
        }
        .wns_member_thm ul li dl.link dd{
            width: 45%;
            display: block;
            float: left;
            border-right: 1px solid #ddd;
            margin: 10px 0;
            padding-right: 15px;
            text-align: center;
            box-sizing: border-box;
            font-family: "Arial";
            font-size: 12px;
            letter-spacing: 0;
        }
        .wns_member_thm ul li dl.link dd a.icon_wnsnews{
            width: 12px;
            height: 10px;
            background-position: -450px 0;
            padding-left: 20px;
        }
        .wns_member_thm ul li dl.link dd a.icon_wnshome{
            width: 15px;
            height: 12px;
            background-position: -490px 0;
            padding-left: 20px;  
            position: relative;
        }
        .wns_member_thm ul li dl.link dd img{
            margin: 0 3%;
        }

/* 사설 */
.opinion_headline {
    display: inline-block;
    letter-spacing: -1px;
    font-size: 22px;
    color: #222;
    position: relative;
}

.opinion_thumb {
    display: table-cell;
    width: 128px;
}
.opinion_thumb_inner {

}
.opinion_thumb_link {
    display: block;
    position: relative;
}
.opinion_thumb_link img{
    width: 107px;
    height: 107px;
    border-radius: 60px;
}


/* 검색 */
.search_layer{
    background: #fafafa;
    padding: 70px 0;
    z-index: 1000000003;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.7);
    position: absolute;
    width: 100%;
    display:none;
    margin-top:-1px
}
.search_layer section{
    width: 100%;
}
.search_layer section div{
    position:relative;
    clear: both;
    width: 575px;
    margin: 0 auto 0;
}
.search_ico2{
    width:20px;
    height:20px;
    background-position:-39px 0;
    position:absolute;
    right:0;
    top:10px;
    cursor:pointer;
}
.search_field{
    background: #fafafa;
    border-bottom: 1px #222 solid;
    padding: 7px;
    height: 30px;
    font-size: 24px;
    width: 575px;
}
.search_field::placeholder{
    color: #aeaeae; 
}
.search_top{
    margin: 20px 0;
}
.search_top .bar{
    height: 50px;
}
.search_top .bar h2{
    width: 90%;
    font-size: 24px;
    display: block;
    float: left;
}
.search_top .bar .s_icon{
    width: 10%;
    display: block;
    float: right;
    text-align: right;
    padding-top: 5px;
}
.search_top .result{
    width: 680px;
    display: block;
    padding: 20px 30px;
    overflow: hidden;
    background: #f9f9f9;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.search_top .result h2{
    width: 80%;
    display: block;
    float: left;
    font-size: 22px;
    font-weight: 300;  
}
.search_top .result h2 strong{ 
    font-weight: bold;
}
.details_search1{overflow: hidden}
.check_com{
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
    display:none;
}
.check_com h4{
    display: block;
    float: left;
    font-size: 13px;
    width: 40px;
}
.check_com li{
    width: 100%;
    display: block;
    overflow: hidden;
    margin: 15px 0 0 0;
}
.check_com li:first-child{
    margin-top: 0;
}
.check_com button{
    vertical-align: middle !important;
}
.result .details_up, .result .details{
    float: right;
    width: 80px;
    height: 20px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #888;
    background: #eaf1f7;
    color: #222;
    padding: 5px 10px;
    border-radius: 35px;
}

.result .details_up:after {
    content: "▼";
    margin-left: 5px;
    font-size: 10px;
    position: relative;
    top: -2px;
}
.result .details:after {
    content: "▲";
    margin-left: 5px;
    font-size: 10px;
    position: relative;
    top: -2px;
}
.byline {
    background: #f9f9f9;
    margin-top: 20px;
}
.byline .by_reporter {
    padding: 25px 10px 25px 10px;
}
.byline .by_reporter li {
    padding: 10px 20px 0 20px;
    overflow: hidden;
}
.byline .by_reporter .reporter_img {
    display: block;
    margin-right: 15px;
    float: left;
}
.byline .by_reporter .reporter_img span {
    position: relative;
    overflow: hidden;
    border-radius: 150px;
    display: block;
    width: 120px;
    height: 120px;
}
.byline .by_reporter .reporter_img img {
    width: 100%;
    height: 100%;
}
.byline .by_reporter li dl {
    overflow: hidden;
    margin-top: 10px;
}
.byline .by_reporter dl dd.reporter_name {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    margin: 0;
}
.byline .by_reporter dl dd.reporter_name span {
    color: #000;
    font-weight: 700;
}
.byline .by_reporter dl dd.reporter_name a {
    font-size: 17px;
    margin-left: 5px;
	font-weight: 600px;
    border-bottom: 1px solid #ffe074;
    box-shadow: 0 -8px 0 #ffe074 inset;
}
.byline .by_reporter dl dd.reporter_email {
    color: #888;
    font-family: "Arial";
    font-weight: 200;
    margin-top: 10px;
    letter-spacing: 0;
    font-size: 14px;
}
    .byline .by_reporter dl dd.reporter_email a:hover{
        text-decoration: underline;
    }
.byline .by_reporter dl dd.intro {
    font-size: 15px;
    color: #888;
    font-weight: 200;
    margin-top: 10px;
    letter-spacing: 0;
    line-height: 150%;
    max-height: 45px;
}


.check_com input[type="radio"] {
    width: 14px;
    height: 14px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    margin-right:3px;
}
.check_com input[type="text"] {
    border: 1px solid #cacece;
    width: 100px;
    height: 20px
}
.details_search2{
    float: right;
    position: relative;
}
.details_search2 a{
    font-size: 14px;
    width: 50px;
    height: 25px;
    line-height: 23px;
    color: #fff;
    background: #161616;
    border-radius: 50px;
    display: block;
    text-align: center;
}


/* 
=========================================================================
=========================================================================

날씨

=========================================================================
=========================================================================
*/


.e_right_tit span{
    color: #000;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -1px;    
}

/*날씨 전체 탭*/
.weather_king {width: 760px;padding: 10px 0 15px 0;border-bottom: 1px solid #555}
.weather_wrap {width: 460px;text-align: center;margin: 0 auto}/*날씨텍스트 바뀔때 width값 조정*/
.weather_wrap ul {overflow: hidden}
.weather_wrap ul li {float: left;padding-left: 0}
.weather_wrap li.on .today_congress .round {color: #1f54ff;border-top: 1px solid #1f54ff;border-bottom: 1px solid #1f54ff}
.weather_wrap li.on .today_congress .round:before {background-position: 0 -3440px}
.weather_wrap li.on .today_congress .round:after {background-position: -45px -3440px}
.weather_wrap li.off .today_congress .round {color: #333;border-top: none;border-bottom: none}
.weather_wrap li.off .today_congress .round:before {background-position: 0 -3497px}
.weather_wrap li.off .today_congress .round:after {background-position: -45px -3497px}

/*날씨 컨텐츠_오늘의 날씨*/
.today_weather_w{overflow: hidden;}
.today_weather_w table {width: 100%}
.today_weather_w table, .today_weather_w th, .today_weather_w td {border: 1px solid #ddd;text-align: center; box-sizing: border-box;}
.today_weather_w table td {font-size: 12px}
.today_weather_w {margin-top: 15px}
.today_weather_date {overflow: hidden;margin-top: 25px; clear: both;}
.today_weather_date .t_w_date {float: left}
.today_weather_date .tw_date_rit {width: 435px; overflow: hidden;}
.today_weather_date .tw_date_lef {width: 300px;margin-right: 5px}
.today_weather_w .s_sec_h_txt {position:relative; width: 740px; overflow: hidden; margin-top: 20px;}
.today_weather_w .s_sec_h_txt .t_wht_date{float: left; display: inline-block; font-size: 24px; font-weight: 200;}


/*날씨 컨텐츠_오늘의 날씨(sec01)*/
.today_weather_date .tw_date_sec01 {position: relative;width: 300px; border: 1px solid #ddd; box-sizing: border-box;}
.today_weather_w .sec01 {overflow: hidden;height: 35px;line-height: 35px;border-bottom: 1px solid #ddd;text-align: center}
.today_weather_w .lowest {color:#008aff;font-weight: bold}
.today_weather_w .best {color:#ff0000;font-weight: bold}
.today_weather_w .sec01 span {font-size: 14px;font-weight: bold}
.today_weather_w .l_right {padding-right: 10px}
.today_weather_w .sec02 {height: 131px;border-bottom: 1px solid #ddd}
.today_weather_w .sec02 .tit {float:left;position: relative}
.today_weather_w .sec02 .txt {float:right}
.today_weather_w .sec02 {padding: 20px 45px 0 60px}
.weather_txt_lage .wt_txt {font-size: 17px;font-weight: bold;color: #000;letter-spacing: -1px}
.today_weather_w .sec02 .e_wt_temperature {margin-top: 20px;font-size: 34px;color: #1f54ff; font-family: 'Arial'; font-weight: bold;}
.today_weather_w .sec02 .wt_temperature {color: #1f54ff; font-size: 16px;}
.weather_ico_lage {position: absolute;top: 2px;left: 2px}
.weather_txt_lage {margin: 0 5px 0 0}
.today_weather_w .sec02 .txt ul {margin-top: 10px}
.today_weather_w .sec02 .txt ul li {height: 23px;font-size: 14px} 
.today_weather_w .sec02 .txt ul li strong {display: block;float: left;width: 55px}
.today_weather_w .sec02 .txt ul li span {float: left;color: #555}
.tw_date_sec02 {height: 40px;background-color: #eee;line-height: 40px;font-size: 14px;text-align: center}
.tw_date_sec03 {margin-top: 10px}
.tw_date_sec03 .e_wt_ico {display: block;float: none;margin-left: 7px}
.tw_date_sec03 .sec03 tr td .e_wt_temperature {margin-top: 20px;font-size: 16px}
.tw_date_sec03 .e_wt_temperature {margin-left: 5px;font-size: 18px;font-family: 'Arial';color: #1f54ff}
.tw_date_sec03 .wt_temperature {color: #1f54ff}
.rain_per {padding:3px 0 3px 0;font-weight:bold;letter-spacing:-1px}
.tw_date_sec03 .wet_condi {padding:5px 0 0 0;font-weight:bold;letter-spacing:-1px}
.rain_fall {font-size: 15px}
.e_wt_img_element  span{text-align: center; display: inline-block;}

/*날씨 지도 탭_오늘의 날씨*/
.tw_date_rit {width: 440px;height: 570px}
.tw_date_map {width: 440px}
.tw_date_map ul {overflow: hidden}
.tw_date_map ul li {float: left;width: 145px; height: 40px;line-height: 40px;background-color: #eee;text-align: center;border-bottom: 1px solid #999;border-right: 1px solid #bbb;border-top: 1px solid #999; box-sizing: border-box;}
.tw_date_map ul li a {font-size: 15px;font-weight: bold;color: #888}
.tw_date_map ul li.on a {color: #000}
.tw_date_map ul li.on {float: left;line-height: 40px;background-color: #fff;text-align: center;border-right: 1px solid #999;}
.today_weather_w .s_sec_h_txt ul {padding: 0}

/*날씨홈_날씨 지도 컨텐츠_오늘의 날씨 20150528수정*/
.tw_map_cont {position: relative;width: 435px;height: 530px;background-position: 0 -1200px}
.tw_map_cont .e_wt_ico {float: left;padding-left: 8px}
.tw_map_cont .area {width: 62px;height: 85px;background-color: #fff;text-indent: 0;text-align: center;border: 1px solid #999}
.area_01 .e_wt_ico {display: block;float: none;width: 60px}
.area_name {padding: 3px 0 1px 0;color:#000;font-size: 14px;font-weight: bold;letter-spacing: -1px}
.area_tem {color: #ff0000;;font-size: 14px;font-weight: bold;letter-spacing: -1px;display: block}
.tw_map_cont .area_01{position: absolute;top: 40px;left: 185px}
.tw_map_cont .area_02{position: absolute;top: 100px;left: 270px}
.tw_map_cont .area_03{position: absolute;top: 125px;left: 100px}
.tw_map_cont .area_04{position: absolute;top: 145px;left: 190px}
.tw_map_cont .area_05{position: absolute;top: 236px;left: 135px}
.tw_map_cont .area_06{position: absolute;top: 240px;left: 235px}
.tw_map_cont .area_07{position: absolute;top: 260px;left: 325px}
.tw_map_cont .area_08{position: absolute;top: 340px;left: 135px}
.tw_map_cont .area_09{position: absolute;top: 345px;left: 235px}
.tw_map_cont .area_10{position: absolute;top: 441px;left: 195px}


/*날씨셀렉트*/
.today_weather_w .e_select_boxWrap{float: right; width: 250px; overflow: hidden;}
.today_weather_w .e_select_box:first-child{margin-right: 10px;}
.today_weather_w .e_select_box {float: left;}
.today_weather_w .e_select_box select{width: 120px; height: 40px; border: 1px solid #dcdcdc; border-radius: 5px; padding-left: 5px;}
.today_weather_w .s_sec_h_txt .on a {display: block;padding-bottom: 8px}
/*.today_weather_w .wt_select_1 {position: absolute;top: 0;left: 88px}
.today_weather_w .wt_select_2 {position: absolute;top: 0;left: 190px}
.today_weather_w .wt_select_3 {position: absolute;top: 0;left: 66px}
.today_weather_w .wt_select_4 {position: absolute;top: 0;left: 168px}*/

/*시간대별날씨_오늘의 날씨*/
.today_weather_time {margin-top: 25px}
.wt_time_th {padding:10px 0 10px 0;background-color:#eee;color:#333;font-size:13px;letter-spacing: -1px}
.wt_time_td {font-weight:bold}
.today_weather_time .e_right_tit , .today_weather_week .e_right_tit{margin: 0 0 15px 0;}

/*주간날씨_오늘의 날씨*/
.today_weather_week {margin-top: 25px}
.t_week_1 .wet_condi {height: 32px;line-height: 32px;font-weight:bold;letter-spacing:-1px}
.today_weather_week .e_wt_ico {display: block;float: none;margin-left: 33px;margin-top: 10px}

/*날씨뉴스*/
.weather_news_w {margin-top: 40px}
.weather_news_w ul {overflow: hidden;width: 740px;margin-top: 15px}
.weather_news_w ul li {overflow: hidden;float: left;width:350px;height: 107px;padding-right: 20px}
.weather_news_w ul li .wn_thumb {float: left;padding-right: 20px}
.weather_news_w .news_lst2 .tit_area {padding-top: 15px}
.weather_news_c .news_lst2 .tit {max-height: 68px; font-size: 17px; display: block}
.weather_news_c .news_lst2 li:first-child {padding-top: 0}
.weather_news_c .news_lst2 li {padding-top: 0}
.weather_wrap .TC_line_01 {/*ie7*/*padding-left: 48px}
.weather_wrap .TC_line_02 {/*ie7*/*padding-left: 48px}
.weather_wrap .TC_line_03 {/*ie7*/*padding-left: 48px}
.weather_wrap .TC_line_04 {/*ie7*/*padding-left: 48px}

/*섹션_주간뉴스*/
.t_week_2 .wet_condi {height: 25px;line-height: 24px;font-weight:bold;letter-spacing:-1px}
.t_week_2 .e_wt_ico {display: block;float: none;margin-left: 32px;margin-top: 0}

/*섹션_레저날씨*/
.leisure_w {overflow: hidden;margin-top: 25px}
.leisure_c {overflow: hidden;float: left}
.leisure_c_01 {width: 460px;margin-right: 20px}
.leisure_c_02 {width: 260px}
.leisure_c_02 .tw_date_sec03 {margin-top: 0}

/*섹션_레저날씨_탭*/
.leisure_tab ul li {float: left;width: 152px;height: 30px;background-color: #eee;text-align: center;line-height: 30px;border-bottom: 1px solid #999}
.leisure_tab ul li a {font-weight: bold;font-size: 14px}
.leisure_tab ul li.on {background-color: #fff;border-bottom: none;border-right: 1px solid #999;border-top: 1px solid #999;border-left: 1px solid #999;}
.leisure_tab ul li.on a {color: #000}

/*섹션_레저날씨_탭컨텐츠*/
.leisure_area , .leisure_place {width: 460px;border-bottom: 1px solid #e3e3e3;}
.leisure_area ul , .leisure_place ul {overflow: hidden;padding: 30px 15px 5px 45px}
.leisure_area ul li {float: left;width: 80px;padding-bottom: 20px}
.leisure_area ul li a , .leisure_place ul li a{font-size: 14px}
.leisure_area ul li.on a {color:#000;font-weight: bold}
.leisure_place ul li.on a {color: #FF0000;font-weight: bold;text-decoration: underline}
.leisure_place ul li {float: left;padding: 0 15px 10px 0}
.leisure_place {min-height: 140px}

/*바다날씨_강수량_날씨*/
.sea_sec_w .tw_date_sec03 .e_wt_ico {margin-left: 48px}
.sea_sec_w .weather {margin: 7px 10px 7px 40px;text-align: left}
.sea_sec_w .weather ul li {height: 20px}

/*바다지도*/
.sea_map_cont {position: relative;width: 441px;height: 530px;background-position: 0 -4102px}
.sea_map_cont .name {color: #333}
.sea_map_cont .area {width: 110px;height: 28px;line-height: 28px;background-color: #fff;text-indent: 0;text-align: center;border: 1px solid #9D77C7}
.area .sea_name {font-size: 13px;font-weight: bold;color:#7E4FB3}
.sea_map_cont .area_01 {position: absolute;top: 80px;left: 43px}
.sea_map_cont .area_02 {position: absolute;top: 114px;left: 20px}
.sea_map_cont .area_03 {position: absolute;top: 202px;left: 34px}
.sea_map_cont .area_04 {position: absolute;top: 238px;left: 15px}
.sea_map_cont .area_05 {position: absolute;top: 385px;left: 43px}
.sea_map_cont .area_06 {position: absolute;top: 420px;left: 20px}
.sea_map_cont .area_07 {position: absolute;top: 98px;left: 280px}
.sea_map_cont .area_08 {position: absolute;top: 133px;left: 310px}
.sea_map_cont .area_09 {position: absolute;top: 201px;left: 300px}
.sea_map_cont .area_10 {position: absolute;top: 236px;left: 320px}
.sea_map_cont .area_11 {position: absolute;top: 365px;left: 280px}
.sea_map_cont .area_12 {position: absolute;top: 400px;left: 290px}
.sea_map_cont .area_13 {position: absolute;top: 490px;left: 210px}
.sea_map_cont .area_14 {position: absolute;top: 490px;left: 50px}

/* FOOTER */
#etoday_footer_w{padding-top:60px; clear:both}
.footerWrap{width: 1100px;margin:0 auto 0;position: relative;border-top: 1px solid #cecece;}
.footerWrap .footer_container{padding: 30px 0 30px;box-sizing: border-box;font-size: 13px;font-family: "Malgun Gothic";letter-spacing: -0.6px;overflow: hidden;}
.footerWrap .footer_container h2.f_logo{float: left;display: block;height: 150px;}
.footerWrap .footer_container div.footer_info_company{margin-left: 30px;float: left;text-align:left;}
.footerWrap .footer_container div.footer_info_company ul.cmp_m{font-size: 13px; }
.footerWrap .footer_container div.footer_info_company ul.cmp_m a:hover{text-decoration: underline;} 
.footerWrap .footer_container div.footer_info_company ul.cmp_m a span{margin-right: 8px;margin-left: 8px;}
.footerWrap .footer_container div.footer_info_company ul.cmp_m a span.first{margin-left: 0;}   
.footerWrap .footer_container div.footer_info_company ul.cmp_m a span.bold{font-weight: bold;}
.footerWrap .footer_container div.footer_info_company ul.infomation{margin-top: 15px;}
.footerWrap .footer_container div.footer_info_company ul.infomation li{font-size: 13px;color: #777;line-height: 22px;;}
.footerWrap .footer_container div.footer_info_company ul.copyl{font-size: 13px; margin-top: 15px;}   
.footerWrap .footer_container div.footer_info_company ul.copyl li{font-size: 13px;color: #777;line-height: 22px;}

.foot_select_up {display: block;width: 130px !important;height: 32px !important;line-height: 30px;text-align: center;border: 1px solid #cecece;background: #f5f7f9;border-radius: 3px;}
.foot_select_up:after{content: "▼";margin-left: 5px;font-size: 9px;}
.n_foot_family{position: absolute;right: 0;}
.foot_select{display: block;width: 130px !important;height: 32px !important;line-height: 30px;text-align: center;border: 1px solid #cecece;background: #f5f7f9;border-radius: 3px;}
.foot_select:after{content: "▲";margin-left: 5px;font-size: 9px;}
.n_foot_family_open{position: absolute;top: 61px;right: 0;z-index: 9999;width: 132px;}
.n_foot_family_open ul{overflow: hidden;border: 1px solid #ddd;}
.n_foot_family_open ul li{float:none;width: 130px;height: 32px;line-height: 32px;color: #000;text-align: center;background-color: #fff;border-bottom: 1px solid #cecece;font-size: 12px;}
.n_foot_family_open ul li a{display: block;width: 130px;height: 32px;}
.n_foot_family_open ul li.last{border-bottom: none}
.n_foot_family_open ul li:hover{background-color: #555}
.n_foot_family_open ul li a:hover{width: 130px;height: 32px;color: #fff} 
.copyl .f_point{background: #777; color: #fff; padding-bottom: 2px;}

.weather_wrap .notice_weather a{display:none}
.weather_wrap .notice_weather a.on{display:block}
#realtime_kwd{width:140px;margin-top:10px}
#realtime_kwd ol li{line-height:40px}
#ifmKwdPlay iframe{width:740px;height:420px}
.white-popup {
    position: relative;
    background: #FFF;
    width: 360px;
    margin: 20px auto;
}

#popup_wrapper{
	position: absolute;
	visibility:visible;
	z-index:1000000001;
	overflow:auto;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width:100%;
    padding: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    background: #f3eeee;
    background: rgba(243, 238, 238, .8);
    display:none;
}
#view_copyright{
	font-size: 15px;
    letter-spacing: -1px;
    color: #888;}


/* 댓글 */
.rep_contWrap{
    margin-top: 30px;
    width: 100%;
}
    .rep_contWrap h2.rep_title{
        color: #000;
        font-weight: 700;
        font-size: 20px;
        border-bottom: 1px solid #eaeaea;
        height: 50px;
        line-height: 50px;    
    }
    .rep_contWrap .rep_textform{
        width: 100%;
        min-height: 150px;
        height: auto;        
        position: relative;
        border: 1px solid #ccc;
        background: #fff;  
    }
    .rep_contWrap .rep_textform_n, .rep_contWrap .rep_textform_n textarea{
        background: #f9f9f9 !important;  
    }
    .rep_contWrap .rep_btn input{
        width: 110px;
        height: 60px;
        background: #264186;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        position: absolute;
        right: 30px;
        top: 45px;
        border-radius: 3px;
        cursor: pointer;
    }
    .rep_contWrap .rep_textform textarea{
        width: 580px;
        min-height: 150px;
        height: auto;
        padding: 20px 20px 0;
        box-sizing: border-box;
        display: block;
        font-family: "Malgun Gothic";
    }
    .rep_contWrap .rep_textform span.text_cout{
        color: #b9b9b9;
        position: absolute;
        right: 30px;
        bottom: 10px;
        font-size: 14px;
        font-family: "Arial";
    }
.rep_contList .rep_container{
    clear: both;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 30px;
    margin-top: 30px;
}
    .rep_container ul{
        overflow: hidden;
}
    .rep_container ul li{
        float: left;
    }

    .rep_container .rep_profile_img div > span{
        position: relative;
        width: 60px;
        height: 60px;
        overflow: hidden;
        display: block;
        border-radius: 100%;        

    }
    .rep_container .rep_profile_img div > span img{
        position: absolute;
        left: 50%;
        top: 50%;
        height: 100%;
        width: auto;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

    .rep_container .rep_cont_txt{
        width: 88%;
        margin-left: 15px;
        position: relative;
    }
        .rep_cont_txt div.nameid{
            font-weight: bold;
            font-size: 14px;
        }
        .rep_cont_txt div.text{
            margin-top: 10px;
            line-height: 165%;
            font-size: 14px;
        }
        .rep_cont_txt div.date{
            font-family: "Arial";
            margin-top: 15px;
            color: #888;
            letter-spacing: 0;
        }
        .rep_cont_txt div.del_btn{
            border: 1px solid #888;
            padding: 5px 18px 8px;
            display: inline-block;
            font-size: 13px;
            border-radius: 3px;
            position: absolute;
            right: 0;
            bottom: 0;
            cursor: pointer;
        }   

.more {text-align: center; margin: 25px 0}
.more_ico{
    width: 50px;
    height: 50px;
    background-position: 0 -940px;
}

h3.cat_title{
	font-size: 18px;
    color: #333;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 15px;	
}


/* 인용구문 */
blockquote.block_line{border-left:4px solid #ccc;margin:0 0 20px 20px;padding:0 10px}
blockquote.block_box{border:1px solid #ddd;margin:0 0 20px 0;padding:10px;background-color:#f4f4f4}



/*
*
*
*

2019-09-20 실시간검색어 리스트 팝업

*
*
*
*/
.lv_search_word a.down_ico{
    width: 15px;
    height: 8px;
    background-position: -530px 0;
    position: absolute;
    right: 50px;
    top: 27px;
}
.lvsearch_Listwrap{
    position: absolute;
    right: 40px;
    top: 0;
    background: #fff;
    z-index: 1000000004;
    width: 270px;
    padding-bottom: 25px;
    -webkit-box-shadow:0px 0px 8px 3px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.10);
    box-shadow: 0 3px 10px 3px rgba(0,0,0,0.10);
    border-bottom: 1px solid #888;
    box-sizing: border-box;
    display:none;
}

    .lvsearch_Listwrap h3.lvs_tit{
        height: 60px;
        position: relative;
        background: #f2f5f8;
        border-bottom: 1px solid #314c92;
        box-sizing: border-box;
    }
        h3.lvs_tit span{
            line-height: 60px;
            font-size: 14px;
            color: #222;
            padding-left: 25px;
        }
        h3.lvs_tit a.up_ico{
            width: 15px;
            height: 8px;
            background-position: -560px 0;
            position: absolute;
            right: 10px;
            top: 26px;
        }
        .lvsearch_Listwrap ul.lvs_Listcont{
            padding: 0 25px 0;
        }
        ul.lvs_Listcont li.lvs_list{
            margin-top: 15px;
        }
        ul.lvs_Listcont li.lvs_list span.num,  ul.lvs_Listcont li.lvs_list a{
            display: inline-block;
            vertical-align: middle;
        }
        ul.lvs_Listcont li.lvs_list span.num{
            font: bold 15px "Arial";
            margin-right: 10px;
            letter-spacing: 0;
            color: #f53131;
        }
        ul.lvs_Listcont li.lvs_list a{
            font-size: 14px;
            color: #333;
            width: 180px;
        }
        ul.lvs_Listcont li.lvs_list a:hover{
            text-decoration: underline;
            color: #264186;
        }

/* 
*
*
*

2019-10-22 기자구독 추가

*
*
*
*/

.rep_follow{
    position: absolute;
    right: 35px;
    top: 35px;
    width: 135px;
    height: 45px;   
    border-radius: 5px; 
}
.rep_follow:hover{
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.30);          
}
    .rep_follow a{
        background: #415995;
        border-radius: 5px; 
        display: block;
        line-height: 46px;
        color: #fff;
        font-size: 15px;
        padding-left: 20px;
        position: relative;       

    }
    .rep_follow a span.follow_s_ico{
        position: absolute;
        top: 15px;
        right: 20px;
        width: 16px;
        height: 16px;
        background-position: -600px 0;
        z-index: 1;        
    }

    .rep_follow a.follow_on{
        background: #fafafa;
        border-radius: 5px; 
        display: block;
        line-height: 46px;
        color: #555;
        font-size: 15px;
        padding-left: 20px;
        position: relative;     
        border: 1px solid #c4c4c4;
        box-sizing: border-box;

    }
    .rep_follow a.follow_on span.chk_ico{
        position: absolute;
        top: 16px;
        right: 20px;
        width: 18px;
        height: 14px;
        background-position: -700px 0;
        z-index: 1;
    }
div.follow_reporter{
    clear: both;
    margin-top: 20px;
}
div.follow_reporter a{
    width: 300px;
    height: 50px;
    background: #fafafa;
    border: 1px solid #bcc0c3;
    border-radius: 3px;
    box-sizing: border-box;
    display: block;
    margin: 0 auto 0;
    position: relative;
    padding-left: 28px;
    line-height: 48px;
    font-size: 15px;
    font-weight: bold;      
}
div.follow_reporter a:hover{
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.15);        
}
    span.follow_l_ico{
        width: 24px;
        height: 23px;
        background-position: -640px 0;
        position: absolute;
        top: 12px;
        right: 27px;
    }


/* 확인 팝업 */
div.result_pop{
    border: 1px solid #999;
    border-radius: 5px;       
	position: absolute;
    background: #fff;
	right: 0;
    top: -60px;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.15);
    z-index: 999;
    padding: 20px 35px 20px;
    line-height: 20px;
}
    
div.result_pop h4{
    display: block; 
	position: relative;    
    font-size: 13px;
    font-weight: 400;
    color: #222;
    text-align: center;  
}
a.s_close_ico{
    width: 12px;
    height: 12px;
    background-position: -400px 0;
    position: absolute;
    z-index: 888;
    right: 10px;
    top: 10px;
}
/* // 확인 팝업*/
