
@import url("../fonts/flaticon/flaticon.css");
@import url("../fonts/thin/thin.css");
@import url("../css/all.min.css");
@import url("revise.css");
@import url("header.css");
@import url("footer.css");
@import url("banner.css");


/*========================================================
                      	 標題設定
=========================================================*/

.s-header {
    text-align: center;
    overflow: hidden;
    margin-bottom: 60px;
}
.h2-title {
    display: inline-block;
    font-size: 2rem;
    color: #2372d3;
    position: relative;
    z-index: 1;
    font-weight: bold;
}
.h2-title:after {
    position: absolute;
    left: 0%;
    bottom: -6px;
    height: 2px;
    width: 100%;
    background: #99ae31;
    opacity: 1;
    content: "";
    z-index: -1;
}
.s-header h2+p {
    font-weight: bold;
    color: #2893d0;
    font-size: 1.4rem;
}

.h3-title {
    color: #2893d0;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 1.5rem;
}
.h3-title i {
    color: #06457e;
    display: inline-block;
    margin-right: 6px;
}
.h4-title {
    color: #06457e;
    font-size: 1.3rem;
    margin-bottom: 20px;
    text-decoration: underline;
}
.h5-title {
    font-weight: bold;
    font-size: 1.2rem;
}
.h5-title i {
    color: #e96424;
    display: inline-block;
    margin-right: 6px;
    font-size: 0.9rem;
}

.green-txt{
    color: #0c7928;
    font-weight: bold;
}

/*========================================================
                      	 內頁框架
=========================================================*/

.content-wrap {
/*    background: url("../img/content-bg.jpg") no-repeat right top fixed;
    background-size: cover;*/
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: 400px;
}

.img-100 {
    width: 100%;
    vertical-align: bottom;
}

/* 麵包屑 */
.breadcrumbs {
	text-align: left;
    font-size: 1rem;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #111;
}
.breadcrumbs a {
	display: inline-block;
	color: #111;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}
.breadcrumbs a.home i {
    display: inline-block;
    margin-right: 3px;
    color: #111;
}
.breadcrumbs span {
	margin: 0 2px 0 4px;
	color: #111;
	font-size: 1.4rem;
	font-weight: bold;
}


.video-style {
    width: 240px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.video-style-100 {
    width: 100%;
}
.video-style span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    width: 70px;
    height: 70px;
    background: url("../img/index/video-icon.png") no-repeat center center;
    background-size: 40px 40px;
}
.video-style a {
    display: block;
    overflow: hidden;
}
.video-style a img {
    width: 100%;
    transform: scale(1);
    transition: all 0.3s;
}
.video-style a:hover img {
    transform: scale(1.1);
}

.view_lg{display:none;}
.view_sm{display:block;}
@media (min-width:992px){.view_lg{display:block;}.view_sm{display:none;}}

/*========================================================
                         回目錄頁
=========================================================*/

.btn-back {
	text-align: right;
    margin-top: 30px;
	margin-bottom: 30px;
}
.btn-back a {
    background-color: #da632e;
	padding: 5px 20px;
	border-radius: 10px;
	color: #fff;
}
.btn-back a:hover {
    background-color: #1475a8;
    color: #fff;
	text-decoration: none;
}


/*========================================================
                         公司簡介
=========================================================*/

.about-01 {
    padding-top: 40px;
    padding-bottom: 40px;
    line-height: 36px;
    text-align: justify;
}

.about-01-b p {
    margin-top: 40px;
    text-align: center;
    padding: 10px 25px;
    border-radius: 20px;
    border: 3px solid #8daf0b;    
}
.about-01-e [class*="col-"] {
    margin-bottom: 2rem;
}
.about-01-e [class*="col-"] p {
    margin-top: 1.5rem;
}


@media (min-width: 992px) {
    .about-01-b p {
        display: inline-block;
    }
    .about-01-d [class*="col-lg-"]:nth-of-type(1) {
        padding-right: 3rem;
        border-right: 1px solid #d1d1d1;
    }
    .about-01-d [class*="col-lg-"]:nth-of-type(2) {
        padding-left: 3rem;
    }
}
@media (min-width: 1600px) {
    .about-01-d [class*="col-lg-"]:nth-of-type(1) {
        padding-right: 5rem;
    }
    .about-01-d [class*="col-lg-"]:nth-of-type(2) {
        padding-left: 5rem;
    }
}


/*========================================================
                         前瞻技術
=========================================================*/

.about-02 .row {
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 5rem;
    margin-bottom: 5rem;
}
.about-02 .row:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
}
.about-02 [class*="col-"] h3 {
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .about-02 [class*="col-"] h3 {
        margin-top: 0;
    } 
}

