et "utf-8";
/* CSS Document */
body,
input,
select{
    font-family: Microsoft JhengHei, Arial;
}

/* =========================================================
 * 整頁區塊
 * ========================================================= */
#wrap{
    width: 100%;
    min-height: 100vh;
    background: #D7AD3D;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    position: relative;
}

#wrap>.page{
    width: calc(100% - 70px * 2);
    max-width: calc(1230px - 70px * 2);
    min-height: calc(100vh - 70px * 2 - 198px);
    background-image: url(../images/articleBackground.jpg);
    background-size: 100% auto;
    background-position: center top;
    background-repeat: repeat;
    color: transparent;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 70px;
}
@media all and (max-width: 768px) {
    #wrap>.page{
        width: calc(100% - 20px * 2);
        padding: 30px 20px;
    }
}

#wrap>.page article{
    width: 100%;
}
#wrap>.page article .content{
    width: 100%;
    color: #5A4C31;
    font-size: 20px;
    font-weight: bold;
    line-height: 32px;
    text-align: justify;
}
@media all and (max-width: 599px) {
    #wrap>.page article .content{
        font-size: 12px;
        line-height: 20px;
    }
}

#wrap>.page article h1{
    width: 100%;
    color: #2D928B;
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    margin: 0px 0px 50px 0px;
    position: relative;
}
@media all and (max-width: 599px) {
    #wrap>.page article h1{
        font-size: 18px;
        line-height: 24px;
        margin: 0px 0px 30px 0px;
    }
}
#wrap>.page article h1:before{
    content: '';
    width: calc((100% - 30px * 6 - 20px * 2) / 2);
    height: 0px;
    border-top: 2px solid #2D928B;
    position: absolute;
    top: calc(30px / 2 + 2px + 1px);
    left: 0px;
}
@media all and (max-width: 599px) {
    #wrap>.page article h1:before{
        width: calc((100% - 18px * 6 - 12px * 2) / 2);
        border-top: 1px solid #2D928B;
        top: calc(18px / 2 + 1px + 1px);
    }
}
#wrap>.page article h1:after{
    content: '';
    width: calc((100% - 30px * 6 - 20px * 2) / 2);
    height: 0px;
    border-top: 2px solid #2D928B;
    position: absolute;
    top: calc(30px / 2 + 2px + 1px);
    right: 0px;
}
@media all and (max-width: 599px) {
    #wrap>.page article h1:after{
        width: calc((100% - 18px * 6 - 12px * 2) / 2);
        border-top: 1px solid #2D928B;
        top: calc(18px / 2 + 1px + 1px);
    }
}

#wrap>.page article h2{
    width: 100%;
    color: #2D928B;
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    position: relative;
    margin: 30px 0px 0px 0px;
}
@media all and (max-width: 599px) {
    #wrap>.page article h2{
        font-size: 18px;
        line-height: 24px;
    }
}

#wrap>.page article .content .movie{
    width: 100%;
    height: calc(1230px / 560 * 315);
    margin: 0px 0px 50px 0px;
    position: relative;
}
@media all and (max-width: 1229px) {
    #wrap>.page article .content .movie{
        height: calc((100vw - 20px * 2) / 560 * 315);
        margin: 0px 0px 30px 0px;
    }
}
#wrap>.page article .content .movie>iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}
#wrap>.page article .content p{
    margin: 0px 0px 25px 0px;
}
#wrap>.page article .content p:last-child{
    margin: 0px;
}

#wrap>.page article .menu{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
#wrap>.page article .menu>dl{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0px 0px 20px 0px;
}
#wrap>.page article .menu>dl>dt{
    background: rgba(90, 76, 49, 0.5);
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    flex-basis: 70px;
    flex-grow: 0;
    flex-shrink: 0;
    justify-content: center;
    align-items: flex-start;
    padding: 0px 5px;
    margin: 0px 30px 10px 0px;
}
@media all and (max-width: 599px) {
    #wrap>.page article .menu>dl>dt{
        font-size: 14px;
        line-height: 20px;
    }
}
#wrap>.page article .menu>dl>dd{
    color: #5A4C31;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    flex-grow: 1;
    justify-content: flex-start;
    align-items: flex-start;
}
@media all and (max-width: 599px) {
    #wrap>.page article .menu>dl>dd{
        font-size: 14px;
        line-height: 20px;
    }
}
#wrap>.page article .menu>dl>dd>ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
#wrap>.page article .menu>dl>dd>ul>li{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    cursor: pointer;
}
#wrap>.page article .menu>dl>dd>ul>li:hover{
    color: #2D928B;
}
#wrap>.page article .menu>dl>dd>ul>li:after{
    content: '．';
    margin: 0px 5px;
}
#wrap>.page article .menu>dl>dd>ul>li:last-child:after{
    content: '';
}

