
@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 {
	font-size: 24px;
	text-align: center;
	margin: 0 0 50px 0;
	color: #fff;
    padding: 10px 15px 12px;
    background-color: #476b89;
}


.h2-title {
    color: #333;
    margin: 0 0 20px 0;
    font-size: 30px;
    position: relative;
    font-weight: bold;
}
.h2-title:after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: #6b9cc5;
    margin-top: 6px;
}


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


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

.content {
/*
	background: url(../images/shutterstock_695669458.jpg) no-repeat center center;
	background-size: cover;
*/
	padding-bottom: 50px;
}
.content > .container {
	max-width: 1170px;
}


/* 麵包屑 */
.breadcrumbs {
	text-align: right;
}
.breadcrumbs a {
	display: inline-block;
	text-decoration: underline;
	color: #000;
	padding: 0 0 10px 0;
}
.breadcrumbs a.home {
	font-weight: bold;
}
.breadcrumbs span {
	margin: 0 2px 0 4px;
	color: #000;
	font-size: 100%;
	font-weight: bold;
}

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

.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: #476b89;
	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: 10px;
	color: #333;
	font-size: 18px;
	margin: 0 0 10px 0;
	background-color: #ededed;
}
.navsub-list ul li a:hover {
	color: #000;
	background-color: #9c9c9c;
}

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



/*========================================================
                   		關於我們
=========================================================*/

.about-wrap{
	padding-top: 30px;
	padding-bottom: 60px;
	
}
.about-chapter {
	margin-top: 40px;
}
.about-chapter h3 {
	margin: 0 0 20px 0;
}
.about-chapter h3 i{
	margin-right: 10px;
	color: #476b89;
}
.about-chapter h4 {
	color: #253CA6;
}
.about-chapter dl {
	margin: 0 0 10px 0;
}
.about-chapter dl dt {
	margin-top: 20px;
	margin-bottom: 6px;
	text-decoration: underline;
}
.about-chapter dl dd p {
	margin: 0 0 6px 0;
}
.about-chapter dl dd ul {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}
.about-chapter dl dd ul li b{
	color: #496d9d;
}
.about-chapter hr{
	border: 1px dashed #9c9c9c;
}
.about-chapter .img_box img{
	width: 100%;
	padding: 10px 0 20px;
}

.about-chapter tr td ul {
    list-style: none;
	margin: 0;
    padding: 0;
}
.about-chapter .info {
	line-height: 32px;
}
.about-chapter .show_big2 img {
	padding: 10px 10px;
    max-width: 100%;
    border: 1px solid #cfcfcf;
    text-align: center;
    margin: 0 0 10px 0;

}
.about-chapter [class*="col-"] {
	/*margin-bottom: 20px;
	float: left;*/
}

.performance-img {
    margin: 0 0 30px 0;
    position: relative;
	color: #7c7c7c;
	padding-top: 30px;
}
.about_box .title_3{
	padding: 8px 10px 10px;
    margin: 0 0 20px 0;
    border: 1px dashed #adadad;
    background-color: #ececec;
	
}

.about_box dl dt{
    margin: 0px;
}
.performance-img dd ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.performance-img dd ul li {
    border-bottom: 1px dotted #c5c5c5;
    padding: 5px 10px 5px 16px;
    position: relative;
}
.performance-img dd ul li:before {
    position: absolute;
    left: 2px;
    top: 8px;
    z-index: 9;
    font-family: "FontAwesome";
    content: "\f054";
    color: #476b89;
    font-size: 12px;
}
.performance-img dd ul li:nth-of-type(2n) {
    background-color: #e6e6e6;
}
.show_big2 {
    text-align: center;
}
.show_big {
    position: relative;
    /*max-width: 624px;*/
    margin: 0 auto;
    overflow: hidden;
    background-color: #fff;
    /*border: 1px solid #d2d2d2;*/
    text-align: center;
}
.performance-img p{
	text-align: center;
	height: 45px;
}
.performance-img p span{
	font-size: 18px;
	color: #000;
	font-weight: bold;
}
@media (min-width: 768px) {
	.about-chapter h2{
		font-size:28px
		}
	.about-chapter h3{
		font-size:24px
		}	
	.sub-title{
	font-size:24px;
	}
	.about-chapter .txt{
		max-width: 50%;
		}
	.about-chapter h4 strong {
	font-size:18px;
}
	.prod p{
	font-size:17px;
	line-height: 33px;
	}

}
/* 尺寸設定 */
@media (min-width: 992px) {
	.about-chapter dl dt {
		margin-top: 0px;
		margin-bottom: 0px;
		float: left;
		/*margin-right: 10px;*/
		text-decoration: none;
	}
	.about-chapter dl dd {
		overflow: hidden;
	}
	/*.about-chapter .show_big img {
    max-width: 100%;
	}*/
}
@media (min-width: 1200px) {

}

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

