/* CSS Document */
.contact_bot{
    position: absolute;
    left: 0;
    bottom: 30%;
    width: 100%;
}
.ds2_3 .btn_list {
    bottom: 9%;
}
.ds2_2 .slideshow_con,.ds2_3 .slideshow_con{
    width: 56%;
    display: inline-block;
}
.ds2_2 .txt,.ds2_3 .txt{
    width: 44%;
    display: inline-block;
    float: right;
}
#ds3 .ds2_1 .txt{
    width: 46%;
    display: inline-block;
    float: left;
}
.ds2_1 .txt{
    width: 44%;
    display: inline-block;
    float: left;
}
.ds2_1 .slideshow_con{
    width: 56%;
    display: inline-block;
}
#ds3 .ds2_1 .slideshow_con{
    width: 54%;
    display: inline-block;
}
#index_con h1{
    margin: 0;
}
.gif{
    filter: blur(1px);
    opacity: 0.8;
}
.c1,.c2{
    position: absolute;
    left: 0;
    bottom: 0;
}
.c1 {
    animation: cc1 3s infinite ease-in;
    -moz-animation: cc1 3s infinite ease-in;
    -webkit-animation: cc1 3s infinite ease-in;
    -o-animation: cc1 3s infinite ease-in;
}
.c2 {
    animation: cc2 3s infinite ease-in;
    -moz-animation: cc2 3s infinite ease-in;
    -webkit-animation: cc2 3s infinite ease-in;
    -o-animation: cc2 3s infinite ease-in;
}
@keyframes cc1{
    0%{
        transform: translateY(0);
    }
    60%{
        transform: translateY(2em);
    }
    100% {
        transform: translateY(0);
    }
}
@keyframes cc2{
    0%{
        transform: translateY(2em);
    }
    60%{
        transform: translateY(0);
    }
    100% {
        transform: translateY(2em);
    }
}
.bg_bottom{
    width: 209px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.ds2_1 .uk-dotnav{
    margin-left: 0;
}
.e_tit{
    width: 86.5px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.ds2_1 .e_tit{
    width: 138px;
    position: absolute;
    right:0;
    top: 0;
    z-index: 1;
    left: inherit;
}
.go_btn{
    position: absolute;
    left: 13.8%;
    bottom: 8.6%;
    width: 7.3%;
    z-index: 1;
}
#index_con{
    padding-top: 0%;
    background: #ECB700;
}
.ds2_2 .pic_tit{
    right: 150px;
    bottom:8.5%;
    left: initial;
    text-align: right;
}
.ds2_3 .pic_tit{
    right: 150px;
    bottom:8.5%;
    left: initial;
    text-align: right;
}
.ds2_2 .uk-dotnav {
    margin: 0 0 15% 0;
}
.ds2_2 .btn_item{
    position: absolute;
    bottom: 0;
    left: -61px;
}
.ds2_3 .btn_item {
    position: absolute;
    bottom: -9px;
    left: -70px;
}
.btn_list {
    right: 0;
    position: absolute;
    bottom: 8%;
}
#ds3 .ds2_1 .btn_list {
}
#ds3 .ds2_1 .pic_tit {
}
.ds2_1 .btn_list {
    left: 0;
    position: absolute;
    bottom: 5px;
}
.ds2_1 .pic_tit{
    left: 130px;
    bottom: 30px;
    text-align: left;
}
#ds3 .ds2_1 .uk-slideshow-nav.uk-dotnav li,#ds5 .uk-slideshow-nav.uk-dotnav li{
    width: 20%;
}
#ds6 .uk-slideshow-nav.uk-dotnav li{
    width: 33%;
}
.ds2_1 .uk-slideshow-nav.uk-dotnav li{
    width: 25%;
}
.ds2_2 .uk-slideshow-nav.uk-dotnav li{
    width: 16%;
}
.ds2_3 .uk-slideshow-nav.uk-dotnav li{
    width: 20%;
}
.ds2_1 .btn_item{
    position: relative;
    left: 75px;
    bottom: 20px;
}
.uk-dotnav li.uk-active a:after , .uk-dotnav li:hover a:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: #ECB700;
    height: 20px;
    animation-name:oxxo;
    animation-duration:2s;
    animation-iteration-count:1;
    animation-fill-mode: forwards;
}
#ds3 .uk-dotnav li.uk-active a:after,#ds3 .uk-dotnav li:hover a:after{
    background: #ffffff;
}
@keyframes oxxo{
    from{
        width: 10%;
    }
    to{
        width:100px;
    }
}
.btn_list{width: 60px;}
.btn_item svg{
    width: 10px;
    height: auto;
}
.pic_tit {
    font-size: 14px;
    left: inherit;
    width: auto;
}
.uk-slideshow-nav.uk-dotnav li {
    position: relative;
    background: transparent;
    padding-left: 0;
    margin-bottom: 3px;
    width: 21px;
}
.uk-slideshow-nav.uk-dotnav li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    background: #ECB700;
    width: 100%;
    height: 1px;
}
#ds5 .uk-slideshow-nav.uk-dotnav li:before,#ds6 .uk-slideshow-nav.uk-dotnav li:before{
    background: #ffffff;
}
.slideshow_con .uk-dotnav>*>*,.uk-position-relative .uk-dotnav>*>*{
    width: 100%;
    border-radius: 0;
    height: 6px;
    background-color: transparent !important;
    border-color: transparent !important;
    border: 0;
}
.uk-slideshow-nav a{
    position: relative;
}

