@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Courgette&family=Molle:ital@1&family=Sonsie+One&display=swap');

*, html, body, a, article, aside, b, blockquote, caption, center, cite, code, dd, div, dl, dt, em, fgroup, fieldset, figcaption, figure, font,
footer, form, h1, h2, h3, h4, h5, h6, header, hr, i, iframe, img, label, legend, li, main, nav, object, ol, p, pre, q, s, section, small, span,
strong, table, tbody, td, tfoot, th, thead, time, tr, ul {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: 0;
 	font-family: "微軟正黑體", Raleway, sans-serif;
    letter-spacing: 2px;
}
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
::-webkit-scrollbar-thumb {
    background-color: #126FA5;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
html{
	font-size: 16px;
	color:#222;
 	line-height: 28px;
}
ul{
    list-style: none;
}
a{
	color:#222;
	text-decoration: none;
}
a:hover{
	color:#35a7e9;
	text-decoration: none;
}
p{
	font-size: 1.125rem;
	margin-bottom: 1rem;
}
img{
	max-width: 100%;
}

.section_padding{
    padding: 80px 0;
}
@media screen and (min-width:1440px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1380px;
    }
}
@media screen and (min-width:1680px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1600px;
    }
}

/* 標題 */
.title{
    position: relative;
    font-size: 2.25rem;
    font-weight: 600;
    margin-bottom: 3.75rem;
    color: #333;
}
.item_title{
    font-size: 1.5rem;
    font-weight: 600;
}
.icon{
    font-size: 9rem;
    font-weight: 500;
    background: linear-gradient(-131deg, #35a7e9 0%, #737d8c 100%);
    background: -webkit-linear-gradient(-131deg, #35a7e9 0%, #737d8c 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}
.icon_box:hover .icon,.icon_box:hover a{
    color: #35a7e9;
}
@media screen and (max-width:700px) {
    .icon_box{
        margin-bottom: 5rem;
    }
    .icon_box:last-child{
        margin-bottom: 0;
    }
}

/* 按鈕 */
.btn_back{
    padding: 1rem 3rem;
    border: 1px solid #35A7E9;
    border-radius: 10px;
}
.btn_back:hover{
    background: #35A7E9;
    color: #fff;
}

/* BANNER */
.carousel-control-next, .carousel-control-prev{
    width: 10%;
    height: 100%;
    color: #35a7e9;
    top: auto; 
    opacity: 1;
    z-index: 50;
}
.carousel-control-next:hover, .carousel-control-prev:hover,.carousel-control-next:focus, .carousel-control-prev:focus{
    background: rgba(0,0,0,.2);
    color: #fff;
}
.carousel-control-prev{
    left: 0;
}
.carousel-control-next span, .carousel-control-prev span{
    font-size: 2rem;
    font-weight: bold;
}
.carousel-control-next:hover span, .carousel-control-prev:hover span{
    -webkit-animation: hoverblink .3s linear 0s 1 normal both;
    animation: hoverblink .3s linear 0s 1 normal both;
}
.carousel-caption{
    top: 50%;
    right: auto;
    bottom: auto;
    transform: translateY(-50%);
    text-align: left;
    z-index: 20;
}
.carousel-caption{
    width: 50%;
}
.carousel-caption h5{
    font-size: 3.5rem;
    font-weight: 600;
    text-shadow: rgba( 0, 0, 0, .75) 0.05em 0.05em 0.15em;
    margin-bottom: 1rem;
}
.carousel-caption p{
    font-size: 1.25rem;
    text-shadow: rgba( 0, 0, 0, .75) 0.05em 0.05em 0.15em;
}

@media screen and (max-width: 1199px) {
    .carousel-caption{
        width: 80%;
        left: 10%;
    }
    .carousel-caption h5{
        font-size: 3rem;
    }
}
@media screen and (max-width: 991px) {
    .carousel-item{
        overflow: hidden;
    }
    .carousel-item img{
        height: 50vh;
        max-width: none;
        transform: translateX(-27%);
    }
    .carousel-caption{
        left: 5%;
    }
}
@media screen and (max-width: 767px) {
    .carousel-caption h5{
        font-size: 1.75rem;
    }
    .carousel-control-next, .carousel-control-prev{
        width: 20%;
    }
    .carousel-control-next span, .carousel-control-prev span{
        font-size: 1.25rem;
    }
}

/* 區塊一 */
.idx_box1{
    background: url(../images/line_bg.png);
    background-size: cover;
    padding-top: 80px;
}
.idx_abo{
    position: relative;
}
.idx_abo::before{
    content: "";
    width: 128px;
    height: 240px;
    background: url(../images/balloon1.png) no-repeat;
    position: absolute;
    top: -1rem;
    left: 0;
}
.idx_abo::after{
    content: "";
    width: 128px;
    height: 240px;
    background: url(../images/balloon2.png) no-repeat;
    position: absolute;
    bottom: -3rem;
    right: 0;
}
.rep_box{
    position: relative;
}
.rep_box img{
    border: 10px solid #fff;
    box-shadow: 3px 5px 15px rgba(0, 0, 0, .1);
}
.rep_year{
    width: 100px;
    height: 100px;
    line-height: 100px;
    background: #ffbf47;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    top: -50px;
    font-size: 1.5rem;
    color: #fff;
    box-shadow: 3px 5px 15px rgba(0, 0, 0, .1);
}

.idx_ov_box{
    display: flex;
    flex-wrap: wrap;
}
.idx_ov_body{
    width: calc(100% / 4 - 1rem);
    text-align: center;
    margin: 1rem 0.5rem;
}
.idx_ov_body img{
    max-height: 110px;
}
.idx_ov_body i{
    font-size: 7rem;
    color: #ffa348;
}
.idx_ov_body h4{
    margin-top: 1rem;
}
.idx_ov_box .idx_ov_body i{
    background: url(../images/idx_ov_icon.png) bottom no-repeat;
    background-size: contain;
}
@media screen and (max-width: 991px) {
    .idx_ov_body{
        width: calc(100% / 2 - 2rem);
    }
}
@media screen and (max-width: 767px) {
    .idx_ov_body{
        width: 100%;
    }
}


/* 區塊二 */
.idx_box2{
    position: relative;
    background: url(../images/idx_env_bg.jpg) center no-repeat;
    overflow: hidden;
}
.idx_box2::before{
    content: "";
    width: 100%;
    height: 100%;
    background: #2364aa;
    opacity: .7;
    position: absolute;
    top: 0;
    left: 0;
}
.idx_box2::after{
    content: "\e9fa";
    font-family: icomoon;
    font-size: 15rem;
    color: rgba(255,255,255,.4);
    position: absolute;
    right: 15%;
    bottom: 10%;
}
.idx_env_box{
    display: flex;
    flex-wrap: wrap;
}
.idx_env_body{
    width: calc(100% / 3 - 2rem);
    text-align: center;
    margin: 1rem;
    border: 1px solid #fff;
    padding: 2rem;
    color: #fff;
}
.idx_env_body:hover{
    background: rgba(255, 255, 255, .8);
}
.idx_env_body i{
    font-size: 7rem;
}
.idx_env_body h4{
    margin-top: 1rem;
}
@media screen and (max-width: 991px) {
    .idx_box2{
        background-size: cover;
    }
    .idx_box2::after{
        font-size: 10rem;
        right: 2rem;
        bottom: 0;
    }
    .idx_env_body{
        width: calc(100% / 2 - 2rem);
    }
}
@media screen and (max-width: 767px) {
    .idx_env_body{
        width: 100%;
    }
}

/* 區塊三 */
.idx_soc_box{
    display: flex;
    flex-wrap: wrap;
}
.idx_soc_body{
    width: calc(100% / 3 - 2rem);
    text-align: center;
    margin: 1rem;
}
.idx_soc_body i{
    font-size: 7rem;
    color: #ffa348;
}
.idx_soc_body h4{
    margin-top: 1rem;
}
.idx_soc_box .idx_soc_body i{
    background: url(../images/idx_soc_icon.png) bottom no-repeat;
    background-size: contain;
}
@media screen and (max-width: 767px) {
    .idx_soc_body{
        width: 100%;
    }
}

/* 區塊四 */
.idx_cg_con{
    background: url(../images/idx_cg_logo.png)right bottom no-repeat, #3da5d9;
    padding: 4rem;
}
.idx_cg_con .title{
    margin-bottom: 2rem;
}
.idx_cg_con h4{
    position: relative;
    /* margin-bottom: 2rem; */
    /* padding: 0 2rem 1rem 0; */
    /* border-bottom: 1px solid #fff; */
    display: inline-block;
}
/* .idx_cg_con h4::before{
    content: "";
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    right: -5px;
} */
.idx_cg_btn{
    display: flex;
    flex-wrap: wrap;
    /* background: #3da5d9; */
}
.idx_cg_btn .idx_cg_body{
    width: calc(100% / 4);
    /* background: rgba(35, 100, 170, .2); */
    text-align: center;
    padding: 1.5rem 0.5rem;
    color: #fff;
}
.idx_cg_btn .idx_cg_body:hover{
    /* background: rgba(35, 100, 170, .5); */
}
.idx_cg_body i{
    font-size: 5rem;
    color: #fff;
}
.idx_cg_body h4{
    margin-top: 1rem;
}
@media screen and (max-width: 767px) {
    .idx_cg_con{
        padding: 3rem 2rem;
    }
    .idx_cg_btn .idx_cg_body{
        width: calc(100% / 2);
    }
}

/* 區塊五 */
.par_box{
    position: relative;
}
.par_box::before {
    content: "";
    background: rgba(18,111,165,.65);
    width: 40%;
    height: 100%;
    position: absolute;
    left: 1rem;
    top: 0;
}
.par_txt_box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1rem;
    width: 40%;
    text-align: center;
}
.par_txt_box h4 {
    font-size: 1.75rem;
    color: #fff;
}
.par_txt_box span {
    display: none;
    font-size: 2rem;
    color: #fff;
    margin-top: 1rem;
}
.par_box:hover .par_txt_box span {
    display: block;
}
@media screen and (max-width: 991px) {
    .par_box{
        margin-bottom: 1rem;
    }
}

/* 區塊六 */
.idx_box6{
    background: url(../images/line_bg.png),rgba(255, 191, 71, .2);
    /* background: -moz-linear-gradient(top, rgba(255, 191, 71, .2) 0%, rgba(255, 191, 71, .2) 50%, #fff 51%, #fff 100%); 
    background: -webkit-linear-gradient(top, rgba(255, 191, 71, .2) 0%,rgba(255, 191, 71, .2) 50%,#fff 51%,#fff 100%); 
    background: linear-gradient(to bottom, rgba(255, 191, 71, .2) 0%,rgba(255, 191, 71, .2) 50%,#fff 51%,#fff 100%); */
    overflow: hidden;
}
.idx_box7{
    margin-top: -200px;
    padding-bottom: 80px;
}
.emp_box{
    position: relative;
}
.emp_txt{
    padding: 3.5rem 1rem;
    width: 100%;
    height: 100%;
    color: #fff;
    background: rgba(35, 100, 170, .9);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(35, 100, 170, .9) 100%); 
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%,rgba(35, 100, 170, .9) 100%); 
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%,rgba(35, 100, 170, .9) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    transition: .5s;
}
.emp_txt h4{
    position: absolute;
    bottom: 2rem;
}
.emp_txt h4 span{
    display: none;
}

