.authority-zone
{
position: relative;
}
.move-object
{
    position: absolute;
    top: 0;
    left: 39px;
}
.move-object:after
{
    content: '';
    position: absolute;
    width: 1.75px;
    height: 81.67px;
    background: #519FD9;
    left: 0;
    margin: 0 auto;
    right: 0;
}
.zone1 {
    left: 39px;
    top: 0;;
}
.zone2 {
    left: 82px;

}
.zone3 {
    left: 122px;
}
.zone4 {
    left: 164px;
}
.zone5 {
    left: 206px;
}
.active-m-object0
{
    position: absolute;
    top: 49px;
    left: 28px;
}
.active-m-object1 {
    position: absolute;
    top: 55px;
    left: 71px;
}
.active-m-object2 {
    position: absolute;
    top: 9px;
    left: 111px;
}
.active-m-object3 {
    position: absolute;
    top: 27px;
    left: 153px;
}
.active-m-object4 {
    position: absolute;
    top: 20px;
    left: 196px;
}
.icon-env-object
{
    background: url(../images/header-animation/Envelope_Item_Chart.png) no-repeat center center;
    width: 23px;
    height: 25px;
    display: block;
}
.jletter{
    display: none;
}
ul.anim-components
{
    margin:0;
    padding:0;
    display:flex;
}
ul.anim-components li
{
    list-style: none;
    margin: 0 20px 0 0;

}
ul.anim-components li img
{

}
.authorityzone-time
{
    display: flex;
    justify-content: center;
    max-width: 286px;
    padding: 9px 0 15px;
}
.tm-value
{
    font-size: 8px;
line-height: 12px;
text-align: center;
font-family: 'nexabook';
margin:0 8px;
font-weight: bold;
color:#58585A;
}
.tm-value.active-tm
{
    color:#4EB4FF;
}
.tm-value span
{
    display: block;
}
.iframe-cards
{
    max-width: 286px;
    overflow: hidden;
    position: relative;
}
.nav-card
{
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 40.5%;
    width: 102%;
    left: -3px;
}
.l-arrow
{
    background: url(../images/header-animation/l-arrow.png) no-repeat center center;
    width:21px;
    height:38px;
}
.r-arrow
{
    background: url(../images/header-animation/r-arrow.png) no-repeat center center;
    width:21px;
    height:38px;
}
.animated-cards
{
    border-radius: 10px;
    box-shadow: 0 0 6px rgb(0 0 0 / 15%);
    padding: 10px 14px;
    width: 312px;
    position: relative;
    background: #fff;
}
.animated-cards img
{
    width: auto!important;
    max-width: initial!important;
}
#lineMove{
    opacity: 0;
}