/* - - - - - - common - - - - - - */
*{
    padding: 0;
    margin: 0;
    font-family: 'Noto Sans TC', sans-serif;
}
body{
    padding-bottom: 60px;
}

@media only screen and (max-width: 767px){
    .p-0-xs{
        padding: 0;
    }
}
/* - - - - - common end - - - - - */
/* - - - - - - header - - - - - - */
header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 110px;
    border-bottom: 2.25px solid #000;
    background-color: #fff;
    z-index: 100;
}
.header_logo{
    display: block;
    width: 170px;
    padding-top: 26px;
    margin: 0 0 9px 63px;
}
.header_logo img{
    width: 100%;
}
.header_nav{
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 26px;
    margin: 31px 56px 14px 0;
}
.header_nav ul{
    display: flex;
    align-items: flex-end;
    margin-bottom: 0;
}
.header_nav ul li a{
    color: #595757;
    margin-left: 30px;
}
.header_nav .nav_web a{
    display: block;
    color: #fff;
    width: 147px;
    line-height: 34px;
    border-radius: 34px;
    background-color: #008E6A;
    text-align: center;
}
/* - - - - - header end - - - - - */
main.container-fluid{
    width: calc(100% - 63px);
}
main{
    padding-top: 110px;
}
h1{
    font-size: 60px;
    letter-spacing: 4.2px;
    color: #212529;
    text-align: center;
    padding: 120px 0 95px 0;
}




/* - - - - - - footer - - - - - - */
footer{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    text-align: center;
    background-color: #EFEFEF;
    z-index: 100;
}
footer span{
    display: inline-block;
    margin: 9px 11px 0 11px;

}
footer span img{
    width: 100%;
}
.footer_logo1{
    width: 187px;
}
.footer_logo2{
    width: 147px;
}
.footer_third{
    position: absolute;
    bottom: 13px;
    right: 140px;
}
.footer_third .third_icon{
    display: inline-block;
    width: 35px;
    cursor: pointer;
}
.footer_third .third_icon img{
    width: 100%;
}
/* - - - - - footer end - - - - - */
@media only screen and (min-width: 992px){
    .order_lg_1{
        order: 1;
    }
    .order_lg_2{
        order: 2;
    }
    .header_nav ul li a:hover{
        opacity: 0.5;
    }
}
@media only screen and (max-width: 991px){
    h1{
        padding: 60px 0 60px 0;
        font-size: 38px;
        line-height: 60px;
        letter-spacing: 4px;
        font-weight: 400;
        color: #212529
    }
    header{
        height: 64px;
    }
    .header_logo{
        width: 100px;
        padding-top: 10px;
        margin: 0 0 10px 15px;
    }
    .header_hanber {
        position: absolute;
        height: 40px;
        top: 12px;
        right: 22px;
    }
    .header_hanber span{
        position: relative;
        display: block;
        width: 40px;
        height: 3px;
        top: 11px;
        background-color: #008E6A;
    }
    .header_hanber span::before,
    .header_hanber span::after{
        position: absolute;
        content: '';
        width: 40px;
        height: 3px;
        background-color: #008E6A;
        left: 0;
    }
    .header_hanber span::before{
        top: 8px;
    }
    .header_hanber span::after{
        top: 16px;
    }
    .header_nav{
        width: 100%;
        padding-top: 63px;
        margin: 0;
        top: -550px;
        transition: all 0.4s ease-in;  
    }
    .header_nav.nav_open{
        top: 0;    
    }
    .header_nav ul{
        display: block;
        background-color: #fff;
    }
    .header_nav ul li a{
        display: block;
        line-height: 60px;
        padding-left: 20px;
        margin-bottom: 1px;
        margin-left: 0;
        background-color: #008E6A;
    }
    .header_nav ul li a{
        color: #fff;
    }
    .header_nav .nav_web a{
        width: 100%;
        line-height: 60px;
        text-align: left;    
        background-color: rgb(42, 184, 148);
        border-radius: 0;
    }
    .header_nav  .footer_third{
        position: relative;
        right: 0px;
        bottom: 1px;
        background-color: #fff;
        padding: 10px 20px;
    }
    main{
        padding-top: 65px;
    }
    .footer_logo1,
    .footer_logo2{
        width: 30%;
        margin: 12px 0px;
    }
    .footer_logo2{
        margin: 12px 3px;
    }
    .footer_third{
        position: relative;
        display: inline-block;
        bottom: 0;
        right: inherit;
    }
    .footer_third .third_icon{
        width: 30px;
        margin-right: 2px;
    }
}
@media only screen and (min-width: 768px){

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

}