.navbar {
    padding: .5rem 1rem 0;
}
svg {
    vertical-align: baseline;
}

.hi_main { font-family: 'Noto Sans TC', sans-serif; font-weight: 300; }
#banner_section {
    background-image: url(../images/hi-business/business_768.jpg);
    background-position: center center;
    background-size: cover;
    height: 400px;
}

.mainTitle {
    text-align: center;
}
.mainTitle h4 {
    margin-bottom: 0;
    display: inline-block;
    padding: 20px 30px;
    border-radius: 50px;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 2px;
    transform: translateY(-50%);
    box-shadow: 4px 4px 8px rgba(0, 0, 0, .25);
}
.mainTitle.light h4 {
    color: #1D5B7D;
    background-color: #DAF2FF;
}
.mainTitle.dark h4 {
    color: #fff;
    background-color: #508AAA;
}

#form_section {
    padding-top: 30px;
}
#form_section #eform_object {
    height: 580px;
}

#qa_section {
    background-image: url(../images/hi-business/pic9_bg.png);
}

#qa_section .container-xl {
    position: relative;
}

#qa_section .container-xl .accordion-item {
    background-color: transparent;
    border: 0;
}
#qa_section .container-xl .accordion-button {
    background-color: transparent;
    color: #fff;
    border-bottom: 2px dashed #fff;
    font-weight: 400;
}
#qa_section .container-xl .accordion-button:focus {
    box-shadow: none;
}
#qa_section .container-xl .accordion-button::after,
#qa_section .container-xl .accordion-button:not(.collapsed)::after {
    background-image: url(../images/hi-business/collapsed-w.svg);
}
#qa_section .container-xl .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
    border-bottom: 0;
    font-weight: 400;
    color: #fff7ad;
}
#qa_section .container-xl .accordion-body {
    color: #fff7ad;
}

#qa_section .container-xl .qaPic {
    position: relative;
    width: 100%;
    height: 100%;
}
#qa_section .container-xl .qaPic img {
    max-width: 300px;
    margin-top: 30px;
}
#qa_section .container-xl .qaPic .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#qa_section .container-xl .qaPic i:first-child {
    position: absolute;
    top: 60px;
    left: 30%;
    font-size: 32px;
    transform: rotate(335deg);
    animation: qaFlash 1s infinite;
    animation-duration: 2s;
}
#qa_section .container-xl .qaPic i:last-child {
    position: absolute;
    top: 40px;
    left: 42%;
    font-size: 32px;
    animation: qaFlash 2s infinite;
    animation-duration: 1s;
}

@keyframes qaFlash {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}

#qa_section .container-xl .circle_group {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#qa_section .container-xl .circle_group .circle {
    transition: all 0.6s ease;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
}
#qa_section .container-xl .circle_group .circle:hover {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
#qa_section .container-xl .circle_group .circle p {
    margin-bottom: 0;
}
#qa_section .container-xl .circle_group .circle > div {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 15px;
    border: 10px solid #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 17px;
    letter-spacing: .5px;
    line-height: 1.6;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#qa_section .container-xl .circle_group .circle > div::after {
    content:"";
    width: 0;
    height: 0;
    position: absolute;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}
#qa_section .container-xl .circle_group .circle .front {
    background-color: #D9D9D9;
    color: #000;
    font-weight: 700;
}
#qa_section .container-xl .circle_group .circle .back {
    background-color: #1D5B7D;
    color: #fff;
    font-weight: 500;
}
#qa_section .container-xl .circle_group .circle .back {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

#qa_section .container-xl .circle_group .circle.q1 {
    width: 185px;
    height: 185px;
    left: 25%;
    top: 15%;
}
#qa_section .container-xl .circle_group .circle.q1 > div::after {
    border-width: 10px 0 10px 22px;
    right: -5%;
    bottom: 9%;
    transform: rotate(35deg);
}
#qa_section .container-xl .circle_group .circle.q1 .front,
#qa_section .container-xl .circle_group .circle.q1 .back {
    width: 185px;
    height: 185px;
}

