﻿html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    font-family: -apple-system, Microsoft JhengHei, "Segoe UI", Roboto, Ubuntu, "Droid Sans", "Helvetica Neue", sans-serif;
    background-color: #fff;
    color: #34495e;
}

a {
    display: inline;
    color: #34495e;
    text-decoration: none;
    cursor: pointer;
}

    a u {
        text-decoration: none;
    }

    a.white,
    a.white:hover,
    a.white:link,
    a.white:visited {
        color: #fff;
    }

    a.blue,
    a.blue:hover,
    a.blue:link,
    a.blue:visited {
        color: #0b4fa2;
    }

p,
h2,
h3 {
    font-weight: normal;
}

section.tweet .content a,
section.tweet .content a:hover,
section.tweet .content a:link,
section.tweet .content a:visited {
    color: #0b4fa2;
}

button {
    cursor: pointer;
}

    button:disabled {
        cursor: not-allowed;
    }

    input:focus,
    select:focus,
    textarea:focus,
    button:focus {
        outline: none;
    }

#app {
    overflow: hidden;
}

.desktop-only {
    display: none !important;
}

.container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
}

.grid-1-fourth {
    width: 25%;
}

.grid-2-fourth {
    width: 50%;
}

.grid-1-fifth {
    width: 20%;
}

.grid-2-fifth {
    width: 40%;
}

.grid-3-fifth {
    width: 60%;
}

.grid-4-fifth {
    width: 80%;
}

.view {
    margin: 0 auto;
    position: relative;
}

