@charset "UTF-8";
/* CSS Document */
.brandArea {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 1180px) {
    .brandArea {
        top: 65px;
    }
}
.brandArea .wrap {
    padding: 0;
    max-width: 1290px;
}
.brandArea .brandClassLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.brandArea li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.brandArea li:not(:first-child) a {
    border-left: 1px solid #fff;
}
.brandArea a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 15px;
    font-weight: 400;
    color: #353535;
    letter-spacing: 1px;
    background-color: rgba(255, 255, 255, 0.6);
    border-left: 1px solid transparent;
}
.brandArea a.current {
    background-color: #fff;
}
.brandArea a.current:before {
    opacity: 1;
}
.brandArea a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -1px;
    width: calc(100% + 1px);
    height: 2px;
    background-color: #6F94AE;
    opacity: 0;
}
.brandArea .icon {
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
}
@media (max-width: 767px) {
    .brandArea .icon {
        position: relative;
    }
}
@media (max-width: 767px) {
    .brandArea .title {
        display: none;
    }
}

.followBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.followBox .title {
    margin-right: 10px;
    font-size: 15px;
    font-weight: 700;
    color: #bababa;
}
@media (max-width: 960px) {
    .followBox .title {
        margin-right: 5px;
    }
}
.followBox a {
    display: inline-block;
    padding: 10px;
}
@media (max-width: 960px) {
    .followBox a {
        padding: 10px 5px;
    }
}
.followBox img {
    display: block;
    width: 20px;
}

.topBox {
    text-align: center;
    margin-bottom: 45px;
}
.topBox .title {
    padding-bottom: 20px;
    font-size: 36px;
    font-weight: 400;
    color: #304860;
    line-height: 1.3;
}
@media (max-width: 640px) {
    .topBox .title {
        font-size: 28px;
        padding-bottom: 5px;
    }
}
.topBox .text {
    padding-top: 10px;
    border-top: 1px solid #cacaca;
    color: rgba(0, 0, 0, 0.8);
}

