/* CSS Document */
.tit_img{
    margin-top: -57px;
}
#my-hot .uk-modal-dialog {
    background: transparent;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 43%;
}
#ds6{
    background-image: url(../img/ds6/1/bg.jpg);
    background-color: white;
    background-size: cover;
}
#ds7{
    background-image: url(../img/ds7/1/bg.jpg);
    background-color: white;
    background-size: cover;
    padding: 6.25% 0 2% 0;
}
#ds6 .slideshow_r .uk-slideshow-nav.uk-dotnav li {
    width: 20%;
}
#ds7 .slideshow_r .uk-slideshow-nav.uk-dotnav li {
    width: 25%;
}
#ds6 .slideshow_l .uk-slideshow-nav.uk-dotnav li {
    width: 50%;
}
#ds7 .slideshow_l .uk-slideshow-nav.uk-dotnav li {
    width: 50%;
}
#ds6 .slideshow_r .uk-slideshow-nav.uk-dotnav ,#ds7 .slideshow_r .uk-slideshow-nav.uk-dotnav {
    position: absolute;
    z-index: 1;
    bottom: 5%;
    margin: 0;
    right: 0;
    width: 9%;
    left: inherit;
}
#ds6 .slideshow_r  .btn_item,#ds7 .slideshow_r  .btn_item {
    left: inherit;
    bottom: 3%;
    right: 11%;
    z-index: 9;
}
#ds6 .slideshow_l  .btn_item,#ds7 .slideshow_l  .btn_item {
    bottom: 3%;
    left: 11%;
}
#ds6 .slideshow_l .uk-slideshow-nav.uk-dotnav,#ds7 .slideshow_l .uk-slideshow-nav.uk-dotnav {
    bottom: 5%;
    margin: 0;
    width: 9%;
    left: 0;
}
#ds6 .tit,#ds7 .tit{
    width:23%;
    display: inline-block;
    vertical-align: top;
}
#ds6 .slideshow_con,#ds7 .slideshow_con{
    width: 38%;
    display: inline-block;
}
#my-hot .uk-close svg {
    width: 40px;
    height: 40px;
    padding: 5px;
}
#my-hot .uk-close {
    color: #FFFFFF;
    top: 0;
    right: -4%;
    border-radius: 50px;
    background: #7E2721;
}
#hot_mov{
    width: 100%;
    height: 54.2vw;
}
#ds3 .txt{
    width: 39%;
    display: inline-block;
    float: left;
}
#ds3 .slideshow_con {
    width: 59.8%;
    display: inline-block;
}
.pic_tit {
    position: absolute;
    left: -43%;
    bottom: 18%;
    color: #484A48;
    z-index: 1;
    font-family: "Microsoft JhengHei";
    letter-spacing: 0.5px;
    width: 23%;
    text-align: right;
}
#ds2 .uk-slideshow-items,#ds3 .uk-slideshow-items {
    overflow: unset;
}
#ds2 .uk-slideshow-items>*,#ds3 .uk-slideshow-items>* {
    overflow: unset;
}
.ds2_1 .txt,.ds2_2 .txt,.ds2_3 .txt{
    width: 41%;
    display: inline-block;
    vertical-align: top;
}
nav ul.menu svg {
    width: 80%;
    margin: 5%;
}
#ds3 img{
}
.leaf1,.leaf2{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.leaf1 {
    -ms-animation: l1 2s infinite linear;
    -o-animation: l1 2s infinite linear;
    -moz-animation: l1 2s infinite linear;
    -webkit-animation: l1 2s infinite linear;
    animation: l1 2s infinite linear;
    transform-origin: 100% 100%;
    bottom: -0.5%;
}
.leaf2 {
    -ms-animation: l2 3s infinite linear;
    -o-animation: l2 3s infinite linear;
    -moz-animation: l2 3s infinite linear;
    -webkit-animation: l2 3s infinite linear;
    animation: l2 3s infinite linear;
    transform-origin: 0 100%;
}
@keyframes l1 {
    0% {
        transform: rotate(0deg) scale(1.1) translateX(20px);
    }

    50% {
        transform: rotate(-5deg) scale(1.1) translateX(20px) skewY(5deg);
    }

    100% {
        transform: rotate(0deg) scale(1.1) translateX(20px);
    }
}
@keyframes l2 {
    0% {
        transform: rotate(0deg) scale(1.1) translateX(-20px);
    }

    50% {
        transform: rotate(5deg) scale(1.1) translateX(-20px) skewY(5deg);
    }

    100% {
        transform: rotate(0deg) scale(1.1) translateX(-20px);
    }
}
.add,.tel{
    position:absolute;
    height: 33px;
    z-index: 2;
}
.add{
    width: 76%;
    bottom: 48%;
    left: 12%;
}
.tel{
    width: 60%;
    bottom: 37%;
    left: 12%;
}
.leaf3{
    -ms-animation: lea 3s infinite linear;
    -o-animation: lea 3s infinite linear;
    -moz-animation: lea 3s infinite linear;
    -webkit-animation: lea 3s infinite linear;
    animation: lea 3s infinite linear;
    position: absolute;
    left: 0;
    top: 0;
    transform-origin: 0 0;
}
.leaf4{
    -ms-animation: lea2 3s infinite linear;
    -o-animation: lea2 3s infinite linear;
    -moz-animation: lea2 3s infinite linear;
    -webkit-animation: lea2 3s infinite linear;
    animation: lea2 3s infinite linear;
    position: absolute;
    left: 0;
    top: 0;
    transform-origin: 100% 0;
}
@keyframes lea {
    0% {
        transform:rotate(0);
    }

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

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

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

    100% {
        transform:rotate(0);
    }
}
.wave{
    filter: blur(3px);
    opacity: 0.2;
}
#ds4{
    background: #1B3929;
}
.bird{
    -ms-animation: bir 3s infinite linear;
    -o-animation: bir 3s infinite linear;
    -moz-animation: bir 3s infinite linear;
    -webkit-animation: bir 3s infinite linear;
    animation: bir 3s infinite linear;
    position: absolute;
    left: 0;
    top: 0;
}
@keyframes bir {
    0% {
        transform:translateY(0);
    }

    50% {
        transform:translateY(-10px);
    }

    100% {
        transform:translateY(0);
    }
}
.balloon{
    -ms-animation: ball1 3s infinite linear;
    -o-animation: ball1 3s infinite linear;
    -moz-animation: ball1 3s infinite linear;
    -webkit-animation: ball1 3s infinite linear;
    animation: ball1 3s infinite linear;
    position: absolute;
    left: 0;
    top: 0;
    transform-origin: 87% 38%;
}
.cloud{
    -ms-animation: clou 5s infinite linear;
    -o-animation: clou 5s infinite linear;
    -moz-animation: clou 5s infinite linear;
    -webkit-animation: clou 5s infinite linear;
    animation: clou 5s infinite linear;
    position: absolute;
    left: 0;
    top: 0;
}
@keyframes clou {
    0% {
        transform:translateX(0);
    }

    50% {
        transform:translateX(30px);
    }

    100% {
        transform:translateX(0);
    }
}
@keyframes ball1 {
    0% {
        transform: rotate(0) translateY(0);
    }

    50% {
        transform: rotate(10deg) translateY(30px);
    }

    100% {
        transform: rotate(0) translateY(0);
    }
}
#ds1{
    background:#005FAB;
}
#ds3 .slideshow_con{
}
#ds3 .uk-slideshow-nav.uk-dotnav {
    position: absolute;
    z-index: 1;
    bottom: 10%;
    margin: 0;
    right: 4%;
}
#ds3 .pic_tit {
    position: absolute;
    bottom: 9%;
    left: -43%;
}
#ds3 .btn_item {
    right: calc(6% + 96px);
    bottom: 8%;
}
#ds2,#ds3{
    background: #FFFFFF;
}
.ds2_1 .slideshow_con {
    width: 58%;
    margin: 6% 0 0 0;
    display: inline-block;
    float: right;
}
.ds2_3 .slideshow_con {
    width: 58%;
    margin: 2% 0 0 0;
    display: inline-block;
}
.ds2_2 .slideshow_con {
    width: 58%;
    margin: 4% 0 0 0;
    display: inline-block;
}
.uk-slideshow-nav.uk-dotnav li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    background: #484A48;
    width: 100%;
    height: 1px;
}
.ds2_1 .btn_list, .ds2_2 .btn_list, .ds2_3 .btn_list{
    margin:1.5% 0 0 0;
}
.ds2_2 .uk-slideshow-nav.uk-dotnav{
    position: absolute;
    z-index: 1;
    bottom: 22%;
    margin: 0;
    right: -9%;
    left: inherit;
}
.ds2_2 .btn_item {
    position: absolute;
    bottom: 20%;
    right: -18%;
    left: inherit;
}
.uk-slideshow-nav.uk-dotnav{
    position: absolute;
    z-index: 1;
    bottom: 21%;
    margin: 0;
    left: -9%;
    width: 9%;
}
.uk-slideshow-nav.uk-dotnav{
}
.uk-dotnav li.uk-active a:after,.uk-dotnav li:hover a:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: #484A48;
    height: 20px;
    animation-name:oxxo;
    animation-duration:2s;
    animation-iteration-count:1;
    animation-fill-mode: forwards;
}
@keyframes oxxo{
    from{
        width: 10%;
    }
    to{
        width:100px;
    }
}
.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: #484A48;
    height: 20px;
    animation-name:oxxo;
    animation-duration:2s;
    animation-iteration-count:1;
    animation-fill-mode: forwards;
}
.btn_item {
    position: absolute;
    left: -18%;
    bottom: 19%;
}
.uk-icon.uk-slidenav-next, .uk-icon.uk-slidenav-previous {
    border-radius: 50%;
    border: 1px solid #484A48;
    color: #484A48;
}
.ds2_2 .pic_tit {
    right: -44%;
    left: initial;
    bottom: 19%;
    text-align: left;
}
#ds6 .slideshow_l .pic_tit ,#ds7 .slideshow_l .pic_tit {
    left: initial;
    bottom: 3.5%;
    text-align: right;
    width: 50%;
}
#ds6 .slideshow_r .pic_tit,#ds7 .slideshow_r .pic_tit {
    right: 0;
    left: initial;
    bottom: 3.5%;
    text-align: left;
    width: 50%;
}
.uk-slideshow-nav.uk-dotnav li {
    position: relative;
    background: transparent;
    padding-left: 0;
    width: 33.3%;
}
.ds2_1 .uk-slideshow-nav.uk-dotnav li{
    width: 20%;
}
.ds2_2 .uk-slideshow-nav.uk-dotnav li,.ds2_3 .uk-slideshow-nav.uk-dotnav li{
    width: 14.2%;
}
.map_con .uk-width-1-2{
    width: 85.4%;
}
.map_con .uk-width-1-5{
    width: 97.9%;
}
.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);
    }
}
section img {
}
.hand img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.hand {
    position: absolute;
    top: calc(60% - 60px);
    left: calc(50% - 60px);
    width: 120px;
    display: inline-block;
}
.gif{
    filter: blur(3px);
}
#index_con{
    background: #F8E6E7;
}
.bg{
    position: absolute;
    left: 0;
    bottom: 0;
}
.link_contact{
    position:absolute;
    left: 14%;
    bottom: 5%;
    width: 72%;
    height: 100px;
    z-index: 1;
}
h1.logo {
    width: 27.5%;
    margin: 0 8% 0 0;
    display: flex;
}
.back_index {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
nav svg.uk-svg {
    color: #FFFFFF;
}
section img{
    width: 100%;
}
nav ul.menu {
    position: fixed;
    z-index: 9;
    top: inherit;
    display: flex;
    background: transparent;
    justify-content: flex-end;
    width: 5%;
    flex-direction: column;
    right: 0;
    bottom: 3%;
    margin: 0;
}
nav {
    position: fixed;
    z-index: 9;
    top: 0;
    display: flex;
    align-items: center;
    background: transparent;
    justify-content: space-evenly;
}
nav ul li {
    text-align: revert-layer;
    display: inline-block;
    width: 100%;
    position: relative;
    float: left;
    padding: 0 3%;
    border-radius: 15% 0 0 15%;
    background: #0A2813;
    margin: 0 0 10% 0;
}
.btn_hr {
    position: absolute;
    right: 0;
    top: 8%;
    width: 2px;
    height: 87%;
}
#contact{
    background: #F9FFF8;
}
.pos{
    position: absolute;
    left: 0;
    top: 0;
}
#main{
    display: block;
    margin: 0 auto;
    background: #b0b2b3;
}