/*========================================================
                產品介紹-Transpatec傳世寶紗窗網
=========================================================*/

.products-01 {
    padding-top: 40px;
    padding-bottom: 40px;
    line-height: 36px;
    text-align: justify;
}
.products-01-b {
    position: relative;
    border: 1px solid #699d3a;
    padding: 120px 40px 40px 40px;
    margin-top: 120px;
}
.products-01-b .img  {
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.products-01-b .info {
    margin-bottom: 40px;
    text-align: center;
}
.products-01-b .img > img {
    width: 320px;
}
.products-01-b [class*="col-"] {
    text-align: center;
}
.products-01-b [class*="col-"] img {
    max-width: 100%;
}

.certificate h4 {
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
}
.certificate [class*="col-"] {
    padding: 0 30px;
    margin-bottom: 40px;
}
.certificate [class*="col-"] > img {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1px solid #ddd;
    padding: 10px;
}

.download {
	text-align: center;
}
.download a {
    display: inline-block;
	background: url(../img/download-icon.png) no-repeat left 6px;
    padding: 3px 0 3px 30px;
    color: #333;
    font-weight: bold;
}
.download a:hover {
    text-decoration: none;
}

.award [class*="col-"] {
    padding: 0 20px;
    margin-bottom: 30px;
    text-align: center;
}
.award [class*="col-"] > img {
    margin-top: 5px;
    margin-bottom: 5px;
    max-width: 100%;
}
.award [class*="col-"] p {
    line-height: 24px;
}


@media (min-width: 768px) {
    .products-01-b {
        padding: 120px 80px 60px 80px;
    }
    .products-01-b .img > img {
        width: 360px;
    }
    .award [class*="col-"] {
        padding: 0 30px;
    }
}
@media (min-width: 992px) {
    .products-01-a p {
        width: 70%;
        margin: 0 auto;
    }
    .products-01-b {
        padding: 160px 120px 80px 120px;
    }
}
@media (min-width: 1200px) {
    .products-01-b .img > img {
        width: 400px;
    }
    .products-01-b .info {
        width: 80%;
        margin: 0 auto 40px;
    } 
    .award [class*="col-"] {
        padding: 0 50px;
    }
    .award-3 [class*="col-"] {
        padding: 0;
    }
}
@media (min-width: 1600px) {
    .award-3 [class*="col-"] {
        padding: 0 10px;
    }
}

/*========================================================
                產品介紹-荷蘭P品牌防塵霾紗窗網
=========================================================*/

.products-02 {
    padding-top: 40px;
    padding-bottom: 40px;
    line-height: 36px;
    text-align: justify;
}

/*========================================================
                產品介紹-菲佛集團多功能性紗窗網
=========================================================*/

.products-03 {
    padding-top: 40px;
    padding-bottom: 40px;
    line-height: 36px;
    text-align: justify;
}
.products-03-a {
    margin-top: 2rem;
}

.products-video {
    width: 100%;
    height: auto;
}

@media (min-width: 992px) {
    .products-video {
        width: 600px;
    } 
}
@media (min-width: 1200px) {
    .products-video {
        width: 800px;
    } 
}
/*@media (min-width: 1200px) {
    .products-03-a > div {
        width: 60%;
        margin: 3rem auto 0;
    }
}*/

.step-list{
    list-style: none;
    padding:0;

}


/*========================================================
                        影音專欄
=========================================================*/
.video-content .video-block{
    padding-bottom: 40px;
}
.video-content .video-block p{   
    margin-bottom: 0;
}
.video-content .video-block .video-album,.video-content .video-block .photo-album{
    padding-bottom: 20px;
}
.video-content .video-block .photo-album div{ 
    padding-bottom:7px;
}
.video-content .video-block .photo-album img{
	width:100%;
	border:5px solid #fff;
	box-shadow:2px 2px 3px #666; 
}

/*========================================================
                        服務流程
=========================================================*/
.service-content .step-box{
    border:1px solid #99ae31;
    padding:15px 20px;
    text-align: center;
    border-radius: 15px;
    margin-bottom:18px;
}
.service-content .step-box i{
   padding:10px;
   border-radius: 50%;
   background-color: #2893d0;
   color:#fff;
   font-size: 1.5rem;
   margin-bottom:7px;
}
.service-content .step-box p{
    text-align: left;
	margin-bottom:0;
}

@media (min-width: 992px) {
    .service-content .step-box{
        min-height:280px;
    } 
}
@media (min-width: 1200px) {
    .service-content .step-box{
        min-height:260px;
    } 
}


/*========================================================
                         最新消息
=========================================================*/

.news-wrap {
	padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 7%;
    padding-right: 7%;
}
.news-wrap .content-list-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.news-wrap .content-list-container ul li {
    border-bottom: 1px solid #c6c6c6;
    position: relative;
}
.news-wrap .content-list-container ul li a {
    display: block;
    color: #111;
    padding: 12px 10px;
}
.news-wrap .content-list-container ul li a:hover {
    background-color: #ededed;
}
.news-wrap .content-list-container ul li a time {
    display: block;
    font-weight: bold;
}
.news-wrap .content-list-container ul li a span {
    border: 1px solid #4a6648;
    border-radius: 15px;
    line-height: 28px;
    padding: 0 10px;
    font-size: 0.9rem;
    display: none;
}
.news-wrap .content-list-container ul li a:hover span {
    background-color: #4a6648;
    color: #fff;
}

.news-wrap h2{ 
    color: #2372d6;
    border-left: 7px solid #2372d6;
    padding-left: 10px;
}


@media (min-width: 992px) {
    .news-wrap .content-list-container ul li a {
        padding: 12px 160px 12px 140px;
    }
    .news-wrap .content-list-container ul li a time {
        position: absolute;
        right: 10px;
        top: 12px;
        z-index: 2;
        font-weight: normal;    
    }
    .news-wrap .content-list-container ul li a span {
        position: absolute;
        left: 10px;
        top: 12px;
        z-index: 2;
        display: inline-block;
    }
}

/*========================================================
                   	最新消息內頁
=========================================================*/

.news-detail {
	text-align: left;
    border-bottom: 2px dashed #adadad;  
}
.news-detail img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.news-detail .sort {
    margin-bottom: 20px;
}
.news-detail .sort time {
    font-weight: bold;
}
.news-detail .sort span {
    display: inline-block;
    background-color: #769511;
    color: #fff;
    margin-right: 10px;
    border-radius: 15px;
    line-height: 28px;
    padding: 1px 20px;
    font-size: 0.9rem;
}
.news-detail-title {
	text-align: left;
	margin: 0 0 20px 0;
	color: #333;
	font-weight: bold;
    font-size: 1.8rem;
}
.news-detail-content {
    margin-bottom: 40px;
}
.news-detail-link {
    border-top: 2px dashed #adadad;
    padding: 1rem;
    font-size: 0.9rem;
    background-color: #ededed;
}
.news-detail-content h2{
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom:1rem;
}

.news-detail-link h4 {
    font-size: 1.1rem;
    font-weight: bold;
}
.news-detail-link a {
    display: inline-block;
    color: #333;
    text-decoration: underline;
    margin-left: 10px;
}
.news-detail-link a:hover {
    text-decoration: none;
}


/* 分類+外連 */
.news .news-detail-row {
    display: flex;
    font-size: 1rem;
    color: #63636b;
    margin: 0 2px 6px 2px;
}
.news .news-detail-row a {
    color: #63636b;
}
.news .news-detail-row a:hover {
    text-decoration: underline;
}
.news .news-detail-row {
    line-height: 24px;
    margin-bottom: 14px;
}
.news .news-detail-row .news-detail-sort {
    color: #fff;
    padding: 0 10px;
    border-radius: 3px;
    font-size: 0.8rem;
}
.news .news-detail-row .news-detail-date {
    background-color: #c5880d;
    color: #fff;
    padding: 0 10px;
    border-radius: 3px;
    font-size: 1rem;
}
.news .news-detail-row .news-detail-date i {
    margin-right: 6px;
}

/*========================================================
                         線上購物
=========================================================*/
.shopping-content table a{
    color: #fff;
    background-color: #00b900;
    padding:5px 12px;
    border-radius: 5px;
    font-size: 1rem;;
}
.shopping-content table a i{
    padding-right:3px;
}
.shopping-content table a:hover{
    background-color: #017101;
    transition: all .3s;
}

/*========================================================
                         知識分享
=========================================================*/
.knowledge_sort ul{
    list-style: none;
    padding:0;
    margin:0 0 30px 0;
}
.knowledge_sort ul li{
    display: inline-block;
    margin-right:9px;       
    
}
.knowledge_sort ul li a{
    color:#111;
    border:1px solid #769511;
    padding:8px 38px;
    transition: all .3s;
}

.knowledge_sort ul li:hover a{
    background-color: #769511;
    cursor:pointer;
    color:#fff;
}
.knowledge_sort ul li.active a{  
    background-color: #769511;  
    color:#fff;
}

.content-list-container {
	background: #f9f9f9;
	border: 1px solid #aaa;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	display: table;
	margin: 0 auto 30px;
	padding: 30px;
	position: relative;
	width: auto;
}

.content-list-container a {
	color: #444;
	box-shadow: none;
	text-decoration: none;
	text-shadow: none;
	display: inline-flex;
	align-items: stretch;
	flex-wrap: nowrap;
    padding: 8px!important;
}

.content-list-title-container {
	position: relative;
}

.content-list-title {
	font-size: 20px;
	font-weight: bold;
}

.content-list-title-toggle {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	border: 1px solid #444;
	padding: 4px 6px;
	line-height: 20px;
}
.content-list-title-toggle a{
    padding: 0!important;

}

.content-list-detail ul {
	list-style: none;
	margin: 0;
	padding: 0;
	counter-reset: item;
}

.content-list-detail ul li a::before {
	content: counters(item, '.', decimal) '. ';
	display: inline-block;
	counter-increment: item;
	flex-grow: 0;
	flex-shrink: 0;
	margin-right: .2em;
	float: left;
}

.content-list-detail ul li a:hover {
	tdu
}

.content-list-detail ul ul {
	margin-left: 1.5em;
}

#ez-toc-container .ez-toc-js-icon-con,
#ez-toc-container .ez-toc-toggle label,
.ez-toc-cssicon {
	float: right;
	position: relative;
	font-size: 16px;
	padding: 0;
	border: 1px solid #999191;
	border-radius: 5px;
	cursor: pointer;
	left: 10px;
	width: 35px;
}

.content-list-info {
    color: #C50808;
    font-size: 0.9rem;
    margin-top: 6px;
}





/*========================================================
                         客戶證言
=========================================================*/

.case-post {
	text-align: center;
    font-size: 1rem;
}

/* 目錄頁設定 */
.case-post .post-minimal {
	position: relative;
	overflow: hidden;
    padding-bottom: 30px;
	margin-bottom: 40px;
	text-align: left;
    border-bottom: 2px dashed #adadad;
}
.case-post .post-minimal .post-body {
	padding: 0 30px;
}
.case-post .post-minimal * + .post-text {
	margin-top: 8px;
}
.case-post .post-minimal .post-meta {
	font-size: 0.9rem;
}
.case-post .post-minimal .post-meta time {
    display: inline-block;
	color: #fff;
    margin-right: 10px;
    padding: 0 20px;
    line-height: 28px;
    text-align: center;
    background-color: #769511;
    border-radius: 20px;
}
.case-post .post-minimal .post-meta span a {
	color: #333;
}
.case-post .post-minimal .post-meta span a:hover {
	color: #769511;
}
.case-post .post-minimal .post-body h2 a {
	font-size: 1.4rem;
	color: #333;
    font-weight: bold;
    margin: 10px 0;
}
.case-post .post-minimal .post-body h2 a:hover {
	color: #769511;
}
.case-post .post-minimal .more a {
	display: inline-block;
	margin-top: 10px;
	font-weight: bold;
	color: #769511;
}


/* 尺寸設定 */
@media (max-width: 991px) {
	.case-post .post-minimal {
		display: inline-block;
		width: 100%;
		max-width: 600px;
        background-color: #f1f1f1;
	}
    .case-post .post-minimal .post-body {
        padding: 10px 30px 0;
    }
	.case-post .post-minimal .post-image img {
		width: 100%;
		vertical-align: bottom;
	}
}
@media (min-width: 992px) {
	.case-post .post-minimal {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-align-items: top;
		-ms-flex-align: top;
		align-items: top;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
    .case-post .post-minimal .post-left img {
        width: 280px;
	}
	.case-post .post-minimal .post-body {
		padding: 0 30px;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	.case-post .post-minimal .post-left img {
		width: 320px;
	}
	.case-post .post-minimal .post-body {
		padding: 0 30px;
	}
}
@media (min-width: 1200px) {
	.case-post .post-minimal {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
@media (min-width: 1600px) {
	.case-post .post-minimal .post-left img {
		width: 360px;
	}
}



/*========================================================
                         法律專區
=========================================================*/

#accordion .card {
    border: none;
    border-radius: 0;
    box-shadow :none;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    text-align: left;
    text-decoration: none;
}

#accordion .card-header {
    padding: 0;
    position: relative;
    width: 100%;
    text-align: left;
    text-decoration: none;
}
#accordion .card-header:before{
    content: "";
    width: 40px;
    height: 100%;
    background: #2372d3;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
#accordion .card-header h5 button {
    display: block;
    padding: 10px 60px 10px 60px;
    background: #f5f5f5;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: #000;
    overflow: hidden;
    position: relative;
    width: 100%;
    text-align: left;
    text-decoration: none;
    border-right: 2px solid #2372d3;
}

#accordion .card-header h5 button:before,
#accordion .card-header h5 button.collapsed:before,
#accordion .card-header h5 button:after,
#accordion .card-header h5 button.collapsed:after{
    content: "\f068";
   font-family: "Font Awesome 5 Free";font-weight: 900;
    font-size: 15px;
    color: #fff;
    position: absolute;
    top: 13px;
    left: 13px;
    z-index: 2;
    transition: all 0.3s ease 0s;
}

#accordion .card-header h5 button:after,
#accordion .card-header h5 button.collapsed:after{
    content: "\f067";
    transform: translateY(50px);
}

