.abo_ban {
    background: url(../images/abo_ban.jpg) no-repeat;
}

.abo_img_bg {
    position: relative;
}

.abo_img_bg::before {
    content: "";
    border: solid 1px #CD5D67;
    position: absolute;
    left: 15px;
    z-index: -1;
    width: 96%;
    height: 100%;
    transform: rotate(363deg);
}

.abo_org_bg{
    background: url(../images/abo_org_bg.png) left bottom no-repeat;
}

/* abo_vis */

.abo_vis {
    background: url(../images/00.png) no-repeat;
    background-size: contain;
    bottom: 0;
    left: 0;
}

.abo_vis_bg {
    position: relative;
}

.abo_vis .row {
    height: 750px;
}

.abo_vis_box {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 3rem;
}

.abo_vis_box::after {
    content: "";
    position: absolute;
    width: 140%;
    height: 80%;
    top: 90px;
    right: -40%;
    border: 1px solid #C43E4D;
    z-index: -2;
    background: #fff;
    box-shadow: 10px 10px 10px rgb(90 103 115 / 10%);
}

.abo_vis2 {
    background: url(../images/abo_vis_img.png) no-repeat;
    height: 768px;
    background-size: cover;
}

.abo_vis_box2 h3 {
    color: #C43E4D;
    font-weight: bolder;
    border-bottom: 3px solid #C43E4D;
    padding-bottom: 1rem;
    width: 20%;
}

.abo_vis_box3 h3 {
    color: #5a90bf;
    font-weight: bolder;
    border-bottom: 3px solid #5a90bf;
    padding-bottom: 1rem;
    width: 20%;
}

.abo_vis_box2 p,
.abo_vis_box3 p {
    font-size: 1.5rem;
}

.bg-txt {
    position: absolute;
    line-height: 1;
    right: 20%;
    top: 0;
    font-size: 10rem;
    color: #f6f6f6;
    font-weight: 600;
    z-index: -1;
}

@media screen and (max-width:768px) {
    .abo_vis_box {
        overflow: hidden;
    }
    .abo_vis_box::after {
        width: 95%;
        height: 90%;
        right: 2.5%;
    }
    .abo_vis2 {
        height: 300px;
    }
}


.abo_qua_bg {
    background: url(../images/abo_qua_bg.png) rgb(204 204 204 / 70%) bottom no-repeat;
    background-size: contain;
    position: relative;
}

.abo_qua_block {
    height: 100%;
}

.abo_qua_block2 {
    padding-left: 3rem;
}

.abo_qua_block2 .item_title::before,
.abo_qua_block2 .item_title::after {
    background: #fff;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 17%;
}

.abo_qua_block2 p {
    background: #fff;
    color: #5A6773;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    margin-top: 1rem;
    box-shadow: 5px 5px 5px rgb(90, 103, 115, 20%);
}

.abo_qua_block2 a:hover p {
    background: #5a90bf;
    color: #fff;
}


.list .box {
    background: rgb(255 255 255 / 70%);
    text-align: center;
    padding: 25px;
    font-weight: bolder;
    font-size: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
}

.list .box:hover {
    background: #fff;
}

.abo_qua_box {
    position: relative;
}

.abo_qua_box:hover a {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.abo_qua_box:hover a::after {
    content: "";
    width: 100%;
    height: 90%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(50, 78, 115, 60%);
}

.abo_qua_box:hover p {
    color: #fff;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.75rem;
    font-weight: bolder;
}

.page_abo_qua {
    position: relative;
}

.page_abo_qua::before {
    position: absolute;
    content: "";
    width: 50%;
    height: 60%;
    background: rgb(50, 78, 115, 10%);
    clip-path: polygon(100% 2%, 0% 100%, 100% 100%);
    bottom: 0;
    right: 0;
}

.abo_qua_bg {
    background: none;
    background-size: 50%;
    position: relative;
}

.abo_qua_BC {
    position: relative;
    padding-top: 240px;
}

.abo_qua_BC::before {
    content: "";
    width: 100%;
    height: 400px;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/abo_qua_bg.jpg") no-repeat;
    background-position: 100% 94%;
    background-size: cover;
}

.abo_qua_block {
    height: 100%;
}

.abo_qua_block2 {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    background-color: #FFF;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    /* min-height: 675px; */
}

.abo_qua_block2 .item_title::before,
.abo_qua_block2 .item_title::after {
    background: #ccc;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 17%;
}

.abo_qua_block2 p {
    background: none;
    color: #5A6773;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    margin-top: 1rem;
    box-shadow: unset;
}

.abo_qua_block2 a:hover p {
    background: none;
    color: #5A6773;
}

.list .box {
    background: none;
    text-align: center;
    padding: 25px;
    font-weight: bolder;
    font-size: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: none;
    position: relative;
}

.list .box::after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 1px;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(219, 219, 219, 1) 50%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(219, 219, 219, 1)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(219, 219, 219, 1) 50%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(219, 219, 219, 1) 50%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(219, 219, 219, 1) 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(219, 219, 219, 1) 50%, rgba(255, 255, 255, 0) 100%);
}

