/* Minification failed. Returning unminified contents.
(3,41): run-time error CSS1030: Expected identifier, found ','
(3,55): run-time error CSS1031: Expected selector, found ')'
(3,55): run-time error CSS1025: Expected comma or open brace, found ')'
 */

/* 全域 */
.about_fantasy section:not(:nth-child(1),:nth-child(2)) {
    width: 100%;
    padding: 6.5% 0 5% 0;
    float: left;
    position: relative;
}

.about_fantasy h3 {
    font-size: 35px;
    font-weight: 800;
    color: #000;
    padding: 0 0 20px 0;
    text-align: center;
}

.about_fantasy h4 {
    font-weight: 600;
    font-size: 20px;
    color: #000;
    padding: 30px 0 10px 0;
    text-align: center;
}

.about_fantasy .underline {
    display: block;
    margin: 0 auto;
    width: 45px;
    border-bottom: 1px solid #000;
}

.about_fantasy .underline_w {
    border-bottom: 1px solid #fff;
}



/* 最上方錨點選單 */
.about-fantasy-menu-bar {
    background-image: url(/Content/styles/images/about/bud_bg.jpg);
    background-repeat: repeat;
    position: relative;
    display: block;
    width: 100%;
}

.about-fantasy-menu-bar.active {
    position: fixed;
    top: 56px;
    overflow: hidden;
    z-index: 999;
}


.max-md-size .about-fantasy-menu-bar.active {
    top: 36px;
}

    .about-fantasy-menu-bar .about-fantasy-menu {
        max-width: 1350px;
        padding: 35px 10px 25px 10px;
        margin: 0 auto;
        border-bottom: 1px solid #b1b1b1;
        display: block;
    }

        .about-fantasy-menu-bar .about-fantasy-menu ul {
            width: 100%;
            display: flex;
            justify-content: space-between;
        }

            .about-fantasy-menu-bar .about-fantasy-menu ul li {
                cursor: pointer;
                display: inline-block;
                width: 11%;
                text-align: center;
                height: 20px;
                color: #000;
                border-left: 1px solid #b1b1b1;
                font-size: 16px;
            }

            
            .max-sm-size .about-fantasy-menu-bar .about-fantasy-menu ul li {
                font-size: 12px;
            }

                .about-fantasy-menu-bar .about-fantasy-menu ul li:first-child {
                    border-left: none;
                }

                .about-fantasy-menu-bar .about-fantasy-menu ul li p {
                    height: 45px;
                }

            .about-fantasy-menu-bar .about-fantasy-menu ul li p:hover {
                color: #026E90;
                border-bottom: 2px solid #026E90;
            }

/* 萌芽 */

#company-bud {
    background-image: url(/Content/styles/images/about/bud_bg.jpg);
    background-repeat: repeat;
}

.about-fantasy-content {
    float: left;
    width: 100%;
    padding: 30px 0;
    overflow: hidden;
}

#company-bud .block1 {
    margin: 40px 0;
}

    #company-bud .block1 p {
        font-size: 16px;
        color: #000;
        text-align: center;
        margin: 10px auto;
    }

#company-bud .block2 {
    padding-bottom: 60px;
}

#company-bud .block2 .top_title p {
    font-family: 'Allura', cursive;
    font-size: 45px;
    line-height: 45px;
    color: #000;
}

#company-bud .block2 .classification {
    height: 30px;
    padding: 0;
    margin: 0;
}

    #company-bud .block2 .classification ul {
        width: 100%;
        margin: 0 auto;
        border-top: solid 1px #000;
        text-align: center;
        transition: none;
    }

        #company-bud .block2 .classification ul li {
            display: inline-block;
            margin: 0 4%;
        }

            #company-bud .block2 .classification ul li a {
                padding: 15px 0 30px 0;
                color: #000;
                float: left;
                font-size: 20px;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                cursor: pointer;
                border-top: 0px solid;
                border-left: 0;
                border-right: 0;
                border-bottom: 0;
                border-radius: 0;
            }

            .max-sm-size #company-bud .block2 .classification ul li a {
                font-size: 18px;
            }

            .max-xs-size #company-bud .block2 .classification ul li a {
                font-size: 16px;
            }

        #company-bud .block2 .classification ul .active a {
            color: #026E90;
            border-top: 3px solid #026E90;
        }

#company-bud .block2 .slicks {
    width: 100%;
    padding: 60px;
}

