@charset "UTF-8";
/* 미니 TOC 위젯을 표출시키는 툴바 CSS*/
.leftWidget{
	position: absolute;
    left: 10px;
    top: 10px;
    z-index: 10;
}
.leftWidget .dep1 button {
	width: 40px;
    height: 40px;
    border-radius: 4px;
    box-shadow: 0.5px 0.9px 4px 0 rgb(0 0 0 / 27%);
    background-repeat: no-repeat;
    background-position: center 10px;
}
.leftWidget .dep1 > li {
	position: relative;
    text-align: center;
    font-family: 'Pretendard Bold';
    background: #fff;
}
.leftWidget .dep1 > li:first-of-type {
    border-radius: 4px 4px 4px 4px;
}
/* #leftWidget .dep1> li span:hover {
    color: #fff;
} */
/*  #leftWidget .dep1 > li:hover{
 	background-color: #2f5597;
 } */
.leftWidget .dep1 > li span {
    font-family: 'Pretendard';
    display: block;
    padding-top: 36px;
    letter-spacing: -1px;
    line-height: 15px;
}
.leftWidget #btn_miniTocWidget {
	background-image: url(../../images/toc/ico-small-toc-show.png);
}
.leftWidget .dep1 #btn_miniTocWidget.show{
   	background-image: url(../../images/toc/ico-small-toc-hide.png);
}
/* #leftWidget #btn_miniTocWidget:hover {
	background-image: url(../../images/widget/widget-minitoc-white.png);
	color: #fff;
	 background-color: #2f5597;
} */

/*미니 toc 위젯 메시지 박스*/
.miniTocWidgetModal .messageBox{
    text-align: center;
    font-size: 14px;
}

/* 미니 TOC 위젯*/

.miniTocWidgetModal .head{
	height: 30px;
}
.miniTocWidgetModal .cont{
	padding: 10px;
}
.miniTocWidgetModal .btnPopMinimize{
	width: 20px;
    height: 20px;
    background: url(../../images/widget/popup/ico-combobox-type02.png)no-repeat center;
    transform: rotate(180deg);
}
.miniTocWidgetModal .btnPopMinimize.off{
	transform: rotate(0deg);
}
.miniTocWidgetModal .cont.off{
	display: none;
}
.miniTocWidgetModal .cont{
	display: block;
}
.miniTocWidget .toc_tocContentBox .toc_layerContent .rstcustom__rowContents{
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: 'Pretendard';
    font-weight: normal;
    color: #333;
    padding-right: 0px;
    margin-top: 0px;
}
.miniTocWidget .rstcustom__toolbarButton button, .miniTocWidget .rstcustom__toolbarButton button:hover{
	margin-top: 3px;
}
.miniTocWidgetModal{
	width: 375px;
	left: 60px;
    top: 10px;
    z-index: 19;
}
.miniTocWidget .toc_tocContentBox .toc_layerContent .rstcustom__rowTitle .toc_layerText{
	width: 160px;
	margin-top: 0px;
	line-height: 26px;
}
.mobile .miniTocWidget .toc_tocContentBox .toc_layerContent .rstcustom__rowTitle .toc_layerText{
	width: 140px;
}
.miniTocWidget .rstcustom__rowTitle{
	padding: 0px;
}
.miniTocWidget .toc_tocContentBox .toc_groupContent .rstcustom__rowTitle span{
	width: 190px;
	margin-top: 0px;
    line-height: 26px;
}
.miniTocWidget .toc_tocTool .toc_btnGroup:last-of-type button.toc_btnAllView.toc_off {
	background-image: url("../../images/toc/ico-group-view-show.png");
}
.miniTocWidget .toc_tocTool .toc_btnGroup:last-of-type button.toc_btnAllView{
	background-image: url("../../images/toc/ico-group-view-hide.png");
}
.miniTocWidget .toc_tocTool .toc_btnGroup:last-of-type button.toc_btnAllView.toc_off:hover{
	background-image: url("../../images/toc/ico-group-view-hide.png");
}
.miniTocWidget .toc_tocTool .toc_btnGroup:last-of-type button.toc_btnAllView:hover, #toc .toc .toc_tocTool .toc_btnGroup:last-of-type button.toc_btnAllView.active{
	background-image: url("../../images/toc/ico-group-view-show.png");
}
.miniTocWidget .toc_tocTool button {
    text-indent: 16px;
    font-family: 'Pretendard Bold';
    margin-right: 14px;
    color: #417AC5;
    font-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
}
.miniTocWidget .toc_tocTool .toc_btnGroup{
	margin-left: 0;
    display: flex;
}
.miniTocWidget .toc_tocContentBox .toc_layerContent>.rstcustom__rowContents>.rstcustom__rowToolbar>.rstcustom__toolbarButton>button {
	width: 23px;
	height: 23px;
	text-align: center;
}
.miniTocWidget .groupList .groupBox .btnGroup button.btnGroupView {
	margin-right: 6px;
	background-image: url("../../images/toc/ico-group-view-hide.png");
}
.miniTocWidget .toc_btnLayerView {
	background-image: url("../../images/toc/ico-view.png");
}
.miniTocWidget .toc_tocContentBox .toc_layerContent .toc_btnLayerView.on {
	background-image: url("../../images/toc/ico-view-hover.png");
}

.miniTocWidget .toc_groupContent .toc_btnLayerView{
	background-image: url("../../images/layer/ico-group-view-hide.png");
}
.miniTocWidget .toc_groupContent .toc_btnLayerView.on{
	background-image: url("../../images/layer/ico-group-view-show.png");
}
.miniTocWidget .toc_layerContent > .rstcustom__rowContents > .rstcustom__rowToolbar > .rstcustom__toolbarButton > button {
    width: 23px;
    height: 23px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    border: 1px solid #E0E0E0;
    text-align: center;
}
.miniTocWidget .toc_groupContent .rstcustom__rowLabel{
	margin-top:4px;
}
.miniTocWidget .toc_groupContent.toc_depth1 .rstcustom__rowLabel{
	margin-top:6px;
}
.miniTocWidget .toc_groupContent.toc_depth2 .rstcustom__rowLabel{
	margin-top:6px;
} 
.miniTocWidget .toc_tocContentBox{
	padding-top:0px;
	max-height: 327px;
    overflow-y: auto;
}
.miniTocWidget .toc_tocContentBox::-webkit-scrollbar {
    width: 14px;
    height: 14px;
}
.miniTocWidget .toc_tocContentBox::-webkit-scrollbar-button {
    display: none;
}
.miniTocWidget .toc_tocContentBox::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 5px;
}
.miniTocWidget .toc_tocContentBox::-webkit-scrollbar-track {
    background-color: #e9e9e9;
    border-radius: 5px;
}
.miniTocWidget .toc_expanded{
	top: 2px;
}
