/* 局部關鍵格局 */

.yb-logo-width { width: 8.24em !important }
.yb-logo-height, .yb-U-height { height: 4.12em !important; max-height: 4.12em !important }
.yb-L-font { font-size: 1em !important }  /* 左側選單的字型大小 */
.yb-L-width { width: 8em }                                                      /* 左側選單的寬度 */

/* 資料庫、電子書庫 */

.yb-brief-info { 
  height:6em;
}

/* 中螢幕及以下 */

@media (max-width:1000px) {
  .yb-R-width { width: 8em !important }
}

/* 大螢幕及以上 */

@media (min-width:1000.1px) {
  .yb-R-width { width: 9em !important }
}
