@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n)

*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&family=Zen+Maru+Gothic:wght@300;400;500;700&display=swap');


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.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;
}


#page {}

.bannerindex {
    overflow: hidden;
}

.bannerindex::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent 0%, transparent 45%, #ffffff3b 50%, #ffffff6b 55%, #ffffff3a 60%, transparent 65%, transparent 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000000;
    animation: bg-shin 3s infinite cubic-bezier(0.73, 0.08, 0.11, 0.99);

}

@keyframes bg-shin {
    0% {
        transform: translate(-100%, 0%);
    }

    100% {
        transform: translate(100%, 0%);

    }
}










.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/chollimaseat/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/chollimaseat/bg-05.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-active::after {
    transform-origin: 50% 50%;
    animation: bg-active-2 1.5s forwards cubic-bezier(0.73, 0.08, 0.11, 0.99);
}





.swiper-wrapper .swiper-slide:nth-child(1)::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/chollimaseat/bg-06.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)::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/chollimaseat/bg-07.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-active::before {
    transform-origin: 50% 80%;
    animation: bg-active-1 1.5s forwards cubic-bezier(0.73, 0.08, 0.11, 0.99);
}


@keyframes bg-active-1 {
    0% {
        opacity: 0;
        transform: translate(5%, 0);
    }

    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}


@keyframes bg-active-2 {
    0% {
        opacity: 0;
        transform: translate(-5%, 0);
    }

    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}



@media screen  and (max-width: 768px){
    .swiper-banner .swiper-slide img{
        max-width: 200%;
    }
    .swiper-wrapper .swiper-slide:nth-child(1)::before{
        background-position: 90%;
    }
    .swiper-wrapper .swiper-slide:nth-child(1)::after{
        background-position: 90%;
    }
    .swiper-wrapper .swiper-slide:nth-child(2)::before{
        background-position: -60px;
    }
    .swiper-wrapper .swiper-slide:nth-child(2)::after{
        background-position: -60px;
    }
    .bannerindex::after{
        width: 200%;
        max-width: 200%;
    }
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 頁面的麵包屑 首頁/頁面名稱/ */
.path {
    display: none;
}

/*首頁+聯絡按鈕*/
.animated-arrow {
    background: #1b2485;
    border-bottom: 0;
    padding: 0;
    color: #fff;
}
.animated-arrow:hover {
    padding: 0;
}

.swiper-pagination {
    display: none;
}


/*預設解除背景輪播*/
#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;
    }
}

#content {
    width: 100%;
    min-height: 80vh;
    background: #0a0a0a;
}

#content_main {

    background: #0a0a0a;
}




/* 相簿 */

.module_i_album .title_i_box h6 {
    display: none;
}

.module_i_album .title_i_box h4 {
    font-size: 40px;
    color: #EC7F26;
    font-weight: 1000;
}

.module_i_album section {
    max-width: 1440px;
}

.i_album_list li a p {
    width: 100%;
    height: fit-content;
    position: relative;
    left: 0;
    bottom: 0;
    background: transparent;
    color: #fff;
    font-size: 24px;
    font-weight: 1000;
    margin-top: 20px;
}















/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*選單設定*/
.header_area {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100000;
    padding: 0;
    background: transparent;
    transition: all 0.3s;
}

.header_area.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100000;
    background: transparent;
    transition: all 0.3s;
}

.header_area .main_header_area {
    background: transparent;
    transition: all 0.3s;
}

/*  */


/* 購物籃 */
.tp_links {
    display: none;
}

.box_search {
    display: none;
}

.box_search input[type=text] {
    display: none;
    background: url(../images/search-icon.png) no-repeat 9px center #fff;
    border: 0;
    padding: 2px 0px 4px 42px;
    width: calc(20% - 42px);
    border-radius: 10em;
    transition: all .5s;
    outline: none;
    background-color: transparent;
    border-bottom: 1px #3F3F3F solid;
    border-radius: 0;
    transition: all 0.3s;
}

.box_search input[type=text]:hover {
    color: #3F3F3F;
    transition: all 0.3s;
}

.box_search input[type=text]:focus {
    color: #3F3F3F;
    transition: all 0.3s;
}

