/*------------ / banner ------------*/
.banner {
    padding-bottom: 0px;
	padding-top: 0px;
}
.banner:before {
    content: '';
    background: url('../../images/common/index/banner_cover.png') 50% 100% / 100% 100% no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
	z-index:1;
}
.banner .slider:before {
    content: '';
    border: 0px solid #fff;
    position: absolute;
    z-index: 50;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.15;
    pointer-events: none;
}
.banner-slider-control {
    position: absolute;
    z-index: 50;
    top: 100%;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: -70px;
}
.banner .slick-prev,
.banner .slick-next {
    vertical-align: middle;
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: url('../../images/common/index/banner_arrow.png') no-repeat;
    width: 25px;
    height: 50px;
    cursor: pointer;
}
.banner .slick-prev {
    background-position: 0 0;
    margin-right: 10px;
}
.banner .slick-next {
    background-position: 100% 0;
    margin-left: 10px;
}
.banner .slick-prev:hover {
    background-position: 0 100%;
}
.banner .slick-next:hover {
    background-position: 100% 100%;
}
.banner-slider-dots {
    display: inline-block;
    vertical-align: middle;
}
.banner .slick-dots li {
    vertical-align: middle;
}
.banner .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: url('../../images/common/index/banner_dot.png') no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.banner .slick-dots li.slick-active button {
    background-position: 100% 0;
}
/*------------ / site-main ------------*/
.site-main {
    padding-bottom: 0px;
}
/*------------ / products ------------*/
.sect1 {
    padding: 30px 0 50px;
    position: relative;
}
.products-sect-title {
    position: relative;
    padding: 5px 0 10px 45px;
    margin: 0 0 15px;
    text-align: center;
}
.products-sect-title span {
    color: #202020;
    font-size: 36px;
    letter-spacing: 0.03em;
    line-height: 1.2;
    text-align: center;
    display: block;
    vertical-align: middle;
    margin-bottom: 5px;
    position: relative;
    font-family: 'Raleway', sans-serif;
}
.products-sect-title span:before{
    content: '';
    display: block;
    background: url(../../images/common/index/products_title_ic.png) no-repeat;
    width: 41px;
    height: 21px;
    position: relative;
    margin: 0 auto 7px;
}

.products-sect-title .more {
    position: absolute;
    top: 32px;
    right: 0;
}
.products-sect-title .more a{
    width: auto;
    display: inline-block;
    padding: 8px 0;
    text-align: center;
    color: #444444;
    font-size: 14px;
    line-height: 1;
    font-family: 'Noto Sans', sans-serif;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
}
.products-sect-title .more a:after{
    content: '';
    display: inline-block;
    background: url(../../images/common/index/more_ic.png) no-repeat;
    width: 32px;
    height: 32px;
    position: relative;
    margin-left: 9px;
    line-height: 32px;
    top: 10px;
    
}
.products-sect-title .more a:hover:after{
    background-position: 0 100%;
}
.products-sect-title .more a:hover{
    color:#2BA6E0;
}

.products-list {
    margin: 0 -10px;
}
.products-list .item {
    width: 16.66%;
    padding: 0 10px;
}

.products-list .box {
    max-width: 220px;
    margin: 0 auto 10px;
    position: relative;
}
.products-list .box:hover {
    border-bottom-color: #2039E8;
}
.products-list .box.new:before {
    content: 'NEW';
    position: absolute;
    font-family: 'Noto Sans', sans-serif;
	font-size: 15px;
    z-index: 10;
    top: -22px;
    left: 0px;
    color: #212121;
    display: block;
    letter-spacing: 0.03em;
}
.products-list .pic-box {
    position: relative;
    overflow: hidden;
}
.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}

.products-list .txt {
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 11px 5px 16px 16px;
}
.products-list .txt:before{
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-left: solid 1px #AAAAAA;
    border-bottom: solid 1px #AAAAAA;
    position:absolute;
    left: 0;
    bottom: 0;
}
.products-list .description {
    font-size: 14px;
    color: #828282;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 38px;
}
.products-list .name {
    color: #333333;
    font-family: 'Noto Sans',Arial, '微軟正黑體', 'Microsoft JhengHei', '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    font-size: 17px;
    margin: 5px 0;
    letter-spacing: 0;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 22px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.products-list .box:hover .name {
    color: #3C99d0;
}
.products-sect .slick-dots {
    padding-top: 20px;
    text-align: center;
}
.products-sect .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: url('../../images/common/index/products_dot.png') no-repeat;
    width: 8px;
    height: 9px;
    margin: 0 5px;
    cursor: pointer;
}
.products-sect .slick-dots li.slick-active button {
    background-position: 100% 0;
}