#accordion .card-header h5 button.collapsed:before{ transform: translateY(-50px); }

#accordion .card-header h5 button.collapsed:after{ transform: translateY(0); }

#accordion .card-body{
    padding: 30px 30px 30px 60px;
    background: #fff;
    border-top: none;
/*
    font-size: 15px;
    color: #585858;
*/
    letter-spacing: 1px;
    line-height: 28px;
    position: relative;
    width: 100%;
    text-align: left;
    text-decoration: none;
}

#accordion .card-body:before{
    content: "";
    display: block;
    width: 40px;
    height: 100%;
    background: rgba(0,0,0,0);
    position: absolute;
    top: 0;
    left: 0;
}




/*========================================================
                         聯絡我們
=========================================================*/


.contact-info h3 {
    color: #4e90e2;
    font-weight: bold;
    font-size: 1.6rem;
}
.contact-info h4 {
    color: #a4ba5c;
    font-weight: bold;
    font-size: 1.4rem;
    margin-bottom: 20px;
}
.contact-info ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.contact-info ul li {
	list-style: none;
	position: relative;
	margin-bottom: 8px;
}
.contact-info ul li i {
    display: inline-block;
    width: 20px;
    text-align: center;
	margin: 0 5px;
	padding: 5px 0;
}
.contact-info ul li:nth-of-type(4n+1) i {
    color: #e71c30;
}
.contact-info ul li:nth-of-type(4n+2) i {
    color: #028ad3;
}
.contact-info ul li:nth-of-type(4n+3) i {
    color: #2e9876;
}
.contact-info ul li:nth-of-type(4n+4) i {
    color: #cd7f0c;
}

