.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}
.widget-toc {
	display: block;
	overflow: hidden;
	border: 1px solid #1db79f;
	background-color: #ffffff;
	width: 100%;
	margin: 30px 0 20px 0;
	font-size: 95%;
	border-radius: 3px;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	-ms-transition: height 0.3s;
	-o-transition: height 0.3s;
	transition: height 0.3s;
}

.widget-toc>ol {
	padding: 12px;
	background-color: #f9f9f9;
	position: relative;
	display: none;
	border-radius: 3px;
	max-height: 300px;
	overflow: auto;
	margin:0;
}

.widget-toc>ol>li:not(:last-child) {
	margin-bottom: 5px;
}

.widget-toc>ol>li>a {
	color: #1F2125;
	font-weight: 500;
	font-size: 16px;
}

.widget-toc>ol>li>ol,
.widget-toc>ol>li>ol ol {
	padding-left: 15px;
}

.widget-toc>ol>li>ol>li>a,
.widget-toc a {
	color: #1F2125;
	transition: 0.3s;
}

.widget-toc>ol>li>ol>li>ol a {
	font-size: 12px;
}

.widget-toc a:hover {
	color: #F39F2D;
}

.widget-toc.open {
	height: auto;
}

.widget-toc ol li {
	display: block;
	position: relative;
	display: block;
	position: relative;
	background: url(../img/list-style.png) no-repeat left 6px;
	padding-left: 16px;
}

.toc-title {
	text-align: center;
	font-weight: 700;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

.toc-title .toc_title_inside {
	text-align: left;
	height: 40px;
	display: flex;
	align-items: center;
	padding: 0 20px 0 50px;
	font-size: 13px;
	position: relative;
	background-color: #f3f3f3;
	color: #1F2125;
	border: 1px solid #ccc;
}

.toc-title .toc_title_inside.toc_close,
.widget-toc.sticky.open .toc-title .toc_title_inside,
.widget-toc.sticky .toc-title .toc_title_inside.toc_close {
	display: none;
}

.widget-toc.sticky.open .toc-title .toc_title_inside.toc_close {
	display: flex;
}

.toc-title .toc_title_inside::before {
	content: "";
	position: absolute;
	background-image: url(../img/table-of-content.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin-bottom: 5px;
	width: 20px;
	height: 20px;
	left: 20px;
}

.toc-title .toc_title_inside.toc_close::before {
	background-image: url(../img/icon-close.png);
}

.toc-title .toc_title_inside::after {
	content: "";
	position: absolute;
	background-image: url(../img/arrow_down.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 14px;
	height: 7px;
	right: 20px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.widget-toc.open .toc-title .toc_title_inside::after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.widget-toc.sticky {
	position: fixed;
	top: 152px;
	left: 100px;
	width: 560px;
	max-height: 546px;
	background-color: transparent;
	padding: 0;
	border: 0;
	overflow: unset;
	margin: 0;
	z-index: 1;
	-webkit-transition: unset;
	-moz-transition: unset;
	-ms-transition: unset;
	-o-transition: unset;
	transition: unset;
}

.widget-toc.sticky.force_none {
	height: 0!important;
}

.widget-toc.sticky.open {
	background-color: #ffffff;
}

.widget-toc.sticky.open::before {
	content: "";
	background-color: rgb(0 0 0 / 50%);
	position: fixed;
	height: 100vh;
	width: 100vw;
	top: 0;
	left: 0;
}

.widget-toc.sticky .toc-title {
	position: absolute;
	height: 70px;
	width: 70px;
	left: -80px;
	box-shadow: 1px 1px 1px #b2b1b1;
}

.widget-toc.sticky .toc-title .toc_title_inside {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0;
	height: 70px;
	width: 70px;
	background-color: #ffffff;
	border-radius: 3px;
	text-align:center;
}

.widget-toc.sticky .toc-title .toc_title_inside::after {
	display: none;
}

.widget-toc.sticky .toc-title .toc_title_inside::before {
	position: relative;
	left: unset;
}
.widget-toc ol li button{
	font-weight:500;
	text-align:left;
}
@media only screen and (max-width: 1300px) {
	.widget-toc.sticky {
	left: 20%;
	}
}

@media only screen and (max-width: 1024px) {
	.widget-toc.sticky {
	left: 100px;
	}
}

@media only screen and (max-width: 480px) {
	.widget-toc.sticky {
	left: 15px;
	width: calc(100% - 30px);
	top: 232px;
	}
	.widget-toc.sticky .toc-title {
	left: 0px;
	top: -80px;
	}
}