/*---------------- @media媒體查詢 ----------------*/
@media only screen and (max-width:1200px) {}

@media only screen and (max-width:992px) {}

@media only screen and (max-width:768px) {}

@media only screen and (max-width:576px) {}

/* iPad Air 和 iPad Mini橫式 */
@media only screen and (min-device-width: 768px) and (max-device-width: 1200px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: landscape) {}

/* iPad Air 和 iPad Mini直式 */
@media only screen and (min-device-width: 768px) and (max-device-width: 992px) and (-webkit-min-device-pixel-ratio: 1) {}

/* iPhone直式 */
@media only screen and (max-device-width: 414px) and (-webkit-min-device-pixel-ratio: 2) {}

/* iPhone橫式 */
@media only screen and (max-device-width: 414px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {}

/*---------------- @media媒體查詢 ----------------*/

/*---------------- 全局樣式 ----------------*/
body,
button,
input,
select,
textarea,
div,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Noto Sans TC', sans-serif !important;
}
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');
body {
    height: 100% !important;
}

.container {
    width: 1500px !important;
    max-width: 100% !important;
    padding: 0 30px;
}

.container2 {
    width: 100% !important;
    min-height: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 0 100px 0 156px !important;
}

@media only screen and (max-width:1200px) {
    .container {
        max-width: 85% !important;
        padding: 0 30px;
    }



}


@media only screen and (max-width:992px) {

    .SideWidth {
        padding: 100px 50px 100px 100px;
    }

    .container2 {
        display: inherit !important;
        padding: 0 56px 0 56px !important;
    }
}

@media only screen and (max-width:576px) {

    .container {
        max-width: 100% !important;
        padding: 0 30px;
    }

    .SideWidth {
        padding: 20px;
    }

    .container2 {
        display: inherit !important;
        padding: 100px 15px 0 15px !important;
    }
}




.NoteSerifTC {
    font-family: 'Noto Sans TC', sans-serif !important;
    /*---------------- font-family: 'Noto Serif TC', serif !important; ----------------*/
}

.Cinzel {
    font-family: 'Noto Sans TC', sans-serif !important;
}

.FSmin {
    font-family: 'Noto Sans TC', sans-serif !important;
}

.FSminFS {
    font-size: 30px !important;
    line-height: 40px;
}

@media only screen and (max-width:992px) {
    .FSminFS {
        font-size: 30px !important;
        line-height: 35px !important;
    }

    .FSminFSEdge {
        padding: 0 30px;
    }

}

.FSTrirong {
    font-family: 'Noto Sans TC', sans-serif !important;
}

.bgcolor01 {
    background: rgb(28, 28, 28);
    background: linear-gradient(45deg, rgb(0, 0, 0) 0%, rgb(98, 98, 98) 100%);
}


.pswp__scroll-wrap,
.pswp__zoom-wrap {
    background-color: rgba(0, 0, 0, 0) !important;
}

/*---------------- 文字樣式 ----------------*/

.Title01 {
    font-size: 35px;
    color: #fff;
    letter-spacing: 3px;
}

.Title02 {
    font-size: 50px;
    color: #fff;
    letter-spacing: 3px;
}

a:link.one {
    color: #333 !important;
    text-decoration: none !important;
    transition: all 0.3s !important;
    -webkit-transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
}

a:visited.one {
    color: #333 !important;
    text-decoration: none !important;
}

a:hover.one {
    color: #408e52 !important;
    text-decoration: none !important;
}

a:link.two {
    color: #666 !important;
    text-decoration: none !important;
    transition: all 0.3s !important;
    -webkit-transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
}

a:visited.two {
    color: #dbc198 !important;
    text-decoration: none !important;
}

a:hover.two {
    color: #dbc198 !important;
    text-decoration: none !important;
}

a:link.three {
    color: #aaa !important;
    text-decoration: none !important;
    transition: all 0.3s !important;
    -webkit-transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
}

a:visited.three {
    color: #aaa !important;
    text-decoration: none !important;
}

a:hover.three {
    color: #ffe282 !important;
    text-decoration: none !important;
}

a:link.four {
    color: #fff !important;
    text-decoration: none !important;
    transition: all 0.3s !important;
    -webkit-transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
}

a:visited.four {
    color: #fff !important;
    text-decoration: none !important;
}

a:hover.four {
    color: #ffe282 !important;
    text-decoration: none !important;
}


a:link.five {
    color: #fff !important;
    text-decoration: none !important;
    transition: all 0.3s !important;
    -webkit-transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
}

a:visited.five {
    color: #fff !important;
    text-decoration: none !important;
    border-bottom: 4px solid #fff;
}

a:hover.five {
    color: #fff !important;
    background-color: rgba(0, 0, 0, 0) !important;
    text-decoration: none !important;
}

.TextBlock {
    white-space: nowrap;
    display: inline-block;
}

.parallax-bottom {
    background-position: 10% 70% !important;
}

