body {
	padding: 0px !important;
	margin: 0px !important;
}
header {
	margin-bottom: 50px;
}
.container > .navbar-header {
	margin-right: 0px;
	margin-left: 0px
}
.other_nav {
	height: 35px;
	line-height: 35px;
	font-size: 0.9em;
	padding: 0px 15px;
}
.other_nav li {
	list-style: none;
	display: inline-block;
	padding-right: 25px;
}
.other_nav li:last-child {
	padding-right: 10px;
}
.other_nav li:after {
	content: "/";
	color: #c9c9c9;
	padding-left: 20px;
}
.other_nav li:last-child:after {
	content: none;
}
.other_nav li a {
	color: #394b56;
}
.other_nav li a:hover {
	text-decoration: none;
}
.top_social {
	width: 100%;
	text-align: right;
}
.top_social .btn {
	color: #4d7c67;
	font-size: 1.2em;
	padding: 10px;
}
.social svg {
	width: 20px;
	height: 20px;
	margin: 10px;
}
.social .facebook, .social .gplus {
	float: left;
}
.slogan {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 999;
}
.slogan h1 {
	position: absolute;
	z-index: 14;
	left: 0px;
	top: -60px;
	letter-spacing: 15px;
	color: #4d7c67;
	font-size: 36px;
	margin: 10px 0px 5px 0px;
	font-weight: 500;
	line-height: 1.1;
	text-transform: uppercase;
}
.slogan p {
	text-transform: uppercase;
	position: absolute;
	z-index: 999;
	left: 0px;
	top: -60px;
	/*font-family: "新細明體", PMingLiU, Arial, Helvetica, sans-serif;*/
	letter-spacing: 15px;
	color: #4d7c67;
	width: 50%;
	font-size: 36px;
	margin: 10px 0px 5px 0px;
	font-weight: 500;
	line-height: 1.1;
}
.slogan h1 span {
	font-size: 0.5em;
	letter-spacing: 1px;
	font-weight: normal;
	display: block;
	margin-bottom: 10px;
}
.slogan p span {
	font-size: 0.5em;
	letter-spacing: 1px;
	font-weight: normal;
	display: block;
	margin-bottom: 10px;
}
.index .slogan h1 {
	top: -60px;
}
.search_bar {
	position: absolute;
	top: -30px;
	right: 0px;
	background: url(../img/line_bg.png);
	background-repeat: repeat;
}
.search_bar_bg {
	background-color: #4d7c67;
	padding: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	position: relative;
	top: -8px;
	left: -8px;
}
.search_bar .navbar-form {
	padding-right: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
}
.search_bar_bg .form-control {
	height: 32px;
	padding: 0px 10px;
	padding-right: 30px;
}
.search_bar .btn-default:hover {
	background-color: #4d7c67;
	border-color: #4d7c67;
	color: #fff;
}
.search_bar .btn-default:active {
	outline: none;
}
.search_bar select {
	float: right;
	outline: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-image: url(../img/select.png);
	background-position: right 10px bottom 10px;
	background-repeat: no-repeat;
	padding-right: 25px;
}

@media screen\0 {
.search_bar select {
	background-image: none;
}
}
.search_bar .navbar-form {
	padding: 0px 8px;
	padding-right: 0px;
}
.index .carousel .fa {
	font-size: 2em;
	width: 15px;
	margin-top: 210%;
}


