@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}
*/


/*電腦LOGO
.nav-brand {}
*/

/*手機LOGO
.nav-brand-m {}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:static; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
.swiper-slide img { height:auto;}
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*基本設定*/

.pageIndex .main_part {
    border-top: 0px solid #ccc;}


/*中間小標刪除*/
.path { display:none;}


/*header最右側按鈕*/
.tp_links a.me_tp_call:before {	display:none;}
.tp_links a.me_tp_mail:before {	display:none;}

/*按鈕*/
.animated-arrow {
    background: #efd038;
    color: #4f4d4b;
    font-weight: bold;}
.arrow {fill: #464645;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*header*/
.pageIndex .header_area {
    position: fixed;
    width: 100%;}
.header_area .main_header_area {    background: #464646a8;transition:all 0.3s;}
.header_area.sticky .main_header_area {    background: #464646ed;transition:all 0.3s;}
.header_area .main_header_area .container {   max-width: 1200px;transition:all 0.3s;}
.header_area.sticky .main_header_area .container {    max-width: 1400px;transition:all 0.3s;}
/*LOGO*/
.header_area .nav-brand {width: 265px;transition:all 0.3s;}
.header_area.sticky .nav-brand {width: 280px;transition:all 0.3s;}

/*選單*/
.nav-menu {
    margin: 0;
    padding: 0;}
.nav-menu > li:not(.tp_links) > a {
    position: relative;
    color: #ffffff;
    padding: 50px 25px 25px 25px;
    font-size: 16px;
    filter: drop-shadow(2px 2px 2px rgb(52, 52, 52));}
.nav-menu>li:hover>a, .nav-menu>li.active>a, .nav-menu>li.focus>a {
    color: #efd038;
    filter: unset;}
.nav-menu > li:not(.tp_links) > a:after {
    content: "";
    background: #efd038;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%) rotate(45deg);
    text-align: center;
    top: 20%;
    transition: all 0.3s;}
.nav-menu > li:hover > a:not(.tp_links a):after {
    opacity: 1;
    top: 35%;
    transition: all .5s;}

/*下拉選單+箭頭*/
.submenu-indicator {    margin-left: 10px;}
.submenu-indicator-chevron {
    height: 7px;
    width: 7px;
    border-width: 0px 3px 3px 0;
    border-color: transparent #ffffff #ffffff transparent;}
.nav-menu>li:hover>a .submenu-indicator-chevron, .nav-menu>.active>a .submenu-indicator-chevron, .nav-menu>.focus>a .submenu-indicator-chevron {
    border-color: transparent #efd038 #efd038 transparent;}
.nav-menu>li>.nav-dropdown {    border: none;}
.nav-dropdown > li > a:hover, .nav-dropdown > li > a:focus {
    background: #464646a8;
    color: #efd038;}


@media screen and (max-width: 768px) {
.nav-header {    padding: 5px;}
.pageIndex .header_area {    position: relative;}
.header_area .nav-brand , .header_area.sticky .nav-brand {    width: 220px;    padding-top: 5px;}
/*選單*/
.nav-toggle {
    top: 26px;
    right: 30px;}
.nav-toggle:after {display: none;}
.navigation-portrait .nav-menus-wrapper {
    width: 70%;
    background-color: #efd038;}
.nav-menu > li:not(.tp_links) > a {padding: 35px;    color: #4c4c49;filter: unset;}
.nav-menu>li:hover>a, .nav-menu>li.active>a, .nav-menu>li.focus>a {
    color: #000000;}
.nav-menu > li:not(.tp_links) > a:after {display: none;}
.navigation-portrait .nav-menu>li {    border-top: solid 1px #c4ab30;}
.navigation-portrait .submenu-indicator {
    top: 20px;
    right: 120px;}
.submenu-indicator-chevron {     top: 20px;   border-color: transparent #4c4c49 #4c4c49 transparent;}
.nav-menu>li:hover>a .submenu-indicator-chevron, .nav-menu>.active>a .submenu-indicator-chevron, .nav-menu>.focus>a .submenu-indicator-chevron {
    border-color: transparent #000000 #000000 transparent;}
.navigation-portrait .nav-menu>li:last-child {
    border-bottom: none;}
.nav-dropdown > li > a, .megamenu-list > li > a {
    width: 100%;}
.navigation-portrait .nav-dropdown>li>a:before {display: none;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*大圖*/
.swiper-container-fade .swiper-slide:before {
    content: "";
    position: absolute;
    background-image: url(https://pic03.eapple.com.tw/libertyctclinic/大圖-03.png);
    width: 2180px;
    height: 1080px;
    max-width: 80vw;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
}
#content {min-height: 80vh;}

/*內頁BANNER 設定*/
.banner {
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    padding: 0;
    height: 450px;
    width: 95%;
    border-radius: 0 0 300px 0;
}
.banner h5 {
    display: block;
    position: absolute;
    transform: translate(-50px, -50px);
    top: 50%;
    left: 50%;
    letter-spacing: 3px;
    filter: drop-shadow(2px 2px 3px #fff);
}
.banner h5:before {
    display: block;
    max-width: 100%;
    font-size: 15px;
    margin: 5px;
    color: #EFD038;
    letter-spacing: 0.1em;
    font-family: 'Bebas Neue', cursive;
    line-height: 80%;
    font-weight: normal;
}
.promotions_page .banner h5:before {content: "OUTPATIENT TIME";}
.share_page .banner h5:before {content: "VACCINE INFORMATION";}
.services_page .banner h5:before {content: "MEDICAL SERVICE";}
.blog_page .banner h5:before {content: "EDUCATION INFORMATION";}
.share_page .banner.banA {    background-image: url(https://pic03.eapple.com.tw/libertyctclinic/banA-share.jpg);}
.promotions_page .banner.banA {    background-image: url(https://pic03.eapple.com.tw/libertyctclinic/banA-promotion.jpg);}
.services_page .banner.banB {    background-image: url(https://pic03.eapple.com.tw/libertyctclinic/service-banB.jpg);}
.other_page .banner.banB { display: none;}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {    background-image: url(https://pic03.eapple.com.tw/libertyctclinic/banBLOG.jpg);}

/*首頁最新消息*/
.pageIndex .news_part {        max-width: 100%;background: #767676;padding-right: 250px;}
.news_part .title_box {    margin-left: 0;    width: auto;}
.news_part .title_box h2{color: #efd038;}
.news_part .title_box span{  color: #ffffff;}

.news_list ul li a{  color: #ffffff;}

@media screen and (max-width: 768px) {
.banner {
    padding: 0;
    height: 150px;
    width: 95%;
    border-radius: 0 0 80px 0;}
.banner h5 {
    top: 25%;
    font-size: 25px;
    letter-spacing: 3px;
}
.pageIndex .news_part {    padding: 50px;}
.animated-arrow {    margin: 20px auto;}

}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*footer*/
.center {    text-align: center;}
.footer {
    padding: 20px 0 0;
    background: #4c4c49;}
.footer_info {    padding: 0;}
.footer_info ul {
    display: inline-flex;
    vertical-align: top;
    width: 70%;
    align-items: center;}
.footer_info li:nth-child(1) {   width: 35%;    text-align: left;}
.footer_info li p {
    color: #fff;
    font-size: 13px;}
.footer_info li:nth-child(2) {   width: 45%;}
.footer_menu {    text-align: left;}
.footer_menu a:first-child {display: none;}
.footer_info li p.fax:before {  content: 'LINE ID：';}
.footer_menu a {
    width: 20%;
    text-align: center;
    padding: 10px 10px;
    border: 1px #fff solid;
    margin: 5px;
    font-size: 12px;
    color: #fff;
    background: 0;}
/*LOGO*/
.footer_logo {    
    text-align: center;
    width: 250px;
    margin-top: 20px;
    margin-right: 30px;}
.footer_logo img{    width: 100%;}



@media screen and (max-width: 768px) {

/*LOGO*/
.footer_logo {    margin: 0 auto;}

/*資訊*/
.footer_info ul {flex-direction: column;}
.footer_menu {    text-align: center;}
.footer_menu a {    width: 45%;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*相簿*/




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*購物車*/




/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5
.product_page .main_part { max-width:1500px;}
.product_info_page .main_part { max-width:1200px;}

.product_page .show_content,
.product_info_page .show_content { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap;}
.product_page .product-layer-two { position: relative; width: 220px; letter-spacing: 1px; border-right: 1px solid #ccc;min-height: 30vw;}
.product_page .products-list,
.product-wrapper { width: calc(100% - 270px); display: flex; flex-wrap: wrap; align-items: flex-start;}
ul.page { width: 100%;}

.product-layer-two li ul { position:static; margin-top:10px; display:block !important; width:100%; margin-left:0;}
.product-layer-two li:hover ul { border: none !important; display:block !important;}
.product-layer-two li li { display: block; padding:5px 10px; transition:all ease .3s;}
.product-layer-two li li a{ padding:0;}
.product-layer-two li li:hover > a { background:#fff; color:#ad925e;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #ccc;}
.product-layer-two > li ul > li + li { margin-top:5px;}

.product_info_page .product-layer-two { display: none;}
.product_info_page .products-list,
.product-wrapper { width: 100%;}

.product-layer-two li li:hover{ margin-left: 15px;}
.product-layer-two li li > a:before { content: ""; position: absolute; width: 12px; height: 8px; background: #fff; left: 0; margin-left: -20px; top: 50%; margin-top: -4px; clip-path: polygon(0 0, 100% 50% , 0 100%);}
.product-layer-two li li:hover > a:before { background:#ad925e;}

.product_info_page .half_box { width: 100%; float: none; padding-right: 0;}
.product_info_page .half_box li.btn_blankTop { margin-top: 50px; justify-content: space-between; display: flex;}
.product_info_page .half_box li.btn_blankTop input { width: calc(50% - 10px); background-image: none; padding: 0; text-align: center;}
@media screen and (max-width: 1200px) {
.products-list .item { width: calc(100% / 3);}
}
@media screen and (max-width: 980px) {
.products-list .item { width: 50%;}
}
@media screen and (max-width: 768px) {
.product-layer-two,
.products-list,
.product-wrapper { width: 100%;}
.product-layer-two { margin-right: 0;}
.product-layer-two > li { margin-bottom: 5px;}
.product_page .product-layer-two,
.product_page .products-list { width: 100%; border-right: none;}

.product_page .show_content > a { order: 1;}
.product_page ul.products-list { order: 2;}
.product_page ul.page { order: 3;}
.product_page ul.product-layer-two { order: 4;}
}
@media screen and (max-width: 600px) {
.products-list .item { width: 100%; max-width: 350px;margin: 20px auto; display: block;}
}  */


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: block; }
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}

/*手機版電話顏色*/
.footer_info li:nth-child(1) p, .footer_info li:nth-child(1) a {    color: #fff;}
}

@media screen and (max-width: 600px) { 
}