#wrap>.page article .images{
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}
#wrap>.page article .images>ul{
    width: 100%;
    max-width: calc((210px + 30px * 2) * 4);
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
#wrap>.page article .images>ul>li{
    width: 100%;
    height: 100%;
    background: #4C4948;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 30px 0px;
}
#wrap>.page article .images>ul>li img{
    width: 100%;
    opacity: 0.8;
    display: flex;
}
#wrap>.page article .images>ul>li:hover img{
    opacity: 1;
}

#wrap>.page article .photos{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}
#wrap>.page article .photos>ul{
    width: 100%;
    max-width: calc((210px + 30px * 2) * 4);
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
@media all and (max-width: 359px) {
    #wrap>.page article .photos>ul{
        max-width: 100%;
    }
}
@media all and (min-width: 360px) and (max-width: 656px) {
    #wrap>.page article .photos>ul{
        max-width: 320px;
    }
}
@media all and (min-width: 657px) and (max-width: 1026px) {
    #wrap>.page article .photos>ul{
        max-width: calc((240px + 30px * 2) * 2);
    }
}
@media all and (min-width: 1027px) and (max-width: 1239px) {
    #wrap>.page article .photos>ul{
        max-width: calc((230px + 30px * 2) * 3);
    }
}
#wrap>.page article .photos>ul>li{
    width: 210px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 30px;
}
@media all and (max-width: 359px) {
    #wrap>.page article .photos>ul>li{
        width: calc(100vw - 20px * 2);
        margin: 20px 0px;
    }
}
@media all and (min-width: 360px) and (max-width: 656px) {
    #wrap>.page article .photos>ul>li{
        width: 320px;
        margin: 20px 0px;
    }
}
@media all and (min-width: 657px) and (max-width: 1026px) {
    #wrap>.page article .photos>ul>li{
        width: 240px;
    }
}
@media all and (min-width: 1027px) and (max-width: 1239px) {
    #wrap>.page article .photos>ul>li{
        width: 230px;
    }
}
#wrap>.page article .photos>ul>li>a{
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
#wrap>.page article .photos>ul>li>a>figcaption{
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
#wrap>.page article .photos>ul>li>a>figcaption>div{
    width: 210px;
    height: 210px;
    background: #4C4948;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
@media all and (max-width: 359px) {
    #wrap>.page article .photos>ul>li>a>figcaption>div{
        width: calc(100vw - 20px * 2);
        height: calc(100vw - 20px * 2);
    }
}
@media all and (min-width: 360px) and (max-width: 656px) {
    #wrap>.page article .photos>ul>li>a>figcaption>div{
        width: 320px;
        height: 320px;
    }
}
@media all and (min-width: 657px) and (max-width: 1026px) {
    #wrap>.page article .photos>ul>li>a>figcaption>div{
        width: 240px;
        height: 240px;
    }
}
@media all and (min-width: 1027px) and (max-width: 1239px) {
    #wrap>.page article .photos>ul>li>a>figcaption>div{
        width: 230px;
        height: 230px;
    }
}
#wrap>.page article .photos>ul>li>a>figcaption>div>img{
    max-width: 210px;
    max-height: 210px;
    opacity: 0.8;
    display: flex;
}
@media all and (max-width: 359px) {
    #wrap>.page article .photos>ul>li>a>figcaption>div>img{
        max-width: calc(100vw - 20px * 2);
        max-height: calc(100vw - 20px * 2);
    }
}
@media all and (min-width: 360px) and (max-width: 656px) {
    #wrap>.page article .photos>ul>li>a>figcaption>div>img{
        max-width: 320px;
        max-height: 320px;
    }
}
@media all and (min-width: 657px) and (max-width: 1026px) {
    #wrap>.page article .photos>ul>li>a>figcaption>div>img{
        max-width: 240px;
        max-height: 240px;
    }
}
@media all and (min-width: 1027px) and (max-width: 1239px) {
    #wrap>.page article .photos>ul>li>a>figcaption>div>img{
        max-width: 230px;
        max-height: 230px;
    }
}
#wrap>.page article .photos>ul>li:hover img{
    opacity: 1;
}
#wrap>.page article .photos>ul>li>a>figcaption>figure{
    width: 100%;
    color: #5A4C31;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    text-align: justify;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin: 10px 0px;
}
#wrap>.page article .photos>ul>li>a>figcaption>figure>em{
    width: 100%;
    font-size: 13px;
    font-style: normal;
    font-weight: bold;
    line-height: 20px;
    text-align: justify;
    display: flex;
    margin: 10px 0px;
}