.banner img {
	margin-left: auto;
	margin-right: auto;
}
/*.index article {
	margin-bottom: 64px;
}*/
.index h3 {
	font-size: 1.25em;
	background: url(../img/title_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	line-height: 2em;
	color: #4d7c67;
	font-weight: bold;
	position: relative;
}
.index h3 span {
	color: #999;
	margin-left: 5px;
	font-size: 0.75em;
	font-weight: normal;
}
.index h3 .more, .page h2 .more, .page .other-title .more {
	font-size: 0.65em;
	color: #999 !important;
	position: absolute;
	right: 0;
	text-decoration: none;
	font-weight: normal;
	margin-right: 10px;
}
.page h1 .more, .page h2 .more, .page .other-title .more {
	font-size: 0.55em;
}
h2 .more:hover, .other-title .more:hover {
	color: #4d7c67;
	transition: color 1s;
}
.index h3 .more span {
	color: #4d7c67;
	font-weight: bold;
	font-size: 1em;
}
.index .event {
	margin-bottom: 50px 0px;
}
.index .team {
	padding-bottom: 10px;
}
.index .team .type {
	font-size: 0.95em;
	color: #999;
	border-bottom: solid 1px #d9dada;
	padding-bottom: 5px;
}
.index .team .content {
	font-size: 1em;
	line-height: 1.5em;
	border-bottom: solid 1px #d9dada;
	padding-bottom: 10px;
	min-height: 5em;
}
.index .sign_in {
	padding: 20px 15px 15px 15px;
}
.index .sign_in .form-group:nth-child(2) {
	margin-bottom: 0px;
}
.index .signed {
	margin: 15px 0px;
	padding: 20px 15px;
	text-align: center;
	background-color: #e7e7e7;
	border-radius: 4px;
}
.index .signed p {
	line-height: 2em;
	margin-bottom: 5px;
}
.index .signed p span {
	color: #4d7c67;
}
.index .date {
	color: #999;
	font-size: 0.9em;
}
.index .title {
	width: 90%;
	color: #333;
	letter-spacing: 1px;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis; /* 支援其他瀏覽器 */
	-o-text-overflow: ellipsis; /* 支援其他瀏覽器 */
	text-overflow: ellipsis;
}
.index .consultant-list {
	width: 100%;
}
.index .consultant-list .table tr td {
	padding: 5px;
	vertical-align: top;
	border-bottom: 1px dashed #4d7c67;
	color: #666;
	font-weight: normal;
	word-break: keep-all;
	max-width: 100px;
}
.index .consultant-list .table tr td:nth-child(2) {
	max-width: 500px;
}
.index .consultant-list .title {
	width: 90%;
	color: #333;
	letter-spacing: 1px;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.index .consultant-list .title:hover {
	color: #4d7c67;
}
.index .sign_in .form-control {
	border: 1px solid #4d7c67;
}
.index .sign_in span {
	color: #999;
}
.index .sign_in a {
	color: #4d7c67;
	text-decoration: none;
	font-size: 85%;
	margin: 8px 0px;
	display: block;
	line-height: 20px;
}
.index .sign_in .form-control {
	height: 32px;
}
.index .sign_in .checkbox {
	margin-top: 0px;
}
.index .sign_in .btn-fb {
	padding: 8px 0px;
	border-radius: 4px;
	margin-top: 3px;
	color: #fff;
}
.index .sign_in .btn-google {
	background-color: #fff;
	padding: 8px;
	border-radius: 4px;
	margin-top: 3px;
	color: #666;
	border: solid 1px #ccc;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f1f1f1+50,e1e1e1+51,f6f6f6+100;White+Gloss+%231 */
	background: #f6f6f6; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0 ); /* IE6-9 */
}
.index .sign_in .btn {
	letter-spacing: 0px;
}
.index .sign_in .btn i {
	font-size: 1.2em;
	margin-right: 10px;
	border-right: solid 1px #fff;
	padding-right: 8px;
	width: 40px;
}
.index .sign_in .btn img {
	margin-right: 10px;
	border-right: solid 1px #C6C6C6;
	padding-right: 13px;
}
.index .sign_in .col-xs-6:first-child {
	padding-right: 7px;
}
.index .sign_in .col-xs-6:last-child {
	padding-left: 7px;
}
/*
.ad{
	padding-top:20px;
}
*/
.index .news {
	margin-bottom: 20px;
}
.index .news .title {
	white-space: normal;
	width: 100%;
}
.index .news .title:hover {
	color: #4d7c67;
}
.index .news .date {
	background-color: #4d7c67;
	color: #fff;
	padding: 5px;
	line-height: 1.8em;
	border-radius: 50%;
	font-size: 0.7em;
	text-align: center;
	width: 50px;
}
.index .news .table tr td {
	padding: 5px;
	line-height: 32px;
	border-bottom: dashed 1px #999;
}
.index .news .date span {
	display: block;
	color: #ffe8c0;
	font-size: 1.5em;
	padding: 0px 10px;
}
.index .case {
	padding: 5px 0px 30px 0px;
}
.index .qa, .index .knowledge {
	padding: 20px 0px;
}
.index .video {
	padding: 20px 0px;
}
.index .video .item a {
	display: block;
	padding: 8px 0px;
}
.underlay-1 {
	background: url(../img/section_bg01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding-bottom: 60px;
}
.underlay-2 {
	background: url(../img/section_bg02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.underlay-2 .table tr td {
	padding: 5px;
	line-height: 32px;
	vertical-align: top;
	border-bottom: dashed 1px #4d7c67;
}
.index .knowledge_title {
	position: relative;
	background-color: rgba(255,255,255,1);
	padding: 10px;
	font-weight: normal;
	border: solid 1px #4d7c67;
	border-radius: 4px;
	font-size: 1em;
	margin-bottom: 20px;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.index .knowledge_title i {
	background-color: #4d7c67;
	font-size: 1.2em;
	color: #fff;
	border-radius: 50%;
	padding: 11px 8px;
	margin-right: 10px;
}
.index .forum_bg {
	padding: 25px 0px;
}
.index .forum .date {
	color: #999;
	font-size: 0.9em;
}
.index .forum .title {
	width: 90%;
	color: #333;
	letter-spacing: 1px;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis; /* 支援其他瀏覽器 */
	-o-text-overflow: ellipsis; /* 支援其他瀏覽器 */
	text-overflow: ellipsis;
}
.index .forum .title p {
	margin-bottom: 0px;
}
/*.index .consultant-list .table > tbody > tr > td {
	min-width: 100px;
}*/
.case h4 {
	line-height: 2em;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis; /* 支援其他瀏覽器 */
	-o-text-overflow: ellipsis; /* 支援其他瀏覽器 */
	text-overflow: ellipsis;
}
.case .crsl-item {
	padding: 0px 20px;
}
.fix-bar {
	position: fixed;
	z-index: 9;
	bottom: 0;
	width: 100%;
	height: 65px;
	transition: top .2s ease-in-out;
}
.is-hidden {
	top: -65px;
}
.is-visible {
	color: green;
}
.is-top {
	color: red;
}
.is-bottom {
	position: relative;
	top: 0px;
	transition: top .2s ease-in;
}
.fix-nav {
	width: 100%;
	text-align: center;
	position: fixed;
	bottom: 0;
	z-index: 10;
}
.user {
	text-align: right;
	color: #336371;
	font-size: 85%;
	margin-bottom: 10px;
}
.user a {
	color: #999;
}
.user i {
	margin-right: 5px;
	color: #4d7c67;
	font-size: 1.2em;
}
.backTop {
	font-size: 3em;
	cursor: pointer;
	z-index: 9998;
	display: none;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	color: #3d6a56;
	opacity: 0.3;
	right: 20px;
	bottom: 80px;
	position: fixed;
	display: block;
}
.backTop:hover {
	color: #3d6a56;
	opacity: 1;
}
#owl-demo {
	padding-top: 30px;
}
#owl-demo .item {
	margin: 15px;
}
#owl-demo .item img {
	display: block;
	width: 100%;
	height: auto;
}
#owl-demo h4 {
	font-size: 1em;
	line-height: 1.25em;
	color: #336371;
	font-weight: bold;
	margin: 5px 0px;
}
#owl-demo p.readmore {
	text-align: right;
}
#owl-demo p.readmore a {
	color: #4d7c67;
	font-size: 0.9em;
}
#owl-demo2 {
	padding-top: 30px;
}
#owl-demo2 .item {
	margin: 15px;
}
#owl-demo2 .item img {
	display: block;
	width: 100%;
	height: auto;
}
#owl-demo2 a h4 {
	font-size: 1em;
	line-height: 1.25em;
	color: #333;
}
.navbar-default .navbar-nav li i {
	margin-left: 20px;
}
/***********page***********/

