@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Alata&family=Cardo:ital,wght@0,400;0,700;1,400&family=Dancing+Script:wght@400..700&family=Forum&family=Noto+Sans+SC:wght@100..900&family=Noto+Serif+TC:wght@200..900&family=Oswald:wght@200..700&family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&family=Roboto:ital,wght@0,100..900;1,100..900&family=Tenor+Sans&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;}
}

#content{background: #f9f9f9;}


/*反白顏色*/
::-moz-selection {
    background-color: #888;
    color: #fff;}

::selection {
    background-color: #888;
    color: #fff;}
	
/*大圖*/

.pageIndex .swiper-banner::before {
    content: "";
    display: block;
    height: 5px;
    background-color: #fff;
    position: fixed;
    bottom: 240px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 500;
    opacity: 0;
    border-radius: 100px;
    animation: banner-line-white 3s forwards;
}
.pageIndex .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/neinterior/index_text001.png);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1000;
    opacity: 1;
}
.pageIndex .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/neinterior/index_text002.png);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
}


/*取消動畫*/
.moveRight img,.moveDown img,.effect1 img,.leftUp img,.centerBig img,.rightDownBig img {
	-webkit-animation-name: none;animation-name: none;}
	
/**/
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: auto;
    top: 50%;
    left: 2vw;
    width: 25px;
    transform: translateY(-50%);
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 10px;
    width: 5px;
    height: 30px;
    border-radius: 2px;
}

/*上面顏色*/

.header_area::before {
    content: "";
    display: block;
    width: 100%;
    max-width: 100%;
    height: 0.5px;
    background: #d1d1d1;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 1;
    z-index: 1;
    transition: all 0.1s;
}
.pageIndex .header_area::before {display:none;}

