.icon-gotop {
	position: fixed;
	display: none1;
	/*top: 265px;*/
	top: 250px;
	right: 10px;
	z-index: 999;	
	font-size: .8rem;
	text-align: center;
}
#gopagetop {
	top: calc( 265px + 26px);
}
.icon-gotop a {
	display: block;
	width: 65px;
	height: 65px;
	border-radius: 10px;
	background-color: var(--Index-icon-gotop-bgColor);
	color: var(--Index-icon-gotop-Color);
	margin-top: 15px;
}
.icon-gotop a img {
	width: 65px;
	height: auto;
}
.icon-gotop a:hover {
	background-color: var(--GlobalStyle-bgColor);
	color: var(--GlobalStyle-Color);
}
.icon-gotop .icon-gotop-box {

}
.icon-gotop .form-inline {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}
.icon-gotop .form-control.search-bar {
	background-color: #d8d8d8;
	width: 30px;
	transition: .5s;
	border-radius: 35px;
	border: 1px solid  var(--GlobalStyle-bgColor);
	border: none;
	position: absolute;
	right: 35px;
	height: 65px;
	z-index: 10;
	top: 15px;
	opacity: 0;
}
.icon-gotop .icon-search {
	z-index: 15;
}
.icon-gotop .icon-search:focus+.search-bar,
.icon-gotop .icon-search:hover+.search-bar {
    width: 250px;
    opacity: 1;
}

.icon-gotop .form-control.search-bar:placeholder {
    color: #979797;
}

.icon-gotop .form-control.search-bar.show {
    width: 250px;
    opacity: 1;
}

.icon-gotop .form-control.search-bar:hover, .icon-gotop .form-control.search-bar:active, .icon-gotop .form-control.search-bar:focus {
	width: 250px;
	opacity: 1;
}

.FatFooterBtn {
	border-bottom: solid 1px #bababa;
	background-color: var(--FatfooterStyle-bgColor);
	color: var(--FatfooterStyle-Color);
	text-align: center;
	padding: 3px;
	letter-spacing: 1px;
}
.FatFooterBtn a {
	display: block;
}
#FatFooterZone {
	background-color: var(--FatfooterStyle-bgColor);
	color: var(--FatfooterStyle-Color);
	border-bottom: solid 1px #bababa;
    margin-top: 4rem;
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
#FatFooterZone .container-fluid {
	max-width: calc(100% - var(--FooterSpaceWidth) );
}
#FatFooterZone .FatFooterInfo {
	font-size: .85rem;
}
#FatFooterZone .FatFooterInfo > div {
	padding: 0px 6px;
}
#FatFooterZone .FatFooterInfo ul{
	border-top: solid 1px #333;
	padding: 0;
	margin: 0;
	padding-top: 10px;
	margin-top: 8px;
	list-style: none;
}
#FatFooterZone .FatFooterInfo ul li{
	line-height: 30px;
}


#WebSiteInfoZone {
	background-color: var(--WebSiteInfoStyle-bgColor);
	color: var(--WebSiteInfoStyle-Color);
}
#WebSiteInfoZone .container-fluid {
	max-width: calc(100% - var(--FooterSpaceWidth) );
}

#WebSiteInfoZone {
	font-size: 1rem;
}

#WebSiteInfoZone a {
	color: var(--WebSiteInfoStyle-Color);
}
#WebSiteInfoZone .linkclass a {
	color: var(--WebSiteInfoStyle-link-Color);
}

@media (max-width:1199px) { 
	#FatFooterZone .container-fluid {
		max-width: 100% ;
	}
	#WebSiteInfoZone .container-fluid {
		max-width: 100% ;
	}
	
}