.contact-info ul li [class^="flaticon-"]:before, 
.contact-info ul li [class*=" flaticon-"]:before, 
.contact-info ul li [class^="flaticon-"]:after, 
.contact-info ul li [class*=" flaticon-"]:after {
    margin-right: 0px;
}



/*========================================================
                         各類表單
=========================================================*/

/*.form-horizontal {
	margin-bottom: 40px;
}
.form-horizontal label {
	margin-bottom: 0;
    font-weight: bold;
    color: #666;
}
.form-horizontal label:before {
    font-family: 'Font Awesome 5 free';
    content: "\f044";
    font-weight: 900;
    display: inline-block;
    margin-right: 5px;
    color: #111;
}
.form-horizontal .form-control {
	border: 1px solid #ededed;
	background-color: #ddd;
}

.form-control::-moz-placeholder {
	color: #666;
	opacity: 1;
	font-size: 16px;
	font-weight: bold;
}
.form-control:-ms-input-placeholder {
	  color: #666;
}
.form-control::-webkit-input-placeholder {
	  color: #666;
}

.contact-form {
	margin-bottom: 20px;
}
.contact-form [class *= col-] {
	position: relative;
	margin-bottom: 10px;
}

.form-group {
	padding: 10px 15px;
	margin-bottom: 0 !important;
}
.form-group:nth-of-type(2n+2) {
	background-color: #ededed;
}
.form-group b {
	display: block;
	font-size: 15px;
}
.input {
	text-decoration: none;
	border: 1px solid #c7c7c7;
	width: 100%;
	padding: 2px 2px;
}

@media (min-width: 768px) {
	.form-info {
		padding: 20px 20px 20px 70px;
		background: #f7f7f7 url(../images/warning2.png) no-repeat 20px center;
	}
	.form-info {
		margin-right: 15px;
	}
	.input {
		width: 40%;
	}
	.form-group b {
		display: inline-block;
	}
}
*/