.indicator {
	margin-right: 5px;
}
.tree li a {
	text-decoration: none;
	color: #4d7c67;
}
.tree li button, .tree li button:active, .tree li button:focus {
	text-decoration: none;
	color: #369;
	border: none;
	background: transparent;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	outline: 0;
}
.page h1, .page h2, .page .other-title {
	font-size: 1.5em;
	line-height: 1.3em;
	color: #999999;
	font-weight: bold;
	margin-bottom: 10px;
}
/*.page h1::first-letter,.page h2::first-letter {
	color: #1e1d1a;
}*/
article {
	min-height: 600px;
}
.page {
	line-height: 2em;
	padding-bottom: 100px;
}
.page .content {
	word-wrap: break-word;
}
.article_social {
	color: #4d7c67;
	font-size: 0.9em;
	text-transform: uppercase;
	text-align: right;
}
.article_social .gplus svg {
	width: 40px;
	height: 40px;
	margin: 7px;
	background-color: #dd4d42;
	padding: 10px;
	border-radius: 2px;
	margin-bottom: -14px;
}
.article_social .facebook svg {
	width: 40px;
	height: 40px;
	margin: 7px;
	background-color: #3b5998;
	padding: 10px;
	border-radius: 2px;
	margin-bottom: -14px;
}
.article_social a img {
	margin-top: -4px;
	margin-right: 8px;
}
.comments_plug {
	margin-bottom: 50px;
}
hr {
	background: url(../img/line_bg2.png);
	background-repeat: repeat;
	height: 10px;
	border: none;
	margin: 30px 0px;
}
.about-img {
	padding: 5%;
}
.about-img img {
	margin: 0 auto;
}
.editor-type .item {
	padding: 10px;
	border: solid 1px #4d7c67;
	margin-bottom: 30px;
	text-align: center;
	font-size: 1.1em;
	line-height: 2em;
	border-radius: 4px;
}
.editor-type .item i {
	margin-right: 10px;
}
.custom {
	padding: 15px;
	outline: 5px solid #fff;
}
.custom li:before {
	content: "•";
	padding-right: 8px;
	color: #4d7c67;
}
.page .table {
	width: 100%;
	max-width: 100%;
	margin: 20px 0px;
	border-top: 1px solid #3d6a56;
}
.page .table-responsive {
	margin: 20px 0px;
}
.page .table-responsive .table {
	margin: 0px;
}
.page .table>tbody>tr>td {
	padding: 20px;
	border-bottom: 1px solid #3d6a56;
}
.table > tbody > tr > th {
	padding: 15px;
	vertical-align: top;
	border-bottom: 4px solid #4d7c67;
}
.table-hover tr th {
	background-color: #fff !important;
}
.page h3, .page .lawyer {
	font-size: 1.2em;
	font-weight: bold;
	color: #4d7c67;
	margin-top: 20px;
	line-height: 1.5em;
}
.reservation-category {
	border: solid 1px #4d7c67;
	padding: 15px;
	border-radius: 15px;
	margin-top: 20px;
	min-height: 230px;
}
.reservation-category .item {
	text-align: center;
	background-color: #f4fbf9;
	color: #a1c1b3;
	font-size: 1.5em;
	font-weight: bold;
	padding: 20px;
}
.reservation-category .item img {
	display: block;
	padding: 10px;
	margin: 0 auto;
}
.reservation-category .btn {
	margin-top: 18px;
}
.reservation-tel img, .advisory-online img {
	margin: 30px auto;
}
.reservation-tel .table .glyphicon {
	font-size: 1.2em;
}
.reservation-tel .table > tbody > tr > th {
	font-size: 1.2em;
}
.reservation-tel .table ul {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2;
}
.advisory-online {
	min-height: 900px;
	padding: 0;
	margin: 0;
}
.advisory-online .accordion-title {
	color: #4d7c67;
	border-bottom: solid 1px #4d7c67;
	cursor: pointer;
	padding: 8px;
	margin: 0;
}
.accordion-title {
	outline: none;
}
.ui-accordion-content {
	padding: 8px;
	margin: 0;
	height: auto !important;
	border-bottom: solid 1px #4d7c67;
}
/*.row-column{
	width:100%;
	margin:auto;
	column-count:2;
	column-gap:30px;
	-moz-column-count:2;
	-moz-column-gap:30px;
	-webkit-column-count:2;
	-webkit-column-gap:30px;
	padding-bottom:30px;
	
}*/
.reservation-mode img {
	margin: 10px 0px;
}
.reservation-mode-box {
	border: solid 1px #e7e7e7;
	margin: 30px 0px;
	padding: 30px;
}
.reservation-mode-box .line_gray {
	margin-top: 50px;
	margin-bottom: 30px;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
	margin-top: 10px;
}
.reservation-mode-box .radio-inline {
	margin-right: 20px;
}
.reservation-mode .table > tbody > tr > td {
	padding: 10px;
	border-bottom: 1px solid #e7e7e7;
	min-width: 150px;
}
.reservation-mode .table > tbody > tr > th {
	padding: 5px 10px;
	vertical-align: top;
	border-bottom: 1px solid #4d7c67;
	color: #666;
	font-weight: normal;
}
.reservation-date .text-right .btn {
	padding: 6px 30px;
	font-weight: bold;
	font-size: 1em;
}
.reservation-date .table > tbody > tr > td, .reservation-date .table th {
	padding: 10px;
	border-bottom: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	color: #999999;
	text-align: center;
}
.reservation-date .table .green_bg td {
	border-right: 1px solid #4d7c67;
}
.reservation-date table tr:nth-child(n+11) {
	background-color: #f4fbf9;
}
.reservation-date .table tr td:last-child, .reservation-date .table th:last-child {
	border-right: none;
}
.reservation-date .table {
	border-top: 1px solid #e7e7e7;
}
.reservation-date .table th {
	padding: 5px;
	text-align: center;
	color: #336371;
}
.reservation-date label {
	color: #4d7c67;
}
.team-list .item, .team-detail .item {
	background-color: #ededed;
	margin-bottom: 25px;
}
.team-list .item .caption {
	padding-right: 20px;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis; /* 支援其他瀏覽器 */
	-o-text-overflow: ellipsis; /* 支援其他瀏覽器 */
	text-overflow: ellipsis;
}
.item .info {
	padding-right: 15px;
}
.team-detail .item .caption-normal {
	padding-right: 20px;
	margin-bottom: 20px;
}
.team-list .btn, .team-detail .btn, .news-detail .btn {
	font-size: 1em;
	font-weight: bold;
	margin-right: 10px;
	padding: 6px 10px;
}
.team-detail .item p {
	margin-bottom: 5px;
}
.team-detail {
	margin: 10px 0px;
}
.page .team-detail h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #4d7c67;
	margin-top: 20px;
	margin-bottom: 15px;
}
.page .team-detail .item h2 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 1.2em;
	color: #4d7c67;
}
.page .team-detail .item h2:first-letter {
	color: #4d7c67;
}
.reservation-order {
	border-top: solid 4px #4d7c67;
	border-left: solid 1px #e7e7e7;
	border-right: solid 1px #e7e7e7;
	border-bottom: solid 1px #e7e7e7;
	padding: 30px;
}
.reservation-order .list-inline {
	margin-left: -1px;
}
.reservation-order .checkbox-inline {
	margin-right: 20px;
}
.reservation-confirm {
	border: solid 1px #e7e7e7;
	padding: 30px;
	margin: 10px 0px;
}
.reservation-success {
	padding: 30px;
}
.reservation-success .text-center .fa {
	font-size: 8em;
	color: #d5dfdb;
}
.reservation-success h2 {
	font-size: 1.5em;
	color: #4d7c67;
}
.reservation-success h2:first-letter {
	color: #4d7c67;
}
.forum-list .table > tbody > tr > td {
	padding: 10px;
	border-bottom: 1px solid #e7e7e7;
}
.forum-list .table th {
	border-bottom: 1px solid #4d7c67;
	padding: 5px 10px;
	color: #666;
	font-weight: normal;
}
.forum-list .table > tbody > tr > td {
	vertical-align: middle;
}
.forum-list .form-control, .consultant-list .form-control, .consultant-video .form-control {
	border: 1px solid #4d7c67;
}
.consultant-video .search-author {
	margin-bottom: 20px;
}
.forum-list p {
	padding: 0px;
	margin: 0px;
}
.forum-list td a {
	color: #333;
	display: block;
}
.forum-list .date {
	font-size: 0.8em;
	line-height: 1.5em;
	color: #999;
}
.forum-list td .btn {
	color: #fff;
}
.forum-list .table th .fa {
	cursor: pointer;
}
.step {
	margin: 30px 0px;
	text-align: center;
}
.step .btn {
	padding: 10px 90px;
	margin: 0px 15px;
}
.forum-publish {
	border-top: solid 4px #4d7c67;
	border-left: solid 1px #e7e7e7;
	border-right: solid 1px #e7e7e7;
	border-bottom: solid 1px #e7e7e7;
	padding: 30px;
}
.forum-publish .radio-inline {
	display: inline-block;
	padding-left: 0px;
	margin-bottom: 0;
	font-weight: 400;
	vertical-align: middle;
	cursor: pointer;
}
.forum-publish input[type="radio"] {
	margin-right: 5px;
}
.forum-publish .radio-inline input[type="radio"] {
	margin-left: 0px;
}
.forum-publish .radio-inline + .radio-inline {
	margin-top: 0;
	margin-left: 50px;
}
.forum-detail p {
	margin: 0px;
}
.forum-detail .question {
	background-color: #f7f7f7;
	padding: 30px;
	margin: 20px 0px;
}
.forum-detail .posted {
	color: #4d7c67;
	margin-bottom: 15px;
}
.forum-detail .time, .forum-detail .ctr {
	color: #999;
	margin-bottom: 15px;
	text-align: right;
}
.forum-detail .reply {
	border-bottom: solid 1px #e7e7e7;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.forum-detail .forum-hide {
	border-bottom: solid 1px #e7e7e7;
	padding-bottom: 30px;
	margin-bottom: 30px;
	color: #999;
}
.forum-detail .forum-hide i {
	font-size: 1.5em;
	color: #c0c0c0;
}
.consultant-list .table > tbody > tr > td {
	padding: 10px;
	border-bottom: 1px solid #e7e7e7;
	min-width: 150px;
}
.consultant-list .table > tbody > tr > th {
	padding: 5px 10px;
	vertical-align: top;
	border-bottom: 1px solid #4d7c67;
	color: #666;
	font-weight: normal;
}
.consultant-video .item {
	margin-bottom: 30px;
	border: solid 1px #4d7c67;
	padding: 8px 15px;
	width: 100%;
}
.consultant-video .item p {
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis; /* 支援其他瀏覽器 */
	-o-text-overflow: ellipsis; /* 支援其他瀏覽器 */
	text-overflow: ellipsis;
	font-size: 1.2em;
	margin-bottom: 0px;
	padding: 0px 8px;
	padding-bottom: 8px;
	color: #4d7c67;
}
.consultant-video .item a {
	display: block;
	padding-top: 8px;
}
.consultant-video .item .title a {
	text-align: left;
	font-weight: bold;
	padding: 0px;
	display: inline;
}
.search-keyword {
	text-align: right;
}
.search-keyword .form-control {
	display: inline-block;
	width: auto;
	height: 38px;
	border: 1px solid #4d7c67;
}
.search-keyword .btn-default {
	margin-bottom: 3px;
}
.qa-category {
	margin: 50px 0px;
}
.qa-list, .recruitment-list {
	margin-top: 10px;
	margin-bottom: 30px;
}
.qa-list li, .recruitment-list li {
	border-bottom: 1px solid #e7e7e7;
	padding: 10px 0px;
	padding-left: 15px;
}
.qa-list li:hover, .recruitment-list li:hover {
	background-color: #f5f5f5;
}
.qa-list li a, .recruitment-list li a {
	color: #666;
}
.qa-list li:before, .recruitment-list li:before {
	content: "•";
	padding-right: 8px;
	color: #4d7c67;
}
.case-time {
	color: #c77b1b
}
.knowledge-category .item {
	padding: 8px 10px;
	border: solid 1px #4d7c67;
	border-radius: 4px;
	font-size: 1.2em;
	margin-bottom: 20px;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis; /* 支援其他瀏覽器 */
	-o-text-overflow: ellipsis; /* 支援其他瀏覽器 */
	text-overflow: ellipsis;
}
.knowledge-category .item i {
	background-color: #4d7c67;
	font-size: 1.2em;
	color: #fff;
	border-radius: 50%;
	padding: 11px 8px;
	margin-right: 10px;
}
.login {
	padding: 30px 20px;
	border: solid 1px #e7e7e7;
}
.btn-fb {
	background-color: #4867aa;
	padding: 11px 10px;
	border-radius: 6px;
	margin-top: 20px;
	color: #fff !important;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 1em;
}
.btn-google {
	padding: 12px 10px;
	border-radius: 6px;
	margin-top: 20px;
	color: #666 !important;
	border: solid 1px #ccc;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f1f1f1+50,e1e1e1+51,f6f6f6+100;White+Gloss+%231 */
	background: #f6f6f6; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0 ); /* IE6-9 */
}
.login .col-xs-6:first-child {
	padding-right: 5px;
}
.login .col-xs-6:last-child {
	padding-left: 5px;
}
.login .btn {
	letter-spacing: 0px;
}
.login .btn i {
	font-size: 1.2em;
	margin-right: 10px;
	border-right: solid 1px #fff;
	padding-right: 8px;
	width: 40px;
}
.login .btn img {
	margin-right: 10px;
	border-right: solid 1px #C6C6C6;
	padding-right: 13px;
}
.login .checkbox {
	margin-top: 5px;
	margin-bottom: 0px;
}
.login .forget {
	text-align: left;
	line-height: 51px;
}
.registered {
	padding: 30px 20px;
	border: solid 1px #e7e7e7;
	margin-bottom: 30px;
}
.registered .checkbox {
	margin-top: 0px;
	margin-bottom: 0px;
}
.member {
	border-bottom: solid 1px #e7e7e7;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.reservation-record .table > tbody > tr > td {
	padding: 10px;
	border-bottom: 1px solid #e7e7e7;
}
.reservation-record .table > tbody > tr > th {
	padding: 5px 10px;
	vertical-align: top;
	border-bottom: 1px solid #4d7c67;
	color: #666;
	font-weight: normal;
}
.search-results .keyword {
	color: #c77b1b;
}
.search-results .category {
	font-size: 1.2em;
	font-weight: bold;
	color: #4d7c67;
}
.search-results .title {
	padding-bottom: 5px;
}
.search-results a {
	color: #333;
}
.search-results .caption {
	background-color: #f4fbf9;
	padding: 10px;
	border-bottom: solid 1px #4d7c67;
	overflow: hidden;
	height: 80px;
	margin-bottom: 30px;
}
.counsel ul {
	padding: 10px 40px;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	font-size: 1.2em;
	background-color: #f4fbf9;
}
.counsel ul li {
	margin-bottom: 10px;
}
.counsel .table > tbody > tr > td {
	padding: 10px;
	border-bottom: 1px solid #3d6a56;
}
.news-detail {
	padding: 20px;
	background-color: #ededed;
	margin-bottom: 20px;
}
.video-box {
	padding: 10px;
	border: solid 1px #4d7c67;
	margin-bottom: 10px;
}
.copyright-detail {
	padding-bottom: 30px;
}
/***********end page***********/
footer {
	background-color: #e4dfdd;
}
footer .header {
	background-color: #4d7c67;
	padding: 10px 0px;
	color: #fff;
	width: 100%;
}
.index footer .header h2 {
	display: inline;
}
footer .header .title {
	font-weight: bold;
	font-size: 1.3em;
	margin-right: 10px;
	line-height: 38px;
	color: #fff;
}
footer .header .btn {
	margin-right: 15px;
	font-size: 1em;
	padding: 7px 10px;
	margin-top: 0px;
}
footer .content {
	background: url(../img/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-bottom: 10px;
	background-size: 60em;
}
.footer_nav {
	display: none;
}
.footer_nav li {
	display: inline-block;
	margin: 30px 20px;
	font-weight: bold;
}
.footer_nav a {
	color: #336371;
	opacity: 1;
}
.footer_nav a:hover {
	opacity: 0.5;
	transition: all 1s;
}
footer .sub-title {
	font-size: inherit !important;
	color: #336371 !important;
	margin-bottom: 10px;
	text-align: center;
	background: none !important;
	line-height: 2em !important;
	font-weight: bold;
}
.modal h3 {
	background: none !important;
	font-size: 1.25em;
	line-height: 1.5em;
	color: #4d7c67;
	font-weight: bold;
}
footer a h3 {
	color: #336371;
}
footer .contact_info {
	margin: 10px 0px;
}
footer .contact_info .editor {
	color: #888;
	font-size: 0.95em;
}
footer .contact_info .editor a {
	color: #888;
}
.footer_social {
	text-align: center;
	width: 30%;
	margin: 0 auto;
}
.footer_social .fa {
	font-size: 1.2em;
	margin-right: 10px;
}
.footer_social .facebook, .footer_social .gplus {
	float: left;
}
.footer_social .btn {
	color: #4d7c67;
	padding: 0px;
}
.footer_social svg {
	width: 23px;
	height: 23px;
	margin: 0 10px;
}


.copyright {
	background-color: #4d7c67;
	text-align: center;
	font-size: 0.8em;
	color: #fff;
	padding: 10px 15px;
	letter-spacing: normal;
	line-height: 0.9em;
}
.copyright a {
	color: #fff;
}
.recaptcha {
	margin-top: 45px;
}
.recaptcha .btn {
	padding: 2px 5px;
	font-size: 1.2em;
}
.recaptcha .btn-default {
	color: #4d7c67;
	background-color: #fff;
	border-color: #fff;
}
address {
	margin-bottom: 0px;
	font-style: normal;
	line-height: 0.5em;
	display: inline;
}
::selection {
	color: #fff;
	background-color: #336371;
}

::-moz-selection { /* Code for Firefox */
 color: #fff;
 background: #336371;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
 -webkit-appearance: none !important;
 margin: 0;
}
input[type="number"] {
	-moz-appearance: textfield;
}
.custom_list {
	margin-bottom: 20px;
}
.custom_list li:before {
	content: "•";
	padding-right: 8px;
	color: #4d7c67;
}
.color01 {
	color: #4d7c67;
}
.color02 {
	color: #bfa270;
}
.color03 {
	color: #999;
}
.green_bg {
	background-color: #4d7c67;
}
.light_green_bg {
	background-color: #f4fbf9;
}
.twill_bg {
	background: url(../img/line_bg.png);
	background-repeat: repeat;
}
.divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.follow .fb-like iframe {
	margin-top: -10px;
	width: auto;
	margin-left: 7px;
	width: 100% !important;
}
#___plusone_0 {
    width: 60px !important;
}
.bg_gray {
	background-color: #f4f4f4;
}
.bg_gray_light {
	background-color: #f6f6f6;
}
.margin_10 {
	margin: 10px;
}
.margin_b5 {
	margin-bottom: 5px;
}
.margin_b10 {
	margin-bottom: 10px;
}
.margin_b30 {
	margin-bottom: 30px;
}
.padding_8 {
	padding: 8px;
}
.padding_15 {
	padding: 15px;
}
.w100 {
	width: 100%;
}
.color_white {
	color: #fff;
}
.yellow {
	color: #c77b1b;
}
.line_green {
	border-bottom: solid 1px #4d7c67;
	margin: 10px 0px;
}
.line_gray {
	border-bottom: solid 1px #e7e7e7;
	margin: 10px 0px;
}
.line_right {
	border-right: solid 1px #c9c9c9;
	height: 130px;
}
.padding_lr5 {
	padding: 0px 5%;
}
.spacing_normal {
	letter-spacing: 0px;
}
/*.checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 50px;
}*/
input[type="file"] {
	color: #ADADAD;
}
.recruitment {
	padding: 15px;
	margin: 10px 0px;
	border: solid 1px #4d7c67;
}
input[type="checkbox"] {
	margin-right: 6px;
}
.fa-balance-scale::before {
	content: "\f24e";
	margin-left: 2px;
}
/*bootstrap slider-fade*/
.carousel-fade .carousel-inner .item {
	-webkit-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	opacity: 0;
}
.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
	z-index: 2;
}
/*rwd-table*/


