﻿@charset "utf-8";
/*CSS Info ======================================================================
File Name: Layout.css
Editor: Eliam
CreateDate:2023/03/20
Last Editor: Rebecca
LastDate: 2023/05/24
Version: 4.0
---------------------------
【 Table of Contents 】
	DIV XHTML頁面
	Free Style
	使用jQuery
=================================================================================*/

/*===============================================================================
                         Pages typography setting
=================================================================================*/

#Wrap {

}


/*-----------------Content-----------------*/
#Content {
    margin-bottom: 10rem;
}

h2 {
    font-size: 2rem; /*32px*/
    padding: 1.5rem 0 2rem 0;
}

h3 {
    font-size: 1.5rem; /*28px*/
    padding-bottom: 1rem;
    color: #334800;
}

h4 {
    font-size: 1.2rem; /*24px*/
    padding-bottom: 1rem;
}

h5 {
    font-size: 1.375rem; /*22px*/
    padding-bottom: 1rem;
}

h6 {
    font-size: 1.25rem; /*20px*/
    padding-bottom: 1rem;
}

#Main {

}

#MainCont {

}

h2 {
    text-align:center;
}

/*子頁全域 內文設定*/
.articleSet p{
    margin-bottom: 1rem;
    line-height: 1.5rem;
}

    .articleSet > .articleSet, .articleSet address, article ol, article ul, .mapArea/*, article ul p*/ {
        margin-left: 2rem;

    }
.articleSet > .articleSet p:last-child{
    margin-bottom: 0;
}
        /*article ul, article ol,*/ .articleSet address, .articleSet {
            padding-bottom: 1rem;
        }
article ul li, article ol li {
    padding-bottom: 0.5rem;
}

.articleIndent p {
    text-indent: 2rem;
}

/*章程文字設定*/
.articleIndent2 p {
    text-indent: -6rem;
    margin-left: 8rem;
}
.articleIndent2 p span{
    font-weight:bold;
    margin-right:1rem;
}
article.articleIndent2 ul{
    margin-left:6rem;
}
article.articleIndent2 ul li ul {
    margin-left: 4rem;
}

    article.articleIndent2 ul p {
        text-indent: -2rem;
        margin-left: 4rem;
    }


    figcaption {
        opacity: 0;
        position: absolute;
        bottom: 0;
        z-index: -999;
    }
.picSet {
    padding:2rem;
    width: 40%;
    margin: auto;
}

.imgArea {
    text-align: center;
}
    .imgArea img {
        width: 50%;
    }
.flexBox{
    display:flex;
}

.fileDownLoad a {
    color: #009291;
    font-weight: bold;
}
.fileDownLoad a:hover {
    text-decoration:underline;
}

.imgArea p {
    text-indent: unset;
}
/*協會介紹*/
.memberPicArea {
    display: grid;
    gap: 0.5rem;
    grid-template-columns: repeat(5, 1fr);
}
    .memberPicArea .picSet{
        width:100%;
        box-sizing:border-box;
        padding:0;
        text-align:center;
    }
.picSet .picBox{
    width:100%;
    position:relative;
}
    .picSet p {
        margin-bottom: 0.5rem;
    }

.picBox img {
    width:80%;
    padding: 1rem ;
    box-sizing: border-box;
    vertical-align: bottom;
    background-color: #fff;
}
.memberTitle {
    font-weight: bold;
}
.memberName {
    font-size: 1.4rem;
    font-weight: bold;
    color: #334800;
}
.perdonalTitle{
    height:80px;
}

.introSever li {
    text-indent: -1.1rem;
    margin-left: 1.1rem;
}

.introSever h4 {
    text-indent: -2.4rem;
    margin-left: 2.4rem;
    line-height: 1.8rem;
}


/*線上入會*/

.joinArea a {
    font-size: 2rem;
    font-weight: bold;
    display: block;
    padding: 6rem 10rem;
    width: 20%;
    text-align: center;
    margin: 2.5rem auto;
    background-color: #F9F2D9;
    color: #334800;
    border: 1px solid #E6CE7B;

}
    .joinArea a:hover {
        background-color: #334800;
        color: #F9F2D9;
        border: 1px solid #334800;
        transition: all .3s ease-in;
    }