.contact-box {

	padding-bottom: 50px;
	position: relative;
}
.contact-box > .row > .col-md-6 {
	padding-bottom: 50px;
}

.contact-box iframe {
	padding: 10px;
}

.contact-list h2 {
	border-left: 10px solid #ce4737;
	padding: 10px;
	margin-bottom: 20px;
	background-color: #f4f4f4;
	font-size: 24px;
}
.map ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.map ul li {
	list-style: none;
	margin: 0;
	padding: 5px 0 5px 50px;
	position: relative;
	min-height: 40px;
	margin-bottom: 10px;
}
.map ul li b {
	font-weight: bold;
	font-size: 20px;
	display: block;
	color: #476b89;
}
.map ul li i {
	list-style: none;
	margin: 0;
	padding: 5px 0;
}
.circle {
	width: 40px;
	height: 40px;
	border-radius: 20px;
	font-size: 20px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	background: #476b89;
	position: absolute;
	left: 0;
	top: 10px;
	z-index: 9;
}
.map ul li [class^="flaticon-"]:before, 
.map ul li [class*=" flaticon-"]:before, 
.map ul li [class^="flaticon-"]:after, 
.map ul li [class*=" flaticon-"]:after {
    margin-right: 0px;
}




/* 尺寸設定 */

@media (min-width: 992px) {
	.contact-box > .row > .col-md-6:nth-of-type(1) {
		padding-right: 50px;
	}
	.contact-box > .row > .col-md-6:nth-of-type(2) {
		padding-top: 20px;
		padding-left: 50px;
	}
}

/*========================================================
                         會員福利
=========================================================*/
.welfare-wrap {
    padding-top: 30px;
    padding-bottom: 60px;
}
.welfare-chapter {
    margin-top: 40px;
}
.welfare_box img {
    width: 100%;
    vertical-align: bottom;
    margin-bottom: 20px;
}
.welfare_box h2 {
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #999;
}
.welfare-list {
    padding-bottom: 40px;
}

.welfare-list img {
    width: 100%;
    vertical-align: bottom;
    border: 10px solid #fff;
    border-bottom: 0;
}
.welfare-list [class*="col-"] dl{
	padding-top: 30px;
}
.welfare-list [class*="col-"] dl dd {
   position: absolute;
    left: 3%;
    bottom: 0px;
    z-index: 9;
    display: inline-block;
    width: 94%;
    margin: 0 auto;
    padding: 15px 25px 15px;
    background-color: rgba(255,255,255,0.9);
}
.welfare-list [class*="col-"] dl dd h3 {
    margin: 0;
    color: #476b89;
    font-weight: normal;
}
.welfare-list [class*="col-"] dl dd h3 i{
    padding: 0 10px 0 0;
}
.welfare-list [class*="col-"] dl dd p {
	padding: 5px 0 ;
}

.welfare-list p span {
	float:right;
}

.welfare-list a {
	color: #2f84cd;
	font-size: 14px;
}

.welfare-list a:hover {
    color: #476B89;
}