/*---------- 首頁標題動畫 ----------*/
section .set {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

section .set div {
    position: absolute;
    display: block;
}

section .set div:nth-child(1) {
    left: 20%;
    animation: animate 15s linear infinite;
    animation-delay: -7s;
}

section .set div:nth-child(2) {
    left: 40%;
    animation: animate 20s linear infinite;
    animation-delay: -5s;
}

section .set div:nth-child(3) {
    left: 70%;
    animation: animate 20s linear infinite;
    animation-delay: 0s;
}

section .set div:nth-child(4) {
    left: -10%;
    animation: animate 15s linear infinite;
    animation-delay: -5s;
}

section .set div:nth-child(5) {
    left: 95%;
    animation: animate 18s linear infinite;
    animation-delay: -10s;
}

section .set div:nth-child(6) {
    left: 20%;
    animation: animate 15s linear infinite;
    animation-delay: -7s;
}

section .set div:nth-child(7) {
    left: 30%;
    animation: animate 12s linear infinite;
}

section .set div:nth-child(8) {
    left: 100%;
    animation: animate 15s linear infinite;
}

.set {
    transform: scale(0.5) rotateY(180deg);

}

.set2 {
    transform: scale(1.4) rotateY(180deg);

}

.set3 {
    transform: scale(0.8) rotateX(180deg);

}

@keyframes animate {
    0% {
        opacity: 0;
        top: -50%;
        transform: translateX(20px) rotate(0deg);
    }

    10% {
        opacity: 1;
    }

    20% {
        transform: translateX(-20px) rotate(45deg);
    }

    40% {
        transform: translateX(-40px) rotate(90deg);
    }

    60% {
        transform: translateX(20px) rotate(135deg);
    }

    80% {
        transform: translateX(-40px) rotate(180deg);
    }

    100% {
        top: 150%;
        transform: translateX(-20px) rotate(225deg);
    }
}

.SliderFS01 {
    position: absolute;
    z-index: 1;
    right: 0px;
    top: 44% !important;
    font-size: 20px;
    color: #fff;
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.3);
    width: auto;
}

.SliderFS02 {
    font-family: 'Noto Sans TC', sans-serif !important;
    font-weight: 100;
    font-size: 18px;
    letter-spacing: 3px;
    margin-top: 0px;
    color: #fff;
}

@media only screen and (max-width:768px) {

    .SliderFS01 {
        position: absolute;
        z-index: 1;
        font-size: 16px;
        color: #fff;
        padding: 10px;
        background-color: rgba(0, 0, 0, 0.4);
        width: 100%;
        top: inherit !important;
        bottom: 0px;
        text-align: center;
    }

    .SliderFS02 {
        font-size: 14px;
        letter-spacing: 3px;
        line-height: 16px;
    }

}



/*---------- 內頁標題 ----------*/
.SliderFS03 {
    font-family: 'Noto Sans TC', sans-serif !important;
    font-weight: 600;
    font-size: 40px;
    color: #fff;
    letter-spacing: 5px;
    margin: 30px 0 0px 0;
    text-shadow: 0px 0px 20px #000;
}

.logo {
    padding: 0px 50px 10px 50px !important;
    background-color: #408e52 !important;
}

@media only screen and (max-width:768px) {

    .SliderFS03 {
        max-height: 100px;
        margin: -40px 0 0px 0;
    }

    #header.translucent {
        background-color: #408e52 !important;
    }

    #header a.logo > img {
        margin-top: 15px !important;
        height: 42px !important;
    }


}

/*---------- ScrollDown 往下捲動提示符號 ----------*/

.scrollPos {
    position: absolute;
    bottom: 50px !important;
}

.scroll {
    max-height: 50px;
    animation: down 1.5s infinite;
    -webkit-animation: down 1.5s infinite;
}

@keyframes down {
    0% {
        transform: translate(0);
    }

    20% {
        transform: translateY(20px);
    }

    40% {
        transform: translate(0);
    }
}

@-webkit-keyframes down {
    0% {
        transform: translate(0);
    }

    20% {
        transform: translateY(20px);
    }

    40% {
        transform: translate(0);
    }
}

/*---------- 社群選單（手機） ----------*/

.MobileCall {
    position: fixed;
    z-index: 2000;
    bottom: 0px;
    width: 100%;
    background-color: #dbc198;
    padding: 6px 0 0px 0;
    border-top: 1px solid #af8d57;
}

/*---------- 頁尾 ----------*/

.FooterFS01 {
    font-family: 'Noto Sans TC', sans-serif !important;
    font-weight: 600;
    font-size: 50px;
}

@media only screen and (max-width:768px) {
    .FooterFS01 {
        font-size: 27px;
    }
}

.FooterFrame {
    background-color: #b18d55 !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    background-position: bottom !important;
}

.Footer005 {
    position: absolute !important;
    z-index: 20;
    right: 50px;
    top: 210px;
    max-width: 500px;
}

.FooterLogo {
    max-width: 350px;
}

.FooterAA {
    max-width: 88px;
}

.FooterBlock {
    padding-left: 40px;
}

.mfp-iframe-holder .mfp-content {
    max-width: 90% !important;
    height: 90% !important;
}

@media only screen and (max-width:992px) {
    .FooterFrame {
        margin-top: 50px;
    }
}

@media only screen and (max-width:576px) {
    .FooterFrame {
        margin: 0px;
    }

    .FooterBlock {
        padding-left: 0px;
    }
}

/*---------- 表單 ----------*/
.form-control {
    border: #bbb 0px solid !important;
    border-radius: 0px !important;
    background-color: rgba(255, 255, 255, 0.7) !important;
    color: #408e52 !important;
    font-size: 18px;
    font-weight: bold;
}


.radio i,
.checkbox i {
    top: 0px !important;
    display: block;
    width: 24px !important;
    height: 24px !important;
    border-width: 0px !important;
    background: rgba(255, 255, 255, 0.7) !important;
}

