
.phoneClass, .nusc_logo, .right-bottom-sidebar {
    display: none;
}
#header_pc {
    background-image: unset;
}
.nusc_logo_page{
    /*height: 50px !important;  */
    height: 64px !important;  
}
.page-searchbar{
    width: 175px;
}
#header_pc .container-fluid > div {
    height: 90px !important;
}
.icon-gotop {
	top: auto !important;
	bottom: 20px !important;
	right: 15px !important;
}	
.page-gotop-box {
	display: none !important;
}
.icon-gotop a {
  /*width: 40px;
  height: 40px;
  border-radius: 40px;*/
}
.icon-gotop a img {
  /*width: 40px;*/
}
.breadcrumbs {
    padding: 0.75rem 0px;
	font-size: 1rem;
	color: #000;
}
.breadcrumbs a {
	color: #000;
}
.breadcrumbs a:last-child {
    color: var(--GlobalStyle-bgColor);
}

#mainZone {
	background-image: url("../img/mainpage-bg-2024.svg");
	background-repeat: no-repeat;
	background-size: 33% auto;
}
#mainZone .container-fluid{
	max-width: calc(100% - var(--IndexSpaceWidth) );
}
#mainZone .lineAreaClass{
    background-color: var(--GlobalStyle-bgColor);
    height: 5px;
}
.accesskey-left {
	color: #fff;	
}
#mainleft-title {
    text-align: start;
	color: #000;
	font-size: 1.75rem;
	padding: 0.2rem;
    border-bottom: 2px solid #dedede;
    letter-spacing: 1px;
}

#mainleft-title .mainleftIcon {
    margin: 0;
    padding: 0px;
    flex: 0 0 auto;
    width: 36px;
    text-align: center;
    cursor: pointer;
    background-color: var(--GlobalStyle-bgColor);
}
#mainleft-title .mainleftIcon .bi {
    color: #ffffff;
}

#mainleft-menu {
	padding: 0px;
}
#mainleft-menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#mainleft-menu li{
	margin: 0px;
	padding: 0px;
}
#mainleft-menu li .active > div {
	color: var(--GlobalStyle-bgColor);
	border-bottom: 2px solid var(--GlobalStyle-bgColor);
    /*width: max-content;*/
}
#mainleft-menu li a {
	text-align: left;
	color: #393939;
	font-size: 1.3rem;
	padding: 8px 16px;
	padding-left: 1.2rem;
	display: block;
    letter-spacing: 1px;
	/*border-bottom: 2px solid #fff;*/
}
#mainleft-menu li a:hover {
	background-color: var(--GlobalStyle-bgColor);
	color: var(--GlobalStyle-Color) !important;
}
#mainleft-menu li a:hover > div {
	color: var(--GlobalStyle-Color) !important;
}

#main-content {
	min-height: 650px;
	/*background-color: #fff;*/
}
#main-content h2 {
	margin-bottom: 0px;
	font-size: 2rem;
    line-height: 1.6;
    letter-spacing: 1.5px;
}
#main-content hr {
	margin: 0.5rem auto;
	padding: 0;
	border-bottom: 1px solid #ccc;
	width: 100%;
	margin-bottom: 1px;
}
#main-content .sharelink img {
	width: 35px;
	padding: 0 3px;
}
#main-content .sharelink a:hover img {
	opacity: .8;
}
.tdbottomdot {
	border-width: 1px;
	border-color: #d5d5d5;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: dashed;
	border-right-style: none;
	text-align: justify;
}
#pageHtml { 
	padding-top: 15px;
	padding-bottom: 10px;
	font-size: 1.2rem;
	word-break: break-all;
	text-align: left;
	min-height: 1px;
	line-height: 1.6;
	letter-spacing: .6px;
}
#pageHtml img{  
    max-width: 100%;
    height: auto;
}

#pageHtml fieldset legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0.5rem 0px;
	margin-bottom: 0.5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal;	
	border-bottom: #999999 1px solid;
}

.activityHtml p { margin-bottom:0 }

/* Like Font Awesome */
.fa {
    padding: 0px 9px;
	line-height:18px;
	width:18px;
	height:18px;
    background-repeat: no-repeat;
	background-position: center;
}
.fa::before {
	content:'';
}
.fa-angle-double-right{
	color:#FF8ACB;
	background-image: url( '/share/image/33XcZBTRqyjfTo4QOuOfvA__.gif' );
}
.fa-angle-double-right-title{
	font-size: 1.25rem;
	/*font-weight:bold;*/
	font-weight: 500;
}
.fa-chevron-circle-right{
	color:#FF9F00;
	background-image: url( '/share/image/Mxej8xR0bqyWCL5TJV2OTg__.gif' );
}
.fa-administrative-docs{
	color:#FF8ACB;
	background-image: url( '/share/image/PUZR85G2cq~lxvaReo6X~w__.gif' );
}

