.banner {
    margin-bottom: 40px;
}
.banner .container{
    position: relative;
}
.banner .container:before{
    content: '';
    display: block;
    background: url(../../images/common/index/banner_deco.png) no-repeat;
    width: 418px;
    height: 309px;
    position: absolute;
    bottom: 0;
    left: -240px;
    z-index: 6;
}
.banner .slick-prev,
.banner .slick-next {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0; 
    border: 0;
    background: url('../../images/common/index/banner_arrow.png') no-repeat;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    position: absolute;
    z-index: 10;
    top: 50%;
    cursor: pointer;
}
.banner .slick-prev {
    background-position: 0 0;
    left: 18px;
}
.banner .slick-next {
    background-position: 100% 0;
    right: 18px;
}
.banner .slick-prev:hover {
    background-position: 0 100%;
}
.banner .slick-next:hover {
    background-position: 100% 100%;
}
.banner .slick-dots {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 5px 0 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}
.banner .slick-dots li {
    display: inline-block;
    vertical-align: middle;
}
.banner .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0; 
    border: 0;
    width: 96px;
    height: 3px;
    margin-top: 10px;
    cursor: pointer;
}
.banner .slick-dots li:nth-child(5n+1) button {
    background: #ddd;
}
.banner .slick-dots li:nth-child(5n+2) button {
    background: #ddd;
}
.banner .slick-dots li:nth-child(5n+3) button {
    background: #ddd;
}
.banner .slick-dots li:nth-child(5n+4) button {
    background: #ddd;
}
.banner .slick-dots li:nth-child(5n) button {
    background: #ddd;
}
.banner .slick-dots li.slick-active:nth-child(n) button {
    background: #F9AE48;
}

.site-main:before{
    display: none;
}

.sect-title {
    color: #000;
    font-size: 35px;
    font-weight: normal;    
    line-height: 1.2;
    letter-spacing: 5px;
    margin: 0;
    max-width: 228px;
    margin: 0 auto;
    border-bottom: solid 1px #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 8px;
    position: relative;
    text-align: center;
}
.products-sect .sect-title:after{
    content: 'ROOMS';
    display: block;
    margin: 5px auto;
    font-size: 14px;
    font-family: 'Crimson Text', serif;
    color: #000;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -23px;
    letter-spacing: 0;
}
.sect-title span {
    display: inline-block;
    color: #197292;
    font-family: 'Lily Script One', cursive;
    font-size: 30px;
    font-weight: normal;
    letter-spacing: 0.05em;
    margin-right: 8px;
}

.sect1 {
    padding-top: 110px;
    padding-bottom: 95px;
    position: relative;
    background: url(../../images/common/index/news_deco.png) no-repeat 0 100%;
    position: relative;
}
.sect1:before{
    content: '';
    display: block;
    background: url(../../images/common/index/about_deco_2.png) no-repeat;
    width: 301px;
    height: 110px;
    position: absolute;
    right: 0;
    top: -80px;
    z-index: 9;
}
.links-sect {
    background: url('../../images/common/index/links_sect_bg.png');
    border: 10px solid #ECEDF4;
    text-align: center;
    position: relative;
    padding: 40px 15px 0;
}
.links-sect .sect-title {
    background: url('../../images/common/index/links_title_bg.png') 50% 0 no-repeat;
    width: 238px;
    line-height: 58px;
    margin-left: -119px;
    position: absolute;
    left: 50%;
    top: -40px;
}
.links-sect .sect-title span {
    color: #fff;
}
.links-sect .ibtn.more {
    position: absolute;
    left: 50%;
    bottom: -20px;
    margin-left: -50.5px;
}
.links-list {
    max-width: 1360px;
    margin: 0 auto;
}
.links-list .item {
    width: 20%;
    padding: 0 7px;
}
.links-list .item:nth-child(5n+1) {
    clear: left;
}
.links-list .item:nth-child(6) {
    display: none;
}
.links-list .box {
    max-width: 252px;
    margin: 0 auto 20px;
    text-align: center;
}
.links-list .pic {
    background: url('../../images/common/links/pic_bg.png');
    padding: 6px;
    margin-bottom: 3px;
}
.links-list .box:hover .pic {
    background: url('../../images/common/links/pic_bg_hover.png');
}
.links-list .name {
    color: #666;
    font-size: 14px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 25px;
}
.links-list .box:hover .name {
    color: #ff8158;
    font-weight: bold;
}

