﻿@charset "utf-8";
/* CSS Document */

html, body {
    height: 100%
}

.wrapper {
    /*min-height: 100%;*/
    min-height: calc(100% - 153px);
}

* {
    padding: 0;
    margin: 0;
    font-family: Arial,"微軟正黑體";
    letter-spacing: 0.05em;
    list-style: none;
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -webkit-text-size-adjust: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

a:hover {
    text-decoration: none;
}

.breadcrumb {
    padding: 0px;
    background-color: transparent;
    margin-bottom: -20px;
    margin-top: 15px;
}

/* photo 16:9 */
.image-container {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    background-color: #000000;
    position: relative;
}

.image-program {
    top: 25px;
}

.image-container img {
    width: 100%;
}

.fix-position {
    position: relative;
    bottom: -20px;
}

/* vedio-list */
.vedio-list {
    padding: 100px 0 20px 0;
}

.owl-vedio-item {
    padding: 10px 0px
}

    .owl-vedio-item .livePhotosNav > div {
        cursor: pointer;
        width: 30px;
        height: 50px;
        position: absolute;
        top: 25%;
        border-radius: 5px;
    }

    .owl-vedio-item .owl-stage * {
        transition: all 0s;
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        -ms-transition: all 0s;
    }

    .owl-vedio-item .livePhotosNav_prev, .owl-vedio-item .livePhotosNav_next {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 50% auto;
    }

    .owl-vedio-item .livePhotosNav_prev {
        background-image: url(../img/arrow-left.png);
        left: 10px;
    }

    .owl-vedio-item .livePhotosNav_next {
        background-image: url(../img/arrow-right.png);
        right: 10px;
    }

.owl-news-item .livePhotosNav > .disabled {
    width: 0px;
    height: 0px;
}

.vedio-list h4 {
    color: #000;
    padding: 5px 5px;
    font-size: 1.1em;
    line-height: 1.3em;
    /*-webkit-line-clamp: 2;*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
}

    .vedio-list h4:hover {
        color: #FF5700;
    }

.owl-carousel .owl-stage-outer {
    padding-bottom: 5px;
    border-bottom: 1px solid #E3E3E3;
    position: relative;
    overflow: hidden;
}

.liveBox .playerIcon, .playerIcon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: rgba(0,138,255,0.8);
    z-index: 1;
}

    .playerIcon:before {
        position: absolute;
        content: '';
        display: inline-block;
        width: 0;
        height: 0;
        border: 15px solid transparent;
        border-left-color: #fff;
        top: 25%;
        left: 42%;
    }

/* popup */
.vedio_close {
    background-size: auto 30px;
    width: 30px;
    height: 30px;
    background-position: -180px 0px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 3;
}

.black_overlay {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 1000;
    -moz-opacity: 0.8;
    opacity: 0.85;
    filter: alpha(opacity=85);
}

.popup_content {
    position: fixed;
    display: none;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: 1001;
}

.popup_content_box {
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}

.vedio_Layout {
    background-color: #fff;
    width: 90%;
    max-width: 1200px;
    padding: 20px 20px;
    position: relative;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 20px #000000;
    box-shadow: 0px 0px 20px #000000;
}

.vedio_logo {
    width: 90%;
    max-width: 220px;
}

.video-content {
    width: 100%;
    padding-top: 10px;
    justify-content: space-between;
    display: flex;
}

.video-main {
    width: calc(100% - 330px);
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

    .video-container iframe, .video-container object, .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.video-relate {
    width: 300px;
}

.video-title {
    width: 100%;
    padding: 5px 0;
    margin-bottom: 10px;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
}

.video-relate a {
    color: #000;
}

.video-relate h4 {
    color: #000;
    font-size: 1.4em;
}

.video-link h4 {
    /*height: 115px;*/
    color: #20659a;
}

/* section */
h1 {
    display: none;
}

h2 {
    color: #3e6e9a;
    font-size: 2em;
    line-height: 1.9em;
    font-weight: normal;
    letter-spacing: 0.1em;
    border-bottom: 5px solid #fffc00;
    display: table;
    position: absolute;
    /*bottom: -5px;*/
    bottom: -16px;
}

.h2-box {
    width: 100%;
    line-height: 1.9em;
    border-bottom: 5px solid #0080FF;
    position: relative;
    z-index: -1;
}

.container {
    width: 90%;
    margin: auto;
    max-width: 1200px;
}

.container-list {
    width: 95%;
    margin: auto;
    max-width: 1230px;
}

/* header */
.setn-bg {
    background-color: #008AFF;
}

.setn-logo {
    max-width: 60px;
    margin: 6px 0 6px 0;
}

.logo-bg {
    background-color: #fffc00;
    text-align: center;
}

.logo {
    max-width: 150px;
    margin: 6px 0 6px 0;
}

.navFixed {
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    margin-top: 0;
    min-width: 100%;
    opacity: 0.9;
    transition: opacity .5s ease-out;
}

/* visual */
.visual {
    width: 100%;
    height: 550px;
    background-image: url(../img/visual.jpg);
    background-size: cover;
    background-position: center center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    display: inline-flex;
    color: #FFFFFF;
}

    .visual p {
        font-size: 1.7em;
        letter-spacing: 0.1em;
        line-height: 1.9em;
        text-align: center;
    }

    .visual .title {
        font-size: 2.5em;
        letter-spacing: 0.2em;
        margin-bottom: 50px;
        font-weight: bold;
    }

/*program-list*/
.program ul {
    align-content: flex-start;
    flex-wrap: wrap;
    display: flex;
    margin-top: 20px;
}

.program li {
    width: 31.3%;
    margin: 5px 1%;
    border-bottom: 1px solid #E3E3E3;
    padding-bottom: 15px;
}

.program-box {
    display: inline-flex;
    /*margin: 10px 0 0 0;*/
}

    .program-box img {
        width: 45px;
        height: 45px;
        margin-right: 10px;
        border-radius: 20px;
    }

    .program-box h3 {
        color: #415570;
        font-weight: bold;
        font-size: 1.2em;
        line-height: 45px;
    }

        .program-box h3:before {
            content: "│";
            display: inline-block;
            color: #415570;
            font-size: 1.2em;
        }

        .program-box h3:hover {
            color: #FF5700;
        }

.program p {
    margin-top: 5px;
    font-size: 1em;
    color: #666666;
    letter-spacing: 0.1em;
    line-height: 1.7em;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .program p:nth-child(2) {
        height: 110px;
    }

/*program-info*/
.program-info {
    background-color: #E3FAFB;
}

.info-box {
    padding: 35px 0;
    justify-content: space-between;
    /*align-items: center;*/
    display: flex;
}

.program-img {
    width: 380px;
}

.info {
    width: calc(100% - 410px);
}

.info-title-box {
    justify-content: space-between;
    display: flex;
}

.title-box {
    display: inline-flex;
}

    .title-box h3 {
        color: #155290;
        font-size: 1.3em;
        line-height: 1.6em;
    }

.info p {
    margin-top: 10px;
    border-top: 1px dotted #ADCBEA;
    border-bottom: 1px dotted #ADCBEA;
    padding: 10px 0;
    color: #3b3b3b;
    font-size: 1em;
    letter-spacing: 0.1em;
    line-height: 1.8em;
}

/*unit-list*/
.unit-list ul {
    margin-bottom: 50px;
}

.unit-list li {
    padding: 30px 0 10px 0;
    border-bottom: 1px solid #E3E3E3;
}

.unit-title-box {
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.unit-list h3, .unit-list h3:hover {
    color: #6c6e6f;
}

.unit-list h4 {
    color: #333333;
    font-size: 1.7em;
    letter-spacing: 0.05em;
    line-height: 1.3em;
    height: 1.3em;
    margin: 15px 0;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sound-box {
    display: inline-flex;
    line-height: 35px;
}

.sound-length {
    /*color: #808080;*/
    color: #0d6aa0;
    margin-right: 5px;
    font-size: 0.9em;
}

.time {
    color: #808080;
    font-size: 0.9em;
    line-height: 3em;
}

    .time > a {
        padding-left: 5px;
    }

.unit-list p {
    color: #333333;
    font-size: 1em;
    letter-spacing: 0.1em;
    line-height: 2em;
    margin-bottom: 25px;
}

.tabcontent {
    z-index: 10;
    /*display: none;*/
    width: 100%;
    background-color: #001828;
    position: fixed;
    opacity: 0.8;
    bottom: 0;
    padding: 10px 10px;
}

/*News*/
.news {
    margin-top: 100px;
}

    .news ul {
        margin-top: 10px;
        align-content: flex-start;
        justify-content: space-between;
        display: inline-flex;
        flex-wrap: wrap;
    }

    .news li {
        width: 31%;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        border-bottom: 1px dotted #C5C5C5;
    }

        .news li a:before {
            color: #ff7200;
            content: "◆";
            display: inline-block;
            margin: 0 10px;
        }

    .news a {
        color: #000000;
        font-size: 1em;
        letter-spacing: 0.1em;
        line-height: 2.6em;
    }

        .news a:hover {
            color: #FF5700;
        }

/*Footer*/
.wrapper-footer {
    position: absolute;
}


footer{
    background-color: #1F304B;
    padding: 60px 80px;
    text-align: center;
}
.footerLink {
    line-height: 2;
    height: auto;
    flex: 1;
    margin: 0 0 3% 0;
}
.footerLink ul { text-align: center;}
.footerLink ul li {
  display: inline-block;
  color: #707070;
  white-space: nowrap;
}
.footerLink ul li a{ color: #ffffff; }
.footerLink ul li a:hover{ color:#d8d8d8;}
.footerLink ul li:not(:last-child)::after {
  content: "|";
  color: #d6d6d6;
  font-size: 12px;
  margin-left: 3%;
  vertical-align: middle;
}
.socialBox{ margin: 0 auto 0.5% auto; }
.fb2,.yt2,.ig,.twitter,.line,.tele{
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../img/sm.png) no-repeat;
  background-size: cover;
  background-position: 0 0;
  margin: 1%;
}
.yt2{ background-position: -40px 0; }
.ig{ background-position: -80px 0; }
.twitter{ background-position: -121px 0; }
.line{ background-position: -161px 0; }
.tele{ background-position: -201px 0; }
.copyright{ 
  color: #ffffff;
  font-size: 0.8rem;
  line-height: 1.4;
}

.footer-box {
    justify-content: space-between;
    display: flex;
}

footer p {
    color: #FFFFFF;
    font-size: 1em;
    letter-spacing: 0.1em;
    line-height: 2em;
}

/*icon-all*/
.icon {
    background-image: url(../img/icon-all.png);
}

.icon-footer-fb {
    width: 30px;
    height: 30px;
    background-size: auto 30px;
    background-position: -90px 0px;
}

.icon-shareIcon {
    background-size: auto 38px;
    width: 38px;
    height: 38px;
}

.icon-fb {
    background-position: 0px 0px;
}

.icon-line {
    background-position: -38px 0px;
}

.icon-twitter {
    background-position: -76px 0px;
}

.shareIcon {
    padding-top: 17px;
    color: #000;
    display: flex;
    font-size: 1em;
    line-height: 38px;
}

    .shareIcon div {
        margin-left: 5px;
    }

.icon-sound {
    transition: all 0s;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    background-size: auto 35px;
    /*background-position: -175px 0px;*/
    background-position: -140px 0px;
    width: 35px;
    height: 35px;
}

    .icon-sound:hover {
        cursor: pointer;
    }

    .icon-sound.active {
        background-position: -175px 0px;
    }

.close {
    background-size: auto 25px;
    width: 25px;
    height: 25px;
    background-position: -150px 0px;
    position: absolute;
    top: -12.5px;
    left: 10px;
    z-index: 3;
}

/*button*/
.button {
    color: #FFFFFF;
    font-size: 1.05em;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    padding: 5px 8px 2px 10px;
    border-radius: 5px;
    display: table;
}

    .button:hover {
        opacity: 0.7;
    }

.more-Project {
    margin-left: 15px;
    background-color: #016DD9;
}

.more-news {
    /*background-color: #ff7200;*/
    background-color: #808080;
}

.more {
    margin: auto;
    background-color: #00A9D3;
    border-radius: 0px;
    padding: 5px 20px 2px 22px;
}

a:hover, a::after {
    color: #FF5700;
}

.detailword {
    padding-top: 30px;
}

/*gotop*/
#podcast-gotop {
    display: none;
    cursor: pointer;
    position: fixed;
    right: 15px;
    bottom: 45px;
    width: 68px;
    height: 68px;
    z-index: 100;
    background-image: url(../img/gotop.png);
    background-repeat: no-repeat;
    background-size: 70%;
}

.sound-state {
    cursor: pointer;
    color: #0d6aa0;
    letter-spacing: 5px;
}

/*.program-volume-box {
    height: 200px;
}*/

.volume-title {
    padding-top: 20px;
    font-size: 26px;
    font-weight: bold;
}

.volume-sound-box {
    /*height: 90px;*/
    margin-top: 20px;
}

.vedio_area {
    padding-top: 60px;
}

.relate_area img {
    width: 19%;
    min-width: 90px;
    image-rendering: -webkit-optimize-contrast;
    margin: 1% 0;
}



@media only screen and (max-width: 1250px) {
    .visual {
        height: 400px;
    }

    .volume-sound-box {
        /*height: 60px;*/
        margin-top: 20px;
    }
}

@media only screen and (max-width: 1024px) {
    .visual {
        height: 320px;
    }

        .visual .title {
            font-size: 2.3em;
            margin-bottom: 30px;
        }

        .visual p {
            font-size: 1.5em;
            line-height: 1.7em;
        }

    .program li {
        width: 47%;
        margin: 5px 1.5%;
    }

    .info-box {
        flex-direction: column;
    }

    .program-img {
        width: 100%;
    }

    .info {
        margin-top: 20px;
        width: 100%;
    }

    .news li {
        width: 47%;
    }

    .volume-sound-box {
        /*height: 60px;*/
        margin-top: 20px;
    }

    /* popup */
    .vedio_Layout {
        max-width: 600px;
    }

    .video-content {
        flex-direction: column;
        display: inline-flex;
    }

    .video-main {
        width: 100%;
    }

    .video-relate {
        width: 100%;
    }

    .video-title {
        text-align: left;
    }
}

@media only screen and (max-width: 768px) {
    .visual {
        height: 280px;
    }

        .visual .title {
            font-size: 2em;
            margin-bottom: 25px;
        }

        .visual p {
            font-size: 1.3em;
            line-height: 1.5em;
        }

    .info-box {
        position: relative;
        padding-top: 70px;
    }

    .title-box {
        justify-content: space-between;
    }

    .shareIcon {
        position: absolute;
        top: 5px;
        right: 0;
    }

    .unit-list h4 {
        font-size: 1.48em;
        line-height: 1.3em;
        height: 2.4em;
        -webkit-line-clamp: 2;
    }

    .footer-box {
        align-items: center;
        display: flex;
        flex-direction: column-reverse;
        text-align: center;
    }

    footer p {
        margin-top: 20px;
        line-height: 1.7em;
    }
}

@media only screen and (max-width: 520px) {

    .relate_area img {
        width: 24%;
    }

    .container {
        width: 95%;
    }

    .logo {
        max-width: 125px;
    }

    .visual {
        height: 250px;
    }

        .visual .title {
            font-size: 1.7em;
            margin-bottom: 15px;
            font-weight: normal;
        }

        .visual p {
            width: 80%;
            line-height: 1.8em;
            font-size: 1.1em;
        }

    .program ul {
        margin-top: 15px;
    }

    .program li {
        width: 100%;
        margin: 5px 0;
    }

    .program-box img {
        margin-right: 2px;
    }

    .title-box {
        width: 100%;
    }

    .unit-list h4 {
        font-size: 1.15em;
        letter-spacing: 0.03em;
        height: 2.35em;
    }

    .unit-list p {
        font-size: 0.95em;
        letter-spacing: 0.03em;
        line-height: 1.8em;
    }

    .news li {
        width: 100%;
    }

    .news a {
        font-size: 0.95em;
        letter-spacing: 0.03em;
    }

    footer {
        margin-top: 30px;
        padding: 15px 0;
    }

    #podcast-gotop {
        right: 0px;
        width: 58px;
        height: 58px;
        bottom: 30px;
    }

    .owl-carousel .owl-stage-outer {
        padding-bottom: 10px;
    }

    /* popup */
    .vedio_Layout {
        width: 95%;
        padding: 10px 10px;
        border-radius: 0px;
        width: 100%;
        height: 100%;
    }

    .vedio_close {
        background-size: auto 25px;
        width: 25px;
        height: 25px;
        background-position: -150px 0px;
        top: 5px;
        right: 5px;
    }

    .video-relate h4 {
        font-size: 1.2em;
    }

    .popup_content_box {
        align-items: flex-start;
    }
}

@media only screen and (max-width: 540px) {
    .relate_area {
        text-align: left;
    }

        .relate_area img {
            width: 32%;
        }
}


@media only screen and (max-width: 320px) {
    .v-ad {
        display: none;
    }

    .relate_area img {
        width: 47%;
    }
}
