@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=EB+Garamond:ital,wght@1,400;1,500;1,600&display=swap'); */
*{ margin: 0px;padding: 0px; box-sizing: border-box; }
*:focus{outline: none !important;}
h1,h2,h3,h4,p{ margin: 0px; }
a{ text-decoration: none; }
a:hover{text-decoration: none;}
li{ list-style: none; }
.full-page{ height:100vh; }
.container{ height: 100%; }
.main-content-wrap,.paragraph,.intro_title{ font-family:'Noto Serif TC',serif; }
.intro_title{ font-weight: 600; font-size: 2.2rem; writing-mode: vertical-rl; margin-left: 30px; color: #c49760; position: relative; white-space: nowrap;}
.para1{ position: relative; }
.para2{ padding-top: 5rem; }
.paragraph{ font-size:18px; writing-mode: vertical-rl; padding-top: 3rem; white-space: nowrap;}
.italic{ font-family: 'EB Garamond', serif !important;}
.letter-space{ letter-spacing:1vmin; }
.num-rotate{ -webkit-text-combine: horizontal;font-variant-east-asian: full-width;}
.title-mark{width: 15px; height: 1.3rem; background: #b8a375; display: inline-block;margin-right: 0.5rem; vertical-align: baseline;}
@media screen and (max-width:767px) {
    .para1,.para2{ font-size:1.75rem;}
    .paragraph{ font-size:15px;}
}
.hide{display: none;}
.circle{ 
    opacity:0; 
    fill: transparent; 
    -webkit-transform-origin: center center; 
    transform-origin: center center; 
    -webkit-transform:rotate3d(0,0,1,130deg); 
    transform:rotate3d(0,0,1,130deg);
}
.circle-anime .circle{ 
    opacity:1; 
    fill: transparent; 
    -webkit-transform-origin: center center; 
    transform-origin: center center; 
    -webkit-transform:rotate3d(0,0,1,130deg); 
    transform:rotate3d(0,0,1,130deg); 
    stroke-dasharray:500; 
    stroke-dashoffset:0; 
    transition: 0.5s; 
    -webkit-animation: kf-new-circle3 3s cubic-bezier(.785,.135,.15,.86) forwards,kf-rotate-circle 1.2s cubic-bezier(.39,.575,.565,1) forwards;
    -moz-animation: kf-new-circle3 3s cubic-bezier(.785,.135,.15,.86) forwards,kf-rotate-circle 1.2s cubic-bezier(.39,.575,.565,1) forwards;
    animation: kf-new-circle3 3s cubic-bezier(.785,.135,.15,.86) forwards,kf-rotate-circle 1.2s cubic-bezier(.39,.575,.565,1) forwards;
}
.deco-circle{ position: absolute; top: -5%; left: 75%; transform: translateX(-50%); z-index: 0; max-width: 120%; opacity: 1;}
.deco-circle-delay{ position: absolute; top:-1%; left: 72.5%; transform: rotate(30deg) translateX(-50%); z-index: 0; max-width: 120%; opacity: 1;} 
#contact-form .deco-circle{ max-width: 300%; top: -20%; left: 50%; }
@media screen and (max-width:767px) {
    #contact-form .deco-circle{ max-width: 200%; top: -20%; left: 50%; }
}
@keyframes stroke {
    to {
      stroke-dashoffset: 0;
    }
  }
/* circle-anime start */
@keyframes kf-new-circle3-in{
    0%{stroke-dashoffset:500}
    100%{stroke-dashoffset:0}
}
@keyframes kf-rotate-circle-in{
    0%{-webkit-transform:rotate3d(0,0,1,270deg);transform: rotate3d(0,0,1,270deg)}
    100%{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}
}
@-webkit-keyframes kf-new-circle3{
   0%{stroke-dashoffset:500}
   100%{stroke-dashoffset:0}
}
@keyframes kf-new-circle3{
   0%{stroke-dashoffset:500}
    100%{stroke-dashoffset:0}
}
@-webkit-keyframes kf-rotate-circle{
   0%{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}
    100%{-webkit-transform:rotate3d(0,0,1,270deg);transform:rotate3d(0,0,1,270deg)}
}
@keyframes kf-rotate-circle{
   0%{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}
    100%{-webkit-transform:rotate3d(0,0,1,270deg);transform:rotate3d(0,0,1,270deg)}
}

@-webkit-keyframes kf-new-txt{
    0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);opacity:0}
    100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}
}
@keyframes kf-new-txt{
    0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);opacity:0}
    100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}
}
/* circle-anime end */
@media screen and (max-width:767px) {
    .force-100-s{width: 100%;}
    .paragraph{ font-size:15px; }
}