.fade-enter-active,
.fade-leave-active {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.fade-enter,
.fade-leave-active {
    opacity: 0;
}

.leading-embedded .embedded > iframe {
    max-height: 100%;
}

.dfp-cover:not(.vpon) {
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9997;
    background-color: rgba(0,0,0,0.7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.dfp-cover > .ad {
    position: relative;
    width: 320px;
    height: 480px;
}

    .dfp-cover > .ad > .close {
        position: absolute;
        top: -16px;
        right: -16px;
        width: 32px;
        height: 32px;
        background-image: url("/assets/mirrormedia/icon/close-btn.png");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center;
        cursor: pointer;
    }

.dfp-cover.vpon,
.dfp-cover.ad2 {
    margin: 0;
    padding: 0;
}

.limited-height {
    height: 100%;
    background-color: #000;
}

    .limited-height.no-scroll {
        overflow: hidden;
    }

[lazy=loading] {
    margin: 0 auto;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center;
    background-size: 40% 40%;
}

@media (min-width: 0px) and (max-width: 320px) {
    .dfp-cover > .ad > .close {
        right: 0;
    }
}

@media (min-width: 600px) {
    .container {
        width: 90%;
    }
}

@media (min-width: 900px) {
    .container {
        width: 768px;
    }
}

@media (max-width: 1199px) {
    .mobile-hide {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .mobile-only {
        display: none !important;
    }

    .desktop-only {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .container {
        width: 1024px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 1199px) {
    .dfp-desktop {
        display: none !important;
    }
}

@media only screen and (min-width: 1200px) {
    .dfp-mobile {
        display: none !important;
    }
}


.article-container[data-v-7b6438a2] {
    width: 100%;
    background-color: #fff;
}

.article-container .article-heromedia[data-v-7b6438a2] {
    margin: 0 auto;
    background-color: #fff;
    max-width: 1160px;
    position: relative;
}

.article-container .article[data-v-7b6438a2] {
    font-family: "Noto Sans TC", STHeitiTC-Light, "Microsoft JhengHei", sans-serif;
    max-width: 1160px;
    margin: 0 auto;
    background-color: #fff;
    padding: 10px 50px 0;
}

.article-container .article .article_aside[data-v-7b6438a2] {
    float: right;
    padding-top: 10px;
    width: 310px;
    margin-top: -30px;
}

.article-container .article .article_aside_fbPage[data-v-7b6438a2] {
    width: 300px;
    margin: 20px 5px 15px;
}

.article-container .article .article_footer[data-v-7b6438a2] {
    text-align: center;
    clear: both;
}

.article-container .article .split-line[data-v-7b6438a2] {
    overflow: hidden;
    clear: both;
}

    .article-container .article .split-line[data-v-7b6438a2]::after {
        content: "";
        display: inline-block;
        height: 0.5em;
        vertical-align: bottom;
        width: 100%;
        margin: 30px -100% 30px 0;
        border-top: 1px solid #c5c5c5;
    }

.article-container .ad-container.full[data-v-7b6438a2] {
    max-width: 1160px;
    background-color: #fff;
    margin: 0 auto;
    padding: 20px 0;
}

.article-container a[data-v-7b6438a2],
.article-container a[data-v-7b6438a2]:hover,
.article-container a[data-v-7b6438a2]:link,
.article-container a[data-v-7b6438a2]:visited {
    display: inline;
}

.readr-latest[data-v-7b6438a2] {
    margin: 0 0 10px 0;
}

@media (min-width: 0px) and (max-width: 499px) {
    .article-container .article[data-v-7b6438a2] {
        padding: 30px 0 0;
    }
}

@media (min-width: 321px) and (max-width: 499px) {
    .article-container .article[data-v-7b6438a2] {
        padding: 30px 25px 0;
    }
}

@media (min-width: 0px) and (max-width: 767px) {
    .article-container .article-heromedia[data-v-7b6438a2],
    .article-container .article[data-v-7b6438a2] {
        max-width: 100%;
    }
}

@media (max-width: 999px) {
    .mobile-hide[data-v-7b6438a2] {
        display: none !important;
    }
}

@media (min-width: 1000px) {
    .mobile-only[data-v-7b6438a2] {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .article-container .article[data-v-7b6438a2] {
        padding: 100px 50px 0;
    }
}

.ad-fit[data-v-7b6438a2] {
    position: relative;
    margin-left: -15px !important;
}

@-webkit-keyframes fade-in-data-v-7b6438a2 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fade-in-data-v-7b6438a2 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes fade-out-data-v-7b6438a2 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade-out-data-v-7b6438a2 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.header[data-v-1cfb5e2a] {
    width: 100%;
    background-color: #f5f5f5;
}

.header a[data-v-1cfb5e2a] {
    font-size: 0;
    vertical-align: middle;
}


.header-icon[data-v-1cfb5e2a] {
    width: 32px;
}

.header-menu--section[data-v-1cfb5e2a] {
    display: none;
}

.header-menu--topic[data-v-1cfb5e2a] {
    display: none;
}

.header-menu__item[data-v-1cfb5e2a] {
    border-top: 3px solid #000;
}

.header-menu__item.external[data-v-1cfb5e2a] {
    border-color: #ee5a24;
}

.header-menu__item.mirrorfiction[data-v-1cfb5e2a] {
    padding: 9.5px 0;
    font-size: 0;
    line-height: 1;
    border: none;
}

.header-menu__item.mirrorfiction img[data-v-1cfb5e2a] {
    width: auto;
    height: 30px;
}

.header-menu__item.readr[data-v-1cfb5e2a] {
    padding: 9.5px 0;
    font-size: 0;
    line-height: 1;
    border: none;
}

.header-menu__item.readr img[data-v-1cfb5e2a] {
    width: auto;
    height: 30px;
}

.header-searchbar[data-v-1cfb5e2a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 510;
    width: 100%;
    height: 69px;
    padding: 20px;
    background-color: rgba(255,255,255,0.9);
    -webkit-box-shadow: 0 3px 2px 0 rgba(0,0,0,0.1), 0 2px 0 0 #fff;
    box-shadow: 0 3px 2px 0 rgba(0,0,0,0.1), 0 2px 0 0 #fff;
    -webkit-transform: translate3d(0, -75px, 0);
    transform: translate3d(0, -75px, 0);
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.header-searchbar form[data-v-1cfb5e2a] {
    width: 100%;
    margin-right: 15px;
    font-size: 1.5rem;
}

.header-searchbar input[data-v-1cfb5e2a] {
    width: 100%;
    background-color: transparent;
    border: none;
}

.header-searchbar > a[data-v-1cfb5e2a] {
    width: 22px;
}

.header-searchbar.open[data-v-1cfb5e2a] {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.header-scrolled[data-v-1cfb5e2a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    width: 100%;
    padding: 5px 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 2px 0 rgba(0,0,0,0.1), 0 2px 0 0 #fff;
    box-shadow: 0 3px 2px 0 rgba(0,0,0,0.1), 0 2px 0 0 #fff;
}

.header-scrolled img[data-v-1cfb5e2a] {
    height: 32px;
}

.header-scrolled > div[data-v-1cfb5e2a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-scrolled > div > a[data-v-1cfb5e2a] {
    margin-left: 10px;
}

.headerContainer[data-v-1cfb5e2a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
}

.headerContainer > div[data-v-1cfb5e2a] {
    cursor: pointer;
}

.headerContainer__menu[data-v-1cfb5e2a] {
    display: inline-block;
    width: 34px;
    height: 34px;
    background-image: url("/assets/mirrormedia/icon/hamburger@2x.png");
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: center center;
}

.headerContainer__logo[data-v-1cfb5e2a] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 195px;
    overflow: hidden;
}

.headerContainer__logo > a[data-v-1cfb5e2a] {
    display: inline-block;
}

.headerContainer__logo--orig > img[data-v-1cfb5e2a] {
    max-width: 95px;
    width: auto;
    height: 50px;
}

.headerContainer__logo--event[data-v-1cfb5e2a] {
    margin-left: 5px;
}

.headerContainer__logo--event > img[data-v-1cfb5e2a] {
    max-width: 95px;
    max-height: 50px;
}

.headerContainer__logo--dfp[data-v-1cfb5e2a] {
    max-width: 95px;
    margin-left: 5px;
}

.headerContainer__search--mobile[data-v-1cfb5e2a] {
    display: inline-block;
    padding: 2px;
    font-size: 0;
}

.headerContainer__search--mobile > img[data-v-1cfb5e2a] {
    width: 30px;
    height: 30px;
}

.headerContainer__search--desktop[data-v-1cfb5e2a] {
    display: none;
}

.header-menu > a:hover.news[data-v-1cfb5e2a],
.header-menu > div:hover.news[data-v-1cfb5e2a] {
    background-color: #30bac8;
}

.header-menu > a:hover.entertainment[data-v-1cfb5e2a],
.header-menu > div:hover.entertainment[data-v-1cfb5e2a] {
    background-color: #bf3284;
}

.header-menu > a:hover.businessmoney[data-v-1cfb5e2a],
.header-menu > div:hover.businessmoney[data-v-1cfb5e2a] {
    background-color: #009045;
}

.header-menu > a:hover.people[data-v-1cfb5e2a],
.header-menu > div:hover.people[data-v-1cfb5e2a] {
    background-color: #efa256;
}

.header-menu > a:hover.videohub[data-v-1cfb5e2a],
.header-menu > div:hover.videohub[data-v-1cfb5e2a] {
    background-color: #969696;
}

.header-menu > a:hover.international[data-v-1cfb5e2a],
.header-menu > div:hover.international[data-v-1cfb5e2a] {
    background-color: #911f27;
}

.header-menu > a:hover.foodtravel[data-v-1cfb5e2a],
.header-menu > div:hover.foodtravel[data-v-1cfb5e2a] {
    background-color: #eac151;
}

.header-menu > a:hover.mafalda[data-v-1cfb5e2a],
.header-menu > div:hover.mafalda[data-v-1cfb5e2a] {
    background-color: #662d8e;
}

.header-menu > a:hover.culture[data-v-1cfb5e2a],
.header-menu > div:hover.culture[data-v-1cfb5e2a] {
    background-color: #009245;
}

.header-menu > a:hover.watch[data-v-1cfb5e2a],
.header-menu > div:hover.watch[data-v-1cfb5e2a] {
    background-color: #c1d16e;
}

.header-menu > a:hover.external[data-v-1cfb5e2a],
.header-menu > div:hover.external[data-v-1cfb5e2a] {
    background-color: #ee5a24;
}

.header-menu > a:hover.mirrorfiction[data-v-1cfb5e2a],
.header-menu > div:hover.mirrorfiction[data-v-1cfb5e2a] {
    background-color: #968375;
}

.header-menu > a:hover.readr[data-v-1cfb5e2a],
.header-menu > div:hover.readr[data-v-1cfb5e2a] {
    background-color: #968375;
}

.header-menu-wrapper[data-v-1cfb5e2a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-menu__item.dropdown[data-v-1cfb5e2a] {
    position: relative;
}

.dropdown[data-v-1cfb5e2a] {
    text-align: center;
}

.dropdown > a[data-v-1cfb5e2a] {
    padding: 0;
    font-size: 1rem;
    line-height: 43px;
}

.dropdown:hover .dropdown-content[data-v-1cfb5e2a] {
    display: block !important;
}

.dropdown-content[data-v-1cfb5e2a] {
    display: none;
    position: absolute;
    z-index: 10;
    width: 110px;
    color: #fff;
    background-color: #333;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content > a[data-v-1cfb5e2a] {
    font-size: 1rem;
    padding: 14.5px 15px;
}

.dropdown-content.news a[data-v-1cfb5e2a]:hover {
    color: #30bac8;
}

.dropdown-content.entertainment a[data-v-1cfb5e2a]:hover {
    color: #bf3284;
}

.dropdown-content.businessmoney a[data-v-1cfb5e2a]:hover {
    color: #009045;
}

.dropdown-content.people a[data-v-1cfb5e2a]:hover {
    color: #efa256;
}

.dropdown-content.videohub a[data-v-1cfb5e2a]:hover {
    color: #969696;
}

.dropdown-content.international a[data-v-1cfb5e2a]:hover {
    color: #911f27;
}

.dropdown-content.foodtravel a[data-v-1cfb5e2a]:hover {
    color: #eac151;
}

.dropdown-content.mafalda a[data-v-1cfb5e2a]:hover {
    color: #662d8e;
}

.dropdown-content.culture a[data-v-1cfb5e2a]:hover {
    color: #009245;
}

.dropdown-content.watch a[data-v-1cfb5e2a]:hover {
    color: #c1d16e;
}

.dropdown-content.external a[data-v-1cfb5e2a]:hover {
    color: #ee5a24;
}

.dropdown-content.mirrorfiction a[data-v-1cfb5e2a]:hover {
    color: #968375;
}

.dropdown-content.readr a[data-v-1cfb5e2a]:hover {
    color: #968375;
}

.header-sidebar[data-v-1cfb5e2a] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 510;
    width: 100%;
    height: 100vh;
    padding: 5%;
    background-color: #333;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    overflow-y: auto;
}

.header-sidebar.open[data-v-1cfb5e2a] {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.header-sidebar__close[data-v-1cfb5e2a] {
    width: 100%;
    text-align: right;
}

.header-sidebar__close img[data-v-1cfb5e2a] {
    width: 20px;
    height: 20px;
}

.header-sidebar__topic[data-v-1cfb5e2a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0.5em 0;
}

.header-sidebar__topic a[data-v-1cfb5e2a] {
    position: relative;
    margin: 0.5em 0;
    padding: 0 0.5em;
    color: #fff;
    font-size: 1rem;
    border-right: 1px solid rgba(255,255,255,0.8);
}

    .header-sidebar__topic a[data-v-1cfb5e2a]:last-child {
        border-right: none;
    }

.header-sidebar__section[data-v-1cfb5e2a] {
    width: calc(100% - 0.5em);
    margin-left: 0.5em;
    padding: 1em 0 1em 1em;
    border-left: 3px solid #000;
    border-bottom: 1px solid #7e7e7e;
}

.header-sidebar__section a[data-v-1cfb5e2a] {
    display: inline;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 300;
}

.header-sidebar__section.external[data-v-1cfb5e2a] {
    border-left-color: #ee5a24;
}

.header-sidebar__section.mirrorfiction[data-v-1cfb5e2a] {
    border-bottom: none;
    border-left-color: #968375;
}

.header-sidebar__categories[data-v-1cfb5e2a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0.5em;
}

.header-sidebar__categories a[data-v-1cfb5e2a] {
    margin: 0.2em 0.8em 0.2em 0;
    color: #969696;
    font-size: 1.1rem;
}

.header-sidebar__other[data-v-1cfb5e2a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0.5em;
    margin: 1em 0;
}

.header-sidebar__other a[data-v-1cfb5e2a] {
    width: 47%;
    margin: 0.5em 0;
    padding: 0.2em 0;
    color: #969696;
    font-size: 1rem;
    font-weight: 300;
    text-align: center;
    border: 1px solid #969696;
}

.header-sidebar__socialMedia[data-v-1cfb5e2a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0.5em;
}

.sprite[data-v-1cfb5e2a] {
    background-image: url("/assets/mirrormedia/icon/socialMedia_white@2x.png");
    background-repeat: no-repeat;
    background-size: 126px 120px;
    display: block;
}

.sprite-facebook[data-v-1cfb5e2a] {
    width: 20px;
    height: 20px;
    background-position: -106px -100px;
}

.sprite-instagram[data-v-1cfb5e2a] {
    width: 20px;
    height: 20px;
    background-position: -46px -40px;
}

.sprite-line[data-v-1cfb5e2a] {
    width: 20px;
    height: 20px;
    background-position: -86px -80px;
}

.sprite-mail[data-v-1cfb5e2a] {
    width: 26px;
    height: 20px;
    background-position: 0 0;
}

.sprite-rss[data-v-1cfb5e2a] {
    width: 20px;
    height: 20px;
    background-position: -26px -20px;
}

.sprite-weibo[data-v-1cfb5e2a] {
    width: 20px;
    height: 20px;
    background-position: -66px -60px;
}

@media (min-width: 600px) {
    .headerContainer[data-v-1cfb5e2a] {
        width: calc(100% - 4em);
    }
}

@media (min-width: 1200px) {
    .header-menu[data-v-1cfb5e2a] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 1024px;
        margin: 0 auto;
    }

    .header-menu > a[data-v-1cfb5e2a] {
        text-align: center;
        color: #fff;
        line-height: 43px;
        font-size: 1rem;
    }

    .header-menu--section[data-v-1cfb5e2a] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background-color: #064f77;
    }

    .header-menu--section a[data-v-1cfb5e2a] {
        color: #fff;
    }

    .header-menu--topic[data-v-1cfb5e2a] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative;
        background-color: #fff;
        -webkit-box-shadow: 0 0 5px 0 #ccc;
        box-shadow: 0 0 5px 0 #ccc;
    }

    .header-menu--topic a[data-v-1cfb5e2a] {
        min-width: 90px;
        font-size: 1rem;
        text-align: center;
        color: rgba(0,0,0,0.5);
        line-height: 46px;
    }

    .header-menu--topic > div[data-v-1cfb5e2a] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 1024px;
        margin: 0 auto;
    }

    .header-menu--topic .header-menu[data-v-1cfb5e2a] {
        width: auto;
        margin: 0;
    }

    .header-menu--topic .header-menu > a[data-v-1cfb5e2a] {
        padding: 0 0.5em;
        color: rgba(0,0,0,0.5);
        border-bottom: 3px solid #000;
    }

        .header-menu--topic .header-menu > a[data-v-1cfb5e2a]:hover {
            background-color: #000;
            color: #fff;
        }

        .header-menu--topic .header-menu > a[data-v-1cfb5e2a]:last-of-type {
            border: none;
        }

    .header-sidebar[data-v-1cfb5e2a] {
        display: none;
    }

    .headerContainer[data-v-1cfb5e2a] {
        width: 1024px;
        padding: 10px 0;
    }

    .headerContainer__menu[data-v-1cfb5e2a] {
        display: none;
    }

    .headerContainer__logo[data-v-1cfb5e2a] {
        max-width: none;
    }

    .headerContainer__logo--orig > img[data-v-1cfb5e2a] {
        max-width: none;
    }

    .headerContainer__logo--event > img[data-v-1cfb5e2a] {
        max-width: none;
        max-height: 50px;
    }

    .headerContainer__search--mobile[data-v-1cfb5e2a] {
        display: none;
    }

    .headerContainer__search--desktop[data-v-1cfb5e2a] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .headerContainer__search--desktop input[data-v-1cfb5e2a] {
        float: left;
        width: 200px;
        height: 35px;
        margin: 0;
        padding: 0 10px;
        text-align: right;
        border: 1px solid #eee;
        border-radius: 2px;
        border-right: none;
    }

    .headerContainer__search--desktop button[data-v-1cfb5e2a] {
        height: 35px;
        padding: 0;
        margin: 0;
        background-color: #fff;
        border: 1px solid #eee;
        border-radius: 2px;
        border-left: none;
    }

    .headerContainer__more[data-v-1cfb5e2a] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        width: 20px;
        height: 35px;
        margin-left: 10px;
        cursor: pointer;
    }

    .headerContainer__more img[data-v-1cfb5e2a] {
        height: 20px;
    }

    .headerContainer__more > div[data-v-1cfb5e2a] {
        display: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        width: 130px;
        background-color: #fff;
        border: 1px solid #eee;
    }

    .headerContainer__more > div.active[data-v-1cfb5e2a] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .headerContainer__more > div a[data-v-1cfb5e2a] {
        padding: 0.5em 1em;
        font-size: 1rem;
        text-align: center;
    }
}


.ad-container[data-v-eca6749e] {
    margin-top: 20px;
}

.ad-container.margin-top-30px[data-v-eca6749e] {
    margin-top: 30px;
}

.ad-container.margin-top-0[data-v-eca6749e] {
    margin-top: 0;
}

.ad-container.center[data-v-eca6749e] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
}


.heroimage-container[data-v-4da940b8] {
    margin: 0 auto;
    background-color: #fff;
    max-width: 1160px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.heroimage-container--b[data-v-4da940b8] {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.hero-info[data-v-4da940b8] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 33.34%;
    background-color: #989898;
}

.hero-info-category-container[data-v-4da940b8] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    padding: 0 10%;
}

.hero-info-category-container > h1[data-v-4da940b8] {
    margin-top: 10px;
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.3;
    text-align: justify;
}

.hero-info-category-container > h2[data-v-4da940b8] {
    margin: 0;
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.3;
    text-align: justify;
}

.hero-info-category[data-v-4da940b8] {
    width: 80%;
    padding-left: 10px;
    color: #000;
    font-size: 21px;
    border-left: 7px solid #989898;
}

.hero-info-category--b[data-v-4da940b8] {
    margin: 30px 0 0 0;
}

.hero-info-heroCaption[data-v-4da940b8] {
    position: relative;
    padding: 10px 10%;
    color: #fff;
    font-weight: 300;
    line-height: 1.4;
    border-top: 3px solid #fff;
}

    .hero-info-heroCaption[data-v-4da940b8]::after {
        content: '';
        position: absolute;
        top: -9px;
        right: -7.5px;
        z-index: 1;
        width: 15px;
        height: 15px;
        background-color: #fff;
        border-radius: 50%;
    }

.hero-img[data-v-4da940b8] {
    position: relative;
    width: 66.66%;
}

    .hero-img[data-v-4da940b8]::after {
        content: '';
        display: block;
        width: 100%;
        padding-top: 66.66%;
    }

.hero-img .img[data-v-4da940b8] {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

    .hero-img .img[data-v-4da940b8] img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 50% 50%;
        object-position: 50% 50%;
    }

.hero-img-b[data-v-4da940b8] {
    width: 100%;
    height: 458.7px;
}

    .hero-img-b[data-v-4da940b8] img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.hero-img-b-subtitle[data-v-4da940b8] {
    font-size: 16px;
    line-height: 1.5;
    margin: 8px 0;
    color: #6e6e6e;
    text-align: justify;
}

.hero-title-b[data-v-4da940b8] {
    margin: 15px 0 25px 0;
    text-align: justify;
    line-height: 1.5;
    color: #000;
}

@media (max-width: 1200px) {
    .heroimg[data-v-4da940b8] {
        display: block;
    }

        .heroimg[data-v-4da940b8] img {
            width: 100%;
        }

    .heroimage-container[data-v-4da940b8] {
        display: block;
    }

    .heroimg-caption[data-v-4da940b8] {
        padding: 5px 25px 0;
        line-height: 1.3rem;
    }
}


.ad-container > div {
    width: 100%;
}

.article_body {
    position: relative;
    width: 100%;
}

    .article_body .article_basic-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 20px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .article_body .article_basic-info .category {
            font-size: 21px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .article_body .article_basic-info .category .categorySquare {
                display: -webkit-inline-box;
                display: -ms-inline-flexbox;
                display: inline-flex;
                height: 24px;
                padding-left: 10px;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

        .article_body .article_basic-info .date {
            font-style: italic;
            font-size: 17px;
            color: #a1a1a1;
            font-weight: normal;
        }

    .article_body .article_title {
        width: 100%;
        margin: 15px 0;
    }

        .article_body .article_title h1 {
            font-size: 40px;
            font-weight: 400;
            margin: 0;
            text-align: justify;
        }

    .article_body .article_subtitle {
        width: 695px;
        display: inline-block;
        max-width: 695px;
        margin: 0 0 15px;
    }

        .article_body .article_subtitle h2 {
            font-size: 1.5rem;
            font-weight: 400;
            margin: 0;
        }

    .article_body .article_credit {
        width: 695px;
        display: inline-block;
        max-width: 695px;
    }

        .article_body .article_credit a.blue:hover,
        .article_body .article_credit a.blue:link,
        .article_body .article_credit a.blue:visited {
            color: #74afd2;
        }

    .article_body .article_main {
        width: 695px;
        display: inline-block;
        max-width: 695px;
        overflow: hidden;
    }

    .article_body .article_main--b {
        overflow: visible;
    }

    .article_body .article_main .article_main_pop {
        clear: both;
        margin-top: 20px;
    }

    .article_body .article_main .article_main_tags {
        clear: both;
        margin-top: 1.5em;
        padding: 0;
    }

        .article_body .article_main .article_main_tags > p {
            margin: 1em 0 0.5em;
            color: #a0a0a0;
        }

        .article_body .article_main .article_main_tags .tags {
            display: inline-block;
            color: rgba(2,2,2,0.5);
            font-size: 18px;
            position: relative;
        }

            .article_body .article_main .article_main_tags .tags a,
            .article_body .article_main .article_main_tags .tags a:hover,
            .article_body .article_main .article_main_tags .tags a:link,
            .article_body .article_main .article_main_tags .tags a:visited {
                display: inline-block;
                margin: 0 0.5em 0.6em 0;
                padding: 0.2em 0.4em;
                color: #fff;
                text-decoration: none;
                background-color: #c8c8c8;
                border-bottom: none;
                cursor: pointer;
            }

    .article_body .article_main .brief {
        margin-top: 30px;
        line-height: 36px;
        font-size: 18px;
        color: rgba(65,65,65,0.61);
    }

        .article_body .article_main .brief p {
            text-align: justify;
            color: #08639e;
            font-weight: bold;
            font-size: 1.2rem;
        }

            .article_body .article_main .brief p strong {
                color: rgba(65,65,65,0.61);
                font-weight: bold;
            }

            .article_body .article_main .brief p em {
                font-weight: bold;
            }

            .article_body .article_main .brief p i,
            .article_body .article_main .brief p cite,
            .article_body .article_main .brief p var,
            .article_body .article_main .brief p address,
            .article_body .article_main .brief p dfn {
                font-style: normal;
            }

    .article_body .article_main > .content h2 {
        color: #000;
        margin-top: 40px;
    }

    .article_body .article_main > .content p {
        color: #171717;
        font-size: 18px;
        line-height: 36px;
        margin: 1.5em 0;
        text-align: justify;
    }

    .article_body .article_main > .content .youtube {
        clear: both;
    }

        .article_body .article_main > .content .youtube .youtube-container {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin: 25px 0 5px;
            padding-bottom: 56.25%;
            padding-top: 25px;
            position: relative;
        }

            .article_body .article_main > .content .youtube .youtube-container iframe {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
            }

        .article_body .article_main > .content .youtube > .caption {
            font-family: "Noto Sans TC", STHeitiTC-Medium, "Microsoft JhengHei", sans-serif;
            font-size: 15px;
            line-height: 1.7;
            letter-spacing: 0.3px;
            color: rgba(0,0,0,0.498);
            padding-top: 10px;
            padding-bottom: 10px;
        }

    .article_body .article_main > .content .embedded {
        text-align: center;
        margin: 1.5em auto;
        clear: both;
    }

        .article_body .article_main > .content .embedded > div:not(.caption) {
            margin: 0 auto;
        }

        .article_body .article_main > .content .embedded > .caption {
            font-family: "Noto Sans TC", STHeitiTC-Medium, "Microsoft JhengHei", sans-serif;
            font-size: 15px;
            line-height: 1.7;
            letter-spacing: 0.3px;
            color: rgba(0,0,0,0.498);
            padding-top: 10px;
            padding-bottom: 10px;
        }

        .article_body .article_main > .content .embedded > iframe {
            max-width: 100%;
            margin: 0 auto;
        }

    .article_body .article_main > .content .audioBox {
        width: 100%;
    }

    .article_body .article_main > .content .video {
        text-align: center;
        margin: 1.5em auto;
        clear: both;
        position: relative;
    }

    .article_body .article_main a,
    .article_body .article_main a:hover,
    .article_body .article_main a:link,
    .article_body .article_main a:visited {
        color: #3195b3;
        text-decoration: none;
        cursor: pointer;
        border-bottom: 1px solid #3195b3;
        padding-bottom: 5px;
    }

    .article_body .article_main code {
        line-height: 2rem;
    }

    .article_body .article_main blockquote.blockquote {
        clear: both;
        padding: 10px 35px;
        margin: 70px 0;
    }

        .article_body .article_main blockquote.blockquote .content {
            border-top: 3px solid #255577;
            padding-top: 20px;
            padding-left: 30px;
            border-left: 3px solid #255577;
            font-size: 24px;
            color: #3a759e;
        }

            .article_body .article_main blockquote.blockquote .content .triangle::before {
                content: '';
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 50px 0 0 70px;
                position: relative;
                top: -70px;
                left: 30px;
                display: block;
                border-color: transparent transparent transparent #255577;
            }

            .article_body .article_main blockquote.blockquote .content .triangle::after {
                content: '';
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 50px 0 0 70px;
                position: relative;
                top: -114px;
                left: 33px;
                display: block;
                border-color: transparent transparent transparent #fff;
            }

            .article_body .article_main blockquote.blockquote .content .quote-body {
                margin-top: -95px;
                line-height: 44px;
            }

            .article_body .article_main blockquote.blockquote .content .quote-by {
                text-align: right;
                font-size: 18px;
                margin-top: 18px;
            }

                .article_body .article_main blockquote.blockquote .content .quote-by::before {
                    content: '';
                    display: inline-block;
                    height: 100%;
                    vertical-align: super;
                    width: 36px;
                    margin-right: 5px;
                    border-top: 1px solid #3a759e;
                }

    .article_body .article_main blockquote.quote {
        clear: both;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 3em 0;
    }

        .article_body .article_main blockquote.quote i {
            background-image: url("/assets/mirrormedia/icon/quote.png");
            width: 45px;
            height: 45px;
            background-repeat: no-repeat;
            background-size: contain;
            display: block;
            margin-right: 20px;
            max-width: 45px;
            -webkit-box-flex: 3;
            -ms-flex: 3;
            flex: 3;
        }

        .article_body .article_main blockquote.quote .quote-content {
            line-height: 2.2rem;
            font-size: 1.2rem;
            color: #3a759e;
            -webkit-box-flex: 10;
            -ms-flex: 10;
            flex: 10;
            text-align: justify;
        }

    .article_body .article_main .info-box-container {
        width: 100%;
        margin-bottom: 3em;
    }

        .article_body .article_main .info-box-container .info-box-icon::before {
            content: '';
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 12px 18px;
            position: relative;
            left: 0;
            top: 30px;
            display: block;
            border-color: #255577;
        }

        .article_body .article_main .info-box-container .info-box-icon::after {
            content: '';
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 10px 0px 0px 18px;
            position: relative;
            left: 0;
            top: 30px;
            display: block;
            border-color: #7b7b7b transparent transparent transparent;
        }

        .article_body .article_main .info-box-container .info-box {
            border: 1px solid #eaeaea;
            padding: 30px 50px;
            -webkit-box-shadow: 0 0 14px rgba(146,146,146,0.52);
            box-shadow: 0 0 14px rgba(146,146,146,0.52);
            width: 90%;
            margin-top: -35px;
            margin-left: 18px;
        }

            .article_body .article_main .info-box-container .info-box .info-box-title {
                color: #3a6888;
                font-size: 25px;
                margin-bottom: 15px;
            }

            .article_body .article_main .info-box-container .info-box .info-box-body ol {
                list-style: decimal;
            }

            .article_body .article_main .info-box-container .info-box .info-box-body ul {
                list-style: disc;
            }

            .article_body .article_main .info-box-container .info-box .info-box-body p,
            .article_body .article_main .info-box-container .info-box .info-box-body li {
                color: rgba(0,0,0,0.64);
                font-size: 16px;
            }

        .article_body .article_main .info-box-container.right {
            float: right;
            width: 300px;
        }

        .article_body .article_main .info-box-container.left {
            float: left;
            width: 300px;
        }

        .article_body .article_main .info-box-container.center {
            clear: both;
            margin: 3em 0;
        }

            .article_body .article_main .info-box-container.center .info-box {
                width: 95%;
            }

    .article_body .article_main h2 {
        font-size: 32px;
    }

    .article_body .article_main h3 {
        font-size: 26px;
    }

    .article_body .article_main ul {
        font-family: "Noto Sans TC", STHeitiTC-Medium, "Microsoft JhengHei", sans-serif;
        font-size: 1rem;
        line-height: 2.2;
        letter-spacing: 0.3px;
        color: rgba(0,0,0,0.702);
        padding-left: 45px;
        margin-left: 16px;
        list-style: none;
    }

        .article_body .article_main ul.unordered-list-item li::before {
            content: "\2022   ";
            color: #2d5b7b;
            font-size: 30px;
            line-height: 1;
            top: 6px;
            position: relative;
        }

    .article_body .article_main ol {
        font-family: "Noto Sans TC", STHeitiTC-Medium, "Microsoft JhengHei", sans-serif;
        font-size: 1rem;
        line-height: 2.2;
        letter-spacing: 0.3px;
        color: rgba(0,0,0,0.702);
        counter-reset: item 0;
        list-style: none;
    }

        .article_body .article_main ol.ordered-list-item li::before {
            content: counter(item) ". ";
            counter-increment: item;
            color: #004ea2;
            padding-left: 10px;
            padding-right: 10px;
            line-height: 1;
        }

    .article_body .article_main .split-line {
        clear: both;
    }

    .article_body .article_main .dfpad-set {
        clear: both;
    }

        .article_body .article_main .dfpad-set.mobile {
            margin: 0 auto;
        }

        .article_body .article_main .dfpad-set:not(.mobile) {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: distribute;
            justify-content: space-around;
        }

    .article_body.single-col {
        margin-top: 50px;
    }

        .article_body.single-col .article_basic-info {
            width: 660px;
            margin: 0 auto;
        }

        .article_body.single-col .article_title {
            margin: 15px auto;
            width: 660px;
        }

        .article_body.single-col .article_credit {
            display: block;
            width: 660px;
            margin: 0 auto;
        }

        .article_body.single-col .article_main {
            width: 950px;
            margin: 0 auto;
            max-width: 950px;
            display: block;
        }

            .article_body.single-col .article_main p,
            .article_body.single-col .article_main h2,
            .article_body.single-col .article_main .split-line,
            .article_body.single-col .article_main .embedded,
            .article_body.single-col .article_main .article_main_pop,
            .article_body.single-col .article_main .article_main_proj,
            .article_body.single-col .article_main .article_main_related_bottom,
            .article_body.single-col .article_main .article_fb_comment,
            .article_body.single-col .article_main ul,
            .article_body.single-col .article_main .youtube,
            .article_body.single-col .article_main .dfpad-set {
                padding: 0 145px;
                text-align: justify;
            }

            .article_body.single-col .article_main .article_main_pop {
                margin-top: 40px;
            }

            .article_body.single-col .article_main blockquote {
                padding: 0 145px;
            }

                .article_body.single-col .article_main blockquote.quote > .quote-content {
                    text-align: justify;
                }

            .article_body.single-col .article_main .innerImg {
                padding: 0 145px 1.5em;
            }

                .article_body.single-col .article_main .innerImg.left {
                    margin-right: 50px;
                    padding: 0;
                }

                .article_body.single-col .article_main .innerImg.right {
                    margin-left: 50px;
                    padding: 0;
                }

            .article_body.single-col .article_main .article_main_tags {
                padding: 0 145px;
            }

            .article_body.single-col .article_main .info-box-container.center {
                padding: 0 145px;
            }

            .article_body.single-col .article_main .info-box-container .info-box p,
            .article_body.single-col .article_main .info-box-container .info-box ul {
                padding: 0;
            }

    .article_body .per-slide {
        width: 100%;
        margin: 1.5em 0;
    }

        .article_body .per-slide .swiper-wrapper {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .article_body .per-slide .swiper-wrapper .swiper-slide {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
            }

                .article_body .per-slide .swiper-wrapper .swiper-slide > div {
                    width: 100%;
                }

                .article_body .per-slide .swiper-wrapper .swiper-slide .slideshowImg img {
                    width: 100%;
                    -o-object-fit: contain;
                    object-fit: contain;
                    -o-object-position: center center;
                    object-position: center center;
                    max-height: 450px;
                }

                .article_body .per-slide .swiper-wrapper .swiper-slide .slideshowImg .img-caption {
                    width: 100%;
                    margin: 0 auto;
                    padding: 8px 0;
                    color: rgba(0,0,0,0.498);
                    font-size: 1rem;
                    text-align: left;
                    line-height: 1.4rem;
                }

        .article_body .per-slide .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background-color: rgba(179,179,179,0.61);
        }

.fbPagePlugin {
    display: none;
    margin-top: 15px;
}

    .fbPagePlugin .fb-page,
    .fbPagePlugin .fb-page span,
    .fbPagePlugin .fb-page span iframe[style] {
        width: 100% !important;
    }

.kianGi {
    margin-top: 1em;
}

.herbsapi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0;
    margin: 15px 0;
    border-top: 1px solid rgba(2,2,2,0.5);
    border-bottom: 1px solid rgba(2,2,2,0.5);
}

    .herbsapi br {
        display: none;
    }

#herbsapi {
    height: 40px;
    margin-right: 20px;
}

    #herbsapi > a {
        display: inline-block;
        padding: 0;
        font-size: 0;
        border: none;
    }

.article__basic-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 695px;
}

.article__basic-info--hero-b {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .article__basic-info--hero-b .article__basic-info-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .article__basic-info--hero-b .article__basic-info-wrapper .blue {
            border-bottom: none !important;
        }

.article__credit a.blue:hover,
.article__credit a.blue:link,
.article__credit a.blue:visited {
    color: #74afd2;
}

.article__date {
    font-style: italic;
    font-size: 17px;
    color: #a1a1a1;
    font-weight: normal;
}

@media (min-width: 0px) and (max-width: 499px) {
    .article_body > div:not([class="main"]):not([class="pic-container"]) {
        padding-right: 25px;
        padding-left: 25px;
    }

    .article_body > .article_main > div:not([class="dfpad-set"]),
    .article_body > .article_main article {
        padding-left: 25px;
        padding-right: 25px;
    }

        .article_body > .article_main > div:not([class="dfpad-set"]).article_main_tags,
        .article_body > .article_main article.article_main_tags {
            padding: 0 25px;
        }

    .article_body .article_basic-info .category {
        font-size: 1.3rem;
    }

        .article_body .article_basic-info .category .categorySquare {
            height: 1.3rem;
        }

    .article_body .article_basic-info .date {
        font-size: 1rem;
    }

    .article_body .article_title h2 {
        font-size: 1.7rem;
    }

    .article_body .article_main .article_main_tags .tags {
        line-height: 1.6rem;
        font-size: 1rem;
    }

    .article_body .article_main .info-box-container,
    .article_body .article_main .info-box-container.center,
    .article_body .article_main .info-box-container.right,
    .article_body .article_main .info-box-container.left {
        float: none;
        margin: 3em 0;
        width: 100%;
    }

        .article_body .article_main .info-box-container .info-box,
        .article_body .article_main .info-box-container.center .info-box,
        .article_body .article_main .info-box-container.right .info-box,
        .article_body .article_main .info-box-container.left .info-box {
            width: 90%;
            padding: 30px 24px;
        }

            .article_body .article_main .info-box-container .info-box .info-box-body ul,
            .article_body .article_main .info-box-container.center .info-box .info-box-body ul,
            .article_body .article_main .info-box-container.right .info-box .info-box-body ul,
            .article_body .article_main .info-box-container.left .info-box .info-box-body ul {
                text-indent: 0;
                line-height: 2rem;
                letter-spacing: 0.05rem;
                padding-left: 0;
                margin-left: 1rem;
            }

                .article_body .article_main .info-box-container .info-box .info-box-body ul li,
                .article_body .article_main .info-box-container.center .info-box .info-box-body ul li,
                .article_body .article_main .info-box-container.right .info-box .info-box-body ul li,
                .article_body .article_main .info-box-container.left .info-box .info-box-body ul li {
                    overflow-wrap: break-word;
                }

                    .article_body .article_main .info-box-container .info-box .info-box-body ul li::before,
                    .article_body .article_main .info-box-container.center .info-box .info-box-body ul li::before,
                    .article_body .article_main .info-box-container.right .info-box .info-box-body ul li::before,
                    .article_body .article_main .info-box-container.left .info-box .info-box-body ul li::before {
                        font-size: 3rem;
                        top: 1rem;
                        left: 10px;
                    }

            .article_body .article_main .info-box-container .info-box .info-box-title,
            .article_body .article_main .info-box-container.center .info-box .info-box-title,
            .article_body .article_main .info-box-container.right .info-box .info-box-title,
            .article_body .article_main .info-box-container.left .info-box .info-box-title {
                font-size: 1.4rem;
            }

    .article_body .article_main ul {
        text-indent: -40px;
        padding-left: 15px;
        margin-left: 10px;
    }

        .article_body .article_main ul li::before {
            font-size: 3rem;
            top: 15px;
            left: 10px;
        }
}

@media (min-width: 321px) and (max-width: 499px) {
    .article_body > div:not([class="main"]) {
        padding-right: 0;
        padding-left: 0;
    }

    .article_body > .article_main > div:not([class="dfpad-set"]),
    .article_body > .article_main article {
        padding-left: 0;
        padding-right: 0;
    }

        .article_body > .article_main > div:not([class="dfpad-set"]).article_main_tags,
        .article_body > .article_main article.article_main_tags {
            padding: 0;
        }
}

@media (min-width: 0px) and (max-width: 767px) {
    .article_body .article_main,
    .article_body .article_credit,
    .article_body .article_subtitle {
        width: 100%;
        max-width: 100%;
    }

        .article_body .article_main > .content .innerImg.right,
        .article_body .article_credit > .content .innerImg.right,
        .article_body .article_subtitle > .content .innerImg.right,
        .article_body .article_main > .content .innerImg.left,
        .article_body .article_credit > .content .innerImg.left,
        .article_body .article_subtitle > .content .innerImg.left {
            float: none;
            width: 100%;
            margin: 1.5rem 0;
            border-bottom: none;
            padding-bottom: 0;
        }

        .article_body .article_main blockquote.blockquote,
        .article_body .article_credit blockquote.blockquote,
        .article_body .article_subtitle blockquote.blockquote {
            padding: 0;
        }

        .article_body .article_main blockquote.quote > .quoteIcon,
        .article_body .article_credit blockquote.quote > .quoteIcon,
        .article_body .article_subtitle blockquote.quote > .quoteIcon {
            height: 40px;
            width: 40px;
            max-width: 30px;
            margin-top: 8px;
        }

        .article_body .article_main blockquote.quote > .quote-content,
        .article_body .article_credit blockquote.quote > .quote-content,
        .article_body .article_subtitle blockquote.quote > .quote-content {
            line-height: 2.1rem;
            font-size: 1.2rem;
            text-align: justify;
        }

    .article_body > .article_title h1 {
        font-size: 2.2rem;
    }

    .article_fb_comment {
        margin-bottom: 60px !important;
    }
}

@media (max-width: 899px) and (min-width: 768px) {
    .article_body .article_basic-info,
    .article_body .article_credit,
    .article_body .article_main,
    .article_body .article_subtitle {
        width: 645px;
        max-width: 645px;
        margin: 0 auto;
    }

    .article_body .article_title {
        width: 645px;
        max-width: 645px;
        margin: 15px auto;
    }

    .article_body .article_subtitle {
        width: 645px;
        max-width: 645px;
        margin: 0 auto 15px;
    }
}

@media (min-width: 900px) and (max-width: 1199px) {
    .article_body .article_basic-info {
        width: 695px;
        max-width: 695px;
        margin: 0 auto;
    }

    .article_body .article_credit,
    .article_body .article_main {
        width: 695px;
        max-width: 695px;
        margin: 0 auto;
    }

    .article_body .article_title {
        width: 695px;
        max-width: 695px;
        margin: 15px auto;
    }

    .article_body .article_subtitle {
        width: 695px;
        max-width: 695px;
        margin: 0 auto 15px;
    }
}

@media (max-width: 1199px) {
    .article_body .article_main,
    .article_body .article_credit,
    .article_body .article_subtitle {
        display: block;
    }

    .fbPagePlugin {
        display: block;
    }

    .herbsapi br {
        display: inline;
    }
}

@media (min-width: 768px) {
    .article_body .per-slide .swiper-wrapper .swiper-slide .slideshowImg .img-caption {
        width: 70%;
        padding: 8px;
        text-align: center;
    }
}


.lightbox[data-v-1a748334] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lightbox-img[data-v-1a748334] {
    max-height: 90vh;
    max-width: 90vw;
    z-index: 100002;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.lightbox-img.loading[data-v-1a748334] {
    height: 20%;
    width: 20%;
}

.lightbox-close[data-v-1a748334] {
    background-image: url("/assets/mirrormedia/icon/close.png");
    background-size: contain;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    z-index: 100002;
}

    .lightbox-close[data-v-1a748334]:hover {
        -webkit-filter: brightness(200%);
        filter: brightness(200%);
    }

.content-image[data-v-1a748334] {
    clear: both;
    margin: 1.5em 0;
}

    .content-image[data-v-1a748334] img {
        width: 100%;
    }

.content-image .thumbnail[data-v-1a748334] {
    cursor: pointer;
}

.content-image .caption[data-v-1a748334] {
    font-family: "Noto Sans TC", STHeitiTC-Medium, "Microsoft JhengHei", sans-serif;
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: 0.3px;
    color: rgba(0,0,0,0.498);
    padding-top: 10px;
    padding-bottom: 10px;
}

.content-image.right[data-v-1a748334] {
    float: right;
    width: 300px;
    margin-left: 20px;
    border-bottom: 2px solid #255577;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.content-image.left[data-v-1a748334] {
    float: left;
    width: 300px;
    margin-right: 20px;
    border-bottom: 2px solid #255577;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.content-image.center[data-v-1a748334] {
    margin-top: 20px;
    width: 100%;
}

@media (min-width: 0px) and (max-width: 767px) {
    .content-image .caption[data-v-1a748334] {
        text-align: justify;
    }
}


.relateds-in-content[data-v-84e4f7ee] {
    margin-bottom: 20px;
    clear: both;
}

.relateds-in-content .related[data-v-84e4f7ee] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-left: 10px;
    background-color: #eee;
}

    .relateds-in-content .related[data-v-84e4f7ee]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 10px;
        height: 100%;
        background-color: #808080;
    }

.relateds-in-content .related + .related[data-v-84e4f7ee] {
    margin-top: 1em;
}

.relateds-in-content .related__title[data-v-84e4f7ee] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1em;
}

.relateds-in-content .related__title a[data-v-84e4f7ee] {
    display: inline-block;
    display: -webkit-box;
    padding: 0;
    color: #808080;
    font-size: 1.125rem;
    line-height: 1.3;
    max-height: 46.8px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    border-bottom: none;
    overflow: hidden;
}

.relateds-in-content .related__img[data-v-84e4f7ee] {
    position: relative;
    width: 33%;
    padding: 0 !important;
    border-bottom: none !important;
}

    .relateds-in-content .related__img[data-v-84e4f7ee]::after {
        content: '';
        display: block;
        top: 0;
        width: 100%;
        padding-top: 75%;
    }

.relateds-in-content .related__img img[data-v-84e4f7ee] {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

.relateds-b[data-v-84e4f7ee] {
    position: relative;
    left: -25px;
    width: 100vw;
    background-color: #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 14px 0 0 14px;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}

.relateds-b__related-b[data-v-84e4f7ee] {
    margin: 0 12px 23px 0;
}

    .relateds-b__related-b[data-v-84e4f7ee]:last-child {
        padding: 0 14px 0 0;
    }

.related-b[data-v-84e4f7ee] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.related-b__img[data-v-84e4f7ee] {
    display: block;
    width: 158px;
    height: 119px;
    text-decoration: none !important;
    border-bottom: none !important;
    padding: 0 !important;
}

.related-b__img img[data-v-84e4f7ee] {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.related-b__title[data-v-84e4f7ee] {
    display: block;
    width: 158px;
    margin: 15px 0 0 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.44;
    color: #808080 !important;
    text-align: justify;
    text-decoration: none !important;
    border-bottom: none !important;
    padding: 0 !important;
}

@media (min-width: 767px) {
    .relateds-in-content .related__title[data-v-84e4f7ee] {
        padding: 1em 2em;
    }

    .relateds-in-content .related__img[data-v-84e4f7ee] {
        width: 25%;
    }
}

@media (min-width: 900px) {
    .relateds-in-content[data-v-84e4f7ee] {
        margin-bottom: 0;
    }

    .relateds-in-content .related__img[data-v-84e4f7ee] {
        width: 20%;
    }

    .relateds-b[data-v-84e4f7ee] {
        position: static;
        width: auto;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .relateds-b__related-b[data-v-84e4f7ee]:last-child {
        padding: 0;
    }
}


.related-list[data-v-8526a7e8] {
    width: 100%;
    margin: 0 auto;
    clear: both;
}

.related-list__list[data-v-8526a7e8] {
    margin-top: 20px;
    padding: 20px 30px 30px;
    margin: 20px auto 0;
}

.related-list__list > div[data-v-8526a7e8] {
    width: 100%;
}

.related-list__list__title[data-v-8526a7e8] {
    font-size: 19px;
    position: relative;
}

.related-list__list__title h4[data-v-8526a7e8] {
    margin: -20px 0 0;
}

.related-list__list__title[data-v-8526a7e8]::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 20px;
    position: relative;
    top: 0;
    left: -30px;
    display: block;
}

.related-list__list__item[data-v-8526a7e8] {
    margin: 15px 0 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #c1c1c1;
}

.related-list__list__item > .title[data-v-8526a7e8] {
    font-size: 18px;
    line-height: 25px;
}

.related-list__list__item > .title a[data-v-8526a7e8],
.related-list__list__item > .title a[data-v-8526a7e8]:hover,
.related-list__list__item > .title a[data-v-8526a7e8]:link,
.related-list__list__item > .title a[data-v-8526a7e8]:visited {
    color: rgba(2,2,2,0.5);
    text-decoration: none;
    cursor: pointer;
    border-bottom: none;
}

.related-list__list__item > .brief[data-v-8526a7e8] {
    line-height: 20px;
    padding-top: 10px;
}

.related-list__list__item > .brief a[data-v-8526a7e8]:hover,
.related-list__list__item > .brief a[data-v-8526a7e8]:link,
.related-list__list__item > .brief a[data-v-8526a7e8]:visited {
    color: #6f6f6f;
}

.related-list__list__item[data-v-8526a7e8]:last-child {
    border-bottom: none;
    padding-bottom: 0;
}


.newsletter[data-v-03987189] {
    clear: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    min-height: 70px;
    margin-top: calc(1em + 30px);
    padding: 1em 1em;
    border: 1px solid #eaeaea;
    border-top: 20px solid #0c5a80;
    background-color: #fff;
    -webkit-box-shadow: 0 0 14px rgba(146,146,146,0.52);
    box-shadow: 0 0 14px rgba(146,146,146,0.52);
}

    .newsletter[data-v-03987189]:before {
        content: '';
        position: absolute;
        top: -50px;
        left: 1em;
        width: 80px;
        height: 60px;
        background-image: url("/assets/mirrormedia/icon/newsletter.png");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50% 50%;
    }

.newsletter form[data-v-03987189] {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    position: relative;
    width: 100%;
    margin-top: 1em;
}

.newsletter form input[data-v-03987189] {
    width: 100%;
    padding-left: 8px;
    border-radius: 2px;
}

    .newsletter form input[data-v-03987189]::-webkit-input-placeholder {
        color: #ccc;
        font-size: 0.9rem;
        line-height: 22px;
    }

    .newsletter form input[data-v-03987189]::-moz-placeholder {
        color: #ccc;
        font-size: 0.9rem;
    }

    .newsletter form input[data-v-03987189]:-ms-input-placeholder {
        color: #ccc;
        font-size: 0.9rem;
    }

    .newsletter form input[data-v-03987189]:-moz-placeholder {
        color: #ccc;
        font-size: 0.9rem;
    }

.newsletter form.invaild label[data-v-03987189] {
    position: relative;
    display: block;
    height: 1.4rem;
}

    .newsletter form.invaild label[data-v-03987189]:after {
        content: '\8ACB\63D0\4F9B\6709\6548\7684   Email';
        position: absolute;
        top: 0;
        right: 0;
        padding: 0.2em 0;
        color: #f00;
    }

.newsletter form.error label[data-v-03987189] {
    position: relative;
    display: block;
    height: 1.4rem;
}

    .newsletter form.error label[data-v-03987189]:after {
        content: '\7CFB\7D71\7DAD\8B77\4E2D...';
        position: absolute;
        top: 0;
        right: 0;
        padding: 0.2em 0;
        color: #f00;
    }

.newsletterCategories[data-v-03987189] {
    position: relative;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5em 0;
}

.newsletterCategories__category[data-v-03987189] {
    width: 48%;
}

.newsletterCategories__category label[data-v-03987189]:after {
    position: absolute;
    top: 50%;
    left: 110%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100px;
    font-size: 0.6rem;
    color: #0c5a80;
}

.newsletterCategories__category.subscribed label[data-v-03987189]:after {
    content: '(\5DF2\8A02\95B1\6210\529F)';
}

.newsletterCategories__category.cancel label[data-v-03987189]:after {
    content: '(\5DF2\53D6\6D88\8A02\95B1)';
}

.newsletterCategories__line[data-v-03987189] {
    display: none;
    width: 1px;
    background-color: #ccc;
}

.newsletterCategories__curtain[data-v-03987189] {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
}

.newsletterCategories input[type=checkbox][data-v-03987189] {
    margin-right: 0.5em;
}

.newsletterCategories label[data-v-03987189] {
    position: relative;
    padding-bottom: 0.2em;
    color: #4a4a4a;
    line-height: 1;
}

.newsletterCategories p[data-v-03987189] {
    display: none;
    margin: 0.5em 0;
    padding-left: 22px;
    color: #4a4a4a;
    text-align: justify;
    font-size: 0.9rem;
    line-height: 1.3;
}

@media (min-width: 600px) {
    .newsletter[data-v-03987189] {
        margin: 1em 0 0 2em;
        padding: 1em 2em 0.5em 3em;
        border-top: none;
        border-bottom: none;
        border-right: 1px solid #eaeaea;
        border-left: 15px solid #0c5a80;
    }

        .newsletter[data-v-03987189]:before {
            top: 1em;
            left: -45px;
        }

    .newsletter form[data-v-03987189] {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 0;
    }

    .newsletter form.invaild label[data-v-03987189] {
        display: none;
    }

    .newsletter form.invaild[data-v-03987189]:after {
        content: '\8ACB\63D0\4F9B\6709\6548\7684   Email';
        position: absolute;
        top: 0;
        right: 10px;
        line-height: 24px;
        color: #f00;
    }

    .newsletter form.error label[data-v-03987189] {
        display: none;
    }

    .newsletter form.error[data-v-03987189]:after {
        content: '\7CFB\7D71\7DAD\8B77\4E2D...';
        position: absolute;
        top: 0;
        right: 10px;
        line-height: 24px;
        color: #f00;
    }

    .newsletterCategories[data-v-03987189] {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 1em;
        padding: 0;
    }

    .newsletterCategories__category label[data-v-03987189]:after {
        top: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        font-size: 1rem;
    }

    .newsletterCategories__line[data-v-03987189] {
        display: block;
    }

    .newsletterCategories p[data-v-03987189] {
        display: block;
    }
}

.spinner[data-v-03987189] {
    -webkit-transition: opacity 0.15s ease;
    -o-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
    -webkit-animation: rotator-data-v-03987189 1.4s linear infinite;
    animation: rotator-data-v-03987189 1.4s linear infinite;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.spinner.v-enter[data-v-03987189],
.spinner.v-leave-active[data-v-03987189] {
    opacity: 0;
}

.spinner.v-enter-active[data-v-03987189],
.spinner.v-leave[data-v-03987189] {
    opacity: 1;
}

.spinner .path[data-v-03987189] {
    stroke: #0c5a80;
    stroke-dasharray: 126;
    stroke-dashoffset: 0;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-animation: dash-data-v-03987189 1.4s ease-in-out infinite;
    animation: dash-data-v-03987189 1.4s ease-in-out infinite;
}

@-webkit-keyframes rotator-data-v-03987189 {
    0% {
        -webkit-transform: scale(0.5) rotate(0deg);
        transform: scale(0.5) rotate(0deg);
    }

    100% {
        -webkit-transform: scale(0.5) rotate(270deg);
        transform: scale(0.5) rotate(270deg);
    }
}

@keyframes rotator-data-v-03987189 {
    0% {
        -webkit-transform: scale(0.5) rotate(0deg);
        transform: scale(0.5) rotate(0deg);
    }

    100% {
        -webkit-transform: scale(0.5) rotate(270deg);
        transform: scale(0.5) rotate(270deg);
    }
}

@-webkit-keyframes dash-data-v-03987189 {
    0% {
        stroke-dashoffset: 126;
    }

    50% {
        stroke-dashoffset: 63;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    100% {
        stroke-dashoffset: 126;
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg);
    }
}

@keyframes dash-data-v-03987189 {
    0% {
        stroke-dashoffset: 126;
    }

    50% {
        stroke-dashoffset: 63;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    100% {
        stroke-dashoffset: 126;
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg);
    }
}


.poplist-container[data-v-0c299e86] {
    font-size: 18px;
}

.poplist-container .pop_list[data-v-0c299e86] {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.poplist-container .pop_list .pop_item[data-v-0c299e86] {
    width: 31%;
    vertical-align: top;
    margin-bottom: 30px;
}

.poplist-container .pop_list .pop_item figure[data-v-0c299e86] {
    position: relative;
    width: 100%;
    padding-top: 66.66%;
    margin: 0;
    overflow: hidden;
}

.poplist-container .pop_list .pop_item figure img[data-v-0c299e86] {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}

.poplist-container .pop_list .pop_item--colorBlock[data-v-0c299e86] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 25px;
    color: #fff;
    font-size: 0.9rem;
    letter-spacing: 1px;
    white-space: nowrap;
    padding: 0 10px;
}

.poplist-container .pop_list .pop_item .pop_item_img[data-v-0c299e86] {
    width: 100%;
    height: 150px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.poplist-container .pop_list .pop_item .pop_item_title[data-v-0c299e86] {
    background-color: #fff;
    border-top-width: 0;
    line-height: 1.5rem;
    font-size: 1.1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.poplist-container .pop_list .pop_item .pop_item_title a[data-v-0c299e86] {
    width: 100%;
    max-height: 100%;
    margin: 10px 0;
    padding: 0 0 0 10px;
}

    .poplist-container .pop_list .pop_item .pop_item_title a[data-v-0c299e86]:hover,
    .poplist-container .pop_list .pop_item .pop_item_title a[data-v-0c299e86]:link,
    .poplist-container .pop_list .pop_item .pop_item_title a[data-v-0c299e86]:visited {
        color: rgba(0,0,0,0.49);
        font-weight: normal;
        border: none;
    }

.poplist-container .pop_list--b[data-v-0c299e86] .pop_item,
.poplist-container .pop_list--b[data-v-0c299e86] #compass-fit-widget-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .poplist-container .pop_list--b[data-v-0c299e86] .pop_item figure,
    .poplist-container .pop_list--b[data-v-0c299e86] #compass-fit-widget-content figure {
        width: 33vw;
        min-width: 33vw;
        min-height: calc(33vw * 0.68);
        padding-top: 0 !important;
    }

    .poplist-container .pop_list--b[data-v-0c299e86] .pop_item a,
    .poplist-container .pop_list--b[data-v-0c299e86] #compass-fit-widget-content a {
        margin: 0 !important;
        min-height: calc(33vw * 0.68);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

.poplist-container .pop_list--b[data-v-0c299e86] .pop_item {
    margin: 0 0 20px 0;
}

.poplist-container .pop_list--b[data-v-0c299e86] .pop_item_title {
    width: 100%;
}

@media (min-width: 0px) and (max-width: 499px) {
    .poplist-container .pop_list .pop_item[data-v-0c299e86] {
        width: 100%;
    }

    .poplist-container .pop_list .pop_item > div[data-v-0c299e86]:not([class="pop_item_title"]) {
        height: 0;
        position: relative;
        padding-top: 66.67%;
    }

    .poplist-container .pop_list .pop_item > div:not([class="pop_item_title"]) > a .pop_item_img[data-v-0c299e86] {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
    }

    .poplist-container .pop_list .pop_item .pop_item_title[data-v-0c299e86] {
        font-size: 1.2rem;
        line-height: 1.5rem;
    }
}

@media (min-width: 500px) and (max-width: 767px) {
    .poplist-container .pop_list .pop_item[data-v-0c299e86] {
        width: 45%;
    }
}


footer[data-v-6ee2b770] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 15px;
    padding-bottom: 50px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
    border-top: 2px solid #000;
}

footer .left[data-v-6ee2b770] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

footer .left div[data-v-6ee2b770] {
    width: 15%;
    text-align: center;
    font-weight: bold;
}

footer .follow[data-v-6ee2b770] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

footer .follow img[data-v-6ee2b770] {
    height: 20px;
}

@media (min-width: 0px) and (max-width: 767px) {
    footer[data-v-6ee2b770] {
        width: 100%;
        padding: 1rem 2rem 0;
        margin-bottom: 40px;
    }

    footer .share-mobile[data-v-6ee2b770] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100vw;
        height: 100%;
        position: fixed;
        bottom: -50px;
        left: 0;
        height: 50px;
        padding: 0;
        margin: 0;
        background-color: #064f77;
        z-index: 99;
        -webkit-transition: bottom 0.25s;
        -o-transition: bottom 0.25s;
        transition: bottom 0.25s;
    }

    footer .share-mobile_btn[data-v-6ee2b770] {
        height: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        cursor: pointer;
    }

        footer .share-mobile_btn[data-v-6ee2b770]:not(:last-child) {
            border-right: 1px solid #fff;
        }

    footer .share-mobile_btn .icon[data-v-6ee2b770] {
        background-position: center center;
        background-repeat: no-repeat;
        display: block;
        width: 100%;
        height: 100%;
    }

    footer .share-mobile_btn .line[data-v-6ee2b770] {
        background-image: url("/assets/mirrormedia/icon/line_white.png");
        background-size: 30%;
    }

    footer .share-mobile_btn .facebook[data-v-6ee2b770] {
        background-image: url("/assets/mirrormedia/icon/facebook_white.png");
        background-size: 12%;
    }

    footer .share-mobile_btn .google-plus[data-v-6ee2b770] {
        background-image: url("/assets/mirrormedia/icon/google-plus.png");
        background-size: 23%;
    }

    footer .share-mobile.show[data-v-6ee2b770] {
        bottom: 0;
    }
}

@media (min-width: 768px) {
    footer .share-mobile[data-v-6ee2b770] {
        display: none;
    }
}

@media (min-width: 0px) and (max-width: 1199px) {
    .mobile-hide[data-v-6ee2b770] {
        display: none !important;
    }

    .mobile-follow[data-v-6ee2b770] {
        width: 100%;
        border: 1px solid rgba(0,0,0,0.19);
        margin-bottom: 20px;
        padding: 10px 20px;
        -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
        box-shadow: 0 0 10px rgba(0,0,0,0.2);
        font-size: 1.2rem;
        color: rgba(0,0,0,0.4);
        text-align: center;
    }

    .mobile-follow > a[data-v-6ee2b770]:hover,
    .mobile-follow > a[data-v-6ee2b770]:link,
    .mobile-follow > a[data-v-6ee2b770]:visited {
        color: rgba(0,0,0,0.4);
    }
}

@media (max-width: 1199px) {
    footer[data-v-6ee2b770] {
        border-top: none;
    }

    footer .left div[data-v-6ee2b770] {
        width: 20%;
    }
}


.ad-cover[data-v-691df73a]:not(.raw) {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9997;
    background-color: rgba(0,0,0,0.7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ad-cover:not(.raw).transparent[data-v-691df73a] {
    background-color: transparent;
}

.ad-cover:not(.raw).transparent .ad-cover--wrapper_close[data-v-691df73a] {
    display: none;
}

.ad-cover:not(.raw) .ad-cover--wrapper[data-v-691df73a] {
    position: relative;
    width: 320px;
    height: 480px;
}

.ad-cover:not(.raw) .ad-cover--wrapper_close[data-v-691df73a] {
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    height: 42px;
    padding: 5px;
}

.ad-cover:not(.raw) .ad-cover--wrapper_close > .icon[data-v-691df73a] {
    width: 32px;
    height: 32px;
    background-image: url("/assets/mirrormedia/icon/close_white.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    cursor: pointer;
    border: 2px solid rgba(255,255,255,0.7);
    background-color: rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4);
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
}

.activity__curtain {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100vw;
    height: 100vh;
    color: #fff;
    font-weight: 300;
    background-color: #000;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

a {
    display: inline;
    color: #34495e;
    text-decoration: none;
    cursor: pointer;
}

    a u {
        text-decoration: none;
    }

    a.white,
    a.white:hover,
    a.white:link,
    a.white:visited {
        color: #fff;
    }

    a.blue,
    a.blue:hover,
    a.blue:link,
    a.blue:visited {
        color: #0b4fa2;
    }

p,
h2,
h3 {
    font-weight: normal;
}

section.tweet .content a,
section.tweet .content a:hover,
section.tweet .content a:link,
section.tweet .content a:visited {
    color: #0b4fa2;
}

button {
    cursor: pointer;
}

    button:disabled {
        cursor: not-allowed;
    }

    input:focus,
    select:focus,
    textarea:focus,
    button:focus {
        outline: none;
    }

#app {
    overflow: hidden;
}

.desktop-only {
    display: none !important;
}

.container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
}

.grid-1-fourth {
    width: 25%;
}

.grid-2-fourth {
    width: 50%;
}

.grid-1-fifth {
    width: 20%;
}

.grid-2-fifth {
    width: 40%;
}

.grid-3-fifth {
    width: 60%;
}

.grid-4-fifth {
    width: 80%;
}

.view {
    margin: 0 auto;
    position: relative;
}

.fade-enter-active,
.fade-leave-active {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.fade-enter,
.fade-leave-active {
    opacity: 0;
}

.leading-embedded .embedded > iframe {
    max-height: 100%;
}

.dfp-cover:not(.vpon) {
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9997;
    background-color: rgba(0,0,0,0.7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.dfp-cover > .ad {
    position: relative;
    width: 320px;
    height: 480px;
}

    .dfp-cover > .ad > .close {
        position: absolute;
        top: -16px;
        right: -16px;
        width: 32px;
        height: 32px;
        background-image: url("/assets/mirrormedia/icon/close-btn.png");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center;
        cursor: pointer;
    }

.dfp-cover.vpon,
.dfp-cover.ad2 {
    margin: 0;
    padding: 0;
}

.limited-height {
    height: 100%;
    background-color: #000;
}

    .limited-height.no-scroll {
        overflow: hidden;
    }

[lazy=loading] {
    margin: 0 auto;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center;
    background-size: 40% 40%;
}

@media (min-width: 0px) and (max-width: 320px) {
    .dfp-cover > .ad > .close {
        right: 0;
    }
}

@media (min-width: 600px) {
    .container {
        width: 90%;
    }
}

@media (min-width: 900px) {
    .container {
        width: 768px;
    }
}

@media (max-width: 1199px) {
    .mobile-hide {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .mobile-only {
        display: none !important;
    }

    .desktop-only {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .container {
        width: 1024px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 1199px) {
    .dfp-desktop {
        display: none !important;
    }
}

@media only screen and (min-width: 1200px) {
    .dfp-mobile {
        display: none !important;
    }
}


.article-container[data-v-7b6438a2] {
    width: 100%;
    background-color: #fff;
}

.article-container .article-heromedia[data-v-7b6438a2] {
    margin: 0 auto;
    background-color: #fff;
    max-width: 1160px;
    position: relative;
}

.article-container .article[data-v-7b6438a2] {
    font-family: "Noto Sans TC", STHeitiTC-Light, "Microsoft JhengHei", sans-serif;
    max-width: 1160px;
    margin: 0 auto;
    background-color: #fbfbfb;
    padding: 30px 50px 0;
}

.article-container .article .article_aside[data-v-7b6438a2] {
    float: right;
    padding-top: 10px;
    width: 310px;
    margin-top: -30px;
}

.article-container .article .article_aside_fbPage[data-v-7b6438a2] {
    width: 300px;
    margin: 20px 5px 15px;
}

.article-container .article .article_footer[data-v-7b6438a2] {
    text-align: center;
    clear: both;
}

.article-container .article .split-line[data-v-7b6438a2] {
    overflow: hidden;
    clear: both;
}

    .article-container .article .split-line[data-v-7b6438a2]::after {
        content: "";
        display: inline-block;
        height: 0.5em;
        vertical-align: bottom;
        width: 100%;
        margin: 30px -100% 30px 0;
        border-top: 1px solid #c5c5c5;
    }

.article-container .ad-container.full[data-v-7b6438a2] {
    max-width: 1160px;
    background-color: #fff;
    margin: 0 auto;
    padding: 20px 0;
}

.article-container a[data-v-7b6438a2],
.article-container a[data-v-7b6438a2]:hover,
.article-container a[data-v-7b6438a2]:link,
.article-container a[data-v-7b6438a2]:visited {
    display: inline;
}

.readr-latest[data-v-7b6438a2] {
    margin: 0 0 10px 0;
}

@media (min-width: 0px) and (max-width: 499px) {
    .article-container .article[data-v-7b6438a2] {
        padding: 30px 0 0;
    }
}

@media (min-width: 321px) and (max-width: 499px) {
    .article-container .article[data-v-7b6438a2] {
        padding: 30px 25px 0;
    }
}

@media (min-width: 0px) and (max-width: 767px) {
    .article-container .article-heromedia[data-v-7b6438a2],
    .article-container .article[data-v-7b6438a2] {
        max-width: 100%;
    }
}

@media (max-width: 999px) {
    .mobile-hide[data-v-7b6438a2] {
        display: none !important;
    }
}

@media (min-width: 1000px) {
    .mobile-only[data-v-7b6438a2] {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .article-container .article[data-v-7b6438a2] {
        padding: 100px 50px 0;
    }
}

.ad-fit[data-v-7b6438a2] {
    position: relative;
    margin-left: -15px !important;
}

@-webkit-keyframes fade-in-data-v-7b6438a2 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fade-in-data-v-7b6438a2 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes fade-out-data-v-7b6438a2 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade-out-data-v-7b6438a2 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.header[data-v-1cfb5e2a] {
    width: 100%;
    background-color: #f5f5f5;
}

.header a[data-v-1cfb5e2a] {
    display: block;
    font-size: 0;
    vertical-align: middle;
}



.header-icon[data-v-1cfb5e2a] {
    width: 32px;
}

.header-menu--section[data-v-1cfb5e2a] {
    display: none;
}

.header-menu--topic[data-v-1cfb5e2a] {
    display: none;
}

.header-menu__item[data-v-1cfb5e2a] {
    border-top: 3px solid #000;
}

.header-menu__item.external[data-v-1cfb5e2a] {
    border-color: #ee5a24;
}

.header-menu__item.mirrorfiction[data-v-1cfb5e2a] {
    padding: 9.5px 0;
    font-size: 0;
    line-height: 1;
    border: none;
}

.header-menu__item.mirrorfiction img[data-v-1cfb5e2a] {
    width: auto;
    height: 30px;
}

.header-menu__item.readr[data-v-1cfb5e2a] {
    padding: 9.5px 0;
    font-size: 0;
    line-height: 1;
    border: none;
}

.header-menu__item.readr img[data-v-1cfb5e2a] {
    width: auto;
    height: 30px;
}

.header-searchbar[data-v-1cfb5e2a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 510;
    width: 100%;
    height: 69px;
    padding: 20px;
    background-color: rgba(255,255,255,0.9);
    -webkit-box-shadow: 0 3px 2px 0 rgba(0,0,0,0.1), 0 2px 0 0 #fff;
    box-shadow: 0 3px 2px 0 rgba(0,0,0,0.1), 0 2px 0 0 #fff;
    -webkit-transform: translate3d(0, -75px, 0);
    transform: translate3d(0, -75px, 0);
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.header-searchbar form[data-v-1cfb5e2a] {
    width: 100%;
    margin-right: 15px;
    font-size: 1.5rem;
}

.header-searchbar input[data-v-1cfb5e2a] {
    width: 100%;
    background-color: transparent;
    border: none;
}

.header-searchbar > a[data-v-1cfb5e2a] {
    width: 22px;
}

.header-searchbar.open[data-v-1cfb5e2a] {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.header-scrolled[data-v-1cfb5e2a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    width: 100%;
    padding: 5px 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 2px 0 rgba(0,0,0,0.1), 0 2px 0 0 #fff;
    box-shadow: 0 3px 2px 0 rgba(0,0,0,0.1), 0 2px 0 0 #fff;
}

.header-scrolled img[data-v-1cfb5e2a] {
    height: 32px;
}

.header-scrolled > div[data-v-1cfb5e2a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-scrolled > div > a[data-v-1cfb5e2a] {
    margin-left: 10px;
}

.headerContainer[data-v-1cfb5e2a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
}

.headerContainer > div[data-v-1cfb5e2a] {
    cursor: pointer;
}

.headerContainer__menu[data-v-1cfb5e2a] {
    display: inline-block;
    width: 34px;
    height: 34px;
    background-image: url("/assets/mirrormedia/icon/hamburger@2x.png");
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: center center;
}

.headerContainer__logo[data-v-1cfb5e2a] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 195px;
    overflow: hidden;
}

.headerContainer__logo > a[data-v-1cfb5e2a] {
    display: inline-block;
}

.headerContainer__logo--orig > img[data-v-1cfb5e2a] {
    max-width: 95px;
    width: auto;
    height: 50px;
}

.headerContainer__logo--event[data-v-1cfb5e2a] {
    margin-left: 5px;
}

.headerContainer__logo--event > img[data-v-1cfb5e2a] {
    max-width: 95px;
    max-height: 50px;
}

.headerContainer__logo--dfp[data-v-1cfb5e2a] {
    max-width: 95px;
    margin-left: 5px;
}

.headerContainer__search--mobile[data-v-1cfb5e2a] {
    display: inline-block;
    padding: 2px;
    font-size: 0;
}

.headerContainer__search--mobile > img[data-v-1cfb5e2a] {
    width: 30px;
    height: 30px;
}

.headerContainer__search--desktop[data-v-1cfb5e2a] {
    display: none;
}

.header-menu > a:hover.news[data-v-1cfb5e2a],
.header-menu > div:hover.news[data-v-1cfb5e2a] {
    background-color: #30bac8;
}

.header-menu > a:hover.entertainment[data-v-1cfb5e2a],
.header-menu > div:hover.entertainment[data-v-1cfb5e2a] {
    background-color: #bf3284;
}

.header-menu > a:hover.businessmoney[data-v-1cfb5e2a],
.header-menu > div:hover.businessmoney[data-v-1cfb5e2a] {
    background-color: #009045;
}

.header-menu > a:hover.people[data-v-1cfb5e2a],
.header-menu > div:hover.people[data-v-1cfb5e2a] {
    background-color: #efa256;
}

.header-menu > a:hover.videohub[data-v-1cfb5e2a],
.header-menu > div:hover.videohub[data-v-1cfb5e2a] {
    background-color: #969696;
}

.header-menu > a:hover.international[data-v-1cfb5e2a],
.header-menu > div:hover.international[data-v-1cfb5e2a] {
    background-color: #911f27;
}

.header-menu > a:hover.foodtravel[data-v-1cfb5e2a],
.header-menu > div:hover.foodtravel[data-v-1cfb5e2a] {
    background-color: #eac151;
}

.header-menu > a:hover.mafalda[data-v-1cfb5e2a],
.header-menu > div:hover.mafalda[data-v-1cfb5e2a] {
    background-color: #662d8e;
}

.header-menu > a:hover.culture[data-v-1cfb5e2a],
.header-menu > div:hover.culture[data-v-1cfb5e2a] {
    background-color: #009245;
}

.header-menu > a:hover.watch[data-v-1cfb5e2a],
.header-menu > div:hover.watch[data-v-1cfb5e2a] {
    background-color: #c1d16e;
}

.header-menu > a:hover.external[data-v-1cfb5e2a],
.header-menu > div:hover.external[data-v-1cfb5e2a] {
    background-color: #ee5a24;
}

.header-menu > a:hover.mirrorfiction[data-v-1cfb5e2a],
.header-menu > div:hover.mirrorfiction[data-v-1cfb5e2a] {
    background-color: #968375;
}

.header-menu > a:hover.readr[data-v-1cfb5e2a],
.header-menu > div:hover.readr[data-v-1cfb5e2a] {
    background-color: #968375;
}

.header-menu-wrapper[data-v-1cfb5e2a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-menu__item.dropdown[data-v-1cfb5e2a] {
    position: relative;
}

.dropdown[data-v-1cfb5e2a] {
    text-align: center;
}

.dropdown > a[data-v-1cfb5e2a] {
    padding: 0;
    font-size: 1rem;
    line-height: 43px;
}

.dropdown:hover .dropdown-content[data-v-1cfb5e2a] {
    display: block !important;
}

.dropdown-content[data-v-1cfb5e2a] {
    display: none;
    position: absolute;
    z-index: 10;
    width: 110px;
    color: #fff;
    background-color: #333;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content > a[data-v-1cfb5e2a] {
    font-size: 1rem;
    padding: 14.5px 15px;
}

.dropdown-content.news a[data-v-1cfb5e2a]:hover {
    color: #30bac8;
}

.dropdown-content.entertainment a[data-v-1cfb5e2a]:hover {
    color: #bf3284;
}

.dropdown-content.businessmoney a[data-v-1cfb5e2a]:hover {
    color: #009045;
}

.dropdown-content.people a[data-v-1cfb5e2a]:hover {
    color: #efa256;
}

.dropdown-content.videohub a[data-v-1cfb5e2a]:hover {
    color: #969696;
}

.dropdown-content.international a[data-v-1cfb5e2a]:hover {
    color: #911f27;
}

.dropdown-content.foodtravel a[data-v-1cfb5e2a]:hover {
    color: #eac151;
}

.dropdown-content.mafalda a[data-v-1cfb5e2a]:hover {
    color: #662d8e;
}

.dropdown-content.culture a[data-v-1cfb5e2a]:hover {
    color: #009245;
}

.dropdown-content.watch a[data-v-1cfb5e2a]:hover {
    color: #c1d16e;
}

.dropdown-content.external a[data-v-1cfb5e2a]:hover {
    color: #ee5a24;
}

.dropdown-content.mirrorfiction a[data-v-1cfb5e2a]:hover {
    color: #968375;
}

.dropdown-content.readr a[data-v-1cfb5e2a]:hover {
    color: #968375;
}

.header-sidebar[data-v-1cfb5e2a] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 510;
    width: 100%;
    height: 100vh;
    padding: 5%;
    background-color: #333;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    overflow-y: auto;
}

.header-sidebar.open[data-v-1cfb5e2a] {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.header-sidebar__close[data-v-1cfb5e2a] {
    width: 100%;
    text-align: right;
}

.header-sidebar__close img[data-v-1cfb5e2a] {
    width: 20px;
    height: 20px;
}

.header-sidebar__topic[data-v-1cfb5e2a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0.5em 0;
}

.header-sidebar__topic a[data-v-1cfb5e2a] {
    position: relative;
    display: inline;
    margin: 0.5em 0;
    padding: 0 0.5em;
    color: #fff;
    font-size: 1rem;
    border-right: 1px solid rgba(255,255,255,0.8);
}

    .header-sidebar__topic a[data-v-1cfb5e2a]:last-child {
        border-right: none;
    }

.header-sidebar__section[data-v-1cfb5e2a] {
    width: calc(100% - 0.5em);
    margin-left: 0.5em;
    padding: 1em 0 1em 1em;
    border-left: 3px solid #000;
    border-bottom: 1px solid #7e7e7e;
}

.header-sidebar__section a[data-v-1cfb5e2a] {
    display: inline;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 300;
}

.header-sidebar__section.external[data-v-1cfb5e2a] {
    border-left-color: #ee5a24;
}

.header-sidebar__section.mirrorfiction[data-v-1cfb5e2a] {
    border-bottom: none;
    border-left-color: #968375;
}

.header-sidebar__categories[data-v-1cfb5e2a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0.5em;
}

.header-sidebar__categories a[data-v-1cfb5e2a] {
    margin: 0.2em 0.8em 0.2em 0;
    color: #969696;
    font-size: 1.1rem;
}

.header-sidebar__other[data-v-1cfb5e2a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0.5em;
    margin: 1em 0;
}

.header-sidebar__other a[data-v-1cfb5e2a] {
    width: 47%;
    margin: 0.5em 0;
    padding: 0.2em 0;
    color: #969696;
    font-size: 1rem;
    font-weight: 300;
    text-align: center;
    border: 1px solid #969696;
}

.header-sidebar__socialMedia[data-v-1cfb5e2a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0.5em;
}

.sprite[data-v-1cfb5e2a] {
    background-image: url("/assets/mirrormedia/icon/socialMedia_white@2x.png");
    background-repeat: no-repeat;
    background-size: 126px 120px;
    display: block;
}

.sprite-facebook[data-v-1cfb5e2a] {
    width: 20px;
    height: 20px;
    background-position: -106px -100px;
}

.sprite-instagram[data-v-1cfb5e2a] {
    width: 20px;
    height: 20px;
    background-position: -46px -40px;
}

.sprite-line[data-v-1cfb5e2a] {
    width: 20px;
    height: 20px;
    background-position: -86px -80px;
}

.sprite-mail[data-v-1cfb5e2a] {
    width: 26px;
    height: 20px;
    background-position: 0 0;
}

.sprite-rss[data-v-1cfb5e2a] {
    width: 20px;
    height: 20px;
    background-position: -26px -20px;
}

.sprite-weibo[data-v-1cfb5e2a] {
    width: 20px;
    height: 20px;
    background-position: -66px -60px;
}

@media (min-width: 600px) {
    .headerContainer[data-v-1cfb5e2a] {
        width: calc(100% - 4em);
    }
}

@media (min-width: 1200px) {
    .header-menu[data-v-1cfb5e2a] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 1024px;
        margin: 0 auto;
    }

    .header-menu > a[data-v-1cfb5e2a] {
        text-align: center;
        color: #fff;
        line-height: 43px;
        font-size: 1rem;
    }

    .header-menu--section[data-v-1cfb5e2a] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background-color: #064f77;
    }

    .header-menu--section a[data-v-1cfb5e2a] {
        color: #fff;
    }

    .header-menu--topic[data-v-1cfb5e2a] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative;
        background-color: #fff;
        -webkit-box-shadow: 0 0 5px 0 #ccc;
        box-shadow: 0 0 5px 0 #ccc;
    }

    .header-menu--topic a[data-v-1cfb5e2a] {
        min-width: 90px;
        font-size: 1rem;
        text-align: center;
        color: rgba(0,0,0,0.5);
        line-height: 46px;
    }

    .header-menu--topic > div[data-v-1cfb5e2a] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 1024px;
        margin: 0 auto;
    }

    .header-menu--topic .header-menu[data-v-1cfb5e2a] {
        width: auto;
        margin: 0;
    }

    .header-menu--topic .header-menu > a[data-v-1cfb5e2a] {
        padding: 0 0.5em;
        color: rgba(0,0,0,0.5);
        border-bottom: 3px solid #000;
    }

        .header-menu--topic .header-menu > a[data-v-1cfb5e2a]:hover {
            background-color: #000;
            color: #fff;
        }

        .header-menu--topic .header-menu > a[data-v-1cfb5e2a]:last-of-type {
            border: none;
        }

    .header-sidebar[data-v-1cfb5e2a] {
        display: none;
    }

    .headerContainer[data-v-1cfb5e2a] {
        width: 1024px;
        padding: 10px 0;
    }

    .headerContainer__menu[data-v-1cfb5e2a] {
        display: none;
    }

    .headerContainer__logo[data-v-1cfb5e2a] {
        max-width: none;
    }

    .headerContainer__logo--orig > img[data-v-1cfb5e2a] {
        max-width: none;
    }

    .headerContainer__logo--event > img[data-v-1cfb5e2a] {
        max-width: none;
        max-height: 50px;
    }

    .headerContainer__search--mobile[data-v-1cfb5e2a] {
        display: none;
    }

    .headerContainer__search--desktop[data-v-1cfb5e2a] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .headerContainer__search--desktop input[data-v-1cfb5e2a] {
        float: left;
        width: 200px;
        height: 35px;
        margin: 0;
        padding: 0 10px;
        text-align: right;
        border: 1px solid #eee;
        border-radius: 2px;
        border-right: none;
    }

    .headerContainer__search--desktop button[data-v-1cfb5e2a] {
        height: 35px;
        padding: 0;
        margin: 0;
        background-color: #fff;
        border: 1px solid #eee;
        border-radius: 2px;
        border-left: none;
    }

    .headerContainer__more[data-v-1cfb5e2a] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        width: 20px;
        height: 35px;
        margin-left: 10px;
        cursor: pointer;
    }

    .headerContainer__more img[data-v-1cfb5e2a] {
        height: 20px;
    }

    .headerContainer__more > div[data-v-1cfb5e2a] {
        display: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        width: 130px;
        background-color: #fff;
        border: 1px solid #eee;
    }

    .headerContainer__more > div.active[data-v-1cfb5e2a] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .headerContainer__more > div a[data-v-1cfb5e2a] {
        padding: 0.5em 1em;
        font-size: 1rem;
        text-align: center;
    }
}


.ad-container[data-v-eca6749e] {
    margin-top: 20px;
}

.ad-container.margin-top-30px[data-v-eca6749e] {
    margin-top: 30px;
}

.ad-container.margin-top-0[data-v-eca6749e] {
    margin-top: 0;
}

.ad-container.center[data-v-eca6749e] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
}


.heroimage-container[data-v-4da940b8] {
    margin: 0 auto;
    background-color: #fff;
    max-width: 1160px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.heroimage-container--b[data-v-4da940b8] {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.hero-info[data-v-4da940b8] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 33.34%;
    background-color: #989898;
}

.hero-info-category-container[data-v-4da940b8] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    padding: 0 10%;
}

.hero-info-category-container > h1[data-v-4da940b8] {
    margin-top: 10px;
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.3;
    text-align: justify;
}

.hero-info-category-container > h2[data-v-4da940b8] {
    margin: 0;
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.3;
    text-align: justify;
}

.hero-info-category[data-v-4da940b8] {
    width: 80%;
    padding-left: 10px;
    color: #000;
    font-size: 21px;
    border-left: 7px solid #989898;
}

.hero-info-category--b[data-v-4da940b8] {
    margin: 30px 0 0 0;
}

.hero-info-heroCaption[data-v-4da940b8] {
    position: relative;
    padding: 10px 10%;
    color: #fff;
    font-weight: 300;
    line-height: 1.4;
    border-top: 3px solid #fff;
}

    .hero-info-heroCaption[data-v-4da940b8]::after {
        content: '';
        position: absolute;
        top: -9px;
        right: -7.5px;
        z-index: 1;
        width: 15px;
        height: 15px;
        background-color: #fff;
        border-radius: 50%;
    }

.hero-img[data-v-4da940b8] {
    position: relative;
    width: 66.66%;
}

    .hero-img[data-v-4da940b8]::after {
        content: '';
        display: block;
        width: 100%;
        padding-top: 66.66%;
    }

.hero-img .img[data-v-4da940b8] {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

    .hero-img .img[data-v-4da940b8] img {
        width: 100%;
        height: 100% !important;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 50% 50%;
        object-position: 50% 50%;
    }

.hero-img-b[data-v-4da940b8] {
    width: 100%;
    height: 458.7px;
}

    .hero-img-b[data-v-4da940b8] img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.hero-img-b-subtitle[data-v-4da940b8] {
    font-size: 16px;
    line-height: 1.5;
    margin: 8px 0;
    color: #6e6e6e;
    text-align: justify;
}

.hero-title-b[data-v-4da940b8] {
    margin: 15px 0 25px 0;
    text-align: justify;
    line-height: 1.5;
    color: #000;
}

@media (max-width: 1200px) {
    .heroimg[data-v-4da940b8] {
        display: block;
    }

        .heroimg[data-v-4da940b8] img {
            width: 100%;
        }

    .heroimage-container[data-v-4da940b8] {
        display: block;
    }

    .heroimg-caption[data-v-4da940b8] {
        padding: 5px 25px 0;
        line-height: 1.3rem;
    }
}


.ad-container > div {
    width: 100%;
}

.article_body {
    position: relative;
    width: 100%;
}

    .article_body .article_basic-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 20px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .article_body .article_basic-info .category {
            font-size: 21px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .article_body .article_basic-info .category .categorySquare {
                display: -webkit-inline-box;
                display: -ms-inline-flexbox;
                display: inline-flex;
                height: 24px;
                padding-left: 10px;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

        .article_body .article_basic-info .date {
            font-style: italic;
            font-size: 17px;
            color: #a1a1a1;
            font-weight: normal;
        }

    .article_body .article_title {
        width: 100%;
        margin: 15px 0;
    }

        .article_body .article_title h1 {
            font-size: 40px;
            font-weight: 400;
            margin: 0;
            text-align: justify;
        }

    .article_body .article_subtitle {
        width: 695px;
        display: inline-block;
        max-width: 695px;
        margin: 0 0 15px;
    }

        .article_body .article_subtitle h2 {
            font-size: 1.5rem;
            font-weight: 400;
            margin: 0;
        }

    .article_body .article_credit {
        width: 695px;
        display: inline-block;
        max-width: 695px;
    }

        .article_body .article_credit a.blue:hover,
        .article_body .article_credit a.blue:link,
        .article_body .article_credit a.blue:visited {
            color: #74afd2;
        }

    .article_body .article_main {
        width: 695px;
        display: inline-block;
        max-width: 695px;
        overflow: hidden;
    }

    .article_body .article_main--b {
        overflow: visible;
    }

    .article_body .article_main .article_main_pop {
        clear: both;
        margin-top: 20px;
    }

    .article_body .article_main .article_main_tags {
        clear: both;
        margin-top: 1.5em;
        padding: 0;
    }

        .article_body .article_main .article_main_tags > p {
            margin: 1em 0 0.5em;
            color: #a0a0a0;
        }

        .article_body .article_main .article_main_tags .tags {
            display: inline-block;
            color: rgba(2,2,2,0.5);
            font-size: 18px;
            position: relative;
        }

            .article_body .article_main .article_main_tags .tags a,
            .article_body .article_main .article_main_tags .tags a:hover,
            .article_body .article_main .article_main_tags .tags a:link,
            .article_body .article_main .article_main_tags .tags a:visited {
                display: inline-block;
                margin: 0 0.5em 0.6em 0;
                padding: 0.2em 0.4em;
                color: #fff;
                text-decoration: none;
                background-color: #c8c8c8;
                border-bottom: none;
                cursor: pointer;
            }

    .article_body .article_main .brief {
        margin-top: 30px;
        line-height: 36px;
        font-size: 18px;
        color: rgba(65,65,65,0.61);
    }

        .article_body .article_main .brief p {
            text-align: justify;
            color: #08639e;
            font-weight: bold;
            font-size: 1.2rem;
        }

            .article_body .article_main .brief p strong {
                color: rgba(65,65,65,0.61);
                font-weight: bold;
            }

            .article_body .article_main .brief p em {
                font-weight: bold;
            }

            .article_body .article_main .brief p i,
            .article_body .article_main .brief p cite,
            .article_body .article_main .brief p var,
            .article_body .article_main .brief p address,
            .article_body .article_main .brief p dfn {
                font-style: normal;
            }

    .article_body .article_main > .content h2 {
        color: #000;
        margin-top: 40px;
    }

    .article_body .article_main > .content p {
        color: #171717;
        font-size: 18px;
        line-height: 36px;
        margin: 1.5em 0;
        text-align: justify;
    }

    .article_body .article_main > .content .youtube {
        clear: both;
    }

        .article_body .article_main > .content .youtube .youtube-container {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin: 25px 0 5px;
            padding-bottom: 56.25%;
            padding-top: 25px;
            position: relative;
        }

            .article_body .article_main > .content .youtube .youtube-container iframe {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
            }

        .article_body .article_main > .content .youtube > .caption {
            font-family: "Noto Sans TC", STHeitiTC-Medium, "Microsoft JhengHei", sans-serif;
            font-size: 15px;
            line-height: 1.7;
            letter-spacing: 0.3px;
            color: rgba(0,0,0,0.498);
            padding-top: 10px;
            padding-bottom: 10px;
        }

    .article_body .article_main > .content .embedded {
        text-align: center;
        margin: 1.5em auto;
        clear: both;
    }

        .article_body .article_main > .content .embedded > div:not(.caption) {
            margin: 0 auto;
        }

        .article_body .article_main > .content .embedded > .caption {
            font-family: "Noto Sans TC", STHeitiTC-Medium, "Microsoft JhengHei", sans-serif;
            font-size: 15px;
            line-height: 1.7;
            letter-spacing: 0.3px;
            color: rgba(0,0,0,0.498);
            padding-top: 10px;
            padding-bottom: 10px;
        }

        .article_body .article_main > .content .embedded > iframe {
            max-width: 100%;
            margin: 0 auto;
        }

    .article_body .article_main > .content .audioBox {
        width: 100%;
    }

    .article_body .article_main > .content .video {
        text-align: center;
        margin: 1.5em auto;
        clear: both;
        position: relative;
    }

    .article_body .article_main a,
    .article_body .article_main a:hover,
    .article_body .article_main a:link,
    .article_body .article_main a:visited {
        color: #3195b3;
        text-decoration: none;
        cursor: pointer;
        border-bottom: 1px solid #3195b3;
        padding-bottom: 5px;
    }

    .article_body .article_main code {
        line-height: 2rem;
    }

    .article_body .article_main blockquote.blockquote {
        clear: both;
        padding: 10px 35px;
        margin: 70px 0;
    }

        .article_body .article_main blockquote.blockquote .content {
            border-top: 3px solid #255577;
            padding-top: 20px;
            padding-left: 30px;
            border-left: 3px solid #255577;
            font-size: 24px;
            color: #3a759e;
        }

            .article_body .article_main blockquote.blockquote .content .triangle::before {
                content: '';
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 50px 0 0 70px;
                position: relative;
                top: -70px;
                left: 30px;
                display: block;
                border-color: transparent transparent transparent #255577;
            }

            .article_body .article_main blockquote.blockquote .content .triangle::after {
                content: '';
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 50px 0 0 70px;
                position: relative;
                top: -114px;
                left: 33px;
                display: block;
                border-color: transparent transparent transparent #fff;
            }

            .article_body .article_main blockquote.blockquote .content .quote-body {
                margin-top: -95px;
                line-height: 44px;
            }

            .article_body .article_main blockquote.blockquote .content .quote-by {
                text-align: right;
                font-size: 18px;
                margin-top: 18px;
            }

                .article_body .article_main blockquote.blockquote .content .quote-by::before {
                    content: '';
                    display: inline-block;
                    height: 100%;
                    vertical-align: super;
                    width: 36px;
                    margin-right: 5px;
                    border-top: 1px solid #3a759e;
                }

    .article_body .article_main blockquote.quote {
        clear: both;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 3em 0;
    }

        .article_body .article_main blockquote.quote i {
            background-image: url("/assets/mirrormedia/icon/quote.png");
            width: 45px;
            height: 45px;
            background-repeat: no-repeat;
            background-size: contain;
            display: block;
            margin-right: 20px;
            max-width: 45px;
            -webkit-box-flex: 3;
            -ms-flex: 3;
            flex: 3;
        }

        .article_body .article_main blockquote.quote .quote-content {
            line-height: 2.2rem;
            font-size: 1.2rem;
            color: #3a759e;
            -webkit-box-flex: 10;
            -ms-flex: 10;
            flex: 10;
            text-align: justify;
        }

    .article_body .article_main .info-box-container {
        width: 100%;
        margin-bottom: 3em;
    }

        .article_body .article_main .info-box-container .info-box-icon::before {
            content: '';
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 12px 18px;
            position: relative;
            left: 0;
            top: 30px;
            display: block;
            border-color: #255577;
        }

        .article_body .article_main .info-box-container .info-box-icon::after {
            content: '';
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 10px 0px 0px 18px;
            position: relative;
            left: 0;
            top: 30px;
            display: block;
            border-color: #7b7b7b transparent transparent transparent;
        }

        .article_body .article_main .info-box-container .info-box {
            border: 1px solid #eaeaea;
            padding: 30px 50px;
            -webkit-box-shadow: 0 0 14px rgba(146,146,146,0.52);
            box-shadow: 0 0 14px rgba(146,146,146,0.52);
            width: 90%;
            margin-top: -35px;
            margin-left: 18px;
        }

            .article_body .article_main .info-box-container .info-box .info-box-title {
                color: #3a6888;
                font-size: 25px;
                margin-bottom: 15px;
            }

            .article_body .article_main .info-box-container .info-box .info-box-body ol {
                list-style: decimal;
            }

            .article_body .article_main .info-box-container .info-box .info-box-body ul {
                list-style: disc;
            }

            .article_body .article_main .info-box-container .info-box .info-box-body p,
            .article_body .article_main .info-box-container .info-box .info-box-body li {
                color: rgba(0,0,0,0.64);
                font-size: 16px;
            }

        .article_body .article_main .info-box-container.right {
            float: right;
            width: 300px;
        }

        .article_body .article_main .info-box-container.left {
            float: left;
            width: 300px;
        }

        .article_body .article_main .info-box-container.center {
            clear: both;
            margin: 3em 0;
        }

            .article_body .article_main .info-box-container.center .info-box {
                width: 95%;
            }

    .article_body .article_main h2 {
        font-size: 32px;
    }

    .article_body .article_main h3 {
        font-size: 26px;
    }

    .article_body .article_main ul {
        font-family: "Noto Sans TC", STHeitiTC-Medium, "Microsoft JhengHei", sans-serif;
        font-size: 1rem;
        line-height: 2.2;
        letter-spacing: 0.3px;
        color: rgba(0,0,0,0.702);
        padding-left: 45px;
        margin-left: 16px;
        list-style: none;
    }

        .article_body .article_main ul.unordered-list-item li::before {
            content: "\2022   ";
            color: #2d5b7b;
            font-size: 30px;
            line-height: 1;
            top: 6px;
            position: relative;
        }

    .article_body .article_main ol {
        font-family: "Noto Sans TC", STHeitiTC-Medium, "Microsoft JhengHei", sans-serif;
        font-size: 1rem;
        line-height: 2.2;
        letter-spacing: 0.3px;
        color: rgba(0,0,0,0.702);
        counter-reset: item 0;
        list-style: none;
    }

        .article_body .article_main ol.ordered-list-item li::before {
            content: counter(item) ". ";
            counter-increment: item;
            color: #004ea2;
            padding-left: 10px;
            padding-right: 10px;
            line-height: 1;
        }

    .article_body .article_main .split-line {
        clear: both;
    }

    .article_body .article_main .dfpad-set {
        clear: both;
    }

        .article_body .article_main .dfpad-set.mobile {
            margin: 0 auto;
        }

        .article_body .article_main .dfpad-set:not(.mobile) {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: distribute;
            justify-content: space-around;
        }

    .article_body.single-col {
        margin-top: 50px;
    }

        .article_body.single-col .article_basic-info {
            width: 660px;
            margin: 0 auto;
        }

        .article_body.single-col .article_title {
            margin: 15px auto;
            width: 660px;
        }

        .article_body.single-col .article_credit {
            display: block;
            width: 660px;
            margin: 0 auto;
        }

        .article_body.single-col .article_main {
            width: 950px;
            margin: 0 auto;
            max-width: 950px;
            display: block;
        }

            .article_body.single-col .article_main p,
            .article_body.single-col .article_main h2,
            .article_body.single-col .article_main .split-line,
            .article_body.single-col .article_main .embedded,
            .article_body.single-col .article_main .article_main_pop,
            .article_body.single-col .article_main .article_main_proj,
            .article_body.single-col .article_main .article_main_related_bottom,
            .article_body.single-col .article_main .article_fb_comment,
            .article_body.single-col .article_main ul,
            .article_body.single-col .article_main .youtube,
            .article_body.single-col .article_main .dfpad-set {
                padding: 0 145px;
                text-align: justify;
            }

            .article_body.single-col .article_main .article_main_pop {
                margin-top: 40px;
            }

            .article_body.single-col .article_main blockquote {
                padding: 0 145px;
            }

                .article_body.single-col .article_main blockquote.quote > .quote-content {
                    text-align: justify;
                }

            .article_body.single-col .article_main .innerImg {
                padding: 0 145px 1.5em;
            }

                .article_body.single-col .article_main .innerImg.left {
                    margin-right: 50px;
                    padding: 0;
                }

                .article_body.single-col .article_main .innerImg.right {
                    margin-left: 50px;
                    padding: 0;
                }

            .article_body.single-col .article_main .article_main_tags {
                padding: 0 145px;
            }

            .article_body.single-col .article_main .info-box-container.center {
                padding: 0 145px;
            }

            .article_body.single-col .article_main .info-box-container .info-box p,
            .article_body.single-col .article_main .info-box-container .info-box ul {
                padding: 0;
            }

    .article_body .per-slide {
        width: 100%;
        margin: 1.5em 0;
    }

        .article_body .per-slide .swiper-wrapper {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .article_body .per-slide .swiper-wrapper .swiper-slide {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
            }

                .article_body .per-slide .swiper-wrapper .swiper-slide > div {
                    width: 100%;
                }

                .article_body .per-slide .swiper-wrapper .swiper-slide .slideshowImg img {
                    width: 100%;
                    -o-object-fit: contain;
                    object-fit: contain;
                    -o-object-position: center center;
                    object-position: center center;
                    max-height: 450px;
                }

                .article_body .per-slide .swiper-wrapper .swiper-slide .slideshowImg .img-caption {
                    width: 100%;
                    margin: 0 auto;
                    padding: 8px 0;
                    color: rgba(0,0,0,0.498);
                    font-size: 1rem;
                    text-align: left;
                    line-height: 1.4rem;
                }

        .article_body .per-slide .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background-color: rgba(179,179,179,0.61);
        }

.fbPagePlugin {
    display: none;
    margin-top: 15px;
}

    .fbPagePlugin .fb-page,
    .fbPagePlugin .fb-page span,
    .fbPagePlugin .fb-page span iframe[style] {
        width: 100% !important;
    }

.kianGi {
    margin-top: 1em;
}

.herbsapi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0;
    margin: 15px 0;
    border-top: 1px solid rgba(2,2,2,0.5);
    border-bottom: 1px solid rgba(2,2,2,0.5);
}

    .herbsapi br {
        display: none;
    }

#herbsapi {
    height: 40px;
    margin-right: 20px;
}

    #herbsapi > a {
        display: inline-block;
        padding: 0;
        font-size: 0;
        border: none;
    }

.article__basic-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 695px;
}

.article__basic-info--hero-b {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .article__basic-info--hero-b .article__basic-info-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .article__basic-info--hero-b .article__basic-info-wrapper .blue {
            border-bottom: none !important;
        }

.article__credit a.blue:hover,
.article__credit a.blue:link,
.article__credit a.blue:visited {
    color: #74afd2;
}

.article__date {
    font-style: italic;
    font-size: 17px;
    color: #a1a1a1;
    font-weight: normal;
}

@media (min-width: 0px) and (max-width: 499px) {
    .article_body > div:not([class="main"]):not([class="pic-container"]) {
        padding-right: 25px;
        padding-left: 25px;
    }

    .article_body > .article_main > div:not([class="dfpad-set"]),
    .article_body > .article_main article {
        padding-left: 25px;
        padding-right: 25px;
    }

        .article_body > .article_main > div:not([class="dfpad-set"]).article_main_tags,
        .article_body > .article_main article.article_main_tags {
            padding: 0 25px;
        }

    .article_body .article_basic-info .category {
        font-size: 1.3rem;
    }

        .article_body .article_basic-info .category .categorySquare {
            height: 1.3rem;
        }

    .article_body .article_basic-info .date {
        font-size: 1rem;
    }

    .article_body .article_title h2 {
        font-size: 1.7rem;
    }

    .article_body .article_main .article_main_tags .tags {
        line-height: 1.6rem;
        font-size: 1rem;
    }

    .article_body .article_main .info-box-container,
    .article_body .article_main .info-box-container.center,
    .article_body .article_main .info-box-container.right,
    .article_body .article_main .info-box-container.left {
        float: none;
        margin: 3em 0;
        width: 100%;
    }

        .article_body .article_main .info-box-container .info-box,
        .article_body .article_main .info-box-container.center .info-box,
        .article_body .article_main .info-box-container.right .info-box,
        .article_body .article_main .info-box-container.left .info-box {
            width: 90%;
            padding: 30px 24px;
        }

            .article_body .article_main .info-box-container .info-box .info-box-body ul,
            .article_body .article_main .info-box-container.center .info-box .info-box-body ul,
            .article_body .article_main .info-box-container.right .info-box .info-box-body ul,
            .article_body .article_main .info-box-container.left .info-box .info-box-body ul {
                text-indent: 0;
                line-height: 2rem;
                letter-spacing: 0.05rem;
                padding-left: 0;
                margin-left: 1rem;
            }

                .article_body .article_main .info-box-container .info-box .info-box-body ul li,
                .article_body .article_main .info-box-container.center .info-box .info-box-body ul li,
                .article_body .article_main .info-box-container.right .info-box .info-box-body ul li,
                .article_body .article_main .info-box-container.left .info-box .info-box-body ul li {
                    overflow-wrap: break-word;
                }

                    .article_body .article_main .info-box-container .info-box .info-box-body ul li::before,
                    .article_body .article_main .info-box-container.center .info-box .info-box-body ul li::before,
                    .article_body .article_main .info-box-container.right .info-box .info-box-body ul li::before,
                    .article_body .article_main .info-box-container.left .info-box .info-box-body ul li::before {
                        font-size: 3rem;
                        top: 1rem;
                        left: 10px;
                    }

            .article_body .article_main .info-box-container .info-box .info-box-title,
            .article_body .article_main .info-box-container.center .info-box .info-box-title,
            .article_body .article_main .info-box-container.right .info-box .info-box-title,
            .article_body .article_main .info-box-container.left .info-box .info-box-title {
                font-size: 1.4rem;
            }

    .article_body .article_main ul {
        text-indent: -40px;
        padding-left: 15px;
        margin-left: 10px;
    }

        .article_body .article_main ul li::before {
            font-size: 3rem;
            top: 15px;
            left: 10px;
        }
}

@media (min-width: 321px) and (max-width: 499px) {
    .article_body > div:not([class="main"]) {
        padding-right: 0;
        padding-left: 0;
    }

    .article_body > .article_main > div:not([class="dfpad-set"]),
    .article_body > .article_main article {
        padding-left: 0;
        padding-right: 0;
    }

        .article_body > .article_main > div:not([class="dfpad-set"]).article_main_tags,
        .article_body > .article_main article.article_main_tags {
            padding: 0;
        }
}

@media (min-width: 0px) and (max-width: 767px) {
    .article_body .article_main,
    .article_body .article_credit,
    .article_body .article_subtitle {
        width: 100%;
        max-width: 100%;
    }

        .article_body .article_main > .content .innerImg.right,
        .article_body .article_credit > .content .innerImg.right,
        .article_body .article_subtitle > .content .innerImg.right,
        .article_body .article_main > .content .innerImg.left,
        .article_body .article_credit > .content .innerImg.left,
        .article_body .article_subtitle > .content .innerImg.left {
            float: none;
            width: 100%;
            margin: 1.5rem 0;
            border-bottom: none;
            padding-bottom: 0;
        }

        .article_body .article_main blockquote.blockquote,
        .article_body .article_credit blockquote.blockquote,
        .article_body .article_subtitle blockquote.blockquote {
            padding: 0;
        }

        .article_body .article_main blockquote.quote > .quoteIcon,
        .article_body .article_credit blockquote.quote > .quoteIcon,
        .article_body .article_subtitle blockquote.quote > .quoteIcon {
            height: 40px;
            width: 40px;
            max-width: 30px;
            margin-top: 8px;
        }

        .article_body .article_main blockquote.quote > .quote-content,
        .article_body .article_credit blockquote.quote > .quote-content,
        .article_body .article_subtitle blockquote.quote > .quote-content {
            line-height: 2.1rem;
            font-size: 1.2rem;
            text-align: justify;
        }

    .article_body > .article_title h1 {
        font-size: 2.2rem;
    }

    .article_fb_comment {
        margin-bottom: 60px !important;
    }
}

@media (max-width: 899px) and (min-width: 768px) {
    .article_body .article_basic-info,
    .article_body .article_credit,
    .article_body .article_main,
    .article_body .article_subtitle {
        width: 645px;
        max-width: 645px;
        margin: 0 auto;
    }

    .article_body .article_title {
        width: 645px;
        max-width: 645px;
        margin: 15px auto;
    }

    .article_body .article_subtitle {
        width: 645px;
        max-width: 645px;
        margin: 0 auto 15px;
    }
}

@media (min-width: 900px) and (max-width: 1199px) {
    .article_body .article_basic-info {
        width: 695px;
        max-width: 695px;
        margin: 0 auto;
    }

    .article_body .article_credit,
    .article_body .article_main {
        width: 695px;
        max-width: 695px;
        margin: 0 auto;
    }

    .article_body .article_title {
        width: 695px;
        max-width: 695px;
        margin: 15px auto;
    }

    .article_body .article_subtitle {
        width: 695px;
        max-width: 695px;
        margin: 0 auto 15px;
    }
}

@media (max-width: 1199px) {
    .article_body .article_main,
    .article_body .article_credit,
    .article_body .article_subtitle {
        display: block;
    }

    .fbPagePlugin {
        display: block;
    }

    .herbsapi br {
        display: inline;
    }
}

@media (min-width: 768px) {
    .article_body .per-slide .swiper-wrapper .swiper-slide .slideshowImg .img-caption {
        width: 70%;
        padding: 8px;
        text-align: center;
    }
}


.lightbox[data-v-1a748334] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lightbox-img[data-v-1a748334] {
    max-height: 90vh;
    max-width: 90vw;
    z-index: 100002;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.lightbox-img.loading[data-v-1a748334] {
    height: 20%;
    width: 20%;
}

.lightbox-close[data-v-1a748334] {
    background-image: url("/assets/mirrormedia/icon/close.png");
    background-size: contain;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    z-index: 100002;
}

    .lightbox-close[data-v-1a748334]:hover {
        -webkit-filter: brightness(200%);
        filter: brightness(200%);
    }

.content-image[data-v-1a748334] {
    clear: both;
    margin: 1.5em 0;
}

    .content-image[data-v-1a748334] img {
        width: 100%;
    }

.content-image .thumbnail[data-v-1a748334] {
    cursor: pointer;
}

.content-image .caption[data-v-1a748334] {
    font-family: "Noto Sans TC", STHeitiTC-Medium, "Microsoft JhengHei", sans-serif;
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: 0.3px;
    color: rgba(0,0,0,0.498);
    padding-top: 10px;
    padding-bottom: 10px;
}

.content-image.right[data-v-1a748334] {
    float: right;
    width: 300px;
    margin-left: 20px;
    border-bottom: 2px solid #255577;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.content-image.left[data-v-1a748334] {
    float: left;
    width: 300px;
    margin-right: 20px;
    border-bottom: 2px solid #255577;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.content-image.center[data-v-1a748334] {
    margin-top: 20px;
    width: 100%;
}

@media (min-width: 0px) and (max-width: 767px) {
    .content-image .caption[data-v-1a748334] {
        text-align: justify;
    }
}


.relateds-in-content[data-v-84e4f7ee] {
    margin-bottom: 20px;
    clear: both;
}

.relateds-in-content .related[data-v-84e4f7ee] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-left: 10px;
    background-color: #eee;
}

    .relateds-in-content .related[data-v-84e4f7ee]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 10px;
        height: 100%;
        background-color: #808080;
    }

.relateds-in-content .related + .related[data-v-84e4f7ee] {
    margin-top: 1em;
}

.relateds-in-content .related__title[data-v-84e4f7ee] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1em;
}

.relateds-in-content .related__title a[data-v-84e4f7ee] {
    display: inline-block;
    display: -webkit-box;
    padding: 0;
    color: #808080;
    font-size: 1.125rem;
    line-height: 1.3;
    max-height: 46.8px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    border-bottom: none;
    overflow: hidden;
}

.relateds-in-content .related__img[data-v-84e4f7ee] {
    position: relative;
    width: 33%;
    padding: 0 !important;
    border-bottom: none !important;
}

    .relateds-in-content .related__img[data-v-84e4f7ee]::after {
        content: '';
        display: block;
        top: 0;
        width: 100%;
        padding-top: 75%;
    }

.relateds-in-content .related__img img[data-v-84e4f7ee] {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

.relateds-b[data-v-84e4f7ee] {
    position: relative;
    left: -25px;
    width: 100vw;
    background-color: #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 14px 0 0 14px;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}

.relateds-b__related-b[data-v-84e4f7ee] {
    margin: 0 12px 23px 0;
}

    .relateds-b__related-b[data-v-84e4f7ee]:last-child {
        padding: 0 14px 0 0;
    }

.related-b[data-v-84e4f7ee] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.related-b__img[data-v-84e4f7ee] {
    display: block;
    width: 158px;
    height: 119px;
    text-decoration: none !important;
    border-bottom: none !important;
    padding: 0 !important;
}

.related-b__img img[data-v-84e4f7ee] {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.related-b__title[data-v-84e4f7ee] {
    display: block;
    width: 158px;
    margin: 15px 0 0 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.44;
    color: #808080 !important;
    text-align: justify;
    text-decoration: none !important;
    border-bottom: none !important;
    padding: 0 !important;
}

@media (min-width: 767px) {
    .relateds-in-content .related__title[data-v-84e4f7ee] {
        padding: 1em 2em;
    }

    .relateds-in-content .related__img[data-v-84e4f7ee] {
        width: 25%;
    }
}

@media (min-width: 900px) {
    .relateds-in-content[data-v-84e4f7ee] {
        margin-bottom: 0;
    }

    .relateds-in-content .related__img[data-v-84e4f7ee] {
        width: 20%;
    }

    .relateds-b[data-v-84e4f7ee] {
        position: static;
        width: auto;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .relateds-b__related-b[data-v-84e4f7ee]:last-child {
        padding: 0;
    }
}


.related-list[data-v-8526a7e8] {
    width: 100%;
    margin: 0 auto;
    clear: both;
}

.related-list__list[data-v-8526a7e8] {
    margin-top: 20px;
    padding: 20px 30px 30px;
    margin: 20px auto 0;
}

.related-list__list > div[data-v-8526a7e8] {
    width: 100%;
}

.related-list__list__title[data-v-8526a7e8] {
    font-size: 19px;
    position: relative;
}

.related-list__list__title h4[data-v-8526a7e8] {
    margin: -20px 0 0;
}

.related-list__list__title[data-v-8526a7e8]::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 20px;
    position: relative;
    top: 0;
    left: -30px;
    display: block;
}

.related-list__list__item[data-v-8526a7e8] {
    margin: 15px 0 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #c1c1c1;
}

.related-list__list__item > .title[data-v-8526a7e8] {
    font-size: 18px;
    line-height: 25px;
}

.related-list__list__item > .title a[data-v-8526a7e8],
.related-list__list__item > .title a[data-v-8526a7e8]:hover,
.related-list__list__item > .title a[data-v-8526a7e8]:link,
.related-list__list__item > .title a[data-v-8526a7e8]:visited {
    color: rgba(2,2,2,0.5);
    text-decoration: none;
    cursor: pointer;
    border-bottom: none;
}

.related-list__list__item > .brief[data-v-8526a7e8] {
    line-height: 20px;
    padding-top: 10px;
}

.related-list__list__item > .brief a[data-v-8526a7e8]:hover,
.related-list__list__item > .brief a[data-v-8526a7e8]:link,
.related-list__list__item > .brief a[data-v-8526a7e8]:visited {
    color: #6f6f6f;
}

.related-list__list__item[data-v-8526a7e8]:last-child {
    border-bottom: none;
    padding-bottom: 0;
}


.newsletter[data-v-03987189] {
    clear: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    min-height: 70px;
    margin-top: calc(1em + 30px);
    padding: 1em 1em;
    border: 1px solid #eaeaea;
    border-top: 20px solid #0c5a80;
    background-color: #fff;
    -webkit-box-shadow: 0 0 14px rgba(146,146,146,0.52);
    box-shadow: 0 0 14px rgba(146,146,146,0.52);
}

    .newsletter[data-v-03987189]:before {
        content: '';
        position: absolute;
        top: -50px;
        left: 1em;
        width: 80px;
        height: 60px;
        background-image: url("/assets/mirrormedia/icon/newsletter.png");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50% 50%;
    }

.newsletter form[data-v-03987189] {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    position: relative;
    width: 100%;
    margin-top: 1em;
}

.newsletter form input[data-v-03987189] {
    width: 100%;
    padding-left: 8px;
    border-radius: 2px;
}

    .newsletter form input[data-v-03987189]::-webkit-input-placeholder {
        color: #ccc;
        font-size: 0.9rem;
        line-height: 22px;
    }

    .newsletter form input[data-v-03987189]::-moz-placeholder {
        color: #ccc;
        font-size: 0.9rem;
    }

    .newsletter form input[data-v-03987189]:-ms-input-placeholder {
        color: #ccc;
        font-size: 0.9rem;
    }

    .newsletter form input[data-v-03987189]:-moz-placeholder {
        color: #ccc;
        font-size: 0.9rem;
    }

.newsletter form.invaild label[data-v-03987189] {
    position: relative;
    display: block;
    height: 1.4rem;
}

    .newsletter form.invaild label[data-v-03987189]:after {
        content: '\8ACB\63D0\4F9B\6709\6548\7684   Email';
        position: absolute;
        top: 0;
        right: 0;
        padding: 0.2em 0;
        color: #f00;
    }

.newsletter form.error label[data-v-03987189] {
    position: relative;
    display: block;
    height: 1.4rem;
}

    .newsletter form.error label[data-v-03987189]:after {
        content: '\7CFB\7D71\7DAD\8B77\4E2D...';
        position: absolute;
        top: 0;
        right: 0;
        padding: 0.2em 0;
        color: #f00;
    }

.newsletterCategories[data-v-03987189] {
    position: relative;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5em 0;
}

.newsletterCategories__category[data-v-03987189] {
    width: 48%;
}

.newsletterCategories__category label[data-v-03987189]:after {
    position: absolute;
    top: 50%;
    left: 110%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100px;
    font-size: 0.6rem;
    color: #0c5a80;
}

.newsletterCategories__category.subscribed label[data-v-03987189]:after {
    content: '(\5DF2\8A02\95B1\6210\529F)';
}

.newsletterCategories__category.cancel label[data-v-03987189]:after {
    content: '(\5DF2\53D6\6D88\8A02\95B1)';
}

.newsletterCategories__line[data-v-03987189] {
    display: none;
    width: 1px;
    background-color: #ccc;
}

.newsletterCategories__curtain[data-v-03987189] {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
}

.newsletterCategories input[type=checkbox][data-v-03987189] {
    margin-right: 0.5em;
}

.newsletterCategories label[data-v-03987189] {
    position: relative;
    padding-bottom: 0.2em;
    color: #4a4a4a;
    line-height: 1;
}

.newsletterCategories p[data-v-03987189] {
    display: none;
    margin: 0.5em 0;
    padding-left: 22px;
    color: #4a4a4a;
    text-align: justify;
    font-size: 0.9rem;
    line-height: 1.3;
}

@media (min-width: 600px) {
    .newsletter[data-v-03987189] {
        margin: 1em 0 0 2em;
        padding: 1em 2em 0.5em 3em;
        border-top: none;
        border-bottom: none;
        border-right: 1px solid #eaeaea;
        border-left: 15px solid #0c5a80;
    }

        .newsletter[data-v-03987189]:before {
            top: 1em;
            left: -45px;
        }

    .newsletter form[data-v-03987189] {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 0;
    }

    .newsletter form.invaild label[data-v-03987189] {
        display: none;
    }

    .newsletter form.invaild[data-v-03987189]:after {
        content: '\8ACB\63D0\4F9B\6709\6548\7684   Email';
        position: absolute;
        top: 0;
        right: 10px;
        line-height: 24px;
        color: #f00;
    }

    .newsletter form.error label[data-v-03987189] {
        display: none;
    }

    .newsletter form.error[data-v-03987189]:after {
        content: '\7CFB\7D71\7DAD\8B77\4E2D...';
        position: absolute;
        top: 0;
        right: 10px;
        line-height: 24px;
        color: #f00;
    }

    .newsletterCategories[data-v-03987189] {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 1em;
        padding: 0;
    }

    .newsletterCategories__category label[data-v-03987189]:after {
        top: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        font-size: 1rem;
    }

    .newsletterCategories__line[data-v-03987189] {
        display: block;
    }

    .newsletterCategories p[data-v-03987189] {
        display: block;
    }
}

.spinner[data-v-03987189] {
    -webkit-transition: opacity 0.15s ease;
    -o-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
    -webkit-animation: rotator-data-v-03987189 1.4s linear infinite;
    animation: rotator-data-v-03987189 1.4s linear infinite;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.spinner.v-enter[data-v-03987189],
.spinner.v-leave-active[data-v-03987189] {
    opacity: 0;
}

.spinner.v-enter-active[data-v-03987189],
.spinner.v-leave[data-v-03987189] {
    opacity: 1;
}

.spinner .path[data-v-03987189] {
    stroke: #0c5a80;
    stroke-dasharray: 126;
    stroke-dashoffset: 0;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-animation: dash-data-v-03987189 1.4s ease-in-out infinite;
    animation: dash-data-v-03987189 1.4s ease-in-out infinite;
}

@-webkit-keyframes rotator-data-v-03987189 {
    0% {
        -webkit-transform: scale(0.5) rotate(0deg);
        transform: scale(0.5) rotate(0deg);
    }

    100% {
        -webkit-transform: scale(0.5) rotate(270deg);
        transform: scale(0.5) rotate(270deg);
    }
}

@keyframes rotator-data-v-03987189 {
    0% {
        -webkit-transform: scale(0.5) rotate(0deg);
        transform: scale(0.5) rotate(0deg);
    }

    100% {
        -webkit-transform: scale(0.5) rotate(270deg);
        transform: scale(0.5) rotate(270deg);
    }
}

@-webkit-keyframes dash-data-v-03987189 {
    0% {
        stroke-dashoffset: 126;
    }

    50% {
        stroke-dashoffset: 63;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    100% {
        stroke-dashoffset: 126;
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg);
    }
}

@keyframes dash-data-v-03987189 {
    0% {
        stroke-dashoffset: 126;
    }

    50% {
        stroke-dashoffset: 63;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    100% {
        stroke-dashoffset: 126;
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg);
    }
}


.poplist-container[data-v-0c299e86] {
    font-size: 18px;
}

.poplist-container .pop_list[data-v-0c299e86] {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.poplist-container .pop_list .pop_item[data-v-0c299e86] {
    width: 31%;
    vertical-align: top;
    margin-bottom: 30px;
}

.poplist-container .pop_list .pop_item figure[data-v-0c299e86] {
    position: relative;
    width: 100%;
    padding-top: 66.66%;
    margin: 0;
    overflow: hidden;
}

.poplist-container .pop_list .pop_item figure img[data-v-0c299e86] {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}

.poplist-container .pop_list .pop_item--colorBlock[data-v-0c299e86] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 25px;
    color: #fff;
    font-size: 0.9rem;
    letter-spacing: 1px;
    white-space: nowrap;
    padding: 0 10px;
}

.poplist-container .pop_list .pop_item .pop_item_img[data-v-0c299e86] {
    width: 100%;
    height: 150px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.poplist-container .pop_list .pop_item .pop_item_title[data-v-0c299e86] {
    background-color: #fff;
    border-top-width: 0;
    line-height: 1.5rem;
    font-size: 1.1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.poplist-container .pop_list .pop_item .pop_item_title a[data-v-0c299e86] {
    width: 100%;
    max-height: 100%;
    margin: 10px 0;
    padding: 0 0 0 10px;
}

    .poplist-container .pop_list .pop_item .pop_item_title a[data-v-0c299e86]:hover,
    .poplist-container .pop_list .pop_item .pop_item_title a[data-v-0c299e86]:link,
    .poplist-container .pop_list .pop_item .pop_item_title a[data-v-0c299e86]:visited {
        color: rgba(0,0,0,0.49);
        font-weight: normal;
        border: none;
    }

.poplist-container .pop_list--b[data-v-0c299e86] .pop_item,
.poplist-container .pop_list--b[data-v-0c299e86] #compass-fit-widget-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .poplist-container .pop_list--b[data-v-0c299e86] .pop_item figure,
    .poplist-container .pop_list--b[data-v-0c299e86] #compass-fit-widget-content figure {
        width: 33vw;
        min-width: 33vw;
        min-height: calc(33vw * 0.68);
        padding-top: 0 !important;
    }

    .poplist-container .pop_list--b[data-v-0c299e86] .pop_item a,
    .poplist-container .pop_list--b[data-v-0c299e86] #compass-fit-widget-content a {
        margin: 0 !important;
        min-height: calc(33vw * 0.68);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

.poplist-container .pop_list--b[data-v-0c299e86] .pop_item {
    margin: 0 0 20px 0;
}

.poplist-container .pop_list--b[data-v-0c299e86] .pop_item_title {
    width: 100%;
}

@media (min-width: 0px) and (max-width: 499px) {
    .poplist-container .pop_list .pop_item[data-v-0c299e86] {
        width: 100%;
    }

    .poplist-container .pop_list .pop_item > div[data-v-0c299e86]:not([class="pop_item_title"]) {
        height: 0;
        position: relative;
        padding-top: 66.67%;
    }

    .poplist-container .pop_list .pop_item > div:not([class="pop_item_title"]) > a .pop_item_img[data-v-0c299e86] {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
    }

    .poplist-container .pop_list .pop_item .pop_item_title[data-v-0c299e86] {
        font-size: 1.2rem;
        line-height: 1.5rem;
    }
}

@media (min-width: 500px) and (max-width: 767px) {
    .poplist-container .pop_list .pop_item[data-v-0c299e86] {
        width: 45%;
    }
}


footer[data-v-6ee2b770] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 15px;
    padding-bottom: 50px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
    border-top: 2px solid #000;
}

footer .left[data-v-6ee2b770] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

footer .left div[data-v-6ee2b770] {
    width: 15%;
    text-align: center;
    font-weight: bold;
}

footer .follow[data-v-6ee2b770] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

footer .follow img[data-v-6ee2b770] {
    height: 20px;
}

@media (min-width: 0px) and (max-width: 767px) {
    footer[data-v-6ee2b770] {
        width: 100%;
        padding: 1rem 2rem 0;
        margin-bottom: 40px;
    }

    footer .share-mobile[data-v-6ee2b770] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100vw;
        height: 100%;
        position: fixed;
        bottom: -50px;
        left: 0;
        height: 50px;
        padding: 0;
        margin: 0;
        background-color: #064f77;
        z-index: 99;
        -webkit-transition: bottom 0.25s;
        -o-transition: bottom 0.25s;
        transition: bottom 0.25s;
    }

    footer .share-mobile_btn[data-v-6ee2b770] {
        height: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        cursor: pointer;
    }

        footer .share-mobile_btn[data-v-6ee2b770]:not(:last-child) {
            border-right: 1px solid #fff;
        }

    footer .share-mobile_btn .icon[data-v-6ee2b770] {
        background-position: center center;
        background-repeat: no-repeat;
        display: block;
        width: 100%;
        height: 100%;
    }

    footer .share-mobile_btn .line[data-v-6ee2b770] {
        background-image: url("/assets/mirrormedia/icon/line_white.png");
        background-size: 30%;
    }

    footer .share-mobile_btn .facebook[data-v-6ee2b770] {
        background-image: url("/assets/mirrormedia/icon/facebook_white.png");
        background-size: 12%;
    }

    footer .share-mobile_btn .google-plus[data-v-6ee2b770] {
        background-image: url("/assets/mirrormedia/icon/google-plus.png");
        background-size: 23%;
    }

    footer .share-mobile.show[data-v-6ee2b770] {
        bottom: 0;
    }
}

@media (min-width: 768px) {
    footer .share-mobile[data-v-6ee2b770] {
        display: none;
    }
}

@media (min-width: 0px) and (max-width: 1199px) {
    .mobile-hide[data-v-6ee2b770] {
        display: none !important;
    }

    .mobile-follow[data-v-6ee2b770] {
        width: 100%;
        border: 1px solid rgba(0,0,0,0.19);
        margin-bottom: 20px;
        padding: 10px 20px;
        -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
        box-shadow: 0 0 10px rgba(0,0,0,0.2);
        font-size: 1.2rem;
        color: rgba(0,0,0,0.4);
        text-align: center;
    }

    .mobile-follow > a[data-v-6ee2b770]:hover,
    .mobile-follow > a[data-v-6ee2b770]:link,
    .mobile-follow > a[data-v-6ee2b770]:visited {
        color: rgba(0,0,0,0.4);
    }
}

@media (max-width: 1199px) {
    footer[data-v-6ee2b770] {
        border-top: none;
    }

    footer .left div[data-v-6ee2b770] {
        width: 20%;
    }
}


.ad-cover[data-v-691df73a]:not(.raw) {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9997;
    background-color: rgba(0,0,0,0.7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ad-cover:not(.raw).transparent[data-v-691df73a] {
    background-color: transparent;
}

.ad-cover:not(.raw).transparent .ad-cover--wrapper_close[data-v-691df73a] {
    display: none;
}

.ad-cover:not(.raw) .ad-cover--wrapper[data-v-691df73a] {
    position: relative;
    width: 320px;
    height: 480px;
}

.ad-cover:not(.raw) .ad-cover--wrapper_close[data-v-691df73a] {
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    height: 42px;
    padding: 5px;
}

.ad-cover:not(.raw) .ad-cover--wrapper_close > .icon[data-v-691df73a] {
    width: 32px;
    height: 32px;
    background-image: url("/assets/mirrormedia/icon/close_white.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    cursor: pointer;
    border: 2px solid rgba(255,255,255,0.7);
    background-color: rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4);
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
}

 
.progress[data-v-7eb54402] {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 2px;
    width: 0%;
    -webkit-transition: width 0.2s, opacity 0.4s;
    -o-transition: width 0.2s, opacity 0.4s;
    transition: width 0.2s, opacity 0.4s;
    opacity: 1;
    background-color: #efc14e;
    z-index: 999999;
}

.fb_hidden {
    position: absolute;
    top: -10000px;
    z-index: 10001
}

.fb_reposition {
    overflow: hidden;
    position: relative
}

.fb_invisible {
    display: none
}

.fb_reset {
    background: none;
    border: 0;
    border-spacing: 0;
    color: #000;
    cursor: auto;
    direction: ltr;
    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1;
    margin: 0;
    overflow: visible;
    padding: 0;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    word-spacing: normal
}

    .fb_reset > div {
        overflow: hidden
    }

@keyframes fb_transform {
    from {
        opacity: 0;
        transform: scale(.95)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.fb_animate {
    animation: fb_transform .3s forwards
}

.fb_dialog {
    background: rgba(82, 82, 82, .7);
    position: absolute;
    top: -10000px;
    z-index: 10001
}

.fb_dialog_advanced {
    border-radius: 8px;
    padding: 10px
}

.fb_dialog_content {
    background: #fff;
    color: #373737
}

.fb_dialog_close_icon {
    background: url(https://static.xx.fbcdn.net/rsrc.php/v3/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    height: 15px;
    position: absolute;
    right: 18px;
    top: 17px;
    width: 15px
}

.fb_dialog_mobile .fb_dialog_close_icon {
    left: 5px;
    right: auto;
    top: 5px
}

.fb_dialog_padding {
    background-color: transparent;
    position: absolute;
    width: 1px;
    z-index: -1
}

.fb_dialog_close_icon:hover {
    background: url(https://static.xx.fbcdn.net/rsrc.php/v3/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 -15px transparent
}

.fb_dialog_close_icon:active {
    background: url(https://static.xx.fbcdn.net/rsrc.php/v3/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 -30px transparent
}

.fb_dialog_iframe {
    line-height: 0
}

.fb_dialog_content .dialog_title {
    background: #6d84b4;
    border: 1px solid #365899;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    margin: 0
}

    .fb_dialog_content .dialog_title > span {
        background: url(https://static.xx.fbcdn.net/rsrc.php/v3/yd/r/Cou7n-nqK52.gif) no-repeat 5px 50%;
        float: left;
        padding: 5px 0 7px 26px
    }

body.fb_hidden {
    height: 100%;
    left: 0;
    margin: 0;
    overflow: visible;
    position: absolute;
    top: -10000px;
    transform: none;
    width: 100%
}

.fb_dialog.fb_dialog_mobile.loading {
    background: url(https://static.xx.fbcdn.net/rsrc.php/v3/ya/r/3rhSv5V8j3o.gif) white no-repeat 50% 50%;
    min-height: 100%;
    min-width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 10001
}

    .fb_dialog.fb_dialog_mobile.loading.centered {
        background: none;
        height: auto;
        min-height: initial;
        min-width: initial;
        width: auto
    }

        .fb_dialog.fb_dialog_mobile.loading.centered #fb_dialog_loader_spinner {
            width: 100%
        }

        .fb_dialog.fb_dialog_mobile.loading.centered .fb_dialog_content {
            background: none
        }

.loading.centered #fb_dialog_loader_close {
    clear: both;
    color: #fff;
    display: block;
    font-size: 19px;
    padding-top: 20px
}

#fb-root #fb_dialog_ipad_overlay {
    background: rgba(0, 0, 0, .4);
    bottom: 0;
    left: 0;
    min-height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10000
}

    #fb-root #fb_dialog_ipad_overlay.hidden {
        display: none
    }

.fb_dialog.fb_dialog_mobile.loading iframe {
    visibility: hidden
}

.fb_dialog_mobile .fb_dialog_iframe {
    position: sticky;
    top: 0
}

.fb_dialog_content .dialog_header {
    background: linear-gradient(from(#738aba), to(#2c4987));
    border-bottom: 1px solid;
    border-color: #1d3c78;
    box-shadow: white 0 1px 1px -1px inset;
    color: #fff;
    font: bold 14px Helvetica, sans-serif;
    text-overflow: ellipsis;
    text-shadow: rgba(0, 30, 84, .296875) 0 -1px 0;
    vertical-align: middle;
    white-space: nowrap
}

    .fb_dialog_content .dialog_header table {
        height: 43px;
        width: 100%
    }

    .fb_dialog_content .dialog_header td.header_left {
        font-size: 13px;
        padding-left: 5px;
        vertical-align: middle;
        width: 60px
    }

    .fb_dialog_content .dialog_header td.header_right {
        font-size: 13px;
        padding-right: 5px;
        vertical-align: middle;
        width: 60px
    }

.fb_dialog_content .touchable_button {
    background: linear-gradient(from(#4267B2), to(#2a4887));
    background-clip: padding-box;
    border: 1px solid #29487d;
    border-radius: 3px;
    display: inline-block;
    line-height: 18px;
    margin-top: 3px;
    max-width: 85px;
    padding: 4px 12px;
    position: relative
}

.fb_dialog_content .dialog_header .touchable_button input {
    background: none;
    border: none;
    color: #fff;
    font: bold 12px Helvetica, sans-serif;
    margin: 2px -12px;
    padding: 2px 6px 3px 6px;
    text-shadow: rgba(0, 30, 84, .296875) 0 -1px 0
}

.fb_dialog_content .dialog_header .header_center {
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    line-height: 18px;
    text-align: center;
    vertical-align: middle
}

.fb_dialog_content .dialog_content {
    background: url(https://static.xx.fbcdn.net/rsrc.php/v3/y9/r/jKEcVPZFk-2.gif) no-repeat 50% 50%;
    border: 1px solid #4a4a4a;
    border-bottom: 0;
    border-top: 0;
    height: 150px
}

.fb_dialog_content .dialog_footer {
    background: #f5f6f7;
    border: 1px solid #4a4a4a;
    border-top-color: #ccc;
    height: 40px
}

#fb_dialog_loader_close {
    float: left
}

.fb_dialog.fb_dialog_mobile .fb_dialog_close_button {
    text-shadow: rgba(0, 30, 84, .296875) 0 -1px 0
}

.fb_dialog.fb_dialog_mobile .fb_dialog_close_icon {
    visibility: hidden
}

#fb_dialog_loader_spinner {
    animation: rotateSpinner 1.2s linear infinite;
    background-color: transparent;
    background-image: url(https://static.xx.fbcdn.net/rsrc.php/v3/yD/r/t-wz8gw1xG1.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 24px;
    width: 24px
}

@keyframes rotateSpinner {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.fb_iframe_widget {
    display: inline-block;
    position: relative
}

    .fb_iframe_widget span {
        display: inline-block;
        position: relative;
        text-align: justify
    }

    .fb_iframe_widget iframe {
        position: absolute
    }

.fb_iframe_widget_fluid_desktop, .fb_iframe_widget_fluid_desktop span, .fb_iframe_widget_fluid_desktop iframe {
    max-width: 100%
}

    .fb_iframe_widget_fluid_desktop iframe {
        min-width: 220px;
        position: relative
    }

.fb_iframe_widget_lift {
    z-index: 1
}

.fb_iframe_widget_fluid {
    display: inline
}

    .fb_iframe_widget_fluid span {
        width: 100%
    }

.fb_customer_chat_bounce_in_v2 {
    animation-duration: 300ms;
    animation-name: fb_bounce_in_v2;
    transition-timing-function: ease-in
}

.fb_customer_chat_bounce_out_v2 {
    animation-duration: 300ms;
    animation-name: fb_bounce_out_v2;
    transition-timing-function: ease-in
}

.fb_customer_chat_bounce_in_v2_mobile_chat_started {
    animation-duration: 300ms;
    animation-name: fb_bounce_in_v2_mobile_chat_started;
    transition-timing-function: ease-in
}

.fb_customer_chat_bounce_out_v2_mobile_chat_started {
    animation-duration: 300ms;
    animation-name: fb_bounce_out_v2_mobile_chat_started;
    transition-timing-function: ease-in
}

.fb_customer_chat_bubble_pop_in {
    animation-duration: 250ms;
    animation-name: fb_customer_chat_bubble_bounce_in_animation
}

.fb_customer_chat_bubble_animated_no_badge {
    box-shadow: 0 3px 12px rgba(0, 0, 0, .15);
    transition: box-shadow 150ms linear
}

    .fb_customer_chat_bubble_animated_no_badge:hover {
        box-shadow: 0 5px 24px rgba(0, 0, 0, .3)
    }

.fb_customer_chat_bubble_animated_with_badge {
    box-shadow: -5px 4px 14px rgba(0, 0, 0, .15);
    transition: box-shadow 150ms linear
}

    .fb_customer_chat_bubble_animated_with_badge:hover {
        box-shadow: -5px 8px 24px rgba(0, 0, 0, .2)
    }

.fb_invisible_flow {
    display: inherit;
    height: 0;
    overflow-x: hidden;
    width: 0
}

.fb_mobile_overlay_active {
    background-color: #fff;
    height: 100%;
    overflow: hidden;
    position: fixed;
    visibility: hidden;
    width: 100%
}

@keyframes fb_bounce_in_v2 {
    0% {
        opacity: 0;
        transform: scale(0, 0);
        transform-origin: bottom right
    }

    50% {
        transform: scale(1.03, 1.03);
        transform-origin: bottom right
    }

    100% {
        opacity: 1;
        transform: scale(1, 1);
        transform-origin: bottom right
    }
}

@keyframes fb_bounce_in_v2_mobile_chat_started {
    0% {
        opacity: 0;
        top: 20px
    }

    100% {
        opacity: 1;
        top: 0
    }
}

@keyframes fb_bounce_out_v2 {
    0% {
        opacity: 1;
        transform: scale(1, 1);
        transform-origin: bottom right
    }

    100% {
        opacity: 0;
        transform: scale(0, 0);
        transform-origin: bottom right
    }
}

@keyframes fb_bounce_out_v2_mobile_chat_started {
    0% {
        opacity: 1;
        top: 0
    }

    100% {
        opacity: 0;
        top: 20px
    }
}

@keyframes fb_customer_chat_bubble_bounce_in_animation {
    0% {
        bottom: 6pt;
        opacity: 0;
        transform: scale(0, 0);
        transform-origin: center
    }

    70% {
        bottom: 18pt;
        opacity: 1;
        transform: scale(1.2, 1.2)
    }

    100% {
        transform: scale(1, 1)
    }
}

.adultContentAlert[data-v-24756f18] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.9);
}

.adultContentAlert__button[data-v-24756f18] {
    text-align: right;
    position: relative;
    padding-top: 5px;
}

.adultContentAlert__button img[data-v-24756f18] {
    position: absolute;
    left: -8px;
    top: -5px;
    width: 118px;
}

.adultContentAlert__button button[data-v-24756f18] {
    padding: 10px 18px;
    cursor: pointer;
    font-size: 13px;
    text-align: center;
    border-radius: 5px;
}

.adultContentAlert__button--over[data-v-24756f18] {
    color: #fff;
    background-color: #1087a8;
    border: 1px solid #0c7194;
}

    .adultContentAlert__button--over[data-v-24756f18]:hover {
        background-color: #0e7ea0;
    }

.adultContentAlert__button--less[data-v-24756f18] {
    margin-left: 5px;
    background-color: #fff;
    border: 1px solid #c1c2c5;
}

    .adultContentAlert__button--less[data-v-24756f18]:hover {
        background-color: #f1f1f1;
    }

.adultContentAlertContainer[data-v-24756f18] {
    position: relative;
    max-width: 34%;
    min-width: 430px;
    padding: 30px 40px;
    background-color: #fafafa;
    border-radius: 10px;
}

.adultContentAlertContainer h2[data-v-24756f18] {
    margin: 0 0 20px 0;
    padding-bottom: 20px;
    text-align: center;
    font-size: 26px;
    line-height: 120%;
    border-bottom: 1px solid #d9d9d9;
}

.adultContentAlertContainer p[data-v-24756f18] {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 150%;
    color: #333;
    text-align: justify;
    text-justify: distribute;
}

@media only screen and (max-width: 450px) {
    .adultContentAlertContainer[data-v-24756f18] {
        width: 95%;
        min-width: 0;
        max-width: none;
        padding: 30px 30px;
    }

    .adultContentAlert__button[data-v-24756f18] {
        text-align: center;
    }

    .adultContentAlert__button img[data-v-24756f18] {
        display: none;
    }
}

.articleAsideFixed[data-v-ba7857fe] {
    width: 300px;
    margin: 15px auto 20px;
}

.articleAsideFixed.fixed[data-v-ba7857fe] {
    position: absolute;
    top: auto !important;
    right: calc((100% - 1160px) / 2 + 55px);
    margin: auto;
}

.articleAsideFixed.fixed.external[data-v-ba7857fe] {
    right: calc((100% - 1170px) / 2 + 55px);
}

.articleAsideFixed.fixed-top[data-v-ba7857fe] {
    position: fixed;
    right: calc((100% - 1160px) / 2 + 55px);
    margin: auto;
}

.articleAsideFixed.fixed-top.external[data-v-ba7857fe] {
    right: calc((100% - 1170px) / 2 + 55px);
}
.annotation {
    color: #171717;
    font-size: 18px;
    line-height: 36px;
    margin: 1.5em 0;
    text-align: justify;
}

.tooltip {
    position: relative;
    border-bottom: 2px dotted #000;
    cursor: pointer;
    padding-bottom: 3px;
}

    .tooltip > .tooltiptext {
        visibility: hidden;
        min-width: 280px;
        background-color: #000;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 1rem;
        text-decoration: none;
        position: absolute;
        left: 0;
        top: 2rem;
        z-index: 1;
        line-height: 1.6rem;
        font-size: 1rem;
    }

    .tooltip.active {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .tooltip.active > .tooltiptext {
            visibility: visible;
        }

.recursive-annotation {
    display: inline;
}

.video-container[data-v-8595a1da] {
    position: relative;
}

.video-container > video[data-v-8595a1da] {
    cursor: pointer;
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
}



.video-container > .playpause[data-v-8595a1da] {
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    position: absolute;
    margin: auto;
    background-size: contain;
    background-position: center;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
    cursor: pointer;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.25);
    box-shadow: 0 0 20px rgba(0,0,0,0.25);
    border-radius: 50%;
}

.video-container > .playpause.play[data-v-8595a1da] {
    background-image: url("/assets/mirrormedia/icon/play-btn@2x.png");
    opacity: 1;
}

.video-container > .playpause.pause[data-v-8595a1da] {
    background-image: url("/assets/mirrormedia/icon/pause-btn@2x.png");
    opacity: 0;
}

.video-container > .playpause.pause.hover[data-v-8595a1da] {
    opacity: 1 !important;
}

@media (min-width: 768px) {
    .video-container .playpause[data-v-8595a1da] {
        margin-left: -50px;
        margin-top: -50px;
        width: 80px;
        height: 80px;
    }
}

@-webkit-keyframes fade-out-data-v-8595a1da {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fade-out-data-v-8595a1da {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.audioBox[data-v-6d7ace2b] {
    position: relative;
    margin-bottom: 1em;
}

.audioBox__action[data-v-6d7ace2b] {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: relative;
    left: 3px;
    z-index: 10;
    width: 33%;
    padding-top: 33%;
    background-color: #fff;
    border: 1px #fff solid;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 6px 1px rgba(0,0,0,0.5);
    box-shadow: 0 0 6px 1px rgba(0,0,0,0.5);
}

.audioBox__action button[data-v-6d7ace2b] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
    padding: 0;
    border: none;
    border-radius: 50%;
    background-color: transparent;
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,0.4) inset;
    box-shadow: 0 0 10px 1px rgba(0,0,0,0.4) inset;
    cursor: pointer;
}

.audioBox__action button.paused[data-v-6d7ace2b] {
    background-image: url("/assets/mirrormedia/icon/play-btn_blue@2x.png");
    background-position: 60% 50%;
}

.audioBox__action button.ended[data-v-6d7ace2b] {
    background-image: url("/assets/mirrormedia/icon/replay-btn_blue@2x.png");
}

.audioBox__action button.playing[data-v-6d7ace2b] {
    background-image: url("/assets/mirrormedia/icon/pause-btn_blue@2x.png");
}

.audioBox__info[data-v-6d7ace2b] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 0;
    right: 0;
    width: 83%;
    height: 100%;
    background-color: #004598;
}

.audioBox__info > h1[data-v-6d7ace2b] {
    display: none;
}

.audioBox__info .progress[data-v-6d7ace2b] {
    position: relative;
    width: 85%;
    margin: 15px 0 0 15%;
}

.audioBox__info .progress__line[data-v-6d7ace2b] {
    padding: 5px 0;
    cursor: pointer;
}

.audioBox__info .progress__line > div[data-v-6d7ace2b] {
    height: 4px;
    background-color: #fff;
}

.audioBox__info .progress__current[data-v-6d7ace2b] {
    position: absolute;
    left: -10px;
    z-index: 10;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-transform: translateY(-16px);
    -ms-transform: translateY(-16px);
    transform: translateY(-16px);
    -webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,0.4);
    box-shadow: 0 0 10px 2px rgba(0,0,0,0.4);
    cursor: pointer;
}

.audioBox__info .info[data-v-6d7ace2b] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0.5em 0.5em 0.2em 25%;
    color: #fff;
}

.audioBox__info .info h1[data-v-6d7ace2b],
.audioBox__info .info p[data-v-6d7ace2b] {
    margin: 0;
}

.audioBox__info .info h1[data-v-6d7ace2b] {
    max-height: 2.3rem;
    font-size: 1rem;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.audioBox__info .info p[data-v-6d7ace2b] {
    margin-top: 0.5em;
    color: #fff;
    font-size: 0.8rem;
    line-height: 0.8rem;
    text-align: left;
}

@media (min-width: 768px) {
    .audioBox__action[data-v-6d7ace2b] {
        width: 20%;
        padding-top: 20%;
    }

    .audioBox__info[data-v-6d7ace2b] {
        width: 90%;
    }

    .audioBox__info .progress[data-v-6d7ace2b] {
        width: 92%;
        margin-left: 8%;
    }

    .audioBox__info .info[data-v-6d7ace2b] {
        padding: 1em 1em 1em 15%;
    }

    .audioBox__info .info h1[data-v-6d7ace2b] {
        max-height: 2.76rem;
        font-size: 1rem;
    }

    .audioBox__info .info p[data-v-6d7ace2b] {
        margin-top: 1em;
        font-size: 1rem;
        line-height: 1rem;
    }
}

@media (min-width: 1200px) {
    .audioBox[data-v-6d7ace2b] {
        width: calc(100% - 13px);
    }

    .audioBox__info[data-v-6d7ace2b] {
        padding: 1.5em 0 0.5em;
    }

    .audioBox__info > h1[data-v-6d7ace2b] {
        display: block;
        height: 3rem;
        margin: 0;
        padding-left: 15%;
        color: #fff;
        font-size: 1.3rem;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .audioBox__info .progress[data-v-6d7ace2b] {
        width: 89%;
        margin-left: 11%;
    }

    .audioBox__info .info[data-v-6d7ace2b] {
        padding: 0 1em 0 15%;
        min-height: 32px;
    }

    .audioBox__info .info h1[data-v-6d7ace2b] {
        display: none;
    }

    .audioBox__info .info p[data-v-6d7ace2b] {
        text-align: right;
    }
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    /* Fix of Webkit flickering */
    z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {

    -ms-flex: 0 0 auto;

    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

    .swiper-container-autoheight .swiper-wrapper {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-transition-property: -webkit-transform, height;
        -o-transition-property: -o-transform;
        -webkit-transition-property: height, -webkit-transform;
        transition-property: height, -webkit-transform;
        -o-transition-property: transform, height;
        transition-property: transform, height;
        transition-property: transform, height, -webkit-transform;
    }
/* a11y */
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

    .swiper-button-prev.swiper-button-disabled,
    .swiper-button-next.swiper-button-disabled {
        opacity: 0.35;
        cursor: auto;
        pointer-events: none;
    }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}

    .swiper-button-prev.swiper-button-black,
    .swiper-container-rtl .swiper-button-next.swiper-button-black {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
    }

    .swiper-button-prev.swiper-button-white,
    .swiper-container-rtl .swiper-button-next.swiper-button-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}

    .swiper-button-next.swiper-button-black,
    .swiper-container-rtl .swiper-button-prev.swiper-button-black {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
    }

    .swiper-button-next.swiper-button-white,
    .swiper-container-rtl .swiper-button-prev.swiper-button-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    }
/* Pagination Styles */
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0;
    }
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
}
/* Bullets */
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    -ms-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0);
}

    .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 5px 0;
        display: block;
    }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}
/* Progress */
.swiper-pagination-progress {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

    .swiper-pagination-progress .swiper-pagination-progressbar {
        background: #007aff;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top;
    }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.5);
}

    .swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
        background: #fff;
    }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000;
}
/* 3D Container */
.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

    .swiper-container-3d .swiper-wrapper,
    .swiper-container-3d .swiper-slide,
    .swiper-container-3d .swiper-slide-shadow-left,
    .swiper-container-3d .swiper-slide-shadow-right,
    .swiper-container-3d .swiper-slide-shadow-top,
    .swiper-container-3d .swiper-slide-shadow-bottom,
    .swiper-container-3d .swiper-cube-shadow {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

    .swiper-container-3d .swiper-slide-shadow-left,
    .swiper-container-3d .swiper-slide-shadow-right,
    .swiper-container-3d .swiper-slide-shadow-top,
    .swiper-container-3d .swiper-slide-shadow-bottom {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 10;
    }

    .swiper-container-3d .swiper-slide-shadow-left {
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
        /* Safari 4+, Chrome */
        background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        /* Chrome 10+, Safari 5.1+, iOS 5+ */
        /* Firefox 3.6-15 */
        background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        /* Opera 11.10-12.00 */
        background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
        background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        /* Firefox 16+, IE10, Opera 12.50+ */
    }

    .swiper-container-3d .swiper-slide-shadow-right {
        background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
        /* Safari 4+, Chrome */
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        /* Chrome 10+, Safari 5.1+, iOS 5+ */
        /* Firefox 3.6-15 */
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        /* Opera 11.10-12.00 */
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        /* Firefox 16+, IE10, Opera 12.50+ */
    }

    .swiper-container-3d .swiper-slide-shadow-top {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
        /* Safari 4+, Chrome */
        background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        /* Chrome 10+, Safari 5.1+, iOS 5+ */
        /* Firefox 3.6-15 */
        background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        /* Opera 11.10-12.00 */
        background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        /* Firefox 16+, IE10, Opera 12.50+ */
    }

    .swiper-container-3d .swiper-slide-shadow-bottom {
        background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
        /* Safari 4+, Chrome */
        background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        /* Chrome 10+, Safari 5.1+, iOS 5+ */
        /* Firefox 3.6-15 */
        background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        /* Opera 11.10-12.00 */
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        /* Firefox 16+, IE10, Opera 12.50+ */
    }
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    /* Windows 8 IE 10 fix */
    -ms-perspective: 1200px;
}
/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
    overflow: visible;
}

    .swiper-container-cube .swiper-slide,
    .swiper-container-flip .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1;
    }

        .swiper-container-cube .swiper-slide .swiper-slide,
        .swiper-container-flip .swiper-slide .swiper-slide {
            pointer-events: none;
        }

    .swiper-container-cube .swiper-slide-active,
    .swiper-container-flip .swiper-slide-active,
    .swiper-container-cube .swiper-slide-active .swiper-slide-active,
    .swiper-container-flip .swiper-slide-active .swiper-slide-active {
        pointer-events: auto;
    }

    .swiper-container-cube .swiper-slide-shadow-top,
    .swiper-container-flip .swiper-slide-shadow-top,
    .swiper-container-cube .swiper-slide-shadow-bottom,
    .swiper-container-flip .swiper-slide-shadow-bottom,
    .swiper-container-cube .swiper-slide-shadow-left,
    .swiper-container-flip .swiper-slide-shadow-left,
    .swiper-container-cube .swiper-slide-shadow-right,
    .swiper-container-flip .swiper-slide-shadow-right {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    /* Cube */
    .swiper-container-cube .swiper-slide {
        visibility: hidden;
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        width: 100%;
        height: 100%;
    }

    .swiper-container-cube.swiper-container-rtl .swiper-slide {
        -webkit-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        transform-origin: 100% 0;
    }

    .swiper-container-cube .swiper-slide-active,
    .swiper-container-cube .swiper-slide-next,
    .swiper-container-cube .swiper-slide-prev,
    .swiper-container-cube .swiper-slide-next + .swiper-slide {
        pointer-events: auto;
        visibility: visible;
    }

    .swiper-container-cube .swiper-cube-shadow {
        position: absolute;
        left: 0;
        bottom: 0px;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.6;
        -webkit-filter: blur(50px);
        filter: blur(50px);
        z-index: 0;
    }
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

    .swiper-container-fade .swiper-slide .swiper-slide {
        pointer-events: none;
    }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

    .swiper-zoom-container > img,
    .swiper-zoom-container > svg,
    .swiper-zoom-container > canvas {
        max-width: 100%;
        max-height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }
/* Scrollbar */
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

    .swiper-lazy-preloader:after {
        display: block;
        content: "";
        width: 100%;
        height: 100%;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
        background-position: 50%;
        background-size: 100%;
        background-repeat: no-repeat;
    }

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


.swiper-container .swiper-pagination {
    position: relative;
    top: 20px;
}

.swiper-container .swiper-pagination.swiper-pagination-bullets {
    bottom: 0;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet {
    bottom: 0;
    -webkit-box-shadow: 0 0 7px rgba(65,65,65,0.61);
    box-shadow: 0 0 7px rgba(65,65,65,0.61);
    border: 2px solid #000;
    background-color: #fff;
    width: 15px;
    height: 15px;
}

    .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #4d4d4d;
        border: none;
    }

.swiper-container .swiper-button {
    display: none;
}

    .swiper-container .swiper-button.enabled {
        display: block;
    }

.swiper-container .swiper-button-prev {
    background-image: url("/assets/mirrormedia/icon/arrow1-2017.png");
}

.swiper-container .swiper-button-next {
    background-image: url("/assets/mirrormedia/icon/arrow2-2017.png");
}

.project-container {
    font-size: 18px;
    position: relative;
}

.project-container .proj_title {
    border-bottom: 5px solid #000;
}

    .project-container .proj_title h3 {
        width: 4rem;
        background-color: #000;
        color: #fff;
        font-size: 1rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        height: 1.5rem;
        margin: 0;
    }

.project-container .proj_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 20px 10px 0;
    border: 1px solid rgba(0,0,0,0.29);
}

    .project-container .proj_list .swiper-container {
        left: -1px;
    }

        .project-container .proj_list .swiper-container .swiper-wrapper .swiper-slide-active .proj_item {
            border-left: none;
        }

    .project-container .proj_list .proj_item {
        vertical-align: top;
        padding-left: 30px;
        border-left: 1px solid rgba(0,0,0,0.18);
        height: 95%;
    }

        .project-container .proj_list .proj_item > div:not([class="proj_item_title"]):not([class="proj_item_desc"]) {
            position: relative;
            height: 0;
            padding-top: 66.67%;
        }

            .project-container .proj_list .proj_item > div:not([class="proj_item_title"]):not([class="proj_item_desc"]) > a .proj_item_img {
                height: 100%;
                width: 100%;
                position: absolute;
                top: 0;
                left: 0;
            }

        .project-container .proj_list .proj_item .proj_item_img {
            width: 100%;
            height: 150px;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center center;
        }

        .project-container .proj_list .proj_item .proj_item_title,
        .project-container .proj_list .proj_item .proj_item_desc {
            background-color: #fff;
            border-top-width: 0;
            line-height: 1.5rem;
            font-size: 1.1rem;
            padding: 10px 0;
        }

            .project-container .proj_list .proj_item .proj_item_title a,
            .project-container .proj_list .proj_item .proj_item_desc a {
                width: 100%;
                max-height: 100%;
                margin: 10px 0;
            }

                .project-container .proj_list .proj_item .proj_item_title a:hover,
                .project-container .proj_list .proj_item .proj_item_desc a:hover,
                .project-container .proj_list .proj_item .proj_item_title a:link,
                .project-container .proj_list .proj_item .proj_item_desc a:link,
                .project-container .proj_list .proj_item .proj_item_title a:visited,
                .project-container .proj_list .proj_item .proj_item_desc a:visited {
                    font-weight: normal;
                    border: none;
                }

                .project-container .proj_list .proj_item .proj_item_title a:hover,
                .project-container .proj_list .proj_item .proj_item_title a:link,
                .project-container .proj_list .proj_item .proj_item_title a:visited {
                    color: rgba(0,0,0,0.8);
                }

        .project-container .proj_list .proj_item .proj_item_desc {
            padding: 0 0 10px;
        }

            .project-container .proj_list .proj_item .proj_item_desc a:hover,
            .project-container .proj_list .proj_item .proj_item_desc a:link,
            .project-container .proj_list .proj_item .proj_item_desc a:visited {
                color: rgba(0,0,0,0.49);
            }

.project-container .slide-nav-btn {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    width: 25px;
    height: 50px;
    top: 50%;
    z-index: 20;
    cursor: pointer;
}

    .project-container .slide-nav-btn.prev {
        left: 0;
        background-image: url("/assets/mirrormedia/icon/B-left.png");
    }

    .project-container .slide-nav-btn.next {
        right: 0;
        background-image: url("/assets/mirrormedia/icon/B-right.png");
    }

@media (min-width: 0px) and (max-width: 499px) {
    .project-container .proj_list .proj_item {
        margin-bottom: 0;
    }
}
.related-container {
    font-size: 18px;
}

.related-container .related_title {
    color: #fff;
}

.related-container .related_list {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .related-container .related_list .related_item {
        width: 31%;
        vertical-align: top;
        margin-bottom: 30px;
        -webkit-box-shadow: 3px 4px 15px rgba(0,0,0,0.72);
        box-shadow: 3px 4px 15px rgba(0,0,0,0.72);
        margin-right: 2%;
    }

        .related-container .related_list .related_item .related_item_img {
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center center;
            padding-top: 75%;
        }

        .related-container .related_list .related_item .related_item_title {
            background-color: #fff;
            border-left: 7px solid rgba(140,140,140,0.18);
            border-top-width: 0;
            line-height: 18px;
            font-size: 13px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            min-height: 60px;
        }

            .related-container .related_list .related_item .related_item_title a {
                width: 95%;
                max-height: 100%;
                margin: 10px 20px;
            }

            .related-container .related_list .related_item .related_item_title ahover,
            .related-container .related_list .related_item .related_item_title alink,
            .related-container .related_list .related_item .related_item_title avisited {
                color: #8c8c8c;
                font-weight: normal;
                border: none;
            }

@media (max-width: 767px) and (min-width: 0px) {
    .related-container {
        width: 100%;
        margin: 0;
    }

        .related-container .related_list {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            width: 100%;
        }

            .related-container .related_list .related_item {
                width: 320px;
                margin: 30px auto;
            }

                .related-container .related_list .related_item .related_item_title {
                    font-size: 1rem;
                }
}

@media (max-width: 320px) and (min-width: 0px) {
    .related-container .related_list .related_item {
        width: 280px;
    }
}


.photos[data-v-7c5fa3a4] {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.leading[data-v-7c5fa3a4] {
    height: calc(180vh);
}

.leading_wrapper[data-v-7c5fa3a4] {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
}

.leading_wrapper.hide[data-v-7c5fa3a4] {
    opacity: 0;
}

.leading_wrapper .title[data-v-7c5fa3a4] {
    position: relative;
}

.leading_wrapper .title span[data-v-7c5fa3a4] {
    position: absolute;
    height: 100vh;
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 10%;
    z-index: 10;
    background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(rgba(0,0,0,0.5)));
    background-image: -webkit-linear-gradient(bottom, transparent, rgba(0,0,0,0.5));
    background-image: -o-linear-gradient(bottom, transparent, rgba(0,0,0,0.5));
    background-image: linear-gradient(0deg, transparent, rgba(0,0,0,0.5));
}

.leading_wrapper .title span h2[data-v-7c5fa3a4] {
    font-size: 2.5rem;
    color: #fff;
    font-weight: 300;
    text-shadow: 0.9px 0.5px 0 rgba(0,0,0,0.8);
    font-family: 'Noto Sans TC', 'STHeitiTC-Light', 'Microsoft JhengHei', sans-serif;
}

.leading_wrapper .brief > div[data-v-7c5fa3a4] {
    position: absolute;
    z-index: 10;
    height: 20vh;
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0,0,0,0.7)));
    background-image: -webkit-linear-gradient(top, transparent, rgba(0,0,0,0.7));
    background-image: -o-linear-gradient(top, transparent, rgba(0,0,0,0.7));
    background-image: linear-gradient(180deg, transparent, rgba(0,0,0,0.7));
    bottom: 0;
}

.leading_wrapper .brief > div div[data-v-7c5fa3a4] {
    margin-bottom: 20px;
    color: #d1d1d1;
    text-shadow: 0.9px 0.5px 0 rgba(0,0,0,0.8);
}

.leading_wrapper .brief > div span[data-v-7c5fa3a4] {
    width: 70%;
    color: #fff;
    text-align: left;
    word-break: break-all;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: 0;
    line-height: 20px;
    text-shadow: 0.9px 0.5px 0 rgba(0,0,0,0.8);
    font-size: 16px;
}

.leading_wrapper .brief > div.hide[data-v-7c5fa3a4] {
    display: none;
}

.leading_wrapper .brief > div.show[data-v-7c5fa3a4] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.sharebox[data-v-7c5fa3a4] {
    position: fixed;
    top: 0;
    left: 0;
    padding: 20px;
    z-index: 99;
}

.sharebox > div[data-v-7c5fa3a4] {
    display: inline-block;
}

.sharebox > div.mm-icon[data-v-7c5fa3a4] {
    width: 48px;
    height: 48px;
    background-image: url("/assets/mirrormedia/favicon-48x48.png");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.sharebox > div.share-icon[data-v-7c5fa3a4] {
    margin-left: 10px;
}

.sharebox > div.share-icon div[data-v-7c5fa3a4] {
    display: inline-block;
    position: relative;
}

.sharebox > div.share-icon div.icon[data-v-7c5fa3a4] {
    width: 48px;
    height: 48px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #2068b2;
    border-radius: 48px;
    margin-left: 10px;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    cursor: pointer;
}

.sharebox > div.share-icon div.icon.share[data-v-7c5fa3a4] {
    margin-left: 0;
    background-image: url("/assets/mirrormedia/icon/share-white.png");
    background-size: 50%;
}

.sharebox > div.share-icon div.icon.facebook[data-v-7c5fa3a4] {
    background-image: url("/assets/mirrormedia/icon/facebook_white.png");
    background-size: 35%;
    -webkit-transition-delay: 50ms;
    -o-transition-delay: 20ms;
    transition-delay: 20ms;
}

.sharebox > div.share-icon div.icon.line[data-v-7c5fa3a4] {
    background-image: url("/assets/mirrormedia/icon/line_white.png");
    background-size: 70%;
    background-color: #20b22c;
    -webkit-transition-delay: 75ms;
    -o-transition-delay: 40ms;
    transition-delay: 40ms;
}

.sharebox > div.share-icon div.icon.g-plus[data-v-7c5fa3a4] {
    background-image: url("/assets/mirrormedia/icon/google-plus.png");
    background-size: 70%;
    background-color: #c00;
    -webkit-transition-delay: 75ms;
    -o-transition-delay: 40ms;
    transition-delay: 40ms;
}

.sharebox > div.share-icon div.icon[data-v-7c5fa3a4]:active,
.sharebox > div.share-icon div.icon[data-v-7c5fa3a4]:focus,
.sharebox > div.share-icon div.icon[data-v-7c5fa3a4]:hover {
    -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.7), 0 4px 8px rgba(0,0,0,0.7);
    box-shadow: inset 0 0 4px rgba(0,0,0,0.7), 0 4px 8px rgba(0,0,0,0.7);
}

.sharebox > div.share-icon div.icon[data-v-7c5fa3a4]:not(:first-child) {
    width: 48px;
    height: 48px;
    margin-left: 0;
    opacity: 0;
}



.sharebox > div.share-icon:hover .icon[data-v-7c5fa3a4]:not(:first-child) {
    opacity: 1;
    margin-left: 10px;
}

.sharebox > div.share-icon:hover .icon:not(:first-child) -webkit-transform none -ms-transform none[data-v-7c5fa3a4] {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.btn-toggle-description[data-v-7c5fa3a4] {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 5px;
    bottom: 20px;
    color: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    left: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px;
    position: fixed;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    z-index: 23;
    width: 40px;
}

.btn-toggle-description .hint[data-v-7c5fa3a4] {
    font-size: 1rem;
    width: 150px;
    position: absolute;
    top: -22px;
    left: 5px;
    color: rgba(255,255,255,0.8);
    cursor: auto;
    display: none;
}

.btn-toggle-description.on[data-v-7c5fa3a4] {
    background-image: url("/assets/mirrormedia/icon/caption-on.png");
    opacity: 0.65;
}

.btn-toggle-description.off[data-v-7c5fa3a4] {
    background-image: url("/assets/mirrormedia/icon/caption-off.png");
}

.btn-toggle-description.hide[data-v-7c5fa3a4] {
    display: none;
}

.btn-toggle-description[data-v-7c5fa3a4]:hover {
    background-image: url("/assets/mirrormedia/icon/caption-on.png");
    opacity: 1;
}

.btn-toggle-description:hover .hint[data-v-7c5fa3a4] {
    display: block;
}

.progress[data-v-7c5fa3a4] {
    width: 100%;
    height: 10px;
}

.progress-wrap[data-v-7c5fa3a4] {
    position: fixed;
    top: 0;
    left: 0;
    background: #5b7d9e;
    overflow: hidden;
    z-index: 100;
}

.progress-wrap .progress-bar[data-v-7c5fa3a4] {
    background: rgba(0,0,0,0.7);
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: left 1s;
    -o-transition: left 1s;
    transition: left 1s;
}

.progress-sidebar[data-v-7c5fa3a4] {
    position: fixed;
    right: 10px;
    bottom: 60px;
    height: 80vh;
    width: 35px;
    z-index: 99;
}

.progress-sidebar .stick-container[data-v-7c5fa3a4] {
    position: relative;
    height: 100%;
    width: 100%;
}

.progress-sidebar .stick-container .stick[data-v-7c5fa3a4] {
    border-top: 3px solid rgba(255,255,255,0.5);
    width: 100%;
    -webkit-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg);
    margin: 10px auto;
    position: absolute;
    -webkit-transition: bottom 0.5s;
    -o-transition: bottom 0.5s;
    transition: bottom 0.5s;
    cursor: pointer;
}

    .progress-sidebar .stick-container .stick[data-v-7c5fa3a4]:hover {
        border-top: 3px solid #fff;
    }

.credit-comment[data-v-7c5fa3a4] {
    width: 100vw;
    position: relative;
    padding: 5% 0;
    background-color: #333;
    overflow: auto;
    height: auto;
    display: none;
    z-index: 21;
}

.credit-comment .credit[data-v-7c5fa3a4] {
    color: #fff;
    width: 900px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    vertical-align: top;
    margin: 40px auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    text-shadow: 0.9px 0.5px 0 rgba(0,0,0,0.8);
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.credit-comment .credit a[data-v-7c5fa3a4],
.credit-comment .credit a[data-v-7c5fa3a4]:hover,
.credit-comment .credit a[data-v-7c5fa3a4]:link,
.credit-comment .credit a[data-v-7c5fa3a4]:visited {
    color: #fff;
}

.credit-comment .related-container[data-v-7c5fa3a4] {
    width: 900px;
    margin: 40px auto;
}

.credit-comment .article_fb_comment[data-v-7c5fa3a4] {
    margin: 40px auto;
    width: 900px;
    background-color: #fff;
    padding: 1.5rem;
}

.credit-comment.show[data-v-7c5fa3a4] {
    display: block;
}

.credit-comment.active[data-v-7c5fa3a4] {
    position: fixed;
    top: 0;
    left: 0;
}

.go-next-page[data-v-7c5fa3a4] {
    position: fixed;
    width: 35px;
    height: 35px;
    bottom: 20px;
    background-color: rgba(218,218,218,0.37);
    background-image: url("/assets/mirrormedia/icon/continue.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    border-radius: 10px;
    z-index: 23;
    cursor: pointer;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    right: 10px;
}

    .go-next-page[data-v-7c5fa3a4]:hover {
        background-color: rgba(240,240,240,0.8);
        text-shadow: 0.9px 0.5px 0 rgba(0,0,0,0.8);
    }

.go-next-page.hidden[data-v-7c5fa3a4] {
    display: none;
}

.article_body[data-v-7c5fa3a4] {
    height: 100vh;
    width: 100vw;
    overflow: hidden;
}

.article_body > .pic-wrapper[data-v-7c5fa3a4] {
    width: 100vw;
    height: 100vh;
}

.article_body > .pic-wrapper.active[data-v-7c5fa3a4] {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 22;
}

.article_body > .pic-wrapper > .pic-container.active[data-v-7c5fa3a4] {
    position: fixed;
    top: 0;
    left: 0;
}

.article_body > .pic-wrapper > .pic-container > .pic-section[data-v-7c5fa3a4] {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: relative;
    background-color: #000;
}

.article_body > .pic-wrapper > .pic-container > .pic-section .img img[data-v-7c5fa3a4] {
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 100%;
    position: absolute;
    z-index: 0;
    height: 100vh;
    width: 100vw;
    -o-object-position: center center;
    object-position: center center;
}

.article_body .brief > div[data-v-7c5fa3a4] {
    position: absolute;
    z-index: 10;
    height: 20vh;
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0,0,0,0.7)));
    background-image: -webkit-linear-gradient(top, transparent, rgba(0,0,0,0.7));
    background-image: -o-linear-gradient(top, transparent, rgba(0,0,0,0.7));
    background-image: linear-gradient(180deg, transparent, rgba(0,0,0,0.7));
    bottom: 0;
}

.article_body .brief > div div[data-v-7c5fa3a4] {
    margin-bottom: 20px;
    color: #d1d1d1;
    text-shadow: 0.9px 0.5px 0 rgba(0,0,0,0.8);
}

.article_body .brief > div span[data-v-7c5fa3a4] {
    width: 70%;
    color: #fff;
    text-align: left;
    word-break: break-all;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: 0;
    line-height: 20px;
    text-shadow: 0.9px 0.5px 0 rgba(0,0,0,0.8);
    font-size: 16px;
}

.article_body .brief > div.hide[data-v-7c5fa3a4] {
    display: none;
}

.article_body .brief > div.show[data-v-7c5fa3a4] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (min-width: 768px) {
    .mobile-only[data-v-7c5fa3a4] {
        display: none !important;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 767px) and (orientation: landscape) {
    .go-next-page[data-v-7c5fa3a4] {
        bottom: auto;
        top: 23px;
    }

    .btn-toggle-description[data-v-7c5fa3a4] {
        bottom: auto;
        left: auto;
        top: 20px;
        right: 55px;
    }

    .btn-toggle-description .hint[data-v-7c5fa3a4] {
        top: 45px;
        left: auto;
    }
}

@media (max-width: 767px) {
    .leading.widthDesc[data-v-7c5fa3a4] {
        background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0,0,0,0.7)));
        background-image: -webkit-linear-gradient(top, transparent, rgba(0,0,0,0.7));
        background-image: -o-linear-gradient(top, transparent, rgba(0,0,0,0.7));
        background-image: linear-gradient(180deg, transparent, rgba(0,0,0,0.7));
    }

    .leading_wrapper .title span[data-v-7c5fa3a4] {
        text-align: center;
        padding: 20px;
        margin-bottom: 0 !important;
        position: relative;
        height: auto;
        width: 100%;
        display: inline-block;
    }

    .leading_wrapper .img[data-v-7c5fa3a4] {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .leading_wrapper .img img[data-v-7c5fa3a4]:not([class="landscape"]) {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center center;
        object-position: center center;
        background-color: #696969;
    }

    .leading_wrapper .brief[data-v-7c5fa3a4] {
        position: relative;
    }

    .leading_wrapper .brief > div[data-v-7c5fa3a4] {
        height: auto;
        background-image: none;
        position: relative;
    }

    .go-next-page.center[data-v-7c5fa3a4] {
        left: 50%;
        margin-left: -20px;
        height: 40px;
        width: 40px;
    }

    .credit-comment .credit[data-v-7c5fa3a4] {
        padding: 0 20px;
        width: 100%;
        display: block;
    }

    .credit-comment .related-container[data-v-7c5fa3a4] {
        width: 100%;
        margin: 0;
    }

    .credit-comment .article_fb_comment[data-v-7c5fa3a4] {
        width: 100%;
        margin: 40px auto 0;
    }

    .article_body > .pic-wrapper > .pic-container > .pic-section .img img[data-v-7c5fa3a4]:not([class="landscape"]) {
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: 0 20%;
        object-position: 0 20%;
        background-color: #696969;
    }

    .article_body > .pic-wrapper > .pic-container > .pic-section .brief > div[data-v-7c5fa3a4] {
        height: 40vh;
    }
}


.dfp-fixed[data-v-1e4831aa] {
    display: none;
    position: fixed;
    top: 165px;
    right: 15px;
}

.dfp-fixed > img[data-v-1e4831aa] {
    position: absolute;
    top: -12.5px;
    right: -12.5px;
    width: 25px;
    cursor: pointer;
}

@media (min-width: 1201px) {
    .dfp-fixed[data-v-1e4831aa] {
        display: block;
    }
}

.heroimage-container[data-v-29877c5a] {
    margin: 0 auto;
    background-color: #fff;
    max-width: 1160px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.heroimage-container--b[data-v-29877c5a] {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.hero-info[data-v-29877c5a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 33.34%;
    background-color: #989898;
}

.hero-info-category-container[data-v-29877c5a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    padding: 0 10%;
}

.hero-info-category-container > h1[data-v-29877c5a] {
    margin-top: 10px;
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.3;
    text-align: justify;
}

.hero-info-category-container > h2[data-v-29877c5a] {
    margin: 0;
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.3;
    text-align: justify;
}

.hero-info-category[data-v-29877c5a] {
    width: 80%;
    padding-left: 10px;
    color: #000;
    font-size: 21px;
    border-left: 7px solid #989898;
}

.hero-info-category--b[data-v-29877c5a] {
    margin: 30px 0 0 0;
}

.hero-info-heroCaption[data-v-29877c5a] {
    position: relative;
    padding: 10px 10%;
    color: #fff;
    font-weight: 300;
    line-height: 1.4;
    border-top: 3px solid #fff;
}

    .hero-info-heroCaption[data-v-29877c5a]::after {
        content: '';
        position: absolute;
        top: -9px;
        right: -7.5px;
        z-index: 1;
        width: 15px;
        height: 15px;
        background-color: #fff;
        border-radius: 50%;
    }

.hero-img[data-v-29877c5a] {
    position: relative;
    width: 66.66%;
}

.hero-img[lazy=loading][data-v-29877c5a] {
    -o-object-fit: contain;
    object-fit: contain;
    height: 150px;
}

.hero-img[data-v-29877c5a]::after {
    content: '';
    display: block;
    width: 100%;
    padding-top: 66.66%;
}

.hero-img > .heroimg[data-v-29877c5a] {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.hero-img-b[data-v-29877c5a] {
    width: 100%;
    height: 458.7px;
}

    .hero-img-b[data-v-29877c5a] img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.hero-img-b-subtitle[data-v-29877c5a] {
    font-size: 16px;
    line-height: 1.5;
    margin: 8px 0;
    color: #6e6e6e;
    text-align: justify;
}

.hero-title-b[data-v-29877c5a] {
    margin: 15px 0 25px 0;
    text-align: justify;
    line-height: 1.5;
    color: #000;
}

@media (max-width: 1200px) {
    .heroimg[data-v-29877c5a] {
        width: 100%;
    }

    .heroimage-container[data-v-29877c5a] {
        display: block;
    }

    .heroimg-caption[data-v-29877c5a] {
        padding: 5px 25px 0;
        line-height: 1.3rem;
    }
}


.latest-list-container[data-v-d906a9ce] {
    margin-top: 20px;
    width: 300px;
    margin: 20px auto 0;
}

.latest-list-container .title[data-v-d906a9ce] {
    font-size: 20px;
    color: #fff;
    background: rgb(116,107,139);
    border: 1px solid rgb(116,107,139);
    padding: 5px 20px;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.latest-list-container .title h4[data-v-d906a9ce] {
    font-family: 微軟正黑體;
    font-size: 20px;
    font-weight:700;
    margin: 0;
    color:white;
}

.latest-list-container .list[data-v-d906a9ce] {
    width: 100%;
    border: 1px solid #dedede;
}

.latest-list-container .list .item[data-v-d906a9ce] {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 10px;
}

.latest-list-container .list .item .thumbnail[data-v-d906a9ce] {
    width: 100px;
    height: 100px;
    min-width: 100px;
    min-height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 0px;
}

.latest-list-container .list .item .content[data-v-d906a9ce] {
    padding: 0 0 0 12px;
}

.latest-list-container .list .item .content .content_category[data-v-d906a9ce] {
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 5px;
    font-weight: bold;
}

.latest-list-container .list .item .content .content_title[data-v-d906a9ce] {
    padding-top: 5px;
    line-height: 20px;
}

.latest-list-container .list .item .content .content_title a[data-v-d906a9ce]:hover,
.latest-list-container .list .item .content .content_title a[data-v-d906a9ce]:link,
.latest-list-container .list .item .content .content_title a[data-v-d906a9ce]:visited {
    color: #6f6f6f;
}

.latest-list-container .list .item[data-v-d906a9ce]:last-child {
    padding-bottom: 0;
}

 
 
.liveStream {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 999;
    width: calc(50% - 10px);
}

.liveStream__curtain {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.liveStream-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    background-color: rgba(0,0,0,0.7);
    overflow: hidden;
    cursor: pointer;
}

    .liveStream-container iframe {
        position: absolute;
        top: 0;
        left: 50%;
        bottom: 0;
        right: 0;
        width: 100%;
        height: calc(100vw / 16 * 9);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: -webkit-transform 0.2s ease-out;
        transition: -webkit-transform 0.2s ease-out;
        -o-transition: transform 0.2s ease-out;
        transition: transform 0.2s ease-out;
        transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
    }

    .liveStream-container.zoomIn {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        padding-top: 0;
    }

        .liveStream-container.zoomIn iframe {
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

            .liveStream-container.zoomIn iframe:-webkit-full-screen {
                top: auto;
                -webkit-transform: none;
                transform: none;
            }

            .liveStream-container.zoomIn iframe:-moz-full-screen {
                top: auto;
                transform: none;
            }

            .liveStream-container.zoomIn iframe:-ms-fullscreen {
                top: auto;
                -ms-transform: none;
                transform: none;
            }

            .liveStream-container.zoomIn iframe:fullscreen {
                top: auto;
                -webkit-transform: none;
                -ms-transform: none;
                transform: none;
            }

.liveStream__close {
    position: absolute;
    z-index: 150;
    top: -10px;
    right: -10px;
    width: 25px;
    cursor: pointer;
}

.liveStream__prompt {
    position: absolute;
    top: 5px;
    left: 5px;
    padding: 2px;
    color: #f00;
    font-size: 10px;
    border: 1px solid #f00;
}

@media (min-width: 600px) {
    .liveStream__prompt {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    .liveStream {
        width: 25%;
    }

    .liveStream-container iframe {
        height: 100%;
    }

    .liveStream-container.zoomIn {
        background-color: rgba(0,0,0,0.7);
    }

        .liveStream-container.zoomIn iframe {
            width: 1024px;
            height: 576px;
        }
}

 
 
.nativeDFP.latest-list_item {
    vertical-align: top;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid rgba(0,0,0,0.28);
    padding-bottom: 15px;
    width: 100%;
}

.nativeDFP.latest-list_item a {
    position: relative;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

    .nativeDFP.latest-list_item a .latest-list_item_img {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        padding-top: 100%;
    }

        .nativeDFP.latest-list_item a .latest-list_item_img[lazy=loading] {
            background-size: 40%;
        }

    .nativeDFP.latest-list_item a .latest-list_item_label {
        position: absolute;
        height: 25px;
        white-space: nowrap;
        padding: 0 10px;
        background-color: #000;
        top: -25px;
        color: #fff;
        font-size: 0.9rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

.nativeDFP.latest-list_item .latest-list_item_title {
    background-color: #fff;
    border-top-width: 0;
    line-height: 1.4rem;
    font-size: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: 60px;
    padding-top: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 20px;
}

    .nativeDFP.latest-list_item .latest-list_item_title a {
        width: 100%;
        max-height: 100%;
    }

        .nativeDFP.latest-list_item .latest-list_item_title a h3 {
            font-size: 1.2rem;
            font-weight: 300;
            line-height: 1.7rem;
        }

        .nativeDFP.latest-list_item .latest-list_item_title a:hover,
        .nativeDFP.latest-list_item .latest-list_item_title a:link,
        .nativeDFP.latest-list_item .latest-list_item_title a:visited {
            color: #8c8c8c;
            font-weight: normal;
            border: none;
        }

    .nativeDFP.latest-list_item .latest-list_item_title .latest-list_item_label {
        height: 35px;
        white-space: nowrap;
        padding: 0 10px;
        background-color: #000;
        color: #fff;
        font-size: 1.2rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

.nativeDFP.latest-list_item .tablet-only {
    display: none !important;
}

.pop_item #compass-fit-widget-content figure {
    position: relative;
    width: 100%;
    padding-top: 66.66%;
    margin: 0;
    overflow: hidden;
}

    .pop_item #compass-fit-widget-content figure img {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 50% 50%;
        object-position: 50% 50%;
    }

.pop_item #compass-fit-widget-content .pop_item--colorBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 25px;
    color: #fff;
    font-size: 0.9rem;
    letter-spacing: 1px;
    white-space: nowrap;
    padding: 0 10px;
}

.pop_item #compass-fit-widget-content .pop_item_title {
    background-color: #fff;
    border-top-width: 0;
    line-height: 1.5rem;
    font-size: 1.1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

    .pop_item #compass-fit-widget-content .pop_item_title a {
        width: 100%;
        max-height: 100%;
        margin: 10px 0;
        padding: 0 0 0 10px;
    }

        .pop_item #compass-fit-widget-content .pop_item_title a:hover,
        .pop_item #compass-fit-widget-content .pop_item_title a:link,
        .pop_item #compass-fit-widget-content .pop_item_title a:visited {
            color: rgba(0,0,0,0.49);
            font-weight: normal;
            border: none;
        }

@media (min-width: 600px) {
    .nativeDFP.latest-list_item a .latest-list_item_img {
        padding-top: 60%;
    }

    .nativeDFP.latest-list_item a .latest-list_item_label {
        top: 0;
        right: -60px;
        height: 60px;
        font-size: 1.2rem;
    }

    .nativeDFP.latest-list_item .latest-list_item_title {
        -webkit-box-flex: 1.5;
        -ms-flex: 1.5;
        flex: 1.5;
        padding-left: 80px;
        font-weight: 300;
    }

        .nativeDFP.latest-list_item .latest-list_item_title a h3 {
            margin: 0 0 10px;
            font-size: 1.3rem;
        }

    .nativeDFP.latest-list_item .tablet-only {
        display: block !important;
    }

        .nativeDFP.latest-list_item .tablet-only.latest-list_item_label {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
        }

    .nativeDFP.latest-list_item .tablet-hidden {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .nativeDFP.latest-list_item {
        display: block;
    }

        .nativeDFP.latest-list_item .desktop-hidden {
            display: none !important;
        }

        .nativeDFP.latest-list_item a .latest-list_item_label {
            height: 25px;
            white-space: normal;
            padding: 0 10px;
            top: auto;
            bottom: 0;
            left: 0;
            right: auto;
            font-size: 0.9rem;
        }

        .nativeDFP.latest-list_item .latest-list_item_title {
            padding-left: 0;
            padding-top: 5px;
        }

            .nativeDFP.latest-list_item .latest-list_item_title > a h3 {
                font-size: 1rem;
                font-weight: 300;
            }
}

@media (min-width: 0px) and (max-width: 499px) {
    .pop_item #compass-fit-widget-content .pop_item_title {
        font-size: 1.2rem;
        line-height: 1.5rem;
    }
}

.popListVert {
    width: 100%;
    border: 1px solid #dedede;
}

.popListVert__title {
    padding: 0.3em 1em;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
    background-color: #0c5a80;
}

.popListVert-list {
    padding: 1em 1em;
}

    .popListVert-list div:first-child {
        margin-top: 0;
    }

    .popListVert-list div:last-child {
        margin-bottom: 0;
    }

.popListVert-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 1.3em 0;
}

.popListVert-list__item--img {
    position: relative;
    width: 48%;
    padding-top: calc(48% * 0.6666);
}

    .popListVert-list__item--img img {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 50% 50%;
        object-position: 50% 50%;
    }

.popListVert-list__item--text {
    width: 48%;
    text-align: justify;
}

    .popListVert-list__item--text > div {
        display: inline-block;
        height: 25px;
        padding: 0 5px;
        color: #fff;
        font-size: 0.9rem;
        letter-spacing: 1px;
        line-height: 25px;
    }

    .popListVert-list__item--text h2 {
        margin: 0.8em 0 0;
        font-size: 1rem;
        font-weight: 700;
    }

.share-toolbox[data-v-79f6f48d] {
    background-color: #fff;
    position: fixed;
    width: 30px;
    opacity: 0;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    -webkit-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
}

.share-toolbox .item[data-v-79f6f48d] {
    width: 100%;
    height: 30px;
    background-color: #989898;
    border-bottom: 1px solid rgba(255,255,255,0.4);
    cursor: pointer;
}

.share-toolbox .item.line[data-v-79f6f48d] {
    background-image: url("/assets/mirrormedia/icon/line_white.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 85%;
}

.share-toolbox .item.facebook[data-v-79f6f48d] {
    background-image: url("/assets/mirrormedia/icon/facebook_white.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 35%;
}

.share-toolbox .item.g-plus[data-v-79f6f48d] {
    background-image: url("/assets/mirrormedia/icon/google-plus.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 70%;
}

.share-toolbox .item.mm-icon[data-v-79f6f48d] {
    background-image: url("/assets/mirrormedia/icon/mirrorlogo-2017.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transition: height 0.25s, opacity 0.25s /* For Safari 3.1 to 6.0 */;
    -webkit-transition: height 0.25s, opacity 0.25s;
    -o-transition: height 0.25s, opacity 0.25s;
    transition: height 0.25s, opacity 0.25s;
    height: 0;
    opacity: 0;
    border-bottom: none;
}

.share-toolbox .item.mm-icon.active[data-v-79f6f48d] {
    height: 30px;
    opacity: 1;
    border-bottom: 1px solid rgba(255,255,255,0.4);
}

.share-toolbox .item[data-v-79f6f48d]:last-child {
    border-bottom: none;
}

.share-toolbox .item[data-v-79f6f48d]:hover {
    background-color: #064f77;
}

@media (min-width: 0px) and (max-width: 767px) {
    .share-toolbox[data-v-79f6f48d] {
        display: none;
    }
}

@media (max-width: 1199px) {
    .share-toolbox[data-v-79f6f48d] {
        margin-left: 30px;
    }
}

.readr-latest[data-v-8fc47f00] {
    width: 100%;
}

.readr-latest__iframe[data-v-8fc47f00] {
    min-width: 100%;
}


#compass-fit-4276378 #compass-fit-widget {
    width: 100%;
}

#compass-fit-4276378 #compass-fit-widget-label {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #5C97FF;
}

#compass-fit-4276378 #compass-fit-widget-label-caption {
    padding: 5px 10px;
    background-color: #5C97FF;
    float: left;
}

    #compass-fit-4276378 #compass-fit-widget-label-caption a {
        color: #FFFFFF;
        text-decoration: none;
    }

#compass-fit-4276378 .compass-fit-ad {
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    width: 100%;
    margin: 5px 0;
    padding: 0;
}



#compass-fit-4276378 .compass-fit-ad-image {
    vertical-align: top;
    width: 120px;
    height: 90px;
    padding-right: 0;
}

#compass-fit-4276378 .compass-fit-ad-image-inner {
    position: relative;
    overflow: hidden;
    width: 120px;
    height: 90px;
}

    #compass-fit-4276378 .compass-fit-ad-image-inner img {
        position: absolute;
        max-width: none;
        max-height: none;
        border-style: none;
    }