/*  尺寸設定 */
@media (min-width: 640px) {
    .activity-main [class*="col-"]  { 
        height: 524px;
    }
}
@media (min-width: 768px) {
    .activity-main [class*="col-"]  { 
        height: 620px;
    }
}
@media (min-width: 992px) {
    .activity-main [class*="col-"]  { 
        height: 323px;
    }
}
@media (min-width: 1200px) {
    .activity-main [class*="col-"]  { 
        height: 318px;
    }
}
@media (min-width: 1366px) {
    .activity-main [class*="col-"]  { 
        height: 303px;
    }
}
@media (min-width: 1600px) {
    .activity-main [class*="col-"]  { 
        height: 360px;
    }
}



/*========================================================
                        最新消息
=========================================================*/
.news-list {
}
.news-post {
	margin-top: 50px;
	text-align: center;
}
.news-post h1 {
	color: #9c6d4b;
	font-weight: bold;
	margin-bottom: 30px;
}
.news-list h3 i {
	padding: 0 10px 0 0 ;
	color: #555;
}


/* 目錄頁設定 */
.news-post .post-minimal {
	position: relative;
	border-radius: 4px;
	overflow: hidden;
	background: #fff;
	-webkit-box-shadow: 2px 0px 5px 1px rgba(65, 65, 65, 0.2);
	box-shadow: 2px 0px 5px 1px rgba(65, 65, 65, 0.2);
	margin-bottom: 30px;
	text-align: left;
}
.news-post .post-minimal .post-body {
	padding: 20px;
}
.news-post .post-minimal * + .post-text {
	margin-top: 8px;
}
.news-post .post-minimal * + .post-meta {
	margin-top: 5px;
}
.news-post .post-minimal * + .post-meta i {
	color: #555;
}
.news-post .post-minimal .post-body h2 {
	margin: 0 0 14px 0;
}
.news-post .post-minimal .post-body h2 a {
	display: inline-block;
	font-size: 20px;
	padding: 5px 10px;
	color: #fff;
}
.news-post .post-minimal:nth-of-type(2n+1) .post-body h2 a {
	background-color: #555;
}
.news-post .post-minimal:nth-of-type(2n+2) .post-body h2 a {
	background-color: #555;
}

.post-text{
	display: -webkit-box;
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical;
	white-space: normal;
	overflow:hidden;

}

.tabs{ 
	padding:0; 
	list-style:none;
}
.tabs li{ 
	display:inline-block; 
	margin:10px 5px 0 0;
}
.tabs li a{ 
	padding:10px 40px; 
	background-color: #476b89;
	color:#fff;
	display:block; 
	-webkit-transition: all 0.2s; /* For Safari 3.1 to 6.0 */ 
	transition: all 0.2s;
}
.tabs li a:hover,.tabs li a.active{ 
	background-color: #128db7;
	text-decoration:none;
}



