* {
    box-sizing: border-box;
    /*font-family: PingFangTC, 黑體-繁, 微軟正黑體, Arial, serif;*/
    font-family: Roboto, "Open Sans", Arial, "SF Pro TC", "PingFang TC", 新微軟正黑體, "Microsoft JhengHei", sans-serif;

    -webkit-text-size-adjust: none;
    scrollbar-width: thin !important;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0;
    outline: none;
}
#header ul a, #footer ul a{
    text-decoration: none;
    cursor: pointer;
}
#header a:hover {
    opacity: 0.9;
}

/*----------------header-----------------*/
#header ul a, #footer ul a{
    text-decoration: none;
    cursor: pointer;
}
#header a:hover {
    opacity: 0.9;
}

#header {
    display: block;
    position: fixed;
    background-color: #fff;
    width: 100%;
    height: 40px;
    z-index: 99999;
    top: 0;
}
#menu {
    display: none;
    position: relative;
    margin-top: 40px;
    left: 0;
    z-index: 9;
    text-align: left;
    padding-bottom: 60px;
    background: #4CA4AF;
}
#search_block{
    display: block;
    position: fixed;
    width: 300px;
    top: 0;
    /*right: 350px;*/
    right: 0;
    z-index: 9999;
}
#search {
    position: absolute;
    display: none;
    top: 10px;
    left: 150px;
    width: 300px;
    height: 34px;
    background: transparent;
    border: 1px solid #ABABAB;
}
#search_icon {
    width: 20px;
    height: 20px;
}

#header ul{
    padding-left: 0;
}

#header li:hover {
    background-position: right 10px center;
    color: #A5FFFC;
}
#header ul li{
    display: block;
    position: relative;
    width: 100%;
    /*	height: 40px;*/
    height: auto;
    background: #4CA4AF;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    z-index: 98;
    cursor: pointer;
}
#header ul li{
    font-weight: 400;
}
#header ul li ul li:hover {
    background: #3D848D;
}
.header_link_text {
    margin-left: 20px;
}
.arrow, .footer_arrow {
    font-family: Roboto, serif !important;
    transition: all 0.3s;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    margin-right: 10px;
    float: right;
    text-align: center;
}
.arrow{
    background: url("../img/menu/icon-arrow-right4.svg") center center/15% no-repeat;
}

#header ul li ul{
    display: none;
    width: 100%;
    height: auto;
    /*	background: #4CA4AF;*/
    z-index: 99;
}
#header ul li ul li {
    font-size: 16px;
    color: #fff;
    background: #408A93;
    z-index: 99;
    cursor: pointer;
    padding-left: 40px;
}
#logo {
    cursor: pointer;
    position: fixed;
    /*width: 128px;*/
    width: 200px;
    height: 23px;
    background: url("../img/common/esg_logo_mb.svg") 100% no-repeat;
    top: 10px;
    left: 20px;
}
#menubt {
    cursor: pointer;
    position: fixed;
    width: 20px;
    height: 20px;
    background: url("../img/common/btn_menu.svg") 100% no-repeat;
    top: 10px;
    right: 20px;
    opacity: 0.9;
    z-index: 99;
}
#menubt:hover {
    opacity: 1;
}
#close {
    cursor: pointer;
    position: fixed;
    width: 20px;
    height: 20px;
    font-size: 30px;
    top: 5px;
    right: 20px;
    opacity: 0.9;
    color: #40474A;
    display: none;
    z-index: 99;
}
#close:hover {
    opacity: 1;
}
#language {
    position: absolute;
    width: 100px;
    font-size: 18px;
    color: #fff;
    bottom: 30px;
    right: 50px;
}
#li08{
    margin-top: 60px;
    /*margin-bottom: 20px;*/
}
#language_mb {
    /*position: absolute;*/
    width: 110px;
    font-size: 18px;
    color: #fff;
    /*bottom: 0;*/
    /*left: 20px;*/
    margin-left: 20px;
    margin-top: 10px;
    z-index: 99;
}

