@charset "utf-8";


/* 자유차트 생성 버튼 */
#info_container .report-content-area .report-content .report .custom-chart-box .chart .chart-type-select button.chart-add-btn { background: #7b86c7; color: #fff; opacity: 1; transition: background .25s ease;}
#info_container .report-content-area .report-content .report .custom-chart-box .chart .chart-type-select button.chart-add-btn:hover { background: #6B77C1; }

/* 생성한 차트 버튼 */
#info_container .report-content-area .report-content .report .custom-chart-box .chart .chart-type-select button.custom-chart-btn { position: relative; padding-right: 32px; overflow: hidden;}
#info_container .report-content-area .report-content .report .custom-chart-box .chart .chart-type-select button.custom-chart-btn span.edit { display: block; position: absolute; top: 0; right: 0; background: #c9c9c9; padding: 0 2px; }
#info_container .report-content-area .report-content .report .custom-chart-box .chart .chart-type-select button.custom-chart-btn span.edit:hover {  background: #BABABA; }

/* 차트 생성 영역 */
#info_container .report-content-area .report-content .report .custom-chart-box { margin-top: 15px; }
#info_container .report-content-area .report-content .report .custom-chart-box .chart { position: relative; padding: 100px 0 0;}
#info_container .report-content-area .report-content .report .custom-chart-box .chart .page-btn { width: 100%; border-bottom: 1px solid #ddd; /*background: #f8f8f8;*/}
#info_container .report-content-area .report-content .report .custom-chart-box .chart .page-btn button { opacity: 1; transition: background .25s ease;}
#info_container .report-content-area .report-content .report .custom-chart-box .chart .page-btn button.cancel { background: #f7e1c0; color: #bf7453; }
#info_container .report-content-area .report-content .report .custom-chart-box .chart .page-btn button.cancel:hover { background: #EECE9E; }
#info_container .report-content-area .report-content .report .custom-chart-box .chart .page-btn button.del { background: #f2d3d9; color: #8f6266; }
#info_container .report-content-area .report-content .report .custom-chart-box .chart .page-btn button.del:hover { background: #EBC1C9; }

#info_container .report-content-area .report-content .report .custom-chart-box .chart table.table-custom-chart { border: 0; flex-basis: 350px; }
#info_container .report-content-area .report-content .report .custom-chart-box .chart table.table-custom-chart tr { border: 0; }
#info_container .report-content-area .report-content .report .custom-chart-box .chart table.table-custom-chart tr:hover { background: inherit; }
#info_container .report-content-area .report-content .report .custom-chart-box .chart table.table-custom-chart tr td { padding: 0; text-align: inherit; border:0; line-height: inherit; }
#info_container .report-content-area .report-content .report .custom-chart-box .chart table.table-custom-chart tr td.custom-chart-area { position: relative; vertical-align: top; border-left: 1px solid #ddd; padding-bottom: 45px; background: #f2f2f7; width: 100%; }