.header_area{    background: #f9f9f9;}
.stellarnav > ul > li > a{    font-size: 15px;
	letter-spacing: 3px;
    font-weight: 400;
	    margin: 0 15px;color: #444;}

.header_area{    background: #fff;}
.pageIndex .header_area {
    padding: 0px 0;
    height: 100px;
    background: #ffffff00;
    position: fixed;
}
.header_area {
    background: #fbfbfb;    padding: 0px;
}
.pageIndex .stellarnav > ul > li > a {
	    font-size: 15px;
    color: #fff;
	letter-spacing: 3px;
    font-weight: 400;
	    margin: 0 15px;}
		
.pageIndex .header_area {
    background: linear-gradient(180deg, #05050585, #14000000);
    transition: all 0.5s ease-in-out;
	padding:0;
}
.pageIndex .main_header_area {
    background: #f9f9f900;
    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: 180px;}
.nav-header{    max-width: 180px;}

.pageIndex .stellarnav > ul > li > a{    
    letter-spacing: 2px;
    font-weight: 400;
	    margin: 0 15px;}
.main_header_area .container {
    max-width: 90%;
}
.header_area.sticky {    background: #f4f4f400;}


.header_area.sticky .main_header_area{    
transition: all .5s;
    transition-timing-function: ease-in-out;
	    background: #00000000;}
.pageIndex .nav-brand {
    max-width: 180px;
}
.pageIndex .sticky .nav-brand {
    filter: none;
    max-width: 260px;
    transition: all .3s;
}
.header_area.sticky .stellarnav > ul > li > a {
    color: #fff;
}
.sticky .stellarnav li.has-sub > a:after {
    border-top: 6px solid #ffffff00;
}
.stellarnav > ul > li > a b:nth-child(2) {
    font-family: 'Roboto', serif;
    font-weight: 400;
    line-height: 35px;
    height: 35px;
}
.pageIndex .sticky .stellarnav li.has-sub > a:after{       border-top: 6px solid #e5e1e000;}
.stellarnav li.has-sub > a:after{    border-top: 6px solid #fff;}
.stellarnav li > ul > li:hover {
    background: #E5E1E0;
    transition: .3s;
}
.stellarnav li a{    font-size: 14px;}
.stellarnav > ul > li:hover > a {
    color: #c5a36a;
}
.stellarnav ul {
    margin: 0;
    padding: 0;
    text-align: right;
    text-align: center;
    justify-content: space-between;
    align-items: center;
}
.header_area.sticky .main_header_area {
    background: #0000004b;
    transition: all 0.3s;
}
.navigation{    display: block;}
.stellarnav ul {
    margin: 0;
    padding: 0;
    text-align: right;
    text-align: center;
    justify-content: space-between;
    align-items: center;
    display: flex;
}
.main_header_area .container {
    max-width: 70%;
}


/*footer*/
.footer_logo img{    display: none;}
.footer_logo{display: none;}
.footer{    background: #666;}
.box_link a{display: none;}
.footer_info li p{	color: #fff;}
.footer_info li p a{	color: #fff;}
.copy{   font-size: 11px; color: #ccc;border-top: 1px #cccccc2e solid;}
.copy a{    color: #ccc;}
.footer_info ul{display: grid;
    grid-template-columns: 1fr 1fr;}
.footer_menu a:first-child {
    display: none;
}
.footer_menu a {
	text-transform: uppercase;
    display: block;
    border: 0;
    font-size: 12px;
    line-height: 100%;
    color: #888;
    background: transparent;
    text-align: left;
    position: relative;
    margin: 0;
    padding: 5px 0;
	letter-spacing: 1px;
    font-weight: 700;
    font-style: normal;
	transition: all .5s;
}
.footer_menu a:hover {
    background: transparent;
    padding-right: 15px;
	color: #9e8472;
}
.footer_info li p{    padding: 0;}

.footer_info{     padding-right: 0;   display: block;}
.footer .center{    max-width: 90%;}

.footer_info li p.tel::before {
    content: "Call：";
}
.footer_info li p.mail:before {
    content: 'Mail：';
}
.footer_info li p.add:before {
    content: 'Address ：';
}
.footer_info li:nth-child(2):before {
    content: "RELATED LINK";
}
.footer_info li:nth-child(1):before {
    content: "INFORMATION";
}
.footer_menu {
    align-items: left;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.footer_menu a, .footer_info li:nth-child(1)>p, .footer_info li:nth-child(1) a{
transition: all 0.3s;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 0;
    color: #fff;
    padding: 0;
    letter-spacing: 0.1em;}
.footer_info li:before, .box_link:before {
    display: block;
    margin-bottom: 10px;
    width: 100%;
    text-align: left;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 1px;
    color: #a8a8a8;
}


/*作品*/
.StoreProjs_Post li img{filter: none;}
.StoreProjs_Post li{     background: #f9f9f9;text-align: center;
    border: 0px #eee solid;padding: 0;}
.StoreProjs_Post li h4{    color: #999;}
.StoreProjs_Post li h4:hover{color:#222;}
.StoreProjs_Post li > a:hover:after {
    height: 100%;
    background: rgb(39 38 38 / 62%);
}
.StoreProjs_Post li section h6 strong{margin: 0 0 2%;}
.ProjsDetail_Bottom{    background: #f9f9f9;}
.ProjsDetail_OtherObjs li{background: #f9f9f9;}
.path{display:none;}


/*文章管理*/
.blog_page #content .main_part{ max-width: 1500px;}
.blog_le{padding: 0 7px;}
h5.blog_le_t{text-align: center;margin-bottom: 0;}
h5.blog_le_t em,h5.blog_le_t span{display: none;}
.blog_search input[type=search]{border-radius: 0;}
.blog_le .accordion {border-radius: 0; border: 0px;}
.blog_le .accordion li{transition: all .8s; margin-bottom: 8px;}
.accordion li .link a {font-size: 13px;font-weight: 500;letter-spacing: .6rem;text-align: center;}
.submenu a {padding: 12px 12px 12px 30px;background: #fff;font-size: 12px;}
/*分類頁*/
.blog_ri {padding: 0 0 0 50px;}
.blog_page h4.blog_category_title{display: none;}
.blog_subbox {grid-template-columns: 1fr;}
.subbox_item a {grid-template-columns: 200px 1fr;align-items: center;grid-gap: 50px;padding-right: 50px;}
.subbox_item a:before {font-size: 12px;padding: 5px 20px;background: #c1a383;color: #fff;
	bottom: auto;right: auto;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.subbox_item a:after {background: rgba(256,256,256,.5);border: none;}
.blog_list_ri h5 {color: #6c5d50;
    font-weight: 600; font-size: 16px;}
.blog_list_ri em {font-size: 12px; color: #D8D8D8;}
.blog_list_ri p {font-weight: 400;line-height: 160%;font-size: 14px;margin-top: 14px; color: #838383;}
/*文章頁*/
h4.blog_category_title {padding: 0;font-size: 20px;margin-bottom: 0; color: #444;
    font-weight: 600;}
.blog_shareData{border-bottom: 1px solid #eee;padding-bottom: 10px;}
.toShareNews b{font-size: 12px;font-weight: 400;}
.toShareNews a object{max-width: 20px;}
.articel_mainPic{display: none;}/*清單縮圖*/
.blog_back {grid-gap: 0;}
.blog_back a.article_btn_prev,.blog_back a.article_btn_next {
	background: transparent;color: #8f8e8e;border: 1px solid #b19f90;font-size: 14px;padding: 12px;}
.blog_back a.article_btn_back{background:#999;padding: 12px;}
.news_related{padding: 50px 0 25px;border-top: 1px solid #333;margin-top: 100px;}
.news_related h6 span:before {font-size: 18px;letter-spacing: .6rem;font-weight: 500;color: #555;}
.news_related_list {background: transparent;}
.news_related_list li a{padding: 0;}
.news_related_list li a p {font-size: 14px;width: 90%;line-height: 1.4;margin: 10px auto 20px;padding: 0; font-weight: 300;}
.news_related_list li a img{ transition: 0.5s;}
.news_related_list li a{ transition: 0.5s;}
.news_related_list li a:hover img{  opacity: 0.85;}
.lastPage {background:#999;font-size: 16px;}


@media screen and (max-width: 1024px){
	/*分類頁*/
	.subbox_item a {grid-template-columns: 120px 1fr;align-items: start; grid-gap: 30px;padding: 15px 0;}
}
@media screen and (max-width: 768px){
	/*側邊*/
	.blog_le{padding: 0; width: 100%!important;}
	/*分類頁*/
	.blog_list_ri{padding: 0;}
	.blog_list_ri h5 {font-size: 16px;}
	/*文章頁*/
	.blog_le, .blog_ri{margin-bottom: 50px;}
	.blog_back a.article_btn_prev,.blog_back a.article_btn_next,.blog_back a.article_btn_back{font-size: 12px;}
	.lastPage{font-size: 12px;}
}
@media screen and (max-width: 450px){
	/*分類頁*/
	.subbox_item a {grid-template-columns: 80px 1fr;grid-gap: 15px;}
}
/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
/*左側選單*/
.blog_le {padding: 0;width: 250px;}
.accordion li .link a {letter-spacing: .2rem; background: transparent; color: #2c2c2c; transition: 0.5s; border: 1px solid #BCBCBC;}
.accordion li .link a:hover{ background:#8f8e8e; }
.blog_le .accordion > li:hover,.blog_le .accordion > li.on_this_category { background:#8f8e8e!important;}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a  { background:#bd9b68 !important;}
.blog_le a.news_menu_toggle{ top: -10px;}
.accordion li+li .link{ border-top: 0px;}
/*右側*/
.blog_ri {width: calc(100% - 260px);}
/*分類頁*/
.blog_subbox {grid-template-columns: 1fr 1fr 1fr;grid-gap: 50px 30px;}
.subbox_item a {grid-template-columns: 1fr;grid-gap: 10px;padding-right: 0;}
.subbox_item a:before,.subbox_item a:after{display: none;}
.blog_list_le{overflow: hidden;aspect-ratio: 1 / 1;}
.blog_list_le img{transition: all .5s; transform: scale(1); }
.subbox_item a:hover .blog_list_le img{opacity: 0.85; transform: scale(1.1); }
.subbox_item a:hover .blog_list_ri h5{ color: #c8a97f;}
/*文章頁*/
.blog_box_edit *{font-weight: 400; font-family: "Noto Sans TC",  "Archivo", sans-serif; color: #838383;}
.news_related{background: transparent;}
.news_related_list {max-width: 1400px;grid-gap: 30px;grid-template-columns: repeat(4,1fr); padding: 0px 40px;}
.news_related_list li a p {font-size: 16px;margin: 15px auto 20px;}

@media screen and (max-width:1024px) {
    .blog_subbox{grid-template-columns: 1fr 1fr; }
}
@media screen and (max-width:960px) {
     .subbox_item{ border-bottom: 0px;}
}
@media screen and (max-width:768px) {
    .blog_ri {padding: 0 0 0 0px;}
    .blog_ri {width: 100%;}
    .news_related_list {grid-gap: 18px;grid-template-columns: repeat(2,1fr);}
}

/*聯絡我們*/
.contact_content .information_left{    display: none;}
.contact_content .information_right {
    width: 100%;
	    padding-left: 0;
	max-width: 100%;}
.blank_letter {
    font-family: '"Noto Sans TC", sans-serif';
    padding-top: 0;
    font-size: 24px;
    color: #494949;
    position: relative;
	font-weight: normal;
}
h4.blank_letter.f{    position: relative;
    padding-bottom: 0px;
    color: transparent;}
	
.blank_letter::before {
    content: "FORM";
    display: block;
    font-size: 40px;
    color: #222;
	font-style: normal;	
    font-family: "微軟正黑體", sans-serif;
    margin-right: 30px;
}
.note:after {
    position: absolute;
    content: "送出資料後，我們將於3個工作天內，盡快與您聯繫。";
    color: #444;
    font-size: 17px;
    font-weight: normal;
    font-family: '微軟正黑體';
    left: 2px;
    bottom: 0;
	line-height: 180%;
}
.note {
    text-align: left;
    color: #FF004E;
    display: block;
    padding: 30px 0;
    position: relative;
}
.contact_form {
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 15px;
    color: #494949;
    max-width: 100%;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
}
.contact_form li{
	    display: inline-table;
    margin-bottom: 0px;
    border-bottom: 1px solid #4949493d;
    padding: 20px 0;
    padding-left: 0px;
}
.contact_form li .form__label{
    color: #494949;
    width: 100%;
    margin-left: 0px;
    text-align: left;
	max-width: 100%;
	display:block;
	margin-bottom: 5px;
}
.contact_form li .form__insert {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.contact_form li input.noborder {
    border: none;
    border-bottom: 0px #494949 solid;
    background: #0000000a;
    color: #494949;
    transition: all 0.3s;
}
.contact_form li{display: block;}
.contact_form li.last cite {
    background: #bd9b68;}
	
.contact_form li.last{    grid-column: auto / span 2 !important;}
.contact_content{    max-width: 1400px;}
.form select{border-radius: 15px;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {}
.banner h5 {
    text-transform: uppercase;
    letter-spacing: 2px;
	font-weight: 400;
}
.banner h5:after {
	content:'NEWOLUTION INTERNATIONAL';
    font-size: 14px;
    display: block;
    font-weight: 400;
    font-style: normal;
    color: #ccc;
	padding-top: 5px;
}

.banner.banA {}
.banner.banB {display:none;}
.banner.banC {display:none;}
.banner.banD {}
.banner.banE {}
.banner.banblog {}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬2000px
.work_page .main_part { max-width:2000px;}
.work_page .show_content { padding:0; width:100%;}
.work_page .show-list .item { width:33%; display:inline-block; float:none; margin:0; padding:0;}
@media screen and (max-width: 768px) {
.work_page .show-list .item { width:49%;}
}
@media screen and (max-width: 570px) {
.work_page .show-list .item { width:100%;}
}
.work_page .show-list .item a { max-width:100%;}
.work_page .show-list .show_pic { height:auto; line-height:0;}
.work_page .show-list .show_pic img { max-width:100%; max-height:100%;}
.work_page .show-list .show_name { position:absolute; top:50%; right:10%; width:80%; height:auto; line-height:160%; font-size: 20px; color: #FFFFFF !important; border: solid 1px #fff; text-align: center; margin: -20px 0 0 -120px; padding:5px 20px; transition:all ease-in .3s; opacity:0;}
.work_page .show-list .item:hover .show_name {opacity:1;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本列表
.work_info_page .main_part { max-width:2000px;}
.work_info_page .show_content { padding:0; width:100%;}
.work_info_page .subalbum-menu { text-align:center;}
.work_info_page .subalbum-menu h2 { float:none;}
.work_info_page .pic-list .item { margin:0; padding:10px; width:49%; float:none; display:inline-block;}
@media screen and (max-width: 768px) {
.work_info_page .pic-list .item { width:100%;}
}
.work_info_page .pic-list .show_pic { height:auto; line-height:0;}
.work_info_page .pic-list .show_pic img { max-width:100%; max-height:100%;}
.work_info_page .pic-list .item a { max-width:100%; pointer-events: none; cursor: default; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */





@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
.main_header_area .container {
    max-width: 100%;
}
.main_header_area {
    padding: 10px;
}
.nav-brand img {
    width: 155px;
}
.header_area.sticky .main_header_area{    background: #f9f9f900;}
.header_area.sticky{backdrop-filter: none;}
.navigation {
    padding: 10px;}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
	display:none;}
.pageIndex .stellarnav .menu-toggle span.bars span{    background: #fff;}
.pageIndex .stellarnav .menu-toggle:after{color: #fff;}
    .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {
        border-right: 0;
        background: #000000b8;
        border-top: 0;
    }
.stellarnav > ul > li > a b:nth-child(2){line-height: unset;}
    .stellarnav.mobile > ul > li > a {
        padding: 30px 20px;
        border: 0;
    }
.stellarnav > ul > li > a{    font-size: 12px;}
.stellarnav.mobile > ul > li > a.dd-toggle {
        padding: 6px;
        position: absolute;
        top: 20px;}
.stellarnav.mobile li.open{    background: #00000061;}
.stellarnav.mobile ul{background: #ffffff00;}
.stellarnav li a{    color: #ccc;}

#bottom_menu{background: #0000008c;}
#bottom_menu li a{color: #ccc;}
.stellarnav .menu-toggle span.bars span{background: #666666;}
.stellarnav > ul > li > a{color: #fff;}
.stellarnav .menu-toggle:after {
        color: #666;
    }
.header_area{padding:10px 0;background: #f9f9f9;}

.header_area.sticky {
    background: #f7f7f7;
}
.pageIndex .header_area.sticky {
        background: #f7f7f700;
    }

.stellarnav.mobile li.open li.open a {
    color: #444;
}
.banner { min-height: 60vw; font-size: 30px;}
.header_area::before{display:none;}
}



@media screen and (max-width: 600px) { 
.swiper-banner .swiper-slide img {
        height: 100vh;
        object-fit: cover;
    }
.footer_info ul {
    display: block;}
.contact_form{    display: block;}
.contact_content .information_right{padding: 20px;}
.contact_form li .form__label{
background: rgb(140 168 218 / 0%);
                }
.note{    padding: 0px;padding-top: 50px;}
.note:after{    bottom: 20px;}
.ProjsDetail_info_2_5 {
        padding-top: 20px;
    }
.blog_subbox {
        grid-template-columns: 1fr;
    }
.projsTabs ul {
        justify-content: center;
    }
}

@media screen and (max-width: 500px) { 

.pageIndex .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/neinterior/index_text001-phone.png);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1000;
    opacity: 1;
}
.pageIndex .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/neinterior/index_text002-phone.png);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1000;
    opacity: 1;
}
}




