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


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

.s-header {
    text-align: center;
    overflow: hidden;
    margin-bottom: 40px;
}
.s-header-about {
    text-align: left;
    overflow: hidden;
    margin-bottom: 40px;
	padding: 5px;
}
.c-header-about {
    text-align: center;
    overflow: hidden;
    margin-bottom: 20px;
	padding: 5px;
}
.h1-title{
    font-size: 1.8rem;
    color: #a52a2a;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    font-weight: bold;
}
.h2-title {
	border-left: 7px solid #bb2c2b;
	background: #eaeaea;
    font-size: 1.4rem;
	margin-bottom: 10px;
    color: #333;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    font-weight: bold;
	padding: 10px;
}



/*.h2-title:after {
    position: absolute;
    left: 0%;
    bottom: -6px;
    height: 4px;
    width: 100%;
    background: #ce1212;
    opacity: 1;
    content: "";
    z-index: -1;
}*/

.h3-title {
    /*border-left: 7px solid #0c3862;
    padding-left: 10px;*/
    margin-bottom: 10px;
    font-size: 1.2rem;
	font-weight: bold;
	color: #c62424;
}
.h4-title {
    margin-bottom: 10px;
    font-size: 1rem;
	font-weight: bold;
	color: #105593;
}



@media (min-width: 992px) {
	.c-header-about {
		margin-bottom: 80px;
	}
	.h1-title{
		font-size: 2.2rem;
	}
	.h2-title{
		font-size: 1.6rem;
	}
}


/*========================================================
                      	 內頁框架
=========================================================*/
.all-wrap-box{
	background: url("../img/all_bg.jpg") no-repeat center center;
    background-size: cover;
}
.content-wrap {
    
    padding-top: 60px;
    padding-bottom: 60px;
    /*background-color: #fff;*/
	overflow: hidden;
}

/* google recaptcha 隱藏 */
    .grecaptcha-badge{ 
     visibility:hidden;
}


/* 麵包屑 */