#qa_section .container-xl .circle_group .circle.q2 {
    width: 170px;
    height: 170px;
    left: 5%;
    top: -6%;
}
#qa_section .container-xl .circle_group .circle.q2 > div::after {
    border-width: 10px 0 10px 33px;
    right: -17%;
    bottom: 14%;
    transform: rotate(9deg);
}
#qa_section .container-xl .circle_group .circle.q2 .front,
#qa_section .container-xl .circle_group .circle.q2 .back {
    width: 170px;
    height: 170px;
}

#qa_section .container-xl .circle_group .circle.q3 {
    width: 190px;
    height: 190px;
    left: 14%;
    top: -5%;
}
#qa_section .container-xl .circle_group .circle.q3 > div::after {
    border-width: 10px 0 16px 30px;
    right: -17%;
    bottom: 65%;
    transform: rotate(344deg);
}
#qa_section .container-xl .circle_group .circle.q3 .front,
#qa_section .container-xl .circle_group .circle.q3 .back {
    width: 190px;
    height: 190px;
}

#qa_section .container-xl .circle_group .circle.q4 {
    width: 165px;
    height: 165px;
    left: 67%;
    top: -90%;
}
#qa_section .container-xl .circle_group .circle.q4 > div::after {
    border-width: 10px 0 16px 30px;
    left: -18%;
    bottom: 20%;
    transform: rotate(155deg);
}
#qa_section .container-xl .circle_group .circle.q4 .front,
#qa_section .container-xl .circle_group .circle.q4 .back {
    width: 165px;
    height: 165px;
}

#qa_section .container-xl .circle_group .circle.q5 {
    width: 185px;
    height: 185px;
    left: 78%;
    top: -93%;
}
#qa_section .container-xl .circle_group .circle.q5 > div::after {
    border-width: 14px 0 14px 40px;
    left: -26%;
    bottom: 40%;
    transform: rotate(178deg);
}
#qa_section .container-xl .circle_group .circle.q5 .front,
#qa_section .container-xl .circle_group .circle.q5 .back {
    width: 185px;
    height: 185px;
}

#qa_section .container-xl .circle_group .circle.q6 {
    width: 155px;
    height: 155px;
    left: 69%;
    top: -95%;
}
#qa_section .container-xl .circle_group .circle.q6 > div::after {
    border-width: 10px 0 10px 28px;
    left: -6%;
    bottom: 88%;
    transform: rotate(221deg);
}
#qa_section .container-xl .circle_group .circle.q6 .front,
#qa_section .container-xl .circle_group .circle.q6 .back {
    width: 155px;
    height: 155px;
}

#down_section {
    background-image: url(../images/hi-business/stripes-light.png);
    padding: 5% 0 18%;
}
#down_section .con_area {
    display: flex;
    align-items: center;
    width: 90%;
    margin: 0 auto;
    padding: 10px 10px 10px 25px;
    border: 1px solid #000;
    border-radius: 50px;
    background-color: #fff;
    font-weight: bold;
}
#down_section .con_area div {
    width: 50%;
}
#down_section .con_area span {
    position: relative;
    margin-right: 10px;
    font-size: 14px;
    white-space: nowrap;
}
#down_section .con_area span:before {
    content: '';
    position: absolute;
    border-left: solid 1px #000;
    width: 100%;
    height: 100%;
    bottom: 0;
    right:0;
    background: #fff;
    animation: typewriter 4s steps(23) infinite, blink 0.5s steps(23) infinite 
}
@keyframes typewriter {
    40%, 60% {
        width: 0;
        right: 0;
    }
    100% {
        width: 100%;
        right: 0;
    }
}
@keyframes blink {
    from { border-left: solid 1px #000; }
    to { border-left: solid 1px transparent; }
}

#down_section .con_area i {
    font-size: 26px;
    width: 50%;
    justify-content: flex-end;
}
#down_section .arrow img {
    position: absolute;
    left: 50%;
    width: 70px;
    transform: translate(-50% , 10%);
    z-index: 99;
    animation: move .3s linear infinite alternate;
}
@keyframes move {
    from { transform: translate(-50% , 10%); }
    to { transform: translate(-50% , 20%); }
}
#goal_section {
    background-color: #E3EDF2;
    position: relative;
    overflow: hidden;
    padding: 110px 0 5%;
}

