@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Amaranth:ital,wght@0,400;0,700;1,400;1,700&family=Anton&family=Bellefair&family=Dancing+Script:wght@400..700&family=Lora:ital,wght@0,400..700;1,400..700&family=Marcellus&family=Noto+Sans+TC:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif+TC:wght@200..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Oxygen:wght@300;400;700&family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&family=Roboto:ital,wght@0,100..900;1,100..900&family=Russo+One&display=swap');
/*
關於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 {}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#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;}
}

/* 開場動畫 */
.pageIndex #page::before {
 content: "";
    display: block;
    background-image: url(https://pic03.eapple.com.tw/sgystudio/star-logo-002.png);
    width: 280px;
    height: 90px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    animation: banner-logo 2s forwards;
    z-index: 50000001;
}
.pageIndex #page::after{
    content: "";
    display: block;
    background: #fff;
    width: 100%;
    height: 110%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    pointer-events: none;
    animation: banner-bg 1.8s forwards;
    z-index: 50000000;
}


@keyframes banner-logo{
    0%{
        opacity: 0;
        filter: blur(0);
    }
    25%{
        opacity: 1;
        filter: blur(0);
    }
    50%{
        filter: blur(0);
        opacity: 1;
    }
    80%{
        filter: blur(0);
        opacity: 1;
    }
    100%{
        filter: blur(10);
        opacity: 0;

    }
}
@keyframes banner-bg{
    0%{

    }
    50%{
    }
    80%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}

@keyframes banner-img {
    0%{
        transform: scale(1.4);
    }
    100%{
        transform: scale(1.1);
    }
}	

/*大圖字*/

.pageIndex .swiper-wrapper .swiper-slide::after {
    content: "";
    display: block;
    width: 80px;
    background-image: url(https://pic03.eapple.com.tw/sgystudio/leaf_001.png);
    background-repeat: no-repeat;
    position: absolute;
    bottom: 6%;
    left: 5%;
    z-index: 2;
    height: 100px;
	animation: floatUpDown 3s ease-in-out infinite;
    animation-delay: 1.3s;
	animation-timing-function: ease-in-out;
}
	
.pageIndex .swiper-wrapper .swiper-slide::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/bigking/bg-15.png);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

.pageIndex .swiper-wrapper:nth-child(1):before{
    content: "讓空間，像植物一樣呼吸";
    display: block;
    white-space: pre;
    color: #fff;
    font-size: 35px;
    font-weight: 500;
    letter-spacing: 10px;
    position: absolute;
    bottom: 0%;
    opacity: 0;
    left: 11%;
    z-index: 3;
    animation: banner-show-up cubic-bezier(.165,.84,.44,1) 1.5s both;
    animation-delay: 1.3s;
	animation-timing-function: ease-in-out;
	font-family: "Noto Sans TC", sans-serif;
}
.pageIndex .swiper-wrapper:nth-child(1)::after{
    content: "SGY 泗桂沄溱，從一顆靈感種子，長成你的理想之家。";
    display: block;
    white-space: pre;
     font-size: 17px;
	 color:#fff;
    font-weight: 400;
    letter-spacing: 12px;
    position: absolute;
    bottom: 0%;
    opacity: 0;
    left: 11%;
    z-index: 3;
    animation: banner-show-down cubic-bezier(.165,.84,.44,1) 1.5s both;
    animation-delay: 1.6s;
	animation-timing-function: ease-in-out;
	font-family: "Noto Sans TC", sans-serif;
}

.pageIndex .swiper-wrapper:nth-child(2):before{
    content: "讓空間，像植物一樣呼吸";
    display: block;
    white-space: pre;
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 10px;
    position: absolute;
    bottom: 0%;
    opacity: 0;
    left: 11%;
    z-index: 3;
    animation: banner-show-up cubic-bezier(.165,.84,.44,1) 2.5s both;
    animation-delay: 3.3s;
	animation-timing-function: ease-in-out;
	font-family: "Noto Sans TC", sans-serif;
}
.pageIndex .swiper-wrapper:nth-child(2)::after{
    content: "SGY 泗桂沄溱，從一顆靈感種子，長成你的理想之家。";
    display: block;
    white-space: pre;
     font-size: 17px;
	 color:#fff;
    font-weight: 400;
    letter-spacing: 12px;
    position: absolute;
    bottom: 0%;
    opacity: 0;
    left: 11%;
    z-index: 3;
    animation: banner-show-down cubic-bezier(.165,.84,.44,1) 2.5s both;
    animation-delay: 3.6s;
	animation-timing-function: ease-in-out;
	font-family: "Noto Sans TC", sans-serif;
}