/*slick-ui==================================*/
.slick-next{ cursor: pointer; position: absolute; bottom:10%;top:unset;left: -30%;height:30px; width: 30px; border-radius: 30px; border: 1px solid #333; background: transparent;}
.slick-prev{ cursor: pointer; position: absolute; bottom:0px;top:unset;left: -30%;height:30px; width: 30px; border-radius: 30px; border: 1px solid #333; background: transparent;}
.slick-dots{justify-content: flex-end;}
.slick-dots li{margin-right: 10px;}
.slick-dots li:nth-last-of-type(1){margin-right: 0px;}
.slick-dots li button{ cursor: pointer; color: transparent; border: 1px solid #333; border-radius: 30px; height: 10px; width:10px; background-color: transparent;}

/*nav-bar===================================*/
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: #0b4860;
    justify-content: center;
    border-radius:30px;
    width: 48px;
    margin-bottom: 10px;
}
.go-top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #0b4860;
    border-radius:30px;
}
.tab-opt a{
    position: relative;
    text-align: center;
    padding: 10px 0px;
    font-size: 1.2rem;
    color:#c5b691 ;
    padding: 15px 0px;
    filter: drop-shadow( inset 2px 3px 5px rgba(0,0,0,0.5));
    transition: 0.3s;
}
.tab-opt a:hover{color: #f8e2b3;}
.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-link a span {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%; display: flex; flex-direction: column;}
    .media-link a span {display: inline; font-size: 12px; margin-top: 6px;}
    .media-link .icon-arrow-up{display: block;}
    .go-top{display: none;}
    .media-link a::after{transform: rotateZ(180deg);}
}

/* cover-section ========================*/
#cover-section{ background:url(../image/bg-light.png) center no-repeat; background-size: 100% 100%; position: relative; overflow: hidden;}
#cover-section .building-obj-wrap{ position: relative; }
#cover-section .figure{ display:block; position: relative;  align-self: flex-end; margin-bottom: 0px;}
#cover-section .text-wrap{ position: absolute; left: 60%; top: 50%; transform: translate(-50%,-50%);}
#cover-section .content-outer-wrap{ position: absolute; top:30%; right:calc(6% - 60px); transform: translateY(-50%);}
#cover-section .building-view{ width: 100%; max-width: unset; position: unset; pointer-events: none; bottom: 0px; left:50%; transform: translateX(0%);}
#cover-section .building-view-full{ width: 100%; max-width: unset; position: relative; pointer-events: none; display: none;}
#cover-section .main-content-wrap{ align-self: center; height: calc(470px + 20%);}
/* #cover-section .bg-wrap{ position: relative; bottom: 0px; left: -50%; transition: 0.3s;} */
#cover-section h3{ padding-bottom: 20px; margin-top: 30px;}
#logo-animate{ width:110%; margin: auto; max-width: unset; margin-left:-8%;}

#cover-section .key-visual-wrap{ width: 100%; height: 100%; position:absolute; top: 0px; left: 0px;z-index: 0;}
#cover-section .key-visual-wrap .sky{ position: absolute; width: 50%; bottom: 20%;left: 0%;}
#cover-section .key-visual-wrap .sky02{ position: absolute; width: 40%; bottom: 15%;left:25%; z-index: 1 ;}
#cover-section .bg-deco-mt{ position: absolute; width: 50%; bottom: 0%;left:30%; z-index:0;}
#cover-section .leaf{position: absolute; filter: grayscale(0.3);}
#cover-section .leaf-left-top{height: 70%; left: -10%; top:-10%; opacity: .1;} 
#cover-section .leaf-left-bottom{height: 70%; left: -20%; top:20%; opacity: .15; transform: rotateZ(20deg);} 
#cover-section .leaf-right-top{height: 100%; right: -10%; bottom:10%; opacity: .1;} 
#cover-section .leaf-right-bottom{height: 70%; right: -15%; bottom:-25%; opacity: .15; transform: rotateZ(-5deg);} 
@media screen and (max-width:959px) {
    #cover-section{ background-size: 170% 100%;}
    #cover-section h3{ padding-bottom: 10px; margin-top: 20px; }
    /* #cover-section .video-wrapper{ margin-top: -60px; margin-bottom:20px; } */
}
@media screen and (max-width:959px) {
    #cover-section .text-wrap{ position: unset; transform: translate(0%,0%);width: 60%; margin: auto;}
    #cover-section{ height: auto;}
    #cover-section .container{ flex-direction: column-reverse; padding-bottom: 0px;}
    #cover-section .building-obj-wrap{ position: unset; }
    #cover-section .building-obj-wrap::before{display: none;}
    #cover-section .bg-wrap{ left: 50%; transform: translateX(-50%); width: 150%; display: block; position: relative;}
    #cover-section .video-wrapper{ margin-top: 90px; margin-left:0px; margin-bottom:20px; }
    #logo-animate{ width:100%;max-width: unset; margin-left:unset; margin: auto; }
    #logo-animate img{ width:120%; margin: auto; }
    #cover-section .main-content-wrap{ padding-left: 60px; padding-right: 60px; }
    #cover-section .main-content-wrap h3{ margin-top: 10px; }
    #cover-section .key-visual-wrap .sky{  width: 60%; bottom: 20%;left: 0%;}
    #cover-section .key-visual-wrap .sky02{ width: 50%; bottom: 12%;left:unset; right: 0%; z-index: 1 ;}
    #cover-section .bg-deco-mt{width:100%; bottom:0%;left:0%;  z-index:0;}
    #cover-section .leaf-left-top{height: 60%; left: -30%; top:-10%; opacity: .1;} 
    #cover-section .leaf-left-bottom{height: 50%; left: -40%; top:20%; opacity: .15; transform: rotateZ(20deg);} 
    #cover-section .leaf-right-top{height:60%; right: -20%; bottom:10%; opacity: .1;} 
    #cover-section .leaf-right-bottom{height:40%; right: -15%; bottom:-5%; opacity: .08; transform: rotateZ(-2deg);} 
    #cover-section .building-view{ display: none;}
    #cover-section .building-view-full{ display: block;}
}
@media screen and (max-width:767px) {
    #cover-section .text-wrap{ position: unset; transform: translate(0%,0%);width: 70%; margin: auto;}
}
@media screen and (max-width:480px) {
    #cover-section .main-content-wrap{ padding-left: 15px; padding-right: 15px; }
    #cover-section .bg-wrap{ width:200%; }
    #cover-section .building-obj-wrap::before{ background:url(../image/cover-section/a2-1.png) center bottom no-repeat; background-size: auto 55vh; }
}


/* environment ========================*/
#environment{ background:url(../image/tree-shadow-03.png) bottom 0% right -10% no-repeat,url(../image/tree-shadow-02.png) bottom 40% left -10% no-repeat,url(../image/tree-shadow-01.png) top center no-repeat,url(../image/pattern1.jpg); background-size:50% auto,40% auto,60% auto, 600px auto; position: relative; overflow: hidden; }
#environment .intro_title{ position: relative;}
#environment .intro_title::before{
    content: "";
    background-image: url(../image/mt1.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 630px;
    height: 102px;
    z-index: 2;
    left: -200px;
    bottom: -20%;
    opacity: .7;
}
#environment .paragraph{ position: relative;}
#environment .paragraph::before{
    content: "";
    background-image: url(../image/mt3.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 350px;
    height: 78px;
    z-index: 2;
    right: -80px;
    bottom: 0;
    opacity: .4;
}

#environment article:nth-child(2),#environment article:nth-child(4){ display: flex; align-items: center; justify-content: center; position: relative; }

@media screen and (max-width: 959px){
    #environment article:nth-child(2),#environment article:nth-child(4){ flex-direction: column-reverse; }
    #environment article:nth-child(4){ padding-top: 0;}
}

#environment article:nth-child(2)::before{
    content: "";
    background-image: url(../image/mt3.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 350px;
    height: 78px;
    z-index: 2;
    right: -15%;
    bottom: 20px;
    transform: scaleX(-1);
    opacity: .4;
}
@media screen and (max-width: 959px){
    #environment{ background-size:80% auto,80% auto,90% auto, 600px auto; background-position: bottom 0% right -10%,bottom 40% left -10% ,top left 0% ,center;}
    #environment article:nth-child(2) div:first-child,
    #environment article:nth-child(4) div:first-child{ margin: 0;}
    #environment article:nth-child(2) div:last-child{
        text-align: center;
        margin-top: 90px;
        margin-bottom: 60px;
    }
    #environment article:nth-child(4) div:last-child{ text-align: center; margin-bottom: 60px; }
    .uk-grid{ margin-left: unset;}
    .uk-grid>*{ padding-left:unset;}
}


