@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/
body {
    overflow-x: hidden;
    font-family: 'Noto Sans TC', 'Microsoft JhengHei', sans-serif;
}

.stellarnav>ul>li:nth-of-type(2)>ul>li:first-of-type,
.swiper-pagination {
    display: none;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/

.navigation {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.nav-header {
    max-width: 170px;
    padding: 10px 0;
    transition: all ease 0.5s;
}

.sticky .nav-header {
    max-width: 140px;
}

.nav-brand,
.nav-brand img {
    display: block;
}

.header_area,
.header_area.sticky {
    background: #FFF;
    box-shadow: 0 0 20px rgba(0 0 0 / 8%);
    padding: 0;
}

.main_header_area .container {
    max-width: 100%;
    padding: 0 1% 0 1.5%;
}

.stellarnav ul {
    font-family: "Noto Sans TC", sans-serif;
}

.stellarnav li.has-sub>a:after {
    content: none;
}

.stellarnav>ul>li>a,
.stellarnav>ul>li.has-sub>a:not(.dd-toggle) {
    padding: 0 2px;
    height: auto;
    color: #444;
    letter-spacing: .5px;
    display: block;
    font-weight: 500;
    margin: 0 12px;
    text-transform: none;
    transition: all ease 0.5s;
}

.stellarnav>ul>li:hover>a,
.stellarnav>ul>li.has-sub:hover>a:not(.dd-toggle) {
    color: #003f8d;
}

/*次分類*/
.stellarnav ul ul {
    background: transparent;
}

.stellarnav>ul>li>ul {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
}

.stellarnav li li {
    background: #fff;
    margin-bottom: 0;
    text-align: center;
    transition: all ease .3s;
}

.stellarnav li li:hover {
    background: #003f8d;
}

.stellarnav li li a:not(.dd-toggle),
.stellarnav li li.has-sub>a:not(.dd-toggle),
.stellarnav li li.has-sub:hover li a:not(.dd-toggle) {
    color: #666;
    font-weight: 500;
    padding: 10px 18px;
    font-size: 14px;
    line-height: initial;
    height: auto;
    margin: 0;
    position: relative;
}

.stellarnav li li:hover a:not(.dd-toggle),
.stellarnav li li.has-sub:hover a:not(.dd-toggle),
.stellarnav li li.has-sub:hover li:hover a:not(.dd-toggle) {
    color: #fff;
}

/*cta*/
.tp_links a.me_tp_fb,
.tp_links a.me_tp_line,
.tp_links a.me_tp_mail,
.tp_links a.me_tp_ig,
.tp_links a.me_tp_call>i {
    display: none;
}

.tp_links a.me_tp_call:before {
    content: url(https://pic03.eapple.com.tw/yupeng/h_call.svg);
    width: 100%;
    height: 56px;
    display: block;
}

.me_tp_features {
    order: 1;
    max-width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.tp_links a:hover {
    animation: ring 1.2s infinite;
}

@keyframes ring {
    0% {
        transform: scale(1);
    }

    10%,
    20% {
        transform: scale(0.9) rotate(-3deg);
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale(1.05) rotate(3deg);
    }

    40%,
    60%,
    80% {
        transform: scale(1.05) rotate(-3deg);
    }

    100% {
        transform: scale(1) rotate(0);
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#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 設定*/
.banner {}

.banner h5 {}

.banner.banA {}

.banner.banB {}

.banner.banC {}

.banner.banD {}

.banner.banE {}

.banner.banblog {}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬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; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*footer*/
.footer_info li p.mail:before {
    content: 'Email：';
}

.footer_info li p.taxid:before {
    content: '服務地區：';
}

.footer_info li p.tel:before {
    content: '手機：';
}

.footer_info li p.tel2:before {
    content: '營業時間：';
}

.footer_info li:nth-child(1) {
    display: flex;
    flex-flow: column wrap;
}

.footer_info li p.tel {
    order: 1;
}

.footer_info li p.mail {
    order: 2;
}

.footer_info li p.add {
    order: 3;
}

.footer_info li p.taxid {
    order: 4;
    pointer-events: none;
}

.footer_info li p.tel2 {
    order: 5;
    pointer-events: none;
}

.footer_info li p.line {
    order: 6;
    margin-top: 20px;
}

.footer_info li p.add2 {
    order: 7;
}

.footer_info li p.line a:before {
    content: 'LINE：';
}

.footer_info li p.add2 a:before {
    content: '臉書 ：';
}

.footer_info li p.add2:before {
    content: "\f39e";
    padding: 0 3px;
}

.footer_info li p.line:before {
    content: "\f3c0";
}

.footer_info li p.line:before,
.footer_info li p.add2:before {
    font-weight: 400;
    font-family: 'Font Awesome 6 Brands';
    font-size: 18px;
}

.footer_info li p.line,
.footer_info li p.add2 {
    background: #003f8d;
    width: 180px;
    padding: 4px 12px;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    border-radius: 33px;
    transition: all ease 0.4s;
}

.footer_info li p.line:hover,
.footer_info li p.add2:hover {
    transform: scale(1.08);
    background: #ffaa00;
}

.footer {
    padding: 180px 0 0;
    background: transparent;
    overflow: hidden;
    font-family: 'Noto Sans TC', Microsoft JhengHei, sans-serif;
}

.footer:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url(https://pic03.eapple.com.tw/yupeng/fo_bg.jpg) no-repeat;
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1;
    -webkit-animation: waty 32s linear infinite alternate;
    animation: waty 32s linear infinite alternate;
}

@keyframes waty {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 100% 0;
    }
}

.footer .center {
    max-width: 1100px;
    padding: 0 5%;
}

.footer_logo {
    width: 200px;
    margin: 0;
}

.footer_logo img {
    max-width: 100%;
    display: block;
    filter: grayscale(1) contrast(0) brightness(15);
}

.footer_info {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    gap: 0;
}

.footer_info,
.footer_info li {
    padding: 0;
}

.footer_info li+li {
    margin-top: 0;
}

.footer_info ul {
    letter-spacing: 0;
    display: flex;
    flex-flow: row wrap;
    width: calc(100% - 200px);
    margin-bottom: 55px;
    padding-left: calc(50% - 310px);
}

.footer_info li:before {
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 26px;
    display: block;
    font-family: 'Arial';
}

.footer_info li:nth-child(1):before {
    content: "CONTACT DETAILS";
    grid-column: 1 / -1;
}

.footer_info li:nth-child(2):before {
    content: "NAVIGATION";
    left: 0;
    position: absolute;
}

.footer_info li:nth-child(1) {
    width: calc(100% - 140px);
    display: flex;
    flex-flow: column wrap;
}

.footer_info li p {
    letter-spacing: 0;
    color: #fff;
    line-height: 175%;
    display: block;
    margin-bottom: 5px;
    font-weight: 400;
}

.footer_info li p a {
    color: #fff;
    width: max-content;
}

.footer_info li p:before {
    color: #fff;
    font-weight: 400;
}

.footer_info li:nth-child(2) {
    width: 140px;
    position: relative;
}

.footer_menu {
    margin-top: 50px;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 18px 60px;
}

.footer_menu a {
    padding: 0;
    border: none;
    color: rgba(255, 255, 255, .7);
    background: transparent;
    width: max-content;
    text-align: left;
    margin: 0;
    line-height: 175%;
    transition: all 0.3s;
}

.footer_menu a:hover {
    background: transparent;
    color: #fff;
}

.footer_menu a:first-of-type,
.box_link {
    display: none;
}

.copy,
.copy a,
.copy a:hover {
    color: rgba(255, 255, 255, .5);
}

.privacyLinks a+a {
    border-color: rgba(255, 255, 255, .5);
}

.copy {
    font-size: 13px;
    white-space: inherit;
    padding: 0 0 24px;
    border-top: none;
    margin-top: 12px;
}



@media screen and (max-width: 768px) {
    #bottom_menu li:nth-of-type(n+2) {
        display: none;
    }

    .footer.with_shopping_mode {
        padding: 40px 0;
    }

    #to_top {
        bottom: 68px;
    }
}

@media screen and (max-width: 600px) {}