#compass-fit-4276378 .compass-fit-ad-content {
    word-break: break-all;
}



#compass-fit-4276378 .compass-fit-ad-title {
}



#compass-fit-4276378 .compass-fit-ad-lead {
}



#compass-fit-4276378 a.compass-fit-ad-site {
}





#compass-fit-4276378 .compass-fit-ad-disclosure {
    text-align: left;
}

    #compass-fit-4276378 .compass-fit-ad-disclosure a {
        color: #999999;
    }

#compass-fit-4276378 .compass-fit-clear {
    clear: both;
}



#compass-fit-4276378 .ie-lte9 .compass-fit-ad {
    display: inline;
}

#compass-fit-toaster .compass-fit-credit,
#compass-fit-4276378 .compass-fit-credit {
    clear: both;
    padding: 0 8px 10px;
    text-align: right;
}

#compass-fit-toaster .compass-fit-credit {
    padding-right: 0;
}

    #compass-fit-toaster .compass-fit-credit a,
    #compass-fit-4276378 .compass-fit-credit a {
        color: #999;
        text-decoration: none;
        font-size: 13px;
    }

        #compass-fit-toaster .compass-fit-credit a .compass-fit-credit-logo,
        #compass-fit-4276378 .compass-fit-credit a .compass-fit-credit-logo {
            display: inline-block;
            background: url("//cdn.logly.co.jp/spritesource-s5c12c753d2.png") no-repeat 0 -103px;
            color: transparent;
            margin-left: 3px;
            width: 36px;
            height: 14px;
            vertical-align: middle;
            *display: inline;
            *zoom: 1;
        }

        #compass-fit-toaster .compass-fit-credit a:hover .compass-fit-credit-logo,
        #compass-fit-4276378 .compass-fit-credit a:hover .compass-fit-credit-logo {
            background: url("//cdn.logly.co.jp/spritesource-s5c12c753d2.png") no-repeat 0 -117px;
        }

