.header .logo {
    width: 754px;
    background: url(../images/style47/logo.png) 0 0 no-repeat;
    height: 98px;
}

.header {
    border-top: 4px solid #edd6d2;
}

.main-nav-wrap {
    background-color: #d6b4ae;
}

.main-nav li>a {
    display: block;
    color: #ffffff;
}

.main-nav .arrow {
    background: url(../images/style45/main-nav-arrow.svg);
}

.sub-nav>li>a {
    color: #ffffff;
    background: #d6a49b;
}

.sub-nav>li>a:hover {
    color: #eafcff;
}

.index-section__heading:before {
    content: "";
    background: url(../images/style47/index-title-background.png) no-repeat;
}

.index-album .date {
    color: #b97d72;
}

.index-album {
    border-bottom: 6px solid #d6b4ae;
}

.more-btn a {
    background: #d6b4ae;
}

.fat-footer {
    border-top: 6px solid #d6b4ae;
}

/*-------------------最新消息-------------------*/
.news-list {
    list-style: none;
    padding: 0;
    width: 100%;
    margin-bottom: 40px;
}

.news-list li a {
    display: flex;
    padding: 20px 0;
    border-bottom: 1px dashed #ccc;
    align-items: baseline;
    line-height: 1.5;
}

.news-list li .date {
    color: #b97d72;
    font-weight: bold;
    margin-right: 20px;
}

.news-list li .text {
    margin-right: 30px;
    font-weight: bold;
    font-size: 1.125rem;
    color: #000;
}

.news-list li .tag {
    border: 1px solid #e2713a;
    padding: 3px 10px;
    border-radius: 31px;
    color: #e2713a;
    line-height: 1.2;
    display: inline-block;
    font-size: 0.9rem;
    margin-left: 3px;
}

.news-list li {
    position: relative;
}

.news-list li a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 37px;
    width: 11px;
    height: 20px;
    display: block;
    background-image: url(../images/style47/index-news-arrow.png);
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*-------------------相關連結-------------------*/
.index-section-inner {
    max-width: 1280px;
}

.index-related-slider a {
    border: 1px solid #ccc;
    display: block;
    margin: 0 15px;
}

.index-related .slide-item img {
    width: 100%;
    border-radius: 0px;
    box-shadow: 0 0 0px rgb(0 0 0 / 7%);
}

.index-related .slide-item {
    padding: 0px 0px;
}

/*-------------------fat-footer-------------------*/
.fat-footer-open,
.fat-footer-close {
    display: block;
    width: 60px;
    height: 38px;
    margin: 0 auto;
}

.fat-footer-open {
    background: url(../images/style47/fat_footer_open.svg) 0 0 no-repeat;
}

.fat-footer-close {
    background: url(../images/style47/fat_footer_close.svg) 0 0 no-repeat;
    display: none;
}

.fat-footer-inner {
    text-align: left; 
}

.fat-footer-col {
    width: calc(100% / 6 - 53px);
    display: inline-block;
    vertical-align: top;
    margin: 0px 25px 20px 25px;
    text-align: left;
}

.header-search {
    background: url(../images/style47/header-sear.svg) center center no-repeat;
    background-color: #555555;
    background-size: 19px;
    border-radius: 0 5px 5px 0;
    float: right;
}

.rwd-nav-switch span {
    background: #d6b4ae;
}

.crumb .current {
    color: #b57d73;
}

.pagination a.current {
    background: #d6b4ae;
}

.page-btn a {
    background: #b57d73;
}

.side-nav li.current>a {
    color: #b57d73 !important;
}

/*-------------------頁面-------------------*/
.page-side .unit-title {
    background: #d6b4ae;
}

.page-list-date span:first-child {
    color: #b57d73;
}

@media (max-width:1280px) {
    .index-section-inner {
        max-width: 95%;
    }
}

@media (max-width:1024px) {
    .rwd-header .rwd-logo {
        width: 450px !important;
    }
}

@media (max-width:890px) {
    .news-list li .text {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 63%;
    }

    .news-list li a:before {
        right: 14px;
    }
}

@media (max-width:750px) {
    .news-list li a {
        display: inline-block;
        width: 100%;
    }
    .news-list li .date{
        margin-bottom: 10px;
    }
    .news-list li .text{
        display: inline-block;
        width: calc(100% - 180px);
        margin-bottom: 10px;
        vertical-align: middle;
    }

    .news-list li .tag {
        display: inline-block;
    }
}

@media (max-width:600px) {
    .footer-logo img {
        width: 100% !important;
    }

    .rwd-header .rwd-logo {
        width: 80%;
    }

    .rwd-header .rwd-logo {
        width: calc(100% - 90px) !important;
    }

}

@media (max-width:520px) {
    .rwd-header{
        height: 74px;
    }

}

@media (max-width:450px) {
    .news-list li .text{
        width: 90%;
    }

    .rwd-header {
        height: 69px;
    }

    .rwd-header .rwd-logo img{
        width: 100%;
    }
}

