@charset "utf-8";


/* 
*
*
*

이투데이 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, .link_text4{
    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;}
.link_text4 {-webkit-line-clamp: 4;}

.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%;overflow: hidden;}
.w-line{background:#b8b8b8; width:100%; height: 1px;}
.clear{clear: both;}
.txt_en{font-family: 'Roboto', sans-serif;}
.fontwgt_b{font-weight: bold !important; color: #333 !important;}
.img_element{
    background-image: url("/images/img_element.png?v5");
    background-repeat: no-repeat;
	background-size: 1200px 5000px;
	display: inline-block;
}
.fts15_tit{font-size: 15px !important}
.border_n{border: none !important;}
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: absolute;
	right: 0;
	top: 4px;
}
h2.title_link span.ctadd_ico2{
    width: 20px;
    height: 20px;
    background-position: -79px 0;
	position: relative;
	right: 0;
	top: 5px;
	margin-left: 12px;
}
.select_link{
    border-bottom: 2px solid #d8e0f2;
    box-shadow: 0 -6px 0 #d8e0f2 inset;
    font-weight: bold;
}
.video_link{
    border-bottom: -2px solid #cbdafa;
    box-shadow: 0 -10px 0 #cbdafa inset;
    font-weight: bold;
}
.t_title_link{
    border-bottom: 2px solid #e5e5e5;
    box-shadow: 0 -8px 0 #e5e5e5 inset; 
}
.h_title_link{
    border-bottom: 2px solid #d8e0f2;
    box-shadow: 0 -8px 0 #d8e0f2 inset; 
}
.h_title_link:hover{
    border-bottom: 2px solid #cbdafa;
    box-shadow: 0 -8px 0 #cbdafa 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: -3px;
}
span.title_bullet2 {
    width: 80px;
    height: 25px;
    line-height: 26px;
    font-size: 12px;
    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;
}

.tit_bl_ico_1, .tit_bl_ico_2{
    width: 35px;
    height: 22px;
    line-height: 23px;
    display: inline-block;
    font-size: 11px;
    font-family: "Gulim";
    border-radius: 3px;
    text-align: center;
    -webkit-box-shadow: -1px 5px 8px -4px rgb(0 0 0 / 25%);
    -moz-box-shadow: -1px 5px 8px -4px rgb(0 0 0 / 25%);
    box-shadow: -1px 5px 8px -4px rgb(0 0 0 / 25%);
    margin-right: 3px;
    position: relative;
    top: -2px;
    vertical-align: middle;
    letter-spacing: 0;
}
.tit_bl_ico_1{
/*    border: 1px solid #ff581d;*/
    color: #fff;
    background: #ff581d;
}
.tit_bl_ico_2{
/*    border: 1px solid #3454a3;*/
    color: #fff;
    background: #3454a3;
}


/* 
=========================================================================
=========================================================================

HEADER

=========================================================================
=========================================================================
*/


/* GNB - SUB */
div.sub_gnb_wrap{
    clear: both;
    width: 1200px;
    margin: 0 auto 0;
}
div.sub_gnb_wrap ul.sub_navi{
    overflow: hidden;
    width: 1200px;
    background: #fff;
    box-sizing: border-box;
    max-height: 80px;
    position: relative;

}
 ul.sub_navi > li{
    float: left;
    line-height: 80px;
}
ul.sub_navi li.t_category_title{
    font-size: 26px;
    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: 50px;
}
ul.sub_navi li.depth2_menu ol li{
    float: left;
    font-size: 14px;
    letter-spacing: -0.5px;
    margin-right: 30px;
    font-weight: 500;
}
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: 888;
}
li.allmenu a.allm_ico{
    width: 28px;
    height: 24px;
    margin-right: 25px;
    background-position: 0 -2700px;
    position: relative;
    top: 5px;
}
ul.sub_navi li.search{
    position: absolute;
    right: 10px;
    top: 6px;
    z-index: 9999;
}
ul.sub_navi li.search a.sb_search_ico{
    width: 27px;
    height: 27px;
    background-position: -43px -2700px;
}
ul.sub_navi li.search a.sb_search_ico_over {
    display: inline-block;
    width: 27px;
    height: 27px;
    position: relative;
    background-position: -1070px -2700px;
}
/* 본문 영역 */
.containerWrap{
    width: 1200px;
    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;
}


.utillbar_contents .utillmenu a.s_logo{
    position: absolute;
    top: -2px;
    left: 0;
    width: 98px;
    height: 24px;
    background-position: -350px -110px;
}

.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;
}

/* 
*
*
*

이투데이 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;
}  
/* //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;
}  

.section_newscontents .sct_thum{
    background: #eee;
    width: 330px;
    height: 180px;
    margin-top: 15px;
}
.sct_thum img{
    max-width: 330px;
    height: 100%;
}

a.sct_news_link:hover div.m_newstit h3{
    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: 1200px;
}
.view_body_moduleWrap::after{
	content: "";
    clear: both;
    display: block;
}
	.l_content_module{
		width: 800px;
		float: left;
	}

	.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: 75px;
    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: 20px;      
    display: block; 
	position: relative;    
    font-size: 13px;
    font-weight: 400;
    color: #222;
    text-align: center;  
    margin-top:15px;
}
a.s_close_ico{
    width: 12px;
    height: 12px;
    background-position: -400px 0;
    position: absolute;
    z-index: 888;
    right: 8px;
    top: 8px;
}
/* //북마크 확인 팝업*/



/* BreadCrumbs */

.containerWrap .breadcrumbs {
    max-width: 1200px;
    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?v5");
    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;
}

/*2021 본문 상단 아이콘 css 추가*/
.share21_ico_1, .share21_ico_2, .text21_ico_1, .text21_ico_2{width: 45px; height: 45px;}
.share21_ico_1{background-position: -228px -2980px;}
.share21_ico_2{background-position: -285px -2980px;}
.text21_ico_1{background-position: -342px -2980px;}
.text21_ico_2{background-position: -399px -2980px;}

.ssh21_ico_1, .ssh21_ico_2, .ssh21_ico_3, .ssh21_ico_4{width: 45px; height: 45px;}
.ssh21_ico_1{background-position: 0 -2980px;}
.ssh21_ico_2{background-position: -57px -2980px;}
.ssh21_ico_3{background-position: -114px -2980px;}
.ssh21_ico_4{background-position: -171px -2980px;}



.containerWrap .news_dtail_view_top_wrap {
    clear: both;
    margin-top: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e0e4f1;
    overflow: hidden;
    padding-bottom: 15px;
}
    .bknews_tit{
        width: 700px !important;
        clear: both;
        margin-top: 20px;
        margin-bottom: 30px;
        border-bottom: 1px solid #e0e4f1;
        overflow: hidden;
        padding-bottom: 15px;        
    }
.news_dtail_view_top_wrap h2.main_title {
    font-size: 38px;
    display: block;
    font-weight: 600;
    letter-spacing: -2px;
}

.news_dtail_view_top_wrap .view_top_container {
    display: block;
    margin-top: 20px;
}
    .view_top_container div.newsinfo {
        float: left;
        display: block;
    }

    .view_top_container div.newsinfo span {
        font-size: 14px;
        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: 54px;
    }
        ul.view_utmenu li {
            display: inline-block;
            vertical-align: middle;
        }
        ul.view_utmenu li.share_icon dl dd {
            float: left;
            margin-right: 5px;
        }
        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: 20px;
    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: 17px;
    line-height: 34px;
}
    .articleView p{
        margin-bottom: 25px;
        margin-top: 25px;
        line-height: 190%;
        word-wrap: break-word;
    }
    .articleView p:first-child {
        margin-top: 0;
    }

    .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;
        min-height: 65px; 
    }
    .vw_byline .vw_by_reporter li dl dd.reporter_name {
        font-size: 15px;
        font-weight: 500;
    }
    .vw_byline .vw_by_reporter li dl dd.reporter_name span{
        color: #000;  
    }
    .vw_byline .vw_by_reporter li dl dd.reporter_name a.detaillink{
        font-size: 15px;
        margin-left: 8px;
        font-weight: 00;
        border-bottom: 0px solid #d8e0f2;
        box-shadow: 0 -8px 0 #d8e0f2 inset;
        vertical-align: top;
    }
    .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: 15px;
    }

/* 기사 공감 추천 */
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: 30px auto 30px;
    padding: 30px 0 30px;
    width: 800px;
    border-top: 1px solid #e0e4f1;
    border-bottom: 1px solid #e0e4f1;
}
    .recommend_btn ul.ico_btn{
        width: 460px;
        margin: 0 auto 0;
        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: #e24242 !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: 10px;
        display: block;
        font-size: 14px;
    }
    .recommend_btn ul.ico_btn li span.numbs{
        font-family: "Roboto";
        font-size: 13px;
        font-weight: bold;
        display: block;
        letter-spacing: 0;
        background: #f2f2f2;
        border-radius: 20px;
        padding: 4px 8px 4px;
        position: absolute;
        top: 0;
        left: 64%;
    }
    .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: 100%;
    width: auto;
    margin-top: 30px;
/*    padding-bottom: 15px;*/
/*    border-bottom: 1px solid #ddd;*/
}
.relation_newslist h2{
    font-size: 17px;
    color: #264186;
    position: relative;
    font-weight: 600;
    border-left: 4px solid #264186;
    padding-left: 10px;
    margin: 10px;
    display: inline-block;
}
.relation_newslist h2::before{
    content: '';
    display: block;
    position: absolute;
    left: -4px;
    top: 0;
    width: 4px;
    height: 6px;
    background: #fff;
}
.relation_newslist h2:after{
    content: '';
    display: block;
    position: absolute;
    left: -4px;
    bottom: 0;
    width: 4px;
    height: 6px;
    background: #fff;
}
.relation_newslist .relation_news ul{
    margin: 10px;
}
.relation_newslist .relation_news li{
    padding-left: 15px;
    font-size: 15px;
    margin-top: 7px;
    line-height: 140%;
    position: relative;
    max-height: 25px;
}
.relation_newslist .relation_news li a:hover{
    text-decoration: underline;
}


/* 2021 뉴스 본문 주요 뉴스 */

.maj_list_wrap{
    clear: both;
    max-width: 800px;
    margin-top: 20px;
}
.maj_list_container{
    margin-top: 12px;
}
ul li.maj_list{
    font-size: 20px;
    margin-top: 16px;
    position: relative;
    padding: 0 0 16px;
    border-bottom: 1px solid #eaedf5;
}
ul li.maj_list::after{
    content: "";
    clear: both;
    display: block;
}
ul li.maj_list a:hover dl dt.maj_tit{
    text-decoration: underline;
}
ul li.maj_list div.maj_list_thum{
    width: 140px;
    height: 88px;
    float: left;
    margin-right: 20px;
}
ul li.maj_list div.maj_list_thum img{
    width: 100%;
    height: 100%;
}
ul li.maj_list dl{
    padding-right: 20px;
}
ul li.maj_list dl dt.maj_tit{
    font-size: 17px;
    font-weight: 500;
    margin-top: 10px;
    padding-top: 5px;
}
ul li.maj_list dl dd.maj_rd_tit{
    font-size: 14px;
    font-weight: 500px;
    color: #888888;
    margin-top: 8px;
    line-height: 160%;
    max-height: 45px;
}
/* 본문 우측 모둘 */

