@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@200;300;400;500;600;700;900&display=swap");

body>section,
body>header,
body>footer {
    max-width: 100%;
    overflow: hidden;
}

/*-- 常駐選單 ------------------------------------------------------*/

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: #076BAF;
    justify-content: center;
    border-radius: 30px;
    width: 48px;
    margin-bottom: 10px;
}

.media-link a {
    text-decoration: none;
}

.go-top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #076BAF;
    border-radius: 30px;
}

.tab-opt a {
    position: relative;
    text-align: center;
    padding: 10px 0px;
    font-size: 1.2rem;
    color: #fff;
    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;
}
.tab-opt a:hover > i{
    opacity: 0.7;
}

.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), #fff, 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);
    }
}

.num {
    writing-mode: horizontal-tb;
    transform: translate(-10px, 5px);
}

@media screen and (max-width:375px) {
    .num {
        display: contents;
    }
}


/*-- 常駐選單 end --------------------------------------------- */
/*-- 共用區塊 ---------------------------------------------------------------*/

.container {
    height: 100%;
}

article {
    text-align: center;
}

.cut {
    display: none;
}

@media screen and (max-width: 600px) {
    .cut {
        display: unset;
    }
}

.img-lightbox {
    background-color: rgba(0, 0, 0, 0.863)!important;
}

.img-lightbox.animated,
.img-lightbox img.animated {
    cursor: auto;
}

.photo-text {
    position: absolute;
    /* left: 0; */
    bottom: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 5px 5px;
    margin-bottom: 0;
}

*:focus {
    outline: none;
}

main {
    overflow: hidden;
    position: relative;
}

li {
    list-style: none;
}

.section-wrapper {
    width: 100%;
}

.full-page {
    height: 100vh;
}

.main-content-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.main-content-wrap h2 {
    font-family: 'Noto Serif TC', serif;
    font-size: 2.3vmax;
    font-weight: 700;
    position: relative;
    z-index: 10;
    color: rgb(37, 37, 37);
    margin-bottom: 20px;
    margin-top: unset;
}


.area_1 .main-content-wrap h2::before,
.area_2 .main-content-wrap h2::before{
    content: "";
    width: 250px;
    background-color: #fae5adab;
    height: 30px;
    position: absolute;
    bottom: 0;
    left: -10px;
    z-index: -1;
}
@media screen and (max-width:767px) {
    .area_1 .main-content-wrap h2::before,
    .area_2 .main-content-wrap h2::before{
        content: "";
        display: none;
    }
    .main-content-wrap h3 {
        font-family: 'Noto Serif TC', serif;
        font-size: 1.2rem;
        position: relative;
        z-index: 10;
        color: rgb(37, 37, 37);
        margin-bottom: 20px;
        text-align: center;
    }
}
.area_1 .br,
.area_2 .br {
    font-size: 1.6rem;
}

@media screen and (max-width:1099px) {
    .main-content-wrap h2 {
        margin-bottom: unset;
        font-size: 3vmax;
    }
}

.main-content-wrap p {
    /* font-family: '微軟正黑體', serif; */
    margin-bottom: 60px;
    z-index: 20;
    position: relative;
    text-align: justify;
    font-size: 21px;
    /* font-weight: 600; */
    color: rgb(37, 37, 37);
    line-height: 1.6;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media screen and (max-width:1599px) {
    .main-content-wrap p {
        margin-bottom: 30px;
    }
}

@media screen and (max-width:1099px) {
    .main-content-wrap p {
        font-size: 16px;
    }
}

@media screen and (max-width:999px) {
    .main-content-wrap p {
        font-size: 17px;
    }
}

.main-content-wrap_s h2 {
    font-family: 'Noto Serif TC', serif;
    font-size: 1.8vmax;
    font-weight: 700;
    position: relative;
    z-index: 10;
    color: #fff;
    margin-bottom: 40px;
    text-shadow: #333 0.1em 0.1em 0.2em;
}

@media screen and (max-width:1099px) {
    .main-content-wrap_s h2 {
        margin-bottom: unset;
    }
}

.main-content-wrap_s p {
    width: 70%;
    font-family: 'Noto Serif TC', serif;
    z-index: 20;
    position: relative;
    text-align: justify;
    font-size: 20px;
    font-weight: 700;
    color: #eee;
    margin-bottom: unset;
}

@media screen and (max-width:1599px) {
    .main-content-wrap_s p {
        margin-bottom: 30px;
        font-size: 16px;
    }
}

@media screen and (max-width:1099px) {
    .main-content-wrap_s p {
        font-size: 14px;
    }
}

@media screen and (max-width:999px) {
    .main-content-wrap_s p {
        width: 80%;
        font-size: 12px;
    }
}

.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;
}

