@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n)

*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/


/*上方選單右邊設定 臉書/LINE/電話/信箱
.tp_links a:before {寬高大小設定}
.tp_links a.me_tp_fb {}
.tp_links a.me_tp_fb:before {背景換圖/建議.SVG}
.tp_links a.me_tp_line {}
.tp_links a.me_tp_line:before {背景換圖/建議.SVG}
.tp_links a.me_tp_call {}
.tp_links a.me_tp_call:before {背景換圖/建議.SVG}
.tp_links a.me_tp_mail {}
.tp_links a.me_tp_mail:before {背景換圖/建議.SVG}
*/

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*反白顏色*/
::-moz-selection {
    background-color: #444;
    color: #fff;
}

::selection {
    background-color: #444;
    color: #fff;
}

.swiper-wrapper .swiper-slide:nth-child(1)::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/xinhaoclinic/bg-04.png);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
}

.swiper-wrapper .swiper-slide:nth-child(2)::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/xinhaoclinic/bg-05.png);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 頁面的麵包屑 首頁/頁面名稱/ */
.path {
    display: none;
}

/*首頁+聯絡按鈕*/
.animated-arrow {
    background: #1C88AC;
}

.swiper-pagination {
    left: 50%;
    margin-left: 0;
    transform: translate(-50%, 0);
}


/*預設解除背景輪播*/
#content_main {
    margin: 0;
}

.bannerindex {
    position: static;
    height: auto;
}

.swiper-banner {
    position: static;
    margin: 0;
    height: auto;
}

.swiper-slide img {
    height: auto;
}

#content {
    background-image: url(https://pic03.eapple.com.tw/xinhaoclinic/bg-08.png);
    background-size: cover;
    background-position: center top;

}

@media screen and (max-width: 768px) {
    .bannerindex {
        padding: 0;
        margin: 0;
    }

    .swiper-banner .swiper-slide img {
        height: auto;
        width: 200%;
        max-width: 200%;
    }

   .swiper-wrapper .swiper-slide:nth-child(1)::after {
        background-position: 86%;
    }

    .swiper-wrapper .swiper-slide:nth-child(2)::after {
        background-position: -60px;
    }


}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*選單設定*/
.nav-menu {
    margin: 0;
}

.main_header_area .container {
    max-width: 1200px;
}

.nav-menu>li:not(.tp_links) {
    padding-right: 15px;
}

.nav-menu>li:hover>a,
.nav-menu>li.active>a,
.nav-menu>li.focus>a {
    color: #1C88AC;
}

.nav-dropdown>li:hover>a,
.nav-dropdown>li.focus>a {
    color: #1C88AC;
}

.nav-dropdown>li {
    text-align: center;
}

/*  */

.header_area {
    position: fixed;
    z-index: 9999;
    width: 100%;
    padding: 0;
    background: transparent;
}



.header_area .main_header_area {
    background: transparent;
    transition: all 0.3s;
}

.header_area.sticky .main_header_area {
    background: #fff;
    box-shadow: #00000040 1px 1px 5px;
    transition: all 0.3s;
}




.header_area .navigation {
    width: 100%;
    position: relative;
    padding: 0;
    display: block;
    transition: all 0.3s;
}

.header_area.sticky .navigation {
    padding: 10px 0;
    transition: all 0.3s;
}


.header_area .stellarnav {
    position: relative;
    width: 100%;
    z-index: 9900;
    line-height: normal;
    text-align: center;
    opacity: 0;
    transition: all 0.3s;
}

.header_area.sticky .stellarnav {
    opacity: 1;
    transition: all 0.3s;
}


.stellarnav ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