#environment article:nth-child(2) .intro_title_row,
#environment article:nth-child(4) .intro_title_row{
    font-family:'Noto Serif TC',serif; 
    font-weight: 600; 
    font-size: 2.2rem; 
    margin-bottom: 30px; 
    color: #004e76;
    margin-left: 50px;
    margin-right: -50px;
}
#environment .intro_title_row span{ border-bottom: 1px solid #004e76;}
#environment .intro_title_row span:last-child{ margin-left:1em;}

@media screen and (max-width: 1200px){
    #environment article:nth-child(2) .intro_title_row,#environment article:nth-child(4) .intro_title_row{ font-size: 2rem; }
}
@media screen and (max-width: 1024px){
    #environment article:nth-child(2) .intro_title_row,#environment article:nth-child(4) .intro_title_row{ margin-left: unset; margin:auto; }
}
@media screen and (max-width: 959px){
    #environment article:nth-child(2) .intro_title_row,#environment article:nth-child(4) .intro_title_row{ margin-right: unset; margin:auto; }
}

#environment article:nth-child(2) .paragraph_row,
#environment article:nth-child(4) .paragraph_row{
    font-size: 18px;
    margin-left: 50px;
    margin-right: -50px;
}

@media screen and (max-width: 1200px){
    #environment article:nth-child(2) .paragraph_row,
    #environment article:nth-child(4) .paragraph_row{ font-size: 15px; }
}
@media screen and (max-width: 1024px){
    #environment article:nth-child(2) .paragraph_row,#environment article:nth-child(4) .paragraph_row{ margin-left: unset; margin-right:unset; width: 100%; }
}

@media screen and (max-width: 959px){
    #environment article:nth-child(4) .paragraph_row{ padding-bottom: 20px;}
}

#environment article:nth-child(3){
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

@media screen and (max-width: 959px){
    #environment article:nth-child(3) div:first-child{ text-align: center; margin-bottom: 60px; }
    #environment article:nth-child(3) div:last-child{ margin: 0; }
}

