@charset "utf-8";

/*23.02.20 고경남 title css 통일*/
.Btnarea h2.tit { box-sizing:border-box; padding:10px; width:100%; display:flex; align-items:center; justify-content:center;font-size: 14px;font-weight: bold;color: #112b48;height: 47px;} 
.Btnarea h2.tit svg { transform: rotate(180deg); }
.item-list { background-color:#fff; box-sizing:border-box; padding:0 10px;}
.result_list2 { background-color:#fff; box-sizing:border-box; padding:0 10px;  }
.databoardDdrop { border:none !important; }
.databoardDdrop.on { border:none !important; }
#common_popup_area { bottom:93px !important;  }
	
.tooltip {
	position: absolute;
    z-index: 1070;
    display: block;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    font-size: 12px;
    background-color:rgba(0,0,0,0);
}
.tooltip-inner {
	max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}		 		
.tooltip.in { opacity: 0.9;}
.tooltip-arrow {
	position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip.top .tooltip-arrow {
	bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