.rwd-table {
	max-width: 100%;
}
.rwd-table th {
	display: none;
}
.rwd-table td {
	display: block;
}
.rwd-table td:before {
	content: attr(data-th) "  ";
	font-weight: bold;
	width: 3em;
	display: inline;
}
.rwd-table th, .rwd-table td {
	text-align: left;
}
.rwd-table th, .rwd-table td:before {
	color: #3d6a56;
}
.rwd-table tr {
	border-bottom: solid 1px #3d6a56;
}

@media (min-width: 641px) {
.rwd-table td:before {
	display: none;
}
.rwd-table th, .rwd-table td {
	display: table-cell;
	padding: 0.25em 0.5em;
}
/*.rwd-table th:first-child, .rwd-table td:first-child {
	padding-left: 0;
}
.rwd-table th:last-child, .rwd-table td:last-child {
	padding-right: 0;
}*/

}

@media (max-width: 1280px) {
}

@media (min-width:768px) and (max-width:1280px) {
.login .col-xs-6:first-child {
	width: 100%;
	padding: 0px 15px;
}
.login .btn-fb {
	margin-bottom: 0px
}
.login .col-xs-6:last-child {
	width: 100%;
	padding: 0px 15px;
}
.login .text-right {
	text-align: left;
}
}

@media (max-width: 1080px) {
.team-list .btn, .team-detail .btn {
	font-size: 0.9em;
	margin-right: 5px;
	padding: 6px 5px;
}
.page .team-list h3, .page .team-detail .info h2 {
	font-size: 1.1em;
	margin-top: 10px;
	margin-bottom: 10px;
}
.page .team-detail h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #4d7c67;
	margin-top: 10px;
	margin-bottom: 15px;
}
.page h3, .page .lawyer {
	margin-top: 10px;
}
.team-list .btn, .team-detail .btn {
	font-size: 0.9em;
	margin-right: 5px;
	padding: 6px 10px;
}
.page .team-list p, .page .team-detail p {
	margin-bottom: 5px;
}
.page .team-detail .info {
	line-height: 1.5em;
}
.step .btn {
	padding: 10px 60px;
	margin: 0px 15px;
}
footer .header .title {
	display: none
}
.index footer .header h2 {
	display: none
}
.padding_lr5 {
	padding: 0px;
}
}