.max-sm-size #company-bud .block2 .slicks {
    padding: 40px 0;
}

#company-bud .block2 .slick {
    width: 100%;
    margin: 20px auto;
    z-index: 99;
}

    #company-bud .block2 .slick .slick-slide {
        margin: 0 5px;
    }

        #company-bud .block2 .slick .slick-slide img {
            width: 100%;
            height: auto;
            margin: 0 auto;
        }

    #company-bud .block2 .slick .slick-prev {
        background-image: url(/Content/styles/images/icon/prev_dk.png);
        width: 35px;
        height: 35px;
        background-repeat: no-repeat;
        left: -5%;
    }

    #company-bud .block2 .slick .slick-next {
        background-image: url(/Content/styles/images/icon/next_dk.png);
        background-repeat: no-repeat;
        width: 35px;
        height: 35px;
        right: -5%;
    }

    #company-bud .block2 .slick .slick-disabled {
        opacity: 0.5;
        cursor: default;
    }

#company-bud .bud_bottom_img {
    width: 354px;
    height: 219px;
    background-image: url(/Content/styles/images/about/bud_down.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
}

/* 底蘊 */

#heritage {
    background-image: url(/Content/styles/images/about/heritage_bg.jpg);
    background-repeat: repeat;
}

    #heritage .block1 {
        margin: 40px 0;
    }

        #heritage .block1 p {
            font-size: 16px;
            color: #000;
            text-align: center;
            margin: 10px auto;
        }

    #heritage .block2 {
        
    }

        #heritage .block2 .slick {
            max-width: 400px;
            margin: 0 auto;
            padding: 50px;
        }

            #heritage .block2 .slick .slick-prev {
                background-image: url(/Content/styles/images/icon/prev_dk.png);
                width: 35px;
                height: 35px;
                background-repeat: no-repeat;
                left: 0;
            }

            #heritage .block2 .slick .slick-next {
                background-image: url(/Content/styles/images/icon/next_dk.png);
                background-repeat: no-repeat;
                width: 35px;
                height: 35px;
                right: 0;
            }

            #heritage .block2 .slick .slick-disabled {
                opacity: 0.5;
                cursor: default;
            }

            #heritage .block2 .slick .slick-dots {
                left: 0;
                bottom: 0;
                padding: 5px 0;
            }

            #heritage .block2 .slick .slick-dots li button {
                opacity: 0.3;
                border: 1px solid #000;
                border-radius: 50%;
                width: 9px;
                height: 9px;
            }

            #heritage .block2 .slick .slick-dots .slick-active button {
                opacity: 1;
                border: 1px solid #026E90;
                background-color: #026E90;
                border-radius: 50%;
                width: 9px;
                height: 9px;
            }