.hidden{
    width: 1px;
    height: 1px;
    padding: 1px 0px 0px 1px;
    position: fixed;
    top: -1px;
    left: -1px;
    overflow: hidden;
}
.displayNone{
    display: none !important;
}

/* =========================================================
 * Header 區塊
 * ========================================================= */
#wrap>header{
    width: 100%;
    max-width: 1230px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

/* logoArea */
#wrap>header>.logoArea{
    width: 100%;
    height: calc(100vw / 1230 * 340);
    max-height: 340px;
    background-image: url(../images/headerBackground.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
#wrap>header>.logoArea>a{
    width: 46.5%;
    height: 23.615%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    position: relative;
    left: 7.317%;
    top: -3.645%;
}
#wrap>header>.logoArea>a:hover{
    transform: scale(1.05);
    transition: transform 0.5s;
}
#wrap>header>.logoArea>a>h2{
    width: 100%;
    height: 100%;
    background-image: url(../images/headerTitle.svg);
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    color: transparent;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
}

/* menuIcon */
#wrap>header>#menuIcon{
    display: none;
}
@media all and (max-width: 649px) {
    #wrap>header>#menuIcon{
        width: 40px;
        height: 40px;
        background-color: rgba(90, 76, 49, 0.95);
        background-image: url(../images/menuIcon.svg);
        background-size: 20px auto;
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        opacity: 0.9;
        border: 0px;
        color: transparent;
        display: block;
        position: fixed;
        top: 10px;
        right: 10px;
        z-index: 30;
        cursor: pointer;
    }
    #wrap>header>#menuIcon:hover{
        opacity: 1;
    }
    #wrap>header>#menuIcon.open{
        background-color: transparent;
    }
}

/* menuArea */
#wrap>header>.menuArea{
    width: calc(100% - 20px * 2);
    background: #5A4C31;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 20px;
}
@media all and (max-width: 649px) {
    #wrap>header>.menuArea{
        width: calc(100vw - 20px * 2);
        height: calc(100vh - 20px * 2);
        background: rgba(90, 76, 49, 0.98);
        opacity: 0;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        position: fixed;
        top: 0px;
        right: -100%;
        z-index: 20;
    }
    #wrap>header>.menuArea.open{
        right: 0px;
        animation: 1.5s ease 0s normal forwards 1 animationMainMenuOpen;
    }
}
@keyframes animationMainMenuOpen{
    0% { opacity: 0; right: -100%; }
    100% { opacity: 1; right: 0px; }
}
#wrap>header>.menuArea>#mainMenu{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}
#wrap>header>.menuArea>#mainMenu>ul{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
@media all and (max-width: 649px) {
    #wrap>header>.menuArea>#mainMenu>ul{
        flex-direction: column;
    }
}
#wrap>header>.menuArea>#mainMenu>ul>li{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
@media all and (max-width: 649px) {
    #wrap>header>.menuArea>#mainMenu>ul>li{
        margin: 20px 0px;
    }
}
#wrap>header>.menuArea>#mainMenu>ul>li>a{
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px 20px;
}
@media all and (max-width: 649px) {
    #wrap>header>.menuArea>#mainMenu>ul>li>a{
        font-size: 20px;
        line-height: 20px;
    }
}
@media all and (min-width: 650px) and (max-width: 900px) {
    #wrap>header>.menuArea>#mainMenu>ul>li>a{
        font-size: 14px;
        line-height: 14px;
        padding: 0px 14px;
    }
}
#wrap>header>.menuArea>#mainMenu>ul>li>a:hover,
#wrap>header>.menuArea>#mainMenu>ul>li.current>a{
    color: #D0A940;
}


/* =========================================================
 * 首頁
 * = ========================================================= */