body{
    background: #353535;
    font-size: 16px;
    padding-bottom: 0;
    font-family: 'Noto Serif TC', serif;
}
@media (max-width: 1500px){
    .btn_item svg {
        width: 0.4vw;
        height: 1vw;
    }
}
@media (max-width: 960px){
    #my-hot .uk-modal-dialog {
        width: 85%;
    }
    #ds6 .slideshow_con, #ds7 .slideshow_con {
        width: 100%;
        display: inline-block;
    }
    #ds6 .slideshow_r .uk-slideshow-nav.uk-dotnav li{
        width: 14.2%;
    }
    #ds7 .slideshow_r .uk-slideshow-nav.uk-dotnav li{
        width: 16.5%;
    }
    #ds3 .uk-position-relative{
        margin-top: -1px;
    }
    #ds3 .slideshow_con {
        margin-top: -10%;
        width: 100%;
        vertical-align: middle;
    }
    .pic_tit {
        position: absolute;
        right: 33%;
        bottom: 3%;
        color: #484A48;
        z-index: 1;
        font-family: "Microsoft JhengHei";
        letter-spacing: 0.5px;
    }
    .ds2_1 .btn_list, .ds2_2 .btn_list, .ds2_3 .btn_list {
        margin: 1.5% 0 0 0;
    }
    .ds2_2 .uk-slideshow-nav.uk-dotnav {
        right: inherit;
        left: 0;
        bottom: 7%;
    }
    .uk-slideshow-nav.uk-dotnav {
        width: 14%;
        position: absolute;
        z-index: 1;
        bottom: 7%;
        margin: 0;
        right: 0;
        left: inherit;
    }
    .ds2_1 .slideshow_con,.ds2_3 .slideshow_con {
        width: 90%;
        margin: 0 0 0 10%;
    }
    .ds2_2 .slideshow_con {
        width: 90%;
        margin: 0 10% 0 0;
    }
    nav ul li {
        text-align: revert-layer;
        display: inline-block;
        width: 19%;
        position: relative;
        float: left;
        padding: 0 3%;
        margin: 0;
        border-radius: 0;
        background: transparent;
    }
    nav ul.menu {
        width: 62%;
        float: right;
        margin: 0;
        padding: 0;
        display: flex;
        bottom: inherit;
        flex-direction: row;
        justify-content: space-between;
        right: inherit;
        position: static;
    }
    .add, .tel {
        height: 5vw;
    }
    #ds3 .btn_item {
        right:20%;
        bottom: 2%;
    }
    .ds2_3 .pic_tit {
        bottom: 4.3%;
    }
    .ds2_2 .btn_item {
        bottom: 4%;
        left: 18%;
    }
    .hand {
        position: absolute;
        top: calc(50% - 5vw);
        left: calc(50% - 5vw);
        width: 16vw;
        display: inline-block;
    }
    nav ul li + li {
        margin-top: 0;
    }
    nav {
        position: fixed;
        z-index: 9;
        top: 0;
        width: 100%;
        margin: 0;
        height: max-content;
        max-height: 136px;
        display: flex;
        align-items: center;
        background: #0A2813;
        justify-content: space-between;
        flex-wrap: wrap;
        left: 0;
    }
    .btn_item{
        right: 18%;
        bottom: 5%;
        position: absolute;
        left: initial;
    }
    nav {
        padding: 1% 0;
    }
    .btn_item svg{
        width: 10px;
        height: auto;
    }
    .pic_tit {
        font-size: 14px;
        left: inherit;
        width: auto;
    }
    .ds2_2 .pic_tit {
        position: absolute;
        left: 37%;
        right: initial;
        bottom: 2.5%;
    }
}
@media (max-width: 690px){
    #ds3 .pic_tit {
        bottom: 2%;

    }
    #ds3 .uk-slideshow-nav.uk-dotnav {
        bottom: 4%;
    }
    .uk-icon.uk-slidenav {
        padding: 3px 5px;
    }
    .btn_item svg{
        width: 6px;
        height: auto;
    }
    #main{
        width: 100%;
        margin: 13vw 0 0 0;
    }
}
