.de-info-confirm {
    width: 770px !important;
    left: calc(50% - 385px) !important;
    height: 690px;
    padding: 0px 0px 20px 0px;
}

.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, #dc021, #dc021_b{
    height: 460px;
}

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

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

/** 기존 : 202211 박수희, 인포그래픽, infographic.css로 **/
/* top logo : 줄 377 */
.br-popup-top-logo{margin: 11px 0px 0px 0px; width: 101px; height: 23px; background: url(../images/ui/d_logo_white_573130.svg) no-repeat 0 0; float: left;}

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

body{
    background: none;
}

/* 팝업 차트 페이지 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;
}