@charset "utf-8";

/* 基本設定 ================================================================================= */
html, body {
	font-family: "微軟正黑體",微軟正黑體 !important;
	font-size: 15px;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}
.fa {font-family: FontAwesome !important;}
body ::selection {
	color: #ffffff;
	background: #000; 
}
a {
	text-decoration: none;
	-webkit-touch-callout: none;
	outline: none;
	hlbr: expression(this.onFocus=this.blur());
} 
a:hover,
a:active,
a:focus {-webkit-tap-highlight-color: rgba(0,0,0,0);}
h1,h2,h3,h4,h5,h6,h7 {margin-top: 0;}
h4.subtitle {
	font-size:1.8em;
	color: #77b4be;
	font-weight: 500;
	text-align: center;
	margin-bottom:1em;
}
ul, ol {margin: 0;}
p {margin: 0;}
/* Self Clearing Goodness */
.container:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.row:after,
.clearfix:after {clear: both;}
.row,
.clearfix {zoom: 1;}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* 第一區 ==============*/
.header {
	text-align:center;
	padding: 0;
}
.header_logo {
    /*position: absolute;
    z-index: 2;*/
}
.header_logo a {
	display: block;
	overflow: hidden;
}
.header_logo a img {width: 100%;}
.header .top-nav {
    width: 100%;
	position: fixed;
    z-index: 9999;
}
.top-nav ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
.top-nav ul li {display: inline-block;}
.top-nav ul li a {
	color: #ffffff;
	font-size: 1em;
	transition: 0.5 ease;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
}
.fixed {
	position: fixed;
    top: 0;
    width: 100%;
    margin: 0 auto;
    z-index: 9999;
}
.nav-palceholder {
	margin:0 0 40px 0;
}
@media (min-width:1300px){
	.header {min-height: 660px;}
}
@media (min-width:992px){
	.header .top-nav ul li {
		padding-top: 0.9em;
		padding-bottom: 1em;
		padding-left: 2.5em;
		padding-right: 0;
	}
	.header .top-nav nav {
		width: 75%; 
		float: left;
		/*margin: 0 auto;*/
	   /* position: fixed;*/
	}
}
@media (min-width:901px) and (max-width:991px) {
	.header .top-nav ul li {
		padding-top: 0.9em;
		padding-bottom: 1em;
		padding-left: 1.5em;
		padding-right: 0;
	}
	.header .top-nav nav {
		width: 75%; 
		float: right;
		/*margin: 0 auto;*/
	   /* position: fixed;*/
	}
}
@media (min-width:901px){
	.header_logo {
		width: 25%; 
		float: left;
	}
	.header .top-nav {margin-top: 2em;}
	.header .top-nav .header_logo a {width: 100%;}
	.header .top-nav.scrolled {
		margin-top: 0;
		padding-top: 0.5em;
		padding-bottom: 0.5em;
		background: rgba(1,83,95,0.8);
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s;/*IE8*/
		transition: all 0.3s ease-in-out;
	}
	.header .top-nav.scrolled .header_logo a {width: 80%;}
	.header .top-nav nav ul {
		display: block !important;
		overflow: hidden;
		float: right;
	}
	.header .top-nav.scrolled ul li {
		padding-top: 0.8em;
		padding-bottom: 0.7em;
		padding-left: 2.5em;
		padding-right: 0;
	}
	.header_logo a,
	.header .top-nav ul li a {
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s;/*IE8*/
		transition: all 0.3s ease-in-out;
	}
	.header_logo a:hover,
	.header_logo a:active,
	.header_logo a:focus,
	.header .top-nav ul li a:hover,
	.header .top-nav ul li a:active,
	.header .top-nav ul li a:focus {color: #01a7bf;}
}
@media (max-width:900px){
	.header .top-nav {background: rgba(0,0,0,0.85);}
	.header_logobtn {
		display: block;
		overflow: hidden;
		z-index: 2;
	}
	.header_logo {
		width: 28%;
		margin-left: 10px;
		float: left;
	}
	.header_logo a {
		padding-top: 0.5em;
		padding-bottom: 0.5em;
	}
	nav {}
	span.menu {
		font-family: FontAwesome !important;
		color: #ffffff;
		padding-top: 1em;
		padding-bottom: 1em;
		padding-left: 2em;
		padding-right: 1em;
		display: block;
		overflow: hidden;
		float: right;
		cursor: pointer;
	}
	
	.top-nav span.menu::before {content: "\f0c9";}/*三*/
	.top-nav span.menu.click.atfirst::before {content: "\f00d";}/*X*/

	.top-nav span.menu.click::before {content: "\f0c9";}/*三*/


	.top-nav.scrolled span.menu.atfirst::before {content: "\f0c9";}/*三*/
	.top-nav.scrolled span.menu::before {content: "\f00d";}/*X*/
	
	.top-nav span.menu.atfirst::before {content: "\f0c9";}/*三*/
	.top-nav.scrolled span.menu.click::before {content: "\f0c9";}/*三*/

	.header .top-nav nav {
		width: 100%; 
		top: 0;
	}
	.top-nav ul {
		display: none;
		width: 100%;
		left: 0;
		background: rgba(1,83,95,0.88);
		position: fixed;
		z-index: 1;
	}
	.top-nav ul li {
		padding-top: 4px;
		padding-bottom: 4px;
		padding-left: 0;
		padding-right: 0;
		border-bottom: 1px solid rgba(255,255,255,0.2);
		display: block;
	}
	.top-nav ul li:last-child {border-bottom: none !important;}
	.top-nav ul li a {
		padding-top: 0.8em;
		padding-bottom: 0.7em;
		padding-left: 0;
		padding-right: 0;
	}
	.active {
		background: none;
		font-size: 1.2em;
	}
}
@media (max-width:800px){
	.header {
		min-height: 520px;
		padding: 0;
	}
	.header_logo {margin-left: 0px;}
	span.menu {margin-right: -15px;}
}
@media (max-width:640px){
	.header {min-height: 380px;}
	.header_logo {width: 33%;}
}
@media (max-width:480px){
	.header_logo {width: 48.2%;}
}
@media (max-width:375px){
	.header_logo {width: 52.8%;}
}
@media (max-width:360px){
	.header_logo {width: 55%;}
}
@media (max-width:320px){
	.header {min-height: 226px;}
	.header_logo {width: 62%;}
}

/* 共用 ==============*/
.top_title {
	font-weight: 800;
	padding:0;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 2em;
	line-height: 1;
}
.top_title.color {
	color: #fff;
	border-left: 0px solid #01a7bf;
}
.top_title.white {
	color: #ffffff;
	border-left: 8px solid #ffffff;
	margin-top: 3em;
}
.top_title .subtitle {
	font-size: 1em;
	margin-left: 0.3em;
	margin-bottom: 0.2em;
}
.top_title .title {
	font-size: 1.5em;
	margin-left: 0.2em;
}
ul li>.contentbox {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
ul li>.contentbox {
	display: block;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s;/*IE8*/
	transition: all 0.3s ease-in-out;
}
ul li>.contentbox:hover,
ul li>.contentbox:active,
ul li>.contentbox:focus {
    background: #01a7bf;
	border: 1px solid #01a7bf;
}
.contentbox .infobox .info {
	line-height: 2;
	letter-spacing: 1px;
	display: block;
	overflow: hidden;
}
@media (min-width:901px){
	ul li>.contentbox {
		padding-top: 20px;
		padding-bottom: 18px;
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (max-width:900px){
	ul li>.contentbox {
		padding-top: 20px;
		padding-bottom: 18px;
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (min-width:800px) {
	.contentbox .infobox .info {margin-bottom: 0.3em;}
	.contentbox .infobox .info p {
		margin-top: 28px;
		margin-bottom: 28px;
	}
}
@media (max-width:799px){
	.contentbox .infobox .info {margin-bottom: 0.6em;}
}

/* 第二區 ==============*/
.service {
	margin-top: 3em;
	padding-bottom: 85px;
}
.servicelistbox {
	display: block;
	overflow: hidden;
}
.service .top_title {margin-top: 85px;}
.servicelistbox ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
}
.servicelistbox .contentbox {
	border: 1px solid #d2d2d2;
}
.servicelistbox .contentbox .title {
	color: #000000;
	font-weight: 600;
}

.servicelistbox .contentbox .iconbox {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: block;
	overflow: hidden;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.servicelistbox .contentbox .iconbox .icon {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: block;
	overflow: hidden;
}
.servicelistbox .contentbox .iconbox .icon img {
	width: 100%;
	background: #666666;
	display: block;
	overflow: hidden;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.servicelistbox ul li>.contentbox:hover .iconbox .icon img,
.servicelistbox ul li>.contentbox:active .iconbox .icon img,
.servicelistbox ul li>.contentbox:focus .iconbox .icon img {
    background: #01535f;
	border: 1px solid #01535f;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s;/*IE8*/
	transition: all 0.3s ease-in-out;
}
.servicelistbox .contentbox .info {color: #333333;}
.servicelistbox .contentbox .link {
	text-align: right;
}
.servicelistbox .contentbox .link a {
	color: #01a7bf;
	font-weight: 600;
}
.servicelistbox .contentbox:hover .title,
.servicelistbox .contentbox:active .title,
.servicelistbox .contentbox:focus .title,
.servicelistbox .contentbox:hover .info,
.servicelistbox .contentbox:active .info,
.servicelistbox .contentbox:focus .info,
.servicelistbox .contentbox:hover .link a,
.servicelistbox .contentbox:active .link a,
.servicelistbox .contentbox:focus .link a {color: #ffffff;}
@media (min-width:1200px){
	.servicelistbox .type1 .contentbox .info {
		font-size: 0.96em;
		min-height: 84px;
	}
	.servicelistbox .type2 .contentbox .info {
		font-size: 0.96em;
		min-height: 112px;
	}
	.servicelistbox .type2 .contentbox .title {
		margin-top: 0.7em;
		margin-bottom: 0.5em;
	}
	.servicelistbox .type2 .contentbox .title p {
		margin-top: 1.25em;
		margin-bottom: 1em;
	}
	.servicelistbox .type2 .contentbox .info {
		margin-top: 1.6em;
		margin-bottom: 1.2em;
	}
}
@media (min-width:1024px) and (max-width:1199px) {
	.servicelistbox ul li {margin-bottom: 2.8em;}
	.servicelistbox .type1 .contentbox .info {min-height: 120px;}
	.servicelistbox .type2 .contentbox .info {min-height: 150px;}
	.servicelistbox .type2 .contentbox .title {
		margin-top: 0.1em;
		margin-bottom: 0;
	}
	.servicelistbox .type2 .contentbox .title p {
		margin-top: 0.8em;
		margin-bottom: 0.5em;
	}
	.servicelistbox .type2 .contentbox .info {
		margin-top: 1.6em;
		margin-bottom: 1.2em;
	}
}
@media (min-width:901px) and (max-width:1023px) {
	.servicelistbox .type1 .contentbox .info {min-height: 90px;}
	.servicelistbox .type2 .contentbox .info {min-height: 180px;}
}
@media (min-width:800px) and (max-width:1023px) {
	.servicelistbox ul li {margin-bottom: 1.5em;}
	.servicelistbox .type2 .contentbox .title {
		margin-top: 1em;
		margin-bottom: 0;
	}
	.servicelistbox .type2 .contentbox .title p {
		margin-top: 1.8em;
		margin-bottom: 1.2em;
	}
	.servicelistbox .type2 .contentbox .info {
		margin-top: 0.8em;
		margin-bottom: 0.8em;
	}
}
@media (min-width:992px){
	.servicelistbox .type1 .contentbox .iconbox .icon {width: 90%;}
}
@media (min-width:901px){
	.servicelistbox .contentbox .title {
		font-size: 1.3em;
		margin-bottom: 0.5em;
	}
	.servicelistbox .type1 .contentbox .iconbox .icon img {border: 8px solid #666666;}
	.servicelistbox .type2 .contentbox .iconbox .icon img {border: 6px solid #666666;}
}
@media (max-width:991px){
	.servicelistbox .contentbox .title {
		margin-top: 1em;
		text-align: center;
	}
	.servicelistbox .contentbox .info {text-align: center;}
}
@media (max-width:900px){
	.servicelistbox .contentbox .title {
		font-size: 1.3em;
		margin-bottom: 0.5em;
	}
	.servicelistbox .type1 .contentbox .iconbox .icon img {border: 8px solid #666666;}
}
@media (min-width:800px) and (max-width:991px) {
	.servicelistbox ul.type1 li.col-md-6 {
		width: 50%;
		float: left;
	}
	.servicelistbox ul.type2 li.col-md-4 {
		width: 33.33333333%;
		float: left;
	}
	.servicelistbox .type1 .contentbox .iconbox .icon {width: 45%;}
	.servicelistbox .type2 .contentbox .iconbox .icon {width: 45%;}
}
@media (min-width:800px) and (max-width:900px) {
	.servicelistbox .type1 .contentbox .iconbox .icon {width: 60%;}
	.servicelistbox .type1 .contentbox .info {min-height: 120px;}
	.servicelistbox .type2 .contentbox .info {min-height: 210px;}
}
@media (min-width:800px) {
	.servicelistbox .contentbox .info {font-size: 1em;}
	.servicelistbox ul.type1 li {margin-bottom: 2.8em;}
	.servicelistbox ul.type2 li {margin-bottom: 0;}
}
@media (max-width:800px){
	.servicelistbox>.container>.row {
		margin-right: 0px;
		margin-left: 0px;
	}
}
@media (max-width:799px){
	.servicelistbox ul.type1 li {margin-bottom: 1.5em;}
	.servicelistbox ul.type2 li {margin-bottom: 1.5em;}
	.servicelistbox ul.type2 li:last-child {margin-bottom: 0;}
	.servicelistbox .type1 .contentbox .iconbox .icon {width: 60%;}
	.servicelistbox .type2 .contentbox .iconbox .icon {width: 40%;}
	.servicelistbox .type2 .contentbox .title {
		margin-top: 0.8em;
		margin-bottom: 0;
	}
	.servicelistbox .type2 .contentbox .title p {
		margin-top: 0.8em;
		margin-bottom: 0.5em;
	}
	.servicelistbox .type2 .contentbox .info {
		margin-top: 0.8em;
		margin-bottom: 0.8em;
	}
}
@media (min-width:601px) and (max-width:799px) {
	.servicelistbox ul.type1 li.col-md-6 {
		width: 50%;
		float: left;
	}
	.servicelistbox ul.type2 li.col-md-4 {
		width: 33.33333333%;
		float: left;
	}
	.contentbox .infobox .info p {
		margin-top: 28px;
		margin-bottom: 28px;
	}
	.servicelistbox .type2 .contentbox .title p {
		margin-top: 1.4em;
		margin-bottom: 1.4em;
	}
	.servicelistbox .type1 .contentbox .info {min-height: 120px;}
	.servicelistbox .type2 .contentbox .info {min-height: 210px;}
}
@media (max-width:640px){
	.servicelistbox .type1 .contentbox>.iconbox .icon {width: 60%;}
}

/* 第三區 ==============*/
.process {
	margin-top: 3em;
	padding-bottom: 3em;
	background: #333333;
}
.process .top_title {margin-top: 85px;}
.processlistbox {
	color: #ffffff;
	letter-spacing: 1px;
	display: block;
	overflow: hidden;
}
.processlistbox ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.processlistbox .titlebox {
	display: block;
	overflow: hidden;
}
.processlistbox .titlebox .icon {
	font-weight: 600;
	display: block;
	overflow: hidden;
	float: left;
}
.processlistbox .titlebox .title {
	font-size: 1.2em;
	font-weight: 600;
	margin-top: 0.8em;
	margin-bottom: 0.7em;
	margin-left: 0.5em;
	float: left;
}
.processlistbox ul.info {margin-top: 1.5em;}
.processlistbox ul.info>li {
	font-size: 1.1em;
	font-weight: 600;
	margin-bottom: 0.5em;
}
.processlistbox ul.info>li:last-child {margin-bottom: 0;}
@media (min-width:992px){
	.processlistbox ul.infobox li>.content {
		margin-left: 25%;
		margin-right: 25%;
	}
}
@media (min-width:800px) and (max-width:991px) {
	.processlistbox ul li.col-md-4 {
		width: 33.33333333%;
		float: left;
	}
	.processlistbox ul.infobox li>.content {
		margin-left: 14%;
		margin-right: 14%;
	}
}
@media (min-width:800px){
	.processlistbox ul.infobox>li {margin-bottom: 2em;}
	.processlistbox .titlebox .icon {
		font-size: 2em;
		padding-top: 0.2em;
		padding-bottom: 0.25em;
		padding-left: 0.7em;
		padding-right: 0.7em;
	}
}
@media (min-width:601px) and (max-width:799px) {
	.processlistbox ul li.col-md-4 {
		width: 33.33333333%;
		float: left;
	}
	.processlistbox ul.infobox li>.content {
		margin-left: 5%;
		margin-right: 5%;
	}
}

@media (max-width:799px){
	.processlistbox ul.infobox>li {margin-bottom: 2em;}
	.processlistbox .titlebox .icon {
		font-size: 2em;
		padding-top: 0.2em;
		padding-bottom: 0.25em;
		padding-left: 0.7em;
		padding-right: 0.7em;
	}
}
@media (max-width:600px){
	.processlistbox ul.infobox li>.content {
		margin-left: 17%;
		margin-right: 17%;
	}
}

/* 第四區 ==============*/
.price {
	margin-top: 2em;
	margin-bottom: 1em;
	padding-bottom: 85px;
}
.price .top_title {margin-top: 85px;}
.pricelistbox {
	display: block;
	overflow: hidden;
}
.pricelistbox ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.pricelistbox>.row>ul>li {margin-bottom: 2em;}
.pricelistbox .titlebox {
	display: block;
	overflow: hidden;
}
.pricelistbox .contentbox {border: 1px solid #00a7bf;}
.pricelistbox .contentbox .titlebox {
	text-align: center;
	font-weight: 600;
	padding-bottom: 0.8em;
	display: block;
	overflow: hidden;
	border-bottom: 1px solid #dadada;
}
.pricelistbox .contentbox .infobox {margin-top: 1em;}
.pricelistbox .contentbox .infobox .info1,
.pricelistbox .contentbox .infobox .info2 {
	display: block;
	overflow: hidden;
}
.pricelistbox .contentbox .infobox .info1 .title {
	font-weight: 600;
	margin-bottom: 0.5em;
}
.pricelistbox .contentbox .infobox .info1 ul li {
	color: #333333;
	margin-bottom: 0.2em;
}
.pricelistbox .contentbox .infobox .info2 ul li {
	width: 100%;
	display: block;
	overflow: hidden;
}
.pricelistbox .contentbox .infobox .info2 ul li .title {font-weight: 600;}
.pricelistbox .contentbox .infobox .info2 ul li .title,
.pricelistbox .contentbox .infobox .info2 ul li p {
	width: 50%;
	margin: 0;
	float: left;
	display: block;
	overflow: hidden;
}
.pricelistbox .contentbox .infobox .info1 ul li:last-child {margin-bottom: 0;}
.pricelistbox .contentbox .infobox .info2 {margin-top: 1.5em;}
.pricelistbox .contentbox .infobox .info2 ul li {margin-bottom: 0.2em;}
.pricelistbox .contentbox .titlebox .title {color: #000000;}
.pricelistbox .contentbox .infobox .info1 .title,
.pricelistbox .contentbox .infobox .info2 ul li .title,
.pricelistbox .contentbox .titlebox .subtitle {color: #00a7bf;}
.pricelistbox .contentbox .infobox .link {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.5em;
	display: block;
	overflow: hidden;
}
.pricelistbox .contentbox .infobox .link a {
	color: #ffffff;
	font-size: 1.1em;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 1.2em;
	padding-right: 1.2em;
	display: block;
	overflow: hidden;
	border: 1px solid #00a7bf;
	background: #00a7bf;
	text-decoration: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s;/*IE8*/
	transition: all 0.3s ease-in-out;
}
.pricelistbox ul li>.contentbox:hover,
.pricelistbox ul li>.contentbox:active,
.pricelistbox ul li>.contentbox:focus,
.pricelistbox .contentbox:hover .infobox .info1 ul li,
.pricelistbox .contentbox:active .infobox .info1 ul li,
.pricelistbox .contentbox:focus .infobox .info1 ul li {color: #ffffff;}
.pricelistbox ul li>.contentbox:hover .subtitle,
.pricelistbox ul li>.contentbox:active .subtitle,
.pricelistbox ul li>.contentbox:focus .subtitle,
.pricelistbox ul li>.contentbox:hover .titlebox .title,
.pricelistbox ul li>.contentbox:active .titlebox .title,
.pricelistbox ul li>.contentbox:focus .titlebox .title,
.pricelistbox ul li>.contentbox:hover .info1 .title,
.pricelistbox ul li>.contentbox:active .info1 .title,
.pricelistbox ul li>.contentbox:focus .info1 .title,
.pricelistbox ul li>.contentbox:hover .info2 .title,
.pricelistbox ul li>.contentbox:active .info2 .title,
.pricelistbox ul li>.contentbox:focus .info2 .title {color: #a6f4ff;}
.pricelistbox .contentbox:hover .infobox .link a,
.pricelistbox .contentbox:active .infobox .link a,
.pricelistbox .contentbox:focus .infobox .link a {
	border: 1px solid #ffffff;
}
.pricelistbox .contentbox:hover .infobox .link a:hover,
.pricelistbox .contentbox:active .infobox .link a:active,
.pricelistbox .contentbox:focus .infobox .link a:focus {
	color: #00a7bf;
	background: #ffffff;
	border: 1px solid #ffffff;
}
@media (min-width:992px){
	.pricelistbox .contentbox .infobox .info1 {min-height: 313.5px;}
	.pricelistbox .contentbox .infobox .info2 {min-height: 159px;}
}
@media (min-width:992px) and (max-width:1199px) {
	.pricelistbox .contentbox .infobox .info1 {min-height: 313.5px;}
	.pricelistbox .contentbox .infobox .info2 {min-height: 180px;}
}
@media (min-width:992px){
	.pricelistbox .contentbox .titlebox .title {font-size: 1em;}
	.pricelistbox .contentbox .titlebox .subtitle {font-size: 2.2em;}
	.pricelistbox .contentbox .infobox .link a {width: 40%;}
}
@media (max-width:991px){
	.pricelistbox .contentbox .titlebox .title {font-size: 1em;}
	.pricelistbox .contentbox .titlebox .subtitle {font-size: 2.2em;}
}
@media (min-width:800px){
	.pricelistbox .contentbox .in_content {
		margin-left: 8%;
		margin-right: 8%;
	}
}
@media (min-width:800px) and (max-width:991px) {
	.pricelistbox ul li.col-md-6 {
		width: 50%;
		float: left;
	}
	.pricelistbox .contentbox .infobox .info1 {min-height: 313.5px;}
	.pricelistbox .contentbox .infobox .info2 {min-height: 201px;}
	.pricelistbox .contentbox .infobox .link a {width: 60%;}
}
@media (min-width:601px) and (max-width:799px) {
	.pricelistbox ul li.col-md-6 {
		width: 50%;
		float: left;
	}
	.pricelistbox .contentbox .infobox .info1 {min-height: 313.5px;}
	.pricelistbox .contentbox .infobox .info2 {min-height: 201px;}
	.pricelistbox .contentbox .infobox .link a {width: 60%;}
}
@media (max-width:799px){
	.pricelistbox .contentbox .infobox .info1 {}
	.pricelistbox .contentbox .infobox .link a {width: 80%;}
	.pricelistbox .contentbox .in_content {
		margin-left: 1.5%;
		margin-right: 1.5%;
	}
}

/* 第五區 ==============*/
.clients {
	padding-bottom: 4em;
	background: url(../images/back_clients.jpg) center center;
	background-size: cover;
	display: block;
	overflow: hidden;
}
.clients .top_title {margin-top: 85px;}
.clientslistbox {
	display: block;
	overflow: hidden;
}
.clientslistbox ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.clientslistbox ul li {
	margin-bottom: 1em;
	display: inline-block;
	display: block;
	overflow: hidden;
}
.clientslistbox ul li a img {width: 100%;}
@media (min-width:992px) and (max-width:1023px) {
	.clientslistbox ul li.col-md-2_4 {
		width: 20%;
		float: left;
	}
}
@media (min-width:768px) and (max-width:991px) {
	.clientslistbox ul li.col-md-2_4 {
		width: 20%;
		float: left;
	}
}
@media (min-width:1025px) {
	.clientslistbox ul li a {
		filter:alpha(opacity=50);
		-moz-opacity:0.5;
		opacity:0.5;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s;
		transition: all 0.3s ease-in-out;
		display: block;
		overflow: hidden;
	}
	.clientslistbox ul li a:hover,
	.clientslistbox ul li a:active,
	.clientslistbox ul li a:focus {
		
		filter:alpha(opacity=100);
		-moz-opacity: 1.0;
		opacity: 1.0;
	}
	.clientslistbox ul#clients2 {
		display: none;
		visibility: hidden;
	}
}
@media screen and (min-width:768px) and (max-width:1024px) {
	.clientslistbox ul li a {
		filter:alpha(opacity=100);
		-moz-opacity:1;
		opacity:1;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s;
		transition: all 0.3s ease-in-out;
		display: block;
		overflow: hidden;
	}
	.clientslistbox ul li a:hover,
	.clientslistbox ul li a:active,
	.clientslistbox ul li a:focus {
		
		filter:alpha(opacity=100);
		-moz-opacity: 1.0;
		opacity: 1.0;
	}
	.clientslistbox ul#clients2 {
		display: none;
		visibility: hidden;
	}
}
@media (max-width:767px) {
	.clientslistbox ul li {
		margin-bottom: 1em;
		display: inline-block !important;
		display: block;
		overflow: hidden;
		float: left;
	}
	.clientslistbox ul li.col-md-2_4 {width: 231px;}
	.clientslistbox ul li a {
		filter:alpha(opacity=100);
		-moz-opacity: 1.0;
		opacity: 1.0;
		display: block;
		overflow: hidden;
	}
	#clientslistbox {
		width: 999px;
		overflow: hidden;
	}
	#clients_inbox {
		width: 800%;
		float: left;
	}
	.clientslistbox ul#clients1 {float: left;}
	.clientslistbox ul#clients2 {float: left;}
}
@media (max-width:700px){
	.clientslistbox ul li.col-md-2_4 {max-width: 668px;}
}


/* 第六區 ==============*/
.works {
	margin-top: 3em;
	margin-bottom: 4em
}
.works .top_title {margin-top: 85px;}
.categorymenu {
	display: block;
	overflow: hidden;
}
.categorymenu ul#filters {padding: 0px;}
.categorymenu #filters {
	list-style: none;
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
}
.categorymenu #filters li {display: -webkit-inline-box;}
.categorymenu #filters li span {
	color: #000000;
	font-size: 1.2em;
	font-weight: 600;
	display: block;
	padding: 0;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 3px solid #ffffff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s;/*IE8*/
	transition: all 0.3s ease-in-out;
	cursor: pointer;
}
.categorymenu #filters li span.active {
	color: #00a7bf;
	border-bottom: 3px solid #00a7bf;
}
.works #portfoliolist {
	padding: 0;
	display: block;
	overflow: hidden;
}	
.works #portfoliolist ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	overflow: hidden;
}
.works #portfoliolist ul li {
	margin-bottom: 2em;
	display: block;
	overflow: hidden;
}
.works #portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	overflow: hidden;
	display: none;
	float: left;
}
.works #portfoliolist .portfolioimgbox {
	overflow: hidden;
	position: relative !important;
	/*cursor: pointer;*/
}
.works #portfoliolist .portfolioimgbox .previewtextbox {
	vertical-align: top;
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.previewtextbox .previewtext {
	width: 100%;
	height: 100%;
	color: #ffffff;
	letter-spacing: 1px;
	top: 0;
	left: 0;
	position: absolute;
	overflow: hidden;
}
.previewtext:hover {
	background: rgba(0,0,0,0.4);
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.txt_animate {visibility: hidden;}
.txt_animate:link,
.txt_animate:visited,
.txt_animate:hover {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.txt_animate:focus,
.txt_animate:active {
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.txt_animate img {
	margin-top: 16%;
	display: -webkit-inline-box;
}
.p_animate_go:hover .txt_animate{visibility: visible;}
.previewtextbox .previewtext .title {
	font-size: 1.4em;
	font-weight: 600;
	margin-bottom: 1.2em;
}
.previewtextbox .previewtext p.info {
	height: 69px;
	font-size: 1.1em;
	letter-spacing: 1.5px;
	margin-bottom: 1.8em;
}
.previewtextbox .previewtext .previewbtn {
	width: 100%;
	display: block;
	overflow: hidden;
}
.previewtextbox .previewtext .previewbtn a.previewlink {
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	border: 1px solid #ffffff;
	display: block;
	overflow: hidden;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s;/*IE8*/
	transition: all 0.3s ease-in-out;
}
.previewtextbox .previewtext .previewbtn a.previewlink:hover,
.previewtextbox .previewtext .previewbtn a.previewlink:active,
.previewtextbox .previewtext .previewbtn a.previewlink:focus {
	background: rgba(0,0,0,0.7);
	border: 1px solid rgba(0,0,0,0.7);
}
.portfolio img {
	max-width:100%;
	/*--position: relative;--*/
	transition: all 300ms!important;
	-webkit-transition: all 300ms!important;
	-moz-transition: all 300ms!important;
}
.previewtextbox .b-line {
	width: 20%;
	top: 0;
	bottom: 0;
	background:rgba(15, 207, 140, 0.9);
	transition:all 0.5s linear;
	-moz-transition:all 0.5s linear;
	-ms-transition:all 0.5s linear;
	-o-transition:all 0.5s linear;
	-webkit-transition:all 0.5s linear;
	position: absolute;
	opacity: 0;
	visibility: hidden;
}
.txt_from_left {
	position: relative;
	left: -100%;
}
.p_animate_go {text-decoration:none;}
.p_animate_go:hover .txt_from_left {left: 0;}
.previewtextbox:hover .b-line {visibility:visible;}
.previewtextbox .b-line1 {left:0;}
.previewtextbox .b-line2 {
	left:20%;
	transition-delay:0.1s !important;
	-moz-transition-delay:0.1s !important;
	-ms-transition-delay:0.1s !important;
	-o-transition-delay:0.1s !important;
	-webkit-transition-delay:0.1s !important;
}
.previewtextbox .b-line3 {
	left:40%;
	transition-delay:0.2s !important;
	-moz-transition-delay:0.2s !important;
	-ms-transition-delay:0.2s !important;
	-o-transition-delay:0.2s !important;
	-webkit-transition-delay:0.2s !important;
}
.previewtextbox .b-line4 {
	left:60%;
	transition-delay:0.3s !important;
	-moz-transition-delay:0.3s !important;
	-ms-transition-delay:0.3s !important;
	-o-transition-delay:0.3s !important;
	-webkit-transition-delay:0.3s !important;
}
.previewtextbox .b-line5 {
	left:80%;
	transition-delay:0.4s !important;
	-moz-transition-delay:0.4s !important;
	-ms-transition-delay:0.4s !important;
	-o-transition-delay:0.4s !important;
	-webkit-transition-delay:0.4s !important;
}
.previewtextbox:hover .b-line{opacity:1;}

.works .pagebtnbox {
	display: block;
	overflow: hidden;
	margin-bottom: 2em;
}
.works .pagebtnbox ul {
	list-style: none;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	display: block;
	overflow: hidden;
}
.works .pagebtnbox ul li {
	text-align: center;
	display: inline-block;
}
.works .pagebtnbox ul li a {
	width: 2.2em;
	height: 2.2em;
	font-size: 1.2em;
	line-height: 2.2em;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	display: block;
	overflow: hidden;
}
.works .pagebtnbox ul li a:hover,
.works .pagebtnbox ul li a:active,
.works .pagebtnbox ul li a:focus {
	color: #ffffff;
	background: #00a7bf;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
@media (min-width:768px) and (max-width:991px) {
	.works #portfoliolist ul li.col-md-4 {
		width: 50%;
		float: left;
	}
}
@media (min-width:768px) {
	.previewtextbox .previewtext {
		padding-top: 2em;
		padding-bottom: 2em;
		padding-left: 2.5em;
		padding-right: 2.5em;
	}
	.categorymenu #filters li span {
		margin-right: 2em;
		margin-bottom: 1em;
	}
}
@media (min-width:600px) and (max-width:767px) {
	.works #portfoliolist ul li.col-md-4 {
		width: 50%;
		float: left;
	}
	.previewtextbox .previewtext {
		padding-top: 1em;
		padding-bottom: 1em;
		padding-left: 2.5em;
		padding-right: 2.5em;
	}
	.categorymenu #filters li span {
		margin-right: 2em;
		margin-bottom: 1em;
	}
}
@media (max-width:599px) {
	.works #portfoliolist ul li.col-md-4 {
		width: 100%;
		float: left;
	}
	.previewtextbox .previewtext {
		padding-top: 2em;
		padding-bottom: 2em;
		padding-left: 2.5em;
		padding-right: 2.5em;
	}
	.categorymenu ul#filters {text-align: left;}
	.categorymenu #filters li span {
		margin-right: 10px;
		margin-left: 10px;
		margin-bottom: 1em;
	}
}
@media (max-width:480px){
	div#portfoliolist {padding: 12px 0px;}
}
@media (max-width:360px){
	.categorymenu #filters li span {
		margin-right: 7px;
		margin-left: 7px;
	}
}
@media (max-width:320px){
	p.txt_animate.txt_from_right {display: none;}
}

/* 第七區 ==============*/
.contact {
	padding-top: 0em;
	padding-bottom: 6em;
	background: #000;
}
.contact .top_title {margin-top: 60px;}
.clientslistbox {
	color: #333333;
	letter-spacing: 1px;
	display: block;
	overflow: hidden;
}
.clientslistbox .info1 {
	line-height: 1.8;
	margin-bottom: 1.5em;
}
.clientslistbox .info2 {
	color: #00a7bf;
	font-size: 1.3em;
	font-weight: 600;
	text-decoration: underline;
}
.clientslistbox .contact_form {
	display: block;
	overflow: hidden;
}
.clientslistbox .contact_list .long,
.clientslistbox .contact_list .shortleft {
	display: block;
	overflow: hidden;
	float: left;
}
.clientslistbox .contact_list .long {width: 100%;}
.clientslistbox .contact_list .shortleft {width: 48%;}
.clientslistbox .contact_list .shortleft:nth-child(even) {margin-left: 2%;}
.clientslistbox .contact_list .shortleft:nth-child(odd) {margin-right: 2%;}
.clientslistbox .contact_list .verification,
.clientslistbox .contact_list .longbtn {
	width: 100%;
	float: left;
}
.clientslistbox .contact_list .verification .inputbox,
.clientslistbox .contact_list .verification .verbox_img,
.clientslistbox .contact_list .verification .verbox_text {float: left;}
.clientslistbox .contact_list .verification .inputbox {
	width: 48%;
	margin-right: 2%;
}
.clientslistbox .contact_list .verification .verbox_img {
	width: 28%;
	margin-left: 2%;
	margin-right: 2%;
	height: 42px;
}
.clientslistbox .contact_list .verification .verbox_img img {
	width: auto;
	height: 42px;
}
.clientslistbox .contact_list .verification .verbox_text {
	width: 18%;
	height: 42px;
	line-height: 42px;
	text-align: center;
	vertical-align: middle;
}
.clientslistbox .contact_list .verification .verbox_text a {
	color:#00a7bf;
	text-decoration: underline;
	transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
}
.clientslistbox .contact_list .verification .verbox_text a:hover,
.clientslistbox .contact_list .verification .verbox_text a:active,
.clientslistbox .contact_list .verification .verbox_text a:focus {color:#01535f;}
.must::-webkit-input-placeholder {color:#00a7bf;}
.must:-moz-placeholder {color: #00a7bf;}
.must::-moz-placeholder {color: #00a7bf;}
.must:-ms-input-placeholder {color: #00a7bf;}
.pick::-webkit-input-placeholder {color:#00a7bf;}
.pick:-moz-placeholder {color: #00a7bf;}
.pick::-moz-placeholder {color: #00a7bf;}
.pick:-ms-input-placeholder {color: #00a7bf;}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
textarea {
	width: 100%;
	color: #333333;
	font-family: "微軟正黑體",微軟正黑體 !important;
	background: #ffffff;
	padding-top: 0.66em;
	padding-bottom: 0.66em;
	padding-right: 1em;
	padding-left: 1em;
	margin-bottom: 1em;
	border: 1px solid #b0b0b0;
	outline: none;
	transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"] {font-size: 1.25em;}
textarea {
	font-size: 1.02em !important;
	min-height: 180px;
}
input[type="text"]:hover,
input[type="email"]:hover,
input[type="tel"]:hover,
input[type="url"]:hover,
input[type="text"]:active,
input[type="email"]:active,
input[type="tel"]:active,
input[type="url"]:active,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
textarea:hover,
textarea:active,
textarea:focus {border: 1px solid #00a7bf;}
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	width: 100%;
	color: #ffffff !important;
	font-size: 1.1em !important;
	font-weight: 600;
	text-align: center;
	vertical-align: middle;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
}
input[type="reset"] {
	background: #333333;
	border: 1px solid #333333;
	outline: none;
}
input[type="submit"] {
	background: #00a7bf;
	border: 1px solid #00a7bf;
	outline: none;
}
input[type="reset"]:hover,
input[type="reset"]:active,
input[type="reset"]:focus {
	background: #666666;
	border: 1px solid #666666;
}
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus {
	background: #01535f;
	border: 1px solid #01535f;
}
@media (min-width:992px){
	.clientslistbox .contact_form {}
}
@media (max-width:991px){
	.clientslistbox .contact_form {margin-top: 2em;}
	.clientslistbox .longbtn .col-md-2 {
		width: 10%;
		float: left;
	}
	.clientslistbox .longbtn .col-md-4 {
		width: 38%;
		margin-left: 1%;
		margin-right: 1%;
		float: left;
	}
}
@media (max-width:640px){
	.clientslistbox .longbtn .col-md-2 {
		display: none;
		visibility: hidden;
	}
	.clientslistbox .longbtn .col-md-4 {
		width: 48%;
		margin-left: 1%;
		margin-right: 1%;
		float: left;
	}
}

/* 第八區 ==============*/
.footer {
	padding: 0;
	background: #000;
	display: block;
	overflow: hidden;	
}
.footer ul {
	color: #fff;
	padding: 0;
	margin: 0;
	list-style: none;
	display: block;
	overflow: hidden;	
}
.footer ul.footer_in {
	margin-top: 4em;
	margin-bottom: 3.5em;
}
.footer ul li {
	padding: 0;
	margin: 0;
	letter-spacing: 1px;
}
.footer ul li a {
	color: #fff;
	text-decoration: none;
	transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
}
.footer ul li a:hover,
.footer ul li a:active,
.footer ul li a:focus {color: #a6f4ff;}
.footer .footer_in .title {
	font-size: 1.2em;
	font-weight: 600;
	margin-bottom: 0.3em;
}
.footer .footer_in ul.list li {margin-top: 0.2em;}
.footer .qrbox {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.footer .qrbox img {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.copyright {
	color: #fff;
	text-align: center;
	padding-top: 1em;
	padding-bottom: 1em;
	background: #000;
}
.copyright a {
	text-decoration:none;
	color:#77b4be;
}
.copyright a:hover {
	color:#fff;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	-moz-transition:0.5s all;
}
ul.footer-icons {
	padding:0;
	margin-bottom:1em;
}
ul.footer-icons li {
	display: inline-block;
}
ul.footer-icons li i {
	width:65px;
	height:64px;
	background:url(../images/footer-icons.png)no-repeat;
	display:inline-block;
	cursor:pointer;
}	
#toTop,
#toTop2 {
	display: none;
	text-decoration: none;
	position: fixed;
	overflow: hidden;
	width: 50px;
	height: 50px;
	border: none;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
}
#toTop:hover,
#toTop:active,
#toTop:focus,
#toTop2:hover,
#toTop2:active,
#toTop2:focus {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
}

#toTop {
	bottom: 120px;
	right: 10px;
}
#toTop2 {
	bottom: 75px;
	right: 5px;
}
#toTopHover {
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: ;
	overflow: hidden;
}
#toTopHover1 {
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: block;
	overflow: hidden;
}
a#toTop {color:#1e1e22;}
a#toTop2 {color:#97979a;}

#toTop #toTopHover1 i {font-size: 3em;}
#toTop2 #toTopHover i {font-size: 2.6em;}
@media (min-width:1200px){
	.footer .footer_in ul.list.find {
		width: 337px;
		float: right;
	}
	.footer .footer_in ul.list.find li {
		min-width: 337px;
		float: left;
	}
	.footer .qrbox img {margin-left: 15%;}
}
@media (min-width:992px) and (max-width:1199px) {
	.footer .footer_in ul.list.find {
		width: 337px;
		float: right;
	}
	.footer .footer_in ul.list.find li {
		min-width: 337px;
		float: left;
	}
	.footer .footer_in .col-md-3 {width: 25%;}
	.footer .footer_in .col-md-5 {width: 33.33333333%;}
	.footer .footer_in .col-md-4 {width: 41.66666667%;}
	.footer .qrbox img {margin-left: 0;}
}
@media (min-width:992px){
	.footer .qrbox img {
		width: auto;
		height: 126px;
	}
}
@media (min-width:800px) and (max-width:991px) {
	.footer .footer_in .col-md-3 {
		width: 25%;
		float: left;
	}
	.footer .footer_in .col-md-5 {
		width: 30%;
		float: left;
	}
	.footer .footer_in .col-md-4 {
		width: 45%;
		float: left;
	}
	.footer .qrbox img {
		width: auto;
		margin-right: 20%;
		height: 123px;
	}
}
@media (min-width:601px) and (max-width:799px) {
	.footer .footer_in .col-md-3 {
		width: 25%;
		float: left;
	}
	.footer .footer_in .col-md-5 {
		width: 30%;
		float: left;
	}
	.footer .footer_in .col-md-4 {
		width: 45%;
		float: left;
	}
	.footer .qrbox img {
		width: auto;
		margin-right: 20%;
		height: 123px;
	}
}
@media (max-width:600px){
	.footer .footer_in {
		text-align: center;
	}
	.footer .footer_in .qrbox {
		margin-top: 2em;
		margin-bottom: 2em;
	}
	.footer .qrbox img {
		width: auto;
		height: 110px;
	}
}

/* 其他 ==============*/
.back_peach {
	color: #ffffff;
	background: #de3897;
}
.back_bluegreen {
	color: #ffffff;
	background: #006680;
}
.back_green {
	color: #ffffff;
	background: #398200;
}

/*=====空白=====*/
.space_in5_top {padding-top: 5px;}
.space_in5_bottom {padding-bottom: 5px;}
.space_in5_right {padding-right: 5px;}
.space_in5_left {padding-left: 5px;}
.space_in8_top {padding-top: 8px;}
.space_in8_bottom {padding-bottom: 8px;}
.space_in8_right {padding-right: 8px;}
.space_in8_left {padding-left: 8px;}
.space_in10 {padding: 10px;}
.space_in10_top {padding-top: 10px;}
.space_in10_bottom {padding-bottom: 10px;}
.space_in10_right {padding-right: 10px;}
.space_in10_left {padding-left: 10px;}
.space_in11_top {padding-top: 11px;}
.space_in11_bottom {padding-bottom: 11px;}
.space_in11_right {padding-right: 11px;}
.space_in11_left {padding-left: 11px;}
.space_in12_top {padding-top: 12px;}
.space_in12_bottom {padding-bottom: 12px;}
.space_in12_right {padding-right: 12px;}
.space_in12_left {padding-left: 12px;}
.space_in15_top {padding-top: 15px;}
.space_in15_bottom {padding-bottom: 15px;}
.space_in15_right {padding-right: 15px;}
.space_in15_left {padding-left: 15px;}
.space_in18_top {padding-top: 18px;}
.space_in18_bottom {padding-bottom: 18px;}
.space_in18_right {padding-right: 18px;}
.space_in18_left {padding-left: 18px;}
.space_in20_top {padding-top: 20px;}
.space_in20_bottom {padding-bottom: 20px;}
.space_in20_right {padding-right: 20px;}
.space_in20_left {padding-left: 20px;}

.space_in2_lefrig {
	padding-right: 2px;
	padding-left: 2px;
}
.space_in3_lefrig {
	padding-right: 3px;
	padding-left: 3px;
}
.space_in4_topbot {
	padding-top: 4px;
	padding-bottom: 4px;
}
.space_in4_lefrig {
	padding-right: 4px;
	padding-left: 4px;
}
.space_in5_topbot {
	padding-top: 5px;
	padding-bottom: 5px;
}
.space_in5_lefrig {
	padding-right: 5px;
	padding-left: 5px;
}

.space_in10_topbot {
	padding-top: 10px;
	padding-bottom: 10px;
}
.space_in10_lefrig {
	padding-right: 10px;
	padding-left: 10px;
}
.space_in12_topbot {
	padding-top: 12px;
	padding-bottom: 12px;
}
.space_in12_lefrig {
	padding-right: 12px;
	padding-left: 12px;
}
.space_in14_lefrig {
	padding-right: 14px;
	padding-left: 14px;
}
.space_out5_top {margin-top: 5px;}
.space_out5_bottom {margin-bottom: 5px;}
.space_out5_right {margin-right: 5px;}
.space_out5_left {margin-left: 5px;}
.space_out8_top {margin-top: 8px;}
.space_out8_bottom {margin-bottom: 8px;}
.space_out8_right {margin-right: 8px;}
.space_out8_left {margin-left: 8px;}
.space_out9_top {margin-top: 9px;}
.space_out9_bottom {margin-bottom: 9px;}
.space_out9_right {margin-right: 9px;}
.space_out9_left {margin-left: 9px;}
.space_out95_top {margin-top: 9.5px;}
.space_out95_bottom {margin-bottom: 9.5px;}
.space_out95_right {margin-right: 9.5px;}
.space_out95_left {margin-left: 9.5px;}
.space_out10_top {margin-top: 10px;}
.space_out10_bottom {margin-bottom: 10px;}
.space_out10_right {margin-right: 10px;}
.space_out10_left {margin-left: 10px;}
.space_out12_top {margin-top: 12px;}
.space_out12_bottom {margin-bottom: 12px;}
.space_out12_right {margin-right: 12px;}
.space_out12_left {margin-left: 12px;}
.space_out14_top {margin-top: 14px;}
.space_out14_bottom {margin-bottom: 14px;}
.space_out14_right {margin-right: 14px;}
.space_out14_left {margin-left: 14px;}
.space_out15_top {margin-top: 15px;}
.space_out15_bottom {margin-bottom: 15px;}
.space_out15_right {margin-right: 15px;}
.space_out15_left {margin-left: 15px;}
.space_out20_top {margin-top: 20px;}
.space_out20_bottom {margin-bottom: 20px;}
.space_out20_right {margin-right: 20px;}
.space_out20_left {margin-left: 20px;}
.space_out22_top {margin-top: 22px;}
.space_out22_bottom {margin-bottom: 22px;}
.space_out22_right {margin-right: 22px;}
.space_out22_left {margin-left: 22px;}
.space_out25_top {margin-top: 25px;}
.space_out25_bottom {margin-bottom: 25px;}
.space_out25_right {margin-right: 25px;}
.space_out25_left {margin-left: 25px;}
.space_out30_top {margin-top: 30px;}
.space_out30_bottom {margin-bottom: 30px;}
.space_out30_right {margin-right: 30px;}
.space_out30_left {margin-left: 30px;}

.space_out5_topbot {
	margin-top: 5px;
	margin-bottom: 5px;
}
.space_out5_lefrig {
	margin-right: 5px;
	margin-left: 5px;
}
.space_out10_topbot {
	margin-top: 10px;
	margin-bottom: 10px;
}
.space_out1015_topbot {
	margin-top: 10px;
	margin-bottom: 15px;
}
.space_out1020_topbot {
	margin-top: 10px;
	margin-bottom: 20px;
}
.space_out12_topbot {
	margin-top: 12px;
	margin-bottom: 12px;
}
.space_out14_topbot {
	margin-top: 14px;
	margin-bottom: 14px;
}
.space_out18_topbot {
	margin-top: 18px;
	margin-bottom: 18px;
}
.space_out22_topbot {
	margin-top: 22px;
	margin-bottom: 22px;
}

.align_center {text-align: center;}
.align_left {text-align: left;}
.align_right {text-align: right;}

.float_right {float: right;}
.float_left {float: left;}
.block {display: block;}

.alpha50 {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}