.shop_search_btn {
    display: none;
    background: #3F3F3F;
    color: #fff;
    font-size: 13px;
    border: none;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    padding: 4px 15px;
    cursor: pointer;
}

.box_search {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 60%;
    margin-bottom: 0;
    margin-right: 30px;
}

.me_tp_features a {
    margin: 0 0;
}

.me_tp_features a.tp_btn_cart {
    margin-right: 20px;
}

.me_tp_features a.tp_btn_cart span {
    display: none;
}

.me_tp_features a.tp_btn_notice span {
    display: none;
}

.pageIndex .me_tp_features a i {
    margin: 0 3px;
    color: #fff;
    transition: all 0.3s;
}

.header_area.sticky .me_tp_features a i {
    margin: 0 3px;
    color: #fff;
    transition: all 0.3s;
}






/* LOGO */

.header_area .nav-brand img {
    max-width: 100%;
    filter: none;
    transition: all 0.3s;
}

.header_area.sticky .nav-brand img {
    max-width: 100%;
    transition: all 0.3s;
}


.header_area .nav-brand::before {
    content: "";
    display: block;
    width: 0%;
    height: 110%;
    border: 1px #ffffff65 solid;
    position: absolute;
    top: 0%;
    left: 0%;
    opacity: 0;
    transition: all 0.3s;
}

.header_area.sticky .nav-brand::after {
    content: "";
    display: block;
    width: 150%;
    height: 180%;
    opacity: 1;
    transition: all 1s;
}









/*  */
.nav-menu {
    margin: 0;
}

.main_header_area .container {
    max-width: 90%;
}

.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: #D6A981;
}

.nav-dropdown>li:hover>a,
.nav-dropdown>li.focus>a {
    color: #D6A981;
}

.nav-dropdown>li {
    text-align: center;
}

.me_tp_features {
    position: absolute;
    display: flex;
    width: auto;
    right: -30px;
    z-index: 500000;
    vertical-align: middle;
    margin-bottom: 0;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    top: 23px;
}




.stellarnav>ul>li>a {
    padding: 0;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    height: 30px;
    margin: 0 25px;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s;
}