#zh-tw_mb, #en-us_mb, .line {
    /*color: #C8CBD0;*/
    float: left;
    line-height: 30px;
    font-size: 16px;
}
#en-us_mb, .line {
    margin-left: 10px;
}
#zh-tw_mb, #en-us_mb {
    cursor: pointer;
}
#report_dl_mb {
    display: block;
    cursor: pointer;
    width: 144px;
    /*width: 124px;*/
    height: 30px;
    line-height: 34px;
    color: #EEF8F7;
    float: right;
    border-radius: 30px;
    background: #4AC8C1 url("../img/common/icon_download.svg") no-repeat 90% 50%;
    /*margin-top: 10px;*/
    /*		margin-right: 130px;*/
    /*		margin-right: 55px;*/
    margin-right: 20px;
    text-align: left;
    padding-left: 20px;
    opacity: 0.9;
}
#report_dl_mb p {
    font-size: 16px;
}
#report_dl_mb:hover {
    opacity: 1;
}
#report_download {
    width: 144px;
    height: 34px;
    background: #4AC8C1;
    color: #fff;
    font-size: 18px;
}
#line_mb{
    color: rgba(74, 200, 193, 1);
}
#ig_btn {
    width: 50px;
    height: 50px;
    background: url("../img/common/btn_ig.svg");
}
#fb_btn {
    width: 50px;
    height: 50px;
    background: url("../img/common/btn_fb.svg");
}
#yt_btn {
    width: 50px;
    height: 50px;
    background: url("../img/common/btn_yt.svg");
}
#search_mb_bg {
    display: none;
}
#header_iframe {
    /*height: max-content;*/
    height: 40px;
}

.clicked_li {
    display: none;
}
/*----------------header end-----------------*/