@media screen and (min-width:960px) {
    .uk-container {
        padding-left: 70px;
        padding-right: 70px;
    }
}

@media screen and (max-width:767px) {
    .main-content-wrap h2 {
        font-size: 4vmax;
        margin-bottom: 15px;
    }
    .main-content-wrap p {
        margin-bottom: 0px;
        z-index: 20;
        position: relative;
    }
    .concept-alert {
        font-size: 12px;
    }
    .light-box aside .map-scale-btn {
        width: 50px;
        height: 50px;
        font-size: 15px;
    }
    .slider-wrap ul {
        /* padding:0 30px; */
    }
}

@media screen and (max-width:480px) {
    .main-content-wrap h2 {
        font-size: 1.8rem;
    }
    .main-content-wrap .home {
        font-size: 6vmin;
    }
}

@media screen and (max-width:390px) {
    .main-content-wrap h2 {
        font-size: 1.7rem;
    }
}


/*Left-Mode 共用:左圖右文*/

.left-mode .container {
    flex-direction: column-reverse;
}

.left-mode .slider-wrap {
    margin-left: -15%;
}

@media screen and (max-width:1599px) {
    .left-mode .slider-wrap {
        margin-left: unset;
    }
}

@media screen and (max-width:767px) {
    .left-mode .slider-wrap {
        margin-top: 10%;
    }
}

.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: 100px;
    /* margin-top: 3vmax;  */
    margin-right: -15%;
}

@media screen and (max-width:1599px) {
    .left-mode .main-content-wrap {
        margin-right: unset;
    }
}

@media screen and (max-width:1399px) {
    .left-mode .main-content-wrap {
        padding-left: 60px;
    }
}

@media screen and (max-width:999px) {
    .left-mode .main-content-wrap {
        padding-left: 30px;
        margin-top: unset;
    }
}

.left-mode .main-content-wrap p {
    width: 73%;
    margin-right: -25%;
}

@media screen and (max-width:1599px) {
    .left-mode .main-content-wrap p {
        width: 95%;
    }
}

@media screen and (max-width:767px) {
    .left-mode .main-content-wrap p {
        width: 100%;
        text-align: center;
        /* margin-left: 10%; */
    }
}

@media screen and (max-width:480px) {
    .left-mode .main-content-wrap .about {
        text-align: center;
    }
    .left-mode .main-content-wrap p {
        width: 100%;
        text-align: left;
        margin-left: unset;
    }
}

.left-mode h2::before {
    display: none;
}

.left-mode .para-2 {
    /* margin-left: 5vmax; */
}

@media screen and (max-width:767px) {
    .left-mode .para-2 {
        margin-right: unset;
    }
}

.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: 0;
    /* top: unset !important; */
    bottom: -10%;
    right: 0%;
    height: 35px;
    width: 35px;
    /* border-radius: 35px; */
    border: 1px solid #333333;
    background: #333333;
    color: transparent;
    z-index: 9;
    transition: ease-in-out .2s;
}

.left-mode .slick-next::after {
    content: "";
    background-image: url(../image/arrow-next.svg);
    background-repeat: no-repeat;
    position: absolute;
    background-size: 70%;
    background-position: 50%;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .7;
    transition: ease-in-out .2s;
}

.left-mode .slick-next:hover {
    background: #333;
}

.left-mode .slick-next:hover::after {
    opacity: 1;
}

.left-mode .slick-prev {
    cursor: pointer;
    position: absolute;
    bottom: 0;
    /* top: unset !important; */
    bottom: -10%;
    right: calc(0% + 48px);
    height: 35px;
    width: 35px;
    /* border-radius: 35px; */
    border: 1px solid #333333;
    background: #333333;
    color: transparent;
    z-index: 9;
    transition: ease-in-out .2s;
}

.left-mode .slick-prev::after {
    content: "";
    background-image: url(../image/arrow-prev.svg);
    background-repeat: no-repeat;
    position: absolute;
    background-size: 70%;
    background-position: 50%;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .7;
    transition: ease-in-out .2s;
}

.left-mode .slick-prev:hover {
    background: #333;
}

.left-mode .slick-prev:hover::after {
    opacity: 1;
}

.left-mode .slick-dots {
    justify-content: flex-start;
    /* flex-direction: column; */
    position: absolute;
    left: 1%;
    /* bottom: -60px; */
}

.left-mode .slick-dots li {
    margin-left: 5px;
}

.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: 5px !important;
    width: 30px !important;
    background-color: transparent;
    padding-left: 3px;
}

@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;
    }
}