.list .box:last-child::after {
    display: none;
}

.list .box:hover {
    background: none;
}

.sh_rep_box {
    padding-top: 20px;
}

.sh_rep_box .swiper-slide{
    padding-bottom: 3rem;
}

.sh_rep_box.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.sh_rep_box.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 8px);
    background: rgb(200 202 205);
    border: 1px solid rgba(255, 255, 255, .5);
}

.sh_rep_box.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 50px;
    border-radius: 10px;
    background: #CD5D67;
    border: 1px solid rgba(255, 255, 255, .2);
    opacity: 1;
}

.abo_qua_block2 p {
    font-size: 20px;
}

.abo_qua_block2 .sh_rep_box p {
    width: 100%;
    font-size: 1.25rem;
    position: absolute;
    bottom: -3rem;
    /* bottom: 80px; */
    left: 50%;
    transform: translateX(-50%);
}

.abo_qua_block2 .swiper{
    height: auto;
}
.abo_qua_block2 .esgSwiper .swiper-slide a{
    height: auto;
    position: unset;
}
.abo_qua_block2  .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom: 0;
}

.icon-icon_pri:before {
    font-size: 30px;
    margin-right: 10px;
}

@media screen and (max-width:768px) {
    .abo_qua_block2 {
        padding: 30px 15px;
    }
}

@media screen and (max-width:576.98px) {
    .abo_qua_block2 {
        min-height: 585px;
    }
}


/* abo_inf */

.abo_inf_item {
    flex-wrap: wrap;
}

.abo_inf_item li {
    position: relative;
    padding-left: 2.5rem;
    width: calc(100% / 2);
}

.abo_inf_item.abo_inf_item2 li {
    width: 100%;
}

.abo_inf_item li::before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #C43E4D;
}

.abo_inf_item li::after {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 12px;
    left: 12px;
    border: 1px solid #C43E4D;
}

.abo_inf_item li,
.abo_inf_item2 li {
    margin-top: 1rem;
}
@media screen and (max-width:768px) {
    .abo_inf_item li{
        width: 100%;
        margin-bottom: 1rem;
    }
    .abo_inf_item1 li{
        width: 50%;
    }
}
@media screen and (max-width:576.98px) {
    .abo_inf_item1 li{
        width: 100%;
    }
}

/* abo_env */

.abo_env_imgBg {
    background: url(../images/abo_env_img.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.abo_env_imgBg h4 {
    font-weight: bolder;
}

.abo_env_num {
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 40px;
    letter-spacing: 0.04em;
    color: #324E73;
    margin-right: 1rem;
    display: inline-block;
}

.abo_env_item2 li {
    margin: 1.25rem 1rem;
    width: calc(100% / 2 - 2rem);
    background: #fff;
    padding: 1rem;
    box-shadow: rgb(50, 78, 115, 30%) 10px 10px 10px;
    padding-left: 2rem;
}

.abo_env_item2 li span {
    color: #CD5D67;
    font-weight: bolder;
}

.abo_env_item2 {
    flex-wrap: wrap;
}

.abo_env_box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 10px;
}

.abo_env_box:hover {
    color: #C43E4D;
}

.abo_env_box a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 1;
    font-size: 18px;
    letter-spacing: 1px;
    padding: 1rem 0;
    margin-left: 3rem;
    text-align: start;
}

.abo_env_box::before {
    content: "\ea29";
    font-family: icomoon;
    font-size: 2rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
}

.dowBoxWrap {
    flex-wrap: wrap;
    position: relative;
}


.dowBoxWrap::before {
    content: "";
    width: calc(100% + 50px);
    height: 100%;
    position: absolute;
    top: 0;
    left: -50px;
    border-top: 1px solid #C43E4D;
    z-index: -1;
}

.dowBoxWrap::after {
    content: "";
    width: 100px;
    height: 5px;
    border-radius: 5px;
    position: absolute;
    right: 1rem;
    top: -2px;
    background: #C43E4D;
}

.contact_bg {
    background: url(../images/contact_bg.png) bottom no-repeat;
    background-size: cover;
}


/* abo_rel */