/* 尺寸設定 */
@media (max-width: 767px) {
	.news-post .post-minimal {
		display: inline-block;
		width: 100%;
	}
	.news-post .post-minimal .post-image img {
		width: 100%;
		vertical-align: bottom;
	}
}
@media (min-width: 768px) {
	.news-post .post-minimal {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.news-post .post-minimal .post-left {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-webkit-align-self: stretch;
		-ms-flex-item-align: stretch;
		align-self: stretch;
		/*width: 320px;*/
	}
	/*.news-post .post-minimal .post-image {
		position: relative;
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-webkit-align-self: stretch;
		-ms-flex-item-align: stretch;
		-ms-grid-row-align: stretch;
		align-self: stretch;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		overflow: hidden;
	}
	.news-post .post-minimal .post-image img {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		height: auto;
		width: auto;
		min-height: 100%;
		min-width: 100%;
		z-index: 1;
	}*/
	.news-post .post-minimal .post-body {
		padding: 30px 24px 30px 27px;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
}
@media (min-width: 1200px) {
	/*.news-post .post-minimal .post-body {
		padding: 40px 26px 40px 50px;
	}
	.news-post .post-minimal .post-image img {
		transform: translate(-50%, -50%) scale(1.2);
		transition: all .3s ease;
	}
	.news-post .post-minimal .post-image:hover img {
		transform: translate(-50%, -50%) scale(1);
	}*/
}


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

.news-detail {
	margin-top: 30px;
	margin-bottom: 50px;
	text-align: left;
}
.news-detail h2 {
	text-align: left;
	margin: 0 0 10px 0;
    color: #476b89;
}
.news-content {
	padding: 0;
}
.news-content img {
	max-width: 100%;
    vertical-align: bottom;
    /*display: block;*/
}
@media (min-width: 992px){
.news-content img {
    /*float: left;
    width: 40%;*/
    margin: 6px 30px 20px 0;
}
	}
/*回目錄頁*/
.news-detail .back {
	text-align: right;
	padding-top: 30px;
}
.news-detail .back a {
	background-color: #696969;
	padding: 8px 20px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	font-size: 15px;
}
.news-detail .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: #3e3e3e;
	color: #fff;
	text-decoration: none;
}

/*========================================================
                         活動花絮
=========================================================*/

.activity-main {
	
}
.activity-main h3 i{
	padding: 0 10px 0 0;
	color: #555;
	
}
.activity-info {
	line-height: 32px;
	margin-bottom: 20px;
}
.activity_box{
	padding: 8px 10px 10px;
    border: 1px dashed #adadad;
    background-color: #f7f7f7;
}
.activity_box i{
	padding: 0 10px 0 0;
    
}
.activity_box h4{
	color: #171f84;
    padding: 5px 0;
}
.activity-post{
	text-align: center;
}
.activity-main section dl {
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	position: relative;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 30px;
}
.activity-main section dl dt {
	position: relative;
	border: 1px solid #d1d1d1;
	border-bottom-color: #dedede;
	padding: 10px;
}
.activity-main section dl dt a .pic {
	position: relative;

}
.activity-main section dl dt a .pic img {
	width: 100%;
	vertical-align: bottom;
}
.activity-main section dl dt a .pic:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.activity-main section dl dt a .pic:before {
    position: absolute;
    top: 6px;
    bottom: 6px;
    left: 6px;
    right: 6px;
    content: '';
    display: inline-block;
	background: url(../images/magnifier.png) no-repeat center center;
	background-color: rgba(255,255,255,0.5);
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition: .3s;
}
.activity-main section dl dt a.price {
    position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 9;
	background-color: #adadad;
	padding: 4px 10px;
	text-align: center;
	color: #000;
	font-size: 14px;
}
.activity-main section dl dt a.price:hover {
	background-color: #333;
	color: #fff;
}
.activity-main section dl dd{
	text-align: center;
	margin: 0;
	background-color: #dedede;
	padding: 10px;
}
.activity-main section dl dd h2 {
	font-size: 16px;
	margin:5px;
}
/* 小圖片顯示 */
.show_small {
	list-style: none;
	margin: 6px 0 15px;
	padding: 0;
}
.show_small li {
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	margin: 0 5px 0 0;
	width: 60px;
	height: 50px;
	border: 1px solid #cfcfcf;
	padding: 2px;
	text-align: center;
}
.show_small li img {
	max-width: 56px;
	max-height: 36px;
	cursor: pointer;
}

.show_big {
	border: 1px solid #cfcfcf;
	text-align: center;
}


/* 按鈕 */
.product-btn {
	margin-top: 20px;
	margin-bottom: 30px;
}
.product-btn a {
	display: block;
	background-color: #adadad;
	padding: 7px;
	text-align: center;
	color: #000;
}
.product-btn a:hover {
	background-color: #cecece;
}

.price {
	text-align: right;
	margin-top: 10px;
}
.price a {
	background: #1d365e;
    padding: 5px 30px;
    border-radius: 8px 8px;
    color: #fff;
    
}
.price a:hover {
	background: #59606b; 
}


/*  尺寸設定 */

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

}
@media (min-width: 1200px) {
	.activity-main section h1 {
		font-size: 36px;
		padding: 20px;
	}
	
}
@media (min-width: 1600px) {
	
}


