@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/
/*大圖校稿用*/
.stellarnav>ul>li>ul,
.double_key {
    display: none !important;
}

.swiper-fade .swiper-slide {
    transition: opacity 0.001s linear !important;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 商品下拉超過30個變大
.stellarnav.desktop li.bigMenu>ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    left: 0;
    width: 100%;
    position: fixed;
    padding: 20px;
}

.stellarnav.desktop li.bigMenu ul ul {
    top: 100%;
    left: 0;
    width: 100%;
    background: #efefef;
    height: auto;
    max-height: 300px;
    overflow: auto;
}

.stellarnav.desktop li.bigMenu ul ul li {
    margin: 0;
}

.stellarnav.hasBigMenu li.bigMenu li.has-sub>a:after {
    border-left: 6px solid transparent;
    border-bottom: unset;
    border-right: 6px solid transparent;
    border-top: 6px solid #898989;
    right: 5px;
}
*/
/* 主分類超過30個但次分類直接顯示 
.stellarnav.desktop li.bigMenu>ul{grid-gap: 10px;}
.stellarnav.desktop li.bigMenu li{border: 0;}
.stellarnav.desktop li.bigMenu>ul>li>a{border: 1px solid #ddd;}
.stellarnav.desktop li.bigMenu ul ul{display: block !important; position: relative; top: 0; background: unset; border: 0;}
.stellarnav.desktop li.bigMenu ul ul li{border: 0;}
 主分類超過30個但次分類直接顯示-結束 */

/* 商品下拉超過30個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/

.navigation {
    display: flex;
    align-items: center;
    padding: 10px 0;
    gap: 60px;
    font-family: 'Open Sans', 'Noto Sans TC', sans-serif;
}

.nav-header {
    max-width: 100px;
    padding: 8px 0;
}

.pageIndex .header_area,
.pageIndex .header_area.sticky {
    display: none;
}

.pageIndex .double_key {
    visibility: hidden;
    pointer-events: none;
}

.nav-brand,
.nav-brand img {
    display: block;
}

.header_area,
.header_area.sticky {
    background: #fff;
    padding: 0 5%;
    position: relative;
    transition: all ease 0.3s;
}

.main_header_area .container {
    max-width: 100%;
}

.stellarnav {
    margin-left: auto;
}

.stellarnav li.has-sub>a:after {
    content: none;
}

.stellarnav>ul>li>a:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #222;
    transform: scale(0, 1);
    transform-origin: bottom right;
    transition: transform .3s;
}

.stellarnav>ul>li:hover>a:before {
    transform: scale(1, 1);
    transform-origin: bottom left;
}

.stellarnav>ul>li>a,
.stellarnav>ul>li.has-sub>a {
    padding: 0 2px;
    color: #222;
    font-size: 14px;
    margin: 0 12px;
    letter-spacing: 1.5px;
    font-weight: 500;
    line-height: 26px;
    height: auto;
    transition: all ease .3s;
}

.stellarnav:hover>ul>li>a,
.stellarnav:hover>ul>li.has-sub>a {
    filter: opacity(.35);
}

.stellarnav:hover>ul>li:hover>a,
.stellarnav:hover>ul>li.has-sub:hover>a {
    filter: opacity(1);
    color: #000;
}

.swiper-pagination,
.box_search,
.me_tp_features a.me_tp_mail,
.me_tp_features a * {
    display: none;
}

.me_tp_features {
    order: 1;
    max-width: max-content;
}

.tp_links {
    display: flex;
    flex-flow: row wrap;
    gap: 10px;
    width: max-content;
}

.me_tp_features a:before {
    content: '';
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
}

.me_tp_line {
    order: 1;
}

.me_tp_call {
    order: 2;
}

.me_tp_ig {
    order: 4;
}

.me_tp_behance {
    order: 5;
}

.me_tp_fb {
    order: 3;
}

.me_tp_line:before {
    background-image: url(https://pic03.eapple.com.tw/timemory/linee.svg);
}

.me_tp_call:before {
    background-image: url(https://pic03.eapple.com.tw/timemory/calll.svg);
}

.me_tp_ig:before {
    background-image: url(https://pic03.eapple.com.tw/timemory/igg.svg);
}

.me_tp_behance:before {
    background-image: url(https://pic03.eapple.com.tw/timemory/bee.svg);
}

.me_tp_fb:before {
    background-image: url(https://pic03.eapple.com.tw/timemory/fbb.svg);
}

.tp_links a {
    filter: invert(1);
    width: 30px;
    height: 30px;
    transition: all ease .3s;
}

.tp_links:has(a:hover) a:not(:hover) {
    opacity: .35;
}


/*大圖*/
.swiper-slide:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 6.875%;
    height: 100%;
    aspect-ratio: 21/25;
    background: url(https://pic03.eapple.com.tw/timemory/slogan.png) no-repeat center / cover;
}