/*========================================================
                           表格
=========================================================*/

.table1 {
	border-collapse: collapse;
	text-align: left;
	margin: 0 0 20px 0;
	font-size: 15px;
}
.table1 tr:nth-child(2n+1) {
	background-color: #e5f3f6;
}

.table1 th {
	background-color: #0da4bf;
	color: #fff;
    font-size: 1.1rem;
	font-weight: bold;
	padding: 10px 10px !important;
	text-align: center;	
}
.table1 td {
	padding: 5px 15px !important;
    border: none;
}
.table1 td:first-of-type {
    text-align: center;
}

.table2 {
	border-collapse: collapse;
	text-align: left;
	margin: 0 0 20px 0;
	font-size: 1rem;
}
.table2 tr:nth-child(2n+1) {
	background-color: #e5f3f6;
}

.table2 th {
	background-color: #0da4bf;
	color: #fff;
    font-size: 1.1rem;
	font-weight: bold;
	padding: 10px 10px !important;
	text-align: center;	
}
.table2 td {
	padding: 5px 15px !important;
    border: none;
}

.table3 {
	border-collapse: collapse;
	text-align: center;
	margin: 0 0 20px 0;
	font-size: 15px;
}
.table3 tr:nth-child(2n+1) {
	background-color: #e5f3f6;
}