#compass-fit-toaster .compass-fit-credit2 a .compass-fit-credit-logo,
#compass-fit-4276378 .compass-fit-credit2 a .compass-fit-credit-logo,
#compass-fit-toaster .compass-fit-credit2 a:hover .compass-fit-credit-logo,
#compass-fit-4276378 .compass-fit-credit2 a:hover .compass-fit-credit-logo,
#compass-fit-modal-contents-inner h3 {
    background-image: url('https://cdn.logly.co.jp/spritesource-s6c20d2e001.png');
    background-repeat: no-repeat;
}

#compass-fit-toaster .compass-fit-credit2 a .compass-fit-credit-logo,
#compass-fit-4276378 .compass-fit-credit2 a .compass-fit-credit-logo {
    background-position: 0 -110px;
    height: 14px;
    width: 68px;
}

#compass-fit-toaster .compass-fit-credit2 a:hover .compass-fit-credit-logo,
#compass-fit-4276378 .compass-fit-credit2 a:hover .compass-fit-credit-logo {
    background-position: 0 -196px;
    height: 14px;
    width: 68px;
}

#compass-fit-modal-contents-inner h3 {
    background-position: 0 -232px;
    height: 40px;
    width: 194px;
}

#compass-fit-toaster .compass-fit-credit2 {
    padding-right: 0;
}