/* 설정 입력 영역 */
table.table-custom-chart tr td.custom-chart-area .head-area { position: relative; text-align: center; font-size: 1.3rem; font-weight: 600; text-align: left; padding: 13px; color: var(--navy-color);}
table.table-custom-chart tr td.custom-chart-area .head-area img { width: 20px; height: 20px; }
table.table-custom-chart tr td.custom-chart-area .set-area { width: 100%; height: 400px; position: relative; overflow-y: auto; -ms-overflow-style: none; scrollbar-width: none; border-top: 1px solid #c3c6d5; padding: 15px 13px;  }
table.table-custom-chart tr td.custom-chart-area .set-area::-webkit-scrollbar { display: none; }
table.table-custom-chart tr td.custom-chart-area .set-area .group { position: relative; margin-bottom: 5px; }
table.table-custom-chart tr td.custom-chart-area .set-area .group .title { font-size: 1.2rem; font-weight: 600; position: relative; padding-bottom: 5px; margin-bottom: 5px; border-bottom: 1px solid #dee3eb; }
table.table-custom-chart tr td.custom-chart-area .set-area .group .set .select-box { position: relative; background: #fff; cursor: pointer;}
table.table-custom-chart tr td.custom-chart-area .set-area .group .set .select-box .label { line-height: 28px; width: 100%; position: relative; padding: 0 15px; border-radius: 3px; border: 1px solid #ddd; font-size: 1.2rem; padding-right: 30px;background-image: url('../../img/report/down_b_ico.svg'); background-position: 98%; background-size: 15px; background-repeat: no-repeat; color: #000;}
table.table-custom-chart tr td.custom-chart-area .set-area .group .set .select-box ul.option-layer {position: absolute; top: 100%; left: 0; width: 100%; max-height: 150px; overflow-y: auto; -ms-overflow-style: none; scrollbar-width: none; border: 1px solid #ddd; border-top: 0; background-color: #fff; display: none; z-index: 10;}
table.table-custom-chart tr td.custom-chart-area .set-area .group .set .select-box.on ul.option-layer { display: block; }
table.table-custom-chart tr td.custom-chart-area .set-area .group .set .select-box ul.option-layer:-webkit-scrollbar { display: none; }
table.table-custom-chart tr td.custom-chart-area .set-area .group .set .select-box ul.option-layer li { padding: 3px 13px; font-size: 1.2rem; }
table.table-custom-chart tr td.custom-chart-area .set-area .group .set .select-box ul.option-layer li:hover { background: #f5f5f5; }
table.table-custom-chart tr td.custom-chart-area .set-area .group input[type="text"].text-input { border: 0; outline: 0; width: 100%; height: 28px; padding: 0 15px; border-radius: 3px; border-radius: 3px; border: 1px solid #ddd; font-size: 1.2rem; }
table.table-custom-chart tr td.custom-chart-area .set-area .group textarea { border: 0; outline: 0; width: 100%; height: 50px; resize: none; white-space: pre-wrap; padding: 5px 15px; border-radius: 3px; border-radius: 3px; border: 1px solid #ddd; font-size: 1.2rem; }
table.table-custom-chart tr td.custom-chart-area .set-area .group textarea:hover,
table.table-custom-chart tr td.custom-chart-area .set-area input[type="text"].text-input:hover,
table.table-custom-chart tr td.custom-chart-area .set-area .group .set .select-box .label:hover { border-color: #aaa; }
table.table-custom-chart tr td.custom-chart-area .set-area .group .set .row { margin-bottom: 2px; }
table.table-custom-chart tr td.custom-chart-area .set-area .group .set .row .tit { float: left; width: 70px; font-size: 1.1rem; line-height: 28px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
table.table-custom-chart tr td.custom-chart-area .set-area .group .set .row input[type="text"].text-input,
table.table-custom-chart tr td.custom-chart-area .set-area .group .set .row .select-box { float: left; width: calc(100% - 70px); }
table.table-custom-chart tr td.custom-chart-area .set-area .group .word-count { font-size: 1.1rem; float: right; padding-top: 3px; font-weight: 500; clear: both;}
table.table-custom-chart tr td.custom-chart-area .foot-area { position: absolute; bottom: 0; left: 0; width: 100%; padding: 7px 13px; background: #f2f2f7; border-top: 1px solid #c3c6d5; }
table.table-custom-chart tr td.custom-chart-area .foot-area .btn-wrap button { border: 0; outline: 0; background: none; transition: background .25s ease; font-size: 1.2rem; line-height: 30px; padding: 0 10px; letter-spacing: 0; font-weight: 500; display: inline-block; border-radius: 4px; min-width: 70px; margin: 0 1px;}
table.table-custom-chart tr td.custom-chart-area .foot-area .btn-wrap button img { width: 20px; height: 20px; position: relative; top: 5px; }
table.table-custom-chart tr td.custom-chart-area .foot-area .btn-wrap button img.img-svg { width: 15px; height: 15px; top: 8px; margin-right: 3px;}
table.table-custom-chart tr td.custom-chart-area .foot-area .btn-wrap button.left { float: left; }
table.table-custom-chart tr td.custom-chart-area .foot-area .btn-wrap button.right { float: right; }
table.table-custom-chart tr td.custom-chart-area .foot-area .btn-wrap button.blue-bg { background: var(--navy-color); color: #fff;}
table.table-custom-chart tr td.custom-chart-area .foot-area .btn-wrap button.white-bg { background: #fff; border: 1px solid #dcdcdc; }
table.table-custom-chart tr td.custom-chart-area .foot-area .btn-wrap button.white-bg:hover { background: #f8f8f8; }

/* 로딩레이어 커스텀 */
.area-415 { height: 415px; }
.loading-custom-wrap { z-index:1; position:absolute; left: 50%;  }

/* 디스에이블 효과 */
.custom-disabled { cursor: not-allowed; }

.type-disabled { color: #c0c0c0 !important; opacity: .8 !important; cursor: not-allowed !important; }
.type-disabled:hover { background: none !important; }

/* 멀티차트 영역 */
.multi-chart { width: 33%; display: inline-block; }

/* KPI차트 분석결과페이지 전용 CSS */
.kpi-wrap { display: inline-block; position: relative; width: 25%; padding: 10px 10px 10px 0px; overflow: hidden; white-space: nowrap; height: 144px; }
.kpi-wrap .box {position: relative; height: 112px; margin: 0 2.5px 5px 2.5px; text-align: center; background: #ebeff5; border-radius: 10px; display: inline-block;}
.kpi-wrap.col-2 .box { width: 100%; }
.kpi-wrap.col-3 .box { width: calc(33% - -1px); }
.kpi-wrap.col-4 .box { width: calc(25% - 6px); }
.kpi-wrap .box .align { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 97%;}
.kpi-wrap .box .tit { font-size: 1.3rem; color: #707ba0; font-weight: 500; line-height: 1.2; white-space: pre-wrap; }
.kpi-wrap .box .num { position: relative; font-size: 2.9rem; font-weight: 900; color: var(--navy-color); display: inline-block;}
.kpi-wrap .box .num.up,
.kpi-wrap .box .num.down { padding-right: 15px; }
.kpi-wrap .box .num.down:after { position: absolute; top: 23px; right: 0; content: ''; width:0; height:0; border-left: 4px solid transparent; border-right: 4px solid transparent;  z-index: 1; border-top: 6px solid #456cfd;}
.kpi-wrap .box .num.up:after { position: absolute; top: 23px; right: 0; content: ''; width:0; height:0; border-left: 4px solid transparent; border-right: 4px solid transparent;  z-index: 1; border-bottom: 6px solid #d5412d;}

.custom-chart-wrap { display: flex; flex-wrap: wrap; }
@media (min-width: 1024px) {
	.custom-chart-wrap .custom-chart-area { width: calc(100% - 350px); }
}