@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;
        flex-direction: unset;
        position: unset;
        right: unset;
        bottom: unset;
    }
    .left-mode .slick-dots li {
        margin-right: 5px;
    }
    .left-mode .slick-next {
        top: 45%;
        left: unset;
        right: calc(0% + 35px);
        transform: translate(0%, -55%);
    }
    .left-mode .slick-prev {
        top: 45%;
        left: calc(0% + 35px);
        transform: translate(0%, -55%);
    }
    /* .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: 0vmax;
    }
}


/*Right-Mode 共用:右圖左文*/

.right-mode .container {
    flex-direction: column;
    padding-top: 70px;
}

.right-mode .slider-wrap {
    margin-right: -10%;
}

@media screen and (max-width:1599px) {
    .right-mode .slider-wrap {
        margin-right: unset;
    }
}

@media screen and (max-width:767px) {
    .right-mode .slider-wrap {
        margin-top: 10%;
    }
    .right-mode .container {
        padding-top: 30px;
    }
    
}

.right-mode .main-content-wrap {
    margin-left: -10%;
    width: 46% !important;
}

@media screen and (max-width:1599px) {
    .right-mode .main-content-wrap {
        margin-left: unset;
        width: unset !important;
    }
}

@media screen and (max-width:1399px) {
    .right-mode .main-content-wrap {
        margin-left: unset;
    }
}

.right-mode .main-content-wrap p {
    width: 89%;
}

@media screen and (max-width:1599px) {
    .right-mode .main-content-wrap p {
        width: 85%;
    }
}

@media screen and (max-width:767px) {
    .right-mode .main-content-wrap p {
        width: 100%;
        text-align: center;
        /* margin-left: 10%; */
    }
}

@media screen and (max-width:480px) {
    .right-mode .main-content-wrap .about {
        text-align: center;
    }
    .right-mode .main-content-wrap p {
        width: 100%;
        text-align: center;
        margin-left: unset;
        /* font-weight: 600; */
    }
}

.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 .para-2 {
    /* margin-left: 5vmax; */
}

@media screen and (max-width:767px) {
    .right-mode .para-2 {
        margin-left: unset;
    }
}

.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%;
    /* top: unset !important; */
    left: calc(0% + 48px);
    height: 35px;
    width: 35px;
    /* border-radius: 35px; */
    border: 1px solid #333333;
    background: #333333;
    color: transparent;
    z-index: 9;
    transition: ease-in-out .2s;
}

.right-mode .slick-next::after {
    content: "";
    background-image: url(../image/arrow-next.svg);
    background-repeat: no-repeat;
    position: absolute;
    background-size: 70%;
    background-position: 50%;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .7;
    transition: ease-in-out .2s;
}

.right-mode .slick-next:hover {
    background: #333;
}

.right-mode .slick-next:hover::after {
    opacity: 1;
}


.right-mode .slick-prev {
    cursor: pointer;
    position: absolute;
    /* top: unset !important; */
    bottom: -10%;
    left: 0;
    height: 35px;
    width: 35px;
    /* border-radius: 35px; */
    border: 1px solid #333333;
    background: #333333;
    color: transparent;
    z-index: 9;
    transition: ease-in-out .2s;
}

.right-mode .slick-prev::after {
    content: "";
    background-image: url(../image/arrow-prev.svg);
    background-repeat: no-repeat;
    position: absolute;
    background-size: 70%;
    background-position: 50%;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .7;
    transition: ease-in-out .2s;
}

.right-mode .slick-prev:hover {
    background: #333;
}

.right-mode .slick-prev:hover::after {
    opacity: 1;
}

.right-mode .slick-dots {
    justify-content: flex-end;
    /* flex-direction: column; */
    position: absolute;
    right: 1%;
    bottom: -60px;
}

.right-mode .slick-dots li {
    margin-left: 5px;
}

.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: 5px !important;
    width: 30px !important;
    background-color: transparent;
    padding-left: 3px;
}

@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;
    }
}

@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 h2::before {
        background-position: center center;
        display: block;
    }
    .force-100-s {
        width: 100%;
    }
    .right-mode .slick-dots {
        justify-content: center;
        flex-direction: unset;
        position: unset;
        left: unset;
        bottom: unset;
    }
    .right-mode .slick-dots li {
        margin-right: 5px;
    }
    .right-mode .slick-next {
        top: 45%;
        left: unset;
        right: calc(0% + 35px);
        transform: translate(0%, -55%);
    }
    .right-mode .slick-prev {
        top: 45%;
        left: calc(0% + 35px);
        transform: translate(0%, -55%);
    }
}

@media screen and (max-width:639px) {
    .right-mode .main-content-wrap {
        padding-left: 0px;
        margin-top: 0vmax;
    }
}


/*中間內文-----------------------------------------------------------------------------*/
.about li{
    font-family: '微軟正黑體', serif;
    z-index: 20;
    font-size: 21px;
    color: rgb(37, 37, 37);
    line-height: 1.6;
    list-style: square;
}
@media screen and (max-width:767px) {
    .about{text-align: left;padding-left: 30px;}
    .about li{
        /* list-style: unset; */
        font-size: 19px;
        line-height: 2;
        text-align: left;
    }
}
.para-3{font-size: 2vmax;}
.area_1 h2::before {
    display: block;
}

