/* -------------- 공통 ------------- */
.fl {float:left;}
.fr {float:right;}
.txt_plus {color:#f83838;}
.txt_minus {color:#177cd2;}
html {height:100%;}
body {
    height:100%;
    overflow:hidden;
}
.none_visible {display:none;}

/* --------------------------------- */
/* ----------- 레이아웃 ------------- */
/* --------------------------------- */
#wrap_np {
    width:900px;
    height:100%;
    overflow: hidden;
}
#top_np {
    width:100%;
    background:#fff;
}
#container {
    width:100%;
    height:510px;
    background:#f5f7f9;
    overflow: hidden;
}


/* --------------------------------- */
/* ----------- TOP 섹션 ------------- */
/* --------------------------------- */

/* 검색바 */
.section_top {
    background:#177cd2;
    height:50px;
}
.section_top .logo {overflow: hidden;}
.section_top .logo p.img_logo {
    margin-top:18px;
    margin-left:20px;    
}
.section_top .logo p.pageTitle {
    margin-top:17px;
    margin-left:10px;
}
.section_top .srchbox {overflow: hidden;}
.section_top .srchbox input {
    width:210px;
    border:none;
    border-radius:30px;
    padding:8px 20px;
    margin-top:10px;
    
    font-size:12px;
    color:#555;
}
.section_top .srchbox img {
    float:right;
    margin-top:16px;
    padding:0 20px 0 7px;    
}

.top_GNB_find_list_box{
    font-family: "NanumGothic", "Nanum Gothic", "나눔고딕", "Apple SD Gothic Neo";
    font-size: 12px !important;
    border: solid 1px #006699 !important;
    line-height: 20px !important;
    padding: 5px !important;
    background-color: White !important;
    list-style-type:none !important;
    width:158px !important;
}

/* 종목정보 */
.section_stock {
    background:#fff;
    min-height:159px;
    border-bottom:1px solid #ccc;    
    padding:20px;
    overflow: hidden;
}
.box_stockInfo {width:410px; overflow: hidden;}
.box_stockInfo .stockTitle{
    overflow: hidden; 
    line-height:24px;
}
.box_stockInfo .li-2{
    overflow: hidden; 
    line-height:140%;
}
.box_stockInfo .stockTitle p.title {
    font-size:18px; 
    font-weight:600;
    letter-spacing: -0.5px;
    color:#333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: normal;
}
.box_stockInfo .stockTitle p.code,
.box_stockInfo .li-2 p.code{
    font-size:13px;
    color:#f83838;
    margin-left:4px;
} 
.box_stockInfo .stockTitle p.universe,
.box_stockInfo .li-2 p.universe{
    font-size:13px;
    color:#333;
    margin-left:12px;
}
.box_stockInfo .stockProduct {
    font-size:12px;
    color:#777;
    margin-top:4px;
}
.box_stockInfo .stockProduct span {padding:0 4px;}

.box_stockInfo .stockLink {
    margin-top:10px;
    line-height:16px; 
    overflow: hidden;
}
.box_stockInfo .stockLink img {
    margin-bottom:-2px;
    margin-right:6px;
}
.box_stockInfo .stockLink p.txt_link {
    font-size:12px; 
    color:#177cd2;
    text-decoration: underline;
}
.box_stockInfo .stockLink p.txt_link:hover {
    cursor: pointer;
    color:#1164aa;
}


/* 날씨정보 */
.box_stockWeather {
    overflow: hidden;
    text-align: center;
}
.box_stockWeather .weatherBox {
    width:66px;
}
.box_stockWeather .weatherBox p.title {
    font-size:12px;
    color:#777;
}
.box_stockWeather .weatherBox p.icn {
    margin-top:7px;
    margin-bottom:3px;
}
.box_stockWeather .weatherBox p.score {
    font-family: 'Roboto', sans-serif;
    font-size:18px;
    font-weight:500;
    color:#333;
}
.box_stockWeather .line {
    width:33px;
    margin-top:20px;
}


/* 종목데이터 */
.tbl_stockData {
    float:left;
    width:100%;
    margin-top:16px;
    border:1px solid #dddddd;
}
.tbl_stockData th {
    font-size:12px;
    font-weight:600;
    background:#d5dbe0;
    color:#333;
    padding:11px 0;
}
.tbl_stockData td {
    font-size:13px;
    color:#333;
    text-align: center;
    padding:11px 0;
}


