
@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;
    margin-bottom: 40px;
}
.h2-title:after {
    position: absolute;
    left: 0%;
    bottom: -6px;
    height: 2px;
    width: 100%;
    background: #99ae31;
    opacity: 1;
    content: "";
    z-index: -1;
}

.h3-title {
    color: #000;
    font-weight: bold;
    margin-bottom: 40px;
    font-size: 1.5rem;
    border-left: 8px solid #007f90;
    padding-left: 14px;
}
.h3-title i {
    color: #06457e;
    display: inline-block;
    margin-right: 6px;
}


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

.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: center;
    font-size: 1rem;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #FFF;
	background-color: #007f90;
}
.breadcrumbs a {
	display: inline-block;
	color: #FFF;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}
.breadcrumbs a.home i {
    display: inline-block;
    color: #FFF;
}
.breadcrumbs span {
    display: inline-block;
	margin: 0 7px;
	color: #FFF;
}



/*========================================================
                      	次選單設定
=========================================================*/

.navsub {
	margin-bottom: 40px;
	text-align: center;
    display: none;
}
.navsub-select {
    width: 100%;
    display: block;
}


.navsub-list {
	text-align: center;	
	margin-right: 30px;
	padding-bottom: 5px;
	background-color: #fff;
	border: 1px solid #ddd;
}

.navsub-list h2  {
	color: #fff;
	background-color: #007f90;
	padding: 8px 10px;
	text-align: center;
	margin: 0 0 10px 0;
    font-size: 1.8rem;
}
.navsub-list ul {
	list-style: none;
	margin: 20px 20px 40px 20px;
	padding: 0;
}
.navsub-list ul li {
}
.navsub-list ul li a {
	display: block;
	padding: 7px 10px;
	color: #333;
	font-size: 1rem;
	margin: 0 0 10px 0;
	background-color: #ededed;
}
.navsub-list ul li a:hover {
	color: #000;
	background-color: #d3d3d3;
}

.navsub-select {
    width: 100%;    
	margin-left: 15px;
	margin-right: 15px;
	}
.navsub-select h2 {
	text-align: center;
	}
.navsub-select .form-control {
	margin-bottom: 20px;
}


@media (min-width: 1200px) {
    .navsub {
        display: block;
    }
    .navsub-select {
        display: none;
    }
}



.navsub-wrap {
    width: 100%;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 40px;
}
.navsub-wrap .input-group-prepend label {
    background-color: #007f90;
    color: #fff;
    border-color: #007f90;
}
.navsub-wrap .input-group-text {
    padding: 0.375rem 1.5rem;
}





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

.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-content-wrap{ 
    height:auto; 
    padding: 128px 0 240px 0;
    background-image:url(../img/about-bg1.jpg); 
    background-position:center; 
    background-size:cover; 
    text-shadow: -1px -1px 0px #fff, 1px -1px 0px #fff, -1px 1px 0px #fff, 1px 1px 0px #fff;
}
.about-content-line{
    height: 4px;
    background-color:#ea4114;
    margin-bottom:20px;
    max-width: 600px;
}
.about-content-wrap h2{
    margin-bottom: 60px;
    font-weight: 900;
}
.about-content-wrap h3{
   
    margin-bottom:20px;
    font-weight: 700;
}
.about-content-wrap p{
    max-width: 800px;
    margin-bottom: 60px;
}
@media (min-width: 992px) {
    .about-content-wrap{ 
        height:1430px; 
        padding: 128px 0;
        background-image:url(../img/about-bg1.jpg); 
        background-position:center; 
        background-size:cover; 
    }
}

.about-content-wrap2{
    background-color: #9bd0c0;
    padding-bottom: 80px;
}
.about-ad-row{
    transform: translateY(-280px);
}
.about-ad-item{
    text-align: center;
    margin: 15px 0;
}
.about-ad-pic{
    border:15px solid #fff;
    margin-bottom: 15px;
}
.about-ad-text h4{
    font-weight: 700;
}


.about-target-title{
    font-weight: 700;
    margin-bottom: 60px;
    margin-top: -150px;
}
.about-target-pic{
    width: 100%;
}
.about-target-text{
    margin-top: 30px;
}
.about-target-text h4{
    font-weight: 700;
}
.about-target-note{
    background-color: #fff;
    color:#115848;
    padding: 15px 30px;
    border-radius: 30px
}

@media (min-width: 992px) {
    .about-target-pic{
        width: 480px;
        float: left;
    }
    .about-target-text{
        margin-left: 720px;
    }
    .about-target-note{
        margin-left: -30px;
    }
}


.about-content-wrap3{
    height: 600px;
    background-image:url(../img/about-advantage-title-bg.jpg); 
    background-position:center; 
    background-size:cover; 
}

.about-content-wrap3 h3{
    font-weight: 700;
    padding-top: 320px;
}

.about-content-wrap4{
    padding-bottom: 400px;
    background-image:url(../img/about-bg2.jpg); 
    background-position:bottom center; 
    background-size:auto; 
    background-repeat: no-repeat;
}
.about-advantage-row{
    transform: translateY(-120px);
}
.about-advantage-item{
    margin: 15px 0;
}
.about-advantage-pic{
    margin-bottom: 30px;
}
.about-advantage-text{
    padding-top: 15px;
}
.about-advantage-text h4{
    border-left:8px solid #339175;
    padding-left: 8px;
    margin:0 0 30px 0;
    font-weight: 700;
}

.about-advantage-note{
    border:4px solid #339175;
    padding: 15px;
    margin-top: 0px;
}

@media (min-width: 992px) {
    .about-advantage-pic{
        width: 240px;
        float: left;
        margin-bottom: 0;
    }
    .about-advantage-text{
        margin-left: 280px;
    }
    .about-advantage-note{
        padding: 80px 60px;
    }
}


.about-content-wrap5{
    padding:120px 0 160px 0;
    background-color: #9bd0c0;
}
.about-content-wrap5 h3{
    font-weight: 700;
}


.about-process-row{
    margin: 80px 0 0 0;
    padding-bottom: 80px;
    border-bottom:1px solid #fff;
}
.about-process-row:last-child{
    border: none;
}
.about-process-item{
    text-align: center;
    margin: 15px 0;
}
.about-process-item p{
    text-align: left;
}
.about-process-pic{
    margin: 15px 0;
}
.about-process-pic img{
    max-width: 320px;
    width: 100%;
    height: auto;
}

.about-process-note{
    background-color: #fff;
    padding: 15px;
    border:4px solid #9bd0c0;
    border-radius: 30px;
    transform: translateY(-50%);
}
.about-process-note p{
    max-width: 800px;
    margin: 0 auto;
}

@media (min-width: 992px) {
    .about-process-note{
        padding: 60px;
    }
}


/*========================================================
                         營業項目
=========================================================*/

.service-content-wrap{
    padding: 80px 0;
}
.service-content-wrap h2{ 
    margin-bottom:30px; 
    font-weight: 700;
    vertical-align: middle;
}
.service-content-wrap h2 span{
    background-color: #339c87;
    color:#fff;
    padding:0 120px 0 15px;
    margin-left: 15px;
    font-size: 1.2rem;
    vertical-align: middle;
}

.service-content-wrap2{
    position: relative;
    overflow: hidden;
    margin-bottom: 120px;
}
.service-item-pic{
     height: 240px;
     background-position: center;
     background-size: cover;
}
.service-item-text{
    background-color: #ededed;
    background-image: url(../img/service-dot.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 70% auto;
    padding: 80px 15px 80px 15px;
}
.service-item-text h3{
    font-weight: 700;
    margin-bottom: 15px;
}
.service-item-more{
    margin-top: 30px;
    text-align: right;
}
.service-item-more a{
    display: block;
    width: 100%;
    padding: 15px;
    background-color: #339c87;
    color:#fff;
    vertical-align: middle;
    transition: 0.3s;
}
.service-item-more a:hover{
    background-color: #ea4114;
}
.service-item-more a span{
    display: inline-block;
    width: 32px;
    height: 32px;
    background-color: #515151;
    border:1px solid #fff;
    border-radius: 50%;
    font-size: 0.8rem;
    margin-left: 100px;
    vertical-align: middle;
    text-align: center;
    position: relative;
}
.service-item-more a span::before{
    content: "";
    display: inline-block;
    height: 1px;
    width: 80px;
    background-color: #fff;
    position: absolute;
    top:50%;
    left:-80px;
    transform: translateY(-50%);
}

@media (min-width: 992px) {
    .service-item-pic{
        height: 720px;
        width: 55%;
        margin-left: auto;
    }
    .service-item-text{
        width: 45%;
        height: 720px;
        padding: 80px;
        position: absolute;
        top:0;
        left:0;
    }
    .service-item-text h3{
        font-size: 3.2rem;
    }
    .service-item-more a{
        width: 40vw;
    }
}
@media (min-width: 1400px) {
    .service-item-text{
        padding: 120px;
    }
}
@media (min-width: 1600px) {
    .service-item-text{
        padding: 160px;
    }
}


.service-content-wrap3{
    position: relative;
    overflow: hidden;
    margin-bottom: 120px;
}
.service-content-wrap3 .service-item-text{
    background-position: bottom right;
}
.service-content-wrap3 .service-item-more{
    text-align: left;
    position: relative;
}
.service-content-wrap3 .service-item-more a{
    background-color: #ea4114;
}
.service-content-wrap3 .service-item-more a:hover{
    background-color: #339c87;
}
.service-content-wrap3 .service-item-more a span{
    margin-right: 100px;
    margin-left: 0;
}
.service-content-wrap3 .service-item-more a span::before{
    left:32px;
}

@media (min-width: 992px) {
    .service-content-wrap3 .service-item-pic{
        margin-left: 0;
    }
    .service-content-wrap3 .service-item-text{
        left:55%;
    }
    
    .service-content-wrap3 .service-item-more a{
        position: absolute;
        right:0;
        top:0;
    }
}



/*========================================================
                         實例作品
=========================================================*/

.work-wrap {	

}
.work-wrap img {
    width: 100%;
    vertical-align: bottom;
}
.work-info {
}
.work-info p {
    font-weight: bold;
}
.work-item {
    position: relative;
    margin-bottom: 1rem;
}
.work-item p {
    padding: 6px 0 20px 0;
}

.work-item-img {
    position: relative;
    margin: 0;
    display: block;
    width: 100%;
    text-decoration: none;
    color: #fff;
    overflow: hidden;
}
.work-item-img:hover {
    color: #fff
}
.work-item-img:hover .work-item-mask {
    opacity: 1;
    visibility: visible
}
.work-item-img:hover .work-item-mask::after {
    height: 100%
}
.work-item-img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}
.work-item-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: .625rem 1rem;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    font-size: 1rem;
    font-weight: 700;
    transition: all .3s
}
.work-item-mask::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 50px;
    width: 100%;
    background-color: rgba(0, 0, 0, .3);
    transform: translateY(-50%);
    transition: all .3s
}
.work-item-mask span {
    position: relative;
    display: block;
    z-index: 2;
    padding: 6px 30px 4px;
    border: 1px solid #fff;
}


