@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@500;700&display=swap');
* {
    font-family: "Open Sans", sans-serif, '微軟正黑體';
}
.noto_serif {
    font-family: 'Noto Serif TC', serif !important;
}
hr.dotted{
    border-top: 2px dotted #c8f0e0;
}
#index_header{
    position: relative;
    background-image: url("../../images/banner01.png");
    background-position: center top;
    background-repeat: no-repeat;
    overflow: hidden;
}
#index_header .header_top{
    position: absolute;
    background-color: rgba(251,245,246,0.78);
    top: 0;
    width: 100%;
}
#index_header .title_img{
    position: absolute;
    width: 100%;
    top: 80px;
    padding: 0 15px;
    text-align: center;
}
#index_header .title_img img{
    width: 100%;
    max-width: 462px;
}
#index_header.content_page .invisible{
    height: 320px;
}
.section_title{
    text-align: center;
    color: #0A49AA;
}
#index_work{
    padding: 30px 0;
    background-color: #C3E3FF;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d6f3ff+-1,d6f3ff+0,c3e3ff+100 */
    background: #d6f3ff; /* Old browsers */
    background: -moz-linear-gradient(top,  #d6f3ff -1%, #d6f3ff 0%, #c3e3ff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #d6f3ff -1%,#d6f3ff 0%,#c3e3ff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #d6f3ff -1%,#d6f3ff 0%,#c3e3ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6f3ff', endColorstr='#c3e3ff',GradientType=0 ); /* IE6-9 */
}
#index_work .section_title{
    color: #0A49AA;
    padding-bottom: 30px;
}
#index_work .section_title .fa-water{
    color: #00ACEA;
}
#index_work .sub_title{
    text-align: center;
    color: #536EB7;
    padding-bottom: 30px;
}
#index_work .work_outer{
    padding: 15px 0;
}
#index_work .dashed{
    position: relative;
}
#index_work .dashed::before{
    content: "";
    display: block;position: absolute;
    width: 100%;
    height: 1px;
    border-bottom: 2px dashed #FFF;
    top: 50%;
    left: 0;
    
}
#index_work a.work_inner{
    position: relative;
    top: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    width: 180px;
    height: 180px;
    padding: 30px;
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 0 8px #3695e2;
    text-decoration: none;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}
#index_work a.work_inner .img_outer{
    height: 80px;
    margin-bottom: 20px;
}
#index_work a.work_inner .img_outer svg{
    height: 100%;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}
#index_work .work_outer:hover a.work_inner{
    top: 0;
    transform: scale(1.1);
    background-color: #0071C8;
    color: #FFF;
}
#index_work .work_outer:hover a.work_inner p{
    color: #FFF;
}
#index_work .work_outer:hover a.work_inner .img_outer svg .cls-1{
    fill: #FFF;
}
#index_work a.work_inner p{
    margin: 0;
    font-size: 1.2rem;
    color: #003380;
}


#index_intro .section_title{
    padding: 30px 0;
}
#index_intro .intro_content{
    line-height: 2;
    text-align: center;
    color: #344257;
}
#index_intro .intro_content .highlight{
    font-size: 1.1rem;
    color: #E24600;
}
#index_clean{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#bdebe6+0,ffffff+100 */
background: #bdebe6; /* Old browsers */
background: -moz-linear-gradient(top,  #bdebe6 0%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #bdebe6 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #bdebe6 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdebe6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}
#index_clean .section_title{
    color: #0A5B68;
}
#index_clean .section_title .fa-water{
    color: #00AC66;
}
#index_clean select{
    text-align-last: center;
}
#index_clean .clean_outer{
    height: 100%;
    padding: 30px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 5px 15px -5px #AAA;
}
#index_clean .clean_outer h5{
    color: #203C6B;
    margin-bottom: 1rem;
}
#index_clean .clean_outer .title{
    font-weight: bold;
    color: #203C6B;
}
#index_clean .table_clean th{
    background-color: #DFEFEC;
    color: #529B28;
}
#index_clean .state01{
    padding-top: .5rem;
    font-weight: bold;
    font-size: 1.2rem;
    color: #062782;
}
#index_clean .state02{
    padding-top: .5rem;
    font-weight: bold;
    font-size: 1.2rem;
    color: #3C61C8;
}
#index_clean .state03{
    padding-top: .5rem;
    font-weight: bold;
    font-size: 1.2rem;
    color: #3288DE;
}

#content_link{
    background-color: #c3e3ff;
    padding-top: 30px;
}
.top_link_outer{
    position: relative;
    margin: 5px 20px 0;
    z-index: 1;
}
a.top_link{
    letter-spacing: 2px;
    line-height: 1.5;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 5px;
    background-color: #FFF;
    color: #0075C0;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    transition: all .5s ease;
}
a.top_link::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 110%;
    border: 1px solid #fff;
    left: 7px;
    top: 4px;
    border-radius: 8px;
    z-index: -1;
    border-width: 0 2px 2px 0;
    transition: all .5s ease;
}
a.top_link:hover{
    background-color: #1C80D8;
    color: #FFF;
    transform: translate(3px, 3px);
    transition: all .5s ease;
}
a.top_link:hover::before{
    border: 1px solid #5596d4;
    border-width: 0 2px 2px 0;
    left: 4px;
    top: 1px;
}

#content_main{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#feffff+0,deebed+100 */
background: #feffff; /* Old browsers */
background: -moz-linear-gradient(top,  #feffff 0%, #e2fbff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #feffff 0%,#e2fbff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #feffff 0%,#e2fbff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#e2fbff',GradientType=0 ); /* IE6-9 */

}
#content_main .content_title{
    color: #1D3A6C;
    font-weight: bold;
    letter-spacing: 2px;
}
#content_main .content_outer{
    padding: 30px 15px;
    background-color: #fff;
    border: 6px double #c6e8f5;
    border-radius: 15px;
    box-shadow: 0 5px 15px -5px #CCC;
}
#footer{
    background-color: #65d1c8;
    padding-top: 30px;
    padding-bottom: 30px;
    line-height: 2;
    color: #FFF;
    text-shadow: 0 1px 3px #3a4663;
}