/*많이본뉴스*/
.rank_listWrap {
    width: 300px;
    margin-top: 40px;
}
    .rank_listWrap ul {
        overflow: hidden;
        margin-top: 10px;
        border-top: 1px solid #e0e4f1;
    }
    .rank_listWrap ul li.contentsList {
        overflow: hidden;
        max-width: 300px;
    }
        ul li.contentsList > dl{
            width: 300px;
            height: 50px;
            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: 16px;
            width: 20px;
            color: #293f76;
            font-family: "Roboto";
            font-weight: 600;
            vertical-align: baseline;
            margin-top: 2px;
            line-height: 130% !important;
        }
        ul li.contentsList > dl dd.cont_info {
            font-size: 15px;
            margin-left: 10px;
            width: 255px;
            vertical-align: top;
            max-height: 48px;
        }
        ul li.contentsList > dl dd.cont_info a {
            color: #333;
            max-height: 47px;
            letter-spacing: -0.6px;
            line-height: 150%;
            font-weight: normal;
        }
         ul li.contentsList > dl dd.cont_info a:hover {
            text-decoration: underline;
        }
div.savenews_btn{
    clear: both;
    margin-top: 40px;
}
    div.savenews_btn a{
        width: 300px;
        height: 60px;
        background: #f2f5f7;
        box-sizing: border-box;
        display: block;
        margin: 0 auto 0;
        position: relative;
        padding-left: 28px;
        line-height: 58px;
        font-size: 15px;
        font-weight: 500;
        color: #444;
    }
    div.savenews_btn a:hover{
        -webkit-box-shadow: 0px 4px 0px 0px rgba(0,0,0,0.15);
        -moz-box-shadow: 0px 4px 0px 0px rgba(0,0,0,0.15);
        box-shadow: 0px 4px 0px 0px rgba(0,0,0,0.15);
    }
        span.save_ico{
            width: 18px;
            height: 22px;
            background-position: -340px -280px;
            position: absolute;
            top: 19px;
            right: 30px;
        }

/*주요뉴스*/
.majornews_wrap{
    width: 300px;
    margin-top: 40px;
}

    .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{
        -webkit-box-shadow: 3px 10px 35px -5px rgba(212,212,212,0.57);
        -moz-box-shadow: 3px 10px 35px -5px rgba(212,212,212,0.57);
        box-shadow: 3px 10px 35px -5px rgba(212,212,212,0.57);
    }
    .majornews_wrap .news_cont ul li.thumnail {
        width: 300px;
        height: 190px;
        position: relative;
        z-index: 1;
    }
    .majornews_wrap .news_cont ul li.thumnail img {
        width: 100%;
        height: 100%;
    }
    .majornews_wrap .news_cont ul li.tit_txt {
        font-size: 18px;
        background: #fff;
        color: #333;
        padding: 10px 40px 15px;
        text-align: center;
        font-weight:400;
    }
    .majornews_wrap .news_cont ul li.tit_txt > div{
        max-height: 54px;
        line-height: 145%;
    }
    .majornews_wrap .news_cont a:hover li.tit_txt {
        display: block;
        text-decoration: underline;
    }

/*이슈토론*/
.ico_blue{
    position: absolute;
    top: 1em;
    left: 1em;
    color: #fff;
    background: #257be9;
    padding: 6px 15px;
    border-radius: 40px;
    z-index: 2;
    font-size: 13px;
}
.issueWrap {
    width: 300px;
    margin-top: 40px;
}
    .issueWrap h2.title {
        font-size: 18px;
        color: #333;
        padding-bottom: 15px;
    }
    .issueWrap .issue_conts{
        position: relative;
        margin-top: 15px;
        -webkit-box-shadow: 3px 10px 35px -5px rgba(212,212,212,0.57);
        -moz-box-shadow: 3px 10px 35px -5px rgba(212,212,212,0.57);
        box-shadow: 3px 10px 35px -5px rgba(212,212,212,0.57);
    }
    .issue_conts .issue_thumnail{
        width: 300px;
        height: 190px;
    }
    .issue_conts .issue_thumnail img {
        width: 100%;
        height: 100%;
    }
    .issue_conts .contents_box {
        background: #fff;
        padding: 10px 28px 15px;
        text-align: center;
    }
        .contents_box .topbanner_title h3{
            font-size: 18px;
            background: #fff;
            color: #333;
            text-align: center;
            max-height: 54px;
            line-height: 145%;
            font-weight:400;
        }
        a:hover .contents_box .topbanner_title h3{
            text-decoration: underline;
        }
div.issue_sbj {
    background: #5862f8;
    position: absolute;
    line-height: 125%;
    left: -42px;
    top: 0;
    font-size: 12px;
    color: #fff;
    text-align: center;
    padding: 6px 10px 6px;
}
        
/* 카테고리 최신뉴스 */

.r_newslistWrap {
    clear: both;
    margin-top: 40px;
}

    .r_newslistWrap ul {
        overflow: hidden;
        margin-top: 15px;
    }
        a.bod_line {
            border-bottom: 1px solid #e0e4f1;
            display: block;
        }
        a.bod_line:first-child{
            border-top: 1px solid #e0e4f1;
        }
        .r_newslistWrap ul li.contentsList {
            overflow: hidden;
            padding: 15px 0 15px 0;
            max-width: 300px;
        }
        .r_newslistWrap ul li.contentsList > div.cont_info {
            margin-left: 5px;
            height: 48px;
            vertical-align: middle;
            display: table-cell;
        }
        .r_newslistWrap ul li.contentsList > div.cont_info h4 {
            max-height: 48px;
            line-height: 160%;
            font-size: 15px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            color: #333;
            letter-spacing: -0.4px;
            padding-right: 10px;
            font-weight: normal;
        }
        .r_newslistWrap ul a:hover li.contentsList div.cont_info h4{
            text-decoration: underline;
        }

        .r_newslistWrap ul li.contentsList > div.thumnail {
            width: 68px;
            height: 48px;
            float: left;
            margin-right: 15px;
        }
        .r_newslistWrap ul li.contentsList > div.thumnail img {
            width: 100%;
            height: 100%;
        }


/* 우측 마켓뉴스 */

.e_marketnews_w {
    padding-bottom: 10px;
    margin-top: 40px;
}

    .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: "Roboto";
            letter-spacing: -0.3px;
            margin-top: 5px;
            font-size: 15px;
        }
        .mkt_date_title .data_r_condition1{
            font:11px 'Dotum';
            background:#57c7da;
            padding:5px 5px 3px 5px;
            color:#fff;
            margin-left: 5px;
            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: 5px;
            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: 5px;
            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 #e9ecf5;
        border-bottom: 1px solid #e9ecf5;
    }
    .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: 400;
        display: block;
        padding: 12px 0 12px;
    }
    .e_MK_tap_w ul li a:hover{
        text-decoration: none
    }
    .e_MK_tap_w ul .on a {
        color: #222;
        background: #e9ecf5;
        font-weight: 600;
    }

.e_MK_tap_list ul {
    padding-left: 5px;
}
    .e_MK_tap_list ul li {
        padding: 15px 10px 15px;
        border-bottom: 1px solid #e0e4f1;
    }
    .e_MK_tap_list ul li a {
        font-size: 14px;
        line-height: 150%;
        font-weight: normal;
    }
    .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-size: 16px;
            color: #555;
        }
        .stockitem_list_kpd dl > dd span.st_rank{
            font-size: 15px;
            color: #293f76;
            font-family: "Roboto";
            font-weight: 600;
            vertical-align: baseline;
            margin-right: 10px;
        }
        .stockitem_list_kpd dl > dd.item_bul {
            float: right;
            margin-right:5px;
            font-family: "Roboto";
            font-weight: 500;
            margin-top: 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: 40px 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: 1px solid #333333;
        border-bottom: 1px solid #dcdcdc;
        padding: 12px 0 12px;
        overflow: hidden;
        margin-top: 15px;
    }
        .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: #333;
                        padding-left: 10px;
                        text-align: left;
                        font-weight: normal;
                    }
                    .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:262px;
    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 30px 0;
    height: 20px;
}
.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: 1200px;
    height: 376px;
    position: relative;
    margin-bottom: 70px;
    -webkit-box-shadow: 3px 10px 35px -5px rgba(212,212,212,0.57);
    -moz-box-shadow: 3px 10px 35px -5px rgba(212,212,212,0.57);
    box-shadow: 3px 10px 35px -5px rgba(212,212,212,0.57);
}
#main_section01 .slide_con {
    width: 1200px;
    height: 376px;
    overflow: hidden;
    background-position: 0 -2100px;

}
#slide_list_tot {
    position: relative;
    left: 0px;
    top: 0px;
    width: 4200px;
}
    .ms01_list {
        width: 350px;
        float: left;
        padding: 0 25px;
    }
    .ms01_list h2 {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 15px;
        border-bottom: 1px solid #d0d0d0;
        font-weight: bold;
        color: #2f2f2f;
        font-size: 18px;
    }
    .ms01_list h2 em {
        font-style: normal;
        font-size: 11px;
        color: #616161;
        font-weight: bold;
        padding-left: 5px;
    }
    .ms01_list ul {
        padding: 5px 10px;
    }
        .ms01_list ul li {
            overflow: hidden;
            word-break: nowrap;
            height: 18px;
            margin: 9px 0;
            font-size: 15px;
        }
        .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;
        text-align: center;
    }
    #slide_bt_l,
    #slide_bt_r {
        display: block;
        position: absolute;
        top: 160px;
    }
    #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: 125px;
}

.cluster_thumb {
    display: table-cell;
    width: 200px;
    padding-right: 20px;
}
.cluster_thumb_inner {

}
.cluster_thumb_link {
    display: block;
    position: relative;
}
.cluster_thumb_link img{
    width: 200px;
    height: 125px;
}
.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: 20px;
    font-weight:
    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: 1200px;
    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: 18px;
    border-bottom: 2px solid #d8e0f2;
    box-shadow: 0 -8px 0 #d8e0f2 inset;
    display: inline-block;
}
.wns_member_thm ul li dl dt{
    width: 220px;
    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;
    font-size: 0;
}
    .wns_member_thm ul li{
        width: 220px;
        border: 1px solid #ddd;
        box-sizing: border-box;
        text-align: center;
        display: inline-block;
        margin-right: 25px;
    }
    .wns_member_thm ul li:nth-of-type(5n){
        margin-right: 0;
    }
        .wns_member_thm ul li dd.name{
            font-size: 15px;
            border-bottom: 1px solid #ddd;
            padding-bottom: 15px;
        }
        .wns_member_thm ul li dl.link{
            background: #fafafa;
            overflow: hidden;
            font-size: 14px;
        }
        .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: 15px 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: #fff;
    padding: 70px 0;
    z-index: 1000000003;
    box-shadow: 3px 6px 7px rgb(0 0 0 / 23%);
    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: #fff;
    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: 800px;
    display: block;
    padding: 20px 0;
    overflow: hidden;
    background: #f9f9f9;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.search_top .result h2{
    float: left;
    font-size: 20px;
    font-weight: 300;
    padding-left: 40px;
}
.search_top .result h2 strong{ 
    font-weight: bold;
    border-bottom: 2px solid #d8e0f2;
    box-shadow: 0 -8px 0 #d8e0f2 inset;
}
.details_search1{overflow: hidden; margin-right: 40px}
.check_com{
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
    display:none;
}
.check_com h4{
    display: block;
    float: left;
    font-size: 15px;
    width: 40px;
}
.check_com > ul{
    padding: 0 40px 0;
}
.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;
    margin-top: 4px;
    margin-left: 5px;
}
.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;
    position: relative;
}
.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 #d8e0f2;
    box-shadow: 0 -8px 0 #d8e0f2 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;
    max-width: 550px;
}