/* 新生 */
#newborn {
    background-image: url(/Content/styles/images/about/newborn_bg.jpg);
    background-repeat: repeat;
}

    #newborn .block1 {
        width: 100%;
        margin: 40px 0;
        display: block;
        float: left;
        position: relative;
    }

        #newborn .block1 > p {
            font-size: 16px;
            color: #000;
            text-align: center;
            margin: 10px auto;
        }

        #newborn .block1 .newborn_logo_blocks {
            display: block;
            width: 100%;
            height: 600px;
            margin-top: 40px;
        }

            #newborn .block1 .newborn_logo_blocks > div {
                display: inline-block;
                width: 50%;
                height: inherit;
                position: relative;
                float: left;
            }
            
            .max-sm-size #newborn .block1 .newborn_logo_blocks > div {
                width: 100%;
            }

            #newborn .block1 .newborn_logo_blocks .newborn_logo_block1 {
                background-color: #026E90;
            }

            #newborn .block1 .newborn_logo_blocks .newborn_logo_block_top {
                position: relative;
                display: block;
                width: 50%;
                height: 55%;
                margin: 0 25%;
            }

            .max-md-size #newborn .block1 .newborn_logo_blocks .newborn_logo_block1 .newborn_logo_block_top {
                margin: 0 15%;
            }

            .max-sm-size #newborn .block1 .newborn_logo_blocks .newborn_logo_block1 .newborn_logo_block_top {
                margin: 0 20%;
            }

            .max-xs-size #newborn .block1 .newborn_logo_blocks .newborn_logo_block1 .newborn_logo_block_top {
                margin: 0 10%;
            }

            #newborn .block1 .newborn_logo_blocks .newborn_word {
                width: 306px;
                height: 231px;
                position: absolute;
            }

            #newborn .block1 .newborn_logo_blocks p {
                line-height: 28px;
                font-size: 15px;
            }

            #newborn .block1 .newborn_logo_blocks .newborn_logo_block1 .newborn_word_left {
                background-image: url(/Content/styles/images/about/newborn_word_left.png);
                background-repeat: no-repeat;
                left: -10%;
                bottom: 5%;
            }

            #newborn .block1 .newborn_logo_blocks .newborn_logo_block1 .newborn_word_content_left {
                position: absolute;
                width: 280px;
                color: #e5e5e5;
                left: 20%;
                bottom: 0;
            }

            #newborn .block1 .newborn_logo_blocks .newborn_logo_block1 > img {
                position: relative;
                display: block;
                width: 60%;
                max-width: 320px;
                margin: 100px auto;
            }

            .max-xs-size #newborn .block1 .newborn_logo_blocks .newborn_logo_block1 > img {
                width: 280px;
            }

            #newborn .block1 .newborn_logo_blocks .newborn_logo_block2 {
                background-color: #E5E5E5;
            }

            .max-md-size #newborn .block1 .newborn_logo_blocks .newborn_logo_block2 .newborn_logo_block_top {
                margin: 0 35%;
            }

            .max-sm-size #newborn .block1 .newborn_logo_blocks .newborn_logo_block2 .newborn_logo_block_top {
                margin: 0 25%;
            }

            .max-xs-size #newborn .block1 .newborn_logo_blocks .newborn_logo_block2 .newborn_logo_block_top {
                margin: 0 40%;
            }

                #newborn .block1 .newborn_logo_blocks .newborn_logo_block2 .newborn_word_right {
                    background-image: url(/Content/styles/images/about/newborn_word_right.png);
                    background-repeat: no-repeat;
                    right: -10%;
                    bottom: 5%;
                }

                #newborn .block1 .newborn_logo_blocks .newborn_logo_block2 .newborn_word_content_right {
                    position: absolute;
                    width: 260px;
                    color: #616161;
                    right: 5%;
                    bottom: 0;
                }

                #newborn .block1 .newborn_logo_blocks .newborn_logo_block2 > img {
                    position: relative;
                    display: block;
                    width: 80%;
                    max-width: 485px;
                    margin: 100px auto;
                }

                .max-xs-size #newborn .block1 .newborn_logo_blocks .newborn_logo_block2 > img {
                    width: 300px;
                }

    #newborn .block2 {
        width: 100%;
        margin: 80px 0;
        display: block;
        float: left;
        position: relative;
    }

    .max-md-size #newborn .block2 {
        margin: 0;
    }

    .max-sm-size #newborn .block2 {
        margin: 0 auto;
    }

        #newborn .block2 img {
            width: 260px;
            height: 266px;
        }

/* 服務DNA */
#serve {
    background-image: url(/Content/styles/images/about/Serve_bg.jpg);
    background-repeat: no-repeat;
}

    #serve h3, #serve h4 {
        color: #fff;
    }

    #serve .serve_blocks {
        display: block;
        margin: 0 auto;
        max-width: 1160px;
    }

    #serve .serve_block {
        margin: 20px 3%;
    }

        #serve .serve_block img {
            margin: 0 auto;
        }

        #serve .serve_block .serve_block_description {
            margin-top: 20px;
        }

            #serve .serve_block .serve_block_description p {
                text-align: center;
                line-height: 28px;
                font-size: 15px;
                color: #e5e5e5;
            }