#environment article:nth-child(3) .intro_title_row{
    font-family:'Noto Serif TC',serif; 
    font-weight: 600; 
    font-size: 2.2rem; 
    margin-bottom: 30px; 
    color: #004e76;
}

#environment article:nth-child(3) .intro_title_row span:last-child{ margin-left:3em;}
@media screen and (max-width: 1200px){
    #environment article:nth-child(3) .intro_title_row{ font-size: 2rem; }
}
@media screen and (max-width:480px){
    #environment article:nth-child(4) .intro_title_row span:first-child{ margin-left:-2rem;}
    #environment article:nth-child(3) .intro_title_row span:last-child{ margin-left:0rem;}
}
#environment article:nth-child(3) .paragraph_row{ font-size: 18px;}

@media screen and (max-width: 1200px){
    #environment article:nth-child(3) .paragraph_row{ font-size: 15px; }
}
@media screen and (max-width: 1024px){
    #environment article:nth-child(3) .paragraph_row{
        margin-right: -20px;
    }
}
@media screen and (max-width: 959px){
    #environment article:nth-child(3) .paragraph_row{
        margin-right: unset;
        padding-bottom: 20px;
    }
}

#environment article:nth-child(3) div:nth-child(2){ margin-right: -25px;}
@media screen and (max-width: 959px){
    #environment article:nth-child(3) div:nth-child(2){ margin-right: unset; }
}