.stellarnav ul {
    margin: 0;
    padding: 0;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.stellarnav>ul>li:nth-child(4) {
    margin-right: 20%;
}


@media screen and (max-width: 1440px) {
    .main_header_area .container {
        max-width: 90%;
    }

}


@media screen and (max-width: 1024px) {
    .header_area .navigation {
        padding: 0;
        transition: all 0.3s;
    }

    .header_area.sticky .navigation {
        padding: 0;
        transition: all 0.3s;
    }

    .header_area .stellarnav ul {
        text-align: center;
        padding: 0;
        transition: all 0.3s;
    }

    .header_area.sticky .stellarnav ul {
        text-align: center;
        padding: 30px 0;
        transition: all 0.3s;
    }
}

@media screen and (max-width: 768px) {
    .main_header_area .container {
        max-width: 90%;
    }

    .header_area.sticky .main_header_area {
        background: #fff;
        width: 100%;
        height: 60px;
    }

}

/*  */


/*LOGO設定*/
.nav-header {
    position: absolute;
    z-index: 99999999;
    top: -10px;
    max-width: 160px;
    left: 50%;
    transform: translate(-50%, 0);
}

.nav-brand img {
    width: 100%;
}

.header_area .nav-brand,
.header_area .nav-brand:focus {
    display: block;
    position: relative;
    transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    padding: 20px 20px;
    width: 100%;
    transition: all 0.3s;
}

.header_area.sticky .nav-brand,
.header_area .nav-brand:focus {
    width: 100%;
    transition: all 0.3s;
}

.header_area .nav-brand img {
    filter: contrast(0) brightness(100);

    transition: all 0.3s;
}

.pageIndex .header_area .nav-brand img {
    filter: none;
    transition: all 0.3s;
}

.pageIndex .header_area.sticky .nav-brand img {
    filter: contrast(0) brightness(100);
    transition: all 0.5s cubic-bezier(1, -0.02, 1, -0);
}

.pageIndex .header_area .nav-brand::before {
    content: '';
    position: absolute;
    transition: inherit;
    z-index: -1;
    top: 0;
    left: 50%;
    height: 100%;
    width: 0;
    border: 1px solid #1C88AC;
    border-radius: 0 0 20px 20px;
    border-left: 0;
    border-right: 0;
}

.pageIndex .header_area .nav-brand::after {
    content: '';
    position: absolute;
    transition: inherit;
    z-index: -1;
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    border-radius: 0 0 20px 20px;
    background: linear-gradient(0deg, #1C88AC, #55C87C);
}

.pageIndex .header_area.sticky .nav-brand::before {
    left: 0;
    width: 100%;
    transition-delay: 0s;
}

.pageIndex .header_area.sticky .nav-brand::after {
    top: 0;
    height: 100%;
    transition-delay: .35s;
}


/* 其他分頁 LOGO */
.header_area .nav-brand img {
    transition: all 0.5s cubic-bezier(1, -0.02, 1, -0);
}

.header_area .nav-brand::before {
    content: '';
    position: absolute;
    transition: inherit;
    z-index: -1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: 1px solid #1C88AC;
    border-radius: 0 0 20px 20px;
    border-left: 0;
    border-right: 0;
}

.header_area .nav-brand::after {
    content: '';
    position: absolute;
    transition: inherit;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 0 0 20px 20px;
    background: #1C88AC;
}



/*  */







.me_tp_features {
    display: none;
}



.stellarnav>ul>li.has-sub>a {
    padding-right: 0;
}




.stellarnav>ul>li>a {
    padding: 0;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    margin: 0 25px;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
}

/*  */


.header_area .stellarnav>ul>li>a {
    color: #555555;
    transition: all 0.3s;
}

.header_area.sticky .stellarnav>ul>li>a {
    color: #555555;
    transition: all 0.3s;
}

.header_area .stellarnav>ul>li>a:hover,
.header_area.sticky .stellarnav>ul>li>a:hover {
    color: #1C88AC;
    transition: all 0.3s;
}


/*  */


.stellarnav li.has-sub>a:after {
    display: none;
}

/*下拉*/
.nav-dropdown>li>a {
    background: #f7f5f5;
    transition: 0.2s;
    letter-spacing: 1.5px;
    width: 100%;
}

.nav-dropdown>li>a:hover {
    transition: 0.2s;
    background-color: #1C88AC;
    ;
    color: #fff
}

.nav-dropdown>li:hover>a .submenu-indicator-chevron,
.nav-dropdown>.focus>a .submenu-indicator-chevron {
    border-color: transparent #fff #fff transparent;
}

.stellarnav li li a {
    padding: 10px 10px;
    border-left: 0px #1C88AC solid;
    background: #fff;
    color: #555;
    font-size: 14px;
    transition: all 0.3s;
}

.stellarnav li li a:hover {
    border-left: 10px #1C88AC solid;
    transition: all 0.3s;
}

.stellarnav li li {
    display: block;
    border: 0;
    margin-bottom: -1px;
}

.stellarnav ul ul {
    width: 160px;
}

.stellarnav ul ul ul {
    top: 0;
    left: 180px;
}




@media screen and (max-width: 1440px) {
    .stellarnav>ul>li>a {
        margin: 0;
    }


}

@media screen and (max-width: 1024px) {
    .stellarnav>ul>li:nth-child(4) {
        margin-right: 40%;
    }

    .stellarnav>ul>li>a {
        font-size: 14px;
    }

}






@media screen and (max-width: 768px) {

    .stellarnav.mobile {
        position: absolute;
        left: 0;
        top: 10px;
        width: auto;
        display: inline-block;
        opacity: 1;
    }

    .nav-header {
        position: absolute;
        z-index: 0;
        top: 0px;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .stellarnav .menu-toggle span.bars span {
        background: #555555;
    }

    .stellarnav .menu-toggle:after {
        content: 'MENU';
        font-size: 12px;
        color: #555555;
        display: block;
        transform: scale(0.9);
    }

    .stellarnav .menu-toggle {
        padding: 0;
    }

    .stellarnav>ul {
        text-align: center;
        padding: 0px 0;
    }

    .stellarnav.mobile.right .close-menu,
    .stellarnav.mobile.left .close-menu {
        background: #1C88AC;
        color: #fff;
    }

    .stellarnav .icon-close:before {
        border-bottom: solid 3px #fff;
    }

    .stellarnav .icon-close:after {
        border-bottom: solid 3px #fff;
    }

    .stellarnav.mobile.right>ul,
    .stellarnav.mobile.left>ul {
        border-right: 0px #eee solid;
        background-color: #fff;
    }

    .stellarnav.mobile>ul>li>a {
        padding: 25px 10px;
        border: 0;
        font-size: 16px;
        font-weight: bold;
    }

    .stellarnav.mobile>ul>li>a b:nth-child(2) {
        font-size: 12px;
        vertical-align: bottom;
        letter-spacing: 2px;
    }

    .stellarnav.mobile li.open {
        background: #fff;
    }

    .stellarnav.mobile ul ul {
        background-color: #fff;
    }

    .stellarnav.mobile>ul>li {
        border-bottom: 1px #1C88AC solid;
    }

    .stellarnav.mobile li a {
        border-bottom: 0;
        background-color: transparent;
    }

    .stellarnav>ul>li>ul>li>a {
        background-color: #fff;
        border: 0;
        padding: 15px 15px;
    }

    .header_area.sticky .stellarnav>ul>li>a {
        color: #666;
        transition: all 0.3s;
    }

    .stellarnav>ul>li>ul>li {
        border: 0;
        background-color: #fff;
    }

    .header_area.sticky .nav-brand,
    .header_area .nav-brand:focus {
        width: 120px;
    }

    .header_area .nav-brand,
    .header_area .nav-brand:focus {
        width: 100px;
    }

    .stellarnav>ul>li:nth-child(4) {
        margin-right: 0;
    }

    .stellarnav li li a {
        padding: 10px 10px;
        border-left: 0px #1C88AC solid;
        background: #000000c7;
        color: #666;
        font-size: 14px;
        transition: all 0.3s;
    }

    .stellarnav.mobile ul ul li {
        background-color: transparent;
    }

    .stellarnav.mobile li.open li.open {
        background: #fff;
        padding: 3px;
    }

    .stellarnav.mobile li li.has-sub a {
        padding: 10px 43px 10px 10px;
        border: 0;
        top: 0;
    }

    .stellarnav a.dd-toggle .icon-plus:after {
        border-bottom: solid 3px #1C88AC;
    }

    .stellarnav a.dd-toggle .icon-plus:before {
        border-bottom: solid 3px #1C88AC;
    }

    .header_area .stellarnav>ul>li>a {
        color: #666666;
        transition: all 0.3s;
    }

    .header_area.sticky .stellarnav ul {
        text-align: center;
        padding: 0;
        transition: all 0.3s;
    }

    .stellarnav.mobile>ul {
        border-top: 0;
    }

    .stellarnav .dd-toggle {
        top: 17px;
    }

    .stellarnav a.dd-toggle .icon-plus:before {
        width: 15px;
    }

    .stellarnav a.dd-toggle .icon-plus::after {
        width: 15px;
    }

    .header_area .main_header_area {
        background: #fff;
        height: 0;
        transition: all 0.3s;
    }

    .stellarnav.mobile li li.has-sub li.drop-left a {
        padding: 10px 40px 10px 30px;
        background: #0000002e;

    }
}

.page {
    display: none;
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*Footer*/
.footer {
    border-top: none !important;
    padding: 50px 0 0;
    background: linear-gradient(139deg, #1C88AC, #55C87C);
}
.footer .center {
    padding-bottom: 60px;
}
.footer_menu {
    border-bottom: none !important;
}

.copy {
    background: #1C88AC;
    color: #fff;
    border: none;
}

.copy a {
    color: #fff;
}

.footer_menu a:hover {
    background: #02642F;
}

.footer_menu a {
    transition: all 0.3s;
}

.box_link {
    display: none;
}

.footer_info li p {
    color: #fff;
}

.footer_info li p a {
    color: #fff;
}

.footer_menu a:nth-child(1) {
    display: none;
}

.footer_menu a {
    display: inline-block;
    padding: 5px 11px;
    border: 0;
    margin: 0 5px;
    font-size: 14px;
    line-height: 100%;
    color: #fff;
    background: transparent;
    border-bottom: 1px #fff solid;
}

.footer_menu a:hover {
    background: #fff;
    color: #000;
}

.footer_logo {
    display: inline-block;
    vertical-align: top;
    width: 260px;
    margin: 0 10px;
}



.footer_logo img {
    width: 100%;
    filter: contrast(0) brightness(100);
}





/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/


.banner {
    display: flex;
    height: 485px;
    padding: 0;
    background: transparent;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding-right: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner h5 {
    text-wrap: nowrap;
    text-wrap: nowrap;
    font-size: 40px;
    color: #fff;
    text-align: center;
}

.banner h5::after {
    content: "";
    display: block;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

.banner.banA {}

.banner.banB {
    display: none;
}

.banner.banC {}

.banner.banD {}




.banner.banE {
    background-image: url(https://pic03.eapple.com.tw/xinhaoclinic/banner-07.jpg);
}

.banner.banE h5::after {
    content: "Patient testimonials";
}


.banner.banblog {
    background-image: url(https://pic03.eapple.com.tw/xinhaoclinic/banner-06.jpg);

}

.banner.banblog h5::after {
    content: "Health education";
}




@media screen and (max-width: 1024px) {
    .banner {}

    .banner::before {
        padding-bottom: 50%;
    }

    .banner h5 {
        font-size: 30px;
    }

    .banner h5::after {
        margin-top: 20px;
    }
}


@media screen and (max-width: 768px) {
    .banner {}

    .banner::before {
        background-image: url(https://pic03.eapple.com.tw/xinhaoclinic/banner-05.png);
        padding-bottom: 58%;
        background-position: center;
    }

    .banner h5 {
        font-size: 30px;
        margin-top: 30px;
        text-align: center;
    }

}

@media screen and (max-width: 500px) {
    .banner {}

}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*側邊按鈕*/

.info_fix{display: none;}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*購物車設定*/
/* 產品的看更多按鈕設定 */
.products-list .more {
    border: 1px solid #1C88AC !important;
    color: #1C88AC;
}

.products-list a:hover .more {
    background: #1C88AC;
    border-color: #1C88AC;
    color: #ffffff;
}

.products-list .item {
    width: 32%;
}

.products-list .item a:hover .more {
    background: #1C88AC;
    color: #fff;
    letter-spacing: 2px;
}

.products-list .name {
    margin-bottom: 15px;
}



/*外層*/
.product-layer-two li a {
    color: #1C88AC;
    background: #fff;
    border: 1px solid #1C88AC;
    transition: all 0.3s;
}

.product-layer-two li:hover>a {
    background: #1C88AC;
    color: #fff;
}

.product-layer-two li.active>a {
    background: #1C88AC;
    color: #fff;
    font-weight: normal;
}

.sidebarBtn {
    border: none;
}

.sidebarBtn h2 {
    color: #1C88AC;
}

ul.prod li h3.prod-thumb {
    background: #1C88AC;
    color: #fff;
}

.half_box {
    width: 100%;
}

.half_box li.btn_blankTop {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
}

.productBtn {
    width: 46%;
    line-height: 50px;
    font-size: 15px;
    background-repeat: no-repeat;
    border: none;
    margin-top: 10px;
    text-align: center;
    padding-left: 0px;
    background-image: none;
}

.product_info {
    display: none;
}

.prod-item.is-active {
    display: block;
}

.google_link {
    width: 60%;
    padding: 10px 20px;
    background-color: #f5bad5;
    color: #fff;
    border-radius: 5px;
    margin: 10px 0;
}









/*內層*/
.lastPage {
    background: #1C88AC;
}

.nextaction {
    background-color: #1C88AC;
}

.lastaction {
    color: #fff;
    background-color: #1C88AC;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
.blog_back a.article_btn_back {
    background: #1C88AC;
}

.blog_le .accordion>li:hover,
.blog_le .accordion>li.on_this_category {
    background: #1C88AC !important;
}

.share_page .edit {
    text-align: justify;
    line-height: 180%;
}

.subbox_item a:before,
.subbox_item a:after {
    transition: 0.3s;
}

.blog_le .accordion>li {
    transition: all 0.3s;
}

.blog_box_edit {
    line-height: 180%;
    text-align: justify;
}

h4.blog_category_title {
    text-align: justify;
}

.link a {
    width: 100%;
    display: block;
    padding: 15px 10px;
}

.accordion li .link {
    padding: 0;
}

.subbox_item a:after {
    display: none;
}

.blog_list_le {
    overflow: hidden;
    padding: 0;
}

.subbox_item a img {
    transition: all 0.5s;
}

.subbox_item a:hover img {
    transform: scale(1.1);
    transition: all 0.5s;
}

.blog_list_ri h5 {
    color: #1C88AC;
}

.subbox_item a {
    grid-template-columns: 260px 1fr;
}











/*文章分享變1排3個*/
.blog_page .main_part {
    max-width: 1400px;
}

.blog_list_le,
.blog_list_ri {
    width: 100%;
}

.blog_subbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.subbox_item {
    width: 100%;
    border-bottom: 1px #00000010 solid;
}



@media screen and (max-width: 1024px) {
    .subbox_item {}
}





@media screen and (max-width: 600px) {
    .subbox_item {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .subbox_item a {
        display: flex;
        flex-direction: column;
    }

    .subbox_item a:before,
    .subbox_item a:after {
        display: none;
    }
}


/**/

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*主分類頁面*/
.album_page .main_part,
.album_class_page .main_part,
.album_info_page .main_part {
    max-width: 1400px;
}

.show-list .item:hover .show_name {
    color: #1C88AC;
}


/*次分類頁面*/
.other_album_choice li {
    background: #1C88AC;
}

.other_subalbum li p {
    line-height: 220%;
}

.other_subalbum li a img {
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    height: 100%;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
}

.other_subalbum li a div:after {
    content: "";
    position: absolute;
    background: rgb(0 0 0 / 30%);
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%) scale(0);
    top: 50%;
    left: 50%;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.other_subalbum li a:hover div:after {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

.subalbum-menu h2 {
    color: #1C88AC;
}

/*照片頁*/
.pic-list .show_pic {
    padding-bottom: 0;
}

.pic-list .show_pic img {
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    height: 100%;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
}

.other_album {
    display: none;
}


.show-list {
    grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
}






.pic-list {
    display: block;
    grid-template-columns: unset;
    grid-gap: unset;
}

ul.pic-list {
    -moz-column-count: 3;
    -moz-column-gap: 10px;
    -webkit-column-count: 3;
    -webkit-column-gap: 10px;
    column-count: 3;
    column-gap: 10px;
    width: 100%;
    margin: 0 auto;
}

.pic-list .show_pic {
    aspect-ratio: auto;
}


.pic-list .item a {
    margin: 0 auto 10px;
}

.pic-list .item h6 {
    padding: 0;
}









@media screen and (max-width: 600px) {

    /*照片頁*/
    .pic-list .item {
        width: 96%;
        margin: 10px 2%;
    }
}

/*相本分類全版面 ( 限制最寬2000px
.work_page .main_part { max-width:2000px;}
.work_page .show_content { padding:0; width:100%;}
.work_page .show-list .item { width:33%; display:inline-block; float:none; margin:0; padding:0;}
@media screen and (max-width: 768px) {
.work_page .show-list .item { width:49%;}
}
@media screen and (max-width: 570px) {
.work_page .show-list .item { width:100%;}
}
.work_page .show-list .item a { max-width:100%;}
.work_page .show-list .show_pic { height:auto; line-height:0;}
.work_page .show-list .show_pic img { max-width:100%; max-height:100%;}
.work_page .show-list .show_name { position:absolute; top:50%; right:10%; width:80%; height:auto; line-height:160%; font-size: 20px; color: #FFFFFF !important; border: solid 1px #fff; text-align: center; margin: -20px 0 0 -120px; padding:5px 20px; transition:all ease-in .3s; opacity:0;}
.work_page .show-list .item:hover .show_name {opacity:1;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本列表
.work_info_page .main_part { max-width:2000px;}
.work_info_page .show_content { padding:0; width:100%;}
.work_info_page .subalbum-menu { text-align:center;}
.work_info_page .subalbum-menu h2 { float:none;}
.work_info_page .pic-list .item { margin:0; padding:10px; width:49%; float:none; display:inline-block;}
@media screen and (max-width: 768px) {
.work_info_page .pic-list .item { width:100%;}
}
.work_info_page .pic-list .show_pic { height:auto; line-height:0;}
.work_info_page .pic-list .show_pic img { max-width:100%; max-height:100%;}
.work_info_page .pic-list .item a { max-width:100%; pointer-events: none; cursor: default; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*其他分頁*/
.promotion_title h2 {
    border-bottom: 2px solid #1C88AC;
}

.promotion_title {
    border-bottom: 1px solid #1C88AC;
}



@media screen and (max-width: 768px) {

    /* 開啟手機板下方按鈕所需設定 */
    #bottom_menu {
    }

    .footer.with_shopping_mode {}

    #to_top {
        bottom: 60px;
    }

    .nav-menu {
        margin: 0;
    }

    .nav-menu>li:not(.tp_links) {
        padding-right: 0;
    }

    .nav-dropdown>li {
        text-align: left;
    }

    .nav-dropdown>li>a {
        width: calc(100% - 45px);
    }

    /*手機版LOGO設定*/
    .footer_logo {
        margin-left: unset;
        margin: auto;
        text-align: center;
        display: block;
        margin: 0 auto;
        width: 140px;
    }

    .footer_info li p {
        text-align: center;
        color: #fff;
    }

    .footer_info li:nth-child(1)::after {
        text-align: center;
    }
}

@media screen and (max-width: 600px) {

    /*手機板大圖*/
    /*
.swiper-slide img { display:none; }
.swiper-slide {    width: 100%;    height: 0;    padding-bottom: calc(100% / 3 * 4);}
.swiper-slide:nth-child(1) { background-image:url(https://pic03.eapple.com.tw/.../Banner-03.png) ; background-size:cover;   background-position: center;}
.swiper-slide:nth-child(2) { background-image:url(https://pic03.eapple.com.tw/.../Banner-04.png) ; background-size:cover;   background-position: center;}
*/

}