.check_com input[type="radio"] {
    width: 14px;
    height: 14px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    margin-right:3px;
    vertical-align: baseline;
}
.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 #eaeaea;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: 800px; 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: 290px; border: 1px solid #eaeaea; box-sizing: border-box;}
.today_weather_w .sec01 {overflow: hidden;height: 35px;line-height: 35px;border-bottom: 1px solid #eaeaea;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 #eaeaea}
.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: 45px;background-color: #eee;line-height: 44px;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: 510px;}
.tw_date_map {width: 510px}
.tw_date_map ul {overflow: hidden}
.tw_date_map ul li {float: left;width: 170px; height: 50px;line-height: 48px;background-color: #fafafa; text-align: center; box-sizing: border-box;}
.tw_date_map ul li a {font-size: 14px;font-weight: 500;color: #555}
.tw_date_map ul li a:hover{text-decoration: none}
.tw_date_map ul li.on a {color: #000; font-weight: 600;}
.tw_date_map ul li.on {float: left;line-height: 48px;background-color: #e6edf3;text-align: center;}
.today_weather_w .s_sec_h_txt ul {padding: 0}

/*날씨홈_날씨 지도 컨텐츠_오늘의 날씨 20150528수정*/
.tw_map_cont {position: relative;width: 500px;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:#222;font-size: 13px;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: 75px; 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: 525px;margin-right: 15px}
.leisure_c_02 {width: 260px}
.leisure_c_02 .tw_date_sec03 {margin-top: 0}

/*섹션_레저날씨_탭*/
.leisure_tab ul li {float: left;width: 175px;height: 40px;background-color: #eee;text-align: center;line-height: 40px;border-bottom: 1px solid #999; box-sizing: border-box;}
.leisure_tab ul li a {font-weight: bold;font-size: 13px}
.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: 525px;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:800px;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(0, 0, 0, .15);
    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;
        height: 50px;
        line-height: 50px;    
    }
    .rep_contWrap .rep_textform{
        width: 100%;
        min-height: 150px;
        height: auto;        
        position: relative;
        background: #fff;  
        border: 1px solid #eaeaea;
    }
    .rep_contWrap .rep_textform_n, .rep_contWrap .rep_textform_n textarea{
        background: #f9f9f9 !important;
        -webkit-box-shadow: 0px 19px 16px -20px rgb(0 0 0 / 15%);
        -moz-box-shadow: 0px 19px 16px -20px rgba(0,0,0,0.15);
        box-shadow: 0px 19px 16px -20px rgb(0 0 0 / 15%);
    }
    .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;
        cursor: pointer;
        box-shadow: none !important;
    }
    .rep_contWrap .rep_textform textarea{
        width: 580px;
        min-height: 150px;
        height: auto;
        padding: 20px 20px 0 35px;
        box-sizing: border-box;
        display: block;
        font-family: "Malgun Gothic";
        line-height: 160%;
    }
    .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: 30px;
    top: 30px;
    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: 60px;
    background: #f2f5f7;
    box-sizing: border-box;
    display: block;
    margin: 0 auto 0;
    position: relative;
    padding-left: 28px;
    line-height: 58px;
    font-size: 15px;
    font-weight: 500;
    color: #444;
}
div.follow_reporter a:hover{
    -webkit-box-shadow: 0px 4px 0px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 4px 0px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 4px 0px 0px rgba(0,0,0,0.15);
}

div.fortune_banner{
    clear: both;
    margin-top: 20px;
}
div.fortune_banner 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.fortune_banner 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: 18px;
        right: 27px;
    }


/* 확인 팝업 */
div.result_pop{
    border: 1px solid #999;
    border-radius: 5px;       
	position: absolute;
    background: #fff;
	right: 28px;
    top: -32px;
    -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_box{       
	position: absolute;
	right: 0;
    top: 10px;
    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;
}
/* // 확인 팝업*/

/* 
*
*
*

이투데이 2020 - 0129 css 추가

OTHER SERVICE PAGE CSS

*
*
*
*/

.et_serviceWrap{
    width: 1200px;
    margin: 30px auto 30px;
}
.et_serviceWrap > h3.title{
    font-size: 30px;
}
.et_serviceWrap dl.subtitle{
    margin-top: 20px;
}
dl.subtitle dt{
    font-size: 16px;
    font-weight: bold;
    border-bottom: 2px solid #ececec;
    box-shadow: 0 -8px 0 #ececec inset;
    display: inline-block;
}
dl.subtitle dd{
    font-size: 15px;
    margin-top: 25px;
    line-height: 160%;
}
dl.subtitle dd.info_text{
    font-size: 15px;
    margin-top: 25px;
    color: #888;
}
div.info_text_app{
    margin-top: 25px;
    position: relative;
    border-top: 1px solid #e6e6e6;
    padding-top: 25px;
}
div.info_text_app ul li{
    font-size: 15px;
    color: #888;
    letter-spacing: 0;
    margin-bottom: 5px;
}
div.info_text_app ul li span{
    font-weight: bold;
    color: #333
}
div.info_text_app ul li > a{
    font-size: 12px;
    border: 1px solid #cfcfcf;
    border-radius: 3px;
    margin-left: 10px;
    padding: 3px 8px 3px;
}
div.info_text_app div.paper_app_btn{
    font-size: 0;
    position: absolute;
    right: 0;
    top: 35px;
}
div.info_text_app div.paper_app_btn span a{
    width: 100px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    background: #efefef;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    margin-right: 10px;
    border-radius: 3px;;
}
div.info_text_app div.paper_app_btn span a:hover{
    color: #fff;
    background: #244495;
}

/* Table Style */
.et_tablewrap{
    margin: 15px auto 0;
}
.et_tablewrap table th, .et_tablewrap table td{
    text-align: center;
    letter-spacing: 0;
}
.et_tablewrap table thead{
    background: #f9f9f9;
}
.et_tablewrap table thead th{
    padding: 18px 0 18px;
    font-size: 14px;
    border-top: 1px solid #555555;
    border-bottom: 1px solid #dcdcdc;
}
.et_tablewrap table tr{
    border-bottom: 1px solid #eaeaea;
}
.et_tablewrap table tr td{
    padding: 18px 0 18px;
    font-size: 15px;
}
.et_tablewrap table tr td:first-child, .et_tablewrap table th:first-child{
    text-align: left;
    padding-left: 55px;
}
.et_tablewrap table tr td:nth-of-type(2){
	text-align:left;
	padding-left:180px;	
}
a.rss_btn{
    background: #fb8b40;
    padding: 2px 8px 3px;
    font-size: 14px;
    color: #fff;
    border-radius: 3px;
    font-size: 13px;
}

/*.issue_bn{border-bottom:1px solid #ddd;padding:1% 0;}
.issue_bn li dl{overflow:hidden;padding:20px 0;}
.issue_thumbnail{display:block;margin-right:25px;float:left;position:relative;width:140px;}
.issue_bn .subject{display:block;margin-bottom:.2em;margin-left:16%;line-height:250%;}
.issue_bn .subject .violet{color:#5862f8;border:1px solid #5862f8;border-radius:20px;margin-right:6px;font-size:15px;padding:1px 15px;}
.issue_bn .subject .red{color:#fe6b53;border:1px solid #fe6b53;border-radius:20px;margin-right:6px;font-size:15px;padding:1px 15px;}
.issue_bn .subject b{font-size:20px;font-weight:600;vertical-align:top;} */
.reply_set{display:inline-block;line-height:100%;vertical-align:text-top;}
.reply_set img{width:18px;margin-left:5px;}
.reply_set .reply{color:#ff9310;margin-left:-3px;}
.reply_set em{font-style:normal;font-size:16px;font-family:'Work Sans';font-weight:400;}
.issue_bn .lede{height:40px;font-size:16px;}
.issue_bn .subject .survey{color:#b221ed;border:1px solid #b221ed;border-radius:20px;margin-right:6px;font-size:15px;padding:1px 15px;}
.reply_set .reply_survey{color:#b221ed;}
.issue_bn .lede_survet{height:60px;font-size:16px;}
.graph{width:100%;height:30px;}
.graph ul{margin-top:13px;}
.graph ul li{float:left;}
.graph ul li:nth-of-type(odd){width:40px;text-align:center;}
.graph .t_blue,.graph .t_red{font-family:'Work Sans';letter-spacing:-1px;line-height:110%;}
.graph .t_blue{color:#4673e3;}
.graph .t_red{color:#fe6b53;}
.graph .t_blue b,.graph .t_red b{font-size:20px;}
.graph .info3{width:49%;}
.graph .info3 .gBar{display:inline-block;width:100%;height:15px;border:none;border-radius:20px;margin:0;}
.graph .info3 .gAction4{display:block;height:15px;background:#4673e3 url(/images/talk/arrow_left.png) right 4px center no-repeat;background-size:30px;border:none;border-radius:20px 0 0 20px;float:left;margin:0;}
.graph .info3 .gAction2{display:block;height:15px;background:#fe6b53 url(/images/talk/arrow_right.png) left 4px center no-repeat;background-size:30px;border:none;border-radius:0 20px 20px 0;float:right;margin:0;}
.info .btn{display:inline-block;background:#f3f6f9;border:1px solid #dedede;float:right;margin-top:-3px;font-weight:900;border-radius:15px;padding:3px 25px;}
.comment{position:relative;top:8px;width:70%;height:auto;background:#f3f6f9;border-right:3px solid #5862f8;float:right;border-radius:5px;padding:11px 25px;}
.comment:after{right:100%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-right-color:#f3f6f9;top:20px;border-width:10px;}
.comment .lede{font-size:15px;color:#555;font-weight:300;line-height:150%;height:43px;}
.comment .lede b{font-weight:900;color:#2859d2;margin-right:8px;}

/*김소연 운세 css 추가*/
.utillbar_contents .utillmenu li.luck a{
    color: #fff;
    background: #264186;
    border-radius: 20px;
    display: inline-block;
    padding: 1px 13px 2px;
    line-height: 1.5;
}
.et_sns .sns_serv li.luck a{
    color: #fff;
    background: #264186;
    border-radius: 20px;
    display: inline-block;
    padding: 2px 13px;
    font-weight: 300;
    font-size: 13px;
    line-height: 1.5;
}
.et_sns .sns_serv li.luck a:hover{
    border: none;
    box-shadow: none;
    font-weight: 300;
}
span.luck_l_ico{
    width: 24px;
    height: 23px;
    background-position: -743px 0;
    position: absolute;
    top: 12px;
    right: 27px;
}
/* 기자 구독 안내 팝업 */
div.scription {
    position: absolute;
    z-index: 9999;
    top: 8px;
    right: 160px;
}
div.layerpop_box {
    height: auto;
    max-width: 200px;
    background: #f5f7f9;
    padding: 16px 18px 16px;
    font-weight: 300;
    line-height: 1.6;
    border-radius: 5px;
    font-size: 13px;
    display: block;
    color: #000;
    -webkit-box-shadow: 0 8px 10px -8px rgba(0,0,0,0.18);
    -moz-box-shadow: 0 8px 10px -8px rgba(0,0,0,0.18);
    box-shadow: 0 8px 10px -8px rgba(0,0,0,0.18);
    border-bottom: 1px solid #eaeaea;
}
div.layerpop_box:after {
    left: -16px;
    top: 18px;
    border: 1px solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #f5f7f9;
    border-style: solid;
    border-width: 8px;
}
/* 20201026 기자구독 완료 모달 팝업 추가 css */
.subscrip_modal { 
    width: 360px;
    padding: 0 10px 0;
/*    height: 260px; */
    overflow: hidden;
    position: relative;
    right: -6px;
    top: 78px;
    background: #fff;
    -webkit-box-shadow: 9px 9px 15px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 9px 9px 15px 0px rgba(0,0,0,0.15);
    box-shadow: 9px 9px 15px 0px rgba(0,0,0,0.15);
    border: 1px solid #cecece;
 }

.subscrip_modalpopup_cont dl{
/*    width: 500px;*/
    margin: 0 auto 0;
    padding: 36px 0 0;
}
    .subscrip_modalpopup_cont dl dt, .subscrip_modalpopup_cont dl dd{
        text-align: center;
    }
    dl dt.subscrip_tit{
        font-size: 22px;
        font-weight: 500;
        margin-bottom: 15px;
    }
    dl dd.subscrip_txt{
        font-size: 14px;
        overflow: hidden;
        line-height: 160%;
    }
    dl dd.subscrip_txt span{
        border-bottom: 1px solid #e8efff;
        box-shadow: 0 -8px 0 #e8efff inset;
        font-weight: bold;
    }
    div.scp_btn{margin-bottom: 36px;}
    div.scp_btn a{
        display: block;
        width: 120px;
        padding: 12px 0 12px;
        margin: 24px auto 0;
        background: #415995;
        text-align: center;
        color: #fff;
        font-size: 13px;
        font-weight: bold;
        border-radius: 5px;
    }
    div.scp_btn a:hover{
        background: #314985;
    }

/* //20201026 기자구독 완료 모달 팝업 추가 css */

/* 
======================
======================

HEADER

======================
======================
*/


header.headerWrap, header.sub_headerWrap{width: 100%;}

.header_contents_wrap{
    width: 100%;

    margin: 0 auto 0;
    border-bottom: 1px solid #e0e4f1;
}

/* 유틸메뉴 */
.utillbar_contents{   
    width: 100%;
    height: 50px;
    background: #f2f5f7;
    overflow: hidden;
    position: relative;
}
.utillbar_contents .utillmenu{
    width: 1200px;
    margin: 15px auto 0;
    position: relative;
}
.utillmenu ul{
    overflow: hidden;
    float: right;
}
.utillmenu ul li{
    font-size: 12px;
    float: left;
    margin-right: 20px;
}
.utillmenu ul li a{
    color: #555;
}
.utillmenu ul li a:hover{
    text-decoration: underline;
}
.utillmenu ul li:nth-of-type(5n){
    margin-right: 0;
}
span.rss_ico{
    width: 8px;
    height: 9px;    
    margin-left: 4px;
    background-position: 0 -2650px;    
}
a.s_logo{
    position: relative;
    top: 0;
    width: 98px;
    height: 24px;
    background-position: -350px -110px;
}

/* TopCont_wrap */
.TopCont_wrap{
    clear: both;
    width:1200px;
    margin: 30px auto 0;
    position: relative;
}
h3.logo{
    width: 100%;
    text-align: center;
}
ul.t_menu_ico{
    font-size: 0;
    position: absolute;
    left: 0;
    top: 18px;
}
ul.t_menu_ico li {
    display: inline-block;
}
ul.t_menu_ico li a.allm_ico{
    width: 28px;
    height: 24px;
    margin-right: 25px;
    background-position: 0 -2700px;
    position: relative;
    z-index: 999;
}
ul.t_menu_ico li a.search_ico{
    width: 27px;
    height: 27px;
    background-position: -43px -2700px;
}
ul.t_menu_ico li a.search_ico_over{
    display: inline-block;
    width: 27px;
    height: 27px;
    position: relative;
    background-position: -1070px -2700px;
}

a.side_cl_ico{
    width: 18px;
    height: 18px;
    background-position: -360px 0;
    
}

h4.t_paperwrap{
    position: absolute;
    right: 0;
    top: 20px;
    font-size: 15px;
    font-weight: 600;
    color: #222;
}
h4.t_paperwrap .today_date{
    margin-right: 12px;
    color: #888;
    font-weight: 400;
    font-size: 17px;
    position: relative;
    top: 1px;
}
/* GNB */
div.gnb_wrap{
    clear: both;
    width: 1200px;    
    position: relative;
    margin: 50px auto 0;
    padding-bottom: 15px;
}
div.gnb_wrap ul.navi{   
    text-align: center;
    font-size: 0;
}
ul.navi li.mm_menu a:hover{
    border-bottom: 1px solid #d8e0f2;
    box-shadow: 0 -8px 0 #d8e0f2 inset;
}
div.gnb_wrap ul.navi > li{
    display: inline-block;
    font-size: 19px;
    font-weight: 500;
    margin-right: 90px;
}
div.gnb_wrap ul.navi > li:last-child{
    margin-right: 0;
}


.utillbar_contents .utillmenu a.s_logo{
    position: absolute;
    top: -2px;
    left: 0;
    width: 98px;
    height: 24px;
    background-position: -350px -110px;
}

.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;
}



/* 
*
*
*

이투데이 2021

ALL MENU

*
*
*
*/

.s_t_logo{
    position: relative;
    display: block;
    height: 70px;
}
.side_logo{
    width: 90px;
    height: 22px;
    background-position: -320px -2780px;    
    position: relative;
    margin: 25px 0 0 22px
    
}
#menu-close{
    position: absolute;
    top: 26px;
    right: 28px;
    z-index: 555;
}

/* side-nav */
#side-nav {
    position: fixed; left: -300px; top: 0;
    width: 300px; height: 100vh;
    background: rgba(255,255,255,0.3);
}
#side-nav h1 { 
    padding: 60px 20px 40px 20px; 
    color: #fff; font-size: 33px; 
    text-align: center; 
    text-shadow: 0 1px 1px rgba(0,0,0,0.2);
}
#side-nav li {}
#side-nav li a {
    padding: 14px 20px;
    display: block; 
    text-transform: uppercase;
    color: #fff; text-shadow: 0 1px 1px rgba(0,0,0,0.2);
}
#side-nav li.active {
    background: rgba(255,255,255,0.2);
} 
#side-nav .navBtn {
    position: absolute; right: -60px; top: 10px;
    display: block; width: 50px; height: 50px;
    background: rgba(255,255,255,0.4);
    border-radius: 50%;
    text-align: center; line-height: 50px;
    color: #fff; font-size: 13px;
    text-shadow: 0 1px 1px rgba(0,0,0,0.2);
}
#side-nav .navBtn i {font-size: 30px; line-height: 47px;}
#side-nav.open {left:0}

/* contents */
#contents {text-align: center; font-family: 'Lato', sans-serif;}
#contents > div {height: 100vh; line-height: 100vh;}
#contents > div > h2 {font-size: 5vw; font-weight: 100; color: #fff;}
#contents > div > h2 strong {font-weight: 700;}

#menu-wrapper {
    overflow: hidden;
    max-width: 55px;
    cursor: pointer;
}
#menu-wrapper #hamburger-menu {
    position: relative;
    width: 25px;
    height: 20px;
    margin: 15px;
}


#menu-container{
    display: block;
    position: relative; 
}

#menu-container .menu-list .menu-submenu {
    padding:0;
}
#menu-container .menu-list .menu-submenu li a {
    display:block;
    padding: 15px 30px 15px 35px;
    background: #fafafa;
}
#menu-container .menu-list .menu-submenu li a:hover {
    background:#eee;
}
#menu-container .menu-list {
    padding-left: 0;
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 260px;
    background: #f9f9f9;
    z-index: 9999;
    overflow-y: auto;
    overflow-x: hidden;
    left: -100%;
    height: 100%;
    -webkit-box-shadow: 11px -11px 43px -27px rgba(0,0,0,0.62);
    -moz-box-shadow: 11px -11px 43px -27px rgba(0,0,0,0.62);
    box-shadow: 11px -11px 43px -27px rgba(0,0,0,0.62);  
}
#menu-container .menu-list::-webkit-scrollbar {
    width: 8px;
  }
#menu-container .menu-list::-webkit-scrollbar-thumb {
    background-color: #c3c3c3;
    border-radius: 10px;
    background-clip: padding-box;
  }