/*------------ / about ------------*/
.sect2 {
    padding: 120px 0 52px;
    position: relative;
}
.sect2 .container {
    max-width: 1300px;
    padding: 0 0 0px;
}
.about-sect {
    position: relative;
    overflow: hidden;
    text-align: center;
    max-width: 790px;
    margin: 0 auto;
}
.about-sect-title {
    color: #202020;
    font-size: 36px;
    letter-spacing: 0.03em;
    line-height: 1.2;
    text-align: center;
    display: block;
    vertical-align: middle;
    margin-bottom: 22px;
    position: relative;
    font-family: 'Raleway', sans-serif;
}
.about-sect-title span {
    color: #202020;
    font-size: 36px;
    letter-spacing: 0.03em;
    line-height: 1.2;
    text-align: center;
    position: relative;
}
.about-sect-title:before{
    content: '';
    display: block;
    background: url(../../images/common/index/products_title_ic.png) no-repeat;
    width: 41px;
    height: 21px;
    position: relative;
    margin: 0 auto 7px;
}

.about-sect .txt-box {
    font-size: 15px;
    text-align: center;
    display: block;
    color: #202020;
    letter-spacing: 0;
    line-height: 1.6;
}
.about-sect .editor {
    min-height: 130px;
}
.about-sect .ibtn.more {
    background-image: url('../../images/common/index/about_more.png');
    width: 44px;
    height: 69px;
    position: relative;
    margin: 20px auto 0;
}
.about-sect .ibtn.more:hover{
    background-position: 100% 0;
}

/*------------ / album ------------*/

.sect3 {
    padding: 40px 0 110px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: solid 1px #79796A;
    position: relative;
}
.sect3:before{
    content: '';
    width: 1px;
    height: 32px;
    background: #79796A;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
}
.sect3 .container {
    max-width: 1330px;
    padding: 0 15px;
}

.album-sect {
    width: auto;
    float: none;
    position: relative;
}

.album-sect-title {
    position: relative;
    padding: 5px 0 10px 0px;
    margin: 0 0 15px;
    text-align: center;
}
.album-sect-title span {
    color: #202020;
    font-size: 36px;
    letter-spacing: 0.03em;
    line-height: 1.2;
    text-align: center;
    display: block;
    vertical-align: middle;
    margin-bottom: 5px;
    position: relative;
    font-family: 'Raleway', sans-serif;
}


.album-sect-title .more {
    position: absolute;
    top: 3px;
    right: 0;
}
.album-sect-title .more a{
    width: auto;
    display: inline-block;
    padding: 8px 0;
    text-align: center;
    color: #444444;
    font-size: 14px;
    line-height: 1;
    font-family: 'Noto Sans', sans-serif;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
}
.album-sect-title .more a:after{
    content: '';
    display: inline-block;
    background: url(../../images/common/index/more_ic.png) no-repeat;
    width: 32px;
    height: 32px;
    position: relative;
    margin-left: 9px;
    line-height: 32px;
    top: 10px;
    
}
.album-sect-title .more a:hover:after{
    background-position: 0 100%;
}
.album-sect-title .more a:hover{
    color:#2BA6E0;
}