@keyframes banner-show-up {
    0%{
        bottom: -50px;
        opacity: 0;
    }
    100%{
        bottom: 14%;
        opacity: 1;
    }
    
}

@keyframes banner-show-down {
    0%{
        bottom: -50px;
        opacity: 0;
    }
    100%{
        bottom: 8%;
        opacity: 1;
    }
    
}




@media screen and (max-width: 768px) {
    .swiper-wrapper::before {
        font-size: 20px;
    }
    .swiper-wrapper::after {
        font-size: 12px;
    }
    .swiper-wrapper .swiper-slide::after {
        width: 7px;
        animation: banner-line cubic-bezier(.165,.84,.44,1) 1.5s forwards;
    }
    @keyframes banner-line {
        0%{
            height: 0;
        }
        100%{
            height: 80px;
        }
    }
    
}

@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px); /* 向上移動 20px */
  }
  100% {
    transform: translateY(0);
  }
}


@keyframes up{
	0%{transform: translateY(0px);opacity: 0;}
	100%{transform: translateY(-1vw);opacity: 1;}
}

/*取消動畫*/
.moveRight img,.moveDown img,.effect1 img,.leftUp img,.centerBig img,.rightDownBig img {
	-webkit-animation-name: none;animation-name: none;}

/*上面顏色*/
.header_area{    background: #fff;}
.stellarnav > ul > li > a {
    color: #333;
	letter-spacing: 3px;
    font-weight: 400;
	    margin: 0 15px;}
		
.pageIndex .header_area {
    background: transparent;
    transition: all 0.5s ease-in-out;
    position: fixed;
	padding:0;
}
.pageIndex .main_header_area {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
    transition: all .5s;
    transition-timing-function: ease-in-out;
}
.me_tp_features{    display: none;}
.navigation {
    padding: 20px 0px;
    display: flex;
    align-items: center;
}
.nav-brand img{    width: 275px;}
.nav-header{    max-width: 275px;}

.pageIndex .stellarnav > ul > li > a{    
	color: #fff;
    letter-spacing: 3px;
    font-weight: 400;
	    margin: 0 15px;}
.main_header_area .container {
    max-width: 90%;
}
.pageIndex .stellarnav li.has-sub > a:after{border-top: 6px solid #fff;}
.header_area.sticky {    background: #f4f4f4bf;backdrop-filter: blur(5px);
    box-shadow: 0 0 0px #43434394;}

.header_area.sticky .main_header_area{    
transition: all .5s;
    transition-timing-function: ease-in-out;
	    background: #00000000;}
.pageIndex .nav-brand {
    filter: invert(100%) grayscale(100%) brightness(500%);
    max-width: 280px;
}
.pageIndex .sticky .nav-brand {
    filter: none;
    max-width: 260px;
    transition: all .3s;
}
.pageIndex .header_area.sticky .stellarnav > ul > li > a {
    color: #222;
}
.sticky .stellarnav li.has-sub > a:after {
    border-top: 6px solid #333;
}
.stellarnav > ul > li > a b:nth-child(2) {
    font-family: 'Roboto', 'Noto Serif TC', serif;
    font-weight: 400;
    line-height: 35px;
    height: 35px;
}
.pageIndex .sticky .stellarnav li.has-sub > a:after{    border-top: 6px solid #333;}
.stellarnav li > ul > li:hover {
    background: #E5E1E0;
    transition: .3s;
}
.stellarnav li a{    font-size: 14px;}
.stellarnav > ul > li:hover > a {
    color: #f6dc66;
}

/*footer*/
.footer{background: #007A67;}
.footer_logo {
    width: auto;
}

.footer_logo a img {
    display: none;}

.footer_logo a {
    background: url(https://pic03.eapple.com.tw/sgystudio/footer_logoimg001.png);
    background-size: contain;
    width: 100%;
    height: 115px;
    background-repeat: no-repeat;
    text-indent: 101%;
    overflow: hidden;
    white-space: nowrap;
    transition: all 0.3s ease-in-out;
    display: inline-block;
	margin-top:18px;
}
.box_link{display:none;}
.footer_info li p{color: #fff;}
.footer_info li p a{color: #fff;}

.footer_info {  padding: 0;display: flex;flex-direction: row;align-items: center;flex-wrap: wrap;align-content: space-between;gap: 0 30px;}
.footer_info ul{display: grid;grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));gap: 0;letter-spacing: 0.15em;}
.footer_menu a{color: #fff;
    width: 160px;
    text-align: center;
    background: #007A67;
	    border: 1px #fff solid;
		border-radius: 3rem;}
.footer_menu a:hover {
    background: #F6DC66;
    color: #167a67;
}
.copy {
    color: #fff;
	    background: #196053;}

.copy a{
    color: #fff;}

.footer {position: relative;}
.footer_logo { display: none;}
.footer_logo img { max-width: 200px; width: 100%;}
.footer_info {  padding: 0;display: flex;flex-direction: row;align-items: center;flex-wrap: wrap;align-content: space-between;gap: 0 30px;}
.footer_info ul{display: grid;grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));gap: 0;letter-spacing: 0.15em;}


/*footer_info*/
.footer_info li{ padding: 20px 10px;}
.footer_info li:nth-child(1) { display: inline-block; width: 100%;display: none;}
.footer_info li p {color: #fff;}
.footer_info li p a { color: inherit;}

/*footer_menu*/
.footer_info li:nth-child(2) { display: inline-block; width: 100%; vertical-align: top; }
.footer_menu {margin-top: 10px;display: grid;grid-template-columns: 1fr 1fr;gap: 12px 5px;}/*footer按鈕最小寬度100px*/
.footer_menu a:nth-child(1){display: none;}
.footer_menu a {margin: 0 0 0 15px;padding: 0;background: transparent;border: none;text-align: left;color: #fff;display: block;width: fit-content;}
.footer_menu a:hover { background: transparent; color: #F6DC66; border: transparent;}

/*購物車*/
.product_page .show_content, .product_info_page .show_content{display: block;}
.product_page .product_menu_list{width:100%;}
.products-list {
    padding: 0;
    flex-wrap: wrap;
    display: flex;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 0;}
.product_page .products-list, .product-wrapper {
    width: 100%;}
.products-list .item {
    width: 33%;
    position: relative;
    padding: 0 1% 2% 1%;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin: 0;
}
.products-list .pic{aspect-ratio: 3 / 2;}
products-list .item a {
    display: block;
    margin: 0 auto;
    position: relative;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    padding-bottom: 0;
    position: relative;
    height: auto;
}
.product_page .product_menu_list{min-height: auto;}
.products-list .name {
    text-align: center;
    font-weight: 300;
    margin-top: 35px;}
.products-list .price {
    display: none;}
.products-list .more {
    border: 0;
    color: #999;
    font-weight: 300;}
.products-list .item a:hover .more{
    color: #083f5e;
    letter-spacing: 2px;
	background:#ada17e00;
}


.products-list a:hover .more {
    background: transparent;
    border-color: transparent;
    color: #bd8b56;
}
.product_page .main_part {
    max-width: 90%;
	max-width:1400px;
}
.product_menu_list>h5{    color: #777;font-family: "Noto Serif TC", serif;}
.fa-caret-down::before{    color: #777;}
body.product_page.bodyDesktop .page{    color: #e5b951;}
.products-list .pic img:hover{
    transform: scale(1.1) translate3d(0, 0, 0);
	transition: 1s;
	transition: opacity 450ms, transform 900ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.lastPage{        color: #666;
    background: #ccc;}
.prod_related h6 span:before {
    content: '相關推薦';
    font-size: 22px;
    color: #167a67;
    letter-spacing: 2px;
}
body.product_page #content{background:#E5E1E0;}
.products-list .item a:hover {
    border: 4px solid #F6DC66;}

/*改樣式0522*/
.products-list .name {
    text-align: center;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    line-height: 1.5;
    margin-top: 30px;
    justify-content: space-around;
    align-self: center;
	color: #fff;
	font-size: 16px;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	    font-weight: normal;}
.products-list .item a{    padding-bottom: 0px;}
.products-list .pic {
    aspect-ratio: 4 / 3;
}
.products-list .more{display:none;}
.products-list .item{border-left: 0;
    border-right: 0;    padding: .5%;}
.products-list .pic img{    transform: scale(1);
    transition: all .6s;
	    filter: brightness(0.7);}
.products-list .pic img:hover{filter: brightness(1);}

/*購物車上方分類*/
.product_page .product_menu_list{    text-align: center;}
.fa-circle-plus::before{display:none;}
.product-layer-two li i{width:unset;}

.product-layer-two > li {
    width: 100%;}
.product-layer-two li a{    border: 1px #ccc solid;}
.product-layer-two li.active a{border: 0px #ccc solid;
    background: #e5e1e0;}

/*購物車內頁*/
.product-wrapper{text-align:left;}
.sidebarBtn{width: 100%;    border: 0;
    background: #ffffff00;}
.prod_tabs{    margin-top: 20px;}


.pd_tabTitle li.activeTab::after {
    height: 1px;
    background: #999999;
}
product_info_page bodyDesktop .product_page .products-list, .product-wrapper {
    width: 68%;
}
.toShare{display:none;}
.product_info li{display:none;}
.pd_tabTitle li a{display:none;}
.pd_tabTitle li{display:none;}
.product_main{width:100%;}
.sidebarBtn h2 {
        color: #222;
    text-align: center;
    font-size: 22px !important;
    font-weight: 400;
}
.pd_tabInner_contain {
    padding-top: 0px;}
.prod_tabs {
    margin-top: 0;
}
body.product_info_page.bodyDesktop .edit{padding: 0;}
.related_list li a{    background: #227a67;}
.related_list li a p{color: #fff;}
/*購物車*/
ul.product-layer-two{
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: center;
}
.product-layer-two li a {
    background: transparent;
    color: #474747;
    border: 0;
    border-bottom: 2px #e5e1e0 solid;
    font-weight: normal;
}
.product-layer-two li {
    display: inline-block;
    padding: 0;
    margin: 0;
    position: relative;
    width: fit-content;
    height: fit-content;
    text-align: left;
    border-bottom: 0;
    margin: 0 10px;
    transition: all 0.5s;
}

.path p, .path p a{display:none;}

.path p {
    display: none;}
	
/*促銷方案更改/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.news_part {    width: 90%;}

/*外觀顏色*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.other_promotion li a {
    display: block;
    padding: 10px;
    width: 94%;
    margin: 2%;
    position: relative;
    border: none;
    background: #ffffff17;
    transition: 0.3s cubic-bezier(0.4, 0, 1, 1)
}
.other_promotion li a:hover {
    background: #f7f7f7;
    border-radius: 100%;
    transition: 0.3s cubic-bezier(0.4, 0, 1, 1)
}

.promotion_title span {
    border: none;
    color: #d0d0d0;
    padding: 2px 0px;
}
.promotion_title em {
    display: none;
}
.promotion_title h2 {
    font-size: 21px;
    color: #333;
    font-weight: 300;
    letter-spacing: 2px;
}
.edit {
    margin: auto;
    font-weight: 200;
    letter-spacing: 1px;
    color: #333;
}
.other_promotion li a:hover:before, .other_promotion li a:hover:after {
    border-color: #cccccc;
    border-radius: 100%;
}

.promotion_title {
    background: #f7f7f7;
    padding: 10px;
    border-left: 6px solid #007a67;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.pmtTitle span {
    letter-spacing: 2px;
    color: #a8a8a8;
}

/*改呈現方式*/

.promotions_page .main_part {
    display: flex;
}
.promotions_page .page {
    width: 0%;
}
.other_promotion {
    list-style: none;
    margin: 0;
    padding: 11px;
	display:block;
	width:50%;
}
.other_promotion li {
    display: flex;
    margin-bottom: 10px;
    width: 100%;
	
}
.other_promotion li a {
    display: block;
    padding: 10px;
    width: 100%;
    margin: 0%;
    position: relative;
    border: none;
    background: #ffffff17;
}
.other_promotion .pmtTitle h3 {
    color: #333;
    letter-spacing: 2px;
    height: 60px;
}
.show_content {
    width: 100% !important;
    margin: 0px;
    padding: 10px 10px;
}



/*手機板*/

@media screen and (max-width: 768px) {
    .promotions_page .main_part {
        display: block;
    }

}

/*聯絡我們MAP區改滿版編輯區*/
.contact_content {    width: 100%;padding: 0;}
.contact_page .main_part {    max-width: 100%;    padding: 0;}
.contact_page .path {    display: none;}
.contact_content .information_left {    width: 100%;    padding: 0;}
.contact_content .information_right {width: 90%;margin: 0 auto;padding:50px 20px;display: block;}
.contact_content .information_left > h4.blank_letter {    display: none;}
.contact_content .list_before {    
    display: none;
    width: 100%;  max-width: 100%;    padding: 0;    margin: 0 auto;
}
.contact_content .list_before > li:not(li:last-of-type) {    display: none;}
.contact_content .list_before.info > li:last-of-type {    padding: 0;    margin: 0;}
@media screen and (max-width: 768px) {.contact_content .information_right {    margin: 50px auto;}}

/*電腦版表單最大寬度設定*/
.contact_content .information_right {max-width: 80%;}

.contact_page .main_part {
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 0;
    display: flex
;
    flex-direction: column-reverse;
}

.blank_letter {
    padding-top: 0;
    font-size: 16px;
    padding: 10px 15px 10px;
    color: #fff;
    font-weight: 400;
    position: relative;
    letter-spacing: 0.3em;
    width: fit-content;
    background: #494949;
}
.blank_letter::before {
    content: "FORM";
    display: inline-block;
    font-size: 18px;
    color: #fff;
    margin-right: 20px;
    letter-spacing: .3em;
    font-weight: 300;
}

.list_before.info li {
    padding-left: 32px;
    color: #494949;
}
.blank_letter::after{
    content: "表單提交後，我們將盡速與您聯繫，感謝您的耐心等候！";
    display: block;
    width: 100%;
    color: #494949;
    font-size: 16px;
    position: absolute;
    bottom: -50px;
    text-wrap: nowrap;
    left: 0;
    letter-spacing: 0;
}



.contact_form li .form__label {
    color: #494949;
    width: 180px;
	max-width:180px;
    margin-left: -140px;
    text-align: left;
}
.contact_le_map a {
display:none;
}
.contact_form li.last cite {
    background: #494949;
    color: #fff;
    width: 220px;
}

.contact_content .information_left {
    width: 100%;
    margin-bottom: 50px;
}
.contact_content .information_right {
    width: 100%;
    padding-left: 0px;
	margin: 0 auto;
}

.contact_le_nomap {
    display: none;
    transition: all .5s;
}
.contact_le_nomap:hover {
    filter: grayscale(0);
    transition: all .5s;
}


.contact_form li input.noborder {
    border: none;
    background: #0000000a;
    color: #494949;
    transition: all 0.3s;
}
.contact_form li {
    margin-bottom: 0px;
    border-bottom: 1px solid #4949493d;
    padding: 20px 0;
    padding-left: 130px;
}

.contact_form li textarea.noborder{
    background: transparent;
    border: 1px #494949 solid;
    color: #494949;
    transition: all 0.3s;
}
.contact_content form {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
}

.form__insert input{
    margin: 0 10px;
    color: #494949;
}


.contact_content {
    margin: auto;
    padding: 0px 5%;
}

.note {
    font-size: 13px;
    text-align: right;
    letter-spacing: 0;
    text-wrap: nowrap;
    position: absolute;
    right: -90px;
    top: 50%;
    transform: translate(0, -50%);
}
.contact_form {
    margin: 0 auto;
    padding: 90px 0 50px;
    font-size: 15px;
    color: #494949;
    max-width: 100%;
    position: relative;
}
.contact_form li:nth-last-of-type(3) .form__label{
    padding-left: 10px;
}
.contact_form li:nth-child(9) .form__label {
    margin-left: -130px;
}
@media screen and (max-width: 768px) {
    .contact_form li.last cite {
        width: 160px;
    }
    .contact_content .information_right {
        max-width: 100%;
        padding: 0;
        margin: 0;
    }
    .contact_form li.last {
        display: flex;
        justify-content: center;
    }
    .banner::before {
        width: 50%;
    }
    .contact_form {
        max-width: 100%;
    }
    .note {
        display: block;
        margin-top: 10px;
        text-align: left;
    }
    .blank_letter::after {
        bottom: -60px;
        width: 310px;
        white-space: break-spaces;
    }
    
}


@media screen and (max-width: 500px) {
    .blank_letter span::before {
        bottom: -60px;
        text-wrap: wrap;
    }
    .blank_letter::after {
        bottom: -20px;
        width: 320px;
        text-wrap: wrap;
    }
    .note {
        left: 0px;
        top: 230%;
    }
    .blank_letter {
        padding-top: 0;
        font-size: 16px;
        color: transparent;
        background: transparent;
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {
    width: 100%;
    height: 75vh;
    background: #2d2d2d;
    position: relative;
    overflow: hidden;
}
.banner h5 {}
.banner.banA {display:none;}
.banner.banB {display:none;}

.banner.banD {}
.banner.banE {}
.banner.banblog {}
.banner:before {
    content: '';
    animation: bgScroll 30s linear infinite;
    width: 110%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-image: url(https://pic03.eapple.com.tw/sgystudio/banner_bg001.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

body.contact_page .banner:before{ background-image: url(https://pic03.eapple.com.tw/sgystudio/banner_bg002.jpg);
    background-position: top;}

@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);    }
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.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; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

@media screen and (max-width: 1366px) {
.pageIndex .swiper-wrapper .swiper-slide::after{    left: 3%;}
}

@media screen and (max-width: 1024px) {
.pageIndex .header_area{    position: sticky;}
.pageIndex .main_header_area {
    background: #fff;}
.pageIndex .nav-brand {
    filter: unset;
}
.main_header_area .container {
    max-width: 98%;
}
.pageIndex .stellarnav > ul > li > a{color: #222;}
.pageIndex .swiper-wrapper:nth-child(1):before{    font-size: 24px;}
.pageIndex .swiper-wrapper:nth-child(1)::after{    font-size: 12px;}
.swiper-wrapper .swiper-slide::after{bottom: -9%;
    left: 2%;    height: 160px;}

}



@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
.stellarnav .menu-toggle{padding: 15px;}
.navigation {
    padding: 10px 0px;}
.pageIndex .sticky .nav-brand{    max-width: 180px;}
.pageIndex .swiper-wrapper .swiper-slide:nth-child(1)::before{    font-size: 16px;bottom: 2vw;}
.pageIndex .swiper-wrapper .swiper-slide:nth-child(1)::after{font-size: 12px;}
.pageIndex .swiper-wrapper .swiper-slide:nth-child(2)::before{    font-size: 16px;bottom: 3vw;}
.pageIndex .swiper-wrapper .swiper-slide:nth-child(2)::after{    font-size: 12px;}
.header_area.sticky{    backdrop-filter: none;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{    background: #167a67;
    color: #fff;}
.stellarnav.mobile ul{    background: #e5e1e0;}
.stellarnav.mobile > ul > li > a b {
        display: block;}
.stellarnav.mobile > ul > li > a {
        text-align: center;}
.stellarnav .icon-close:after{    border-bottom: solid 3px #fff;}
.stellarnav .icon-close:before{    border-bottom: solid 3px #fff;}
.stellarnav.mobile > ul > li > a{
    padding: 25px 0px 25px 0px;
}
.pageIndex .header_area .stellarnav > ul > li > a {
        text-align: right;
        padding: 0px 0;
        height: 80px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        margin: 0;
    }

/*footer*/
.footer_info{    display: block;}

.footer_menu{    display: block;}
.footer_menu a{    margin: auto;
    padding: 0;
    background: transparent;
    border: none;
    text-align: center;
    color: #fff;
    display: ruby-text;
    width: auto;}


}


@media screen and (max-width: 600px) { 
.swiper-banner .swiper-slide img{height: 300px;
        object-fit: cover;}
.pageIndex .swiper-wrapper:nth-child(1):before {
        font-size: 16px;    left: 6%;
    }
.pageIndex .swiper-wrapper:nth-child(1)::after {
        font-size: 8px;    left: 6%;    letter-spacing: 4px;
    }
.nav-brand img {
    width: 210px;
    margin-top: 5px;
}
}
@media screen and (max-width: 450px) { 

}