@media (max-width: 1024px) {
.footer_nav li {
	margin: 30px 13px;
}
.index .sign_in {
	padding: 30px 0px 30px 0px;
}

}

@media (max-width: 980px) {
.banner {
	text-align: center;
}
.banner img {
	width: 100%;
	height: auto;
}
/*.banner .img-responsive {
	max-width: none;
}*/
.team-list .info, .team-detail .info {
	padding: 15px;
}
.page .team-list p, .page .team-detail p {
	margin-bottom: 10px;
}
.page .team-detail .info {
	line-height: 2em;
}
.page h3, .page .lawyer {
	margin-top: 0px;
}
.forum-detail .posted {
	margin-bottom: 0px;
}
.forum-detail .time, .forum-detail .ctr {
	margin-bottom: 0px;
}
.registered {
	margin-bottom: 10px;
}
.index .news .date span {
	padding: 0px;
}
.carousel-indicators {
	display: none;
}
.index .carousel .fa {
	display: none;
}
}

@media (max-width: 900px) {
footer .header .title {
	font-size: 1em;
}
.other_nav li {
	padding-right: 0px;
}
}

@media (max-width: 800px) {
.case .crsl-item {
	padding: 0px;
}
.index .sign_in .btn i {
	width: 25px;
}
.index .sign_in .btn i {
	margin-right: 8px;
	padding-right: 5px;
}
.index .sign_in .btn img {
	margin-right: 8px;
	padding-right: 5px;
}
}