.area_1 .slick-track {
    display: flex;
}

.area_1 .slick-slide img {
    max-width: 100%;
    height: auto;
}

.slick-dots {
    display: flex;
    align-items: center;
}

.area_1 .content_5 img {
    width: 20vw;
    margin: auto;
}

.area_2 .content_5 img {
    width: 20vw;
    margin: auto;
}

.area_2 .slick-slide img {
    max-width: 100%;
    height: auto;
}

.area_1 .br {
    font-size: 0.8em;
}

.area_2 .br {
    font-size: 0.8em;
}

.main-content-wrap .home h2 {
    font-size: 2.2em;
}

.main-content-wrap .part_2 br {
    display: none;
}

@media screen and (max-width:1200px) {
    .area_1::before {
        top: 70%;
        background-size: auto 90%;
    }
}

@media screen and (max-width:640px) {
    .area_1::before {
        top: 70%;
        background-size: auto 60%;
    }
    .para-3{font-size: 3vmax;}
}

.area_2 .main-content-wrap h2::after {
    left: 0%;
}

@media screen and (max-width:1200px) {
    .area_2::after {
        left: 0px;
        bottom: -30%;
        background-size: auto 70%;
    }
}

@media screen and (max-width:959px) {
    .area_2::after {
        left: 0px;
        bottom: -50%;
        background-size: auto 80%;
    }
}

@media screen and (max-width:767px) {
    .area_2::after {
        left: 0px;
        bottom: -50%;
        background-size: auto 90%;
        background-position: -10% center;
    }
    .area_2 .main-content-wrap h2::after {
        background-position: center top;
        width: 100%;
        height: 300%;
        background-size: 80% auto;
    }
    .area_1 .content_5 img {
        width: 100%;
    }
    .area_2 .content_5 img {
        width: 100%;
        margin: auto;
    }
}

@media screen and (max-width:640px) {
    .area_2::after {
        left: 0px;
        bottom: -50%;
        background-size: auto 50%;
    }
    .main-content-wrap .part_2 br {
        display: block;
    }
    .area_2 .content_5 img {
        width: 100vw;
        margin: auto;
    }
}


/* 客製設定 */

@media screen and (max-width:1599px) {
    .middle-mode .uk-width-1-2\@s {
        width: 60%;
    }
}

@media screen and (max-width:767px) {
    .middle-mode .uk-width-1-2\@s {
        width: 100%;
    }
}

.left-mode .uk-width-1-2\@s {
    width: 70%;
}

@media screen and (max-width:1599px) {
    .left-mode .uk-width-1-2\@s {
        width: 60%;
    }
}

@media screen and (max-width:767px) {
    .left-mode .uk-width-1-2\@s {
        width: 100%;
    }
}

.right-mode .uk-width-1-2\@s {
    width: 70%;
}

@media screen and (max-width:1599px) {
    .right-mode .uk-width-1-2\@s {
        width: 60%;
        /* padding-right: 40px; */
    }
}

@media screen and (max-width:767px) {
    .right-mode .uk-width-1-2\@s {
        width: 100%;
    }
}
/*背景--------------------------------------------------------*/
.bg-img img{
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    /* height: 1; */
}
.bg-img-mb{display: none;}
main{
    background-image: url(../image/bg-blue-line.png);
    background-repeat:repeat-y;
    background-position:center;
}
@media screen and (max-width:767px) {
    main{
        background-image: unset;
    }
    .bg-img{display: none;}
    .bg-img-mb{display: unset;}
    .bg-img-mb img{
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        /* height: 1; */
    }
}
article{
    background: url(../image/brush-yellow.png) no-repeat;
    background-position: center;
    background-size: 100%;
}
.single-title{
    /* background: #fff; */
}
/*背景end------------------------------------------------------*/

