@-webkit-keyframes avia-ltr00 {
    0% {
        -webkit-transform: scale(0.5);
        opacity: 0
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes avia-ltr {
    0% {
        -webkit-transform: translate(-30%, 0);
        opacity: 0
    }
    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1
    }
}

@-webkit-keyframes avia-ltr01 {
    0% {
        -webkit-transform: translate(30%, 0);
        opacity: 0
    }
    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1
    }
}

@-webkit-keyframes avia-ltr02 {
    0% {
        -webkit-transform: translate(0%, 30%);
        opacity: 0
    }
    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1
    }
}

@-webkit-keyframes avia-ltr03 {
    0% {
        -webkit-transform: translate(0%, -30%);
        opacity: 0
    }
    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1
    }
}


/* bac */

.bac {
    margin-top: 0px;
    height: 850px;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-image: url(../img/serve.jpg);
    background-attachment: scroll;
    background-position: 10% 70%;
}

.bac_item {
    max-width: 1280px;
    margin: 0 auto;
    padding: 250px 0 130px;
}

.bac_box {
    padding: 40px;
    position: absolute;
    margin: auto 10px;
    background: #ffffff40;
    box-shadow: 0 0 20px 25px #ffffff40;
}

.bac_box h2 {
    font-size: 7em;
    font-family: 'Muli', 'Open Sans', 'Microsoft Jhenghei';
    margin: auto 10px;
    background: #5693c5d4;
    color: #dce8f2;
    box-shadow: 0 0 20px 25px #5693c5d4;
}

.bac_box p {
    margin-left: 10px;
    font-size: 36px;
    line-height: 1.5;
    margin: auto 10px;
    background: #5693c5d4;
    color: #dce8f2;
    box-shadow: 0 0 20px 25px #5693c5d4;
}

.bac .ModeImg {
    position: absolute;
    background-color: #111111;
    left: 50%;
    width: 50px;
    height: 50px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    top: -39px;
}


/* FlexDg_Introd */

.FlexDg_Introd {
    background-color: #fff;
    background-repeat: no-repeat;
    /* background-image: url(https://bouncin.tw/wp-content/uploads/2016/11/bg01.png); */
    background-attachment: fixed;
    background-position: bottom left;
}

.FlexDg_Introd .FlexDg_Introd_item {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 80px 0;
}

.FlexDg_Introd .slideRight.active {
    opacity: 1;
    animation: avia-ltr00 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
}

.FlexDg_Introd .slideIn.active {
    opacity: 1;
    animation: avia-ltr01 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
}

.FlexDg_Introd .FlexDg_Introd_Text {
    max-width: 450px;
    color: #4a4a4a;
}

.FlexDg_Introd h2 {
    font-size: 2.3rem;
    font-weight: 600;
    padding: 0;
    margin: 0;
    color: #4c4c4c;
    line-height: 1.5;
}

.FlexDg_Introd p {
    margin: 0.85em 0;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 600;
    color: #4c4c4c;
}

.FlexDg_Introd_img {
    margin: 20px;
}

.FlexDg_Introd_img img {
    max-width: 800px;
    width: auto;
    border-width: 9px;
    border-color: #ededed;
    /* border-style: solid; */
}

.FlexDg .Introd {
    width: 15%;
    display: flex;
    line-height: 1.3;
    justify-content: center;
    align-items: center;
    margin: 10px 3px;
    padding: 20px;
    background-color: #e9ebf0;
    color: #2f2f2f;
    border-radius: 5px;
}

.FlexDg .Introd h3 {
    font-weight: bold;
    font-size: 20px;
}

.FlexDg02 .Introd {
    width: 15%;
    display: flex;
    line-height: 1.3;
    justify-content: center;
    align-items: center;
    margin: 10px 3px;
    padding: 20px;
    background-color: #f3f2dc;
    color: #2f2f2f;
    border-radius: 5px;
}

.FlexDg02 .Introd h3 {
    font-weight: bold;
    font-size: 20px;
}


/* FlexDg_Introd02 */

