@charset "utf-8";
.displayNone {display:none;}
.pointer {cursor:pointer;}
#transitionChart {height:280px }
.compare-pie-chart {height: 300px }

#transition-line{height: 280px;}
#transition-pie{height: 280px;margin-top: 50px;}

.pieChartDiv{float:left; height: 290px;width: 100%;}
.infoChart{position: absolute; margin-top: 85px; margin-left: 46%;}
.itemPercent{font-size:40px;margin-bottom:20px}
.itemLabel{margin-bottom:20px}
.itemCount{font-size:20px}
.itemLi{margin-bottom: 17px;}

#polarity-bar{height:280px }
#polarity-pie{height:280px }
#polarity-asso {
	height: 820px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
}
.channel-pie-chart{height: 585px;}

.association-chart-wrap .chart-header .select-chart-type label {
    padding: 0 10px;
    min-width: 120px;
    height: 30px;
    line-height: 28px;
}

.keywordRankBar {height: 500px; }


#associationEdit.on {color: white; background-color: #007aff}

.section-association-map {display:none}
.section-association-derivative {display:none}
.section-channel-trend {display:none}
.section-origin-document {display:none}


.sentimentTransition {display:none}
.sentimentAssoMap {display:none}
.sentimentTreeMap {display:none}

.transitionPie {display:none}
.vsTransition {display:none}

.associationPeriod {display:none}
.youtubeIndicators {display:none}
.section-youtuber-rankinng {display:none}
.youtubeDocument{display:none}
.documentDiv{display:none}


#ui-datepicker-div {z-index: 9999 !important;}

#keywordTbody tr {cursor: pointer;}
#rankListMain tr {cursor: pointer;}
.keyword-ranking-body tr {cursor: pointer;}
.vmodal-title2 {font-size: 1.086rem; margin-left: 10px;}

.association-chart-wrap .chart-body {display: flex;align-items: center;justify-content: center;height: 770px;padding: 15px 0;}
.association-chart-wrap .chart-body .association-chart {width: 100%;height: 740px;}

