
@import url(../fonts/font-awesome/font-awesome.min.css);
@import url(../fonts/flaticon/flaticon.css);
@import url(header.css);
@import url(footer.css);
@import url(hover.css);
@import url(banner.css);



/*========================================================
                      	 h1 設定
=========================================================*/

.h1-title {
    color: #dd3d1d;
	font-weight: bold;
	margin-top: 0;
    margin-bottom: 40px;
	font-size: 24px;
	position: relative;
	border-bottom: 1px solid #d1d3d3;
	text-align:left;
}

.h1-title samp {
    display: inline-block;
    text-transform: uppercase;
    /* border-bottom: 4px solid #f7aa47; */
    padding-bottom: 10px;
    border: 1px solid transparent;
    border-width: 0 0 4px 0;
    border-image: linear-gradient(to right, #f83600 0%, #f9d423 100%);
    border-image-slice: 1;
}
.h1-title em {
	display: block;
    color: #298ab3;
    text-align: center;
	font-size: 24px;
	position: relative;
	font-style: normal;
}
.h2-title {
    color: #b8a688;
    font-weight: bold;
	margin: 0 0 20px 0;
	position: relative;
	padding-left: 14px;
	text-align:center;
	border-bottom: 1px solid #d1d3d3;
	padding:0 0 20px 0;
}
/*.h2-title:before {
    content: '';
	position : absolute;
	top: 50%;
	left: 0;
	transform : translateY(-50%);
	z-index: 9;
	width: 7px;
	height: 80%;
	background-color: #bf1a20;
}
*/

.title-style {
	margin-bottom: 50px;
	
}
.title-style h2 {
    font-size: 44px;
    font-weight: bold;
    text-align: center;
	line-height: 80px;
}
.title-style p {
    color: #666;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
	margin: 0 0 -30px 0;
}
.title-style h2:after {
    content: '';
	display: block;
	width: 129px;
	height: 11px;
	margin: 0 auto;
	background: url(../images/underline_big.png) no-repeat left center;
}

.title-bg-1 {
	background: url(../images/page_title_bg1.png) no-repeat center top;
}
.title-bg-2 {
	background: url(../images/page_title_bg2.png) no-repeat center top;
}
.title-bg-3 {
	background: url(../images/page_title_bg3.png) no-repeat center top;
}
.title-bg-4 {
	background: url(../images/page_title_bg4.png) no-repeat center top;
}



/* 尺寸設定 */
@media (min-width: 768px) {
	.h1-title {
		font-size: 30px;
	}		
}
@media (min-width: 1200px) {
	.h1-title {
		font-size: 36px;
	}		
}


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

.content {
	padding-top: 80px;
	padding-bottom: 40px;
}

.content .container {
	max-width: 1170px;
}


.bg1 {
	background-color: #f7f8fa;
}
.img-md {
	display: none;
}
@media (min-width: 1200px){
.container {
    width: 1200px!important;
}
}
@media (min-width: 1600px){
.container {
    width: 1540px!important;
}
}

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

.navsub {
	display: none;
	
}

.navsub-list {
/*
	-webkit-box-shadow: 0 0 5px rgba(65, 65, 65, 0.5);
	box-shadow: 0 0 5px rgba(65, 65, 65, 0.5);
*/
	text-align: center;	
	margin-right: 30px;
	padding-bottom: 5px;
	background-color: #fff;
	border: 1px solid #adadad;
}

.navsub-list h2  {
	color: #fff;
	background-color: #5272a8;
	padding: 12px 10px;
	text-align: center;
	margin: 0 0 10px 0;
}
.navsub-list ul {
	list-style: none;
	margin: 20px 20px 40px 20px;
	padding: 0;
}
.navsub-list ul li {
}
.navsub-list ul li a {
	display: block;
	padding: 5px 10px;
	color: #333;
	font-size: 18px;
	margin: 0 0 10px 0;
	background-color: #ededed;
}
.navsub-list ul li a:hover {
	color: #000;
	background-color: #e1ecfd;
}

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

@media (min-width: 992px) {
	.navsub {
		display: block;
	}
	.navsub-select {
		display: none;
	}
}
/*========================================================
                         麵包削
=========================================================*/
.service-nav-section{
	background: url(../images/about_banner.jpg) no-repeat center top;
    background-size: cover;
    position: relative;
	
	}
.pagetitle {
    padding: 30px 0px 0;
    width: 100%;
	
}
@media (max-width: 991px){
.service-nav-section .pagetitle {
    /*background: #fff;*/
}
}
@media (max-width: 991px) and (min-width: 768px){
.pagetitle {
    padding: 100px 0px 0px;
}
}
.pagetitle h1 {
    margin-top: 25px;
    font-size: 52px;
    line-height: 52px;
	color: #FFF; 
	text-shadow: black 0.1em 0.1em 0.2em
}
.breadcrumbs {
    float: left;
    margin: 20px 0px 10px 4px;
    font-size: 15px;
    padding: 8px 0;
    list-style: none;
	color: #FFF; 
	text-shadow: black 0.1em 0.1em 0.2em
}
.breadcrumbs>li {
    display: inline-block;
}
.breadcrumbs a {
    color: #FFF;
}
.breadcrumbs>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
.rssdiv {
    width: 37%;
    padding: 0px 15px;
    position: relative;
    min-height: 154px;
    float: right;
}
.rssfeed {
	width: 60%;
	background: #000;
	position: absolute;
	right: 0px;
	bottom: -20px;
	padding: 25px 25px 0;
	margin: 0px 15px;
	color:#BFBFBF;
	letter-spacing:5px;
}
.rssfeed a {
	background: #111;
	padding: 12px 20px;
	color: #fff;
	display: block;
	text-align: center;
	border: 1px solid #111;
	text-transform: uppercase;
	font-size: 22px;
	font-family: 'Yanone Kaffeesatz', Arial, Microsoft JhengHei;
}
.rssfeed a img {
	vertical-align: middle;
	display: inline-block;
	margin-right: 10px;
}
.rssfeed a span {
	vertical-align: middle;
}
.lead {
    margin-bottom: 384px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
}
@media (min-width: 768px){
.lead {
    font-size: 24px;
}
}
@media (max-width: 1199px){
.rssdiv, .blogright {
    display: none;
}
}










/*========================================================
                         關於我們
=========================================================*/
.banner_1 {
    background: url(../images/banner1.jpg) no-repeat center top;
    background-size: cover;
    position: relative;
 	padding: 60px 0;
}
.about_content{
	margin-bottom: 20px;
}
.about_content .main-title {
    position: relative;
    color: #e53a94;
    border-bottom: 1px solid #a0a0a0;
    padding: 0 0 10px 5px;
    text-align: left;
    font-size: 26px;
    font-weight: bold;
	
}
.location p{
	color: #333;
	padding: 10px 0;
}
.location .ben {
    text-align: center;
    color: #dc7b31;
    background: #fff7ed;
    padding: 10px;
	border-style:dashed;
	font-weight:bold;
}

.about-box{
	background: url(../images/about_a01.jpg) no-repeat center top;
    background-size: cover;
    position: relative;
    text-align: center;
}
.about_content1 .container{
	background: rgba(255, 255, 255, 0.8);
	border-radius: 10px;
	padding: 60px 30px;
	margin-top: 20px;
}
.sub-title{
	font-size: 20px;
	color: #9e650e;
	font-family: "微軟正黑體", Geneva, sans-serif;
}
.about_content1 .list{
	padding-left: 10px;
	line-height:1.6em;
}
.about_content1 .list ul li{
	list-style:decimal;
}
.about_content1 .list span{
	color:#f49242;
}


.location dl {
}
.location dl dt {
	position: relative;
	top: 100px;
}

.location dl dd {
	box-shadow: 0 0 10px #adadad;
    padding: 30px 25px;
    text-align: center;
    background: #fff;
    border-color: transparent;
    background-color: rgba(255, 255, 255, 0.7);
    height: 150px;
    border: 4px solid transparent;
    border-image: linear-gradient(to right, #ffecd0 0%, #ffce84 100%);
    border-image-slice: 1;
}
.location dl dd p {
	color: #676767;
	letter-spacing: 3px;
}
	
	
/*  尺寸設定 */
@media (min-width: 768px) {
}
@media (min-width: 992px) {
	.location dl dd h2 {
		font-size:22px;
		}
	.location p {
    text-align: center;
}
	

}
@media (min-width: 1200px) {
	.location dl dd h2 {
		font-size:26px;
		}
}

/*----特色----*/

.business_block1{  
	padding:60px 0; 
	background-image:url(../images/about_a02.jpg); 
	background-position:center; 
	background-size:cover; 
	position:relative;
	padding-top:50px;
	padding-bottom:50px;
}
.business_block1 .container-fluid{ 
position:relative;
}


.page_about_text {
}

.page_about_text h1 {
    color: #ca323e;
	font-size:28px;
}
.page_about_text h5 {
    color: #cc722f;
    font-size: 20px;
}
.page_about_text p {
    color: #333;
}
.page_about_pic,.page_about_pic2,.page_about_pic3{
	padding-top:30px;
	padding-bottom:30px
}
.business_block1 .page_about_pic img{ 
width:100%; 
height:auto;
}
/* 尺寸設定 */
@media (min-width:992px){
.page_about_text h1 {
	font-size:34px !important;
}

}
@media (min-width:1200px){

	.business_block1 .page_about_pic{ 
	text-align:right;
	}
	
}
@media (min-width:1300px){

	.business_block1 .page_about_pic{ 
	text-align:right;
	}
	.business_block1 .page_about_pic img{ 
	width:480px; 
	height:auto;
	}
	.business_block1 .page_about_text{ 
	position:absolute; 
	top:50%;
	 left:5%; 
	 transform:translateY(-50%); 
	 /*padding-left:15px;*/
	 margin-top:0px;
	 max-width:740px;
	   }
	
}

@media (min-width:1400px){
	.business_block1 .page_about_pic img{ 
	width:620px; 
	}
	.business_block1 .page_about_text{ 
	max-width:650px;
	}	
}
@media (min-width:1600px){
	.business_block1 .page_about_pic img{ 
	width:788px; 
	}
	.business_block1 .page_about_text{
		 max-width:620px;
		 left:10%;
		 }
}

@media (min-width:1700px){
	.business_block1 .page_about_pic img{ 
	width:788px; 
	}
	.business_block1 .page_about_text{
		 max-width:800px;
		 left:10%;
		 }
}


/*========================================================
                        最新消息
=========================================================*/
.banner_4 {
    background: url(../images/banner4.jpg) no-repeat center top;
    background-size: cover;
    position: relative;
 padding: 60px 0;
}
.album-post {
    text-align: center;
}
.album-post .post-minimal {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 2px 0px 3px 1px rgba(65, 65, 65, 0.12);
    box-shadow: 2px 0px 3px 1px rgba(65, 65, 65, 0.22);
    margin-bottom: 30px;
    text-align: left;
}
figure {
    margin: 0;
}
figure {
    /*margin: 1em 40px;*/
}
/*a {
    color: #337ab7;
    text-decoration: none;
}
*/.album-post .post-minimal .post-body {
    padding: 20px 0;
}
.album-post .post-minimal .post-body h2 {
    margin: 0 0 14px 0;
}
.album-post .post-minimal .post-body h2 a {
    display: inline-block;
    font-size: 20px;
    color: #ffffff;
    background-color: #e6a963;
    padding: 15px 20px;
}
.album-post .post-minimal * + .post-meta {
	color:#333;
    margin-top: 5px;
	font-size: 16px;
	
}
.album-post .post-minimal * + .post-meta i {
    color: #dc7b31;
}
.fa-clock-o:before {
    content: "\f017";
}
.album-post .post-minimal .post-body h2 time {
    display: block;
    font-size: 13px;
    color: #e71f19;
}
.album-post .post-minimal * + .post-text {
    margin-top: 8px;
	color:#333;
	font-size:20px;
	margin-bottom: 20px;
	padding: 0 10px 0 0;
}
.post-more{
	/*text-align: right;
    margin: 10px 0;*/
	
	
	}
.post-more a {
    padding: 5px 25px;
    background-color: #ffffff;
    border-radius: 5px;
    color: #c36b24;
    border: 1px solid #dc7b31;
    font-size: 14px;
}
.post-more a:hover {
    box-shadow: 4px 4px 12px -2px rgba(20%,20%,40%,0.5);
	border-color: transparent;
	color: #ff6808;
	border: 1px solid #dc7b31;
	transition: all linear .2s;
    margin: 0 0 0 5px;
	
	}

/* -------------------------- 最新消息內頁 -------------------------- */
.news-box {
	margin-bottom: 30px;
	padding: 0px 15px 30px 15px;
}
.news-detail h2 {
	display: block;
	color: #696969;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.news-header time {
	display: block;
	position: relative;
	color: #C00;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: normal;
	font-size: 15px;
}
.news-content {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #dedede;
	font-size:18px;
	}
.news-detail img {
	width: 100%;
	margin: 6px 0 15px;
	}
.news-detail p {
	color:#666;
	/*padding:0 0 10px 0;*/
	}

@media (min-width:768px){
.news-detail img {
	float: left; 
	width: 40%;
	margin: 6px 30px 20px 0;
	}
}

/*回目錄頁*/

.news-detail .back {
    text-align: right;
	margin:50px 0 ;
}
.news-detail .back a {
    padding: 6px 80px;
    background:#ff6808;
    border-radius: 5px;
    color: #fff;
	border:  1px solid #c0c0c0;
}
.news-detail .back a:hover {
    box-shadow: 4px 4px 12px -2px rgba(20%,20%,40%,0.5);
	border-radius: 20px;
	background-color: #ffa723;
}


/*========================================================
                         我要預約
=========================================================*/
.banner_5 {
    background: url(../images/banner5.jpg) no-repeat center top;
    background-size: cover;
    position: relative;
 padding: 60px 0;
}

.ontainer_box{
	/*background-image:url(../images/about_a01.jpg); 
	background-position:center; 
	background-size:cover; */
	}
.form-info{
	padding: 10px 0;
}
.form-info temp{ 
	color: #a25a1f;
	font-weight: bold;
}
.form-horizontal .form-group .fc-red{ color:#F00;}


.form-group .control-label{
	padding: 2px 0 2px 7px;
	margin-left: 15px;
	border-left: 5px solid #ffa723;
}

.form-horizontal .pull-right button{
	background: #e69a5f;
	border: none;
	padding: 10px 40px;
}
.form-horizontal .pull-right button:hover{
	background: #eab388;
	border: none;
	padding: 10px 40px;
	color:#603;
}
@media (min-width: 768px){
.form-horizontal .control-label {
    background: #e0e0e0;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
    border: 1px solid #c7c7c7;
    margin: 1px 0 0 0;
}
}


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

.contant-list {
	
}


/* 說明 */
.form-info {
	border: 2px dashed #adadad;
	padding: 20px 20px 20px 100px;
	background: #f7f7f7 url(../images/warning.png) no-repeat 20px center;
	margin-bottom: 20px;
	min-height: 60px;
}
.form-info p {
	margin-bottom: 6px;
}
/* 流程 */
.ontainer_pic img {
    margin: 0 auto;
	margin-top:25px;
}
.pic-640 {
	display: block;
}
.pic-768 {
	display: none;
}

@media (min-width: 768px) {
	.pic-640 {
	display: none;
	}
	.pic-768 {
	display: block;
	}
}
/* 表單設定 */
.form-horizontal {
	margin-bottom: 40px;
}
.form-horizontal .control-label {
	color: #565656;
}
.form-horizontal .form-control {
	border-radius: 5px;
	padding: 5px 20px 5px 40px;
	border: 1px solid #c4c4c4;
	background-color: #f6f6f6;
}
.form-control {
    background-color: #f6f6f6;
	height: 40px;
}	
::placeholder {
  	color: #000;
	font-weight: bold;
}

/* 意見表單 */

.contact-form {
	margin-bottom: 20px;
}
.contact-form [class *= col-] {
	position: relative;
	padding: 0;
	margin-bottom: 10px;
}
.contact-form [class *= col-] i {
    display: block;
    font-size: 16px;
    color: #c4c4c4;
    width: 28px;
    line-height: 28px;
    text-align: center;
/*    border: 1px solid #c4c4c4;*/
    background-color: #f6f6f6;
    position: absolute;
    left: 6px;
    top: 6px;
    border-radius: 5px;
    transition: all 0.4s ease;
}
.contact-form [class *= col-] i.text-red {
    color: #333;
}




/* 尺寸設定 */

@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;
	}
	.contact-form [class *= col-] {
		padding-right: 15px;
	}
	.form_out .col-md-3 {
		padding-right: 15px;
	}
	.form_out .col-md-3 span {
		text-align: center;
		background-color: #fff;
	}
	.input {
		width: 40%;
	}
	.form-group b {
		display: inline-block;
	}
}

.form_out .col-md-2 {
	text-align: left;
	font-weight: bold;
}
.form_out .col-md-2 > span {
	font-weight: bold;
	color: #E51317;
}
.form-group b {
	display: block;
	font-size: 15px;
}
.input {
	text-decoration: none;
	border: 1px solid #c7c7c7;
	width: 100%;
	padding: 3px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.input2 {
	text-decoration: none;
	border: 1px solid #c7c7c7;
	padding: 6px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/* 尺寸設定 */
@media (max-width: 767px) {
	.form_out  [class *= col-] {
		padding: 0;
	}

}
@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;
	}
	.form-info2 {
		margin-right: 0;
	}
	.contact-form [class *= col-] {
		padding-right: 15px;
	}
	.form_out .col-md-3 {
		padding-right: 15px;
	}
	.form_out .col-md-3 span {
		text-align: center;
		background-color: #c7b89e;
		padding: 3px 0;
	}
	
	.form_out .col-md-2 {
		background-color: #e5ded1;
		padding-top: 4px;
		padding-bottom: 4px;
	}
	.form-group {
		padding: 10px 15px 10px 0;
		margin-bottom: 0;
	}
	.form-horizontal .form-group {
    margin-right: 15px;
    margin-left: 15px;
	}

}

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

/*.table1 {
	border-collapse: collapse;
	text-align: left;
	margin: 0 0 30px 0;
	font-size: 18px;
	border: 1px solid #c0bebe;
}
.table1 caption {
	color: #333;
	font-weight: bold;
}

.table1 th {
	background: #fbf1dd;
	color: #333;
	font-weight: bold;
	padding: 15px 5px !important;
	text-align: center;	
	border-top: 0 !important;
	border-bottom: 1px solid #c0bebe;
}
.table1 td {
	padding: 0 5px;
	border: 1px solid #c0bebe;
	text-align: center;
}
.table1 td.left {
	text-align: left;
}


	
.table2 {
}
.table2 caption {
	color: #333;
	text-align: left;
	font-size: 22px;
	font-weight: bold;
}
.table2 caption i {
	color: #e72c19;
}
.table2 tr:nth-of-type(2n+1) {
	background-color: #e9f1f5;
}
.table2 th {
	background: #2e779c;
	color: #fff;
	font-weight: bold;
	padding: 15px 5px !important;
	text-align: center;	
	border-top: 0 !important;
	border-right: 1px solid #bab9bb;
}
.table2 td {
	padding: 0 5px;
	border: 1px solid #cccccc;
	text-align: center;
}
.table2 td.red {
	color: #e71f19;
}*/

/* 手機表格提示 */
.table-text {
	color: #D40101;
	text-align: right;
}
@media (min-width: 640px) {
	.table-text {
		display: none;
	}	
}
@media (min-width: 768px) {	
	.table1 td img {
		max-width: 100px;
		max-height: 100px;
	}
}





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

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(45, 45, 45, 0.75) url(../images/magnifier.png) no-repeat center center;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition: .3s;
}
a.figure2:before {
    background: rgba(255,255,255,0.15) url(../images/magnifier2.png) no-repeat center center;
}

