@charset "UTF-8";
/* CSS Document */

#vcms_CONTAINER .news .news__inner .blk-63 .blk__inner ul {
    display: block;
}

#vcms_CONTAINER .blk-57 .blk__inner ul {
    display: block;
}

.vcmsComment {
	visibility: hidden;
	height: 0px;
	overflow: hidden;
}

#vcms_CONTAINER .vcmsComment {
	background: #FF6100;
	height: 20px;
	color: #FFF;
	visibility: visible;
}


#vcms_CONTAINER .header {
   z-index: 1;
}

#vcms_CONTAINER section.bottom-fixed-note {
    z-index: 9999999!important;
    position: absolute!important;
    left: 0;
    bottom: 0;
    transform: translateY(110%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 4rem;
    color: #fff;
    background-color: #333;
    transition: all 0.5s;
    filter: drop-shadow(0.2rem 0.4rem 0.6rem rgba(255, 255, 255, 0.5333333333));
}