html { -webkit-text-size-adjust:none; -webkit-touch-callout:none; font-size: 16px; } 
* { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; } 
*:after, *:before { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; } 

body,a,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,tr,th,td,form,fieldset,label,legend,input,textarea,button,menu { margin:0; padding:0; -webkit-text-size-adjust:none; } 
body,input,textarea,select,table,button,code { color:#333333; letter-spacing:-0.2px; font-weight:500; font-family:'Noto Sans KR'; text-align:left; } 

body { width:100%; word-wrap:break-word; word-break:break-all; background: #f1f3f6;} 

nav,menu,ul,li,ol { list-style:none; } 
div { display:block; } 
table { border-collapse:collapse; border-spacing:0; } 
img,fieldset { border:none; } 
em,address { font-style:normal; } 
section,article,header,footer,nav,aside,hgroup { display:block; } 
button { border:none; background:none; } 
input:focus, button:focus, textarea:focus { outline:none; } 
a { margin:0; padding:0; text-decoration:none; cursor:pointer; color:#333; } 
b { font-weight: 700; } 


.br-popup-wrap{padding: 0px; position: fixed; z-index: 151;}
.de-info-confirm {width: 770px !important; left: calc(50% - 385px) !important; height: 690px; padding: 0px 0px 20px 0px; background: #f1f3f6; top: 0px;}

/* head */
.br-popup-top {background: #444; height: 50px; line-height: 50px; width: 100%; padding: 0px 14px 0px 0px;}
.br-popup-top::after {content: ""; display: block; clear: both;}
.br-popup-top-logo {margin: 11px 0px 0px 15px; width: 101px; height: 23px; background: url(../images/ui/d_logo_white_573130.svg) no-repeat 0 0; float: left;}
.br-popup-top-subtitle {position: relative; color: #fff; font-size: 16px; font-weight: 400; text-align: left; padding-left: 9px; line-height: 1; margin-left: 10px;}
.br-popup-top-subtitle::before {content: ""; position: absolute; width: 1px; height: 15px; background: #999; top: 6px; left: 0px;}
.close-popup {width: 49px; height: 49px; background: url(../images/ui/popup-close.png) center no-repeat; background-size: auto; background-size: 17px 17px; float: right;}

.chart{
    /* padding: 0px 0px 20px 0px; */
    padding: 20px;
    background: #f1f3f6;
}

.chart-content{
    /* height: 690px; */
    /* padding: 0px 20px 20px 0px; */
    background: #f1f3f6;
}

.chart-content .body {
    /* padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d9d9d9; */
}

.chart-content .body h2.title{
    text-align: center;
    font-weight: bold;
    font-size: 31px;
    color: #222222;
    margin-bottom: 20px;
    position: relative;
}

.chart-content .body h2.title.align-left{
    text-align: left;
}

.chart-content .body h2.title span.warn {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 11px;
    font-weight: 500;
    color: #cccccc;
    line-height: 1.1;
    /*letter-spacing: -0.5px;*/
    top: 10px;
}


.chart-content .body h2.title.single{
    margin-bottom: 35px;
}

.chart-content .body .options .center .custom-history-back {
    font-size: 13px;
    display: none;
}

.chart-content .body .options .center {
    z-index: 1000;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 12px;
    font-weight: 600;
    padding-bottom: 0;
    text-align: left;
    /* background-color: #ffffff; */
}

.chart-content .body .options .custom-select-wrapper {
    position: relative;
    display: inline-block;
    user-select: none;
}

.chart-content .body .options .custom-select {
    position: relative;
    display: inline-block;
}

.chart-content .body .options .dc013 .custom-select-trigger, 
.chart-content .body .options .dc016 .custom-select-trigger {
    width: 150px;
}

.chart-content .body .options .custom-select-trigger {
    position: relative;
    display: block;
    width: 110px;
    height: 34px;
    padding: 0 0px 0 15px;
    font-size: 13px;
    letter-spacing: -0.025em;
    color: #555555;
    line-height: 32px;
    cursor: pointer;
    border: 1px solid #dddddd;
}

.chart-content .body .options .custom-select-trigger:after {
    position: absolute;
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    border-bottom: 1px solid #555555;
    border-right: 1px solid #555555;
    transform: rotate(45deg) translateY(-50%);
    transition: all .2s ease-in-out;
    transform-origin: 50% 0;
}


.chart-content .body .options .custom-options {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    right: 0;
    min-width: 100%;
    border: 1px solid #dddddd;
    border-top: none;
    box-sizing: border-box;
    box-shadow: 0 2px 1px rgb(0 0 0 / 7%);
    background: #fff;
    transition: all .2s ease-in-out;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-15 px);
    z-index: 1;
}

.chart-content .body .options .custom-select.opened .custom-select-trigger:after {
    margin-top: 3px;
    transform: rotate(-135deg) translateY(-50%);
}

.chart-content .body .options .custom-option:first-of-type {
    border-radius: 4px 4px 0 0;
}

.chart-content .body .options .custom-option {
    position: relative;
    display: block;
    padding: 0.5px 15px;
    border-bottom: 1px solid #dddddd;
    font-size: 12px;
    color: #555555;
    line-height: 32px;
    cursor: pointer;
    transition: all .4s ease-in-out;
    background: #fff;
}

.chart-content .body .options .custom-select.opened .custom-options{
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
    background: #fff;
}

.chart-content .body h2.title p.msg {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    font-size: 12px;
    font-weight: 500;
    color: #666666;
    letter-spacing: -0.025em;
}

.options .custom-select-wrapper {
    position: relative;
    display: inline-block;
    user-select: none;
}

.chart-content .body .options{
    margin-bottom: 10px;
    text-align: right;
    position: relative;
}

.chart-content .body .options .sort{
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-block;
}

.chart-content .body .options a, .chart-content .body .options span.on{
    text-align: center;
    background-color: #e7e9eb;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    /*width: 90px;*/
    padding: 0px 10px;
    height: 30px;
    border: 1px solid #9b9c9d;
    line-height: 2.2;
    color: #444;
}

.chart-content .body .options a.on, 
.chart-content .body .options a:hover, 
.chart-content .body .options span.on.on, 
.chart-content .body .options span.on:hover{
    color: #ffffff;
    background: #d51731;
    border: 1px solid #d51731;
}


.am-chart.medium{
    height: 435px;
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
    margin-bottom: 0;
}
.scrollable{
    overflow-y: scroll;
    padding: 15px 0 0 15px;
}

.no-chart{
    height: 542px;
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
    margin-bottom: 0;
}
.error-message-container{
    text-align: center;
    margin: 8.8rem 5rem;
}

.error-message-container .error-message .title {
    font-size: 2rem;
    font-weight: bold;
    color: #3b4450;
    margin: 3rem 0.5rem;
    letter-spacing: -1px;
}
.error-message-container .error-message a {
    font-size: 0.9rem;
    color: #333;
    text-decoration: none;
    padding: 0.5rem 1rem;
    background-color: #d9d9d9;
    border-radius: 4px;
    letter-spacing: -1px;
}

.error-message-container .error-message a:hover {
    background-color: #eaeaea;
}

.material-icons{
    font-size:10rem;
    color:#e6102e;
}

.chart-content-list{
    padding-top: 15px;
    border-top: 1px solid #d9d9d9;
}

.chart-content-list .list {
    position: relative;
    height: 71px;
}

.chart-content-list .list a.action.prev {
    left: -10px;
}

.chart-content-list .list a.action.hidden{
    display: none;
}

.chart-content-list .list a.action{
    position: absolute;
    top: 50%;
    padding: 0px;
    margin: 0px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.chart-content-list .list a.action.next{
    right: -10px;
}

.chart-content-list .list ul.items{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 17px;
    right: 17px;
    height: 71px;
    zoom: 1;
}

.chart-content-list .list ul.items::before,
.chart-content-list .list ul.items::after{
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}

.chart-content-list .list ul.items li.item{
    width: 108px;
    height: 71px;
    float: left;
    margin: 0 5px;
    position: relative;
}

.chart-content-list .list ul.items li.item:hover,
.chart-content-list .list ul.items li.item.on{
    border: 2px solid #ce1430;
}

.chart-content-list .list ul.items li.item img{
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.chart-content-list .list ul.items li.item span.label{
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 31px;
    padding: 3px 5px;
    line-height: 1.2;
    background-color: #ce1430;
    font-size: 10px;
    font-weight: thin;
    letter-spacing: -0.025em;
    color: #fff;
    filter: "alpha(opacity=80)";
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    -o-opacity: 0.8;
    opacity: 0.8;
    word-break: keep-all;
}

.chart-content-list .list ul.items li.item span.label:hover, 
.chart-content-list .list ul.items li.item span.label:on{
    border: 2px solid #ce1430;
}

#dc004, #dc004_b, #dc007, #dc007_b{
    height: 475px;
}

#dc015, #dc015_b, #dc017, #dc017_b, #dc018, #dc018_b, #dc019, #dc019_b, #dc020, #dc020_b{
    height: 460px;
}

#dc014_b, #dc015_b, #dc016_b, #dc017_b, #dc018_b, #dc019_b, #dc020_b{
    display: none;
}

#chart-bg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #f1f3f6
}

/* 230103 셀렉트박스 우측으로 붙이기 위한 css */
.ytd.options{
    text-align: center;
    font-weight: 600;
    height: 30px;
}
.ytd .center{
    left:auto !important;
    right:0;
}

.ytd .custom-option.selected{
    background-color: #d51731 !important;
    color:#fff !important;
}


#chart-area .medium {
    height: 435px;
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
    margin-bottom: 0;
}

.chart-item{
    cursor: pointer;
}



/* 20230622 차트 팝업 페이지 하단 스크롤 클릭시 
두줄로 되는 현상 막기위한 css */
.chart-content .siema {
    overflow: hidden;
}


/* 팝업 페이지 css */
.ad_chart_option{
    display: flex; 
    flex-wrap: nowrap; 
    justify-content: flex-end;
}

.ad_chart_option .yearSel{
  float: right;
  margin-right: 5px;
}

.options .select_left {
  float: left;
}

.options .select_right {
  float: right;
}


.ae_chart_option {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.af_chart_option, .ag_chart_option{
  display: flow-root;
}

.popup_logo_cover_log{
    position: absolute;
    width:82px;
    height: 20px;
    top: 518px;
    left: 342px;
    background: #fff;
    z-index: 100;
  }
  
.popup_warning_text{
    position: absolute;
    font-size: 9px;
    color: #cccccc;
    top: 522px;
    left: 67px;
    z-index: 200;
}


/* 20230622 차트 팝업 페이지 하단 스크롤 클릭시 
두줄로 되는 현상 막기위한 css */
.chart-content .siema {
    overflow: hidden;
}

/* 팝업 차트 페이지 nice select를 위한 css */
.popup .nice-select{
    width: 100px;
    margin-bottom: 0px;
}

.popup .dc_08_11 .nice-select, .popup .dc_14 .nice-select{
    width: 100px;
}

.popup .dc016 .nice-select{
    width: 150px;
}

.popup .ipoSelect .nice-select{
    width: 160px;
    margin-bottom: 0px;
}

.popup select{
    visibility: hidden;
}

.chart-content .body .popup a {
    text-align: center;
    background-color: #e7e9eb;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    /*width: 90px;*/
    padding: 0px 10px;
    height: 32px;
    border: 1px solid #9b9c9d;
    line-height: 2.4;
    color: #444;
}

.chart-content .body .newChart{
    margin-bottom: 62px;
    text-align: right;
    position: relative;
}

.newChart select{
    display: none;
}

.aa_mna {
    display: flex;
    flex-wrap: nowrap; 
    justify-content: space-between;
}

.aa_mna select{
    visibility: hidden;
}

.aa_mna .nice-select{
    margin-bottom: 0px;
}

.ad_kind .nice-select {
    width: 120px;
}




/* ****** 차트 관련 CSS  ***** */
.league-chart-tooltip #plus-percent, .chart-tooltip #plus-percent, .infographic-pie #plus-percent{ color: red; }
.league-chart-tooltip #minus-percent, .chart-tooltip #minus-percent, .infographic-pie #minus-percent{ color: blue; }

.chart-selectbox, .ipo-selectbox{
    width:137px;
    height: 30px;
    margin-top: 0;
}

.chart-selectbox option, .ipo-selectbox option{
    border: 1px solid rgb(221, 221, 221);
    font-size: 13px;
    letter-spacing: -0.025em;
    color: #555555;
    line-height: 32px;
    cursor: pointer;
}

.infogr-pie-half{
    float:left;
    width:50%;
    height:100%;
}

.cover-log{
    position: absolute;
    width:82px;
    height: 20px;
    top: 657px;
    left: 384px;
    background: #fff;
    z-index: 100;
}

.warning-text {
    position: absolute;
    font-size: 11px;
    color: #cccccc;
    top: 661px;
    left: 78px;
    z-index: 200;
}


.chart-big {
    height: 500px;
    padding: 10px;
    margin-bottom: 0;
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
}

.industry .nice-select {
    width: 120px;
}

.dateSelect .nice-select {
    width: 120px;
    margin-left: 5px;
}

.ipoSelect .nice-select {
    width: 170px;
}


.league-industry{
    margin-top: 5px;
    width: 100%;
    height: 400px;
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
    margin-bottom: 0;
    padding: 10px 12px 10px 12px;
}


/* 구차트 dc.. 에서 필요한 버튼 css */
.infographic-info-btn{
    height: 32px;
    border: 1px solid #e2e2e2;
    line-height: 31px;
    font-size: 15px;
    font-weight: 400;
    color: #333;
    text-align: center;
    margin-right: -1px;
    display: block;
    float: left;
    width: 100px;
    margin-bottom: 12px;
}

.infographic-info-btn .on{
    background: #d51731;
    color: #fff;
    border: 1px solid #d51731;
    margin-bottom: 12px;
}

.options .custom-history-back.chart {
    /* display: inline-block; */
    border: 1px solid rgb(221, 221, 221);
    width: 70px;
    height: 32px;
    padding: 0px 0px 0px 10px;
    font-size: 13px;
    letter-spacing: -0.025em;
    color: #555555;
    line-height: 31px;
    cursor: pointer;
}

.options .custom-history-back {
    font-size: 13px;
    display: none;
}

.options .custom-history-back:hover {
    background: #d51731;
    color: #ffffff;
}

.chart-subtitle{
    font-size: 13px;
    text-align: left;
    font-weight: 400;
    color: #999;
    /* margin-bottom: 58px; */
}


/* ****** 차트 관련 CSS  ***** */
.league-chart-tooltip #plus-percent, .chart-tooltip #plus-percent, .infographic-pie #plus-percent{ color: red; }
.league-chart-tooltip #minus-percent, .chart-tooltip #minus-percent, .infographic-pie #minus-percent{ color: blue; }

.chart-tooltip {font-size: 0.8rem}