/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@600;700&display=swap');

@font-face {
font-family: "Noto Serif TC";
src: url("font/NotoSerifTC-Bold.otf");
font-weight: 700;
}
@font-face {
font-family: "Noto Serif TC";
src: url("font/NotoSerifTC-SemiBold.otf");
font-weight: 600;
}
@font-face {
font-family: "Noto Sans TC";
src: url("font/NotoSansTC-Medium.otf");
font-weight: 500;
}
@font-face {
font-family: "Noto Sans TC";
src: url("font/NotoSansTC-Regular.otf");
font-weight: 400;
}
@font-face {
font-family: "Noto Sans TC";
src: url("font/NotoSansTC-Light.otf");
font-weight: 300;
} */

body{
    font-family: 'Noto Sans TC',Helvetica, sans-serif;
    font-weight:300;
    font-size: 22px;
    color:#666666;
}
.dropotron a {
    line-height: 2em;
}
h1
{
    font-family: 'Noto Serif TC';
    font-weight: 700;
    font-size: 48px;
    color: #04969C;
}
h2
{
    font-family: 'Noto Serif TC';
    font-weight: 600;
    font-size: 36px;
    color: #444444;
}
h3
{
    font-family: 'Noto Sans TC';
    font-weight: 500;
    font-size: 28px;
    color: #444444;
}
h4
{
    font-family: 'Noto Sans TC';
    font-weight: 400;
    font-size: 24px;
    color: #444444;
}
h5
{
    font-family: 'Noto Sans TC';
    font-weight: 400;
    font-size: 22px;
    color: #444444;
}
h1:lang(en)
{
    font-family: 'Noto Serif';
    font-weight: 700;
    font-size: 48px;
    color: #04969C;
}
h2:lang(en)
{
    font-family: 'Noto Serif';
    font-weight: 600;
    font-size: 36px;
    color: #444444;
}
h3:lang(en)
{
    font-family: 'Noto Sans';
    font-weight: 500;
    font-size: 28px;
    color: #444444;
}
h4:lang(en)
{
    font-family: 'Noto Sans';
    font-weight: 400;
    font-size: 24px;
    color: #444444;
}
h5:lang(en)
{
    font-family: 'Noto Sans';
    font-weight: 400;
    font-size: 22px;
    color: #444444;
}
h1, h2, h3, h4, h5, h6 {
    text-transform: none;
}

blockquote {
    font-style: normal;
}
p
{
    font-family: 'Noto Sans TC';
    font-weight: 300;
    font-size: 22px;
    color: #666666;
}
p:lang(en)
{
    font-family: 'Noto Sans';
    font-weight: 300;
    font-size: 22px;
    color: #666666;
}
.wrapper > .inner 
{
    width: 65%;
}
.posts .post {
    width: calc(33.3333% - 1.25em);
    padding-right: 0.625em;
    padding-left: 0.625em;
}
header.major h2
{
    font-family: 'Noto Sans TC';
    font-weight: 500;
    font-size: 26px;
}