/*========================================================
                   		活動花絮內頁
=========================================================*/




.hot-1-detail ul [class *= col-] {
	margin-bottom: 30px;
	padding-right: 15px;
    padding-left: 0;
}
.hot-1-detail ul {
	max-width: 1600px;
	list-style: none;
	margin: 30px auto;
	padding: 0;
}
.hot-1-detail li a {
	outline: none;
	border: none;
	display: block;
}
.hot-1-detail li img {
	width: 100%;
	vertical-align: bottom;
}

.product-list {
	padding-bottom: 30px;
}


.activity-main section {
	margin-bottom: 50px;
}

.activity-main section ul [class *= col-] {
	margin-bottom: 30px;
	padding-right: 15px;
    padding-left: 0;
}
.activity-main section ul {
	max-width: 1600px;
	list-style: none;
	margin: 30px auto;
	padding: 0;
}
.product-main section li a {
	outline: none;
	border: none;
	display: block;
}
.activity-main section li img {
	width: 100%;
	vertical-align: bottom;
	border: 5px solid #ededed;
}

.activity-main section p {
	text-align: center;
	margin: 5px 0 0 0;
}
.activity-main .back {
    text-align: right;
    padding-top: 30px;
}

.activity-main .back a {
    background-color: #696969;
    padding: 8px 20px 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
}
.activity-main .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: #3e3e3e;
	color: #fff;
	text-decoration: none;
}


/*========================================================
                         常見問題
=========================================================*/
.question-main{
	padding-bottom: 60px;
	
	
}
.qa_box1{
}
#qaContent {
	
}
#qaContent h3 {
	
}
#qaContent h3.qa_group_1 {
	background: url(qa_group_1.gif) no-repeat;
}
#qaContent h3.qa_group_2 {
	background: url(qa_group_2.gif) no-repeat;
}
#qaContent ul.accordionPart {
	/*margin: 10px 10px 50px 30px;*/
	padding: 0;
}
#qaContent ul.accordionPart li {
	/*border-bottom: solid 1px #e3e3e3;*/
	padding-bottom: 12px;
	margin-top: 12px;
	list-style-type:none;
}
#qaContent ul.accordionPart li .qa_title {
	clear: left;
    width: 100%;
    margin: 0.2em 0 0;
    padding: 0.5em 0.8em;
    list-style: none;
    background-color: #dedede;
    border-left: 5px solid #003842;
    cursor: pointer;
    color: #333;
    position: relative;
    z-index: 2;
	

}
#qaContent ul.accordionPart li .qa_title:hover {
  background-color:#f2f2f2;
  border-color:#00BDE8;
}
#qaContent ul.accordionPart li .qa_title_on {
	text-decoration: underline;
}
#qaContent ul.accordionPart li .qa_content {
    padding-left: 18px;
    color: #666;
	border: 1px solid #c0c0c0;
	padding: 20px 10px 30px;
	background-color:#fff;
}
@media (min-width: 640px) {
#qaContent ul.accordionPart li .qa_title {
	font-size:22px;
}
#qaContent ul.accordionPart li .qa_content{
	font-size:18px;
	}
}


/*========================================================
                         會員登入
=========================================================*/