#compass-fit-toaster .compass-fit-credit2,
#compass-fit-4276378 .compass-fit-credit2 {
    clear: both;
    padding: 0 8px 10px;
    text-align: right;
}

    #compass-fit-toaster .compass-fit-credit2 a,
    #compass-fit-4276378 .compass-fit-credit2 a {
        color: #999;
        text-decoration: none;
        font-size: 11px;
    }

        #compass-fit-toaster .compass-fit-credit2 a .compass-fit-credit-logo,
        #compass-fit-4276378 .compass-fit-credit2 a .compass-fit-credit-logo {
            display: inline-block;
            color: transparent;
            margin-left: 3px;
            vertical-align: middle;
            margin-top: -2px;
        }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
    #compass-fit-toaster .compass-fit-credit2 a .compass-fit-credit-logo,
    #compass-fit-4276378 .compass-fit-credit2 a .compass-fit-credit-logo {
        display: inline-block;
        background-position: 0 -62px;
        height: 14px;
        width: 68px;
        background-size: 106px 136px;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
    #compass-fit-toaster .compass-fit-credit2 a:hover .compass-fit-credit-logo,
    #compass-fit-4276378 .compass-fit-credit2 a:hover .compass-fit-credit-logo {
        display: inline-block;
        background-position: 0 -62px;
        height: 14px;
        width: 68px;
        background-size: 106px 136px;
    }
}


