/* 통계 */
[class*="statistics"] > .sTitle { position: relative; padding: 9px 12px; background: #9d8f78; text-align: center; }
[class*="statistics"] > .sTitle .title { color: #fff; font-weight: bold; font-size: 16px; line-height: 24px; }
[class*="statistics"] > .sTitle .btn-close-page { position: absolute; left: 12px; top: calc(50% - 12px); width: 24px; height: 24px; background: url('/images/statistics/ico_close_page.svg') no-repeat center center / 100%; color: transparent; font-size: 0; }
[class*="statistics"] > .sTitle .btn-prev-page { position: absolute; left: 12px; top: calc(50% - 12px); width: 24px; height: 24px; background: url('/images/statistics/ico_prev.svg') no-repeat center center / 100%; color: transparent; font-size: 0; }
[class*="statistics"] > .sTitle .to-reference { display: none; position: absolute; right: 12px; top: calc(50% - 12px); width: 64px; height: 23px; background: url('/images/statistics/ico_reference.svg') no-repeat center center / 100%; color: transparent; font-size: 0;}

/* datepicker colors */
[class*="statistics"] .mx-btn { color: #fff; }
[class*="statistics"] .mx-table { color: #fff; }
[class*="statistics"] .mx-datepicker-main { border: 1px solid transparent; color: #fff; }
[class*="statistics"] .mx-calendar-header-label { border-bottom-color: #fff; }
[class*="statistics"] .mx-calendar-content .mx-table-date .cell.today div { border-color: #fff; }
[class*="statistics"] .mx-calendar-content .mx-table-date .cell.today.active div,
[class*="statistics"] .mx-calendar-content .mx-table-date .cell.active div { color: #222; background: #fff; }
[class*="statistics"] .mx-calendar-content .mx-table-month .cell div { border-color: 1px solid #fff; }
[class*="statistics"] .mx-calendar-content .mx-table-month .cell.active { background: transparent; }
[class*="statistics"] .mx-calendar-content .mx-table-month .cell.active div { background: #fff; color: #222; }
[class*="statistics"] .mx-calendar-content .mx-table-year .cell div { border: 1px solid #fff; }
[class*="statistics"] .mx-calendar-content .mx-table-year .cell.active { background: transparent; }
[class*="statistics"] .mx-calendar-content .mx-table-year .cell.active div { background: #fff; color: #222; }
[class*="statistics"] .mx-calendar-content .cell.active-start:after,
[class*="statistics"] .mx-calendar-content .cell.active-end:before { background: #fff; }
[class*="statistics"] .mx-calendar-content .cell.in-range div { color: #222; background-color: #fff; }

.statisticsWrap { background: #f8f8f8; }
.statistics { overflow: hidden; max-width: 864px; margin: 0 auto; }
.statistics .sWrap { position: relative; margin: 2px 0 0; padding:16px 12px; background: #fff; }
.statistics .sMid { padding: 4px 0 16px; }
.statistics .sFoot { padding: 30px 12px; text-align: left; }
.statistics .sFoot:before { content: ''; display: block; clear: both; }
.statistics .sFoot strong { font-weight: bold; }
.statistics .sFoot p { margin: 0 0 12px; color: #676767; font-size: 12px; line-height: 16px; }
.statistics .sFoot p span { color: inherit; font-size: inherit; line-height: inherit; }
.statistics .tabs { background: transparent; }
.statistics .tabs .card-header { padding: 0 12px; }
.statistics .tabs .card-header .nav-link.active { background: transparent; }
.statistics .tabs .card-header .nav-link:hover { background: transparent; }
.statistics .tabs .data-table { margin: 0; }
.statistics .statistics-tabs,
.statistics .select-date-tabs { width: 100%; margin: 0; padding: 0; border-radius: 0; box-shadow: none; }
.statistics .statistics-tabs-title-disabled,
.statistics .select-date-tabs-title-disabled { display: none; }

.sTitle + .btnSelectWrap { padding: 0 12px; }
.btnSelectWrap { position: relative; padding: 16px 12px 0; background: #9d8f78; }
.btnSelectWrap .innerWrap { display: flex; flex-wrap: wrap; justify-content: space-between; max-width: 465px; margin: 0 auto; }
.btnSelectWrap .inner { display: flex; flex-wrap: wrap; overflow: hidden;  }
.btnSelectWrap .inner.typeDiff { display: flex; flex-wrap: wrap; justify-content: space-between; width: 100%; }
.btnSelectWrap .inner.typeDiff + .inner { display: none; }
.btnSelectWrap .inner.typeDiff .btnWrap { width: 50%; text-align: left; }
.btnSelectWrap .inner button[class*="btn"] { display: inline-block; position: relative; width: auto; height: 26px; padding: 0 22px; color: #fff; font-size: 14px; line-height: 20px;  border-radius: 0; }
.btnSelectWrap .inner button[class*="btn"] .txt { display: inline-block; color: inherit; font-size: inherit; border-bottom: 1px solid #fff; }
.btnSelectWrap .inner button[class*="btn"].active { color: #ffcc00; }
.btnSelectWrap .inner button[class*="btn"].active .txt { font-weight: bold; border-bottom-color: #ffcc00; }
.btnSelectWrap .inner button[class*="btn"].active:after { top: 12px; transform: rotate(-135deg); }
.btnSelectWrap .inner button[class*="select-location"]:before { content:''; display: inline-block; position: absolute; left: 0; top: 3px; width: 20px; height: 20px; background: url('/images/statistics/ico_location.svg') no-repeat center center / 100%; }
.btnSelectWrap .inner button[class*="select-location"]:after { content:''; display: inline-block; position: absolute; right: 6px; top: 6px; padding: 3px; border: solid #fff; border-width: 0 1.5px 1.5px 0; transform: rotate(45deg); }
.btnSelectWrap .inner .inputWrap { display: flex; position: relative; padding: 0 22px; box-sizing: content-box; }
.btnSelectWrap .inner .inputWrap.active:after  { top: 12px; transform: rotate(-135deg); }
.btnSelectWrap .inner .inputWrap:before { content:''; display: inline-block; position: absolute; left: 0; top: 3px; width: 20px; height: 20px; background: url('/images/statistics/ico_calendar.svg') no-repeat center center / 100%; }
.btnSelectWrap .inner .inputWrap:after { content:''; display: inline-block; position: absolute; right: 6px; top: 6px; padding: 3px; border: solid #fff; border-width: 0 1.5px 1.5px 0; transform: rotate(45deg); }
.btnSelectWrap .inner .inputWrap input[class*="select-date"] { position: relative; width: 85px; height: auto; padding: 0 2px; color: #fff; font-size: 14px; line-height: 20px; border-bottom: 1px solid #fff; border-radius: 0; background: transparent; }
.btnSelectWrap .inner .inputWrap input[class*="select-date"].submit { border-bottom-color: #ffcc00; }
.btnSelectWrap .inner .inputWrap .separator { display: inline-block; position: relative; top: 1px; margin: 0 4px; color: #fff; font-size: 12px; line-height: 20px; }

.selectAddressWrap { background: #9d8f78; }
.selectAddress { display: none; position: relative; max-width: 465px; margin:0 auto; padding: 16px 12px; border-radius: 0 0 8px 8px; }
.selectAddress.active { display: block; }
.selectAddress .title { padding: 0 12px; margin: 0 0 16px; color: #fff; font-size:18px; line-height: 26px; text-align: left; }
.selectAddress .title span { display: inline-block; }
.selectAddress .title span:first-child:after { content: ''; display: inline-block; position: relative; top: -3px; padding: 3px; margin: 0 5px; border: solid #fff; border-width: 0 1px 1px 0; transform: rotate(-45deg); }
.selectAddress .title span.submit { font-weight: bold; }
.selectAddress .addressList { display: flex; flex-wrap: wrap; flex-direction: column; position: relative; color: #fff; max-height: 261px; }
.selectAddress .addressList:before,
.selectAddress .addressList:after { content: ''; display: block; position: absolute; top: 0; width: 1px; height: 100%; background: #c9b89b; }
.selectAddress .addressList:before { left: 33.33%; }
.selectAddress .addressList:after { left: 66.66%; }
.selectAddress .addressList div { display: inline-block; flex: 0 0 auto; width: 33.33%; padding: 4px 12px; text-align: left; }
.selectAddress .btn-select-address { margin: 16px 0; padding: 0 21px; height: 32px; box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.2), 0 3px 16px 2px rgba(0, 0, 0, 0.12), 0 6px 12px 1px rgba(0, 0, 0, 0.14); background: #fff; color: #222; font-size: 14px; line-height: 20px; }
.selectAddress .btn-select-address.disabled { background: #ddd; color: #b2b2b2; }

.selectDateWrap { background: #9d8f78; }
.selectDate { display: none; position: relative; max-width: 465px; margin: 0 auto; padding: 0 12px 16px;  }
.selectDate.active { display: block; }
.selectDate .selectDatepicker { display: flex; flex-wrap: wrap; padding: 16px 0 0; }
.selectDate .selectDatepicker .btnWrap { width: 50%; text-align: center; }
.selectDate .selectDatepicker button[class*="btn"] { display: inline-block; width: auto; height: 32px; margin: 0 auto; padding: 0 8px; border-radius: 16px; color: #fff; font-size: 14px; text-align: center; }
.selectDate .selectDatepicker button[class*="btn"] span { display: inline-block; margin: 0 8px 0 0; }
.selectDate .selectDatepicker button[class*="btn"].active { color: #222; background: #fff; }
.selectDate .selectDatepicker button[class*="btn"].active span { color: #676767; }

.btnTermWrap { position: relative; padding: 16px 12px; background: #9d8f78; border-radius: 0 0 8px 8px; }
.btnTermWrap.active-out { display: none; }
.btnTermWrap .inner { display: flex; flex-wrap: wrap; overflow: hidden; max-width: 465px; margin: 0 auto; border: 1px solid #fff; border-radius: 8px;  }
.btnTermWrap .inner button[class*="btn"] { width: 20%; border-left: 1px solid #fff; border-radius: 0; color: #fff; font-size: 12px; line-height: 16px; }
.btnTermWrap .inner button[class*="btn"]:first-child { border: 0; }
.btnTermWrap .inner button.active { background: #fff; color: #9d8f78; }

.btnTrandWrap { display: flex; align-items: center; justify-content: space-between; padding: 16px 12px; }
.btnTrandWrap .inner:nth-of-type(1) { min-width: calc(100% - 92.5px); }
.btnTrandWrap .inner:nth-of-type(2) { margin: 0 3px; }
.btnTrandWrap .inner .separator { display: inline-block; position: relative; top: -1px; margin: 0 8px; color: #b2b2b2; font-size: 11px; }
.btnTrandWrap .inner button[class*="btn"] { font-size: 14px; line-height: 20px; color: #676767; text-align: center; vertical-align: baseline;}
.btnTrandWrap .inner button.btn-trand-m { width: 50%; padding: 6px 10px 7px 9px; border-color: #545045; border-right: 0; border-radius: 8px 0 0 8px; }
.btnTrandWrap .inner button.btn-trand-w { width: 50%; padding: 6px 9px 7px 10px; border-color: #545045; border-left: 0; border-radius: 0 8px 8px 0; }
.btnTrandWrap .inner button.active.btn-trand-m,
.btnTrandWrap .inner button.active.btn-trand-w { background: #545045; color: #fff; text-shadow: 0 .25px 0 #fff; }
.btnTrandWrap .inner button.active.btn-trand-sale,
.btnTrandWrap .inner button.active.btn-trand-year { position: relative; color: #545045; text-shadow: 0 .25px 0 #545045; }

.sTitle { position: relative; text-align: left; }
.sTitle .title { color: #545045; font-weight: normal; font-size: 18px; line-height: 26px; }
.sTitle .info { display: flex; flex-wrap: wrap; justify-content: space-between; margin: 2px 0 0; }
.sTitle .info span { display: inline-block; color: #676767; font-size: 12px; }
.sTitle .link-to { display: inline-block; position: absolute; right: 0; top: 0; padding:0 16px 0 0; color: #517ad6; font-size: 12px; line-height: 16px; }
.sTitle .link-to:after { content:''; display: block; position: absolute; right: 6px; top: 6px; padding: 2px; border: solid #222; border-width: 0 1px 1px 0; transform: rotate(-45deg); }

.btn-with-graph { margin: 0 0 2px 0; }
.btn-with-graph + .btn-with-graph { margin: 0 2px 0 16px; }
.btn-with-graph .txt { display: inline-block; margin: 0 0 0 4px; color: inherit; font-weight: normal; font-size: 12px; line-height: 16px; }
.btn-with-graph.typeSelected {fill: #f9786e; color: #f9786e; }
.btn-with-graph.typeDiff1 { fill: #47d7f4; color: #47d7f4; }
.btn-with-graph.typeDiff2 { fill: #4ca5ff; color: #4ca5ff; }

.icoGraph { display: inline-block; width: 19px; height: 16px; fill: inherit; }

.col-data-table { overflow: hidden; border: 1px solid #ddd; border-radius: 8px; }
.col-data-table .row { display: flex; flex-wrap: wrap; position: relative; margin: 0; }
.col-data-table .row .col { flex: 0 0 auto; width: 25%; padding: 4px 0; text-align: center; }
.col-data-table .row .col div { padding: 4px 0; }
.col-data-table .row .col.empty { display: flex; align-items: center; height: auto; }
.col-data-table .row .col.empty p { width: 100%; padding: 48px 0 0; background: #fff url('/images/statistics/ico_empty.svg') no-repeat center calc(50% - 16px) / 40px; color: #517ad6; font-size: 12px; line-height: 16px; }
.col-data-table .btn-more-view-table { position: relative; left:0; bottom: 0; width:100%; border-top:solid 1px #ddd; border-radius: 0; background: #f8f8f8; }
.col-data-table .btn-more-view-table:after { content: ''; display: block; position: absolute; left: 0; top: 0; right: 0; width: 100%; height: 24px; background: url('/images/statistics/ico_down.svg') no-repeat center center / 24px; }
.col-data-table .btn-more-view-table.more:after { transform: rotate(-180deg); }
.col-data-table .col.empty + .col.empty { z-index: 2; }
.col-data-table .col.empty + .col.empty p { flex: 0 0 auto; width: calc(200% - 4px); transform: translateX(-50%); }

.col-data-table thead th,
.col-data-table thead td { padding: 0; }
.col-data-table thead .row .col { display: flex; align-items: center; justify-content: center; }
.col-data-table thead .row:nth-of-type(1) {}
.col-data-table thead .row:nth-of-type(1) .col:not(:first-of-type) { border-left: 1px solid #ddd;  }
.col-data-table thead .row:nth-of-type(2) { border-bottom: 1px solid #ddd; }
.col-data-table thead .row:nth-of-type(2) .col:first-of-type { border-left: 0; }
.col-data-table thead .row:nth-of-type(2) .col:not(:first-of-type) { border-left: 1px solid #ddd; background: #fff; }
.col-data-table thead .row:nth-of-type(2) .col:nth-of-type(2).active { color: #fb7069; font-weight: bold; }
.col-data-table thead .row:nth-of-type(2) .col:nth-of-type(3).active { color: #56d4f0; font-weight: bold; }
.col-data-table thead .row:nth-of-type(2) .col:nth-of-type(4).active { color: #517ad6; font-weight: bold; }
.col-data-table thead button[class*="diff"] { min-height: auto; color: inherit; line-height: 20px; }
.col-data-table thead .active button[class*="diff"] { font-weight: bold; }
.col-data-table thead button[class*="delete-diff"]:after { content: ''; display: inline-block; position: relative; top: 3px; width: 16px; height: 17px; margin: 0 0 0 2px; background: url('/images/statistics/ico_delete.svg') no-repeat center center / 100%; }
.col-data-table thead button[class*="select-diff"]:after { content: ''; display: inline-block; position: relative; top: -1px; padding: 3px; border: solid #000; border-width: 0 1px 1px 0; transform: rotate(-45deg); }
.col-data-table tbody th,
.col-data-table tbody td { padding: 0; }
.col-data-table tbody .row { height: 125px; }
.col-data-table tbody .row.more { height: auto; }
.col-data-table tbody .row .col { height: 100%; }
.col-data-table tbody .row .col:not(:first-of-type) { border-left: 1px solid #ddd; }
.col-data-table tbody .row .col.empty + .col.empty { border-left: 0; }

.barChartWrap .sWrap { margin: 16px 0 0; }

.negative-bar-chart-wrap { overflow: hidden; position: relative; max-width: 100%; padding: 8px 0 0; }
.negative-bar-chart-wrap .bar-chart-sort { padding: 6px 16px; margin: 0 0 12px; border-radius: 8px; background: #f5f5f9; text-align: left; }
.negative-bar-chart-wrap .bar-chart-sort button[class*="sort"] { color: #676767; min-height: 20px; font-size: 14px; line-height: 20px; }
.negative-bar-chart-wrap .bar-chart-sort button[class*="sort"].active { color: #222; font-weight: bold; }
.negative-bar-chart-wrap .bar-chart-sort .btn-sort-order { position: relative; }
.negative-bar-chart-wrap .bar-chart-sort .btn-sort-order.active { padding: 0 12px 0 0; }
.negative-bar-chart-wrap .bar-chart-sort .btn-sort-order.active:after { content: '\2193'; display: block; position: absolute; right: -4px; top: 1px; }
.negative-bar-chart-wrap .bar-chart-sort .btn-sort-order.active.typeAsc:after { transform: rotate(0); }
.negative-bar-chart-wrap .bar-chart-sort .btn-sort-order.active.typeDesc:after { transform: rotate(-180deg); }
.negative-bar-chart-wrap .bar-chart-sort .separator { position: relative; top: 2px; margin: 0 4px; color: #676767; font-size: 14px; line-height: 20px; }
.negative-bar-chart-wrap .scrollbar-outer { position: absolute; left: 30px; top: 0; width: 100%; height: 100%; max-width: calc(100% - 30px); }
.negative-bar-chart-wrap .scrollbar-outer .scrollbar-inner { width: 100%; max-width: 100%; }
.negative-bar-chart-wrap .bar-chart { position: relative; min-height: 278px; }
.negative-bar-chart-wrap .bar-chart .yAxis { display: flex; flex-wrap: wrap; flex-direction: column; width: 100%; text-align: left; }
.negative-bar-chart-wrap .bar-chart .yAxis .value { position: relative; margin: 6px 0; color: #676767; font-size: 12px; line-height: 16px; }
.negative-bar-chart-wrap .bar-chart .yAxis .value:after { content :''; display: block; position: absolute; left: 34px; top: 50%; width: calc(100% - 34px); height: 1px; background: #ddd; }
.negative-bar-chart-wrap .bar-chart .bar-wrap { display: flex; flex-wrap: nowrap; position: absolute; left: 0; top: 0; height: 100%; }
.negative-bar-chart-wrap .bar-chart .bar-wrap .bar { flex: 0 0 auto; width: 32px; margin: 0 8px; text-align: center; }
.negative-bar-chart-wrap .bar-chart .bar-wrap .bar .name { display: inline-block; position: absolute; left: 50%; bottom: 8px; right: 0; width: calc(100% + 16px); font-weight: bold; transform: translateX(-50%); }
.negative-bar-chart-wrap .bar-chart .bar-wrap .bar .rect { display: inline-block; position: absolute; left: 0; right: 0; margin: 0 auto; width: 16px; margin: 20px auto 0; border-radius: 4px 4px 0 0; }
.negative-bar-chart-wrap .bar-chart .bar-wrap .bar .rect.typeNega { border-radius: 0 0 4px 4px; }
.negative-bar-chart-wrap .bar-chart .bar-wrap .bar .rect .value { position: absolute; left: 50%; top: -20px; width: calc(100% + 16px); color: inherit; font-size: 12px; line-height: 16px; transform: translateX(-50%); }
.negative-bar-chart-wrap .bar-chart .bar-wrap .bar .rect.typeNega .value { top: auto; bottom: -20px; }
.negative-bar-chart-wrap .bar-chart .bar-wrap .bar.typeSelected .name { color: #f9786e; }
.negative-bar-chart-wrap .bar-chart .bar-wrap .bar.typeDiff1 .name { color: #56d4f0; }
.negative-bar-chart-wrap .bar-chart .bar-wrap .bar.typeDiff2 .name { color: #60a5ff; }
.negative-bar-chart-wrap .bar-chart .bar-wrap .bar.typeSelected .rect { background: #f9786e; color: #f9786e; }
.negative-bar-chart-wrap .bar-chart .bar-wrap .bar.typeDiff1 .rect { background: #56d4f0; color: #56d4f0; }
.negative-bar-chart-wrap .bar-chart .bar-wrap .bar.typeDiff2 .rect { background: #60a5ff; color: #60a5ff; }

.bar-chart-wrap { overflow: hidden; position: relative; padding: 8px 0 0; }
.bar-chart-wrap .bar-chart-sort { padding: 6px 16px; margin: 0 0 12px; border-radius: 8px; background: #f5f5f9; text-align: left; }
.bar-chart-wrap .bar-chart-sort button[class*="sort"] { color: #676767; min-height: 20px; font-size: 14px; line-height: 20px; }
.bar-chart-wrap .bar-chart-sort button[class*="sort"].active { color: #222; font-weight: bold; }
.bar-chart-wrap .bar-chart-sort .btn-sort-order { position: relative; }
.bar-chart-wrap .bar-chart-sort .btn-sort-order.active { padding: 0 12px 0 0; }
.bar-chart-wrap .bar-chart-sort .btn-sort-order.active:after { content: '\2193'; display: block; position: absolute; right: -4px; top: 1px; }
.bar-chart-wrap .bar-chart-sort .btn-sort-order.active.typeAsc:after { transform: rotate(0); }
.bar-chart-wrap .bar-chart-sort .btn-sort-order.active.typeDesc:after { transform: rotate(-180deg); }
.bar-chart-wrap .bar-chart-sort .separator { position: relative; top: 2px; margin: 0 4px; color: #676767; font-size: 14px; line-height: 20px; }
.bar-chart-wrap .bar-chart { position: relative; }
.bar-chart-wrap .bar-chart .xAxis { display: flex; flex-wrap: wrap; margin: 0 0 0 56px;  }
.bar-chart-wrap .bar-chart .xAxis .value { position: relative; margin: 6px 0; color: #676767; font-size: 12px; line-height: 16px; text-align: left; }
.bar-chart-wrap .bar-chart .xAxis .info { display: flex; position: relative; width: 100%; }
.bar-chart-wrap .bar-chart .xAxis .info:before { content: '\000AB'; display: inline-block; position: absolute; left: 0; top: 0; height: 12px; font-size: 18px; font-weight: bold; line-height: .75; }
.bar-chart-wrap .bar-chart .xAxis .info:after { content: '\000AB'; display: inline-block; position: absolute; right: 0; top: 0; height: 12px; font-size: 18px; font-weight: bold; line-height: .25; transform: rotate(-180deg); }
.bar-chart-wrap .bar-chart .xAxis .info span { display: inline-block; flex: 1 1 auto; font-weight: bold; font-size: 12px; line-height: 16px; text-align: center; }
.bar-chart-wrap.typeSales .bar-chart .xAxis .info span:nth-child(1) { color: #ffbd98; margin: 0 0 0 12px; text-align: left; }
.bar-chart-wrap.typeSales .bar-chart .xAxis .info span:nth-child(2) { color: #fb7069; }
.bar-chart-wrap.typeSales .bar-chart .xAxis .info span:nth-child(3) { color: #ff6c40; margin: 0 12px 0 0; text-align: right; }
.bar-chart-wrap.typeYear .bar-chart .xAxis .info span:nth-child(1) { color: #222; margin: 0 0 0 12px; font-weight: normal; text-align: left; }
.bar-chart-wrap.typeYear .bar-chart .xAxis .info span:nth-child(2) { color: #fb7069; }
.bar-chart-wrap.typeYear .bar-chart .xAxis .info span:nth-child(3) { color: #222; margin: 0 12px 0 0; font-weight: normal; text-align: right; }
.bar-chart-wrap .bar-chart .bar-wrap { display: flex; flex-wrap: wrap; }
.bar-chart-wrap .bar-chart .bar-wrap .bar { display: flex; align-items: center; flex: 0 0 auto; width: 100%; height: 32px; margin: 8px 0; text-align: right; }
.bar-chart-wrap .bar-chart .bar-wrap .bar .name { display: inline-block; width: 56px; padding: 0 4px 0 0; color: #fff; font-size: 12px; font-weight: bold; line-height: 16px; vertical-align: top; }
.bar-chart-wrap .bar-chart .bar-wrap .bar .rect { display: inline-block; padding: 0 4px 0 0; height: 16px; border-radius: 0 4px 4px 0;  color: #fff; font-size: 12px; line-height: 16px; vertical-align: top; }
.bar-chart-wrap .bar-chart .bar-wrap .bar.typeSelected .name { color: #f9786e; }
.bar-chart-wrap .bar-chart .bar-wrap .bar.typeDiff1 .name { color: #56d4f0; }
.bar-chart-wrap .bar-chart .bar-wrap .bar.typeDiff2 .name { color: #60a5ff; }
.bar-chart-wrap.typeSales .bar-chart .bar-wrap .bar .rect { background: rgba(255, 108, 64, 1); }
.bar-chart-wrap.typeYear .bar-chart .bar-wrap .bar .rect { background: rgba(54, 161, 139, 1); }
.bar-chart-wrap .bar-chart .guides { display: flex; position: absolute; left: 56px; top: 0; right: 0; width: calc(100% - 56px); height: calc(100% - 60px); }
.bar-chart-wrap .bar-chart .guides:after { content: ''; display: block; position: absolute; left: 0; top: 0; z-index: 1; width: 50%; height: 100%; background: rgba(255, 255, 255, .40);  }

.bar-chart-wrap.typeSales .bar-chart .guides .guide { height: 100%; border-left: 1px solid #ddd; }
.bar-chart-wrap.typeSales .bar-chart .guides .guide:nth-child(1),
.bar-chart-wrap.typeSales .bar-chart .guides .guide:nth-child(2) { background: rgba(253, 206, 180, .12); }
.bar-chart-wrap.typeSales .bar-chart .guides .guide:nth-child(3),
.bar-chart-wrap.typeSales .bar-chart .guides .guide:nth-child(4) { background: rgba(255, 108, 64, .12); }

.bar-chart-wrap.typeYear .bar-chart .guides .guide { height: 100%; border-left: 1px solid #ddd; }
.bar-chart-wrap.typeYear .bar-chart .guides .guide:nth-child(1),
.bar-chart-wrap.typeYear .bar-chart .guides .guide:nth-child(2) { background:  rgba(54, 161, 139, .12); }
.bar-chart-wrap.typeYear .bar-chart .guides .guide:nth-child(3) { border-left-color: #fb7069}
.bar-chart-wrap.typeYear .bar-chart .guides .guide:nth-child(3),
.bar-chart-wrap.typeYear .bar-chart .guides .guide:nth-child(4) { background: rgba(54, 161, 139, .12); }

@media all and (min-width: 865px) {
  .btnTrandWrap { width: 424px; }

  .statistics .sFoot { text-align: center; }
  .statistics .statistics-tabs { float: left; width: 424px; }
  .statistics .barChartWrap { float: right; width: 424px; margin: -67px 0 20px; }

  .statistics > .sTitle .to-reference { display: block; }
}

/* 통계 자료실 */
[class*="Reference"] > .sTitle { box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.06), 0 0 2px 0 rgba(0, 0, 0, 0.07); }
[class*="Reference"] > .sTitle .btn-share{position:absolute;right:12px;top: calc(50% - 12px);} 

/* datapicker colors */
[class*="Reference"] .mx-btn { color: #222; font-weight:700;}
[class*="Reference"] .mx-table { color: #222; }
[class*="Reference"] .mx-datepicker-main { border: 1px solid transparent; color: #222; }
[class*="Reference"] .mx-calendar-header-label { border:none; }
[class*="Reference"] .mx-calendar-content .mx-table-date .cell.today div { border-color: #9d8f78; }
[class*="Reference"] .mx-calendar-content .mx-table-date .cell.today.active div,
[class*="Reference"] .mx-calendar-content .mx-table-date .cell.active div { color: #fff; background: #9d8f78; }
[class*="Reference"] .mx-calendar-content .mx-table-month .cell div { border-color: 1px solid #9d8f78; }
[class*="Reference"] .mx-calendar-content .mx-table-month .cell.active { background: transparent; }
[class*="Reference"] .mx-calendar-content .mx-table-month .cell.active div { background: #9d8f78; color: #fff; }
[class*="Reference"] .mx-calendar-content .mx-table-year .cell div { border: 1px solid #9d8f78; }
[class*="Reference"] .mx-calendar-content .mx-table-year .cell.active { background: transparent; }
[class*="Reference"] .mx-calendar-content .mx-table-year .cell.active div { background: #9d8f78; color: #fff; }
[class*="Reference"] .mx-calendar-content .cell.active-start:after,
[class*="Reference"] .mx-calendar-content .cell.active-end:before { background: #9d8f78; }
[class*="Reference"] .mx-calendar-content .cell.in-range div { color: #fff; background-color: #9d8f78; }
[class*="Reference"] .mx-calendar-content .mx-table-month .cell div{width:56px; height:32px; line-height:30px;}
[class*="Reference"] .mx-table-month td{height:54px}
[class*="Reference"] .mx-icon-double-left:after,
[class*="Reference"] .mx-icon-double-right:after { display: none; }
[class*="Reference"] .mx-calendar-content .mx-table-month .cell div{color:#645b4c; border-color:#645b4c}
[class*="Reference"] .mx-calendar-content .mx-table-month .cell.disabled div{color:#b2b2b2; border-color:#b2b2b2}
[class*="Reference"] .mx-calendar-content .mx-table-month .cell.active div{ border-color:#9d8f78}

.statisticsReference .tabs { background: transparent; }
.statisticsReference .tabs .card-header { padding: 16px 0 0; background: #9d8f78; box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.5); }
.statisticsReference .tabs .card-header .nav-link { font-size: 14px; }
.statisticsReference .tabs .card-header .nav-link.active { border-color:#fff; background: transparent; color: #fff; }
.statisticsReference .tabs .card-header .nav-link.active:after { background: #fff; }
.statisticsReference .tabs .card-header .nav-link:hover { background: transparent; }

.referenceAccordion { border-top: 1px solid #ddd; }
.referenceAccordion .inner { border-bottom: 1px solid #ddd; }
.referenceAccordion .btn-accordion.typeFlat { min-height: 16px; margin: 8px 0; border-radius: 0; box-shadow: none !important; color: #4c4a3f; font-weight: 300; font-size: 12px; line-height: 16px; }
.referenceAccordion .btn-accordion.typeFlat:before { background-image: url('/images/statistics/ico_arrow_up.svg'); }
.referenceAccordion .collapse { padding: 6px 0 !important; background: #f8f8f8; }

.referenceAccordion .downloadWrap { margin: 8px 12px; }
.referenceAccordion .downloadWrap .btn-download { overflow: hidden; display: block; position: relative; width: 100%; height: 40px; padding: 8px 40px; border-radius: 12px; box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2); background: #fff; color: #222; font-size: 12px; word-break: break-all; white-space: nowrap; text-overflow: ellipsis; text-align: left; }
.referenceAccordion .downloadWrap .btn-download:before { content: ''; display: block; position: absolute; left: 8px; top: calc(50% - 12px); width: 24px; height: 24px; background-repeat: no-repeat; background-position: center center; background-size: 100%; }
.referenceAccordion .downloadWrap .btn-download:after { content: ''; display: block; position: absolute; right: 8px; top: calc(50% - 12px); width: 24px; height: 24px; background: url('/images/statistics/ico_download.svg') no-repeat center center / 100%; }
.referenceAccordion .downloadWrap .btn-download.icoType1:before { background-image: url('/images/statistics/ico_download_type1.svg'); }
.referenceAccordion .downloadWrap .btn-download.icoType2:before { background-image: url('/images/statistics/ico_download_type2.svg'); }
.referenceAccordion .downloadWrap .btn-download.icoType3:before { background-image: url('/images/statistics/ico_download_type3.svg'); }
.referenceAccordion .downloadWrap .btn-download.icoType4:before { background-image: url('/images/statistics/ico_download_type4.svg'); }

.referenceAccordion .info { max-width: 360px; padding: 0 16px; margin: 8px auto; }
.referenceAccordion .info p { color: #222; font-weight: 300; font-size: 14px; line-height: 20px; text-align: left; }

.referenceAccordion .btn-accordion.typeFlat{ pointer-events: none; cursor: default;}
.referenceAccordion .btn-accordion.typeFlat:before{display:none;}
.referenceAccordion .btn-accordion.typeFlat{font-size:14px;}
.referenceAccordion .btn-accordion.typeFlat > span{display:inline-block; padding-left:4px;} 


/* 통계 자료실 리뉴얼 */
.newStc{letter-spacing:-.5px}
.newStc .mx-datepicker-main{ font-family:'Spoqa Han Sans Neo', sans-serif; font-weight:400; }
.newStc [class*="Reference"] > .sTitle {position: relative;position: -webkit-sticky;position: sticky;z-index: 9999;left: 0;top: 0;background: #fff; text-align: center; position: relative; padding: 15px 16px;box-shadow:none}
.newStc [class*="Reference"] > .sTitle .title { font-weight: bold; line-height: 24px;color:#444;font-size:18px }
.newStc [class*="Reference"] > .sTitle .btn-close-page { position: absolute; left: 12px; top: calc(50% - 12px); width: 24px; height: 24px; background: url('/images/statistics/ico_close_page.svg') no-repeat center center / 100%; color: transparent; font-size: 0; }
.newStc [class*="Reference"] > .sTitle .btn-prev-page { position: absolute; left: 12px; top: calc(50% - 12px); width: 24px; height: 24px; background: url(/images/icon_24_navi_arrow.svg) no-repeat 0 0 / 24px auto; font-size: 0; }
.newStc [class*="Reference"] > .sTitle .to-reference { display: none; position: absolute; right: 12px; top: calc(50% - 12px); width: 64px; height: 23px; background: url('/images/statistics/ico_reference.svg') no-repeat center center / 100%; color: transparent; font-size: 0;}
.newStc [class*="Reference"] > .sTitle .btn-share{position:absolute;right:12px;top: calc(50% - 12px);background: url(/images/ico_24_share_nor.svg) no-repeat 0 0 / 24px auto;border-radius:0}
.newStc [class*="Reference"] .mx-btn {top:2px;color:#222;font-size:18px;font-weight:700}
.newStc [class*="Reference"] .mx-btn i{color:#444}
.newStc [class*="Reference"] .mx-calendar-header-label span{font-size:18px;font-weight:700}
.newStc [class*="Reference"] .mx-table { color: #222; }
.newStc [class*="Reference"] .mx-datepicker-main { border: 1px solid transparent; color: #222; }
.newStc [class*="Reference"] .mx-time-header{margin:0 0 32px}
.newStc [class*="Reference"] .mx-calendar{padding:20px 24px 32px}
.newStc [class*="Reference"] .mx-calendar-header{height:26px;margin:0 0 26px}
.newStc [class*="Reference"] .mx-calendar-header-label { margin-left:10px}
.newStc [class*="Reference"] .mx-calendar-header-label .mx-btn:last-child:after{content:"";display:inline-block;width:20px;height:20px;background:url('/images/icon_20_calendar.svg') no-repeat 0 0 / 100% auto;vertical-align:top}
.newStc [class*="Reference"] .mx-calendar-panel-year .mx-calendar-header-label{margin-left:10px}
.newStc [class*="Reference"] .mx-calendar-panel-year .mx-calendar-header-label:last-child:after{content:"";display:inline-block;width:20px;height:20px;background:url('/images/icon_20_calendar.svg') no-repeat 0 0 / 100% auto;vertical-align:top;margin-left:2px}
.newStc [class*="Reference"] .mx-calendar-content .mx-table-date {font-size:16px}
.newStc [class*="Reference"] .mx-calendar-content .mx-table-date td, 
.newStc [class*="Reference"] .mx-calendar-content .mx-table-date th{height:42px;color:#444}
.newStc [class*="Reference"] .mx-table-year tr{display:inline}
.newStc [class*="Reference"] .mx-table-year td {float:left;width: calc(100% / 3 - 8px );height: 50px;margin: 0 4px 12px;}
.newStc [class*="Reference"] .mx-calendar-content .mx-table th{font-weight:700}
.newStc [class*="Reference"] .mx-calendar-content .mx-table-date .cell.today div { border-color:#e0e0e0;color:#bbb }
.newStc [class*="Reference"] .mx-calendar-content .mx-table-date .cell.today.active div,
.newStc [class*="Reference"] .mx-calendar-content .mx-table-date .cell.active div { background:#4373f4;font-weight:700;color:#fff;border:0}
.newStc [class*="Reference"] .mx-calendar-content .mx-table:not(.mx-table-date) .cell div{width:100%;height:50px;line-height:50px;margin:0;color:#444;background:#f5f5f5;border:0;font-size:16px}
.newStc [class*="Reference"] .mx-calendar-content .mx-table:not(.mx-table-date) .cell.active { background: transparent; }
.newStc [class*="Reference"] .mx-calendar-content .mx-table:not(.mx-table-date) .cell.active div { background-color:#4373f4;color:#fff;font-weight:700 }
.newStc [class*="Reference"] .mx-calendar-content .mx-table:not(.mx-table-date) .cell.disabled div {color:#bbb }
.newStc [class*="Reference"] .mx-calendar-content .mx-table:not(.mx-table-date) .cell div { border: 0}
.newStc [class*="Reference"] .mx-calendar-content .mx-table-year .cell.active { background: transparent; }
.newStc [class*="Reference"] .mx-calendar-content .mx-table-year .cell.active div { background: #9d8f78; color: #fff; }
.newStc [class*="Reference"] .mx-calendar-content .cell.active-start:after,
.newStc [class*="Reference"] .mx-calendar-content .cell.active-end:before { background: #4373f4; }
.newStc [class*="Reference"] .mx-calendar-content .cell.in-range div { color: #fff; background-color: #4373f4; font-weight:700}
.newStc [class*="Reference"] .mx-table-month td{width:calc(100% / 3 - 8px );height:50px;margin:6px 4px}
.newStc [class*="Reference"] .type4 .mx-table-month td{width:calc(100% / 4 - 8px )}
.newStc [class*="Reference"] .type4 .mx-calendar{padding:20px 0 32px}
.newStc [class*="Reference"] .mx-calendar-panel-date tr th:nth-of-type(1){color:#f54f1b}
.newStc [class*="Reference"] .mx-calendar-panel-date tr th:nth-of-type(7){color:#4373f4}
.newStc [class*="Reference"] .mx-calendar-panel-date tr td:nth-of-type(1).cell{color:#f54f1b}
.newStc [class*="Reference"] .mx-calendar-panel-date tr td:nth-of-type(7).cell{color:#4373f4}
.newStc [class*="Reference"] .mx-table-date .cell.not-current-month{color:#bbb !important}
.newStc [class*="Reference"] .mx-calendar-content .cell.disabled, .newStc [class*="disabled"] div{color:#bbb}
.newStc [class*="Reference"] .mx-calendar-panel-date tr td:nth-of-type(1).cell.disabled div,
.newStc [class*="Reference"] .mx-calendar-panel-date tr td:nth-of-type(1).cell.not-current-month div{color:rgba(245, 79, 27, .4)}
.newStc [class*="Reference"] .mx-calendar-panel-date tr td:nth-of-type(7).cell.disabled div,
.newStc [class*="Reference"] .mx-calendar-panel-date tr td:nth-of-type(7).cell.not-current-month div{color:rgba(67, 115, 244, .4)}
.newStc [class*="Reference"] .mx-calendar-panel-date .mx-icon-double-left:after, 
.newStc [class*="Reference"] .mx-calendar-panel-date .mx-icon-double-right:after{content: '';position: relative;top: -3px;left:-6px;display: inline-block;width: 12px;height: 12px;vertical-align: middle;border-style: solid;border-color: currentColor;border-width: 2px 0 0 2px;border-radius: 1px;-webkit-box-sizing: border-box;box-sizing: border-box;-webkit-transform-origin: center;transform-origin: center;-webkit-transform: rotate(-45deg) scale(0.8);transform: rotate(-45deg) scale(0.8);}
.newStc [class*="Reference"] .mx-calendar-panel-date .mx-icon-double-right:after{left:-2px;-webkit-transform: rotate(135deg) scale(0.8);transform: rotate(135deg) scale(0.8);}
.newStc [class*="mx-icon"]:after, .newStc [class*="mx-icon"]:before{width:12px;height:12px;top:-3px}
.newStc [class*="mx-icon"] .mx-btn-text{color:#444}
.newStc [class*="Reference"] .mx-icon-double-left:after,
.newStc [class*="Reference"] .mx-icon-double-right:after { display: none; }

.newStc .statisticsReference .tabs { background: transparent; }
.newStc .statisticsReference .tabs .card-header {position:relative;padding:0;background:#fff;box-shadow:none }
.newStc .statisticsReference .tabs .card-header:after{position:absolute;bottom:-3px;left:0;content:"";display:none;width:100%;height:1px;background:#eee;}
.newStc .statisticsReference .tabs .card-header .nav-link {height:48px;font-size:16px;border-bottom:0;transition:.2s;color:#444}
.newStc .statisticsReference .tabs .card-header .nav-link:after {position: absolute;bottom:-2px;left: 0;content: "";display: block;width: 0;height:3px;background: #4373f4;transition: .2s }
.newStc .statisticsReference .tabs .card-header .nav-link.active:after {width:100%;transition-delay: .2s;background: #4373f4;}
.newStc .statisticsReference .tabs .card-header .nav-link.active{color:#4373f4}
.newStc .statisticsReference .tabs .card-header-tabs{height:48px;padding:0 16px}
.newStc .statisticsReference .tabs .nav-tabs .nav-item{flex:auto;height:48px;line-height:51px;color:#444;word-break: break-all;white-space: nowrap;text-overflow: ellipsis;}
.newStc .referenceAccordion { border:0;background:#f3f5f9;padding:32px 0 48px}
.newStc .dashlist.colorB li{padding-left:11px;margin-bottom:4px;color:#888}
.newStc .dashlist.colorB li:after{background-color:#888}
.newStc .dashlist.colorB li.noti{padding-left:16px}
.newStc .dashlist.colorB li.noti:after{content:'※';height:auto;background:none;top:0;left:-1px}
.newStc .referenceAccordion .inner {margin:0 16px 12px;padding-top:20px;background:#fff;border-radius:12px;border-bottom:0;box-shadow: 0 2px 5px rgb(0 0 0 / 19%);overflow:hidden}
.newStc .referenceAccordion .btn-accordion.typeFlat { height:24px;min-height: 16px;padding:0 16px;margin:0;border-radius: 0; box-shadow: none !important; color: #888; font-weight: 300; font-size: 14px; line-height: 16px;text-align:right; pointer-events: none; cursor: default}
.newStc .referenceAccordion .btn-accordion.typeFlat:before { display:none;background-image: url('/images/statistics/ico_arrow_up.svg'); }
.newStc .referenceAccordion .btn-accordion.typeFlat strong{float:left;max-width:calc(100% - 80px);overflow: hidden;word-break: break-all;white-space: nowrap;text-overflow: ellipsis;color:#222;font-size:16px}
.newStc .referenceAccordion .collapse {padding:16px 0 !important;background: #fff; }
.newStc .referenceAccordion .downloadWrap:nth-of-type(1){margin-top:0}
.newStc .referenceAccordion .downloadWrap { position:relative;margin: 8px 16px 0 }
.newStc .referenceAccordion .downloadWrap:after{position:absolute;top:0;right:56px;content:"";display:block;width:1px;height:100%;background:#fff;}
.newStc .referenceAccordion .downloadWrap .btn-download {overflow: hidden;display: block;position: relative;width: 100%;height: auto; padding: 15px 72px 15px 16px; margin-bottom:8px;border-radius: 12px; box-shadow:none; background: #f3f5f9; color: #444; font-size: 14px; word-break: break-word;text-align:left;white-space:normal;}
.newStc .referenceAccordion .downloadWrap .btn-download:before { display:none; }
.newStc .referenceAccordion .downloadWrap .btn-download:after { content: ''; display: block; position: absolute; right:16px; top: calc(50% - 12px); width: 24px; height: 24px; background: url('/images/statistics/icon_24_download.svg') no-repeat center center / 100%; }
.newStc .referenceAccordion .info { max-width: 360px; padding: 0; margin: 12px 16px; }
.newStc .referenceAccordion .info p { margin-bottom:4px;color: #222; font-weight: 300; font-size: 14px; line-height: 20px; text-align: left; }
.newStc .referenceAccordion .info.txtArea{margin:12px 16px !important}
.newStc .referenceAccordion .info.txtArea textarea{background-color:transparent}