html.index #wrap>.page{
    width: calc(100% - 3.9vw * 2);
    max-width: none;
    height: calc(100vh - 3.9vw * 2);
    background-image: url(../images/indexBackground.jpg);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3.9vw;
}
html.index #wrap>.page>.logo{
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    flex-grow: 4;
    flex-shrink: 1;
    justify-content: center;
    align-items: center;
}
html.index #wrap>.page>.logo>img{
    max-height: 60%;
}
html.index #wrap>.page>.logo>img:hover{
    transform: scale(1.05);
    transition: transform 0.5s;
}
html.index #wrap>.page>.infomation{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    flex-grow: 1;
    flex-shrink: 0;
    justify-content: space-between;
    align-items: flex-end;
}
html.index #wrap>.page>.infomation>.organizer{
    color: #FFFFFF;
    font-weight: normal;
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
}
html.index #wrap>.page>.infomation>.organizer>dl{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0px 0px 30px 0px;
}
@media all and (max-width: 599px) {
    html.index #wrap>.page>.infomation>.organizer>dl{
        margin: 0px 0px 15px 0px;
    }
}
html.index #wrap>.page>.infomation>.organizer>dl:last-child{
    margin: 0px 0px 0px 0px;
}
html.index #wrap>.page>.infomation>.organizer>dl>dt{
    border: 1px solid #FFFFFF;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    flex-basis: calc(16px * 4);
    flex-grow: 0;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    margin: 0px 30px 0px 0px;
    padding: 0px 12px;
}
@media all and (max-width: 599px) {
    html.index #wrap>.page>.infomation>.organizer>dl>dt{
        font-size: 12px;
        line-height: 18px;
        margin: 0px 15px 0px 0px;
        padding: 0px 6px;
    }
}
@media all and (min-width: 600px) and (max-width: 1023px) {
    html.index #wrap>.page>.infomation>.organizer>dl>dt{
        font-size: 14px;
        line-height: 22px;
        margin: 0px 15px 0px 0px;
        padding: 0px 6px;
    }
}
html.index #wrap>.page>.infomation>.organizer>dl>dd{
    font-size: 18px;
    line-height: 24px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    flex-grow: 1;
    flex-shrink: 1;
    align-items: center;
}
@media all and (max-width: 599px) {
    html.index #wrap>.page>.infomation>.organizer>dl>dd{
        font-size: 13px;
        line-height: 16px;
    }
}
@media all and (min-width: 600px) and (max-width: 1023px) {
    html.index #wrap>.page>.infomation>.organizer>dl>dd{
        font-size: 14px;
        line-height: 19px;
    }
}
html.index #wrap>.page>.infomation>.organizer>dl>dd a{
    color: #FFFFFF;
    padding: 0px 10px;
}
html.index #wrap>.page>.infomation>.organizer>dl>dd a:hover{
    color: #000000;
}
html.index #wrap>.page>.infomation>.organizer>dl>dd a:first-child{
    padding-left: 0px;
}
html.index #wrap>.page>.infomation>.organizer>dl>dd a:last-child{
    padding-right: 0px;
}
html.index #wrap>.page>.infomation>.actions{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    flex-grow: 1;
    flex-shrink: 0;
    justify-content: flex-end;
    align-items: center;
    margin: 30px 0px 0px 0px;
    position: relative;
    animation: animationIndexInfomationActions 0.7s alternate infinite;
}
@media all and (max-width: 599px) {
    html.index #wrap>.page>.infomation>.actions{
        margin: 15px 0px 0px 0px;
    }
}
@keyframes animationIndexInfomationActions{
    0% { top: 0px; }
    100% { top: -10px; }
}
html.index #wrap>.page>.infomation>.actions:before{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 0 13px 26px;
    border-color: transparent transparent transparent #FFFFFF;
    margin: 0px 16px 0px 0px;
}
html.index #wrap>.page>.infomation>.actions:hover:before{
    border-color: transparent transparent transparent #000000;
}
@media all and (max-width: 599px) {
    html.index #wrap>.page>.infomation>.actions:before{
        border-width: 8px 0 8px 16px;
        margin: 0px 8px 0px 0px;
    }
}
@media all and (min-width: 600px) and (max-width: 1023px) {
    html.index #wrap>.page>.infomation>.actions:before{
        border-width: 10px 0 10px 20px;
        margin: 0px 10px 0px 0px;
    }
}
html.index #wrap>.page>.infomation>.actions>a{
    border: 0px;
    color: #FFFFFF;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 5px;
    position: relative;
    top: 0px;
}
html.index #wrap>.page>.infomation>.actions:hover>a{
    color: #000000;
}
@media all and (max-width: 599px) {
    html.index #wrap>.page>.infomation>.actions>a{
        font-size: 16px;
        line-height: 16px;
        letter-spacing: 3px;
    }
}
@media all and (min-width: 600px) and (max-width: 1023px) {
    html.index #wrap>.page>.infomation>.actions>a{
        font-size: 20px;
        line-height: 20px;
        letter-spacing: 4px;
    }
}

