@charset "UTF-8";

::selection {
    background: #ffeec6;
    color: #000;
}

::-moz-selection {
    background: #ffeec6;
    color: #000;
}

img::selection {
    background: transparent;
}

img::-moz-selection {
    background: transparent;
}

h1 {
    text-align: center;
    font: 55px/90px "微軟正黑體", Arial;
    font-weight: bolder;
    letter-spacing: 7px;
}

h1 span {
    font-size: 65px;
}

h2 {
    margin: 30px auto 0;
    color: #595757;
    text-align: center;
}

.wrapper {
    width: 100%;
    overflow-x: hidden;
    position: relative;
}

/*11111*/
.logo {
    width: 26%;
    margin-left: -13%;
    padding: 60px 35px 50px;
    background: rgba(165, 96, 162, 1);
    border-radius: 0 0 50px 50px;
    top: 0;
    left: 50%;
    position: absolute;
    z-index: 1;
}

.logo img {
    width: 75%;
    margin: 0 auto;
    display: block;
}

#gotop {
    display: none;
    padding: 30px;
    right: 20px;
    bottom: 150px;
    color: #000;
    background: rgba(200, 201, 202, .9);
    border-radius: 30px;
    cursor: pointer;
    filter: drop-shadow(0 0 5px rgba(50, 110, 160, 0.6));
    z-index: 10002;
    position: fixed;
}

#gotop::before {
    display: block;
    content: '^';
    font-size: 40px;
    color: #FFF;
    top: 27px;
    left: 17px;
    position: absolute;
}

#list {
    display: none;
    width: 68px;
    height: auto;
    right: 15px;
    bottom: 220px;
    z-index: 10002;
    position: fixed;
}

#list li {
    margin: 10px auto 0;
}

#list li a {
    display: block;
    width: 60px;
    height: 60px;
}

.list_1 {
    width: 60px;
    height: 60px;
    background: url(../img/list_1.svg) #29abe2 center center no-repeat;
    border-radius: 35px;
    cursor: pointer;
    filter: drop-shadow(0 0 5px rgba(165, 96, 162, 0.6));
}

.list_2 {
    width: 60px;
    height: 60px;
    background: url(../img/list_2.svg) #036eb7 center center no-repeat;
    border-radius: 35px;
    cursor: pointer;
    filter: drop-shadow(0 0 5px rgba(165, 96, 162, 0.6));
}

.list_3 {
    width: 60px;
    height: 60px;
    background: url(../img/list_3.svg) #2bab38 center center no-repeat;
    border-radius: 35px;
    cursor: pointer;
    filter: drop-shadow(0 0 5px rgba(165, 96, 162, 0.6));
}

.list_4 {
    width: 68px;
    height: 68px;
    margin: 30px auto 0 !important;
    background: url(../img/address.svg) #a560a2 center center no-repeat;
    background-size: 50%;
    border-radius: 35px;
    cursor: pointer;
    filter: drop-shadow(0 0 5px rgba(50, 110, 160, 0.6));
}

.bg1 {
    display: block;
    width: 100%;
}

.bg1_m {
    display: none;
    width: 100%;
}