.FlexDg_Introd02 {
    background-color: #a7ccc9;
    background-image: url(https://bouncin.tw/wp-content/uploads/2016/11/bg01.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom left;
}

.FlexDg_Introd02 .FlexDg_Introd02_item {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 80px 0;
}

.FlexDg_Introd02 .slideRight.active {
    opacity: 1;
    animation: avia-ltr00 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
}

.FlexDg_Introd02 .slideIn.active {
    opacity: 1;
    animation: avia-ltr01 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
}

.FlexDg_Introd02 .FlexDg_Introd02_Text {
    padding-top: 10px;
    padding-left: 4%;
    line-height: 1.5em;
    max-width: 600px;
    margin-right: 50px;
    color: #4a4a4a;
}

.FlexDg_Introd02 h2 {
    font-size: 40px;
    font-weight: 600;
    padding: 15px 0;
    line-height: 1.5;
    color: #000;
}

.FlexDg_Introd02 p {
    margin: 0.85em 0;
    font-size: 26px;
    line-height: 1.5;
}

.FlexDg_Introd02_img {
    margin: auto 20px;
}

.FlexDg_Introd02_img img {
    max-width: 436px;
    border-width: 9px;
    border-color: #ededed;
    border-style: solid;
    margin: auto 20px;
}

hr {
    width: auto;
    margin: 0;
}

.flexC {
    display: flex;
    justify-content: center;
}

.flexE {
    display: flex;
    justify-content: space-evenly;
}

.flexCC {
    display: flex;
    justify-content: center;
    align-items: center;
}

.textC {
    text-align: center;
}

.pT40 {
    padding-top: 40px;
}

.mT236 {
    margin-top: 236px;
}

.mT40 {
    margin-top: 40px;
}

.mT20 {
    margin-top: 20px;
}

.m0 {
    margin: 0;
}

.FlexBac {
    background-color: #eff9ff;
    padding-top: 40px;
}

.w1000Max {
    max-width: 1000px !important;
    width: auto;
}

.w500Max {
    max-width: 500px !important;
}

.itemS {
    background-color: #f0f8ff;
    color: #0160a3;
    --leading-tight: 1.25rem;
    border: 1px solid;
    border-radius: 100vmax;
    display: inline-block;
    font-size: .9rem;
    font-weight: 700;
    line-height: var(--leading-tight, 1.5);
    padding: .07rem .75em;
    text-align: center;
    margin-bottom: 8px;
    margin-right: 5px;
}

.itemY {
    background-color: #fffff0;
    color: #a38b01;
    --leading-tight: 1.25rem;
    border: 1px solid;
    border-radius: 100vmax;
    display: inline-block;
    font-size: .9rem;
    font-weight: 700;
    line-height: var(--leading-tight, 1.5);
    padding: .07rem .75em;
    text-align: center;
    margin-bottom: 8px;
    margin-right: 5px;
}

.fontH3 h3 {
    font-size: 2.1rem;
    font-weight: 600;
}

.w100p {
    width: 100px;
}

.m20Auto {
    margin: 20px auto;
}

.navSt {
    padding: 1px;
    max-width: none;
    width: 100%;
    background: #fff;
    position: sticky;
    top: 90px;
    z-index: 999999;
    border: 1px solid #e2e2e2;
    box-shadow: 2px 2px 6px 0px #cccccc;
}

.navFont .nav-link {
    font-size: 1.2rem;
    font-weight: 600;
    color: #272727;
}

.navFont .active {
    color: #fff;
    background-color: #3d3d3d;
}

.navFont .nav-link.active,
.navFont .nav-link.active:hover,
.navFont .nav-link.active:focus,
.navFont .show>.nav-link {
    color: #fff;
    background-color: #fdb10d;
}

.navFont .nav-link:hover,
.navFont .nav-link:focus {
    color: #6b6b6b;
    background-color: #fdb10d7e;
}

.nav .container {
    max-width: 100%;
}

@media screen and (max-width: 1280px) {
    /* bac */
    .bac_box {
        margin: auto 20px;
    }
}

@media screen and (max-width: 1100px) {
    .FlexDg_Introd .FlexDg_Introd_Text {
        margin-right: 30px;
    }
    .FlexDg_Introd h2 {
        font-size: 30px;
    }
    .FlexDg_Introd p {
        font-size: 1.1rem;
    }
    .FlexDg_Introd02 h2 {
        font-size: 30px;
    }
    .FlexDg_Introd02 p {
        font-size: 22px;
    }
    hr {
        min-height: 140px;
    }
}

@media screen and (max-width: 1050px) {
    .FlexDg_Introd_img img {
        max-width: none;
        width: 100%;
        border-width: 9px;
        border-color: #ededed;
        /* border-style: solid; */
    }
}

@media screen and (max-width: 900px) {
    /* FlexDg_Introd */
    .FlexDg_Introd .FlexDg_Introd_item {
        flex-wrap: wrap;
    }
    .FlexDg_Introd_img {
        width: 100%;
    }
    .FlexDg_Introd .FlexDg_Introd_Text {
        width: 100%;
    }
    /* FlexDg_Introd02 */
    .FlexDg_Introd02 .FlexDg_Introd02_item {
        flex-wrap: wrap;
    }
    .FlexDg_Introd02_img {
        width: 100%;
    }
    .FlexDg_Introd02_img img {
        margin: auto;
    }
    .FlexDg_Introd02 .FlexDg_Introd02_Text {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    /* bac */
    .bac_box {
        padding: 36px;
    }
    /* hr */
    hr {
        min-height: 0px;
    }
    /* FlexDg */
    .FlexDg .Introd {
        width: 20%;
        display: flex;
        line-height: 1.3;
        justify-content: center;
        align-items: center;
        margin: 10px 3px;
        padding: 20px;
        background-color: #e9ebf0;
        color: #2f2f2f;
        border-radius: 5px;
    }
    .FlexDg02 .Introd {
        width: 20%;
        display: flex;
        line-height: 1.3;
        justify-content: center;
        align-items: center;
        margin: 10px 3px;
        padding: 20px;
        background-color: #f3f2dc;
        color: #2f2f2f;
        border-radius: 5px;
    }
    .navSt {
        top: 70px;
    }
    .item768 {
        display: block;
        padding: 10px;
    }
}

@media screen and (max-width: 600px) {
    /* bac */
    .bac_box h2 {
        font-size: 6em;
    }
}

@media screen and (max-width: 550px) {
    /* bac */
    .bac_box h2 {
        font-size: 4em;
    }
    .bac_box p {
        font-size: 32px;
    }
}

@media screen and (max-width: 500px) {
    /* FlexDg_Introd */
    .FlexDg_Introd_img img {
        width: 80%;
    }
    .FlexDg_Introd h2 {
        font-size: 25px;
    }
    .FlexDg_Introd p {
        font-size: 18px;
    }
    /* FlexDg_Introd02 */
    .FlexDg_Introd02_img img {
        width: 80%;
    }
    .FlexDg_Introd02 h2 {
        font-size: 25px;
    }
    .FlexDg_Introd02 p {
        font-size: 18px;
    }
    /* FlexDg */
    .FlexDg .Introd {
        width: 25%;
        display: flex;
        line-height: 1.3;
        justify-content: center;
        align-items: center;
        margin: 10px 3px;
        padding: 20px;
        background-color: #e9ebf0;
        color: #2f2f2f;
        border-radius: 5px;
    }
    .FlexDg02 .Introd {
        width: 25%;
        display: flex;
        line-height: 1.3;
        justify-content: center;
        align-items: center;
        margin: 10px 3px;
        padding: 20px;
        background-color: #f3f2dc;
        color: #2f2f2f;
        border-radius: 5px;
    }
}

@media screen and (max-width: 400px) {
    /* bac */
    .bac_box h2 {
        font-size: 2em;
    }
    .bac_box p {
        margin-left: 0;
        font-size: 20px;
    }
}