@charset "utf-8";

.admin-content-area { width: 100%; height: 100%; position: relative; }
.admin-content-area .main-content-area {padding: 95px 45px 25px; }
.admin-content-area .all-category-pop-wrap { position: absolute; top: 0; left: 0; bottom: 0; background: #eceef4; width: 100%; height: 100%; padding: 35px 5px 0 50px; overflow: hidden; z-index: 4; }
.admin-content-area .all-category-pop-wrap .all-category-pop { width: 100%; height: 100%; }
.admin-content-area .all-category-pop-wrap .all-category-pop .pop-close-btn { position: absolute; top: 10px; right: 45px; z-index: 4; opacity: .5; transition: opacity .2s ease; }
.admin-content-area .all-category-pop-wrap .all-category-pop .pop-close-btn:hover { opacity: 1; }
.admin-content-area .all-category-pop-wrap .all-category-pop .pop-title { font-size: 22px; font-weight: 800; color: #fff; display: block; margin-bottom: 25px; cursor: default; }
.admin-content-area .all-category-pop-wrap .all-category-pop .scroll-menu { overflow-y: auto; -ms-overflow-style: none; position: relative; overflow: -moz-scrollbars-none; height: 100%; }
.admin-content-area .all-category-pop-wrap .all-category-pop .scroll-menu::-webkit-scrollbar { display:none; width: 0; height: 0; } 
.admin-content-area .all-category-pop-wrap .all-category-pop .all-menu-list { height: 1200px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }
.admin-content-area .all-category-pop-wrap .all-category-pop .all-menu-list > li { width: 50%; display: block; margin-bottom: 25px; padding-right: 30px; }
.admin-content-area .all-category-pop-wrap .all-category-pop .all-menu-list > li > .menu-category-title { margin-bottom: 6px; display: block; border-bottom: 1px solid rgba(255,255,255,0.15); padding-bottom: 3px; }
.admin-content-area .all-category-pop-wrap .all-category-pop .all-menu-list > li > .menu-category-title .check-label { margin-right: 15px; }
.admin-content-area .all-category-pop-wrap .all-category-pop .all-menu-list > li > .menu-category-title label { vertical-align: top; }
.admin-content-area .all-category-pop-wrap .all-category-pop .all-menu-list > li > .menu-category-title a { font-size: 13px; line-height: 26px; display: inline-block; font-weight: 500; color: #fff; }
.admin-content-area .all-category-pop-wrap .all-category-pop .all-menu-list > li > .menu-category-title a>i { margin-right: 7px; font-size: 13px; }
.admin-content-area .all-category-pop-wrap .all-category-pop .all-menu-list > li > ul > li  { padding-bottom: 3px; }
.admin-content-area .all-category-pop-wrap .all-category-pop .all-menu-list > li > ul > li > div { display: block; width: 100%; }
.admin-content-area .all-category-pop-wrap .all-category-pop .all-menu-list > li > ul > li > div > a { font-size: 11.5px; line-height: 20px; vertical-align: middle; font-weight: 300; color: #fff; vertical-align: middle; }
.admin-content-area .all-category-pop-wrap .all-category-pop .all-menu-list > li > ul > li > div > .check-label { line-height: 20px; margin-right: 16px; }
.admin-content-area .all-category-pop-wrap .all-category-pop .all-menu-list > li > ul > li > div > .check-label  i { font-size: 11.5px; vertical-align: top; margin-top: 6px; }

/* 헤더 */
.admin-content-area .header-area { height: 50px; padding: 10px 20px 10px 30px; border-bottom: 1px solid #49517f; }
.admin-content-area .header-area .header-menu { float: right; }
.admin-content-area .header-area .header-menu>li { min-width: 30px; height: 30px; float: left; }
.admin-content-area .header-area .header-menu>li>a { font-size: 12px; display: block; height: 100%; width: 100%; text-align: center; border-radius: 3px; padding: 0 8px; color: #d5dbff; opacity: .5; transition: opacity .2s ease; }
.admin-content-area .header-area .header-menu>li>a:hover { opacity: 1; }
.admin-content-area .header-area .header-menu>li>a>i { line-height: 30px; margin-right: 3px; font-size: 12px; }

.admin-content-area .main-content-area>.content-box { margin-bottom: 30px; }
.admin-content-area .main-content-area>.content-box>.main-title-area { padding-bottom: 10px; margin-bottom: 10px; }
.admin-content-area .main-content-area>.content-box>.main-title-area>h1.main-title { font-size: 30px; font-weight: 800; display: block; }
.admin-content-area .main-content-area>.content-box>.main-title-area>.sub-title-wrap { background: #eceef4; padding: 10px 15px; margin-top: 5px; position: relative; }
.admin-content-area .main-content-area>.content-box>.main-title-area>.sub-title-wrap>p.main-title-sub { font-size: 12px; color: #12144d; letter-spacing: -0.75px; display: block; margin-bottom: 1px; display: none; }
.admin-content-area .main-content-area>.content-box>.main-title-area>.sub-title-wrap>p.main-title-sub:first-of-type { display: block; }
.admin-content-area .main-content-area>.content-box>.main-title-area>.sub-title-wrap>p.main-title-sub i { margin-right: 5px; }
.admin-content-area .main-content-area>.content-box>.main-title-area>.sub-title-wrap>.sub-title-wrap-toggle-btn { width: 20px; height: 20px; text-align: center; position: absolute; top: 10px; right: 10px; border-radius: 3px; display: block; color: #d5dbff; transition: background 0.25s ease, color 0.25s ease; }
.admin-content-area .main-content-area>.content-box>.main-title-area>.sub-title-wrap>.sub-title-wrap-toggle-btn:hover { background: #111a59; }
.admin-content-area .main-content-area>.content-box>.main-title-area>.sub-title-wrap>.sub-title-wrap-toggle-btn i.fa-angle-up { display: none; }
.admin-content-area .main-content-area>.content-box>.main-title-area>.sub-title-wrap.on>.sub-title-wrap-toggle-btn i.fa-angle-up { display: inline-block; }
.admin-content-area .main-content-area>.content-box>.main-title-area>.sub-title-wrap.on>.sub-title-wrap-toggle-btn i.fa-angle-down { display: none; }
.admin-content-area .main-content-area>.content-box>.main-title-area>.sub-title-wrap.on>p.main-title-sub { display: block; }

/*디자인스크롤바*/
.scroll-menu-wrap { position: relative; }
.scroll-menu-wrap .scroll-menu { height: 100%; overflow-y: auto; -ms-overflow-style: none; position: relative; overflow: -moz-scrollbars-none; }
.scroll-menu-wrap .scroll-menu::-webkit-scrollbar { display:none; width: 0; height: 0; } 
.scrollbar { position: absolute; right: 8px; height: 30px; width: 5px; border-radius: 4px; zmargin-top:5px; background: rgba(0, 0, 0, 0.0); z-index: 4; transition: background .4s ease; cursor: pointer; }
.scroll-menu-wrap:hover .scrollbar { background: rgba(0, 0, 0, 0.4); }

/*글자수 줄임*/
.ellipsis { width:100%; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }
.ellipsis_50 { width:50px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }
.ellipsis_80 { width:80px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }
.ellipsis_100 { width:100px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }
.ellipsis_150 { width:150px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }
.ellipsis_180 { width:180px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }
.ellipsis_200 { width:200px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }
.ellipsis_220 { width:220px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }
.ellipsis_250 { width:250px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }
.ellipsis_270 { width:270px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }
.ellipsis_300 { width:300px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }
.ellipsis_350 { width:350px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }
.ellipsis_370 { width:370px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }
.ellipsis_400 { width:400px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }
.ellipsis_450 { width:450px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }
.ellipsis_500 { width:500px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }
.ellipsis_650 { width:650px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }


/* 차트 ui */
.chart-area { position: relative; width: 100%;margin-top:20px }
.chart-area .box { position: relative; float: left; width: calc(33.3% - 10px); margin: 0 5px; background: #fff; border-radius: 8px; padding: 20px; margin-bottom: 15px;border:1px solid #dee3eb;}
.chart-area .box img { width: 100%; }
.chart-area .box .chart img { width: 100%; }
.chart-area .box .head { position: relative; width: 100%; padding-bottom: 15px; margin-bottom: 15px; border-bottom: 1px solid #dee3eb; color: #000; font-weight:700 }
.chart-area .box .head .more { position: absolute; top: 0; right: 0; display: inline-block; color: #d5dbff; border-radius: 50%; background: none; transition: background .25s ease; padding: 4px 4px 0; }
.chart-area .box .head .more:hover { background: #111a59; }
.chart-area .box .head .more span { font-size: 18px; }
.context-menu { display: none; position: absolute; top: 100%; right: 0; background: #fff; border-radius: 8px; border:1px solid #dee3eb; box-shadow: 0px 4px 6px rgba(0,0,0,0.2);}
.context-menu.on { display: block; }
.context-menu a { display: block; padding: 10px 20px; border-bottom: 1px solid #dee3eb; color: #1d2870; font-weight: 600;}
.context-menu a:last-child { border-bottom: 0; }
.context-menu a:hover { background: #f8f8f8; }
.context-menu a i { font-size: 15px; position: relative; top: 2px; margin-right: 5px; }