.emp_box:hover .emp_txt{
    height: 100%;
    transition: .5s;
}
.emp_box:hover .emp_txt h4{
    position: absolute;
    bottom: 2rem;
}
.emp_box:hover .emp_txt h4 span{
    display: inline-block;
}
.emp_block{
    justify-content:flex-end;
}
.emp_block .col-md-3{
    max-width: 22.24%;
}
@media screen and (max-width: 991px) {
    .idx_box7{
        margin-top: 80px;
        padding-bottom: 80px;
    }
    .emp_block .col-md-3{
        max-width: 22.24%;
    }
}
@media screen and (max-width: 991px) {
    .emp_mb{
        margin-bottom: 2rem;
    }
    .emp_mb .emp_box img{
        width: 100%;
    }
}
@media screen and (max-width: 768px){
    .emp_block .col-md-3{
        max-width: 100%;
    }
} 

/* footer */
.footer{
    background: #3da5d9;
}
.footer_bg1{
    padding: 40px 8rem 40px 1rem;
}
.footer_bg2{
    background: #2364aa;
    border-radius: 0 0 0 50px;
    padding: 40px 66px 40px 3rem;
}
.footer_bg3{
    position: relative;
    background: #3da5d9;
    border-radius: 0 0 0 50px;
    margin-left: -50px;
    padding: 40px 2rem 40px 3rem;
}
.footer_bg2 h4, .footer_bg3 h4{
    position: relative;
    margin-bottom: 2rem;
    padding: 0 2rem 1rem 0;
    border-bottom: 1px solid #fff;
    display: inline-block;
}
.footer_bg2 h4::before, .footer_bg3 h4::before{
    content: "";
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    right: -5px;
}