.radio,
.checkbox {
    display: inline-block;
    margin: 10px 20px 10px 0px !important;
    padding-left: 30px !important;
    font-size: 18px !important;
    line-height: 25px !important;
}

.radio input + i:after {
    content: '';
    top: 7px !important;
    left: 7px !important;
    width: 10px !important;
    height: 10px !important;
    border-radius: 50%;
    background-color: #408e52 !important;
}


/*---------- 單元標題 ----------*/
.UnitTitle01 {
    position: fixed;
    width: 56px;
    z-index: 1;
    padding: 80px 12px;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 18px;
    color: #fff;
    height: 100%;
    line-height: 25px;
    text-align: center;
}


@media only screen and (max-width:992px) {

    .UnitTitle01 {
        position: fixed;
        width: 100%;
        padding: 18px 0px;
        background-color: rgba(0, 0, 0, 0.5);
        font-size: 18px;
        color: #fff;
        top: inherit;
        height: 60px;
        line-height: 25px;
        text-align: center;
    }
}


@media only screen and (min-width:992px) {
    .MaterialsBGFrame {
        min-height: 100vh !important;
        background-attachment: inherit;
    }

    .MaterialsBGFrame2 {
        min-height: 100vh !important;
        background-attachment: inherit;
    }

    .MaterialsBGFrame3 {
        min-height: 100vh !important;
        background-attachment: fixed !important;
        background-position: 80% 80% !important;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1920px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: landscape) {
    .MaterialsBGFrame {
        min-height: 100vh !important;
        background-attachment: fixed !important;
    }

    .MaterialsBGFrame2 {
        min-height: 100vh !important;
    }

    .MaterialsBGFrame3 {
        min-height: 100vh !important;
        background-attachment: fixed !important;
        background-position: 80% 80% !important;
    }
}

@media only screen and (min-device-width: 1px) and (max-device-width: 992px) and (-webkit-min-device-pixel-ratio: 1) {
    .MaterialsBGFrame {
        height: 60vh !important;
        background-attachment: inherit;
    }

    .MaterialsBGFrame2 {
        height: 60vh !important;
        background-attachment: inherit;
    }

    .MaterialsBGFrame3 {
        height: 60vh !important;
        background-attachment: inherit;
        background-size: cover;
        background-position: 80% 80% !important;
    }

    .ContentPadding {
        padding: 0 50px;
    }
}

/*---------- 切換頁面 ----------*/
@media only screen and (min-width:992px) {
    .pagination {
        position: fixed;
        width: 30px;
        z-index: 1;
        left: 10px;
        bottom: 20px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1920px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: landscape) {
    .pagination {
        position: fixed;
        width: 30px;
        z-index: 1;
        left: 10px;
        bottom: 20px;
    }

}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #5a5a5a;
    border-color: #5a5a5a;
}

.page-item :hover {
    color: #fff;
    background-color: #eee !important;
}

.page-item.active :hover {
    background-color: #5a5a5a !important;
    border-color: #5a5a5a !important;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 992px) and (-webkit-min-device-pixel-ratio: 1) {

    .pagination {
        position: relative;
        width: inherit;
        z-index: 1;
        left: inherit;
        bottom: 4px;
    }

}

/*---------- 即刻鑑賞 ----------*/
.EnterBTN {
    position: relative;
    z-index: 100;
    color: #fff;
    padding: 14px 20px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    letter-spacing: 4px;
    animation-name: colorChange;
    animation-duration: 4s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

@keyframes colorChange {
    0% {
        background: #000;
    }

    50% {
        background: #408e52;
    }

    100% {
        background: #000;
    }
}

/*---------- 平面配置 ----------*/

.floorBG {
    background-image: url('../images/sec3-2/cb2.jpg');
    background-size: cover;
    background-position: 10%;
    background-attachment: fixed;
}


.floorframe {
    text-align: left;
}

.floorBTN {
    font-size: 20px;
    margin-bottom: 5px;
    display: inline-block;
    width: 150px;
    text-align: center;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.4);
    border-left: 8px solid #c9a553;
    color: #fff;
    transition: all 0.3s !important;
    -webkit-transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
}

.floorBTN:hover {
    margin: 2px;
    padding: 16px;
    background-color: rgba(229, 229, 229, 0.8);
    color: #000;
}

@media only screen and (max-width:992px) {

    .floorBG {
        background-position: 40%;
    }

    .floorframeTitle {
        text-align: right;
    }

    .floorBTN {
        margin: 4px;
        padding: 16px;
        background-color: rgba(0, 0, 0, 0.5);
        color: #fff;
    }
}


@media only screen and (max-width:768px) {

    .floorBG {
        background-position: 40%;
    }

    .floorframe {
        text-align: center;
    }

    .floorframeTitle {
        text-align: left;
    }

    .floorDisc {
        margin-top: 800px;
        padding: 20px;
        background-color: #fff;
        backdrop-filter: blur(10px);
    }

    .floorBTN {
        margin: 2px;
        padding: 14px;
        background-color: rgba(0, 0, 0, 0.5);
        color: #fff;
    }

    .floorBTN:hover {
        margin: 0px;
        padding: 10px;

    }

    .floorBTNSize {
        margin: 3px;
        padding: 10px;
    }

    .floorChoose {
        background-color: rgba(17, 204, 190, 0.5);
        backdrop-filter: blur(10px);
    }

}

@media only screen and (max-width:480px) {

    .floorBG {
        background-position: 40%;
    }

    .floorBTN {
        margin: 4px 2px;
        display: inline-block;
        padding: 10px;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.5);
        color: #fff;
    }

}

