@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body{overflow-x:hidden;  font-family: "Sorts Mill Goudy", Noto Sans TC;}
/*
關於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 {}
*/


/*滾動條全域設定---------- */

/*寬度*/
::-webkit-scrollbar {
    width: 6px;
}

/*軌道顏色*/
::-webkit-scrollbar-track{
    background-color: #ddd6c6;
    border-radius: 3px;
}

/*滑塊*/
::-webkit-scrollbar-thumb {
    background-color: #285358;
    border-radius: 3px;
}

.me_tp_features {display:none;}
.box_link {display:none;}
.red {color: #285358;}
#content_main , #content { background: #ddd6c6;}

.other_select_page .promotion_title  {    display: none;}
.other_select_page  .clearfix {    display: none;}






/* 大圖 */
#content_main {  margin: 0;}
.bannerindex { position: static; height: auto;}
.swiper-banner { position: static; margin: 0; height: auto;}
.swiper-slide { padding: 0px !important;}
.swiper-slide img { height: auto;}
.swiper-pagination { display: none;}
.swiper-slide { position: relative;}
.bannerindex .swiper-slide.swiper-slide-active:before {content: ""; position: absolute;  z-index: 999; pointer-events: none;}
.bannerindex .swiper-slide.swiper-slide-active:after {content: ""; position: absolute;  z-index: 999; pointer-events: none;}
@media screen and (max-width: 768px) {.bannerindex { padding:0; margin:0;}}



/*.bannerindex .swiper-slide.swiper-slide-active:nth-of-type(1)::before {
	-webkit-animation: slide-bottom 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-bottom 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    background: url(https://pic03.eapple.com.tw/hsiyeh/TEXT1.png);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 78%;
    left: 39%;
    width: 100% !important;
    height: 28% !important;
    background-position: left;
    padding-bottom: calc(100% / 1* 0.12);
}*/

@keyframes slide-bottom {
    0%{opacity:0;
    transform:translateY(0)}
    100%{opacity:1;
        transform:translateY(100%)}
}

.bannerindex .swiper-slide.swiper-slide-active:nth-of-type(1)::after {
    -webkit-animation: scale-up-center 0.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: scale-up-center 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    background: url(https://pic03.eapple.com.tw/hsiyeh/POPO.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    width: 100% !important;
    height: 55% !important;
    bottom: 35%;
    left: 55%;
    background-position: left;
    padding-bottom: calc(100% / 1* 0.12);

    animation: scale-up-center 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation-delay: 1s;
}

@keyframes scale-up-center{0%{opacity:0;transform:scale(.5)}100%{opacity:1;transform:scale(1)}}


/*.bannerindex .swiper-slide.swiper-slide-active:nth-of-type(2)::before {
	-webkit-animation: slide-right 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-right 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    background: url(https://pic03.eapple.com.tw/hsiyeh/TEXT2.png);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 29%;
    left: -20%;
    width: 100% !important;
    height: 0% !important;
    background-position: left;
    padding-bottom: calc(100% / 1* 0.12);
}

@keyframes slide-right{
    0%{opacity:0;transform:translateX(0)}
    100%{opacity:1;transform:translateX(100%)
    }
}*/



/* 特效END */


/* = = = header = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*header*/
.header_area{ padding: 0px; background: #f0f0f000;}
.pageIndex .header_area { position: fixed; width: 100%; top: 0; left: 0;padding: 0 0;}
.pageIndex .header_area.sticky { position: fixed;background: #fff;}
.main_header_area { background: #2b5357;}
.header_area .main_header_area::before {content: "";position: absolute;width: 100%;height: 0;transition: 0.5s ease-in-out;}
.main_header_area .container { max-width: 1500px;}
.header_area.sticky .main_header_area::before {height: 100%;transition: .5s ease-in-out;}
.header_area.sticky .main_header_area::before {
    content: "";
    position: absolute;
    width: 100%;
    backdrop-filter: blur(3px);
}
.swiper-pagination-bullet {display: none;}
.header_area {width: 100%;position: fixed;;z-index: 9999;}



/*logo*/
.header_area .nav-brand { margin: 0 0; max-width: 350px; width: 100%; transition: .4s all ease-in-out;}
.header_area.sticky .nav-brand{width: 500px;margin:5px 0 0 10px; max-width: 260px; transition: .4s all ease-in-out;}
.header_area .nav-brand img {display: block;}
.header_area.sticky .nav-brand img {filter: none; transition: .3s all ease-in-out;}

/*menu*/
.navigation { padding: 25px 0 20px 20px;}
.stellarnav > ul > li:hover::before {width: 60%;}
.stellarnav > ul > li:before {
    content: "";
    width:0;
    height: 1px;
    position: absolute;
    bottom: 9px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--accent-color);
    transition: var(--transition);
    border-bottom: 1px solid #ffffff;
    transition: .4s all ease-in-out;
}
.stellarnav > ul > li > a, .stellarnav li.has-sub > a { font-weight: bold; position: relative; padding: 0 20px;color: #ffffff; transition: .2s all ease-in-out;letter-spacing: 2px;    font-size: 17px;}
.header_area.sticky .stellarnav > ul > li > a {color: #ffffff; transition: .2s all ease-in-out;}
.header_area.sticky .stellarnav > ul > li:hover > a { color: #ffffff;}
.header_area.sticky .stellarnav li.has-sub > a::after{border-right: 1px solid #ffffff;border-bottom: 1px solid#ffffff;}

/*menu底線*/
.header_area.sticky .stellarnav > ul > li:hover::before {width: 60%;}
.header_area.sticky .stellarnav > ul > li:before {
    content: "";
    width:0;
    height: 1px;
    position: absolute;
    bottom: 9px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--accent-color);
    transition: var(--transition);
    border-bottom: 1px solid #ffffff;
    transition: .4s all ease-in-out;
}

/*右拉箭頭*/
.stellarnav li.has-sub > a::after {
    content: '';
    position: absolute;
    top: 10px;
    right: 6px;
    border-top: none;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    border-left: none;
    height: 8px;
    width: 8px;
    transform: rotate(45deg);
    transition: border .2s;
}

.header_area.sticky .stellarnav li.has-sub > a::after {
    content: '';
    position: absolute;
    top: 12px;
    right: 6px;
    border-top: none;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    border-left: none;
    height: 8px;
    width: 8px;
    transform: rotate(45deg);
    transition: border .2s;
}


.header_area.sticky .stellarnav li.has-sub > a:hover::after {
    content: '';
    position: absolute;
    top: 15px;
    right: 6px;
    border-top: none;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    border-left: none;
    height: 8px;
    width: 8px;
    transform: rotate(45deg);
    transition: border .2s;
}




/*--下拉頁面---------------------------------------*/



/*外框*/
.stellarnav ul ul, .stellarnav ul ul ul { background: #ffffffd9; box-shadow: 0 1px 10px #0F103500;}
.stellarnav ul ul ul { left: 100%;}
.stellarnav li li { margin-bottom: 0;}
.stellarnav ul ul{    width: 200px;}

/*右拉箭頭*/
.stellarnav li li.has-sub > a::after { border-left: 6px solid #888;}
.stellarnav li li.has-sub:hover > a::after { border-left: 6px solid #ADA17E; border-top: 6px solid transparent;}

/* 底線 */
.stellarnav li li.has-sub:hover > a::before {
    border-bottom: 6px solid #888;
}



/*項目*/
.stellarnav li.has-sub > ul > li.has-sub > a, .stellarnav li.has-sub > ul > li > a { color: #777; padding: 14px 5px 7px 5px; font-family: "微軟正黑體", sans-serif;}
.stellarnav li li > a, .stellarnav li li.has-sub > a { color: #777; font-size: 15px; font-weight: normal; padding: 7px 5px; border-left: 1px solid transparent; background: transparent; transition: all 0.3s;}
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover {   background-color: #cccccc80;  transition: all 0.3s;}
/*--手機板選單---------------------------------------*/

/*選單*/
.stellarnav .menu-toggle span.bars span { background: #ADA17E;}
.stellarnav .menu-toggle:after { color: #ADA17E;}



/*展開*/
.stellarnav.mobile.left > ul { background: #ddd6c7;}
.stellarnav.mobile > ul > li { border-bottom: 1px #888 solid;}
.stellarnav.mobile > ul > li > a { padding: 20px 30px; border-bottom: none; display: block;}
.stellarnav.mobile > ul > li.has-sub > a { padding: 20px 30px 20px 36px;}
.stellarnav.mobile > ul > li.has-sub > a.dd-toggle { padding: 0;}
.stellarnav.mobile > ul > li.has-sub > ul > li > a { color: #444; padding: 20px 30px 20px 40px;}
.stellarnav.mobile > li > a { border-bottom: none;}

/*close*/
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu { background: #305357; color: #fff;}
.stellarnav .icon-close:after, .stellarnav .icon-close:before { border-bottom: solid 3px #fff;}

.stellarnav.mobile > ul > li > a.dd-toggle { top: 14px;}
.stellarnav a.dd-toggle .icon-plus {width: 0; top: -7px; left: -4px;}
.stellarnav li.open > a.dd-toggle .icon-plus { width: 0; top: -5px; left: 6px;}
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after { border-bottom: solid 3px #888;}
.stellarnav li.open > a.dd-toggle .icon-plus:before, .stellarnav li.open > a.dd-toggle .icon-plus:after { border-bottom: solid 3px #ADA17E;}

/*下拉*/
.stellarnav.mobile li.open { background: #cbc0a022; padding: 0;}
.stellarnav.mobile li.open > ul > li { margin-bottom: 0; border-bottom: 1px solid #ccc;}
.stellarnav.mobile li.open li.open { padding: 0; background: #ffffff88;}
.stellarnav.mobile ul { background: transparent;}
.stellarnav > ul > li.drop-left > ul { left: 0; right: auto;}


/* 隱藏信箱 */
a.me_tp_mail{display: none;}

/*--RWD---------------------------------------*/

@media screen and (max-width: 1440px) { 
    .swiper-pagination { display: none;}
}

@media screen and (max-width: 1024px) { 
    /*header*/
    .pageIndex .header_area{    position: relative; }
    .header_area { position: relative;}
    .header_area.sticky{ position: fixed;}
    .main_header_area .container { max-width: 100%;}
    .main_header_area {background: #2e5357;}
    .stellarnav > ul > li > a, .stellarnav li.has-sub > a {
        font-weight: bold;
        position: relative;
        padding: 0 20px;
        color: #ffffff;
        transition: .2s all ease-in-out;
        letter-spacing: 2px;
    }

    .stellarnav li.has-sub > a::after {
        content: '';
        position: absolute;
        top: 15px;
        right: 6px;
        border-top: none;
        border-right: 2px solid #ffffff;
        border-bottom: 2px solid #ffffff;
        border-left: none;
        height: 8px;
        width: 8px;
        transform: rotate(45deg);
        transition: border .2s;
    }
  
    .header_area .nav-brand img {
        display: block;
        filter: none;}

    /*logo*/
    .header_area .nav-brand { max-width: 240px; margin: 20px 0 0; transition: .3s ease-in-out;}
    .header_area.sticky .nav-brand {width: 250px;}
    .nav-brand {filter: none;}

    /*menu*/
    .header_area .navigation, .header_area.sticky .navigation, .navigation { padding: 5px;}
    .stellarnav { padding: 0 0 10px;}
    .stellarnav.mobile > ul > li > a.dd-toggle, .stellarnav > ul > li.has-sub > a, .stellarnav.mobile > ul > li.has-sub a.dd-toggle, .stellarnav.mobile > ul > li.has-sub > a { padding: 0 30px;}
    .stellarnav li.has-sub > a::after { top: 40%;}/*下拉箭頭*/


}

@media screen and (max-width: 768px) {

    .me_tp_features{  display: none;}
    .box_search input[type=text] {
        width: 100%;
        height: 31px;
        box-sizing: border-box;
        position: static;
    }
    .shop_search_btn {     position: relative; height: 31px; right: 28px;}
    .me_tp_features a.tp_btn_cart { display: none;}
    .me_tp_features a.tp_btn_notice { display: none;}
    .box_search {display: none;}

    .header_area.sticky .main_header_area {backdrop-filter: none;background: #2e5357;}
    /*logo*/
    .nav-header { position: static;}
    /*.header_area.sticky .nav-brand { max-width: 180px; margin: 10px 0; transition: .3s ease-in-out;}    */

    /*menu*/
    .stellarnav.mobile{ top: 20px;right: 0;text-align: right;}
    .stellarnav > ul > li{    margin: 0;}
    .stellarnav ul ul, .stellarnav > ul > li:hover > ul > li:hover > ul { box-shadow: none;}
    .stellarnav li li { display: block;border-bottom: 1px #e4e4e4 solid;}
    .stellarnav > ul > li > a b:last-child { display: none;}
    .stellarnav.mobile > ul > li > a.dd-toggle, .stellarnav > ul > li.has-sub > a, .stellarnav.mobile > ul > li.has-sub a.dd-toggle, .stellarnav.mobile > ul > li.has-sub > a { padding: 20px 30px;}
    .stellarnav.mobile > ul > li > a.dd-toggle { top: 3px;}
    .stellarnav li.has-sub > a::after { top: 53%;}/*下拉箭頭*/
    .stellarnav li li > a, .stellarnav li li.has-sub > a, .stellarnav li li.has-sub.drop-left a { padding: 10px 30px; border-left: none;}
    .stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a { border-color: transparent;}
    .stellarnav .menu-toggle span.bars span {background: #ffffffb3}
    .stellarnav .menu-toggle:after {color:#ffffffb3;}
    .stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {background: #2b5357;color: #fff;}

    .header_area.sticky .stellarnav > ul > li:before {left: 43%;}
    .stellarnav.mobile li.open { background: #d1d1d145;}
    .stellarnav .menu-toggle, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile, .stellarnav .close-menu{    padding: 10px 20px 20px;}
    .header_area .navigation, .header_area.sticky .navigation, .navigation {padding: 10px;}
    .header_area.sticky .stellarnav > ul > li:hover > a{    color: #2e5357;}
    .header_area.sticky .stellarnav > ul > li > a{    color: #2e5357;}
    .stellarnav > ul > li > a, .stellarnav li.has-sub > a{    color: #2e5357;}
}


@media only screen and (max-width: 570px) {
    .stellarnav .menu-toggle {
        padding: 8px 10px;
    }
}

@media screen and (max-width: 425px) {
.contact_content .information_right {
    width: calc(130% - 150px);
    padding-left: 30px;}
.header_area .nav-brand {  max-width: 220px;margin: 10px 0 0;}
.stellarnav .menu-toggle {padding: 0px 10px;}
.header_area .nav-brand  {width: 230px;}
.header_area.sticky .nav-brand { width: 210px;}
.header_area .navigation, .header_area.sticky .navigation, .navigation {padding: 5px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; 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;}
}

/* =============== ▼ BANNER ▼ =============== */

/* ＝＝＝ 【【  版型設定(動畫圖+線條) ↓↓↓  】】 ＝＝＝ */

#content {
    background: url(https://pic03.eapple.com.tw/hsiyeh/bg.jpg);
    background-size: cover;
    background-attachment: fixed;
}


.banner {
    background: #fdfcfb;
    width: 100%;
    min-height: 600px;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
}

.banner::after {
    content: '';
    animation: bgScroll 30s linear infinite;
    width: 110%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background-size: cover;
    background-image: url(https://pic03.eapple.com.tw/hsiyeh/banner1.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

@keyframes bgScroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(-5%);
        transform: translateX(-5%);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

/* 按鈕名稱 */
.banner h5 {
    position: relative;
    z-index: 999;
    color: #fff;
    letter-spacing: .6rem;
    text-shadow: 0px 0px 5px rgba(22 18 16 /20%);
    display: flex;
    flex-direction: column;
    align-items: center;
    bottom: 30px;
    font-size: 40px;
    font-weight: 500;
}

/*偽元素*/


.banC h5::after {
    content: "RESERVE";
    display: block;
    color:  #fff;
    letter-spacing: .8rem;
    text-transform: uppercase;
    font-size: 48px;
    font-weight: 300;
    font-family:'Cormorant';
}


.banF h5::after { content: "CART";
    display: block;
    color:  #fff;
    letter-spacing: .8rem;
    text-transform: uppercase;
    font-size: 48px;
    font-weight: 300;
    font-family:'Cormorant';} 

.banE h5::after { content: "PHOTO";
    display: block;
    color:  #fff;
    letter-spacing: .8rem;
    text-transform: uppercase;
    font-size: 48px;
    font-weight: 300;
    font-family:'Cormorant';} 


.banblog h5::after { content: "NEWS";
    display: block;
    color:  #fff;
    letter-spacing: .8rem;
    text-transform: uppercase;
    font-size: 48px;
    font-weight: 300;
    font-family:'Cormorant';} 



@keyframes wave-reveal {
    0% {
      clip-path: inset(0 0 100% 0);
    }
    100% {
      clip-path: inset(0 0 0 0);
    }
  }

/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ */
@media screen and (max-width: 1024px) {
    .banner h5 {font-size: 40px;}
    .banner h5::before {font-size: 14px;}
}
@media screen and (max-width: 768px) {
    .banner {min-height: 300px;}
    .banner h5 {font-size: 26px;}
    .banner h5::after{height: 3rem;}
    .banblog h5::after {font-size: 60px;} 
    .banE h5::after {font-size: 60px;} 
    .banC h5::after {font-size: 60px;} 
}


@media screen and (max-width: 568px) {
    .banner {min-height: 300px;}
    .banner h5 {font-size: 26px;}
    .banner h5::after{height: 3rem;}
    .banblog h5::after {font-size: 40px;} 
    .banE h5::after {font-size: 40px;} 
    .banC h5::after {font-size: 40px;} 
}

@media screen and (max-width: 425px) {
    .banner {min-height: 300px;}
    .banner h5 {font-size: 26px;}
    .banner h5::after{height: 3rem;}
    .banblog h5::after {font-size: 30px;} 
    .banE h5::after {font-size: 30px;} 
    .banC h5::after {font-size: 30px;} 
}


@media screen and (max-width:320px) {
    .banner h5 {font-size: 20px;}
    .banner h5::before {font-size: 12px;} 
}




/* ====footer===================================================================================================================== */
/*Footer/＝＝＝＝＝*/
.footer {    padding: 80px 0 0;    background: #ddd6c6;}
.footer_info li p, .footer_info li p > a { font-weight: 600;   color: #285358; line-height: 220%;}
.footer_info {    display: flex;    padding: 0;    justify-content: space-between;}
.footer_logo {        display: none; }
.footer_logo img {    max-width: 100px;}
.footer_info ul {    display: flex;    align-items: flex-start;    justify-content: space-between;    width: 100%;}
.footer_info li {    padding: 0;}
.footer_info li:nth-child(1) {    width: 48%;}
.footer_info li:nth-child(2) {    width: 48%;    text-align: right;     padding: 0 0 20px 0;}

.footer_menu a {
    background: transparent;
    color: #285358;
    border: none;
    /* width: 42%; */
    display: block;
}
.footer_menu a:hover {    background: transparent; color: #0a3024;}

.box_link {
    top: 100%;
    width: 100%;
    text-align: left;
    padding: 0 13.5%;
    transition: all 0.3s;
}
.box_link a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: transparent;
    border-radius: 30px;
    font-size: 18px;
    padding: 2px;
    color: #285358;
    border: 1px #88888847 solid;
    transition: all .3s;
}


.box_link a:hover {    background: transparent;    color: #767676;}
.copy {    border: none;    padding: 25px 0 0px;    text-align: right;    width: 100%;    max-width:100%;    margin: 0 auto;  background-color: #2b5357;}
.copy, .copy a {    color: #ddd6c7; transition:all 0.3s;}
.copy a:hover {
    color: #90c8b6;
}

#to_top {      background: #285358;    border-radius: 20%;}


/*--RWD---------------------------------------*/

@media screen and (max-width: 1024px){
    /*.footer_info {padding: 0 80px 0 0;}*/
    .footer_menu a {    margin: 0 15px 4px 0;}
    .footer_info li p:before{margin: 0 5px 0px 40px;}
}

@media screen and (max-width: 768px) {
    /*footer*/
    .footer_info { align-items: center;}
    .footer_logo { text-align: center;}
    .footer_info ul { flex-direction: column;}
    .footer_info li:nth-child(1) { width: 100%;text-align: center;}
    .footer_info li:nth-child(2) { width: 100%; border-left: none;text-align: center;}
    .copy {    text-align: center;}
    .double_key {    text-align: center;}
    

    /*底部按鈕*/
    #to_top { bottom:60px;}
    #bottom_menu {display: block; }
    .footer.with_shopping_mode { padding:30px 0 0px; }

    .footer_menu {
        display: flex;
        width: 100%;
        justify-content: center;
        margin: 15px 0;
    }
    .copy {    padding: 10px  0 10px;}


    #bottom_menu li a{display: none;}
    .footer_info li+li{  margin-top: -20px;}
    .footer_info li {  padding: 10px; }
}

@media screen and (max-width: 600px) { 
    /*footer*/
    .footer_info ul { width: 100%;}

    /*聯絡icon*/
    .box_link { text-align: center;}
}
@media screen and (max-width: 425px) {
    .footer_menu {
        display: flex;
        width: 100%;
        justify-content: center;
        flex-direction: column;
    }
    .copy {
        padding: 10px 0 10px;
    }
    .footer_menu a {
        margin: 0 0px 4px 0;
    }
    .footer_info li p:before {
        margin: 0 5px 0px 0px;
    }
}


@media screen and (max-width: 375px) {
.main_part {
    padding: 0px 0px;
}}


.linksBtn{display: none;}
#to_top i:before, #to_top i:after{background: #F5EFE0;}
#to_top{    color: #F5EFE0;}
.box_link {display: none;}
.footer_info li p.fax:before{content: '傳真：';}




/* 文章管理================================== */
.blog_search input[type=search] {
    border-radius: 0;
}

.blog_le .accordion li .link:last-child {
    border-bottom: 1px solid #CCC;
}

.blog_box_edit {
    background: #fff;
    padding: 3em 3em;
    border-radius: 0rem;
    box-shadow: 0px 10px 50px 15px rgba(0, 0, 0, 0.05);
    min-height: 30vw;
}

body.blog_page .main_part {
    max-width: 90%;
    width: 1600px;
}

h4.blog_category_title {
    font-size: 26px;
    font-weight: 400;
    font-family: 'noto serif tc';
}

body.blog_page h4.blog_category_title {
    display: none;
}

.blog_subbox.clearfix {
    margin: 0 auto;
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 1fr;
}

.blog_subbox{display: flex;}

/*文章設定*/
.blog_le.fadeInLeft.animated15.clearfix {
    position: sticky;
    /* top: 100px; */
}

/*選單*/
h5.blog_le_t em {
    font-family: 'Noto Serif TC', serif;
}

.blog_le .accordion {
    border: none;
    border-radius: 0;
}

.accordion li .link {
    border: none;
}


.blog_le .accordion li {
    border-bottom: 1px solid #f9f9f9;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.blog_le .accordion>li:hover,
.blog_le .accordion>li.on_this_category {
    background: #2b5357 !important;
    transition: all 0.3s ease-in-out;
}

.blog_back a.article_btn_back {
    background: #2b5357;
    transition: all 0.3s ease-in-out;
}

.blog_back a.article_btn_back:hover {
    filter: brightness(1.2);
    transition: all 0.3s ease-in-out;

}

.blog_back a.article_btn_prev,
.blog_back a.article_btn_next {
    background: #535353;
}

.blog_back a.article_btn_prev:hover,
.blog_back a.article_btn_next:hover {
    filter: brightness(1.2);
    transition: all 0.3s ease-in-out;
}


h5.blog_le_t {
    display: none;
}

.blog_list_ri {
    width: calc(100%);
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    padding: 34px 0px 40px;
}

.blog_box {
    width: 90%;
    max-width: 1600px;
}

body.blog_page .subbox_item:hover .blog_list_le {
    transition: border-radius 1.2s cubic-bezier(.165, .84, .44, 1), filter .5s cubic-bezier(.165, .84, .44, 1), -webkit-filter .8s cubic-bezier(.165, .84, .44, 1);
}

.subbox_item {
    width: 100%;

    background-color: transparent;
    /* -webkit-box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 7%);
    box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 7%); */
    /* border-radius: 0 10px 10px 0; */
    overflow: hidden;
    margin-bottom: 2%;
    position: relative;
}

.subbox_item a {
    border-bottom: 1px solid #ccc;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    background: #F7F7F8;
    padding-right: 80px;
}

.subbox_item:hover img {
    transform: translate(-50%, -50%) scale(1.05);
    object-fit: cover;
    width: 100%;
    transition: all 0.4s ease;

}

.blog_list_le img {
    display: block;
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: all 5000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transform: translate(-50%, -50%) scale(1);
    width: 100%;
    height: 100%;

}

.blog_list_le {
    display: block;
    position: relative;
    text-align: center;
    overflow: hidden;
    padding: 0;
    padding-bottom: 0;
    aspect-ratio: 14/9;
    height: auto;
    width: 100%;
}

.subbox_item a:after {
    content: '';
    background: url(https://pic03.eapple.com.tw/leesclinic/buy_pic_cov_after.svg);
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 80%;
    height: 100%;
    background-repeat: no-repeat;
    z-index: -1;
    left: 50%;
    transform: translate(-45%, 39px);
    transition: all 0.3s ease-in-out;
    opacity: 1;
    border: none;

}

.subbox_item a:hover:after {
    width: 80%;
    transition: all 0.3s ease-in-out;
}

.subbox_item a:before {
    display: none;
}

.blog_list_ri em {
    order: 3;
    width: 100%;
    text-align: right;
    color: #c2bcac;
}

.blog_list_ri h5 {
    position: relative;
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 1.2px;
    margin-bottom: 14px;
    color: #2b5357;

}

.blog_list_ri p {

    margin-top: 10px;
    color: #595959;
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 1.5625;
    width: 100%;
    -webkit-line-clamp: inherit;
}

.blog_list_ri p:after {
    content: '...';
}

.subbox_item:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: #2b5357;
    transition: 0.3s;
    z-index: 1;
}

.subbox_item:hover:before {
    width: 100%;
    transition: all .5s;
}

.blog_back {
    width: 100%;
}

.news_related {    background: #e7e7e7;}

@media screen and (max-width: 1600px) {
    .blog_list_ri h5 {
        font-size: 20px;
    }

    .blog_list_ri p {
        font-size: 14px;
    }
}



@media screen and (max-width: 1200px) {
    .subbox_item a {
        grid-auto-flow: initial;
        padding-right: 0;
        gap: 0;
    }

    .blog_list_le {
        margin: auto;
    }

    .blog_subbox.clearfix {
        grid-template-columns: 1fr 1fr;
    }

    .subbox_item a {
        grid-template-columns: 1fr;
    }

    .blog_list_ri {
        max-width: 90%;
        margin: auto;
    }
}

@media screen and (max-width: 768px) {
    .blog_le.fadeInLeft.animated15.clearfix {
        position: relative;
        top: auto;
    }

    .blog_list_le {
        width: 100%;
    }

    .blog_list_ri {
        width: 100%;
        padding: 0;
    }

    .blog_list_ri p {
        margin-top: 7px;
        margin-bottom: 19px;
        -webkit-line-clamp: inherit;
    }

    .blog_subbox.clearfix {
        grid-template-columns: 1fr;
    }

    .blog_list_ri i {
        bottom: -7px;
    }

    .blog_list_le {
        width: 100%;
    }

    .blog_list_ri {
        width: 100%;
        padding: 20px 0px 40px;
    }

    .blog_list_ri h5 {
        -webkit-line-clamp: initial;
    }
}

@media screen and (max-width: 476px) {
    .blog_box {
        width: 100%;
    }

    .blog_box_edit {
        padding: 2em 2em;
        border-radius: 1rem;
    }


}



/* 表投產品、按鈕版面統一調 */
@media screen and (max-width: 1550px) {

    .stellarnav.desktop>ul,
    .tp_links,
    .nav-header {
        max-width: 1100px;
    }
}

@media screen and (max-width: 1400px) {

    .stellarnav.desktop>ul,
    .tp_links,
    .nav-header {
        max-width: 1350px;
    }

    .box_search,
    a.tp_btn_notice,
    a.tp_btn_cart {
        position: relative;
        top: 0;
        right: 3.5rem;
    }

    .me_tp_features {
        display: none;
        text-align: right;

    }
}

@media screen and (max-width: 768px) {
    .me_tp_features {
        background: #BC957B;
        text-align: center;
        padding: 6px;
    }

    .box_search,
    a.tp_btn_notice,
    a.tp_btn_cart {
        right: auto;
        color: #fff;
    }

    .stellarnav .menu-toggle {
        margin-top: 0px;
    }

}




/*相簿*/

.other_album {
    display: none;
}

.show-list .item
{background-color: #28535800;}

.show-list .item a {
    text-align: center;
}

.other_subalbum li a p {
    letter-spacing: 1px;
    padding-top: 21px;
    padding-bottom: 13px;
    border-bottom: 1pt solid #285358;
}


.show-list .item a {

    padding-top: 43px;
}


.subalbum-menu h2 {
    font-size: 20px;
    color: #575757;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 2px;
    font-weight: 400;
    background: #f0f0f094;
    padding: 10px 0px;
}

.show-list .show_name {
    font-weight: 400;
    color: #525252;
    font-family: 'Noto Sans TC';
}

.show-list .item:hover .show_name {
    color: #444;
}

.other_album_choice li {
    background: #8aa2b5;
}

.other_album_choice li:hover {
    background: #285358;
}


.other_album_choice li a {
    color: #fff;
    letter-spacing: 1px;
}


.pic-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}


.pic-list .show_pic {
    border-radius: 10px;
}





/*相簿外層特效*/


.overlay {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: transparent;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: 1;
    transition: opacity 0.1s, transform 0.1s;
  }




  .overlay:hover:before {
    opacity: 1;
    transform: scale(1);
    

}

.show-list .item a:hover .show_pic img {
    transform: translate(0%, 0%) scale(1.15);
    filter: none;
    transition: all .6s;
}
    
.show_pic img {
    transition: all .6s;
}


/*==========================聯絡==============================*/
.contact_form li input.noborder{background-color: #f5f3ec;}
.contact_form li textarea.noborder{background-color: #f5f3ec;}
.blank_letter{    color: #285358;}
.list_before.info li{    color: #535362;}
.contact_form li .form__label{    color: #535362;    max-width: 210px;   text-align: left;  background: rgb(163 182 216 / 0%);}
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert{    color: #535362;}
.contact_form li.last cite{    background: #2b5357;}
.contact_le_map a{    background: #2e5357;}
.contact_form li{    grid-template-columns: 220px 1fr;}


.contact_form li{ display: flex;
    grid-template-columns: 90px 1fr;
    grid-gap: 10px;
    flex-direction: column;}