@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');

body {
    /*background: url('../images/bg.png') center center/100% repeat-y;*/
    background: #fff /*linear-gradient(to right, #dddddd 80%, #d9d8d5 100%)*/;
    box-sizing: border-box;
    font-family: 'Noto Sans TC', 'sans-serif', 'Microsoft JhengHei' !important;
}
img {
    display: block;
    margin: auto;
}
a{
    color: #fff;
    text-decoration:none;
}
a:hover{
    text-decoration: none !important;
    color: #C8352F !important;
}

p a {
    color: #2393aa;
    text-decoration: underline;
}

/*nav*/
.navbar {
    width: 100%;
    background-color: #000;
    margin-bottom: 15px;
    min-height: 48px;
    position: fixed;
    z-index: 1;
    margin-top: 4px;
    border-bottom: 1px solid #000;
}
.brand {
    display: inline-block;
    padding: 10px 0;
    line-height: 24px;
    color: #777;
    font-weight: bold;
    text-decoration: none;
    transition: color .3s;
}
.brand:hover,
.brand:focus {
    color: skyblue;
}
.navbar-menu {
    float: right;
    margin-right: 20px;

}
.navbar-menu > li {
    display: inline-block;
    position: relative;
}
.navbar-menu > li > a {
    display: block;
    line-height: 48px;
    margin-left: 20px;
    text-decoration: none;
    transition: color .3s;
    text-align: center;
    font-size: 20px;
}
.navbar-menu > li:nth-child():after {
    content: "";
    display: inline;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -12px;
    width: 2px;
    height: 14px;
    background: #fff;
}
.navbar-menu > li:nth-child() {
    display: none;
}
.navbar-menu > li:nth-child():after {
    display: none;
}

.navbar-menu > li> a >img {
    max-width: 20px;
    display: inline;
}
/*.navbar-menu > li > a:hover,
.navbar-menu > li > a:focus {
    color: #ff4d69;
}*/
.navbar-menu > li > a {
	color: #ffffff;
}
.navbar-menu > li > a:hover {
    color: #76BE5F !important;
}
.navbar-menu > li > a.active {
	color: #76BE5F !important;
}

.button-toggle {
    float: right;
    display: none;
    padding: 5px 10px;
    margin: 10px 0;
    line-height: 24px;
    color: #fff;
    text-decoration: none;
    transition: color .3s;
    border: 1px solid #ccc;
}
/*nav end*/
.edition {
    position: absolute;
    left: 0px;
    top: 20px;
    width: 30%;
    max-width: 100px;
}
.fw-600 {
    font-weight: bold;
}

.articleimg_text {
    font-size: 85%;
    color: #999;
}
.c-red {
    color: #E03F19;
}

.fs-l {
    font-size: 200%;
}
.titleimg {
    display: block;
    margin: auto;
    /* width: 80%; */
    max-width: 800px;
    max-height: 70vh;
    min-width: 320px;
    /* padding-bottom: 30px; */
}

.container{
  max-width: 1200px !important;
}

.container100 {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    position: relative;
}
.container90 {
    width: 90%;
    max-width: 1000px;
    margin: auto;
}
.container85 {
    width: 85%;
    max-width: 1000px;
    margin: auto;
}

.container p{
  letter-spacing: 1.2px;
  line-height: 1.8;
  font-size: 18px;
  font-weight: 400;
  padding: 20px 0px;
  text-align: justify;
  color: #777777;
}

.contentarea {
    height: 70vh;
    background-color: rgba(0, 0, 0, 0);
    position: relative;
}
.logo {
  height: 40px;
}
.logo img {
    width: 80px;
    padding-top: 3px;
}
.ntitle a{
    position: fixed;
    font-size: 18px;
    color: #fff;
    text-align: right;
    line-height: 1.2;
    z-index: 99;
    top:0px;
    right:0px;
    text-decoration:none;
    background-color: rgba(194, 37, 62, 0.35);
    height: 34px;
    padding: 14px 20px 0px 20px;
}

.stock a{
    background-color: #ffecec;
    padding: 8px 12px;
    margin-right: 10px;
        /*border:2px #ccc solid;*/
    border-radius:8px;
    text-decoration:none;
    color: #000000;
    white-space:nowrap;
    line-height: 3;
    }