/*---------- 創辦人 ----------*/

.TeamDisc2 {
    color: #fff !important;
}

@media only screen and (max-width:768px) {
    .TeamDisc {
        position: relative;
        z-index: 1000000;
        top: 300px;
        right: 0px !important;
        padding: 20px;
        background-color: rgba(255, 255, 255, 0.9);
        backdrop-filter: blur(6px);
        border-top: 10px solid #cbb388;
        color: #000 !important;
    }

    .TeamDisc2 {
        position: relative;
        bottom: 0px;
        padding: 20px;
        background-color: rgba(255, 255, 255, 0.9);
        backdrop-filter: blur(6px);
        border-top: 10px solid #cbb388;
        color: #000 !important;
    }


}

/*---------------- 影像地圖滑鼠移過特效 ----------------*/

.image-map-container {
    position: relative;
    display: inline-block;
}

.image-map-container img {
    display: block;
}

.image-map-container .map-selector {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    color: #ef335700;
    transition-duration: .2s;
    transition-timing-function: ease-out;
    transition-property: top, left, right, bottom, color;
}

.image-map-container .map-selector.hover {
    color: #ef335790;
}

.map-selector:after {
    content: '';
    position: absolute;
    background: currentColor;
    top: inherit;
    right: inherit;
    bottom: inherit;
    left: inherit;
    background: currentColor;
    transition-duration: .2s;
    transition-timing-function: ease-out;
    transition-property: top, left, right, bottom, background;
    pointer-events: none;
}
























/*---------- 首頁幻燈片正式 ----------*/

.IndexFSFrame {
    position: absolute;
    z-index: 1000;
    bottom: 0px;
    width: 100%;
}

.IndexFS01 {
    font-family: 'Noto Sans TC', sans-serif !important;
    font-weight: 600;
    font-size: 30px;
    color: #fff;
    text-align: center !important;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.6);
    height: 100px;
}

.IndexFS02 {
    font-size: 20px;
    line-height: 27px;
    color: #000;
    padding: 25px 30px;
    background-color: rgba(255, 255, 255, 0.9);
    height: 100px;
}


@media only screen and (max-width:768px) {
    .IndexFS01 {
        font-size: 22px;
        color: #fff;
        text-align: center !important;
        padding: 10px;
        background-color: rgba(0, 0, 0, 0.5);
        height: 70px;
    }

    .IndexFS02 {
        font-size: 16px;
        line-height: 22px;
        color: #000;
        padding: 10px 30px;
        background-color: rgba(255, 255, 255, 0.9);
        height: 90px;
    }

}




/*---------- 標誌 ----------*/
.MenuLogo {
    position: absolute;
    z-index: 1;
    max-height: 80px;
    top: 30px;
    left: 30px;
}

/*---------- 主選單 ----------*/


.MenuRight {
    position: absolute;
    top: 30px;
    right: 30px;
}

.Menu01 {
    padding: 20px 40px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s !important;
    -webkit-transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
}

.Menu02 {
    color: #000;
    transition: all 0.3s !important;
    -webkit-transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
}

.Menu03 {
    font-size: 14px;
    font-family: 'Noto Sans TC', sans-serif !important;
    color: #bbb;
    letter-spacing: 1px;
    transition: all 0.3s !important;
    -webkit-transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
}

.Menu01:hover {
    background-color: #dbc198;
}

.Menu01:hover .Menu02 {
    color: #fff;
}

.Menu01:hover .Menu03 {
    color: #666;
}

.Menu01Active {
    background-color: #dbc198;
}

.Menu01Active .Menu02 {
    color: #fff;
}

.Menu01Active .Menu03 {
    color: #666;
}

.Menu01Active:hover {
    background-color: #333;
}



/*---------- 滾動式選單 ----------*/

#navbar {
    background-color: #fff;
    position: fixed;
    top: 0px;
    width: 100%;
    transition: top ease-out 0.2s;
    z-index: 1000;

}

.ScrollDownLogo {
    text-align: left;
    max-width: 200px;
    margin: 15px 0 0 30px;
}


.ScrollDownMenu {
    color: #f2f2f2;
    padding: 12px 12px;
    text-decoration: none;
    font-size: 18px;
}

.ScrollDownMenu:hover {
    background-color: #fff;
    color: #333;
}

.ScrollDownMenuOn {
    background-color: #fff;
    color: #333;
}


/*---------- 圓形數字列表清單 ----------*/

.ListN {
    width: 24px;
    height: 10px;
    background-color: #ff005e;
    border-radius: 100px;
    font-size: 13px;
    color: #fff;
    padding: 6px
}

.ListA {
    width: 14px;
    height: 14px;
    background-color: #b20000;
    border-radius: 100px;
    font-size: 16px;
    color: #fff;
    padding: 4px 8px;
}

.TextN {
    color: #ff005e;
    font-weight: bold;
}

.number-circle-list {
    list-style: none;
    padding-left: 0rem;
    counter-reset: circle-counter;
}

.number-circle-list--list-item {
    counter-increment: circle-counter;
    margin-bottom: 0.1rem;
}