/*========================================================
                      活動花絮-內頁設定
=========================================================*/

.work-detail { 
    margin-top: 3rem;
}
.work-detail-date span {
    display: inline-block;
    background-color: #333;
    color: #fff;
    padding: 2px 10px;
    border-radius: 3px;
    font-size: 0.8rem;
    margin-right: 10px;
}
.work-detail-text {
    background-color: #ededed;
    padding: 30px;
    margin-bottom: 40px;
}
.work-detail-text h4 {
    font-weight: bold; 
}
.work-detail-text ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.work-detail-text ul li span {
    font-weight: bold;
    color: #007f90;
}

.work-detail-pic a {
    display: flex;
	border: 10px solid #fff;
    box-shadow: 0 4px 21px -12px rgb(0 0 0 / 66%);
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
    -ms-flex-pack: center !important;
    justify-content: center !important;    
}
.work-detail-pic img {
    width: 100%;
	margin: 0 auto;
}
.work-detail-pic a:hover {
	transform: translateY(-6px);
}
.work-pic-row [class*="col-"] p {
    text-align: center;
    margin: 5px 0 20px;
}

@media (min-width: 768px) {
    .work-detail-pic img {
        width: auto;
        max-width: 100%;
        height: 232.5px;
    }
}
@media (min-width: 992px) {
	.work-detail-pic img {
		height: 202px;
	}
}
@media (min-width: 1200px) {
	.work-detail-pic img {
		height: 268px;
	}
}
@media (min-width: 1600px) {
	.work-detail-pic img {
		height: 240px;
	}
}





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