.album-sect .slick-dots {
    text-align: center;
    position: relative;
    padding-top: 20px;
    top: 100%;
    left: 0;
    right: 0;
}
.album-sect .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: url('../../images/common/index/album_dot.png') no-repeat;
    width: 8px;
    height: 9px;
    margin: 0 5px;
}
.album-sect .slick-dots li.slick-active button  {
    background-position: 100% 0;
}
.album-list {
    margin: 0 -3px;
}
.album-list > li{
    width: 25%;
}
.album-list .item {
    padding: 0 4px;
}
.album-list .box {
    display: block;
    position: relative;
    background: #fff;
    max-width: 480px;
    margin: 0 auto;
}
.album-list .fancybox {
    display: none;
}
.album-list .pic {
    position: relative;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.album-list .box:hover .pic {
    opacity: 0.7;
}

.album-list .txt {
    border: 1px solid #D7DBE3;
    padding: 10px 40px 10px 15px;
    position: relative;
    margin-top: 6px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.album-list .txt:before{
    content: '';
    display: block;
    width: 0;
    height: 100%;
    border: solid 1px #000;
    border-width: 1px 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.album-list .box:hover .txt:before{
    width: 100%;
}

.album-list .txt:after{
    content: '';
    display: block;
    width: 100%;
    height: 0%;
    border: solid 1px #000;
    border-width: 0 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.album-list .box:hover .txt:after{
    height: 100%;
}

.album-list .name {
    color: #444444;
    font-size: 15px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 0px;
    height: 25px;
    line-height: 1.3;
    letter-spacing: 0.05em;
    font-family: 'Noto Sans', sans-serif;
    -webkit-transition: all .3s ;
    transition: all .3s ;
}
.album-list .box:hover .name {
    color: #444444;
}

/*------------ / service ------------*/

.sect5 {
    padding: 120px 0 0;
    position: relative;
}
.sect5:before{
    content: '';
    display: block;
    background: url(../../images/common/index/products_bg.jpg) no-repeat 50% 100%;
    width: 100%;
    height: 1020px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    z-index: -1;
}
.sect5:after{
    content: '';
    display: block;
    width: 100px;
    height: 1px;
    background: #333333;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
}
.sect5 .container {
    max-width: 1300px;
    padding: 0;
    position: relative;
}
.sect5 .container:before{
    content: '';
    display: block;
    background: url(../../images/common/index/service_pic.jpg) no-repeat;
    width: 650px;
    height: 410px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.service-sect{
    max-width: 650px;
    float: right;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 70px;
    background: #3C99D0;
    position: relative;
    bottom: -65px;
    z-index: 4;
    
}
.sect5 .btn.more {
    margin-top: 40px;
    width: 150px;
    height: 40px;
    background: #fff;
    font-family: 'Noto Sans', sans-serif;
    color: #2BA6E0;
    font-size: 14px;
    letter-spacing: 0.08em;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    line-height: 40px;
    
}
.sect5 .btn.more:hover {
    -webkit-box-shadow: 0 0 12px rgba(115,255,255,0.9);
    box-shadow: 0 0 12px rgba(115,255,255,0.9);
    letter-spacing: 0.7em !important;
}
.sect5 .btn.more .ic {
    display: block;
    font-size: 24px;
    margin: 5px auto 0;
    display: none;
}

.service-sect .btn.more {
    margin-left: 0px;
}
.service-sect-title {
    position: absolute;
    left: 70px;
    top: -60px;
}
.service-sect-title span {
    color: #212121;
    font-size: 36px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    line-height: 1.2;
    letter-spacing: 0.03em;
    font-family: 'Raleway', sans-serif;
}
.service-sect-title span:after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #212121 transparent transparent transparent;
    display: inline-block;
    margin-left: 7px;
    position: relative;
    margin-left: 13px;
    position: relative;
    vertical-align: middle;
    top: -2px;
}

.service-sect .editor {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 130px;
	color: #fff;
    line-height: 1.8;
    letter-spacing: 0.05em;
}

/*------------ / news ------------*/

.sect4 {
    padding: 55px 0 75px;
    position: relative;
    background: url(../../images/common/index/album_bg.jpg) no-repeat 50% 50%;
    background-size: cover;
}
.news-sect {
    float: right;
    width: calc(100% - 0px);
}
.news-sect-title {
    position: relative;
    padding: 5px 0 10px 45px;
    margin: 0 0 15px;
    text-align: center;
}
.news-sect-title span {
    color: #202020;
    font-size: 36px;
    letter-spacing: 0.03em;
    line-height: 1.2;
    text-align: center;
    display: block;
    vertical-align: middle;
    margin-bottom: 5px;
    position: relative;
    font-family: 'Raleway', sans-serif;
}
.news-sect-title span:before{
    content: '';
    display: block;
    background: url(../../images/common/index/products_title_ic.png) no-repeat;
    width: 41px;
    height: 21px;
    position: relative;
    margin: 0 auto 7px;
}

.news-sect-title .more {
    position: absolute;
    top: 32px;
    right: 0;
}
.news-sect-title .more a{
    width: auto;
    display: inline-block;
    padding: 8px 0;
    text-align: center;
    color: #444444;
    font-size: 14px;
    line-height: 1;
    font-family: 'Noto Sans', sans-serif;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
}
.news-sect-title .more a:after{
    content: '';
    display: inline-block;
    background: url(../../images/common/index/more_ic.png) no-repeat;
    width: 32px;
    height: 32px;
    position: relative;
    margin-left: 9px;
    line-height: 32px;
    top: 10px;
    
}
.news-sect-title .more a:hover:after{
    background-position: 0 100%;
}
.news-sect-title .more a:hover{
    color:#2BA6E0;
}
.news-sect .slick-dots {
    padding-top: 20px;
    text-align: center;
}
.news-sect .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: url('../../images/common/index/news_dot.png') no-repeat;
    width: 8px;
    height: 9px;
    margin: 0 5px;
    cursor: pointer;
}
.news-sect .slick-dots li.slick-active button {
    background-position: 100% 0;
}
.news-list {
    margin: 0 -6px;
}
.news-list .item {
    width: 25%;
    padding: 0 6px;
}
.news-list .box {
    max-width: 254px;
    margin: 7px auto 0;
    background: #fff;
    border: solid 1px #E4E4E4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.news-list .box:hover {
    -webkit-transform: translate(0,-7px);
    transform: translate(0,-7px);
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,0.2);
    box-shadow: 0 0 7px rgba(0,0,0,0.2);
}
.news-list .pic {
    position: relative;
    overflow: hidden;
}

.news-list .txt {
    position: relative;
    padding: 15px 20px;
}
.news-list .name {
    color: #555555;
    font-size: 17px;
    font-family: 'Noto Sans', sans-serif;
    line-height: 1.3;
    letter-spacing: 0.05em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 28px;
}

.news-list .description {
    color: #8E8E8E;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.05em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 58px;
    margin: 8px 0 14px;
}
.news-list .date {
    display: block;
    border-width: 1px 0;
    color: #888888;
    font-size: 13px;
    text-align: left;
    line-height: 30px;
    position: relative;
}
.news-list .box .date:before {
    content: '';
    display: block;
    background: url(../../images/common/news/dots.png) no-repeat;
    width: 25px;
    height: 5px;
    position: relative;
    margin: 3px 0 6px;
}

/*************fancybox-close*************/
body .fancybox-close {
    background: url(../../images/common/lightbox_close.png) no-repeat;
    width: 45px;
    height: 45px;
    right: 0px;
    top: -60px;
}
body .fancybox-close:hover {
    background-position: 0 100%;
}
body .fancybox-skin {
    background: #fff;
    margin: 20px 40px;
    border-radius: 0px;
}
/*************************************/
@media screen and (max-width: 1300px) {
	.sect2 {
		padding: 108px 0 35px;
	}
}
@media screen and (max-width: 1000px) {
	.banner {
		padding-bottom: 30px;
		padding-top: 0px;
	}
	.banner:before {
		display:none;
	}
    .banner {
        padding-bottom: 50px;
    }
    .banner-slider-control {
        margin-top: 8px;
    }
    .banner .slick-prev, .banner .slick-next{
        display: none !important;
    }
    .sect1 {
        padding: 10px 0 30px 0;
    }
    .sect5 .container::before{
        display: none;
    }
    .sect5{
        padding-top: 20px;
    }
    .service-sect{
        float: none;
        margin: 0 auto;
        width: 90%;
        max-width: 100%;
    }
}
@media screen and (max-width: 900px) {
    .sect4 .container:before {
        display: none;
    }
    .news-sect {
        float: none;
        width: auto;
        max-width: 760px;
        margin: 0 auto;
    }
    .news-list .box {
        max-width: 320px;
    }
}
@media screen and (max-width: 767px) {
    .banner .slider:before {
        border-width: 0px;
    }
    .service-sect {
        padding: 25px 20px;
    }
    .service-sect-title{
        left: 20px;
    }
    .service-sect .editor {
        display: block;
        max-height: none;
    }
    body .fancybox-skin {
        margin: 50px 0 5px;
    }
    body .fancybox-close {
        top: -60px;
        right: 0%;
        margin-right: 0px;
    }
    .sect3{
        padding-bottom: 30px;
    }
    .sect2 {
        padding: 105px 0 0px;
    }

}
@media screen and (max-width: 450px) {
    .products-sect-title {
        background: none;
        padding: 0;
        text-align: center;
        display: inline-block;
        width: 100%;
    }
    .products-sect-title span {
        display: block;
    }
    .products-sect-title .more {
        width: 100%;
        position: relative;
        top: inherit;
        right: inherit;
        margin: 4px auto;
    }
    .products-list {
        margin: 0 auto;
    }
    .album-sect-title {
        background: none;
        padding: 0;
        text-align: center;
        display: inline-block;
        width: 100%;
    }
    .album-sect-title span {
        display: block;
    }
    .album-sect-title .more {
        width: 100%;
        position: relative;
        top: inherit;
        right: inherit;
        margin: 4px auto;
    }
    .album-list {
        margin: 0 auto;
    }
    .news-sect-title {
        background: none;
        padding: 0;
        text-align: center;
        display: inline-block;
        width: 100%;
    }
    .news-sect-title span {
        display: block;
    }
    .news-sect-title .more {
        width: 100%;
        position: relative;
        top: inherit;
        right: inherit;
        margin: 4px auto;

    }
    .sect4{
        padding: 40px 0 25px;
    }
    .news-list {
        margin: 0 auto;
    }

}
@media screen and (max-width: 440px) {
    .about-sect .txt-box {
        float: none;
        width: auto;
        margin: 0;
        padding: 28px 30px 65px;
    }
    .about-sect .editor {
        min-height: 0;
    }
}
@media screen and (max-width: 400px) {


}