
@import url("../fonts/flaticon/flaticon.css");
@import url("revise.css");
@import url("dehwa-header.css");
@import url("dehwa-footer.css");
@import url("dehwa-banner.css");


/*========================================================
                       內頁footer設定
=========================================================*/

.footer-main-page {
	padding-top: 60px;
    padding-bottom: 20px;
}


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


.s-header {
    text-align: center;
    overflow: hidden;
}
.s-header span.line {
    background-color: #ddd;
    height: 1px;
    width: 28%;
    font-size: 2rem;
    display: inline-block;
    position: relative;
    margin: 5px auto 18px;
}
.s-header span.line:before {
    position: absolute;
    content: "";
    height: 5px;
    width: 50px;
    background-color: #143558;
    top: -2px;
    border-radius: 30px;
    left: 50%;
    margin-left: -28px;
}

.h2-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
}

.h4-title {
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 30px;
}
.h4-title span {
  display: block;
  position: relative;
  padding-bottom: 1rem;
  border-bottom: 3px dotted #d3d0d0;
}
.h4-title span:after {
  content: "";
  width: 100px;
  height: 5px;
  background-color: #0c578f;
  background-image: -o-linear-gradient(315deg, #0c578f 0%, #9abdd2 100%);
  background-image: linear-gradient(135deg, #0c578f 0%, #9abdd2 100%);
  position: absolute;
  left: 0;
  bottom: -4px;
  z-index: 1;
  border-radius: 3px;
}



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

.content {
    padding-top: 60px;
    padding-bottom: 60px;
}

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


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

.navsub {
    margin-top: 20px;
	margin-bottom: 40px;
	text-align: center;
}
.navsub-main {
	font-size: 1.2rem;
	color: #fff;
    margin-bottom: 20px;
}
.navsub-main ul {
	list-style: none;
    margin: 0;
    padding: 0;
}
.navsub-main ul li {
	display: inline-block;
}
.navsub-main ul li a {
    display: inline-block;
	padding: 2px 15px;
    margin: 0 7px 10px;
    background-color: #ddd;
	color: #000;
}
.navsub-main ul li a:hover, .navsub-main ul li a.active {
    background-color: #1e4d7f;
    color: #fff;
}


.navsub-sub {
	font-size: 1rem;
	color: #fff;
}
.navsub-sub ul {
	list-style: none;
    margin: 0;
    padding: 0;
}
.navsub-sub ul li {
	display: inline-block;
}
.navsub-sub ul li a {
    display: inline-block;
	padding: 0 15px;
    margin: 0;
	color: #000;
}
.navsub-sub ul li a:hover, .navsub-sub ul li a.active {
    background-color: #aac9eb;
}

@media (min-width: 1200px) {
    .navsub-main {
        font-size: 1.4rem;
    }
    .navsub-sub {
        font-size: 1.2rem;
    }
}


/*========================================================
                      關於地樺-地樺機構
=========================================================*/

.agency-img {
	background: url("../img/dehwa/agency-img-bg.jpg") no-repeat center center;
	background-size: cover;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.agency-info [class*="col-"] > div {
    border-top: 8px solid #ff2e63;
    padding-top: 5px;
    margin-bottom: 30px;
}
.agency-info [class*="col-"]:nth-child(1) > div {
    border-color: #ff2e63;
}
.agency-info [class*="col-"]:nth-child(2) > div {
    border-color: #2faeff;
}
.agency-info [class*="col-"]:nth-child(3) > div {
    border-color: #08d9d6;
}
.agency-info [class*="col-"]:nth-child(4) > div {
    border-color: #2fffcc;
}
.agency-info [class*="col-"] > div img {
    width: 100%;
    vertical-align: bottom;
}
.agency-info [class*="col-"] > div h4 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
}
.agency-info [class*="col-"] > div ul {
    list-style: none;
    margin: 0;
    padding: 0;
}


/*========================================================
                      關於地樺-地樺營造簡介
=========================================================*/

.introduction {
    margin-top: 30px;
    text-align: left;
}
.introduction-item {
    margin-bottom: 40px;
}
.introduction-item h3 {

}
.introduction [class*="col-"] h3 {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e5e9ec+0,fcfcfc+50,fbf5f7+100 */
    background: #e5e9ec; /* Old browsers */
    background: -moz-linear-gradient(top,  #e5e9ec 0%, #fcfcfc 50%, #fbf5f7 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #e5e9ec 0%,#fcfcfc 50%,#fbf5f7 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #e5e9ec 0%,#fcfcfc 50%,#fbf5f7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e9ec', endColorstr='#fbf5f7',GradientType=0 ); /* IE6-9 */
    color: #111;
    font-weight: bold;
    font-size: 1.3rem;
    border-radius: 10px;
    border-bottom: 6px solid #36b9ba;
    padding: 14px 10px 12px 10px;
    text-align: center;

}
.introduction [class*="col-"]:nth-child(1) h3 {
    border-color: #36b9ba;
}
.introduction [class*="col-"]:nth-child(2) h3 {
    border-color: #16946a;
}
.introduction [class*="col-"]:nth-child(3) h3 {
    border-color: #ffa600;
}
.introduction [class*="col-"]:nth-child(4) h3 {
    border-color: #b44645;
}

/* 尺寸設定 */
@media (min-width: 768px) {
    .introduction .row {
        padding-left: 50px;
        padding-right: 40px;
    }
    .introduction .introduction-item {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (min-width: 992px) {
    .introduction .row {
        padding-left: 60px;
        padding-right: 40px;
    }
    .introduction .introduction-item {
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media (min-width: 1200px) {
    .introduction .row {
        padding-left: 50px;
        padding-right: 40px;
    }
    .introduction .introduction-item {
        padding-left: 0px;
        padding-right: 0px;
    }
}
@media (min-width: 1600px) {
    .introduction .row {
        padding-left: 60px;
        padding-right: 40px;
    }
    .introduction .introduction-item {
        padding-left: 10px;
        padding-right: 10px;
    }
}


/*========================================================
                      關於地樺-里程牌
=========================================================*/

.milestone {
	background: url("../img/dehwa/license-bg.jpg") no-repeat center center;
	background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;    
}


/*========================================================
                      關於地樺-公司證照
=========================================================*/

.license {
	background: url("../img/dehwa/license-bg.jpg") no-repeat center center;
	background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
}
.license .container {
	max-width: 1170px;
}
.license-item {
    margin: 0 20px 30px 20px;
    color: #fff;
    text-align: center;
}
.license-item h4 {
    margin: 10px 0 0 0;
    font-size: 1.2rem;
    font-weight: bold;
}


/*========================================================
                      關於地樺-公司獎項
=========================================================*/



.awards-info [class*="col-"] .awards-info-item-mum {
    background-color: #adadad;
    font-size: 2.4rem;
    color: #fff;
    padding: 10px 20px;
    font-weight: bold;
    font-family: arial;
    text-align: left;
    margin-bottom: 30px;
}
.awards-info [class*="col-"]:nth-child(1) .awards-info-item-mum {
    background-color: #1cc9c9;
}
.awards-info [class*="col-"]:nth-child(2) .awards-info-item-mum {
    background-color: #1ec689;
}
.awards-info [class*="col-"]:nth-child(3) .awards-info-item-mum {
    background-color: #ffa600;
}
.awards-info [class*="col-"]:nth-child(4) .awards-info-item-mum {
    background-color: #fa5c59;
}
.awards-info h4 {
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
}
.awards-info p {
    padding-left: 20px;
    padding-right: 20px;
}

.awards-info-item {
    position: relative;
}
.awards-info-item:after {
    content: '';
    width: 1px;
    height: 80%;
    background-color: #e5e5e5;
    position: absolute;
    right: -5px;
    top: 80px;
    z-index: 5;
    display: none;
}
.awards-info-item img {
    display: block;
    margin: 0 auto;
}


/* 尺寸設定 */
@media (min-width: 768px) {
    .introduction .row {
        padding-left: 50px;
        padding-right: 40px;
    }
    .introduction .introduction-item {
        padding-left: 0;
        padding-right: 0;
    }
    .awards-info [class*="col-"]:nth-child(1) .awards-info-item:after,
    .awards-info [class*="col-"]:nth-child(3) .awards-info-item:after {
        display: block;
    }

}
@media (min-width: 992px) {
    .introduction .row {
        padding-left: 60px;
        padding-right: 40px;
    }
    .introduction .introduction-item {
        padding-left: 5px;
        padding-right: 5px;
    }
	.awards-info {
		display: flex;
	}
	.awards-info [class*="col-"] {
		flex: 1;
		margin: 0 5px;
	}
    .awards-info p {
        height: 280px;
    }
}
@media (min-width: 1200px) {
    .introduction .row {
        padding-left: 50px;
        padding-right: 40px;
    }
    .introduction .introduction-item {
        padding-left: 0px;
        padding-right: 0px;
    }
    .awards-info [class*="col-"] .awards-info-item:after {
        display: block;
    }
    .awards-info [class*="col-"]:nth-child(5) .awards-info-item:after {
        display: none;
    }
    .awards-info p {
        height: 200px;
    }
}
@media (min-width: 1600px) {
    .awards-info p {
        height: 136px;
    }
}

/*========================================================
                      精湛工藝-成就與榮耀
=========================================================*/

.craft-navsub {
	font-size: 1rem;
	margin: 0 0 30px 0;
}
.craft-navsub label {
	color: #159067;
	font-weight: bold;    
}
.craft-navsub label i {
	font-weight: bold;
    font-size: 1.2rem;
}
.craft-content-title {
    border-left: 7px solid #ff0000;
    padding-left: 10px;
    font-size: 1.4rem;
    margin-bottom: 20px;
}


.craft-item {
    position: relative;
}
.craft-item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 20px;
    bottom: 0;
    border-left: 1px solid #42a6e5;
}
.craft-item .icon {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    right: 0;
    line-height: 40px;
    text-align: center;
    z-index: 1;
    border-radius: 50%;
    color: #fff;
    background-color: #42a6e5;
}

.craft-item-info {
    position: relative;
    padding: 0 20px 0 60px;
    margin: 0 0 40px;
    text-align: center;
}
.craft-item-info h5 {
    font-weight: bold;
    font-size: 1.2rem;
    margin-top: 10px;
}


/*========================================================
                        最新推案
=========================================================*/

.case {

}
.case-item {
    border: 10px solid #fff;
    margin-bottom: 40px;
    position: relative;
}
.case-item img {
    width: 100%;
    vertical-align: bottom;
}
.case-item .case-item-info {
    overflow: hidden;
    background-color: #ededed;
}
.case-item .case-item-info h3 {
    font-weight: bold;
    font-size: 1.4rem;
    background-color: #143558;
    text-align: center;
    color: #fff;
    padding: 10px;
}
.case-item .case-item-info ul {
    list-style: none;
    margin: 20px 10px;
    padding: 0;
}
.case-item .case-item-info ul li {
    position: relative;
    padding-left: 20px;
}
.case-item .case-item-info ul li:before {
    font-family: 'Font Awesome 5 free';
    content: "";
    font-weight: 900;
    display: inline-block;
    width: 16px;
    text-align: center;
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: 2px;
    z-index: 2;
}
.case-item .case-item-info ul li:nth-of-type(1):before {
    content: "\f3c5";
    color: #028ad3;
}
.case-item .case-item-info ul li:nth-of-type(2):before {
    content: "\f5fd";
    color: #cd7f0c;
}
.case-item .case-item-info ul li:nth-of-type(3):before {
    content: "\f1b2";
    color: #2e9876;
}

.case .case-item-more {
    border-top: 1px solid #ccc;
    margin: 10px 10px 14px 0;
    padding-top: 15px;
    text-align: right;
    font-size: 0.9rem;
}
.case .case-item-more a {
    display: inline-block;
    color: #143558;
    padding: 0 10px;
    font-weight: bold;
}
.case .case-item-more a:before, 
.case .case-item-more a:after {
    font-family: 'Font Awesome 5 free';
    content: "";
    font-weight: 900;
    display: inline-block;
    width: 16px;
    height: 16px;
    text-align: center;
}
.case .case-item-more a:before {
    content: "\f100";
    margin-right: 5px;
}
.case .case-item-more a:after {
    content: "\f101";
    margin-left: 5px;    
}
.case .case-item-more a:hover {
    color: #d30c0c;
}


/* 尺寸設定 */
@media (min-width: 640px) {
    .case-item img {
        height: 367px;
    }
}
@media (min-width: 768px) {
    .case-item img {
        height: 502px;
    }
}
@media (min-width: 992px) {
    .case-item img {
        height: 322px;
    }
}
@media (min-width: 1200px) {
    .case-item img {
        height: 390px;
    }
}
@media (min-width: 1600px) {
    .case-item img {
        height: 347px;
    }
}


/*========================================================
                      熱銷推案內頁
=========================================================*/

.case-detail {
	padding-bottom: 40px;
	text-align: left; 
}

/*標題*/
.case-detail .case-detail-title {
    margin-bottom: 20px;
}
.case-detail .case-detail-title h2 {
    font-weight: bold;
    font-size: 1.6rem;
    position: relative;
    color: #143558;
    margin-top: 5px;
}
.case-detail .h4-title {
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 20px;
}
.case-detail .h4-title span {
  display: block;
  position: relative;
  padding-bottom: 6px;
  border-bottom: 2px solid #ddd;
}
.case-detail .h4-title span:after {
  content: "";
  width: 80px;
  height: 6px;
  background: #143558;
  position: absolute;
  left: 0;
  bottom: -4px;
  z-index: 1;
  border-radius: 3px;
}

/*圖片*/
.case-detail .slider-for > div {
	position: relative;
	margin: 5px 5px 20px 5px;
}
.case-detail .slider-for > div a:after {
	content: '';
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
}
.case-detail .slider-for > div img {
	max-width: 100%;
	vertical-align: bottom;
    margin: 0 auto;
    max-height: 251px;
    border: 1px solid #ddd;
}
.case-detail .slider-nav {
	margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
}
.case-detail .slider-nav .slick-slide {
	margin: 0 5px 0 5px;
/*    border: 1px solid #ccc;*/
    height: 54px;
    background-color: #ededed;
}

.case-detail .slider-nav > div img {
    vertical-align: bottom;
    cursor: pointer;
    margin: 0 auto; 
    height: 54px;
}
.case-detail .slider-nav .slick-prev {
    left: -20px;
}
.case-detail .slider-nav .slick-next {
    right: -20px;
}


/*特色說明*/
.case-detail .case-detail-feature {
    margin-bottom: 30px;
}
/*建築規劃*/
.case-detail .case-detail-plan ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.case-detail .case-detail-plan ul li {
    position: relative;
    padding: 9px 4px 9px 120px;
    border-bottom: 1px dashed #ccc;
}
.case-detail .case-detail-plan ul li b {
    position: absolute;
    left: 0;
    top: 9px;
    z-index: 3;
    width: 104px;
    font-weight: bold;
    margin-left: 4px;
    background-color: #a3bfdd;
    text-align: center;
}
.case-detail .case-detail-plan ul li span {
    display: none;
}



/* 尺寸設定 */
@media (min-width: 400px) {
    .case-detail .slider-for > div img {
        max-height: 278px;
    }
    .case-detail .slider-nav .slick-slide, .case-detail .slider-nav > div img {
        height: 60px;
    }
}
@media (min-width: 540px) {
    .case-detail .slider-for > div img {
        max-height: 375px;
    }
    .case-detail .slider-nav .slick-slide, .case-detail .slider-nav > div img {
        height: 83px;
    }
}
@media (min-width: 768px) {
    .case-detail .slider-for > div img {
        max-height: 510px;
    }
    .case-detail .slider-nav .slick-slide, .case-detail .slider-nav > div img {
        height: 122px;
    }
}
@media (min-width: 992px) {
	.case-detail .slider-nav .slick-slide {
		margin: 0 5px 10px 5px;
	}
    .case-detail .slider-for > div img {
        max-height: 450px;
    }
    .case-detail .slider-nav .slick-slide, .case-detail .slider-nav > div img {
        height: 107px;
    }
}
@media (min-width: 1200px) {
    .case-detail .slider-for > div img {
        max-height: 326px;
    }
    .case-detail .slider-nav .slick-slide, .case-detail .slider-nav > div img {
        height: 71px;
    }
}
@media (min-width: 1600px) {
    .case-detail .slider-for > div img {
        max-height: 451px;
    }   
    .case-detail .slider-nav .slick-slide, .case-detail .slider-nav > div img {
        height: 100px;
    }
}


/*========================================================
                         教育訓練
=========================================================*/

/* 框架 */
.news-item {
/*	max-width: 420px;*/
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	transform: translateY(0);
	transition: .3s ease-out transform;
}
.news-item:hover {
	transform: translateY(-5px);
}
.news-item:hover .news-item-info {
	box-shadow: 0 0 22px rgba(0, 0, 0, 0.22);
}
.news-item + .news-item {
	margin-top: 35px;
}

/* 圖片 */
.news-item-img {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.news-item-img img {
	transform: scale(1);
	transition: .3s ease-out all;
}
.news-item-img a {
	display: inline-block;
	position: relative;
}
.news-item-img a:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.4);
	pointer-events: none;
	z-index: 1;
	opacity: 0;
	transition: .3s ease-out all;
}
.news-item-img a:hover:before {
	opacity: 1;
}
.news-item-img a:hover img {
	transform: scale(1.1);
}

/* 內容 */
.news-item-info {
	padding: 0 20px 20px 20px;
	background-color: #ffffff;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
	transition: .3s ease-out box-shadow;
}
.news-item-content {
	margin-top: 10px;
	padding-top: 15px;
	border-top: 1px solid rgba(127, 127, 127, 0.2);
}
.news-item-content h4 {
    font-weight: bold;
}
.news-item-content p {
    margin: 0;
}

/* 時間 */
.news-item-time {
    font-family: 'Cormorant', serif;
    font-family: 'Playfair Display', serif;
	font-size: 3.6rem;
    line-height: 40px;
	color: #353744;
    font-weight: bold;
    margin-top: 10px;
}
.news-item-time time span {
	display: inline-block;
    margin-left: 10px;
	vertical-align: baseline;
	font-size: 1.3rem;
}

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

/* 了解更多 */
.news .news-item-more {
    text-align: right;
}
.news .news-item-more a {
    font-weight: bold;
    color: #143558;
    padding: 3px 10px;
    border-radius: 3px;
    font-size: 0.9rem;
}
.news .news-item-more a:hover {
    background-color: #143558;    
    color: #fff;
}


/* 尺寸設定 */
@media (min-width: 768px) {
	.news-item {
		display: flex;
		/*max-width: 1170px;*/
	}
	.news-item-img {
		display: flex;
		width: 200px;
		flex-shrink: 0;
	}
	.news-item-img img {
		object-fit: cover;
		width: 100%;
		height: 100% !important;
	}
    .news-item-info {
        width: calc(100% - 200px);
    }
    .news-item-content {
        width: 100%;
    }
}
@media (min-width: 992px) {
	.news-item-img {
		width: 270px;
	}
	.news-item-info {
		display: flex;
		padding: 20px 20px 20px 0;
        width: calc(100% - 270px);
	}
	.news-item-content {
        padding: 10px 30px 0 40px;
		margin: 0;
		border-top: 0;
		border-left: 1px solid rgba(127, 127, 127, 0.2);
	}
	.news-item-time {
		position: relative;
		top: -10px;
		width: 136px;
		text-align: center;
		flex-shrink: 0;
	}
	.news-item-time time span {
		display: block;
		margin-left: 0;
        margin-top: 10px;
	}
	.news-item + .news-item {
		margin-top: 50px;
	}
}


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


.news-detail {
	text-align: left;
    border-bottom: 2px dashed #adadad;  
}
.news-detail img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.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 {
    color: #333;
    text-decoration: underline;
}
.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 {
    background-color: #333;
    color: #fff;
    padding: 0 10px;
    border-radius: 3px;
    font-size: 0.8rem;
}
.news .news-detail-row .news-detail-date {
    font-size: 0.9rem;
}
.news .news-detail-row .news-detail-date i {
    margin-left: 20px;
}


/* 新聞分類顏色設定 */
.news .btn-back a {
	background-color: #333;
}
.news .btn-back a:hover {
	background-color: #111;
}



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

.btn-back {
	text-align: right;
	padding-top: 20px;
}
.btn-back a {
	background-color: #143558;
	padding: 8px 20px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	font-size: 0.938em;
}
.btn-back a:hover {
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	background-color: #030e28;
	color: #fff;
	text-decoration: none;
}



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

.contact-info {
    
}
.contact-info ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.contact-info ul li {
	list-style: none;
/*	padding: 5px 0 5px 60px;*/
	position: relative;
	margin-bottom: 10px;
}
.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(1) i {
    color: #e71c30;
}
.contact-info ul li:nth-of-type(2) i {
    color: #028ad3;
}
.contact-info ul li:nth-of-type(3) i {
    color: #2e9876;
}
.contact-info ul li:nth-of-type(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 label[class="point"]:before {
    color: #028ad3
}
.form-horizontal .form-control {
	border: 1px solid #ddd;
	background-color: #ededed;
}

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


/*========================================================
                         隱私權聲明
=========================================================*/

.policy h4 {
	margin: 0 0 20px 0;
	color: #143558;
}
.policy h4:before {
    font-family: 'Font Awesome 5 free';
    content: "\f02e";
    font-weight: 900;
	margin-right: 10px;
	color: #143558;
	font-size: 1.4rem;
}
.policy ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.policy ul ul {
	margin: 0 0 0 2rem;
}

.policy-item {
    margin-bottom: 40px;
}


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

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

.table1 th {
	background-color: #143558;
	color: #fff;
    font-size: 1.1rem;
	font-weight: bold;
	padding: 10px 10px !important;
	text-align: center;	
	border-top: 0 !important;
	border-bottom: 1px solid #c0bebe;
    border-right: 1px solid #fff;
}
.table1 th:last-of-type {
    border-right: 1px solid #c0bebe;
}
.table1 td {
	padding: 5px 10px !important;
	border: 1px solid #c0bebe;
}
.table1 tr.subtitle td {
    background-color: #c8dae7;
    font-weight: bold;
}

.table2 td:nth-of-type(1), .table2 td:nth-of-type(2){
	text-align: center;
}

.table3 td {
	text-align: center;
	vertical-align: middle;
}
.table3 tr:last-of-type {
	background-color: #f2f8fd;
}


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


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

.effect-mask a {
    position: relative;
    display: inline-block;
    width: 100%
}
.effect-mask a:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
    background-color: rgba(255, 255, 255, .1);
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}
.effect-mask a:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    background-color: rgba(255, 255, 255, .1);
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}
.effect-mask a:hover:before, .effect-mask a:hover:after {
    width: 100%;
    height: 100%
}

.effect-julia {
    background-color: #2f3238;
    overflow: hidden;
    position: relative
}
.effect-julia > a {
    width: 100%;
    height: 100%;
    display: block
}
.effect-julia > a img {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    backface-visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
    -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
    transition: opacity 1s ease 0s, transform 1s ease 0s
}
.effect-julia:hover > a img {
    opacity: .4;
    filter: alpha(opacity=40);
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -moz-transform: scale3d(1.1, 1.1, 1);
    -ms-transform: scale3d(1.1, 1.1, 1);
    -o-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1)
}

.effect-overlay {
    position: relative;
    overflow: hidden
}
.effect-overlay > a:before {
    background: none repeat scroll 0 0 rgba(0, 0, 0, .1);
    height: 100%;
    content: "";
    display: block;
    left: -100%;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    width: 100%
}
.effect-overlay > a:after {
    background: none repeat scroll 0 0 rgba(0, 0, 0, .1);
    height: 100%;
    content: "";
    display: block;
    right: -100%;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    width: 100%
}
.effect-overlay > a:hover:before {
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100)
}
.effect-overlay > a:hover:after {
    right: 0;
    opacity: 1;
    filter: alpha(opacity=100)
}

.effect-layla > a {
    position: relative;
    display: inline-block;
    overflow: hidden
}
.effect-layla > a img {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    backface-visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}
.effect-layla > a:before, .effect-layla > a:after {
    position: absolute;
    z-index: 9;
    content: "";
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}
.effect-layla > a:before {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center
}
.effect-layla > a:after {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center
}
.effect-layla:hover > a img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -moz-transform: scale3d(1.1, 1.1, 1);
    -ms-transform: scale3d(1.1, 1.1, 1);
    -o-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1)
}
.effect-layla:hover > a:before, .effect-layla:hover > a:after {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

/* Shine */
.effect-shine a {
    display: block;
	position: relative;
    overflow: hidden;
}
.effect-shine a::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.effect-shine a:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}