@charset "UTF-8";


@font-face {
    font-family: 'Noto Sans KR';
    font-weight: 400;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'),
         url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),
         url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-weight: 500;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'),
         url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'),
         url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans KR';
    font-weight: 700;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'),
         url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'),
         url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');
}
/*common_css12*/

.f_right {float:right !important;}
.f_left {float:left !important;}
.clear_fix {overFlow:hidden !important;}
.red_txt {color:#e74346 !important;}
.blue_txt {color:#0068b7 !important;}
.red_bg {background:#e74346 !important; color:#fff !important;}
.blue_bg {background:#0068b7 !important; color:#fff !important;}
body {
    font-family: 'Noto Sans KR';
    font-size:14px;
    font-weight: 500;
    color:#583636;
}
a {
    color:#583636;
}

.wrap_980 {
    width:980px;
    margin:0 auto;
}
input[type=checkbox] , input[type=radio] {
    display:none;
}
.ie8 input[type=checkbox] ,.ie8 input[type=radio] {
    display:inline-block;
}
.paging {
    overflow: hidden;
    margin: 20px 0;
}
.paging ul{
    /* overflow:hidden;
    width:406px;
    margin:59px auto;
    text-align:center; */
    position:relative; 
    left:-50%; 
    float:right; 
}
.paging li{
    float:left;
    width:40px;
    font-size:15px;
    text-align:center;
    position:relative;
    left:50%;
}

.paging li.active a{
    color:#e74346;
}

.paging li.prev_btn {
    width:43px;
    text-align:left;
}
.paging li.next_btn {

    width:43px;
    text-align:right;
}
img.interest_btn {
    cursor: pointer;
}
div.amcharts-chart-div a{display: none !important;}
/* 2018.02.07 비회원 안내문구 추가 - detail 페이지 좌측 컨텐츠  */
.non_member {
    padding: 110px 0;
    text-align: center;
    font-size: 12px;
    color: #583636;
}
.non_member p {
    font-size: 14px;
    line-height:28px;
}
.non_member span {
    display: block;
    width: 150px;
    height: 34px;
    line-height: 34px;
    font-weight: 700;
    background: #da4345;
    border-radius: 30px;
    margin: 10px auto 0;
}
.non_member span a{
    display: block;
    color:#fff;
    padding:0 10px;
}
/* 2018.02.07 비회원 안내문구 추가 - detail 페이지*/

/* 2018.02.07 데이터가 없을 때 안내문구 추가 - detail 페이지 */
.no_data {
    padding: 110px 0;
    text-align: center;
    font-size: 18px;
    color: #583636;
}
.no_data p{
    padding-top:5px;
    font-weight: 700;
}
/* 2018.02.07 데이터가 없을 때 안내문구 추가 - detail 페이지 */
/* 2018.02.07 비회원일 경우 안내문구 추가 - stock 페이지 */
.non_member_notice {
    overflow:hidden;
    margin-top:12px;
    background:#f4f2f2;
    padding:23px 42px 24px;
    font-size:15;
}
.non_member_notice > * {
    float:left;
    width:370px;
    padding:20px 0;
}
.non_member_notice div p {
    line-height: 25px;
}
.non_member_notice span {
    display: inline-block;
    height: 31px;
    margin-top:5px;
    font-weight:700;
    border-radius: 15px;
    border: solid 1px #da4345;
}
.non_member_notice span a {
    display: block;
    padding:10px;
    font-size: 12px;
    color: #da4345;
}
/* 2018.02.07 비회원일 경우 안내문구 추가 - stock 페이지 */
/* header */
.header {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 9999;
    width:100%;
    height:38px;
    padding:15px 0px 17px;
}
.tudal_logo{
    float:left;
}
ul.gnb {
    float:left;
    width:348px;
    font-size:18px;
    font-weight:700;
    margin-left:187px;
}
ul.gnb li {
    float:left;
    width:25%;
    line-height:32px;
    font-weight:700;
}
ul.gnb li.active a {
    color:#e74346;
}
.lnb {
    position: fixed;
    top: 70px;
    z-index: 999;
    width:100%;
    height: 50px;
    background-color: #443e54;
}
.lnb ul {
    overflow:hidden;
    width:932px;
}
.lnb ul li{
    float:left;
    width:25%;
    height: 50px;
    line-height: 50px;
    text-align:center;
    color: #b1afb8;
    font-size: 18px;
}
.lnb ul li a{
    display:block;
    width:100%;
    height:100%;
    color: #b1afb8;
}
.lnb ul li.tscore a{
    background:#e74346;
    color:#fcf9f9
}
.lnb ul li.active a{
    color: #ffffff;
}
.search_box {
    position: relative;
    float:right;
    width:199px;
    background:#f4f2f2;
    padding:7px;
    border-radius:5px;
    z-index:99;
}
.search_box input{
    width:175px;
    height:16px;
    background:#f4f2f2;
    font-size:12px;
    color:#a49293;
    font-weight:500;
}
.search_box label{
    position: absolute;
    top:10px;
    left:11px;
    font-size:12px;
    color:#a49293;
    font-weight:500;
}
.search_box img{
    width:16px;
    height:16px;
    margin-bottom:-4px;
    cursor: pointer;
}

.search_popup {
    display:none;
    position: absolute;
    top:43px;
    right:0;
    width: 458px;
    margin-bottom:50px;
    border-radius: 5px;
    background: #fff;
    /* box-shadow: 0 0 5px 0 rgba(87, 53, 53, 0.24) ; */
    border:thin solid #ccb6b7;

}
.search_popup ul.search_menu {
    overflow:hidden;
    border-bottom:1px solid #f4f2f2;
}
.search_popup ul.search_menu li{
    float:left;
    width:20%;
    font-weight:700;
    color: #a49293;
    line-height:45px;
    text-align:center;
    cursor: pointer;
}
.search_popup ul.search_menu li.active{
    color: #583636;
    border-bottom:3px solid #583636;
}
.search_popup .scroll > div {
    display:none;
    border-top:1px solid #f4f2f2;
}
.search_popup .scroll > div.select {
    display:block;
}
.search_popup .scroll .stock {
    border-top:none;
}
.search_popup div.scroll li {
    margin-left:12px;
    border-top:1px solid #f4f2f2;
}
.search_popup > div li:first-child {
    border-top:none;
}

.search_popup .stock a {
    overflow:hidden;
    display:block;
    padding:14px 0;
}
.search_popup .scroll div > p {
    padding-top:14px;
    margin-left:12px;
    font-size: 12px;
    color: #a49293;
}
.search_popup span.shname {
   font-weight:700;
   line-height:27px;
}
.search_popup span.red_bg {
    margin:0 12px 0 7px;
    width: 70px;
    text-align: center;
    display: inline-block;
    line-height: 27px;
}
.search_popup span.blue_bg {
    margin:0 12px 0 7px;
    width: 70px;
    text-align: center;
    display: inline-block;
    line-height: 27px;
}
 .search_popup .theme a , .search_popup .port a {
    overflow:hidden;
    display:block;
    padding:8px 0;
    font-weight:700;
}
 .search_popup .theme li p , .search_popup .port li p {
    margin:0 12px 0 7px;
    line-height: 55px;
 }
 .search_popup .theme img , .search_popup .port img {
    width: 55px;
    height: 55px;
    /* border-radius: 5px; */
    margin-right:6px;
 }

.search_popup .timeline a {
    overflow:hidden;
    display:block;
    padding:16px 0;
    line-height:20px;
}
.search_popup .timeline .title {
    font-weight:700;
    color:#e74346;
}
.search_popup .timeline .title span {
    color:#b1afb8;
}
.search_popup .timeline .contents {
    padding-right:12px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
 .search_popup div.more {
    border-top:1px solid #f4f2f2;
    padding:14px 0;
    text-align:center;
    font-weight:700;
 }
.search_popup_bg {
    display:none;
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(88,54,54,0.1) !important;
    z-index:98;
}

.hsignal_popup_bg {
    display:none;
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(88,54,54,0.1) !important;
    z-index:98;
}
.header div.open {
    display:block;
}
/* bxslider */
.bx-wrapper {
    position: relative;
}
.main_visual {
    position: relative;
    width:100%;
    height:324px;
    border-bottom:1px solid #f4f2f2;
}
.bx-wrapper .bx-controls-direction{
    position: absolute;
    overflow: hidden;
    width:930px;
    top: 137px;
    left:25px;
    text-indent: -9999px;
    z-index: 99;
}
.bx-wrapper .bx-prev {
    float: left;
    left:25px;
    width: 25px;
    height: 47px;
    background-image: url('../../../assets/images/hts/img_home_banner_arrow_left_large.png');
}
.bx-wrapper .bx-next {
    float: right;
    right:25px;
    width: 25px;
    height: 47px;
    background-image: url('../../../assets/images/hts/img_home_banner_arrow_right_large.png');
}
.bx-wrapper .bx-default-pager {
    overflow:hidden;
    position: absolute;
    left:469px;
    bottom:19px;
    text-indent: -9999px;
    z-index: 99;
}
.contents_wrap {
    padding-top:70px
}
.contents_wrap .bx-pager-item {
    float:left;
}
.contents_wrap .bx-pager-item a{
    display:block;
    width: 6px;
    height: 6px;
    background-image: url('../../../assets/images/hts/img_home_banner_indicator_normal.png');
    margin-right:6px;
}
.contents_wrap .bx-pager-item .active {
    background-image: url('../../../assets/images/hts/img_home_banner_indicator_selected.png');
}
/* main_list */
.main_list{
    padding:22px 25px 24px;
}
.list_wrap {
    width:299px;
    margin-left:16px;
}
.main_list .list_wrap:first-child {
    margin:0;
}

.list_wrap .list_title {
    overflow:hidden;
    border-bottom: 1px solid #a49293;
}

.list_wrap .list_title h1 {
    font-size: 18px;
    font-weight:700;
    margin-bottom:19px;
}
.list_wrap .list_title div {
    color:#a49293;
    font-size: 12px;
    font-weight:400;
    margin-bottom:7px;
}
.list_wrap .list_title span {
    display:inline-block;
}
.list_wrap .list_title span.active {
    color:#e74346;
}
.list_wrap .list_item {
    overflow:hidden;
    width:100%;
    border-top: 1px solid #f4f2f2;
    font-weight:400;
}
.list_wrap .list_item a {
    display: inline-block;
    width:100%;
    padding: 17px 0;
}

.list_wrap .list_item li:last-child {
    border-top: none;
}
.list_item span{
    float:left;
}
.list_item span.graph{
    width: 48px;
    height: 34px;
    /* margin-right:18px; */
}
.list_wrap .thumb_list {
    border-top: none;
}
.list_wrap .thumb_list span.thumb {
    width: 57px;
    height: 57px;
    /* border-radius: 5px; */
    margin-right:13px;
    background-size: cover;
}
.list_wrap .thumb_list a{
    padding: 0px;
    line-height: 57px;
    margin-top:10px;
}
.list_wrap .thumb_list img{
    margin-bottom:-5px;
    margin-left:12px;
}
.list_wrap .thumb_list:first-child span{
    border-top: none !important;
}
.term_btn span {
    margin-left:14px;
    cursor: pointer;
}
.footer {
    font-size: 10px;
    font-weight:400;
    color: #a49293;
    line-height:15px;
    padding: 11px 0;
    border-top:1px solid #f4f2f2;
    margin-top:20px;
}
.footer div{
    margin:0 24px;
}

/* 테마 css */
.theme_contents_wrap {
    width:932px;
    padding:120px 24px 0;
}
.theme_contents_wrap .btn_wrap {
    height:48px;
    border-bottom:1px solid #a49293;
}
.btn_wrap .term_btn li {
    float:left;
    margin:11px 16px 11px 0;
}
.btn_wrap .term_btn li a {
    display: inline-block;
    width:63px;
    height:26px;
    line-height:26px;
    background: #f4f2f2;
    font-weight:700;
    text-align:center;
}
.btn_wrap .term_btn li.active a {
    background-color: #e74346;
    color: #fcf9f9;
}

.btn_wrap > div {
    padding:13px 0 14px;
}
/* 테마 수정후 삭제 하기 */
.btn_wrap #grid + label {
    display: inline-block;
    width: 26px;
    height: 21px;
    background: url('../../../assets/images/hts/ic_theme_arrange_grid_normal.png');
    cursor: pointer;
}
.btn_wrap #grid[type=radio]:checked + label {
    background: url('../../../assets/images/hts/ic_theme_arrange_grid_selected.png');
}
.btn_wrap #list + label {
    display: inline-block;
    margin-left:10px;
    width: 26px;
    height: 21px;
    background: url('../../../assets/images/hts/ic_theme_arrange_list_normal.png');
    cursor: pointer;
}
.btn_wrap #list[type=radio]:checked + label {
    background: url('../../../assets/images/hts/ic_theme_arrange_list_selected.png');
}
/* 테마 수정후 삭제 하기 */
.btn_wrap .grid input + label {
    display: inline-block;
    width: 26px;
    height: 21px;
    background: url('../../../assets/images/hts/ic_theme_arrange_grid_normal.png');
    cursor: pointer;
}
.btn_wrap .grid input[type=radio]:checked + label {
    background: url('../../../assets/images/hts/ic_theme_arrange_grid_selected.png');
}
.btn_wrap .list input + label {
    display: inline-block;
    margin-left:10px;
    width: 26px;
    height: 21px;
    background: url('../../../assets/images/hts/ic_theme_arrange_list_normal.png');
    cursor: pointer;
}
.btn_wrap .list input[type=radio]:checked + label {
    background: url('../../../assets/images/hts/ic_theme_arrange_list_selected.png');
}
.theme_contents_wrap .category_wrap {
    padding-top:22px;
    border-bottom: 1px solid #f4f2f2;
}
.category_wrap h1 {
    font-size: 16px;
    font-weight:700;
    margin-bottom:22px;
}
.category_wrap h1 img {
    width: 21px;
    height: 12px;
    margin-left:14px;
    cursor: pointer;
}
.category_wrap .slider_category {
    width:932px;
    padding-bottom:24px;
}
.slider_category .category_list {
    border-bottom:1px solid #f4f2f2;
    background:#fcf9f9;
}

.slider_category .category_list div{
    float:left;
    width: 755px;
    line-height: 38px;
    padding:10px 0 10px 12px;
    background: #fff;
}
.category_wrap div span{
    float:left;
    width: 141px;
    height: 38px;
    line-height: 38px;
    background:#fcf9f9;
    font-weight:700;
    padding:10px 0;
    padding-left:24px;
}
.category_wrap div label{
    float:left;
    margin-right: 12px;
    font-weight:500;
    cursor: pointer;
}
.category_wrap div input[type=checkbox]:checked + label {
    color:#e74346;
}
/* grid_mode */
.grid_mode {
    /* overflow: hidden; */
    padding-top:24px;
}
.grid_mode .grid_list_wrap {
    overflow: hidden;
}
.grid_list {
    margin-left:15px;
    margin-bottom:35px;
    cursor: pointer;
}
.grid_list_wrap div:first-child {
    margin-left:0;
}
.grid_list .thumb {
    width: 221px;
    height: 221px;
    /* border-radius: 5px; */
    background-color: #f4f2f2;
    color: #fcf9f9;
    background-size:contain
}
.thumb .info_card {
    display:none;
    position: relative;
    width: 197px;
    height: 187px;
    padding:17px 12px;
    /* border-radius: 5px; */
    background:rgba(252, 249, 249,0.9);
    color: #583636;
}
.grid_list:hover .info_card{
    display:block;;
}
.info_card img.interest_btn{
    float:right;
    width: 24px;
    height: 22px;
    margin-top:-5px;
}
.info_card > span{
    position: absolute;
    left:12px;
    bottom:17px;
    display:inline-block;
    width:197px;
}
.info_card .top_stock{
    overflow:hidden;
    display:inline-block;
    white-space:nowrap;
    text-overflow:ellipsis;
    width:130px;
    line-height: 22px;
}
/* 테마 a태그 추가 후 삭제하기 */
.grid_list > p {
    padding:11px 0;
}
/* ------*/
.grid_list a > p {
    padding:11px 0;
}
.grid_list .theme_name {
    font-weight:700;
}
/* list_mode */
.list_mode {
   display: none;
}
.list_mode .list_title {
    border-bottom:1px solid #a49293;
    padding:24px 0 12px;
    font-size: 12px;
    color:#a49293;
}
.list_mode .list_wrap {
    width:100%;
    margin:0;
}
.list_mode .list_wrap li{
    float:left;
    width:100%;
    padding:12px 0;
    border-bottom:1px solid #f4f2f2;
}
.list_mode .list_wrap li:hover {
    background:#fcf9f9;
}
.list_mode .list_wrap li a {
    display:inline-block;
}
.list_mode .list_wrap li a > span {
    float:left;
    line-height: 80px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list_mode .list_wrap li .name {
    line-height:20px;
    margin:30px 16px;
    width:128px;
    font-weight:700;
}
.list_mode .list_wrap li .stock {
    line-height:20px;
    width:300px;
    margin:19px 16px;
}
.list_mode .list_wrap li .stock p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list_mode .list_wrap li .stock p:first-child {
    font-weight:700;
}
.list_mode .list_wrap li .graph {
    display:inline-block;
    width: 48px;
    height:29px;
    margin:26px 0;
}
.list_mode .list_wrap li .category {  
    width:110px; 
    line-height:20px; 
    margin:30px 0px; 
    margin-left:19px;
}

.list_mode .list_wrap li .thumb {
    display:inline-block;
    width:80px;
    height:80px;
    /* border-radius: 5px; */
    background-size: cover;
}
/* 종목_시초먹기 & 종목_내일먹기*/
.stock_contents_wrap {
    width:932px;
    padding: 120px 24px 0;
}
.main_visual h1 {
    position: absolute;
    top:38px;
    left:42px;
    line-height:38px;
    font-size:18px;
    color:#fefefe;
    font-weight:400;
}
.main_visual h1 span {
    font-size:48px;
}
.notice {
    margin-top:12px;
    background:#f4f2f2;
    padding:19px 42px 20px;
    font-size:15px;
    line-height:22px;
}
.stock_contents {
    margin-top:47px;
}
.today {
    margin-top:35px;
}
.stock_contents h2 {
    font-size:30px;
    font-weight:700;
}
.stock_contents .timeline_wrap {
    padding-top:23px;
}
.timeline_wrap div {
    float: left;
    position: relative;
}
.timeline_wrap div p {
    text-align:right;
    height:12px;
    font-size:12px;
    margin-bottom:10px;
}
.today .timeline_wrap div p , .timeline_wrap div:first-child p{
    text-align:left;
}
.timeline_wrap div span {
    display:block;
    width:100%;
    height:6px;
    background:#583636;
    border-radius: 3px;
}

.today .timeline_wrap div span {
    display:block;
    width:100%;
    height:6px;
    background:#f4f2f2;
    border-radius: 3px;
}
.today .timeline_wrap div .timeline_bar span {
    background:#e74346;
}
.today .speech_bubble {
    position: absolute;
    top:-6px;
    left:50%;
    width:72px;
    height:27px;
    margin-left:-37px;
    background-image: url('../../../assets/images/hts/img_global_speech_bubble.png');
    text-align: center;
    font-size:12px;
    font-weight:400;
    line-height:20px;
    color:#fefefe;
}
.stock_list_wrap .stock_list_title {
    overflow:hidden;
    padding:10px 10px 11px;
    font-size:12px;
    color:#a49293;
    border-bottom:1px solid #a49293;
}
.stock_list_wrap span{
    float: left;
}
.stock_list li{
    overflow:hidden;
    padding:12px;
    border-bottom: 1px solid #f4f2f2;
    font-size:18px;
}
.stock_list li > span{
    margin:8px 0;
    line-height:22px;
}
/* 종목_장중먹기 & 종목_T스코어*/
.stock_item_wrap {
    /* overflow:hidden; */
    margin-top:23px;
    min-height: 700px;
}
.stock_item_wrap > div{
    float:left;
}
.stock_item_wrap .side_category {
    width:221px;
    margin-right:16px;
}
.side_category .total_signal  {
    font-size:29px;
    background:#fff;
    padding: 0px 12px;
}
.side_category .stock_select {
    position: relative;
    height:46px;
    padding:0 13px;
    margin:10px 0;
    background:#f4f2f2;
    z-index:99;
}
.side_category .stock_select > span {
    float:left;
    padding:14px 0;
    display: block;
    width: 183px;
    font-size:18px;
    font-weight:700;
    cursor: pointer;
}
.side_category .stock_select img {
    float:right;
    padding:14px 0;
    margin-top:-1px;
    cursor: pointer;
}
.stock_select .stock_select_popup {
    display:none;
    position: absolute;
    top:0;
    left:230px;
    width: 702px;
    background: #fcf9f9;
    border-radius: 5px;
    box-shadow: 0 0 5px 0 rgba(87, 53, 53, 0.24);
    z-index:99;
}
.stock_select .open {
    display:block;
}
.stock_select .stock_select_popup ul li {
    overflow:hidden;
    margin:0 14px;
    padding:12px 3px 10px;
    border-top:1px solid #f4f2f2;
}
.stock_select .stock_select_popup ul li:first-child {
    padding:14px 0;
    border-top:none;
    font-weight:700;
}
.stock_select .stock_select_popup p {
    font-size: 12px;
    margin-bottom:13px;
    color: #a49293;
}
.stock_select .stock_select_popup span {
    float:left;
    line-height:20px;
    margin-right:18px;
    font-weight:700;
    cursor: pointer;
}
.side_category  .popup_bg {
    display:none;
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(88,54,54,0.1);
    z-index:0;
}
.side_category .open {
   display:block;
}
.side_category > div {
    padding:14px 12px;
    background:#f4f2f2;
}
.side_category > div > p {
    padding-bottom:10px;
    border-bottom:1px solid #a49293;
    font-size:18px;
    font-weight:700;
}
.side_category > div > ul {
   margin-top:16px;
}
.side_category > div > ul li {
    position: relative;
    height:13px;
    padding:8px;
    padding-left:8px;
 }
 .side_category > div > ul li > *{
    float:left;
    cursor: pointer;
 }
 .side_category > div > ul li:first-child {
    padding-left:0;
    font-weight:700;
 }
 .side_category > div > ul li label {
    display:block;
    padding-left:15px;
    height:15px;
    background: url('../../../assets/images/hts/ic_stock_0900_check_box_unchecked.png') no-repeat;
 }
 .side_category > div > ul li label span{
    margin-left:11px;
 }
 .side_category > div > ul li input[type=checkbox]:checked + label {
    background: url('../../../assets/images/hts/ic_stock_0900_check_box_checked_single.png') no-repeat;
 }
 .side_category > div > ul li:first-child input[type=checkbox]:checked + label {
    background: url('../../../assets/images/hts/ic_stock_0900_check_box_checked_all.png') no-repeat;
 }
.side_category > div > ul img {
    margin-bottom:-2px;
 }
 .side_category > div > ul li .info_tooltip {
    display: none;
    position: absolute;
    top: 0;
    right: -235px;
    width: 200px;
    padding: 12px;
    border: 1px solid #f4f2f2;
    background: #fff;
    padding-left: 20px;
 }
 .side_category > div > ul li .info_tooltip p{
    border:none;
    text-indent: -8px;
    line-height: 20px;
    margin:3px 0;
 }
 .side_category > div > ul li .info_tooltip p::before{
    content: "- ";
 }
 .side_category .info_tooltip img {
    position: absolute;
    top: 7px;
    left: -8px;
 }
 
.stock_item_wrap .stock_item {
    width:695px;
}
.date_wrap {
    width:562px;
    margin:0 auto 24px;
    font-size:30px;
    font-weight:400;
    color:#a49293;
}
.date_wrap .prev_date {
    cursor: pointer;
}
.date_wrap .next_date {
    cursor: pointer;
}
.date_wrap .today {
    margin:0 25px;
    font-weight:700;
    color:#583636;
}
.stock_item .stock_item_title {
    overflow:hidden;
    font-size:12px;
    color:#a49293;
    padding:0 12px;
    padding-bottom:12px;
    border-bottom:1px solid #a49293;
}
.stock_item .stock_item_title span {
    float:left;
}
.stock_item .stock_item_list li {
    overflow:hidden;
    padding:12px;
    border-bottom:1px solid #f4f2f2;
}
.stock_item .stock_item_list li:hover {
    background:#fcf9f9;
 }
.stock_item .stock_item_list li span {
    float:left;
    line-height:18px;
}
.stock_item .stock_item_list li span.red_txt {
    font-size:30px !important;
}
.stock_item .tscore {
    width:223px;
    text-align:center;
}
.stock_item .tscore span{
    width:20%
}
/* 포트폴리오 */
.port_contents_wrap {
    width:932px;
    padding:70px 16px 0;
}
.port_cotents .port_title {
    overflow:hidden;
    width:100%;
    font-size:16px;
    margin-top:35px;
    padding-bottom:12px;
    border-bottom:1px solid #a49293;
}
.port_cotents .port_title h2 {
    overflow:hidden;
    font-size:30px;
    margin-right:22px;
}
.port_title p , .port_title div {
    padding-top:12px;
}
.port_cotents .grid_mode {
    margin-bottom:24px;
    border-bottom:1px solid #f4f2f2;
}
.port_cotents .list_title {
    padding:10px 0;
}
.port_cotents .list_wrap .benchmark{
    width: 60px;
    line-height: 20px;
    margin: 30px 18px;
}

/* 시황 */
.timeline_contents_wrap {
    overflow:hidden;
    padding-top:70px;
}
.timeline_contents_wrap .main_visual{
    width:934px;
    margin:0 auto;
    padding:0 16px;
}
.timeline_contents_wrap .date_wrap {
    position: relative;
    margin:26px auto;
}
.timeline_contents_wrap .date_wrap .today_btn{
    position: absolute;
    top:0;
    right: -184px;
    color:#583636;
    cursor:pointer;
}
.timeline_contents_wrap .slider_wrap {
    position: relative;
    width:934px;
    padding:0 16px 44px;
}
.slider_wrap .slider_btn {
    position: absolute;
    top:52px;
    left:0;
    width:100%;
    opacity:0.8;
}
.slider_wrap .slider_btn span{
    cursor:pointer;
}
.slider_wrap .slider_btn .next {
    float:right;
}
.timeline_contents_wrap .bx-wrapper {
    max-width:1580px !important;
}
.timeline_contents_wrap .bx-viewport {
    overflow:visible !important;
}

.timline_slider img{
    width:100%;
    height:164px;
    /* border-radius: 5px; */
}
.timline_slider h2{
    font-size: 18px;
    font-weight: 700;
    color: #e74346;
    margin:10px 0 22px
}
.timline_slider h2 span{
    color: #583636;
}
.timline_slider .timeline {
    line-height:20px;
}
.timeline_contents_wrap .bx-wrapper .bx-controls-direction{
    width: 964px;
    top: 52px;
    left: -16px;
    opacity:0.8;
}
.timeline_contents_wrap .bx-wrapper .bx-prev {
    width: 60px;
    height: 60px;
    background-image: url('../../../assets/images/hts/ic_global_arrow_left_square.png');
}
.timeline_contents_wrap .bx-wrapper .bx-next {
    width: 60px;
    height: 60px;
    background-image: url('../../../assets/images/hts/ic_global_arrow_right_square.png');
}

.timeline_contents_wrap .disabled {
    display:none;
}
/* .timline_slider > div.active-slide{
    border: 6px solid red;
  } */

/* 종목상세 */
.stock_detail_wrap {
    width:934px;
    padding:70px 16px 0;
    margin-top:24px;
    margin-bottom:150px

}
.stock_detail_wrap .stock_title1 {
    overflow:hidden;
    padding:12px 0;
    font-size:16px;
    color:#b1afb8;
    border-bottom:1px solid #f4f2f2;
}
.stock_detail_wrap .stock_title1 > p {
    float:left;
    width:70%;
}
.stock_detail_wrap .stock_title1 > p span {
    font-size:24px;
    font-weight:700;
    color:#583636;
}
.stock_detail_wrap .stock_title1 img {
    margin-bottom: -5px;
    margin-left: 13px;
}
.stock_detail_wrap .stock_title2 {
    overflow:hidden;
    padding:13px 0 21px;
    font-size:16px;
}
.stock_detail_wrap .stock_title2 div {
    float:left;
    width:50%;
}

.stock_detail_wrap .stock_title2 td span {
    color:#b1afb8;
}
.stock_detail_wrap .stock_title2 .tscore {
    font-size:30px;
    font-weight:700;
    margin-bottom:10px;
    text-align:center;
    color:#e74346;
}
.stock_detail_wrap .chart {
    width:100%;
    height:368px;
}
.stock_detail_wrap .stock_info {
    margin:12px 0;
    padding:24px 25px;
    line-height:22px;
    font-size:15px;
    background:#f4f2f2;
}

.detail_contents > div {
    float:left;
}
.tab_contents {
    float:left;
    width:615px;
    margin-right:16px
}
.tab_contents .tab_menu li {
    float:left;
    width:203px;
    padding:12px 0 10px;
    text-align:center;
    font-size:18px;
    font-weight:700;
    color:#b1afb8;
    border-top:1px solid #f4f2f2;
    border-right:1px solid #fff;
    border-left:1px solid #fff;
    border-bottom: 1px solid #443e54;
    cursor: pointer;
}
.tab_contents .tab_menu li.active {
    color:#443e54;
    border:1px solid #443e54 !important;
    border-bottom: 1px solid #fefefe !important;
    background-color: #fefefe;
}
.tab_contents > div {
    display:none;
    padding:12px 0;
}
.tab_contents > div.select {
    display:block !important;
}

.thumb_list_wrap {
    overflow:hidden;
    margin-bottom:26px;
}
.thumb_list_wrap .thumb_list {
    float:left;
    margin-left:17px
}
.thumb_list_wrap .thumb_list:first-child {
    margin:0;
}
.thumb_list_wrap .thumb_list .thumb {
    position: relative;
    width: 141px;
    height: 141px;
    /* border-radius: 5px; */
    background-size:contain;
}
.thumb_list_wrap .thumb_list .thumb div {
    display:none;
    position: absolute;
    top:0;
    left:0;
    width: 141px;
    height: 141px;
    /* border-radius: 5px; */
    background:rgba(252, 249, 249,0.9);
    color: #583636;
}
.thumb_list_wrap .thumb_list .thumb p {
    position: absolute;
    top:17px;
    left:12px;
    width: 110px;
    line-height: 18px;
}
.thumb_list_wrap .thumb_list .thumb span{
    position: absolute;
    bottom:12px;
    right:13px;
}
.thumb_list_wrap .thumb_list:hover .thumb div {
    display:block;
}
.thumb_list_wrap .thumb_list a > p {
    padding:11px 0;
}
.tab_contents .timeline li {
    padding:10px 0 16px;
    border-bottom:1px solid #f4f2f2;
    cursor: pointer;
    overflow: hidden;
    height: 60px;
}
.tab_contents .timeline li p:first-child {
    font-size:16px;
    margin-bottom: 5px;
}
.tab_contents .timeline li p {
    line-height:22px;
}
.tab_contents .timeline li.close {
    height:100%;
}
.tab_contents .timeline li p img {
    width: 16px;
    height: 10px;
    margin-left:5px;
    margin-bottom: 1px;
}


.list_contents {
    float:left;
    width:300px
}
.list_contents .list_menu li {
    float:left;
    width:50%;
    padding:12px 0 10px;
    text-align:center;
    font-size:18px;
    font-weight:700;
    color:#b1afb8;
    border-bottom:3px solid #f4f2f2;
    cursor: pointer;
}
.list_contents .list_menu li.active {
    color:#443e54;
    border-bottom:3px solid #443e54;
}
.list_contents .tscore_list li span{
    float:left;
    line-height:18px;
}
.list_contents .tscore_list{
    /*display:none;*/
}
.list_contents .select {
    display:block !important;
}
.list_contents .list_title {
    font-size:12px;
    color:#a49293;
    padding:11px 0;
    border-bottom:1px solid #a49293;
}
.list_contents .tscore_list li {
    overflow:hidden;
    padding:13px 0;
    border-bottom:1px solid #f4f2f2;
}
.list_contents li span p {
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.list_contents li span {
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.list_contents span.rank {
    font-size:30px;
    padding:8px 0;
    color:#e74346;
}
.list_contents .tscore_list span.graph {
    width:48px;
    height:29px;
    margin:5px;
}
.list_contents .list_paging {
    margin:13px 0;
    text-align:right;
}
.list_contents .prev_btn, .list_contents .next_btn {
    cursor: pointer;
}
/* 테마상세 */
.theme_detail_wrap {
    width:934px;
    padding:70px 16px 0;
}
.theme_detail_wrap .chart {
    width:100%;
    height:368px;
    margin-bottom:12px;
}
.theme_detail_wrap .theme_title1 {
    height:46px;
    font-size:16px;
    border-bottom:1px solid #f4f2f2;
}
.theme_detail_wrap .theme_title1 > span {
    padding: 13px 0;
    color:#b1afb8;
}
.theme_detail_wrap .theme_title1 span img{
    margin-bottom:-5px;
    margin-left:5px;
}
.theme_title1 > ul {
    float:left;
    width:70%;
}
.theme_title1 > ul > li {
    position: relative;
    float:left;
    padding:15px 0;
    margin-left:14px;
    cursor: pointer;
}
.theme_title1 > ul > li > a{
    color:#a49293;
}
.theme_title1 > ul > li:hover > a{
    color:#583636;
}
.theme_title1 > ul > li:hover ul {
    display:block;
}
.theme_title1 > ul > li:first-child {
    margin-left:0;
}
.theme_title1 > ul span {
    display:inline-block;
    width: 10px;
    height: 16px;
    margin-bottom: -2px;
    margin-left:9px;
    background: url('../../../assets/images/hts/ic_global_arrow_right_small_lightbrown.png') no-repeat;
}
.theme_title1 > ul > li:hover p span {
    width: 16px;
    height: 10px;
    margin-left:3px;
    margin-bottom: 0px;
    background: url('../../../assets/images/hts/ic_global_arrow_down_small.png') no-repeat;
}
.theme_title1 ul.sub_nav {
    display:none;
    position: absolute;
    top:46px;
    left:0;
    background:#fff;
    border:1px solid #f4f2f2;
    z-index:9;
}
.theme_title1 ul.sub_nav li {
    width: 299px;
    color:#583636;
    padding:15px 16px;
}
.theme_title1 ul.sub_nav li:hover{
    background:#a49293;
}
.theme_title1 ul.sub_nav li:hover a{
    color:#fcf9f9;
}
.theme_title1 ul.sub_nav li span {
    float:right;
    background: url('../../../assets/images/hts/ic_global_arrow_right_small_brown.png') no-repeat;
}
.theme_title1 ul.sub_nav li:hover span{
    background: url('../../../assets/images/hts/ic_global_arrow_right_small_white.png') no-repeat;
}
.theme_title2 {
    overflow:hidden;
    padding:11px 0 24px;
}
.theme_title2 > p {
    float:left;
    width:40%;
}
.theme_title2 div > span {
    float:left;
    margin-left:40px;
    font-size: 16px;
    text-align:right;
}
.theme_title2 div > span p{
    font-size: 30px;
    margin-bottom:13px;
}
.tab_contents .info {
    overflow:hidden;
    padding:34px 0;
}
.tab_contents .info .info_img img{
    width: 141px;
    height: 141px;
    margin-right:24px;
    /* border-radius: 5px; */
    background-color: #f4f2f2;
}
.tab_contents .info > div {
    float:left;
    line-height:20px;   
}
.tab_contents .info > div.content {
    width:450px;
}
.tab_contents .list_title {
    font-size:12px;
    color:#a49293;
    padding-bottom:12px;
    border-bottom:1px solid #a49293;
}
.theme_stock_list li a {
    overflow:hidden;
    display:block;
    padding: 13px 0;
    border-bottom:1px solid #f4f2f2;
}
.theme_stock_list span {
    float:left;
    line-height:20px;
}
.theme_stock_list span:first-child {
    width:20px;
    font-size:24px;
    margin-left:14px;
    margin-top: 9px;
}
.theme_stock_list span.rank {
    font-size: 30px;
    color: #e74346;
    margin-top:4px
}
.theme_stock_list .graph {
    width:48px;
    height:29px;
    margin: 5px 60px 0;
}
.list_contents .list_title{
    text-align:center;
}
.list_contents .list_title span ,.detail_timeline .list_title span{
    padding:0 7px;
    cursor: pointer;
}
.detail_contents span.active {
    color:#e74346;
}
.list_contents .theme_list {
    /*display:none;*/
}
.list_contents .theme_list li a {
    display:block;
    overflow:hidden;
    padding:5px 0;
    border-bottom:1px solid #f4f2f2;
}
.list_contents .theme_list li span {
    float:left;
}
.list_contents .theme_list li span:first-child {
    width:24px;
    margin-right:10px;
    margin-top:21px;
}
.list_contents .theme_list li span.rank {
    margin-top:4px;
}
.list_contents .theme_list img {
    width: 57px;
    height: 57px;
    /* border-radius: 5px; */
}


.detail_timeline .list_title {
    text-align:center;
    color:#583636
}
.detail_timeline .timeline_list {
    margin-top:45px
}
.detail_timeline .timeline_list li {
    min-height:96px;
}
.timeline_list li:first-child > span > a  {
    display: block;
    margin-top: -15px;
}
.timeline_list li:first-child > span > p  {
    display: block;
    margin-top: -15px;
}
.detail_timeline .timeline_list span {
    float:left;
    width:276px;
    text-align:right;
    padding-bottom:20px;
    line-height:20px;
}
.timeline_list span:first-child  {
    padding:0 15px 20px;
    margin-left:1px;
    border-right:2px solid #e8e1e1;
}
.detail_timeline .timeline_list span.date {
    text-align:left;
}
.timeline_list span.date img{
    margin-right:7px;
    margin-left:-7px;
}
.timeline_list .target span {
    float:right;
    text-align:left;
}
.timeline_list .target span:first-child  {
    border-right:none;
    border-left:2px solid #e8e1e1;
}
.detail_timeline .timeline_list .target span.date {
    text-align:right;
    margin-top:10px;
}
.timeline_list .target span.date img {
    float:right;
    margin-top:5px;
    margin-left:11px;
    margin-right:-8px;
}
.timeline_list li.year span{
    position: relative;
    display:block;
    height:50px;
}
.timeline_list li.year span p{
    position: absolute;
    top:50%;
    margin-top:-25px;
    right:-32px;
    width: 64px;
    height: 26px;
    border-radius: 13px;
    line-height:25px;
    text-align:center;
    background:#e8e1e1;
    font-size:15px;
    color:#a49293;
}
.timeline_list li.timeline_paging span{
    position: relative;
    display:block;
    height: 60px;
    padding-bottom:0;
    margin-bottom:50px;
}
.timeline_list li.timeline_paging p {
    position: absolute;
    bottom:0;
    right:-94px;
    width: 188px;
    height: 46px;
    line-height: 46px;
    text-align:center;
    border-radius: 5px;
    background-color: #f4f2f2;
    font-size: 18px;
}
/* 포트상세 */
.port_detail_wrap {
    width:934px;
    padding:70px 16px 0;
}
.port_detail_wrap .chart {
    width:100%;
    height:368px;
    margin-bottom:12px;
}
.port_detail_wrap .port_title1 {

}
.port_detail_wrap .port_title1 {
    overflow:hidden;
    font-size:16px;
    border-bottom:1px solid #f4f2f2;
}
.port_detail_wrap .port_title1 > span {
    float:left;
    padding:13px 0;
    margin-right:5px;
    margin-top:5px;
    color: #b1afb8;
}
.port_detail_wrap .port_title1 span img{
    margin-bottom:-5px;
    margin-left:5px;
}
.port_detail_wrap .port_title2 {
    padding:10px 0 23px;
    font-size:16px;
}
.port_detail_wrap .port_title2 span p {
    font-size: 30px;
    margin-bottom: 11px;
}
.port_detail_wrap .port_title2 div > span {
    float: left;
    margin-left: 40px;
    font-size: 16px;
    text-align: right;
}
.port_detail_wrap .port_title2 div div p {
    padding:10px 0;
    color: #b1afb8;

}
.port_detail_wrap .port_title2 div div p span {
    float:right;
    color: #583636;
}
.port_profit_list li a {
    overflow:hidden;
    display:block;
    padding: 13px 10px;
    border-bottom:1px solid #f4f2f2;
    line-height:17px;
}
.port_profit_list li a > span {
    float:left;
}
.port_profit_list li a > span.profit {
    width:100px;
    text-align:right;
    font-size: 20px;
    font-weight: 700;
    line-height:35px;

}
.port_profit_list li a > span span{
    font-size: 10px;
    font-weight:500;
    color: #a49293;
}
.list_contents .port_signal {
    display:none;
}
.list_contents .port_signal .list_title {
    overflow:hidden;
    margin-bottom:12px;
    padding:5px 0;
}
.list_contents .port_signal .list_title span{
    float:left;
    padding-left:0;
    padding-right:13px;
    line-height:27px;
}
.list_contents .port_signal .list_title span.active{
    color: #583636;
}
.list_contents .port_signal .list_title select {
    float:right;
    width: 150px;
    height: 23px;
    padding-left:5px;
    border-radius: 5px;
    border: solid 1px #f4f2f2;
    font-size: 12px;
    color: #a49293;
}
.list_contents .port_signal > div > div {
    position: relative;
    padding-bottom:20px;
    border-left:2px solid #e8e1e1;
    margin-left: 6px;
}
.list_contents .port_signal > div > div a > p {
    position: absolute;
    top:-5px;
    left:-7px;
}
.list_contents .port_signal > div > div a > p span{
    margin-left:7px;
}
.port_signal  div.signal_info {
    overflow:hidden;
    padding-top:20px;
    padding-left:15px;
    line-height: 20px;
}
.port_signal  div.signal_info img {
    float: left;
    margin-right:6px;
}
.port_signal  div.signal_info p.shname {
    font-size: 16px;
    font-weight: 700;
}
.port_signal  div.signal_contents {
    overflow:hidden;
    width: 230px;
    padding:11px 0;
    padding-left:66px;
}
.port_signal  div.signal_contents > p {
    float: left;
    padding:15px 0;
}
.port_signal  div.signal_contents > div {
    float: left;
    height:50px;
    margin-left:6px;
}
.port_signal .buy  div.signal_contents div {
    border-left:1px solid #0068b7;
}
.port_signal .sell  div.signal_contents div  {
    border-left:1px solid #e74346;
}
.port_signal  div.signal_contents > div p{
    margin-left:-5px;
}
.port_signal  div.signal_contents span{
    padding:0 5px 3px;
    margin-left:-4px;

}
.port_signal  div.signal_contents .blue{
    background: #0068b7;
    color:#fff;
}
.port_signal div.signal_contents .red{
    background: #e74346;
    color:#fff;
}
.list_contents .port_signal .list_paging{
    border-left:none;
    border-top: 1px solid #a49293;
    margin:0;
    padding-top: 10px;
}

.list_contents .port_list {
    display:none;
}
.port_list .port_stock {
    overflow: hidden;
    background: #fcf9f9;
    margin: 14px 0;
    border-radius: 2px;
    border: 1px solid #e5e5e5;
}
.port_list .port_stock .shname {
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    border-bottom: thin solid #e5e5e5;
    padding: 0 14px;
}
.port_list .port_stock .shcode {
    color: #b1afb8;
    margin-left: 5px;
}
.port_list .port_stock .title {
    font-size:12px;
    color:#b1afb8
}
.port_list .updown_rate_big {
    font-size: 20px;
    font-weight: bold;
}
.port_list .history_info {
    float: right;
    margin: 14px 0;
    padding-left: 14px;
    width: 54%;
    border-left: thin solid #e5e5e5;
}
.port_list .history_info p {
    line-height:18px;
}
.port_list .history_info div {
    float: left;
    width: 50%;
    margin-bottom: 14px;
}
.port_list .history_info > p {
    clear: both;
    font-size: 12px;
}

.timeline_no_data span{
    display:block;
    width:133px;
    text-align:center;
    margin-top:10px;
    padding:5px 0;
    border:1px solid #da4345;
    border-radius:30px;
    color:#da4345;
    font-size:12px
}

.timeline_contents_wrap .bx-wrapper {
    max-width:1580px !important;
}
.timeline_contents_wrap .bx-viewport {
    overflow:visible !important;
}