.main-top {
	padding-top: 40px;
	text-align: center;
	position: relative;
}
.main-top .btn.inqu {
	position: absolute;
	right: 0;
	bottom: 0;
}
.main-title {
	text-align: center;
	font-size: 18px;
	color: #000;
	line-height: 1.2;
	display: inline-block;
	box-sizing: border-box;
	padding: 40px 0 0px;
}
.main-title > div {
	position: relative;
    display: block;
    margin-bottom: 4px;
    font-size: 18px;
	justify-content: center!important;
}
.main-title strong {
	display: block;
	font-family: 'Hind', sans-serif;
	font-weight: bold;
	font-size: 36px;
	color: #bb2c2b;
    background: -webkit-linear-gradient(#bb2c2b, #cc3f3c);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
/* 麵包屑 */
.breadcrumbs {
	text-align: center;
	color: #bababa;
	box-sizing: border-box;
	padding-bottom: 20px;
	border-bottom: solid 1px #ddd;
}
.breadcrumbs a {
	display: inline-block;
	color: #bababa;
}
.breadcrumbs a:hover {
	color: #bb2c2b;
}
.breadcrumbs a.home i {
	display: inline-block;
	margin-right: 3px;
	color: #bababa;
}
.breadcrumbs span {
	margin: 0 2px 0 4px;
	color: #bababa;
	font-size: 1.4rem;
	font-weight: bold;
}
.sub-title {
	position: relative;
	text-align: left;
	font-size: 24px;
	color: #444;
	margin-bottom: 5px;
}

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

.navsub {
	text-align: center;
}
.navsub-main {
	font-size: 1rem;
	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: 3px 20px;
    margin: 0 7px 15px;
    background-color: #ddd;
	color: #000;
}
.navsub-main ul li a:hover, .navsub-main ul li a.active {
    background-color: #132c46;
    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.2rem;
    }
    .navsub-sub {
        font-size: 1.1rem;
    }
}


/*========================================================
                      	次選單
=========================================================*/

.navsub-pc {
	max-width: 1200px;
	font-size: 1.1rem;
	text-align: center;
	margin: 40px auto -20px auto;
	color: #fff;
	line-height: 24px;
}
.navsub-pc ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.navsub-pc ul li {
	display: inline-block;
}
.navsub-pc ul li a {
	display: inline-block;
	font-weight: bold;
	padding: 3px 15px;
	margin: 0 7px 20px;
	background-color: #cc3f3c;
	color: #fff;
}
.navsub-pc ul li a:hover, .navsub-pc ul li a.active {
	background-color: #7A0002;
}
.navsub-pc2 {
	font-size: 1rem;
	text-align: center;
	margin: 0;
	color: #fff;
	line-height: 24px;
}
.navsub-pc2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.navsub-pc2 ul li {
	display: inline-block;
	margin-bottom: 10px;
}
.navsub-pc2 ul li a {
	display: inline-block;
	padding: 1px 10px;
	margin: 0;
	color: #fff;
}
.navsub-pc2 ul li a:hover, .navsub-pc2 ul li a.active {
	background-color: #7A0002;
}

/* 尺寸設定 */
@media (min-width: 768px) {
	.navsub-pc ul li a {
		padding: 5px 20px;
	}
}



/*========================================================
                          共同背景
=========================================================*/
/*.wrapper__bg {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	overflow: hidden;
	z-index: -1;
}
@media (max-width: 899px) {
	.wrapper__bg {
	width: 100%;
	position: fixed;
	 top: 0; 
	 right: 0; 
	overflow: hidden;
	z-index: -1;
}
}*/

.wrapper__bg {
 width: 100%;
 height: 100%;
 position: fixed;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 overflow: hidden;
 z-index: -1;
}


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

/* 框架 */
.news{
	max-width: 1200px;
	padding-top: 30px;
	padding-bottom: 60px;
}

.news-item {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	transform: translateY(0);
	transition: .3s ease-out transform;
	border-bottom: 1px solid #ccc;
    padding: 10px 0;
}
.news-item:hover {
	transform: translateY(-5px);
}
/*.news-item + .news-item {
	margin-top: 35px;
}*/

.news-wrap{
	height: auto;
	padding: 40px 0;
	background-image: url(../images/news_bg.jpg);
	background-position: center;
	background-size: cover;
}


.all-breadcrumbs {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
	padding: 20px 0;
	padding-bottom: 60px;
}
.all-item-box{
	padding:0 20px;
}
.all-breadcrumbs ul{
	padding: 0;
}
.all-breadcrumbs ul li{
	list-style:none;
	display: inline-block;
	letter-spacing: 3px;　
}
.all-breadcrumbs ul li::before {
    content: " / ";
	color: #717b67;
}
.all-breadcrumbs ul li:first-of-type::before {
    display: none;
}
.all-breadcrumbs ul li a{
	color: #717b67;
	font-weight: bold;
}
.all-breadcrumbs ul li a:hover,.all-breadcrumbs ul li a.active{
	color: #b2aa59;
	box-shadow: 0 1px;
	padding-bottom:5px
}
.news-pic-test {
    text-align: left;
    padding: 20px 0px 0;
    color: #555;
}
.news-pic-test h2 a {
    font-size: 1.4rem;
	font-weight: bold;
	color: #555;
}
.news-pic-test h2 a:hover {
    color: #bb2c2b;
}
.news-pic-test h3{
    color:#186e80;
	font-size: 1.2rem;
}

.news-pic-test p{
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.news-item-img {
	padding: 0px 20px 20px;
	border-bottom: dashed 2px #ddd;
}
.news-item-img .news-pic-img:hover .pic img{
    transform:scale(1.2,1.2);
	outline:none;
}
.news-item-img .news-pic-img a.news-datail-bnt {
	display: inline-block;
    position: relative;
    color: #bb2c2b;
    transition: 0.4s;
    text-decoration: none;
    margin: 0 5%;
	float: right;
}
.news-item-img:hover .news-pic-img a.news-datail-bnt{
	color:#fff;
	transition: 0.2s 0.4s;
}
.news-item-img .news-pic-img a.news-datail-bnt:after{
	content: "";
	position: absolute;
	top: 0%;
	width:0;
	height: 100%;
	left: 0% ;
	z-index: 5;
	display: block;
	color: #bb2c2b;
	background: linear-gradient(135deg, #f78685 0%, #bb2c2b 100%);
	transition: 0.4s 0.3s;
}
.news-item-img:hover .news-pic-img a.news-datail-bnt:after{
	width:100%;
	transition: 0.4s 0.3s;
}
.news-item-img .news-pic-img a.news-datail-bnt:before{
	content: "";
	position: absolute;
	top: 50%;
	width: 20px;
	height: 1px;
	color:#bb2c2b;
	right: calc(100% + 10px);
	display: block;
    background: linear-gradient(135deg, #f78685 0%, #bb2c2b 100%);
	transition: 0.3s;
}
.news-item-img:hover .news-pic-img a.news-datail-bnt:before{
	width: 0px;
	transition: 0.3s;
}
.news-item-img .news-pic-img a.news-datail-bnt span{
	display: block;
	position: relative;
	z-index: 10;
	padding: 5px;
}
.news-item-img .news-pic-img .pic{overflow:hidden;border: 7px solid #ededed;}
.news-item-img .news-pic-img .pic img{transform:scale(1,1);transition: all 1s ease-out;}


@media (min-width: 768px){
	.all-breadcrumbs {
		display: flex;
		max-width: 1170px;
	}
}


@media (min-width: 768px){
	
}
.news-time{
	color: #555;
}
.news-time span{
	display: inline-block;
    padding: 0 5px;
    margin: 5px 5px 5px 0;
    border-radius: 5px;
    font-size: 0.9rem;
    color: #fff;
    background: linear-gradient(to bottom, #bb2c2b 1%, #cc3f3c 50%, #bb2c2b 100%);
}

.page-ex2 .page-link {
    padding: 0rem 0.7rem!important;
}


/* 內容 */
.news-item-info {
	padding: 25px;
	transition: .3s ease-out box-shadow;
	/*background: #fff;*/
}
.news-item-info > div {
	margin-top: 0;
	padding-top: 20px;
}

.news-item-info h6 {
    /*font-weight: bold;
	color: #a7a7a7;*/
}
.news-item-info h6 i{
    padding: 0 10px 0 0 ;
	font-weight: 600;
}
.news-item-info h4 {
    font-weight: bold;
	color: #254261;
}
.news-item-info p {
    margin: 0;
	margin-bottom: 20px;
}


.news-btn-box{
    display: block;
    text-align: center;
    cursor: pointer;
    line-height: 40px;
    color: #fff;
    background-color: #0253a8;
    border: 1px solid #2f84cd;
    position: relative;
    transition: all .3s linear;
	float:right;
}
.news-btn-box > a{
    position: relative;
    z-index: 1;
	color: #fff;
	padding: 10px 30px;
}
.news-btn-box::before{
    content: "";
    width: 0%;
    height: 0%;
    display: block;
    background-color: #2f84cd;
    position: absolute;
    top: 0;
    left: 0;
	opacity: 0;
    transition: all .3s ease;
}
.news-btn-box:hover{
    color: #fff;
}
.news-btn-box:hover::before{
    width: 100%;
    height: 100%;
    opacity: 1;
}


.news-btn2 {
    color: #fff;
    font-weight: bold;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0px rgba(255,255,255,.5), 7px 7px 20px 0px rgba(0,0,0,.1), 4px 4px 5px 0px rgba(0,0,0,.1);
    outline: none;
    top: 5%;
    left: 0%;
    z-index: 9;
}
.news-btn2 a{
	color: #555;
    width: 150px;
    height: 34px;
    display: inline-block;
    
}

.btn-16 {
  /*border: none;*/
  border:1px solid #555;
  color: #000;
}
.btn-16:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  direction: rtl;
  z-index: -1;
  box-shadow:
   -7px -7px 20px 0px #fff9,
   -4px -4px 5px 0px #fff9,
   7px 7px 20px 0px #0002,
   4px 4px 5px 0px #0001;
  transition: all 0.3s ease;
}
.btn-16:hover {
  color: #000;
}
.btn-16:hover:after {
  left: auto;
  right: 0;
  width: 100%;
}
.btn-16:active {
  /*top: 2px;*/
}
.news-detail h2{
	font-size: 1.4rem;
	font-weight: bold;
	padding-bottom: 5px;
}
.news-detail-link{
	background: #ededed;
	padding: 10px 5px;
	border-top:1px dashed #797979;;
	border-bottom:1px dashed #797979;
	margin-top: 30px;
	margin-bottom: 30px;
}
.news-detail-link h4{
	font-size: 1.2rem;
	font-weight: bold;
}

.news-detail-link a{
	padding-left: 5px;
	color: #555;
	text-decoration:underline;
}
.news-detail-link a:hover{
	color: #001e74;
}



/* 尺寸設定 */
@media (min-width: 640px) {
	
}
@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 > div {
		display: flex;
	}
	
}
@media (min-width: 992px) {
	/*.news-item-img {
		width: 270px;
	}*/
	.news-item-info {
		float: left;
	}
	/*.news-item + .news-item {
		margin-top: 50px;
	}*/
	.news-item-font{
		float: left;

	}
	.news-item .news-item-info .news-item-btn  .news-btn{
		
	}
	
}
@media (min-width: 1200px) {
	.custom-btn2 a {
		width: 140px;
		height: 35px;
	}
	
}

/*========================================================
                   	最新消息內頁
=========================================================*/
.news-detail{
	position: relative;
}

@-webkit-keyframes sheen {
  0% {
    transform: skewY(-45deg) translateX(0);
  }
  100% {
    transform: skewY(-45deg) translateX(12.5em);
  }
}
@keyframes sheen {
  0% {
    transform: skewY(-45deg) translateX(0);
  }
  100% {
    transform: skewY(-45deg) translateX(12.5em);
  }
}
.wrapper {
  display: block;
  float: right;
}

.button-back1 {
  padding: 0.45em 4em;
  text-align: center;
  text-decoration: none;
  color: #bb2c2b;
  border: 2px solid #bb2c2b;
  /*font-size: 24px;*/
  display: inline-block;
  border-radius: 0.3em;
  transition: all 0.2s ease-in-out;
  position: relative;
  overflow: hidden;
}
.button-back1:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  height: 100%;
  width: 3em;
  display: block;
  position: absolute;
  top: 0;
  left: -4.5em;
  transform: skewX(-45deg) translateX(0);
  transition: none;
}
.button-back1:hover {
  background-color: #bb2c2b;
  color: #fff;
  border-bottom: 4px solid #bb2c2b;
}
.button-back1:hover:before {
  transform: skewX(-45deg) translateX(13.5em);
  transition: all 0.5s ease-in-out;
}

.news-detail h2{
	font-size: 1.2rem;
	font-weight: bold;
	color: #646464;
}
.news-detail-content .sort{
	margin-bottom: 20px;
}
.news-detail-content .sort i{
	padding-right: 5px;
}

@media (min-width: 992px) {
	.news .btn-back > a{
		padding: 10px 40px;
	}
	.news-detail h2{
		font-size: 1.6rem;
	}

}
@media (min-width: 1200px) {
	.news .btn-back > a{
		padding: 10px 60px;
	}
}
.video-iframe iframe, .video-iframe embed {
    width: 100% !important;
    height: 300px !important;
    margin-top: 20px;
    margin-bottom: 20px;
}

.video-embed {
    text-align: center;
}

@media (min-width: 768px) {
    .video-iframe iframe, .video-iframe embed {
        height: 420px !important;
    }
}
@media (min-width: 992px) {
    .video-iframe iframe, .video-iframe embed {
        height: 400px !important;
    }
}
@media (min-width: 1200px) {
    .video-iframe iframe, .video-iframe embed {
        height: 460px !important;
    }
}
@media (min-width: 1600px) {
    .video-iframe iframe, .video-iframe embed {
        height: 500px !important;
    }
}

/*========================================================
                       關於我們
=========================================================*/
.about-content {
    margin-left: 0%;
    margin-top: 40px;
    margin-bottom: 5%;
	overflow: hidden;
}
.about-list{
	/*padding: 30px 5%;*/
	overflow: hidden;
}
.about-list img{
	padding: 0 0 5% 0;
	position: relative;
	z-index: 99;
}
.about-list .h2-title{
	color: #186e80;
	font-weight: bold;
}
.about-list h2{
	border-left: 7px solid #bb2c2b;
    padding-left: 10px;
    font-size: 1.4rem;
    margin-bottom: 10px;
    color: #333;
    font-weight: bold;
}

.about-ensure{
	background: #e9e9e9;
    color: #272727;
	padding: 10px;
	font-weight: bold;
	font-size: 0.95rem;
	height: 85%;
}
.about-ensure i{
	padding-right: 5px;
	color: #bb2c2b;
}

/*========================================================
                         我需要的服務-列表
=========================================================*/

.service-wrap{
	padding: 90px 5px;
	overflow: hidden;
}
.service-wrap .container{
	background-color: rgb(255 255 255 / 0%)!important;
    box-shadow: 0 1px 1px 2px rgb(0 0 0 / 0%)!important;
}

.service-wrap .row [class*= col-]{
	margin-top: 15px;
	margin-bottom: 15px;
}

.service-list{
	background: #fff;
	padding: 10px;
	box-shadow: inset 2px 2px 2px 0px rgba(255,255,255,.5), 7px 7px 20px 0px rgba(0,0,0,.1), 4px 4px 5px 0px rgba(0,0,0,.1);
	border-radius: 10px;
}

.service-img {
	overflow:hidden;
	position: relative;
}
.service-img img {
    object-fit: cover;
    height: 150px;
    transform: scale(1, 1);
    transition: all 1s ease-out;
}
.service-img img:hover{
	transform:scale(1.2,1.2);
}
.service-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* 讓標題居中 */
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    text-shadow: 1px 1px 2px #555, 1px 1px 2px #555;
    text-align: center;
}
.service-list .txt h3 {
	text-align: center;
	padding: 0;
	margin: 5px;
	font-weight: bold;
	color: #555;
	font-size: 1.5rem;
	
}
.service-list .txt h3 a{
	text-decoration:none;
	color: #555;
}
.service-list .txt h3 a:hover{
	color: #a11e20;
}
.service-list .txt p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.2rem;
    padding: 0;
    font-size: 0.9rem;
    margin: 10px;
	color: #555;
}

.service-list:hover .service-img img{
    transform:scale(1.2,1.2);
	outline:none;
}

.custom-btn {
    color: #fff;
    padding: 0px 15px;
    background: #cf9a88;
    border-radius: 5px;
    text-decoration: none !important;
    display: inline-block; /* 改為 inline-block，讓按鈕不佔滿整行 */
    text-align: center;
    font-weight: bold;
    font-size: 0.8rem;
    margin: 0 auto; /* 讓按鈕在父容器中置中 */
}
.custom-btn:hover {
    color: #fff;
    background: #8b6060;
}
.btn-container {
    text-align: center;
	padding-bottom: 1vh;
}

.service-list:hover .custom-btn{
    color: #fff;
    background: #8b6060;
}
.btn-container-stories{
	text-align: center;
}
.stories-btn {
    color: #8b6060;
    padding: 5px 15px;
    border:1px solid #8b6060;
    border-radius: 5px;
    text-decoration: none !important;
    text-align: center;
    font-weight: bold;
    margin-top: 2vh;
}
.stories-btn:hover {
    color: #fff;
    background: #8b606096;
}
.stories-list:hover .stories-btn{
    color: #fff;
    background: #8b606096;
}
/*========================================================
                       我需要的服務-內頁
=========================================================*/
.credit-list{
	/*padding: 30px 5%;*/
	overflow: hidden;
}
.font-box{
	border: 1px dashed #adadad;
    padding: 20px 5px;
    text-align: center;
    background-color: #F4F4F4;
    font-size: 1.05rem;
    margin-bottom: 40px;
	font-weight: bold;
}
.font-box ul{
	padding: 0;
}
.font-box ul li{
	list-style:none;
	padding: 0 5px;
}
.font-box ul li a{
	color: #555;
}
.font-box ul li a:hover{
	color: #bb2c2b;
}
.font-box ul li i{
	padding-right: 5px;
	color: #bb2c2b;
	font-size: 0.9rem;
}
.credit-list img{
	padding: 0 0 5% 0;
	position: relative;
	z-index: 99;
}
.credit-item p i{
	padding-right: 5px;
}
.credit-text{
	display: block;
}
@media (min-width: 480px) {
	.font-box ul li {
		display: inline; 
	}
}
@media (min-width: 992px) {
	.font-box{
		padding: 20px 10px;
	}
}


/*========================================================
                       徵信收費
=========================================================*/
.charge-list{
	/*padding: 30px 5%;*/
	overflow: hidden;
}
.charge-list img{
	width: 100%;
    display: block;
    margin: auto;
	padding: 2vh 0;
}
.charge-list a{
	color: #b8860b;
}

.charge-item p i{
	padding-right: 5px;
}
.charge-text{
	display: block;
}
.charge-test-box{
	border: 1px dashed #adadad;
    padding: 20px 10px;
    background-color: #F4F4F4;
    font-size: 1.05rem;
    margin-bottom: 40px;
}


/*----按鈕----*/

.container-btn {
  text-align: center;
	padding: 2vh 0;
	
}
.pulse-button{
	background-color: #2b4963;
    color: #fff;
	padding: 1vh 2vh;
	display: inline-block;
	font-size: 1.1em;
	font-weight: bold;
}
.pulse-button img{
	display: inline-block;
	margin-left: 5px;
}
.img-list-a{
	width: 35px!important;
	animation: pulse 2s infinite ease-in-out;
}
.img-list-b{
	width: 29px!important;
	animation: pulse 2s infinite ease-in-out;
}
@-webkit-keyframes pulse {
  0% {
    transform: scale(0.5);
    opacity: 0.7;
  }
  50% {
    transform: scale(2.0);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0.7;
  }
}

.container-btn a{
	color: #fff;
	
}
.container-btn a:hover{
	text-decoration:none;
	background-color: #406381;
	color: #fff;
	
}

.qa-txt h3{
	color: #2c829d;
	font-size: 1.2rem;
	font-weight: bold;
}
.icon-img img {
    width: 15px;
    display: inline-block;
    margin-right: 10px;
	padding: 0;
}
@media (min-width: 992px) {
	.pulse-button{
		padding: 1vh 10vh;
		font-size: 1.3em;
	}
	.img-list-a{
		width: 38px!important;
	}
	.img-list-b{
		width: 32px!important;
	}
}

@media (min-width: 480px) {
}
@media (min-width: 992px) {
}

/*========================================================
                       服務據點
=========================================================*/
.contact-content {
    margin-left: 0%;
    margin-top: 40px;
    margin-bottom: 5%;
	overflow: hidden;
}
.contact-list{
	/*padding: 30px 5%;*/
	overflow: hidden;
}
.contact-list img{
	padding: 0 0 5% 0;
	position: relative;
	z-index: 99;
}
.contact-item{
	padding: 25px 30px;
    box-shadow: rgba(99, 99, 99, 0.1) 0px 1px 5px 0px;
    border-radius: 10px;
    border: 1px solid #eee;
}
.contact-item .ul-s1 {
    list-style: none;
    margin: 10px 0 20px;
    padding: 0;
    text-align: left;
}
.contact-item .ul-s1 > li{
	padding: 0;
	margin: 0;
}
.contact-item .ul-s1 li i {
    color: #B87333;
}

.contact-test{
	
}
.contact-test p{
	display: inline-block;
	color: #fff;
}
.contact-test p a{
	color: #fff;
	padding: 10px;
	background: #555;
}
.contact-test p a:hover{
	background: #8b8b8b;
}


.contact-list-2 {
	max-width: 1200px;
	background-color: #f5f5f5c2;
    color: #555;
    border: 10px solid #fff;
    margin-bottom: 40px;
	margin: 0 auto;
}
.contact-info {
	padding: 50px;
}
.contact-info h3 {
	background-color: #ebd7d0;
    font-weight: bold;
    color: #8b6060;
    padding: 10px;
    margin: 0 -51px 10px 0;
}
.contact-info ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.contact-info ul li:last-of-type {
	margin-top: 10px;
}
.contact-img img {
	width: 100%;
	vertical-align: bottom;
}

/* 尺寸設定 */



@media (max-width: 991px) {
.contact-list-2 {
	margin-left: 20px;
	margin-right: 20px;
}
}

@media (min-width: 992px) {
.contact-info {
	padding: 25px 50px;
}
}

@media (min-width: 1200px) {
.contact-info {
	padding: 50px 50px;
}
}

@media (min-width: 1600px) {
.contact-info {
	padding: 80px 50px;
}
}

/*========================================================
                       友站連結
=========================================================*/
.friends-list{
	/*padding: 30px 5%;*/
	overflow: hidden;
}
.friends-list img{
	padding: 0 0 5% 0;
	position: relative;
	z-index: 99;
}
.friends-list a{
    margin: 0 5px;
    padding: 15px;
    background: #e9e9e9;
    color: #272727;
    display: block;
}
.friends-list a:hover{
	background: #dbdbdb;
}

.friends-list .ul-s1 {
    list-style: none;
    margin: 20px 0;
    padding: 0;
    text-align: left;
}
.friends-list .ul-s1 > li {
	padding: 0;
    margin-bottom: 10px;
    position: relative;
}
.friends-list .ul-s1 > li i{
	color: #b87333;
}


/*========================================================
                     背景特效
=========================================================*/
.section8[data-v-88684262] {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0 auto 0;
    padding: 4vw 0 0;
    z-index: 1;
}
.angle1{
	transform: rotate(336deg);
    left: 0vh;
    padding: 0!important;
    bottom: 0vh;
}
.angle2{
	transform: rotate(336deg);
    left: 0vh;
    padding: 0!important;
    bottom: 0vh;
}
.w1[data-v-88684262] {
    bottom: 4.0416666667vw;
    left: 0;
    width: 100vw;
    z-index: 2;
    height: 13.0208333333vw;
}
.absolute {
    position: absolute!important;
}

.w .wave[data-v-62b6d640] {
    background-image: url(../img/index/line.svg);
    background-size: 50% 100%;
}
.w div[data-v-62b6d640] {
    position: absolute;
    width: 200%;
    height: 100%;
    left: 0;
    bottom: 0;
    -webkit-animation: wave-data-v-62b6d640 15s linear infinite;
    animation: wave-data-v-62b6d640 15s linear infinite;
    -webkit-transform-origin: 50% 70%;
    transform-origin: 50% 70%;
}
.w div[data-v-62b6d640]:nth-child(2) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.w div[data-v-62b6d640]:nth-child(3) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.w div[data-v-62b6d640]:nth-child(4) {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.w div[data-v-62b6d640]:nth-child(5) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.w div[data-v-62b6d640]:nth-child(6) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s
}

.w div[data-v-62b6d640]:nth-child(7) {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.w div[data-v-62b6d640]:nth-child(8) {
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s
}

.w div[data-v-62b6d640]:nth-child(9) {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.w div[data-v-62b6d640]:nth-child(10) {
    -webkit-animation-delay: 4.5s;
    animation-delay: 4.5s
}

@-webkit-keyframes wave-data-v-62b6d640 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translate(-25%,-15%) scaleY(.3);
        transform: translate(-25%,-15%) scaleY(.3)
    }

    to {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@keyframes wave-data-v-62b6d640 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translate(-25%,-15%) scaleY(.3);
        transform: translate(-25%,-15%) scaleY(.3)
    }

    to {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

/*========================================================
                  	   產品搜尋設定
=========================================================*/

.search-form {
	margin-bottom: 40px;
}
.search-form .box {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	margin-bottom: 10px;
}
.search-form .box input, .search-form .box select {
	flex-grow: 1;
}
.search-form .box span {
	flex-shrink: 0;
	margin-right: 5px;
    line-height: 40px;
}
.search-form .box span.t1 {
	width: 54px;
}
.search-form .box span.t2 {
	width: 90px;
}
.search-form .box span.t3 {
	width: 72px;
}
.search-form .box button {
	flex-shrink: 0;
	width: 100px;
	margin-left: 5px;
	padding: 2px 5px;
}

.search-text {
	font-weight: bold;
}
.search-text span {
	color: #D90003;
}


/*========================================================
                        彈跳視窗設定
=========================================================*/
@media (min-width: 992px) {
	.fancybox__container{
		z-index: 99999;
	}
}
/*========================================================
                      	 選單
=========================================================*/

/*.navsub {
	display: none;
	
}*/

.navsub-list {
	margin-right: 30px;
	padding-bottom: 5px;
	text-align: left;
}

.navsub-list h2  {
	color: #fff;
	border-bottom: 1px solid #ccc;
	background: linear-gradient(to bottom, #bb2c2b 1%, #cc3f3c 50%, #bb2c2b 100%);
	padding: 12px 10px;
	margin: 0 0 10px 0;
}
.navsub-list ul {
	list-style: none;
	margin: 20px 0;
	padding: 0;
}
.navsub-list ul li {
	padding: 0;
	margin: 0;
}
.navsub-list ul li a {
	display: block;
    margin: 10px;
	padding: 8px;
    color: #333;
    font-size: 16px;
    border-bottom: 1px solid #939393;
    background-color: transparent;
}
.navsub-list ul li:last-of-type a {
    border-bottom: none;
}
.navsub-list ul li a:hover {
	color: #bb2c2b;
	background-color:#ebebeb;
}

.navsub-list ul li a span {
	float: right;
	
}
.label-default {
    background-color: #999;
}
.label{
	display: inline;
    padding: 0.2em 0.6em 0.3em;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}

.navsub-select {
	margin: 0;
    width: 100%;
	}
.navsub-select h2 {
	text-align: center;
	}
.navsub-select .form-control {
	margin-bottom: 20px;
}
@media (min-width: 1200px) {
	.navsub {
		display: block;
	}
	.navsub-select {
		display: none;
	}

}


/*========================================================
                         拉霸顏色
=========================================================*/
.boxscroll {
	width: 100%;
    max-height: 60%;
    overflow: auto;
	
}
.boxscroll::-webkit-scrollbar {  
	width: 8px; 
	height: 16px;
} 
.boxscroll::-webkit-scrollbar-track {  
	box-shadow: inset 0 0 6px rgba(0,0,0,0.3);  
	border-radius: 10px;
	background-color: #001e74;
} 
.boxscroll::-webkit-scrollbar-thumb {  
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0,0,0,.3);  
	background-color: #4d66ad; 
}

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

.ul-s1 {
    list-style: none;
    margin: 20px 0;
    padding: 0;
    text-align: left;
}
.ul-s1 > li {
    padding: 0;
    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-s1 > li i{
    padding-right: 5px;
	color: #bb2c2b;
}



.ul-s2 {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ul-s2 li {
	background: url("../img/icon-a01.png") no-repeat left 12px;
    padding: 5px 10px 5px 20px;
}


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

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


.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)
}
.effect-layla a div {
	position : absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 9;
    color: #fff;
    font-size: 2.4rem;
    text-shadow: 1px 1px 5px #333;
    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:hover div {
	opacity: 1;
}

@media (max-width: 1199.98px) {
	.rd-navbar-fixed .rd-navbar-nav li > a span:before{
		content: ' - ';
	}
}

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

/*
.contact-form [class *= col-] {
	position: relative;
	padding: 0;
	margin-bottom: 10px;
	float: left;
}
*/
.contact-form [class *= col-] i.text-red {
    color: #333;
}

.form_out  [class *= col-] {
	padding: 0;
}


/* 尺寸設定 */

@media (min-width: 768px) {
	.contact-form [class *= col-] {
		padding-right: 15px;
	}
}







.form-control {
    padding: 15px 10px;
}



.contact_text{ 
	padding:15px; 
	background:#ededed;
	color: #777;
}
.contact_text h4{ 
	color: #31706f;
}

.page_content{
	padding:10px 0;
}
@media (min-width:992px){
	.contact_text{ 
		padding:20px; 
		background:#ededed;
	}
}
@media (min-width:768px){
	.contact_text{ 
		min-height: 204px;
	}
}
.contact-box{
	padding: 5% 0;
}
.form-row [class *= col-] i {
    display: block;
    font-size: 16px;
    color: #555;
    width: 28px;
    line-height: 28px;
    text-align: center;
    /* border: 1px solid #c4c4c4; */
    background-color: transparent;
    /* margin: 0 auto; */
    position: absolute;
    left: 14px;
    top: 20px;
    border-radius: 5px;
    transition: all 0.4s ease;
}

.content-wrap form{ 
	color:#555;
}
.content-wrap form .form-group textarea{
	border-radius:0; 
	padding: 10px 20px 25px 40px;
	background-color:#ededed;
}
.content-wrap form .form-group input{ 
	padding: 15px 10px;
    background-color: #fff;
    border-radius: 0.5rem;
}
.content_box{
	padding-top: 60px;
	padding-bottom: 30px;
}

.content-wrap form .form-group button{
    /*width: 150px;*/
    height: 50px;
    /*display: block;*/
    text-align: center;
    cursor: pointer;
    line-height: 40px;
    background: linear-gradient(to bottom, #bb2c2b 1%, #cc3f3c 50%, #bb2c2b 100%);
    border-color: #bb2c2b;
	color:#fff; 
    position: relative;
    transition: all .3s linear;
	/*float: left;*/
	top:0px;
	left: 0px;
	margin: 10px 10px;
}
.content-wrap form .form-group button > p{
    position: relative;
    z-index: 1;
	padding: 0 3vh;
}
.content-wrap form .form-group button::before{
    content: "";
    width: 0%;
    height: 0%;
    display: block;
    background: #ab2321;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .3s ease;
}
.content-wrap form .form-group button:hover{
    color: #fff;
}
.content-wrap form .form-group button:hover::before{
    width: 100%;
    height: 100%;
    opacity: 1;
}
@media (min-width:1200px){
.contact_map iframe{
		height: 500px;
	}
}

ul.treeview li a i{
	position: absolute;
    top: 50%;
    left: 90%;
    transform: translate(-50%, -50%);
}
/*========================================================
                         左側選單
=========================================================*/

.icon_Community a.js-btn-icon_Community {
    text-align: center;
    width: 50px;
    line-height: 47px;
    border-radius: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0;
    cursor: pointer;
    color: #fff;
    background: #000;
    font-size: 22px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
    height: 50px;
    pointer-events: auto;
	overflow: hidden;
    font-family: "微軟正黑體", Arial, Verdana, Helvetica, sans-serif;
}

.js-btn-icon_Community:hover,
.js-btn-icon_Community:focus {
    color: #fff;
    background-color: #276850;
    border-color: #276850;
}

.js-icon_Community .icon_li {
    position: relative;
    left: -100px;
    
}
.icon_li_img {
        max-width: 50px;
        width: 100%;
        height: auto;
        display: block;
        position: absolute;
        left: 0;
        z-index: 1;
    }
.js-icon_Community.active .icon_li {
    left: 0;
    pointer-events: auto;
}

.js-icon_Community .icon_li:nth-child(1) {
    transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    -webkit-transition: all 0.1s ease-out;
}

.js-icon_Community .icon_li:nth-child(2) {
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.js-icon_Community .icon_li:nth-child(3) {
    transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}


.icon_li a:hover .icon{
 animation: go 3s linear infinite;
}
@keyframes go {
  10% {
    transform: rotate(15deg);
  }
  20% {
    transform: rotate(-10deg);
  }
  30% {
    transform: rotate(5deg);
  }
  40% {
    transform: rotate(-5deg);
  }
  50%,100% {
    transform: rotate(0deg);
  }
}  

@media (max-width: 991.98px){
    .icon_Community {
        width: 100%;
        position: fixed;
        left: auto;
        bottom: 0;
        z-index: 999998;
        pointer-events: none;
    }
    .icon_Community_ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
    }
    .icon_Community_ul .icon_li {
        width: 33.33%;
        border-right: 1px solid #fff;
    }
    .icon_Community_ul .icon_li:last-child {
        border-right: none;
    }
 .icon_Community_ul .icon_name {
        font-size: 0.8rem;
  		padding-top: 5px;
    }
    .icon_img {
        display: block;
        background: linear-gradient(to bottom, #bb2c2b 1%, #cc3f3c 50%, #bb2c2b 100%);
        overflow: hidden;
        text-align: center;
        color: #fff;
        position: relative;
        padding: 10px 10px;
        text-decoration: none;
    }
 .icon_Community a{
	  color: #fff;
	  text-decoration:none;
 }
 .icon_Community a img{
	  display: block;
	  margin: 0 auto;
	  width: 22px;
 }
 .icon_Community a:hover{
	  background: linear-gradient(to bottom, #bb2c2b 1%, #cc3f3c 50%, #bb2c2b 100%);
 }
 .icon_Community a:hover img{
	  animation: go 3s linear infinite;
 }
}

@media (min-width: 992px){
    .icon_Community {
        position: fixed;
        right: 23px;
        bottom: 70px;
        z-index: 9998;
        pointer-events: none;
    }
    .icon_Community_ul {
        list-style: none;
        padding: 0;
        flex-direction: column;
        align-items: flex-end;
        display: flex;
        margin-bottom: 59px;
    }
    .icon_img {
        background: linear-gradient(to bottom, #bb2c2b 1%, #cc3f3c 50%, #bb2c2b 100%);
        border: none;
        overflow: hidden;
        text-align: center;
        margin-bottom: 6px;
        width: 50px;
        text-decoration: none;
        border-radius: 100px;
        color: #fff;
        transition: all 0.3s ease;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .icon_img.active {
        width: 142px;
    }
    .icon_img.active .icon_name {
        text-indent: 0;
        opacity: 1;
    }
    .icon_img:hover {
        text-decoration: none;
        width: 142px;
    }
    .icon_img:before {
        opacity: 0;

    }
    .icon_img .icon {
        color: #fff;
        font-size: 22px;
        width: 50px;
        line-height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        right: 0;
        z-index: 1;
    }
    .icon_img:hover .icon {
        text-decoration: none;
    }
    .icon_img:hover .icon_name {
        opacity: 1;
        text-indent: 0;
    }
    .icon_name {
        position: relative;
        line-height: 50px;
        padding-left: 15px;
        padding-right: 50px;
        transition: all 0.3s ease;
        opacity: 0;
        text-decoration: none;
        color: #fff;
        white-space: nowrap;
        border-radius: 100px;
        overflow: hidden;
        /*text-indent: -100px;*/
        font-family: Arial, "Microsoft JhengHei", sans-serif;
    }
}
/*----照片-----*/
.commonStyle {
    margin-bottom: 80px;
}
.commonStyle-img {
    margin-top: 30px;
    position: relative;
}

/* 尺寸設定*/
@media (max-width: 767px) {
    .commonStyle-img img {
        width: 49%;
        margin-bottom: 20px;
    }
}
@media (min-width: 768px) {
    .commonStyle-img {
        margin-top: 30px;
        position: relative;
        height: 340px;
        overflow: hidden;
    }
    .commonStyle-img img {
        width: 30%;
        clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%);
    }
    .commonStyle-img img:nth-of-type(1) { 
        clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
        position: absolute;
        left: -3%;
    }
    .commonStyle-img img:nth-of-type(2) { 
        position: absolute;
        left: 22%;
    }
    .commonStyle-img img:nth-of-type(3) { 
        position: absolute;
        left: 47%;
    }
    .commonStyle-img img:nth-of-type(4) {
        position: absolute;
        left: 72%;
        clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
    .commonStyle-img {
        height: 155px;
    }
}
@media (min-width: 992px) {
    .commonStyle-img {
        height: 210px;
    }
}
@media (min-width: 1200px) {
    .commonStyle-img {
        height: 250px;
    }
}

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

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

.table1 th {
	background-color: #b99573;
	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;
	white-space:nowrap;
}
.table1 th:last-of-type {
    border-right: 1px solid #c0bebe;
}
.table1 td {
	padding: 5px 5px !important;
	border: 1px solid #c0bebe;
	text-align: center;
	vertical-align: middle;
}
.table1 tr.c {
    background-color: #d0e6f4;
    vertical-align: middle;
    text-align: center;
}
.table1 td.c {
    background-color: #9baebb;
    vertical-align: middle;
    text-align: center;
	color: #fff;
}
.table1 td.b {
    background-color: #d0e6f4;
    vertical-align: middle;
    text-align: center;
}
.table1 tr.subtitle td {
    background-color: #c8dae7;
    font-weight: bold;
}
.table1 td.left {
	text-align: left;
}
.table1 td a {
	font-weight: bold;
	text-decoration: underline;
	color: #6684bb;
}
.table1 td a:hover {
	text-decoration: none;
	color: #000;
}
.table1 td img {
	max-width: 100px;
	max-height: 40px;
}
.table1 td span {
	color: red; 
	font-weight: bold;
}

.table-text {
    color: #D40101;
    text-align: right;
}




.table2 {
	text-align: left;
	margin: 0 0 20px 0;
	font-size: 15px;
	border: 1px solid #c0bebe;
	border-collapse: separate;
    background-color: #fff;
    box-shadow: 0px 0px 7px #e4e4e4;
}
.table2 th {
	background-color: #b99573;
	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;
	white-space:nowrap;
}
.table2 td {
	padding: 5px 5px !important;
	border: 1px solid #c0bebe;
	text-align: center;
	vertical-align: middle;
}
.table2 td.c {
    background-color: #ededed;
    vertical-align: middle;
    text-align: center;
    color: #000;
}






@media (min-width: 1200px){
	.table-text {
		display: none;
	}
}


/*========================================================
                           內容目錄
=========================================================*/
.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
}

.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-detail ul {
	list-style: none;
	margin: 0;
	padding: 0;
	counter-reset: item;
}
.content-list-detail ul li{
	line-height: 1.8rem;
}
.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 {
	text-decoration: underline;
}

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




/* ---------------------- 頁數 ---------------------- */
#pager p{
  text-align: center;
  margin: 0;
  padding: 0;
}
#pager p span{
  color: #cc3f3c;
  font-weight: bold;
  margin: 0 3px;
}
#pager ul.pages{
  display: block;
  border: none;
  font-size: 90%;
  /*text-transform: uppercase;*/
  text-align: center;
  padding: 0;
}
#pager ul.pages li{
  list-style: none;
  text-decoration: none;
  margin-right: 5px;
  display: inline;
  line-height: 30px;
  cursor: pointer;
}
#pager ul.pages li a{
  border: 1px solid #a62424;
	border-radius: 3px;
  padding: 3px 5px;
    color: #000;
}
#pager ul.pages li a:hover{
  color: #fff;
  background-color: #d25a5a;
}

#pager ul.pages li.pgEmpty{
  border: 1px solid #e8d0d0;
	border-radius: 3px;
  padding: 3px 5px;
  color: #e8d0d0;
  cursor: default;
}
#pager ul.pages li.pgEmpty:hover{
  border: 1px solid #f5dfdf;
  color: #f5dfdf;
  cursor: default;
  background-color: #fff;
}
#pager ul.pages li.pgCurrent a{
  font-weight: bold;
  background-color: #a62424;
  color: #fff;
}