.post .content {
    padding: 1em;
}
.inner .content img
{
    max-width: 100%;
    height:auto !important;
}
.wrapper.sidebar.left > .inner {
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

a
{
    border-bottom: none;
}
.btn-mod
{
    color:orange !important; 
    font-size:1em;
    box-shadow: inset 0 0 0 1px orange;
    margin: 0.5em;
}
.wrapper.style2 .btn-mod
{
    color:orange !important; 
    font-size:1em;
    box-shadow: inset 0 0 0 1px orange;
    margin: 0.5em;
}
.btn-add
{
    color:#0053a0 !important; 
    font-size:1em;
    box-shadow: inset 0 0 0 1px #0053a0;
    margin: 0.5em;
}
.wrapper.style2 .btn-add
{
    color:#0053a0 !important; 
    font-size:1em;
    box-shadow: inset 0 0 0 1px #0053a0;
    margin: 0.5em;
}
.btn-del
{
    color:#d80000 !important; 
    font-size:1em;
    box-shadow: inset 0 0 0 1px #d80000;
    margin: 0.5em;
}
.wrapper.style2 .btn-del
{
    color:#d80000 !important; 
    font-size:1em;
    box-shadow: inset 0 0 0 1px #d80000;
    margin: 0.5em;
}
#main
{
    min-height: 100vh;
    padding:0;
}
#footer
{
    border-top:none;
    background-image: url('../../images/sea.png');
    background-repeat: no-repeat;
    background-size: cover; 
    padding-top:160px;
}
#header img
{
    padding: 0.6em;
    max-width:90%;
}
.ui-widget-header {
    border: none;
    background: none;
    border-bottom: 1px solid #9CBF5E;
}
#main > .inner > header.major:first-child {
    margin-bottom: 2em;
}
#header
{
    height: auto;
    line-height: normal;
}
.langIco
{
    position:absolute;
    right: 1em;
    bottom: 2em;
}
.langIco a
{
    border-bottom: none;
}
.langIco img
{
    width:60px;
    height: auto;
}
#footer > .inner {
    margin: 0 auto;
    max-width: 73em;
    position: relative;
    width: 73%;
}
#footer > .inner p {
    font-family:'Noto Sans TC';
    font-weight: 500;
    font-size:30px;
    margin-bottom: 0.5em;
    text-align:left;
    color: #444;
    opacity: 1;
}
#footer .menu {
    font-size: 0.9em;
    position: absolute;
    right: 0;
    top:auto;
    bottom: 0;
}
#footer .menu a {
    border-bottom: none;
}
#footer .menu img {
    width: 30px;
    height: auto;
}
.headBG{
    /*height: 80vh;*/
    height: 552px;
    width: 100%;
    /*background-image: url(https://i.ytimg.com/vi/mm_M7TE2qJ0/maxresdefault.jpg); */
    background-image: url(http://biodiv.4s-tw.com/assets/css/images/whiteBG.jpg);
    background-size: cover;
    display: table;
    background-attachment: fixed;
    position: relative;
}

.headTitle
{
    font-family: 'Noto Sans TC';
    font-weight: 400;
    font-size: 56px;
    letter-spacing: 5.4px;
    position: fixed;
    right: 5%;
    top: 22%;
}
.headMountain
{                
    position: relative;
    width: 100%;
    margin-top: -365px;
}
.headMountain img
{
    width: 100%;
}
#seaNoBG
{
    display:none;
}
#footerTxt
{
    position: relative; 
    flex-direction: row; 
    display: flex;
}
#footerAddress
{
    border-left: solid 1px #C5CC56;
    font-family: 'Noto Sans TC';
    font-weight:300;
    font-size:16px;
    color: #666666;
    opacity: 1;
    margin-right:1em;
}
#footerAddress > div
{
    padding-left:1em; 
}
#footerDoc
{
    border-left: solid 1px #C5CC56;
    font-family: 'Noto Sans TC';
    font-weight:300;
    font-size:16px;
    color: #666666;
    opacity: 1;
    margin-right:1em;
}
#footerDoc > div
{
    padding-left:1em; 
}
#footerContack
{
    display:none;
}
#zhen
{
    display:none !important;
}
#fb
{
    display:none !important;
}
.content
{
    /*
    font-size: 1.3em;
    letter-spacing: 0.1em;
    */
}
header.major
{
    font-family: 'Noto Sans TC';
    font-weight: 500;
    font-size: 28px;
    margin-bottom: 0;
}
#header nav {
    font-family: 'Noto Sans TC';
    font-weight: 300;
    font-size: 20px;  
    right: 5em;
}
.dropotron {
    font-family: 'Noto Sans TC';
    font-weight: 300;
    font-size: 20px;  
}
.dropotron a {
    font-size: 1em;   
}
.content h1, h2, h3, h4, h5, h6 {
    margin: 0 0 0 0; 
    padding-bottom: 0em;
}
.content ul
{
    margin-bottom: 1em;
}
blockquote 
{ 
    border-left:none;
    margin-left: 10%;
    padding: 1em;
    width: 80%;
    height: auto;
    border-radius: 15px;
    position: relative;
    background-color: #F7F7F4;
}

