﻿@import url(/lazyweb/web/css/animations.css);
@import url(/lazyweb/web/js/vendor/revslider/settings.css);
@import url(/lazyweb/web/css/fontello/css/fontello.css);
@import url(/lazyweb/web/css/style.css);
@import url(/lazyweb/web/css/core.animation.css);
@import url(/lazyweb/web/css/shortcodes.css);
@import url(/lazyweb/web/css/plugin.tribe-events.css);
@import url(/lazyweb/web/css/skin.css);
@import url(/lazyweb/web/css/custom-style.css);
@import url(/lazyweb/web/css/responsive.css);
@import url(/lazyweb/web/css/skin.responsive.css);
/*@import url(/lazyweb/web/js/vendor/mediaelement/mediaelementplayer.min.css);
@import url(/lazyweb/web/js/vendor/mediaelement/mediaelement.min.css);
@import url(/lazyweb/web/js/vendor/comp/comp.min.css);*/
@import url(/lazyweb/web/css/custom.css);
@import url(/lazyweb/web/css/core.messages.css);
/*@import url(/lazyweb/web/js/vendor/swiper/swiper.min.css);*/
@import url(/lazyweb/web/js/vendor/magnific/magnific-popup.min.css);
@import url(/lazyweb/web/css/fontawesome-all.min.css);
@import url(/lazyweb/web/css/jquery.mCustomScrollbar.min.css);
@import url(/lazyweb/web/css/slick-theme.css);
@import url(/lazyweb/web/css/slick.css);
@import url(/lazyweb/web/css/font-face.css);
@import url(/lazyweb/web/css/beautiful.css?0523V2);
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    font-family: 'Noto Sans TC', '微軟正黑體';
}
img {
    vertical-align: middle;
}
html {
    scroll-behavior: smooth;
  }
