﻿@charset "utf-8";
/* CSS Document */
/*全域---------------------------------------------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-size: 16px;
}
body {
	margin: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	font-family: "微軟正黑體", "新細明體", "標楷體", Arial, Helvetica, sans-serif;
	font-size: 16px;
}
h1, h2, h3, h4, h5, h6, p, span, tr, td, div {
	padding: 0;
	font-family: "微軟正黑體", "新細明體", "標楷體", Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0.5em 0;
	line-height: 1.3em;
	font-family: "微軟正黑體", "新細明體", "標楷體", Arial, Helvetica, sans-serif;
}
p {
	line-height: 1.8em;
	margin: 0.5em 0;
}
* {
	-webkit-text-size-adjust: none;
}
a {
	-webkit-transition: 0.25s ease-in-out all;
	-moz-transition: 0.25s ease-in-out all;
	-o-transition: 0.25s ease-in-out all;
	transition: 0.25s ease-in-out all;
	text-decoration: none;
	font-size: 16px;
}
a:link, a:visited {
	color: #4a4a4a;
	text-decoration: none;
}
a:hover, a:focus {
	color: #2d2d2d;
	outline: none;
	text-decoration: none;
}
em {
	font-style: normal;
}
fieldset, img {
	border: 0;
}
ol, ul, li {
	list-style: none;
	font-size: 16px;
}
abbr, acronym {
	border: 0;
}
.hr02 {
	border-top: 5px dotted #e65f7b;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/*內容區-------------------------------------------------------------------------------------*/
.main {
	width: 1200px;
	margin: 0 auto;
	padding: 1rem 0;
	display: block;
	overflow: hidden;
}
 @media(max-width:1366px) {
.main {
	width: 88%;
}
}
 @media(max-width:1160px) {
.main {
	width: 92%;
}
}