.mainArea {
    padding: 80px 0;
    background-image: url(../images/bg_showroom.png);
}
@media (max-width: 1180px) {
    .mainArea {
        padding: 50px 0 30px;
    }
}
.mainArea .wrap {
    position: relative;
}
.mainArea .followBox {
    position: absolute;
    top: 0;
    right: 20px;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
}
.mainArea .serviceList {
    margin: 0 -20px;
}
@media (min-width: 768px) {
    .mainArea .serviceList:nth-of-type(odd) > li:nth-of-type(3n+1) {
        float: right;
        width: 56%;
    }
    .mainArea .serviceList:nth-of-type(odd) > li:nth-of-type(3n+2) {
        float: left;
        width: 44%;
    }
    .mainArea .serviceList:nth-of-type(odd) > li:nth-of-type(3n+2) .item {
        padding-top: 100px;
    }
    .mainArea .serviceList:nth-of-type(odd) > li:nth-of-type(3n) {
        float: right;
        width: 56%;
    }
    .mainArea .serviceList:nth-of-type(odd) > li:nth-of-type(3n) .item {
        padding-left: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    .mainArea .serviceList:nth-of-type(odd) > li:nth-of-type(3n) .imgBox {
        width: 46.5%;
    }
    .mainArea .serviceList:nth-of-type(odd) > li:nth-of-type(3n) .Txt {
        padding-top: 0;
        padding-left: 25px;
        width: 53.5%;
    }
    .mainArea .serviceList:nth-of-type(odd) img {
        display: block;
        max-width: 100%;
    }
    .mainArea .serviceList:nth-of-type(even) > li:nth-of-type(3n+1) {
        float: left;
        width: 56%;
    }
    .mainArea .serviceList:nth-of-type(even) > li:nth-of-type(3n+2) {
        float: right;
        width: 44%;
    }
    .mainArea .serviceList:nth-of-type(even) > li:nth-of-type(3n+2) .item {
        padding-top: 100px;
    }
    .mainArea .serviceList:nth-of-type(even) > li:nth-of-type(3n) {
        float: left;
        width: 56%;
    }
    .mainArea .serviceList:nth-of-type(even) > li:nth-of-type(3n) .item {
        padding-right: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    .mainArea .serviceList:nth-of-type(even) > li:nth-of-type(3n) .imgBox {
        width: 46.5%;
    }
    .mainArea .serviceList:nth-of-type(even) > li:nth-of-type(3n) .Txt {
        padding-top: 0;
        padding-right: 25px;
        width: 53.5%;
    }
    .mainArea .serviceList:nth-of-type(even) img {
        display: block;
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    .mainArea .serviceList img {
        max-width: 100%;
    }
}
.mainArea .serviceList > li {
    padding: 20px;
}
.mainArea .imgBox {
    position: relative;
}
.mainArea .imgBox:hover .arrowBox {
    opacity: 1;
}
.mainArea .imgBox ul > li:not(:first-child) {
    display: none;
}
.mainArea .imgBox .arrowBox {
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
}
.mainArea .Txt {
    margin-top: -5px;
    padding-top: 25px;
}
.mainArea .Txt .title {
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #2f2f2f;
    line-height: 1.5;
}
.mainArea .Txt p {
    font-size: 15px;
    font-weight: 400;
    color: #818181;
}
.mainArea .Txt .serviceCenter {
    padding-top: 5px;
    padding-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: #304861;
}
.mainArea .Txt .serviceCenter .icon {
    margin-right: 10px;
    width: 12px;
    height: 23px;
}
.mainArea .Txt .serviceCenter svg {
    width: 12px;
    height: 16px;
}

.locationArea {
    padding: 40px 0;
}
.locationArea .areaSelectBox {
    padding-bottom: 15px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid rgba(66, 66, 66, 0.1);
}
@media (max-width: 640px) {
    .locationArea .areaSelectBox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
}
.locationArea .areaSelectBox .areaSelect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.locationArea .areaSelectBox .areaSelect .iconBox {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 40px;
}
.locationArea .areaSelectBox .areaSelect .icon {
    margin-right: 15px;
    width: 16px;
    height: 23px;
}
.locationArea .areaSelectBox .areaSelect svg {
    width: 16px;
    height: 23px;
}
.locationArea .areaSelectBox .areaSelect .title {
    margin-right: 15px;
    font-size: 15px;
    color: #b2b2b2;
}
.locationArea .areaSelectBox .areaSelect .selectBox {
    margin: 5px 0;
    position: relative;
    width: 200px;
    height: 40px;
}
@media (max-width: 640px) {
    .locationArea .areaSelectBox .areaSelect .selectBox {
        width: 100%;
    }
}
.locationArea .areaSelectBox .areaSelect .selectBox select {
    cursor: pointer;
    padding: 0 15px;
    width: 100%;
    height: 100%;
}
.locationArea .areaSelectBox .areaSelect .main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.locationArea .areaSelectBox .areaSelect .main a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px;
    width: 100%;
    height: 100%;
    background-color: #ededed;
    color: #464646;
    letter-spacing: 1px;
}
.locationArea .areaSelectBox .areaSelect .main a:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 19px;
    font-family: FontAwesome;
    color: #464646;
    width: 25px;
    height: 100%;
    background-color: #e5e5e5;
}
.locationArea .areaSelectBox .btnBox {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 640px) {
    .locationArea .areaSelectBox .btnBox {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        margin-bottom: 10px;
    }
}
.locationArea .areaSelectBox .btnBox .btn {
    margin: 5px;
}
.locationArea .areaSelectBox .btnBox .btn.map a {
    background-color: #304861;
}
.locationArea .areaSelectBox .btnBox .btn.map a:hover {
    background-color: #6F94AB;
}
.locationArea .areaSelectBox .btnBox .btn.map svg {
    position: absolute;
    top: 50%;
    left: 13px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 14px;
    height: 20px;
}
.locationArea .areaSelectBox .btnBox .btn.local a {
    background-color: #304860;
}
.locationArea .areaSelectBox .btnBox .btn.local a:hover {
    background-color: #c9bba6;
}
.locationArea .areaSelectBox .btnBox .btn.local svg {
    margin-right: 5px;
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
    width: 19px;
    height: 19px;
}
.locationArea .areaSelectBox .btnBox .btn a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 170px;
    height: 40px;
    color: #fff;
}
@media (max-width: 767px) {
    .locationArea .areaSelectBox .btnBox .btn a {
        width: 150px;
    }
}
.locationArea .travelSchedule > li {
    padding: 10px 0;
}
.locationArea .travelSchedule > li:hover > .item .Txt {
    background-color: #424242;
}
.locationArea .travelSchedule > li:hover > .item .top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.locationArea .travelSchedule > li:hover > .item .top .title {
    color: #fff;
}
.locationArea .travelSchedule > li:hover > .item .top .icon {
    color: rgba(255, 255, 255, 0.5);
}
.locationArea .travelSchedule > li:hover > .item .detail {
    color: rgba(255, 255, 255, 0.8);
}
.locationArea .travelSchedule > li:hover > .item .text {
    color: rgba(255, 255, 255, 0.8);
}
.locationArea .travelSchedule > li:hover > .item .infoList {
    color: #fff;
}
.locationArea .travelSchedule > li:hover > .item .infoList .title::before {
    background-color: rgba(255, 255, 255, 0.2);
}
.locationArea .travelSchedule > li:hover > .item .infoList a {
    color: #fff;
}
.locationArea .travelSchedule > li:hover > .item .infoList a:hover {
    color: #6F94AB;
}
.locationArea .travelSchedule > li > .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 840px) {
    .locationArea .travelSchedule > li > .item {
        display: block;
    }
}
.locationArea .Img {
    width: 38.7%;
    min-height: 500px;
}
@media (max-width: 840px) {
    .locationArea .Img {
        min-height: auto;
        width: 100%;
    }
}
.locationArea .Img img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
}
.locationArea .Txt {
    position: relative;
    width: 61.3%;
    padding: 30px 30px 80px;
    background-color: #f8f8f8;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
@media (max-width: 840px) {
    .locationArea .Txt {
        padding: 30px;
        width: 100%;
    }
}
.locationArea .top {
    padding-bottom: 15px;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.locationArea .top .title {
    font-size: 20px;
    font-weight: 400;
    color: #242424;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.locationArea .top .icon {
    color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.locationArea .top svg {
    width: 17px;
    height: 24px;
}
.locationArea .detail {
    padding-bottom: 25px;
    font-size: 15px;
    color: rgba(119, 119, 119, 0.8);
    line-height: 1.8;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.locationArea .text {
    font-size: 15px;
    color: #777777;
    line-height: 1.8;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.locationArea .infoList {
    color: #000000;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.locationArea .infoList .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 4px 0;
}
.locationArea .infoList .title {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.locationArea .infoList .title:before {
    content: "";
    position: absolute;
    top: 6px;
    right: 0;
    width: 2px;
    height: 13px;
    background-color: #d6d0c7;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.locationArea .infoList .icon {
    width: 17px;
    margin-right: 15px;
}
.locationArea .infoList .icon.house svg {
    width: 16px;
    height: 16px;
}
.locationArea .infoList .icon.tel svg {
    width: 17px;
    height: 18px;
}
.locationArea .infoList .icon.fax svg {
    width: 16px;
    height: 16px;
}
.locationArea .infoList .icon.clock svg {
    width: 16px;
    height: 16px;
}
.locationArea .infoList .icon.mail2 svg {
    width: 17px;
    height: 12px;
}
.locationArea .infoList a {
    color: #777;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.locationArea .infoList a:hover {
    color: #6F94AB;
}
.locationArea .bottom {
    position: absolute;
    left: 30px;
    bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: calc(100% - 60px);
}
@media (max-width: 840px) {
    .locationArea .bottom {
        margin-top: 10px;
        position: relative;
        left: auto;
        bottom: auto;
        width: 100%;
    }
}
@media (max-width: 540px) {
    .locationArea .bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
}
.locationArea .bottom .btn.open a:before {
    content: "";
}
.locationArea .bottom .btn a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 180px;
    height: 40px;
    background-color: #313131;
    color: #fff;
    letter-spacing: 2px;
}
.locationArea .bottom .btn a:hover {
    background-color: #626262;
}
.locationArea .bottom .btn a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 14px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-family: FontAwesome;
}
.locationArea .bottom .btn i {
    position: absolute;
    top: 50%;
    right: 14px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.locationArea .mapBox {
    position: relative;
    width: 100%;
    height: 415px;
    background-color: #eee;
    display: none;
}
.locationArea .mapBox .closeBtn {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-color: #304861;
    z-index: 1;
}
.locationArea .mapBox .closeBtn:hover {
    background-color: #6F94AB;
}
.locationArea .mapBox .closeBtn:before, .locationArea .mapBox .closeBtn:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -0.5px;
    margin-left: -12px;
    width: 24px;
    height: 1px;
    background-color: #fff;
}
.locationArea .mapBox .closeBtn:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.locationArea .mapBox .closeBtn:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.locationArea .mapBox .map {
    width: 100%;
    height: 100%;
}
.locationArea .mapBox .mapTitle {
    color: #2f2f2f;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
}
.locationArea .mapBox .travelNavBtn {
    display: block;
    text-align: center;
}
.locationArea .mapBox .travelNavBtn a {
    display: inline-block;
    border: 1px solid #e1e1e1;
    color: #595959;
    font-size: 13px;
    font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
    margin-top: 5px;
    padding: 6px 10px;
}
.locationArea .mapBox .travelNavBtn i {
    color: #595959;
    display: inline-block;
    margin-right: 5px;
}

.albumArea {
    /*padding-bottom: 120px;*/
}
@media (max-width: 1180px) {
    .albumArea {
        padding-bottom: 30px;
    }
}
.albumArea .topBox {
    margin-bottom: 10px;
}

@media (min-width: 961px) {
    .albumBox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
}
.albumBox .smallBox {
    padding-right: 20px;
    width: 19.35%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
@media (max-width: 960px) {
    .albumBox .smallBox {
        padding-right: 0;
        width: auto;
    }
}
.albumBox .bigBox {
    width: 80.65%;
}
@media (max-width: 960px) {
    .albumBox .bigBox {
        width: 100%;
    }
}
.albumBox img {
    display: block;
    max-width: 100%;
}

.bigBox {
    position: relative;
}
.bigBox .arrowBox {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.bigBox .btn {
    position: absolute;
    bottom: 0;
    right: 0;
}
.bigBox .btn a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 175px;
    height: 40px;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    background-color: #304861;
}
.bigBox .btn a:hover {
    background-color: #6F94AB;
}
.bigBox .btn .icon {
    position: absolute;
    left: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 20px;
    height: 15px;
}
.bigBox .btn svg {
    width: 20px;
    height: 15px;
}

.smallBox {
    margin-top: -10px;
    margin-left: -10px;
    margin-right: -10px;
}
@media (max-width: 960px) {
    .smallBox {
        margin-top: 0;
    }
}

.side_album_small li {
    padding: 10px;
}
@media (max-width: 960px) {
    .side_album_small li {
        padding: 10px 5px;
    }
}


.side_album_big img {
    object-fit: cover;
    width: 100%;
    height: 680px;
}

.side_album_small img {
    object-fit: cover;
    width: 100%;
    height: 150px;
}

@media (max-width: 960px) {
    .side_album_big img {
    height: 300px;
    }
}


.contentBox {
    border-top: solid 1px #ccc;
    padding-top:20px;
    margin-top:30px;
}

.contentBox .textEditor {
    text-align: center;