/*========================================================
                         服務項目
=========================================================*/
.banner_2 {
    background: url(../images/banner2.jpg) no-repeat center top;
    background-size: cover;
    position: relative;
 padding: 60px 0;
}
.service_content1{
	position: relative;
}


.service_content2{
	padding-top: 120px;
    padding-bottom: 140px;
	background:url(../images/service_bg1.jpg) repeat;
	position: relative;
}
.activity-top{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    display: none;
}
.activity-top img {
    width: 100%;
    vertical-align: bottom;
}
.activity-top{
		display: block;
		}
.service_content3{
	padding-bottom: 30px;
}


.service_content1 p,.service_content2 p,.service_content3 p{
	padding: 5px 32px 0 32px;
}
.service_content1 p temp,.service_content2 p temp,.service_content3 p temp{
	color: #cc7d3e;
	font-weight: bold;
}
.service_content1 .service_img img,.service_content2 .service_img img,.service_content3 .service_img img{
	padding: 0 30px;
	width: 100%;
}


/*表格屬性*/
.table1{
	text-align: center;
	margin: 0 auto;
	padding:0 30px;
	border-collapse:separate;
	border-spacing: 2px;
}
.table1 th{
	text-align: center;
	background: #e89416;
	color: #FFF;
 	padding: 10px 0;
}
.table1 td{ 
	padding: 10px 0;	
}
.table1 tr:nth-child(even) {background: #fff6e8;}
.table1 tr:nth-child(odd) {background: #fff1dc;}
table.TB_SEPARATE {
  width:100%;
  border-collapse:separate; /*邊框沒有合併*/
}

.table2{
	text-align: center;
	margin: 0 auto;
	padding:0 30px;
	border-collapse:separate;
	border-spacing: 2px;
}
.table2 th{
	text-align: center;
	background: #e89416;
	color: #FFF;
 	padding: 10px 0;
}
.table2 td{ 
	padding: 10px 0;
	width: 25%;
	background: #fff1dc;
}
.container_r {
    position: relative;
}
.container_r:after {
    content: '';
    background: url(../images/banner_cover.png) 50% 100% no-repeat;
    height: 106px;
    position: absolute;
    z-index: 50;
    /*bottom: 0;*/
    left: 0;
    right: 0;
    pointer-events: none;
}


/*========================================================
                         家事小幫手
=========================================================*/
.banner_3 {
    background: url(../images/banner3.jpg) no-repeat center top;
    background-size: cover;
    position: relative;
 padding: 60px 0;
}

.hot-p01 {

}
.hot-p01 dl {
	overflow: hidden;
	margin: 0 0 50px 0;
}
.hot-p01 dl h5 {
	background-color: #edb5c1;
	padding: 2px 10px;
	color: #fff;
	font-size: 120%;
	margin: 0 0 10px 0;
}
.hot-p01 dl dt {
	position: relative;
	float: none;
	margin-bottom: 20px;
}

.image-pic {
	position: relative;
}

.image-pic a {
	display: block;
	color: #fff;
}
.image-pic:hover .thumb-inner {
	display: block;
}
.image-pic:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 5;
	width: 100%;
	height: 10%;
	opacity: 0;
	transition: all 0.3s;
}
.image-pic:hover:before {
	background-color: rgba(255, 255, 255, 0.5);
	opacity: 1;
	height: 100%;
}
.thumb-inner {
	display: none;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 6;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;

}
.thumb-inner span {
	display: inline-block;
	color: #333;
	font-size: 20px;
	padding: 5px 30px 7px;
	border: 1px solid #333;
}


.hot-p01 dl dd {
	overflow: hidden;
	line-height: 30px;
}
.hot-p01 dl dd.title {
	background-color: #fff7ed;
    border-top: 2px dashed #efd4b1;
    border-bottom: 2px dashed #efd4b1;
    padding: 6px 10px;
    color: #ad6933;
    font-size: 120%;
    margin: 0 0 10px 0;
    font-weight: bold;
}
.hot-p01 dl dd.info a {
	color: #ed701a;
	text-decoration: underline;
}
.hot-p01 dl dd.info a:hover {
	text-decoration: none;
}
.hot-other {
	text-align: right;
	margin: 10px 0 0 0;
}
.hot-other ul {
	list-style: none;
	margin: 0;
	padding: 0;

}
.hot-other ul li {
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	margin: 0 10px 0 0;
}
.hot-other ul li em {
	font-style: normal;
}
.hot-other ul li:nth-of-type(1) {
	display: block;
	color: #ababab;
	padding: 2px 0;
}
.hot-other ul li:nth-of-type(1) em {
	font-weight: bold;
}
.hot-other ul li:nth-of-type(2) {
	background: url(../images/about-icon-add.png) no-repeat 0px center;
	padding: 4px 0 4px 26px;
}
.hot-other ul li:nth-of-type(3) {
	background: url(../images/about-icon-like.png) no-repeat 0px center;
	padding: 4px 0 4px 26px;
}


/* 尺寸設定 */

@media (max-width: 639px) {
	.image-pic > img {
		width: 100%;
		margin-bottom: 0;
	}
}

@media (min-width: 640px) {
	.hot-p01 dl dt {
		position: relative;
		float: left;
		margin: 0 20px 0 0;
	}
	.image-pic > img {
		width: 250px;
		margin-bottom: 0;
	}
	.hot-other ul li:nth-of-type(1) {
		display: inline-block;
	}
}

/*========================================================
                      資訊內頁
=========================================================*/
.h3-title {
    color: #757575;
    font-weight: bold;
    margin: 0 0 20px 0;
}
.hot-detail {
	margin-bottom: 50px;
	text-align: left;
}
.hot-detail .slider img {
	width: 100%;
	vertical-align: bottom;
	border: 2px solid #ededed;	
}
.hot-detail h2.title {
	margin: 0 0 20px 0;
	color: #e71c30;
}
.video-p01 p{
	padding:20px 0;
	}
/* 圖片小圖設定 */
.slider-for > div {
	position: relative;
	margin: 5px 5px 20px 5px;
}
.slider-for > div a:after {
	content: '';
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
}
.slider-for > div img {
	width: 100%;
	vertical-align: bottom;
	border: 7px solid #ededed;
}
.slider-nav {
	margin-bottom: 30px;
}

.slider-nav .slick-slide {
	margin: 0 5px 0 5px;
}

/* 圖片小圖設定 */
.hot-ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.hot-ul li {
	padding: 10px 0 10px 20px;
	border-bottom: 1px dashed #adadad;
	position: relative;
}
.hot-ul li:before {
	position: absolute;
	left: 3px;
	top: 10px;
	z-index: 9;
	content: "\f101";
	font-family: 'FontAwesome';
	color: #d55e5e;
	font-weight: bold;
}

/*回目錄頁*/


.performance-box .back {
	text-align: right;
	margin:50px 0 ;
}
.performance-box .back a{
	padding: 6px 40px;
    background-color: #dddddd;
    color: #606060;
    border: 1px solid #c0c0c0;
	
}

.performance-box .back a:hover {
    border-color: transparent;
    background-color: rgba(0,0,0,0.50);
    color: #fff;
	border-radius: 20px;

}




/* 尺寸設定 */

@media (min-width: 480px) {	
	.hot-info ul li {
		width: 47%;
		margin: 0 1% 0 1%;
	}
}
@media (min-width: 768px) {
	.hot-info ul li {
		width: 30.8%;
		margin: 0 1% 0 1%;
	}
}
@media (min-width: 992px) {
	.slider-nav .slick-slide {
		margin: 0 5px 10px 5px;
	}
}

@media (min-width: 1200px) {
	.hot-info ul li {
		width: 30.8%;
		margin: 0 1% 0 1%;
	}		
}