/* =========================================================
 * 相關報導
 * = ========================================================= */
html.reports .newsList{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
html.reports .newsList>ul{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
html.reports .newsList>ul>li{
    width: 100%;
    border-bottom: 2px solid #2D928B;
    padding: 70px 0px;
}
@media all and (max-width: 599px) {
    html.reports .newsList>ul>li{
        border-bottom: 1px solid #2D928B;
        padding: 30px 0px;
    }
}
html.reports .newsList>ul>li:first-child{
    padding: 0px 0px 70px 0px;
}
@media all and (max-width: 599px) {
    html.reports .newsList>ul>li:first-child{
        padding: 0px 0px 30px 0px;
    }
}
html.reports .newsList>ul>li>a{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
html.reports .newsList>ul>li .date{
    color: rgba(90, 76, 49, 0.5);
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    text-align: justify;
}
@media all and (max-width: 599px) {
    html.reports .newsList>ul>li .date{
        font-size: 10px;
        line-height: 16px;
    }
}
html.reports .newsList>ul>li>a:hover .date{
    color: rgba(45, 146, 139, 0.5);
}
html.reports .newsList>ul>li .subject{
    color: #5A4C31;
    font-size: 20px;
    font-weight: bold;
    line-height: 32px;
    text-align: justify;
}
@media all and (max-width: 599px) {
    html.reports .newsList>ul>li .subject{
        font-size: 12px;
        line-height: 20px;
    }
}
html.reports .newsList>ul>li>a:hover .subject{
    color: #2D928B;
}


/* =========================================================
 * 頁尾區塊
 * ========================================================= */
#wrap>footer{
    width: calc(100% - 70px * 2);
    max-width: calc(1230px - 70px * 2);
    background: #5A4C31;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 70px;
}
@media all and (max-width: 599px) {
    #wrap>footer{
        width: calc(100% - 20px * 2);
        padding: 20px;
    }
}
#wrap>footer>section{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
@media all and (max-width: 879px) {
    #wrap>footer>section{
        width: 100%;
    }
}
#wrap>footer>section>div{
    color: #FFFFFF;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    text-align: left;
    margin: 0px 0px 10px 0px;
}
@media all and (max-width: 599px) {
    #wrap>footer>section>div{
        font-size: 12px;
        line-height: 16px;
    }
}
#wrap>footer>section>div:last-child{
    margin: 0px;
}
#wrap>footer>section>div a{
    color: #FFFFFF;
}
#wrap>footer>section>div a:hover{
    color: #D0A940;
}
#wrap>footer>section>.copyright{
    width: 100%;
    font-family: Arial;
    letter-spacing: 1px;
}
#wrap>footer>section>.owner{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    flex-grow: 1;
}
#wrap>footer>section>.owner>ul{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    flex-grow: 1;
    justify-content: space-between;
    align-items: center;
}
@media all and (max-width: 879px) {
    #wrap>footer>section>.owner>ul{
        flex-direction: column;
        flex-grow: 0;
        justify-content: center;
        align-items: flex-start;
    }
}
#wrap>footer>section>.owner>ul>li{
    border-right: 1px solid #FFFFFF;
    display: flex;
    flex-grow: 1;
}
@media all and (max-width: 879px) {
    #wrap>footer>section>.owner>ul>li{
        border-right: 0px;
        flex-grow: 0;
        margin: 0px 0px 10px 0px;
    }
}
#wrap>footer>section>.owner>ul>li:nth-child(2){
    justify-content: center;
    padding: 0px 5px;
}
@media all and (max-width: 879px) {
    #wrap>footer>section>.owner>ul>li:nth-child(2){
        padding: 0px;
    }
}
#wrap>footer>section>.owner>ul>li:last-child{
    border-right: 0px;
    justify-content: flex-end;
}
@media all and (max-width: 879px) {
    #wrap>footer>section>.owner>ul>li:nth-child(2){
        justify-content: flex-start;
    }
}