@media(max-width:960px) { /*20250502*/
	.main {
		margin-top: 0 !important;
	}
}
/*--標題-------------------------------------------------------------------------------------------*/
.p_photo_title {
	display: inline-block;
	border-bottom: 1px #333333 solid;
	margin-bottom: 15px;
	margin-left: 1em;
}
.title_main {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0;
	line-height: 1.2em;
}
.title_sub {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 3rem;
	margin: 0;
	line-height: 1.2em;
	letter-spacing: 0.025em;
}
 @media(max-width:1280px) {
.title_main {
	font-size: 3rem;
}
.title_sub {
	font-size: 2rem;
}
}
 @media(max-width:1024px) {
.title_main {
	font-size: 2.5rem;
}
.title_sub {
	font-size: 1.5rem;
}
}
 @media(max-width:720px) {
.title_main {
	font-size: 2rem;
}
.title_sub {
	font-size: 1rem;
}
}
 @media(max-width:540px) {
.title_main {
	font-size: 1.8rem;
}
}
 @media(max-width:480px) {
.title_main {
	font-size: 1.6rem;
}
.title_sub {
	font-size: 0.9375rem;
}
}
 @media(max-width:360px) {
.title_main {
	font-size: 1.4rem;
}
.title_sub {
	font-size: 0.875rem;
}
}
/*商品特寫-----------------------------------------------------------------------------------------*/
.p_photo_box {
	display: block;
	margin: 0 auto 20px auto;
}
.p_photo_box img {
	width: 100%;
	height: auto;
}
/*圖表----------------------------------------------------------------------------*/
.chart_row {
	width: 1450px;
	margin: 30px auto;
}
.chart_ul {
}
.chart_ul li {
	float: left;
	width: 32%;
	margin: 2%;
}
.chart_ul li img {
	width: 100%;
}
.chart_ul li:first-child, .chart_ul li:last-child {
	margin-left: 0;
	margin-right: 0;
}
 @media(max-width:1500px) {
.chart_row {
	width: auto;
	margin: 30px 15px;
}
}
@media(max-width:960px) {
.chart_row {
	width: 420px;
	margin: 30px auto;
}
.chart_ul li {
	float: none;
	width: 100%;
}
}
 @media(max-width:480px) {
.chart_row {
	width: 80%;
	margin: 30px auto;
}
.chart_ul li {
	float: none;
	width: 100%;
}
}
/*搜尋列==============================================================================*/
.tri_search_row {
	background: #fff;
	display: block;
	overflow: hidden;
	padding: 25px 0 15px 0;
}
.tri_search_row.sticky {
	position: fixed;
	bottom: 0;
	left: 0;
	border-top: 1px #ccc solid;
	z-index: 999;
	display: block;
	width: 100%;
	padding: 10px 0 5px 0;
}
.tri_search_content {
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 1200px;
}
.tri_search_left {
	float: left;
	overflow: hidden;
	margin-top: 8px;
}
.tri_search_right {
	float: right;
	overflow: hidden;
}
.tri_search_txt {
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
}
.tri_search_icon {
	display: inline-block;
	overflow: hidden;
}
/**/
.tri_search_left li {
	display: inline-block;
}
.tri_search_left li a {
	display: block;
	width: auto;
	padding: 0.3em 0.8em;
	background: #ff699a;
	color: #fff;
	font-size: 18px;
	text-align: center;
}
.tri_search_left li a i {
	display: inline-block;
	padding-right: 0.3em;
}
.tri_search_left li a.fb {
	background: #4267b2;
	color: #fff;
}
.tri_search_txt i {
	display: inline-block;
	color: #ff699a;
	font-size: 42px;
}
.tri_search_txt .txt {
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	color: #ff699a;
}
.tri_search_txt .title {
	display: inline-block;
	font-size: 24px;
	color: #666;
	line-height: 1.5em;
	margin: 0 !important;
	padding: 0 0.5em;
	width: auto;
	border-bottom: 1px #ff699a solid;
}
.icon_box {
	display: inline-block;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	border: 1px #e2e2e2 solid;
	background: #fff;
}
.icon_box:hover {
	background: #f1f1f1;
}
.icon_box img {
	width: 100%;
	height: auto;
}
 @media(max-width:1280px) {
.tri_search_row {
	padding: 15px 0 5px 0;
}
.tri_search_row.sticky {
	padding: 8px 0 0 0;
}
.tri_search_content {
	margin: 0 15px;
	width: auto;
}
.tri_search_left {
	margin-top: 5px;
}
/**/
.tri_search_left li a {
	font-size: 16px;
}
.tri_search_txt i {
	font-size: 28px;
	line-height: 42px;
}
.tri_search_txt .txt {
	font-size: 22px;
}
.tri_search_txt .title {
	font-size: 20px;
}
.icon_box {
	width: 40px;
	height: 40px;
}
}
 @media(max-width:1024px) {
.tri_search_row {
	padding: 10px 0 5px 0;
}
.tri_search_row.sticky {
	padding: 8px 0 0 0;
}
.tri_search_content {
	margin: 0 15px;
	width: auto;
}
.tri_search_left {
	margin-top: 3px;
}
/**/
.tri_search_left li a {
	font-size: 15px;
	padding: 0.15em 0.7em;
}
.tri_search_txt i {
	font-size: 24px;
	line-height: 30px;
}
.tri_search_txt .txt {
	font-size: 20px;
}
.tri_search_txt .title {
	font-size: 16px;
}
.icon_box {
	width: 30px;
	height: 30px;
}
}
 @media(max-width:900px) {
.tri_search_row {
	padding: 8px 0 3px 0;
}
.tri_search_content {
	text-align: center
}
.tri_search_left {
	float: none;
	display: block;
}
.tri_search_right {
	float: none;
	display: block;
	width: 100%;
	margin-top: 10px;
}
}
 @media(max-width:640px) {
.tri_search_row {
	padding: 5px 0 0 0;
}
.tri_search_row.sticky {
	padding: 5px 0 0 0;
}
.tri_search_content {
	margin-left: 5px;
	margin-right: 5px;
}
.tri_search_left li a {
	font-size: 14px;
	padding: 0.15em 0.5em;
	margin: 2px 0;
}
.tri_search_left li a i {
	display: none;
}
.tri_search_txt i {
	font-size: 16px;
	line-height: 30px;
}
.tri_search_txt .txt {
	font-size: 16px;
}
.tri_search_txt .title {
	font-size: 15px;
	padding: 0;
}
}
/*百人試用標章========--------------------------------------------------======*/
#abgne_float_ad {
	display: none;
	position: absolute;
	z-index: 9990;
	width: 180px;
}
#abgne_float_ad img {
	width: 100%;
	height: auto;
}
#abgne_float_ad .abgne_close_ad {
	position: absolute;
	top: 3px;
	right: 3px;
	display: block;
	text-align: right;
	cursor: pointer;
}
#abgne_float_ad .abgne_close_ad i {
	font-size: 20px;
	line-height: 26px;
	color: #666;
	display: inline-block;
	width: 26px;
	height: 26px;
	background-color: #FFF;
	border-radius: 13px;
	text-align: center;
}
#abgne_float_ad .abgne_close_ad i:hover {
	color: #333;
}
@media(max-width:1024px) {
#abgne_float_ad {
	width: 150px;
}
}
 @media(max-width:720px) {
#abgne_float_ad {
	width: 100px;
}
}
/*立即購買標章20231202========--------------------------------------------------======*/
#abgne_float_buy {
	display: none;
	position: absolute;
	z-index: 9990;
	width: 180px;
}

	#abgne_float_buy img {
		width: 100%;
		height: auto;
	}

	#abgne_float_buy .abgne_close_buy {
		position: absolute;
		top: 3px;
		right: 3px;
		display: block;
		text-align: right;
		cursor: pointer;
	}

		#abgne_float_buy .abgne_close_buy i {
			font-size: 20px;
			line-height: 26px;
			color: #666;
			display: inline-block;
			width: 26px;
			height: 26px;
			background-color: #FFF;
			border-radius: 13px;
			text-align: center;
		}

			#abgne_float_buy .abgne_close_buy i:hover {
				color: #333;
			}