/*主視覺------------------------------------------------------*/
.banner-section{position: relative;}
.banner-section .banner-pc{width: 100%;}
.banner-section .banner-pc img{width: 100%;}
.banner-section .banner-mb{display: none;width: 100%;}
.banner-section .banner-item{width: 100%;position: absolute; left: 0;top: 0%;}
.banner-section .banner-item img{width: 100%;}
.banner-section .banner-item-mb{display: none; width: 100%;position: absolute; left: 0;top: 0%;}
.banner-section .banner img{width: 100%;}
.banner-section .logo{
    width: 30%;
    position: absolute;
    left: 50%;
    top: 30%;
    transform:translate(-50%,-70%) ;
}
.banner-section .banner-title{
    width: 80%;
    position: absolute;
    left: 50%;
    top: 51%;
    transform:translate(-50%,-49%) ;
}
.banner-section .banner-title h3{
    text-align: center;
    font-size: 3vmax;
    font-family: 'Noto Serif TC', serif;
    font-weight: 600;
    letter-spacing: 20px;
}
.banner-section .banner-title .sub-title{
    text-align: center;
    font-size: 2vmax;
    font-family: 'Noto Serif TC', serif;
    font-weight: 600;
    letter-spacing: 5px;
    padding: 6px 10px;
    border: 1px solid;
}
.banner-section .sub-title .span{
    color: rgb(218, 0, 0); font-size: 2.4vmax;vertical-align: unset;
}
.banner-section .bear1{
    position: absolute;
    width: 11%;
    /* height: 45%; */
    bottom: 0%;
    left: 24%;
}

.banner-section .bear2{
    position: absolute;
    width: 14%;
    bottom: 0%;
    left: 36%;
}
.banner-section .bear2 .bear-bag{
    position: absolute; top: 0; left:0%; top:37%; width: 60%; transform-origin:top center ; transform: rotateZ(-90deg); animation: sway-s 2s infinite cubic-bezier(.64,.01,.38,1) alternate ; 
}
.banner-section .bear3{
    position: absolute;
    width: 11%;
    bottom: 0%;
    left: 52%;
}
.banner-section .bear3 .head{ position: absolute; left: 1%;top: 1%;
    width: 98%; transform-origin:bottom center ; transform: rotateZ(-90deg); animation: sway-s 2s infinite cubic-bezier(.64,.01,.38,1) alternate ; }

.banner-section .bear4{
    position: absolute;
    width: 12%;
    bottom: 0%;
    left: 65%;
}
.banner-section .bear4 .hands{ position: absolute; top: 0; left: 0; }
.banner-section .bear4 .bear-pencil{ position: absolute;bottom:8%; right:22%; width: 40%; transform-origin: center; transform: rotateZ(-90deg); animation: sway-s 2s infinite cubic-bezier(.64,.01,.38,1) alternate ; }
.banner-section .br{display: none;}

@keyframes sway-s{
    from{ transform: rotateZ(0deg); }
    to{ transform: rotateZ(5deg); }
}

@media screen and (max-width: 600px) {
    .banner-section .br{display: unset;}
    .banner-section .logo{
        width: 75%;
        top: 34%;
    }
    .banner-section .banner-pc{width: 100%;display: none;}
    .banner-section .banner-mb{display: unset;}
    .banner-section .banner-pc img{width: 100%;}
    .banner-section .banner-item{display: none;}
    .banner-section .banner-item-mb{display: unset;}
    .banner-section .bear1{
        width: 23%;
    }
    .banner-section .bear2{
        width: 30%;
        left: 46%;
    }
    .banner-section .bear3{
        display: none;
    }
    .banner-section .bear4{
        display: none;
    }
    .banner-section .banner-title{
        top: 54%;
    }
    .banner-section .banner-title h3{
        font-size: 7vmin;
        letter-spacing: 0;
    }
    .banner-section .banner-title .sub-title{
        font-size: 5vmin;
        letter-spacing: 0;
        padding: 3px 4px;
    }
    .banner-section .sub-title .span{
        font-size: 5vmin;
    }
}
/*主視覺end-----------------------------------------------------*/
/*城市篇-----------------------------------------------------*/

#city_section article h2 {
    /* margin-bottom: 30px !important; */
    display: inline-block;
    text-align: center;
    margin-top: unset;
}

.sky-view-wrap .sky-view {
    width: 100%;
    max-width: unset;
    overflow: hidden;
}
#city_section .title-deco{
    width: 8%;
    position: absolute;
    left: 36%;
    /* padding-top: 3px; */
}
#city_section .traffic{
    background: url(../image/cover-bus.png) no-repeat;
    background-size: 17%;
    background-position: right 8% bottom -7%;
}
#city_section .town{
    background: url(../image/obj-paper-ripple-bottom-grid.png) no-repeat;
    background-size: 30%;
    background-position: left 0% top 0%;
}
@media screen and (max-width: 1399px) {
    #city_section .town{
        background: url(../image/obj-paper-ripple-bottom-grid.png) no-repeat;
        background-size: 20%;
        background-position: left 0% top 0%;
    }
}
@media screen and (max-width: 959px) {
    #city_section .town{
        background: unset;
    }
    #city_section .traffic{
        background: unset;
    }
    #city_section {
        /* flex-direction: column-reverse; */
    }
    #city_section .uk-container {
        /* padding-top: 0; */
        /* padding-bottom: 6vmax; */
    }
    #city_section article {
        flex-direction: column;
        justify-content: center;
    }
    #city_section article h2 {
        text-align: center;
        color: #333;
        /* display: inline-block;
        margin: auto;
        width: unset; */
    }
}
@media screen and (max-width: 767px) {
    #city_section .title-deco {
        display: none;
        }
    }