.table3 th {
	background-color: #0da4bf;
	color: #fff;
    font-size: 1.1rem;
	font-weight: bold;
	padding: 10px 10px !important;
	text-align: center;	
}
.table3 td {
	padding: 5px 15px !important;
    border: none;
}



/*========================================================
                         ul設定
=========================================================*/

.ul-s1 {
    list-style: none;
    margin: 20px 0;
    padding: 0;
    text-align: left;
}
.ul-s1 > li {
    padding: 0 0 0 40px;
    margin-bottom: 10px;
    position: relative;
}
.ul-s1 > li span {
	width: 30px;
	height: 30px;
	border-radius: 15px;
	font-size: 1rem;
	color: #000;
	line-height: 30px;
	text-align: center;
	background-color: #9abdd2;
    position: absolute; 
    left: 0; 
    top: 2px; 
    z-index: 9; 
}

.ul-s2 {
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
}
.ul-s2 li {
    border-bottom: 1px solid #ddd;
    padding: 3px 10px;
}
.ul-s2 li span {
    font-weight: bold;
    color: #548235;
}
.ul-s2 li:before {
    font-family: 'Font Awesome 5 free';
    content: "\f0da";
    font-weight: 900;
    display: inline-block;
    margin-right: 6px;
}








/*========================================================
                         圖片效果
=========================================================*/

a.figure {
	display: block;
	position: relative;
}
a.figure:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
a.figure:before {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    content: '';
    display: inline-block;
    background: rgba(255,255,255,0.15) url(../img/magnifier.png) no-repeat center center;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition: .3s;
}


.picture-effect {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.picture-effect img {
	transform: scale(1);
	transition: .3s ease-out all;
}
.picture-effect a {
	display: inline-block;
	position: relative;
}
.picture-effect a:before {
	content: '了解更多';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(206, 26, 26, 0.4);
	pointer-events: none;
	z-index: 1;
	opacity: 0;
	transition: .3s ease-out all;
    color: #fff;
    text-align: center;
    vertical-align: middle;
}
.picture-effect a:hover:before {
	opacity: 1;
}
.picture-effect a:hover img {
	transform: scale(1.1);
}