#menu-container .menu-list::-webkit-scrollbar-track {
    background-color: #f2f5f7;
    border-radius: 10px;
  }


a.menu-link{
    font-weight: 600;
    font-size: 14px;
}
.accordion-toggle:hover a.menu-link{
    color: #193783;
}
.active-tab a.menu-link{
    color: #fff !important;
}

#menu-container .menu-list li.accordion-toggle, #menu-container .menu-list .menu-login {
    text-transform: uppercase;
    border-top: 1px solid #eee;
}
#menu-container .menu-list li:first-of-type {
    border-top: 0;
}
.accordion-toggle{
    background: #fff;
    padding: 20px 30px 20px;
}
.accordion-toggle, .accordion-content {
    cursor: pointer;
    font-size: 14px;
    position: relative;
    letter-spacing: 1px;
    line-height: 150% !important;
}

.accordion-content {
    display: none;
}

span.icon-plus{
    display: block;
}
.icon-plus:before, .icon-plus:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    width: 13px;
    height: 1px;
    margin-top: -1px;
    background-color: #555;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s ease-out;
}

.icon-plus:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 1;
    z-index: 2;
}

.accordion-toggle.active-tab {
  background: #3e4964;
  transition: all 0.3s ease;
}
.icon-plus.active:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    background: #fff !important;
}

.icon-plus.active:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background: #fff !important;
    opacity: 0;
}

.al_menu, .al_news_menu{
    cursor: pointer;
}
a.al_link, a.al_news_link, a.al_newslink_tit, a.al_link_wht{
    font-weight: 600;
    font-size: 14px;
    display: block;
    padding: 20px 30px 20px;
    position: relative;
    line-height: 150% !important;
}
a.al_link{
    background: #fcf9f3;
    color: #333;
}
a.al_link_wht{
    background: #fff;
    color: #333;
}
a.al_news_link{
    color: #333;
    background: #fff;
    border-top: 1px solid #eee;
}
a.al_newslink_tit{
    color: #333;
    background: #f2f5fa;
}
a.al_link:hover, a.al_link_wht:hover, a.al_news_link:hover, a.al_newslink_tit:hover{
    color: #193783;
}

li.al_newslink_tit_sb{
    background: #f2f5fa;
    border-top: none !important;
}



span.s_ar_ico{
    width: 14px;
    height: 6px;
    background-position: -1000px -2700px;
    position: absolute;
    right: 30px;
    top: 27px;
}
span.s_ar_ico2{
    width: 14px;
    height: 6px;
    background-position: -1000px -2720px;
    position: absolute;
    right: 30px;
    top: 27px;
}

/* Top srcoll */

div.topscroll {
    margin: auto;
    width: 500px;
}
a.top_s_btn {
    position: fixed;
    bottom: 30px;
    display: none;
    right: 30px;
    width: 100px;
    height: 100px;
    background-position: -780px -2700px;
    z-index: 9999;
}
a.top_s_btn:hover{
    background-position: -890px -2700px;      
}