.swiper-slide img {
    object-fit: cover;
    min-height: 100vh;
}

#content_main,
.pageIndex .footer_info li:nth-child(1),
.pageIndex .footer_menu a:not(:nth-of-type(2)),
.pageIndex .footer_menu a:after,
.pageIndex .copy,
.pageIndex .info_fix,
.swiper-pagination {
    display: none;
}

.pageIndex .footer {
    padding: 0;
}

.pageIndex .footer_menu a:nth-of-type(2) {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    color: transparent;
}

.pageIndex .footer_info li:nth-child(2) {
    padding: 0;
}

/*
.bannerindex:before {
    position: absolute;
    content: '';
    background: linear-gradient(to bottom, rgba(255, 255, 255, .5) 7%, transparent 35%);
    width: 100%;
    height: 100%;
    z-index: 9;
}
*/
.bannerindex {
    position: fixed;
    height: 100vh;
    padding: 0;
}

/*body*/
.path {
    display: none;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {
    background: none;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相簿*/
.show-list {
    grid-template-columns: 1fr 1fr;
}

.show-list .show_name {
    text-align: center;
}

.show-list .show_pic {
    aspect-ratio: 5 / 3;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本列表
.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 {
    background: transparent;
    font-family: 'Open Sans', 'Noto Sans TC', sans-serif;
    letter-spacing: 1px;
    padding: 48px 0 0;
    margin: 0 auto;
    background: #f5f5f5;
}

.footer_logo,
.box_link,
.footer_menu a:first-of-type {
    display: none;
}

.footer .center {
    max-width: 90%;
}

.footer_info li {
    padding: 0;
}

.footer_info li:nth-child(1) {
    padding: 0 0 24px;
}

.footer_info li:nth-child(2) {
    padding: 24px 0;
}

.footer_info {
    display: flex;
    padding-right: 0;
}

.footer_info li p {
    letter-spacing: 1px;
    color: #444;
    line-height: 2;
    display: block;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 13px;
    transition: all ease 0.3s;
}

.footer_info li p a {
    color: #444;
    width: max-content;
    transition: all ease 0.3s;
}

.copy,
.copy a,
.copy a:hover {
    color: #444;
    letter-spacing: .5px;
    font-weight: 500;
}

.privacyLinks a+a {
    border-color: #444;
}

.copy {
    font-size: 12px;
    white-space: inherit;
    padding: 24px 0;
    width: 90%;
    margin: 0 auto;
    border-top: 1px solid #ddd;
}

.footer_menu a,
.footer_menu a:hover {
    display: block;
    padding: 0;
    border: none;
    margin: 0;
    color: #222;
    background: none;
    font-size: 13px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    transition: all ease 0.3s;
}

.footer_menu:has(a:hover) a:not(:hover) {
    opacity: .35;
}

.footer_menu a:hover {
    color: #000;
}

.footer_menu {
    display: flex;
    flex-flow: row wrap;
    gap: 24px;
}

.footer_menu a:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    margin-top: 4px;
    background-color: #222;
    transform: scale(0, 1);
    transform-origin: bottom right;
    transition: transform .3s;
}

.footer_menu a:hover:after {
    transform: scale(1, 1);
    transform-origin: bottom left;
}

.footer_info li p.line:before {
    content: 'LINE ID';
}

.footer_info li p.tel:before {
    content: 'TEL';
}

.footer_info li p.phone:before {
    content: 'PHONE';
}

.footer_info li p.mail:before {
    content: 'MAIL';
}

.footer_info li p.add:before {
    content: 'ADDRESS';
}

.footer_info li p:before {
    margin: 0;
    WIDTH: 100px;
    display: inline-block;
}

@media screen and (max-width: 768px) {

    /* 開啟手機板下方按鈕所需設定 */
    #bottom_menu {
        display: none;
    }


    #to_top {
        bottom: 60px;
    }
}

@media screen and (max-width: 600px) {}