
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@800&family=Cormorant+Garamond:wght@700&family=Playfair+Display:wght@800&family=DM+Serif+Display&display=swap');
*{ padding: 0; margin: 0; box-sizing: border-box;}
*:focus{outline: none;}
main{overflow: hidden; position: relative;}
a{text-decoration: none;}
a:hover{text-decoration: none;}
li{list-style: none;}
.section-wrapper{ width: 100%;}
.full-page{ height: 100vh; }
.container{height: 100%;}
.main-content-wrap h2{font-family:'Noto Serif TC',serif; font-size: 3vmax;font-weight: 700;position: relative;z-index: 10; color: #222;}
.main-content-wrap p{ margin-bottom: 60px; z-index: 20; position: relative; text-align: justify;}
.hide{display: none;}
.visit-btn{padding:12px 15%;border: 2px solid #333; border-radius: 30px;color: #333;font-family:'Noto Sans TC',sans-serif; font-weight: 500;transition: 0.3s; z-index: 20; position: relative;}
.visit-btn:hover{border: 2px solid transparent; color: #fff;font-weight: 500;background-color: #b8a375;box-shadow:inset 0px 3px 5px rgba(0,0,0,0.3);}
.slider-wrap{position: relative;}
.slider-wrap ul{ padding-left: 0px;}
.side-slider{position: absolute;display:inline-block;}
.side-slider .slick-prev,.side-slider .slick-next{display: none !important;}
.slick-dots .slick-active button{background-color: #333 !important;}
.concept-wrap{position: relative;}
.concept-alert{position: absolute; left: 15px; bottom: 10px; font-family:'Noto Sans TC',sans-serif; font-size: 14px;font-weight: 300; color: #fff;margin: 0px;}
.light-box{ display: none; width: 100%; height: 100vh; background: rgba(0, 0, 0, 0.8); position: fixed; top:0%; left: 0%; z-index: 1000;}
.light-box-img-wrap{ position: relative; width: 100%; height: 100%; }
.light-box aside{position: absolute; left: 50%; bottom: 3%; transform: translateX(-50%);}
.light-box aside .map-scale-btn{ background:#b8a375; color: #f8e2b3; font-size: 18px; width: 50px; height: 50px; border:1px solid #c5b691; border-radius: 6px; margin-bottom: 10px; padding: 5px;}
.light-box aside .map-scale-btn:hover{ color: #fff;}
.light-box aside .map-scale-btn:focus{ color: #fff;}
.light-box-img-wrap img{ position: absolute; height: 80%; width: auto; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.show-box{ cursor: pointer;}
.main-content-wrap h2::before{
    content: '';
    position: absolute;
    z-index: -1;
    opacity: 0.6;
    width: 100%;
    height: 200%;
    top: -5vmin;
    left: 0%;
    background: url(../image/ink-texture02.png) no-repeat;
    background-position:left center;
    background-size: contain;
}
.main-content-wrap h2::after{
    content: '';
    position: absolute;
    z-index: -1;
    /* opacity: 0.6; */
    width: 70%;
    height: 70%;
    top: 20%;
    left: 30%;
    background: url(../image/golden-splash.png) no-repeat;
    background-position:left center;
    background-size: contain;
}
.gold-flip h2::after{
    content: '';
    position: absolute;
    z-index: -1;
    /* opacity: 0.6; */
    width: 70%;
    height: 200%;
    top: -50%;
    left: 10%;
    background: url(../image/golden-texture.png) no-repeat;
    background-position:left center;
    background-size: 100% auto;
}
.gold-flip-verse h2::after{
    content: '';
    position: absolute;
    z-index: -1;
    /* opacity: 0.6; */
    width: 70%;
    height: 200%;
    top: -50%;
    left: 10%;
    background: url(../image/golden-texture-verse.png) no-repeat;
    background-position:left center;
    background-size: 100% auto;
}
.gold-flip-verse-left-bottom h2::after{
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 200%;
    top: -50%;
    left: 0%;
    background: url(../image/golden-texture-verse02.png) no-repeat;
    background-position:left center;
    background-size: contain;
}
@media screen and (min-width:960px) {
    .uk-container{padding-left: 70px;padding-right: 70px;}
}
@media screen and (max-width:768px) {
    .main-content-wrap h2{font-size:6vmin;}
    .visit-btn{padding:8px 15%;}
    .main-content-wrap p{ margin-bottom: 30px; z-index: 20; position: relative;}
    .concept-alert{ font-size: 12px;}
    .light-box aside .map-scale-btn{ width: 50px; height: 50px; font-size: 15px; }
}
@media screen and (max-width:480px) {
    .main-content-wrap h2{font-size:12vmin;}
}
/*Right-Mode*/
.right-mode .container{ flex-direction: column;padding-top: 10vmax;padding-bottom: 10vmax;}
.right-mode .slider-wrap{ margin-top: 6vmax;}
.right-mode .slider-wrap .side-slider{ width: 30%;bottom:-5%;left: -20%; filter:drop-shadow(3px 3px 3px rgba(0,0,0,0.3));}
.right-mode .slider-wrap ul li{ filter:drop-shadow(3px 3px 3px rgba(0,0,0,0.3));}
.right-mode .main-content-wrap{ padding-right: 60px;}
.para-2{ margin-left:3vmax;}
.right-mode .slider-wrap .uk-dotnav{ position: absolute; left: -25%; flex-direction: column; bottom: 0;}
.right-mode .slider-wrap .uk-dotnav li{ padding-left: 0px; padding-bottom: 5px;} 
.right-mode h2::before{ background-position:center center;display: none;}
.right-mode .slick-next{ cursor: pointer; position: absolute; bottom:10%!important;top:unset !important;left: -30%;height:30px; width: 30px; border-radius: 30px; border: 1px solid #333; background: transparent;}
.right-mode .slick-prev{ cursor: pointer; position: absolute; bottom:0px!important;top:unset !important;left: -30%;height:30px; width: 30px; border-radius: 30px; border: 1px solid #333; background: transparent;}
.right-mode .slick-dots{justify-content: flex-end;}
.right-mode .slick-dots li{margin-right: 10px;}
.right-mode .slick-dots li:nth-last-of-type(1){margin-right: 0px;}
.right-mode .slick-dots li button{ cursor: pointer; color: transparent; border: 1px solid #333; border-radius: 30px; height: 12px; width:12px; background-color: transparent;}
@media screen and (max-width:1023px) {
    .right-mode .slider-wrap .uk-dotnav{ position: unset; flex-direction: row;}
    .right-mode .slider-wrap .uk-dotnav li{ padding-left: 5px; padding-bottom: 0px;}
    .right-mode .slick-next{ bottom:0%!important;left: -45%;}
    .right-mode .slick-prev{ bottom:0px!important;left: -35%;}
}
@media screen and (min-width:960px) {
    .right-mode .container{ flex-direction: row;}
}
@media screen and (max-width:959px) {
    .right-mode .container{ flex-direction: row ;}
}
@media screen and (max-width:767px) {
    .right-mode .container{ flex-direction: column ;}
    .right-mode .slider-wrap .side-slider{ display: none;} 
    .right-mode .main-content-wrap { padding-right: 0px; margin-top: 6vmax; text-align: center;}
    .right-mode h2{text-align: center;}
    .right-mode .main-content-wrap p{ text-align: justify;}
    .right-mode h2::before{ background-position:center center;display: block;}
    .force-100-s{width: 100%;}
    .right-mode .slick-dots{justify-content: center;}
}
@media screen and (max-width:639px) {
    .right-mode .main-content-wrap { padding-left: 0px; margin-top: 6vmax;}
}

/*Left-Mode*/
.left-mode .container{ flex-direction: column-reverse;padding-top: 10vmax;padding-bottom: 10vmax;}
.left-mode .slider-wrap{ margin-top: 6vmax;}
.left-mode .slider-wrap .side-slider{ width: 30%;bottom:-5%;right: -20%; filter:drop-shadow(3px 3px 3px rgba(0,0,0,0.3));}
.left-mode .main-content-wrap{ padding-left: 60px;}
.left-mode h2::before{ display: none;}
.para-2{margin-left:3vmax;}
.left-mode .slider-wrap .uk-dotnav{ position: absolute; right: -25%; flex-direction: column; bottom: 0;}
.left-mode .slider-wrap .uk-dotnav li{ padding-left: 0px; padding-bottom: 5px;}
.left-mode .slick-next{ cursor: pointer; position: absolute; bottom:10%!important;top:unset !important;right: -30%;height:30px; width: 30px; border-radius: 30px; border: 1px solid #333; background: transparent;}
.left-mode .slick-prev{ cursor: pointer; position: absolute; bottom:0px!important;top:unset !important;right: -30%;height:30px; width: 30px; border-radius: 30px; border: 1px solid #333; background: transparent;}
.left-mode .slick-dots li{ margin-right: 10px;}
.left-mode .slick-dots li:nth-last-of-type(1){ margin-right: 0px;}
.left-mode .slick-dots li button{ cursor: pointer; color: transparent; border: 1px solid #333; border-radius: 30px; height: 12px; width:12px; background-color: transparent;}
@media screen and (max-width:1023px) {
    .left-mode .slider-wrap .uk-dotnav{ position: unset; flex-direction: row;}
    .left-mode .slider-wrap .uk-dotnav li{ padding-left: 5px; padding-bottom: 0px;}
    .left-mode .slick-next{ bottom:0%!important;right: -45%;}
    .left-mode .slick-prev{ bottom:0px!important;right: -35%;}
}
@media screen and (min-width:960px) {
    .left-mode .container{ flex-direction: row-reverse;}
}
@media screen and (max-width:959px) {
    .left-mode .container{ flex-direction: row-reverse ;}
}
@media screen and (max-width:767px) {
    .left-mode .container{ flex-direction: column ;}
    .left-mode .slider-wrap .side-slider{ display: none;} 
    .left-mode .main-content-wrap { padding-left: 0px; margin-top: 6vmax; text-align: center;}
    .left-mode h2{text-align: center;}
    .left-mode h2::before{ background-position:center center;}
    .left-mode .slick-dots{justify-content: center;}
    .slick-slide{padding: 5px;}
    .slick-list { margin: 0 -30px;}
}
@media screen and (max-width:639px) {
    .left-mode .main-content-wrap { padding-left: 0px; margin-top: 6vmax;}
}
nav{ position: fixed; top: 50%; right: 20px; transform: translateY(-50%); z-index: 999;filter: drop-shadow(0px 3px 2px rgba(0,0,0,0.4)); }
.media-link{
    display: flex;
    flex-direction: column;
    background: #b8a375;
    justify-content: center;
    border-radius: 9px;
    width: 48px;
    margin-bottom: 10px;
}
.go-top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #b8a375;
    border-radius: 9px;
}
.tab-opt a{
    position: relative;
    text-align: center;
    padding: 10px 0px;
    font-size: 1.2rem;
    color:#f8e2b3;
    padding: 15px 0px;
    filter: drop-shadow( inset 2px 3px 5px rgba(0,0,0,0.5));
    transition: 0.3s;
}
.tab-opt a:hover{color: #fff;}
.media-link a::after{ content:'';width:100%;height:100%;border-width: 0; border-right: 1px solid; border-image: linear-gradient(rgba(255, 255, 255, 0),#7e6f4f, rgba(255, 255, 255, 0)) 1 100%;position: absolute;right: 0;bottom: 0;pointer-events: none;transform: rotateZ(-90deg);}
.media-link a:first-of-type::after{display: none;}
@media screen and (max-width: 600px) {
    nav{ top: unset; left: 0px; right:0px;bottom: 0px; z-index: 999;filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.5));transform: translateY(0%); }
    .media-link{ flex-direction: row; justify-content: space-around; align-self: center; border-radius: 0px; width: 100%; margin-bottom:0px; }
    .media-link a{ width: 100%; }
    .media-link .icon-arrow-up{display: block;}
    .go-top{display: none;}.media-link a::after{transform: rotateZ(180deg);}
}
/*cover-section-Start*/
.cover-section{ background:url(../image/cover-bg.jpg) center center no-repeat; background-size:100% 110%;}
.cover-section .container{ display: flex;flex-direction: column;justify-content: center;align-items: center;}  
.logo-wrap{ margin-bottom: 60px;width: 60%; position: relative;filter: drop-shadow(2px 3px 5px rgba(0,0,0,0.5));}
.logo-wrap::before{
    content: '';
    width: 20%;
    height: 30%;
    position: absolute;
    left: -12%;
    top: 3%;
    background: url(../image/logo-stamp.svg) center center no-repeat;
    background-size: contain;
}
.copywriting-wrap{width: 40%;}
.logo-wrap img,.copywriting-wrap img{ width: 100%;}
.logo-type-s{display: none;}
.scroll-icon-wrap{  color:#fff;margin-top: 60px;}
.scroll-icon{display:inline-block; width: 30px;height: 60px; border: 1.5px solid #fff; border-radius: 30px; margin: auto;position: relative;}
.scroll-icon-wrap p{margin:5px 0 0 0;text-align: center;}
.scroll-icon::before{content:'';position: absolute; width: 2px;height: 20%;background: #fff;border-radius:2px ; top: 50%; left: 50%; transform: translate(-50%,-100%);opacity: 0; animation: scroll-mouse 1s ease-in-out infinite;}
@keyframes scroll-mouse{
    0%{ transform: translate(-50%,-120%);opacity: 0;}
    50%{ transform: translate(-50%,-50%);opacity: 1;}
    100%{ transform: translate(-50%,100%);opacity: 0;}
}

@media screen and (max-width: 1199px) {
    .cover-section{ background-size:200% 112%;}
}
@media screen and (max-width: 767px) {
    .logo-wrap { width: 70%; margin-bottom: 30px;} 
    .copywriting-wrap{width: 70%;}
    .scroll-icon-wrap{ bottom:2.5%;}
    .scroll-icon{ width: 20px;height: 40px;border-radius: 30px;}
    .scroll-icon-wrap p{font-size: 13px;}
}
@media screen and (max-width: 600px) {
    .scroll-icon-wrap{ padding-bottom: 60px;}
    /* .copywriting-wrap{margin-bottom: 30px;} */
}
@media screen and (max-width: 480px) {
    .logo-wrap { width: 70%; margin-bottom: 30px;} 
    .logo-type-h{display: none;}
    .logo-type-s{display: block;}
    .logo-wrap::before{
        content: '';
        width: 10%;
        height: 20%;
        position: absolute;
        left: 0%;
        top: 60%;
        transform: translateY(-50%);
        background: url(../image/logo-stamp.svg) center center no-repeat;
        background-size: contain;
    }
}
@media screen and (max-width: 320px) {
    .logo-wrap { width:60%; margin-bottom: 30px;} 
    .copywriting-wrap{width:60%;}
}

/*traffic-section-Start*/
.traffic-section{ position: relative; background: url(../image/bg-deco-flow-top.png) no-repeat,url(../image/bg-deco-flow-bottom.png) no-repeat; background-position: left top,right bottom; background-size: 60% auto;}
.traffic-section h2::before{ display: block;}
.traffic-section::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 40%;
    background: url(../image/golden-circle-left.svg) left center no-repeat;
    background-size:auto 90%;
    pointer-events: none;
    z-index: 10;
}
.traffic-section .slick-track{ display: flex;}
.traffic-section .slick-slide img{  max-width: 100%; height: auto;}
.slick-dots{display: flex; align-items: center;}
@media screen and (max-width:1200px) {
    .traffic-section::before{
        top: 70%;
        background-size:auto 90%;
    }
}
@media screen and (max-width:640px) {
    .traffic-section::before{
        top: 70%;
        background-size:auto 60%;
    }
}

/*rail-way-section-Start*/
/* .rail-way-section{ position: relative; background: url(../image/zl-train-station.jpg) center no-repeat; background-size: cover;} */
.rail-way-section{ position: relative;}
.rail-way-section .bg-wrap img{ width: 100%;}
.rail-way-section h2,.rail-way-section p{color:#fff}
.rail-way-section h2::before{display: none;}
/* .rail-way-section .uk-container{display:flex; flex-direction: column; justify-content:flex-end; align-items:flex-start; height:100vh;} */
.rail-way-section .main-content-wrap{ position:absolute;bottom:8%; left: 5%;  margin-bottom:1vmax;filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.9));}
.rail-way-section .visit-btn{border: 2px solid #fff; color: #fff;}
.visit-btn:hover{border: 2px solid transparent;}
.rail-way-section::after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    bottom: -50%;
    background: url(../image/golden-circle-right.svg) right center no-repeat;
    background-size:auto 70%;
    pointer-events: none;
    z-index: 10;
}
.rail-way-section .main-content-wrap h2::after{ left: 0%;}
.rail-way-section .concept-alert{color: #777777;}
@media screen and (max-width:1200px) {
    .rail-way-section{ position: relative; background:#71bef4; }
    .rail-way-section .uk-container{ display:flex; flex-direction: column; justify-content:flex-start;padding-top:90px;}
    .rail-way-section .main-content-wrap{ position: unset; align-self:center;margin-bottom:1vmax;text-align: center;filter:unset;}
    .rail-way-section p{text-align: justify;}
    .rail-way-section::after{
        left: 0px;
        bottom: -30%;
        background: url(../image/golden-circle-right.svg) right bottom no-repeat;
        background-size:auto 70%;
    }
}
@media screen and (max-width:959px) {
    .rail-way-section::after{
        left: 0px;
        bottom: -20%;
        background-size:auto 60%;
    }
    .rail-way-section .main-content-wrap h2::after{ left:50%; transform: translateX(-50%);}
}
@media screen and (max-width:640px) {
    .rail-way-section .uk-container{ padding-right: 30px;padding-left: 30px;}
    .rail-way-section::after{
        left: 0px;
        bottom: -20%;
        background-size:auto 50%;
    }
}

/*park-section-Start*/
.park-section{ position: relative; background: url(../image/bg-deco-flow-top.png) no-repeat; background-position: left top; background-size: 60% auto;}
.park-section::after{ 
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    bottom: -50%;
    background: url(../image/golden-circle-left-bottom.svg) left center no-repeat;
    background-size:auto 100%;
    pointer-events: none;
    z-index: 10;
}
.park-section .main-content-wrap h2::after{ left: 0%;}
@media screen and (max-width:1200px) {
    .park-section::after{
        left: 0px;
        bottom: -30%;
        background-size:auto 70%;
    }
}
@media screen and (max-width:959px) {
    .park-section::after{
        left: 0px;
        bottom: -50%;
        background-size:auto 80%;
    }
}
@media screen and (max-width:768px) {
    .park-section::after{
        left: 0px;
        bottom: -50%;
        background-size:auto 90%;
        background-position: -10% center;
    }
    .park-section .main-content-wrap h2::after{ background-position: center top; width: 100%; height: 300%; background-size: 80% auto;}
}
@media screen and (max-width:640px) {
    .park-section::after{
        left: 0px;
        bottom: -50%;
        background-size:auto 50%;
    }
}

/*environment-Start*/
.environmental{position: relative;}
.environmental::after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    bottom:-100vh;
    left: 0px;
    top: 45%;
    background: url(../image/bg-deco-flow-l.svg) center top no-repeat;
    background-size: 100%;
    pointer-events: none;
    z-index: -1;
}
.environmental::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    /* bottom:-100vh; */
    top: 15%;
    left: 0px;
    background: url(../image/bg-deco-flow-m.svg) right top no-repeat;
    background-size: 80% auto;
    pointer-events: none;
    z-index: -1;
}
.environment-section{ background: url(../image/bg-river.png) no-repeat; background-position: center top; background-size: 100% auto}
.environment-section .main-content-wrap h2::after{ display: none;}
@media screen and (max-width:1400px) {
    .environmental::after{
        top: 10%;
        bottom: 0%;
        background: url(../image/bg-deco-flow-l.svg) right bottom no-repeat;
        background-size: 105%;
    }
    .environmental::before{
        top: 20%;
        background: url(../image/bg-deco-flow-m.svg) right top no-repeat;
        background-size: 100% auto;
        z-index: -1;
    }
}
@media screen and (max-width:1023px) {
    .environmental::after{ top: 0%;}
}
@media screen and (max-width:767px) {
    .environmental::after{
        height: 100%;
        left: 0px;
        top: 0%;
        background: url(../image/bg-deco-flow-l.svg) center bottom no-repeat;
        background-size:auto 50%;
    }
    .environmental::before{
        /* bottom:-100vh; */
        top: 30%;
        left: 0px;
        background: url(../image/bg-deco-flow-m.svg) right top no-repeat;
        background-size: 150% auto;
        z-index: -1;
    }
}

/*appearence-section-Start*/
.appearence-section{ position: relative;}
.appearence-section .container{ align-self: flex-end;width: 100% !important;padding-right: 0px;}
.appearence-section .main-content-wrap h2::before{ background: url(../image/ink-texture03.png) left top no-repeat;display: block; height: 300px;background-size: contain;}
.appearence-section .slider-wrap .uk-dotnav{ position: absolute; flex-direction: column; left: -5%;}
.appearence-section .slider-wrap .uk-dotnav li{ padding-left: 0px; padding-bottom: 5px;}
.appearence-section .slick-dots{justify-content: flex-start;}
.appearence-section .slick-next{ bottom:10%!important;left: -10%;}
.appearence-section .slick-prev{ bottom:0px!important;left: -10%;}
@media screen and (max-width:959px) {
    .appearence-section .slick-next{ bottom:15%!important;left: -15%;}
    .appearence-section .slick-prev{ bottom:0px!important;left: -15%;}
}
@media screen and (max-width:767px) {
    .appearence-section .main-content-wrap h2::before{ background-position: center top;}
    .appearence-section .container{ padding-right:30px;}
    .appearence-section .slick-next{ display: none !important; }
    .appearence-section .slick-prev{ display: none !important; }
    .appearence-section .slider-wrap .uk-dotnav{ flex-direction: row;}
    .appearence-section .slider-wrap .uk-dotnav{ position: unset; flex-direction: row;}
    .appearence-section .slider-wrap .uk-dotnav li{ padding-left: 5px; padding-bottom: 0px;}
    .appearence-section .slick-dots{justify-content: center;}
    .appearence-section .main-content-wrap h2::after{width: 100%; height: 300%; background-position: center top;}
}

/*public-section-Start*/
.public-section { position: relative;}
.public-section .container{ padding-top: 5vmax; padding-left:0px; padding-bottom: 5vmax;}
.public-section .slider-wrap .uk-dotnav{ position: absolute; flex-direction: column; right: -5%;}
.public-section .slider-wrap .uk-dotnav li{ padding-left: 0px; padding-bottom: 5px;}
.public-section .main-content-wrap h2::before{ display: block; height: 300px;background-position: left top;top: -12vmin; left: 0vmin;opacity: 0.4;}
.public-section .main-content-wrap h2::after{ height:500%; width:100%; background-position: left 20% center;top: -5vmin; left: 0vmin; background-size: auto 100%;}
.public-section .slick-dots{ justify-content: flex-end;}
.public-section .slick-next{ bottom:10%!important;right: -10%;}
.public-section .slick-prev{ bottom:0px!important;right: -10%;}
@media screen and (max-width:1023px) {
    .public-section .slick-prev{ bottom:0px!important;right: -15%;}
    .public-section .slick-next{ bottom:0%!important;right: -25%;}
}
/* @media screen and (max-width:959px) {
    .public-section .slick-next{ bottom:10%!important;right: -15%;}
    .public-section .slick-prev{ bottom:0px!important;right: -15%;}
} */
@media screen and (max-width:767px) {
    .public-section .container{ padding-left:30px;}
    .public-section .slick-prev{ display: none !important;}
    .public-section .slick-next{ display: none !important;}
    .public-section .slider-wrap .uk-dotnav{ flex-direction: row;}
    .public-section .slider-wrap .uk-dotnav{ position: unset; flex-direction: row;}
    .public-section .slider-wrap .uk-dotnav li{ padding-left: 5px; padding-bottom: 0px;}
    .public-section .main-content-wrap h2::before{display: block; height: 300px;background-position: center center;top: -15vmin; left: 0vmin;}
    .public-section .main-content-wrap h2::after{height:300%; width:100%; background-position: center top;top: -10vmin; left: 0vmin; background-size: auto 100%;}
    .public-section .slick-dots{justify-content: center;}
}

/*room-tour-section-Start*/
.room-tour-section{position: relative;}
.room-tour-section::after{
    content: '';
    width: 100%;
    height: 150%;
    position: absolute;
    bottom:-50%;
    left: 0px;
    top: 20%;
    background: url(../image/bg-deco-flow-middle02.png) center no-repeat;
    background-size: 110% auto;
    pointer-events: none;
    opacity: 0.3;
    z-index: -1;

}
.room-tour-section .slider-wrap{ margin-top: 0px;}
.room-tour-section .switch-pic-s{width: 70%; padding-left: 0px;margin-bottom: 60px;}
.room-tour-section .room-info{display: flex;align-items: center;}
.room-tour-section .room-info .room-num{
    width: 8vmin;
    height: 8vmin;
    font-family:'Noto Serif TC',serif; font-weight: 700;
    font-size: 4vmin;
    border: 1px solid #999;
    border-radius: 10vmin;
    text-align: center;
    vertical-align: middle;
    line-height: 1.8;
    margin-right: 10px;
}
.room-tour-section .slider-wrap .uk-dotnav{ flex-direction: row; right: -130px;}
.room-tour-section .slider-wrap .uk-dotnav li{ padding-left: 5px; padding-bottom: 0px;}
.room-tour-section .slider-wrap .uk-dotnav li:nth-of-type(1){ padding-left: 0px;}
.room-tour-section .main-content-wrap h2::before{display: block; height: 300px; background-position: center center;top: -10vmin; left: 0px;opacity: 0.4;}
.switch-pic-s .slick-next,.switch-pic-s .slick-prev{display: none !important;}
.switch-pic-s .room-info{ display: none; }
.room-tour-section .slider-content-section .btn-wrap{ display: none; width: 100%; text-align: center; margin-top: 40px; }
.room-slider-main .slick-next{ bottom:10%!important;right:calc(-10% - 30px) ;}
.room-slider-main .slick-prev{ bottom:0px!important;right:calc(-10% - 30px);}
.room-slider-main .slick-dots li button{color:#333; border: 1px solid #333; border-radius: 30px; height: 25px; width:25px; background-color: transparent;}
.room-slider-main .slick-dots .slick-active button{color: #fff;}
@media screen and (max-width:767px) {
    .room-tour-section .main-content-wrap{margin-bottom: 0px;}
    .room-tour-section .room-info{justify-content: center;}
    .room-tour-section .switch-pic-s{width: 70%; text-align: center; align-self: center; margin: auto;}
    .switch-pic-s .slick-next,.switch-pic-s .slick-prev{display: block !important;}
    .switch-pic-s .slick-prev{right:15%; z-index: 10;}
    .switch-pic-s .slick-next{right:-10%;z-index: 10;}
    .room-slider-main .slick-next{ display: none !important;}
    .room-slider-main .slick-prev{ display: none !important;}
    .room-slider-main .room-info{ display: none; }
    .switch-pic-s .room-info{ display: flex; margin-bottom: 20px;}
    .room-tour-section .main-content-wrap .visit-btn{ display: none; }
    .room-tour-section .slider-content-section {margin-top: 30px;}
    .room-tour-section .slider-content-section .btn-wrap{ display: block;}
    .room-tour-section .switch-pic-s img{width:100%;}
    .room-tour-section .room-info .room-num{ width: 15vmin; height: 15vmin; font-size: 8vmin; line-height: 1.6; }
}

/* construction-section */
.construction-section .main-content-wrap{ margin-top: 60px; }
.construction .left-mode .container{padding-bottom: 0vmax !important;}
.construction-section .main-content-wrap h2::before{display: block; height: 300px; background-position: left center;top: -10vmin; left:-5vmin;opacity: 0.4;}
.construction-section .main-content-wrap h2::after{left:0vmin;}
.construction-info{ display: flex; flex-direction: row; align-items: flex-start; }
.construction-info .inner-wrap{ width: 50%; padding-right: 15px; }
@media screen and (max-width:767px) {
    .construction-section .main-content-wrap{ margin-top: 0px; margin-bottom: 60px;}
    .construction-section .main-content-wrap h2::before{ height: 300px; background-position: center center;top: -10vmin; left:0vmin;}
    .construction-info{ flex-direction: column; align-items: flex-start; }
    .construction-info .inner-wrap{ width: 100%; padding-right: 0px; margin-bottom: 15px;}
    .construction-section .main-content-wrap h2::after{width: 100%;}
}

/*cement-section*/
.cement-section{background: url(../image/bg-deco-flow-bottom.png) no-repeat;background-position: right bottom; background-size: 100% auto;}
.cement-section .inner-wrap{ padding-right: 0px; padding-left: 15px;}
.construction-section .main-content-wrap h2::after{left:0vmin;}
@media screen and (max-width:767px) {
    .cement-section .inner-wrap{ padding-left: 0px; margin-bottom: 15px;}
    .construction-section .main-content-wrap h2::after{width: 100%; height: 300%; background-position: center top;}
}

/* team-section */
.team-intro{ padding-bottom: 10vmax; position: relative ;background:linear-gradient(-70deg, #073856da 100%, rgba(0, 0, 0, 0) 0%),url('../image/appearence-view/1.jpg');background-size: cover; overflow: hidden;}
.team-intro .container{ padding-bottom: 0px;}
.team-intro .team-info-wrap{ position: relative; border-width: 2px; border-style: solid; border-image: linear-gradient( to bottom,#b8a375, #b8a37500) 1 100%; }
.team-intro .team-info-wrap::before{content: '';position: absolute;width: 100%;height:2px; background: #b8a375; top:calc(0% - 2px) ; left: 0%;}
.team-intro .main-content-wrap h2::before{display: none;}
.team-intro .main-content-wrap h2::after{left:0vmin; width: 100%; height: 300%; }
.team-intro .main-content-wrap h2, .team-intro .main-content-wrap p,.team-intro .main-content-wrap .visit-btn{color: #b8a375;}
.team-intro .main-content-wrap .visit-btn{border: 2px solid #b8a375;}
.team-intro .main-content-wrap .visit-btn:hover{color:#fff;}
.team-info h3 {margin-bottom: 0px;}
.team-info h3 img{width: 70%;}
.sub-main-title{ font-family: 'Abhaya Libre', serif;font-size: 3vmax; font-weight: 900; line-height: 1; color:#b8a375;}
.team-name{ font-family:'Noto Sans TC',sans-serif; font-weight: 700; font-size: 1.5rem; color: #fff;margin-top: 20px;}
.team-info-detail{ display: flex;flex-direction: row; align-items: flex-start;margin-top: 30px;}
.team-info-detail .copywrite:first-of-type{padding-right: 20px;position: relative;}
.team-info-detail .copywrite:first-of-type::after{ content:'';height:100%;border-width: 0; border-right: 1px solid; border-image: linear-gradient(rgba(255, 255, 255, 0),#b8a375, rgba(255, 255, 255, 0)) 0 100%;position: absolute;right: 0;top: 0;}
.team-info-detail .copywrite:last-of-type{padding-left: 20px;}
.team-info-detail h3,.team-info-detail h4,.team-info-detail p{ color: #b8a375;}
.team-info-detail h3{ font-family:'Noto Serif TC',serif; font-weight: 700;color: #fff;}
.sub-script{font-size:12px;margin-left: 10px;font-family:'Noto Sans TC',sans-serif; font-weight: 300;}
.team-info-detail h4{ font-family:'Noto Sans TC',sans-serif; font-weight: 500;margin-top: 5px;}
.team-info-detail p{ text-align: justify;}
.case .slick-slide{ padding:5px;}
.case .slick-dots{ padding-left:0px; justify-content: left; position: absolute;top: -80px;}
.case .slick-dots li button{ border: 1px solid #b8a375;}
.case .slick-dots .slick-active button{ background:#b8a375 !important;}
.team-intro .slick-track{ display: flex;}
.team-intro .slick-slide{ display: flex; align-items: center;  justify-content: center; }
.team-intro .slick-slide img{ height: 400px; max-width: unset;}
.team-intro .slick-prev{ position: absolute; top:50% !important; left:0px ;  transform: translateY(-50%); color: #fff; z-index: 10;border: 1px solid #b8a375;background: #b8a375; filter: drop-shadow(0px 0px 3px #000000d8);}
.team-intro .slick-next{ position: absolute; top:50% !important; right:70px ; left: unset ; transform: translateY(-50%); color: #fff; z-index: 10;border: 1px solid #b8a375;background: #b8a375;  filter: drop-shadow(0px 0px 3px #000000ea);}
@media screen and (max-width:1023px) {
    .team-intro .container{ flex-direction: column;}
    .team-intro .team-info-wrap{ margin-top: 90px;}
    .case .slick-dots{ padding-left:0px; justify-content: center; position: relative;top:unset;left: 0px !important;}
    .sub-main-title{ font-size: 4vmax;}
    .sub-main-title{ font-size: 3rem;}
    .team-name{font-size: 1.2rem;margin-top: 10px;}
    .team-info-detail .copywrite p{font-size: 15px;}
    .team-intro .main-content-wrap h2::after{left:0vmin; top: -10vmin; width: 100%; height: 500%; background-size: contain; background-position: left top;}
}
@media screen and (max-width:767px) {
    .team-intro .team-info-wrap{height: auto;}
    .team-info-detail{ flex-direction: column;}
    .team-info-detail .copywrite:first-of-type{padding-right: 0px;}
    .team-info h3 img{width: 100%;}
    .sub-main-title{ font-size: 2.5rem;}
    .team-info-detail .copywrite:first-of-type{padding-right: 0px;margin-bottom: 30px;}
    .team-info-detail .copywrite:first-of-type::after{ display: none;}
    .team-info-detail .copywrite:last-of-type{padding-left: 0px;}
    .team-intro .main-content-wrap h2::after{left:0vmin; top: -20vmin; width: 100%; height: 500%; background-size: contain; background-position: center top;}
}
@media screen and (max-width:640px) {
    .team-intro .team-info-wrap{height: auto;}
    .team-info-detail{ flex-direction: column;}
    .team-info-detail .copywrite:first-of-type{padding-right: 0px;}
    .team-info h3 img{width: 100%;}
    .sub-main-title{ font-size: 6vmax;}
    .team-info-detail .copywrite h4{ font-size: 1.2rem;}
    .team-info-detail .copywrite:first-of-type{padding-right: 0px;margin-bottom: 30px;}
    .team-info-detail .copywrite:first-of-type::after{ display: none;}
    .team-info-detail .copywrite:last-of-type{padding-left: 0px;}
}

/* form-section */
#form-section { position: relative; background: url(../image/bg-deco-flow-top.png) no-repeat,url(../image/bg-deco-flow-bottom.png) no-repeat; background-position: left top, right bottom; background-size: 60% auto;}
#form-section .form-wrap { position: relative; z-index: 10; padding-top: 60px; padding-right: 60px;}
.form-wrap::before{
    content: '';
    position: absolute;
    top: -30px;
    right: 0px;
    height:calc(100% + 90px) ;
    width:calc(120% + 62px);
    border: 2px solid#b8a375;
    border-left: 0px solid#b8a375;
    pointer-events: none;
}
.form-wrap::after{
    content: '';
    position: absolute;
    top: -30px;
    right: 0px;
    height:calc(100% + 90px) ;
    width:calc(120% + 60px);
    border-width: 2px;
    border-style: solid;
    border-image: linear-gradient( to bottom, #b8a375 , #b8a37500 10%, #b8a375 60%)0 100% ;
    border-right: 2px solid#b8a375;
    pointer-events: none;
}
#form-section .main-content-wrap h2::after{left:0vmin; width: 100%; height: 500%; background-size: contain; top: -10vmin;}
#form-section fieldset { width: 100%; border: none; }
#form-section fieldset form { width: 100%; }
#form-section fieldset form .control-group { margin-bottom: 20px; }
#form-section fieldset form .control-group input { border:none; border-bottom: 1px solid #A8925E; border-radius: 0px;}
#form-section fieldset form .control-group input[type=radio], #form-section fieldset form .control-group input[type=checkbox] { width: 22px; height: 22px; border:1px solid #A8925E !important; }
#form-section fieldset form .control-group label, #form-section fieldset form .control-group input[type=radio], #form-section fieldset form .control-group input[type=checkbox] { font-size: 1rem; vertical-align: middle; }
#form-section fieldset form .control-group input:not([type=radio]):not([type=checkbox]) { font-size: 1rem; width: 100%; padding: 16px 0px; }
#form-section fieldset form .control-group input[type=radio]{border-radius: 20px;}
#form-section fieldset form .control-group input[type=checkbox]{border-radius: 5px;}
#form-section fieldset form .control-group input[type=text]:focus { border: 1.5px solid #c49760; outline: none; }
#form-section fieldset form .control-group input[type="submit"] { cursor: pointer; color: #fff; border: 2px solid #c49760; background: #c49760 !important; transition: 0.5s; width: 50%; margin: auto;border-radius: 5px !important;padding: 16px 0px;}
#form-section fieldset form .control-group input[type="submit"]:hover{border: 2px solid transparent; color: #fff;font-weight: 500;background-color: #c49760;box-shadow:inset 0px 3px 5px rgba(0,0,0,0.3);} 
#form-section fieldset form .control-group input[type="submit"]:focus{border: 2px solid transparent; color: #fff;font-weight: 500;background-color: #c49760;box-shadow:inset 0px 3px 5px rgba(0,0,0,0.3);} 
@media screen and (max-width: 959px){
    .form-wrap { position: relative; z-index: 10; padding-top: 60px; padding-right: 60px;}
    .form-wrap::before{ top: -30px; right: 0px; height:calc(100% + 90px) ; width:calc(175% + 62px); }
    .form-wrap::after{ top: -30px; right: 0px; height:calc(100% + 90px) ; width:calc(175% + 60px); }
} 
@media screen and (max-width: 767px){
    .form-wrap { position: relative; z-index: 10; padding-top: 60px; padding-right: 60px; padding-left:60px;}
    .form-wrap::before{ top: 0px; right: 0px; height:calc(100%) ; width:calc(100%); }
    .form-wrap::after{ top: 0px; right: 0px; height:calc(100%) ; width:calc(100% - 2px); }
    #form-section .main-content-wrap h2::after{left:0vmin; width: 100%; height: 500%; background-size: contain; top: -20vmin; background-position: center top;}
} 
@media screen and (max-width: 640px) {
    .form-wrap { padding-right: 30px !important; padding-left:30px;}
    #form-section fieldset form .control-group #send { width: 100%; } 
}
@media screen and (max-width: 639px) {
    #form-section::before{ content:''; position:absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); height:calc(100% - 60px) ; width:calc(100% - 60px); 
        border: 2px solid#b8a375;
        pointer-events: none;}
    .form-wrap::before{ display: none;}
    .form-wrap::after{ display: none;}
}
#form-section fieldset form .control-group #Send:hover { background: #c49760; transition: 0.5s; }

.google-map{position: relative;width: 100%;height: 600px;overflow:hidden;}
.google-map iframe {position: absolute;width: 100%; height:100%;top: 0px; left: 0px;} 
@media screen and (max-width: 640px) {
    #location iframe { height: 360px; } 
}


#contact-section{ background:url(../image/cover-bg.jpg) center no-repeat; background-size: 100% 110%; padding-top: 10vmin;}
#contact-section .container{max-width: 1024px;}
#contact-section .info-wrap{ display:flex; flex-direction: row; }
#contact-section .info-logo-wrap{ position: relative; padding-right: 20px; border-width: 0; border-right: 1px solid; border-image: linear-gradient(rgba(255, 255, 255, 0),rgba(255, 255, 255), rgba(255, 255, 255, 0)) 0 100%; filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.445));}
#contact-section .info-logo-wrap .info-logo-wrap-inner{position: relative;}
#contact-section .info-logo-wrap .info-logo-wrap-inner::before{
    content: '';
    width: 10%;
    height: 20%;
    position: absolute;
    left: 2%;
    top: -10%;
    /* transform: translateY(-50%); */
    background: url(../image/logo-stamp.svg) center center no-repeat;
    background-size: contain;
}
#contact-section .contact-info-wrap{ padding-left: 30px; display: flex; flex-direction: column; justify-content: center; align-items: center;}
#contact-section .copy-right{text-align: center;padding: 60px 0px 30px 0px; color: #fff; background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));}
#contact-section .copy-right h3{color: #fff; font-family: 'Noto Sans TC',sans-serif;font-weight: 200; font-size: 1rem;}
@media screen and (max-width: 1199px) {
    #contact-section{ background-size:200% 112%;}
}
@media screen and (max-width: 639px) {
    #contact-section .info-wrap{ flex-direction: column; }
    #contact-section .info-logo-wrap{ padding-right: 0px; padding:15vmin; border-width: 0; border-right: none; border-image:none; }
    #contact-section .contact-info-wrap{ padding-left:20px; padding-right: 20px; }
}
@media screen and (max-width: 600px) {
    #contact-section .copy-right{padding: 60px 0px 60px 0px; }
}