/* Dots */
#environment article:nth-child(3) .slick-dotted.slick-slider,
#environment article:nth-child(4) .slick-dotted.slick-slider{ margin-bottom: 30px;}
#environment article:nth-child(3) .slick-dots {
    position: absolute;
    bottom: 10%;
    left: -46%;
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
}
@media screen and (max-width: 959px){
    #environment article:nth-child(3) .slick-dots{
        bottom: unset;
        top: -50px;
        left: calc(50% + -30px);
    }
}
#environment article:nth-child(4) .slick-dots{
    position: absolute;
    bottom: 10%;
    right: -235px;
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
}
@media screen and (max-width: 1200px){
    #environment article:nth-child(4) .slick-dots{
        right: -225px;
    }
}
@media screen and (max-width: 1024px){
    #environment article:nth-child(4) .slick-dots{
        right: -175px;
    }
}
@media screen and (max-width: 959px){
    #environment article:nth-child(4) .slick-dots{
        bottom: unset;
        right: unset;
        top: -50px;
        left: calc(50% + -75px);
    }
}
#environment article:nth-child(3) .slick-dots li,
#environment article:nth-child(4) .slick-dots li
{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
#environment article:nth-child(3) .slick-dots li button,
#environment article:nth-child(4) .slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
#environment article:nth-child(3) .slick-dots li button:hover,
#environment article:nth-child(3) .slick-dots li button:focus,
#environment article:nth-child(4) .slick-dots li button:hover,
#environment article:nth-child(4) .slick-dots li button:focus
{
    outline: none;
}
#environment article:nth-child(3) .slick-dots li button:hover:before,
#environment article:nth-child(3) .slick-dots li button:focus:before,
#environment article:nth-child(4) .slick-dots li button:hover:before,
#environment article:nth-child(4) .slick-dots li button:focus:before
{
    opacity: 1;
}
#environment article:nth-child(3) .slick-dots li button:before,
#environment article:nth-child(4) .slick-dots li button:before
{
    font-family: 'slick';
    font-size: 50px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .4;
    color: #004e76;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#environment article:nth-child(3) .slick-dots li.slick-active button:before,
#environment article:nth-child(4) .slick-dots li.slick-active button:before
{
    opacity: 1.0;
    color:#004e76;
}

#environment .slick-arrow{
    display: none !important;
}

/* building-outer-view ========================*/
#building-outer-view{ position: relative; overflow: hidden;}
#building-outer-view::before{ background:url(../image/building/sky.jpg)center bottom no-repeat;background-size: auto 100%; display: none;}
#building-outer-view .main-pic-wrap{ position: relative; }
#building-outer-view .sky, #building-outer-view .building-view{ width: 100%;}
#building-outer-view .sky{ position: absolute; bottom: 0%; left: 0%; z-index: -1;}
#building-outer-view article{ position: absolute; top: 0%; right:0%; width: 40%;}
#building-outer-view .intro_title,#building-outer-view .paragraph { color: #fff; }
#building-outer-view .deco-circle{ opacity: 0.8;}
#building-outer-view .circle-anime{ stroke:#fff; }

/* cloud-anime start */
.cloud-wrap{ display: flex; position: absolute; width: 100%; bottom:20%; left: 50%; z-index: -1; transform:translateX(-50%); animation: 60s cloudGo linear infinite; transition: 0.5s;}
.cloud-wrap img{ width:100vw; height: auto; max-width: unset;}
@keyframes cloudGo {
  0% {-webkit-transform: translate3d(-1000px, 10%, 0); opacity: 0;}
  10% {opacity:1;}
  90% {opacity:1;}
  100% {-webkit-transform: translate3d(-1500px, 10%, 0);  opacity: 0;} 
}
/* cloud-anime end */
/* bird-anime start */
.bird {
	background-image: url(../image/building/bird-cells-new.svg);
	background-size: auto 100%;
	width: 88px;
	height: 125px;
	will-change: background-position;
	animation-name: fly-cycle;
	animation-timing-function: steps(10);
    animation-iteration-count: infinite;
}
.bird--one { animation-duration: 1s; animation-delay: -0.5s;}
.bird--two { animation-duration: 0.9s; animation-delay: -0.75s; opacity: 0.7;}
.bird--three { animation-duration: 1.25s; animation-delay: -0.25s;}
.bird--four { animation-duration: 1.1s; animation-delay: -0.5s; opacity: 0.5;}
.bird-container {
	position: absolute;
	top: 20%;
	left: -10%; transform: scale(0) translateX(10vw); opacity: 0;
	will-change: transform;
	animation-name: fly-right-one;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
    z-index: 0;
}
.bird-container--one { animation-duration: 20s; animation-delay: 0;}
.bird-container--two { animation-duration: 21s; animation-delay: 1s;}
.bird-container--three { animation-duration: 19.6s; animation-delay: 5.5s;}
.bird-container--four { animation-duration: 21s; animation-delay: 6.25s;}
.bird-container--five { animation-duration: 22s; animation-delay: 8s; animation-name: fly-right-two; }
.bird-container--six { animation-duration: 22.5s; animation-delay: 10s; animation-name: fly-right-two; }
@keyframes fly-cycle {
	100% {background-position: -900px 0;}
}
@keyframes fly-right-one {
	0% {transform: scale(0.3) translateX(15vw);opacity:0;}
	10% {transform: translateY(2vh) translateX(15vw) scale(0.4);opacity:1;}
	20% {transform: translateY(0vh) translateX(25vw) scale(0.5);}
	30% {transform: translateY(4vh) translateX(35vw) scale(0.6);}
	40% {transform: translateY(2vh) translateX(45vw) scale(0.6);}
	50% {transform: translateY(0vh) translateX(55vw) scale(0.6);}
	60% {transform: translateY(2vh) translateX(65vw) scale(0.6);}
	70% {transform: translateY(4vh) translateX(75vw) scale(0.6);}
	80% {transform: translateY(0vh) translateX(85vw) scale(0.6);}
	90% {transform: translateY(2vh) translateX(95vw) scale(0.6);opacity:1;}
	100% {transform: translateY(0vh) translateX(105vw) scale(0.6);opacity:0;}
}
@keyframes fly-right-two {
	0% {transform: translateY(-2vh) translateX(10vw) scale(0.5);opacity:0;}
	10% {transform: translateY(0vh) translateX(10vw) scale(0.4);opacity:1;}
	20% {transform: translateY(-4vh) translateX(20vw) scale(0.6);}
	30% {transform: translateY(1vh) translateX(30vw) scale(0.45);}
	40% {transform: translateY(-2.5vh) translateX(40vw) scale(0.5);}
	50% {transform: translateY(0vh) translateX(50vw) scale(0.45);}
	60% {transform: translateY(0vh) translateX(60vw) scale(0.45);}
	70% {transform: translateY(0vh) translateX(70vw) scale(0.45);}
	80% {transform: translateY(0vh) translateX(80vw) scale(0.45);}
	90% {transform: translateY(0vh) translateX(90vw) scale(0.45);opacity:1;}
	100% {transform: translateY(0vh) translateX(100vw) scale(0.45);opacity:0;}
}
/* bird-anime end */
@media screen and (min-width:960px) {
    #building-outer-view article{ top: 10%;}
}
@media screen and (max-width:959px) {
    #building-outer-view{ background:none; }
    #building-outer-view::before{ content:''; width: 100%; height: 100%; position: absolute; top: 0%; left: 0%; background:url(../image/building/sky.jpg)center bottom no-repeat; background-size: auto 100%; display: block; z-index: -2;}
    #building-outer-view article{ position: unset; width: auto; padding-top: 90px;}
    #building-outer-view .main-pic-wrap{ display: flex; flex-direction: column-reverse;}
    #building-outer-view .sky{ display: none;}
    #building-outer-view .building-view{ width: 120%; max-width: 120%; margin-left: -10%;}
    .cloud-wrap{ width: auto; bottom: 10%; z-index: 0; animation: 30s cloudGo linear infinite; z-index: -1;}
    .cloud-wrap img{ width:100vmin;}
    @keyframes cloudGo {
      0% {-webkit-transform: translate3d(-100vw, 10%, 0); opacity: 0;}
      10% {opacity:1;}
      90% {opacity:1;}
      100% {-webkit-transform: translate3d(-180vw, 10%, 0);  opacity: 0;} 
    }
    .bird-container--one { animation-duration: 10s; animation-delay: 0; display: none;}
    .bird-container--two { animation-duration: 11s; animation-delay: 1s;}
    .bird-container--three { animation-duration: 9.6s; animation-delay: 4s;}
    .bird-container--four { animation-duration: 11s; animation-delay: 6s; display: none;}
    .bird-container--five { animation-duration: 12s; animation-delay: 7s; animation-name: fly-right-two; }
    .bird-container--six { animation-duration: 12.5s; animation-delay:8s; animation-name: fly-right-two; display: none; }
    .bird-container {
        position: absolute;
        top: unset;
        bottom: 30%;
        left: -20%; transform: scale(0) translateX(10vw); opacity: 0;
        will-change: transform;
        animation-name: fly-right-one;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
        z-index: -1;
    }
}

/* public-obj ========================*/
#public-obj{ background:url(../image/tree-shadow-05.png) top right -10% no-repeat,url(../image/tree-shadow-02.png) bottom -20% left 0% no-repeat,url(../image/pattern1.jpg); background-size:50% auto,auto 90%, contain; position: relative; overflow: hidden; }
#public-obj .intro-article li{ flex-direction: row; }
#public-obj .public-view { position: relative; }
#public-obj .public-view .slick-prev,#public-obj .public-view .slick-next{ position: absolute;top:50%;transform: translateY(-50%);background-color:#b8a375 ; color: #fff; z-index: 10; border: 1px solid #b8a375; filter: drop-shadow(0px 2px 3px rgba(0,0,0,0.4));}
#public-obj .public-view .slick-prev{ left:-10px ;}
#public-obj .public-view .slick-next{ left: unset; right:-10px;}
#public-obj ul{ padding-left: 0px !important; }
#public-obj .public-view .slick-dots{ display: flex; flex-direction: row; }
#public-obj .slick-dots li button{ color: transparent; border: 1px solid #b8a375; border-radius: 50px; height:10px; width: 10px;}
#public-obj .slick-dots li { margin-right: 5px;}
#public-obj .slick-dots .slick-active button{ background:#b8a375 !important;}
@media screen and (max-width:1023px) {
    #public-obj{ background:url(../image/tree-shadow-02.png) bottom -20% left 0% no-repeat,url(../image/pattern1.jpg); background-size:auto 90%, contain;}
}
@media screen and (max-width:959px) {
    #public-obj > .uk-flex{ flex-direction: column; }
    #public-obj .public-view .slick-dots{ justify-content: center; }
}
/* construction ========================*/
#construction{ position: relative ;background:url('../image/bg-light.png') no-repeat;background-size: cover; overflow: hidden;}
#construction .outer-wrap{ background:url('../image/pattern1.jpg'); margin-top: 6vmax;margin-bottom: 0;}
#construction .team-info-wrap{  padding-bottom: 8vmax; position: relative; border-width: 2px; border-style: solid; border-image: linear-gradient( to bottom,#b8a375, #b8a37500) 1 100%; margin: auto; margin-bottom: 0px;}
#construction .team-info-wrap::before{content: '';position: absolute;width: 100%;height:2px; background: #b8a375; top:calc(0% - 2px) ; left: 0%;}
#construction .main-content-wrap h2::before{display: none;}
#construction .main-content-wrap h2::after{left:0vmin; width: 100%; height: 300%; }
.team-info h3 {margin-bottom: 0px;}
.team-info h3 img{width: 70%;}
#construction .paragraph{ position: relative;}
#construction .paragraph::after{
    content: '';
    position: absolute;
    left:-20%;
    bottom: 0%;
    width:500%;
    height: 30%;
    background:url('../image/mt3.png') center bottom no-repeat;
    background-size: contain;
    opacity: 0.5;
}
.team-name{ font-family:'Noto Sans TC',sans-serif; font-weight: 700; font-size: 1.5rem; color: #fff;margin-top: 20px;}
.team-info-detail h3,.team-info-detail h4,.team-info-detail p{ color: #b8a375;}
.team-info-detail h4{ font-family:'Noto Serif TC',serif; font-weight:700; font-size: 1.5rem; margin-top: 5px; margin-bottom: 20px;}
.team-info-detail p{ text-align: justify;}
.case-wrap{ padding-left:30px;}
.case-wrap,.case{  margin-right: 0%;}
.case li img{ width: 100%; max-width: unset;}
.case .slick-slide{ padding:5px;}
.case .slick-dots{ padding-left:0px; justify-content: left; position: absolute; top:-50px; right:10%; display: flex;}
.case .slick-dots li button{ color: transparent; border: 1px solid #b8a375; border-radius: 50px; height:10px; width: 10px;}
.case .slick-dots li { margin-right: 5px;}
.case .slick-dots .slick-active button{ background:#b8a375 !important;}
#construction .slick-prev, #construction .slick-next{ position: absolute; bottom:-50px; left:0px ; color: #b8a375; z-index: 10;border: 1px solid #b8a375;}
#construction .slick-next{ bottom:-50px !important; left:60px ;}
@media screen and (max-width:1200px) {
}
@media screen and (max-width:1199px) {
    #construction .outer-wrap .uk-padding-remove-bottom{ padding-right:0px; padding-left:0px;}
    #construction .outer-wrap{ padding: 90px 60px 30px 60px;}
    #construction .team-info-wrap{ margin-top: 90px; margin-left: 0px; margin: auto; padding-top: 60px;}
    .case-wrap,.case{  margin-right:0%;}
    .case .slick-dots{  position: unset; padding-left:0px; justify-content: center; top:unset; left: 0px; bottom:0px; right: 0px;}
    .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;}
    #construction .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:959px) {
    #construction .outer-wrap{ flex-direction: column; padding: 90px 30px 30px 30px; }
    .case-wrap{ padding-left:0px;}
}
@media screen and (max-width:767px) {
    #construction .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:last-of-type{padding-left: 0px;}
    #construction .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) {
    #construction .team-info-wrap{ height: auto; padding-right: 20px; padding-left: 20px; padding-top: 40px;}
    .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:last-of-type{padding-left: 0px;}
    #construction .outer-wrap{ flex-direction: column; padding: 60px 15px 30px 15px; margin-top: 0px;}
    #construction .outer-wrap .uk-padding-remove-bottom{ padding-right:0px; padding-left:0px;}
    #construction .case{ margin-left:-13%; margin-right:-13%; }
}


/* contact-form ========================*/
#contact-form { 
    position: relative; 
    background:url(../image/bg-leaf-form-top.png) no-repeat,url(../image/bg-leaf-form-bottom.svg) no-repeat,url(../image/pattern1.jpg); 
    background-position:left top , right -30% top 70%, center; 
    background-size: auto 70%,50% auto,contain; overflow: hidden; padding-top: 90px;
}
#contact-form::after{
    content: '';
    position: absolute;
    background-image: url(../image/bg-deco-mt-right.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 800px;
    height: 200px;
    left: 0;
    bottom: 0;
    z-index: 2;
    opacity: .4;
    transform: scaleX(-1);
}
#contact-form .form-wrap { position: relative; z-index: 10; padding-top: 60px; padding-right: 60px;}
@media screen and (max-width: 959px){
    #contact-form { 
        position: relative; 
        background:url(../image/bg-leaf-form-top.png) no-repeat,url(../image/bg-leaf-form-bottom.svg) no-repeat,url(../image/pattern1.jpg); 
        background-position:left top , left 70% bottom -10%, center; 
        background-size: auto 50%,auto 50% ,contain; overflow: hidden; padding-top: 90px;
    }
    #contact-form .form-wrap{
        padding: 60px;
    }
}
#contact-form .form-wrap::before{
    content: '';
    position: absolute;
    top: -30px;
    right: -12px;
    height: calc(100% + 100px);
    width: calc(100% + 12px);
    border: 6px solid#b8a375;
    pointer-events: none;
    -moz-border-image: -moz-linear-gradient(top, #c49760 0%,#c4976052 50%, #c4976000 100%);
    -webkit-border-image: -webkit-linear-gradient(top, #c49760 0%,#c4976052 50%, #c4976000 100%);
            border-image: linear-gradient(to bottom, #c49760 0%,#c4976052 50%, #c4976000 100%);
    border-image-slice: 1;
}
#contact-form .main-content-wrap h2::after{left:0vmin; width: 100%; height: 500%; background-size: contain; top: -10vmin;}
#contact-form fieldset { width: 100%; border: none; }
#contact-form fieldset form { width: 100%; }
#contact-form fieldset form .control-group { margin-bottom: 20px; }
#contact-form fieldset form .control-group input { border:none; border-bottom: 1px solid #A8925E; border-radius: 0px; -webkit-appearance: none; -moz-appearance: none; appearance: none;}
#contact-form fieldset form .control-group input[type=radio], #contact-form fieldset form .control-group input[type=checkbox] { width: 22px; height: 22px; border:1px solid #A8925E !important; }
#contact-form fieldset form .control-group label, #contact-form fieldset form .control-group input[type=radio], #contact-form fieldset form .control-group input[type=checkbox] { font-size: 1rem; vertical-align: middle; }
#contact-form fieldset form .control-group input:not([type=radio]):not([type=checkbox]) { font-size: 1rem; width: 100%; padding: 16px 0px; background-color: transparent;}
#contact-form fieldset form .control-group input[type=radio]{border-radius: 20px;}
#contact-form fieldset form .control-group input[type=checkbox]{border-radius: 5px;}
#contact-form fieldset form .control-group input[type=text]:focus { border: 1.5px solid #c49760; outline: none; }
#contact-form 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;}
#contact-form 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);} 
#contact-form 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){
    #contact-form .form-wrap { position: relative; z-index: 10; padding-top: 60px; padding-right: 60px;}
    #contact-form .form-wrap::before{ top: -30px; right: -12px; height:calc(100% + 90px);}
    #contact-form .form-wrap::after{ top: -30px; right: 0px; height:calc(100% + 90px) ; width:calc(175% + 60px); }
    #contact-form::after{
        content: '';
        position: absolute;
        background-image: url(../image/bg-deco-mt-right.png);
        background-size: 100% auto;
        background-position: left bottom;
        background-repeat: no-repeat;
        width: 90%;
        height: 200px;
        left: 0;
        bottom: 0;
        z-index: 2;
        opacity: .4;
        transform: scaleX(-1);
    }
} 
/* @media screen and (max-width: 767px){
    #contact-form .form-wrap { position: relative; z-index: 10; padding-top: 60px; padding-right: 60px; padding-left:60px;}
    #contact-form .form-wrap::before{ top: 0px; right: 0px; height:calc(100%) ; width:calc(100%); }
    #contact-form .form-wrap::after{ top: 0px; right: 0px; height:calc(100%) ; width:calc(100% - 2px); }
    #contact-form .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){
    #contact-form .form-wrap { padding-left:30px;  padding-right:30px;}
    #contact-form fieldset form .control-group #send { width: 100%; } 
}
@media screen and (max-width: 400px){
    #contact-form .form-wrap { padding: 0; padding-top: 60px;}
    #contact-form .uk-grid{width: 90%; margin: auto;}
}
#contact-form fieldset form .control-group #Send:hover { background: #c49760; transition: 0.5s; }

/* hiko fix */