/* 사이드메뉴 */
.content_side {
    position: relative;
    width:170px;
    height:510px;
    color:#fff;
    background:#0c1f30;
}
.content_side .menu_1depth {
    position:relative;
    background:#0c1f30;
    color:#fff;
    font-size:13px;
    font-weight:600;
    line-height:50px;
    padding-left:20px;
    transition:0.3s;
}
.content_side .menu_1depth:hover {
    cursor: pointer;
    background:#172e43;
}
.content_side .on_1d {
    color:#fcff00;
    background:#172e43;
}
.content_side .menu_2depth {
    background:#16344c;
    color:#fff;
    font-size:13px;
    line-height:34px;
    padding-left:35px;
    transition:0.3s;
}
.content_side .menu_2depth:hover {
    cursor: pointer;
    background:#294c69;
}
.content_side .on_2d {
    color:#fcff00;
    background:#294c69;
}


/* 컨텐츠 영역 */
.content_mid {
    width:690px;
    height:458px;
    padding:26px 20px;
    overflow-x: auto;
    overflow-y: auto;
}
.content_mid p.txt_info {
    font-size:12px;
    color:#242424;
    text-align: right;    
}
.section_product {
    width:100%;
    overflow: hidden;
    overflow-x:auto;
}
.section_product p.title {
    line-height:20px;
}
.section_product p.title img {
    vertical-align: middle;
}
.section_product p.title span {
    font-size:15px;
    font-weight:600;
    color:#333;
    padding-left:6px;
}
.section_product p.cont_info {
    margin-top:12px;
    padding-left:12px;
    font-size:13px;
    color:#333;
    line-height:18px;
}
.section_product p.cont_info span {
    display: block;
    margin-bottom:20px;
}
div.cont_news {margin-top:12px;}
div.cont_news li.listbox {
    margin-left:12px; 
    margin-bottom:15px;
}
div.cont_news li.listbox p.date {
    font-size:12px;
    color:#777;
}
div.cont_news li.listbox p.news {
    border:1px solid #ddd;
    background:#fff;
    padding:14px 16px;
    margin-top:6px;

    height:64px;
    overflow: auto;
}
div.cont_news li.listbox p.news span {
    font-size:13px;
    color:#333;
    line-height:18px;
}


/* 공통 페이지네이션 */
.pagination { 
    width:100%;
    margin:0 auto;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    margin-top:20px;
    overflow: hidden;
}
.pagination ul {
    display: inline-block;
}
.pagination li {
    float:left;
    margin-left:-1px;
}
.pagination li:first-child {
    margin-left:0;
}
.pagination li a {
    font-size:13px;
    background:#fff;
    color:#333;
    float:left;
    width:36px;
    height:33px;
    line-height: 33px;
    text-decoration:none;
    transition:background-color .3s;
    border:1px solid #ccc;
    
    box-sizing: border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
}
.pagination li:first-child a {
    border-radius:5px 0 0 5px;
}
.pagination li:last-child a {
    border-radius:0 5px 5px 0;
}
.pagination li a.on {
    background:#177cd2;
    color:#fff;
    border:1px solid #177cd2;
}
.pagination li a:hover:not(.on) {
    background:#e5e7e9;
}



/* 이투데이 종목뉴스 리스트 */
.section_etList {
    margin-bottom: 40px;
}
.box_etList {
    border:1px solid #ddd;
    background:#fff;
    margin-bottom:10px;
}
.box_etList p.top {
    padding:14px 22px;
    border-bottom:1px dashed #ccc;
}
.box_etList p.top span.num {
    font-size:13px;
    color:#666;
    margin-right:12px;
}
.box_etList p.top span.title {
    font-size:13px;
    font-weight:600;
    color:#333;
}
.box_etList p.top span.title:hover {
    text-decoration: underline;
    cursor: pointer;
}
.box_etList p.bttm {
    padding:10px 22px 14px 22px;
}
.box_etList p.bttm span.date {
    font-size:12px;
    color:#666;
    margin-right:30px;
}