#goal_section > img {
    position: absolute;
}

#goal_section img.g1 {
    width: 86px;
    top: 30%;
    right: -6%;
    transform: rotate(15deg);
    animation: flash 2s linear infinite;  
}
#goal_section img.g2 {
    width: 98px;
    top: 3%;
    left: -6.5%;
    animation: flash 1.8s linear infinite;
}
#goal_section img.g3 {
    width: 69px;
    bottom: 24.5%;
    left: -6%;
    transform: rotate(340deg);
    animation: flash 2.2s linear infinite;
}
#goal_section img.g4 {
    width: 86px;
    bottom: -2%;
    right: -7%;
    transform: rotate(335deg);
    animation: flash 1.6s linear infinite;
}

@keyframes flash {
    0% { opacity: 1; }
    100% { opacity: 0; }
}

#goal_section .goal_content {
    position: relative;
}
#goal_section .goal_content .man {
    display: none;
}
#goal_section .goal_content .col-md-6 {
    margin-bottom: 15px;
}
#goal_section .goal_content .goal_list {
    position: relative;
    width: 90%;
    margin: 30px auto 40px;
    padding: 25px 35px;
    background-color: #fff;
    box-shadow: 4px 4px 0px rgba(124, 157, 173, 1);
    border-radius: 30px;
}
#goal_section .goal_content .goal_list .goal_title {
    position: absolute;
    top: -31px;
    left: -31px;
    width: 100%;
}
#goal_section .goal_content .goal_list .goal_title img {
    width: 63px;
}
#goal_section .goal_content .goal_list .goal_title span {
    display: inline-block;
    margin-left: 10px;
    color: #1D5B7D;
    font-weight: bold;
    font-size: 1.3rem;
    vertical-align: top;
    letter-spacing: 1px;
    transform: translateY(-5px);
}
#goal_section .goal_content .goal_list .goal_title span.text-sm {
    font-size: 16px;
}
#goal_section .goal_content .goal_list ol {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
#goal_section .goal_content .goal_list ol li {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 1.8;
}
#goal_section .goal_content .goal_list ol li:not(:last-child) {
    margin-bottom: 8px;
}



#process_section {
    background-image: url(../images/hi-business/stripes-light.png);
    padding-bottom: 5%;
}
#process_section .process_object p {
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
}
#process_section .process_object div {
    width: 100%;
    margin: 0 auto 50px;
    padding: 50px 20px;
    border-radius: 30px;
    background-color: #fff;
    box-shadow: 8px 8px 0px rgba(51, 51, 51, 1);
}
#process_section .process_object div ol {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
#process_section .process_object div ol li {
    position: relative;
    width: 100%;
    margin: 0 auto;
    color: #5C5C5C;
    font-size: .9rem;
    font-weight: bold; 
    letter-spacing: 1px;
}
#process_section .process_object div ol li:not(:last-child) {
    margin-bottom: 30px;
}

#process_section .process_object div li:not(:last-child)::after {
    content: '';
    width: 4px;
    height: 40px;
    background-color: #1D5B7D;
    position: absolute;
    top: 35px;
    left: 20px;
}
#process_section .process_object div span {
    display: inline-block;
    width: 36px;
    height: 36px;
    margin-right: 15px;
    text-align: center;
    border-radius: 50%;
    background-color: #1D5B7D;
    line-height: 34px;
}

#process_section .process_object div img {
    width: 20px;
}

