@charset "utf-8";

/* 페이지 로딩 */
.wrap-loading {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: rgba(var(--color-background-rgb),0.9);
    z-index: 9000;
}

.wrap-loading span {
    font-size: 6rem;
}

.wrap-loading span i {
    --fa-primary-color: var(--color-red);
    --fa-secondary-color: var(--color-blue);
    --fa-secondary-opacity: 1.0;
}

.wrap-loading em {
    color: var(--color-gray);
}

.wrap-loading.hidden {display:none;}

.powerful-con.bg {
    background-color: rgba(var(--color-basic-rgb),0.02);
}

.keyword_section input.reduce_check{display: none}
.keyword_section input.reduce_check:checked + label{
	border-color: var(--color-blue);
    background-color: var(--color-blue);
    color: var(--color-white);
}

.keyword-extend-abbreviate .kea-btn.active {
    border-color: var(--color-red);
    background-color: var(--color-red);
    color: var(--color-white);
}

.hidden,
  [hidden] {
    display: none !important;
  }

span.hdwrd {
	color: var(--color-blue);
}
.hdwrd:hover {
	text-decoration: underline;
	cursor: pointer;
}
.abstract-word-box .jum-ul .oneline.active {
	color: var(--color-blue);
	font-weight: bolder;
}
article.gallery-table {
	border: none;
}
ul.gallery-table {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
li.swiper-table {
	width: 320px;
	margin-bottom: 30px;
}
li.swiper-table:not(:nth-child(3n)) {
	margin-right: 30px;
}
/*논문 상세 페이지 시작*/
.sd-tit-h3 a.btns {
	gap: 5px;	
}

.sd-tit-h3 .icoimg{
	flex-shrink: 0;
    width: 20px;
    font-size: 0;
    line-height: 0.5;
}
mark {
	background-color:transparent;
}
/*논문 상세 페이지 끝*/
/*동향 상세 페이지 시작*/
section.search-detail-box p > a {
    color: var(--color-blue);
}
section.search-detail-box p > a:hover {
    text-decoration: underline;
}

section.search-detail-box.no-top-line p:not(.mgb40px) span {
    font-size: initial;
    font-family: 'SUIT Variable' !important;
}
/*동향 상세 페이지 끝*/
/*기능 상세 페이지 시작*/
.basic-tbl pre {
	white-space:pre-wrap;
}
.chart_legends{
	display: flex;
	justify-content: space-between;
	font-weight: 600;
}
.chart_legends .sci{ color: #DC000C; }
.chart_legends .scie{ color: #535396; }
.chart_legends .ssci{ color: #003879; }
.chart_legends .anhci{ color: #2A93B0; }
.chart_legends .scopus{ color: #2F68C2; }
.chart_legends .krf{ color: #42974E; }
.chart_legends .krfc{ color: #82323E; }
.chart_legends .ksci{ color: #C54492; }

.chart_overlay {
    width: 100px;
    height: 40px;
    position: absolute;
    text-align: center;
    right: 190px;
    vertical-align: middle;
    font-size: 1.4rem;
    background: transparent;
}
.chart_overlay p {
	line-height:1.25;
}
.m-ai-summary {
	overflow: hidden;
}

.tag-list .kwrdList{
	gap: 15px;
	padding: 4px 20px;
	border: 1px solid var(--color-gray-light);
	border-radius: 20px;
}
.tag-list .kwrdList button{
	font-size: 1.3rem;
	font-weight: var(--font-weight-light);
	color: var(--color-gray);
	cursor: default;
}
/*ajax 처리 중 로딩화면 시작*/
.ajaxLoading {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	background-color: rgba(var(--color-background-rgb),0.9);
}

.ajaxLoading span {
	font-size: 6rem;
}

.ajaxLoading span i {
	--fa-primary-color: var(--color-red);
	--fa-secondary-color: var(--color-blue);
	--fa-secondary-opacity: 1.0;
}

.ajaxLoading em {
	color: var(--color-gray);
}
/*ajax 처리 중 로딩화면 끝*/
/* Analytics - 제공콘텐츠 차트 커스텀 툴팁*/
.google-visualization-tooltip {
	width: 100px;
	height: 60px;
	padding-left: 5px !important;
}
.tooltip_title {
	font-size: 1.2rem;
}
.tooltip_contents {
	font-size: 1.2rem;
}
.tooltip_pct {
	font-size: 1.1rem;
}
/* 메인화면 Analytics - 제공 콘텐츠 현황 */
.mas-box.flex-spacebetween > a:hover {
    color: var(--color-basic);
}

/* 접근성 */
#accessibility {
	position: fixed;
	top: 0px;
	left: 0;
	overflow: hidden;
	width: 100%;
	z-index: 3000;
}
#accessibility a {
	display: block;
    visibility: visible;
    background: #000;
    color: #fff;
    text-align: center;
    text-decoration: none;
}
#accessibility a:focus{
	overflow: visible;
	position: static;
	width: 100%;
	height: 20px;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;

}