.pageIndex .stellarnav>ul>li>a {
    color: #fff;
}
.stellarnav > ul > li.has-sub > a{
    padding-right: 0;
}
.navigation {
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.nav-header {
    position: relative;
    max-width: 140px;
    top: 10px;
}

.stellarnav li.has-sub>a:after {
    display: none;
}


/*  */
.stellarnav {
    width: auto;
    padding: 10px 50px;
    position: relative;
}

.header_area .main_header_area .stellarnav::before {
    content: "";
    display: block;
    width: 64px;
    height: 0;
    background: linear-gradient(90deg, transparent, transparent);
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    left: 18px;
    transition: all 0.3s;
}

.header_area.sticky .main_header_area .stellarnav::before {
    left: 0;
    height: 79px;
    width: 100%;
    background: #1b2485;
    transition: all 1.5s;
}

.header_area .main_header_area .stellarnav::after {
    content: "";
    display: block;
    width: 64px;
    background: transparent;
    height: 81px;
    border: 1px #fff solid;
    position: absolute;
    top: 50%;
    left: 18px;
    opacity: 0;
    transform: translate(0, -50%);
    transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.header_area.sticky .main_header_area .stellarnav::after {
    left: -1px;
    opacity: 1;
    width: calc(100% + 2px);
    z-index: -1;
    transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.header_area.sticky .main_header_area .stellarnav>ul>li>a {
    padding: 0;
    color: #fff;
    transition: all 0.3s;
    z-index: 100;
}

.header_area.sticky .main_header_area .stellarnav>ul>li>a:hover b {
    color: #fff;
    font-weight: 500;
    transition: all 0.3s;
}

.header_area .main_header_area .stellarnav>ul>li:after {
    content: "";
    display: block;
    width: 0%;
    height: 3px;
    background-color: #EC7F26;
    border-radius: 5px;
    margin: 0 auto;
    opacity: 0;
    transition: all 0.3s;
}

.header_area.sticky .main_header_area .stellarnav>ul>li:after {
    opacity: 1;
    transition: all 0.3s;
}

.header_area.sticky .main_header_area .stellarnav>ul>li:hover:after {
    width: 20%;
    transition: all 0.3s;
}

/*  */


/*下拉*/
.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: #E07F26;
    ;
    color: #fff
}

.nav-dropdown>li:hover>a .submenu-indicator-chevron,
.nav-dropdown>.focus>a .submenu-indicator-chevron {
    border-color: transparent #fff #fff transparent;
}

.stellarnav ul ul {
    background: #00000042;
}

/*  */
.stellarnav li li {
    position: relative;
    z-index: 1;
    background-color: #000000c9;
    overflow: hidden;
    box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.10);
    padding: 12px 20px;
    text-decoration: none;
    transition: all 0.3s;
}

.stellarnav li li a {
    color: #fff;
    font-size: 15px;
    font-weight: 1000;
    letter-spacing: 0px;
    text-align: left;
    text-decoration: none;
    padding: 0;
    text-transform: uppercase;
    display: block;
    transform-origin: center left;
    transition: color 0.3s ease;
    position: relative;
    z-index: 1;
    transition: all 0.3s;
}

.stellarnav li li:hover {
    color: #fff;
    background: #E07F26;
    transition: all 0.3s;
}


/*  */




.stellarnav li li {
    border: 1px #ffffff47 solid;
    margin-bottom: -1px;
}

.stellarnav>ul>li>a b {
    font-family: Arial, Helvetica, sans-serif;
}


@media screen and (max-width: 1440px) {
    .stellarnav>ul>li>a {
        margin: 0 5px;
    }

}



@media screen and (max-width: 1200px) {
    .stellarnav>ul>li>a {
        margin: 0 5px;
    }

    .header_area.sticky .nav-brand::before {
        width: 130%;
    }

    .header_area.sticky .nav-brand::after {
        width: 130%;
    }

    .nav-brand {
        display: inline-block;
        width: 160px;
    }





    .header_area .main_header_area .stellarnav::before {
        content: "";
        display: block;
        width: 64px;
        height: 120px;
        background: linear-gradient(90deg, transparent, transparent);
        position: absolute;
        top: 30%;
        transform: translate(0%, -50%);
        left: 18px;
        transition: all 0.3s;
    }

    .header_area .main_header_area .stellarnav::after {
        content: "";
        display: block;
        width: 64px;
        background: transparent;
        height: 120px;
        border: 1px #fff solid;
        position: absolute;
        top: 30%;
    }

    .header_area.sticky .main_header_area .stellarnav::before {
        height: 120px;
    }
}

@media screen and (max-width: 1024px) {
    .stellarnav ul {
        text-align: right;
    }

    .stellarnav {
        width: auto;
        padding: 10px 10px;
        position: relative;
    }

    .main_header_area .container {
        max-width: 95%;
    }
}




@media screen and (max-width: 768px) {
    .header_area {
        top: 0;
    }

    .navigation {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .nav-header {
        max-width: 70px;
    }

    .me_tp_features {
        display: none;
    }

    .header_area.sticky {
        top: 0;
    }

    .header_area .main_header_area .stellarnav::after {
        display: none;
    }

    .header_area.sticky .nav-brand::before {
        display: none;
    }

    .header_area .nav-brand::before {
        display: none;
    }

    .header_area.sticky .nav-brand::after {
        display: none;
    }

    .stellarnav>ul {
        text-align: center;
        padding: 0px 0;
    }

    .stellarnav.mobile {
        position: absolute;
        left: 0;
        top: 10px;
        width: auto;
        display: inline-block;
        padding: 0;
    }

    .header_area.sticky .main_header_area .stellarnav>ul>li:hover:after {
        display: none;
        transition: all 0.3s;
    }

    .stellarnav.mobile.right .close-menu,
    .stellarnav.mobile.left .close-menu {
        background: #E07F26;
        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: #000000eb;
    }

    .stellarnav.mobile>ul>li>a b:nth-child(2) {
        font-size: 12px;
        vertical-align: bottom;
        letter-spacing: 2px;
    }

    .stellarnav.mobile li.open {
        background: #000000eb;
    }

    .stellarnav.mobile ul ul {
        background-color: #000000eb;
    }

    .stellarnav.mobile>ul>li {
        border-bottom: 1px #E07F26 solid;
    }

    .stellarnav.mobile li a {
        border-bottom: 1px solid #E07F26;
        background-color: transparent;
    }

    .stellarnav>ul>li>ul>li>a {
        background-color: #fff;
        border: 0;
        padding: 15px 15px;
    }

    .stellarnav>ul>li>ul>li {
        border: 0;
        background-color: #fff;
    }

    .stellarnav.mobile ul ul li {
        background-color: #000000eb;
    }

    .stellarnav.mobile li.open li.open {
        background: #171717e0;
        padding: 3px;
    }

    .stellarnav.mobile li li.has-sub a {
        padding: 10px 43px 10px 10px;
        border: 0;
    }

    .stellarnav a.dd-toggle .icon-plus:after {
        border-bottom: solid 3px #E07F26;
    }

    .stellarnav a.dd-toggle .icon-plus:before {
        border-bottom: solid 3px #E07F26;
    }

    .header_area .main_header_area .stellarnav::before {
        display: none;
    }

    .navigation {
        padding: 0px 0;
    }

    .nav-brand {
        display: inline-block;
        width: 120px;
    }

    .navigation {
        justify-content: flex-end;
    }

    .stellarnav .menu-toggle:after {
        color: #fff;
    }

    .stellarnav .menu-toggle span.bars span {
        background: #fff;
    }

    .stellarnav.mobile>ul {
        border-top: 0;
    }

    .header_area.sticky .main_header_area .stellarnav>ul>li>a {
        padding: 20px 10px;
        color: #fff;
        transition: all 0.3s;
    }

    .stellarnav {
        width: auto;
        padding: 10px 10px;
    }

    .header_area.sticky .main_header_area {
        background: #000;
        transition: all 0.3s;
    }

    .stellarnav.mobile li a {
        border-bottom: 0;
        background-color: transparent;
    }

    .nav-header {
        z-index: 0;
        max-width: 70px;
        position: absolute;
        left: 50%;
        transform: translate(-50%,0%);
    }

    .pageIndex .header_area .stellarnav .menu-toggle span.bars span {
        background: #fff;
    }

    .pageIndex .header_area.sticky .stellarnav .menu-toggle span.bars span {
        background: #fff;
    }

    .pageIndex .header_area .stellarnav .menu-toggle:after {
        color: #fff;
    }

    .pageIndex .header_area.sticky .stellarnav .menu-toggle:after {
        color: #fff;
    }

    .header_area .stellarnav .menu-toggle span.bars span {
        background: #fff;
    }

    .header_area.sticky .stellarnav .menu-toggle span.bars span {
        background: #fff;
    }

    .header_area .stellarnav .menu-toggle:after {
        color: #fff;
    }

    .header_area.sticky .stellarnav .menu-toggle:after {
        color: #fff;
    }

    .stellarnav.mobile>ul>li>a {
        text-align: left;
        overflow: auto;
        height: auto;
        line-height: 150%;
        color: #fff;
        padding: 20px 10px;
    }

    .stellarnav.mobile>ul>li>a.dd-toggle {
        padding: 20px 10px;
        position: absolute;
    }
}

@media only screen and (max-width: 570px) {
    .stellarnav .menu-toggle {
        padding: 15px 10px;
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*Footer*/
.footer {
    border-top: none !important;
    padding: 50px 0 0;
    background-color: #020507;
    background-image: url(https://pic03.eapple.com.tw/chollimaseat/footer-22.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    width: 100%;
}

.footer_info {
    padding: 0;
    display: flex;
    align-items: center;
}

.footer .box_link {
    display: none;
}

.footer_info ul {
    display: inline-block;
    vertical-align: top;
    width: 60%;
}

.footer_info li p {
    color: #fff;
}

.footer_info li p a {
    color: #fff;
}

.footer_info li:nth-child(2) {
    display: none;
}

.footer_menu {
    border-bottom: none !important;
}

.copy {
    background: transparent;
    color: #fff;
    border: 0;
}

.copy a {
    color: #fff;
}

.footer_menu a:hover {
    background: #D3AE22;
}

.footer_menu a {
    transition: all 0.3s;
}

.footer .fix_ri {
    width: 50px;
    box-sizing: border-box;
    position: fixed;
    bottom: 80px;
    right: 10px;
    z-index: 99;
    text-align: center;
}

.footer_logo {
    display: inline-block;
    vertical-align: top;
    max-width: fit-content;
    margin: 0;
    margin-right: 5%;
}



.info_fix_links{
    display: flex !important;
}

.linksBtn {
    background-color: #cc3f3f;
    display: none;
}
.info_fix:hover>.linksBtn {
    background: #992f2f;
}



.info_fix_links a.info_fix_fb {
    background: #3b5998;
}
.info_fix_links a.info_fix_fb:hover {
    background: #283d6b;
}

.info_fix_links a.info_fix_line {
    background: #39cd00;
}
.info_fix_links a.info_fix_line:hover {
    background: #268302;
}

.info_fix_links a.info_fix_phone {
    background: rgb(233 181 36);
}
.info_fix_links a.info_fix_phone:hover {
    background: rgb(161, 125, 25);
}

.info_fix_links a.info_fix_tel {
    background: #2196f3;
}
.info_fix_links a.info_fix_tel:hover {
    background: #14568d;
}

.info_fix_links a.info_fix_ig {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
.info_fix_links a.info_fix_ig:hover {
    background: linear-gradient(45deg, #7a4a17 0%, #e6683c 25%, #791927 50%, #701338 75%, #580b40 100%);
}


.info_fix_links a.info_fix_mail {
    background: #ef5261;
    
}
.info_fix_links a.info_fix_mail:hover {
    background: #a33640;
}





.info_fix_links a.info_fix_google {
    background: #f0f0f0;
    /* border: 50px solid; */
    /* border-color: #f14336 #fbbb00 #28b446 #518ef8; */
}
.info_fix_links a.info_fix_google:hover {
    background: #c9c9c9;
    /* border-color: #ac3128 #8a6700 #1b7a30 #3f6ebe; */
}





.info_fix_links a:hover {
    background: #992f2f;
}



@media screen and (max-width: 768px) {
    .footer_info ul {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        margin-top: 30px;
        margin-left: 0;
    }

    .footer_info li.footedit{flex-direction: column;}

    .footer .fix_ri {
        width: 50px;
        box-sizing: border-box;
        position: fixed;
        bottom: 70px;
        right: 10px;
        z-index: 99;
        text-align: center;
    }

    .footer_info {
        padding: 0;
        display: flex;
        align-items: center;
        flex-direction: column;
        align-content: center;
    }

    .footer_info li {
        display: block;
        padding: 10px;
        text-align: center;
    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {
    position: relative;
    height: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    padding-bottom: 32%;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner h5 {
    position: absolute;
    color: #fff;
    background: #E07F26;
    padding: 10px 30px;
    font-size: 53px;
    font-weight: 400;
    text-align: center;
    font-weight: 1000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) skew(-16deg, 0deg);
}

.banner.banA h5::before {
    content: "NEWS";

}

.banner.banB {
    display: none;
}

.banner.banC {}

.banner.banE {
    background-image: url(https://pic03.eapple.com.tw/chollimaseat/banner-26.png);

}



@media screen and (max-width: 1024px) {
    .banner {
        position: relative;
        height: 520px;
    }


    .banner h5 {
        font-size: 24px;
    }
}

@media screen and (max-width: 570px) {

 

    .banner h5::before {
        font-size: 30px;
        letter-spacing: 10px;
        margin-bottom: 10px;
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*購物車設定*/
/* 產品的看更多按鈕設定 */
.products-list .more {
    border: 1px solid #D6A981 !important;
    color: #D6A981;
}

.products-list a:hover .more {
    background: #D6A981;
    border-color: #D6A981;
    color: #ffffff;
}

.products-list .item a:hover .more {
    background: #D6A981;
    color: #fff;
    letter-spacing: 2px;
}

.products-list .price b {
    color: #9f7c5d;
    font-size: 16px;
}

.product-layer-two {
    margin: 20px 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
}

/*外層*/
.product-layer-two li a {
    color: #4c4c4c;
    border: 1px solid #4c4c4c;
    transition: all 0.3s;
    background: transparent;
}

.product-layer-two li:hover>a {
    background: #D6A981;
    color: #fff;
    border: 1px solid #D6A981;

}

.product-layer-two li.active>a {
    background: #D6A981;
    color: #fff;
    font-weight: normal;
}

/*內層*/

.lastPage {
    background: #D6A981;
}

.nextaction {
    background-color: #D6A981;
}

.lastaction {
    color: #fff;
    background-color: #D6A981;
}

.sidebarBtn {
    padding: 15px;
    display: inline-block;
    width: 28%;
    vertical-align: top;
    border: none;
    background: transparent;
}

.sidebarBtn h2 {
    color: #9f7c5d;
    font-size: 24px;
}

.sidebarBtn .sp_price {
    display: block;
    color: #9f7c5d;
    font-size: 22px;
    font-weight: bold;
}

.sidebarBtn .price {
    color: #4c4c4c;
    font-size: 22px;
    font-weight: bold;
    padding: 30px 0;
    border-bottom: 3px solid #D6A981;
    letter-spacing: 1px;
}

.product_info li .txt_box {
    display: inline-block;
    vertical-align: top;
    color: #9f7c5d;
}

.product_info li {
    margin: 20px 0;
}

.inquiry_a1:hover,
.inquiry_a2:hover,
.inquiry_a3:hover {
    letter-spacing: 2px;
    background: #9f7c5d;
}

.prod_related {
    background: #00000012;
    padding: 25px 15px;
}

ul.prod li h3.prod-thumb {
    background: #D6A981;
    color: #fff;
    text-align: center;
    padding: 5px;
}

.half_box {
    width: 100%;
    float: left;
    padding-right: 10px;
}

.half_box li.btn_blankTop {
    margin-top: 35px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
}

.productBtn {
    width: 43%;
}

.lastaction {
    background-image: none;
}

.nextaction {
    background-image: none;
}

.separate_title {
    font-size: 16px;
    color: #444;
    padding: 10px 0 10px 40px;
    background: #33333326 url(../images/separateTitle.png) left center no-repeat;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
.blog_back a.article_btn_back {
    background: #D6A981;
}

.blog_le .accordion>li:hover,
.blog_le .accordion>li.on_this_category {
    background: #0000000d !important;
}

.blog_le .accordion>li.on_this_category {
    background: transparent !important;
}

.link a:hover {
    background: #0000000d !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;
    color: #4C4C4C;
}

.blog_page h4.blog_category_title {
    display: none;
}

.subbox_item a:after {
    background: #0000007a;
}

.subbox_item a:before {
    color: #fff;
}

h4.blog_category_title {
    color: #D6A981;
    text-align: justify;
}

.link a {
    width: 100%;
    display: block;
    padding: 25px 10px;
    color: #4C4C4C;
    transition: all 0.3s;
}

.accordion li .link {
    padding: 0;
}

/* 左邊欄位 */
h5.blog_le_t {
    display: none;
}

.blog_search input[type=search]:focus {
    color: #fff;
}

.blog_search input[type=search] {
    outline: none;
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    color: #353535;
    border: 0;
    border-radius: 0;
    border-bottom: 1px #353535 solid;
    padding: 10px 35px 10px 10px;
    background: transparent;
}

.blog_search input[type=submit] {
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    width: 38px;
    height: 38px;
    background: url(../images/search-icon.png) no-repeat 9px center transparent;
    border: none;
    transform: scaleX(-1);
}

.blog_search input[type="submit"]:hover {
    background: url(../images/search-icon.png) no-repeat 9px center #353535;
    border: none;
    color: #353535;
    transition: all 0.3s;
}

.blog_le .accordion {
    border: none;
    border-radius: 0;
}

.blog_le .accordion>li:hover .link a,
.blog_le .accordion>li.on_this_category .link a {
    color: #4C4C4C !important;
    transition: all 0.3s;
}

.blog_le .accordion>li:hover .link i,
.blog_le .accordion>li.on_this_category .link i {
    color: #565656 !important;
}

.submenu {
    display: none;
    background: transparent;
    font-size: 14px;
}

.submenu a {
    display: block;
    position: relative;
    background: transparent;
    color: #565656;
    padding: 12px 12px 12px 25px;
    letter-spacing: 2px;
    transition: all 0.6s ease;
    word-break: break-all;
    line-height: 1.25;
    font-family: 'Klee One';
}

.submenu a:hover {
    background: #0000000d;
    color: #565656;
}

.submenu a:before {
    display: none;
}

.blog_le .accordion li i {
    position: absolute;
    top: 27px;
    right: 20px;
    font-size: 16px;
    color: #444;
    transition: all 0.4s ease;
}

.blog_le .accordion>li:hover.open {
    background-color: transparent !important;
}


/* 右邊 */
.blog_list_ri {
    padding: 19px;
}

.blog_list_ri h5 {
    color: #D6A981;
}

.blog_list_ri em {
    color: #666;
}

.blog_list_ri p {
    color: #4C4C4C;
}

.blog_list_le {
    overflow: hidden;
}

.subbox_item a img {
    transition: all 0.5s;
}

.subbox_item a:hover img {
    transform: scale(1.1);
    transition: all 0.5s;
}


.blog_in_page .main_part {
    width: 100%;
    max-width: 80%;
    margin: auto;
    padding: 50px 20px;
}


.other_promotion {
    list-style: none;
    display: flex;
    margin: 0 auto;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.blog_in_page.clearfix:before,
.blog_in_page.clearfix:after {
    content: " ";
    display: none;
}

/*文章分享變1排3個*/
.blog_page .main_part {
    max-width: 80%;
    padding: 0;
    padding-top: 220px;
}

.blog_list_le,
.blog_list_ri {
    width: 100%;
}

.blog_subbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.subbox_item {
    width: calc(100% / 3);
    padding: 5px;
}

@media screen and (max-width: 1024px) {
    .subbox_item {
        width: 50%;
    }
}


@media screen and (max-width : 768px) {
    .other_promotion {
        justify-content: center;
    }

}



@media screen and (max-width: 600px) {
    .subbox_item {
        width: 100%;
    }
}

/**/

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*主分類頁面*/
.album_page .main_part,
.album_class_page .main_part,
.album_info_page .main_part {
    max-width: 90%;
}

.show-list .item:hover .show_name {
    color: #fff;
}

.show-list .show_pic {
    width: 100%;
    height: 0;
    max-height: 0;
    padding-bottom: 100%;
}

.show-list .show_pic img {
    display: inline-block;
    max-width: 100%;
    min-width: 100%;
    height: auto;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
}

.show_content {
    margin: auto;
    padding: 10px 0px;
}

.album_page .main_part {
    padding: 0;
    padding-top: 100px;
}

.album_page .main_part .show-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.show-list .item {
    width: calc(100% / 3 - 20px);
    padding: 0;
    margin: 0;
    background: transparent;
}

/*  */
.show-list a .show_name {
    font-size: 24px;
    color: #fff;
    letter-spacing: 0.15em;
    line-height: 1.5;
    margin-top: 0;
    display: block;
    height: fit-content;
    opacity: 1;
    font-weight: 1000;
    transition: all 0.3s;
}

.show-list .item:hover .show_name {
    color: #fff;
    opacity: 1;
    transition: all 0.3s;
}

.overlay {
    display: none;
    position: absolute;
    content: '';
    width: 100%;
    height: 40%;
    display: block;
    background: linear-gradient(90deg, transparent, #00000070, transparent);
    left: 0;
    top: 0%;
    transform: scale(1) translate(0, -50%);
    opacity: 0;
    transition: all 0.3s;
}

.show-list .item:hover .overlay {
    display: none;
    top: 50%;
    opacity: 1;
    transform: scale(1) translate(0, -50%);
    transition: all 0.3s;
}



@media screen and (max-width: 768px) {
    .show-list .item {
        width: 100%;
    }

}

/*  */

.pic-list .item h6 {
    font-size: 16px;
    color: #fff;
    padding: 5px;
}








/*次分類頁面*/
.other_album_choice li {
    background: #E07F26;
}

.other_subalbum li p {
    line-height: 220%;
}

.other_subalbum li a div {
    height: 30vh;
    max-height: 250px;
    overflow: hidden;
}

.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;
}


.subalbum-menu h2 {
    display: none;
    color: #929487;
}

.block {
    display: none;
}

.album_fixed_title {
    display: none;
}

.other_subalbum {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.other_subalbum li {
    display: inline-block;
    background: #fff;
    width: 42%;
    margin: 10px 1%;
    border: none !important;
    position: relative;
}

.other_subalbum li a div {
    height: 60vh;
    max-height: 500px;
}

/*  */
.other_subalbum li p {
    display: block;
    position: relative;
    color: #fff;
    background: transparent;
    font-size: 24px;
    opacity: 1;
    font-weight: 1000;
    transition: all 0.3s;
}

.other_subalbum li:hover p {
    opacity: 1;
    transition: all 0.3s;
}

.other_subalbum li a div:after {
    display: none;
}

@media screen and (max-width: 768px) {
    .other_subalbum li a div {
        height: 30vh;
        max-height: 500px;
    }
}

/*  */

/*照片頁*/

.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 .item {
    width: 100%;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    padding: 0;
    margin: 0;
}

.pic-list .show_pic {
    height: auto;
    padding: 0;
    aspect-ratio: 1;
}

.pic-list .item img {
    max-width: 100%;
}


.album_descrip {
    margin-bottom: 20px;
    color: #fff;
    font-size: 40px;
    line-height: 1.4;
    font-weight: 1000;
}



@media screen and (max-width: 600px) {

    .pic-list {
        -moz-column-count: 2;
        -moz-column-gap: 10px;
        -webkit-column-count: 2;
        -webkit-column-gap: 10px;
        column-count: 2;
        column-gap: 10px;
    }

}


/*相本分類全版面 ( 限制最寬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 {
    display: block;
    border-bottom: none;
    text-align: left;
    font-size: 33px;
    color: #D6A981;
}

.promotion_title {
    padding: 13px 0;
    border-bottom: 1px solid #D6A981;
    display: block;
}

.promotion_title span {
    border: none;
}

.promotion_title em {
    border: none;
    padding: 2px 7px;
    margin: 0 2px 2px 0;
}

.edit {
    word-break: break-all;
    color: #353535;
}

/* 底下分類 */
.other_promotion li {
    font-size: 13px;
    line-height: 20px;
    color: #666;
    display: inline-block;
    vertical-align: top;
    width: 33%;
    margin-left: 0;
}

.other_promotion li a {
    display: block;
    border: none;
    padding: 30px 20px;
    width: 90%;
    margin: 2%;
    position: relative;
    background: transparent;
    transition: all 0.3s;
}

.other_promotion li a:hover {
    background: #0000002e;
    transition: all 0.3s;
}

.other_promotion li a:before {
    display: none;
}

.other_promotion li a:after {
    display: none;
}

.other_promotion .pmtTime span {
    float: left;
    font-size: 13px;
    margin-left: 0;
    color: #E07F26;
}

.promotion_title h2 span {
    display: none;
}

.promotion_title * {
    vertical-align: middle;
    color: #353535;
}

.pmtTitle {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    color: #353535;
    flex-direction: column;
}

.other_promotion .pmtTitle h3 {
    font-size: 17px;
    color: #353535;
    margin: 10px 0 0 0;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: auto;
    font-weight: normal;
}

.footer_info li.footedit{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer_info li.footedit > i{
    display: block;
    margin: 10px;
    width: 320px;
}
.footer_info li.footedit > section{
    min-width: fit-content;
}
.footer_info li.footedit > i iframe{
    height: 200px;
}




@media screen and (max-width: 768px) {
    .other_promotion li {
        width: 45%;
    }

}

@media screen and (max-width: 768px) {
    .other_promotion li {
        width: 90%;
        border-bottom: 1px #ccc solid;
    }

    .other_promotion li a {
        display: flex;
        border: none;
        padding: 30px 20px;
        width: 100%;
        margin: 2%;
        position: relative;
        background: transparent;
        transition: all 0.3s;
        flex-direction: column;
        align-items: center;
        align-content: center;
    }

    .pmtTitle {
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #353535;
        flex-direction: column;
    }
}



@media screen and (max-width: 768px) {

    /* 開啟手機板下方按鈕所需設定 */
    #bottom_menu {
        display: none !important;
    }

    .footer.with_shopping_mode {
        padding: 30px 0 70px;
    }

    #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;
    }

}

@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;}
*/

}