.pager_line{
  border-top: 1px dotted #ea86aa;
  padding: 14px 0 0 0;
}

.pager_noline{
  border-top: none;
  padding: 14px 0 0 0;
}


/*========================================================
                      CTA 按鈕設定
=========================================================*/

.wrapper_cta {
	display: block;
	text-align: center;
	padding: 1vh 0;
	font-weight: bold;
}
.button_cta {
	padding: 0.45em 4em;
	text-align: center;
	text-decoration: none;
	color: #111;
	background-color: linear-gradient(to bottom, #bb2c2b, #cc3f3c);
	border: 2px solid #111;
	display: inline-block;
	border-radius: 0.3em;
	transition: all 0.2s ease-in-out;
	position: relative;
	overflow: hidden;
}
.button_cta:before {
	content: "";
	background-color: rgba(255, 255, 255, 0.5);
	height: 100%;
	width: 3em;
	display: block;
	position: absolute;
	top: 0;
	left: -4.5em;
	transform: skewX(-45deg) translateX(0);
	transition: none;
}
.button_cta:hover {
	background: linear-gradient(to bottom, #cc3f3c, #bb2c2b);
	color: #fff;

}
.button_cta:hover:before {
	transform: skewX(-45deg) translateX(40em);
	transition: all 1s ease-in-out;
}
.wrapper_cta .fa {
	padding-right: 5px;
}
.button_cta2 {
	padding: 0.45em 4em;
	text-align: center;
	text-decoration: none;
	color: #fff !important;
	font-weight: bold;
	background: #bb2c2b;
	border: 2px solid #e9e3de;
	display: inline-block;
	border-radius: 0.3em;
	transition: all 0.2s ease-in-out;
	position: relative;
	overflow: hidden;
}
.button_cta2:before {
	content: "";
	background-color: rgba(255, 255, 255, 0.5);
	height: 100%;
	width: 3em;
	display: block;
	position: absolute;
	top: 0;
	left: -4.5em;
	transform: skewX(-45deg) translateX(0);
	transition: none;
}
.button_cta2:hover:before {
	transform: skewX(-45deg) translateX(40em);
	transition: all 1s ease-in-out;
}
.button_cta3 {
	color: #fff!important;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
	background-color: #a37a54;
	padding: 10px 30px;
	border-radius: 8px;
	display: inline-block;
}
.button_cta3:hover {
	background-color: #ae8966;
}


/*========================================================
                       內容目錄設定
=========================================================*/

.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
}
.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-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 {
	text-decoration: underline;
}
.content-list-detail ul ul {
	margin-left: 1.5em;
}
.rec-txt {
	font-size: 1.2rem;
}

/*========================================================
                      文章排版風格設定
=========================================================*/

.article-style  {
	max-width: 1200px;
	margin: 0 auto;
}
.article-style h1 {
	color: #bb2c2b;	
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 1.8rem;
}
.article-style h2 {
	color: #5d155dd1;
	margin: 0 0 10px 0;
	border-left: 9px solid #5d155dd1;
	padding-left: 15px;
	font-weight: 700;
	font-size: 1.5rem;
}
.article-style h3 {
	color: #e36c09e6;
	font-weight: 700;
	font-size: 1.3rem;
}
.article-style h4 {
	color: #8b3131;
	font-weight: 700;
	font-size: 1.2rem;
}
.article-style h5 {
	color: #4FC3F7;
	font-weight: 900;
	font-size: 1.1rem;
}
.article-style p {
	margin-bottom: 10px;
}
.article-style p img.img1 {
	display: block;
	max-width: 100% !important;
	height: auto !important;
	margin: 40px auto;
}
.article-style ol li strong,  .article-style ul li strong {
	font-weight: 700;
}
.article-style iframe {
	margin: 40px auto;
}
/*文字顏色*/

.article-style .f-c01 {
	color: #003366;
}
.article-style .f-c02 {
	color: #8b3131;
}
.article-style .f-c03 {
	color: #004D00;
}
.article-style .f-c04 {
	color: #191970;
}
.article-style .f-c05 {
	color: #8B4513;
}
.article-style .f-c06 {
	color: #006666;
}

/*文字樣式*/
.article-style .f-s01 {
	margin-left: 5px;
	margin-right: 5px;
	border-bottom: 2px solid #003366;
	padding-bottom: 2px;
}
.article-style .f-s02 {
	margin-left: 5px;
	margin-right: 5px;
	border-bottom: 2px solid #800000;
	padding-bottom: 2px;
}
.article-style .f-s03 {
	margin-left: 5px;
	margin-right: 5px;
	border-bottom: 2px solid #004D00;
	padding-bottom: 2px;
}
.article-style .f-s04 {
	margin-left: 5px;
	margin-right: 5px;
	border-bottom: 2px solid #191970;
	padding-bottom: 2px;
}
.article-style .f-s05 {
	margin-left: 5px;
	margin-right: 5px;
	border-bottom: 2px solid #8B4513;
	padding-bottom: 2px;
}
.article-style .f-s06 {
	margin-left: 5px;
	margin-right: 5px;
	border-bottom: 2px solid #006666;
	padding-bottom: 2px;
}

/*背景色*/
.article-style .f-b01 {
	padding: 2px 8px;
	margin: 0 5px;
	color: #fff;
	background-color: #003366;
}
.article-style .f-b02 {
	padding: 2px 8px;
	margin: 0 5px;
	color: #fff;
	background-color: #800000;
}
.article-style .f-b03 {
	padding: 2px 8px;
	margin: 0 5px;
	color: #fff;
	background-color: #004D00;
}
.article-style .f-b04 {
	padding: 2px 8px;
	margin: 0 5px;
	color: #fff;
	background-color: #191970;
}
.article-style .f-b05 {
	padding: 2px 8px;
	margin: 0 5px;
	color: #fff;
	background-color: #8B4513;
}
.article-style .f-b06 {
	padding: 2px 8px;
	margin: 0 5px;
	color: #fff;
	background-color: #006666;
}

/* 文字大小 */
.article-style .f-t01 {
	display: inline-block;
	font-size: 1.2rem;
	padding: 0 2px;
}
.article-style .f-t02 {
	display: inline-block;	
	font-size: 1.4rem;
	padding: 0 2px;
}
.article-style .f-t03 {
	display: inline-block;	
	font-size: 1.6rem;
	padding: 0 2px;
}
.article-style .f-t04 {
	display: inline-block;	
	font-size: 1.8rem;
	padding: 0 2px;
}
.article-style .f-t05 {
	display: inline-block;	
	font-size: 2rem;
	padding: 0 2px;
}

/* 文章表格 */
.article-style.table-s1 {
	text-align: left;
	margin: 0 0 20px 0;
	font-size: 15px;
	border: 1px solid #c0bebe;
	border-collapse: separate;
    background-color: #fff;
    box-shadow: 0px 0px 7px #e4e4e4;
}
.article-style .table-s1 tr:nth-child(2n+1) {
	background-color: #F3F3F3;
}
.article-style .table-s1 th {
	background-color: #bb2c2b;
	color: #fff;
	font-weight: bold;
	padding: 10px 10px !important;
	text-align: center;	
	border-top: 0 !important;
	border-bottom: 1px solid #c0bebe;
    border-right: 1px solid #fff;
}
.article-style .table-s1 th:last-of-type {
    border-right: 1px solid #c0bebe;
}
.article-style .table-s1 td {
	padding: 5px 5px !important;
	border: 1px solid #c0bebe;
	text-align: center;
	vertical-align: middle;
}
.article-style .table-s1 td.bg1 {
	background-color: #fceaea;
}

.article-style .table-s2 th {
	background-color: #a37a54;
}
.article-style .table-s2 td.bg1 {
	background-color: #e9e3de;
}
/* cta 樣式 */
.cta-block-lixin {
  background-color: #fff2f2;
  color: #4a4a4a;
  border-radius: 16px;
  padding: 32px 24px;
  text-align: center;
  max-width: 700px;
  margin: 40px auto;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  font-family: "Noto Sans TC", sans-serif;
}
.cta-block-lixin .cta-title {
  font-size: 22px;
  font-weight: 700;
  color: #c1252c;
  margin-bottom: 12px;
}
.cta-block-lixin .cta-sub {
  font-size: 16px;
  color: #4a4a4a;
  margin-bottom: 28px;
}
.cta-block-lixin .cta-button {
  display: inline-block;
  background-color: #c1252c;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  padding: 12px 28px;
  border-radius: 8px;
  transition: background-color 0.3s ease;
}
.cta-block-lixin .cta-button:hover {
  background-color: #a01f24;
}




/* 精選推薦文章 */
.related-articles-section {
  color: #111;
}

.section-title {
	font-size: 24px;
	margin-bottom: 40px;
	border-left: 4px solid #c8aa7d;
	padding-left: 12px;
	font-family: 'Noto Serif TC', serif;
}
/*
.articles-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}
*/
.article-card {
	display: block;
	padding: 20px 25px 15px;
	text-decoration: none;
	color: #111;
	background-color: #E5E5E5;
	border: 1px solid #adadd;
	transition: all 0.3s ease;
}

.article-card:hover {
	color: #fff;
	background-color: #bb2c2b;
	transform: translateY(-2px);
}

.related-title {
	font-size: 1.5rem;
	font-weight: 900;
	color: #bb2c2b;
	margin-bottom: 20px;
}

.article-title {
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 10px;
}
.article-subtitle {
	font-size: 0.9rem;
	line-height: 24px;
}
.articles-img img {
	width: 100%;
}



/*========================================================
                         新聞列表相關設定
=========================================================*/

/* 框架 */
.common-item {
	text-align: left;
	transform: translateY(0);
	transition: .3s ease-out transform;
	margin: 0 15px;
}
.common-item:hover {
	transform: translateY(-5px);
}
.common-item + .common-item {
	margin-top: 35px;
}

/* 內容 */
.common-item-info {
	padding: 0 20px 20px 20px;
	transition: .3s ease-out box-shadow;
}
.common-item-info > div {
	margin-top: 0;
	padding-top: 20px;
}
.common-item-info h2 a {
    font-size: 1.4rem;
	font-weight: bold;
	color: #454545;
}
.common-item-info h2 a:hover {
    color: #bb2c2b;
}
.common-item-info p {
    margin: 0;
	color: #6b6b6b;
}


/* 分類 */
.common-item-sort span {
	display: inline-block;
    padding: 0 10px;
    margin: 5px 5px 5px 0;
    border-radius: 5px;
    font-size: 0.9rem;
    color: #fff;
    background: linear-gradient(to bottom, #bb2c2b 1%, #cc3f3c 50%, #bb2c2b 100%);
}

/* 了解更多 */
.common-item-info .common-item-more {
	text-align: right;
}
.common-item-info .common-item-more a {
	display: inline-block;
    position: relative;
    color: #bb2c2b;
    transition: 0.4s;
    text-decoration: none;
}
.common-item-info:hover .common-item-more a {
	color:#fff;
	transition: 0.2s 0.4s;
}
.common-item-info .common-item-more a:after{
	content: "";
	position: absolute;
	top: 0%;
	width:0;
	height: 100%;
	left: 0% ;
	z-index: 5;
	display: block;
	color: #bb2c2b;
	background: linear-gradient(135deg, #f78685 0%, #bb2c2b 100%);
	transition: 0.4s 0.3s;
}
.common-item-info:hover .common-item-more a:after{
	width:100%;
	transition: 0.4s 0.3s;
}
.common-item-info .common-item-more a:before{
	content: "";
	position: absolute;
	top: 50%;
	width: 20px;
	height: 1px;
	color:#bb2c2b;
	right: calc(100% + 10px);
	display: block;
    background: linear-gradient(135deg, #f78685 0%, #bb2c2b 100%);
	transition: 0.3s;
}
.common-item-info:hover .common-item-more a:before{
	width: 0px;
	transition: 0.3s;
}
.common-item-info .common-item-more a span{
	display: block;
	position: relative;
	z-index: 10;
	padding: 5px;
}



/* 尺寸設定 */
@media (min-width: 768px) {
	.common-item {
		display: flex;
		max-width: 1170px;
	}
	.common-item-img {
		display: flex;
		width: 200px;
		flex-shrink: 0;
	}
	.common-item-img img {
		object-fit: cover;
		width: 100%;
		height: 100% !important;
	}
    .common-item-info {
        width: calc(100% - 200px);
        border-left: none;
		padding: 0;
    }
    .common-item-info > div {
        width: 100%;
		padding-top: 0;
    }
}
@media (min-width: 992px) {
	.common-item-img {
		width: 270px;
	}
	.common-item-info {
		display: flex;
        width: calc(100% - 270px);
	}
	.common-item-info > div {
		padding-left: 40px;
		margin: 0;
		border-top: 0;
	}
	.common-item + .common-item {
		margin-top: 50px;
	}
}
@media (min-width: 1200px) {
	.common-item {
		margin-left: auto;
		margin-right: auto;
	}
}

.news-item-img .news-pic-img a.news-datail-bnt {
	display: inline-block;
    position: relative;
    color: #bb2c2b;
    transition: 0.4s;
    text-decoration: none;
    margin: 0 5%;
	float: right;
}
.news-item-img:hover .news-pic-img a.news-datail-bnt{
	color:#fff;
	transition: 0.2s 0.4s;
}
.news-item-img .news-pic-img a.news-datail-bnt:after{
	content: "";
	position: absolute;
	top: 0%;
	width:0;
	height: 100%;
	left: 0% ;
	z-index: 5;
	display: block;
	color: #bb2c2b;
	background: linear-gradient(135deg, #f78685 0%, #bb2c2b 100%);
	transition: 0.4s 0.3s;
}
.news-item-img:hover .news-pic-img a.news-datail-bnt:after{
	width:100%;
	transition: 0.4s 0.3s;
}
.news-item-img .news-pic-img a.news-datail-bnt:before{
	content: "";
	position: absolute;
	top: 50%;
	width: 20px;
	height: 1px;
	color:#bb2c2b;
	right: calc(100% + 10px);
	display: block;
    background: linear-gradient(135deg, #f78685 0%, #bb2c2b 100%);
	transition: 0.3s;
}
.news-item-img:hover .news-pic-img a.news-datail-bnt:before{
	width: 0px;
	transition: 0.3s;
}
.news-item-img .news-pic-img a.news-datail-bnt span{
	display: block;
	position: relative;
	z-index: 10;
	padding: 5px;
}