/* 築夢回顧 */
#dream {
    background-image: url(/Content/styles/images/about/newborn_bg.jpg);
    background-repeat: repeat;
}

    #dream .dream_contents {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        padding: 20px 0 40px 0;
    }

        #dream .dream_contents .dream_content {
            width: 50%;
            float: left;
            padding-bottom: 50px;
        }

            #dream .dream_contents .dream_content .dream_plan {
                width: 100%;
                min-width: 300px;
            }

            .max-sm-size #dream .dream_contents .dream_content .dream_plan {
                min-width: 180px;
            }

                #dream .dream_contents .dream_content .dream_plan img {
                    margin: 0 auto;
                }

                #dream .dream_contents .dream_content .dream_plan .dream_plan_text {
                    margin: 10px 0 20px 0;
                }

                    #dream .dream_contents .dream_content .dream_plan .dream_plan_text p {
                        line-height: 24px;
                        font-size: 15px;
                    }

        #dream .dream_contents .dream_content_left {
            border-right: 1px solid #616161;
        }

            #dream .dream_contents .dream_content_left .dream_plan {
                float: right;
                padding-right: 50px;
                position: relative;
            }

            .max-sm-size #dream .dream_contents .dream_content_left .dream_plan {
                padding-right: 20px;
            }

                #dream .dream_contents .dream_content_left .dream_plan .dream_plan_line {
                    position: absolute;
                    right: 0;
                    bottom: 25%;
                    width: 50px;
                }

                .max-md-size #dream .dream_contents .dream_content_left .dream_plan .dream_plan_line {
                    bottom: 12.5%;
                }

                .max-sm-size #dream .dream_contents .dream_content_left .dream_plan .dream_plan_line {
                    bottom: 5.5%;
                    width: 20px;
                }

                #dream .dream_contents .dream_content_left .dream_plan:nth-child(1) {
                    margin-top: 60px;
                }

                #dream .dream_contents .dream_content_left .dream_plan:nth-child(2) {
                    margin-top: 120px;
                }

        #dream .dream_contents .dream_content_right .dream_plan {
            float: left;
            padding-left: 50px;
            position: relative;
        }

        .max-sm-size #dream .dream_contents .dream_content_right .dream_plan {
            padding-left: 20px;
        }

            #dream .dream_contents .dream_content_right .dream_plan .dream_plan_line {
                position: absolute;
                left: 0;
                bottom: 25%;
                width: 50px;
            }

            .max-md-size #dream .dream_contents .dream_content_right .dream_plan .dream_plan_line { 
                bottom: 15%;
            }

            .max-sm-size #dream .dream_contents .dream_content_right .dream_plan .dream_plan_line {
                bottom: 7%;
                width: 20px;
            }

            #dream .dream_contents .dream_content_right .dream_plan:nth-child(1) {
                margin-top: 120px;
            }

            .max-sm-size #dream .dream_contents .dream_content_right .dream_plan:nth-child(1) {
                margin-top: 160px;
            }

            #dream .dream_contents .dream_content_right .dream_plan:nth-child(2) {
                margin-top: 120px;
            }

        #dream .dream_contents .dream_content .dream_plan .dream_plan_slick .slick-prev {
            background-image: url(/Content/styles/images/about/dream_push_left.png);
            background-repeat: no-repeat;
            width: 30px;
            height: 30px;
            top: 113%;
            left: 40%;
            padding-right: 10%;
            border-right: 1px solid #000;
        }

        .max-md-size #dream .dream_contents .dream_content .dream_plan .dream_plan_slick .slick-prev {
            padding-right: 15%;
            left: 35%;
        }

        .max-sm-size #dream .dream_contents .dream_content .dream_plan .dream_plan_slick .slick-prev {
            top: 125%;
            padding-right: 25%;
            left: 25%;
        }

            #dream .dream_contents .dream_content .dream_plan .dream_plan_slick .slick-prev.slick-disabled {
                background-image: url(/Content/styles/images/about/dream_left_button.png);
            }

        #dream .dream_contents .dream_content .dream_plan .dream_plan_slick .slick-next {
            background-image: url(/Content/styles/images/about/dream_push_right.png);
            background-repeat: no-repeat;
            width: 30px;
            height: 30px;
            top: 113%;
            right: 40%;
        }

        .max-md-size #dream .dream_contents .dream_content .dream_plan .dream_plan_slick .slick-next {
            right: 35%;
        }

        .max-sm-size #dream .dream_contents .dream_content .dream_plan .dream_plan_slick .slick-next {
            top: 125%;
            right: 25%;
        }

            #dream .dream_contents .dream_content .dream_plan .dream_plan_slick .slick-next.slick-disabled {
                background-image: url(/Content/styles/images/about/dream_right_button.png);
            }