#cooperate_section {
    padding: 0 0 10px;
}
#cooperate_section .logo_animation {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
    
}
#cooperate_section .logo_animation > div {
    width: 1315%;
}
#cooperate_section .logo_animation img {
    animation: slideout 80s infinite linear;
}

@keyframes slideout {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-4080px);
    }
}


@media (min-width:390px) {
    #goal_section .goal_content .goal_list .goal_title span.text-sm {
        font-size: 1.1rem;
    }
    #process_section .process_object div ol li {
        width: 95%;
    }
}
@media (min-width:576px) {
    #banner_section {
        background-image: url(../images/hi-business/business_1920.jpg);
        height: 500px;
    }
    .mainTitle h4 { font-size: calc(1.275rem + .3vw) }

    #qa_section .container-xl .qaPic i:first-child {
        left: 33%;
    }

    #down_section {
        padding: 5% 0 12%;
    }
    #down_section .con_area {
        width: 80%;
    }
    #down_section .con_area span {
        font-size: 18px;
    }
    #down_section .con_area i {
        font-size: 32px;
    }
    #down_section .arrow img {
        width: 70px;
    }
    #goal_section .goal_content .goal_list .goal_title span.text-sm {
        font-size: 1.2rem;
    }
    #process_section .process_object div {
        width: 80%;
    }
    #process_section .process_object div ol li {
        font-size: 1rem;
    }
    #process_section .process_object div span {
        width: 40px;
        height: 40px;
        line-height: 36px;
    }
    #process_section .process_object div img {
        width: 24px;
    }    
}

@media (min-width:768px) {
    #qa_section .container-xl .qaPic i:first-child {
        left: 36%;
    }

    #down_section {
        padding: 5% 0 10%;
    }
    #goal_section img.g1 {
        width: 355px;
        top: -12.5%;
    }
    #goal_section img.g2 {
        width: 265px;
        top: 15%;
    }
    #goal_section img.g3 {
        width: 115px;
        bottom: -5.5%;
        left: 8%;
    }
    #goal_section img.g4 {
        width: 115px;
        bottom: 4%;
        right: 6%;
    }
    #down_section .con_area {
        width: 60%;
    }
    #down_section .con_area span {
        font-size: 20px;
    }
    #down_section .arrow img {
        width: 80px;
    }

    #goal_section .goal_content .col-md-6 {
        margin-bottom: 80px;
    }
    #goal_section .goal_content .goal_list {
        margin: 30px auto 0;
        height: 100%;
    }
    #goal_section .goal_content .goal_list .goal_title span.text-sm {
        font-size: 1.15rem;
    }

    #process_section .process_object div {
        width: 70%;
    }
    #process_section .process_object div ol li {
        width: 80%;
    }
}

@media (min-width:992px) {
    #qa_section .container-xl .accordion {
        display: none;
    }
    #qa_section .container-xl .qaPic .icon {
        display: none;
    }
    #qa_section .container-xl .circle_group {
        display: block;
    }
    #qa_section .container-xl .qaPic img {
        margin-top: 10%;
    }
    #down_section .arrow img {
        width: 90px;
    }
    #goal_section .goal_content {
        width: 100%;
        height: 100%;
        padding: 30px 0;
    }

    #goal_section .goal_content .goal_list ol li {
        font-size: 16px;
    }
    #goal_section .goal_content .goal_list .goal_title span.text-sm {
        font-size: 1.2rem;
    }

    #process_section .process_object div {
        width: 90%;
    }
    #process_section .process_object div ol li {
        width: 90%;
    }
}



