/* css reset */
*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    list-style:none;
	text-decoration: none;
	box-sizing: border-box;
	font-family: 'Noto Sans TC', sans-serif;
    letter-spacing: 2px;
}
span{
    display: inline;
}
ul,ol, li,p,input,p,a,h1,h2,h3,h4,h5{
    margin-bottom: 0;
}
ul, ol, li{
    padding-left: 0;
}
a{
    color: #555555;
    text-decoration: none;
}
a:hover{
    color: #555555;
}
div{
    box-sizing: border-box;
}
div img{
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}
option, input{
    text-align:left;
}
html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}
svg g {
    outline: none;
    cursor: pointer;
}
/*main css*/
body {
    position: relative;
    background: #ffffff;
    height: 100%;
    overflow: hidden;
    font-size: 14pt;
    color: #555555;
    background-color: #f4f6f5;
    line-height: 1.5;
}
@media screen and (max-width:992px){
    body {
        font-size: 13.5pt;
        line-height: 1.3;
    }
}
@media screen and (max-width:576px){
    body {
        font-size: 13pt;
    }
}
.w-85{
    width: 85%;
}
.bg-w{
    background-color: white;
}
.bg-blue{
    background-color: #3b9fb2;
}
.bg-green{
    background-color: #a7be4d;
}
.bg-orange {
    background-color: #edb200;
}
.bg-grid{
    background-image: url(../images/grid.jpg);
    background-position: top;
}
.bg-city{
    background-image: url(../images/city.png);
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
}
.color-blue{
    color: #3b9fb2;
}
.color-gary1{
    color: #a5a5a5;
}
.container{
    margin: 0 auto;
    width: 98%;
    max-width: 900px;
}
/*header nav css*/
.nav_bar{
    display: flex;
    position: fixed;
    width: 100%;
    height: 75px;
    color:#555555;
    background-color: #ffffff;
    justify-content: center;
    z-index: 9999;
    box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.1);
}
.menu_box,.menu_list_mb{
    display: none;
}
.main-logo{
    position: absolute;
    display: flex;
    left: 1%;
    top: calc(50% - 1.3em);
}
.logo{
    height: 2.5em;
    margin: 0 0.4em;
}
.logo img{
    height: 100%;
    width: auto;
}
.menu_list_pc {
    display: flex;
    align-items: center;
}
.menu_list_pc li{
    text-align: center;
    padding: 0.3em 0.5em;
    cursor: pointer;
    font-size: 1.2rem;
    font-weight: 500;
}
.menu_list_pc li p:hover{
    color: #3b9fb2;
    transition:all .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}
.menu_list_pc li p span {
    display: block;
    font-size: 0.6em;
}
.header_social_area{
    padding-right: 0.5em;
}
.header_fb,.header_line,.header_ig {
	display: inline-block;
	outline: none;
    width: 2em;
    height: 2em;
    transition: 0.5s;
    transition:all .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}
.header_fb:hover,.header_line:hover ,.header_ig:hover{
    opacity: 0.7;
    transition:all .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}