/* 年度大事記 */
#year {
    background-image: url(/Content/styles/images/about/Year_bg.jpg);
    background-repeat: repeat;
}

    #year h3 {
        color: #fff;
    }

    #year .year_menu {
        border-top: 1px solid #c5b07c;
    }

        #year .year_menu ul {
            display: block;
            max-width: 405px;
            margin: 0 auto;
        }

            #year .year_menu ul li {
                cursor: pointer;
                display: inline-block;
                color: #fff;
                font-size: 22px;
                margin: 0 5.5%;
            }

            .max-sm-size #year .year_menu ul li {
                font-size: 18px;
            }

                #year .year_menu ul li p {
                    padding-top: 10px;
                }

                #year .year_menu ul li:hover > p, .year_menu ul .active > p {
                    color: #c5b07c;
                    border-top: 3px solid #c5b07c;
                }

    #year .year_contents {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        border-bottom: 1px solid #fff;
        margin: 30px 0 60px 0;
        height: 450px;
        overflow-y: scroll;
        -ms-overflow-style: none; /*隱藏Scroll Bar-IE*/
        scrollbar-width: none; /*隱藏Scroll Bar-Firefox*/
    }

        /*隱藏Scroll Bar-Chrome*/
        #year .year_contents::-webkit-scrollbar {
            display: none;
        }

        #year .year_contents .year_content {
            float: left;
            width: 50%;
            position: relative;
            padding-bottom: 40px;
        }

        #year .year_contents .year_content_left {
            border-right: 1px solid #fff;
        }

        #year .year_contents .year_record_dot, .year_record_year {
            color: #c5b07c;
        }

        #year .year_contents .year_record {
            display: inline-flex;
            position: relative;
            flex-wrap: nowrap;
            font-size: 18px;
        }

         .max-md-size #year .year_contents .year_record {
             font-size: 16px;
         }

        #year .year_contents .year_content_left .year_record {
            margin-right: -6px;
            float: right;
            width: 100%;
        }

            #year .year_contents .year_content_left .year_record:nth-child(1) {
                margin-top: 220px;
            }

            #year .year_contents .year_content_left .year_record:nth-child(2) {
                margin-top: 130px;
            }

            #year .year_contents .year_content_left .year_record:nth-child(3) {
                margin-top: 50%;
            }

            #year .year_contents .year_content_left .year_record:nth-child(4) {
                margin-top: 25%;
            }

            .max-md-size #year .year_contents .year_content_left .year_record:nth-child(4) {
                margin-top: 10%;
            }

            .max-sm-size #year .year_contents .year_content_left .year_record:nth-child(4) {
                margin-top: 65%;
            }

            #year .year_contents .year_content_left .year_record .year_record_left {
                text-align: right;
                margin-right: 29.3px;
                width: 85%;
            }


            .max-md-size #year .year_contents .year_content_left .year_record .year_record_left {
                margin-right: 15px;
            }

            .max-sm-size #year .year_contents .year_content_left .year_record .year_record_left {
                margin-right: 5px;
            }

            #year .year_contents .year_content_left .year_record .year_record_right {
                width: 15%;
                min-width: 75px;
            }

            #year .year_contents .year_content_left .year_record .year_record_right span {
                margin-left: 5px;
            }

            #year .year_contents .year_content_left .year_record .year_record_right img {
                float: right;
                margin-top: 5px;
            }

        #year .year_contents .year_content_right .year_record {
            margin-left: -6px;
            float: left;
            width: 100%;
        }

            #year .year_contents .year_content_right .year_record:nth-child(1) {
                margin-top: 40px;
            }


            #year .year_contents .year_content_right .year_record:nth-child(2) {
                margin-top: 25%;
            }

            #year .year_contents .year_content_right .year_record:nth-child(3) {
                margin-top: 45%;
            }

            #year .year_contents .year_content_right .year_record:nth-child(4) {
                margin-top: 30%;
            }

            #year .year_contents .year_content_right .year_record:nth-child(5) {
                margin-top: 17%;
            }

        #year .year_contents .year_record img, .year_record span {
            display: inline-block;
        }

        #year .year_contents .year_content_right .year_record_left {
            width: 15%;
            padding-top: 5px;
            min-width: 75px;
        }

        #year .year_contents .year_content_right .year_record_left span {
            float: right;
            margin-right: 10px;
        }

        #year .year_contents .year_content_right .year_record_left img {
            float: left;
        }

        #year .year_contents .year_content_right .year_record .year_record_right {
            width: 85%;
            padding-left: 4%
        }

        .max-md-size #year .year_contents .year_content_right .year_record .year_record_right {
            
        }

        .max-sm-size #year .year_contents .year_content_right .year_record .year_record_right {
          
        }

        #year .year_contents .year_record p {
            color: #e5e5e5;
            line-height: 34px;
        }

    #year .year_trophy {
        padding: 60px 0;
    }

    .max-sm-size #year .year_trophy {
        padding: 0;
    }

    #year .year_trophy .slick-slide img {
        width: 210px;
        height: 210px;
        margin: 0 auto;
    }

    #year .year_trophy .slick-active  img{
        opacity: .3;
    }

    #year .year_trophy .slick-center img {
        opacity: 1;
    }

    #year .year_trophy .slick-dots {
        bottom: 0;
    }

    #year .year_trophy .slick-dots li button {
        border: 1px solid #fff;
        border-radius: 50%;
        width: 9px;
        height: 9px;
    }

    #year .year_trophy .slick-dots .slick-active button {
        border: 1px solid #fff;
        background-color: #fff;
        border-radius: 50%;
    }