.number-circle-list--list-item:before {
    content: counter(circle-counter);
    background-color: #e1e1e1;
    width: 1.3rem;
    height: 1.3rem;
    border-radius: 50%;
    display: inline-block;
    font-size: 0.9rem;
    line-height: 1.3rem;
    color: black;
    text-align: center;
    margin-right: 0.5rem;
    position: relative;
    top: -2px;
}

.number-circle-list--list-item:last-child {
    margin-bottom: 0;
}

.number-circle-list--list-item .number-circle-list--list-item {
    margin-left: 0.25rem;
}

.number-circle-list--primary-color .number-circle-list--list-item:before {
    background-color: #000;
    color: #fff;
}

.LiFix {
    display: list-item;
    margin-top: -23px;
    margin-left: 27px;
    font-size: 18px;
}

.number-circle-list--list-item2 {
    counter-increment: circle-counter;
    margin-bottom: 0.1rem;
}

.number-circle-list--list-item2:before {
    content: counter(circle-counter);
    background-color: #e1e1e1;
    width: 1.3rem;
    height: 1.3rem;
    border-radius: 50%;
    display: inline-block;
    font-size: 0.9rem;
    line-height: 1.3rem;
    color: black;
    text-align: center;
    margin-right: 0.5rem;
    position: relative;
    top: -2px;
}

.number-circle-list--list-item2:last-child {
    margin-bottom: 0;
}

.number-circle-list--list-item .number-circle-list--list-item2 {
    margin-left: 0.25rem;
}

.number-circle-list--primary-color .number-circle-list--list-item2:before {
    background-color: #ff005e;
    color: #fff;
}

/*---------- 首頁幻燈片 ----------*/

.tparrows.round,
.tp-leftarrow.round,
.tp-rightarrow.round {
    background-image: none !important;
    border: 0;
    width: 70px !important;
    height: 0px !important;
    color: #666 !important;
    font-size: 34px !important;
    line-height: 0px !important;
    padding: 0px !important;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 1000px !important;
    -webkit-transition: all .400s;
    -moz-transition: all .400s;
    -o-transition: all .400s;
    transition: all .400s;
}







.TitleText {
    position: absolute;
    top: 100px;
    text-shadow: 0px 0px 20px #000 !important;
    border-left: 4px solid #fff;
}







.HomeSliderA002 {
    position: absolute !important;
    text-align: right !important;
    right: 240px !important;
    top: 60px !important;
    height: 100% !important;
}

.HomeSliderA003 {
    position: absolute !important;
    text-align: right !important;
    right: 0px !important;
    top: 0px !important;
    height: 100% !important;
    width: auto !important;
}

.HomeSliderB002 {
    position: absolute !important;
    text-align: right !important;
    right: -80px !important;
    top: 100px !important;
    height: 100% !important;
}

.HomeSliderB003 {
    position: absolute !important;
    text-align: right !important;
    right: 150px !important;
    bottom: 0px !important;
    height: 100% !important;
}

.HomeSliderC002 {
    position: absolute !important;
    text-align: left !important;
    left: -180px !important;
    bottom: 0px !important;
    height: 100% !important;
}

.HomeSliderC003 {
    position: absolute !important;
    text-align: right !important;
    right: 0px !important;
    bottom: 0px !important;
    width: 100% !important;
}

/*---------- 傢配平面參考圖 ----------*/

.Space01 {
    padding: 40px 30px;
    background-color: #333;
    font-size: 70px;
    color: #fff;
    text-align: center;
    width: 200px;
    height: 200px;
    border-bottom: 20px solid #bfa86a;

}

.Space02 {
    padding: 0 80px;
}

@media only screen and (max-width:992px) {
    .Space02 {
        padding: 0 20px;
    }

}


/*---------- 獎牌 ----------*/

.BrandName {}

.Brand002 {
    display: none;
}

.coverflow02 {
    background-position: center;
    background-size: cover;
    max-width: 500px;
    height: auto;
}

.CFlowFS05 {
    position: absolute;
    top: 50px;
    bottom: 50px;
    left: 400px;
    z-index: 222;
    background-color: #fff;
    padding: 40px;
    width: 500px;
    height: auto;
}

@media only screen and (max-width:1600px) {
    .CFlowFS05 {
        position: absolute;
        top: 50px;
        bottom: 50px;
        left: 50px;
        z-index: 222;
        background-color: rgba(255, 255, 255, 0.9);
        padding: 30px;
        width: 500px;
        height: auto;
    }
}

@media only screen and (max-width:992px) {

    .Brand002 {
        display: block;
    }
}

@media only screen and (max-width:768px) {
    .CFlowFS05 {
        display: none;
    }

}


/*---------- 公設會館 ----------*/
.Architecture01 {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 100000;
    font-family: 'Noto Sans TC', sans-serif !important;
    font-size: 20px;
    color: #fff;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.7) !important;
}

.Architecture02 {
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 100000;
    font-size: 16px;
    color: #fff;
    padding: 15px;
}

/*---------- 單元A ----------*/
.swiper {
    width: 100% !important;
    height: 100% !important;
}

.coverflow {
    background-position: center;
    background-size: cover;
    max-width: 1200px;
    height: auto;
}

.coverflow img {
    display: block;
    width: 100%;
}

.swiper-pagination {
    position: relative !important;
    text-align: center !important;
    bottom: -5px !important;
}

.swiper-pagination02 {
    position: absolute !important;
    text-align: center !important;
    bottom: 100px !important;
}

