@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css);
* {
    font-family: Noto Sans TC, sans-serif, Microsoft JhengHei;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    background-color: #fff;
    box-sizing: border-box;
    font-family: Noto Sans TC, sans-serif, Microsoft JhengHei;
}
img {
    display: block;
    margin: auto;
}
a{
    color: #fff;
    text-decoration:none;
}
p a {
    color: #E03F19;
    text-decoration:none;
}

/*nav*/
.navbar {
    width: 100%;
    background-color: #000000;
    margin-bottom: 15px;
    min-height: 48px;
    position: fixed;
    z-index: 1;
}
.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;
}
.navbar-menu > li:nth-child(1):after,
.navbar-menu > li:nth-child(2):after,
.navbar-menu > li:nth-child(3):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:hover {
    color: #ff4d69;
}
.navbar-menu > li > a.active {
	color: #ff4d69;
}
.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;
}
.c-red {
    color: #c2253e;
}
.titleimg {
    margin: auto;
    width: 75%;
    max-width: 700px;
    max-height: 80vh;
    min-width: 280px;
    padding-bottom: 30px;
}


.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;
}
.contentarea {
   
    background-color: rgba(0, 0, 0, 0);
    position: relative;
    
}

.logo {
    top: 8px;
    left: 20px;
    z-index: 99;
    position: fixed;
}
.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: #c2253e;
    padding: 20px 48px;
    border: #c2253e 4px double;
    line-height: 2;
    text-align: left;
}

.ps_B{
    font-size: 22px;
    font-weight: 500;
}

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

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

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: #000;
    /*background-color: transparent;*/
    /* For IE10+, color of the progress bar */
    
    color: #E03F19;
    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;
    background: #1F282D;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 98;
}
/*clearfix  start*/

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}
/*clearfix  end*/

.bgtitle_1 {
    text-align: center;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.bgtitle {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.title_dt{
        display:block;
    }
.title_m{
        display:none;
    }
.bg-0 h2 {
    width: 100%;
    font-size: 54px;
    color: #fff;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    line-height: 1.4;
}
.bg-1 h2 {
    width: 90%;
    font-size: 54px;
    color: #fff;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    line-height: 1.4;
}
.bg-2 h2 {
    width: 85%;
    font-size: 52px;
    color: #fff;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    line-height: 1.4;
}
.bg-3 h2 {
    width: 85%;
    font-size: 55px;
    color: #fff;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    line-height: 1.4;
}
.bg-4 h2 {
    width: 85%;
    font-size: 55px;
    color: #fff;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    line-height: 1.4;
}
.bg-5 h2 {
    width: 85%;
    font-size: 55px;
    color: #fff;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    line-height: 1.4;
}
.bg-6 h2 {
    width: 85%;
    font-size: 55px;
    color: #fff;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    line-height: 1.4;
}
.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
}
.scrolling img {
    width: 100%;
}
.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: #fdfdfd;
    font-size: 15px;
    font-weight: 300;
    /*text-align: center;
    border-top: 8px black solid;*/
    color: #999999;
    padding: 30px 0px;
    letter-spacing: 1px;
    padding: 0px 0px 40px 0px;
}
.footer {
    background: #e6e6e6;
    font-size: 16px;
    letter-spacing: 1.07px;
    color: #000;
    padding: 16px;
    width: 85%;
    /*max-width: 400px;*/
    margin: auto;
    /*min-height: 34px;*/
    line-height: 1.6;
    text-align: center;
}


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

@media screen and (min-width: 1024px) {
    /*footer li {
        float: left;
        footer li {
    margin: auto;
}
    }*/
}

/*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;
}
/*.icon li {
    margin: 0;
}*/
.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 為了有區隔的高度修改*/
}

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

@media screen and (max-width: 600px) {
    .navbar-menu {
        float: none;
        display: none;

    }
    .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(4)> a {
        border-bottom: none;
    }
    .navbar-menu > li:nth-child(1):after,
    .navbar-menu > li:nth-child(2):after,
    .navbar-menu > li:nth-child(3):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;
    
    }
    .titleimg.kvb{
        min-width: 145%;
    position: absolute;
    transform: translateX(-40%);
    opacity: 0.7;
    }
    .titleimg.kvt{
        min-width: 540px;
    transform: translateX(-57%);
    }
.logo img {
    padding-top: 5px;
}
.edition {
    max-width: 60px;
}
.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: #c2253e;
    padding: 20px;
    border: #c2253e 4px double;
    line-height: 2;
    text-align: left;
}



.intro {
    background: #f6f6f6;
    font-size: 18px;
    letter-spacing: 1.07px;
    color: #c2253e;
    padding: 20px;
    border-left: #c2253e 4px solid;
    line-height: 2;
    text-align: justify;
}
    .icon {
        width: 100%;
        height: 50px;
        bottom: 0;
        background-color: #eee;
    }
    .icon li {
        width: 25%;
        float: left;
    }
    .gotop{
        margin-top:0;/*v.2 為了有區隔的高度修改*/
    }
    
    .fb_icon:hover,.line_icon:hover,.gotop:hover {
        opacity: 0.5;
    }
    .contentarea {

    background-color: rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
    }
    footer {
        padding-bottom: 60px;
    }
.footer {
    color: #000;
    padding: 14px;
    width: 80%;
    margin: auto;
    line-height: 1.6;
    text-align: center;
}
.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;
    }
    
}


/*Read more*/
.scrolling .readmore{
    letter-spacing: 1.2px;
    line-height: 1.8;
    font-size: 18px;
    font-weight: 400;
    text-align: justify;
    color: #777777;
}
.scrolling .readmoret{
    font-size: 24px;
    color: #c2253e;

}
.readmoret::after{
   display: block;
    content: "";
    background: #c2253e;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 4px;
}

.scrolling .readmore a{
    text-align: justify;
    color: #777;
    font-weight: 300;
}
.scrolling .readmore a:active, .scrolling .readmore a:hover{
    text-decoration: none;
    border-bottom: 1px solid #c2253e;

}
.scrolling .readmorelist{
    margin: 20px 40px;
    padding: 0;
    list-style:outside square;
}

@media screen and (max-width: 600px) {
.scrolling .readmorelist{
    margin: 20px 0px;
    
}
.title_dt{
        display: none;
}
.title_m{
        display: block;
 }
}
@media screen and (max-width:470px) {
.titleimg{
    width: 84%;
}
}
@media screen and (max-width:400px) {
.titleimg{
    width: 88%;
}
}


@media screen and (width: 1920px) {
.titleimg{
   max-width: 900px;
    }
}

/*調整*/
@media screen and (min-device-width : 1024px) and (max-device-width : 1366px) and (orientation : portrait) {

}

@media screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
.contentarea{
   
}
.fixed-bg.bg-0{
  
}
.titleimg{
    width: 80%;
}

}

@media screen and (min-width : 1440px){

.titleimg{
    width: 95%;
}
}





/*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*/