*{
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 'Noto Sans TC' , sans-serif;
}
body{
    background-color: #f7f8f8;
}
.wrap{
    width: 100%;
    overflow: hidden;
    margin: auto;
}
.cont{
    max-width: 1920px;
    margin: auto;
    z-index: 200;
}
/* header */
.header{
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header .logo a{
    text-decoration: none;
}
.header .h_bt a{
    text-decoration: none;
}
.header .h_bt a:hover{
    filter: brightness(1.2);
}
.header .logo img{
    width: 150px;
    margin: 0 20px 50px;
}
.header .h_bt img{
    width: 118px;
    margin: 0 20px;
}
/* kv */
.kv{
    background: url(../img/kv_bg.png)no-repeat top center;
    max-width: 1920px;
    height: 732px;
    position: relative;
    top: -155px;
    z-index: -1;
}
.kv > div{
    position: absolute;
    z-index: 100;
}
.kv .kv_t1{
    background: url(../img/kv_t1.png)no-repeat;
    width: 478px;
    height: 187px;
    top: 120px;
    left: calc(50% - 450px);
}
.kv .kv_t2{
    background: url(../img/kv_t2.png)no-repeat;
    width: 759px;
    height: 206px;
    top: 390px;
    left: calc(50% - 275px);
	animation-name: kv_t2;
	animation-duration: 0.4s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
}
@keyframes kv_t2{
	0%   {opacity: 1; filter: brightness(1.0);}
	60%  {opacity: 1; filter: brightness(1.2);}
	100% {opacity: 1; filter: brightness(1.0);}
}
.kv .kv_t3{
    background: url(../img/kv_t3.png)no-repeat;
    width: 438px;
    height: 53px;
    top: 600px;
    left: calc(50% - -45px);
}
.kv .people1{
    background: url(../img/people1.png)no-repeat;
    width: 190px;
    height: 163px;
    top: 500px;
    left: calc(50% - 630px);
}
.kv .people2{
    background: url(../img/people2.png)no-repeat;
    width: 160px;
    height: 205px;
    top: 100px;
    left: calc(50% - -205px);
}
.kv .people3{
    background: url(../img/people3.png)no-repeat;
    width: 121px;
    height: 170px;
    top: 500px;
    left: calc(50% - -510px);
}
.kv .leaf1{
    background: url(../img/leaf1.png)no-repeat;
    width: 46px;
    height: 67px;
    top: 350px;
    left: calc(50% - 482px);
}
.kv .leaf2{
    background: url(../img/leaf2.png)no-repeat;
    width: 54px;
    height: 77px;
    top: 200px;
    left: calc(50% - -460px);
}
.kv .cloud1{
    background: url(../img/cloud.png)no-repeat;
    width: 118px;
    height: 34px;
    top: 240px;
    left: calc(50% - 880px);
    animation-name: cloud;
    animation-duration: 2s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}
@keyframes cloud{
    from {transform: translateX(0);}
    to {transform: translateX(50px);}
  }
.kv .cloud2{
    background: url(../img/cloud.png)no-repeat;
    width: 146px;
    height: 42px;
    top: 495px;
    left: calc(50% - -770px);
    animation-name: cloud;
    animation-duration: 2s;
    animation-delay: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}
@media screen and (max-width:1100px){
    /* header */
    .header .logo img{
        width: 130px;
        margin: 0 40px 30px;
    }
    .header .h_bt img{
        width: 90px;
        margin: 0 40px;
    }
    /* kv */
    .kv{
        background: url(../img/kv_bg2.png)no-repeat top center;
        max-width: 1100px;
        height: 633px;
    }
    .kv .kv_t1{
        background-size: contain;
        width: 430px;
        left: calc(50% - 400px);
    }
    .kv .kv_t2{
        background-size: contain;
        width: 600px;
        top: 350px;
        left: calc(50% - 210px);
    }
    .kv .kv_t3{
        background-size: contain;
        width: 350px;
        top: 520px;
    }
    .kv .people1{
        background-size: contain;
        width: 150px;
        top: 450px;
        left: calc(50% - 450px);
    }
    .kv .people2{
        background-size: contain;
        width: 120px;
        top: 150px;
    }
    .kv .people3{
        display: none;
    }
    .kv .leaf1{
        background-size: contain;
        width: 35px;
        top: 320px;
        left: calc(50% - 390px);
    }
    .kv .leaf2{
        background-size: contain;
        width: 40px;
        top: 240px;
        left: calc(50% - -400px);
    }
}
@media screen and (max-width:820px){
    /* kv */
    .kv{
        background: url(../img/kv_bg3.png)no-repeat top center;
        max-width: 820px;
        height: 825px;
    }
    .kv .kv_t1{
        width: 380px;
        top: 140px;
        left: calc(50% - 300px);
    }
    .kv .kv_t2{
        width: 550px;
        top: 320px;
        left: calc(50% - 260px);
    }
    .kv .kv_t3{
        top: 480px;
        left: calc(50% - 60px);
    }
    .kv .people1{
        width: 130px;
        top: 430px;
        left: calc(50% - 375px);
    }
    .kv .people2{
        width: 110px;
        top: 120px;
        left: calc(50% - -150px);
    }
    .kv .leaf1{
        top: 300px;
        left: calc(50% - 390px);
    }
    .kv .leaf2{
        top: 180px;
        left: calc(50% - -300px);
    }
}
@media screen and (max-width:500px){
    /* kv */
    .kv{
        background: url(../img/kv_bg_m.png)no-repeat top center;
        max-width: 500px;
        height: 590px;
    }
    .kv .kv_t1{
        width: 350px;
        top: 165px;
        left: calc(50% - 180px);
    }
    .kv .kv_t2{
        background: url(../img/kv_t2_m.png)no-repeat center;
        background-size: contain;
        width: 380px;
        top: 295px;
        left: calc(50% - 190px);
    }
    .kv .kv_t3{
        width: 300px;
        top: 475px;
        left: calc(50% - 110px);
    }
    .kv .people1{
        display: none;
    }
    .kv .people2{
        width: 75px;
        top: 230px;
        left: calc(50% - -105px);
    }
    .kv .leaf1{
        top: 300px;
        left: calc(50% - 390px);
    }
    .kv .leaf2{
        top: 180px;
        left: calc(50% - -300px);
    }
}
@media screen and (max-width:400px){
    /* header */
    .header .logo img{
        width: 120px;
        margin: 0 20px 30px;
    }
    .header .h_bt img{
        width: 80px;
        margin: 0 20px;
    }
    /* kv */
    .kv .kv_t1{
        width: 330px;
        left: calc(50% - 165px);
    }
    .kv .kv_t2{
        width: 340px;
        top: 280px;
        left: calc(50% - 170px);
    }
    .kv .kv_t3{
        width: 300px;
        top: 445px;
        left: calc(50% - 130px);
    }
    .kv .people1{
        display: none;
    }
    .kv .people2{
        width: 75px;
        top: 230px;
        left: calc(50% - -105px);
    }
    .kv .leaf1{
        top: 300px;
        left: calc(50% - 390px);
    }
    .kv .leaf2{
        top: 180px;
        left: calc(50% - -300px);
    }
}
/* content */
.content{
    background: url(../img/bg.png)no-repeat center top;
    background-size: cover;
    position: relative;
    top: -155px;
    max-width: 1920px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.content .down{
    max-width: 1200px;
    margin: 80px auto 0;
}
.content .down .circle{
    position: absolute;
    animation: rotation 4s infinite linear;
    transform-origin: 50% 48%;
}
@keyframes rotation{
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(365deg);
    }
}
.content .down .circle img{
    width: 78px;
}
.content .down .arrow img{
    width: 78px;
}
.content .item > div{
    position: absolute;
}
.content .item .cloud3{
    background: url(../img/cloud.png)no-repeat;
    background-size: cover;
    width: 118px;
    height: 34px;
    top: 265px;
    left: calc(50% - 820px);
    animation-name: cloud;
    animation-duration: 2s;
    animation-delay: .5s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}
.content .item .cloud4{
    background: url(../img/cloud.png)no-repeat;
    background-size: contain;
    width: 146px;
    height: 42px;
    top: 835px;
    left: calc(50% - -735px);
    animation-name: cloud;
    animation-duration: 1.5s;
    animation-delay: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}
.content .item .cloud5{
    background: url(../img/cloud5.png)no-repeat;
    background-size: cover;
    width: 184px;
    height: 52px;
    top: 1340px;
    left: calc(50% - 555px);
    animation-name: cloud;
    animation-duration: 2s;
    animation-delay: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}
.content .item .leaf3{
    background: url(../img/leaf3.png)no-repeat;
    background-size: cover;
    width: 53px;
    height: 57px;
    top: 465px;
    left: calc(50% - 640px);
}
.content .item .leaf4{
    background: url(../img/leaf4.png)no-repeat;
    background-size: cover;
    width: 83px;
    height: 59px;
    top: 260px;
    left: calc(50% - -460px);
}
.content .item .bird{
    background: url(../img/bird.png)no-repeat;
    background-size: cover;
    width: 63px;
    height: 65px;
    top: 1250px;
    left: calc(50% - -380px);
}
.content .item .tree{
    background: url(../img/tree.png)no-repeat;
    background-size: cover;
    width: 1920px;
    height: 232px;
    bottom: 4px;
    left: calc(50% - 955px);
}
/* 成就您的永續豐格 */
.p1{
    max-width: 1200px;
    margin: 80px auto 0px;
}
.p1 .p1_item{
    max-width: 660px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
}
.p1 .p1_item .title{
    margin: auto;
}
.p1 .p1_item .title2{
    display: none;
}
.p1 .p1_item .title img{
    width: 537px;
}
.p1 .p1_item .text{
    margin: auto;
}
.p1 .p1_item .text h2{
    font-size: 26px;
    text-align: center;
    margin: 30px 20px;
    color: #3e3a39;
    line-height: 1.8;
    letter-spacing: 0.5px;
    font-weight: 500;
}
@media screen and (max-width:1100px){
    /* content */
    .content{
    top: -190px;
}
.content .item .bird{
    left: calc(50% - -800px);
}
.content .item .cloud5{
    left: calc(50% - 740px);
}
.content .item .tree{
    bottom: 0px;
}
}
@media screen and (max-width:820px){
        /* content */
.content{
    background: url(../img/bg_m.png)no-repeat center top;
    top: -420px;
    max-width: 820px;
}
.p1{
    margin: 50px auto;
}
.p1 .p1_item .title img{
    width: 437px;
}
.p1 .p1_item .text h2{
    margin: 30px 20px 0;
}
}
@media screen and (max-width:500px){
            /* content */
.content{
    height: 100%;
    top: -195px;
}
.content .down{
    margin: 35px auto 0;
}
.content .down .circle img{
    width: 68px;
}
.content .down .arrow img{
    width: 68px;
}
.p1{
    max-width: 1200px;
    margin: 25px auto 10px;
}
.p1 .p1_item .title{
    display: none;
}
.p1 .p1_item .title2{
    display: block;
    margin: auto;
}
.p1 .p1_item .title2 img{
    width: 270px;
}
.p1 .p1_item .text h2{
    margin: 15px 20px 5px;
    font-size: 20px;
}
}
@media screen and (max-width:400px){
    .content .down{
        margin: 50px auto 0;
    }
    .p1 .p1_item .text h2{
        margin: 5px 20px 15px;
    }
}
/* p2 專案內容 */
.p2{
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.p2 span{
    text-align: center;
    color: #595757;
    font-size: 16px;
    letter-spacing: 1.5px;
    margin: 15px 20px 0;
}
.p2 .item{
    max-width: 1100px;
    margin: 20px;
    padding: 40px 100px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 80px;
    border: 1px solid #3e3a39;
}
.p2 .item img{
    width: 139px;
    margin: 15px;
}
.p2 .item ul li{
    max-width: 590px;
    list-style-image: url(../img/l_icon.png);
    font-size: 25px;
    font-weight: 700;
    color: #3e3a39;
    margin-left: 80px;
    letter-spacing: 2px;
    line-height: 2;
}
.p2 .item ul li u{
    color: #01b901;
    font-size: 30px;
}
/* 按鈕 */
.bt{
    max-width: 1200px;
    margin: 0 20px;
    padding: 50px 0 200px;
}
.bt .bt2{
    max-width: 600px;
    background-color: #fe8100;
    border: 2px solid #004500;
    border-radius: 20px;
    padding: 10px 30px;
    margin: 20px auto;
}
.bt .bt2{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 20px;
}
.bt a{
    text-decoration: none;
}
.bt a:hover{
    filter: brightness(1.2);
}
.bt .bt2 h3{
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 3px;
}
.bt .bt2 img{
    width: 49px;
}
@media screen and (max-width:820px){
    .p2 .item{
        padding: 40px 15px;
        border-radius: 50px;
        flex-direction: column-reverse;
    }
    .p2 .item img{
        width: 120px;
    }
    .p2 .item ul li{
        list-style-image: url(../img/l_icon.png);
        font-size: 25px;
        margin-left: 30px;
    }
    .p2 .item ul li u{
        color: #01b901;
        font-size: 30px;
    }
    .bt{
        padding: 50px 0;
    }
}
@media screen and (max-width:500px){
    .p2 .item{
        border-radius: 40px;
        margin: 5px 20px;
    }
    .p2 .item img{
        width: 90px;
    }
    .p2 .item ul li{
        list-style-image: url(../img/l_icon_m.png);
        font-size: 19px;
        margin-left: 30px;
        letter-spacing: 1px;
    }
    .p2 .item ul li u{
        color: #01b901;
        font-size: 22px;
        letter-spacing: 1px;
    } 
    /* 按鈕 */
    .bt{
        padding: 30px 0;
    }
    .bt .bt2{
        padding: 10px 10px;
    }
    .bt .bt2 h3{
        font-size: 22px;
        letter-spacing: 2px;
    }
    .bt .bt2 img{
        width: 25px;
    }
}
@media screen and (max-width:400px){
    .p2 .item{
        padding: 40px 15px 40px 3px;
    }
    .p2 .item ul li{
        list-style-image: url(../img/l_icon_m.png);
        font-size: 17px;
        margin-left: 30px;
        letter-spacing: 1px;
    }
    .p2 .item ul li u{
        color: #01b901;
        font-size: 20px;
        letter-spacing: 1px;
    } 
    .bt .bt2 h3{
        font-size: 20px;
    }
    .bt .bt2{
        padding: 10px 5px;
    }
}
/* 注意事項 */
.notice{
    background-color: #fff;
    padding: 15px 0;
    width: 100%;
    margin:-158px auto -15px;
}
.notice .not_h{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
}
.notice .not_h label{
    color: #3e3a39;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 2px;
    text-align: center;
    cursor: pointer; 
}
.notice .not_h input{
    display: none;
}
.notice .not_h input:checked + p{
    transform: rotate(-180deg);
    transition: .4s;
}
.notice .not_h p{
    font-size: 15px;
    color: #3e3a39;
    transition: 0.4s;
    padding: 0 5px;
    font-weight: 500;
}
.notice .not_p{
    max-width: 1000px;
    margin:auto;
    padding: 10px 40px 0px 60px;
    display: none;
}
.notice .not_p ul li{
    text-align: left;
    list-style: cjk-ideographic ;
}
.notice .not_p ul p{
    color: #3e3a39;
    font-size: 18px;
    font-weight: 500;
    margin-left: -45px;
}
.notice .not_p ul li a{
    color: #3e3a39;
}
.notice .not_p ol li{
    text-align: justify;
    list-style: disc ;
}
.notice .not_p li{
    font-size: 16px;
    line-height: 2;
    font-weight: 400;
    color: #3e3a39;
}
.notice .not_p ol{
    font-size: 16px;
    line-height: 2;
    font-weight: 400;
    color: #3e3a39;
}
.notice .not_p .not_table table,tr,td{
    border: 1px solid #3e3a39;
    border-collapse: collapse;
    padding: 25px 15px;
    color: #3e3a39;
    text-align: left;
    font-size: 16px;
}
.notice .not_p .not_table td{
    padding: 10px;
}
.notice .not_p .not_table2{
    display: none;
}
.notice .not_p .not_table2 table,tr,td{
    border: 1px solid #3e3a39;
    border-collapse: collapse;
    padding: 5px;
    color: #3e3a39;
    text-align: left;
    font-size: 16px;
}
.notice_f{
    max-width: 1920px;
    margin: auto;
    display: flex;
    justify-content: center;
}
.notice_f img{
    width: 1920px;
    margin: auto;
    vertical-align: middle;
}
@media screen and (max-width:1100px){
    .notice{
        margin:-190px auto -15px;
    }
}
@media screen and (max-width:820px){
    .notice{
        margin:-420px auto -15px;
    }
}
@media screen and (max-width:500px){
    .notice{
        margin:-190px auto -15px;
    }
    .notice .not_p .not_table2{
        display: block;
    }
    .notice .not_p .not_table2 table,tr,td{
        font-size: 12px;
        padding: 0 2px;
    }
    .notice .not_p .not_table{
        display: none;
    }
}
/* footer */
.footer{
    background-color: #254a91;
    max-width: 100%;
    margin: auto;
}
.footer .footer_p{
    letter-spacing: 0.1em;
    padding: 20px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
}
.footer a{
    color: #fff;
}