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


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


.s-header {
    text-align: center;
    overflow: hidden;
    margin-bottom: 40px;
}

.h2-title {
    display: inline-block;
    font-size: 2rem;
    color: #000;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    font-weight: bold;
}
.h2-title:after {
    position: absolute;
    left: -20%;
    bottom: 0;
    height: 50%;
    width: 140%;
    background: #adadad;
    opacity: 0.3;
    content: "";
    z-index: -1;
}


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

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


/* 麵包屑 */
.breadcrumbs {
    background-color: #222222;
	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: #70d1e4;
	font-size: 1.4rem;
	font-weight: bold;
}


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

.btn-back {
	text-align: right;
	padding-top: 20px;
}
.btn-back a {
	background-color: #0c578f;
	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;
}



/*========================================================
                     關於立樺.碩樺
=========================================================*/

.companyProfile-bg {
	background: url("../img/lihwa/companyProfile-bg.jpg") no-repeat center top;
	background-size: cover;
}
.companyProfile {
    font-size: 1.1rem;
    line-height: 36px;
}
.companyProfile-info {
	background: url("../img/lihwa/companyProfile-info-line.png") no-repeat -160px bottom;
	padding-bottom: 10px;
    margin-bottom: 60px;
}
.companyProfile-info-title {
    margin-bottom: 40px;
}
.companyProfile-info-title img {
    max-width: 90%;
}
.companyProfile-img img {
    max-width: 100%;
}


/* 尺寸設定 */
@media (min-width: 768px) {
    .companyProfile-info {
	    background-position: -160px bottom;
        padding-bottom: 22px;
        margin-bottom: 40px;
    }
    .companyProfile-info-title img {
        max-width: 100%;
        height: 80px;
    }   
    .companyProfile-img img {
        max-width: 100%;
        height: auto;
    }    
}
@media (min-width: 1200px) {
    .companyProfile-info {
	    background-position: -80px bottom;
        padding-right: 40px;
    }
    .companyProfile-info-title img {
        height: 100px;
    }   
}

@media (min-width: 1600px) {
    .companyProfile {
        font-size: 1.2rem;
        line-height: 40px;
    }
    .companyProfile-info {
        background-position: -40px bottom;
        padding-right: 100px;
    }
    .companyProfile-info-title img {
        height: 120px;
    }   
}


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

.newCase {

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

.newCase .newCase-item-more {
    border-top: 1px solid #ccc;
    margin-top: 15px;
    padding-top: 15px;
    text-align: right;
    font-size: 0.9rem;
}
.newCase .newCase-item-more a {
    display: inline-block;
    color: #fff;
    background-color: #333;
    padding: 0 20px;
}
.newCase .newCase-item-more a:hover {
    background-color: #e38529;
}


/* 最新推案分類顏色設定 */
.newCase1 .newCase-item-tag,
.newCase1 .newCase-item-more a {
    background-color: #028ad3;
}
.newCase2 .newCase-item-tag,
.newCase2 .newCase-item-more a {
    background-color: #cd7f0c;
}
.newCase3 .newCase-item-tag,
.newCase3 .newCase-item-more a {
    background-color: #2e9876;
}


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




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

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

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

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

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

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


/* 最新推案分類顏色設定 */
.newCase1 .newCase-detail-title h2 {
    color: #028ad3;
}
.newCase1 .h4-title span:after {
    background-color: #028ad3;
}
.newCase1 .newCase-detail-plan ul li b {
    background-color: #cce7f5;
}
.newCase2 .newCase-detail-title h2 {
    color: #cd7f0c;
}
.newCase2 .h4-title span:after {
    background-color: #cd7f0c;
}
.newCase2 .newCase-detail-plan ul li b {
    background-color: #fff0db;
}
.newCase3 .newCase-detail-title h2 {
    color: #2e9876;
}
.newCase3 .h4-title span:after {
    background-color: #2e9876;
}
.newCase3 .newCase-detail-plan ul li b {
    background-color: #d6eee6;
}

.newCase-detail .btn-back a {
	background-color: #333;
}
.newCase-detail .btn-back a:hover {
	background-color: #555;
}
.newCase1 .btn-back a {
	background-color: #028ad3;
}
.newCase1 .btn-back a:hover {
	background-color: #1370a2;
}
.newCase2 .btn-back a {
	background-color: #cd7f0c;
}
.newCase2 .btn-back a:hover {
	background-color: #af7115;
}
.newCase3 .btn-back a {
	background-color: #2e9876;
}
.newCase3 .btn-back a:hover {
	background-color: #127656;
}



/* 尺寸設定 */
@media (min-width: 400px) {
    .newCase-detail .slider-for > div img {
        max-height: 278px;
    }
    .newCase-detail .slider-nav .slick-slide, .newCase-detail .slider-nav > div img {
        height: 60px;
    }
}
@media (min-width: 540px) {
    .newCase-detail .slider-for > div img {
        max-height: 375px;
    }
    .newCase-detail .slider-nav .slick-slide, .newCase-detail .slider-nav > div img {
        height: 83px;
    }
}
@media (min-width: 768px) {
    .newCase-detail .slider-for > div img {
        max-height: 510px;
    }
    .newCase-detail .slider-nav .slick-slide, .newCase-detail .slider-nav > div img {
        height: 122px;
    }
}
@media (min-width: 992px) {
	.newCase-detail .slider-nav .slick-slide {
		margin: 0 5px 10px 5px;
	}
    .newCase-detail .slider-for > div img {
        max-height: 450px;
    }
    .newCase-detail .slider-nav .slick-slide, .newCase-detail .slider-nav > div img {
        height: 107px;
    }
}
@media (min-width: 1200px) {
    .newCase-detail .slider-for > div img {
        max-height: 326px;
    }
    .newCase-detail .slider-nav .slick-slide, .newCase-detail .slider-nav > div img{
        height: 71px;
    }
}
@media (min-width: 1600px) {
    .newCase-detail .slider-for > div img {
        max-height: 451px;
    }
    .newCase-detail .slider-nav .slick-slide, .newCase-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: #333;
    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: #333;
    padding: 3px 10px;
    border-radius: 3px;
    font-size: 0.9rem;
}
.news .news-item-more a:hover {
    background-color: #333;    
    color: #fff;
}


/* 新聞分類顏色設定 */
.news1 .news-item-img a:before {
	background-color: rgba(2, 138, 211, 0.3);
}
.news2 .news-item-img a:before {
	background-color: rgba(205, 127, 12, 0.3);
}
.news3 .news-item-img a:before {
	background-color: rgba(46, 152, 118, 0.3);
}
.news1 .news-item-sort, .news1 .news-item-more a:hover {
    background-color: #028ad3;
}
.news2 .news-item-sort, .news2 .news-item-more a:hover {
    background-color: #cd7f0c;
}
.news3 .news-item-sort, .news3 .news-item-more a:hover {
    background-color: #2e9876;
}
.news1 .news-item-info-row i, .news1 .news-item-more a {
    color: #028ad3;
}
.news2 .news-item-info-row i, .news2 .news-item-more a {
    color: #cd7f0c;
}
.news3 .news-item-info-row i, .news3 .news-item-more a {
    color: #2e9876;
}


/* 尺寸設定 */
@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;
}


