/* === mcvs menu — 客製板：完整獨立選單（不載 common_menuBase）=== */
@media all and (min-width: 1000px) {
  div.menuColumn_odd {
    position: relative !important;
  }
}
div.menuColumn_odd[data-set="1"] {
  position: fixed !important;
  top: 0;
  background-color: rgba(240, 240, 240, 0.9);
}
@media all and (min-width: 0) {
  div.menuColumn_odd {
    width: 100%;
    float: left;
    left: 0;
    top: 0;
    z-index: 3;
    transition: linear 200ms;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    /* position: fixed; */
  }
  button[data-id="menu_btn_odd"] {
    display: none;
  }
  button#menu_btn_odd {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    border: 1px solid #CCC;
    box-shadow: 0 0 4px #CCC;
    float: right;
    position: absolute;
    right: 10px;
    bottom: 10px;
    overflow: hidden;
    background: #414141;
  }
  button#menu_btn_odd > img {
    width: 100%;
    height: 100%;
    float: left;
  }
  div#menu_odd {
    width: 300px;
    position: absolute;
    top: 100%;
    /* right: -100%; */
    background: rgba(240, 240, 240, 0.9);
    transition: linear 250ms;
    color: #414141;
    display: none;
  }
  div#menu_odd.menuActive {
    right: 0 !important;
  }
  ul#menu {
    width: 100%;
    float: left;
    overflow-x: hidden;
    overflow-y: auto;
  }
  ul#menu li {
    width: 100%;
    float: left;
    transition: linear 100ms;
  }
  ul#menu li::before {
    content: none;
  }
  ul#menu li:hover > a,ul#menu li:hover > button {
    color: "";
    background: rgba(184, 250, 189, 0.6);
  }
  ul#menu li ul {
    width: calc(100% - 2em);
    padding-left: 2em;
    display: none;
  }
  ul#menu a,ul#menu button {
    width: inherit;
    padding: 5px 10px;
    float: left;
    margin-bottom: -5px;
    text-align: left;
  }
  ul#menu a:focus,ul#menu button:focus {
    color: #3d5790;
    background: "";
  }
}
@media all and (min-width: 1000px) {
  div#menu_odd {
    width: 300px;
    position: absolute;
    top: 100%;
    right: -100%;
    background: rgba(240, 240, 240, 0.9);
    transition: linear 250ms;
    color: #414141;
    display: block !important;
  }

  div.menuColumn_odd {
    position: fixed;
    background: #f0f0f0;
  }
  button#menu_btn_odd,
  div.menu_btn_odd,
  span#menu_local_odd {
    display: none;
  }
  div#menu_odd {
    width: 100%;
    bottom: 0;
    right: 0;
    top: initial;
    float: left;
    background: rgba(240, 240, 240, 0);
  }
  ul#menu {
    width: 95%;
    height: auto !important;
    margin: 0 2.5% 0 2.5%;
    overflow: visible;
    text-align: right;
  }
  ul#menu a {
    white-space: nowrap;
  }
  ul#menu > li {
    width: auto;
    float: none;
    display: inline-block;
    position: relative;
    text-align: left;
  }
  ul#menu > li:last-child > ul {
    left: auto;
    right: 0;
  }
  ul#menu > li > ul {
    display: none;
    position: absolute;
    padding: 0;
    width: auto;
    top: 100%;
    left: 0;
    background: rgba(240, 240, 240, 0.9);
    text-align: left;
    z-index: 1;
    font-size: 0.9em;
    margin-top: 5px;
    padding-bottom: 5px;
  }
  ul#menu > li > ul > li {
    float: left;
    min-width: 100%;
  }
  ul#menu > li > ul > li > a {
    width: 100%;
    box-sizing: border-box;
  }
  ul#menu > li > ul > li > ul {
    display: none;
    position: absolute;
    padding: 0;
    width: auto;
    left: 100%;
    background: rgba(240, 240, 240, 0.9);
    text-align: left;
  }
  ul#menu > li > ul > li > ul > li {
    float: left;
    min-width: 100%;
    margin-bottom: 5px;
  }
  ul#menu > li > ul > li > ul > li > a {
    min-width: 4em;
    width: 100%;
    box-sizing: border-box;
  }
  ul#menu:not(.menuDisable) > li:hover > ul,
  ul#menu:not(.menuDisable) > li > ul > li:hover > ul,
  ul#menu:not(.menuDisable) > li:focus-within > ul,
  ul#menu:not(.menuDisable) > li > ul > li:focus-within > ul {
    display: block;
  }
  ul#menu ul {
    display: none;
  }
  ul.otherSide {
    left: inherit !important;
    right: 100% !important;
  }
}
@media all and (min-width: 0) {
  div.menuSummary_odd {
    display: none;
  }
}
@media all and (min-width: 1000px) {
  div.menuSummaryContent_odd {
    width: calc(50% - 15px);
    float: left;
    max-height: 100%;
    overflow: hidden;
  }
  div.menuSummaryContent_odd p {
    margin: 0;
    max-height: calc(4 * 1em * 1.7);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  div.menuSummaryTitle_odd {
    font-size: 1.4em;
    color: white;
  }
  div.menuSummaryDescription_odd {
    font-size: 0.9em;
    margin-top: 0.2em;
  }
  div.menuSummaryDescription_odd a {
    font-size: 0.8em;
    color: white;
    float: right;
  }
  div.menuSummary_odd {
    /* display   : inline-block; */
    float: left;
    width: calc(50% - 1px);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    margin-top: 10px;
    margin-bottom: 10px;
  }
  div.menuSummaryImg_odd {
    width: calc(50% - 15px);
    margin-right: 15px;
    position: relative;
    overflow: hidden;
    float: left;
  }
  div.menuSummaryImg_odd::before {
    content: "";
    display: block;
    padding-top: 75%;
  }
  div.menuSummaryImg_odd img {
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media all and (min-width: 1281px) {
  div.menuSummaryContent_odd p {
    max-height: calc(5 * 1em * 1.7);
    -webkit-line-clamp: 5;
  }
}
@media all and (min-width: 1367px) {
  div.menuSummaryContent_odd p {
    max-height: calc(6 * 1em * 1.7);
    -webkit-line-clamp: 6;
  }
}
@media all and (min-width: 1600px) {
  div.menuSummaryContent_odd p {
    max-height: calc(7 * 1em * 1.7);
    -webkit-line-clamp: 7;
  }
}
@media all and (min-width: 0px) {
  div.outset_odd {
    width: 95%;
    padding-left: 2.5%;
    padding-right: 2.5%;
    margin-bottom: -2em;
  }
  div.outset_odd div.imgList_odd {
    overflow: hidden;
    margin-bottom: 0;
    margin-top: 1em;
  }
  div.outset_odd div.imgList_odd a.rssIcon_odd {
    float: right;
    margin-right: 0.5em;
  }
  div.outset_odd div.owl-carousel {
    margin-top: 1.5em;
    overflow: visible;
  }
  div.outset_odd div.owl-carousel div.owl-stage-outer {
    overflow: visible;
  }
  div.outset_odd div.owl-carousel div.owl-stage-outer div.owl-stage {
    float: left;
  }
  div.outset_odd div.owl-nav {
    width: 100%;
    text-align: right;
    opacity: 0;
    transition: linear 150ms;
  }
  div.outset_odd div.owl-nav .owl-prev:hover {
    color: #183847;
    font-weight: bolder;
  }
  div.outset_odd div.owl-nav .owl-prev span {
    color: transparent;
    position: relative;
    z-index: 5;
    width: 1.8em;
    height: 1.8em;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.5);
    transition: linear 100ms;
    margin: 0.1em 3px;
  }
  div.outset_odd div.owl-nav .owl-prev span::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    background-image: url("/oddi_lib/js/plugins/ebook/prev.png");
    background-size: 100%;
  }
  div.outset_odd div.owl-nav .owl-next:hover {
    color: #183847;
    font-weight: bolder;
  }
  div.outset_odd div.owl-nav .owl-next span {
    color: transparent;
    position: relative;
    z-index: 5;
    width: 1.8em;
    height: 1.8em;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.5);
    transition: linear 100ms;
    margin: 0.1em 3px;
  }
  div.outset_odd div.owl-nav .owl-next span::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    background-image: url("/oddi_lib/js/plugins/ebook/next.png");
    background-size: 100%;
  }
  div.outset_odd:hover div.owl-nav {
    opacity: 1;
  }
}
@media all and (min-width: 1000px) {
  div.menuColumn_odd {
    transition: none;
  }
  div#menu_odd ul#menu {
    text-align: center;
  }
}
@media all and (min-width: 1281px) {
  div.outset_odd {
    width: 1200px;
    padding-left: calc((100% - 1200px) / 2);
    padding-right: calc((100% - 1200px) / 2);
  }
}