.ps {
    background: #f6f6f6;
    font-size: 18px;
    letter-spacing: 1.07px;
    color: #E03F19;
    padding: 20px 48px;
    border: #E03F19 4px double;
    line-height: 2;
    text-align: left;
}
.banner {
    width: 100%;
    margin: 64px 0 0;
    overflow: hidden;
    /*background: url('../images/boxes/cover_DT.jpg') center top 60px/100% no-repeat;
    background-attachment: fixed;
    animation: opacity 1s 1 ease;*/
}
.banner img {
    width: 100%;
    height: auto;
    /*animation: scale 1s infinite;*/
}
@keyframes around {
    0% {
        transform: rotate(1deg);
    }
    100% {
        transform: rotate(359deg);
    }
}
@keyframes opacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes wave {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0);
    }
}
@keyframes scale {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.005);
    }
    100% {
        transform: scale(1);
    }
}
.top-bg {
    width: 95%;
    max-width: 1550px;
    margin: 0 auto;
    background: #ffffff;
    /*border: 12px solid #6c6c7c;
    border: 12px solid transparent;
    border-image: linear-gradient(to top, #795548 0%,#c09175 50%,#b8935b 100%);
    border-image-slice: 1;*/
}

.intro {
    background: #f6f6f6;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1.07px;
    color: #E03F19;
    padding: 20px 48px;
    border-left: #E03F19 4px solid;
    line-height: 2;
}

.intro_2 {
    font-size: 20px;
    font-weight: normal;
    color: #333;
    padding: 0 10px;
    margin-bottom: 0 !important;
    line-height: 2;
    position: relative;
    z-index: 1;
}
.intro_2 b {
    font-size: 26px;
    padding: 0 5px 0 0;
    color: #75be60;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    font-weight: bold;
}

.quote {
    font-size: 20px;
    letter-spacing: 1.07px;
    color: #777777;
    padding: 20px 0;
    line-height: 2;
}

.quote_by {
    font-size: 14px;
    letter-spacing: 1.07px;
    color: #777777;
    margin: 0 !important;
    width: 100% !important;
}

.quote_img {
  width:30px !important;
  padding:0px !important;
  margin-bottom: 20px;
}

.quote_inner {
  padding: 20px;
  background-color: #ffffff;
  width: 100% !important;
  color: #E03F19 !important;
}


.btn {
    height: 46px;
    font-size: 16px;
    line-height: 46px;
    border-radius: 23px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    margin-top:0;
    margin-bottom: 60px !important;
    text-align: center;
    background-color: #E03F19;
}

.btn-primary {
  background-color: #E03F19 !important;
  border-color: #E03F19 !important;
}

.btn-primary:hover {
  background-color: #c13616 !important;
  border-color: #c13616 !important;
}

.btn-secondary {
  background-color: #2ac1d0 !important;
  border-color: #2ac1d0 !important;
}

.btn-secondary:hover {
  background-color: #14aebb !important;
  border-color: #14aebb !important;
}

.btn-yellow {
  background-color: #fba61b !important;
  border-color: #fba61b !important;
}

.btn-yellow:hover {
  background-color: #e09502 !important;
  border-color: #e09502 !important;
  color: #ffffff !important;
}

