/* body{
    margin: 0;
    padding: 0;
}
#top_nav{
    display: none;//
}
#header{
    width: 100%;
    height: 400px;
    background-image: linear-gradient(to right top, #d1e9ff, #f2faff);
}
#main{
    width: 60%;
    padding: 10px 20px 0 20px;
    margin: 0;
    margin: auto;
    min-width: 800px;
    background-color: rgba(240,240,240,0);
    transition: background-color 0.5s;
    -webkit-transition: background-color 0.5s;
}
#navigator,#navList,#header{
    display: inline-flex;
}
.navButton{
    width: 120px;
    height: 30px;
    position: fixed;
    left: 10px;
    top: 100px;
}
a{
    text-decoration-line: none;
    transition: color 0.2s;
    -webkit-transition: color 0.2s;
}
a:not(:focus){
    color: rgb(50, 50, 50);
}
a:hover{
    color: rgb(255, 197, 111);
}
#cb_post_title_url{
    color: rgb(250, 250, 250)!important;
}
.zHeaderBox{
    position: absolute;
    top: 150px;
    left: calc(50% - 400px);
    margin: auto;
    width: 800px;
    height: 140px;
    text-align: center;
    background-color:rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
    border: 2px solid rgba(255, 255, 255, 0);
    transition: border 0.5s; 
    transition-timing-function: ease-out;
}
.zHeaderBox:hover{
    border: 2px solid rgb(255, 255, 255,1);
}
.zTitle{
    color: white;
}
.zTitleInfo{
    color: rgb(250, 250, 250);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.postTitle{
    display: none;
}
#zLoading{
    width: 100%;
    height: 100%;
    z-index: 2000;
    background-color: black;
}


#Loading {
      top: 50%;
      left: 50%;
      position: absolute;
      -webkit-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%);
      z-index: 100;
    }

    @-webkit-keyframes ball-beat {
      50% {
        opacity: 0.2;
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
      }

      100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
      }
    }

    @keyframes ball-beat {
      50% {
        opacity: 0.2;
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
      }

      100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
      }
    }
    
    .ball-beat>div {
      background-color: #4999ff;
      width: 10px;
      height: 10px;
      border-radius: 100% !important;
      margin: 2px;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      display: inline-block;
      -webkit-animation: ball-beat 0.7s 0s infinite linear;
      animation: ball-beat 0.7s 0s infinite linear;
    }
    .ball-beat>div:nth-child(2n-1) {
      -webkit-animation-delay: 0.35s !important;
      animation-delay: 0.35s !important;
    } */