/* 
*
*
*

이투데이 2021

MAIN PAGE CSS STYLE

*
*
*
*/


article.cont_art12k_wrap{
    width: 1200px;
    margin: 40px auto 0;
}

article.cont_art12k_wrap::after{
    content: "";
    clear: both;
    display: block;
}

article.cont_art100_wrap{
    width: 100%;
    margin: 50px auto 0;
}
section.cont_sec100{
    width: 100%;
    background: #f4f7fa;
}
.wd_12k{
    width: 1200px;
    margin: 0 auto 0;
}

h3.tit_m_st{
    font-size: 16px;
    font-weight: 600;
    position: relative;
}
h3.tit_m_st span.tit_ico{
    width: 15px;
    height: 11px;
    background-position: -90px -2700px;
    margin-left: 6px;
}
a.addbtn_ico{
    width: 54px;
    height: 11px;
    position: relative;
    top: 1px;
    background-position: -148px -2700px;
    margin-left: 12px;    
}
.r_s_addbtn{
    position: absolute !important;
    right: 0;
    top: 8px !important;
}
h3.tit_s_st{
    font-size: 16px;
    color: #314f9c;
    font-weight: 600;
}


/* 
======================
======================

2021 메인 상단 top 뉴스 

======================
======================
*/


section.sec_t_wrap::after{
    content: "";
    clear: both;
    display: block;
}

div.sec_t_news ul > li{
    float: left;
    width: calc(100% / 2);
}

ul li.sec_t_tit{
    max-width: 560px;
    padding-right: 40px;
}
ul li.sec_t_tit a:hover dl dt.t_news_tit{
    text-decoration: underline;
}
ul li.sec_t_tit dl dt.t_news_tit{
    font-size: 40px;
    font-weight: 600;
    line-height: 132%;
    letter-spacing: -1px;
    margin-top: 5px;
    max-height: 105px;
}
ul li.sec_t_tit dl dd.t_news_stit{
    font-size: 15px;
    font-weight: 400;
    color: #666;
    line-height: 26px;
    margin-top: 20px;
    max-height: 80px;
}
ul li.sec_t_thum{
    max-width: 600px;
    height: 380px;
    -webkit-box-shadow: 3px 12px 40px -5px rgb(0 0 0 / 25%);
    -moz-box-shadow: 3px 12px 40px -5px rgb(0 0 0 / 25%);
    box-shadow: 3px 12px 40px -5px rgb(0 0 0 / 25%);
}
ul li.sec_t_thum img{
    width:100%;
    height: 380px;
}

/*관련기사*/
dl.rel_newslist{
    margin-top: 24px;
}
ol.r_link_list li{
    clear: both;
    font-size: 15px;
    font-weight: 400;
    margin-top: 12px;
    width: 480px;
}
ol.r_link_list li a{
    color: #222;
    font-weight: 500;
}
ol.r_link_list li a:hover{
    text-decoration: underline;
}
ol.r_link_list li span.rel_p_ico{
    width: 7px;
    height: 7px;
    background-position: -130px -2700px;
    margin-right: 8px;
    position: relative;
    top: -3px;
}

/* 
======================
======================

편집/마켓 뉴스 섹션 - 3단 영역

======================
======================
*/


/* 상단 3단 뉴스 리스트*/

.edit_3cnews_wrap{
    margin-top: 45px;
    clear: both;
    position: relative;
}
.edit_3cnews_wrap::after{
    content: "";
    clear: both;
    display: block;
}
.edit_3cnews_wrap div.cont_w_3{
    font-size: 0;
    width: 860px;
    float: left;
}
div.cont_w_3 > div.w_3news_conts{
    display: inline-block;
    vertical-align: top;
}

div.w_3news_conts{
    width: 280px;    
    margin-right: 10px;
}
div.w_3news_conts:nth-of-type(3n){
    margin-right: 0;
}
div.w_3news_conts .newslist_thum{
    width: 280px;
    height: 175px;
}
div.w_3news_conts .newslist_thum img{
    width: 100%;
    height: 100%;
}
h3.newstit, h4.txt_rd{
    line-height: 155%;
    font-weight: 400;
    padding: 0 15px 0 10px;
}
.w_3news_conts h3.newstit{
    color: #333;
    font-size: 20px;
    margin-top: 10px;
    max-height: 35px;
    font-weight: 500;
}
.w_3news_conts a:hover h3.newstit{
    text-decoration: underline;
}
.w_3news_conts h4.txt_rd{
    font-size: 15px;
    margin-top: 12px;
    color: #888;
    height: 50px;
}

/* 광고영역 */
div.ad_bn_cont{
    position: relative;
    float: right;
    top: 0;
    width: 300px;
    height: 250px;
    -webkit-box-shadow: 3px 10px 35px -5px rgba(212,212,212,0.57);
    -moz-box-shadow: 3px 10px 35px -5px rgba(212,212,212,0.57);
    box-shadow: 3px 10px 35px -5px rgba(212,212,212,0.57);
}


/* 
======================
======================

주식/암호화폐 시세 현황

======================
======================
*/

section.stc_c_wrap{
    margin-top: 60px;
}

div.stc_c_group{
    max-width: 590px;
    width: 100%;
    height: 115px;
    -webkit-box-shadow: 3px 10px 24px 0px rgba(212,212,212,0.68);
    -moz-box-shadow: 3px 10px 24px 0px rgba(212,212,212,0.68);
    box-shadow: 3px 10px 24px 0px rgba(212,212,212,0.68);
    float: left;
    margin-right: 20px;
    position: relative;
}
div.stc_c_group:last-child{
    margin-right: 0;
}
h3.tit_stco, ul.stc_list_c{
    padding-left: 60px;
}
h3.tit_stco {
    font-size: 14px;
    font-weight: 600;
    margin-top: 30px;
}
h3.tit_stco span.stco_ico1{
    width: 21px;
    height: 11px;
    background-position: -540px -2700px;
    margin-left: 6px;
}
h3.tit_stco span.stco_ico2{
    width: 11px;
    height: 15px;
    background-position: -580px -2700px;
    margin-left: 6px;
    position: relative;
    top: 2px;
}
ul.stc_list_c{
    overflow: hidden;
    margin-top: 10px;
}
ul.stc_list_c li.st_c{
    float: left;
    margin-right: 20px;
}
ul.stc_list_c li.st_c ol > li{
    float: left;
    font-size: 14px;
    font-weight: 600;
    margin-right: 10px;
    letter-spacing: 0.5px;
}
ul.stc_list_c li.st_c ol li.up_col, ul.coin_list_c li.coin_c dl dd.up_col{
    color: #ff1c1c;
}
ul.stc_list_c li.st_c ol li.dw_col, ul.coin_list_c li.coin_c dl dd.dw_col{
    color: #1c5cff;
}
ul.stc_list_c li.st_c ol li span.x_num, ul.coin_list_c li.coin_c dl dd span.x_num{
    font-size: 14px;
    font-weight: 600;
    margin-left: 2px;
    letter-spacing: 1px;    
}
ul.stc_list_c li.st_c ol li span.m_num, ul.coin_list_c li.coin_c dl dd span.m_num{
    font-size: 14px;
    font-weight: 600;

}
ul.stc_list_c li.st_c ol li span.shp{
    font-size: 10px;
    margin-right: 5px;
    position: relative;
    top: -2px;
}
ul.coin_list_c{
    overflow: hidden;
}

ul.coin_list_c li.coin_c > dl{
    float: left;
    margin-right: 30px;

}
ul.coin_list_c li.coin_c dl:last-child{
    margin-right: 0;
}
ul.coin_list_c li.coin_c dl > dd{
    float: left;
    font-size: 14px;
    font-weight: 600;
    margin-right: 10px;
    letter-spacing: 0.5px;
}
a.bith_ico{
    width: 76px;
    height: 16px;
    background-position: -610px -2700px;
    position: absolute;
    right: 20px;
    top: 15px;
}

.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 {
    -webkit-transform: translatez(0);
    overflow: hidden;
    height: 20px !important;
    margin-top: 15px;
    margin-left: 60px;
}

.bx-wrapper {
    background: #fff;
    width: 100%;
    position: relative;
}



/* 
======================
======================

스페셜리포트

======================
======================
*/

div.container12k_Wrap{
    width: 1200px;
    margin: 0 auto 0;
    font-size: 0;    
}
ul.s_r_newswrap{
    width: 540px;
    position: relative;
    padding-top: 40px;
    padding-bottom: 20px;
    margin-left: 35px;
    display: inline-block;
}
ul.s_r_newswrap a:hover dt.s_r_mtit{
    text-decoration: underline;
}
ul.s_r_newswrap:nth-of-type(2n){
    margin-left: 85px;
}
ul.s_r_newswrap li.s_r_title{
    font-size: 15px;
    color: #555;
    margin-left: 60px;
    margin-bottom: 15px;
}
ul.s_r_newswrap li.s_r_title a:hover{
    text-decoration: underline;
}
ul.s_r_newswrap li.s_r_newsthum{
    width: 450px;
    height: 300px;
    background: #ddd;
    position: relative;
    left: 60px;
    z-index: 10;
}
li.s_r_newsthum::before{
    content: "";
    width: 540px;
    height: 320px;
    background: #e0e4f1;
    position: absolute;
    z-index: -1;
    top: 20px;
    left: -60px;
    -webkit-box-shadow: 3px 10px 35px -5px rgba(212,212,212,0.97);
    -moz-box-shadow: 3px 10px 35px -5px rgba(212,212,212,0.97);
    box-shadow: 3px 10px 35px -30px rgba(212,212,212,0.97);    
    
}
ul.s_r_newswrap li.s_r_newsthum img{
    width: 100%;
    height: 100%;
}
ul.s_r_newswrap li dl.s_r_news_tit{
    width: 345px;
    height: 180px;
    background: #f4f7fa;
    position: relative;
    margin-top: -100px;
    z-index: 99;
}
dt.s_r_mtit{
    font-size: 24px;
    font-weight: 500;
    padding: 25px 20px 0;
    line-height: 130%;
    max-height: 88px;
}
dd.s_r_rd{
    font-size: 15px;
    color: #777;
    margin-top: 16px;
    padding: 0 30px 0 20px;    
    height: 45px;
    line-height: 155%;
}


/* 
======================
======================

뉴스 발전소

======================
======================
*/