progress {
    /* Positioning */
    position: fixed;
    left: 0;
    top: 0;
    /* Dimensions */
    width: 100%;
    height: 4px;
    /* Reset the apperance */

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Get rid of the default border in Firefox/Opera. */

    border: none;
    /* For Firefox/IE10+ */
    background-color: #000000;
    /*background-color: transparent;*/
    /* For IE10+, color of the progress bar */

    color: #860a0e;
    z-index: 10;
}
progress::-webkit-progress-bar {
    background-color: transparent;
}
.flat::-webkit-progress-value {
    background-color: #E03F19;
}
.flat::-moz-progress-bar {
    background-color: #E03F19;
}
.single::-webkit-progress-value {
    background-color: transparent;
    background-image: -webkit-linear-gradient(left, transparent, red);
}
.single::-moz-progress-bar {
    background-color: transparent;
    background-image: -moz-linear-gradient(left, transparent, red);
}
.multiple::-webkit-progress-value {
    background-image: -webkit-linear-gradient(-45deg, transparent 33%, rgba(0, 0, 0, .1) 33%, rgba(0, 0, 0, .1) 66%, transparent 66%), -webkit-linear-gradient(left, green, red);
}
.multiple::-moz-progress-bar {
    background-image: -moz-linear-gradient(-45deg, transparent 33%, rgba(0, 0, 0, .1) 33%, rgba(0, 0, 0, .1) 66%, transparent 66%), -moz-linear-gradient(left, green, red);
}
.progress-container {
    width: 100%;
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    height: .25em;
    display: block;
}
.progress-bar {
    background-color: red;
    width: 50%;
    display: block;
    height: inherit;
}
/* section {
    margin: 0 auto;
    width: 100%;
    padding: .35em 0;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 98;
} */

.scrolling img {
    max-width: 90%;
    /*max-width: 900px;*/
    padding: 0;
    border: 6px solid #dddddd;
    border-radius: 5px;
}

.scrolling .img-r {
    background: #ececec;
    float: right;
    border-radius: 5px;
    max-width: 420px;
    margin: 0 0 20px 30px;
    padding: 10px;
}
.scrolling .img-r img {
    max-width: 100%;
    border: 0;
    margin: 0 0 10px;
}

@media screen and (max-width: 992px) {
    .scrolling .img-r {
        width: 100% !important;
        float: none;
        clear: both;
        max-width: 500px;
        margin: 0 auto;
    }
}

.articleimg {
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
}
.articleimg_s {
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
}
.fw-600{
    font-weight: bold;
}

/* footer {
    position: relative;
    width: 100%;
    background: #fff;
    font-size: 15px;
    font-weight: 300;
    color: #999999;
    padding: 30px 0px;
    letter-spacing: 1px;
    padding: 0px 0px 40px 0px;
} */
.footer {
    background: #383838;
    font-size: 16px;
    letter-spacing: 1.07px;
    color: #ffffff;
    padding: 16px;
    margin: auto;
    line-height: 1.6;
    text-align: center;
}

.footer-bottom {
    position: relative;
    background: #000;
    font-size: 16px;
    letter-spacing: 1.07px;
    color: #ffffff;
    padding: 16px;
    margin: 0 auto 0;
    line-height: 1.6;
    text-align: center;
}


@media screen and (min-width: 1920px) {
    /*.logo img{
        width: 146px;
    }*/
}


/*gotop、fb、line */

.icon {
    position: fixed;
    left: 0;
    bottom: 122px;
    width: 50px;
    height: 155px; /*v.2 為了有區隔的高度修改*/
    z-index: 99;
    -webkit-transition: width 0.5s, height 0s;
    /* For Safari 3.1 to 6.0 */
    transition: width 0.5s, height 0s;
}

.right-icon {
    position: fixed;
    right: 5px;
    bottom: 5px;
    width: 100px;
    z-index: 99;
    animation: wave 1s infinite ease;
}

.icon li {
    border-radius: 0 50px 50px 0;
    margin-bottom: 5px;
    overflow: hidden;
}

.fb_icon {
    background-color: #395791;
}
.fb_icon > a {
    height: 50px;
    display: block;
    background-image: url(../images/theme/icon-fb.png);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
}

.comment_icon > .count,
.fb_icon > .count {
    display: none;
}

.comment_icon.has-count > .count,
.fb_icon.has-count > .count {
    display: block;
    font-size: 14px;
    text-align: center;
    color: #FFF;
    padding: 10px 0;
}

.comment_icon.has-count > .count::before,
.fb_icon.has-count > .count::before {
    content: '';
    border-top: 1px solid #FFF;
    width: 60%;
    height: 1px;
    display: block;
    margin: auto;
    position: relative;
    top: -10px;
}
.comment_icon {
    background-color: #F0AD4E;
}
.comment_icon > a {
    height: 50px;
    display: block;
    background-image: url(../images/theme/icon-comments.png);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
}
.line_icon {
    background-color: #4fb331;
}