@media (min-width:768px) and (max-width:1280px) {
.login .col-xs-6:first-child {
 width:100%  padding-right:0px;
}
.login .col-xs-6:last-child {
 width:100%  padding-left:0px;
}
}

@media (min-width:768px) and (max-width:800px) {
.index h3 span {
	display: none;
}
}

@media (min-width:768px) {
.hidden_768 {
	display: none !important;
}
.dropdown-menu li:hover .sub-menu {
	visibility: visible;
}
.dropdown:hover .dropdown-menu {
	display: block;
}
/*.navbar-nav>li>.dropdown-menu li:first-child a{
	background:#4d7c67;
	color:#fff;
}

.navbar-nav>li>.dropdown-menu > li:first-child > a:hover,.navbar-nav>li>.dropdown-menu > li:first-child > a:focus {
    background:#4d7c67;
	color:#fff;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 4px 0;
    overflow: hidden;
    background-color: #4d7c67;
}
*/
}

@media (max-width:768px) {
.slogan h1, .slogan p {
	top: -55px;
	width: 45%;
}
.index .slogan h1 {
	top: -30px;
	width: 45%;
}
.copyright {
	background-color: #fff;
	color: #4d7c67;
}
.copyright a {
	color: #4d7c67;
}
.index .qa, .index .knowledge, .index .video {
	padding: 10px 0px;
}
.other_nav {
	padding: 0px;
}
.other_nav li {
	padding-left: 0px;
}
.other_nav li:last-child {
	padding-right: 0px;
}
.navbar-brand > img {
	width: 80%;
}
.user i {
	display: none;
}
footer .header span {
	display: none;
}
footer .header .btn {
	margin-top: 0px;
}
.advisory-online ul {
	margin-top: 0px;
}
.advisory-online li {
	min-height: 0px;
}
.advisory-online li:last-child {
	border-bottom: none
}
/*.row-column{
	width:100%;
	margin:auto;
	column-count:1;
	-moz-column-count:1;
	-webkit-column-count:1;
	
}*/
.counsel ul {
	padding: 0px;
}
/*.navbar-nav>li>.dropdown-menu li:first-child{
	display:none;
}
.navbar-nav>li>.dropdown-menu .divider{
	display:none;

}*/



.mobile_logo { 
	/* Reggie edit */
	position: absolute;
	display: inline;block;
	width: 225px;height: 50px;
}

.mobile_logo img {
	/* Reggie edit */
	display: block;
	width: 100%; height: auto;;
}

}