.swiper-pagination03 {
    position: absolute !important;
    z-index: 100;
    text-align: center !important;
    bottom: -50px !important;
    font-family: 'Noto Sans TC', sans-serif !important;
    font-size: 20px;
}

.swiper-pagination04 {
    position: absolute !important;
    z-index: 100;
    text-align: center !important;
    bottom: -50px !important;
    font-family: 'Noto Sans TC', sans-serif !important;
    font-size: 20px;
}

.swiper-pagination05 {
    position: absolute !important;
    z-index: 100;
    text-align: center !important;
    bottom: -50px !important;
    font-family: 'Noto Sans TC', sans-serif !important;
    font-size: 20px;
}

.swiper-pagination-bullet {
    font-family: 'Noto Sans TC', sans-serif !important;
    width: 30px !important;
    height: 30px !important;
    text-align: center !important;
    line-height: 0px !important;
    font-size: 20px !important;
    color: #666 !important;
    opacity: 1 !important;
    padding: 13px 0;
    margin: 10px 2px !important;
    border-radius: 100px !important;
    border: 1px solid #999;
    background-color: transparent !important;
    transition: all 0.3s !important;
    -webkit-transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
}

.swiper-pagination-bullet:hover {
    color: #000 !important;
    background-color: #ddd !important;
}

.swiper-pagination-bullet-active {
    color: #fff !important;
    background-color: #000 !important;
}

.swiper-pagination-bullet-active:hover {
    color: #fff !important;
    background-color: #000 !important;
}

.CFlowFS01 {
    position: absolute;
    top: 50px;
    bottom: 50px;
    right: -200px;
    z-index: 222;
    background-color: #fff;
    padding: 40px;
    width: 500px;
    height: auto;
}

.CFlowFS01rtl {
    position: absolute;
    top: 50px;
    bottom: 50px;
    right: -200px;
    z-index: 222;
    background-color: #fff;
    padding: 40px;
    width: 500px;
    height: auto;
}

.CFlowFS02 {
    font-family: 'Noto Sans TC', sans-serif !important;
    font-size: 33px;
    font-weight: 700;
    color: #000;
    line-height: 45px;
    text-align: left;
}

.CFlowFS03 {
    font-size: 18px;
    color: #333;
    margin-top: 20px;
    line-height: 30px;
    text-align: left;
}

.swiper-button-next {
    right: 0px;
    top: 45% !important;
}

.swiper-button-prev {
    left: 0px;
    top: 45% !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 25px !important;
}

@media only screen and (max-width:1600px) {
    .CFlowFS01 {
        position: absolute;
        top: 50px;
        bottom: 50px;
        left: 50px;
        z-index: 222;
        background-color: rgba(255, 255, 255, 0.9);
        padding: 30px;
        width: 500px;
        height: auto;
    }

    .CFlowFS01rtl {
        position: absolute;
        top: 50px;
        bottom: 50px;
        right: 50px;
        z-index: 222;
        background-color: rgba(255, 255, 255, 0.9);
        padding: 30px;
        width: 500px;
        height: auto;
    }

    .swiper-button-next {
        right: 0px;
    }

    .swiper-button-prev {
        left: 0px;
    }
}

@media only screen and (max-width:768px) {
    .CFlowFS01 {
        display: none;
    }

    .CFlowFS01rtl {
        display: none;
    }

    .CFlowFS04 {
        padding: 30px;
        background-color: #eee;
    }

    .swiper-button-next {
        right: 0px;
        top: 40% !important;
    }

    .swiper-button-prev {
        left: 0px;
        top: 40% !important;
    }

    .swiper-pagination01 {
        position: absolute !important;
        z-index: 100;
        text-align: center !important;

    }
}


/*---------- 建築外觀 ----------*/

.TitleShadow {
    position: absolute !important;
    float: left !important;
    z-index: 2000000000000;
    top: 0px !important;
    left: 0px !important;
    height: 100px !important;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.TitleBottom {
    position: absolute !important;
    bottom: 0px;
}



/*---------- 立即預約 ----------*/

.Reserve {
    position: fixed;
    z-index: 20;
    right: 60px;
    bottom: -40px;
    transition: all 0.3s !important;
    -webkit-transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
}

.Reserve:hover {
    position: fixed;
    z-index: 20;
    right: 60px;
    bottom: -30px;
}

@media only screen and (max-width:768px) {
    .Reserve {
        position: fixed;
        z-index: 20;
        right: 26%;
        bottom: -40px;
    }

    .Reserve:hover {
        position: fixed;
        z-index: 20;
        right: 26%;
        bottom: -30px;
    }
}


/*---------- unitegallery ----------*/
.ug-lightbox .ug-textpanel-title {
    text-align: center !important;
}

/*---------------- 分隔線 ----------------*/
.Dividers001 {
    border-top: 1px dashed #444;
    margin: 100px 0;
}

/*---------------- 首頁幻燈片標誌動畫 ----------------*/

.HomeSliderLogo {
    width: 100%;
    -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 1));
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 1));
    margin-bottom: -50px;
}

.HomeSliderLogo2 {
    width: 70%;
}

.HomeSliderText {
    font-size: 30px !important;
}

.Logo01 {
    padding-top: 20px !important;
    padding-bottom: 10px !important;
}