.news-post {
    padding-top: 20px;
    text-align: center;
    font-size: 1rem;
}

.news-post .post-minimal {
	position: relative;
	overflow: hidden;
	padding-bottom: 30px;
	margin-bottom: 40px;
	text-align: left;
	border-bottom: 1px solid #e9e9e9;
}
.news-post .post-minimal .post-body {
	padding: 0 30px;
}
.news-post .post-minimal * + .post-text {
	margin-top: 8px;
}
.news-post .post-minimal .post-meta {
	font-size: 0.9rem;
}
.news-post .post-minimal .post-meta time {
    display: inline-block;
	color: #fff;
    margin-right: 10px;
    width: 100px;
    min-height: 26px;
    line-height: 26px;
    text-align: center;
    background-color: #007f90;
}
.news-post .post-minimal .post-meta span a {
	color: #333;
}
.news-post .post-minimal .post-meta span a:hover {
	color: #007f90;
}
.news-post .post-minimal .post-body h2 a {
	font-size: 1.4rem;
	color: #333;
    font-weight: bold;
    margin: 10px 0;
}
.news-post .post-minimal .post-body h2 a:hover {
	color: #007f90;
}
.news-post .post-minimal .more a {
	display: inline-block;
	margin-top: 10px;
	font-weight: bold;
	color: #007f90;
}

@media (max-width: 991px) {
	.news-post .post-minimal {
		display: inline-block;
		width: 100%;
		max-width: 600px;
        background-color: #f1f1f1;
	}
    .news-post .post-minimal .post-body {
        padding: 10px 30px 0;
    }
	.news-post .post-minimal .post-image img {
		width: 100%;
		vertical-align: bottom;
	}
}
@media (min-width: 992px) {
	.news-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;
	}
    .news-post .post-minimal .post-left img {
        width: 280px;
	}
	.news-post .post-minimal .post-body {
		padding: 0 30px;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	.news-post .post-minimal .post-left img {
		width: 320px;
	}
	.news-post .post-minimal .post-body {
		padding: 0 30px;
	}
}
@media (min-width: 1200px) {
	.news-post .post-minimal {
		-webkit-align-items: center;
		-ms-flex-align: center;
		/* align-items: center; */
	}
}
@media (min-width: 1600px) {
	.news-post .post-minimal .post-left img {
		width: 260px;
	}
}


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

.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-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;
}

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

.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;
}



/*========================================================
                         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);
}