div.newslist_3c_l_wrap{
    margin: 25px auto 0;
    border-bottom: 1px solid #e0e4f1;
    padding-bottom: 10px;
}
div.newslist_3c_l_wrap::after{
    content: "";
    clear: both;
    display: block;
}
div.newslist_3c_l_wrap ul.newslist_3c_l_cont{
    /* display: flex;
    flex-flow: row wrap; */
	/* 아래의 두 줄을 줄여 쓴 것 */
	/* flex-direction: row; */
	/* flex-wrap: wrap; */    
    /* justify-content: flex-start; */
    /*align-items: stretch 기본값*/
    width: 100%;
}
ul.newslist_3c_l_cont a.linkbox{
    margin-right: 30px; 
    float: left;
}
ul.newslist_3c_l_cont a.linkbox:nth-of-type(3n){
    margin-right: 0;
}
ul.newslist_3c_l_cont a.linkbox:nth-of-type(n + 4){
    margin-top: 15px;
}
ul.newslist_3c_l_cont li dl.newslist_3c_box{
    background: #fff;
    flex-basis: 380px;
    max-width: 380px;
    width: 100%;
}
a.linkbox li dl dt{
    -webkit-box-shadow: 2px 13px 20px -10px rgba(94,94,94,0.37);
    -moz-box-shadow: 2px 13px 20px -10px rgba(94,94,94,0.37);
    box-shadow: 2px 13px 20px -15px rgba(94,94,94,0.37);  
}
a.linkbox:hover li dl dt{
/*    outline: 1px solid #152a80;*/
    -webkit-box-shadow: 2px 13px 20px -10px rgba(94,94,94,0.48);
    -moz-box-shadow: 2px 13px 20px -10px rgba(94,94,94,0.48);
    box-shadow: 2px 13px 20px -12px rgba(94,94,94,0.48);
    box-sizing: border-box;
}
a.linkbox:hover li dl dd.news_3c_tit, a.linkbox:hover li dl dd.news_3c_tit2{
    text-decoration: underline;
    font-weight: 600;
}
dl.newslist_3c_box{
    padding: 0 0 30px 0;
}
dl.newslist_3c_box dt{
    width: 380px;
    height: 240px;
}
dl.newslist_3c_box dt img{
    width: 100%;
    height: 100%;
}
dl.newslist_3c_box dd{
    padding: 0 20px 0;
    margin-top: 15px;
}
dl.newslist_3c_box dd.news_3c_tit{
    font-size: 24px;
    font-weight: 500;
    line-height: 145%;
    max-height: 36px;
    letter-spacing: -1px;  
    margin-top: 20px;
}
dl.newslist_3c_box dd.news_3c_tit2{
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    max-height: 75px;
    letter-spacing: -1px;  
    margin-top: 20px;
    padding: 0 30px 0;
    text-align: center;
    height: 65px;
}
dl.newslist_3c_box dd.news_rdtxt{
    font-size: 15px;
    color: #777777;
    line-height: 165%;
    height: 75px;
}
dl.newslist_3c_box dd.sc_tit{
    color: #9e9e9e;
    font-size: 14px;
}



/* 
======================
======================

카테고리 별 3 뉴스

======================
======================
*/

section.category_3c_wrap{
    border-bottom: 1px solid #e0e4f1;
    padding-bottom: 26px;
    overflow: hidden;
    margin-top: 20px;
}
section.category_3c_wrap:last-child{
    padding-bottom: 0;
}
section.category_3c_wrap::after{
    content: "";
    clear: both;
    display: block;
}
section.category_3c_wrap:last-child{
    border-bottom: none;
}
div.category_3c_container{
    width: 570px;
    padding-right: 30px;
    float: left;
}
div.category_3c_container a:hover .ct_3c_text_headline{
    text-decoration: underline
}
div.category_3c_container_2{
    width: 570px;
    padding-left: 30px;
    float: right;
    margin-top: -15px;
}
div.category_3c_container div.ct_3c_news_cont {
    display: table;
    table-layout: fixed;
    letter-spacing: -1px;
    font-size: 15px;
    line-height: 16px;
    margin: 15px 0 0;
}
div.category_3c_container_2 div.ct_3c_news_cont{
    margin-top: 18px;
}
.ct_3c_thumb {
    display: table-cell;
    width: 170px;
}
.ct_3c_thumb_link {
    display: block;
    position: relative;
    margin-right: 25px;
}
.ct_3c_thumb_link img{
    width: 170px;
    height: 100px;
}
.ct_3c_text {
    display: table-cell;
    vertical-align: middle;
}
.ct_3c_text a:hover{
    text-decoration: underline;
}
.ct_3c_text_headline {
    letter-spacing: -1px;
    font-size: 24px;
    font-weight: 300;
    color: #000;
    line-height: 150%;
    max-height: 70px;
    padding-right: 50px;
}
p.ct_3c_text_lede {
    font-size: 15px;
    line-height: 160%;
    color: #888;
    max-height: 75px;
    margin-top: 30px;
}


/* 
======================
======================

중단 광고/이벤트 배너 

======================
======================
*/

ul.bn_c_3_list{
    padding: 35px 0 35px;
}
ul.bn_c_3_list::after{
    content: "";
    clear: both;
    display: block;
}
ul.bn_c_3_list li{
    float: left;
    width: calc(100% / 3 - 20px);
    margin-right: 30px;
}
ul.bn_c_3_list li:nth-of-type(3n){
    margin-right: 0;  
}


/* 
======================
======================

오피니언 / 전문기자 / 이슈토론

======================
======================
*/


/* 오피니언 */
.opn_group_list_wrap{
    clear: both;
    margin-top: 5px;
    width: 600px;
    padding-bottom: 25px;
    float: left;
}
.opn_contlist_5 dl a:hover dd.subj_tit{
    text-decoration: underline
}
div.opn_cont_wrap{
    margin-top: 30px;
    width: 570px;
}
div.opn_cont_wrap::after{
    content: "";
    clear: both;
    display: block;
}
ul li.opn_contlist_5{
    margin-bottom: 42px;
    max-width: 570px;
}
ul li.opn_contlist_5:last-child, div.exp_3c_news_cont:last-child{
    margin-bottom: 0;
}
ul li.opn_contlist_5 div.profile_thm{
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 28px;
}
ul li.opn_contlist_5 div.profile_thm img{
    width: 100%;
    height: 100%;
    border-radius: 100px;
    -webkit-filter: grayscale(100%);
    filter: gray;    
}
ul li.opn_contlist_5{
    float: left;
}
ul li.opn_contlist_5 dl{
    overflow: hidden;
}
ul li.opn_contlist_5 dl dt.subj_group{
    font-size: 14px;
    font-weight: 500;
    color: #314f9c;
}
ul li.opn_contlist_5 dl dd.subj_tit{
    margin-top: 8px;
    line-height: 155%;
    font-size: 18px;
    font-weight: 500;
}
ul li.opn_contlist_5 dl dd.subj_rd{
    margin-top: 8px;
    height: 75px;
    color: #777777;
    line-height: 160%;
    font-size: 15px;    
    font-weight: 400;       
}

/* 전문기자 */
section.exp_issue_wrap{
    margin-top: 5px;
    width: 570px;
    padding-bottom: 25px;
    float: right;    
}
div.exp_3c_container{
    margin-top: 30px;    
    max-width: 570px;     
}
div.exp_3c_news_cont{
    margin-bottom: 40px;
}
.exp_3c_thumb {
    display: table-cell;
    width: 170px;
}
.exp_3c_thumb_link {
    display: block;
    position: relative;
    margin-right: 20px;
}
.exp_3c_thumb_link img{
    width: 170px;
    height: 110px;
}
.exp_3c_text {
    display: table-cell;
    vertical-align: middle;
}
.exp_3c_text a:hover .exp_3c_text_headline{
    text-decoration: underline
}
.exp_3c_text_headline {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    line-height: 150%;
    margin-top: 8px;
    max-width: 380px;
}
p.exp_3c_g_tit{
    font-size: 14px;  
    font-weight: 400;
    color: #888;
}
p.exp_3c_g_tit span{
    color: #2a4ba0;
    font-weight: 600;
}
p.exp_3c_text_lede {
    font-size: 14px;
    line-height: 160%;
    color: #888;
    max-height: 48px;
    margin-top: 8px;
}

/*이슈토론*/

div.issue_container{
    width: 570px;
    height: 340px;
    margin-top: 20px;
    background: #f9f9f9;
}
div.issue_container ul li{
    text-align: center;
    overflow: hidden;
}
div.issue_container ul li a:hover .is_subject_t{
    text-decoration: underline;
}
div.graph{
    width:100%;
    margin-top: 20px;
}
div.graph > ol{
    font-size: 0;
}
div.graph > ol li{
    display: inline-block;
}
div.graph > ol li:nth-of-type(odd){
    width:40px;
    text-align:center;
}
li.t_blue, li.t_red{
    font-family:'Roboto', sans-serif;
    font-size: 20px;
    position: relative;
    top: 2px;
}
li.t_blue span, li.t_red span{
    font-size: 15px;
}
li.t_blue{
    color:#4673e3;
    margin-right: 10px;
}
li.t_red{
    color:#fe6b53;
    margin-left: 10px;    
}
div.graph .info3{
    width: 65%;
}
div.graph .info3 .gBar{
    display: inline-block;
    width: 100%;
    height: 20px;
    border: none;
    border-radius: 20px;
}
div.graph .info3 .gAction4{
    display:block;
    height:20px;
    background:#4673e3 url(https://www.etoday.co.kr/images/talk/arrow_left.png) right 4px center no-repeat;
    background-size:30px;
    border:none;
    border-radius:20px 0 0 20px;
    float:left;
    margin:0;
}
div.graph .info3 .gAction2{
    display:block;
    height:20px;
    background:#fe6b53 url(https://www.etoday.co.kr/images/talk/arrow_right.png) left 4px center no-repeat;
    background-size:30px;
    border:none;
    border-radius:0 20px 20px 0;
    float:right;
    margin:0;
}
div.issue_c_wrap{
    margin-top: 60px;
    position: relative;
}
dl.is_title_w{
    max-width: 448px;
    margin: 40px auto 0;
    text-align: center;
}
dl.is_title_w dt.is_subject_t {
    max-height: 38px;
    font-size: 24px;
    font-weight: 600;
    line-height: 150%;
    position: relative
}
span.t_b_ico{
    width: 20px;
    height: 15px;
    background-position: -220px -2700px;
    position: relative;
    top: -10px;
    margin-right: 8px;
}
dl.is_title_w dd.is_lede_t {
    max-height: 40px;
    font-size: 14px;
    color: #777;
    margin-top: 10px;
}
.issue_thumbnail {
    width: 160px;
    height: 120px;
    margin: 20px auto 0;
    position: relative;
    -webkit-box-shadow: 2px 13px 24px -15px rgba(94,94,94,0.37);
    -moz-box-shadow: 2px 13px 24px -15px rgba(94,94,94,0.37);
    box-shadow: 2px 13px 24px -15px rgba(94,94,94,0.87);
}
.issue_thumbnail img{
    width: 100%;
    height: 100%;
}
div.issue_sbj{
    background: #5862f8;
    position: absolute;    
    line-height: 125%;
    left: -42px;
    top: 0;
    font-size: 12px;
    color: #fff;
    text-align: center;
    padding: 6px 10px 6px;
}
div.issue_btn{
    position: absolute;
    right: 0;
    top: 0;
}
span.is_btn_txt{
    font-size: 13px;
    vertical-align: top;
    left: 10px;
    position: relative;
    z-index: 55;
}
span.arrow_box_ico{
    width: 50px;
    height: 40px;
    background-position: -270px -2700px;
    position: relative;
    top: -10px;
    vertical-align: top;
    position: relative;
    z-index: 2;    
}
a:hover span.arrow_box_ico_on{
    background-position: -700px -2700px;
    
}


/* 
======================
======================

IT/자동차 카테고리 리스트

======================
======================
*/