#contact-form fieldset form div:nth-child(1){
    margin-bottom: 40px;
}
#contact-form fieldset form div:nth-child(2) input:not([type=radio]):not([type=checkbox]),
#contact-form fieldset form div:nth-child(3) input:not([type=radio]):not([type=checkbox]){
    padding: unset;
    height: 30px;
}
#contact-form fieldset form div:nth-child(4){
    margin-top: 50px;
}

#contact-form fieldset form div:nth-child(5) input:not([type=radio]):not([type=checkbox]){
    background-color:#c49760;
    border-radius: 9px;
    color: #fff;
    width: 300px;
}
@media screen and (max-width: 959px){
    #contact-form fieldset form div:nth-child(5){
        margin-top: 50px;
    }
}

#contact-form input[type="radio"],
#contact-form input[type="checkbox"] {
    /* remove standard background appearance */
    -webkit-appearance: none; 
    -moz-appearance: none;
    appearance: none;
    /* create custom radiobutton appearance */
    display: inline-block;
    width: 25px;
    height: 25px;
    padding: 6px;
    /* background-color only for content */
    background-clip: content-box;
    border-radius: 50%;
}
  
/* appearance for checked radiobutton */
#contact-form input[type="radio"]:checked,
#contact-form input[type="checkbox"]:checked {
    background-color: #c49760;
}
/* optional styles, I'm using this for centering radiobuttons */