blockquote::after 
{     
    content: url('../../images/angle.png' );
    position: absolute;
    left: 20px;
    bottom: 0px;
    width: 27px;
    height: 16px;
    background-color: #F7F7F4;

}
#logoImg
{
    height: 122px; 
    width: auto;
}
#logoImgEn
{
    height: 122px; 
    width: auto;
}

@media screen and (max-width: 1280px) 
{

    body{
        font-family: 'Noto Sans TC',Helvetica, sans-serif;
        font-weight:300;
        font-size: 20px;
        color:#666666;
    }
    .dropotron a {
        line-height: 2em;
    }
    h1
    {
        font-family: 'Noto Serif TC';
        font-weight: 700;
        font-size: 46px;
        color: #04969C;
    }
    h2
    {
        font-family: 'Noto Serif TC';
        font-weight: 600;
        font-size: 34px;
        color: #444444;
    }
    h3
    {
        font-family: 'Noto Sans TC';
        font-weight: 500;
        font-size: 26px;
        color: #444444;
    }
    h4
    {
        font-family: 'Noto Sans TC';
        font-weight: 400;
        font-size: 22px;
        color: #444444;
    }
    h5
    {
        font-family: 'Noto Sans TC';
        font-weight: 400;
        font-size: 20px;
        color: #444444;
    }
    p
    {
        font-family: 'Noto Sans TC';
        font-weight: 300;
        font-size: 20px;
        color: #666666;
    }
    .posts .post {
        width: calc(50% - 1em);
    }
}
@media screen and (max-width: 980px) 
{
    .langIco
    {
        display: none;
    }
    .headBG{

    }
    .headTitle
    {
        position: absolute;
        padding-top: 10%;
        right:auto;
        left:5%;
    }
    #footer
    {
        background-image: none;
    }
    #seaNoBG
    {
        display:block;
    }
    #footer > .inner p {
        margin-bottom: 0.5em;
        font-size: 1em;
        text-align:center;
    }
    #footerTxt
    {
        position: relative; 
        flex-direction: row; 
        display: block;
    }
    #footerAddress
    {
        border-left: none;
    }
    #footerAddress > div
    {
        padding-left:0; 
    }
    #footerContack
    {
        display:inline-block;
    }
    #footerContack a
    {
        border-bottom: none;
        padding: 1em;
    }
    #header .navPanelToggle {
        margin-top: 1em;
    }
}
@media screen and (max-width: 736px) {
    .headTitle
    {
        font-size: 3em;
        line-height: 1em;
    }
    .ui-tabs .ui-tabs-nav {
        font-size: 0.9em;
    }
    #zhen
    {
        display:block !important;
    }
    #fb
    {
        display:block !important;
    }
    .content
    {
        font-size: 1em;
        letter-spacing: 0em;
    }
    .lt4Col
    {
        padding: 2em;
    }
    #header h1 {
        left: 0 !important;
    }
    .wrapper > .inner {
        width: 90%;
        padding: 0 1.5em;
    }
    #banner
    {
        display:none;
    }
    .posts .post {
        width: 100%;
    }
    #main > .inner > header.major:first-child {
        margin-bottom: unset;
    }
    h1
    {
        font-size: 26px;
    }
    h1, h2, h3, h4, h5, h6 
    {
        margin-bottom:0;
        padding-bottom:0;
    }
    header.major > :last-child {
        margin-bottom: 0;
        line-height: 1.5em;
    }

    blockquote 
    { 
        border-left:none;
        margin-left: 0;
        padding: 1em;
        width: 95%;
        height: auto;
        border-radius: 15px;
        position: relative;
        background-color: #F7F7F4;
    }

    blockquote::after 
    {     
        content: "";
        position: absolute;
        left: 20px;
        bottom: 0px;
        width: 0;
        height: 0;
        background-color: #F7F7F4;

    }

    #logoImg
    {
        /*height: auto; 
        width: 100%;
        */
        height: 100px; 
        width: auto;
        max-height: 100px;
    }
    #logoImgEn
    {
        margin-top:10px;
        height: auto; 
        width: 100%;
    }
    #header img {
        max-width: 100%;
    }
    #header
    {
        height: 110px;
    }
}
@media screen and (max-width: 600px) {
    .ui-tabs .ui-tabs-nav {
        font-size: 0.78em;
    }
}