@media (min-width:1200px) {
    .mainTitle h4 { font-size: 1.5rem; }
    #qa_section .container-xl .qaPic img {
        max-width: 350px;
    }

    #qa_section .container-xl .circle_group .circle.q1,
    #qa_section .container-xl .circle_group .circle.q1 .front,
    #qa_section .container-xl .circle_group .circle.q1 .back {
        width: 205px;
        height: 205px;
    }
    
    #qa_section .container-xl .circle_group .circle.q2,
    #qa_section .container-xl .circle_group .circle.q2 .front,
    #qa_section .container-xl .circle_group .circle.q2 .back {
        width: 190px;
        height: 190px;
    }
    #qa_section .container-xl .circle_group .circle.q2 > div::after {
        border-width: 14px 0 10px 38px;
    }
    
    #qa_section .container-xl .circle_group .circle.q3 {
        width: 210px;
        height: 210px;
        left: 13%;
        top: -3%;
    }
    #qa_section .container-xl .circle_group .circle.q3 > div::after {
        border-width: 10px 0 16px 32px;
    }
    #qa_section .container-xl .circle_group .circle.q3 .front,
    #qa_section .container-xl .circle_group .circle.q3 .back {
        width: 210px;
        height: 210px;
    }

    #qa_section .container-xl .circle_group .circle.q4 {
        width: 185px;
        height: 185px;
        left: 67%;
        top: -84%;
    }
    #qa_section .container-xl .circle_group .circle.q4 > div::after {
        border-width: 10px 0 16px 30px;
        left: -18%;
        bottom: 20%;
        transform: rotate(155deg);
    }
    #qa_section .container-xl .circle_group .circle.q4 .front,
    #qa_section .container-xl .circle_group .circle.q4 .back {
        width: 185px;
        height: 185px;
    }

    #qa_section .container-xl .circle_group .circle.q5 {
        width: 205px;
        height: 205px;
        left: 80%;
        top: -86%;
    }
    #qa_section .container-xl .circle_group .circle.q5 > div::after {
        border-width: 14px 0 14px 45px;
    }
    #qa_section .container-xl .circle_group .circle.q5 .front,
    #qa_section .container-xl .circle_group .circle.q5 .back {
        width: 205px;
        height: 205px;
    }

    #qa_section .container-xl .circle_group .circle.q6 {
        width: 175px;
        height: 175px;
        left: 67%;
        top: -90%;
    }
    #qa_section .container-xl .circle_group .circle.q6 .front,
    #qa_section .container-xl .circle_group .circle.q6 .back {
        width: 175px;
        height: 175px;
    }

    #down_section {
        padding: 5% 0 8%;
    }
    #down_section .arrow img {
        width: 100px;
    }

    #goal_section {
        padding: 160px 0 5%;
    }

    #goal_section .goal_content .man {
        display: block;
        position: absolute;
        top: 0%;
        left: 50%;
        transform: translate(-50%, 0%);
        background-image: url(../images/hi-business/rec.png);
        background-repeat: no-repeat;
        background-position: top 30% center;
        background-size: 85%;
    }
    #goal_section .goal_content .man img {
        width: 30%;
        max-width: 632px;
    }
    #goal_section .goal_content .goal_list {
        height: auto;
        padding: 25px 30px;
    }
    #goal_section .goal_content .col-md-6:first-child .goal_list {
        width: 320px;
        margin: 30px 0 0 60px;
    }
    #goal_section .goal_content .col-md-6:nth-child(2) .goal_list {
        width: 400px;
        margin: 30px 0 0 auto;
    }
    #goal_section .goal_content .col-md-6:nth-child(3) .goal_list {
        width: 460px;
        margin: 30px auto 0 0;
    }
    #goal_section .goal_content .col-md-6:last-child .goal_list {
        width: 320px;
        margin: 30px 40px 0 auto;
    }

    #process_section .process_object div {
        width: 80%;
    }
    #process_section .process_object div ol li {
        width: 85%;
    }
}


@media (min-width:1600px) {
    #down_section {
        padding: 5% 0 6%;
    }
    #process_section .process_object div {
        width: 75%;
    }
    #process_section .process_object div ol li {
        width: 80%;
    }
}


@media (min-width: 631px) {
    #form_section #eform_object {
        height: 300px;
    }
}

@media (min-width: 807px) {
    #form_section #eform_object {
        height: 280px;
    }
}