@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n)

*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/


/*上方選單右邊設定 臉書/LINE/電話/信箱
.tp_links a:before {寬高大小設定}
.tp_links a.me_tp_fb {}
.tp_links a.me_tp_fb:before {背景換圖/建議.SVG}
.tp_links a.me_tp_line {}
.tp_links a.me_tp_line:before {背景換圖/建議.SVG}
.tp_links a.me_tp_call {}
.tp_links a.me_tp_call:before {背景換圖/建議.SVG}
.tp_links a.me_tp_mail {}
.tp_links a.me_tp_mail:before {背景換圖/建議.SVG}
*/

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*反白顏色*/
::-moz-selection{
  background-color: #444;
  color: #fff;
}
::selection{
  background-color: #444;
  color: #fff;
}
.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/cyland/bg-01.png);
    width: 100%;
    max-width: 1920px;
    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/cyland/bg-02.png);
    width: 100%;
    max-width: 1920px;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
}


#content {
    background-image: url(https://pic03.eapple.com.tw/cyland/bg-06.jpg);
    width: 100%;
}

@media screen and (max-width: 425px){
    .swiper-slide img {
        height: auto;
        width: 170%;
        position: relative;
        left: -200px;
    }
    .swiper-wrapper .swiper-slide:nth-child(1)::after {
        content: "";
        display: block;
        position: absolute;
        top: -4px;
        left: 0;
        background-image: url(https://pic03.eapple.com.tw/cyland/bg-01.png);
        width: 170%;
        max-width: 1920px;
        height: 105%;
        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: -136px;
        background-image: url(https://pic03.eapple.com.tw/cyland/bg-02.png);
        width: 170%;
        max-width: 1920px;
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 10000;
    }
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 頁面的麵包屑 首頁/頁面名稱/ */
.path { display:none;}

/*首頁+聯絡按鈕*/
.animated-arrow { background:#64A6CF ;}
.swiper-pagination {    left: 50%;    margin-left: 0;    transform: translate(-50% , 0);}


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:static; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;}
.swiper-slide img { height:auto;}
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*選單設定*/
.nav-menu {    margin: 0;}
.main_header_area .container {    max-width: 80%;}
.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: #64A6CF;}
.nav-dropdown>li:hover>a, .nav-dropdown>li.focus>a {    color: #64A6CF;}
.nav-dropdown>li {    text-align: center;}
.tp_links{
    display: none;
}
.header_area {
    position: relative;
    z-index: 9999;
    width: 100%;
}
.header_area .main_header_area {
    background: #fff;
    transition: all 0.3s;
}
.header_area.sticky .main_header_area {
    background: #fff;
    box-shadow: 1px 1px 5px #b9b9b9;
    transition: all 0.3s;
}
.me_tp_features{
    display: none;
}



.main_header_area .navigation {
    width: 100%;
    position: relative;
    padding: 20px 0 20px 210px;
}

.stellarnav > ul > li > a {
    padding: 0 17px 0 0;
    color: #848FA1;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    margin: 0 15px;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
}
.stellarnav li.has-sub > a:after {
    border-top: 6px solid #fff;
}

.stellarnav ul ul {
    background: #64A6CF;
}
.stellarnav li li a {
    padding: 10px 10px;
    display: block;
    color: #848FA1;
    background: #fff;
    transition: all 0.3s;
}
.stellarnav li li a:hover {
    color: #64A6CF;
}
.stellarnav li li {
    border: none;
    margin-bottom: -1px;
}
.stellarnav li li a::before {
    content: '';
    display: inline-block;
    width: 0px;
    height: 0px;
    margin: 5px;
    border-radius: 3px;
    background-color: #64A6CF;
    vertical-align: middle;
    opacity: 0;
    transition: all 0.3s;
}
.stellarnav li li a:hover:before {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 5px;
    border-radius: 3px;
    background-color: #64A6CF;
    opacity: 1;
    transition: all 0.3s;
}

   

@media screen and (max-width: 1024px) {
    .main_header_area .navigation {
        padding: 0;
    }
    .stellarnav ul {
        padding: 10px 0 20px 0;
    }
    .header_area {
        position: relative;
        z-index: 9999;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .header_area {
    position: relative;
}
    .stellarnav .menu-toggle span.bars span {
        background: #64A6CF;
    }
    .stellarnav .menu-toggle:after {
        color: #64A6CF;
    }
    .main_header_area .container {
        max-width: 90%;
    }
    .stellarnav.mobile.left .close-menu {
        background: #808597;
        color: #fff;
    }
    .stellarnav .icon-close:after {
        border-bottom: solid 3px #fff;
    }
    .stellarnav .icon-close:before {
        border-bottom: solid 3px #fff;
    }
    .stellarnav ul {
        padding: 0;
    }
    .stellarnav > ul > li > a {
        color: #808597;
    }
    .stellarnav.mobile > ul > li > a {
        padding: 20px 43px 20px 10px;
    }
    .stellarnav.mobile ul ul {
        background-color: transparent;
    }
    .stellarnav li li {
        border: none;
    }
    .stellarnav li li a {
        padding: 10px 10px;
        border: none;
        margin-bottom: -1px;
        color: #808597;
    }
}







/*下拉*/
.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: #64A6CF;;    color: #fff}
.nav-dropdown>li:hover>a .submenu-indicator-chevron, .nav-dropdown>.focus>a .submenu-indicator-chevron {    border-color: transparent #fff #fff transparent;}


@media screen and (max-width: 768px) {
    .stellarnav > ul {
        text-align: center;
        padding: 0px 0;
    }
    
    .stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
        background: #64A6CF;
        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: #fff;
    }

    .stellarnav.mobile > ul > li > a {
        padding: 25px 10px;
        border: 0;
    }
    .stellarnav.mobile > ul > li > a b:nth-child(2) {
        font-size: 12px;
        vertical-align: bottom;
        letter-spacing: 2px;
    }
    .stellarnav.mobile li.open {
        background: #fff;
    }
    .stellarnav.mobile ul ul {
        background-color: #fff;
    }
    .stellarnav.mobile > ul > li {
        border-bottom: 1px #64A6CF solid;
    }
    .stellarnav.mobile li a {
        border-bottom: 0px solid #64A6CF;
        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: #fff;
    }
    .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 #64A6CF;
    }
    .stellarnav a.dd-toggle .icon-plus:before {
        border-bottom: solid 3px #64A6CF;
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*LOGO設定*/
.nav-brand img {    margin-top:;    max-width: 100%;}

.footer_logo img {
    width: 100%;
    margin-top: ;
    filter: contrast(0) brightness(100);

}
.nav-header {
    position: absolute;
    z-index: 123;
    top: 6px;
    left: 0;
}



@media screen and (max-width: 1024px) {
    .nav-header {
        position: relative;
        z-index: 123;
        top: 6px;
        left: 0;
    }
    
}
@media screen and (max-width: 768px) {
.nav-brand-m {    display: block;    text-align: left;    padding: 15px 10px;}
.nav-brand-m img {    max-width: 200px;    width: 100%;}
.nav-header {
    position: relative;
    z-index: 0;
    top: 6px;
    left: 0;
}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*Footer*/
.footer{ 
    border-top: none !important;
    background: #AAABB0;
    padding: 50px 0 0;
}
.box_link{
    display: none;
}
.footer_menu { border-bottom: none !important;}
.copy {
    background: #AAABB0;
    color: #fff;
    border: none;
    margin-top: 3px;
}
.copy a{    color: #fff;}
.footer_menu a:hover {    background: #64A6CF;}
.footer_menu a {    transition: all 0.3s;}


.footer_info ul {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 600px);
}
.footer_info {
    padding: 0;
    display: flex;
    align-items: center;
}
.footer_info li p{
    display: inline-block;
    color: #fff;
    margin-left: 25px;
}
.footer_info li p.tel {
    margin-left: 66px;
}
.footer_info li p a {
    display: inline-block;
    color: #fff;
}
.footer_menu{
    display: none;
}
.footer_info li:nth-child(2) {
    display: none;
}


@media screen and (max-width: 1024px) {
    .footer_info ul {
        width: calc(100% - 410px);
    }
    .footer_info li p.tel {
        margin-left: 25px;
    }
    .footer_info li p {
        display: block;
    }
}


@media screen and (max-width: 768px) {
    .footer_info {
        display: block;
    }
    .footer_info ul {
        width: 100%;
        text-align: center;
    }
    
}






/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {
    background: url(https://pic03.eapple.com.tw/cyland/sv_ban.jpg) top center no-repeat;
    padding: 0 20px;
}

.banner h5 {
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
    min-height: 645px;
    color: #64A5CE;
    position: relative;
    z-index: 1;
    font-size: 70px;
    font-weight: normal;
    align-items: flex-start;
}
.banner h5::after{
    content: "NEWS";
    display: block;
    font-size: 24px;
    font-weight: normal;
}
.banner h5::before {
    content: '';
    display: block;
    clip-path: polygon(30% 0, 100% 0%, 70% 100%, 0% 100%);
    width: 600px;
    height: 100%;
    background: #FFFFFF;
    position: absolute;
    z-index: -1;
    top: 0px;
    left: -150px;
}
.banner.banA {}
.banner.banB {
    display: none;
}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}



@media screen and (max-width: 1300px){
    
    .banner h5 {
        padding-left: 120px;
    }
    .banner h5::before {
        content: '';
        display: block;
        clip-path: polygon(30% 0, 100% 0%, 70% 100%, 0% 100%);
        width: 600px;
        height: 100%;
        background: #FFFFFF;
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0px;
    }
}


@media screen and (max-width: 1100px) {
    .banner {
        background-size: cover;
    }
    .banner h5 {
        min-height: auto;
        padding: 100px 0 100px 80px;
        font-size: 50px;
    }
    .banner h5::before{
        clip-path: polygon(15% 0, 100% 0%, 85% 100%, 0% 100%);
        width: 50%;
    }
}

@media screen and (max-width: 600px) {
    .banner h5 {
        padding: 80px 0 80px 6%;
        font-size: 30px;
    }
    
}

@media screen and (max-width: 450px) {
    .banner h5 {
        padding-left: 0;
        text-align: center;
        align-items: center;
    }
    .banner h5::before {
        width: 250px;
        left: 53%;
        transform: translateX(-50%);
    }
    
}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*購物車設定*/
/* 產品的看更多按鈕設定 */
.products-list .more {    border: 1px solid #64A6CF !important;    color: #64A6CF;}
.products-list a:hover .more {    background: #64A6CF;    border-color: #64A6CF;	color: #ffffff;}


/*外層*/
.product-layer-two li a {    color: #64A6CF;    border: 1px solid #64A6CF;    transition: all 0.3s;}
.product-layer-two li:hover > a { background: #64A6CF;    color: #fff;}
.product-layer-two li.active > a {background: #64A6CF;    color: #fff;	font-weight: normal;}

/*內層*/
.lastPage {    background: #64A6CF;}
.nextaction {    background-color: #64A6CF;}
.lastaction {    color: #fff;    background-color: #64A6CF;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
.blog_back a.article_btn_back {    background: #64A6CF;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {    background: #64A6CF !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;}
h4.blog_category_title {    text-align: justify;}
.link a {    width: 100%;    display: block;    padding: 15px 10px;}
.accordion li .link {    padding: 0;}

/*  */
.subbox_item a:after {
    background: #0000008a;
    transition: all 1s;
}
.blog_list_ri h5 {
    color: #64A6CF;
    margin: 10px 0;
    font-size: 22px;
    font-weight: 1000;
}
.subbox_item a:before {
    color: #fff;
}


.blog_list_ri em {
    color: #A0A1A6;
}
.blog_list_ri p .blog_list_ri p {
    font-size: 15px;
    color: #808597;
    line-height: 130%;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    word-break: break-all;
}
.blog_le .accordion {
    border: none;
    overflow: unset;
}
.link a {
    color: #808597;
    transition: all 0.3s;
}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {
    color: #64A6CF !important;
    transition: all 0.3s;
}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background: transparent !important;
    border: 1px #64A6CF solid;
    transition: all 0.3s;
}

@media screen and (max-width: 768px){
    .blog_list_ri h5 {
        color: #64A6CF;
        margin: 10px 0;
        font-size: 20px;
        font-weight: 1000;
    }
    
}




/*文章分享變1排3個*/
.blog_page .main_part {    max-width: 1400px;}
.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: 600px) {.subbox_item {    width: 100%;}}
/**/

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*主分類頁面*/
.album_page .main_part , .album_class_page .main_part , .album_info_page .main_part {    max-width: 1400px;}
.show-list .item:hover .show_name {    color: #64A6CF;}
.show-list .show_pic {    height: 30vh;    max-height: 290px;    padding-bottom: 0;}
.show-list .show_pic img {
    display: inline-block;
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    height: 30vh;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
}

/*次分類頁面*/
.other_album_choice li {    background: #64A6CF;}
.other_subalbum li p {    line-height: 220%;}
.other_subalbum li a div {
    height: 30vh;
    max-height: 250px;
    overflow: hidden;
    position: relative;
}
.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;
}
.other_subalbum li a div:after {
    content: "";
    position: absolute;
    background: rgb(0 0 0 / 30%);
    width: 100%;
    height: 100%;
    transform: translate(-50% , -50%) scale(0);
    top: 50%;
    left: 50%;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}
.other_subalbum li a:hover div:after {    transform: translate(-50% , -50%) scale(1);    opacity: 1;}


/*照片頁*/
.pic-list .show_pic {    height: 40vh;    max-height: 240px;    padding-bottom: 0;}
.pic-list .show_pic 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;
}


@media screen and (max-width: 600px) {
/*照片頁*/
.pic-list .item {    width: 96%;    margin: 10px 2%;}
}

/*相本分類全版面 ( 限制最寬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 {    border-bottom: 2px solid #64A6CF;}
.promotion_title {    border-bottom: 1px solid #64A6CF;}



@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: block; }
.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;}
*/

}
.contact_form li.last cite {
    background: #64A6CF;
    color: #fff;
}