.gotop {
    background-color: #c9caca;
    margin-top: 5px; /*v.2 為了有區隔的高度修改*/
}

/**/
.more-btn {
    display: block;
    text-align: center;
    margin: 0 auto;
}
.more-btn a {
    display: inline-block;
    background: #ED4E28;
    color: #ffffff;
    font-size: 1.3em;
    padding: 5px 20px;
    transition: 0.3s;
}
.more-btn a img {
    width: 25px;
    height: 25px;
    display: inline-block;
    margin: 0 0 0 10px;
}
.more-btn a:hover {
    transform: scale(1.05);
    color: #ffffff !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

/*搜尋框*/
.search-bg {
    background: #f1f1f1;
    padding: 2% 0;
    margin: 1% 0 0.5%;
}
.search {
    width: 95%;
    margin: 0 auto;
    max-width: 325px;
    box-sizing: border-box;
    text-align: center;
}
.search p {
    font-size: 22px;
    font-weight: bold;
    color: #434343;
    letter-spacing: 0.5px;
}
.search .search-info {
    border: 1px solid #cccccc;
    background: #ffffff;
    border-radius: 5px;
    position: relative;
}
.search .search-info b {
    width: 100%;
    height: 40px;
    font-size: 20px;
    padding: 5px 10px;
    display: block;
    color: #00305f;
    text-align: left;
    letter-spacing: 1px;
}
.search .search-info i {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    background: #00305f;
    text-align: center;
    display: block;
    border-radius: 0 3px 3px 0;
}
.search .search-info i img {
    width: 60%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 576px) {
    .search p {
        font-size: 18px;
        margin: 5px 5px 10px;
    }
    .search .search-info b {
        font-size: 16px;
        padding: 6px 10px;
    }
    .more-btn a {
        display: block;
        width: 90%;
        font-size: 1em;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1300px) {
    .navbar-menu > li > a {
        font-size: 18px;
    }
}

@media screen and (max-width: 1200px) {
    .navbar-menu > li > a {
        font-size: 16px;
        line-height: 24px;
        padding: 5px 0;
    }
    .intro_2 {
        padding: 0;
    }
    
    .banner {
        margin: 60px 0 0;
    }
}

@media screen and (min-width: 601px) {
    .fb_icon:hover,
    .line_icon:hover,
    .comment_icon:hover,
    .gotop:hover {
        width: 55px;
    }
}

@media screen and (max-width: 576px) {
    body {
        /*background: url('../images/bg-2.png') center center/100% repeat-y;
        background: #eddcc3;*/
    }
    .navbar-menu.active {
        display: block;
        /* margin-top: 36px; */

    }
    .navbar-menu > li {
        display: block;
    }
    .navbar-menu > li > a {
        /* border-bottom: 1px solid rgba(255, 255, 255, 0.5); */
    }
    .navbar-menu > li:nth-child(3)> a {
        border-bottom: none;
    }
    .navbar-menu > li:nth-child(1):after,
    .navbar-menu > li:nth-child(2):after {
        display: none;
    }
    /* .navbar-menu > li:nth-child(1)> a {
        padding-left: 26px;
    } */
    .button-toggle {
        display: inline-block;
        margin-right: 10px;
    }
    .bgtitle_1{
        top:60%;
    }
    .titleimg{
        padding-top: 0;
    }

    .edition {
        max-width: 60px;
    }
    .logo img {
        padding-top: 5px;
    }
    .bg-0 h2 {
        width: 100%;
        font-size: 34px;
        color: #fff;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
        line-height: 1.2;
    }
    .bg-1 h2 {
        width: 90%;
        font-size: 34px;
        color: #fff;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
        line-height: 1.2;
    }
    .bg-2 h2 {
        width: 90%;
        font-size: 34px;
        color: #fff;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
        line-height: 1.2;
    }
    .bg-3 h2 {
        width: 90%;
        font-size: 34px;
        color: #fff;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
        line-height: 1.2;
    }
    .bg-4 h2 {
        width: 90%;
        font-size: 34px;
        color: #fff;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
        line-height: 1.2;
    }
    .bg-5 h2 {
        width: 90%;
        font-size: 34px;
        color: #fff;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
        line-height: 1.2;
    }
    .bg-6 h2 {
        width: 90%;
        font-size: 34px;
        color: #fff;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
        line-height: 1.2;
    }
    .bg-5 p {
        width: 100%;
        font-size: 18px;
        color: #4f4f4f;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
        line-height: 1.6;
        text-align: center;
        padding-top: 40px
    }
    .ps {
        background: #f6f6f6;
        font-size: 18px;
        letter-spacing: 1.07px;
        color: #E03F19;
        padding: 20px;
        border: #E03F19 4px double;
        line-height: 2;
        text-align: left;
    }
    .intro {
        background: #f6f6f6;
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 1.07px;
        color: #E03F19;
        padding: 20px;
        border-left: #E03F19 4px solid;
        line-height: 2;
        text-align: justify;
    }
    .intro_2 b {
        font-size: 22px;
    }
    .banner {
        margin: 60px auto 0;
        /*background: url('../images/boxes/cover_M.jpg') center top/100% no-repeat;*/
    }
    .table {
        font-size: 18px !important;
    }
    .icon {
        width: 100%;
        height: 50px;
        bottom: 0;
        background-color: #eee;
        margin: 0px;
    }
    .icon li {
        width: 33.33%;
        border-radius: 0;
        margin-bottom: 0;
        float: left;
    }
    .gotop{
        margin-top:0;/*v.2 為了有區隔的高度修改*/
    }

    .fb_icon:hover,.line_icon:hover,.gotop:hover {
        opacity: 0.5;
    }
    .contentarea {
    height: 50vh;
    background-color: rgba(0, 0, 0, 0);
    position: relative;
    }
    footer {
        padding-bottom: 50px;
    }
    .footer-bottom {
      margin-bottom: 50px;
    }
    .articleimg {
        padding-top: 10px;
        padding-bottom: 10px;
        display: none;
    }
    .articleimg_s {
        padding-top: 10px;
        padding-bottom: 10px;
        display: block;
    }

    .comment_icon > a,
    .fb_icon > a {
        flex: 1;
    }

    .comment_icon.has-count,
    .fb_icon.has-count {
        display: flex;
    }
    .comment_icon.has-count > .count,
    .fb_icon.has-count > .count {
        flex: 1;
        line-height: 50px;
        padding: 0;
    }

    .comment_icon.has-count > .count::before,
    .fb_icon.has-count > .count::before {
        content: '';
        border-left: 1px solid #FFF;
        border-top: 0;
        height: 20px;
        width: 1px;
        display: block;
        position: absolute;
        top: 17px;
    }

    .right-icon {
        bottom: 55px;
    }

}

@media screen and (width: 1920px) {
.titleimg{
   max-width: 900px;
    }
}
/*gotop、fb、line  end*/

.upheight {
    min-height: 48px;
}
.upheight.activeh {
    min-height: 300px;
}


.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}
/*Reading position indicator*/

/*RWD Youtube 以及 Vimeo*/

.video-container{
position:relative;
padding-bottom:56.25%;
padding-top:30px;height:0;
overflow:hidden;

}

.video-container iframe,.video-container object,.video-container embed{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}
/* peggyh*/

.scrolling .author{
  padding: 0px;
  font-size: 14px;
}

.card{
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  margin-bottom: 20px;
}

.hightlight{
  background-color: rgba(42, 193, 208,0.1);
}

.ad{
  background-color: #f2f2f2;
}

.caption{
  font-size: 12px !important;
  text-align: center !important;
}

.container p {
    min-height: 64px;
}
.btn-area {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 20px 0;
    background-color: none !important;
    text-align: center;
}

.btn-area a {
    width: 95%;
    max-width: 320px;
    padding: 10px 0;
    display: block;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    background-color: #003e8d;
    font-size: 1.2rem;
    transition: 0.3s;
}
.btn-area a:hover {
    opacity: 0.8;
    color: #fff !important;
}
@media screen and (max-width: 768px) {
    .navbar-menu {
        float: none;
        display: none;

    }
    .btn-area a {
        margin: 0;
        max-width: 100%;
    }
    .container p {
        min-height: auto;
    }
    .card-body {
        padding: 1rem !important;
    }
}