#loader-wrapper{position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 5000;background: #0000008c;}
#loader {display: block;position: relative;left: 50%;top: 12%;width: 150px;height: 150px;margin: -75px 0 0 -75px;border-radius: 50%; border: 3px solid transparent;border-top-color: #F0582A;background: #fff;padding: 20px;-webkit-animation: spin 2s linear infinite; animation: spin 2s linear infinite; }
.loader-box {display: block;position: relative;left: 50%;top: 50%;width: 200px;height: 200px;margin: -160px 0 0 -40px;background:#fff;border-radius:100px;}
.loader-box a {position: absolute;background: #B2B6B8;color: #ffffff;display: inline-block;bottom: -42px;right: 33%;padding: 6px 20px;border-radius: 30px;height: 30px;line-height: 16px;font-family: century gothic;font-weight: bold;font-size: 14px;cursor: pointer;z-index: 999;}
.loader-box:after {content: "";position: absolute;top: 20%;left: 25%;background: url(/resources/images/svg/logo_loader.svg) center center no-repeat;padding: 50px;width: 100px;height: 100px;background-size: 36%;display: none;}
.loader-box:before {content: "분석 중입니다";position: absolute;top: 50%;left: 50%;z-index: 99;transform: translate(-50%, -50%);font-size: 13px;color: #687b99;font-weight: 600;letter-spacing: -.05em;}
.loader-inner{width:100px; height: 100px;}
.loader-inner:before {content: ""; position: absolute; top: 5px;left: 5px;right: 5px;bottom: 5px;border-radius: 50%;border: 3px solid transparent;border-top-color:#fb8481;-webkit-animation: spin 3s linear infinite;   animation: spin 3s linear infinite; }
.loader-inner:after {content: ""; position: absolute;top: 15px;left: 15px;right: 15px;bottom: 15px;border-radius: 50%;border: 3px solid transparent; border-top-color:#e3e5ed;-webkit-animation: spin 1.5s linear infinite;   animation: spin 1.5s linear infinite;}

#channel-pie-chart{width:1530px; height:550px; background: white;}

#remainingPeriod{cursor: default;}

@-webkit-keyframes spin {0%   {-webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg)}  100% {  -webkit-transform: rotate(360deg);-ms-transform: rotate(360deg); transform: rotate(360deg); }}@keyframes spin {0%   {  -webkit-transform: rotate(0deg);  -ms-transform: rotate(0deg); transform: rotate(0deg);  }00% {  -webkit-transform: rotate(360deg);  -ms-transform: rotate(360deg); transform: rotate(360deg); }}

.search-options-row .model-select-list{max-height: 360px !important;}
.nice-select2{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    margin: 5px;
    position: relative;
    text-align: left!important;
    transition: all .2s ease-in-out;
    user-select: none;
    white-space: nowrap;
    width: auto;
}

#socialModelRankingSection .layout-card {
    min-height: 700px;
}

/*연관어 카테고리 중분류 추가 */
.category-select-body {
    min-height: 350px;
    max-height: 440px;
    overflow: hidden;
    overflow-y: scroll
}

.category-select-header {
    margin: 10px 0
}

.category-item-list .category-item {
    align-items: flex-start;
    display: flex;
    letter-spacing: -1px;
    margin: 0
}

.category-item-list .category-item+.category-item {
    margin-top: 7px
}

.category-item-list .one-depth-caterory {
    padding-top: 4px
}

.category-item-list .sub-category {
    display: none;
    flex: 0 0 50%;
    flex-direction: column;
    width: 50%
}

.category-item-list .sub-category .check-type {
    display: block;
    margin: 5px 0
}

/* 중분류 체크박스 - 배경색 대분류 색상, 체크마크 흰색 */
.category-item-list .sub-category .check-type.fill-data-red input:checked + label::before {background-color: #fa8f8c !important;border-color: #fa8f8c !important;}
.category-item-list .sub-category .check-type.fill-data-orange input:checked + label::before {background-color: #f9b46f !important;border-color: #f9b46f !important;}
.category-item-list .sub-category .check-type.fill-data-yellow input:checked + label::before {background-color: #f5db6a !important;border-color: #f5db6a !important;}
.category-item-list .sub-category .check-type.fill-data-olive input:checked + label::before {background-color: #b1da92 !important;border-color: #b1da92 !important;}
.category-item-list .sub-category .check-type.fill-data-green input:checked + label::before {background-color: #88d2a9 !important;border-color: #88d2a9 !important;}
.category-item-list .sub-category .check-type.fill-data-sky input:checked + label::before {background-color: #86d9e2 !important;border-color: #86d9e2 !important;}
.category-item-list .sub-category .check-type.fill-data-blue input:checked + label::before {background-color: #82c2ee !important;border-color: #82c2ee !important;}
.category-item-list .sub-category .check-type.fill-data-navy input:checked + label::before {background-color: #95b2f3 !important;border-color: #95b2f3 !important;}
.category-item-list .sub-category .check-type.fill-data-purple input:checked + label::before {background-color: #c3a3f3 !important;border-color: #c3a3f3 !important;}
.category-item-list .sub-category .check-type.fill-data-pink input:checked + label::before {background-color: #f0aad9 !important;border-color: #f0aad9 !important;}
.category-item-list .sub-category .check-type.fill-data-aurora input:checked + label::before {background-color: #b9889d !important;border-color: #b9889d !important;}
.category-item-list .sub-category .check-type.fill-data-brown input:checked + label::before {background-color: #ae937e !important;border-color: #ae937e !important;}
.category-item-list .sub-category .check-type.fill-data-black-light input:checked + label::before {background-color: #8c9db6 !important;border-color: #8c9db6 !important;}

.category-item-list .sub-category .check-type input[type="checkbox"]:checked + label::after {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    color: #fff !important;
}

.category-item-list .active .one-depth-caterory {
    flex: 0 0 45%;
    width: 45%
}

.category-item-list .active .sub-category {
    display: flex
}

.cate-depth-list {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.cate-depth-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48%;
    border: 1px solid #909398;
    border-radius: 6px;
    height: 23px;
    padding: 0;
    color: #909398;
    font-size: 1rem;
    background-color: #fff;
}

.cate-depth-item.active {
    color: #f0582a;
    border-color: #f0582a;
}


.category-setting-wrap {
    min-width: auto
}

.category-setting-submit-buttons .col:first-child {
    width: 100%;
    flex: 0 0 100%;
    padding: 0
}

.category-setting-submit-buttons .col:last-child {
    width: 100%;
    flex: 0 0 100%;
    padding: 0;
    margin: 5px 0 0
}

.category-setting-submit-buttons .btn-setting-reset {
    width: 100%
}

.category-setting-submit-buttons .row {
    margin-inline:0}

.category-item-list .category-item {
    display: block
}

.category-item-list .active .one-depth-caterory,.category-item-list .active .sub-category {
    width: 100%;
    flex: 0 0 100%
}

.category-item-list .active .sub-category {
    padding-left: 10px;
    margin: 10px 0;
}

/* 사용자 관리 테이블 버튼 영역 flex 정렬 */
.table-buttons {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
}

/* 사용자 관리 테이블 컬럼 정렬 */
.table-head-admin-user .sortable {
	cursor: pointer;
	user-select: none;
}
.table-head-admin-user .sortable:hover {
	background-color: rgba(0, 0, 0, 0.03);
}
.table-head-admin-user .sort-icon {
	font-size: 12px;
	color: #909398;
	vertical-align: middle;
	margin-left: 2px;
}
.table-head-admin-user .sort-icon.sort-active {
	color: #18a0fb;
}

/* 부서명 일괄 변경 모달 */
#modal-batch-dept-change {
	max-width: 400px;
}
#modal-batch-dept-change .registration-admin-form .input-group {
	display: flex;
	align-items: center;
	margin-top: 10px;
}
#modal-batch-dept-change .registration-admin-form .input-group:first-child {
	margin-top: 0;
}
#modal-batch-dept-change .registration-admin-form .input-group label {
	display: inline-flex;
	align-items: center;
	width: 100px;
	min-width: 100px;
	margin-right: 10px;
}
#modal-batch-dept-change .registration-admin-form .input-group input {
	width: 100%;
}
#modal-batch-dept-change .registration-admin-form .input-group div {
	width: 100%;
}
#modal-batch-dept-change .batch-dept-selected-users {
	max-height: 120px;
	overflow-y: auto;
	padding: 8px 24px;
	background: #f8f9fa;
	border-radius: 11px;
	font-size: 1rem;
	font-weight: 900;
	line-height: 1.8;
	color: #313842;
}

/* 월별 접속 현황 다운로드 그룹 */
.login-history-download-group {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 6px 12px;
	border: 1px solid #d5dce6;
	border-radius: 6px;
	background-color: #f8f9fb;
	margin-right: 8px;
}
.login-history-download-label {
	font-size: 12px;
	font-weight: 600;
	color: #4a5568;
	white-space: nowrap;
	padding-right: 4px;
	border-right: 1px solid #d5dce6;
	margin-right: 4px;
}
.login-history-download-label i {
	margin-right: 2px;
	color: #007aff;
}

#modal-original-vsDetail {max-width: 1024px;}
#modal-original-vsDetail .vmodal-title-box {position: relative;}
#modal-original-vsDetail .vmodal-title1 {text-align: left;}
#modal-original-vsDetail .vmodal-title2 {max-width: 660px;line-height: 1.2;}
#modal-original-vsDetail .layout-card-period {position: absolute;top: 0;right: 25px;margin: 0;}
#modal-original-vsDetail .modal-original-tab-wrap{min-height: 454px;}
#modal-original-vsDetail .modal-original-tab-header {display: flex;align-items: center;justify-content: space-between;min-height: 44px;margin: 0 0 10px;padding: 0 0 10px;border-bottom: 2px solid lightgray;}
#modal-original-vsDetail .origin-document-tab li a::before {bottom: -16.5px;}
#modal-original-vsDetail .original-contents-list,
#modal-original-vsDetail .original-contents-list-photo {height: 400px;}
#modal-original-vsDetail .original-contents-item-photo {flex: 0 0 25%;width: 25%;}

.main-modal, .popup-modal {position: fixed;top: 0;right: 0;bottom: 0;left: 0;background: rgb(0 0 0 / 50%) ;z-index: 99999;}
.popup-modal #popup{top: 50%;left: 50%;transform: translate(-50%, -50%);width:710px;position: relative;}
.main-modal .modal-warp{top: 42%;left: 34%;transform: translate(-50%, -50%);width: 510px;position: relative;background: linear-gradient(45deg, #0475f4, #0490f4);padding: 9px 27px 0px 27px;float:left}
.main-modal .modal-warp h2{font-size: 30px;margin-bottom: 20px;font-weight: bold;color: #fff;}
.main-modal .modal-close{display: flex;position: absolute;right: 5px;top: 5px;align-items: center;}
.main-modal .modal-cont{font-size: 15px;line-height: 25px;color: #fff;}
.main-modal .modal-cont hr{  display: block; height: 4px;}
.main-modal .modal-cont ul {margin: 10px 0 20px 0;background: #fff;padding: 10px 20px;border-radius: 14px;}
.main-modal .modal-cont ul li{color:#000;font-size: 15px;line-height: 34px;}
.main-modal .modal-cont ul li em{margin-right: 7px;font-weight: bold;color: #000000;font-family: 'Century Gothic';background: #e8e8e8;width: 26px;height: 26px;display: inline-block;text-align: center;border-radius: 20px;line-height: 25px;font-size: 14px;}
.main-modal .modal-cont .inquiry{/* background-color: #1432915e; */padding: 5px 0px;border-top: 1px solid #ffffff52;border-bottom: 1px solid #ffffff52;margin-top: 12px;}
.main-modal .modal-cont  .sub-title{ margin:10px 0px; font-weight: bold; }
.main-modal .modal-close button{background: none;border: none;color: #fff;border-radius: 50px;text-align: center;padding: 3.2px 3.2px;margin-left: 5px;cursor: pointer;/* font-size: 23px; */}
.main-modal .skip{color: #ffffffa6;}
.main-modal .b-checkbox label::before{background-color: #1566a55c;border-color: #ffffff38;}
.main-modal input[type="checkbox"].styled:checked + label:after{ border-color: #fff; }
.main-modal .modal-foot{float:right}

.main-modal .modal-title .logo{font-size: 22px;padding:10px 0 0 0;}

/* 사용자 관리 - 접근 제어 탭 */
.admin-tab-header { display: flex; gap: 8px; }
.admin-tab-btn { padding: 8px 28px; border: 2px solid #ddd; border-radius: 8px 8px 0 0; background: #f0f0f0; cursor: pointer; font-size: 16px; font-weight: 600; color: #999; transition: all 0.2s; }
.admin-tab-btn:hover { background: #fef0ec; color: #f0582a; border-color: #f0582a; }
.admin-tab-btn.active { background: #f0582a; color: #fff; border-color: #f0582a; font-weight: 700; }
.admin-tab-content { display: none; }
.admin-tab-content.active { display: block; }
.access-control-row { display: flex; gap: 20px; }
.access-control-col { flex: 1; min-width: 0; }
.access-control-col-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
.access-control-table-body { max-height: 400px; scrollbar-gutter: stable; }
.access-control-col .table-head { scrollbar-gutter: stable; overflow-y: scroll; }
.access-control-col .table-head::-webkit-scrollbar { background: transparent; }
.access-control-col .table-head::-webkit-scrollbar-thumb { background: transparent; }
.ip-valid-to-cell, .exempt-valid-to-cell { cursor: pointer; }
.ip-valid-to-cell:hover, .exempt-valid-to-cell:hover { background: #fef0ec; }
.ip-expired-row { opacity: 0.5; }
.ip-expired-row td { color: #999; }
#modal-add-ip,
#modal-add-exempt { max-width: 400px; }
#modal-add-ip .input-group,
#modal-add-exempt .input-group { margin-bottom: 12px; }