@media screen and (max-width: 600px) {
    #city_section {
        position: relative;
    }
    #city_section .main-content-wrap {
        background-position: left 0 top 0, right 0 bottom 0;
        background-size: 23% auto, 23% auto;
    }
    #city_section .sky-view-wrap {
        overflow-x: scroll;
        /* background: #224A9F; */
        scrollbar-width: none;
        /* Firefox */
        -ms-overflow-style: none;
        /* Internet Explorer 10+ */
        -webkit-overflow-scrolling: touch;
    }
    #city_section .sky-view-wrap::-webkit-scrollbar {
        /* WebKit */
        width: 0;
        height: 0;
    }
    #city_section .sky-view-wrap span {
        display: inline-block;
        position: relative;
        /* margin-top: 90px; */
    }
    #city_section::before {
        content: '';
        height: 40px;
        width: 40px;
        position: absolute;
        display: block;
        top: 5%;
        left: 50%;
        transform: translateX(-50%);
        z-index: 10;
        background: url(../image/finger-slide.svg) no-repeat;
        background-position: center;
        background-size: contain;
        opacity: 0.7;
        transition: margin-top .2s ease-in-out 0s, opacity .2s ease-in-out 0s;
        animation: gestures-flick 1s ease-in-out infinite alternate;
        pointer-events: none;
    }
    #city_section .sky-view-wrap .sky-view {
        height: 70vh;
        width: auto;
        max-width: unset;
        /* overflow: hidden; */
    }
    #city_section .uk-padding-large{padding: 30px;padding-top: 60px;}
}

@keyframes gestures-flick {
    0% {
        margin-left: -10px;
    }
    100% {
        margin-left: 10px;
    }
}
/*城市篇end----------------------------------------------------*/
/*地段篇-------------------------------------------------------*/
.location-section .title-deco{
    width: 35%;
    position: absolute;
    left: -5%;
    top: 5%;
}

.location-section .nature{
    background: url(../image/obj-books-flight.png) no-repeat;
    background-size: 17%;
    background-position: left 8% top 4%;
}
@media screen and (max-width: 959px) {
    .location-section .nature{
        background: unset;
    }
}
@media screen and (max-width: 767px) {
    .location-section .title-deco {
        display: none;
        }
    .location-section article{
        padding: 30px 15px;
    }
}
/*地段篇end------------------------------------------------------*/
/*團隊篇--------------------------------------------------*/
.team-section .title-deco {
    width: 35%;
    position: absolute;
    left: -5%;
    top: 15%;
}

.team-section .team-wrap {
    max-width: 1500px;
}

.team-section .team-wrap .main-content-wrap {
    text-align: center;
    margin: auto;
}