.abo_rel_bg{
   position: relative;
   padding-bottom: 150px;
}
.abo_rel_bg::before{
    content: "";
    width: 100%;
    height: 600px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/abo_rel_img.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.abo_rel_bg .bg_white{
    background-color: #fff;
    transform: translateY(200px);
    padding: 30px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.abo_rel_icontitle{
    position: relative;
    margin-bottom: 1rem;
    padding-left: 2rem;
    font-family: '微軟正黑體', 'Roboto', sans-serif !important;
    font-weight: bold;
}
.abo_rel_icontitle::before{
    font-family: 'icomoon' !important;
    position: absolute;
    top: 2px;
    left: 0;
    font-weight: 100;
}

.abo_rel_txt {
    background: rgb(255, 255, 255, 90%);
    margin-top: 6rem;
    padding: 2rem;
}

.abo_rel_txt h4 {
    font-weight: bolder;
    color: #5a90bf;
    border-bottom: 2px solid #5a90bf;
    padding-bottom: 1.2rem;
}

.abo_rel_txt p {
    position: relative;
    padding-left: 2rem;
}

.abo_rel_txt p::before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #C43E4D;
}
.rel_txt:hover .rel_name::before{
    right: 6rem;
}

.abo_rel_txt p::after {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 12px;
    left: 12px;
    border: 1px solid #C43E4D;
}

.rel_txt {
    padding: 1rem 3rem;
    margin: 1rem 0 2rem
}

.relDow li:hover {
    cursor: pointer;
    color: #CD5D67;
}

.rel_txt:hover {
    background: #f2f2f2;
    border-radius: 8px;
}

.relDow {
    padding: 0 2rem;
}

.rel_name {
    position: relative;
    border-bottom: 1px solid #ccc;
    padding: 1rem;
    margin-bottom: 1rem;
}

.rel_name::before {
    content: "";
    width: 60px;
    height: 5px;
    background: #CD5D67;
    border-radius: 5px;
    position: absolute;
    right: 0.5rem;
    bottom: -3px;
    transition: .3s;
}

.rel_tit,  .rel_tit>a {
    font-size: 1.25rem;
    color: #5a90bf;
    font-weight: bold;
}

.rel_tit>a:hover {
    color: #CD5D67;
}

.scroll-left, .scroll-right{
    display: none;
}
.locationWrap{
    display: none;
}
#TaiwanInf{
    display: block;
}
.relLinks{
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}
.relLink{
    margin: 0 2rem;
    font-size: 1.75rem;
    color: #324E73;
    font-weight: bold;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    cursor: pointer;
    transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.relLink:first-child{
    margin-left: 0;
}
.relLink:hover{
    color: #CD5D67;
}
.relLink.active{
    color: #CD5D67;
    border-bottom: 2px solid #CD5D67;
}
#mapWrap{
    width: 1200px;
    height: 800px;
    margin:0 auto;
}
#mapWrap svg{
    width: 100%;
    height: 800px;
}
.inf_wrap{
    position: relative;
    margin-bottom: -300px;
}
.mapInf{
    background-color: rgba(255, 255, 255, 0.7);
    position: relative;
    top: -300px;
    padding-top: 2rem;
}
@media screen and (max-width:1200px) {
    .scroll-left, .scroll-right{
        display: block;
        width: 50%;
        position: relative;
        top: 280px;
        font-size: 4rem;
        color: #CD5D67;
        z-index: 1;
    }
    .scroll-left{
        left: 0;
        text-align: left;
    }
    .scroll-right{
        right: 0;
        text-align: right;
    }
    #mapWrap {
        width: 100%;
        height: 600px;
        overflow-x: scroll;
        overflow-y: hidden;
    }
    #mapWrap::-webkit-scrollbar-thumb{
        background-color: #c43e4e00;
    }
    #mapWrap svg{
        max-width: 1200px;
        width: 1200px;
        height: 600px;
    }
    .relLink{
        font-size: 1.25rem;
        margin: 0 0.5rem;
        padding: 0.25rem 0.5rem;
    }
    .inf_wrap{
        margin-bottom: -250px;
    }
    .mapInf{
        top: -200px;
    }
}

@media screen and (max-width:991px) {
    .relLinks {
        display: -webkit-box;
        justify-content: center;
        margin-bottom: 2rem;
        padding-bottom: 1rem;
        height: auto;
        width: 100%;
        overflow-x: scroll;
    }
}

@media screen and (max-width:576.98px) {
    .rel_txt {
        padding: 1rem 0rem;
        margin: 1rem 0 3rem
    }
}

/* abo_pol */

.abo_pol_box {
    position: relative;
    padding: 2rem;
}

.abo_pol_box>a {
    position: absolute;
    background-color: #fff;
    bottom: 0;
    right: 0;
    width: 300px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 2rem;
}
.abo_pol_box>a h4{
    margin: 0;
}
.abo_pol_box:hover a {
    background-color: #5a90bf;
}

.abo_pol_box:hover h4 {
    color: #fff;
}

.abo_pol_bg {
    position: relative;
}