.uk-dotnav li.uk-active a:after,.uk-dotnav li:hover a:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: #ECB700;
    height: 20px;
    animation-name:oxxo;
    animation-duration:2s;
    animation-iteration-count:1;
    animation-fill-mode: forwards;
}
#ds5 .uk-dotnav li.uk-active a:after,#ds5 .uk-dotnav li:hover a:after,#ds6 .uk-dotnav li.uk-active a:after,#ds6 .uk-dotnav li:hover a:after{
    background: #ffffff;
}
.btn_item {
    position: absolute;
    left: -18%;
    bottom: 19%;
}
.btn_item .uk-slidenav:hover {
    color: #ECB700;
}
.uk-icon.uk-slidenav-next, .uk-icon.uk-slidenav-previous {
    border-radius: 50%;
    border: 1px solid #0087D0;
    color: #ECB700;
    background: #0087D0;
    position: relative;
}
.btn_item .uk-icon.uk-slidenav-previous,.btn_item .uk-icon .uk-icon.uk-slidenav-next{
    color: #ECB700;
}
.uk-icon.uk-slidenav-previous:after{
    content:'';
    position: absolute;
    left: 41%;
    top:  calc(50% - 1px);
    width: 61px;
    height: 1px;
    background: #ECB700;
}
.uk-icon.uk-slidenav-next:after{
    content:'';
    position: absolute;
    right: 41%;
    top: calc(50% - 1px);
    width: 61px;
    height: 1px;
    background: #ECB700;
}
.slideshow_con .uk-dotnav>*>*, .uk-position-relative .uk-dotnav>*>* {
    width: 100%;
    border-radius: 0;
    height: 6px;
    background-color: transparent !important;
    border-color: transparent !important;
    border: 0;
}
.pic_tit {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #484A48;
    z-index: 1;
    font-family: "Microsoft JhengHei";
    letter-spacing: 0.5px;
    width: 100%;
}
.hand {
    position: absolute;
    top: calc(60% - 60px);
    left: calc(50% - 60px);
    width: 120px;
    display: inline-block;
}
.hand img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.hand_img {
    -ms-animation: mm1 2s infinite ease-in-out;
    -o-animation: mm1 2s infinite ease-in-out;
    -moz-animation: mm1 2s infinite ease-in-out;
    -webkit-animation: mm1 2s infinite ease-in-out;
    animation: mm1 2s infinite ease-in-out;
}
.hand_img {
    -ms-animation: mm1 2s infinite ease-in-out;
    -o-animation: mm1 2s infinite ease-in-out;
    -moz-animation: mm1 2s infinite ease-in-out;
    -webkit-animation: mm1 2s infinite ease-in-out;
    animation: mm1 2s infinite ease-in-out;
}
@keyframes mm1 {
    0% {
        -moz-transform: translateX(-5px);
        -webkit-transform: translateX(-5px);
        -o-transform: translateX(-5px);
        -ms-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    50% {
        -moz-transform: translateX(5px);
        -webkit-transform: translateX(5px);
        -o-transform: translateX(5px);
        -ms-transform: translateX(5px);
        transform: translateX(5px);
    }
    100% {
        -moz-transform: translateX(-5px);
        -webkit-transform: translateX(-5px);
        -o-transform: translateX(-5px);
        -ms-transform: translateX(-5px);
        transform: translateX(-5px);
    }
}
.map_con .uk-width-1-2 {
    width: 72.9%;
}
#ds5,#ds6{
    background: #ebb701;
}
#ds4{
    background:#C7D1D8;
}
#ds1{
    background:#0259FF;
}
#ds3{
    background: #ECB700;
}
#ds2{
    background: #ffffff;
}
nav {
    position: fixed;
    z-index: 9;
    bottom: 2%;
    width: 5%;
    display: flex;
    align-items: center;
    background: transparent;
    flex-direction: column;
    min-width: 80px;
    flex-wrap: nowrap;
    right: 0;
}
nav ul li {
    text-align: revert-layer;
    display: inline-block;
    width: 100%;
    position: relative;
    float: left;
    padding: 0 5%;
    background: #3E100E;
    border-radius: 15% 0 0 15%;
    margin: 0 0 10% 0;
}
nav svg.uk-svg {
    color: #FFFFFF;
    width: 90%;
    padding: 5%;
}
#ds3 svg.uk-svg ,#contact svg.uk-svg {
    color: #3E100E;
}
nav ul.menu {
    width: 100%;
    float: right;
    margin: 0 3% 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}
