/* 縮小失敗。正在傳回未縮小的內容。
(422,27): run-time error CSS1038: Expected hex color, found '#ffff'
 */
@charset "UTF-8";
/* CSS Document */

body {
    color: #545454;
    background-color: #ffffff;
    font-family: "Helvetica Neue", Helvetica, Arial, RegularHoverFont, "Microsoft Jhenghei","微軟正黑體", sans-serif;
}

/*header {
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    text-align: right;
    background: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,.1);
    box-shadow: 0 0 4px rgba(0,0,0,.1);
}

@media screen and (max-width: 850px) {
    header {
        height: 60px;
    }
}*/

.header {
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    text-align: right;
    background: #9DD729;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 850px) {
    .header {
        height: 60px;
    }
}

@media screen and (min-width: 850px) {
    .header.attop {
        background: #9DD729;
        -webkit-box-shadow: 0px 0px 0px transparent;
        -moz-box-shadow: 0px 0px 0px transparent;
        box-shadow: 0px 0px 0px transparent;
    }
        .header.attop ul.nav li a {
            color: #fff;
        }
        .header.attop ul.nav li.hl1 {
            border-width: 1px;
        }
        .header.attop .logo {
            top: 0;
            left: 0;
            position: relative;
            float: left;
        }
            .header.attop .logo a img {
                height: 80px;
            }
}
.header .logo {
    position: absolute;
    top: 10px;
    left: 20px;
    z-index: 10;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
    .header .logo a img {
        height: 60px;
        width: auto;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-transition-timing-function: ease;
        transition-timing-function: ease;
    }

@media screen and (max-width: 850px) {
    .header .logo {
        top: 8px;
        left: 8px;
    }
        .header .logo a img {
            height: 44px;
        }
}
.header #mmb {
    position: absolute;
    z-index: 10;
    width: 80px;
    height: 80px;
    right: 0;
    top: 0;
    text-align: center;
    cursor: pointer;
    display: none;
}
    .header #mmb::after, .header .book form #mmb.main::before, .book form .header #mmb.main::before {
        font-family: "FontAwesome";
        content: "\f039";
        color: #fff;
        text-align: center;
        line-height: 80px;
        font-size: 26px;
    }
    .header #mmb.active {
        background: #B6E35A;
    }
        .header #mmb.active::after, .header .book form #mmb.active.main::before, .book form .header #mmb.active.main::before {
            color: #fff;
            content: "\f00d";
        }

@media screen and (max-width: 1024px) {
    .header{
        z-index: 2;
    }
    .header #mmb {
        display: block;
        float: left;
        position: relative;
    }

    .scroll-to-top {
        /*z-index: 2;*/
    }
}
.header ul.nav {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    margin-right: 0;
    position: relative;
    float: right;
}
    .header ul.nav > li {
        position: relative;
        display: inline-block;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-transition-timing-function: ease;
        transition-timing-function: ease;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-transition-timing-function: ease;
        transition-timing-function: ease;
    }
        .header ul.nav > li::after, .header .book form ul.nav > li.main::before, .book form .header ul.nav > li.main::before {
            position: absolute;
            width: 0;
            height: 5px;
            background: #f8f08e;
            bottom: 0;
            left: 50%;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
            -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
        }

@media screen and (max-width: 850px) {
    .header ul.nav > li::after, .header .book form ul.nav > li.main::before, .book form .header ul.nav > li.main::before {
        display: none;
    }

    .header #mmb {
        width: 60px;
        height: 60px;
    }
    .header #mmb::after, .header .book form #mmb.main::before, .book form .header #mmb.main::before {
        line-height: 60px;
    }
}
.header ul.nav > li:hover::after, .header .book form ul.nav > li.main:hover::before, .book form .header ul.nav > li.main:hover::before, .header ul.nav > li.active::after, .header .book form ul.nav > li.active.main::before, .book form .header ul.nav > li.active.main::before {
    width: 100%;
    left: 0;
}
.header ul.nav > li a {
    font-size: 18px;
    color: #333;
    line-height: 50px;
    display: inline-block;
    text-decoration: none;
    letter-spacing: 0.1em;
    padding: 18px 10px 0;
    cursor: pointer;
    height: 80px;
}

@media screen and (max-width: 1024px) {
    .header ul.nav {
        position: fixed;
        background-color: #9DD729;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        width: 35%;
         /*top: 60px;*/ 
        z-index: 201;
        height: calc(100vh);
        transition: 0.5s;
        right: 100%;
    }
        .header ul.nav > li {
            display: block;
            text-align: center;
            padding: 8% 5%;
        }
            .header ul.nav > li a {
                display: block;
                line-height: 50px;
                color: #fff;
                padding: 0 10px;
                /*border-bottom: 1px solid rgba(255, 255, 255, 0.3);*/
                vertical-align: middle;
                display: unset;
                font-size: 32px;
            }
        .header ul.nav.active {
            right: 65%; 
            /*width: 35%;*/
        }

    .header.attop .logo {
        float: initial;
        position: relative;
        width: auto;
        display: inline-block;
        float: right;
        margin-right: 42%;
    }
}