/* 이투데이 종목뉴스 뷰화면 */
.box_etList p.bttm_view {
    padding:10px 22px 14px 22px;
    border-bottom: 1px solid #ddd;
}
.box_etList p.bttm_view span.date {
    font-size:12px;
    color:#666;
    margin-right:30px;
}
.box_etList p.cont {
    padding:30px 20px;
}
.box_etList p.cont span {
    font-size:13px;
    color:#333;
    line-height:22px;
}
.box_etList p.cont span a {
    color:#177cd2;
    text-decoration: underline;
    cursor: pointer;
}
.btn_returnList {
    width:360px;
    line-height:36px;
    background:#177cd2;
    color:#fff;
    font-size:13px;
    font-weight:600;
    margin:0 auto;
    margin-top:10px;
    text-align: center;
    
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
}
.btn_returnList:hover {
    cursor: pointer;
    background:#1275c9;
}


/* 차트 - 주가차트 */
.section_chartTab {
    width:100%;
    overflow: hidden;
    position: relative;
}
.section_chartTab li.tab:first-child {
    margin-left:0;
}
.section_chartTab li.tab {
    position: relative;
    float:left;
    margin-left:-1px;
    width:138px;
    line-height:43px;
    border:1px solid #d5dbe0;
    background:#fff;
    color:#1f3c5f;
    text-align: center;
    font-size:13px;
    font-weight:600;
    cursor:pointer;
}
.section_chartTab li.on {
    position: relative;
    width:140px;
    line-height:45px;
    background:#1f3c5f;
    color:#fff;
    font-size:13px;
    font-weight:600;
    border:none;
}
.section_chartTab li.on p.arrow {
    width:13px;
    height:7px;
    position: absolute;
    top:200px;
    left:300px;
}


/* 탭박스 컨텐츠 */
.tab_cont {
    background:#fff;
    border:1px solid #d2d2d2;
    margin-top:-1px;
    overflow: hidden;
    
    padding:18px 10px 0px 10px;
}
.tab_cont .box_chart {
    width:100%;
    margin-top:20px;
    float:left;
}

/* 탭박스 컨텐츠 - 차트선택 */
.tab_cont .box_chartSlct {
    padding:6px 12px;
    background:#eeeeee;
    border:1px solid #cccccc;
    
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
}
.tab_cont .box_chartSlct p {
    display:inline-block;
    *display:inline;
    zoom:1;
}
.tab_cont .box_chartSlct span {
    font-size:13px;
    color:#333;
    padding-right:8px;
}
.tab_cont .box_chartSlct img {
    vertical-align: middle;
    margin-top:-2px;
    cursor:pointer;
}
.tab_cont .box_chartSlct span.txt_5d {
    color:#009e82;
    font-weight:600;
    padding-left:4px;
}
.tab_cont .box_chartSlct span.txt_20d {
    color:#e21d1d;
    font-weight:600;
    padding-left:4px;
}
.tab_cont .box_chartSlct span.txt_60d {
    color:#ff7800;
    font-weight:600;
    padding-left:4px;
}
.tab_cont .box_chartSlct span.txt_120d {
    color:#ff0084;
    font-weight:600;
    padding-left:4px;
}


/* 탭박스 컨텐츠 - 차트 zoom기능 */
.tab_cont .box_chartZoom {
    overflow: hidden;
}
.tab_cont .box_chartZoom p {
    float:left;
}
.tab_cont .box_chartZoom p.zoomPlus {
    padding:7px 12px;
    background:#f5f7f9;
    border:1px solid #cccccc;
    cursor: pointer;
    
    border-radius:3px 0 0 3px;
    -webkit-border-radius:3px 0 0 3px;
    -moz-border-radius:3px 0 0 3px;
    -ms-border-radius:3px 0 0 3px;
    -o-border-radius:3px 0 0 3px;
}
.tab_cont .box_chartZoom p.zoomPlus:hover {
    background:#e5e7e9;
}
.tab_cont .box_chartZoom p.zoomReset {
    font-size:13px;
    color:#333;
    margin-left:-1px;
    cursor: pointer;
    
    height:30px;
    line-height: 30px;
    background:#f5f7f9;
    border:1px solid #ccc;
    
    padding:0 10px;
}
.tab_cont .box_chartZoom p.zoomReset:hover {
    background:#e5e7e9;
}
.tab_cont .box_chartZoom p.zoomMinus {
    padding:7px 12px;
    background:#f5f7f9;
    border:1px solid #cccccc;
    margin-left:-1px;
    cursor: pointer;
    
    border-radius:0 3px 3px 0;
    -webkit-border-radius:0 3px 3px 0;
    -moz-border-radius:0 3px 3px 0;
    -ms-border-radius:0 3px 3px 0;
    -o-border-radius:0 3px 3px 0;
}
.tab_cont .box_chartZoom p.zoomMinus:hover {
    background:#e5e7e9;
}
.tab_cont .box_chartZoom p.zoomRefresh {
    padding:6px 12px;
    background:#f5f7f9;
    border:1px solid #cccccc;
    margin-left:8px;
    cursor: pointer;
    
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
}
.tab_cont .box_chartZoom p.zoomRefresh:hover {
    background:#e5e7e9;
}