/* 新聞分類顏色設定 */
.news1 .news-detail-sort {
    background-color: #028ad3 !important;
}
.news2 .news-detail-sort {
    background-color: #cd7f0c !important;
}
.news3 .news-detail-sort {
    background-color: #2e9876 !important;
}
.news1 .news-detail-row i {
    color: #028ad3;
}
.news2 .news-detail-row i {
    color: #cd7f0c;
}
.news3 .news-detail-row i {
    color: #2e9876;
}
.news .btn-back a {
	background-color: #333;
}
.news .btn-back a:hover {
	background-color: #111;
}
.news1 .btn-back a {
	background-color: #028ad3;
}
.news1 .btn-back a:hover {
	background-color: #1370a2;
}
.news2 .btn-back a {
	background-color: #cd7f0c;
}
.news2 .btn-back a:hover {
	background-color: #af7115;
}
.news3 .btn-back a {
	background-color: #2e9876;
}
.news3 .btn-back a:hover {
	background-color: #127656;
}



/*========================================================
                      	 會員專區
=========================================================*/


.membersLogin {
    width: 100%;
    max-width: 90%;
    padding: 20px;
    margin: auto;
	border: 1px dashed #adadad;
	background-color: #ededed;;
}

.membersLogin h2 {
    font-size: 1.8rem;
	padding-bottom: 10px;
	border-bottom: 3px solid #adadad;
	position: relative;
	text-align: center;
	margin-bottom: 30px;
}

.membersLogin .membersLogin-items {
	position: relative;
	padding: 0;
	margin-bottom: 15px;
}
.membersLogin .membersLogin-items .form-control {
    height: auto;
    font-size: 1rem;
    border-radius: 0;
    padding: 8px 10px 8px 40px;
    border: 1px dashed #c4c4c4;
    background-color: #f6f6f6;
}
.membersLogin .membersLogin-items i {
    display: block;
    font-size: 16px;
    color: #333;
    width: 28px;
    line-height: 28px;
    text-align: center;
    background-color: #f6f6f6;
    position: absolute;
    left: 6px;
    top: 8px;
    border-radius: 5px;
    transition: all 0.4s ease;
}

.membersLogin-forgotPassword {
    text-align: right;
    margin-bottom: 10px;
}
.membersLogin-forgotPassword a {
    display: inline-block;
    color: #333;
}
.membersLogin-forgotPassword a:hover {
    color: #E50000;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
}

@media (min-width: 540px) {
    .membersLogin {
        max-width: 400px;
        padding: 30px;
    }
}
@media (min-width: 768px) {
    .membersLogin {
        max-width: 500px;
        padding: 50px;
    }
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}
@media (min-width: 1200px) {
    .membersLogin {
        max-width: 600px;
    }
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}



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

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



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

.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: #3a7da5;
	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 5px !important;
	border: 1px solid #c0bebe;
}
.table1 tr.subtitle td {
    background-color: #c8dae7;
    font-weight: bold;
}

.table2 td:nth-of-type(2){
	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; 
}


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

.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 #ededed;
    border-bottom: 1px solid #ededed;
    -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 #ededed;
    border-left: 1px solid #ededed;
    -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)
}
