@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: 50px 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; }
#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;}

/* 설정 입력 영역 */
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: #19298e;}
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: 15px; }
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: 55px; font-size: 1.1rem; line-height: 28px;}
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% - 55px); }
table.table-custom-chart tr td.custom-chart-area .set-area .group .word-count { font-size: 1.1rem; text-align: 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: #19298e; color: #fff;}
table.table-custom-chart tr td.custom-chart-area .foot-area .btn-wrap button.blue-bg:hover { background: #0B1971; }
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; }

