@charset "utf-8";
/*基礎和共用模組的核心樣式*/
body {
    font-family: "Microsoft JhengHei", sans-serif;
    line-height: 1.5;
    color: #000000;
}
html.disable-scrolling,
body.disable-scrolling {
    height: 100%;
    overflow: hidden;
}
/*清除浮動*/
.clear-fix::after {
    content: "";
    display: table;
    width: 100%;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    clear: none;
}
/*取消Bootstrap元件圓角*/
.btn,
a[class^="btn"],
.form-control,
.card {
    border-radius: 0 !important;
}
/*Bootstrap Modal*/
.modal.show {
    top: 10%;
}
.modal-header,
.modal-body,
.modal-footer {
    padding: 20px;
}
.modal-header .close span {
    font-size: 0;
    display: block;
    width: 20px;
    height: 20px;
    background: url("../../images/2019/ico-close.svg") no-repeat center center;
    background-size: contain;
}
.modal-content {
    border: none;
    border-radius: 0;
}
.modal-footer .btn {
    color: #ffffff;
}
.modal-backdrop.show {
    opacity: 0.7;
}
/*全局標題*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Microsoft YaHei", sans-serif;
    font-weight: normal;
    line-height: 1.3;
    margin-bottom: 0;
}
/*全局連結色彩*/
a:link,
a:visited {
    color: #000000;
}
a:hover,
a:active {
    color: #bc0614;
    text-decoration: underline;
}
/*全局時間、文章類別、點閱數*/
.meta-info {
    margin-top: 10px;
    font-size: 0;
    font-family: Verdana, "Microsoft JhengHei", sans-serif;
}
.meta-info > * {
    font-size: 14px;
    line-height: 1.3;
    border-left: 1px solid #cccccc;
    display: inline-block;
    padding: 0 10px;
    vertical-align: middle;
}
.meta-info > :first-child {
    border-left: none;
    padding-left: 0;
}
.meta-info > :last-child {
    padding-right: 0;
}
.meta-info time {
    position: relative;
    vertical-align: middle;
    white-space: nowrap;
}
.meta-info time span + span {
    margin-left: 10px;
}
.meta-info .category {
    display: inline-block;
    background: none;
    padding: 0 10px;
    vertical-align: middle;
    text-transform: inherit;
}
.meta-info .category::first-letter {
    text-transform: inherit;
}
/*全局縮圖*/
.thumb-photo-wrapper {
    min-width: 115px;
}
.thumb-photo {
    position: relative;
    margin: 0;
    padding: 0;
}
.thumb-photo::before {
    content: "";
    display: block;
    padding-bottom: 66.6667%;
}
.thumb-photo .cropper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-size: 0;
    white-space: nowrap;
    text-align: center;
    background: rgba(0, 0, 0, 0.1);
}
.thumb-photo .cropper::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}
.thumb-photo .cropper .photo {
    display: inline-block;
    width: auto;
    height: 100%;
    vertical-align: middle;
    position: relative;
}
.thumb-photo.video .cropper a .ico-video {
    position: absolute;
    left: 50%;
    top: 50%;
    box-sizing: border-box;
    width: 13%;
    max-width: 50px;
    min-width: 24px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.thumb-photo.video .cropper a .ico-video::before {
    content: "";
    display: block;
    padding-bottom: 100%;
    background: url("../../images/2019/ico-video-light.svg") no-repeat center center;
    background-size: contain;
}
.thumb-photo + .caption {
    padding: 15px 0;
}
img.rel-h {
    width: auto !important;
    height: 100% !important;
}
img.rel-v {
    width: 100% !important;
    height: auto !important;
}
/*全局直式列表*/
.vertical-list {
    font-size: inherit;
    margin: 0;
}
ul.vertical-list {
    padding: 0 0 0 15px;
}
ol.vertical-list {
    padding: 0 0 0 30px;
}
.vertical-list > li {
    border-top: 1px dotted #666666;
    padding: 10px;
    line-height: 1.3;
    list-style: none;
    background: none;
    position: relative;
}
ul.vertical-list > li::before {
    content: "●";
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    left: -15px;
    top: 45%;
    top: calc(50% - 5px);
    padding: 0;
    text-align: center;
    font-size: 11px;
    font-family: "Arial";
    line-height: 1;
    color: #999999;
}
ol.vertical-list > li {
    list-style: decimal;
}
.vertical-list > li:first-child {
    border: none;
}
.vertical-list .title {
    font-size: 16px;
    margin-bottom: 0;
}
/*全局直式列表-無表頭符號數字*/
.vertical-list.list-style-none {
    padding: 0;
}
.vertical-list.list-style-none > li:first-child {
    padding-top: 0;
}
.vertical-list.list-style-none > li::before {
    display: none;
}
/*全局直式列表內含垂直分欄*/
.vertical-list li.row {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
}
.vertical-list li.row > [class^="col"]:first-child {
    padding-left: 0;
}
.vertical-list li.row > [class^="col"]:last-child {
    padding-right: 0;
}
/*社群分享*/
.social-share-wrapper {
    position: relative;
    height: 100%;
}
.social-share {
    position: relative;
}
.social-share > ul {
    list-style: none;
    margin: -5px;
    padding: 0;
    font-size: 0;
    text-align: right;
}
.social-share > ul > li {
    display: inline-block;
    margin: 5px;
    border-radius: 0;
    font-size: 1rem;
    position: relative;
    overflow: hidden;
}
.social-share > ul > li a {
    display: block;
    box-sizing: content-box;
    height: 30px;
    padding: 5px 10px 5px 40px;
    background: #666666;
    color: #ffffff !important;
    line-height: 30px;
    text-decoration: none;
}
.social-share.fixed {
    width: 40px;
}
.social-share.fixed > ul > li {
    font-size: 0;
}
.social-share.fixed > ul > li a {
    padding-right: 0;
}
.social-share > ul > li a::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 5px;
    top: 5px;
    background: url("../../images/2019/social/social-share-icons.png") no-repeat 0 0;
}
.social-share > ul > li.facebook a {
    background-color: #2d609b;
}
.social-share > ul > li.facebook a::befroe {
    background-position: 0 0;
}
.social-share > ul > li.line a {
    background-color: #00c300;
}
.social-share > ul > li.line a::before {
    background-position: -120px 0;
}
.social-share > ul > li.googleplus a {
    background-color: #d6492f;
}
.social-share > ul > li.googleplus a::before {
    background-position: -30px 0;
}
.social-share > ul > li.twitter a {
    background-color: #2ca8d2;
}
.social-share > ul > li.twitter a::before {
    background-position: -60px 0;
}
.social-share > ul > li.weibo a {
    background-color: #d6283d;
}
.social-share > ul > li.weibo a::before {
    background-position: -90px 0;
}
.social-share > ul > li.copy-url a {
    background-color: #000000;
}
.social-share > ul > li.copy-url a::before {
    background-position: -180px 0;
}
/*全局section*/
section > header {
    position: relative;
    background: none;
    padding: 0;
    margin-bottom: 20px;
    border-bottom: 3px solid #cccccc;
}
section > header .section-title {
    display: inline-block;
    padding: 0 10px 5px 10px;
    margin: 0;
    border-bottom: 3px solid #bc0614;
    margin-bottom: -3px;
    font-size: 26px;
}
section > header.sub-header {
    background: #cccccc;
    border: none;
}
section > header.sub-header .section-sub-title {
    display: inline-block;
    border-left: 3px solid #bc0614;
    padding: 5px 15px;
    background: #ffffff;
    margin: 0;
    font-size: 20px;
}
section > header.sub-header .more {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: rgba(255, 255, 255, 0.66);
    display: -ms-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
section > header.sub-header .more a {
    display: block;
    padding: 0 15px;
}
section .tab-with-carousel > header {
    display: none;
}
section > .more,
section + .more {
    margin-top: 15px;
    border-top: 3px solid #cccccc;
    padding-top: 15px;
    text-align: center;
}
section > .more .ico-more,
section + .more .ico-more {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    background: #bc0614 url("../../images/2019/ico-angle-right-light.svg") no-repeat 56% center;
    border-radius: 50%;
    margin: 0 5px;
    background-size: auto 70%;
}
/*全局owl-carousel*/
.owl-carousel {
    margin-bottom: 20px;
    display: block;
    position: absolute;
    opacity: 0;
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
    position: relative;
    opacity: 1;
}
.owl-carousel .owl-nav {
    position: absolute;
    right: 0;
    top: 0;
}
.owl-carousel .owl-nav button[class^="owl-"] {
    position: relative;
    display: inline-block;
    border: 1px solid #cccccc;
    background: #ffffff;
    color: #666666;
    padding: 0 20px !important;
    border-radius: 3px;
    font-size: 20px;
    height: 25px;
    line-height: 1;
    margin-left: 5px;
    overflow: hidden;
    outline: none;
}
.owl-carousel .owl-nav button[class^="owl-"]:hover {
    color: #bc0614;
    border-color: #bc0614;
}
.owl-carousel .owl-nav button[class^="owl-"]:active {
    left: 1px;
    top: 1px;
    color: #960510;
}
.owl-carousel .owl-nav button[class^="owl-"].disabled {
    position: static !important;
    color: #cccccc !important;
    opacity: 0.5;
    cursor: default;
    transition: opacity 0.3s;
}
.owl-carousel .owl-dots {
    width: 100%;
    text-align: center;
    font-size: 0;
    white-space: normal;
    margin-top: 20px;
}
.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    width: 30px;
    padding: 9px 0 !important;
    margin: 0 3px;
    outline: none;
}
.owl-carousel .owl-dots .owl-dot > span {
    display: block;
    height: 2px;
    background: #cccccc;
}
.owl-carousel .owl-dots .owl-dot.active > span {
    background: #bc0614;
}
.owl-carousel .owl-height {
    transition: height 0.3s;
}
.owl-carousel .owl-item {
    overflow: hidden;
}
/*全局tab-pane*/
.tab-pane {
    margin: 20px auto;
}
.tab-pane .tab-menu {
    position: relative;
    background: #cccccc;
    height: 48px;
    overflow: hidden;
}
.tab-pane .tab-menu > ul {
    list-style: none;
    margin: 0;
    padding: 10px 15px 0 15px;
    font-size: 0;
    white-space: nowrap;
}
.tab-pane .tab-menu > ul > li {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    font-size: 18px;
    margin-left: 1px;
}
.tab-pane .tab-menu > ul > li > a {
    display: block;
    padding: 6px 16px;
    background: rgba(255, 255, 255, 0.5);
    color: #000000;
    text-decoration: none;
    transition: 0.3s;
}
.tab-pane .tab-menu > ul > li > a:hover {
    background: rgba(255, 255, 255, 0.8);
}
.tab-pane .tab-menu > ul > li.active > a {
    background: #ffffff;
    box-shadow: 0 7px 15px rgba(0, 0, 0, 0.3);
}
.tab-pane .tab-menu > ul > li.active > a::before {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    top: -3px;
    background: #bc0614;
}
.tab-pane .tab-content .tab-content-container {
    display: none;
}
.tab-pane .tab-content .tab-content-container.active {
    display: block;
}
.tab-pane .tab-content.owl-carousel .tab-content-container {
    display: block;
}
.tab-pane .tab-content section > header {
    display: none;
}
/*全局tab-with-carousel*/
.tab-with-carousel {
    margin: 20px auto;
    position: relative;
}
.tab-with-carousel .owl-carousel .owl-nav {
    top: -35px;
    right: 15px;
}
.tab-with-carousel .tab-content section {
    margin: 20px auto 0 auto;
}
.tab-with-carousel .tab-content section > header {
    display: none;
}
/*全局promote-pane-content*/
.promote-pane-content {
    position: relative;
    margin: 20px auto;
}
.promote-pane-content h2 {
    font-size: 24px;
}
.promote-pane-content h3 {
    font-size: 20px;
}
.promote-pane-content h4 {
    font-size: 16px;
}
.promote-pane-content .article-box-compact {
    margin-top: 15px;
    border-top: 1px dotted #000000;
    padding-top: 15px;
}
.promote-pane-content .article-box-compact:first-child {
    margin-top: 0;
    border: none;
    padding-top: 0;
}
.promote-pane-content .cover .caption {
    padding: 15px 0;
}
.promote-pane-content .article-box-compact .thumb-photo::before {
    padding-bottom: 82%;
}
.promote-pane-content .article-box-compact .title {
    margin-bottom: 15px;
}
.promote-pane-content .article-box-compact p {
    margin-bottom: 0;
}
/*全局promote-pane-content style-01*/
.promote-pane-content.style-01 .cover .thumb-photo::before {
    padding-bottom: 100%;
}
/*全局iframe影音容器*/
.video-container {
    position: relative;
    clear: both;
    background: #000000;
}
.video-container::before {
    content: "";
    display: block;
    padding-bottom: 56.25%;
}
.video-container[data-orientation="vertical"]::before {
    padding-bottom: 100%;
}
.video-container iframe {
    display: block;
    position: absolute !important;
    left: 0;
    top: 0;
    border: none;
    width: 1px !important;
    min-width: 100% !important;
    *width: 100% !important;
    height: 1px !important;
    min-height: 100% !important;
    *height: 100% !important;
}
/*全局facebook影音iframe*/
.fb-video iframe {
    visibility: visible !important;
}
/*全局浮動式影音播放視窗*/
.floating-video-player {
    margin-bottom: 0;
}
.floating-video-player .video-container {
    transition: 0.5s;
}
.floating-video-player[data-state="static"] .video-container {
    position: relative;
    left: 0;
    top: 0;
}
.floating-video-player[data-state="floating"] .video-container {
    position: fixed;
    width: 300px;
    z-index: 90;
}
/*全局回到頁首*/
.gotop {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 100;
    display: none;
}
.gotop a {
    display: block;
    width: 60px;
    height: 60px;
    background: no-repeat center center;
    background-color: rgba(0, 0, 0, 0.6);
    background-size: 60% auto;
    font-size: 0;
    text-indent: -9999px;
    transition: 0.1s;
    margin-top: 1px;
}
.gotop a:hover {
    background-color: rgba(0, 0, 0, 1);
    background-position: center 60%;
}
.gotop a.btn-gotop {
    background-image: url("../../images/2019/ico-angle-down-light.svg");
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.gotop a.btn-goto-comments {
    background-image: url("../../images/2019/ico-comments-light.svg");
}
/*全局分頁列*/
.pagination-wrapper {
    margin: 20px auto;
}
.pagination-wrapper .pagination {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pagination-wrapper .pagination .page-item {
    margin: 5px 0;
}
.pagination-wrapper .pagination .page-item .page-link {
    border-radius: 0;
}
.pagination-wrapper .pagination .load-more {
    padding: 8px 15px;
    background: #bc0614;
    color: #ffffff;
    font-size: 0;
    line-height: 1.1;
}
.pagination-wrapper .pagination .load-more a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.pagination-wrapper .pagination .load-more a .icon-loading {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("../../images/2019/ico-loading-light.svg") no-repeat center center, url("../../images/2019/ico-loading-active-light.svg") no-repeat -9999px;
    margin-right: 10px;
}
.pagination-wrapper .pagination .load-more a .icon-loading.active {
    background-image: url("../../images/2019/ico-loading-active-light.svg");
    animation: rotate360deg 1s forwards steps(8, end) infinite;
}
.pagination-wrapper .pagination .load-more a .text {
    font-size: 24px;
}
.pagination-wrapper .pagination .load-more a .count {
    font-size: 16px;
    margin-left: 10px;
}
@keyframes rotate360deg {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
/*全局右邊欄facebook page plugin*/
.facebook-page-plugin {
    margin: 20px auto;
    text-align: center;
}