.main {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.title {
    width: 32%;
    left: 60%;
    bottom: 5%;
    position: absolute;
}

.title img {
    width: 100%;
}

.ball {
    width: 17.135%;
    top: 18.5%;
    left: 44.5%;
    position: absolute;
    z-index: 100;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

/*22222*/
.bg2 {
    padding: 60px 0;
    background: url(../img/bg2.jpg) center 0 no-repeat;
}

.video {
    width: 70%;
    margin: 40px auto;
}

.video-container {
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}

.video-container iframe,
.video-container object,
.video-container embed {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}


/*66666*/
.bg6 {
    padding: 80px 0 0;
    background-image: url(../img/bg6_1.jpg), url(../img/bg6_2.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: center top, center bottom;
    background-size: 100%;
    position: relative;
}

.bg6 h1 b {
    padding: 0 0 10px;
    border-bottom: 1px solid #000;
    font-size: 62px;
}


.evolution_img {
    width: 90%;
    margin: 80px auto 200px;
    position: relative;
}

.evolution {
    display: block;
    width: 100%;
    position: relative;
}

.evolution_m {
    display: none;
    width: 100%;
}

.news {
    width: 80%;
    height: 700px;
    margin: 60px auto 200px;
    padding: 60px;
    border: 3px solid #c69c6d;
    box-shadow: 0 0 10px 0 rgba(142, 142, 142, 0.75);
    border-radius: 30px;
    background: #FFF;
}

.news iframe {
    width: 100%;
    height: 100%;
}

.compare_img {
    width: 80%;
    margin: 60px auto 120px;
    padding: 40px;
    border: 3px solid #c69c6d;
    box-shadow: 0 0 10px 0 rgba(142, 142, 142, 0.75);
    border-radius: 30px;
    background: rgba(255, 255, 255, .7);
}

.compare {
    display: block;
    width: 100%;
}

.compare_m {
    display: none;
    width: 100%;
}

.tailored_bg {
    width: 100%;
    min-height: 445px;
    padding: 30px 0;
    background: url(../img/tailored_bg.jpg) #cfdcee left bottom no-repeat;
    position: relative;
}

.tailored {
    width: 65%;
    text-align: left;
    color: #666;
    letter-spacing: 5px;
    font: bold 50px/70px "微軟正黑體", Arial;
    top: calc(50% - 70px);
    right: 0;
    position: absolute;
}

.tailored p {
    margin: 10px 0 0;
    padding: 0 0 0 20px;
}


/*77777*/
.bg7 {
    padding: 60px 0 120px;
    background: url(../img/bg7.jpg) center 0 no-repeat;
    position: relative;
}

.how_list {
    margin: 0 0 0 160px;
    list-style-type: decimal;
    font: 20px/30px "微軟正黑體", Arial;
    color: #333;
    bottom: 80px;
    position: absolute;
}

.how {
    display: block;
    width: 90%;
    margin: 0 auto;
}

.how_m {
    display: none;
    width: 100%;
}

/*88888*/
.bg8 {
    display: block;
    width: 100%;
}

.bg8_m {
    display: none;
    width: 100%;
}

.actnow {
    position: relative;
}

.actnow h1 {
    width: 100%;
    top: 8.556%;
    left: 0;
    position: absolute;
}

.actnow_title {
    width: 700px;
    margin-left: -150px;
    top: 20%;
    left: 50%;
    position: absolute;
}

.actnow_title img {
    display: block;
    width: 50%;
}

/*33333*/
.bg3 {
    display: block;
    width: 100%;
}

.bg3_m {
    display: none;
    width: 100%;
}

.customized {
    position: relative;
}

.customized h1 {
    width: 90%;
    top: 8.556%;
    left: 5%;
    position: absolute;
}

.customized_title {
    width: 500px;
    margin-left: -250px;
    top: 22%;
    left: 50%;
    position: absolute;
}

.customized_title img {
    display: block;
    width: 100%;
}

.customized_1,
.customized_2,
.customized_3,
.customized_4 {
    position: absolute;
}

.customized_1 img,
.customized_2 img,
.customized_3 img,
.customized_4 img {
    display: block;
    width: 100%;
}

.customized_1 {
    width: 20%;
    top: 32%;
    left: 12%;
}

.customized_2 {
    width: 19.27%;
    top: 68%;
    left: 12%;
}

.customized_3 {
    width: 19.48%;
    top: 32%;
    left: 68%;
}

.customized_4 {
    width: 20%;
    top: 68%;
    left: 68%;
}


/*44444*/
.bg4 {
    padding: 80px 0 0;
    background: url(../img/bg4.jpg) center 0 no-repeat;
    background-size: 100%;
    position: relative;
}

.process {
    width: 80%;
    margin: 140px auto 60px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    position: relative;
}

.process li {
    width: 12%;
    position: relative;
}

.process_img {
    width: 100%;
    position: relative;
}

.process_img:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-left-color: #a38a77;
    top: calc(50% - 15px);
    left: -23%;
    position: absolute;
}

.process li:nth-child(1) .process_img:before {
    display: none;
}

.process_img img {
    display: block;
    width: 100%;
    position: relative;
}

.process li h2 {
    margin: 25px 0 15px;
    text-align: center;
    color: #a38a77;
}

.process li p {
    padding: 15px 0;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #231815;
    position: relative;
}

.process li p:before {
    content: '';
    display: inline-block;
    width: 94%;
    height: 1px;
    background: #231815;
    top: 0;
    left: 3%;
    position: absolute;
}

.bg4>p {
    margin: 0 auto 120px;
    text-align: center;
}

.details_bg {
    width: 100%;
    min-height: 300px;
    padding: 30px 0;
    background: url(../img/details_bg.jpg) #f2f2f2 left bottom no-repeat;
    position: relative;
}

.details {
    width: 450px;
    text-align: center;
    top: 55px;
    right: 300px;
    position: absolute;
}

.details img {
    display: block;
    width: 90%;
    margin: 0 auto;
}

.details p {
    margin: 10px 0 0;
    padding: 0 0 0 20px;
    color: #666;
    letter-spacing: 20px;
    font: bold 30px/40px "微軟正黑體", Arial;
}

.details button {
    margin: 20px auto 0;
    padding: 15px 30px;
    border-radius: 100px;
    border: 0;
    color: #000;
    font: bold 20px/20px "微軟正黑體", Arial;
    background: linear-gradient(to bottom, #e6e6e6 0%, #999999 100%);
}



/*55555*/
.bg5 {
    padding: 80px 0;
    background: url(../img/bg5.jpg?20250103) center 0 no-repeat;
    position: relative;
}

.clinic {
    width: 1200px;
    margin: 0 auto;
}

.clinic h1 {
    padding: 0 0 30px;
}

.clinic h3 {
    margin: 0 auto 60px;
    color: #595757;
}

.form-field-wrapper {
    margin-bottom: 20px;
}

.form-field-wrapper input,
.form-field-wrapper textarea,
.form-field-wrapper select {
    width: 100%;
    margin-bottom: 0px;
}

.form-field-wrapper select {
    background: url(../img/language1.svg) #FFF right 10px center no-repeat;
    background-size: 20px;
}

.form-field-wrapper select:focus {
    background: url(../img/language2.svg) #FFF right 10px center no-repeat;
    background-size: 20px;
}

.seach-input {
    width: 100%;
    background: url(../img/search1.svg) #FFF left 10px center no-repeat;
}

.inquire {
    width: 100px;
    height: 50px;
    line-height: 50px;
    background: #036eb7;
    text-align: center;
    color: #FFF;
    font: 20px/50px "微軟正黑體", Arial;
    border-radius: 25px;
    top: 13px;
    right: 30px;
    position: absolute;
}

.inquire a {
    color: #FFF;
}

.clinic_title {
    margin: 30px 0;
    font: 60px/80px "微軟正黑體", Arial;
    color: #595757;
}

.clinic_list {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.clinic_list li {
    margin: 0 0 40px;
    box-sizing: border-box;
    transition: all 0.3s ease-out;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 10000;
    position: relative;
}

.clinic_list li img {
    display: block;
    width: 100%;
}

.clinic_list li h3 {
    margin: 10px 5px;
    color: #231815;
    font: 36px/46px "微軟正黑體", Arial;
    font-weight: bolder;
}

.clinic_list li p {
    margin: 10px 5px;
    color: #231815;
    font: 28px/36px "微軟正黑體", Arial;
    font-weight: bolder;
}

.copyright {
    margin: 0;
    padding: 30px 0;
    text-align: center;
    background: #a560a2;
}

@media screen and (max-width:1280px) {
    .logo {
        padding: 30px;
        border-radius: 0 0 30px 30px;
    }

    h1 {
        font: 40px/80px "微軟正黑體", Arial;
    }

    h1 span {
        font-size: 50px;
    }

    .customized h1 {
        width: 90%;
        left: 5%;
    }

    .customized_title {
        width: 400px;
        margin-left: -200px;
        top: 21%;
    }

    .bg6 h1 b {
        font-size: 50px;
        font-weight: 400;
    }

    .actnow_title {
        width: 500px;
        margin-left: -250px;
    }

    .tailored_bg {
        min-height: 300px;
        padding: 30px 0;
    }

    .tailored {
        width: 65%;
        font: bold 30px/40px "微軟正黑體", Arial;
        top: calc(50% - 40px);
    }

    .clinic {
        width: 90%;
    }
}

@media screen and (max-width:1080px) {
    h1 {
        font: 30px/60px "微軟正黑體", Arial;
    }

    h1 span {
        font-size: 40px;
    }

    .customized_title {
        width: 300px;
        margin-left: -150px;
        top: 21%;
    }


    .clinic {
        width: 90%;
        padding: 0;
    }

    .clinic h1 {
        letter-spacing: 3px;
    }

    input[type="text"],
    input[type="search"],
    input[type="email"],
    input[type="tel"],
    input[type="number"],
    input[type="password"],
    input[type="radio"],
    input[type="checkbox"],
    textarea,
    select {
        padding: 20px 50px;
        font-size: 20px;
    }

    .inquire {
        top: 8px;
        right: 25px;
    }

    .details_bg {
        background: url(../img/details_bg_m.jpg) #f2f2f2 left bottom no-repeat;
    }

    .details {
        width: 450px;
        margin: 30px auto 0;
        top: initial;
        right: initial;
        position: relative;
    }

    .bg6 h1 b {
        padding: 0 0 5px;
        font-size: 40px;
    }

}

@media screen and (max-width:959px) {
    .wrapper {
        width: 100%;
        background: none;
    }

    .tailored_bg {
        min-height: 300px;
        padding: 30px 0;
        background: url(../img/tailored_bg_m.jpg) #cfdcee left bottom no-repeat;
    }

    .tailored {
        width: 60%;
        font: bold 20px/30px "微軟正黑體", Arial;
        top: calc(50% - 30px);
    }

    .clinic_title {
        font: 40px/60px "微軟正黑體", Arial;
    }

    .clinic_list li p {
        font: 20px/20px "微軟正黑體", Arial;
    }

    .clinic h3 {
        font: 18px/27px "微軟正黑體", Arial;
    }

    .copyright img {
        width: 80%;
    }
}

@media screen and (max-width:767px) {
    .logo {
        width: 40%;
        margin-left: -20%;
        padding: 30px 10px;
    }

    h1 {
        width: 90%;
        margin: 0 auto;
        font: bold 20px/36px "微軟正黑體", Arial;
        letter-spacing: 0;
    }

    h1 span {
        font-size: 24px;
    }

    h2 {
        margin: 10px auto 0;
        font: 15px/20px "微軟正黑體", Arial;
    }

    .bg1 {
        display: none;
    }

    .bg1_m {
        display: block;
    }

    .title {
        width: 70%;
        left: 15%;
        top: 13%;
        bottom: initial;
        position: absolute;
    }

    .ball {
        width: 38%;
        top: 39%;
        left: 62%;
    }


    .video {
        width: 90%;
    }


    .bg3 {
        display: none;
    }

    .bg3_m {
        display: block;
    }

    .customized h1 {
        top: 80px;
    }

    .customized_title {
        top: 140px;
    }

    .customized_1 {
        width: 40%;
        top: 30%;
        left: 4%;
    }

    .customized_2 {
        width: 38.56%;
        top: 78%;
        left: 4%;
    }

    .customized_3 {
        width: 38.96%;
        top: 30%;
        left: 55%;
    }

    .customized_4 {
        width: 40%;
        top: 78%;
        left: 55%;
    }

    .process li {
        width: 26%;
    }

    .process_img:before {
        border: 10px solid transparent;
        border-left-color: #a38a77;
        top: calc(50% - 10px);
        left: -15%;
    }


    /*55555*/
    .bg5 {
        background-repeat: repeat;
    }


    .actnow_title {
        width: 400px;
        margin-left: -200px;
    }


    .clinic h3 {
        font: 15px/20px "微軟正黑體", Arial;
    }


    /*66666*/
    .bg6 h1 b {
        font-size: 24px;
    }

    .evolution_img {
        margin: 20px auto 100px;
    }

    .evolution {
        display: none;
    }

    .evolution_m {
        display: block;
    }

    .compare_img {
        margin: 20px auto 100px;
    }

    .compare {
        display: none;
    }

    .compare_m {
        display: block;
    }

    .news {
        margin: 20px auto 100px;
        padding: 30px;
    }

    /*77777*/
    .bg7 {
        padding: 20px 0 100px;
    }

    .how {
        display: none;
    }

    .how_m {
        display: block;
    }

    .how_list {
        width: 90%;
        margin: 0;
        padding: 0;
        font-size: 15px;
        left: 10%;
        bottom: 100px;
    }


    /*88888*/
    .bg8 {
        display: none;
    }

    .bg8_m {
        display: block;
    }

}

@media screen and (max-width:600px) {
    .logo {
        padding: 20px 10px;
    }


    .tailored_bg {
        min-height: 300px;
        padding: 30px 0;
    }

    .tailored {
        width: 90%;
        font: bold 18px/24px "微軟正黑體", Arial;
        top: calc(50% - 24px);
    }

    .clinic {
        width: 90%;
        padding: 0;
    }

    .clinic h1 {
        padding: 0;
        letter-spacing: 3px;
    }

    .clinic_title {
        margin: 50px auto 20px;
        font: 20px/20px "微軟正黑體", Arial;
    }

    input[type="text"],
    input[type="search"],
    input[type="email"],
    input[type="tel"],
    input[type="number"],
    input[type="password"],
    input[type="radio"],
    input[type="checkbox"],
    textarea,
    select {
        padding: 20px 40px;
        font-size: 15px;
    }

    .inquire {
        height: 42px;
        font: 20px/42px "微軟正黑體", Arial;
    }

    .clinic_list li h3 {
        font: 20px/30px "微軟正黑體", Arial;
    }

    .clinic_list li p {
        font: 15px/20px "微軟正黑體", Arial;
    }




    .how_list {
        bottom: 40px;
    }

}

@media screen and (max-width:500px) {


    .customized h1 {
        top: 70px;
    }

    .customized_title {
        width: 60%;
        margin-left: 20%;
        left: 0;
        top: 120px;
    }

    .customized_1 {
        top: 32%;
    }

    .customized_2 {
        top: 79%;
    }

    .customized_3 {
        top: 32%;
    }

    .customized_4 {
        top: 79%;
    }

    .bg4 {
        padding: 40px 0 0;
    }

    .process {
        margin: 40px auto;
    }

    .process li {
        width: 39%;
    }

    .details {
        width: 90%;
    }

    .details p {
        font: bold 15px / 20px "微軟正黑體", Arial;
    }

    .bg6 h1 b {
        padding: 0;
        font-size: 24px;
    }

    .actnow_title {
        width: 300px;
        margin-left: -75px;
    }

}