/* 旅遊家精神 */
#tourist {
    background-image: url(/Content/styles/images/about/connection_bg.jpg);
    background-repeat: repeat;
    padding: 6.5% 0 0 0;
}

    #tourist .tourist_up {
        background-image: url(/Content/styles/images/about/tourist_up.png);
        background-repeat: no-repeat;
        width: 679px;
        height: 261px;
        display: block;
        position: absolute;
        top: -80px;
        right: 0;
    }

    #tourist .tourist_down {
        background-image: url(/Content/styles/images/about/tourist_down.png);
        background-repeat: no-repeat;
        width: 100%;
        height: 446px;
        display: block;
        margin-top: -205px;
    }

    #tourist .tourist_contents {
        margin: 80px 0 40px 0;
        display: inline-block;
    }

    #tourist .tourist_contents .tourist_block {
        display: inline-block;
        padding: 10px;
        float: left;
    }

    #tourist .tourist_contents .tourist_block .tourist_block_border {
        border: 1px solid #888;
        background-color: #f7f7f7;
        border-radius: 0.5em;
        padding-bottom: 40px;
    }

    #tourist .tourist_contents .tourist_block .tourist_pic {
        width: 180px;
        margin: 30px auto;
    }

    #tourist .tourist_contents .tourist_block .tourist_text {
        padding: 0 40px;
        font-size: 18px;
        height: 120px;
        color: #000;
        line-height: 30px;
    }

    #tourist .tourist_contents .tourist_block .tourist_writer {
        padding: 20px 40px;
        font-size: 18px;       
    }

        #tourist .tourist_contents .tourist_block .tourist_writer p {
            line-height: 30px;
            text-align: right;
        }

        #tourist .tourist_contents .tourist_block .tourist_writer p:nth-child(2) {
            font-size: 14px;
        }
        

    #tourist .tourist_bottom .tourist_pages {
        margin-top: 60px;
    }

        #tourist .tourist_bottom .tourist_pages ul {
            display: flex;
            justify-content: space-between;
            width: 250px;
            margin: 0 auto;
        }

            #tourist .tourist_bottom .tourist_pages ul li {
                text-align: center;
            }

                #tourist .tourist_bottom .tourist_pages ul li a {
                    display: inline-block;
                    width: 25px;
                    color: #000;
                    font-size: 18px;
                }

                #tourist .tourist_bottom .tourist_pages ul li:first-child a, #tourist .tourist_bottom .tourist_pages ul li:last-child a {
                    border: 1px solid #000;
                    border-radius: 50%;
                }

            #tourist .tourist_bottom .tourist_pages ul .active a {
                border: 1px solid #000;
                border-radius: 50%;
                background-color: #000;
                color: #fff;
            }

/* 服務內容 */

#service {
    background-image: url(/Content/styles/images/about/newborn_bg.jpg);
    background-repeat: repeat;
}

    #service .service {
        margin: 80px 0 30px 0;
        display: flex;
    }

    #service .firm_tour {
        width: 250px;
        padding: 15px;
        margin: 0 auto;
    }

    #service .go_to_firm_tour {
        display: block;
        background-color: #026E90;
        width: 200px;
        border: 1px solid #026E90;
        border-radius: 0.5em;
        font-size: 20px;
        color: #fff;
        padding: 15px;
        margin: 30px auto;
    }


/*聯絡上順*/
#contact {
    background-image: url(/Content/styles/images/about/connection_bg.jpg);
    background-repeat: repeat;
}