.popListVert-list__item--img img[data-v-cd60625c] {
    height: 80%;
}

#compass-fit-4276378 #compass-fit-widget {
    margin-bottom: -20px;
}

#compass-fit-4276377 #compass-fit-widget {
    width: 100%;
}

#compass-fit-4276377 #compass-fit-widget-label {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #5C97FF;
}

#compass-fit-4276377 #compass-fit-widget-label-caption {
    padding: 5px 10px;
    background-color: #5C97FF;
    float: left;
}

    #compass-fit-4276377 #compass-fit-widget-label-caption a {
        color: #FFFFFF;
        text-decoration: none;
    }

#compass-fit-4276377 .compass-fit-ad {
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    width: 100%;
    margin: 5px 0;
    padding: 0;
}



#compass-fit-4276377 .compass-fit-ad-image {
    vertical-align: top;
    width: 120px;
    height: 90px;
    padding-right: 0;
}

#compass-fit-4276377 .compass-fit-ad-image-inner {
    position: relative;
    overflow: hidden;
    width: 120px;
    height: 90px;
}

    #compass-fit-4276377 .compass-fit-ad-image-inner img {
        position: absolute;
        max-width: none;
        max-height: none;
        border-style: none;
    }

#compass-fit-4276377 .compass-fit-ad-content {
    word-break: break-all;
}