@keyframes logoStroke01 {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes logoStrokeFill01 {
    to {
        stroke: rgba(255, 255, 255, 0);
        fill: rgba(255, 255, 255, 1);
    }
}



@media only screen and (max-width:1024px) {}

@media only screen and (max-width:992px) {
    .Logo01 {
        padding-top: 10px !important;
    }
}

/*---------------- 背景底圖 ----------------*/

.bg01 {
    position: relative;
    float: right;
    z-index: 100;
    top: 285px;
}

.bg02 {
    position: relative;
    float: right;
    z-index: 100;
    top: 181px;

}

/*---------------- 行動裝置選單 ----------------*/
.sidepanel_btn {
    position: fixed;
    z-index: 99;
    color: #5a5a5a;
    text-align: center;
    padding: 14px 19px;
    background-color: rgba(255, 255, 255, 0) !important;
}

.sidepanel-light {
    overflow: auto !important;
}

.sidepanel-dark {
    overflow: auto !important;
}

#sidepanel ul ul > li {
    padding: 5px 0 5px 0px !important;
}

@media only screen and (max-width:1200px) {
    .sidepanel_btn {
        position: fixed;
        z-index: 99;
        text-align: center;
        padding: 15px 20px;
        /*--background-color: #408e52 !important;--*/
        color: #5a5a5a !important;
    }
}

/*---------- 建案作品 ----------*/

.Works001 {
    padding: 100px 0;
}

.Works002 {
    font-size: 200px;
    font-weight: bold;
    color: #ddd;
    line-height: 200px;
    text-align: center;
}

@media only screen and (max-width:768px) {

    .Works001 {
        padding: 50px 0 0 0;
    }

    .Works002 {
        font-size: 100px;
        line-height: 120px;
        padding: 0px 0px !important;
    }
}

figure.zoom > a.lightbox {
    position: absolute;
    z-index: 20;
    font-size: 0px !important;
    background-color: #000 !important;
    padding: 9px !important;
    width: 20px !important;

    line-height: 10px !important;
    text-align: center;
    color: #fff;
    -webkit-border-bottom-right-radius: 0px !important;
    -webkit-border-top-left-radius: 0px !important;
    -moz-border-radius-bottom-right: 0px !important;
    -moz-border-radius-top-left: 05px !important;
    border-bottom-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
}

/*---------- 新聞邊框 ----------*/

.Frame01 {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}



/*---------------- 個案區塊 ----------------*/

.case-01 {
    font-size: 30px;
    color: #666;
    text-align: center;
}

.case-02 {
    font-size: 30px;
    color: #666;
    text-align: center;
    margin: 0 0 60px 0;
}

.PicSet-01-01 {
    font-size: 30px;
    color: #666;
}

.PicSet-01-02 {
    font-size: 16px;
    color: #666;
}

.PicSet-02-01 {
    padding: 50px;
    background-color: #333;
}

.PicSet-02-02 {
    color: #fff;
    font-size: 25px;
    letter-spacing: 2px;
}

.PicSet-02-03 {
    color: #999;
    font-size: 16px;
}

.PicSet-03-01 {
    color: #666;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 30px;
}

.PicSet-03-02 {
    color: #666;
    font-size: 16px;
    line-height: 30px;
}