h1.logo {
    width: 27.5%;
    margin: 0 8% 0 0;
}
.lig1{
    -ms-animation: li1 2s infinite linear;
    -o-animation: li1 2s infinite linear;
    -moz-animation: li1 2s infinite linear;
    -webkit-animation: li1 2s infinite linear;
    animation: li1 2s infinite linear;
}
.lig2{
    -ms-animation: li2 2s infinite linear;
    -o-animation: li2 2s infinite linear;
    -moz-animation: li2 2s infinite linear;
    -webkit-animation: li2 2s infinite linear;
    animation: li2 2s infinite linear;
}
@keyframes li1 {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
@keyframes li2 {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
.flower{
    -ms-animation: l2 5s infinite linear;
    -o-animation: l2 5s infinite linear;
    -moz-animation: l2 5s infinite linear;
    -webkit-animation: l2 5s infinite linear;
    animation: l2 5s infinite linear;
    transform-origin: 44% 93%;
    bottom: 0;
    left: 0;
    position: absolute;
}
.flower2{
    -ms-animation: l1 5s infinite linear;
    -o-animation: l1 5s infinite linear;
    -moz-animation: l1 5s infinite linear;
    -webkit-animation: l1 5s infinite linear;
    animation: l1 5s infinite linear;
    transform-origin: 50% 100%;
    bottom: -10%;
    left: 0;
    position: absolute;
}
.flower3{
    -ms-animation: l1 5s infinite linear;
    -o-animation: l1 5s infinite linear;
    -moz-animation: l1 5s infinite linear;
    -webkit-animation: l1 5s infinite linear;
    animation: l1 5s infinite linear;
    transform-origin: 52% 88.5%;
    bottom: 0;
    left: 0;
    position: absolute;
}
.flower4{
    -ms-animation: l2 8s infinite linear;
    -o-animation: l2 8s infinite linear;
    -moz-animation: l2 8s infinite linear;
    -webkit-animation: l2 8s infinite linear;
    animation: l2 8s infinite linear;
    transform-origin: 43% 68%;
    bottom: 0;
    left: 0;
    position: absolute;
}
.flower5{
    -ms-animation: l1 8s infinite linear;
    -o-animation: l1 8s infinite linear;
    -moz-animation: l1 8s infinite linear;
    -webkit-animation: l1 8s infinite linear;
    animation: l1 8s infinite linear;
    transform-origin: 63.5% 44.7%;
    bottom: 0;
    left: 0;
    position: absolute;
}
.flower6{
    -ms-animation: l3 8s infinite linear;
    -o-animation: l3 8s infinite linear;
    -moz-animation: l3 8s infinite linear;
    -webkit-animation: l3 8s infinite linear;
    animation: l3 8s infinite linear;
    bottom: 0;
    left: -9%;
    position: absolute;
}
.flower7{
    -ms-animation: l4 8s infinite linear;
    -o-animation: l4 8s infinite linear;
    -moz-animation: l4 8s infinite linear;
    -webkit-animation: l4 8s infinite linear;
    animation: l4 8s infinite linear;
    bottom: 0;
    right: -10%;
    position: absolute;
}
.flower8{
    -ms-animation: l1 5s infinite linear;
    -o-animation: l1 5s infinite linear;
    -moz-animation: l1 5s infinite linear;
    -webkit-animation: l1 5s infinite linear;
    animation: l1 5s infinite linear;
    transform-origin: 82.5% 100%;
    bottom: -2%;
    right: -10%;
    position: absolute;
}
@keyframes l4 {
    0% {
        transform: translateY(35px);
    }

    50% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(35px);
    }
}
@keyframes l3 {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(35px);
    }

    100% {
        transform: translateY(0);
    }
}
@keyframes l1 {
    0% {
        transform: rotate(0deg) ;
    }

    50% {
        transform: rotate(-5deg)  skewY(-5deg);
    }

    100% {
        transform: rotate(0deg) ;
    }
}
@keyframes l2 {
    0% {
        transform: rotate(0deg) ;
    }

    50% {
        transform: rotate(5deg)  skewY(5deg);
    }

    100% {
        transform: rotate(0deg) ;
    }
}
.tel_link{
    position: absolute;
    right: 9%;
    top: 1.5%;
    width: 49%;
    height: 195px;
    z-index: 1;
}
.svg{
    filter: blur(2px);
    opacity: 0.7;
}
#index_con svg line{
    color: #FFEABB;
}
#main{
    display: block;
    margin: 0 auto;
    background: #b0b2b3;
    padding: 0;
}
.back_index{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
#contact{
    background:#C8C8C4;
}
body{
    background: #353535;
    font-size: 16px;
    padding-bottom: 0;
    font-family:"Microsoft JhengHei";
}
#ds3 .ds2_1 .uk-icon.uk-slidenav-next:after,#ds5 .uk-icon.uk-slidenav-next:after {
    background: #FFFFFF;
}
#ds3 .ds2_1 .uk-icon.uk-slidenav-next:after,#ds5 .uk-icon.uk-slidenav-next:after {
    background: #FFFFFF;
}
#ds3 .ds2_1 .uk-slideshow-nav.uk-dotnav li:before {
    background: #FFFFFF;
}
#ds3 .uk-icon.uk-slidenav-next{
    color: #FFFFFF;
}
#ds5 .btn_item .uk-icon.uk-slidenav-previous,#ds5 .btn_item .uk-icon .uk-icon.uk-slidenav-next,#ds6 .btn_item .uk-icon.uk-slidenav-previous,#ds6 .btn_item .uk-icon .uk-icon.uk-slidenav-next{
    color: #FFFFFF;
}
#ds5 .uk-icon.uk-slidenav-previous:after,#ds6 .uk-icon.uk-slidenav-previous:after {
    background: #FFFFFF;
}
@media (max-width: 960px) {
    #ds5 .txt{
        margin-top: -40px;
    }
    nav ul li {
        width: 19%;
        padding: 0 3%;
        margin: 0;
    }
    nav h1{
        width: 27.5%;
        margin: 0 8% 0 0;
    }
    nav h1{
        margin: 0;
    }
    nav svg.uk-svg {
        width: 100%;
        padding: 0;
    }
    nav ul.menu {
        width: 50%;
        float: right;
        margin: 0 3% 0 0;
        padding: 0;
        flex-direction: row;
    }
    nav {
        width: 100%;
        background: #3E100E;
        flex-direction: row;
        justify-content: space-between;
    }
    #ds6 .slideshow_con,#ds5 .slideshow_con,.ds2_1 .slideshow_con,.ds2_2 .slideshow_con, .ds2_3 .slideshow_con, #ds3 .ds2_1 .slideshow_con {
        width: 100%;
    }
    .ds2_3 .btn_list {
        bottom: 8%;
    }
    .ds2_3 .pic_tit{
        right: 150px;
        bottom: 28px;
        left: initial;
        text-align: right;
    }
    #ds5 .pic_tit,#ds6 .pic_tit{
        right: 150px;
        bottom: 8px;
        left: initial;
        text-align: right;
    }
    .btn_list {
        bottom: 0;
    }
    .ds2_2 .pic_tit {
        right: 150px;
        bottom: 35px;
        left: initial;
        text-align: right;
    }
    #index_con {
        padding-top: 10%;
        background: #ECB700;
    }
    .go_btn {
        position: absolute;
        left: 11.5%;
        bottom: 0;
        width: 174px;
        z-index: 1;
    }
    .ds2_1 .e_tit {
        width: 20%;
    }
    .ds2_2 .e_tit {
        width: 12.5%;
    }
    .ds2_3 .e_tit {
        width: 12.5%;
    }
    .uk-icon.uk-slidenav-previous:after {
        top:50%;
    }
    .pic_tit {
        width: 80%;
    }
    .ds2_1 .uk-icon.uk-slidenav-next:after {
        top: 50%;
    }
    .ds2_1 .btn_list {
        bottom: 10px;
    }
    .go_btn {
        width: 25%;
    }
    .ds2_2 .btn_list{
        bottom: 20px;
    }
    .ds2_3 .btn_list{
        bottom: 20px;
    }
    .ds2_2 .btn_item{
        left: -40px;
        bottom: 2px;
    }
    .ds2_3 .btn_item,#ds5 .btn_item,#ds6 .btn_item{
        bottom: -5px;
        left: -50px;
    }
    .ds2_2 .pic_tit {
        right: 120px;
        bottom: 24px;
    }
    .ds2_1 .pic_tit{
        left: 100px;
        bottom: 31px;
    }
    .ds2_3 .pic_tit{
        right: 120px;
        bottom: 16px;
    }
    .ds2_1 .btn_item{
        left: 120%;
    }
    .btn_list {
        width: 43px;
        bottom: 12px;
    }
    .uk-icon.uk-slidenav {
        padding: 3px 5px;
        position: relative;
    }
    .btn_item svg{
        width: 6px;
        height: auto;
    }
    .hand {
        position: absolute;
        top: calc(50% - 5vw);
        left: calc(50% - 5vw);
        width: 16vw;
        display: inline-block;
    }
    nav {
        width: 100%;
        bottom: inherit;
        top: 0;
    }
    .tel_link {
        height: 26vw;
    }
    #contact{
        background-size: contain;
    }
    #main {
        width: 100%;
    }
}
@media (max-width: 690px) {
    .ds2_3 .btn_item {
        bottom: -6px;
    }
    .ds2_2 .btn_item {
        bottom: 3px;
    }
    .ds2_3 .btn_item {
        bottom: -4px;
    }
}