@media (max-width:1022px) {
    body {
        padding-top: 60px;
    }
}
/* container */
@media (max-width:1199px) and (min-width:992px) {
    .content_wrap {
        width: 950px;
    }
}
@media (max-width:991px) and (min-width:768px) {
    .content_wrap {
        width: 750px;
    }
}
@media (max-width:767px) {
    .content_wrap {
        width: 100%;
        padding: 0 15px;
    }
}
/* container end */
/* fixed contact */
.fixed__contact {
    position: fixed;
    top: 60vh;
    right: 45px;
    z-index: 1000;
    width: 187px;
    height: 225px;
    padding-top: 57px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-filter: drop-shadow(2.75px 4.58px 2.75px rgba(204,204,237,.7));
    -moz-filter: drop-shadow(2.75px 4.58px 2.75px rgba(204,204,237,.7));
    filter: drop-shadow(2.75px 4.58px 2.75px rgba(204,204,237,.7));
}
.fixed__contact-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    margin-top: 15px;
}
.fixed__contact-box:first-child {
    margin-top: 0;
}
.fixed__contact-title {
    color: #3e3a39;
    font-size: 15px;
    line-height: 1;
    margin: 0;
}
.fixed__contact-phone {
    font-family: 'DIN pro', 'Noto Sans TC', '微軟正黑體';
    color: #f9b01c;
    font-size: 20px;
    line-height: 1;
    margin: 7px 0 0;
    -webkit-transition: color .4s ease;
    -moz-transition: color .4s ease;
    transition: color .4s ease;
}
.fixed__contact-phone:hover {
    color: #774baa;
}
@media (max-width:991px) {
    .fixed__contact {
        display: none;
    }
}
/* fixed contact end */
.scheme_original .header_mobile .panel_top, .scheme_original .header_mobile .side_wrap {
    background-color: #a9a9d8;
}
.header_mobile .logo a {
    width: 200px;
}
.menu_main_nav > li > ul {
    top: 100%;
}
.top_panel_wrap {
    z-index: 2;
    -webkit-box-shadow: 0 0 4px rgba(211,211,211,.75);
    -moz-box-shadow: 0 0 4px rgba(211,211,211,.75);
    box-shadow: 0 0 4px rgba(211,211,211,.75);
}
.header__logobox {
    display: block;
    width: 450px;
    margin: 15px auto;
}
.top_panel_inner_style_2 .menu_main_nav > li:nth-child(n + 2) {
    margin-left: 55px;
}
.top_panel_inner_style_2 .menu_main_nav > li > a {
    padding: 25px 0;
}
.top_panel_inner_style_2 .menu_main_nav > li > a > span {
    color: #595757;
    font-size: 19px;
    font-weight: 300;
    line-height: 1.2;
}
.top_panel_inner_style_2 .menu_main_nav > li > a:hover span {
    color: #774baa;
}
.top_panel_inner_style_2 .menu_main_nav > li.current-menu-ancestor > a > span::before {
    top: -23px;
}
.top_panel_fixed .top_panel_wrap .menu_main_nav > li > a > span::before {
    display: none;
}
.top_panel_inner_style_2 .menu_main_nav > li.current-menu-ancestor > a > span {
    color: #774baa;
}
.scheme_original .menu_main_nav > li ul li a {
    font-size: 16px;
}
.top_panel_fixed .top_panel_inner_style_2 .top_panel_bottom .menu_main_nav > li > a {
    padding: 20px 0;
}
@media (max-width:1199px) and (min-width:992px) {
    .top_panel_inner_style_2 .menu_main_nav > li:nth-child(n + 2) {
        margin-left: 40px;
    }
}
/* 首頁輪播 */
.indexslider:not(.slick-slider) .indexslider__slide {
    display: none;
}
.slick-initialized .indexslider__slide {
    display: flex;
    align-items: center;
    width: 100%;
    height: 588px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.indexslider__title {
    position: relative;
    font-family: 'Noto Sans TC', '微軟正黑體';
    color: #3e3a39;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: .05em;
    margin: 0;
    opacity: 0;
    transition-property: opacity, transform;
    transition-duration: .5s, .5s;
    transition-delay: .5s, .5s;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
}
.indexslider__title:empty {
    height: 3.2em;
}
.slick-active .indexslider__title {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
}
.indexslider__subtitle {
    position: relative;
    height: 13.5em;
    font-family: 'Noto Sans TC', '微軟正黑體';
    font-size: 18px;
    color: #595757;
    font-weight: 300;
    line-height: 1.55;
    letter-spacing: .05em;
    margin: 15px 0 0;
    opacity: 0;
    transition-property: opacity, transform;
    transition-duration: .5s, .5s;
    transition-delay: 1s, 1s;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
}
/*.indexslider__subtitle:empty {
    height: 3.1em;
}*/
.slick-active .indexslider__subtitle {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
}
.indexslider__btn {
    position: relative;
    width: 100%;
    max-width: 200px;
    height: 45px;
    display: block;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    line-height: 45px;
    text-align: center;
    letter-spacing: .1em;
    background-color: #f4b925;
	background-color: #ffffff8c;
    border-radius: 0px;
    margin: 35px 0 0;
    opacity: 0;
    transition-property: color, background-color, opacity, transform;
    transition-duration: .5s, .5s, .5s, .5s;
    transition-delay: 0s, 0s, 1.5s, 1.5s;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
}
.slick-active .indexslider__btn {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
}
.sc_button {
    padding: 0;
}
.indexthumb {
    display: flex;
}
.indexthumb__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 33.3333%;
    background-color: #baa4d8;
    padding: 40px;
}
.indexthumb__item:nth-child(even) {
    background-color: #90aadd;
}
.indexthumb__textbox {
    width: calc(100% - 90px);
    font-weight: 400;
    max-width: 300px;
    padding-left: 40px;
}
.indexthumb__textbox-title {
    color: #fff;
    font-size: 22px;
    line-height: 1.27;
    letter-spacing: .05em;
    margin: 0;
}
.indexthumb__textbox-text {
    color: #fff;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: .05em;
    margin: 10px 0 0;
}
.page_content_wrap {
    padding: 70px 0 45px;
}
.common__sectiontitlebox {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.common__sectiontitlebox::before {
    content: '';
    display: block;
    width: 44px;
    height: 26px;
    background-image: url(../images/common/titleicon.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.common__sectiontitle {
    color: #3e3a39;
    font-size: 35px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .05em;
    margin: 10px 0 0;
}
.common__sectionsubtitle {
    color: #3e3a39;
    font-size: 13px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: .05em;
    margin: 15px 0 0;
}
.indexservice {
    display: flex;
    flex-wrap: wrap;
}
.indexservice__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 52px;
    margin-top: 45px;
}
.indexservice__title {
    color: #3e3a39;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .05em;
    margin: 10px 0 0;
}
.indexservice__text {
    color: #727171;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: .05em;
    text-align: center;
    margin: 15px 0 0;
}
.common__morebtnbox {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.common__morebtn {
    display: block;
    width: 100%;
    max-width: 100px;
    height: 36px;
    color: #9077BB;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
    letter-spacing: .1em;
    border: 1px solid #9077BB;
    border-radius: 8px;
	padding-left:5px;
    cursor: pointer;
    -webkit-transition: color .4s ease, background-color .4s ease;
    -moz-transition: color .4s ease, background-color .4s ease;
    transition: color .4s ease, background-color .4s ease;
}
.common__morebtn:hover {
    color: #fff;
    background-color: #dd9900;
	background-color: #9077BB;
}
.common__section {
    padding: 60px 0;
}
.indexgroup {
    position: relative;
    height: 700px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.indexgroup__topblock {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 460px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.indexgroup__content {
    width: 42%;
}
.indexgroup__title {
    max-width: 17em;
    color: #3e3a39;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    text-align: center;
}
.indexgroup__list {
    margin-top: 25px;
}
.indexgroup__list-row {
    position: relative;
    color: #727171;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: .05em;
    margin: 15px 0 0;
}
.indexgroup__list-row::before {
    color: #f4b925;
    margin-right: 20px;
}
.indexgroup__list-row:first-child {
    margin: 0;
}
.indexgroup__btn {
    display: block;
    width: 100%;
    width: 100%;
    max-width: 250px;
    height: 45px;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    line-height: 45px;
    text-align: center;
    letter-spacing: .1em;
    background-color: #f4b925;
    border-radius: 5px;
    margin: 30px 0 0;
}
.indexgroup__bottomblock {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 240px;
    background-color: rgba(127,127,186,.9);
    display: flex;
    align-items: center;
    justify-content: center;
}
.indexgroup__slider {
    width: 100%;
    max-width: 950px;
}
.indexgroup__slider .slick-arrow,
.indexgroup__slider .slick-arrow:hover {
    background-color: transparent;
}
.indexgroup__slider .slick-arrow::before,
.indexgroup__slider .slick-arrow::after {
    display: none;
}
.indexgroup__slider .slick-prev {
    width: 10px;
    height: 20px;
    left: 0;
    background-image: url(../images/common/slider_leftarrow_white.png);
}
.indexgroup__slider .slick-next {
    width: 10px;
    height: 20px;
    right: 0;
    background-image: url(../images/common/slider_rightarrow_white.png);
}
.slick-initialized .indexgroup__slide {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 75px;
}
.indexgroup__author {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.indexgroup__slide-content {
    width: calc(100% - 80px);
    padding-left: 50px;
}
.indexgroup__author-text {
    max-height: 5.01em;
    color: #fff;
    font-size: 14px;
    line-height: 1.47;
    letter-spacing: .1em;
    margin: 0;
    overflow: hidden;
}
.indexgroup__author-textnew {
    max-height: 5.01em;
    color: #fff;
    font-size: 15px;
    line-height: 1.67;
    letter-spacing: .00em;
    margin: 0;
    overflow: hidden;
}
.indexgroup__author-name {
    position: relative;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: .05em;
    padding-left: 35px;
    margin: 15px 0 0;
}
.indexgroup__author-name::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 12px;
    background-image: url(../images/index/group_name.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.indexnews {
    margin-top: 30px;
}
.common__newsitembox {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.common__newsblock {
    padding: 0 15px;
}
.common__newsitem {
    display: block;
}
.common__newsimg {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.common__newsimg::before {
    content: '';
    display: block;
    padding-top: 72.22%;
}
.common__newsimg::after {
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    opacity: 0;
    background-image: url(../images/common/news_linkicon.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: transform .4s ease, opacity .4s ease;
    -moz-transition: transform .4s ease, opacity .4s ease;
    transition: transform .4s ease, opacity .4s ease;
}
.common__newsitem:hover .common__newsimg::after {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
}
.common__newstitle {
    max-height: 3.1em;
    color: #3e3a39;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.55;
    letter-spacing: .05em;
    margin: 15px 0 0;
    overflow: hidden;
    -webkit-transition: color .4s ease;
    -moz-transition: color .4s ease;
    transition: color .4s ease;
}
.common__newsitem:hover .common__newstitle {
    color: #774baa;
}
.common__newsdate {
    color: #898989;
    font-size: 14px;
    line-height: 1;
    letter-spacing: .05em;
    margin: 12px 0 0;
}
.indexcontact {
    display: flex;
    flex-wrap: wrap;
}
.indexcontact__item {
    display: flex;
    align-items: center;
    width: 50%;
}
#map,#map2,#map3,#map4 {
    height: 500px;
}
@media (max-width:1366px) {
    .indexthumb__textbox {
        width: 100%;
        text-align: center;
        padding: 0;
    }
}
@media (min-width:992px) {
    .indexslider--mobile {
        display: none;
    }
}
@media (max-width:991px) {
    .indexslider--pc {
        display: none;
    }
    .indexgroup {
        height: 600px;
    }
    .indexgroup__topblock {
        height: 360px;
    }
}
@media (max-width:575px) {
    #map, #map2 {
        height: 350px;
    }
}
/*.indexcontact__item iframe {
    width: 100%;
    height: 500px;
}*/
.indexcontact__item-top {
    padding-left: 8%;
}
.indexcontact__item-bottom {
    justify-content: flex-end;
}
.indexcontact__item-bottom .indexcontact__content {
    width: 585px;
}
.indexcontact__title {
    color: #3e3a39;
    font-size: 25px;
    font-weight: 500;
    line-height: 1;
    margin: 0 0 0 -15px;
}
.indexcontact__time {
    color: #3e3a39;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: .1em;
    margin: 25px 0 0;
}
.indexcontact__time-text {
    color: #dd9900;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    margin: 10px 0 0;
}
.indexcontact__infobox {
    margin: 30px 0 0;
}
.indexcontact__infoitem {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 15px;
}
.indexcontact__infoitem:first-child {
    margin: 0;
}
.indexcontact__infobox + .common__morebtn {
    width: 250px;
    margin: 25px 0 0;
}
.indexcontact__infoitem-title {
    color: #3e3a39;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .05em;
    margin: 0 0 0 20px;
    -webkit-transition: color .4s ease;
    -moz-transition: color .4s ease;
    transition: color .4s ease;
}
a.indexcontact__infoitem-title:hover {
    color: #dd9900;
}
.indexcontact__infoitem-text {
    color: #727171;
    font-size: 15px;
    font-weight: 400;
    margin: 0 0 0 10px;
    -webkit-transition: color .4s ease;
    -moz-transition: color .4s ease;
    transition: color .4s ease;
}
a.indexcontact__infoitem-text:hover {
    color: #dd9900;
}
.common__newsblock {
    width: 25%;
}
@media (min-width:1200px) {
    .indexservice__item {
        width: 25%;
    }
}
@media (max-width:1199px) {
    .indexthumb__item {
        display: block;
        text-align: center;
    }
    .indexthumb__item img {
        width: 70px;
        margin: 0 auto 15px;
    }
    .indexthumb__textbox {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }
    .indexservice__item:nth-child(4) {
        margin-top: 45px;
    }
    .indexgroup__slider .slick-prev {
        left: 15px;
    }
    .indexgroup__slider .slick-next {
        right: 15px;
    }
    .slick-initialized .indexgroup__slide {
        padding: 10px 40px;
    }
}
@media (max-width:1199px) and (min-width:992px) {
    .indexservice__item {
        width: 33.3333%;
    }
    .indexcontact__item-bottom .indexcontact__content {
        width: 475px;
    }
}
@media (max-width:991px) {
    .indexthumb__textbox-text {
        display: none;
    }
    .common__morebtnbox {
        margin-top: 35px;
    }
    .page_content_wrap {
        padding: 40px 0;
    }
    .common__section {
        padding: 40px 0;
    }
    .slick-initialized .indexslider__slide {
        position: relative;
        height: 50vw;
        min-height: 360px;
        align-items: flex-end;
        padding-bottom: 50px;
    }
    .slick-initialized .indexslider__slide::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: 0;
    }
    .indexslider__title {
        color: #fff;
        text-align: center;
    }
    .indexslider__subtitle {
        display: none;
    }
    .indexslider__btn {
        margin: 25px auto 0;
    }
    .indexservice__item {
        width: 50%;
        padding: 0 15px;
    }
    .indexservice__item:nth-child(3) {
        margin-top: 45px;
    }
    .indexservice__text {
        display: none;
    }
    .indexgroup__topblock::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        opacity: .8;
    }
    .indexgroup__content {
        position: relative;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        flex-direction: column;
        padding: 0 15px;
    }
    .indexgroup__title {
        font-size: 20px;
    }
    .indexgroup__list {
        margin-top: 15px;
    }
}
@media (max-width:991px) and (min-width:768px) {
    .indexcontact__item-bottom .indexcontact__content {
        width: 375px;
    }
}
@media (max-width:991px) and (min-width:576px) {
    .indexslider__title {
        font-size: 22px;
    }
    .indexslider__subtitle {
        font-size: 16px;
    }
}
@media (max-width:767px) {
    .indexthumb__item {
        padding: 20px;
    }
    .indexthumb__textbox-title {
        font-size: 20px;
    }
    .common__newsblock {
        width: 100%;
    }
    .common__newsblock:nth-child(n + 2) {
        margin-top: 20px;
    }
    .indexcontact {
        flex-direction: column;
    }
    .indexcontact__item {
        width: 100%;
    }
    .indexcontact__item-bottom {
        order: 1;
        justify-content: flex-start;
        padding: 40px 20px;
    }
    .order2{
        order: 2;
    }
    .order3{
        order: 3;
    }
    .order4{
        order: 4;
    }

    .indexcontact__item-top {
        padding: 40px 20px;
    }
    .indexcontact__item-bottom .indexcontact__content {
        width: 100%;
    }
    .indexcontact__title {
        font-size: 20px;
        margin-left: -12px;
    }
    .indexcontact__time {
        margin: 15px 0 0;
    }
    .indexcontact__infobox {
        margin: 20px 0 0;
    }
}
@media (max-width:575px) {
    .slick-initialized .indexslider__slide {
        background-position: 70% center;
        height: calc(100vh - 170px);
    }
    .indexslider__title {
        font-size: 20px;
    }
    .indexslider__subtitle {
        font-size: 14px;
    }
    .indexthumb__item {
        padding: 15px;
    }
    .indexthumb__textbox-title {
        font-size: 16px;
    }
    .slick-initialized .indexgroup__slide {
        flex-direction: column;
        align-items: center;
    }
    .indexgroup__slide-content {
        width: 100%;
        padding: 10px 0 0;
    }
    .indexcontact__infoitem-title:not(a) {
        display: none;
    }
    .indexcontact__infoitem-text {
        margin: 0 0 0 20px;
    }
}
/* $footer重切 */
.footer__content {
    padding: 35px 0 45px;
    background-color: #352759;
}
.footer__company {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.footer__company-block {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 20 20px;
}
.footer__company-logo {
    height: 35px;
}
.footer__company-name {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: .1em;
    margin: 20px 0 0;
}
.footer__company-tel {
    color: #d4d4ff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .1em;
    margin: 10px 0 0;
}
.footer__company-btn {
    display: block;
    width: 100px;
    height: 26px;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .1em;
    text-align: center;
    border: 1px solid #fff;
    margin: 10px 0 0;
}
.footer__date {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 0 20px;
}
.footer__date-label {
    display: flex;
    align-items: center;
    color: #d4d4ff;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .05em;
    margin-right: 20px;
}
.footer__date-label::before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    background-image: url(../images/common/clock_icon.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.footer__date-text {
    max-width: calc(100% - 105px);
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: .05em;
    margin: 0;
}
.footer__tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 30px 0 0;
}
.footer__tag {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: .1em;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
    margin-left: 50px;
}
.footer__tag:first-child {
    margin: 0;
}
.copyright {
    padding: 16px 0;
    background-color: #2c2154;
}
.copyright p {
    color: #c9caca;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7;
    margin: 0;
    text-align: center;
}
.copyright a {
    color: #c9caca;
}
.copyright a:hover {
    color: #fe7e17;
}
@media (min-width:992px) {
    .footer__date--mobile {
        display: none;
    }
}
@media (max-width:991px) {
    .footer__date--pc {
        display: none;
    }
}
@media (max-width:767px) {
    .footer__tags {
        display: none;
    }
    .footer__content {
        padding: 40px 0;
    }
    .footer__date {
        flex-direction: column;
    }
    .footer__date-label {
        margin: 0 0 10px;
    }
    .footer__date-text {
        text-align: center;
    }
}
@media (max-width:767px) and (min-width:576px) {
    .footer__company-block {
        padding: 0 15px;
    }
}
@media (max-width:576px) {
    .footer__company {
        flex-direction: column;
    }
    .footer__company-block {
        padding: 0;
        margin-top: 25;
    }
    .top_margin_m{
        margin-top: 25px;
    }
    .footer__company-block:last-child {
        margin-top: 25px;
    }
}
/* $footer重切 end */

/* 最新消息 */
.pagetitle__box  {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
}
.pagetitle__title {
    color: #fff;
    font-size: 35px;
    line-height: 1;
    letter-spacing: .05em;
    margin: 0;
    -webkit-text-shadow: 2px 2px 1px rgba(78,69,117,.75);
    -moz-text-shadow: 2px 2px 1px rgba(78,69,117,.75);
    text-shadow: 2px 2px 1px rgba(78,69,117,.75);
}
.pagetitle__subtitle {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: .05em;
    margin: 10px 0 0;
}
.top_panel_title {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.pagetitle__breadbox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.pagetitle__breaditem {
    position: relative;
    color: #fff;
    font-size: 14px;
    margin-left: 20px;
}
.pagetitle__breaditem:nth-child(n + 2)::before {
    content: '>';
    position: absolute;
    top: 0;
    left: -14px;
}
.pagetitle__breaditem a {
    color: #fff;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    transition: opacity .4s ease;
}
.pagetitle__breaditem a:hover {
    opacity: .8;
}
.pagetitle__breaditem:first-child {
    margin: 0;
}
.scheme_original .sidebar_right .content:after {
    display: none;
}
.hover_icon:before {
    display: none;
}
.pagination_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.pagination_wrap .pager_last:before {
    display: block;
    font-size: 12px;
}
.pagination_wrap .pager_next:before {
    display: block;
    font-size: 12px;
	font-weight: 900;
}
.post_item_excerpt .post_title a {
    color: #3e3a39;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    -webkit-transition: color .4s ease;
    -moz-transition: color .4s ease;
    transition: color .4s ease;
}
.post_item_excerpt .post_title a:hover {
    color: #774baa;
}
.post_item_excerpt .post_title {
    margin: 0;
}
.post__date {
    color: #898989;
    font-size: 14px;
    line-height: 1;
    margin: 12px 0 0;
}
.post_item_excerpt .post_content {
    margin-bottom: 15px;
}
.post_item_excerpt .post_content:last-child {
    margin: 0;
}
.news__listimg {
    display: block;
}
.news__listimg::before {
    content: '';
    display: block;
    padding-top: 56.28%;
}
.post_item .post_descr p + .sc_button {
    width: 100%;
    max-width: 120px;
    height: 40px;
    padding: 0;
    font-size: 16px;
    line-height: 45px;
    font-weight: 500;
    text-align: center;
}
.post_descr p {
    max-height: 3.25em;
    color: #898989;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.625;
    margin: 0;
    overflow: hidden;
}
.pagination_wrap {
    margin-top: 35px;
}
.post_thumb > a {
    border-radius: 15px;
    overflow: hidden;
}
.sidebar {
    width: 300px;
}
.sidebar_show .content {
    width: calc(100% - 360px);
}
.sidebar__block:nth-child(n + 2) {
    margin-top: 60px;
}
.sidebar__block-title {
    color: #3e3a39;
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .1em;
    margin: 0 0 25px;
}
.sidebar__block-title::after {
    content: '';
    display: block;
    width: 46px;
    height: 1px;
    background-color: #efc141;
    margin: 20px 0 0;
}
.sidebar__item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 25px 0;
    border-top: 1px solid #efefef;
}
.sidebar__item:first-child {
    padding-top: 0;
    border: 0;
}
.sidebar__item:last-child {
    padding-bottom: 0;
}
.sidebar__item-img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.sidebar__item-content {
    width: calc(100% - 65px);
    padding-left: 10px;
}
.sidebar__item-title {
    max-height: 3em;
    color: #595757;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    overflow: hidden;
    -webkit-transition: color .4s ease;
    -moz-transition: color .4s ease;
    transition: color .4s ease;
}
.sidebar__item:hover .sidebar__item-title {
    color: #774baa;
}
.sidebar__item-date {
    color: #9fa0a0;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    margin: 10px 0 0;
}
@media (max-width:991px) {
    .pagetitle__title {
        font-size: 26px;
    }
    .sidebar_right .sidebar {
        width: 100%;
        float: none;
        clear: both;
        margin-top: 30px;
    }
    .sidebar_show .content {
        width: 100%;
        float: none;
        clear: both;
    }
    .post_featured {
        margin-bottom: 15px;
    }
    .post_item .post_descr p + .sc_button {
        margin-top: 15px;
    }
    .sidebar__block:nth-child(n + 2) {
        margin-top: 20px;
    }
    .sidebar__block-title {
        margin: 0 0 20px;
    }
}
@media (max-width:767px) {
    .pagetitle__box {
        flex-direction: column;
    }
    .pagetitle__titlebox {
        text-align: center;
    }
    .pagetitle__breadbox {
        margin-top: 10px;
    }
}
/* 最新消息 end*/

/* 最新消息內頁 */
.newdetail__banner {
    width: 100%;
    border-radius: 15px;
}
.articletool {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 25px;
    border-bottom: 1px solid #efefef;
}
.newdetail__banner + .articletool {
    margin-top: 20px;
}
.fs__selector {
    max-width: 95px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
}
.fs__selector-item {
    position: relative;
    display: block;
    width: 31px;
    height: 30px;
    font-family: 'times new roman';
    color: #333;
    border-left: 1px solid #e7e7e7;
    cursor: pointer;
    -webkit-transition: color .4s ease, background-color .4s ease;
    -moz-transition: color .4s ease, background-color .4s ease;
    transition: color .4s ease, background-color .4s ease;
}
.fs__selector-item::before {
    content: 'A';
    line-height: .6;
    position: absolute;
    bottom: 7px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}
.fs__selector-item:first-child {
    border-color: transparent;
}
.fs__selector-item:hover {
    color: #fff;
    background-color: #774baa;
}
.fs__selector-s {
    font-size: 16px;
}
.fs__selector-m {
    font-size: 20px;
}.fs__selector-l {
    font-size: 24px;
}
.share {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.share::before {
    content: '分享';
    color: #898989;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    margin-right: 15px;
}
.share__btn {
    display: block;
    width: 30px;
    height: 30px;
    font-size: 16px;
    border-radius: 3px;
    margin-left: 7px;
}
.share__btn:first-child {
    margin: 0;
}
.fa-facebook-f:before {
    content: "\f39e"!important;
}
.share__btn-fb {
    background-color: #365899;
}
.share__btn-google {
    background-color: #d32f2f;
}
.share__btn-line {
    background-color: #00c402;
}
.share__btn .fab {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    line-height: 30px;
    -webkit-transition: transform .4s ease;
    -moz-transition: transform .4s ease;
    transition: transform .4s ease;
}
.share__btn:hover .fab {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}
.share__btn-line div {
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    line-height: 30px;
    -webkit-transition: transform .4s ease;
    -moz-transition: transform .4s ease;
    transition: transform .4s ease;
}
.share__btn-line:hover div {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}
.return__btn {
    width: 100%;
    max-width: 250px;
    height: 45px;
    padding: 0;
    font-size: 16px;
    line-height: 45px;
    letter-spacing: .1em;
    font-weight: 500;
    text-align: center;
}
/* 最新消息內頁 end*/

/* 聯絡我們 */
.page_content_wrap-contact {
    padding-bottom: 0;
}
.contact__tabs {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}
.contact__tab {
    display: block;
    width: 210px;
    height: 36px;
    margin: 10px;
    color: #595757;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    line-height: 36px;
    letter-spacing: .1em;
    background-color: #e8e8e8;
    border-radius: 3px;
    margin-left: 14px;
    -webkit-transition: color .4s ease, background-color .4s ease;
    -moz-transition: color .4s ease, background-color .4s ease;
    transition: color .4s ease, background-color .4s ease;
}
.contact__tab:first-child {
    
}
.contact__tab:hover,
.contact__tab--active {
    color: #fff;
}
.contact__tab:first-child:hover,
.contact__tab:first-child.contact__tab--active {
    background-color: #9164cc;
}
.contact__tab:nth-child(2):hover,
.contact__tab:nth-child(2).contact__tab--active {
    background-color: #b92454;
}
.contact__tab:nth-child(3):hover,
.contact__tab:nth-child(3).contact__tab--active {
    background-color: #7081a4;
}
.contact__tab:nth-child(4):hover,
.contact__tab:nth-child(4).contact__tab--active {
    background-color: #7185BF;
}
.contact__item {
    opacity: 0;
    height: 0;
    overflow: hidden;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    transition: opacity .4s ease;
}
.contact__item--active {
    opacity: 1;
    height: auto;
}
.contact__titlebox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    margin-top: 50px;
}
.contact__titlebox-title {
    display: flex;
    align-items: center;
    color: #3e3a39;
    font-size: 25px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .05em;
}
.contact__titlebox-title::before {
    content: '';
    display: block;
    width: 128px;
    height: 1px;
    margin-right: 10px;
    background-color: #dcdddd;
}
.contact__titlebox-title::after {
    content: '';
    display: block;
    width: 128px;
    height: 1px;
    margin-left: 10px;
    background-color: #dcdddd;
}
.contact__titlebox-text {
    color: #9fa0a0;
    font-size: 20px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: .05em;
    margin: 15px 0 0;
}
.contact__infobox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 20px;
}
.contact__infobox-img {
    width: 585px;
}
.contact__infobox-content {
    width: calc(100% - 585px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact__infobox-content .indexcontact__time {
    margin: 0;
}
/*.contact__item iframe {
    width: 100%;
    height: 435px;
}*/
.common__contentbox {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.common__contentbox::before {
    content: '';
    display: block;
    width: 44px;
    height: 42px;
    background-image: url(../images/common/home_contectus_icon.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.home_conten_tab{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}
.home_content{
    display: block;
    width: 210px;
    height: 36px;
    color: #595757;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    line-height: 36px;
    letter-spacing: .1em;
    background-color: #e8e8e8;
    border-radius: 3px;
    margin: 5px 15px;
}
.BG_logocolor1:hover{
    background-color: #b92454;
    color: white;
}
.BG_logocolor2:hover{
    background-color: #9164cc;
    color: white;
}
.BG_logocolor3:hover{
    background-color: #7081a4;
    color: white;
}
.BG_logocolor4:hover{
    background-color: #7185BF;
    color: white;
}
@media (max-width:991px) {
    .contact__titlebox {
        margin-top: 20px;
    }
    .contact__infobox {
        align-items: center;
        padding: 20px 0;
        margin: 0;
    }
    .contact__item iframe {
        height: 350px;
    }
}
@media (max-width:991px) and (min-width:768px) {
    .contact__infobox-img {
        width: 50%;
    }
    .contact__infobox-content {
        width: 50%;
    }
}
@media (max-width:767px) {
    .contact__titlebox-title {
        font-size: 22px;
    }
    .contact__titlebox-title::before,
    .contact__titlebox-title::after {
        width: 50px;
    }
    .contact__titlebox-text {
        font-size: 16px;
    }
    .contact__infobox-img {
        display: none;
    }
    .contact__infobox-content {
        width: 100%;
    }
    .contact__infobox-content .indexcontact__infobox + .common__morebtn {
        margin: 20px auto 0;
    }
}
@media (max-width:575px) {
    .contact__tabs {
        align-items: center;
        flex-direction: column;
    }
    .contact__tab {
        width: 170px;
    }
    .contact__tab:nth-child(n + 2) {
        margin: 0px 10 10;
    }
}
/* 聯絡我們 end */

/* 牙齒保健 */
.dentalcare__tabs {
    display: block;
    width: 100%;
    font-size: 0;
    text-align: center;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}
.dentalcare__tabs .mCSB_horizontal.mCSB_outside>.mCSB_container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}
.dentalcare__tab {
    display: inline-block;
    min-width: 150px;
    height: 36px;
    color: #555;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    line-height: 36px;
    letter-spacing: .1em;
    padding: 0 15px;
    margin-left: 20px;
    border-radius: 3px;
    background-color: #e8e8e8;
    -webkit-transition: color .4s ease, background-color .4s ease;
    -moz-transition: color .4s ease, background-color .4s ease;
    transition: color .4s ease, background-color .4s ease;
}
.dentalcare__tabs .mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: -12px;
}
.dentalcare__tab:first-child {
    margin: 0;
}
.dentalcare__tab:hover,
.dentalcare__tab--active {
    color: #fff;
    background-color: #f4b925;
}
@media (max-width:575px) {
    .dentalcare__tab {
        min-width: 0;
        padding: 0 10px;
        margin-left: 5px;
    }
}
.dentalcare__itembox {
    display: flex;
    flex-wrap: wrap;
    margin: 45px -15px 0;
}
.dentalcare__item {
    padding: 0 15px;
    margin-top: 30px;
}
.dentalcare__item:nth-child(-n + 3) {
    margin: 0;
}
.dentalcare__content {
    display: block;
}
.dentalcare__content-img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom-right-radius: 15px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.dentalcare__content-img::before {
    content: '';
    display: block;
    padding-top: 66.67%;
}
.dentalcare__content-img::after {
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    opacity: 0;
    background-image: url(../images/common/news_linkicon.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: transform .4s ease, opacity .4s ease;
    -moz-transition: transform .4s ease, opacity .4s ease;
    transition: transform .4s ease, opacity .4s ease;
}
.dentalcare__content:hover .dentalcare__content-img::after {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
}
.dentalcare__content-date {
    color: #888;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    margin: 10px 0 0;
}
.dentalcare__content-title {
    position: relative;
    color: #333;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.41;
    margin: 7px 0 0;
    padding-left: 22px;
}
.dentalcare__content-title::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 12px;
    height: 14px;
    background-image: url(../images/dentalcare/dentalcare_icon.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
@media (min-width:992px) {
    .dentalcare__item {
        width: 33.3333%;
    }
}
@media (max-width:991px) {
    .dentalcare__itembox {
        margin-top: 20px;
    }
    .dentalcare__item:nth-child(3) {
        margin-top: 30px;
    }
}
@media (max-width:991px) and (min-width:576px) {
    .dentalcare__item {
        width: 50%;
    }
}
@media (max-width:575px) {
    .dentalcare__item {
        width: 100%;
    }
    .dentalcare__item:nth-child(2) {
        margin-top: 30px;
    }
}
/* 牙齒保健 end */

/* 牙齒保健內頁 */
.editor + .common__morebtn {
    width: 170px;
}
/* 牙齒保健內頁 end */

/* 服務項目 */
.service__pagetitle {
    height: 500px;
    background-color: #f2f2f2;
}
.service__pagetitle-bgbox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 315px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.service__pagetitle-title {
    width: 100%;
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    line-height: 1;
    letter-spacing: .05em;
    margin: 0;
    -webkit-text-shadow: 1px 2px 1px rgba(106,125,127,.75);
    -moz-text-shadow: 1px 2px 1px rgba(106,125,127,.75);
    text-shadow: 1px 2px 1px rgba(106,125,127,.75);
}
.service__pagetitle-text {
    width: 100%;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    line-height: 1;
    letter-spacing: .05em;
    margin: 15px 0 0;
    -webkit-text-shadow: 1px 2px 1px rgba(106,125,127,.75);
    -moz-text-shadow: 1px 2px 1px rgba(106,125,127,.75);
    text-shadow: 1px 2px 1px rgba(106,125,127,.75);
}
.service__pagetitle-tabs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 185px;
}
.service__slider {
    padding: 0 25px;
}
.service__slider .slick-arrow {
    width: 12px;
    height: 20px;
    background-color: transparent;
}
.service__slider .slick-arrow:hover {
    background-color: transparent;
}
.service__slider .slick-arrow::before,
.service__slider .slick-arrow::after {
    display: none;
}
.service__slider .slick-slide {
    height: auto;
}
.service__slider .slick-prev {
    left: 0;
    background-image: url(../images/service/slider_leftarrow_grey.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.service__slider .slick-next {
    right: 0;
    background-image: url(../images/service/slider_rightarrow_grey.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.service__slide {
    background-color: #fff;
    padding: 15px;
    cursor: pointer;
}
.slick-slide img.service__slide-img {
    height: 35px;
    margin: 0 auto;
}
.slick-slide img.service__slide-whiteimg {
    display: none;
    height: 35px;
    margin: 0 auto;
}
.service__slide-current {
    background-color: #8d8cc4;
}
.service__slide-current img.service__slide-img {
    display: none;
}
.service__slide-current img.service__slide-whiteimg {
    display: block;
}
.service__slide-title {
    color: #2c2154;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    line-height: 1;
    letter-spacing: .05em;
    margin: 5px 0 0;
}
.service__slide-current .service__slide-title {
    color: #fff;
}
.service__item {
    opacity: 0;
    height: 0;
    overflow: hidden;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    transition: opacity .4s ease;
}
.service__item--active {
    opacity: 1;
    height: auto;
}
.service__title {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #333;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
}
.service__title-icon {
    margin-right: 12px;
}
.service__title span {
    color: #555;
    font-size: 17px;
    line-height: 25px;
    margin-left: 15px;
}
.service__subtitle {
    color: #555;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.625;
    letter-spacing: .05em;
    margin: 25px 0 0;
}
.service__listbox {
    margin-top: 60px;
    padding-left: 40px;
}
.service__listbox-item:nth-child(n + 2) {
    margin-top: 60px;
}
.service__listbox-itemtitle {
    color: #333;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2;
    padding-bottom: 6px;
    margin-bottom: 8px;
    border-bottom: 1px solid #dcdddd;
}
.service__listbox-content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.service__listbox-textbox {
    width: calc(100% - 455px);
    padding-right: 50px;
}
.service__listbox-text {
    color: #777;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
}
.service__listbox-text + .return__btn {
    width: 190px;
}
.service__listbox-img {
    width: 455px;
    border-radius: 15px;
}
@media (max-width:991px) {
    .service__pagetitle {
        height: 400px;
    }
    .service__pagetitle-bgbox {
        height: 215px;
    }
    .service__pagetitle-title {
        font-size: 34px;
    }
    .service__pagetitle-text {
        font-size: 18px;
    }
    .service__listbox-item:nth-child(n + 2) {
        margin-top: 40px;
    }
    .service__listbox-content {
        align-items: center;
        flex-direction: column-reverse;
    }
    .service__listbox-textbox {
        width: 100%;
        padding: 0px 0 0;
    }
    .service__listbox-itemtitle {
        font-size: 20px;
    }
    .service__listbox-text + .common__morebtn {
        margin: 0 auto;
    }
    .service__listbox {
        padding: 0;
        margin-top: 20px;
    }
}
@media (max-width:575px) {
    .service__slide {
        padding: 10px;
    }
}
/* 服務項目 end */

/* 服務項目內頁 */
.servicedetail__title {
    color: #333;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: .05em;
    margin: 0 0 45px;
}
.servicedetail__content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.servicedetail__anchor {
    width: 140px;
}
.servicedetail__anchor-btn {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    color: #999;
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .05em;
    margin: 20px 0 0;
    padding-left: 22px;
    -webkit-transition: color .4s ease;
    -moz-transition: color .4s ease;
    transition: color .4s ease;
}
.servicedetail__anchor-btn:hover {
    color: #774baa;
}
.servicedetail__anchor-btn::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #999;
    -webkit-transition: background-color .4s ease;
    -moz-transition: background-color .4s ease;
    transition: background-color .4s ease;
}
.servicedetail__anchor-btn:hover::before {
    background-color: #774baa;
}
.servicedetail__anchor-btn:first-child {
    margin: 0;
}
.servicedetail__itemwrap {
    position: relative;
    width: calc(100% - 140px);
}
.servicedetail__itemwrap .fs__selector {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}
.servicedetail__itembox {
    padding-left: 50px;
    border-left: 1px solid #dcdddd;
}
.servicedetail__item-title {
    position: relative;
    color: #333;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.36;
    letter-spacing: .05em;
    margin: 0 0 35px;
}
.servicedetail__item-title::before {
    content: '';
    position: absolute;
    top: 0;
    right: calc(100% + 8px);
    width: 6px;
    height: 30px;
    background-color: #908bc6;
}
.info__content {
    margin-bottom: 35px;
}
.caseitembox {
    margin-bottom: 45px;
}
.caseitem:nth-child(n + 2) {
    margin-top: 45px;
}
.caseitem-img {
    width: 100%;
}
.caseitem-text {
    color: #898989;
    font-size: 1.14em;
    font-weight: 300;
    line-height: 1.75;
    margin: 20px 0 0;
}
.qa__item {
    position: relative;
    display: block;
    padding: 15px 110px 15px 30px;
    background-color: #f2f2f2;
    margin-top: 13px;
}
.qa__item::before {
    content: attr(data-num);
    position: absolute;
    top: 17px;
    left: 15px;
    color: #555;
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
}
.qa__item:first-child {
    margin: 0;
}
.qa__item-icon {
    position: absolute;
    right: 10px;
    width: 30px;
    height: 30px;
    background-image: url(../images/service/qa_plus.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#fz-medium .qa__item-icon {
    top: 10px;
}
#fz-small .qa__item-icon {
    top: 8px;
}
#fz-large .qa__item-icon {
    top: 12px;
}
.qa__item--open .qa__item-icon {
    background-image: url(../images/service/qa_minus.png);
}
.qa__item-title {
    position: relative;
    color: #555;
    font-size: 1.21em;
    font-weight: 400;
    line-height: 1.2;
}
.qa__item--open .qa__item-title {
    padding-bottom: 15px;
}
.qa__item-title::before {
    content: attr(data-num);
    position: absolute;
    top: 0;
    right: calc(100% + 2px);
}
.qa__item-text {
    display: none;
    color: #777;
    font-size: 1.3em;
    font-weight: 300;
    line-height: 1.86;
    letter-spacing: .05em;
    padding-top: 12px;
    margin: 0;
    border-top: 1px solid #dcdddd;
}
.qa__item--open .qa__item-text {
    display: block;
}
@media (max-width:767px) {
    .servicedetail__content {
        flex-direction: column;
    }
    .servicedetail__anchor {
        display: none;
        width: 100%;
    }
    .servicedetail__anchor-btn {
        display: inline-flex;
        font-size: 15px;
        padding-left: 0;
        margin: 0 0 0 15px;
    }
    .servicedetail__anchor-btn::before {
        display: none;
    }
    .servicedetail__itemwrap {
        width: 100%;
    }
    .servicedetail__itembox {
        padding: 0;
        border: 0;
    }
    .servicedetail__item-title {
        margin-left: 14px;
    }
    .caseitembox {
        margin-bottom: 25px;
    }
    .servicedetail__title {
        font-size: 26px;
        margin: 0 0 20px;
    }
}
/* 服務項目內頁 end */

/* 助理介紹 & 醫師介紹 */
.personinfo__halfbox {
    padding: 0 60px;
}
.personinfo__halfbox-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.personinfo__halfbox-row:nth-child(even) {
    flex-direction: row-reverse;
}
.personinfo__halfbox-content {
    flex: 1;
    padding: 0 0 0 60px;
}
.personinfo__halfbox-row:nth-child(even) .personinfo__halfbox-content {
    padding: 0 60px 0 75px;
}
.personinfo__halfbox-title {
    color: #3e3a39;
    font-size: 27px;
    font-weight: 400;
    line-height: 1;
}
.personinfo__halfbox-subtitle {
    color: #8b6cb7;
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
    margin: 12px 0 0;
}
.personinfo__halfbox-text {
    color: #777;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.7;
    /*letter-spacing: .05em;*/
    margin: 40px 0 0;
}
.person__links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 18px;
}
.person__link {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #dcdddd;
    margin-left: 6px;
    -webkit-transition: border-color .4s ease;
    -moz-transition: border-color .4s ease;
    transition: border-color .4s ease;
}
.person__link:first-child {
    margin: 0;
}
.person__link:hover {
    border-color: #777;
}
.person__link-img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 35px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media (max-width:991px) {
    .personinfo__halfbox-row,
    .personinfo__halfbox-row:nth-child(even) {
        flex-direction: column;
    }
    .personinfo__halfbox-content,
    .personinfo__halfbox-row:nth-child(even) .personinfo__halfbox-content {
        width: 100%;
        text-align: center;
        padding: 10px 0 20px;
    }
    .personinfo__halfbox {
        padding: 0;
    }
    .person__links {
        justify-content: center;
    }
}
/* 聯絡我們 popup */
.sc_form .sc_form_message textarea {
    min-height: 80px;
}
.sc_form .sc_form_message textarea + .far {
    top: 14px;
    transform: translateY(0);
}
.sc_form .sc_form_button {
    margin-top: 20px;
}
.scheme_original .sc_form .sc_form_button button {
    width: 170px;
    height: 40px;
    font-family: 'Noto Sans TC', '微軟正黑體';
    font-size: 17px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    padding: 0;
    background-color: #f4b925;
}
.sc_form .sc_form_item {
    position: relative;
}
.sc_form .sc_form_item .far,
.sc_form .sc_form_item .fas {
    position: absolute;
    top: 50%;
    left: 5px;
    color: #a5a5a5;
    font-size: 17px;
    transform: translateY(-50%);
}
.sc_form .sc_form_item input[type="text"],
.sc_form .sc_form_item input[type="tel"],
.sc_form .sc_form_item textarea {
    padding: 12px 0 12px 30px;
}
.scheme_original input[type="text"],
.scheme_original input[type="tel"],
.sc_form .sc_form_message textarea {
    font-family: 'Noto Sans TC', '微軟正黑體';
    font-size: 16px;
}
.scheme_original input[type="text"]::placeholder,
.scheme_original input[type="tel"]::placeholder,
.sc_form .sc_form_message textarea::placeholder {
    color: #727171;
}
/*20180222新增*/

.top_panel_wrap ul {
    text-align: center;
}
.top_panel_wrap li {
    display: inline-block;
    float: none!important;
}
@media (max-width: 1199px) and (min-width: 992px) {
    .top_panel_bottom .content_wrap {
        width: 950px;
    }
}
/* 20180302新增 loading */
.loadingbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999999;
    background-color: #fff;
}
.loader {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background-color: #774baa;
    border-radius: 50%;
}
.loader::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    border: 0px solid white;
    transform: translate(-50%, -50%);
    animation: loading 1000ms ease-out forwards infinite;
}
@keyframes loading {
  0% {
    border: 0px solid white;
  }

  20% {
    border: 8px solid white;
    width: 0%;
    height: 0%;
  }

  100% {
    border: 8px solid white;
    width: 100%;
    height: 100%;
  }
}
/* 0703 */
.header_mobile .menu_main_nav > li.active > a {
    background-color: rgba(0,0,0,0.1);
}
.header_mobile .menu_main_nav > li > a > .open_child_menu {
    top: 11px;
    right: 15px;
}
/* 0703 end */
/* 0726 */
@media (min-width:1441px) {
    .indexslider .content_wrap {
        width: 1340px;
    }
}
@media (max-width:1440px) and (min-width:1200px) {
    .indexslider .content_wrap {
        width: 1170px;
    }
}
/* 0726 end */
/* 1004 */
.doctor__itembox {
    margin-top: 40px;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}
.doctor__row {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0;
}
.doctor__row:nth-child(n + 2) {
    border-top: 1px solid #efefef;
}
.doctor__item {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 15px;
}
.doctor__pic {
    width: 205px;
}
.doctor__info {
    width: calc(100% - 205px);
    padding-left: 35px;
}
.doctor__name {
    color: #3e3a39;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2;
}
.doctor__job {
    color: #8b6cb7;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.45;
    margin-top: 10px;
}
.doctor__textbox p {
    color: #777;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.73;
    margin: 10px 0 0;
}
.doctor__links {
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
}
.doctor__link {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #dcdddd;
    cursor: pointer;
    -webkit-transition: border-color .4s ease;
    -moz-transition: border-color .4s ease;
    transition: border-color .4s ease;
}
.doctor__link:hover {
    border-color: #777;
}
.doctor__link:nth-child(n + 2) {
    margin-left: 4px;
}
.doctor__link img {
    width: 9px;
}
@media (max-width:991px) {
    .doctor__itembox {
        margin-top: 20px;
    }
    .doctor__row {
        padding: 20px 0;
    }
    .doctor__item {
        width: 100%;
        padding: 0;
    }
    .doctor__item:nth-child(2) {
        padding-top: 20px;
        margin-top: 20px;
        border-top: 1px solid #efefef;
    }
    .doctor__links {
        margin-top: 5px;
    }
}
@media (max-width:575px) {
    .doctor__item {
        flex-direction: column;
    }
    .doctor__info {
        width: 100%;
        text-align: center;
        padding: 10px 0 0;
    }
    .doctor__links {
        justify-content: center;
    }
}
/* 1004 end */

/* 1119 */
@media (min-width:576px) {
    .bottombanner img:nth-child(2) {
        display: none;
    }
}
@media (max-width:575px) {
    .bottombanner img:first-child {
        display: none;
    }
}
/* 1119 end */

/* 編輯器 */
.cke_editable {
    margin: 20px 0 30px;
}
.cke_editable h1,
.cke_editable h2,
.cke_editable h3,
.cke_editable h4,
.cke_editable h5,
.cke_editable h6 {
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
    color: #333;
}
.cke_editable h1 {
    font-size: 3.4285em;
}
.cke_editable h2 {
    font-size: 2.8571em;
}
.cke_editable h3 {
    font-size: 2.5714em;
}
.cke_editable h4 {
    font-size: 2em;
}
.cke_editable h5 {
    font-size: 1.7142em;
}
.cke_editable h6 {
    font-size: 1.4285em;
}

.cke_editable p {
    margin: 0;

    font-size: 1.1428em;
    font-weight: 300;
    color: #777;
    line-height: 1.7;
}
.cke_editable a {
    font-size: 1.1428em;
    font-weight: 300;
    color: #774baa;
    line-height: 1.7;

    text-decoration: underline;

    -webkit-transition: opacity .3s;
       -moz-transition: opacity .3s;
        -ms-transition: opacity .3s;
         -o-transition: opacity .3s;
            transition: opacity .3s;
}
.cke_editable a:hover {
    opacity: .7;
}
.cke_editable ol {
    margin: 0;

    font-size: 1.0714em;
    font-weight: 300;
    color: #777;
    line-height: 1.7;
    padding-left: 30px;

    list-style-type: decimal;
}
.cke_editable ul {
    margin: 0;

    font-size: 1.0714em;
    font-weight: 300;
    color: #777;
    line-height: 1.7;
    padding-left: 30px;

    list-style-type: disc;
}
.cke_editable ol>li {
    margin: 0;
}
.cke_editable ul>li {
    margin: 0;
}
.cke_editable img {
    max-width: 100%;
    height: auto !important;
}

.cke_editable table {
    font-size: 1.1428em;
    font-weight: 300;
    border-collapse: collapse;
    max-width: 100%;
}
.cke_editable td, .cke_editable th {
    padding: 10px 5px;
    white-space: normal !important;
    line-height: 1.7;
    border: 1px solid #ddd;
}

.cke_editable blockquote {
    font-size: 1.1428em;
    font-weight: 400;
    line-height: 1.7;
    color: #333;

    padding: 5px 20px;
    margin: 10px 0px;
    border-style: solid;
    border-color: #ccc;
    border-width: 0 0 0 5px;
}
.cke_editable blockquote::before {
    content: none;
}
.cke_editable blockquote::after {
    content: none;
}

.cke_editable strong {
    font-weight: bold;
}

.cke_editable__table--scroll {
    width: 100%;

    overflow: auto;
}
.cke_editable__table--scroll::-webkit-scrollbar-track {
    background-color: #F5F5F5;
}
.cke_editable__table--scroll::-webkit-scrollbar {
    width: 8px;
    height: 8px;

    background-color: #F5F5F5;
}
.cke_editable__table--scroll::-webkit-scrollbar-thumb {
    background-color: #555;
}
/* 編輯器 end */