/*.page_block{ 
	padding:30px 0;
}

.login_content{ 
	text-align:center; 
	max-width:800px; 
	margin:0 auto; 
	border:1px solid #80a2d7; 
	padding:45px 15px 60px 15px;
}
.login_content h1{
	color:#4c5a74;
}
.login_content h1 i{ 
	font-size:3rem;
}
.login_content h3{ 
	color:#80a2d7; 
	margin-bottom:15px;
}
.login_content p{ 
	color: #5f5f5f;
}
.login_content form{ 
	width:240px;
	margin:0 auto;
}
.login_content form input{
	border-radius:0;
	padding:15px; 
	background-color:#e3e8f3;
}
.login_content form button{ 
	background-color:#80a2d7; 
	border-color:#80a2d7; 
	border-radius:0; 
	padding:15px; 
	width:110px;
	margin: 10px 0;
}
.login_content form button:hover{ 
	background-color: #3f6aad;
}
.login_content form button[type="reset"]{
	background-color:#a1c6db; 
	border-color:#a1c6db;
}
.login_content form .form_captcha_group input{
	width:50%;
}
.login_content form .form_captcha_group img{ 
	float: right;
    margin-top: -42px;
    border: 1px solid #ccc;
    padding: 7px;
}
@media (min-width:768px){
	.login_content form{ 
		width:480px;
	}
	.login_content form button{ 
		padding:15px; 
		width:238px;
	}
	.login_content form .form_captcha_group input {
    width: 72%;
}
}

.download_content{
	padding-bottom: 60px;
	
}
.download_content table thead tr {
    background-color: #476b89;
    color: #fff;
}
.download_content table thead tr th{ 
	padding: 10px 10px;
}

.login_content ul {
    padding: 0;
    list-style: none;
    margin-top: 30px;
}
.login_content ul li {
    display: inline-block;
}
.login_content ul li a {
    color: #4974b9;
}
.login_content ul li a:hover {
    color: #000;
}*/


/*--綠底--*/

.page_block{ 
	padding:30px 0;
}

.login_content{ 
	text-align:center; 
	max-width:800px; 
	margin:0 auto; 
	color: #fff;
	background-color: #8bc3b2;
	padding:45px 15px 60px 15px;
}
.login_content h1{
	color:#fff;
}
.login_content h1 i{ 
	font-size:3rem;
}
.login_content h3{ 
	color:#fff; 
	margin-bottom:15px;
}
.login_content p{ 
	color: #fff;
}
.login_content form{ 
	width:240px;
	margin:0 auto;
}
.login_content form input{
	border-radius:0;
	padding:15px; 
	background-color:#e3e8f3;
}
.login_content form button{ 
	background-color:#4ca88b; 
	border-color:#4ca88b; 
	border-radius:0; 
	padding:15px; 
	width:110px;
	margin: 10px 0;
}
.login_content form button:hover{ 
	background-color: #29755d !important;
}
.login_content form button[type="reset"]{
	background-color:#be8d2d; 
	border-color:#be8d2d;
}
.login_content form .form_captcha_group input{
	width:50%;
}
.login_content form .form_captcha_group img{ 
	float: right;
    margin-top: -42px;
    border: 1px solid #ccc;
    padding: 7px;
}
@media (min-width:768px){
	.login_content form{ 
		width:480px;
	}
	.login_content form button{ 
		padding:15px; 
		width:238px;
	}
	.login_content form .form_captcha_group input {
    width: 72%;
}
}

.download_content{
	padding-bottom: 60px;
	
}
.download_content table thead tr {
    background-color: #476b89;
    color: #fff;
}
.download_content table thead tr th{ 
	padding: 10px 10px;
}

.login_content ul {
    padding: 0;
    list-style: none;
    margin-top: 30px;
}
.login_content ul li {
    display: inline-block;
}
.login_content ul li a {
    color: #fff;
}
.login_content ul li a:hover {
    color: #000;
}




/*========================================================
                         個人資料
=========================================================*/
.member-box{
	padding-top: 10px;
}

.member_profile_ul{ 
	padding:15px; 
	list-style:none; 
	color:#777; 
	margin:15px 0; 
	background-color:#e3e8f3;
}
.member_profile_pic{ 
	width:200px; 
	height:200px; 
	background-position:center; 
	background-size:cover;
	padding-top: 30px;
}