.news-sect {
    width: 100%;
}
.news-sect .sect-title {
    text-align: center;
    margin-bottom:60px;
    position: relative;
}
.news-sect .sect-title:after{
    content: 'WHAT’s NEWS';
    display: block;
    margin: 5px auto;
    font-size: 14px;
    font-family: 'Crimson Text', serif;
    color: #000;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -23px;
    letter-spacing: 0;
}
.news-sect  .sect-title span {
    display: block;
    margin: 0;
}
.news-sect .ibtn.more {
    display: block;
    margin: 20px auto 0;
}
.news-list {
    max-width: 1440px;
    margin: 30px auto 0px auto;
}
.news-list .item {
    width: 25%;
    padding: 0 10px;
}


.news-list .box {
    max-width: 260px;
    margin: 0 auto 30px;
    text-align: center;
    position: relative;
}
.news-list .box:before {
    content: "";
    background: url(../../images/common/news/circle_bg.png) no-repeat 0 0;
    width: 110%;
    height: 110%;
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: -7px;
    right: 0;
    opacity: 1;

}
.news-list .box:hover:before {
    background-image: url(../../images/common/news/circle_bg_hover.png);
}
.news-list .pic {
    position: relative;
    overflow: hidden;
    max-width: 250px;
    margin: 0 auto 10px;
    border-radius: 100%;
    border: 5px solid #D8CBC0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.news-list .box:hover .pic {
    border-color: #F9AE48;
}
.news-list .name {
    color: #000000;
    font-size: 16px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 44px;
    margin: 14px auto;
}
.news-list .date {
    display: block;
    border-width: 1px 0;
    width: 104px;
    margin: 5px auto 15px;
    color: #8A725C;
    font-size: 15px;
    line-height: 22px;
    border-left: solid 1px #8A725C;
    border-right: solid 1px #8A725C;
    font-family: 'Crimson Text', serif;
}
.sect2 {
    background: #F7F7F7;
    position: relative;
}
.sect2:before{
    content: '';
    display: block;
    background: url(../../images/common/index/about_pic.png) no-repeat;
    width: 1009px;
    height: 352px;
    left:0;
    top: -35px;
    z-index: -1;
    z-index: 0;
    position: absolute;
    
}
.sect2:after{
    content: '';
    display: block;
    background: url(../../images/common/index/about_deco_1.png) no-repeat;
    width: 424px;
    height: 383px;
    position: absolute;
    right: 0;
    top: -300px;
    
}
.about-sect {
    float: right;
    width: 44%;
    padding: 36px 0 36px;
    position: relative;
}
.about-sect:before{
    content: '';
    display: block;
    background: #8A725C;
    width: 1px;
    height: calc(100% - 55px);
    position: absolute;
    left: -38px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.about-sect .sect-title {
    margin: 0 0 15px;
    border-bottom: none;
    text-align: left;
    font-size: 28px;
}
.about-sect .pic {
    float: left;
    width: 80%;
}
.about-sect .txt {
    float: none;
    width: 80%;
}
.about-sect .txt a:hover {
    text-decoration: underline;
}
.sect3 {
    position: relative;
    padding: 80px 0 100px;
}
.sect3:before{
    content: '';
    display: block;
    background: url(../../images/common/index/products_deco_1.png) no-repeat;
    width: 430px;
    height: 102px;
    position: absolute;
    top: -50px;
    right: 0;
    z-index: -1;
}
.sect3:after{
    content: '';
    display: block;
    background: url(../../images/common/index/products_deco_2.png) no-repeat;
    width: 438px;
    height: 411px;
    position: absolute;
    bottom: 200px;
    left: 0;
    z-index: -1;
}
.products-sect{
    position: relative;
    z-index: 4;
}
.products-sect .sect-title {
    text-align: center;
    margin-bottom: 80px;
}
.products-sect .sect-title span {
    display: block;
    margin: 0;
}
.products-sect .ibtn.more {
    display: block;
    margin: 10px auto 50px;
}
.products-list {
    margin: 0 -10px;
}
.products-list .item {
    width: 20%;
    padding: 0 10px;
}
.products-list .item:nth-child(5n+1) {
    clear: left;
}
.products-list .item:nth-child(n+11) {
    display: none;
}
.products-list .box {
    max-width: 250px;
    margin: 0 auto 40px;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.products-list .box:hover{
    -webkit-transform: translate(0,-5px);
    transform: translate(0,-5px);
    z-index: 5;
}
.products-list .box:after{
    content: '';
    display: block;
    background: #D8CBC0;
    width: calc(100% + 30px);
    height: calc(100% + 40px);
    position: absolute;
    left: -15px;
    top: -20px;
    z-index: -1;
    margin: auto;
    opacity: 0;
}
.products-list .box:hover:after{
    opacity: 1;
}
.products-list .box.new:before {
    content: '';
    display: block;
    background: url('../../images/common/products/new_tag.png') no-repeat;
    width: 25px;
    height: 57px;
    position: absolute;
    z-index: 10;
    left: 10px;
    top: -20px;
}
.products-list .pic-box {
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}
.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}

.products-list .name {
    color: #000000;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 26px;
    margin: 17px auto 12px;
    text-align: center;
}
.products-list a:hover .name {
}
.products-list .description {
    color: #999999;
    font-size: 14px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 41px;
    margin-bottom: 10px;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    text-align: center;
}
.products-list a:hover .description {
    color: #FFF;
}

/*
.sect4 {
    background: url(../../images/common/index/service_bg.jpg) center 100% no-repeat fixed;
    background-size: 100%;
    min-height: 180px;
    margin-bottom: 0px;
}
*/
.ad-sect {
    width: 30%;
    padding: 30px 0;
    text-align: center;
    margin: 0 auto;
}
.ad-sect .sect-title {
    text-align: center;
    margin-bottom: 10px;
}
.ad-sect .sect-title span {
    display: block;
    margin: 0;
}

.sect5 {
/*
	padding: 33px 0;
    position: relative;
    background: rgba(255,255,255,0.7);
*/
    background: url(../../images/common/index/service_bg.jpg) center 100% no-repeat fixed;
    background-size: 100%;
    min-height: 280px;
    margin-bottom: 0px;
    padding-top: 80px;
    padding-bottom: 20px;
    position: relative;
    z-index: 5;
}
.sect5:after{
    content: '';
    display: block;
    background: rgba(255,255,255,0.72);
    width: 100%;
    height: 270px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    z-index: -1;
}
    
    
.sect5 .sect-title:before{
    content: 'SERVICE';
    display: block;
    margin: 5px auto;
    font-size: 14px;
    font-family: 'Crimson Text', serif;
    color: #000;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -23px;
    letter-spacing: 0;

    }
.service-sect {
    width: 100%;
    max-width: 1000px;
    text-align: center;
    color: #666;
    margin: 0 auto;
}
.service-sect .sect-title {
    padding: 20px 15px 10px;
}
.service-sect .sect-title span {
    display: block;
}
.service-sect .txt {
    padding: 85px 5% 30px;
}
.service-sect .ibtn.more {
    display: block;
    margin: 30px auto 0;
    border: solid 1px #c3c3c3;
      background: #ffffffa1;
}
.service-sect .ibtn.more:hover{
     background: #F9AE48;
    color: #FFF;
    letter-spacing: normal;
    border-color: #F9AE48;
}
.sect6 {
    padding: 50px 0;
}
.album-sect {
    width: 100%;
}
.album-list {
    display: table;
    width: 100%;
}
.album-list .item {
    width: 16.66%;
    display: table-cell;
    float: none;
    vertical-align: middle;
    background: url(../../images/common/index/album_title.png);
}
.album-list .item:nth-child(6n+1) {
    clear: left;
}
.album-list .box {
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    overflow: hidden;
    overflow: visible;
}
.album-list .box:before {
    content: '';
    display: block;
    background: url('../../images/common/album/hover.png') 50% 50%   no-repeat , rgba(249, 174, 72, 0.9);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
}
.album-list .title .box::before{
    display: none;
}
.album-list .box:hover:before {
    opacity: 1;
}
.album-list .box:hover:before {
    opacity: 1;
}
.album-list .item.more a.box{
    background: url(../../images/common/index/album_more.png) ;
    width: 60px;
    height: 60px;
    background-repeat:  no-repeat;
    background-position: 50% 50%;
    position: relative;
    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}
.album-list .item.more a.box:hover{
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.album-list .item.more .box:before{
    display: none;
}
.album-list .box .sect-title{
    margin: 0 auto;
    color: #000;
    font-size: 35px;
    width: 85px;
    height: 88px;
    border-bottom: none;
    position: relative;
    overflow: visible;
}
.album-list .box  .sect-title:after{
    content: 'ALBUM';
    display: block;
    margin: 5px auto;
    font-size: 14px;
    font-family: 'Crimson Text', serif;
    color: #000;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -36px;
    letter-spacing: 0;
}
.sect6{
    position: relative;
}
.sect6:after{
    content: '';
    display: block;
    width: 50%;
    height: 1px;
    background: #000;
    bottom: 97px;
    left: 0;
    position: absolute;
    z-index: -1;
}
.album-sect .sect-title span {
    display: block;
    font-size: 36px;
}
.album-list .pic {
    position: relative;
    overflow: hidden;
}
/*
.album-list .pic:before {
    content: '';
    display: block;
    background: url('../../images/common/album/hover.png') 50% 32% / 40% auto no-repeat rgba(204, 204, 204, 0.83);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.album-list .box:hover .pic:before {
    opacity: 1;
    background-size: 55% auto;
}
*/
.album-list .name {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
    color: #fff;
    font-size: 16px;
    line-height: 45px;
    padding: 0 12px;
    height: 45px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 9;
}
.album-list .box:hover .name {
    bottom: 30px;
}

/******首頁跳出燈箱廣告按鈕******/
body .fancybox-close {
    background: url(../../images/common/lightbox_close.png) no-repeat;
    width: 40px;
    height: 40px;
    right: -20px;
    top: -20px;
}
body .fancybox-close:hover {
    background-position: 0 100%;
}
body .fancybox-skin {
    background: #fff;
    margin: 20px 40px;
    border-radius: 20px;
    border: 3px solid #ccc;
}

/*******************************/
@media screen and (max-width: 1600px) {
    .sect2::before{
        background-position: 100% 50%;
        width: 54%;
    }
}
@media screen and (max-width: 1300px) {
    .sect6:after{display: none;}
}
@media screen and (max-width: 1200px) {
    .links-list {
        max-width: 900px;
    }
    .links-list .item {
        width: 33.33%;
    }
    .links-list .item:nth-child(5n+1) {
        clear: none;
    }
    .links-list .item:nth-child(3n+1) {
        clear: left;
    }
    .links-list .item:nth-child(6) {
        display: block;
    }
    .products-list .item {
        width: 25%;
    }
    .products-list .item:nth-child(n) {
        display: block;
    }
    .products-list .item:nth-child(5n+1) {
        clear: none;
    }
    .products-list .item:nth-child(4n+1) {
        clear: left;
    }
    .sect4-bg {
        background: none;
    }
    .service-sect {
    }
    .service-sect,
    .album-sect {
        float: none;
        width: auto;
    }
    .album-list .item {
        width: 16.66%;
    }
    .album-list .item:nth-child(4n+1) {
        clear: none;
    }
    .album-list .item:nth-child(6n+1) {
        clear: left;
    }
    .album-list .item{
        background: none;
    }
}
@media screen and (max-width: 1025px) {
	.sect4 {
		background: url(../../images/common/index/service_bg02.jpg)center 100% no-repeat fixed;
		background-size: 100%;
	}
    .banner .container:before{
        display: none;
    }
    .sect3{
        padding: 30px 0 20px;
    }
    .album-list .box{
        overflow: hidden;
    }
    .album-list .box:hover .name{
        bottom: 10px;
    }
    .sect3::before{
        display: none;
    }
}
@media screen and (max-width: 1000px) {
  
/*
    .about-sect {
        float: none;
        width: auto;
        max-width: 670px;
        margin: 0 auto;
        text-align: center;
    }
    .about-sect .txt{
        width: 100%; 
    }
*/
    .products-list .item {
        width: 33.33%;
    }
    .products-list .item:nth-child(4n+1) {
        clear: none;
    }
    .products-list .item:nth-child(3n+1) {
        clear: left;
    }
}
@media screen and (max-width: 900px) {
    .news-sect {
        text-align: center;
        max-width: 800px;
        margin: 0 auto;
    }
    .album-list {
        display:block; 
    }

    .album-list .item {
        width: 25%;
        display: block;
        float: left;
    }
    .album-list .item.title{
        width: 100%;
        padding: 10px 0;
    }
    .album-list .item:nth-child(4n+1) {
        clear: none;
    }
    .album-list .item:nth-child(3n+1) {
        clear: none;
    }
    .album-list .item.more {
        width: 100%;
        padding: 10px 0;
    }
    .album-list .item.more a.box{
        width: 66px;
        height: 66px;
    }
    .sect6{
        padding: 10px 0;
    }
    .sect3::after{
        display: none;
    }
}
@media screen and (max-width: 870px) {
      .about-sect {
        float: none;
        width: auto;
        max-width: 670px;
        margin: 0 auto;
        text-align: center;
    }
    .about-sect::before,
    .sect1::before{
        display: none;
    }
    .about-sect .txt{
        width: 100%; 
    }
    .sect2::before{
        width: 100%;
        top: inherit;
        left: 0;
        right: 0;
        top: 0;
        background-position: 90% top;
    }
    .sect2{
        padding-top: 340px;
    }
    .about-sect .sect-title{
        width: 100%;
        max-width: none;
        text-align: center;
    }
}
@media screen and (max-width: 767px) {
/*------------ lightbox 767 ------------*/
    body .fancybox-skin {
        margin: 50px 0 5px;
    }
    body .fancybox-close {
        top: -50px;
        right: 50%;
        margin-right: -20px;
    }
/*------------ lightbox 767 ------------*/
    .banner .container:before {
        height: 16px;
        background-size: auto 100%;
    }
    .banner .slick-prev,
    .banner .slick-next {
        width: 36px;
        height: 36px;
        background-size: 72px auto;
        margin-top: -18px;
    }
    .banner .slick-prev {
        left: 2%;
    }
    .banner .slick-next {
        right: 2%;
    }
    .banner .slick-dots li button {
        width: 40px;
    }
	.sect1 {
        padding: 45px 0 45px;
	}
	.news-sect .sect-title {
	}
	.news-list {
		margin: 20px auto 0px auto;
	}
    .links-list {
        max-width: 600px;
    }
    .links-list .item {
        width: 50%;
    }
    .links-list .item:nth-child(3n+1) {
        clear: none;
    }
    .links-list .item:nth-child(2n+1) {
        clear: left;
    }
    .about-sect .pic,
    .about-sect .txt {
        float: none;
        width: auto;
    }
    .about-sect .pic {
        margin-bottom: 1.8em;
    }
    .products-list {
        margin: 0 -7px;
    }
    .products-list .item {
        padding: 0 7px;
        width: 50%;
    }
    .products-list .item:nth-child(n+11) {
        display: none;
    }
    .products-list .item:nth-child(3n+1) {
        clear: none;
    }
    .products-list .item:nth-child(2n+1) {
        clear: left;
    }
    .products-list .box {
        margin-bottom: 30px;
    }
    .sect5{
        background-size: cover;
    }
    .service-sect .txt{
        padding-top: 60px;
    }
}
@media screen and (max-width: 640px) {
    .sect5::after{
        height: 68%;
    }
}
@media screen and (max-width: 600px) {
    .links-list {
        margin: 0 -7px;
    }
    .sect2::after{
        display: none;
    }
    .sect5::after{
        height: 70%;
    }
}


@media screen and (max-width: 500px) {
    .links-list .item {
        width: 100%;
    }
    .links-list .item:nth-child(n) {
        clear: none;
    }
    .links-list .item:nth-child(6) {
        display: none;
    }
    .products-list .item {
        width: 100%;
    }
    .album-list .item {
        width: 50%;
    }
    .album-list .item:nth-child(3n+1) {
        clear: none;
    }
    .album-list .item:nth-child(2n+1) {
        clear: none;
    }
}

@media screen and (max-width: 440px) {
    .news-list .item{
        width: 100%;
    }
    .news-list .item:nth-child(n) {
        clear: none;
    }
    .sect4{
        background: url(../../images/common/index/service_bg.jpg) center 50%  no-repeat;
        background-size: 100%;
    }
}

@media screen and (max-width: 400px) {
    .sect2::before{
        background-size: auto 90%;
        background-position: 82% top;
    }
}