/*最新消息*/
.newsPageTitle {
    padding: 1.5rem 0 0 0;
}
.newsTabArea {
    text-align: center;
}
    .newsTabArea a {
        display: inline-block;
        padding: 1rem 4rem;
        font-size: 1.5rem;
        font-weight: bold;
        padding-bottom: 1rem;
        color: #334800;
        background: #D1DFAE;
        margin-right:-4px;
    }
        .newsTabArea a:hover {
            background: #F9F2D9;
            transition: all .3s ease-in;
        }
        .newsTabArea a.show {
            background: #334800;
            color: #F9F2D9;
        }


        .NewsArea {
            width: 80%;
            margin: auto;
            position: relative;
        }

.NewsBox {
    margin: 1rem 0;
    border-bottom: 1px dashed #7A8E49;
}

    .NewsBox .type {
        background: #F9F2D9;
        display: inline-block;
        padding: 0.5rem 1rem;
        border-radius: 50px;
        border: 1px solid #B89828;
        margin-left: 1rem;
        position: relative;
    }

        .NewsBox .type::before {
            display: inline-block;
            -webkit-font-smoothing: antialiased;
            font-family: "Font Awesome 6 Free";
            content: "\f02b";
            font-weight: 900;
            font-size: 1.25rem;
            position: absolute;
            top: -3px;
            left: -2px;
            color: #B89828;
        }

.NewsTitle {
    font-weight: bold;
    display: block;
    font-size: 1.3rem;
    line-height: 3rem;
    color: #334800;
}

    .NewsTitle:hover {
        text-decoration: underline;
    }
.newsDate{
    text-align:right;
}

.newsArea img {
    width: 60%;
}

.newsArea.flexBox img {
    width: 100%;
}

.newsArea.flexBox .imgArea, .newsArea.flexBox article {
    width: 50%;
}

.newsArea.flexBox .imgArea {
    box-sizing: border-box;
}

.newsArea .flexBox .imgArea {
    width: 50%;
}
.newsArea .flexBox .imgArea img{
    width:100%;
}


/*相關連結*/
.linkZone {
    display: flex;
}
.linkArea{
    width:25%;
}
    .linkArea li {
        padding: 0.5rem 0;
        line-height: 1.4rem;
    }

    .linkArea li a::after, .linkStyle::after {
        content: "\f08e";
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        text-align: center;
        padding-left: 0.5rem;
        display: inline-block;
        font-size: 0.8rem;
        color: #009291;
    }
    .linkArea li.unCursor.pointNone a::after{
        display:none;
    }

    .linkArea li a, .linkStyle {
        color: #000;
        font-weight: bold;
        text-indent: 0;
    }
        .linkArea li a:hover, .linkStyle:hover {
            text-decoration: underline;
            color: #2E4F4E;
        }

@media only screen and (min-width: 76.25em) and (max-width: 86.1875em) { /*1220~1379*/

}

@media only screen and (min-width: 61.0525em) and (max-width: 76.1875em) { /*977~1219*/
    .memberPicArea {
        grid-template-columns: repeat(4, 1fr);
    }

}


@media only screen and (min-width: 48em) and (max-width:61em) { /*768~976*/
    .memberPicArea {
        grid-template-columns: repeat(3, 1fr);
    }

}

@media only screen and (max-width: 47.9735em) {
    #Content {
        margin-bottom: 6rem;
    }

    .picSet {
        /*padding: 0rem;*/
        width: 100%;
        box-sizing:border-box;
    }
    .picBox img {
        width: 100%;
    }

    .articleSet > .articleSet, .articleSet address, article ol, article ul, .mapArea, article ul p {
        margin-left:0;
    }
    .memberPicArea {
        gap: 0.5rem;
        grid-template-columns: repeat(2, 1fr);
    }
    .introSever ol{
        margin-left:1rem;
    }
    iframe {
        width: 100%;
    }

    .linkZone {
        display: block;
    }
    article ul.linkArea {
        margin-left:2rem !important;
        width: 100%;
        padding-bottom:0 !important;
    }

    .joinArea a {
        padding: 7rem 2rem;
         width: unset; 
        margin: 2.5rem auto;
    }
    .newsPageTitle {
        text-align: left;
        font-size: 1.6rem;
    }
    .NewsArea {
        width: 100%;
    }
    .newsTabArea a {
        padding: 1rem 2rem;
        font-size: 1.3rem;
    }
    .newsArea{
        display:block;
    }

        .newsArea .imgArea, .newsArea article {
            width: 100%;
        }

        .newsArea.flexBox .imgArea, .newsArea.flexBox article {
            width: 100%;
        }
    .flexBox {
        display: block;
    }
    .newsArea .flexBox .imgArea {
        width: 100%;
    }
}

    /*    Environment analysis setting
================================================== */





