/*平板橫式*/
@media (orientation: landscape) and (min-width: 576px) and (max-width: 1366px) {
}

/*平板直式*/
@media (orientation: portrait) and (min-width: 576px) and (max-width: 1366px) {
}

/*手機直式*/
@media only screen and (max-width: 576px) {
}

/*---------------- 精緻建築 ----------------*/

.CaseBTN01{
    background: linear-gradient(to top left, #88daf9, #83e8a7);
}

.btnA {
    background: radial-gradient(circle, #c9f7db, #c9f7db, #ffffff);
    color: #097b80;
    border-radius: 1000px;
    transition: all 0.3s !important;
    -webkit-transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
    line-height:20px;
}

.btnA:hover {
    background: radial-gradient(circle, #ffffff, #ffffff, #c9f7db);
    color: #000;
}


/*---------------- 團隊核心 ----------------*/
.custom-list {
    list-style: none;
    counter-reset: item;
    padding-left: 1.5em; /* 可依需要調整縮排 */
}

.custom-list li {
    counter-increment: item;
    position: relative;
    margin-bottom: 0.5em;
}

.custom-list li::before {
    content: counter(item) "、";
    position: absolute;
    left: -1.5em; /* 與 padding-left 搭配調整 */
}

/*---------------- 單元標題 ----------------*/

.UnitTitle01 {
    font-size: 2.5em;
    color: #ae8239;
    line-height: 1em;
    letter-spacing: 2px;
    margin: 200px 0 0 0;
}

.UnitTitle02 {
    font-size: 1.6em;
    color: #ae8239;
    font-weight: 500;
    line-height: 1.8em;
    letter-spacing: 2px;
    margin: 0 0 70px 0;
}

/*平板直式*/
@media (orientation: portrait) and (min-width: 576px) and (max-width: 1366px) {
    .UnitTitle01 {
        margin: 100px 0 0 0;
    }
}

/*手機直式*/
@media only screen and (max-width: 576px) {
    .UnitTitle01 {
        margin: 100px 0 0 0;
    }
}

/*---------------- 案件按鈕 ----------------*/

.piechartText {
    position: absolute;
    margin: 0 auto;
    text-align: center;
    top: 32px;
    left: 0%;
    right: 0%;
}



/*---------------- 位置 ----------------*/

.VideoPos {
    padding: 80px 0 0 0;
}

.UnitTitle {
    max-width: 30%;
    padding: 100px 0;
}

.Logo2 {
    width: 40%;
}

.BrandText {
    padding: 0;
}

.NewsText {
    padding: 0 30px;
}

/* 首行縮排兩個字的距離 */
p {
    text-indent: 2em;
}

.BGtrans {
    background-color: rgba(255, 255, 255, 0) !important;
}

.BG001 {
    background-image: url("../images/BG001.jpg");
    background-position: left top;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

/*平板直式*/
@media (orientation: portrait) and (min-width: 576px) and (max-width: 1366px) {
    .VideoPos {
        padding: 0 0 0 0;
    }

    .UnitTitle {
        max-width: 40%;
        padding: 50px 0;
    }

    .Logo2 {
        width: 50%;
    }

    .BrandText {
        padding: 20px 0 0 0;
    }

    .NewsText {
        padding: 20px;
    }
}

/*手機直式*/
@media only screen and (max-width: 576px) {
    .VideoPos {
        padding: 0 0 0 0;
    }

    .UnitTitle {
        max-width: 65%;
        padding: 35px 0;
    }

    .Logo2 {
        width: 80%;
    }

    .BrandText {
        padding: 20px 0 0 0;
    }

    .NewsText {
        padding: 20px;
    }

    .BG001 {
        background-image: url("../images/BG001.jpg");
        background-position: left top;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

/*---------------- owl-carousel-2 ----------------*/

.owl-carousel-2 .owl-dots {
    position: absolute;
    left: 10%;
    right: 10%;
    margin-top: 4% !important;
    background-color: rgba(255, 255, 255, 0) !important;
}

.owl-dot span {
    width: 12px !important;
    height: 12px !important;
    background-color: #c1c1c1 !important;
    font-size: 12px !important;
    color: #000;
    padding: 4px;
    margin: 3px !important;
    border-radius: 20px !important;
    transition: all 0.3s !important;
    -webkit-transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
}

.owl-carousel-2 .owl-dots .owl-dot.active span {
    background-color: #ae8239 !important;
    color: #fff;
    font-weight: bolder !important;
    width: 22px !important;
    height: 12px !important;
}

.owl-dots {
    counter-reset: dots;
}

body .owl-nav {
    position: absolute;
    top: -40px;
    width: 100%;
    left: 0px;
    visibility: hidden !important;
}

body .owl-nav div {
    position: absolute;
    top: 26%;
    border: 1px solid #000;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

body .owl-prev {
    left: -10px;
    display: flex;
    background: #fff;
}

body .owl-next {
    right: -10px;
    display: flex;
    background: #fff;
}

body .owl-prev i,
body .owl-next i {
    margin: auto;
}

#owl-example .owl-item {
    box-sizing: border-box;
    padding: 40px;
    text-align: center;
}

#owl-example .owl-item p {
    font-size: 25px;
}

.owl-carousel-2:hover .owl-nav div.owl-next {
    right: -2%;
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
}

.owl-carousel-2:hover .owl-nav div.owl-prev {
    left: -2%;
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
}

.owl-carousel-2:hover .owl-nav div.owl-next,
.owl-carousel-2:hover .owl-nav div.owl-prev {
}


/*平板直式*/
@media (orientation: portrait) and (min-width: 576px) and (max-width: 1366px) {
    .owl-carousel-2{
margin-bottom: 80px !important;
}
}

/*手機直式*/
@media only screen and (max-width: 576px) {
}



/*---------------- 全局樣式 ----------------*/
body,
button,
input,
select,
textarea,
div,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, "微軟正黑體", "メイリオ", "맑은 고딕", sans-serif !important;
}

.NoteSerifTC {
    font-family: "Helvetica Neue", Helvetica, Arial, "微軟正黑體", "メイリオ", "맑은 고딕", sans-serif !important;
    /*---------------- font-family: 'Noto Serif TC', serif !important; ----------------*/
}

.Cinzel {
    font-family: "Cinzel", serif !important;
}

.FSmin {
    font-family: "Noto Serif TC", serif !important;
}

.FSminFS {
    font-size: 50px !important;
    line-height: 60px;
}

@media only screen and (max-width: 992px) {
    .FSminFS {
        font-size: 35px !important;
        line-height: 40px !important;
    }

    .FSminFSEdge {
        padding: 0 30px;
    }
}

.tenor {
    font-family: "Tenor Sans", sans-serif !important;
}

.Nanum {
    font-family: "Nanum Gothic", sans-serif !important;
}

.container {
    width: 1500px !important;
    max-width: 100% !important;
    padding: 0 30px;
}

.container2 {
    width: 100% !important;
    padding: 0 50px;
    margin: 0 auto;
}

.bgcolor01 {
    background: rgb(28, 28, 28);
    background: linear-gradient(45deg, rgb(0, 0, 0) 0%, rgb(98, 98, 98) 100%);
}

/*---------------- 文字樣式 ----------------*/

.Title01 {
    font-size: 35px;
    color: #fff;
    letter-spacing: 3px;
}

.Title02 {
    font-size: 50px;
    color: #fff;
    letter-spacing: 3px;
}

a:link.one {
    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.one {
    color: #aaa !important;
    text-decoration: none !important;
}

a:hover.one {
    color: #ffe282 !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: #d3b243 !important;
    text-decoration: none !important;
}

a:link.ft {
    color: #000 !important;
    text-decoration: none !important;
    transition: all 0.3s !important;
    -webkit-transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
}

a:visited.ft {
    color: #000 !important;
    text-decoration: none !important;
}

a:hover.ft {
    color: #d3b243 !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;
}

/*---------- 絕優環境標題 ----------*/

.Model_A {
    position: absolute !important;
    z-index: 19;
    right: 10%;
    top: 20%;
}

.Model_A01 {
    right: 0px;
    bottom: 0px;
    max-width: 600px;
}

.Model_A02 {
    position: absolute !important;
    z-index: 20;
    right: 50px;
    bottom: 0px;
    max-width: 600px;
}

.Model_A_BG {
    height: 300px;
    background-color: #dbc198;
}

.Model_B {
    position: absolute !important;
    z-index: 19;
    right: 6%;
    top: 200px;
}

.Model_B01 {
    right: 0px;
    bottom: 0px;
    max-width: 700px;
}

.Model_C {
    position: absolute !important;
    z-index: 1;
    right: -20%;
    bottom: -200px;
    overflow: hidden;
}

.Model_C01 {
    right: 0px;
    top: 100px;
    max-width: 900px;
}

.Model_D {
    position: absolute !important;
    z-index: 19;
    right: 4%;
    top: 150px;
}

.Model_D01 {
    right: 0px;
    bottom: 0px;
    max-width: 800px;
}

.Model_E {
    position: absolute !important;
    z-index: 1;
    left: -15%;
    bottom: -200px;
    overflow: hidden;
}

.Model_E01 {
    right: 0px;
    top: 100px;
    max-width: 950px;
}

.Model_F {
    position: absolute !important;
    z-index: 19;
    right: 9%;
    bottom: -50px;
}

.Model_F01 {
    right: 0px;
    bottom: 0px;
    max-width: 800px;
}

.Model_G {
    position: absolute !important;
    z-index: 19;
    right: -20px;
    top: 150px;
}

.Model_G01 {
    right: 0px;
    bottom: 0px;
    max-width: 1000px;
}

.SliderFS01 {
    font-family: "Helvetica Neue", Helvetica, Arial, "微軟正黑體", "メイリオ", "맑은 고딕", sans-serif !important;
    font-weight: 600;
    font-size: 120px;
    color: #fff;
    line-height: 120px;
    text-shadow: 0px 0px 20px #2e2a9a;
}

.SliderFS02 {
    font-family: "Trirong-", serif !important;
    font-weight: 100;
    font-size: 40px;
    letter-spacing: 5px;
    color: #000;
}

.SliderFS03 {
    max-height: 150px;
    margin: 0 0 30px 0;
}

@media only screen and (max-width: 1500px) {
    .Model_B {
        position: absolute !important;
        z-index: 19;
        right: 3%;
        top: 100px;
    }

    .Model_B01 {
        right: 0px;
        bottom: 0px;
        max-width: 500px;
    }
}

@media only screen and (max-width: 1200px) {
    .Model_E {
        position: absolute !important;
        z-index: 1;
        left: -30%;
        bottom: -270px;
        overflow: hidden;
    }
}

@media only screen and (max-width: 992px) {
    .Model_B {
        display: none;
    }

    .Model_C {
        display: none;
    }

    .Model_E {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .MobTitle {
        margin-bottom: 150px !important;
    }

    .Model_A {
        position: absolute !important;
        z-index: 19;
        right: -20%;
        left: -20%;
        top: 5%;
    }

    .Model_C {
        position: absolute !important;
        z-index: 19;
        right: -30%;
        top: 470px;
    }

    .Model_D {
        position: absolute !important;
        z-index: 19;
        right: -40%;
        left: -30%;
        top: 40px;
    }

    .Model_F {
        position: absolute !important;
        z-index: 19;
        right: -40%;
        left: -30%;
        bottom: 0px;
    }

    .Model_G {
        position: absolute !important;
        z-index: 19;
        right: -30%;
        left: -30%;
        top: 0px;
    }

    .SliderFS01 {
        font-size: 50px;
        line-height: 50px;
    }

    .SliderFS02 {
        font-size: 20px;
    }

    .SliderFS03 {
        max-height: 100px;
        margin: 220px 0 20px 0;
    }

    .scroll {
        max-height: 30px !important;
    }
}

.BuildName {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    text-align: center;
    padding: 10px 0 10px 0;
    background-color: rgba(255, 255, 255, 0.3);
}

/*---------- 社群選單（手機） ----------*/

.MobileCall {
    position: fixed;
    z-index: 2000;
    bottom: 0px;
    width: 100%;
    background-color: #dbc198;
    padding: 6px 0 0px 0;
    border-top: 1px solid #af8d57;
}

/*---------- 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);
    }
}

/*---------- 首頁幻燈片正式 ----------*/

.IndexFSFrame {
    position: absolute;
    z-index: 1000;
    bottom: 0px;
    width: 100%;
}

.IndexFS01 {
    font-family: "Noto Serif TC", 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: 30px 20px;
    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: "Trirong", 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: #efe9d6;
}

.Menu01:hover .Menu02 {
    color: #fff;
}

.Menu01:hover .Menu03 {
    color: #666;
}

.Menu01Active {
    background-color: #efe9d6;
}

.Menu01Active .Menu02 {
    color: #fff;
}

.Menu01Active .Menu03 {
    color: #666;
}

.Menu01Active:hover {
    background-color: #efe9d6;
}

#header,
#topNav,
#topMain {
    display: flex !important;
}

/*平板橫式*/
@media (orientation: landscape) and (min-width: 576px) and (max-width: 1366px) {
    .Menu01 {
        padding: 30px 10px;
        text-align: center;
        cursor: pointer;
        transition: all 0.3s !important;
        -webkit-transition: all 0.3s !important;
        -moz-transition: all 0.3s !important;
    }
}

/*---------- 滾動式選單 ----------*/

#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 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.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 Serif TC", serif !important;
    font-size: 20px;
    color: #fff;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.7) !important;
}

.Architecture02 {
    position: absolute;
    bottom: 0;
    right: 0;
    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-pagination01 {
    position: absolute !important;
    text-align: center !important;
    bottom: 100px !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 Serif TC", serif !important;
    font-size: 20px;
}

.swiper-pagination04 {
    position: absolute !important;
    z-index: 100;
    text-align: center !important;
    bottom: -50px !important;
    font-family: "Noto Serif TC", serif !important;
    font-size: 20px;
}

.swiper-pagination05 {
    position: absolute !important;
    z-index: 100;
    text-align: center !important;
    bottom: -50px !important;
    font-family: "Noto Serif TC", serif !important;
    font-size: 20px;
}

.swiper-pagination-bullet {
    font-family: "Noto Serif TC", serif !important;
    width: 50px !important;
    height: 50px !important;
    text-align: center !important;
    line-height: 0px !important;
    font-size: 20px !important;
    color: #666 !important;
    opacity: 1 !important;
    padding: 25px 0;
    margin: 6px !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 Serif TC", 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;
    top: 13px;
    right: 5px;
    text-align: center;
    padding: 7px 11px;
}

.sidepanel-light {
    overflow: auto !important;
}

.sidepanel-dark {
    overflow: auto !important;
}

#sidepanel ul ul > li {
    padding: 5px 0 5px 0px !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;
    }
}

/*---------- 頁尾 ----------*/

.FooterFS01 {
    font-family: "Noto Serif TC", 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;
}

.FooterCopyRight {
    background: #ffffff;
}

.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;
    }
}

/*---------- 內頁標題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: -10%;
    right: 70%;
    z-index: -1;
    width: 100%;
    height: 75%;
    background-color: #91cde0;
}

.Decorate002 {
    position: absolute;
    top: -70px;
    left: -55px;
    z-index: -1;
    width: 96%;
    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;
}

@media only screen and (max-width: 992px) {
    .Decorate001 {
        display: none;
    }

    .Decorate003 {
        display: none;
    }

    .Decorate004 {
        display: none;
    }

    .Decorate005 {
        display: none;
    }

    .Decorate006 {
        display: none;
    }

    .Decorate008 {
        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: 0.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: 0.2s;
    transition-timing-function: ease-out;
    transition-property: top, left, right, bottom, background;
    pointer-events: none;
}
