/*Content CSS*/
#header_wrap { width:100%; height:60px; background-color:#fff; z-index:57; position:fixed; transition: all 0.3s;border-bottom: 1px solid rgba(255,255,255,0);}
#logo {height: 100%; display: flex; align-items: center; justify-content: center;}
#logo a {display: block; margin: 0 auto;font-size: 0; width: 104px; height: 35px; background: url('../img/logo.png') 50% / cover no-repeat; transition: .3s; line-height: 60px;}
#logo img {height: 35px;}
.scrolled #header_wrap{border-color: #ddd;}