.PicSet-04-01 {
    color: #666;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}

.PicSet-04-02 {
    color: #666;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

.PicSet-04-03 {
    color: #666;
    font-size: 16px;
    line-height: 30px;
}

.PicSet-05-01 {
    color: #666;
    font-size: 20px;
    line-height: 20px;
}

.PicSet-05-02 {
    color: #666;
    font-size: 30px;
    font-weight: bold;
}

.PicSet-06-01 {
    color: #666;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}

.PicSet-06-02 {
    color: #666;
    font-size: 16px;
    line-height: 30px;
}

.PicSet-06-03 {
    color: #666;
    font-size: 20px;
    line-height: 20px;
}

.PicSet-10-01 {
    color: #666;
    font-size: 30px;
    font-weight: bold;
    line-height: 35px;
    margin-bottom: 30px;
}

.PicSet-10-02 {
    color: #666;
    font-size: 16px;
    line-height: 30px;
}

.PicSet-11-01 {
    background-color: #333;
}

.PicSet-11-02 {
    color: #aaa;
    font-size: 16px;
    line-height: 30px;
}





@media only screen and (max-width:1400px) {
    .case-01 {
        font-size: 25px;
        color: #666;
        text-align: center;
    }
}

@media only screen and (max-width:768px) {
    .PicSet-01-01 {
        font-size: 25px;
        color: #666;
        line-height: 0px;
        margin: 20px 0px 4px 0px;
    }

    .PicSet-02-01 {
        padding: 20px;
        background-color: #333;
    }

    .PicSet-02-02 {
        color: #fff;
        font-size: 25px;
        font-weight: bold;
        letter-spacing: 4px;
    }

    .PicSet-03-01 {
        color: #666;
        font-size: 25px;
        line-height: 30px;
        margin: 20px 0 0px 0;
    }

    .PicSet-03-02 {
        color: #666;
        font-size: 16px;
    }

    .PicSet-04-01 {
        color: #666;
        font-size: 20px;
        line-height: 20px;
        text-align: center;
    }

    .PicSet-04-02 {
        color: #666;
        font-size: 25px;
        font-weight: bold;
        text-align: center;
    }

    .PicSet-04-03 {
        color: #666;
        font-size: 16px;
    }

    .PicSet-05-01 {
        color: #666;
        font-size: 20px;
        line-height: 20px;
    }

    .PicSet-05-02 {
        color: #666;
        font-size: 25px;
        font-weight: bold;
    }

    .PicSet-06-01 {
        color: #666;
        font-size: 25px;
        font-weight: bold;
        margin-bottom: 30px;
    }

    .PicSet-06-02 {
        color: #666;
        font-size: 16px;
    }

    .PicSet-06-03 {
        color: #666;
        font-size: 20px;
        line-height: 20px;
    }

    .PicSet-10-01 {
        color: #666;
        font-size: 25px;
        font-weight: bold;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .PicSet-10-02 {
        color: #666;
        font-size: 16px;
        margin-bottom: 20px;
    }

    .PicSet-11-02 {
        color: #999;
        font-size: 16px;
    }

}

@media only screen and (max-width:480px) {
    .case-01 {
        font-size: 20px;
        color: #000;
        text-align: center;
        margin-top: 0px;
    }

    .case-02 {
        font-size: 30px;
        color: #000;
        text-align: center;
    }


}



/*---------- 內頁標題1 ----------*/

.Type01 {
    font-size: 50px;
    color: #2F70B7;
    margin-bottom: 20px;
}

.Type02 {
    font-size: 25px;
    color: #000;
    margin-bottom: 10px;
}

.Type03 {
    font-size: 16px;
    color: #999;
    line-height: 27px;
}


@media only screen and (max-width:992px) {
    .Type01 {
        font-size: 30px;
    }

    .Type02 {
        font-size: 20px;
    }

    .Type03 {
        font-size: 15px;
    }
}


/*---------- 內頁標題2 ----------*/



.idea001 {
    position: absolute;
    z-index: 20 !important;
    top: 160px !important;
    margin-top: -80px !important;
    padding-top: -80px !important;
    border-bottom: 0px solid #eee !important;
    background-color: rgba(0, 0, 0, 0.2) !important;
}

.idea002 {
    width: 50%;
    margin: 0 0 0 50px;
    padding: 40px;
    background-color: rgba(0, 0, 0, 0.8);
    border-left: 10px solid #c39a4e;
}

@media only screen and (max-width:992px) {
    .idea001 {
        top: 140px !important;
        padding: 10px !important;
        background-color: rgba(0, 0, 0, 0.2) !important;
    }

    .idea002 {
        width: 100%;
        margin: 10px 0 0 0px;
        padding: 20px;
        background-color: rgba(0, 0, 0, 0.6);
        border-left: 0px solid #c39a4e;
    }
}

/*---------------- 裝飾圖紋 ----------------*/
.Decorate001 {
    position: absolute;
    top: 50px;
    right: 0px;
    z-index: -1;
    width: 50%;
    height: 70%;
    background-color: #b5e5e5;
    text-align: right;
    overflow: hidden !important;
}

.Decorate002 {
    position: absolute;
    bottom: -50px;
    right: 80px;
    z-index: -1;
    width: 100%;
    height: 100%;
    border: 20px solid #d8cfbc;
}

.Decorate003 {
    position: absolute;
    top: -10%;
    left: 70%;
    z-index: -1;
    width: 100%;
    height: 90%;
    background-color: #ebebeb;
}

.Decorate004 {
    position: absolute;
    top: -24px;
    right: -10px;
    z-index: -1;
    width: 100px;
    height: 100px;
    background-color: #d8cfbc;
}

.Decorate005 {
    position: absolute;
    bottom: -24px;
    left: -10px;
    z-index: -1;
    width: 100px;
    height: 100px;
    background-color: #d8cfbc;
}

.Decorate006 {
    position: absolute;
    top: -50px;
    left: -40px;
    z-index: -1;
    width: 60%;
    height: 80%;
    border-top: 20px solid #d8cfbc;
    border-left: 20px solid #d8cfbc;
}

.Decorate008 {
    position: absolute;
    top: -50px;
    right: -40px;
    z-index: -1;
    width: 60%;
    height: 80%;
    border-top: 20px solid #d8cfbc;
    border-right: 20px solid #d8cfbc;
}

.Decorate007 {
    padding: 30px;
    border: 20px solid #d8cfbc;
}

.Decorate009 {
    position: absolute;
    top: -200px;
    z-index: 0;
    width: 100%;
    height: 100%;
    overflow: hidden !important;
    text-align: right;
}

@media only screen and (max-width:992px) {
    .Decorate001 {
        display: none;
    }

    .Decorate002 {
        display: none;
    }

    .Decorate003 {
        display: none;
    }

    .Decorate004 {
        display: none;
    }

    .Decorate005 {
        display: none;
    }

    .Decorate006 {
        display: none;
    }

    .Decorate007 {
        display: none;
    }

    .Decorate008 {
        display: none;
    }

    .Decorate009 {
        display: none;
    }
}

/*---------------- 影像地圖滑鼠移過特效 ----------------*/


.image-map-container {
    position: relative;
    display: inline-block;
}

.image-map-container img {
    display: block;
}

.image-map-container .map-selector {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    color: #ef335700;
    transition-duration: .2s;
    transition-timing-function: ease-out;
    transition-property: top, left, right, bottom, color;
}

.image-map-container .map-selector.hover {
    color: #ef335790;
}

.map-selector:after {
    content: '';
    position: absolute;
    background: currentColor;
    top: inherit;
    right: inherit;
    bottom: inherit;
    left: inherit;
    background: currentColor;
    transition-duration: .2s;
    transition-timing-function: ease-out;
    transition-property: top, left, right, bottom, background;
    pointer-events: none;
}