.header_fb{
    background-image: url(../images/logo-icon/logo_fb_btn.svg);
    background-size: cover;  
}
.header_line{
    background-image: url(../images/logo-icon/logo_line_btn.svg);
    background-size: cover;
}
.header_ig{
    background-image: url(../images/logo-icon/logo_ig_btn.svg);
    background-size: cover;
}
.chartWrapper {
    position: relative;
    padding-bottom: 50%;
}
.chartWrapper.county {
    padding-bottom: 100%;
}
.chartWrapper > div {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
@media screen and (max-width:1705px){

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

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

    .logo{
        height: 2.3em;
        margin: 0 0.4em;
    }
    .menu_list_pc li{
        padding: 0.3em;
        font-size: 1.1rem;
    }
    .header_fb,.header_line,.header_ig {
        width: 1.8em;
        height: 1.8em;
    }
}
@media screen and (max-width:1300px){
    .main-logo{
        top: calc(50% - 1em);
    }
    .logo{
        height: 2em;
        margin: 0 0.4em;
    }
    .menu_list_pc li{
        padding: 0.2em;
        font-size: 1rem;
    }

}
@media screen and (max-width:1180px){
    .main-logo{
        top: calc(50% - 1em);
    }
    .logo{
        height: 1.9em;
        margin: 0 0.3em;
    }
    .menu_list_pc li{
        padding: 0.2em;
        font-size: 0.9rem;
    }
        .header_fb,.header_line,.header_ig {
        width: 1.6em;
        height: 1.6em;
    }
}
@media screen and (max-width:1080px){
    .menu_list_pc,.header_social_area{
        display: none;
    }
    .menu_box{
        display: block;
        position: absolute;
        right: 15px;
        top: 0.8em;
    }

    #OpenNav{
        font-size: 2rem;
        cursor: pointer;
    }
    .logo{
        height: 2em;
        margin: 0 0.4em;
    }
    .menu_list_mb{
        width: 40%;
        padding: 0em 0.5em;
        min-height: 100vh;
        height: auto;
        background-color: #ffffff;
        z-index: 9;
        text-align: center;
        display: block;
        position: relative;
        right: -100%;
        transition: 0.5s;
        box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.1);
        /* overflow-y: auto; */
	}
    .mb_item{
        padding: 0.8rem 0;
        border-bottom: solid 1px #cccccc;
        cursor: pointer;
        font-size: 1.3rem;   
    }
    .mb_item:first-of-type{
        margin-top: 3em;
    }
    .mb_item:last-of-type{
        border-bottom: 0;
    }
    .mb_item:hover{
        background-color: #71b07810;
        transition:all .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
    }
    .menu_close_box {
        font-size: 2rem;
        position: absolute;
        right: 20px;
        top: 10px;
        cursor: pointer;
    }
    #OpenNav:hover,.menu_close_box:hover,.mb_item:hover{
        color: #3b9fb2;
        transition:all .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
    }    
}
@media screen and (max-width:820px){
    .menu_list_mb {
        width: 100vw;
    }
    .mb_item{
        font-size: 1.2rem;
    }

}
.singUpBtn{
    width: 2.2em;
    height: 2.2em;    
    background-image: url("../images/top.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-color: #66666660;
    position: fixed;
    right: 1em;
    bottom: 1em;
    z-index: 999;
}
/*main css*/
main>section{
    padding: 4em 0;
}
/*白框 css*/
.in-text{
    padding: 2em 1.5em;
    border-radius: 12px;
    margin: 2em 0 6em 0em;
}
/*標題 css*/
.title {
    padding: 0.35em 0.2em;
    padding-left: 1em;
    margin-bottom: 1em;
    border-left: 5px solid #3b9fb2;
    font-weight: bolder;
}
.title h2{
    font-size: 2.2em;
    color: #3b9fb2;
    font-weight: bold;
}
.title p{
    font-size: 0.8em;
    color: #d8d8d8;
}
.title_s {
    padding: 0.35em 0.2em;
    padding-left: 1em;
    margin: 0.2em auto;
    margin-bottom: 2em;
    border-left: 5px solid #b3b3b3;
}
.title_s h3{
    font-size: 1.3em;
    margin-bottom: 0.8em;
}
.title_s p{
    font-size: 0.9em;
}
@media screen and (max-width:768px){
    /*標題 css*/
    .title h2{
        font-size: 1.6em;
    }
    .title_s h3{
        font-size: 1.2em;
    }
    .in-text{
        padding: 1em 0.7em;
    }
}

/*關於永續城市 css*/
.page1{
    padding-top: 0;
    width: 100%;
    overflow: hidden;
    overflow-y: auto;
    position: relative;
}
.page1::before{
    content: "";
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg,  #71b078 0%,#3b9fb2 75%);
} 
.page1::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('../images/cloud.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    /* z-index: 25; */
    top: 0;
}
.page1::-webkit-scrollbar{
    display: none;
}
.page1_main_box{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    padding-top: 4em;
}
.main_img{
    width: 50%;
    max-width: 820px;
}
.page1_text_box{
    position: relative;
    z-index: 1;
}
.changebox{
    margin: 1em auto;
}
.page2, .page4, .page7 {
    background-color: #f4f6f5;
}
/*選單切換鍵-六都 css*/
.changebox h4{
    font-size: 1.3em;
    width: 3.3em;
    font-weight: bold;
    color: #a5a5a5;
    cursor: pointer;
}
.changebox.active .right {
    color: #3b9fb2;
}
.changebox:not(.active) .left {
    color: #3b9fb2;
}
.change_btn{
    cursor: pointer;
    width: 4em;
    height: 2em;
    border-radius: 1em;
    border: 2px solid #ffffff;
    background: linear-gradient(45deg,  #71b078 0%,#3b9fb2 75%);
    position: relative;
    overflow: hidden;
}
.change_btn::before{
    content: "";
    position: absolute;
    width: 1.4em;
    height: 1.4em;
    border-radius: 0.8em;
    box-shadow: 6px 0px 16px #555555b4 ;
    top: 3px;
    left: 3px;
    background-color: #ffffff;
    transition:all .2s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}
.changebox.active .change_btn::before{
    left: 2.2em;
    /* transition:all .2s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out */
}
/* .changebox:hover h4:first-child{
    color: #a5a5a5;
    transition:all .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out

} */
.changebox h4:hover {
    color: #3b9fb2;
}
/*選單切換鍵-各項 css*/
.changebox2{
    margin-bottom: 1.5em;
}
.changebox2 .change2-btn{
    background-color: #b3b3b3;
    padding: 0.1em 0.5em;
    margin: 0.2em ;
    color: #fff;
    cursor: pointer;
}
.change2-btn:hover,
.change2-btn:focus,
.change2-btn.active{
    background-color: #3b9fb2;
}
@media screen and (max-width:992px){
    .changebox2{
        justify-content: center;
    }
}
/*獎項名單 css*/
.award-list{
    width: 90%;
    max-width: 800px;
    margin: 0.5em auto;
}
.award-list li{
    border-bottom:1px solid #a5a5a5;
    padding:0.4em 0;
}
.award-list li:last-of-type{
    border-bottom:0;
}
.award-list li .award-image{
    width:33px;
}
.award-list li .award-title{
    font-weight: 600;
    color: #3b9fb2;
}
.award-list li .award-mayor{
    width: 65%;
    flex-wrap: wrap;
}
.award-list li .mayor-img{
    width: 50px;
    border: 2px solid  #3b9fb2;
    border-radius: 33px;
    overflow: hidden;
}
.award-list li .mayor-text{
    font-size: 13px;
}
.award-list li .mayor-name{
    font-size: 11px;
    padding: 2px 4px;
    letter-spacing: 1px;
    color: #fff;
}
.award-list li .mayor-item{
    margin: 0.2em 0.4em 0.2em 0;
}
.award-list li .mayor-text span{
    display: block;
}
@media screen and (max-width:900px){
    .award-list {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .award-list li {
        justify-content: center;
        flex-wrap: wrap;
    }
    .award-title{
        width: 100%;
        justify-content: center;
        margin-bottom: 0.5em;
        margin-top: 0.5em;
    }
    .award-list li .award-image{
        width:25px;
    }
    .award-list li .award-mayor{
        justify-content: center;
        width: 100%;
    }
    .award-list li .mayor-img{
        width: 65px;
        border-radius: 35px;
    }
}
.page4>.container>p{
    text-align: end;
}

@media screen and (max-width:768px){
    .page4>.container>p{
        text-align: center;
    }
}

@media screen and (max-width:640px){
    .chartWrapper {
        padding-bottom: 100%;
    }
    .chartWrapper.county {
        padding-bottom: 200%;
    }
    .page1_main_box{
        width: 100%;
    }
    .main_img {
        width: 80%;
    }
}


/*完整報告 + 永續城市報導 css*/
.page5{
    position: relative;
    z-index: 1;
}
.page5::after{
    content: "";
    position: absolute;
    background-color: #f4f6f5;
    width: 100%;
    height: 25%;
    bottom: 0;
    z-index:-1 ;
}
.page5 a.btn {
    width: 85%;
}

@media screen and (max-width:768px){
    .page5{
        font-size: 1em;
    }
}
@media screen and (max-width:576px){
    .page5{
        font-size: 0.85em;
    }
    .page5 a.btn {
        width: 100%;
    }
}

/* map */
.taiwan_location path {
    stroke: rgba(255, 255, 255, 0.5);
    stroke-width: 1px;
}
.taiwan_location:hover path {
    fill: #f8da82 !important;
}
.taiwan_location text {
    fill:#505050;
    font-family: MicrosoftJhengHeiBold, Microsoft JhengHei;
    font-size:18px;
    font-weight: bold;
}
@media screen and (max-width:576px){
    #section_6 svg {
        position: relative;
        width: 160%;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .taiwan_location text {
        display: none;
    }
}

/*永續城市報導 css*/
.articlebox .article-img{
    width: 35%;
}
.articlebox .article-body{
    width: 65%;
    background-color: #ffff;
    padding: 1em;
    position: relative;
}
.article-body h5{
    font-size: 1.1em;
    font-weight: 600;
    margin-bottom: 1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.article-body p{
    font-size: 0.8em;
    line-height: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.article-body a{
    position: absolute;
    right: 0.2em;
    bottom: 0.2em;
    font-size: 0.8em;
    padding: 0.2em 1em;
    color: #fff;
    background-color: #b3b3b3;
}

@media screen and (max-width:688px){
    /*永續城市報導 css*/
    .articlebox {
        padding: 0.5em 1.5em;
    }
    .articlebox .article-img{
        width: 100%;

    }
    .articlebox .article-body{
        width: 100%;
        padding: 1em;
        min-height: 11rem;
    }
    .article-body h5{
        font-size: 1em;
        margin-bottom: 1rem;
    }
    .article-body p{
        line-height: 1.2;
    }
}
@media screen and (max-width:576px){
    /*永續城市報導 css*/
    .articlebox .article-body{
        min-height: 10rem;
    }
}


/*永續城市影音 css*/
.videos {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

.videos iframe{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.owlbox{
    margin: 2em auto;
}
.owlbox .item{
    border: 2px solid #3b9fb2;
}
.owl-carousel{
    position: relative !important;
}
.owl-theme .owl-nav{
    margin-top: 0 !important;
}
.owl-theme .owl-nav [class*=owl-]{
    margin: 0 !important;
    border-radius: 0 !important;
}

.owl-prev{
    position: absolute;
    top: calc(50% - 2.2em);
    left:-1.6em;
}
.owl-next{
    position: absolute;
    top: calc(50% - 2.2em);
    right:-1.6em;
}
.owl-prev span, .owl-next span{
    color: #fff;
    font-size: 1.5em;
    padding: 0px 6px !important;
    padding-bottom: 6px !important;
    background-color: #3b9fb2;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent !important;
    color: #000 !important;  
}
@media screen and (max-width:992px){
    .owlbox{
        width: 90%;
    }
}
@media screen and (max-width:900px){
    .owlbox{
        width: 86%;
    }
}
@media screen and (max-width:600px){
    .owlbox{
        width: 84%;
    }
}

/*footer css*/
footer{
    background-color: #4b4b4b;
    color: #ffffff;
    font-size: 14px;
    padding:2em 0em;
}


@media screen and (max-width:1400px){
}
@media screen and (max-width:1200px){
}
@media screen and (max-width:992px){
}
@media screen and (max-width:900px){
}
@media screen and (max-width:768px){
}
@media screen and (max-width:576px){
    /*footer css*/
    footer{
        font-size: 12px;
    }
}
@media screen and (max-width:320px){
}