@media (min-width:768px){
	.member_profile_ul{ 
		/*margin:0 0 0 220px;*/
		height:230px;
	}
	.member_profile_pic{ 
		float:left;
	}
}
.page_content .member_p p{
	text-align: right;
}
.member_profile_edit{ 
	text-align:right;
	margin-bottom:20px;
}
.member_profile_edit a{ 
	padding:10px 20px; 
	color:#fff; 
	background-color:#4c5a74;
}
.member_profile_edit a:hover{ 
	text-decoration:none; 
	background-color:#80a2d7;
}
@media (min-width:768px){
	.member_profile_edit{ 
		float:right; 
		/*margin:-45px 15px 20px 0;*/
		margin: -60px 15px 20px 0;
	}
}
/*-------會員登出--------*/
.page_back {
    margin: 30px 0 15px 0;
}
.page_back a {
    padding: 15px 40px;
   background-color: #80a2d7;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.page_back a:hover{ 
	background-color: #3f6aad;
}



/*========================================================
                         會員公告
=========================================================*/
.member-detail {
    margin-top: 30px;
    margin-bottom: 50px;
    text-align: left;
}
.download_content dl {
    clear: both;
    overflow: hidden;
    border-bottom: 1px dotted #b5b5b5;
    padding: 30px 15px 0 15px;
    margin: 0;
}
.download_content dl dd {
    overflow: hidden;
    line-height: 28px;
}

.download_content dl dd h5 {
    color: #497dbd;
    font-weight: bold;
    font-size: 18px;
    position: relative;
    text-align: left;
}
.download_content dl dd p {
    color: #333;
    font-size: 16px;
    text-align: left;
}
.download_content dd .more {
    text-align: right;
    margin: 50px 0;
}
.download_content dd .more a {
    padding: 6px 50px;
    background-color: #337ab7;
    border-radius: 5px;
    color: #fff;
    border: 1px solid #c0c0c0;
}
.download_content dd .more a:hover {
    padding: 6px 50px;
    background-color: #476b89;
    border-radius: 5px;
    color: #fff;
    border: 1px solid #c0c0c0;
}

.download_content dl:nth-of-type(2n) {
    background-color: #f3f5f7;
}

/*-------公告內頁---------*/
.member-content ul li{
list-style-type:none;
}
.member-detail p.filedown {
    margin: 10px 0 4px 0;
}
.member-detail p.filedown a {
    font-size: 100%;
    text-decoration: none;
        color: #1773ba;
}
.member-detail p.filedown a:hover {
    text-decoration:underline;
}
.member-detail p.filedown i{
    padding: 0 10px 0 0;
	color: #1773ba;
}
/*回目錄頁*/
.member-detail .back {
	text-align: right;
	padding-top: 30px;
}
.member-detail .back a {
	background-color: #696969;
	padding: 8px 20px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	font-size: 15px;
}
.member-detail .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: #3e3e3e;
	color: #fff;
	text-decoration: none;
}

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

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



/* 表單設定 */
.form-horizontal {
	margin-bottom: 40px;
}
.form-horizontal .control-label {
	color: #333;
}
.form-horizontal .form-control {
	border-radius: 0;
	padding: 5px 20px 5px 40px;
	border: 1px dashed #c4c4c4;
	background-color: #f6f6f6;
}
.form-control {
    background-color: #f6f6f6;
	height: 40px;
}	
.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;
	padding: 0;
	margin-bottom: 10px;
}
.contact-form [class *= col-] i {
    display: block;
    font-size: 16px;
    color: #666;
    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;
}


.form_out {
}
.form_out  [class *= col-] {
	padding: 0;
}
.form_out .col-md-2 {
	text-align: left;
	font-weight: bold;
}
.form-group {
	padding: 10px 0px;
	margin-bottom: 0 !important;
}
/*.form-group {
	padding: 10px 15px;
	margin-bottom: 0 !important;
}
.form-group:nth-of-type(2n+2) {
	background-color: #ededed;
}*/
/*.form-group:nth-of-type(2n+1) {
	background-color: #e8e8e8;
}*/
.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;
	}
	.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;
	}
}


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

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

.table1 th {
	background: #ece9e9;
	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;
}
.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(255,255,255,0.15) 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;
}