@media (max-width:767px) {
.hidden_767 {
	display: none !important;
}
.search_bar {
	display: none;
}
.form-inline .forum-list .form-group {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
}
.form-inline .forum-list .form-control {
	display: inline-block;
	width: auto;
	vertical-align: middle
}
.navbar-nav li li:first-child {
	display: block;
}
}

@media (max-width:640px) {
h1 {
	font-size: 30px;
}
.slogan h1, .slogan p {
	width: 60%;
}
.index .slogan h1 {
	width: 60%;
}
.nav > li > a {
	padding-left: 10px;
}
.navbar-nav {
	border-top: solid 1px #e5e5e5;
}
.index .team {
	margin-bottom: 0px;
}
.forum-detail .posted {
	text-align: left;
}
.forum-detail .time, .forum-detail .ctr {
	text-align: left;
}
.page {
	padding-bottom: 90px;
}
.page .team-detail p {
	margin-bottom: 5px;
}
.login {
	margin-bottom: 30px;
	padding: 10px 20px;
}
.registered {
	padding: 10px 20px;
}
article {
	margin-bottom: 20px;
}
header {
	margin-bottom: 20px;
	margin-top: 90px;
}
.goToTop {
	position: fixed;
	top: 0;
	height: 50px;
	z-index: 9999;
	padding: 0px 15px;
	left: 0;
	width: 100%;
}
.navbar-header {
	top: 0;
	width: 100%;
	background-color: #4d7c67;
}
.backTop {
	display: none !important;
}
.forum-list p {
	display: inline;
}
}

