@import url(products.css);
.site-main section {
    padding: 20px 0;
    padding-bottom: 0px;
}
.site-main .content-box {
    position: relative;
}
.site-main section.products-sect{
    background: url(../images/index/product-bg.jpg)center center no-repeat;
    background-size: cover;
}
.products-sect .more.btn {
    border: 1px solid #444;
    color: #E0E0E0;
    background:url(../images/index/about_more_arrow.png) no-repeat 100% 50%,url(../images/index-button.png);
    line-height: 30px;
    font-family: 'Trykker', serif;
    font-size: 13px;
    width: 100%;
    max-width: 260px;
    padding-right: 20px;
    margin: 42px auto;
    display: block;
}
.products-sect .more.btn:hover{
    border: 1px solid #006684;
    background:#006684 url(../images/index/about_more_arrow.png) no-repeat 100% 50%;
}
/******************************* ↓ ABOUT ↓ ********************************/
.about-sect .sect-title {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 400px;
    background: url(../images/index/about-bg2.png)center center no-repeat;
}
.about-sect .sect-title .txt {
	color: #006684;
	font-family: Century Gothic,CenturyGothic,AppleGothic, "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕",sans-serif;
	font-size: 35px;
	text-align: center;
	line-height: 1;
	width: 200px;
	position: absolute;
	top: 70%;
	left: 30%;
	margin-top: -125px;
	margin-left: -80px;
	
}
.about-sect .sect-title .txt span{
    color:#000000;
    font-size: 24px;
    font-family: '思源黑體 TWHK';
}
.about-sect .sect-title .txt .xicon{
    margin: 22px auto;
}
.about-sect .content-box {
    background: #F0F0F0 url(../images/index/about-bg.jpg) no-repeat 100% 0;
    background-size: auto 100%;
    padding: 54px 60px 54px 405px;
}
.about-sect .sect-title .txt .title2{
    margin-top: 12px;
}
.about-sect .editor {
    max-width: 430px;
    color: #444;
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 40px;
    height: 171px;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.about-sect .more {
    border: 1px solid #444;
    color: #E0E0E0;
    background:url(../images/index/about_more_arrow.png) no-repeat 100% 50%,url(../images/index-button.png);
    line-height: 30px;
    font-family: 'Trykker', serif;
    font-size: 13px;
    width: 100%;
    max-width: 260px;
    padding-right: 20px;
    margin-top: 42px;
    display: block;
}
.about-sect .more:hover {
    border: 1px solid #006684;
    background:#006684 url(../images/index/about_more_arrow.png) no-repeat 100% 50%;
}

@media screen and (max-width: 1350px) {
    .about-sect .editor{
        background: rgba(255,255,255,0.70);
        padding:5px 15px;
        margin-bottom: 0px;
    }
    .about-sect .more{
        margin: 10px;
    }
}
@media screen and (max-width: 1000px) {
    .about-sect .sect-title {
        background:  none;
        width: 300px;
    }
    .about-sect .editor{
        height: 188px;
    }
    .about-sect .content-box{
        padding-left: 300px;
    }
}
@media screen and (max-width: 767px) {
    .about-sect .content-box {
        background-image: none;
    }
    .about-sect .editor {
        max-width: none;
    }
}
@media screen and (max-width: 640px) {
    .about-sect .sect-title {
        position: relative;
        width: auto;
        height: 280px;
        margin: 0 -25px;
    }
    .about-sect .content-box {
        padding: 0 25px 20px;
        text-align: center;
    }
    .about-sect .editor {
        margin-top: 20px;
        display: block;
        height: auto;
    }
    .about-sect .more {
        display: block;
        margin:32px auto;
    }
}
/******************************* ↑ ABOUT ↑ ********************************/


/******************************* ↓ SERVICE ↓ ********************************/
.service-sect .content-box {
    background: url(../images/index/service-bg.jpg) no-repeat 50% 0;
    background-size: cover;
    overflow: visible;
    margin-bottom: 30px;
    padding: 32px 30px 55px;
}
.service-sect .sect-title {
    margin-bottom: 20px;
    text-align: center;
}
.service-sect .sect-title .txt {
    color: #006684;
    font-family: Century Gothic,CenturyGothic,AppleGothic, "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕",sans-serif;
    font-size: 23px;
    text-align: center;
    line-height: 1.5;
    display: inline-block;
    padding: 0 50px;
    position: relative;
}
.service-sect .sect-title .txt:before,
.service-sect .sect-title .txt:after{
    content: '';
    display: block;
    width: 1px;
    height: 36px;
    position: absolute;
    left: 1px;
    top:50%;
    margin-top: -18px;
    background: #CCCCCC;
}
.service-sect .sect-title .txt:after{
    left: auto;
    right: 0px;
}
.service-sect .sect-title .txt span{
    display: block;
    color: #000000;
    font-family: '思源黑體 TWHK';
}
.service-sect .corner:hover:before {
    border-color: #ccc;
}
.service-sect .editor {
    max-width: 700px;
    margin: 0 auto;
}
.service-sect .more {
    background-image: url(../images/more.png);
    width: 48px;
    height: 48px;
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -24px;
    z-index: 3;
}

@media screen and (max-width: 767px) {
    .service-sect .content-box {
        background-image: none;
    }
}
/******************************* ↑ SERVICE ↑ ********************************/

/******************************* ↓ NEWS ↓ ********************************/
.news-sect .content-box {
    padding-left: 350px;
}
.news-sect .sect-title {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 330px;
    background: #CEA78F;
    border: 10px solid #E2CABC;
}
.news-sect .sect-title .txt {
    color: #fff;
    font-family: Century Gothic,CenturyGothic,AppleGothic, "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕",sans-serif;
    font-size: 30px;
    text-align: center;
    background: url(../images/index/news_title_ic.png) no-repeat 50% 0;
    padding-top: 50px;
    line-height: 1;
    width: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -88px 0 0 -100px;
}
.news-sect .sect-title .more {
    display: block;
    background: #935F48;
    width: 130px;
    margin: 40px auto 0;
    color: #CEA78F;
    font-family: 'Trykker', serif;
    font-size: 13px;
    line-height: 36px;
}
.news-sect .sect-title .more:hover {
    background: #524339;
}
.news-list {
    margin: 0;
}
.news-list .item {
    padding: 0;
    float: left;
    width: 50%;
}
.news-list .item a {
    margin: 0;
    background: #E4E4E4;
}
.news-list .item:first-child a,
.news-list .item:last-child a {
    background: #CEA78F;
}
.news-list .pic {
    max-width: 250px;
    position: relative;
    overflow: hidden;
}
.news-list a:hover .pic:before {
    content: "";
    background: rgba(0,0,0,0.20);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.news-list .txt {
    margin-left: 250px;
    padding: 45px 20px 10px 20px;
}
.news-list .line {
    display: block;
    border-top: 1px solid #646464;
    width: 50px;
    position: relative;
    top: 18px;
}
.news-list .item:first-child .line,
.news-list .item:last-child .line {
    border-top-color: #fff;
}
.news-list .item:first-child .title,
.news-list .item:last-child .title,
.news-list .item:first-child .description,
.news-list .item:last-child .description {
    color: #fff;
}
.news-list .date {
    color: #727272;
}
.news-list .item:first-child .date,
.news-list .item:last-child .date {
    color: #925F47;
}
.news-list .item a .more {
    opacity: 0.6;
    background-color: #424242;
}
.news-list .item a:hover .more {
    opacity: 0.9;
}
.news-list .item:first-child .more,
.news-list .item:last-child .more {
    background-color: #6C2F19;
}

@media screen and (max-width: 1380px) {
    .news-sect .content-box {
        padding-left: 260px;
    }
    .news-sect .sect-title {
        width: 240px;
    }
    .news-list .pic {
        max-width: 210px;
    }
    .news-list .txt {
        margin-left: 210px;
        padding: 15px 15px 10px 15px;
    }
    .news-list .description {
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 1180px) {
    .news-sect .content-box {
        padding-left: 0;
    }
    .news-sect .sect-title {
        width: auto;
        position: relative;
        height: 200px;
    }
    .news-sect .sect-title .txt {
        margin-top: -76px;
    }
}
@media screen and (max-width: 900px) {
    .news-list .item {
        float: none;
        width: auto;
    }
    .news-list .item a {
        max-width: none;
    }
    .news-list .item:nth-child(2n+1) a {
        background: #E4E4E4;
    }
    .news-list .item:nth-child(2n) a {
        background: #CEA78F;
    }
    .news-list .item .line {
        top: 10px;
    }
    .news-list .item:nth-child(2n+1) .line {
        border-top-color: #646464
    }
    .news-list .item:nth-child(2n) .line {
        border-top-color: #fff;
    }
    .news-list .item:nth-child(2n+1) .title,
    .news-list .item:nth-child(2n+1) .description {
        color: #646464;
    }
    .news-list .item:nth-child(2n) .title,
    .news-list .item:nth-child(2n) .description {
        color: #fff;
    }
    .news-list .title {
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        height: auto;
        padding-top: 24px;
    }
    .news-list .item:nth-child(2n+1) .date {
        color: #727272;
    }
    .news-list .item:nth-child(2n) .date {
        color: #925F47;
    }
    .news-list .item:nth-child(2n+1) .more {
        background-color: #424242;
    }
    .news-list .item:nth-child(2n) .more {
        background-color: #6C2F19;
    }
}
@media screen and (max-width: 480px) {
    .news-sect .content-box {
        max-width: 330px;
        margin: 0 auto;
    }
    .news-list .pic {
        float: none;
        max-width: none;
    }
    .news-list .txt {
        margin-left: 0;
    }
    .news-list .title {
        display: -webkit-box;
        white-space: normal;
        text-overflow: ellipsis;
        height: auto;
        padding-top: 0;
    }
    .news-list .description {
        height: auto;
        max-height: 57px;
    }
}
/******************************* ↑ NEWS ↑ ********************************/

/******************************* ↓ PRODUCTS ↓ ********************************/
.products-sect .sect-title {
    text-align: center;
    max-width: 304px;
    padding: 5px;
    background: #FFF;
    margin: 60px auto;
    position: relative;
}
.products-sect .sect-title a{
    display: block;
    font-size: 23px;
    color: #006684;
    padding: 18px 0px;
}
.products-sect .sect-title span{
    display: block;
    font-family: '思源黑體 TWHK';
    font-size: 21px;
    color: #000000;
}
.products-sect .sect-title .txt {
    display: inline-block;
    color: #545454;
    font-family: Century Gothic,CenturyGothic,AppleGothic, "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕",sans-serif;
    font-size: 28px;
    background: #fff;
    padding: 0 10px;
    position: relative;
    line-height: 2;
    top: -28px;
}
.products-sect .sect-title .more {
    background-image: url(../images/more.png);
    width: 48px;
    height: 48px;
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -24px;
    z-index: 3;
}
.products-list .item {
    width: 25%;
}

@media screen and (max-width: 1200px) {
    .products-list .item {
        width: 33.33%;
    }
}
@media screen and (max-width: 860px) {
    .products-list .item {
        width: 50%;
    }
}
@media screen and (max-width: 600px) {
    .products-list {
        margin-top: 0;
    }
    .products-list .item {
        width: auto;
    }
}
/******************************* ↑ PRODUCTS ↑ ********************************/

/******************************* ↓ ALBUM ↓ ********************************/
.site-main .album-sect {
    padding: 50px 0;
}
.album-sect .top-btn {
    text-align: right;
    padding: 5px;
}
.album-sect .more {
    background-image: url(../images/index/album_more.png);
    width: 126px;
    height: 30px;
}
.album-sect .content-box:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 15;
    pointer-events: none;
    border: 10px solid #444;
}
.album-list {
    margin: 0;
}
.album-list .item {
    float: left;
}
.album-list .item a {
    margin: 0 auto;
}
.album-list a:hover .pic:before {
    border: 0;
}
.album-list .slick-prev,
.album-list .slick-next {
    text-align: left;
    white-space: normal;
    text-indent: -99999px;
    overflow: hidden;
    border: 0;
    background: url(../images/lightbox_arrow.png) no-repeat;
    width: 66px;
    height: 60px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    z-index: 20;
}
.album-list .slick-prev { background-position:    0 0; left: 0; }
.album-list .slick-next { background-position: 100% 0; right: 0; }
.album-list .slick-prev:hover { background-position:    0 100%; }
.album-list .slick-next:hover { background-position: 100% 100%; }

@media screen and (max-width: 860px) {
    .album-sect .container {
        max-width: 750px;
    }
}
/******************************* ↑ ALBUM ↑ ********************************/