.abo_pol_bg::before {
    content: "";
    width: 100%;
    height: 60%;
    top: 0;
    left: 0;
    position: absolute;
    background: #f2f2f2;
}

.abo_pol_item li {
    position: relative;
    padding-left: 2rem;
    margin: 1rem 0;
}

.abo_pol_item li::before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #C43E4D;
}

.abo_pol_item li::after {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 12px;
    left: 12px;
    border: 1px solid #C43E4D;
}

.abo_pol_item {
    background: #fff;
    padding: 2rem;
    top: 10%;
    left: -60px;
    box-shadow: 3px 3px 3px rgb(50, 78, 115, 20%);
}

.pol_btn {
    padding: 1rem 2rem;
    height: auto;
    width: auto;
    border: 1px solid #324E73;
}

.abo_pol_item>div {
    justify-content: center;
}

.pol_btn:hover {
    background: #324E73;
    color: #fff;
}

.abo_pr .item_title {
    font-size: 1.5rem;
}
.abo_pol_Envbg{
    background: url(../images/abo_pol_img3.jpg) center center no-repeat;
    background-size: cover;
}

@media screen and (max-width: 991px) {
    .abo_pol_Envbg{
        min-height: 200px;
        margin-bottom: 2rem;
        background-position: top 35% center;
    }

}
@media screen and (max-width: 515px){
    .abo_pol_Intbg{
        background-size: 100%;
    }
    .abo_env_item2 li{
        width: 100%;
    }

}
/* abo_int */
.abo_int_box{
    width: calc(100% / 3 - 2rem);
    padding: 1.5rem 2rem;
    margin: 0.5rem 1rem;
    background: rgb(249 249 249 / 75%);
    border: 1px solid #ccc;
}
.bor_top1{
    border-top: 5px solid #5A6773;
}
.bor_top2 {
    border-top: 5px solid #CD5D67;
}
.bor_top3 {
    border-top: 5px solid #5a90bf;
}
.abo_int_bg{
    background: url(../images/abo_int_img2.png) bottom right no-repeat;
}

.abo_int_box2{
    position: relative;
    color: #fff;
    width: 98%;
    padding: 2rem 0;
    margin: 0 auto 1rem auto;
    border: 1px solid #CD5D67;
}
.abo_int_box2::before{
    content: "";
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    background: #CD5D67;
    z-index: -1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.abo_int_box2 h5{
    color: #fff;
    text-align: center;
    border-bottom: 1px dotted #fff;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    font-size: 1.5rem;
}
.abo_int_box2 ul{
    display: flex;
    flex-wrap: wrap;
    padding: 1rem 5rem 0 5rem;
    width: 100%;
    margin: 0 auto;
}
.abo_int_box2 ul.list_icon2 li{
    width: calc(100% / 2);
}
.abo_int_box2 ul.list_icon2 li::before{
    color: #fff;
}
@media screen and (max-width: 1199px) {
    .abo_int_box2 ul{
        padding: 1rem 4rem 0 4rem;
    }
}
@media screen and (max-width: 991px) {
    .abo_int_wrap {
        flex-wrap: wrap;
    }
    .abo_int_box{
        width: calc(100% / 2 - 2rem);
    }
    .abo_int_box2 ul{
        padding: 1rem 2rem 0 2rem;
    }
    .abo_int_box2 ul.list_icon2 li{
        width: 100%;
    }
}
@media screen and (max-width: 600px) {
    .abo_int_wrap{
        flex-direction: column;
    }
    .abo_int_box{
        width: calc(100% - 2rem);
    }
    .abo_int_bg{
        background-size: 200%;
    }
    .abo_int_box2 h5{
        padding: 0 1rem 1.5rem 1rem;
    }
}

/* abo_sef */
.abo_saf_bg {
    background: url(../images/abo_saf_img.png) top left no-repeat;
    position: relative;
}

.abo_saf_box {
    width: calc(100% / 2 - 1rem);
    margin: 0.5rem;
    padding: 1rem;
    background: rgb(0 0 0 / 10%);
}

.abo_saf_box:hover {
    background: rgb(204, 92, 101, .9);
    color: #fff;
}

.abo_saf_box:hover h4 {
    color: #fff;
}

.abo_saf_box h4 {
    font-weight: bold;
}

@media screen and (max-width:1199px) {
    .abo_saf_bg::before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: rgb(255, 255, 255, .7);
    }
}

@media screen and (max-width:515px) {
    .abo_saf_box {
        width: 100%;
    }
    .abo_saf_bg {
        background-position: bottom left -180px;
    }
}

/* abo_risk */
.risk_box{
    background: rgba(249, 249, 249, 0.75);
    border: 1px solid #ccc;
    padding: 2rem;
    border-radius: 0 15px 15px 0;
    border-left: 5px solid #CD5D67;
}