.footer_con_txt{
    font-size: 1.125rem;
}
.footer_con_txt li{
    position: relative;
    color: #fff;
    margin-bottom: 1rem;
    padding-left: 50px;
}
.footer_con_txt li a{
    color: #fff;
    overflow-wrap: break-word;
}
.footer_con_txt li a:hover{
    color: #2364aa;
}
.add::before, .tel::before, .fax::before, .mail::before{
    content: "";
    font-family: 'icomoon';
    font-size: 1.25rem;
    color: #fff;
    position: absolute;
    left: 10px;
    top: 0;
}
.add::before{
    content: "\e9b1";
}
.tel::before{
    content: "\e9af";
}
.fax::before{
    content: "\e9b8";
}
.mail::before{
    content: "\e95c";
}
.quick_link{
    font-size: 1.125rem;
}
.quick_link li{
    position: relative;
    width: 100%;
    padding-left: 1rem;
    margin-bottom: 1rem;
}
.quick_link li::before{
    content: "- ";
    color: #fff;
}
.quick_link li:hover::before{
    color: #35a7e9;
}
.quick_link li a{
    color: #fff;
}
.quick_link li:hover a{
    color: #35a7e9;
}
ul li:last-child{
    margin-bottom: 0;
}
.copyright{
    color: #fff;
    margin-top: 3rem;
    font-size: 1rem;
}
.copyright a{
    color: #fff;
}
.copyright a:hover{
    color: #35a7e9;
}