@media(max-width:1024px) {
	#abgne_float_buy {
		width: 150px;
	}
}

@media(max-width:720px) {
	#abgne_float_buy {
		width: 100px;
	}
}



/*to top======================================================================================================*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width: 49px;
	height: 49px;
	border: none;
	text-indent: 100%;
	background: url(../Comm_Images/back-top.png) no-repeat 0px 0px;
	background-position: center;
	background-size: cover;
	z-index: 99999;
}
@media(max-width:960px) {
#toTop {
	width: 38px;
	height: 38px;
}
}
@media(max-width:768px) {
#toTop {
	bottom: 50px;
}
}
@media(max-width:540px) {
#toTop {
	width: 30px;
	height: 30px;
}
}
/*page_banner-------------------------------------------------------------------*/
.page_banner img {
	vertical-align: bottom;
	width: 100%;
}
/*心得報告區header===============*/

.tri_title {
	display: block;
	text-align: center;
}
.tri_title h1 {
	padding: 0;
	margin: 0;
	font-size: 32px;
	line-height: 1.5em;
	font-weight: bold;
}
.tri_title h2 {
	padding: 0;
	margin: 0;
	font-size: 28px;
	line-height: 1.5em;
	font-weight: bold;
}
/*展開/收合按鈕列---------------------------------------------------------------------*/
.tri_header {
	display: block;
	overflow: hidden;
	margin: 15px 0 2px 0;
}
.tri_header .f_left {
	float: left;
	margin-top: 15px;
}
.tri_header .f_right {
	float: right;
	margin-top: 6px;
}
.btn-default2 {
	color: #333;
	background-color: #ffffff;
	border-color: #ccc;
}
.btn-default2 i {
	display: inline-block;
	padding-right: 5px;
}
.btn-default2:hover, .btn-default2:focus, .btn-default2:active, .btn-default2.active, .open .dropdown-toggle.btn-default2 {
	color: #fff;
	background-color: #ff699a;
	border-color: #ff699a;
}
 @media(max-width:1280px) {
.tri_main {
	width: auto;
	margin: 15px 15px 70px 15px;
}
}
 @media(max-width:1024px) {
.tri_main {
	margin: 15px 10px 60px 10px;
}
.tri_main .page_title h2 {
	font-size: 24px;
}
}
 @media(max-width:900px) {
.tri_main {
	margin: 5px;
	margin: 5px 5px 95px 5px;
}
.tri_main .page_title h2 {
	font-size: 20px;
}
.tri_header .f_left {
	float: none;
}
.tri_header .f_right {
	float: none;
	margin-top: 6px;
}
}
.panel-heading .accordion-toggle:before, .panel-heading .accordion-toggle.collapsed:before {/*展開時*/
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f068";
}
.panel-heading .accordion-toggle.collapsed:before {/*合起來*/
	content: "\f067";
}
.good_mark { /*最佳心得*/
    display: inline-block;
    background: #fff; /*20200229 #ff699a*/
    color: black; /*20200229 #fff*/
    border-radius: 3px;
    font-size: 0.8em;
    padding: 0.2em 0.5em;
    margin: 0 0.3em;
    text-align: center;
}
.good_mark i {
	display: inline-block;
	padding-right: 0.3em;
	font-size: 1em;
}
.tri_iframe_box {/*you2影片*/
	width: 700px;
}
.panel-title a {
	display: block;
}
 @media(max-width:1024px) {
.panel-heading {
	padding: 12px 10px;
}
.panel-title {
	font-size: 15px !important;
}
.panel-body {
	padding: 8px;
}
}
@media(max-width:768px) {
.tri_iframe_box {/*you2影片*/
	width: 100%;
}
}
/*展開更多==---------------------------------------------------------------------------*/
.open_all {
	display: inline-block;
	text-align: center;
	border-radius: 5px;
	overflow: hidden;
	background: #ff699a;
	color: #fff;
	padding: 5px 0;
	width: 100%;
}
.open_all span {
	font-size: 16px;
	line-height: 1em;
	display: block;
}
.open_all span, .open_all i {
	color: #fff;
	padding-top: 5px;
}
.open_all:hover {
	background: #ff487a;
	color: #fff;
}
/*百人分享標題----------------------------------------------------------------------------------------*/
.share100_row {
	position: relative;
	background: #ab312c;
	display: block;
	margin: 4rem 0;
	padding: 5rem 0;
	overflow: hidden;
}
.share100_row2 { /*20200618*/
    position: relative;
    background: #aaa;
    display: block;
    margin: 4rem 0;
    padding: 5rem 0;
    overflow: hidden;
}
.share100_box {
	width: auto;
	margin: 0 auto;
}
.share100_title {
	display: block;
	text-align: left;
	position: absolute;
	top: 0;
	left: 130px;
	border-left: 1px #fff solid;
	padding-left: 1em;
	padding-top: 260px
}
.share100_img {
	display: block;
	float: right;
	width: 1280px;
	margin-right: 1em;
}
.share100_1 {
	display: inline-block;
	font-size: 35px;/*20200524   20250707 ming */
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1em;
	color: #fff;
	/*20210124 text-shadow: black 0.05em 0.05em 0.15em*/
}
.share100_2 {
    font-size: 50px;  /* 20250707 ming */
    margin: 0;
    padding: 0;
    font-weight: bold;
    letter-spacing: 0.2em;
    line-height: 1em;
    margin-top: 20px;
    margin-left: 5px;
    color: #fff;
    /*20210124 text-shadow: black 0.05em 0.05em 0.15em*/
}
.share100_img img {
	width: 100%;
}
 @media(max-width:1680px) {
.share100_img {
	width: 80%;
}
.share100_title {
	left: 100px;
	padding-top: 180px
}
    .share100_row, .share100_row2 {/*20200627*/
        margin: 4rem 0;
        padding: 4rem 0;
    }
.share100_1 {
	font-size: 48px;
}
.share100_2 {
	font-size: 52px;
}
}
 @media(max-width:1160px) {
    .share100_row, .share100_row2 { /*20200627*/
        background-size: 150%;
        margin: 3rem 0 1rem 0;
        padding: 2rem 0;
    }
.share100_title {
	position: static;
	left: 0;
	padding-top: 0;
	border: none;
	float: none;
	margin-left: 10%;
	margin-bottom: 1em;
}
.share100_2 {
	margin-top: 10px;
}
}
 @media(max-width:1024px) {
.share100_title {
	margin-left: 0;
	text-align: center;
}
.share100_img {
	width: auto;
	margin-left: 15px;
	margin-right: 15px;
}
.share100_1 {
	font-size: 36px;
}
.share100_2 {
	font-size: 48px;
}
}
 @media(max-width:768px) {
    .share100_row, .share100_row2 { /*20200627*/
        background-size: 200%;
    }
}
 @media(max-width:640px) {
    .share100_row, .share100_row2 { /*20200627*/
        padding: 1.2rem 0;
    }
.share100_1 {
	font-size: 32px;
}
.share100_2 {
	font-size: 42px;
}
}
@media(max-width:414px) {
    .share100_row, .share100_row2 { /*20200627*/
        padding: 0.8rem 0;
    }
.share100_1 {
	font-size: 28px;
}
.share100_2 {
	font-size: 36px;
}
}
 @media(max-width:375px) {
.share100_1 {
	font-size: 22px;
}
.share100_2 {
	font-size: 32px;
}
}
/*專家這麼說--------------------------------------------------------------------------------------------------*/
.expert_row {
	position: relative;
	display: block;
	margin: 0 auto 20px auto;
}
.main .expert_row:last-child {
	margin-bottom: 0;
}
.expert_name {
	position: absolute;
	background: #e65f7b;
	padding: 0.2em 1em;
	left: 0%; /*20211023 -10 往右移*/
	top: -12%; /*20211023 -10 往上移*/
	color: #FFF;
	font-size: 36px;
}
.expert_text {
	position: absolute;
	right: 0;
	bottom: 0px; /*20211023 -50 往上移*/
	font-size: 1.4rem;
	width: 40%;
	line-height: 1.6em;
	background: #f1f1f1;
	height: 100%; /*20211023 auto 對齊*/
}
.expert_row img {
	width: 58.5%; /*20211127 70*/
}
.expert_text2 {
	display: block;
	margin: 30px 40px;
}
.expert_text2 p {
	margin: 0;
	padding: 0;
	font-size: 1.4rem;
	line-height: 1.6em;
	font-weight: bold;
	color: #666;
	height:auto; /*20211023 垂直 對齊 400px 20220728 避免炸開*/
	display: table-cell;
	vertical-align: middle;
}
 @media(max-width:1280px) {
.expert_name {
	font-size: 28px;
}
.expert_text2 p {
	font-size: 1.2rem;
	height:auto;
}
}
 @media(max-width:1160px) {
.expert_text {
	bottom: -30px;
	width: 50%;
	line-height: 1.6em;
}
}
 @media(max-width:900px) {
.expert_row img {
	width: 100%;
}
.expert_text {
	position: static;
	width: auto;
}
.expert_text2 {
	display: block;
	margin: 0;
	padding: 15px;
}
.expert_text2 p {
	font-size: 1.1rem;
}
.expert_name {
	position: static;
	background: #e65f7b;
	padding: 0.2em 1em;
	left: 10%;
	top: 10%;
	color: #FFF;
	font-size: 24px;
}
}
 @media(max-width:540px) {
.expert_text2 p {
	font-size: 1rem;
}
.expert_name {
	font-size: 1.2rem;
}
}
/*-start_row_1-----------------------------------------------------------------------------------*/
.start_row_1 {
	display: block;
	overflow: hidden;
	margin: 0 auto;
}
.start_img {
	float: left;
	width: 50%;
	padding: 0;
}
.start_text {
	float: right;
	width: 50%;
	padding: 10px 30px;
	font-size: 1.4rem;
	line-height: 1.6em;
}
.start_img img {
	width: 100%;
}
.start_text h2 {
	margin: 0 0 10px 0;
	padding: 5px 0;
	color: #333;
	font-size: 24px;
	font-weight: bold;
	border-top: 2px #666 solid;
	border-bottom: 2px #666 solid;
}
.start_text2 {
	font-size: 1.4rem;
	line-height: 1.6em;
	height: 17.6em;
	overflow: hidden;
}
.start_text2 p {
	margin: 0;
	padding: 0;
	font-size: 1.4rem;
	line-height: 1.6em;
	font-weight: bold;
	color: #666;
}
.start_2 .start_img {
	position: absolute;
	float: none;
	right: 0;
	top: 0;
}
.start_2 {
	position: relative;
}
.start_2 .start_img img {
	width: 100%;
}
.start_2 .start_text {
	padding: 30px 30px 0 0;
	float: left;
}
.start_2 .start_text h2 {
	text-align: right;
}
 @media(max-width:1280px) {
.start_row_1 {
	width: 100%;
	margin: 0 auto;
}
.start_text2 {
	height: 12.8em;
}
}
@media(max-width:1160px) {
.start_text2 {
	font-size: 1.2rem;
	line-height: 1.6em;
	height: 14.4em;
}
.start_text2 p {
	font-size: 1.2rem;
	line-height: 1.6em;
}
.start_text h2 {
	font-size: 1.4rem;
}
}
 @media(max-width:1024px) {
.start_text2 {
	font-size: 1.2rem;
	line-height: 1.6em;
	height: 12.8em;
}
.start_text2 p {
	font-size: 1.2rem;
	line-height: 1.6em;
}
.start_text h2 {
	font-size: 1.4rem;
}
}
 @media(max-width:900px) {
.start_text {
	padding: 0 0 0 20px;
}
.start_2 .start_text {
	padding: 10px 20px 0 0;
}
.start_text2 {
	font-size: 1rem;
	line-height: 1.6em;
	height: 12.8em;
}
.start_text2 p {
	font-size: 1rem;
	line-height: 1.6em;
}
.start_text h2 {
	font-size: 1.2rem;
}
}
@media(max-width:768px) {
.start_row_1 {
	margin-top: 0;
	margin-bottom: 2em;
}
.start_img {
	float: none;
	width: auto;
	padding: 0;
	margin: 0;
}
.start_text {
	float: none;
	width: auto;
	padding: 0;
	margin: 0.5em 0 0 0;
}
.start_text2 {
	overflow: auto;
	height: auto;
}
.start_2 .start_img {
	position: static;
}
.start_2 .start_text {
	margin: 0.5em 0 0 0;
	padding: 0;
}
.start_2 .start_text h2, .start_text h2 {
	text-align: center;
}
}
/*btn-default--------------------------------------------------------------*/