main {
    margin-top: 80px;
    min-height: calc(100vh - 143px);
}

img {
    width: auto;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.about {
    display: inline-block;
    margin: 0 0 60px 0;
    font-size: 18px;
    text-align: justify;
    font-family: "Helvetica Neue", Helvetica, Arial, RegularHoverFont, "Microsoft Jhenghei","微軟正黑體", sans-serif;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #E0FAA5;
    border-color: #9DD7295e;
}

.panel-default {
    border-color: #9DD7295e;
}
/*go to top*/
.scroll-to-top {
    display: none;
    position: fixed;
    right: 15px;
    top: 100px;
    font-size: 17px;
    font-family: "Helvetica Neue", Helvetica, Arial, RegularHoverFont, "Microsoft Jhenghei","微軟正黑體", sans-serif;
    height: 40px;
    width: 40px;
    background-color: #E0FAA5;
    line-height: 38px;
    color: #ffffff;
    text-align: center;
    *opacity: 0.3;
    cursor: pointer;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -webkit-border-radius: 10px;
}

    .scroll-to-top:hover {
        opacity: 0.5;
    }
/*go to top end*/
.row {
    margin-right: 0px;
    /*margin-left: -15px;*/
    margin-left: 0px;
    padding: 60px 0 30px 0;
}

.navbar-default {
    background-color: #9DD729;
    border-color: #9DD729;
    border-radius: 0px;
}

.navbar {
    margin-bottom: 0px;
}

.navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #f8f08e;
    background-color: transparent;
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(255, 255, 255, 0.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(255, 255, 255, 0.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,fromrgba(255, 255, 255, 0.5),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right,rgba(255, 255, 255, 0.5) 0,rgba(0,0,0,.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(255, 255, 255, 0.5) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(255, 255, 255, 0.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(255, 255, 255, 0.5)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(255, 255, 255, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}

section:nth-of-type(1), section:nth-of-type(3), section:nth-of-type(5) {
    background-color: #ffffff;
    padding-bottom: 30px;
}

section:nth-of-type(2n) {
    background-color: #f4fdee;
    padding-bottom: 30px;
}

h1 {
    font-size: 36px;
    font-weight: bold;
    font-family: "Helvetica Neue", Helvetica, Arial, RegularHoverFont, "Microsoft Jhenghei","微軟正黑體", sans-serif;
    text-align: center;
    margin: 60px auto 30px auto;
    color: #545454;
}
.section-first-text > h1 {
    font-weight: bold;
}
.about > h1.title {
    text-align: justify;
}

h3 {
    font-size: 24px;
    font-family: "Helvetica Neue", Helvetica, Arial, RegularHoverFont, "Microsoft Jhenghei","微軟正黑體", sans-serif;
    text-align: center;
    color: #fff8a8;
    margin-top: 0px;
    margin-bottom: 0px;
}

p {
    font-size: 17px;
    color: #636363;
}

.icon-yellow {
    color: #fff8a8;
    width: 25%;
    margin-top: 10px;
}

.carousel-control:focus, .carousel-control:hover {
    color: #9DD729;
}

.carousel-control {
    color: #9DD729;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.6);
}

.thumbnail {
    background-color: #9DD729;
    border: 1px solid #9DD729;
    height: 270px;
}

hr {
    border-top: 2px solid #ffff;
    margin-top: 10px;
    margin-bottom: 10px;
}

.content-text {
    color: white;
    font-size: 1.2em;
    font-family: "Helvetica Neue", Helvetica, Arial, RegularHoverFont, "Microsoft Jhenghei","微軟正黑體", sans-serif;
}

.app-ui {
    width: 100%;
}

.p-text {
    /*text-align: center;*/
    font-size: 20px;
    margin: 8px 0 20px 20px;
    line-height: 1.5em;
    text-align: justify;
    font-family: "Helvetica Neue", Helvetica, Arial, RegularHoverFont, "Microsoft Jhenghei","微軟正黑體", sans-serif;
}

.container {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
}

.container-padding {
    /*padding-left: 30px;
	padding-right: 30px;*/
}

.section-first {
    margin-top: 0%;
}

.section-lastsec-text {
    margin-top: 15%;
    position: relative;
    margin-right: auto;
}

.row-bottom {
    margin-bottom: 15px;
}

.btn-pink {
    color: #fff;
    background-color: #9DD729;
    border-color: #87D350;
}

    .btn-pink:focus,
    .btn-pink.focus {
        color: #fff;
        background-color: #96CB58;
        border-color: #55982C;
    }

    .btn-pink:hover {
        color: #fff;
        background-color: #96CB58;
        border-color: #55982C;
    }

    .btn-pink:active,
    .btn-pink.active,
    .open > .dropdown-toggle.pink {
        color: #fff;
        background-color: #96CB58;
        border-color: #55982C;
    }

.footer {
    background-color: #7d7d7d;
}

.full-img {
    width: 100%;
}

@keyframes jump {
    50% {
        bottom: 0px;
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    68% {
        bottom: 20px;
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    90% {
        bottom: 0px;
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    96% {
        bottom: 2px;
    }

    100% {
        bottom: 0px;
    }
}
.downloader {
    position: fixed;
    bottom: 0px;
    right: 20px;
    /*z-index: 10;*/
}
.downloader div {
    display: inline-block;
    position: relative;
    width: 160px;
    height: 160px;
    background: url(../imgs/downloadapp.png) no-repeat top left;
    background-size: 160px 160px;
   
}
/* 0330佳容改 */
.edm-link {
    position: fixed;
    bottom: 160px;
    right: 20px;
}
/* 0330佳容改 */
.edm-link div {
    display: inline-block;
    position: relative;
    width: 160px;
    height: 160px;
    background: url(../imgs/limitedplan.png) no-repeat top left;
    background-size: 160px 160px;
   
}

.side-padding {
    width: 70%;
    max-width: 1006px;
}

.container-footer {
    position: unset;
    bottom: 0;
    width: 100%;
}

.downloader.show-web {
    display: block;
}
.downloader.show-mobile {
    display: none;
}
/* 0330佳容改 */
.edm-link.show-web {
    display: block;
}
/* 0330佳容改 */
.edm-link.show-mobile {
    display: none;
}

.txt-highlight {
    color: #9DD729;
    font-size: 20px;
}

@media only screen and (min-width: 1025px) {
    .logo-web {
        display: block;
    }

    .logo-iphone {
        display: none;
    }

    .navbar-nav > li {
        float: left;
        font-size: 20px;
        font-family: "Helvetica Neue", Helvetica, Arial, RegularHoverFont, "Microsoft Jhenghei","微軟正黑體", sans-serif;
        padding: 22px 0 5px 10px;
    }

    .navbar-default .navbar-nav > li > a {
        color: #fff;
    }

    .nav > li > a {
        position: relative;
        display: block;
        padding: 5px 5px;
    }

    .nav-web {
        display: inline-block;
        height: 78px;
        width: initial;
        float: right;
    }

    .nav-iphone {
        display: none;
    }

    .container-padding {
        padding: 30px 0 70px 0;
    }

    .section-first {
        margin-top: 0%;
    }

    .app-ui {
        /*width: 70%;*/
        width: 100%;
        float: right;
        margin-right: 5%;
    }
    section:nth-of-type(odd) .section-first {
        float: right;
    }
    section:nth-of-type(odd) .section-first .app-ui {
        float: left;
        margin-left: 5%;
    }

    section:nth-of-type(even) .section-first-text {
        padding-right: 0;
    }
    section:nth-of-type(odd) .section-first-text {
        padding-left: 0;
        padding-right: 30px;
    }
    section:nth-of-type(odd) .section-first-text > h1, section:nth-of-type(odd) .section-first-text > p, section:nth-of-type(odd) .section-first-text > div {
        margin: 25px 0;
    }
    section:nth-of-type(odd) .section-first-text > div > ul {
        padding-inline-start: 0;
    }
    .section-first-text > h1 {
        text-align: initial;
        margin: 25px 0 25px 20px;
        font-size: 42px;
        font-weight: bold;
    }
    .section-first-text > div > ul {
        padding-inline-start: 15px;
    }
    .section-first-text > div > ul > li {
        display: inline;
    }
    .section-first-text > div > ul > li > a > img {
        width: 19%;
    }

    .section-lastsec-text {
        margin-top: 15%;
        position: relative;
        margin-right: auto;
    }

    .container-footer {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #7d7d7d;
    }

    .footer-left {
        text-align: left;
        color: white;
        font-size: 15px;
    }

        .footer-left a {
            text-align: left;
            color: #fff8a7;
            text-decoration: underline;
            font-size: 15px;
            font-family: "Helvetica Neue", Helvetica, Arial, RegularHoverFont, "Microsoft Jhenghei","微軟正黑體", sans-serif;
        }

    .footer-right {
        text-align: right;
        color: white;
        font-size: 15px;
        font-family: "Helvetica Neue", Helvetica, Arial, RegularHoverFont, "Microsoft Jhenghei","微軟正黑體", sans-serif;
    }

    .footer-center {
        text-align: center;
        color: white;
        font-size: 15px;
        font-family: "Helvetica Neue", Helvetica, Arial, RegularHoverFont, "Microsoft Jhenghei","微軟正黑體", sans-serif;
        width: 100%;
    }

    .downloader div:hover {
        animation-name: jump;
        animation-duration: 1s;
        animation-iteration-count: infinite;
    }
     /* 0330佳容改 */
    .edm-link div:hover {
        animation-name: jump;
        animation-duration: .8s;
        animation-iteration-count: infinite;
    }
}

@media only screen and (max-width: 1024px) {
    .downloader div {
        width: 120px;
        height: 120px;
        background-size: 120px 120px;
    }
    /* 0330佳容改 */
    .edm-link div {
        width: 120px;
        height: 120px;
        background-size: 120px 120px;
    }

    .side-padding {
        width: 80%;
        max-width: 1024px;
    }

    .header ul.nav > li::after, .header .book form ul.nav > li.main::before, .book form .header ul.nav > li.main::before {
        background: #ff99bd;
    }

    .downloader.show-web {
        display: none;
    }
    .downloader.show-mobile {
        display: block;
    }
    /* 0330佳容改 */
    .edm-link.show-web {
        display: none;
    }
     /* 0330佳容改 */
    .edm-link.show-mobile {
        display: block;
    }
    .header ul.nav > li a {
        font-size: 28px;
    }
}

@media only screen and (max-width: 1300px) {
    .section-first-text > h1 {
        font-size: 36px;
    }

    .p-text {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1100px) {
    .section-first-text > h1 {
        font-size: 30px;
    }

    .section-first-text > h1 {
        margin: 15px 0 15px 20px;
    }
    .section-first-text:nth-of-type(odd) > h1, .section-first-text:nth-of-type(odd) > p, .section-first-text:nth-of-type(odd) > div {
        margin: 15px 0;
    }
}

@media only screen and (max-width: 850px) {
    main {
        margin-top: 60px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .logo-web {
        display: block;
    }

    .logo-iphone {
        display: none;
    }

    .navbar-nav > li {
        float: left;
        font-size: 20px;
        font-family: "Helvetica Neue", Helvetica, Arial, RegularHoverFont, "Microsoft Jhenghei","微軟正黑體", sans-serif;
        margin: 28px 0px 15px 0px;
        padding: 5px;
    }

    .navbar-default .navbar-nav > li > a {
        color: #fff;
    }

    .nav > li > a {
        position: relative;
        display: block;
        padding: 5px 5px;
    }

    .nav-web {
        display: inline-block;
    }

    .nav-iphone {
        display: none;
    }

    .container-padding {
        /*padding-left: 30px;
	padding-right: 30px;*/
    }

    .section-first {
        margin-top: 0%;
    }

    .app-ui {
        /*width: 70%;*/
        width: 100%;
        float: right;
        margin-right: 5%;
    }
    .section-first:nth-of-type(odd) .app-ui {
        margin-right: 4%;
        margin-left: 5%;
    }
    .section-first:nth-of-type(even) .app-ui {
        float: left;
        margin-left: 5%;
    }

    .section-first-text:nth-of-type(even) {
        padding-right: 0;
    }
    .section-first-text:nth-of-type(odd) {
        padding-left: 0;
        padding-right: 30px;
    }
    .section-first-text:nth-of-type(odd) > h1, .section-first-text:nth-of-type(odd) > p, .section-first-text:nth-of-type(odd) > div {
        margin: 25px 0;
    }
    .section-first-text:nth-of-type(odd) > div > ul {
        padding-inline-start: 0;
    }
    .section-first-text > h1 {
        text-align: initial;
        margin: 20px 0 20px 20px;
        font-size: 36px;
        font-weight: bold;
    }
    .section-first-text > div > ul {
        padding-inline-start: 20px;
    }
    .section-first-text > div > ul > li {
        display: inline;
    }
    .section-first-text > div > ul > li > a > img {
        width: 19%;
    }

    .section-lastsec-text {
        margin-top: 15%;
        position: relative;
        margin-right: auto;
    }

    .container-footer {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #7d7d7d;
    }

    .footer-left {
        text-align: left;
        color: white;
        font-size: 15px;
        font-family: "Helvetica Neue", Helvetica, Arial, RegularHoverFont, "Microsoft Jhenghei","微軟正黑體", sans-serif;
    }

        .footer-left a {
            text-align: left;
            color: #fff8a7;
            text-decoration: underline;
            font-size: 15px;
            font-family: "Helvetica Neue", Helvetica, Arial, RegularHoverFont, "Microsoft Jhenghei","微軟正黑體", sans-serif;
        }

    .footer-right {
        text-align: right;
        color: white;
        font-size: 15px;
        font-family: "Helvetica Neue", Helvetica, Arial, RegularHoverFont, "Microsoft Jhenghei","微軟正黑體", sans-serif;
    }

    .footer-center {
        text-align: center;
        color: white;
        font-size: 15px;
        font-family: "Helvetica Neue", Helvetica, Arial, RegularHoverFont, "Microsoft Jhenghei","微軟正黑體", sans-serif;
        width: 100%;
    }

    div.col-md-4.section-first, div.col-md-4.aidoctor-icon {
        padding-right: 0;
        padding-left: 0;
        width: 33.33333333%;
    }

    div.col-md-8.section-first-text {
        width: 66.66666667%;
        margin-left: 0;
        padding-left: 0;
    }

    div.col-md-4.aidoctor-icon {
        margin-right: 6%;
    }

    div.col-md-7.information2 {
        width: 58.33333333%;
        margin-left: 0;
        padding-left: 3%;
    }
}

@media only screen and (min-width: 521px) and (max-width: 768px) {
    .navbar-nav {
        float: none;
        margin: 0;
    }

    .logo-web {
        display: none;
    }

    .logo-iphone {
        display: block;
    }

    .navbar-nav > li {
        float: left;
        font-size: 20px;
        font-family: "Helvetica Neue", Helvetica, Arial, RegularHoverFont, "Microsoft Jhenghei","微軟正黑體", sans-serif;
        /*margin: 15px 0px;*/
        padding: 5px;
    }

    .navbar-default .navbar-nav > li > a {
        color: #fff;
    }

    .nav > li > a {
        position: relative;
        display: block;
        padding: 5px 5px;
    }

    .nav-web {
        display: none;
    }

    .nav-iphone {
        display: inline-block;
    }

    .bgcolor-iphone {
        margin-top: 20px;
        background-color: #fca0c0;
    }

    .navbar-default {
        background-color: #9DD729;
        border-color: #fca0c0;
        border-radius: 0px;
    }

    .container-padding {
        /*padding-left: 30px;
	padding-right: 30px;*/
    }

    .app-ui {
        width: 80%;
    }

    .container-footer {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #7d7d7d;
    }

    .footer-left {
        text-align: center;
        color: white;
        font-size: 15px;
    }

        .footer-left a {
            text-align: center;
            color: #fff8a7;
            text-decoration: underline;
            font-size: 15px;
            font-family: "Helvetica Neue", Helvetica, Arial, RegularHoverFont, "Microsoft Jhenghei","微軟正黑體", sans-serif;
        }

    .footer-right {
        text-align: center;
        color: white;
        font-size: 15px;
        font-family: "Helvetica Neue", Helvetica, Arial, RegularHoverFont, "Microsoft Jhenghei","微軟正黑體", sans-serif;
    }

    .footer-center {
        text-align: center;
        color: white;
        font-size: 15px;
        font-family: "Helvetica Neue", Helvetica, Arial, RegularHoverFont, "Microsoft Jhenghei","微軟正黑體", sans-serif;
        width: 100%;
    }

    div.col-md-4.section-first, div.col-md-4.aidoctor-icon {
        padding-right: 0;
        padding-left: 0;
        width: 33.33333333%;
    }
    div.col-md-8.section-first-text {
        width: 66.66666667%;
        margin-left: 0;
        padding-left: 0;
    }
    div.col-md-4.aidoctor-icon {
        margin-right: 6%;
    }
    div.col-md-7.information2 {
        width: 58.33333333%;
        margin-left: 0;
        padding-left: 3%;
    }

    .header ul.nav > li a {
        font-size: 24px;
        line-height: 30px;
    }
}

@media only screen and (min-width: 321px) and (max-width: 520px) {
    .navbar-nav {
        float: none;
        margin: 0;
    }

    .logo-web {
        display: none;
    }

    img.img-responsive.logo-iphone {
        display: block;
        padding-top: 20px;
        width: 200px;
        position: absolute;
    }

    .nav-web {
        display: none;
    }

    .nav-iphone {
        display: inline-block;
    }

    .navbar-nav > li {
        float: left;
        font-size: 15px;
        font-family: "Helvetica Neue", Helvetica, Arial, RegularHoverFont, "Microsoft Jhenghei","微軟正黑體", sans-serif;
        /*margin: 15px 0px;*/
        padding: 5px;
    }

    .navbar-default .navbar-nav > li > a {
        color: #fff;
    }

    .nav > li > a {
        position: relative;
        display: block;
        padding: 5px 5px;
    }

    .bgcolor-iphone {
        margin-top: 20px;
        background-color: #fca0c0;
    }

    .navbar-default {
        background-color: #9DD729;
        border-color: #fca0c0;
        border-radius: 0px;
    }

    h1 {
        font-size: 30px;
        font-family: "Helvetica Neue", Helvetica, Arial, RegularHoverFont, "Microsoft Jhenghei","微軟正黑體", sans-serif;
        text-align: center;
        margin: 60px auto 30px auto;
    }

    .container-padding {
        /*padding-left: 30px;
	padding-right: 30px;*/
    }

    .app-ui {
        width: 60%;
    }

    .section-first {
        margin-top: 0;
        text-align: center;
        padding: 0 5%;
        z-index: 1;
    }

    .section-lastsec {
        margin-top: 10%;
    }

    .section-first-text {
        position: relative;
        margin-top: 0;
        margin-left: 0;
        text-align: center;
    }
    .section-first-text > h1 {
        margin: 15px 0;
    }

    .p-text {
        margin: 8px 0 50px;
    }

    .section-first-text > .gallery > ul {
        padding-inline-start: 0;
    }

    .section-lastsec-text {
        margin-top: -10%;
        position: absolute;
        margin-left: 15px;
        margin-right: auto;
    }

    .container-footer {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #7d7d7d;
    }

    .footer-left {
        text-align: center;
        color: white;
        font-size: 15px;
        font-family: "Helvetica Neue", Helvetica, Arial, RegularHoverFont, "Microsoft Jhenghei","微軟正黑體", sans-serif;
    }

        .footer-left a {
            text-align: center;
            color: #fff8a7;
            text-decoration: underline;
            font-size: 15px;
            font-family: "Helvetica Neue", Helvetica, Arial, RegularHoverFont, "Microsoft Jhenghei","微軟正黑體", sans-serif;
        }

    .footer-right {
        text-align: center;
        color: white;
        font-size: 15px;
        font-family: "Helvetica Neue", Helvetica, Arial, RegularHoverFont, "Microsoft Jhenghei","微軟正黑體", sans-serif;
    }

    .footer-center {
        text-align: center;
        color: white;
        font-size: 12px;
        font-family: "Helvetica Neue", Helvetica, Arial, RegularHoverFont, "Microsoft Jhenghei","微軟正黑體", sans-serif;
    }

    .header.attop .logo {
        margin-right: 34%;
    }

    .side-padding {
        width: 80%;
    }

    .scroll-to-top {
        height: 30px;
        width: 30px;
        line-height: 28px;
        border-radius: 8px;
        top: 70px;
        right: 8px;
    }

    .header ul.nav > li a {
        line-height: 28px;
        font-size: 14px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 320px) {
    .navbar-nav {
        float: none;
        margin: 0;
    }

    .logo-web {
        display: none;
    }

    img.img-responsive.logo-iphone {
        display: block;
        padding-top: 20px;
        width: 200px;
        position: absolute;
    }

    .nav-web {
        display: none;
    }

    .nav-iphone {
        display: inline-block;
    }

    .navbar-nav > li {
        float: left;
        font-size: 20px;
        font-family: "Helvetica Neue", Helvetica, Arial, RegularHoverFont, "Microsoft Jhenghei","微軟正黑體", sans-serif;
        /*margin: 15px 0px;*/
        padding: 5px;
    }

    .navbar-default .navbar-nav > li > a {
        color: #fff;
        margin: 0px 10px;
    }

    .bgcolor-iphone {
        margin-top: 20px;
        background-color: #fca0c0;
    }

    .navbar-default {
        background-color: #9DD729;
        border-color: #fca0c0;
        border-radius: 0px;
    }

    h1 {
        font-size: 25px;
        font-family: "Helvetica Neue", Helvetica, Arial, RegularHoverFont, "Microsoft Jhenghei","微軟正黑體", sans-serif;
        text-align: center;
        margin: 60px auto 30px auto;
    }

    .container-padding {
        /*padding-left: 30px;
	padding-right: 30px;*/
    }

    /*.section-first {
        margin-top: 30%;
    }

    .section-lastsec {
        margin-top: 25%;
    }

    .section-first-text {
        margin-top: -10%;
        position: absolute;
        margin-left: 15px;
        margin-right: auto;
    }

    .app-ui {
        width: 70%;
    }

    .section-lastsec-text {
        margin-top: -10%;
        position: absolute;
        margin-left: 15px;
        margin-right: auto;
    }*/
    .app-ui {
        width: 70%;
    }

    .container-footer {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #7d7d7d;
    }

    .footer-left {
        text-align: center;
        color: white;
        font-size: 15px;
        font-family: "Helvetica Neue", Helvetica, Arial, RegularHoverFont, "Microsoft Jhenghei","微軟正黑體", sans-serif;
    }

        .footer-left a {
            text-align: center;
            color: #fff8a7;
            text-decoration: underline;
            font-size: 15px;
            font-family: "Helvetica Neue", Helvetica, Arial, RegularHoverFont, "Microsoft Jhenghei","微軟正黑體", sans-serif;
        }

    .footer-right {
        text-align: center;
        color: white;
        font-size: 15px;
        font-family: "Helvetica Neue", Helvetica, Arial, RegularHoverFont, "Microsoft Jhenghei","微軟正黑體", sans-serif;
    }

    .footer-center {
        text-align: center;
        color: white;
        font-size: 12px;
        font-family: "Helvetica Neue", Helvetica, Arial, RegularHoverFont, "Microsoft Jhenghei","微軟正黑體", sans-serif;
    }

    .header.attop .logo {
        margin-right: 34%;
    }

    .side-padding {
        width: 80%;
    }

    .scroll-to-top {
        height: 30px;
        width: 30px;
        line-height: 28px;
        border-radius: 8px;
        top: 70px;
        right: 8px;
    }

    .header ul.nav > li a {
        line-height: 28px;
        font-size: 14px;
    }
}

.field-validation-error {
    color: red;
}

.about p {
    line-height: 30px;
    padding-right: 0;
    padding-left: 0;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    line-height: 1;
    width: 100%;
}


.popover {
    background: #E0FAA5;
    border: none;
}
.popover.left > .arrow {
    border-width: 5px 0 5px 10px;
    border-left-color: rgba(0, 0, 0, 0.13);
}
.popover.left > .arrow:after {
    border-left-color: #E0FAA5;
    border-width: 5px 0 5px 10px;
    bottom: -5px;
}
.popover-content {
    padding: 20px 14px;
    display: flex;
    position: relative;
    margin-top: -10px;
    margin-bottom: -10px;
}
.popover-content > div {
    display: grid;
}
.popover-content > div > a {
    display: inline-block;
    padding: 8px 0 0 0;
}
.popover-content > div > a > img, .popover-content > a > img {
    width: 100%;
}
.popover-content > a {
    text-align: center;
    width: 45%;
    margin-left: 5%;
}
.popover-download-size {
    width: 119px;
    height: 110px;
}
.popover-content > .popover-qrcode-size {
    width: 110px;
    height: 110px;
}

.header.attop ul.nav > li:hover, .header.attop ul.nav > li:focus,
.header.attop ul.nav > li:hover > a, .header.attop ul.nav > li:focus > a {
    text-decoration: none;
    color: #E0FAA5;
    background-color: #55982C;
}
.header.attop ul.nav > li > a:hover, .header.attop ul.nav > li > a:focus {
    border-bottom: #EEFDE2 solid 3px;
    color: #EEFDE2;
    background: rgba(255, 255, 255, 0);
}
.header ul.nav > li.nav-img {
    display: none;
}

.nav-block {
    width: 100%;
    height: calc(100vh);
    background: rgba(0, 0, 0, 0.8);
    position: relative;
    z-index: 99999;
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        width: 25%;
        height: 78px;
        max-width: 177px;
        padding: 7px 0 0 0;
        margin-left: 0;
    }
}

@media only screen and (max-width: 1024px) {
    .popover-content > div > a {
        padding: 4px 0 0 0;
    }

    .popover-content {
        margin-bottom: -15px;
    }
    .popover-download-size {
        width: 99px;
        height: 90px;
    }
    .popover-content > .popover-qrcode-size {
        width: 90px;
        height: 90px;
    }

    .downloader {
        right: 5px;
    }
    /* 0331佳容改 */
    .edm-link {
        right: 5px;
    }

    .header ul.nav > li.nav-img {
        display: block;
        padding: 15% 0;
        background: white;
        width: 100%;
    }
    .header ul.nav > li.nav-img > img {
        width: 60%;
    }

    .side-padding-phone {
        width: 100%;
    }

    .header.attop ul.nav > li > a:hover, .header.attop ul.nav > li > a:focus {
        border-bottom: none;
    }

    .downloader {
        bottom: 30px;
    }

    .block-nav {
        width: 100%;
        height: calc(100vh);
        background: rgba(0, 0, 0, 0.52);
        position: relative;
        z-index: 99;
        display: none; 
    }
    .header ul.nav.active + .block-nav {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    .downloader div {
        width: 100px;
        height: 100px;
        background-size: 100px 100px;
    }
    /* 0331佳容改 */
    .edm-link div {
        width: 100px;
        height: 100px;
        background-size: 100px 100px;
        top: 30px;
    }

    .popover-content {
        padding: 18px 10px;
    }
    .popover-download-size {
        width: 79px;
        height: 70px;
    }
    .popover-content > .popover-qrcode-size {
        width: 70px;
        height: 70px;
    }
}

@media only screen and (max-width: 520px) {
    h1, .section-first-text > h1 {
        margin: 30px auto 15px auto;
        font-weight: 600;
    }

    .downloader div {
        width: 80px;
        height: 80px;
        background-size: 80px 80px;
    }
    /* 0331佳容改 */
    .edm-link div {
        width: 80px;
        height: 80px;
        background-size: 80px 80px;
        top: 50px;
    }

    p, .p-text, .about p, .about div {
        font-size: 14px;
        line-height: 23px;
    }

    .txt-highlight {
        font-size: 17px;
    }
}

@media only screen and (max-width: 360px) {
    .downloader {
        bottom: 50px;
    }
    /* 0331佳容改 */
    .edm-link {
        bottom: 180px;
    }
}



.field-validation-error {
    color: red;
}

.about p {
    line-height: 30px;
    padding-right: 0;
    padding-left: 0;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    line-height: 1;
    width: 100%;
}

.popover {
    background: #E0FAA5;
    border: none;
}
.popover.left > .arrow {
    border-width: 5px 0 5px 10px;
    border-left-color: rgba(0, 0, 0, 0.13);
}
.popover.left > .arrow:after {
    border-left-color: #E0FAA5;
    border-width: 5px 0 5px 10px;
    bottom: -5px;
}
.popover-content {
    padding: 20px 14px;
    display: flex;
    position: relative;
    margin-top: -10px;
    margin-bottom: -10px;
}
.popover-content > div {
    display: grid;
}
.popover-content > div > a {
    display: inline-block;
    padding: 8px 0 0 0;
}
.popover-content > div > a > img, .popover-content > a > img {
    width: 100%;
}
.popover-content > a {
    text-align: center;
    width: 45%;
    margin-left: 5%;
}

.popover-download-size {
    width: 119px;
    height: 110px;
}
.popover-content > .popover-qrcode-size {
    width: 110px;
    height: 110px;
}

.header.attop ul.nav > li:hover, .header.attop ul.nav > li:focus,
.header.attop ul.nav > li:hover > a, .header.attop ul.nav > li:focus > a {
    text-decoration: none;
    color: #E0FAA5;
    background-color: #55982C;
}
.header.attop ul.nav > li > a:hover, .header.attop ul.nav > li > a:focus {
    border-bottom: #EEFDE2 solid 3px;
    color: #EEFDE2;
    background: rgba(255, 255, 255, 0);
}
.header ul.nav > li.nav-img {
    display: none;
}

.nav-block {
    width: 100%;
    height: calc(100vh);
    background: rgba(0, 0, 0, 0.8);
    position: relative;
    z-index: 99999;
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        width: 25%;
        height: 78px;
        max-width: 177px;
        padding: 7px 0 0 0;
        margin-left: 0;
    }
}

@media only screen and (max-width: 1024px) {
    .popover-content > div > a {
        padding: 4px 0 0 0;
    }

    .popover-content {
        margin-bottom: -15px;
    }
    .popover-download-size {
        width: 99px;
        height: 90px;
    }
    .popover-content > .popover-qrcode-size {
        width: 90px;
        height: 90px;
    }

    .downloader {
        right: 5px;
    }

    .header ul.nav > li.nav-img {
        display: block;
        padding: 15% 0;
        background: white;
        width: 100%;
    }
    .header ul.nav > li.nav-img > img {
        width: 60%;
    }

    .side-padding-phone {
        width: 100%;
    }

    .header.attop ul.nav > li > a:hover, .header.attop ul.nav > li > a:focus {
        border-bottom: none;
    }

    .downloader {
        bottom: 30px;
    }

    .block-nav {
        width: 100%;
        height: calc(100vh);
        background: rgba(0, 0, 0, 0.52);
        position: relative;
        z-index: 99;
        display: none; 
    }
    .header ul.nav.active + .block-nav {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    .downloader div {
        width: 100px;
        height: 100px;
        background-size: 100px 100px;
    }

    .popover-content {
        padding: 18px 10px;
    }
    .popover-download-size {
        width: 79px;
        height: 70px;
    }
    .popover-content > .popover-qrcode-size {
        width: 70px;
        height: 70px;
    }
}

@media only screen and (max-width: 520px) {
    h1, .section-first-text > h1 {
        margin: 30px auto 15px auto;
        font-weight: 600;
    }

    .downloader div {
        width: 80px;
        height: 80px;
        background-size: 80px 80px;
    }

    p, .p-text, .about p, .about div {
        font-size: 15px;
        line-height: 24px;
    }

    .txt-highlight {
        font-size: 17px;
    }
}

@media only screen and (max-width: 360px) {
    .downloader {
        bottom: 50px;
    }
}