@media (max-width:480px) {
.slogan h1, .slogan p {
	width: 60%;
	top: -55px;
}
.index .slogan h1 {
	/*width: 80%;
    top: -35px;*/
	display: none;
}
.editor-type .item {
	padding: 5px;
	margin-bottom: 10px;
}
.step {
	margin: 10px 0px;
}
.step .btn {
	width: 100%;
	margin: 0px;
	margin-bottom: 10px;
}
.counsel ul {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
}
footer .header .btn {
	margin-right: 5px;
}
.copyright a {
	display: block;
}
.backTop {
	bottom: -2px;
}
.index .event table tr:nth-child(n+4), .index .consultant-list table tr:nth-child(n+4), .index .forum table tr:nth-child(n+4) {
	display: none;
}
.index .knowledge_title i {
	display: none;
}
.index .team {
	padding-bottom: 0px;
}
.index .news .date {
	width: 50px;
}
.follow .fb-like iframe {
	margin-left: 0px;
}
.fb_iframe_widget span {
	width: 100% !important;
}
}

@media (max-width:435px) {
.slogan h1, .slogan p {
	width: 60%;
	top: -40px;
	font-size: 2em;
	letter-spacing: 0.2em;
}
.slogan h1 span, .slogan p span {
	margin-bottom: 0px;
}
/*.index .slogan h1 {
    width: 90%;
    top: -35px;
}*/
.btn-publish {
	width: 100%;
	margin: 10px 0px;
}
footer .header .btn {
	padding: 7px 5px;
	margin-right: 0px;
}

footer .copyright .phoneee  {
	display: flex;
	justify-content: center;
	margin:0 auto;
}
}

@media (max-width:414px) {
footer .header .btn {
	padding: 7px;
}
footer .header .col-xs-5 {
	width: 0px;
}
footer .header .col-xs-7 {
	width: 100%;
}
}

@media (max-width:375px) {
footer .header img {
	display: none;
}
.copyright span {
	display: block;
	margin-top: 6px;
}

footer .copyright .phoneee {
	display: flex;
	justify-content: center;
	margin:0 auto;
}
.reservation-category {
	padding: 10px;
	padding-bottom: 15px;
	min-height: 200px;
}
.reservation-category .btn {
	padding: 5px 10px;
	white-space: normal;
	font-size: 1.2em;
}
.reservation-order {
	padding: 15px;
}
.forum-publish {
	padding: 15px;
}
.forum-detail .question {
	padding: 15px;
}
hr {
	margin: 20px 0px;
}
.login .btn i {
	width: 20px;
}
}

@media (max-width:360px) {
.slogan h1, .slogan p {
	top: -25px;
	letter-spacing: 5px;
}
.slogan h1 span, .slogan p span {
	display: none;
}
footer .header .btn {
	margin-right: 8px;
	font-size: 1em;
	padding: 7px;
}
}

@media (max-width:320px) {
footer .header .btn {
	font-size: 1em;
	padding: 7px 13px;
}
.page h1, .page h2 {
	font-size: 1.3em;
	line-height: 1.5em;
}
.form-inline .forum-list .form-group {
	margin-bottom: 10px;
}
.form-inline .forum-list .form-control {
	width: 290px;
}
.form-inline .forum-list .btn {
	width: 100%;
	margin-top: 10px;
}
.btn-publish {
	margin: 0px;
}
/*.index .slogan h1 {
    top: -30px;
}*/

}

/*設定列印樣式*/
@media print {
footer {
	display: none;
}
.noprint {
	display: none;
}
}
/*add*/
.editor img {
	max-width: 100%;
	height: auto;
}
.editor p {
	word-wrap: break-word;
}
iframe.line-it-button {
	margin-bottom: -15px;
	background-color: #00b900;
}

@media (max-width:640px) {
.breadcrumb {
	letter-spacing: 0px;
}
.breadcrumb li:nth-child(n+4) {
	display: none;
}
}

/*add*/
footer .contact_info .col-md-4:nth-child(2) .editor{
	text-align:center;
	padding-bottom: 15px;
}
footer .contact_info .col-md-4:nth-child(2) .editor a{
	color: #777;
	font-size:0.9em;
    display: inline-block;
    margin-bottom: 5px;
    padding: 3px 15px;
	background-color:#dad4d1;
}
.fb-like {
    margin-right: 10px;
}
@media (max-width:1024px) {
	footer .contact_info .col-md-4:nth-child(2) .editor a{
    padding: 3px 8px;
}

}
@media (max-width:780px) {
.footer_social {
    margin-top: 40px;
}
footer .contact_info .col-md-4:nth-child(2) .editor a {
    padding: 3px 5px;
}

}