section.p_ct_contlist_wrap{
    
}
div.p_ct_container{
    margin-top: 30px;    
    max-width: 1200px;     
/*    border-bottom: 1px solid #e0e4f1;    */
}
div.p_ct_container ul{
    overflow: hidden;
}
div.p_ct_container ul li{
    margin-bottom: 55px;
}
div.p_ct_container ul li:nth-of-type(n + 3){
    margin-bottom: 20px;
}
ul li.p_ct_news_cont{
    float: left;
    max-width: 580px;
    width: 100%;
    height: 160px;
}
ul li.p_ct_news_cont:nth-of-type(2n){
    float: right;
}
div.p_ct_thumb {
    display: table-cell;
    width: 240px;
    padding-right: 25px;
}
a.p_ct_thumb_link {
    display: block;
    position: relative;
}
a.p_ct_thumb_link img{
    width: 240px;
    height: 160px;
}
.p_ct_text {
    display: table-cell;
    vertical-align: middle;
    max-width: 320px;
}
.p_ct_text a:hover .p_ct_text_headline{
    text-decoration: underline;
}
.p_ct_text_headline, p.p_ct_g_tit, p.p_ct_text_lede{
  
}
.p_ct_text_headline {
    font-size: 20px;
    font-weight: 500;
    color: #333;
    line-height: 150%;
    margin-top: 15px;
    margin-right: 15px;
    max-height: 62px;
}
p.p_ct_g_tit{
    font-size: 14px;  
    color: #2a4ba0;
    font-weight: 500;
}
p.p_ct_text_lede {
    font-size: 14px;
    line-height: 160%;
    color: #888;
    max-height: 48px;
    margin-top: 8px;
}


/* 
======================
======================

마켓뉴스

======================
======================
*/

section.mk_lst_c_wrap{
    margin-top: 25px;
}
section.mk_lst_c_wrap::after{
    content: "";
    clear: both;
    display: block;
}
span.ar_ico{
    width: 26px;
    height: 10px;
    background-position: -390px -2700px;
    position: absolute;
    top: 3px;
    right: 0;
    display: block;
}
a.mk_linkbox{
    margin-right: 30px;
    width: 380px;
    height: 275px;
    border: 1px solid #ececec;
    box-sizing: border-box;
    float: left;
    -webkit-box-shadow: -1px 17px 46px -34px rgba(0,0,0,0.18);
    -moz-box-shadow: -1px 17px 46px -34px rgba(0,0,0,0.18);
    box-shadow: -1px 17px 46px -34px rgba(0,0,0,0.18);

}
a.mk_linkbox:hover{
    border: 1px solid #294898;
    -webkit-box-shadow: -1px 17px 46px -34px rgba(0,0,0,0.34);
    -moz-box-shadow: -1px 17px 46px -34px rgba(0,0,0,0.34);
    box-shadow: -1px 17px 46px -34px rgba(0,0,0,0.34);
}
a.mk_linkbox:hover dl.mk_lst_cont dd.mk_t_hdl{
    text-decoration: underline;
}
a.mk_linkbox:last-child{
    margin-right: 0;
}
dl.mk_lst_cont{
    padding: 40px;
}

dl.mk_lst_cont dt.mk_t_sbj{
    font-size: 14px;
    color: #888;
    position: relative;      
}
dl.mk_lst_cont dd.mk_t_hdl{
    font-size: 22px;
    font-weight: 500;
    color: #333; 
    line-height: 140%;
    max-height: 62px;    
}
dl.mk_lst_cont dd.mk_t_led{
    font-size: 15px;
    color: #777;
    height: 75px;
    line-height: 160%;
}
dd.mk_t_hdl, dd.mk_t_led{
    margin-top: 20px;
}

/* 
======================
======================

IR 뉴스

======================
======================
*/


section.ir_lst_c_wrap{
    margin-top: 20px;
    border-top: 1px solid #e0e4f1;
    padding-top: 25px;
}
section.ir_lst_c_wrap::after{
    content: "";
    clear: both;
    display: block;
}

ul li.ir_lst_cont{
    width: 560px;
    float: left;
}
ul li.ir_lst_cont:nth-of-type(2n){
    float: right;
}
ul li.ir_lst_cont dl dt.ir_t_hdl{
    font-size: 22px;
    font-weight: 500;
    color: #333; 
    line-height: 140%;
    max-height: 32px;    
    padding-right: 30px;
}
ul li.ir_lst_cont dl dd.ir_t_led{
    font-size: 15px;
    color: #777;
    height: 50px;
    line-height: 160%;
    margin-top: 15px;
    padding-right: 30px;    
}
ul li.ir_lst_cont a:hover dl dt.ir_t_hdl{
    text-decoration: underline;
}


/* 
*
*
*

이투데이 2021

FOOTER CSS STYLE

*
*
*
*/

footer.f_c_wrap{
    width: 100%;
    margin-top: 60px;
    border-top: 1px solid #eaeaea;
    background: #fbfbfb;
    padding: 50px 0 50px;
}
section.f_container{
    width: 1200px;
    margin: 0 auto 0;
    position: relative;
}
div.f_m_group ul{
    overflow: hidden;
}
div.f_m_group ul li{
    float: left;
    margin-right: 32px;
    font-size: 14px;
}
div.f_m_group ul li a{
    color: #555;
    font-weight: 500;
}
div.f_m_group ul li.f_point a{
    color: #2a4ba1;
    font-weight: 600;
}
div.f_m_group ul li span.f_logo_img{  
    width: 86px;
    height: 21px;
    background-position: -440px -2700px;    
}
div.f_c_addr{
    clear: both;
    margin-top: 20px;
}
div.f_c_addr ul li{
    font-size: 14px;
    color: #888;
    margin-bottom: 15px;
}
div.f_c_addr ul li.f_g_txt{
    position: relative;
}
div.f_c_addr ul li p{ 
    margin-bottom: 5px;
    line-height: 150% !important;
}
div.f_c_addr div.f_nt_txt{
    position: absolute;
    font-weight: 600;
    color: #333;
    border-bottom: 1px solid #d8e0f2;
    box-shadow: 0 -8px 0 #d8e0f2 inset;
    display: inline-block;
    left: 590px;
    top: 25px;
    line-height: 150% !important;
}


div.f_share_icons{
    margin-top: 25px;
}
a.f_s_ico1, a.f_s_ico2, a.f_s_ico3, a.f_s_ico4, a.f_s_ico5, a.f_s_ico6, a.f_s_ico7{
    width: 45px;
    height: 45px;    
}
a.f_s_ico1{background-position: -5px -2776px;}
a.f_s_ico2{background-position: -55px -2776px;}
a.f_s_ico3{background-position: -105px -2776px;}
a.f_s_ico4{background-position: -155px -2776px;}
a.f_s_ico5{background-position: -205px -2776px;}
a.f_s_ico6{background-position: -255px -2776px;}
a.f_s_ico7{background-position: -420px -2776px;}


.family_site_wrap{
    position: absolute;
    right: 0;
    top: -14px;    
}
.family_site {
    cursor: pointer;
    box-sizing: border-box;
    height: 52px;
    background: url(/images/fmsico.png) 160px 50% no-repeat;
    width: 200px;
    color: #333;
    line-height: 52px;
    padding-left: 25px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #bbbbbb;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 19px 16px -20px rgba(0,0,0,0.22);
    -moz-box-shadow: 0px 19px 16px -20px rgba(0,0,0,0.22);
    box-shadow: 0px 19px 16px -20px rgba(0,0,0,0.22);
}
.family_site.on {
    background: #fff url(/images/fmsico_on.png) 160px 50% no-repeat;
    background-color: #f5f5f5;
}
.sub_family {
    display: none;
    background: #fff;
    position: absolute;
    right: 0;
    top: 50px;
    width: 200px;
    z-index: 10;
}

.sub_family.show {
    display: block
}
.sub_family li:first-child{
border-top: 1px solid #bbbbbb;    
}
.sub_family li {
    border-top: 1px solid #e0e4f1;
    border-right: 1px solid #bbbbbb;
    border-left: 1px solid #bbbbbb;
    height: 52px;
    line-height: 52px;
    font-size: 14px;
}

.sub_family li:last-child {
    border-bottom: 1px solid #bbbbbb;
}

.sub_family li a {
    color: #555;
    display: block;
    padding-left: 26px;
    font-weight: 400;
}

.sub_family li a:hover {
    background: #3053ae;
    color: #fff;
}

div.f_c_noti{
    margin-top: 10px;
    font-size: 14px;
    color: #888;
    border-top: 1px solid #eaeaea;
    display: inline-block;
    padding: 20px 0 5px;
    line-height: 26px;

}
div.f_c_noti p span{
    color: #333;
    font-weight: 600;
}


/*서브페이지 상단 데스크픽 2021 CSS 추가*/

section.t_desk_c_wrap{
    width: 1200px;
    margin-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e0e4f1;
    overflow: hidden;
}
div.tdesk_m_conts, div.tdesk_s_conts{
    float: left;
}
div.tdesk_m_conts{
    width: 600px;
    box-sizing: border-box;
}
h2.dp_m_tit, h3.dp_r_tit{
    font-weight: 400;
    text-align: left;
    overflow: hidden;
    max-width: 640px;
    margin: 0 auto 0;
}
div.tdesk_m_conts h2.dp_m_tit{
    font-size: 30px;
    margin-top: 15px;
    padding-right: 15px;
    color: #333;
}
div.tdesk_m_conts h3.dp_r_tit{
    font-size: 15px;
    margin-top: 15px;
    color: #888888;
    line-height: 160%;
    font-weight: 400;
    letter-spacing: 0;
    padding-right: 30px;
    max-height: 50px;
}
.dp_m_img{
    max-width: 600px;
    -webkit-box-shadow: 3px 10px 28px -5px rgba(179,179,179,0.65);
    -moz-box-shadow: 3px 10px 27px -5px rgba(179,179,179,0.65);
    box-shadow: 3px 10px 28px -5px rgba(179,179,179,0.45);     
}
.dp_m_img img{
    width: 600px;
    height: 380px;
}

div.tdesk_s_conts {
    width: 100%;
    max-width: 550px;
    margin: 0;
    float: right;
}
div.tdesk_s_conts ul li{
    overflow: hidden;
}
div.tdesk_s_conts ul li:nth-of-type(2){
    margin-top: 45px;
}
.dp_s_conts_title {
    line-height: 36px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 25px;
}
.dp_s_conts_title h3{
    font-size: 30px;
    font-weight: 300;
    color: #333;
    line-height: 140%;
    max-height: 85px;
}
.dp_s_conts_rtext{
    clear: both;
    margin-top: 15px;
}
.dp_s_conts_rtext h4{
    color: #888;
    font-size: 15px;
    font-weight: 400;
    max-height: 75px;
    line-height: 165%;    
}
.dp_list_thumbnail{
    display: table-cell;   
    -webkit-box-shadow: -1px 17px 46px -34px rgba(0,0,0,0.38);
    -moz-box-shadow: -1px 17px 46px -34px rgba(0,0,0,0.38);
    box-shadow: -1px 17px 46px -34px rgba(0,0,0,0.38);    
}
.dp_list_thumbnail img {
    width: 200px;
    height: 125px;
}

div.tdesk_m_conts a:hover h2.dp_m_tit, div.tdesk_s_conts a:hover .dp_s_conts_title h3{
    text-decoration: underline;
}

p.by_info{
    font-size: 15px;
    color: #888;
    margin-top: 15px;
}
p.by_info span{
    font-weight: 600;
    color: #555;
}
.dp_m_img, .dp_list_thumbnail{
    position: relative;
}
span.dp_tit_bullet{
    width: 80px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    text-align: center;
    background: #ff8111;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'Roboto', sans-serif;   
}


/*서브페이지 기사리스트 2021 CSS 추가*/
div.sub_n_list_cont{
    margin-top: 60px;
}