/* 롱텀차트 */
.section_longbox {
    width:648px;
    background:#fff;
    border:1px solid #ddd;
    padding:16px 20px;
    overflow: hidden;
}
.box_radioslct p {padding-right:26px;}
.box_radioslct p img {vertical-align: middle; padding-right:4px; cursor:pointer}
.box_radioslct p span {font-size:12px; color:#333; cursor:pointer}

.box_textinput {
    width:100%;
    overflow: hidden;
    padding-top:30px;
}
.box_textinput p {padding-right:26px;}
.box_textinput p span {font-size:12px; color:#333; cursor:pointer;}
.box_textinput p input {
    width:90px;
    border:1px solid #ccc;
    padding:6px 10px;
    font-size:12px;
    color:#333;
}
.box_textinput p select {
    font-size:12px;
    color:#333;
    padding:6px 4px;
    border:1px solid #ccc;
    background:#fff;
}
.box_textinput p img {vertical-align: middle; padding-right:4px; cursor:pointer}
.box_textinput .opt_date {padding-top:5px}

.btn_srchLong {
    padding:8px 20px;
    background:#dddfe1;
    border:1px solid #c2c2c2;
    font-size:11px;
    color:#333;
    text-align: center;
    cursor:pointer;
}
.section_chrtBox {
    width:668px;
    background:#fff;
    border:1px solid #ddd;
    padding:10px;
    overflow: hidden;
    
    margin-top:10px;
}

.tbl_longterm {
    width:100%;
    color:#333;
    margin-top:40px;
    border-top:2px solid #3b4753;
    font-size:13px;
}

.tbl_longterm th
{	
    height:50px;
	font-size:12px;
	color:#333;
	text-align:center;
	font-weight:bold;
	border-bottom:solid 1px #C0C0C0;
    background:#f0f3f8;
}

.tbl_longterm .td_longterm_top {
   height:50px;
}

.tbl_longterm td {
    /*padding:12px 6px;*/
    background:#fff;
    /*border:1px solid #ccc;*/
    border-bottom:solid 1px #C0C0C0;
    text-align: center;
    font-size:12px;
}

.tbl_longterm_left {
    width:120px;
    color:#333;
    margin-top:10px;
    border-top:2px solid #3b4753;
    font-size:13px;
    float:left;
}

.tbl_longterm_left th
{	    
    height:28px;
	font-size:12px;
	color:#333;
	text-align:center;
	font-weight:bold;
	border-bottom:solid 1px #C0C0C0;
    background:#f0f3f8;
}

.tbl_longterm_left td {
    height:28px;
    font-size:12px;
    background:#fff;    
    border-bottom:solid 1px #C0C0C0;
    text-align: center;
}

.tbl_longterm_right {
    width:533px;
    color:#333;
    margin-top:10px;
    margin-left:20px;
    border-top:2px solid #3b4753;
    font-size:13px;
    float:left;
}

.tbl_longterm_right th
{	    
    height:28px;
	font-size:12px;
	color:#333;
	text-align:center;
	font-weight:bold;
	border-bottom:solid 1px #C0C0C0;
    background:#f0f3f8;
}

.tbl_longterm_right td {   
    height:28px;
    font-size:12px;
    background:#fff;    
    border-bottom:solid 1px #C0C0C0;
    text-align: center;
}



/* 시즈널차트 */
.tbl_seasonSum {
    width:690px;
    font-size:13px;
    color:#333;
    
    margin-bottom:10px;
}
.tbl_seasonSum th {
    padding:10px 6px;
    background:#dde9f5;
    border:1px solid #ccc;
}
.tbl_seasonSum td {
    padding:12px 6px;
    background:#fff;
    border:1px solid #ccc;
    text-align: center;
}

.tbl_seasonSum_02 {
    width:690px;
    font-size:13px;
    color:#333;
    
    margin-bottom:10px;
}
.tbl_seasonSum_02 th {
    padding:10px 6px;
    background:#e7e9ea;
    border:1px solid #ccc;
}
.tbl_seasonSum_02 td {
    padding:12px 6px;
    background:#fff;
    border:1px solid #ccc;
    text-align: center;
}
.tbl_seasonSum_02 td.year {
    background:#f9f9f9;
}



/* 점수차트 */
.section_scoreChrt {
    width:668px;
    background:#fff;
    border:1px solid #ddd;
    padding:20px 10px 10px 10px;
    overflow: hidden;
    margin-top:-1px;
}



/* 종목랭크 */
.tbl_npRank {
    width:690px;
    font-size:12px;
    color:#333;
    
    margin-bottom:10px;
}
.tbl_npRank th {
    padding:6px;
    background:#dde9f5;
    border:1px solid #ccc;
    line-height:16px;
    font-weight:600;
    text-align: center;
}
.tbl_npRank td {
    padding:12px 6px;
    background:#fff;
    border:1px solid #ccc;
    text-align: center;
}
.tbl_npRank td.year {background:#f9f9f9;}
.tbl_npRank td.taR {text-align: right;}
.tbl_npRank td.slct {background:#f3f3f3;}


/* 재무제표 */
.financeTab {
    margin:0 auto;
    width:262px;
    overflow: hidden;
}
.financeTab p.tab_on {
    padding:10px 26px;
    background:#fff;
    font-size:13px;
    color:#f83838;
    border:1px solid #f83838;
    cursor: pointer;
    
    border-radius:30px;
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
    -ms-border-radius:30px;
    -o-border-radius:30px;
}
.financeTab p.tab_out {
    padding:10px 26px;
    background:#fff;
    font-size:13px;
    color:#666;
    border:1px solid #cdd1d5;
    cursor: pointer;
    
    border-radius:30px;
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
    -ms-border-radius:30px;
    -o-border-radius:30px;
}

.finance_radio_grp p{
    cursor:pointer;
}

.finance_radio_grp p span{
    font-size:12px;
    color:#333;
    cursor:pointer;
    padding: 0px 10px 0px 2px; 
}
.financeCont {
    display: inline-block;
    *display:inline;
    zoom:1;
    width:100%;
    margin-bottom:10px;
}

.tbl_npFinancial {
    float:left;
    font-size:12px;
    background:#fff;
    margin-left:-1px;
    color:#333;
    
    margin-top:10px;
}
.tbl_npFinancial th {
    font-weight:600;
    background:#dde9f5;
    padding:10px 0;
    border:1px solid #ccc;
    text-align:center;
}
.tbl_npFinancial td {
    font-size:11px;
    text-align: center;
    background:#fafafa;
    border:1px solid #ccc;
    padding:8px 3px;
    line-height:15px;
}

.tbl_npFinancial_body {
    float:left;
    font-size:12px;
    background:#fff;
    margin-left:-1px;
    color:#333;
    
    margin-top:10px;
}
.tbl_npFinancial_body th {
    font-weight:600;
    background:#dde9f5;
    padding:10px 0;
    border:1px solid #ccc;
    letter-spacing: -0.5px;
    text-align:center;
}
.tbl_npFinancial_body th.th_2nd {
    background:#eaeef2;
}
.tbl_npFinancial_body td {
    text-align: right;
    background:#fff;
    border:1px solid #ccc;
    padding:8px 4px;
    line-height:15px;
    letter-spacing: -0.5px;
}
.tbl_npFinancial_body td.bg_red {
    background:#fff0f0;
    font-weight:600;
}