@media only screen and (min-width:1080px) {

    /*----------------header-----------------*/
    #header_iframe{
        /*height: max-content;*/
        height: 80px;
    }
    /*#footer_iframe {*/
    /*height: max-content;*/
    /*height: 600px;*/
    /*}*/
    #language {
        display: block;
        width: 100px;
        height: 30px;
        top: 10px;
        /*		right: 85px;*/
        right: 70px;
        z-index: 99;
        /*		margin-right: 180px;*/
        margin-right: 110px;
    }
    #zh-tw, #en-us, .line {
        color: #C8CBD0;
        float: left;
        line-height: 30px;
        font-size: 16px;
    }
    #en-us, .line {
        margin-left: 10px;
    }
    #zh-tw, #en-us {
        cursor: pointer;
    }
    #header {
        height: 80px;
    }
    #menubt {
        display: none;
    }
    #menu {
        margin-top: 20px;
        position: absolute;
        top: 20px;
        /*		right: 80px;*/
        /*		right: 30px;*/
        left: inherit;
        display: block;
        background: transparent;
    }
    #search_mb {
        display: none;
    }
    #search_pc {
        display: none;
        position: absolute;
        width: 300px;
        height: 50px;
        float: right;
        top: 0;
        /*right: 320px;*/
        right: 220px;
    }
    .search_icon {
        width: 30px;
        height: 30px;
        position: absolute;
        /*left: 10px;*/
        top: 10px;
        background: url("../img/common/search_icon.svg") no-repeat center/60%;
    }
    #searchbt {
        cursor: pointer;
        display: block;
        position: absolute;
        width: 30px;
        height: 30px;
        top: 10px;
        /*		right: 380px;*/
        /*		right: 310px;*/
        right: 295px;
        /*right: 195px;*/
        background: url('../img/common/btn_search.svg') no-repeat center/90%;
        z-index: 99;
        opacity: 0.7;
    }
    #searchbt:hover {
        opacity: 1;
    }
    #close_searchbt {
        cursor: pointer;
        display: none;
        position: absolute;
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
        top: 10px;
        /*right: 295px;*/
        right: 195px;
        background: #C8CBD0;
        color: #EEF8F7;
        z-index: 99;
        opacity: 0.7;
        border-radius: 30px;
        text-align: center;
    }
    #close_searchbt:hover {
        opacity: 1;
    }
    /*----------------客製化google Search-----------------*/
    #___gcse_0 {
        margin-top: 10px;
        margin-right: 10px;
        width: 100% !important;
        /*	height: 50px!important;*/
    }
    .gsc-input {
        padding-right: 0 !important;
        /*border-radius: 30px !important;*/
        /*	background: none!important;*/
        /*  background: url("../img/placeholder.svg")  0% 0% no-repeat padding-box!important;*/
        background: transparent !important;
        color: rgba(61, 136, 164, 1) !important;
        /*	margin-top: 5px!important;*/
    }
    #gs_id50 {
        border: 0 !important;
    }
    #gsc-i-id1 {
        /*background-color: transparent !important;*/
        /*  color: #fff !important;*/
        color: rgba(61, 136, 164, 1) !important;
        background: #fff !important;
        /*  border: 1px solid #ABABAB!important;*/
        /*	margin-top: 5px!important;*/
        margin-left: 30px !important;
        width: 90% !important;
    }
    .gsc-search-button-v2 {
        /*	display: none;*/
        width: 30px !important;
        height: 30px !important;
        border-radius: 30px !important;
        padding: 6px !important;
        /*  background-color: rgb(55, 139, 169) !important;*/
        border: 1px solid #fff !important;
        margin-right: 5px;
        background: #fff url("../img/common/search_arrow.svg") no-repeat 90% 50% !important;
    }
    .gsc-search-button-v2 svg {
        display: none !important;
    }
    .gsc-input-box {
        border: 1px solid #fff !important;
        border-radius: 40px !important;
        background-color: #FFFFFF80 !important;
    }
    .gsib_a {
        padding: 0;
    }
    .gsc-control-cse {
        padding: 0 !important;
        width: calc(100% - 20px) !important;
        height: 30px !important;
        background-color: transparent !important;
        border: 1px solid #ABABAB !important;
        border-radius: 30px;
        overflow: hidden;
    }
    .gsc-control-cse td {
        border: 0 !important;
    }
    .gsc-search-button {
        width: 30px !important;
        height: 30px;
        /*	margin-right: 30px!important;*/
        cursor: pointer;
        /*  margin-left: 5px !important;*/
        /*	background: url("../img/search_arrow.svg") no-repeat 50% 40%!important;*/
        z-index: 99;
        border-radius: 30px;
    }
    .gsst_a .gscb_a {
        color: rgb(55, 139, 169) !important;
    }
    .gsib_a {
        padding: 0 !important;
    }
    /*----------------客製化google Search END-----------------*/
    #report_dl {
        display: block;
        cursor: pointer;
        width: 144px;
        /*width: 124px;*/
        height: 30px;
        line-height: 34px;
        color: #EEF8F7;
        float: right;
        border-radius: 30px;
        background: #4AC8C1 url("../img/common/icon_download.svg") no-repeat 90% 50%;
        margin-top: 10px;
        /*		margin-right: 130px;*/
        /*		margin-right: 55px;*/
        margin-right: 40px;
        text-align: left;
        padding-left: 20px;
        opacity: 0.9;
    }
    #report_dl p {
        font-size: 16px;
    }
    #report_dl:hover {
        opacity: 1;
    }
    #header ul{

    }
    #header ul li{
        width: auto;
        margin-left: -10px;
        color: #717784;
        background: #fff;
        font-size: 18px;
        float: left;
    }
    #header ul li:hover {
        color: #4CA4AF;
    }
    #header ul li ul {
        position: fixed;
        /*position: absolute;*/
        width: 100vw;
        max-width: 1280px;
        /*left: 100px;*/
        /*top: 100px;*/
        left: 20px;
        top: 100px;
    }
    #header ul li ul li {
        width: auto;
        margin-left: 10px;
        float: left;
        padding-right: 40px;
        margin-top: 20px;
        background: #4CA4AF;
        border-radius: 30px;
    }
    .pc_ul_bg {
        display: block;
        position: fixed;
        top: 80px;
        left: 0;
        width: 100vw;
        height: 180px;
        min-height: 140px;
        background: #4CA4AF;
        color: #fff;
    }
    .clicked_li {
        display: block;
        /*text-align: center;*/
        width: 100px;
        height: 50%;
    }
    .clicked_li p {
        display: none;
        /*width: 172px;*/
        /*width: 242px;*/
        /*text-align: center;*/
        /*width: 230px;*/
        width: 295px;
        text-align: right;
        font-size: 30px;
        position: absolute;
        padding-right: 50px;
        height: 50%;
        /*left: 0px;*/
        /*left: 20px;*/
        left: 12px;
        top: 20px;
        border-right: 2px solid #fff !important;
    }
    .arrow {
        background: url("../img/menu/icon-arrow-right2.svg") center center/15% no-repeat;
        color: #ABABAB;
        transform: rotate(90deg);
    }
    h1 {
        font-size: 40px;
    }

    #header ul li{
        font-size: 18px;
    }
    /*----------------header end-----------------*/

}
@media only screen and (min-width:1100px) {
    #menu {
        /*right: 30px;*/
        right: 20px;
    }
}