ul > li.sp_newslist {
    clear: both;
    margin-top: 55px;
    max-width: 800px;
    height: 125px;
    box-sizing: content-box;
}
ul > li.sp_newslist:first-child{
    margin-top: 25px;
}
.sp_newslist_add{
    border-bottom: 1px solid #e0e4f1;
}

a:hover div.cluster_text_headline21{
    text-decoration: underline
}
div.cluster_thumb_link21 {
    width: 200px;
    height: 125px;
    margin-right: 25px;
    float: left;
}
.cluster_thumb_link21 img{
    width: 100%;
    height: 100%;
}
div.op_cluster_thumb_link21 {
    width: 125px;
    height: 125px;
    margin-right: 25px;
    float: left;
}
 .op_cluster_thumb_link21 img{
    width: 100%;
    height: 100%;
    border-radius: 100px;
}

.cluster_text21 {
    margin-top: 4px;
}

.cluster_text_headline21 {
    font-size: 20px;
    color: #333;
    font-weight: 500;
    max-height: 42px;
    letter-spacing: -1px;
    text-overflow: ellipsis;
    white-space: nowrap;    
    overflow: hidden;
    display: block;
}
.cluster_text_lede21 {
    max-height: 50px;
    font-size: 15px;
    font-weight: 400;
    line-height: 170%;
    color: #888;
    margin-top: 5px;
    letter-spacing: -1px;
}
.cluster_text_press21 {
    font-size: 15px;
    color: #aeaeae;
    margin-top: 18px;
    font-family: 'Roboto'
}

/*스페셜리포트 주제별 리스트 묶음*/

div.sp_group_wrap{
    margin-top: 40px;    
}
div.sp_group_wrap h3.sp_g_tit{
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    border-bottom: 2px solid #e1e7f5;
    box-shadow: 0 -8px 0 #e1e7f5 inset;    
}
.sp_newslist_add{
    margin-top: 45px;
    position: relative;
}
.sp_newslist_add_btn::before{
    content: "기사 더보기";
    background: #fff;
    font-size: 12px;
    color: #888;
    font-weight: 500;
    position: absolute;
    right: 0;
    top: -9px;
    padding: 0 10px 0;  
    margin-right: 10px;
}
a:hover .sp_newslist_add_btn::before{
    color: #294898;
}
.dw_arrow_ico{
    width: 15px;
    height: 8px;
    background-position: -1030px -2700px;
    background-color: #fff;
    position: absolute;
    top: -3px;
    right: 0;
}
div.sp_group_add{
    text-align: center;
    margin-top: 60px;
}
a.sp_group_add_ico{
    width: 90px;
    height: 90px;
    background-position: -0px -2870px;
    background-color: #fff; 
}
a.sp_group_add_ico:hover{
    width: 90px;
    height: 90px;
    background-position: -95px -2870px;
    background-color: #fff; 
}

/* 2021 서브페이지 상단 사설 고정 영역*/
div.t_edt_cont_wrap{
    margin-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e0e4f1;
}
div.t_edt_cont_wrap a:hover dl.t_edt_c_txt dt{
    text-decoration: underline;
}
h3.sbj_edt_tit{
    position: relative;
    padding-left: 10px;
}
h3.sbj_edt_tit span.t_edt_tit{
    position: relative;
    z-index: 33;
    font-size: 14px;
}
h3.sbj_edt_tit span.tri_i{
    width: 0px;
    height: 0px;
    border-top: 0 solid none;
    border-bottom:14px solid #ff9c47;
    border-right: 20px solid transparent;
    border-left: 0 solid  none;
    position: absolute;
    top: 10px;
    left: 0;
}
dl.t_edt_c_txt{
    max-width: 760px;
    padding-right: 40px;
    margin-top: 15px;
}
dl.t_edt_c_txt dt{
    font-size: 26px;
    font-weight: 600;
}
dl.t_edt_c_txt dd{
    font-size: 15px;
    font-weight: 400;
    color: #888;
    margin-top: 25px;
    line-height: 160%;
    max-height: 96px;
}


/*위너스클럽 css 추가*/

.wn_top_container{
    width: 100%;
    height: 120px;
    background: #0968c5;
    text-align: center;
}
.wns_list{
    max-width: 1140px !important;
}


/*view 본문 채널5 소개 안내 글 클래스 추가 */
.ch5_in_txt{
    font-size: 14px;
    font-weight: 500;
    color: #999;
    margin-bottom: 20px;
}

/* 최신영상 */

.videonews_wrap{
    width: 300px;
    margin-top: 26px;
}

    .videonews_wrap h2.title {
        font-size: 18px;
        display: block;
        color: #333;
    }
    .videonews_wrap .news_cont{
        clear: both;
        margin-top: 15px;
        position: relative;
    }
    .videonews_wrap .news_cont ul{
        -webkit-box-shadow: 3px 10px 35px -5px rgba(212,212,212,0.57);
        -moz-box-shadow: 3px 10px 35px -5px rgba(212,212,212,0.57);
        box-shadow: 3px 10px 35px -5px rgba(212,212,212,0.57);
    }
    .videonews_wrap .news_cont ul li.thumnail {
        width: 300px;
        height: 170px;
        position: relative;
        z-index: 1;
    }
    .videonews_wrap .news_cont ul li.thumnail img {
        width: 100%;
        height: 100%;
    }
    .videonews_wrap .news_cont ul li.tit_txt {
        font-size: 18px;
        background: #fff;
        color: #333;
        padding: 10px 40px 15px;
        text-align: center;
        font-weight:400;
    }
    .videonews_wrap .news_cont ul li.tit_txt > div{
        max-height: 54px;
        line-height: 145%;
    }
    .videonews_wrap .news_cont a:hover li.tit_txt {
        display: block;
        text-decoration: underline;
    }

/* 많이 본 영상 5 */
.videonews_listwrap {
    clear: both;
    margin-top: 40px;
}

    .videonews_listwrap ul {
        overflow: hidden;
        margin-top: 15px;
    }
        .videonews_listwrap ul li.contentsList {
            overflow: hidden;
            padding: 12px 0 12px 0;
            max-width: 300px;
        }
        .videonews_listwrap ul li.contentsList > div.cont_info {
            margin-left: 5px;
            height: 68px;
            vertical-align: middle;
            display: table-cell;
        }
        .videonews_listwrap ul li.contentsList > div.cont_info h4 {
            max-height: 50px;
            line-height: 160%;
            font-size: 15px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            color: #333;
            letter-spacing: -0.4px;
            padding-right: 10px;
            font-weight: 500;
        }
        .videonews_listwrap ul a:hover li.contentsList div.cont_info h4{
            text-decoration: underline;
        }
        .videonews_listwrap ul li.contentsList > div.thumnail {
            width: 120px;
            height: 68px;
            float: left;
            margin-right: 15px;
            position: relative;
        }
        .videonews_listwrap ul li.contentsList > div.thumnail img {
            width: 100%;
            height: 100%;
        }
        .vd_list_playtime {
            position: absolute;
            right: 5px;
            bottom: 5px;
            padding: 2px 5px 3px;
            background: #000;
            font-size: 11px;
            color: #fff;
            opacity: 0.8;
        }

        

/* 2022-01 e스튜디오 추가 css */

	div.estudio_wrap{
	    margin-top: 40px;
	}
	div.latest_video_wrap{
	    border-bottom: 1px solid #e0e4f1;
	    padding-bottom: 40px;
	}
	div.latest_video_wrap::after, div.category_video_wrap::after{
	    content: "";
	    display: block;
	    clear: both;
	}
	ul li.lat_vd_conts_list{
	    float: left;
	    margin-right: 20px;
	    max-width: 390px;
	}
	
	ul li.lat_vd_conts_list:last-child{
	    margin-right: 0;
	}
	li.lat_vd_conts_list dl dd.lat_tit{
	    font-size: 30px;
	    line-height: 130%;
	    max-height: 78px;
	    margin-top: 16px;
	    letter-spacing: -1px;
	}
	li.lat_vd_conts_list dl dt.lat_thum{
	    width: 390px;
	    height: 100%;
	    position: relative;
	    box-shadow: 3px 4px 25px -5px rgb(0 0 0 / 25%); 
	}
	
	li.lat_vd_conts_list a:hover dd{
	    text-decoration: underline;
	}  
	
	div.category_video_wrap {
	    margin-top: 60px;
	}
	h3.estu_c_tit{
	    font-size: 17px;
	    font-weight: 500;
	    margin-bottom: 20px;
	}
	h3.estu_c_tit span{
	    color: #264186;
	    font-weight: 600;
	}
	ul.vd_conts_lis_wrap {
	    position: relative
	}
	li.vd_conts_list{
	    float: left;
	    margin-right: 16px;
	    margin-bottom: 45px;
	    max-width: 256px;
	}    
	li.vd_conts_list:nth-of-type(3n){
	    margin-right: 0;
	}
	
	li.vd_conts_list dl dd.ca_tit{
	    font-size: 17px;
	    line-height: 140%;
	    max-height: 50px;
	    margin-top: 16px;
	    letter-spacing: -1px;
	    max-width: 240px;
	}
	li.vd_conts_list a:hover dl dd{
	    text-decoration: underline;
	}
	li.vd_conts_list dl dt.ca_thum{
	    width: 256px;
	    height: 100%;
	    position: relative;
	}
	
	div.vdlist_add{
	    clear: both;
	    display: block;
	    position: relative;
	    top: 20px;
	    border-bottom: 1px solid #e0e4f1;
	}
	
	div.vdlist_add a.vdlist_add_btn::before{
	    content: "더보기";
	    background: #fff;
	    font-size: 12px;
	    color: #888;
	    font-weight: 500;
	    position: absolute;
	    right: 0;
	    top: -9px;
	    padding: 0 10px 0;  
	    margin-right: 10px;
	}
	div.vdlist_add:hover a.vdlist_add_btn::before{
	    color: #294898;
	}
	
	div.estudioview{
	
	}
	div.video_conts{
	    width: 800px;
	    height: 450px;
	    box-shadow: 3px 12px 40px -5px rgb(0 0 0 / 25%);
	}
	div.video_articleview{
	    font-size: 16px;
	    line-height: 32px;
	    margin-top: 35px;
	    font-weight: 300;
	    padding: 0 15px 0 10px;
	}
	div.video_articleview div.date_day{
	    font-size: 16px;
	    color: #888;
	}
	div.video_articleview p{
	    margin-bottom: 20px;
	}
	h2.video_title{
	    font-size: 40px;
	    margin-top: 30px;
	    letter-spacing: -1px;
	    padding: 0 15px 0 10px;
	}
	
	a.e_ytb_btn{
	    font-size: 14px;
	    font-weight: 500;
	    color: #888;
	    margin-left: 8px;
	}
	a.e_ytb_btn:hover{
	    color: #264186;
	}
	span.e_ytb_ico{
	    width: 26px;
	    height: 10px;
	    margin-left: 8px;
	    background-position: -390px -2700px;
	    display: inline-block;
	}
	
	.lat_thum span.timedate, .ca_thum span.timedate{
	    background-color:rgba(2, 2, 2, 0.8);/*까만색(0,0,0) 20% 불투명도*/
	    color: #fff;
	    position: absolute;
	    right: 0;
	    bottom: 0;
	    font: 13px "Tahoma"; 
	    letter-spacing: 0;
	    padding: 4px 6px 4px;
	}