#back-top{
    display: block;
    width: 80px;
    height: 80px;
    background: rgba(255,255,255,.8);
    border: 1px solid #2364aa;
    text-align: center;
    border-radius: 16px;
	position: fixed;
	right: 53px;
	bottom: 60px;
}
#back-top:hover{
    cursor: pointer;
    background: #2364aa;
}
#back-top i{
    font-size: 3rem;
    color: #2364aa;
	position: absolute;
	top: 50%;
	left: 50%;
    transform: translate(-50%,-50%);
}
#back-top:hover i{
    color: #fff;
}
.footer_bg1{
    position: unset;
}

.copyright{
    position: absolute;
    bottom: 60px;
}

@media screen and (min-width:1024px) {
    .footer_bg1{
        position: relative;
    }
    .footer_bg1 img{
        margin-top: 60px;
    }
    .copyright{
        max-width: 525px;
    }
}

@media screen and (max-width:1199px) {
    .footer_bg1{
        padding: 40px 1rem;
    }
}
@media screen and (max-width:991px) {
    .footer_bg1{
        padding: 40px 2rem;
    }
    .footer_bg3{
        margin-bottom: 6rem;
        margin-left:0;
        padding: 40px 2rem;
    }
    .footer_bg2{
        border-radius: 0 0 0 0px;
        padding: 40px 2rem;
    }
    .copyright{
        bottom: 20px;
        z-index: 3;
    }
    footer .row{
        position: relative;
    }
}
@media screen and (max-width:700px) {
    .footer_bg{
        margin: 0;
    }
    .footer_con_txt{
        margin: 2rem 2rem 0 0;
    }
    .quick_link{
        margin-top: 2rem;
    }
    #back-top{
        width: 50px;
        height: 50px;
        right: 1rem;
        bottom: 1rem;
    }
    #back-top i{
        font-size: 2rem;
    }
}
@media screen and (max-width:414px){
    .quick_link{
        margin-top:0;
    }
    .footer_con_txt{
        margin: 0rem 2rem 0 0;
    }
    .copyright{
        bottom: 20px;
    }
}
@media screen and (max-width:375px){
    .footer_con_txt{
        font-size: 16px;
    }
    .quick_link li{
        width: 100%;
    }
}
@media screen and (max-width:320px){
    .footer_bg3{
        overflow-wrap: break-word;
    }
}
