#tv { width: 1060px; background: #000000; margin: 1px auto 31px; padding: 20px 0; }
#noshow { display: none; }

/* header animation */
#header-post { height: 50px; transition: height .8s ease-in-out; }
#header-post:hover { height: 400px; }

#header-post .menu-wrap { top: 0; transition: top .6s ease-in-out; }
#header-post:hover > .menu-wrap { top: 145px; transition: top .3s ease-in-out; }

#header-post #logo { top: -72px; transition: top .5s ease-in-out; }
#header-post:hover > #logo { top: 70px; transition: top .4s ease-in-out; }