@media only screen and (min-width:1366px) {
    #logo {
        float: left;
        /*width: 197px;*/
        /*height: 36px;*/
        width: 280px;
        height: 33px;
        margin-left: 30px;
        /*margin-top: 20px;*/
        margin-top: 29px;
        background: url("../img/common/esg_logo_pc.svg");
    }
    .clicked_li p {
        display: block;
    }
    #header ul li ul {
        position: fixed;
        /*position: absolute;*/
        /*width: 90vw;*/
        max-width: 1080px;
        /*left: 100px;*/
        /*top: 100px;*/
        width: 100vw;
        height: 160px;
        background: #4CA4AF;
        /*left: 0;*/
        /*left: 20vw;*/
        left: 23vw;
        top: 100px;
    }
}
@media only screen and (min-width:1440px) {


    /*#header ul li ul {*/
    /*    width: 60vw;*/
    /*}*/
    #header ul li ul {
        position: fixed;
        /*position: absolute;*/
        /*width: 90vw;*/
        max-width: 1080px;
        /*left: 100px;*/
        /*top: 100px;*/
        width: 100vw;
        height: 160px;
        background: #4CA4AF;
        /*left: 0;*/
        /*left: 19vw;*/
        left: 23.4vw;
        top: 100px;
    }
    #menu {
        right: 80px;
    }
    #report_dl {
        margin-right: 105px;
    }
    #language {
        margin-right: 160px;
    }
    #searchbt {
        right: 360px;
        /*right: 355px;*/
        /*right: 255px;*/
    }
    #close_searchbt{
        /*right:360px;*/
        /*right:355px;*/
        right: 255px;
    }
    #search_pc{
        /*right: 390px;*/
        /*right: 380px;*/
        right: 280px;
    }
    #language{
        right: 83px;
    }
}
@media only screen and (min-width:1480px) {

    #header ul li ul {
        left: 21.2vw;
    }
}
@media only screen and (min-width:1560px) {

    #header ul li ul {
        left: 25.2vw;
    }
}
@media only screen and (min-width:1680px) {
    #header ul li {
        margin-left: 20px;
    }
    #header ul li ul {
        left: 22.5vw;
    }
    .clicked_li p{
        left: 13px;
    }
}
@media only screen and (min-width:1920px) {
    #logo {
        margin-left: 80px;
    }
    .clicked_li p {
        left: 63px;
        /*padding-right: 100px;*/
    }
    #header ul li ul {
        left: 32vw;
    }
}

/* ============ loader 轉圈圈  ============*/
.loader {
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #3498db;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 1.5s linear infinite; /* Safari */
    animation: spin 1.5s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}