.designer-team {
    background-image: url(../image/bg2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.designer-team .main-content-wrap p {
    margin-bottom: unset;
}

.designer-team .main-content-wrap li {
    font-size: 21px;
    list-style: square;
    line-height: 1.6;
    text-align: left;
}

.designer-team .masterpiece {
    margin-top: 0;
    padding-bottom: 10px;
    font-size: 17px;
    color: #888;
}

.team-section .team-wrap .uk-container {
    padding: 30px;
    width: 80%;
    background-image: url(../image/bg-grid-paper-h.png);
    background-repeat: repeat-x;
    background-position: left top;
    background-size: cover;
    margin-right: 30px;
    box-shadow: 0px 0px 20px #33333360;
}

.team-section .company {
    background: url(../image/obj-city.png) no-repeat;
    background-size: 32%;
    background-position: right 0% bottom 0%;
}

.team-wrap .br {
    display: none;
}

.team-section h2 {
    margin-bottom: unset;
    margin-top: 30px;
}

.team-section .team-wrap h2 {
    margin-bottom: unset;
    margin-top: 30px;
    font-size: 1.9vmax;
}

@media screen and (max-width: 959px) {
    .team-section .company {
        background: unset;
    }
    .team-section .team-wrap h2 {
        font-size: 1.8rem;
    }
    .designer-team .masterpiece {
        padding-left: 30px;
    }
}

@media screen and (max-width: 767px) {
    .team-section h2 {
        margin-top: 0;
    }
    .team-section .team-wrap {
        display: unset;
    }
    .team-section .main-content-wrap p {
        margin-bottom: 20px;
    }
    .team-wrap .slider-wrap ul {
        padding: unset;
    }
    .team-section .team-wrap .uk-container {
        margin-right: auto;
        margin-bottom: 30px;
        margin-top: 15px;
        padding: 30px 15px;
    }
    .team-section .team-wrap .main-content-wrap {
        margin-top: 6vmax;
    }
    .team-wrap .para-3 {
        font-size: 3vmax;
    }
    .team-section .title-deco {
        display: none;
    }
    .designer-team .main-content-wrap li {
        font-size: 17px;
    }
}

@media screen and (max-width: 375px) {
    .team-wrap .br {
        display: unset;
    }
}
/*團隊篇end---------------------------------------------------*/
/*建材篇-------------------------------------------------------*/
.material-section .title-deco{
    width: 40%;
    position: absolute;
    left: -3%;
    top: 19%;
}
.construct{
    background-image: url(../image/pic_1.png);
    background-repeat: no-repeat;
    background-position:right 7% top 38%;
    background-size:11% ;

}
@media screen and (max-width: 959px) {
    .construct{
        background-image: unset;
    }
}
@media screen and (max-width: 767px) {
    .material-section .title-deco {
        display: none;
    }
    .material-section .main-content-wrap .uk-padding-large {padding-top: 60px;}
}
/*建材篇end----------------------------------------------------*/





/* -- 預約表單 --------------------------------------------------------------------------------- */

.over-border {
    margin: unset;
}

.contact {
    background: url(../image/bg-lightbox-type2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 2.5%;
    padding-bottom: 2.5%;
}

@media screen and (max-width: 1100px) {
    .contact {
        padding-top: unset;
        padding-bottom: unset;
    }
}

.form_box {
    width: 100%;
    max-width: 1100px;
    height: auto;
    margin: auto;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-color: #fff;
    background-blend-mode: multiply;
    box-shadow: 0px 5px 15px 1px rgb(0 0 0 / 50%); */
}

@media screen and (max-width: 1100px) {
    .form_box {
        box-shadow: unset;
        /* background-color: #f5f5f5; */
    }
}

.form_box .title {
    font-family: 'Noto Serif TC', serif;
    width: 100%;
    font-size: 2.2rem;
    color: #dfc097;
    text-align: center;
    font-weight: 700;
    letter-spacing: 10px;
    text-indent: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: unset;
    padding-right: unset;
    padding-top: 5%;
    padding-bottom: 7.5%;
}

@media screen and (max-width: 767px) {
    .form_box .intro_title {
        font-size: 2rem;
        width: 100%;
    }
}

@media screen and (max-width: 375px) {
    .form_box .intro_title {
        font-size: 1.8rem;
        letter-spacing: 4px;
        text-indent: 4px;
    }
}

.form_box .title div:first-child {
    width: 35%;
    height: 1px;
    /* background-color: #333; */
    margin-left: 5%;
}

.form_box .title div:nth-child(2) {
    width: 30%;
}

@media screen and (max-width: 767px) {
    .form_box .title div:nth-child(2) {
        font-size: 2rem;
    }
}

@media screen and (max-width: 639px) {
    .form_box .title div:nth-child(2) {
        width: 100%;
    }
}

.form_box .title div:last-child {
    width: 35%;
    height: 1px;
    /* background-color: #333; */
    margin-right: 5%;
}

.form_box label.name::after,
.form_box label.mobile::after {
    content: '*';
    color: red;
}

.form_box label.gender::after,
.form_box label.time::after {
    content: "*";
    color: transparent;
}

.form_box label {
    display: block;
    color: #333;
    margin: auto;
    font-size: 24px;
    font-weight: 700;
    width: 1000px;
    /* font-family: 'Noto Serif TC', serif; */
}

.form_box textarea {
    width: 1000px;
    display: block;
    /* margin-top: 10px; */
    /* margin-bottom: 20px; */
    margin: 10px auto auto auto;
    font-size: 20px;
    font-family: Arial;
    border: 1px solid #ededed;
}

@media screen and (max-width: 767px) {
    .form_box label {
        font-size: 18px;
    }
}

.form_box .ipt_name,
.form_box .ipt_mobile,
.form_box .slt_gender,
.form_box .ipt_time {
    display: block;
    margin: auto;
    /* border-radius: 10px; */
    height: 40px;
    margin-top: 10px;
    margin-bottom: 20px;
    outline: none;
    width: 1000px;
    font-size: 20px;
    /* border: none; */
    border: 1px solid #ededed;
    padding: 10px;
    /* font-family: 'Noto Serif TC', serif; */
}

@media screen and (max-width: 767px) {
    .form_box .ipt_name,
    .form_box .ipt_mobile,
    .form_box .ipt_content,
    .form_box .slt_gender {
        font-size: 16px;
    }
}

.form_box .slt_gender {
    background-color: #fff;
    width: 1000px;
    height: 40px;
    padding: unset;
}

@media screen and (max-width: 1200px) {
    .form_box label {
        width: 800px;
    }
    .form_box .ipt_name,
    .form_box .ipt_mobile,
    .form_box .ipt_content {
        width: 800px;
    }
    .form_box .slt_gender {
        width: 800px;
    }
}

@media screen and (max-width: 959px) {
    .form_box label {
        width: 80%;
    }
    .form_box .ipt_name,
    .form_box .ipt_mobile,
    .form_box .ipt_content {
        width: 80%;
    }
    .form_box .slt_gender {
        width: 80%;
    }
}

.form_box .send {
    background-color: #076baf;
    color: #fff;
    width: 140px;
    height: 50px;
    outline: none;
    font-size: 22px;
    font-weight: 700;
    /* border-radius: 10px; */
    margin: 5px;
    margin-top: 30px;
    cursor: pointer;
    border: 1px solid transparent;
    transition: .3s ease-in-out;
    font-family: 'Noto Serif TC', serif;
}

.form_box .clear {
    background-color: #898989;
    color: #fff;
    width: 140px;
    height: 50px;
    outline: none;
    font-size: 22px;
    font-weight: 700;
    /* border-radius: 10px; */
    margin: 5px;
    margin-top: 30px;
    cursor: pointer;
    border: 1px solid transparent;
    transition: .3s ease-in-out;
    font-family: 'Noto Serif TC', serif;
}

.form_box .send:hover {
    background-color: #fff;
    border: 1px solid #076baf;
    color: #076baf;
}

.form_box .clear:hover {
    background-color: #fff;
    border: 1px solid #898989;
    color: #898989;
}

@media screen and (max-width: 399px) {
    .form_box .send,
    .clear {
        margin: unset;
        margin-top: 30px;
    }
}

.over-border form>.control-group:last-child {
    padding-bottom: 5%;
}



/* -- 預約表單 end------------------------------------------------------------------------------ */





/* -- 表底 ------------------------------------------------------------------------------------- */

/**footer**/
#footer{ padding:50px 0px 0px 0px; background: linear-gradient(to top,#222 ,#494848); overflow:hidden;}
#footer .width-1000{
    max-width: 1000px;
    width: 85%;
    margin: auto;
}
#footer .row{
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    justify-content: space-around;
}
#footer .left,#footer .right{ width: 50%;}
@media all and (max-width : 767px){
    #footer .left,#footer .right{ width: 100%;}
}
#footer .contact_title{
    text-align: center;
    color: #FFF;
    font-size: 2.3vmax;
    font-weight: bold;
    letter-spacing: 4px;
    line-height: 40px;
    margin-left: 5%;
    margin-right: 5%;
    white-space: nowrap;
}
@media (max-width: 586px){
    #footer .contact_title {
        font-size: 30px;
    }
}
#footer .contact_title_line{ 
    width: calc(100% + -50%);
    height: 1px;
    background-color: #fff;
    margin-top: 20px;
}
.foot_info{ display:flex; max-width:900px; width:98%; margin:10px auto 30px auto;}
.foot_info ul{ margin:0px auto; padding:0px; max-width:800px; width:98%;}
.foot_info ul li{ display: flex; color:#FFF; font-size:17px; line-height:36px; padding-left:50px;}
.foot_info ul li strong{ font-size:21px; color:#fff000; padding-right:10px; white-space:nowrap;}
@media all and (max-width : 767px){
    .foot_info ul{ max-width:350px; width:96%; margin:auto;}
    .foot_info ul li{font-size: 16px; line-height: 30px; padding-left: 20px;}
    .foot_info ul li strong { font-size: 20px;}
    .foot_info{ display:inherit !important;}
    .space{ width: 1em; height: 1em; display: block;}
}
#footer2 {
    font-family: 'Noto Serif TC', serif;
    background: #232221;
    background-size: cover;
    line-height: 1.6;
}

#footer2 .copyright {
    text-align: center;
    padding: 20px 0;
    font-size: 14px;
    color: #fff;
}

.copyright img {
    height: 14px;
    width: auto;
    transform: translateY(-5px);
}

@media screen and (max-width: 639px) {
    #footer2 .copyright {
        padding-bottom: 90px;
    }
}

.br{display: none;}
@media screen and (max-width: 600px) {
    .br {
        display: unset;
    }
}


/* 隱私權聲明 */
#swal2-content{ text-align: justify; height: 150px; overflow-y: scroll; line-height: 1.44;}
.privacy-remark{ display: block; margin: auto; margin-top: 10px; width: 1000px; line-height: 1.44; font-size: 14px; letter-spacing: -1px;}
.privacy-remark ul{ margin: unset; padding-left: unset;}
@media screen and (max-width: 1200px){ .privacy-remark{ width: 800px;}}
@media screen and (max-width: 959px){ .privacy-remark{ width: 80%;}}