#contact-form .flex { display: flex; align-items: center;}
#contact-form .form-horizontal h3{ margin:auto; margin-bottom: 30px; }
#contact-form label{ font-weight:600;}

/* footer ========================*/
#footer {
    font-family: 'Noto Serif TC',serif;
    background-image: url(../image/bg-dark.jpg);
    background-size: cover;
    line-height: 1.6;
    color: #c5b691;
}
#footer .ft_contact{ padding-top: 90px; padding-bottom: 40px; margin: auto;}
#footer .ft_contact div{position: relative; text-align: center; }
#footer .ft_contact > div{ padding: 0; margin: auto;}
#footer .ft_contact span{ display: block; text-align: center;}
#footer .ft_contact .logo{ width: 100%;}
#footer .ft_contact .info-title{font-style: 18px;}
#footer .ft_contact .tel{ 
    -webkit-appearance: none; 
    -moz-appearance: none;
    appearance: none;
    font-size:30px;
    font-weight: 600;
    font-style:italic;
    line-height: 1;
}
#footer .ft_contact .address-detail{  font-size:24px; line-height: 1.2; font-weight: 600;}
#footer .ft_contact div:nth-child(1) div::after,
#footer .ft_contact div:nth-child(2) div::after,
#footer .ft_contact div:nth-child(3) div::after{
    content: '';
    height: 80px;
    width: 0px;
    border-right: 1px solid #c5b691;
    position: absolute;
    right: 0%;
    top: 50%;
    transform: translateY(-50%);
}
#footer .copyright{
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 14px;
    color: #c5b691;
}
@media screen and (max-width: 1200px){
    #footer .ft_contact .tel{ 
        font-size:calc(1.5vmax + 5px);
    }
    #footer .ft_contact .address-detail{ 
        font-size:calc(1.5vmax);
    }
}
@media screen and (max-width: 959px){
    #footer .ft_contact .logo{ width: 50%;}
    #footer .ft_contact{
        flex-direction: column;
        justify-content: center;
    }
    #footer .ft_contact div:nth-child(1) div::after,
    #footer .ft_contact div:nth-child(2) div::after,
    #footer .ft_contact div:nth-child(3) div::after{
        /* bottom:calc(0% - 3px) ; right: unset; top: unset; left: 50%; transform: translate(-50%,0%) rotateZ(45deg); width: 5px; height: 5px; border: none; background: #c5b691; */
        display: none;
    }
    #footer .ft_contact .info-card:nth-of-type(2) .uk-card,
    #footer .ft_contact .info-card:nth-of-type(3) .uk-card,
    #footer .ft_contact .info-card:nth-of-type(4) .uk-card{
        padding-bottom: 0px;
    }
    #footer .ft_contact .tel{ font-size:calc(2.5vmax + 20px) ; line-height: unset; }
    #footer .ft_contact .address-detail{ font-size:calc(2vmax + 15px) ; }
}
@media screen and (max-width: 639px){
    #footer .ft_contact .tel{
        font-size:24px;
    }
    #footer .ft_contact .address-detail{ font-size:21px ; }
    #footer .copyright{ padding-bottom: 90px; }
}
@media screen and (max-width: 480px){
    #footer .ft_contact .logo{ width: 100%;}
}

