@charset "utf-8";
/* 簡單流變媒體
   注意: 流變媒體要求您必須移除 HTML 中媒體的高度和寬度屬性
   http://www.alistapart.com/articles/fluid-images/ 
*/

img, object, embed, video {
	max-width: 100%;
}
/* IE 6 不支援最大寬度，因此寬度預設為 100% */
.ie6 img {
	width:100%;
}
body, main, footer{ font-family: "微軟正黑體", "Arial", sans-serif;}
input:focus, textarea:focus, select:focus, option:focus{ outline: none;}

form{width: 100%;}

a:active,
a:visited,
a:hover { outline: 0; text-decoration:none;}

.display-style{ display: -webkit-flex; display: flex; flex-wrap: wrap;}

/* 行動版面: 480px 以下。 */
.max-width-style{ width: calc(100% - 20px); margin: auto 10px;}

.top-bg-style{ justify-content: flex-start; width: 100%; margin: 0; padding:10px 0 0; box-sizing: border-box; position: fixed; top: 0; background:url(../images/top-box-bg.jpg) no-repeat; background-repeat: no-repeat; background-position: top left; background-size: cover; z-index: 10000;}
    .top-box{ justify-content: space-between; align-items: flex-start; width: calc(100% - 60px); margin: 0 0 0 60px;}
        .top-box-logo{ width: 120px; margin: 0 0 3px calc(50% - 90px);}
            .top-box-logo a{ justify-content: space-between; align-items: center; width: 100%;}
            .top-box-logo img{ width: 100%;}
        .top-box-operating{ justify-content: center; align-items: center; width: 100%; margin: 0;}
            .top-box-icon{ align-items: center; width: 80%; margin: 10px 10% 0;}
                .pc-top-icon{ display: none;}
                .ph-top-icon{ display: flex;}
                .top-box-icon a{ float: left; width: 23%; margin: 0 1%; text-align: center;}
                .top-box-icon i{ font-size: 2em; color: #FFF; transition: 0.2s ease-in-out;}
                .top-box-icon i:hover{ color: #ffcd64; transform:rotate(360deg);}
            .top-box-search{ align-items: center; width: 90%; margin:20px 5% 0; padding: 3px 10px; background-color: #FFF; border: 1px #DDD solid; border-radius: 30px;}
                .pc-top-search{ display: none;}
                .ph-top-search{ display: flex;}
                .top-box-search input{ width: calc(100% - 35px); margin: 0 5px 0 0; padding: 3px; font-size: 0.9em; background-color: #FFF; border: none;}
                .top-box-search a{ width: 30px}
                .top-box-search i{ font-size: 1.65em; color: #333;}
                .top-box-search i:hover{ color: #ea5413;}
    .top-menu{ justify-content: center; width:50px; margin: -56px 0 0 8px;}

.index-runimg{ width: 100%; margin: 0 0 5px;}
    .index-runimg ul{ width:100%; margin:0; padding:0;}
    .index-runimg li{ list-style: none;}
    .index-runimg li img , .index-runimg li video{ width:100% !important; margin: 0 ;}
    .index-runimg li video{display: block;}

.index-product{justify-content: space-between; align-items: center; width: 100%; margin: 5px 0 0;}
    .index-product a{justify-content: center; align-items: center; width: 100%; margin: 0 0 5px; position: relative; overflow: hidden;}
    .index-product img{ width: 100%; z-index: 1; transition: 0.5s ease-in-out;}
    .index-product a::before{ position: absolute; content: ""; width: 60%; height: 60%; left: 20%; top: 20%; background-color: rgba(0, 0, 0, 0.8); z-index: 2; transition: 0.3s ease-in-out; opacity: 0;}
    .index-product span{  width: auto; position: absolute; padding: 3px 15px; font-size: 2.35em; letter-spacing: 1px; color: #FFF; border: 1px #FFF solid; z-index: 5; transition: 0.4s ease-in-out; opacity: 0;}
        .index-product a:hover::before{width: 100%; height: 100%; left: 0; top: 0; opacity: 1;}
        .index-product a:hover > img{ transform: scale(1.15);}
        .index-product a:hover > span{font-size: 1.15em; opacity: 1;}

.index-news-bg{ width: 100%; padding: 30px 8px; box-sizing: border-box; background-repeat: no-repeat; background-position: center center; background-image: url(../images/index-news-bg-ph.jpg);}
.index-news{ align-items: center; width: 100%; margin: 0;}
    .index-news-video{ width: 100%; margin: 0 0 35px;}
        .index-news-video video{ width: 100%;}
    .index-news-item{ width: 100%; margin: 0; padding: 5px 0; background-color: rgba(255, 255, 255, 0.65);}
        .index-title{ width: 200px; margin: 0 calc(50% - 100px) 20px; position: relative;}
            .index-title i{position: absolute; top: 0; left: 11%; font-size: 2.65em; color: #EEE; transform: rotate(-10deg); z-index: 1;}
            .index-title h3{ width: 100%; margin: 20px 0 0; text-align: center; font-size: 1.25em; font-weight: bolder; letter-spacing: 1px; color: #2a7f93; z-index: 2;}
            .index-title hr{ position: absolute; width: 30px; height: 2px !important; top: 16px; right: 0; background-color: #2a7f93; border: none; opacity: 1;}
                .index-title::after{ position: absolute; content: ""; width: 14px; height: 14px; top: 26px; right: -6px; border: 2px #2a7f93 solid; border-radius: 50%;}
        .index-news-item-box{ align-items: center; width: 100%; margin: 0; padding: 15px 8px; border-bottom: 1px #e2cc9d solid; transition: 0.2s ease-in-out;}
            .index-news-item-box h6{ width: 100px; margin: 0 calc(100% - 100px) 8px 0; padding: 6px 0; text-align: center; font-size: 0.8em; letter-spacing: 1px; color: #AAA; border: 1px #DDD solid; border-radius: 2px; transition: 0.3s ease-in-out;}
            .index-news-item-box h4{ width: 100%; margin: 0; font-size: 0.9em; color: #666; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
        .index-news-item a, .index-news-item a:visited, .index-news-item a:hover, .index-news-item a:active{ text-decoration: none;}
        .index-news-item-box:hover{ background-color: #fff2d8;}
        .index-news-item-box:hover > h6{ color: #2a7f93; border-color: #2a7f93;}

.button-style{ width: 90%; margin: 25px 5% 0; font-size: 0.85em;}

.index-fuke-living{ width: 100%;}
    .index-fuke-living img{ width: 100%; margin-bottom: 1%;}

.top-distance-blank{ width: 100%; height: 0; margin: 87px 0 0;}

.column-box{ width: 100%; margin: 0; padding: 10px 0; box-sizing: border-box; background-color: #bca97b;}
    .column-box a{ justify-content: center; width: 100%; margin: 0; text-align: center; text-decoration: none; font-size: 12px; font-weight: bolder; letter-spacing: 1px; color: #FFF;overflow : hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; transition: 0.25s ease-in-out;}
        .column-box a:visited{ color: #FFF;}
        .column-box a:hover{ color: #004252;}
        .column-box a:active{ color: #FFF;}

.page-content{ margin: 0 auto 50px; padding: 20px 0 0;}
    .page-content-title, .page-content-title2{ width: 220px; margin: 0 calc(50% - 110px) 20px; position: relative;}
        .page-content-title i{position: absolute; top: 0; left: 11%; font-size: 2.65em; color: #EEE; z-index: 1;}
        .page-content-title h1, .page-content-title2 h1{ width: 100%; margin: 20px 0 0; text-align: center; font-size: 1.35em; font-weight: bolder; letter-spacing: 1px; color: #2a7f93; z-index: 2;}
        .page-content-title hr{ position: absolute; width: 30px; height: 2px !important; top: 16px; right: 0; background-color: #2a7f93; border: none; opacity: 1;}
            .page-content-title::after{ position: absolute; content: ""; width: 14px; height: 14px; top: 26px; right: -6px; border: 2px #2a7f93 solid; border-radius: 50%;}
    
    .page-path{ align-items: center; width: 100%; margin: 0 0 20px;}
        .page-path a{ font-size: 0.8em; font-weight: bolder; text-decoration: none; color: #2a7f93;}
            .page-path a:hover{ color: #e95412;}
        .page-path i{ margin: 0 5px; font-size: 0.9em; color: #ffcd64;}
        .page-path h5{ width: auto; margin: 0; font-size: 0.8em; letter-spacing: 1px; white-space:nowrap; color: #666;}

    .about-page{ width: 100%;}
        .about-page img{ width: auto; max-width: 100%; display:block; margin:auto;}

    .product-page{ width: 100%; margin: 0;}
        .product-page a{ width: 92%; margin: 0 4% 20px; border-bottom: 5px #DDD solid; overflow: hidden; transition: 0.2s ease-in-out;}
            .product-page a:hover{ border-color: #2a7f93;  -webkit-box-shadow:0 2px 10px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.26);box-shadow:0 2px 10px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.26);}
            .product-page a, .product-page a:visited, .product-page a:hover, .product-page a:active{ text-decoration: none;}
            .product-page p{ width: 100%; margin: 0; overflow: hidden;}
                .product-page img{ width: 100%; transition: 0.5s ease-in-out;}
                .product-page a:hover > p > img{ transform: scale(1.15);}
            .product-page h3{ width: 100%; margin: 8px 0; text-align: center; font-size: 0.85em; color: #666; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
            .product-box-text-top{ align-items: center; width: calc(100% - 10px); margin: 12px 5px;}
                .product-box-text-top-name{ width: calc(100% - 60px); margin: 0 5px 0 0; font-size: 1em; font-weight: bolder; color: #666; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
                .product-box-text-top-state{ width: 55px; padding: 5px 6px; box-sizing: border-box; text-align: center; font-size: 15px; letter-spacing: 2px; line-height: 1em; color: #FFF; border-radius: 30px;}
                .product-box-state-bg1{ background-color: #00b050;}
                .product-box-state-bg2{ background-color: #ed7d31;}
            .product-box-text-bottom{ align-items: center; width: calc(100% - 10px); margin: 0 5px 3px; font-size: 15px; color: #666;}
                .product-box-text-bottom-l{ width: 130px; margin: 0 10px 0 0; text-align: left;}
                .product-box-text-bottom-r{ width: calc(100% - 140px); margin: 0; text-align: right;}

        .product-realestate-box{ width: 92%; margin: 0 4% 20px; padding: 18px; box-sizing: border-box; border: 2px #DDD solid; border-radius: 8px; position: relative;}
            .product-realestate-box-content{ width: 100%; margin: 12px 0 45px;}
                .product-realestate-box-content h2{ width: 100%; margin: 0; font-size: 1.25em; font-weight: bolder; color: #333;}
                .product-realestate-box-content h3{ width: 100%; margin: 6px 0 18px !important; text-align: left; font-size: 14px !important; font-weight: bolder; color: #999;}
                .product-realestate-box-content-label{ align-items: center; width: 100%; margin: 0;}
                    .product-realestate-box-content-label RL{ width: auto; margin: 0 5px 5px 0; padding: 4px 8px; font-size: 14px; font-weight: bolder; line-height: 1em; letter-spacing: 3px; color: #FFF; border-radius: 3px;}
                        .realestate-label-bg1{ background-color: #00b050;}
                        .realestate-label-bg2{ background-color: #ed7d31;}
                        .realestate-label-bg3{ background-color: #F00;}
                .product-realestate-box-content-introduce{ width: 100%; margin: 6px 0 0; text-align: justify; font-size: 15px; color: #333;}
                    .product-realestate-box-content-introduce-item{ width: 100%; margin: 5px 0;}
            .product-realestate-box-button{ position: absolute; bottom: 15px; left: 0; width: 100%; margin: 0;}
                .product-realestate-box-button a{ justify-content: center; width: 80% !important; margin: 0 10% !important; padding: 5px 0; box-sizing: border-box; font-size: 15px; font-weight: bolder; letter-spacing: 5px; color: #2a7f93; transition: 0.25s ease-in-out; border: 1px #2a7f93 solid;}
                    .product-realestate-box-button a:visited{ color: #2a7f93;}
                    .product-realestate-box-button a:hover{color: #FFF; background-color: #2a7f93; cursor: pointer;}
                    .product-realestate-box-button a:active{ color: #2a7f93;}
            .product-realestate-box-button2{ width: 100%; margin:25px 0 0;}
                .product-realestate-box-button2 a{ justify-content: center; width: 80% !important; margin: 0 10% !important; padding: 10px 0; box-sizing: border-box; text-decoration: none; font-size: 15px; font-weight: bolder; letter-spacing: 5px;  color: #FFF; background-color: #2a7f93; transition: 0.25s ease-in-out; border: 1px #2a7f93 solid;}
                    .product-realestate-box-button2 a:visited{ color: #FFF !important;  background-color: #2a7f93 !important;}
                    .product-realestate-box-button2 a:hover{ color: #FFF !important;  background-color: #12424d !important;}
                    .product-realestate-box-button2 a:active{ color: #FFF !important;  background-color: #2a7f93 !important;}
            .show-box-style{ width: 100%; margin: 0;}
            .show-form-style{ display: none;}
                .show-form-style iframe{ width: 100%; height: 650px;}


    .page-allpro-title{ width: 100%; margin: 10px 0 25px; position: relative;}
        .page-allpro-title h2{ width: 97%; margin: 0 0 0 3%; font-size: 1.15em; font-weight: bolder; letter-spacing: 1px; color: #333; z-index: 2;}
        .page-allpro-title hr{ position: absolute; width: 55%; height: 2px !important; top: -5px; right: 10%; background-color: #FFCD64; border: none; opacity: 1;}
            .page-allpro-title::after{ position: absolute; content: ""; width: 10px; height: 10px; top: 7px; right: 9.5%; background-color: #FFCD64; border-radius: 50%;}
    .page-allpro-button{ width: 120px; margin: -30px calc(50% - 60px) 30px; font-size: 0.85em;}
    
    .product-introduction{ align-items: center; width: 100%;}
        .product-introduction h1{ width: 100%; margin: 10px 0 25px; text-align: center; font-size: 1.25em; font-weight: bolder; letter-spacing: 1px; color: #333;}
            .product-introduction-img{ width: 96%; margin: 0 2% 30px;}
                .lSSlideOuter .lSPager.lSGallery li {
                width:100%;
                max-height:51px;
                _height:expression(this.height > 51 ? "51px" : this.height);      
                } 
                .product-introduction-img ul li img{
                width:100%;
                max-height:201px;
                _height:expression(this.height > 201 ? "201px" : this.height);
                } 
            .product-introduction-text{ align-items: center; width: 96%; margin:0 2%;}
                .product-introduction-text span{ width: 90px; margin: 0 calc(100% - 90px) 0 0; padding:2px 0; text-align: center; font-size: 0.95em; font-weight: bolder; letter-spacing: 1px; background-color: #ffcd64;}
                .product-introduction-text p{ width: 94%; margin: 3px 3% 10px; font-size: 1em; color: #666; word-wrap:break-word;}
                .product-introduction-text a{ font-weight: bolder; color: #ea5413; text-decoration: none;}
                .product-introduction-text a:visited{ text-decoration: none;}
                .product-introduction-text a:hover{ color: #2a7f93; text-decoration: underline;}
                .product-introduction-text h3{ width: 100%; margin: 10px 0 0;}
                .product-introduction-text h3 a{ width: auto; margin-right: 8px; color: none; font-weight: normal; text-decoration: none;}
                    .product-introduction-text h3 a:visited,  .product-introduction-text h3 a:hover,  .product-introduction-text h3 a:active{ text-decoration: none;}
                .product-introduction-text h3 i{font-size: 1.85em; color: #666; transition: 0.2s ease-in-out;}
                    .product-introduction-text a:hover > i{ -webkit-filter:brightness(.7);}
            .product-introduction-form{ width: 100%; margin: 50px 0 0;}
                .product-introduction-title{ align-items: center; width: 100%; margin: 0 0 10px;}
                .product-introduction-title h4{width: auto; margin: 0 10px 0 0; font-size: 1.25em; font-weight: bolder; letter-spacing: 2px; color: #2a7f93;}
                .product-introduction-title hr{ width: 30px; height: 2px !important; background-color: #2a7f93; border: none; opacity: 1;}
                    .product-introduction-title h6{width: 15px; height: 15px; margin:-1px 0 0 -8px; border: 1px #2a7f93 solid; border-radius: 50%;}
                .product-introduction-feature{ width: 98; margin: 0 1%; font-size: 1em; letter-spacing: 1px; color: #666;}
                .product-introduction-form-case-title{ width: 100%; margin: 0 0 20px; text-align: center; font-size: 1.25em; font-weight: bolder; color: #333;}
                .product-introduction-form form{ width: 100%; margin:  0 ;}
                .product-introduction-form p{ align-items: center; width: 100%; margin: 0 0 15px; font-size: 1.05em;}
                .product-introduction-form label{ margin: 0 0 5px; font-size: 0.8em; font-weight: normal; color: #666;}
                .product-introduction-form h5{ width: 100%; margin:-15px 0 0; font-size: 1.35em; font-weight: bolder; color: #ea5413;}
                .product-introduction-form input, .product-introduction-form textarea{ width: 100%; padding: 8px; border-radius: 3px; border: 1px #DDD solid; font-size: 0.8em;}
                .product-introduction-form textarea{ height: 80px;}
                .form-privacy-statement{ width: 100%; margin: 12px 0; font-size: 1em;}
                    .form-privacy-statement label:hover{ cursor: pointer;}
   
    .page-button{ width: 100%; margin: 30px 0 0;}
        .page-button a, .page-button a:visited, .page-button a:hover, .page-button a:active{ text-decoration: none;}

    .page-product-introduction-form-case-button{ align-items: center; width: 100%; margin: 30 0 0;}

    .news-page{ width: 100%;}
        .news-page a{ align-items: stretch; width: 100%; margin: 0 0 15px; padding: 8px; box-sizing: border-box; border: 2px #F0F0F0 solid; border-radius: 8px; transition: 0.2s ease-in-out;}
            .news-page a:hover{ border-color: #e95412;}
            .news-page a, .news-page a:visited, .news-page a:hover, .news-page a:active{ text-decoration: none;}
        .news-page p{ width: 100%; margin: 0; overflow: hidden;}
            .news-page img{ width: 100%; transition: 0.5s ease-in-out;}
                .news-page a:hover > p > img{transform: scale(1.1);}
        .news-page h6{ width: 90px; margin: 8px calc(50% - 45px); padding: 2px 0; text-align: center; font-size: 0.7em; color: #666; background-color: #EEE;}
        .news-page h3{ width: 100%; margin: 0; font-size: 0.85em; font-weight: bolder; line-height: 1.5em; color: #666; overflow : hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}

        .news-content{ width: 100%;}
            .news-content h1{ width: 100%; margin: 0 0 8px; font-size: 1.25em; font-weight: bolder; letter-spacing: 1px; line-height: 1.35em; color: #333;}
            .news-content h6{ width: 100%; margin: 0 0 20px; font-size: 0.85em; color: #AAA;}
            .news-content-main{ width: 100%; margin: 0;}
                .news-content-main img{ width: auto; max-width: 100%; margin:auto;}

        .news-change-button{ width: auto; position: fixed; top: 45%; right: 10px; -webkit-writing-mode: vertical-lr;  writing-mode: vertical-lr; z-index: 1000;}
            .news-change-button a{ width: auto; margin-bottom: 3px; padding:6px 3px; font-size: 0.9em; text-decoration: none; color: #FFF; background-color: #E05315; border: 2px #E05315 solid; border-radius: 5px; transition: 0.2s ease-in-out;}
            .news-change-button font{ display: none;}
                .news-change-button a:visited{ color: #FFF; background-color: #E05315;}
                .news-change-button a:hover{ color: #E05315; background-color: #FFF;}

    .page-calculation{ width: 100%;}
        .calculation-table{ width: 94%; margin:  0 3% 30px;}
            .calculation-table-enter{ align-items: center; width: 100%; margin:0 0 20px;}
                .calculation-table-enter-title{ width: 100%; margin: 0 0 5px; text-align: left; font-size: 0.95em; color: #666;}
                .calculation-table-enter-box{ width: 100%;}
                .calculation-table-enter-box select{ width: 100%; padding:8px 6px; font-size: 0.95em; border: 1px #DDD solid; border-radius: 4px;}
                .calculation-table-enter-box2{ width: 100%; padding: 8px 6px; border: none; font-size: 0.95em; border: 1px #DDD solid; border-radius: 4px;}
                .calculation-table-enter-box2 input{ width: calc(100% - 40px); margin: 0; padding: 0; background: none; border: none;}
                .calculation-table-enter-box2 span{ width: 40px; text-align: right;}
                .calculation-table-enter p{ width: 100%; margin: 4px 0 0; font-size: 0.8em; color: #F00;}
                    .calculation-table-enter-box2-left{ width: 70%; padding-right: 2%; border-right: 1px #333 solid;}
                    .calculation-table-enter-box2-right{ width: 30%; padding-left: 2%;}
                #customize-select{ width: 100%; margin: 15px 0 0;}
        .calculation-result{ align-items: center; width: 100%;}
            .calculation-result-box{ width: 80%; margin: 0 10% 30px;}
                .calculation-result-chart{ width: 100%; position: relative;}
                .calculation-result-chart-text{ width: 100%; position: absolute; top:35%; z-index: 3; text-align: center; font-size: 0.85em; color: #666;}
                .calculation-result-box-text{ justify-content: center; width: 100%; margin: 5px 0; font-size: 1.15em; color: #666;}
                .calculation-result-box-text p{ width: 15px; height: 15px; margin: 3px 8px 0 0;}
        
    .page-contact{ width: 100%;}
        .page-contact-information{ width: 94%; margin: 0 3% 30px;}
            .page-contact-information-box{ width: 100%; margin: 30px 0 0;}
                .page-contact-information-box img{width: 100%;}
                .page-contact-information-box h3{ width: 100%; margin: 10px 0; font-size: 1.15em; letter-spacing: 1px; font-weight: bolder; color: #004252;}
                .page-contact-information-box-text{ margin: 6px 0; font-size: 0.9em; color: #666;}
                .page-contact-information-box-text span{ width: 45px; margin:0 5px 0 0;}
                .page-contact-information-box-text p{ width: calc(100% - 50px); margin: 0;}
                .page-contact-information-box a{ float: left; width: auto; margin: 10px 8px 0 0; text-align: center; color: none; transition: 0.2s ease-in-out;}
                .page-contact-information-box a, .page-contact-information-box a:visited, .page-contact-information-box a:hover, .page-contact-information-box a:active{ text-decoration: none;}
                .page-contact-information-box a:hover{-webkit-filter:brightness(.7);}
                .page-contact-information-box i{ font-size: 2.5em;}
                .page-contact-information-box a img{ width: 36px; margin-top: 2px;}
        .page-contact-form{ width: 100%;}
            .page-contact-form form{ width: 100%; margin: 0 ;}
                .page-contact-form p{ align-items: center; width: 100%; margin: 0 0 15px; font-size: 1.15em;}
                .page-contact-form label{ margin: 0 0 5px; font-size: 0.8em; font-weight: normal; color: #666;}
                .page-contact-form input, .page-contact-form textarea{ width: 100%; padding: 8px; border-radius: 3px; border: 1px #DDD solid; font-size: 0.8em;}
                .page-contact-form textarea{ height: 60px;}

    .fuke-living-contact{ justify-content: flex-end; align-items: center; width: 100%; margin: 0 0 20px;}
        .fuke-living-contact a{ width: auto; margin: 0 8px;}
        .fuke-living-contact i{ font-size: 2.35em; color: #666; transition: 0.2s ease-in-out;}
            .fuke-living-fb:hover{ color: #1877F2;}
            .fuke-living-line:hover{ color: #00B900;}


    .footer-bg{ width: 100%; padding: 50px 8px 0; box-sizing: border-box; background-repeat: no-repeat; background-position: center center; background-image: url(../images/footer-bg-ph.jpg);}
    .footer{ align-items: stretch; width: 100%;}
        .footer-logo{ width: 100%; margin:0 0 25px; text-align: center;}
            .footer-logo img{ width: 100%; max-width: 160px;}
        .footer-box{ width: 98%;  margin: 0 1% 50px;}
            .footer-box-title{ align-items: center; width: 100%;}
                .footer-box-title hr{ width: 20px; height: 2px !important; margin: 0 15px 0 7px; background-color: #efd591; border: none; opacity: 1;}
                .footer-box-title i{ margin: 0 15px 0 0; font-size: 1.45em; color: #FFF;}
                .footer-box-title h3{ width: auto; font-size: 1.25em; font-weight: bolder; letter-spacing: 5px; color: #FFF;}
            .footer-box-content{ width: 100%; height: 100%; margin: -17px 0 ; padding: 37px 10px 20px; border: 2px #efd591 solid; border-top: none; border-radius: 10px;}
                .footer-box-content h4{ width: 100%; margin: 0; font-size: 0.9em; line-height: 1.5em; color: #FFF; text-indent: 1.5em;}
                .footer-box-content p{ width: 100%; margin: 4px 0; font-size: 0.9em; color: #FFF;}
                .footer-box-content i{ margin-right: 10px; font-size: 1.15em;}
                .footer-box-content a{ margin-left: 5px; font-size: 1.05em; letter-spacing: 1px; font-weight: bolder; color: #FFF;}
                .footer-box-content a:hover{ color:#e95412}

.footer-menu-bg{ width: 100%; margin: 0; padding: 30px 0 5px; background-color: #202020;}
    .footer-menu{ justify-content: center; align-items: flex-start; width: 100%; margin: 0;}
        .footer-menu-box{ width: 30.3%; margin: 15px 1.5%;}
            .footer-menu-box h3{ width: 100%; margin: 0 0 12px; font-size: 1em; font-weight: bolder; line-height: 1em; letter-spacing: 1px; color: #FFF;}
            .footer-menu-box a{ width: 100%; margin: 4px 0; font-size: 14px; line-height: 1em; color: #AAA; transition: 0.25s ease-in-out;}
                .footer-menu-box a:visited{ color: #AAA;}
                .footer-menu-box a:hover{ color:#efd591;}
                .footer-menu-box a:active{ color: #AAA;}

.footer-copyright{ width: 100%; padding: 8px 0; text-align: center; font-size: 0.8em; color: #FFF; background-color: #000;}

.JGB-iframe{ width: 100%; height: 130vh; margin: 0; position: relative;}
    .JGB-iframe iframe{ position: absolute; left: 0; top: 0; width: 100%; height: 100%;}

@media only screen and (min-width: 375px) {
    .top-box-logo{ width: 100px; margin: 0 -6% 3px 6%;}
    .top-box-operating{ justify-content: flex-end; align-items: center; width: 190px; margin: 5px 6px 0 0;}
        .top-box-icon{ align-items: center; width: auto; margin: 0;}
            .pc-top-icon{ display: flex;}
            .ph-top-icon{ display: none;}
            .top-box-icon a{ width: 35px; margin: 8px 0 0 4px;}
            .top-box-icon i{ font-size: 2em;}
    .top-menu{ margin: -54px 0 0 8px;}

    .top-distance-blank{ width: 100%; height: 0; margin: 75px 0 0;}
    
    .product-page a{ width: 49%; margin: 0 0.5% 30px;}   
        .product-box-text-top{ width: calc(100% - 10px); margin: 8px 5px;}
            .product-box-text-top-name{ width: calc(100% - 55px); margin: 0 5px 0 0; font-size: 1em;}
            .product-box-text-top-state{ width: 50px; padding: 4px; font-size: 15px;}
        .product-box-text-bottom{ width: calc(100% - 10px); margin: 0 5px 3px; font-size: 15px;}
            .product-box-text-bottom-l{ width: 100%; margin: 0 0 3px; text-align: center;}
            .product-box-text-bottom-r{ width: 100%; text-align: center;}

    
    .product-page img{
        width:100%;
    }  

    
    .lSSlideOuter .lSPager.lSGallery li {
        width:100%;
        max-height:61px;
        _height:expression(this.height > 61 ? "61px" : this.height);      
    } 
    .product-introduction-img ul li img{
        width:100%;
        max-height:237px;
        _height:expression(this.height > 237 ? "237px" : this.height);
    }             
}

@media only screen and (min-width: 413px) {

    .lSSlideOuter .lSPager.lSGallery li {
        width:100%;
        max-height:69px;
        _height:expression(this.height > 69 ? "69px" : this.height);      
    } 
    .product-introduction-img ul li img{
        width:100%;
        max-height:263px;
        _height:expression(this.height > 263 ? "263px" : this.height);
    }             
}

/* 表格版面: 481px 到 768px。樣式繼承自: 行動版面。 */
@media only screen and (min-width: 481px) {
    .max-width-style{ width: 96%; margin: auto 2%;}

    .top-bg-style{ width: 100%; margin: 0; padding:5px 0 0;}
        .top-box{ justify-content: space-between; align-items: center; width: calc(100% - 60px); margin: 0 0 0 60px;}
            .top-box-logo{ width: 120px; margin: 3px 5px 5px 65px;}
                .top-box-logo a{ width: 100%;}
                .top-box-logo img{ width: 100%;}
            .top-box-operating{ width: calc(100% - 200px); margin: 0 10px 0 0;}
                .top-box-icon{ width: auto;}
                .top-box-icon a{ width: 35px; margin: 0 0 0 8px;}
                .top-box-icon i{ font-size: 2em;}
                .top-box-search{ width: 90%; margin:20px 5%; padding: 3px 10px;}
                .top-box-search input{ width: calc(100% - 35px); margin: 0 5px 0 0; padding: 2px;}
                .top-box-search a{ width: 30px}
                .top-box-search i{ font-size: 1.45em; }
        .top-menu{ width:50px; margin: -60px 0 0 8px;}

    .index-product{ width: 100%; margin: 0;}
        .index-product a{ width: 32.9%; margin: 0.5% 0;}
        .index-product span{ padding: 3px 8px; font-size: 2em;}
            .index-product a:hover > span{font-size: 0.85em;}

    .index-news-bg{ padding:40px 15px;}
    .index-news{ width: 100%; margin: 0;}
        .index-news-video{ width: 90%; margin: 0 5% 50px;}
            .index-news-video video{ width: 100%;}
        .index-news-item{ width: 100%; margin: 0; padding: 10px 0;}
            .index-title{ width: 220px; margin: 0 calc(50% - 110px) 25px;}
                .index-title i{ top: 0; left: 13%; font-size: 3em;}
                .index-title h3{ width: 100%; margin: 20px 0 0; font-size: 1.45em;}
                .index-title hr{ width: 40px; height: 3px !important; top: 20px; right: 0;}
                .index-title::after{ width: 15px; height: 15px; top: 30px; right: -6px;}
            .index-news-item-box{ width: 100%; margin: 0; padding: 12px 6px;}
                .index-news-item-box h6{ width: 90px; margin: 0 5px 0 0; padding: 8px 0; font-size: 0.75em;}
                .index-news-item-box h4{ width: calc(100% - 95px); margin: 0; font-size: 0.95em;}

    .button-style{ width: 100%; margin: 25px 0 0; font-size: 1em;}

    .top-distance-blank{margin: 87px 0 0;}

    .column-box{ width: 100%; margin: 0; padding: 15px 0;}
        .column-box a{ width: 100%; margin: 0; font-size: 1em;}

    .page-content{ margin: 0 auto 50px; padding: 30px 0 0;}
        .page-content-title, .page-content-title2{ width: 240px; margin: 0 calc(50% - 120px) 25px;}
            .page-content-title i{ top: 0; left: 13%; font-size: 3em;}
            .page-content-title h1, .page-content-title2 h1{ width: 100%; margin: 20px 0 0; font-size: 1.55em;}
            .page-content-title hr{ width: 35px; height: 3px !important; top: 18px; right: 0;}
                .page-content-title::after{ width: 15px; height: 15px; top: 28px; right: -6px;}

        .page-path{ width: 100%; margin: 0 0 20px;}
            .page-path a{ font-size: 0.9em;}
            .page-path i{ margin: 0 8px 0 6px; font-size: 1.05em;}
            .page-path h5{ width: auto; margin: 0; font-size: 0.9em;}

    .product-page{ width: 100%; margin: 0;}
        .product-page a{ width: 48%; margin: 0 1% 35px;}
            .product-page h3{ width: 100%; margin: 10px 0; font-size: 0.9em;}
            .product-box-text-top{ width: calc(100% - 10px); margin: 8px 5px;}
                .product-box-text-top-name{ width: calc(100% - 55px); margin: 0 5px 0 0; font-size: 1.05em;}
                .product-box-text-top-state{ width: 50px; padding: 5px 4px; font-size: 15px;}
            .product-box-text-bottom{ width: calc(100% - 10px); margin: 0 5px 3px; font-size: 15px;}
                .product-box-text-bottom-l{ width: 100%; margin: 0 0 3px; text-align: center;}
                .product-box-text-bottom-r{ width: 100%; text-align: center;}
            .product-page img{
                width:100%;
                max-height:180px !important;
                _height:expression(this.height > 180 ? "180px" : this.height);
            }  

        .product-realestate-box{ width: 48%; margin: 0 1% 30px; padding: 12px;}
            .product-realestate-box-content{ width: 100%; margin: 15px 0 60px;}
                .product-realestate-box-content h2{ width: 100%; margin: 0; font-size: 1.25em;}
                .product-realestate-box-content h3{ width: 100%; margin: 8px 0 20px !important; font-size: 13px !important;}
                .product-realestate-box-content-label{ width: 100%; margin: 0;}
                    .product-realestate-box-content-label RL{ width: auto; margin: 0 6px 6px 0; padding: 5px 8px; font-size: 13px;}
                .product-realestate-box-content-introduce{ width: 100%; margin: 8px 0 0; font-size: 14px;}
                    .product-realestate-box-content-introduce-item{ width: 100%; margin: 4px 0;}
            .product-realestate-box-button, .product-realestate-box-button2{ bottom: 15px; left: 0; width: 100%; margin: 0;}
                .product-realestate-box-button a, .product-realestate-box-button2 a{ width: 80% !important; margin: 0 10% !important; padding: 5px 0; font-size: 15px;}
    
                .show-form-style iframe{ width: 100%; height: 670px;}

    .page-allpro-title{ width: 100%; margin: 20px 0 30px;}
        .page-allpro-title h2{ width: 97%; margin: 0 0 0 3%; font-size: 1.25em;}
        .page-allpro-title hr{ width: 65%; height: 2px !important; top: -2px; right: 5%;}
            .page-allpro-title::after{ width: 11px; height: 11px; top: 9px; right: 4.5%;}
    .page-allpro-button{ width: 120px; margin: -40px calc(50% - 60px) 30px; font-size: 0.9em;} 
    
    .product-introduction{ width: 100%;}
        .product-introduction h1{ width: 100%; margin: 10px 0 35px; font-size: 1.65em ;}
            .product-introduction-img{ width: 70%; margin: 0 15% 30px;}  
                .lSSlideOuter .lSPager.lSGallery li {
                width:100%;
                max-height:58px;
                _height:expression(this.height > 58 ? "58px" : this.height);      
                } 
                .product-introduction-img ul li img{
                width:100%;
                max-height:225px;
                _height:expression(this.height > 225 ? "225px" : this.height);
                }      
            .product-introduction-text{ width: 80%; margin: 0 10%}
                .product-introduction-text span{ width: 110px; margin: 0 10px 0 0; padding:4px 0; font-size: 1.15em;}
                .product-introduction-text p{ width: calc(100% - 120px); margin: 10px 0; font-size: 1em;}
                .product-introduction-text h3{ width: 100%; margin: 15px 0 0;}
                .product-introduction-text h3 i{font-size: 2em;}
            .product-introduction-form{ width: 90%; margin: 80px 5% 0;}
                .product-introduction-title{ width: 100%; margin: 0 0 30px;}
                .product-introduction-title h4{ margin: 0 20px 0 0; font-size: 1.65em;}
                .product-introduction-title hr{ width: 100px; height: 3px !important;}
                    .product-introduction-title h6{ width: 15px; height: 15px; margin:-1px 0 0 -8px;}
                .product-introduction-feature{ width: 94%; margin: 0 3%; font-size: 1.05em;}
                .product-introduction-form-case-title{ width: 100%; margin: 0 0 25px; font-size: 1.35em;}
                .product-introduction-form form{ width: 100%; margin:  0;}
                .product-introduction-form p{ width: 100%; margin: 0 0 25px; font-size: 1.25em;}
                .product-introduction-form label{ margin: 0 0 5px; font-size: 0.8em;}
                .product-introduction-form h5{ width: 100%; margin:-15px 0 0; font-size: 1.35em;}
                .product-introduction-form input, .product-introduction-form textarea{ width: 100%; padding: 8px; font-size: 0.8em;}
                .product-introduction-form textarea{ height: 80px;}
                .form-privacy-statement{ width: 100%; margin: 18px 0; font-size: 1.05em;}
    
    .page-button{ width: 100%; margin: 30px 0 0;}

    .news-page{ width: 100%;}
        .news-page a{ align-items: stretch; width: 48%; margin: 0 1% 25px; padding: 8px;}
        .news-page h6{ width: 90px; margin: 8px calc(50% - 45px); padding: 3px 0; font-size: 0.8em;}
        .news-page h3{ width: 100%; margin: 0; font-size: 0.9em;}
        .news-page img{
            width:100%;
            max-height:134px;
            _height:expression(this.height > 134 ? "134px" : this.height);
        }

        .news-content{ width: 100%;}
            .news-content h1{ width: 100%; margin: 0 0 10px; font-size: 1.45em; line-height: 1.5em;}
            .news-content h6{ width: 100%; margin: 0 0 30px; font-size: 0.9em;}
            .news-content-main{ width: 100%; margin: 0;}

        .news-change-button{ width: auto; top: 40%; right: 7px;}
            .news-change-button a{ width: auto; margin-bottom: 6px; padding: 6px 3px; font-size: 0.8em;}
            .news-change-button font{ display: inline-block;}

    .page-calculation{ width: 100%;}
        .calculation-table{ width: 90%; margin:  0 5% 50px;}
            .calculation-table-enter{ width: 100%; margin:0 0 25px;}
            .calculation-table-enter-title{ width: 65px; margin:  0 5px 0 0; font-size: 0.95em;}
            .calculation-table-enter-box{ width: calc(100% - 70px);}
                .calculation-table-enter-box select{ width: 100%; padding:12px 8px; font-size: 1em;}
            .calculation-table-enter-box2{ width: calc(100% - 80px); padding: 12px 8px; font-size: 1em;}
                .calculation-table-enter-box2 input{ width: calc(100% - 40px); margin: 0; padding: 0;}
                .calculation-table-enter-box2 span{ width: 40px;}
                .calculation-table-enter p{ width: calc(100% - 70px); margin: 4px 0 0 70px; font-size: 0.85em;}
                    .calculation-table-enter-box2-left{ width: 70%; padding-right: 2%;}
                    .calculation-table-enter-box2-right{ width: 30%; padding-left: 2%;}
                #customize-select{ width: calc(100% - 70px); margin: 15px 0 0 70px;}
        .calculation-result{ width: 100%;}
            .calculation-result-box{ width: 90%; margin: 0 5% 10px;}
            .calculation-result-chart-text{ width: 100%; top:35%; font-size: 0.9em;}
            .calculation-result-box-text{ width: 100%; margin: 10px 0; font-size: 1.05em;}
                .calculation-result-box-text p{ width: 15px; height: 15px; margin: 7px 8px 0 0;}
        
    .page-contact{ width: 100%;}
        .page-contact-information{ width: 80%; margin: 0 10% 50px;}
            .page-contact-information-box{ width: 100%; margin: 30px 0 0;}
            .page-contact-information-box img{width: 100%;}
            .page-contact-information-box h3{ width: 100%; margin: 20px 0; font-size: 1.25em;}            
            .page-contact-information-box-text{ margin: 8px 0; margin: 8px 0; font-size: 1em; }
                .page-contact-information-box-text span{ width: 55px; margin:0 5px 0 0;}
                .page-contact-information-box-text p{ width: calc(100% - 60px); margin:0;}
            .page-contact-information-box a{ width:  auto; margin: 10px 15px 0 0;}
            .page-contact-information-box i{ font-size: 3em;}
            .page-contact-information-box a img{ width: 43px; margin-top: 3px;}
        .page-contact-form{ width: 100%;}
            .page-contact-form form{ width: 90%; margin: 0 5%;}
            .page-contact-form p{ width: 100%; margin: 0 0 15px; font-size: 1.25em;}
            .page-contact-form label{ margin: 0 0 5px; font-size: 0.8em;}
            .page-contact-form input, .page-contact-form textarea{ width: 100%; padding: 8px; font-size: 0.8em;}
            .page-contact-form textarea{ height: 80px;}

    .fuke-living-contact{ width: 100%; margin: 0 0 30px;}
        .fuke-living-contact a{ margin: 0 10px;}
        .fuke-living-contact i{ font-size: 2.5em;}




    .footer-bg{ width: 100%; padding: 80px 10px 0;}
        .footer{ align-items: stretch; width: 100%;}
            .footer-logo{ width: 100%; margin:0 0 30px;}
                .footer-logo img{ width: 100%; max-width: 220px;}
            .footer-box{ width: 94%;  margin: 0 3% 80px;}
                .footer-box-title{ width: 100%;}
                    .footer-box-title hr{ width: 45px; height: 2px !important; margin: 0 15px 0 7px;}
                    .footer-box-title i{ margin: 0 15px 0 0; font-size: 1.85em;}
                    .footer-box-title h3{ font-size: 1.25em;}
                .footer-box-content{ width: 100%; height: 100%; margin: -17px 0 0; padding: 37px 25px 20px;}
                    .footer-box-content h4{ width: 100%; margin: 0; font-size: 1em; line-height: 1.5em;}
                    .footer-box-content p{ width: 90%; margin: 4px 5%; font-size: 1em;}
                    .footer-box-content i{ margin-right: 10px; font-size: 1.15em;}
                    .footer-box-content a{ margin-left: 5px; font-size: 1.05em;}  

    .footer-menu-bg{ width: 100%; margin: 0; padding: 35px 0;}
        .footer-menu{ width: 100%; margin: 0;}
            .footer-menu-box{ width: 27.3%; margin: 18px 3%;}
                .footer-menu-box h3{ width: 100%; margin: 0 0 13px; font-size: 1.15em;}
                .footer-menu-box a{ width: 100%; margin: 4px 0; font-size: 15px;}    
}

@media only screen and (min-width: 621px) {
    .top-box-logo{ width: 140px; margin: 0 -50px 0 calc(50% - 100px);}
    .top-box-operating{ width: calc(100% - 350px); margin: 0;}

    .product-page img{
        width:100%;
        max-height:220px !important;
        _height:expression(this.height > 220 ? "220px" : this.height);
    }  
    
    
    .lSSlideOuter .lSPager.lSGallery li {
        width:100%;
        max-height:85px;
        _height:expression(this.height > 85 ? "85px" : this.height);      
    }         
    .product-introduction-img ul li img{
        width:100%;
        max-height:318px;
        _height:expression(this.height > 318 ? "318px" : this.height);
    }      
}

@media only screen and (min-width: 681px) {

    .top-bg-style{ justify-content: flex-start; width: 100%; margin: 0; padding:5px 0 0;}
        .top-box{ justify-content: space-between; align-items: center; width: calc(100% - 60px); margin: 0 0 0 60px;}
            .top-box-logo{ width: 120px; margin: 5px 8px 3px 0;}
                .top-box-logo a{ width: 100%;}
                .top-box-logo img{ width: 100%;}
            .top-box-operating{ width: calc(100% - 128px); margin: 0;}
                .top-box-icon{ width: auto;}
                .top-box-icon a{ width: 35px; margin: 0 5px;}
                .top-box-icon i{ font-size: 2em;}
                .top-box-search{ width: auto; margin:0 10px 0 0; padding: 3px 10px;}
                .pc-top-search{ display: flex;}
                .ph-top-search{ display: none;}
                .top-box-search input{ width: 140px; margin: 0 10px 0 0; padding:1px 2px;}
                .top-box-search a{ width: 30px}
                .top-box-search i{ font-size: 1.45em; }
        .top-menu{ width:50px; margin: -60px 0 0 8px;}

    .index-news-bg{ box-sizing: border-box; background-size: cover; background-attachment: fixed; background-image: url(../images/index-news-bg.jpg);}

    .top-distance-blank{margin: 12.8% 0 0;}

    .page-content{ margin: 0 auto 50px; padding: 30px 0 0;}
        
        
    .lSSlideOuter .lSPager.lSGallery li {
        width:100%;
        max-height:86px;
        _height:expression(this.height > 86 ? "86px" : this.height);      
    }   
    .product-introduction-img ul li img{
        width:100%;
        max-height:360px;
        _height:expression(this.height > 360 ? "360px" : this.height);
    }      

    .footer-bg{ box-sizing: border-box; background-size: cover; background-attachment: fixed; background-image: url(../images/footer-bg.jpg);} 

    .footer-menu-bg{ width: 100%; margin: 0; padding: 35px 0;}
        .footer-menu{ width: 100%; margin: 0;}
            .footer-menu-box{ width: 15.6%; margin: 0 0.5%;}
                .footer-menu-box h3{ width: 100%; margin: 0 0 16px; font-size: 1.15em;}
                .footer-menu-box a{ width: 100%; margin: 5px 0; font-size: 0.9em;}    


}


/* 桌面版面: 768px 到1024繼承自: 行動版面和表格版面。 */
@media only screen and (min-width: 769px) {
    .max-width-style{ width: 94%; margin: auto 3%;}

    .top-bg-style{ justify-content: flex-start; width: 100%; margin: 0; padding:5px 0 0;}
        .top-box{ justify-content: space-between; align-items: center; width: calc(100% - 60px); margin: 0 0 0 60px;}
            .top-box-logo{ width: 42%; margin: 3px 1% 8px 0;}
                .top-box-logo a{ width: 100%;}
                .top-box-logo img{ width: 49%;}
            .top-box-operating{ width: calc(57% - 10px); margin: 0 10px 0 0;}
                .top-box-icon{ width: auto;}
                .top-box-icon a{ width: 35px; margin: 0 5px;}
                .top-box-icon i{ font-size: 2em;}
                .top-box-search{ width: auto; margin:0 0 0 10px; padding: 3px 6px;}
                .top-box-search input{ width: 120px; margin: 0 5px 0 0; padding:2px 3px;}
                .top-box-search a{ width: 30px}
                .top-box-search i{ font-size: 1.25em; }
        .top-menu{ width:50px; margin: -53px 0 0 10px;}

    .index-product{ width: 100%;}
        .index-product a{ width: 32.3%; margin: 1% 0;}
        .index-product span{ padding: 6px 20px; font-size: 3em;}
            .index-product a:hover > span{font-size: 1.15em;}

    .index-news-bg{ padding:45px 15px;}
    .index-news{ width: 100%; margin: 0;}
        .index-news-video{ width: 90%; margin: 0 5% 50px;}
            .index-news-video video{ width: 100%;}
        .index-news-item{ width: 90%; margin: 0 5%; padding: 10px 0;}
            .index-title{ width: 220px; margin: 0 calc(50% - 110px) 25px;}
                .index-title i{ top: 0; left: 13%; font-size: 3em;}
                .index-title h3{ width: 100%; margin: 20px 0 0; font-size: 1.45em;}
                .index-title hr{ width: 40px; height: 3px !important; top: 20px; right: 0;}
                .index-title::after{ width: 15px; height: 15px; top: 30px; right: -6px;}
            .index-news-item-box{ width: 100%; margin: 0; padding: 15px 8px;}
                .index-news-item-box h6{ width: 100px; margin: 0 5px 0 0; padding: 8px 0; font-size: 0.8em;}
                .index-news-item-box h4{ width: calc(100% - 105px); margin: 0; font-size: 1em;}

    .button-style{ width: 100%; margin: 25px 0 0; font-size: 1.05em;}  

    .top-distance-blank{margin: 9.6% 0 0;}

    .column-box{ width: 100%; margin: 0; padding: 16px 0;}
        .column-box a{ width: 100%; margin: 0; font-size: 1.05em;}

    .page-content{ margin: 0 auto 50px; padding: 30px 0 0;}
        .page-content-title, .page-content-title2{ width: 300px; margin: 0 calc(50% - 150px) 25px;}
            .page-content-title i{ top: 0; left: 13%; font-size: 3em;}
            .page-content-title h1, .page-content-title2 h1{ width: 100%; margin: 20px 0 0; font-size: 2em;}
            .page-content-title hr{ width: 50px; height: 3px !important; top: 25px; right: 0;}
                .page-content-title::after{ width: 15px; height: 15px; top: 35px; right: -6px;}

        .page-path{ width: 100%; margin: 0 0 50px;}
            .page-path a{ font-size: 1em;}
            .page-path i{ margin: 0 10px 0 6px; font-size: 1.15em;}
            .page-path h5{ width: auto; margin: 0; font-size: 1em;}

    .product-page{ width: 100%; margin: 0;}
        .product-page a{ width: 32.3%; margin: 0 0.5% 50px;}
            .product-page h3{ width: 100%; margin: 12px 0; font-size: 1em;}
            .product-box-text-top{ width: calc(100% - 10px); margin: 8px 5px;}
                .product-box-text-top-name{ width: calc(100% - 60px); margin: 0 5px 0 0; font-size: 1.15em;}
                .product-box-text-top-state{ width: 55px; padding: 5px 4px; font-size: 1.05em;}
            .product-box-text-bottom{ width: calc(100% - 10px); margin: 0 5px 3px; font-size: 17px;}
                .product-box-text-bottom-l{ width: 100%; margin: 0 0 5px; text-align: center;}
                .product-box-text-bottom-r{ width: 100%; text-align: center;}
            .product-page img{
                width:100%;
                max-height:174px !important;
                _height:expression(this.height > 174 ? "174px" : this.height);
            }    

        .product-realestate-box{ width: 31.3%; margin: 0 1% 40px; padding: 16px;}
            .product-realestate-box-content{ width: 100%; margin: 15px 0 60px;}
                .product-realestate-box-content h2{ width: 100%; margin: 0; font-size: 1.35em;}
                .product-realestate-box-content h3{ width: 100%; margin: 8px 0 25px !important; font-size: 13px !important;}
                .product-realestate-box-content-label{ width: 100%; margin: 0;}
                    .product-realestate-box-content-label RL{ width: auto; margin: 0 6px 6px 0; padding: 5px 8px; font-size: 13px;}
                .product-realestate-box-content-introduce{ width: 100%; margin: 8px 0 0; font-size: 15px;}
                    .product-realestate-box-content-introduce-item{ width: 100%; margin: 4px 0;}
            .product-realestate-box-button, .product-realestate-box-button2{ bottom: 15px; left: 0; width: 100%; margin: 0;}
                .product-realestate-box-button a, .product-realestate-box-button2 a{ width: 70% !important; margin: 0 15% !important; padding: 6px 0; font-size: 15px;}
    
                .show-form-style iframe{ width: 100%; height: 680px;}

    .page-allpro-title{ width: 100%; margin: 0 0 30px;}
        .page-allpro-title h2{ width: 97%; margin: 0 0 0 3%; font-size: 1.35em;}
        .page-allpro-title hr{ width: 75%; height: 2px !important; top: -2px; right: 5%;}
            .page-allpro-title::after{ width: 11px; height: 11px; top: 9px; right: 4.5%;}
    .page-allpro-button{ width: 100%; margin: -40px 0 80px; font-size: 1em;} 
    
    .product-introduction{ width: 100%;}
        .product-introduction h1{ width: 100%; margin: 0 0 35px; font-size: 2em;}
            .product-introduction-img{ width: 47%; margin: 0 3% 0 0;}     
                .lSSlideOuter .lSPager.lSGallery li {
                width:100%;
                max-height:62px;
                _height:expression(this.height > 62 ? "62px" : this.height);      
                }   
                .product-introduction-img ul li img{
                width:100%;
                max-height:237px;
                _height:expression(this.height > 237 ? "237px" : this.height);
                }      
            .product-introduction-text{ width: 50%; margin: 0;}
                .product-introduction-text span{ width: 110px; margin: 0 10px 0 0; padding:4px 0; font-size: 1.05em;}
                .product-introduction-text p{ width: calc(100% - 120px); margin: 10px 0; font-size: 1.05em;}
                .product-introduction-text h3{ width: 100%; margin: 15px 0 0;}
                .product-introduction-text h3 i{font-size: 2em;}
            .product-introduction-form{ width: 100%; margin: 80px 0 0;}
                .product-introduction-title{ width: 100%; margin: 0 0 30px;}
                .product-introduction-title h4{ margin: 0 20px 0 0; font-size: 1.65em;}
                .product-introduction-title hr{ width: 120px; height: 3px !important;}
                    .product-introduction-title h6{ width: 15px; height: 15px; margin:-1px 0 0 -8px;}
                .product-introduction-feature{ width: 94%; margin: 0 3%; font-size: 1.15em;}
                .product-introduction-form-case-title{ width: 100%; margin: 0 0 25px; font-size: 1.5em;}
                .product-introduction-form form{ width: 80%; margin:  0 10%;}
                .product-introduction-form p{ width: 100%; margin: 0 0 25px; font-size: 1.25em;}
                .product-introduction-form label{ margin: 0 0 5px; font-size: 0.8em;}
                .product-introduction-form h5{ width: 100%; margin:-15px 0 0; font-size: 1.35em;}
                .product-introduction-form input, .product-introduction-form textarea{ width: 100%; padding: 8px; font-size: 0.8em;}
                .product-introduction-form textarea{ height: 80px;}
                .form-privacy-statement{ width: 100%; margin: 20px 0; font-size: 1.15em;}
    
    .page-button{ width: 100%; margin: 30px 0 0;}

    .news-page{ width: 100%;}
        .news-page a{ align-items: stretch; width: 31.3%; margin: 0 1% 50px; padding: 10px;}
        .news-page h6{ width: 100px; margin: 10px calc(50% - 50px); padding: 6px 0; font-size: 0.85em;}
        .news-page h3{ width: 100%; margin: 0; font-size: 1em;}
        .news-page img{
            width:100%;
            max-height:134px;
            _height:expression(this.height > 134 ? "134px" : this.height);
        }

        .news-content{ width: 100%;}
            .news-content h1{ width: 100%; margin: 0 0 20px; font-size: 1.85em;}
            .news-content h6{ width: 100%; margin: 0 0 50px; font-size: 0.9em;}
            .news-content-main{ width: 100%; margin: 0 0 20px;}

        .news-change-button{ width: auto; top: 40%; right: 10px;}
            .news-change-button a{ width: auto; margin-bottom: 8px; padding: 8px 3px; font-size: 0.8em;}

    .page-calculation{ width: 100%;}
        .calculation-table{ width: 53%; margin:  0 2% 0 0;}
            .calculation-table-enter{ width: 100%; margin:0 0 25px;}
                .calculation-table-enter-title{ width: 70px; margin:  0 10px 0 0; font-size: 1.05em;}
                .calculation-table-enter-box{ width: calc(100% - 80px);}
                .calculation-table-enter-box select{ width: 100%; padding:12px 8px; font-size: 1.05em;}
                .calculation-table-enter-box2{ width: calc(100% - 80px); padding: 12px 8px; font-size: 1.05em;}
                .calculation-table-enter-box2 input{ width: calc(100% - 40px); margin: 0; padding: 0;}
                .calculation-table-enter-box2 span{ width: 40px;}
                .calculation-table-enter p{ width: calc(100% - 80px); margin: 6px 0 0 80px; font-size: 0.9em;}
                    .calculation-table-enter-box2-left{ width: 70%; padding-right: 2%;}
                    .calculation-table-enter-box2-right{ width: 30%; padding-left: 2%;}
                #customize-select{ width: calc(100% - 80px); margin: 15px 0 0 80px;}
        .calculation-result{ width: 45%;}
            .calculation-result-box{ width: 80%; margin: 0 10% 10px;}
                .calculation-result-chart-text{ width: 100%; top:35%; font-size: 1.15em;}
                .calculation-result-box-text{ width: 100%; margin: 10px 0; font-size: 1.15em;}
                .calculation-result-box-text p{ width: 15px; height: 15px; margin: 7px 8px 0 0;}
        
    .page-contact{ width: 100%;}
        .page-contact-information{ width: 40%; margin: 0 5% 0 0;}
            .page-contact-information-box{ width: 100%; margin: 30px 0 0;}
                .page-contact-information-box img{width: 100%;}
                .page-contact-information-box h3{ width: 100%; margin: 20px 0; font-size: 1.25em;}        
                .page-contact-information-box-text{ margin: 10px 0; font-size: 1em;}
                .page-contact-information-box-text span{ width: 50px; margin-right: 5px;}
                .page-contact-information-box-text p{ width: calc(100% - 55px);}
                .page-contact-information-box a{ width: auto; margin: 10px 15px 0 0;}
                .page-contact-information-box i{ font-size: 3em;}
                .page-contact-information-box a img{ width: 43px; margin-top: 3px;}
        .page-contact-form{ width: 55%;}
            .page-contact-form form{ width: 100%; margin: 0;}
            .page-contact-form p{ width: 100%; margin: 0 0 15px; font-size: 1.25em;}
            .page-contact-form label{ margin: 0 0 5px; font-size: 0.8em;}
            .page-contact-form input, .page-contact-form textarea{ width: 100%; padding: 8px; font-size: 0.8em;}
            .page-contact-form textarea{ height: 80px;}

    .fuke-living-contact{ width: 90%; margin: 0 5% 50px;}
        .fuke-living-contact a{ margin: 0 10px;}
        .fuke-living-contact i{ font-size: 3em;}



    .footer-bg{ width: 100%; padding: 100px 15px;}
        .footer{ align-items: stretch; width: 100%;}
            .footer-logo{ width: 100%; margin:0 0 30px;}
                .footer-logo img{ width: 100%; max-width: 260px;}
            .footer-box{ width: 48%;  margin: 0 1%;}
                .footer-box-title{ width: 100%;}
                    .footer-box-title hr{ width: 45px; height: 2px !important; margin: 0 15px 0 7px;}
                    .footer-box-title i{ margin: 0 15px 0 0; font-size: 1.85em;}
                    .footer-box-title h3{ font-size: 1.25em;}
                .footer-box-content{ width: 100%; height: 100%; margin: -17px 0 0; padding: 37px 15px 20px;}
                    .footer-box-content h4{ width: 100%; margin: 0; font-size: 1em; line-height: 1.5em;}
                    .footer-box-content p{ width: 90%; margin: 4px 5%; font-size: 1em;}
                    .footer-box-content i{ margin-right: 10px; font-size: 1.15em;}
                    .footer-box-content a{ margin-left: 5px; font-size: 1.05em;}   

    .footer-menu-bg{ width: 100%; margin: 0; padding: 40px 0;}
        .footer-menu{ width: 100%; margin: 0;}
            .footer-menu-box{ width: 15.6%; margin: 0 0.5%;}
                .footer-menu-box h3{ width: 100%; margin: 0 0 18px; font-size: 1.15em;}
                .footer-menu-box a{ width: 100%; margin: 5px 0; font-size: 0.9em;}      
}

@media only screen and (min-width: 801px) {
    .top-box-logo{ width: 45%; margin: 10px 0 8px;}
        .top-box-logo img{ width: 49%;}
        .top-box-operating{ width:calc(55% - 15px); margin: 0 15px 0 0;}
    .top-menu{ width:50px; margin: -60px 0 0 10px;}

    .top-distance-blank{margin: 11% 0 0;}

    .page-content{ margin: 0 auto 80px; padding: 50px 0 0;}    
    
    .product-page img{
        width:100%;
        max-height:203px !important;
        _height:expression(this.height > 203 ? "203px" : this.height);
    }   
    
    .lSSlideOuter .lSPager.lSGallery li {
        width:100%;
        max-height:65px;
        _height:expression(this.height > 65 ? "65px" : this.height);      
    }   
    .product-introduction-img ul li img{
        width:100%;
        max-height:277px;
        _height:expression(this.height > 277 ? "277px" : this.height);
    }

    .news-page img{
        width:100%;
        max-height:139px;
        _height:expression(this.height > 139 ? "139px" : this.height);
    }

}

@media only screen and (min-width: 941px) {   

    .top-distance-blank{margin: 10.5% 0 0;}

}
@media only screen and (min-width: 992px) {

    .top-bg-style{ justify-content: center; width: 100%; margin: 0; padding:5px 0 0;}
        .top-box{ justify-content: space-between; align-items: center; width: calc(100% - 30px); margin: 0 15px;}
            .top-box-logo{ width: 45%; margin: 10px 0;}
                .top-box-logo a{ width: 100%;}
                .top-box-logo img{ width: 49%;}
            .top-box-operating{ width: 50%; margin: 0;}
                .top-box-icon{ width: auto;}
                .top-box-icon a{ width: 40px; margin: 0 5px;}
                .top-box-icon i{ font-size: 2.35em;}
                .top-box-search{ width: auto; margin:0 0 0 10px; padding: 3px 8px; font-size: 1em;}
                .top-box-search input{ width: 130px; margin: 0 5px 0 0; padding:2px 3px;}
                .top-box-search a{ width: 30px}
                .top-box-search i{ font-size: 1.35em; }
        .top-menu{ display: -webkit-flex; display: flex; flex-wrap: wrap; width:95%; margin: 5px 0 0;}

    .index-product{ width: 100%;}
        .index-product a{ width: 32.6%; margin: 1% 0;}
        .index-product span{ padding: 6px 20px; font-size: 3em;}
            .index-product a:hover > span{font-size: 1.15em;}

    .index-news-bg{ padding:25px 15px;}
    .index-news{ width: 100%; margin: 0;}
        .index-news-video{ width: 43%; margin: 0 2% 0 0;}
            .index-news-video video{ width: 100%;}
        .index-news-item{ width: 55%; margin: 0; padding: 30px 0;}
            .index-title{ width: 280px; margin: 0 calc(50% - 140px) 30px;}
            .index-title i{ top: 0; left: 13%; font-size: 3.5em;}
            .index-title h3{ width: 100%; margin: 20px 0 0; font-size: 1.65em;}
            .index-title hr{ width: 40px; height: 3px !important; top: 20px; right: 0;}
                .index-title::after{ width: 15px; height: 15px; top: 30px; right: -6px;}
            .index-news-item-box{ width: 100%; margin: 0; padding: 15px 8px;}
            .index-news-item-box h6{ width: 100px; margin: 0 5px 0 0; padding: 8px 0; font-size: 0.8em;}
            .index-news-item-box h4{ width: calc(100% - 105px); margin: 0; font-size: 1em;}

    .button-style{ width: 100%; margin: 25px 0 0; font-size: 1.15em;}

    .top-distance-blank{margin: 15.6% 0 0;}

    .page-content{ margin: 0 auto 80px; padding: 50px 0 0;}     
    
    .product-page img{
        width:100%;
        max-height:231px !important;
        _height:expression(this.height > 231 ? "231px" : this.height);
    }      
    
    .lSSlideOuter .lSPager.lSGallery li {
        width:100%;
        max-height:84px;
        _height:expression(this.height > 84 ? "84px" : this.height);      
    }   
    .product-introduction-img ul li img{
        width:100%;
        max-height:315px;
        _height:expression(this.height > 315 ? "315px" : this.height);
    }

    .news-page img{
        width:100%;
        max-height:184px;
        _height:expression(this.height > 184 ? "184px" : this.height);
    }

}


/* 桌面版面: 1025px 到最大樣式繼承自: 行動版面和表格版面。 */
@media only screen and (min-width: 1025px) {
    .max-width-style{ width: 90%; margin: auto 5%;}

    .top-bg-style{ justify-content: center; width: 100%; margin: 0; padding:5px 0 0;}
        .top-box{ justify-content: space-between; align-items: center; width: calc(100% - 30px); margin: 0 15px;}
            .top-box-logo{ width: 40%; margin: 10px 0;}
                .top-box-logo a{ width: 100%;}
                .top-box-logo img{ width: 49%;}
            .top-box-operating{ width: 50%;}
                .top-box-icon{ width: auto;}
                .top-box-icon a{ width: 40px; margin: 0 5px;}
                .top-box-icon i{ font-size: 2.35em;}
                .top-box-search{ width: auto; margin:0 0 0 10px; padding: 3px 8px;}
                .top-box-search input{ width: 160px; margin: 0 5px 0 0; padding:2px 3px;}
                .top-box-search a{ width: 30px}
                .top-box-search i{ font-size: 1.45em; }
        .top-menu{ width:93%; margin: 5px 0 0;}

    .index-product{ width: 100%;}
        .index-product a{ width: 32.6%; margin: 1% 0;}
        .index-product span{ padding: 6px 20px; font-size: 4em;}
            .index-product a:hover > span{font-size: 1.65em;}

    .index-news-bg{ padding:50px 15px;}
    .index-news{ width: 100%; margin: 0;}
        .index-news-video{ width: 43%; margin: 0 2% 0 0;}
            .index-news-video video{ width: 100%;}
        .index-news-item{ width: 55%; margin: 0; padding: 50px 0;}
            .index-title{ width: 280px; margin: 0 calc(50% - 140px) 30px;}
                .index-title i{ top: 0; left: 13%; font-size: 3.5em;}
                .index-title h3{ width: 100%; margin: 20px 0 0; font-size: 1.65em;}
                .index-title hr{ width: 40px; height: 3px !important; top: 20px; right: 0;}
                .index-title::after{ width: 15px; height: 15px; top: 30px; right: -6px;}
            .index-news-item-box{ width: 100%; margin: 0; padding: 15px 8px;}
                .index-news-item-box h6{ width: 110px; margin: 0 10px 0 0; padding: 8px 0; font-size: 0.9em;}
                .index-news-item-box h4{ width: calc(100% - 120px); margin: 0; font-size: 1.05em;}

    .button-style{ width: 100%; margin: 25px 0 0; font-size: 1.15em;}

    .top-distance-blank{margin: 14.3% 0 0;}  

    .column-box{ width: 100%; margin: 0; padding: 18px 0;}
        .column-box a{ width: 100%; margin: 0; font-size: 1.15em;}

    .page-content{  margin: 0 auto 80px; padding: 40px 0 0 !important;} 
        .page-content-title, .page-content-title2{ width: 360px; margin: 0 calc(50% - 180px) 30px;}
            .page-content-title i{ top: 0; left: 13%; font-size: 3.5em;}
            .page-content-title h1, .page-content-title2 h1{ width: 100%; margin: 20px 0 0; font-size: 2.35em;}
            .page-content-title hr{ width: 50px; height: 3px !important; top: 30px; right: 0;}
                .page-content-title::after{ width: 15px; height: 15px; top: 40px; right: -6px;}

        .page-path{ width: 100%; margin: 0 0 50px;}
            .page-path a{ font-size: 1.05em;}
            .page-path i{ margin: 0 12px 0 8px; font-size: 1.25em;}
            .page-path h5{ width: auto; margin: 0; font-size: 1.05em;}

    .product-page{ width: 100%; margin: 0;}
        .product-page a{ width: 23%; margin: 0 1% 50px;}
            .product-page h3{ width: 100%; margin: 12px 0; font-size: 1.25em;} 
            .product-box-text-top{ width: calc(100% - 10px); margin: 10px 5px;}
                .product-box-text-top-name{ width: calc(100% - 60px); margin: 0 5px 0 0; font-size: 1.15em;}
                .product-box-text-top-state{ width: 55px; padding: 5px 4px; font-size: 1.05em;}
            .product-box-text-bottom{ width: calc(100% - 10px); margin: 0 5px 3px; font-size: 17px;}
                .product-box-text-bottom-l{ width: 100%; margin: 0 0 5px;}
                .product-box-text-bottom-r{ width: 100%;}
            .product-page img{
                width:100%;
                max-height:212px !important;
                _height:expression(this.height > 212 ? "212px" : this.height);
            }   

        .product-realestate-box{ width: 31.3%; margin: 0 1% 45px; padding: 20px;}
            .product-realestate-box-content{ width: 100%; margin: 15px 0 60px;}
                .product-realestate-box-content h2{ width: 100%; margin: 0; font-size: 1.5em;}
                .product-realestate-box-content h3{ width: 100%; margin: 10px 0 30px !important; font-size: 15px !important;}
                .product-realestate-box-content-label{ width: 100%; margin: 0;}
                    .product-realestate-box-content-label RL{ width: auto; margin: 0 8px 8px 0; padding: 5px 10px; font-size: 15px;}
                .product-realestate-box-content-introduce{ width: 100%; margin: 10px 0 0; font-size: 1em;}
                    .product-realestate-box-content-introduce-item{ width: 100%; margin: 5px 0;}
            .product-realestate-box-button, .product-realestate-box-button2{ bottom: 15px; left: 0; width: 100%; margin: 0;}
                .product-realestate-box-button a, .product-realestate-box-button2 a{ width: 70% !important; margin: 0 15% !important; padding: 6px 0; font-size: 1em;}  
    
                .show-form-style iframe{ width: 100%; height: 670px;}

    .page-allpro-title{ width: 100%; margin: 0 0 50px;}
        .page-allpro-title h2{ width: 95%; margin: 0 0 0 5%; font-size: 1.65em;}
        .page-allpro-title hr{ width: 77%; height: 2px !important; top: 1px; right: 5%;}
            .page-allpro-title::after{ width: 12px; height: 12px; top: 11px; right: 4.5%;}
    .page-allpro-button{ width: 100%; margin: -40px 0 120px;}
    
    
    .product-introduction{ width: 100%;}
        .product-introduction h1{ width: 100%; margin: 0 0 40px; font-size: 2.35em;}
            .product-introduction-img{ width: 47%; margin: 0 3% 0 0;}   
                .lSSlideOuter .lSPager.lSGallery li {
                width:100%;
                max-height:81px;
                _height:expression(this.height > 81 ? "81px" : this.height);      
                }
                .product-introduction-img ul li img{
                width:100%;
                max-height:302px;
                _height:expression(this.height > 302 ? "302px" : this.height);
                }
            .product-introduction-text{ width: 50%; margin: 0;}
                .product-introduction-text span{ width: 135px; margin: 0 15px 0 0; padding:4px 0; font-size: 1.2em;}
                .product-introduction-text p{ width: calc(100% - 150px); margin: 10px 0; font-size: 1.25em;}
                .product-introduction-text h3{ width: 100%; margin: 15px 0 0;}
                .product-introduction-text h3 i{font-size: 2em;}
            .product-introduction-form{ width: 100%; margin: 80px 0 0;}
                .product-introduction-title{ width: 100%; margin: 0 0 30px;}
                .product-introduction-title h4{ margin: 0 20px 0 0; font-size: 1.65em;}
                .product-introduction-title hr{ width: 120px; height: 3px !important;}
                    .product-introduction-title h6{ width: 15px; height: 15px; margin:-1px 0 0 -8px;}
                .product-introduction-feature{ width: 90%; margin: 0 5%; font-size: 1.25em;}
                .product-introduction-form-case-title{ width: 100%; margin: 0 0 25px; font-size: 1.5em;}
                .product-introduction-form form{ width: 60%; margin:  0 20%;}
                .product-introduction-form p{ width: 100%; margin: 0 0 25px; font-size: 1.25em;}
                .product-introduction-form label{ margin: 0 0 5px; font-size: 0.8em;}
                .product-introduction-form h5{ width: 100%; margin:-15px 0 0; font-size: 1.35em;}
                .product-introduction-form input, .product-introduction-form textarea{ width: 100%; padding: 8px; font-size: 0.8em;}
                .product-introduction-form textarea{ height: 80px;}
                .form-privacy-statement{ width: 100%; margin: 25px 0; font-size: 1.25em;}
                    .form-privacy-statement a{ margin: 0 5px; text-decoration: none; font-weight: bolder; color: #1877F2; transition: 0.25s ease-in-out;}
                        .form-privacy-statement a:visited{ text-decoration: none; color: #1877F2;}
                        .form-privacy-statement a:hover{ text-decoration: underline; color: #1877F2;}
                        .form-privacy-statement a:active{ text-decoration: none; color: #1877F2;}
    
    .page-button{ width: 100%; margin: 30px 0 0;}

    .news-page{ width: 100%;}
        .news-page a{ align-items: stretch; width: 31.3%; margin: 0 1% 50px; padding: 15px;}
        .news-page h6{ width: 120px; margin: 15px calc(50% - 60px); padding: 6px 0; font-size: 0.9em;}
        .news-page h3{ width: 100%; margin: 0; font-size: 1.15em;}
        .news-page img{
            width:100%;
            max-height:179px;
            _height:expression(this.height > 179 ? "179px" : this.height);
        }

        .news-content{ width: 100%;}
            .news-content h1{ width: 100%; margin: 0 0 20px; font-size: 2em;}
            .news-content h6{ width: 100%; margin: 0 0 50px; font-size: 0.9em;}
            .news-content-main{ width: 100%; margin: 0 0 20px;}

        .news-change-button{ width: auto; top: 40%; right: 15px;}
            .news-change-button a{ width: auto; margin-bottom: 8px; padding: 10px 5px; font-size: 0.85em;}

    .page-calculation{ width: 100%;}
        .calculation-table{ width: 43%; margin:  0 2% 0 0;}
            .calculation-table-enter{ width: 100%; margin:0 0 25px;}
                .calculation-table-enter-title{ width: 70px; margin:  0 10px 0 0; font-size: 1.05em;}
                .calculation-table-enter-box{ width: calc(100% - 80px);}
                .calculation-table-enter-box select{ width: 100%; padding:12px 8px; font-size: 1.05em;}
                .calculation-table-enter-box2{ width: calc(100% - 80px); padding: 12px 8px; font-size: 1.05em;}
                .calculation-table-enter-box2 input{ width: calc(100% - 40px); margin: 0; padding: 0;}
                .calculation-table-enter-box2 span{ width: 40px;}
                .calculation-table-enter p{ width: calc(100% - 80px); margin: 6px 0 0 80px; font-size: 0.9em;}
                    .calculation-table-enter-box2-left{ width: 70%; padding-right: 2%;}
                    .calculation-table-enter-box2-right{ width: 30%; padding-left: 2%;}
                #customize-select{ width: calc(100% - 80px); margin: 15px 0 0 80px;}
        .calculation-result{ width: 55%;}
            .calculation-result-box{ width: 48%; margin: 0 1%;}
                .calculation-result-box-text{ width: 100%; margin: 10px 0; font-size: 1.15em;}
                .calculation-result-box-text p{ width: 15px; height: 15px; margin: 7px 8px 0 0;}
        
    .page-contact{ width: 100%;}
        .page-contact-information{ width: 25%; margin: 0 5% 0 0;}
            .page-contact-information-box{ width: 100%; margin: 30px 0 0;}
                .page-contact-information-box img{width: 100%;}
                .page-contact-information-box h3{ width: 100%; margin: 20px 0; font-size: 1.25em;}            
                .page-contact-information-box-text{ margin: 8px 0; font-size: 1.15em;}
                .page-contact-information-box-text span{ width: 60px; margin:0 5px 0 0;}
                .page-contact-information-box-text p{ width: calc(100% - 65px); margin:0;}
                .page-contact-information-box a{ width: auto; margin: 10px 10px 0 0;}
                .page-contact-information-box i{ font-size: 3em;}
                .page-contact-information-box a img{ width: 42px; margin-top: 3px;}
        .page-contact-form{ width: 70%;}
            .page-contact-form form{ width: 80%; margin: 0 10%;}
            .page-contact-form p{ width: 100%; margin: 0 0 15px; font-size: 1.25em;}
            .page-contact-form label{ margin: 0 0 5px; font-size: 0.8em;}
            .page-contact-form input, .page-contact-form textarea{ width: 100%; padding: 8px; font-size: 0.8em;}
            .page-contact-form textarea{ height: 100px;}

    .fuke-living-contact{ width: 90%; margin: 0 5% 50px;}
        .fuke-living-contact a{ margin: 0 10px;}
        .fuke-living-contact i{ font-size: 3em;}



    .footer-bg{ width: 100%; padding: 120px 15px;}
        .footer{ align-items: stretch; width: 100%;}
            .footer-logo{ width: 20%; margin:5% 0 0;}
                .footer-logo img{ width: 100%; max-width: 160px;}
            .footer-box{ width: 38%;  margin: 0 1%;}
                .footer-box-title{ width: 100%;}
                .footer-box-title hr{ width: 55px; height: 2px !important; margin: 0 15px 0 7px;}
                .footer-box-title i{ margin: 0 15px 0 0; font-size: 1.85em;}
                .footer-box-title h3{ font-size: 1.35em;}
                .footer-box-content{ width: 100%; height: 100%; margin: -17px 0 0; padding: 37px 15px 20px;}
                .footer-box-content h4{ width: 100%; margin: 0; font-size: 1.05em; line-height: 1.5em;}
                .footer-box-content p{ width: 90%; margin: 4px 5%; font-size: 1.05em;}
                .footer-box-content i{ margin-right: 10px; font-size: 1.15em;}
                .footer-box-content a{ margin-left: 5px; font-size: 1.05em;} 

    .footer-menu-bg{ width: 100%; margin: 0; padding: 45px 0;}
        .footer-menu{ width: 100%; margin: 0;}
            .footer-menu-box{ width: 15.6%; margin: 0 0.5%;}
                .footer-menu-box h3{ width: 100%; margin: 0 0 18px; font-size: 1.25em;}
                .footer-menu-box a{ width: 100%; margin: 6px 0; font-size: 1em;}    
      
}
@media only screen and (min-width: 1079px){

    .top-distance-blank{margin: 14.1% 0 0;}

    .page-content{  margin: 0 auto 80px; padding: 80px 0 0;} 
    
    .lSSlideOuter .lSPager.lSGallery li {
        width:100%;
        max-height:95px;
        _height:expression(this.height > 95 ? "95px" : this.height);      
    }   
    .product-introduction-img ul li img{
        width:100%;
        max-height:356px;
        _height:expression(this.height > 356 ? "356px" : this.height);
    }
}
@media only screen and (min-width: 1200px){
    .top-menu{ width:80%; margin: 5px 0 0;}
}
@media only screen and (min-width: 1221px){

    .top-bg-style{ justify-content: flex-end; width: 100%; margin: 0; padding:10px 0 0;}
        .top-box{ justify-content: space-between; align-items: flex-start; width: calc(100% - 10px); margin: 0 20px;}
            .top-box-logo{ width: 23%; margin: 18px 0 7px;}
                .top-box-logo a{ width: 100%;}
                .top-box-logo img{ width: 49%;}
            .top-box-operating{ width: 50%;}
                .top-box-icon{ width: auto;}
                .top-box-icon a{ width: 40px; margin: 0 5px;}
                .top-box-icon i{ font-size: 2.35em;}
                .top-box-search{ width: auto; margin:0 0 0 15px; padding: 3px 8px;}
                .top-box-search input{ width: 180px; margin: 0 5px 0 0; padding:1px 2px;}
                .top-box-search a{ width: 30px}
                .top-box-search i{ font-size: 1.45em; }
        .top-menu{ width: auto; margin:-20px 5% 0 0;}
        
        .index-news-item-box h6{ width: 130px; margin: 0 10px 0 0; padding: 8px 0; font-size: 1em;}
        .index-news-item-box h4{ width: calc(100% - 140px); margin: 0; font-size: 1.25em;}

    .top-distance-blank{margin: 8.8% 0 0;}

    .page-content{ margin: 0 auto 80px;} 

    .product-page img{
        width:100%;
        max-height:251px !important;
        _height:expression(this.height > 251 ? "251px" : this.height);
    }   

    .page-contact-information-box a img{ width: 42px; margin-top: 4px;}

    .footer-bg{ width: 100%; padding: 120px 15px;}
        .footer{ align-items: stretch; width: 100%;}
            .footer-logo{ width: 20%; margin:3.5% 0 0;}
                .footer-logo img{ width: 100%; max-width: 200px;}
            .footer-box{ width: 37%;  margin: 0 3% 0 0;}
                .footer-box-title{ width: 100%;}
                .footer-box-title hr{ width: 55px; height: 2px !important; margin: 0 15px 0 7px;}
                .footer-box-title i{ margin: 0 15px 0 0; font-size: 1.85em;}
                .footer-box-title h3{ font-size: 1.35em;}
                .footer-box-content{ width: 100%; height: 100%; margin: -17px 0 0; padding: 47px 20px 30px;}
                .footer-box-content h4{ width: 100%; margin: 0; font-size: 1.15em; line-height: 1.5em;}
                .footer-box-content p{ width: 90%; margin: 4px 5%; font-size: 1.15em;}
                .footer-box-content i{ margin-right: 10px; font-size: 1.15em;}
                .footer-box-content a{ margin-left: 5px; font-size: 1.05em;} 

    .footer-menu-bg{ width: 100%; margin: 0; padding: 50px 0;}
        .footer-menu{ width: 100%; margin: 0;}
            .footer-menu-box{ width: 14.6%; margin: 0 1%;}
                .footer-menu-box h3{ width: 100%; margin: 0 0 20px; font-size: 1.35em;}
                .footer-menu-box a{ width: 100%; margin: 6px 0; font-size: 1em;}

    
    .show-form-style iframe{ width: 100%; height: 670px;}
}
@media only screen and (min-width: 1311px) {
    .top-box-logo{ width: 26%; margin: 14px 0 5px;}
    .top-menu{ width: auto; margin: -22px 3% 0 0;}

    .top-distance-blank{margin: 8.5% 0 0;}

    .page-content{ margin: 0  auto 80px;}
    
    .lSSlideOuter .lSPager.lSGallery li {
        width:100%;
        max-height:120px;
        _height:expression(this.height > 120 ? "120px" : this.height);      
    }
    .product-introduction-img ul li img{
        width:100%;
        max-height:425px;
        _height:expression(this.height > 425 ? "425px" : this.height);
    }

    .news-page img{
        width:100%;
        max-height:247px;
        _height:expression(this.height > 247 ? "247px" : this.height);
    }
    
    }
    @media only screen and (min-width: 1441px) {
    .max-width-style{ width: 1300px; margin: auto calc(50% - 650px);}


    .top-box-logo{ width: 30%; margin: 10px 0 5px;}
    .top-menu{ width: auto; margin: -25px 3% 0 0;}

    .top-distance-blank{margin: 8.5% 0 0;}

    .page-content{ margin: 0  auto 80px;}
        
        .product-page img{
            width:100%;
            max-height:331px !important;
            _height:expression(this.height > 331 ? "331px" : this.height);
        }   

        .lSSlideOuter .lSPager.lSGallery li {
            width:100%;
            max-height:133px;
            _height:expression(this.height > 133 ? "133px" : this.height);      
        }
        .product-introduction-img ul li img{
            width:100%;
            max-height:473px;
            _height:expression(this.height > 473 ? "473px" : this.height);
        }

        .news-page img{
            width:100%;
            max-height:276px;
            _height:expression(this.height > 276 ? "276px" : this.height);
        }

    .product-introduction-text h3{ width: 100%; margin: 30px 0 0;}
    
    
    .product-box-text-top{ width: calc(100% - 10px); margin: 12px 5px;}
        .product-box-text-top-name{ width: calc(100% - 70px); margin: 0 5px 0 0; font-size: 1.25em;}
        .product-box-text-top-state{ width: 65px; padding: 5px 8px; font-size: 1.15em;}
    .product-box-text-bottom{ width: calc(100% - 10px); margin: 0 5px 3px; font-size: 17px;}
        .product-box-text-bottom-l{ width: 130px; margin: 0 10px 0 0; text-align: left;}
        .product-box-text-bottom-r{ width: calc(100% - 140px); text-align: right;}

        .product-realestate-box{ width: 31.3%; margin: 0 1% 60px; padding: 25px;}
    
                .show-form-style iframe{ width: 100%; height: 630px;}

    .footer-box-content p{ width: 80%; margin: 4px 10%;}
    
    }

@media only screen and (min-width: 1601px) {
    .top-distance-blank{margin: 8.2% 0 0;}
}
@media only screen and (min-width: 1801px) {
    .top-distance-blank{margin: 7.9% 0 0;}
}

/*totop*/
#gotop { display: none;  position: fixed; width:50px;  right: 5px;  bottom: 3px; z-index:9100; transition: 0.3s ease-in-out;}
    #gotop img{ width:100%; margin-bottom:5px; opacity: 0.6;}
    #gotop img:hover{ opacity: 1;}
    #gotop-icon{ cursor: pointer;}
@media only screen and (max-width: 531px) {
    #gotop { width: 40px;}
}

/* 條款 */
#privacy-statement-windows{ display: none; width: 100%; padding: 25px; box-sizing: border-box; background-color: #FFF;}
    #privacy-statement-windows h2{ width: 100%; margin: 0 0 15px; padding: 15px 0; font-size: 1.65em; font-weight: bolder; letter-spacing: 1px; color: #333; border-bottom: 1px #DDD solid;}
    #privacy-statement-windows p{ width: 100%; margin: 0; text-align: justify; font-size: 1.25em; color: #666;}

@media only screen and (max-width: 768px) {
    #privacy-statement-windows h2{ font-size: 1.45em;}
    #privacy-statement-windows p{ font-size: 1.15em;}
}
@media only screen and (max-width: 480px) {
    #privacy-statement-windows{ padding: 20px;}
        #privacy-statement-windows h2{ margin: 0 0 12px; padding: 12px 0; font-size: 1.25em;}
        #privacy-statement-windows p{ font-size: 1em;}
}
@media only screen and (max-width: 360px) {
    #privacy-statement-windows{ padding: 13px;}
        #privacy-statement-windows h2{ margin: 0 0 10px; padding: 10px 0; font-size: 1.15em;}
        #privacy-statement-windows p{ font-size: 13px;}
}