.btn_row {
	display: block;
	margin-top: 1em;
}
.btn-default {
	border-radius: 0;
	font-size: 1.2rem;
	width: 10em;
}
.btn-default:hover {
	background: #333;
	color: #fff;
}
.start_2 .btn_row {
	text-align: right;
}
 @media(max-width:1024px) {
.btn_row {
	margin-top: 0.5em;
}
.btn-default {
	border-radius: 0;
	font-size: 1rem;
}
}
 @media(max-width:768px) {
.btn_row, .start_2 .btn_row {
	text-align: center;
}
.btn-default {
	border-radius: 0;
	font-size: 0.9375em;
}
}
/*心得報告--------------------------------------------------------------------------*/
.experience_ul {
	list-style: none;
	list-style-type: none;
}
.experience_ul li {
	padding-bottom: 20px;
}
.experience_ul li .img01 {
	width: 100%;
}
.img01 img {
	width: 100%;
}
.experience_txt {
	padding: 10px;
}
.experience_txt h2 {
	font-size: 18px;
	line-height: 1em;
	padding: 0 0 0 5px;
	margin: 10px 0;
	color: #666;
	font-weight: bold;
	border-left: 3px #e65f7b solid;
	letter-spacing: 0.05em;
}
.experience_txt2 {
	font-size: 18px;
	line-height: 1.5em;
	height: 7.5em;
	overflow: hidden;
}
.experience_txt2 p {
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 1.5em;
	color: #333;
}
.people3 li {
	float: left;
	margin: 0 2%;
	width: 32%;
	border: 1px #ccc solid;
}
.people3 li:first-child, .people3 li:last-child {
	margin-left: 0;
	margin-right: 0;
}
.img_detail {
	background: #333;
	overflow: hidden;
	position: relative;
}
.img_detail .mark {
	position: absolute;
	left: 5px;
	top: 5px;
	background-color: rgba(230,36,77,0.7);
	display: inline-block;
	width: 44px;
	height: 44px;
	text-align: center;
	line-height: 36px;
	color: #ffffff;
	font-size: 15px;
	-moz-border-radius: 22px;
	-webkit-border-radius: 22px;
	border-radius: 22px;
	vertical-align: middle;
}
.img_detail img {
	width: 100%;
	transition: all 0.3s linear;
	-webkit-backface-visibility: hidden;
}
.img_detail a:before {
	display: block;
	content: "詳細介紹";
	border: 1px solid #fff;
	padding: 8px 20px;
	font-family: "Microsoft JhengHei", "PMingLiU", "Helvetica Neue", Arial, sans-serif;
	font-size: 18px;
	color: #fff;
	opacity: 0;
	position: absolute;
	left: 50%;
	margin-left: -57px;
	top: 50%;
	margin-top: -18px;
	z-index: 99;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.img_detail:hover a:before {
	opacity: 1;
}
.img_detail:hover img {
	opacity: 0.6;
	transform: scale(1.05);
}
@media(max-width:960px) {
.experience_txt2 {
	height: 9em;
}
}
 @media(max-width:768px) {
.experience_txt2 {
	height: 10.5em;
}
}
 @media(max-width:640px) {
.experience_txt2 {
	font-size: 16px;
	line-height: 1.5em;
	height: 12em;
}
.experience_txt2 p {
	font-size: 16px;
	line-height: 1.5em;
}
}
 @media(max-width:540px) {
.experience_ul {
	width: auto;
	margin: 0;
}
.experience_ul li {
	padding-bottom: 10px;
}
.people3 li {
	float: none;
	margin: 15px 0;
	width: 100%;
}
.experience_txt2 {
	height: auto
}
}
/*最佳心得-------------------------------------------------------------------*/
.bxslider2 {
}
.bxslider2 li .img01 {
	position: relative;
}
.bxslider2 li .img img {
	width: 100%;
}
.name01 {
	position: absolute;
	bottom: 3px;
	left: 3px;
	display: block;
	background: rgba(0,0,0,0.7);
	display: inline-block;
	padding: 5px 15px;
	border-radius: 8px;
}
.name01 h2 {
	color: #fff;
	padding: 0;
	margin: 0;
}
/*tabs---------------------------------------------------------------------------------*/
.nav-tabs {
	border-bottom: 1px solid #ccc;
}
.nav-tabs > li {
	float: left;
	margin-bottom: -1px;
}
.nav-tabs > li > a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid #e0e0e0;
	border-bottom: 1px solid #ccc;
	border-radius: 4px 4px 0 0;
	background-color: #ececec;
	font-size: 18px;
	letter-spacing: 0.05em;
	font-weight: bold;
	color: #888888;
}
.nav-tabs > li > a:hover {
	/*border-color: #eeeeee #eeeeee #e7e7e2;*/
	border-color: #ccc;
	color: #444444;
	color: #e65a7f;
}
.nav-tabs > li.active > a,  .nav-tabs > li.active > a:hover,  .nav-tabs > li.active > a:focus {
	background-color: #ffffff;
	border: 1px solid #ccc;
	border-bottom-color: transparent;
	cursor: default;
}
#view {
	margin-bottom: 120px;
}

  /**/
