img, img:hover, button, button:hover,a, a:hover {
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;	}

html, body, .fullScreen {
  height: 100%; }
:focus ,.btn.focus, .btn:focus{
    outline: none;    
    box-shadow: none;
}
a {
  text-decoration: none; }
  a:hover, a:focus {
    text-decoration: none;
    outline: 0 !important;
    color: #666; }	
hr:before {
	content: "";
	display: block;
	width: 160px;
	height: 1px;
	background: #000;
	position: absolute;
	z-index: -2;}
.hr-normal:before{ 
	display: none;}
.hr-right{ 
	width: 30%;
	margin-right: 0px !important;
	margin-left: auto;}
@media (max-width: 992px) {
	.hr-right{ 
		width: 55%;}}
body {
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
  overflow-x: hidden; }
	
label {
	font-size: 14px;}
		
table th {
	white-space:nowrap;}

table td.tbnowrap {
	white-space:nowrap;}

table th, table tr td {
	vertical-align: middle !important;
	text-align: center;}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px; }}

@media (min-width: 1400px) {
  .container {
    max-width: 1270px; }}
		
.mr0 {
  margin-right: 0px !important; }

.pt0 {
  padding-top: 0 !important; }

.pt10 {
  padding-top: 10px !important; }

.pt20 {
  padding-top: 20px !important; }

.pt30 {
  padding-top: 30px !important; }

.pt40 {
  padding-top: 40px !important; }

.pt50 {
  padding-top: 50px !important; }

.pt60 {
  padding-top: 60px !important; }

.pt70 {
  padding-top: 70px !important; }

.pt80 {
  padding-top: 80px !important; }

.pt90 {
  padding-top: 90px !important; }

.pt100 {
  padding-top: 100px !important; }

.pb0 {
  padding-bottom: 0 !important; }

.pb10 {
  padding-bottom: 10px !important; }

.pb15 {
  padding-bottom: 15px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.pb60 {
  padding-bottom: 60px !important; }

.pb70 {
  padding-bottom: 70px !important; }

.pb80 {
  padding-bottom: 80px !important; }

.pb90 {
  padding-bottom: 90px !important; }

.pb100 {
  padding-bottom: 100px !important; }

.mb0 {
  margin-bottom: 0 !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.mt5 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.mt60 {
  margin-top: 60px !important; }

.mt70 {
  margin-top: 70px !important; }

.mt80 {
  margin-top: 80px !important; }

.mt90 {
  margin-top: 90px !important; }

.mt100 {
  margin-top: 100px !important; }

/* font start */
.bllink {
	color: #0050e3;}
.ori-price{
	display: block;
	color: #999;
	text-decoration: line-through;}
.cart-icon span {
 font-size: 12px;
 line-height: 10px;
 background: #F68B1E;
 padding: 2px;
 border: 2px solid #fff;
 border-radius: 50%;
 position: absolute;
 top: -1px;
 left: 16px;
 color: #fff;
 width: 16px;
 height: 16px;
 text-align: center;
 }
/* font end */
/* form start */
.form-control {
  border-radius: 0;}		
	
.form-control:focus {
  box-shadow: none;
  border-color: #666;}

.form-group.row {
	padding: 8px;}
	
.form-group.row:hover	{
	/*background-color: #eee;*/
	}
	.table-hover tbody tr:hover{
		background-color:initial;
	}
	
.form-check-inline>div {
	margin-left: 10px;
    /*flex: 1;*/
	}
.form-check-input {
	position: relative;
	margin-left: 0rem;}
.form-footer {
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 1rem;
	border-top: 1px solid #dee2e6;}	
		
	.form-footer>:not(:first-child) {
		margin-left: .25rem;}		
	
.help-block {
	margin: 1px;
	top: 5px;
	position: relative;
    display: block;
	}	
	
.btn-mini {
	color: #fff;
	background-color: #0085ac;
	border-color: #0085ac;
	-webkit-font-smoothing: antialiased;}

	.btn-mini:hover {
		color:#4a4a4a;
		background-color:#fff;
		border-color:#0085ac;}

.btn-mini-white {
	color: #000;
	background-color: #fff;
	border: #000 1px solid;
	-webkit-font-smoothing: antialiased;}

	.btn-mini-white:hover {
		color:#fff;
		background-color:#000;
		border-color:#fff;}

.btn-mini-black {
	color: #fff;
	background-color: #000;
	border: #000 1px solid;
	-webkit-font-smoothing: antialiased;}

	.btn-mini-black:hover {
		color:#000;
		background-color:#fff;
		border-color:#000;}

.btn-customer {
	color: #fff;
	background-color: #000;
	border-color: #000;
	-webkit-font-smoothing: antialiased;}
	.btn-customer:hover {
		color:#000;
		background-color: #fff;
		border-color:#000;}
		
.btn-square {
	word-break: keep-all;
	padding: 6px 28px;
	border-radius: 0;
	margin-bottom: 5px;}
	@media (max-width: 768px) {
		.btn-square {
			padding: 6px 14px;}}
.btn-group-square {
	word-break: keep-all;
	padding: 6px 28px;
	border-radius: 0;}
	@media (max-width: 768px) {
		.btn-group-square {
			padding: 6px 14px;}}
/* form end */
/* nav start */

#logo {
	max-width: 100px;}

.navbar {
	background: #fff;}

.navbar > .container {
  position: relative;}
	
.navbar-nav > li > .nav-link {
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 15px;}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 1); }
	
@media (max-width: 992px) {
	.navbar-light .navbar-nav.order-2 {
		margin: 0 auto;
    margin-right: 0px;}
	.navbar-light .navbar-nav.order-2 .nav-link {
    margin: 0px 10px;}}

.nav-search {
  height: 33px;
  overflow: hidden;}

	.nav-search input{
		width:200px;
		border: 0;
		font-size: 14px;
		color: black;
		opacity: 1;
		margin-top: 0px;
		font-weight: normal;
		border-bottom: 1px solid #999;}
		
	.nav-search input:focus{
		outline:none;}
	
	@media (max-width: 992px) {
		.nav-search {
			width: auto;}
		.nav-search input{
			width: auto;}}
			
.navbar-toggler-icon {
 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;}

.navbar-toggler {
  border: 0px !important; }
	
.dropdown-menu {
	width: 500px;
	padding: 1rem;}
@media (max-width: 768px){
.dropdown-menu {
		overflow-y:scroll;
		position: absolute !important;
		left: 50%;
		transform: translate(-75%, 0);
		width: 70vw;
		height: 80vh;
	}
}
.cart-box h5 {
	font-size: 14px;}
.cart-box h6 {
	font-size: 13px;}
.navbar-nav .dropdown-toggle:after { 
	content: none ;}
.photo img {
  width: 100%;
  height: auto;}	
/* nav end */

/* iemsg end */
	.iemsg {
		height: 130px;
		top: 0px;
		width: 100%;
		background: #fff;
		position: fixed;
		z-index: 1031;}
		.iemsg .container {
			position: relative;
			border: 1px solid #000;}
		.iemsg .container h5{
			margin-top: 1.2rem;}
		.iemsg .iemsg-cls-btn {
			position: absolute;
			cursor: pointer;
			right: 10px;
			top: 10px;}
	.iemsg-nav {
		top: 130px !important;}
	.iemsg-main-page{
		margin-top: 200px !important;}
/* iemsg end */

/* main slide*/
.lSSlideWrapper {
	height: 100%;}

.lSSlideOuter {
	margin-top: 70px;
	height: calc(100vh - 70px);}

	.lSSlideOuter .lSPager.lSpg {
		top: 0px;
		position: relative !important;
		margin-top: calc(100vh - 30px) !important;}
		
.content-slider img {
	object-fit: cover;
	object-position: 50% 0%;
	width: 100%;}

.lSAction>a {
  top: calc(50vh - 35px) !important;}

div.atc-slogan {
	padding: 35px !important;}

div#slogan-area {
	position: absolute;
	top: calc(50vh - 130px);
	margin-left: 50px;
	z-index: 1;
	padding: 0;
	overflow: hidden;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	padding: 20px 0px;}


	div#slogan-area h2 {
		font-size: 4.625rem;
		margin-bottom: 5px;
		font-family: "MINI Serif-Bold", "文鼎W標準宋體H";}

@media (max-width: 768px) {	
	div#slogan-area {
		width: calc(100vw - 100px);
		font-size:17px;
		}
		
	div#slogan-area h2 {
		font-size: 30px;}
}

	div#slogan-area #slogan-title {
		float: left;
		padding-left: 20px;
		padding-bottom: 15px;
		font-family: "MINI Serif-Regular", "文鼎W標準宋體B";}

	div#slogan-area #slogan-info {
		padding-top: 80px;
    padding-left: 20px;}

	div#slogan-area #slogan-info a {
		font-size: 15px;
		padding: 8px 70px;
		text-align: center;
		margin: 0;
		border: 2px solid #000;
		background: #000;
		color: #fff;
		display: table;
		font-family: "MINI Serif-Regular", "文鼎W標準宋體B";}

	div#slogan-area #slogan-info a:hover {
		background: #fff;
		color: #000;}

main a img:hover {
	opacity:0.7;
	cursor: pointer;}
	
main .sign-item .sign-item-box {
	height: 200px;
	margin-bottom: 15px;
	background: #ddd;
	font-size:20px;}
	
main .sign-item .sign-item-box,main .sign-item .sign-item-box div {
	display: flex;
	margin: 0 auto;
	text-align: center;}

main .sign-item div h4 {
	font-size: 20px;
	width: 100%;}
	
main .sign-item .sign-item-box .reutrnModalBtn {
	cursor: pointer;}

.index-content .index-content-item {
	font-size: 16px;}

	.index-content .index-content-item img {
		max-width: 100%;}

	.index-content .index-content-item h1 {
		font-size: 40px;
		color: #000;
		margin-bottom: 35px;}
		
	.index-content .index-content-item h1:before {
		content: "";
		display: block;
		width: 95px;
		height: 3px;
		background: #000;
		position: absolute;
		left: 35px;
		top: 90px;
		z-index: -2;}

	.index-content .index-content-item a.more_button {
		font-size: 15px;
		padding: 8px 20px;
		text-align: center;
		margin: 0;
		border: 1px solid #000;
		background: #000;
		color: #fff;
		display: table;
		margin-top: 20px;}
		
	.index-content .index-content-item a.more_button:hover {
		background: #fff;
		color: #000;}
		
	.index-content .index-content-item.index-ad {
		position: relative;}
	.index-content .index-content-item.index-ad img:hover {
		opacity: 0.7;
    cursor: pointer;}	
	.index-content .index-content-item.index-ad .index-ad-slogan{
		position: absolute;
    bottom: 20px;
    left: 20px;
    font-size: 2.5rem;
		color: #fff;}
		
h3.sub-title {
	margin: 0px auto;
	text-align: center;
	font-size: 27px;
	max-width: 330px;
	position:relative;
	font-weight: initial;
	font-style: italic;}
	
	h3.sub-title:before{
		content: "";
		display:block;
		width: 120px;
		height:1px;
		background: #000;
		position: absolute;
		left: 0;
		top: 50%;
		z-index: -2;}
		
	h3.sub-title:after{
		content: "";
		display:block;
		width: 120px;
		height:1px;
		background: #000;
		position: absolute;
		right: 0;
		top: 50%;
		z-index: -2;}
	
.sub-title span{
	background: #fff;
	padding: 5px;}	
	
.slick-prev:before, .slick-next:before {
	color: #ddd;
	font-size: 35px;}
		
.slick-prev {
	left: -35px;
	z-index: 100;}
		
.slick-next {
	right: -35px;
	z-index: 100;}
		
.slick-prev, .slick-next {
	width: 35px;
	height: 35px;}

.card {
	border: 0px;}

.card-title {
	margin-bottom: .3rem;}

@media (max-width: 768px) {
	.index-content {
		flex-wrap: wrap!important;	
	}
	.index-content .index-content-item {
		width: 100%;
	}
	.index-content .index-content-item img {
		width: 100%;
	}
	.index-content .index-content-item h1 {
		font-size: 30px;
    margin-bottom: 30px;
	}		
	.index-content .index-content-item h1:before {
    width: 67px;
    height: 2px;
    left: 35px;
    top: 80px;
    z-index: -2;
	}
	.slick-prev {
			left: -13px;
	}
	.slick-next {
			right: -13px;
	}
}

/* main page start */
.main-page {
	margin-top: 70px;
	padding: 30px 0px;}	
.products-page, .article-page, .product-detail-page {
	padding: 0px;}
#msg-success {
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
	box-shadow: 0 0px 10px rgba(0,0,0,0.2);
	margin: 40px 0px;
	padding: 30px 20px;}
.page-link {
	color: #000;}
.page-link:hover {
    z-index: 2;
    color: #adb5bd;
    text-decoration: none;
    background-color: #fff;
    border-color: #dee2e6;
	font-weight:bold;
}
.page-link {
  
    border: 0px solid #dee2e6;
}
/* main page end */

/* page content start */
#page-content {
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
	box-shadow: 0 0px 10px rgba(0,0,0,0.2);
	margin: 40px 0px;
	padding: 30px 20px;}
#page-content-scroll-inner {
	height: 60vh;
	overflow-y: scroll;
	padding: 40px 0px;
	font-size: 14px;
	line-height: 23px;}
#page-content-inner {
	padding: 40px 0px;
	font-size: 14px;
	line-height: 23px;}
.text-indent {
	text-indent: 1.2rem;}
.text-indent-normal {
	text-indent: 0rem;}
.text-indent-reverse{
	text-indent: -1rem;
	margin-left: 1rem;}	
/* page content start */

/* article content start */
.article-content {
	padding: .5rem;
	line-height: 2rem;}
/* article content end */

/* history products start */
.history-products {
	position: absolute;
	right: 10%;
	width: 92px;
	overflow: hidden;
	border: 1px solid #efefef;
	padding: 10px;
	background-color: #ffffff99;
	z-index: 999;}
@media (max-width: 768px) {
	.history-products {
		display: none;}}		
.history-products h2 {
	font-size: 14px;
	border-bottom: 1px solid;}
	
/* history products end */

/* products start */
.products {
	display: flex;
	flex-wrap: wrap;}
.products-page h2.breadcrumbs, .product-detail-page h2.breadcrumbs {
	font-size: 15px;}
.product-card {
	display: flex;
	flex-direction: column;
	padding: 2%;
	flex: 1 25%;
	background-color: #FFF;
	box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.25);}
.product-image{
	overflow: hidden;
	text-align: center;}
.product-image img {
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	opacity: 1; 
	position: relative;}
.product-image:hover img {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.product-info {
	margin-top: auto;
	padding-top: 20px;
	text-align: center;}
.product-info h5{
	font-size: 14px;}
.product-info h6{
	font-size: 13px;}
@media ( max-width: 768px ) {
	.product-info h5{
		font-weight: normal;
		font-family: "MINI Serif-Regular" , "文鼎W標準宋體B",Arial,sans-serif;}
	.product-info h6{
		font-weight: normal;
		font-family: "MINI Serif-Regular" , "文鼎W標準宋體B",Arial,sans-serif;}}
	
@media ( max-width: 920px ) {
	.product-card {
		flex: 1 30%;}
	.products .product-card:first-child, 
	.products .product-card:nth-child(2) {
		flex: 2 46%;}}

@media ( max-width: 600px ) {
	.product-card {
		flex: 1 46%;}}
/* products end */

/* product detail start */
	.product-detail-page img {
		max-width: 100%;}
	.product-spec>div {
		margin: 5px;}
	.product-spec-color {
		padding-bottom: 5px;}
	.product-spec-color .sel-color {
		cursor: pointer;
		padding: 7px;
		/*width: 36px;*/
		float: left;
		margin: 5px;
	}
	.product-spec-color .sel-color.color-select {
		outline: 1px solid #000;}
	.product-spec-color .color-square {
		height: 20px;
		width: 20px;}
	.product-spec .prod-title {
		font-size: 25px;}
	.product-spec .prod-no {
		font-size: 12px;
		text-align: right;}
		@media (max-width: 768px) {
			.product-spec .prod-no {
				text-align: left;}}
	.product-spec .prod-price {
		font-size: 17px;}
	.product-spec .prod-price .prod-ori-price {
		text-decoration: line-through;
		color: #999;
		text-align: right;}
	.product-spec .prod-price .prod-shop-price {
		font-size: 30px;}
	.sel-size {
		cursor: pointer;
		background: #eee;
		padding: 5px 25px;
		float: left;
		margin: 5px;}
	.sel-size.size-select {
		outline: 1px solid #000;}
	.product-description {
		border: 1px solid #ccc;
		line-height: 28px;
		padding: 10px;}
	.product-description img {
		margin: 0 auto;
		margin-bottom: 20px;}
	.slider-nav {
		width: 90%;
		margin: 0 auto;}
/* product detail end */

/* member categories start*/
.categories li {
  vertical-align: middle; }
  .categories li > ul {
		list-style: none;
    padding-left: 15px; }
    .categories li > ul > li > a {
			width: 100%;
      font-weight: 300; }
		ul.categories li > ul > li > a:after{
		  margin-right: -8px;}
  .categories>li>a {
		width: calc(100% - 15px);
		border-bottom: 1px solid #eee; }
  .categories li a {
    color: #999;
    position: relative;
    display: inline-block;
    padding: 5px 10px;}
    .categories li a:hover {
      color: #444;
    /*  background-color: #f5f5f5; */}

.categories > li.active > a {
  font-weight: 600;
  color: #444; }
.categories .dropdown-toggle.collapsed:after {
	border-top: .3em solid;
	border-bottom: 0;}
.categories .dropdown-toggle:after {
	border-bottom: .3em solid;
	border-top: 0;}	
	ul.categories ,ul.categories li{
		list-style: none;
		padding-left: 0px;}
	ul.categories  li a:after{
    content: ">";
    font-size: 14px;
    padding-right: 3px;
    color: #666;
		float: right;}
/* member categories end */

/* member member-sidebar start*/
.member-sidebar li {
  vertical-align: middle; }
	@media (max-width: 768px) {
		.member-sidebar li{
		display: inline-block;}}
  .member-sidebar li > ul {
		list-style: none;
    padding-left: 15px; }
    .member-sidebar li > ul > li > a {
      font-weight: 300; }
  .member-sidebar li a {
    color: #999;
		width: 90%;
		margin-bottom: 8px;
    position: relative;
    display: inline-block;
    padding: 5px 10px;
    border-bottom: 1px solid #eee; }
    .member-sidebar li a:hover {
      color: #444;
      /*background-color: #f5f5f5;*/ }

.member-sidebar > li.active > a {
  font-weight: 600;
  color: #444; }
.member-sidebar .dropdown-toggle.collapsed:after {
	border-top: .3em solid;
	border-bottom: 0;}
.member-sidebar .dropdown-toggle:after {
	border-bottom: .3em solid;
	border-top: 0;}	
	ul.member-sidebar ,ul.member-sidebar li{
		list-style: none;
		padding-left: 0px;}
	ul.member-sidebar li:after{
    content: ">";
    font-size: 14px;
    padding-right: 3px;
    color: #666;
		margin-left: -10px;}
	
@media (max-width: 768px) {
	ul.member-sidebar li:after{
		display: none;}
	.member-sidebar-container {
		overflow-x: hidden;}
	.member-sidebar-container ul {
		list-style-type: none;
		position: relative;
		left: -16px;
		padding: 0;}
	.member-sidebar-container ul li {
		display: inline-block;
		line-height: 1;
		margin-bottom: 1em;
		border-left: 1px solid #ccc;}
	.member-sidebar-container ul li a {
		width: 100%;
		margin: 0px 3px;}}
/* member member-sidebar end */

/* shoppingmore start */
	.shoppingmore-item {
		border-bottom: 1px solid #333;
		margin: 10px 0px;
		padding: 10px 0px;}
	.shoppingmore-item-no {
		font-size: 25px;}
	.shoppingmore-mobile {
		display: none;}
	@media (min-width: 769px) {
	.shoppingmore {
		display: block;}}
	@media (max-width: 768px) {
	.shoppingmore {
		display: none;}
	.shoppingmore-mobile {
		display: block;}}
/* shoppingmore end */

/* nav-tabs start */
.nav-tabs {
	margin: 0px;
	font-size: 19px;
	background: #f4f4f4;}
@media (max-width: 768px) {
	.nav-tabs .nav-item{
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;}}
/* nav-tabs end */

/* member start */
#member {
	font-size: 15px;
	margin-top: 30px;
	margin-bottom: 50px;}
	
#member .member-form {
	width: 100%;
	margin: 0 auto;}
@media (min-width: 1200px) {
	#member .member-form {
	width: 70%;}}	
		
.member-tips {
	line-height: 30px;}
.points-area {
	display: inline-block;
	border-radius: 5px;
	padding: 0px 20px;
	color: #fff;
	font-size: 18px;}			
.total-points {
	min-width: 100px;
	background: #00ac8e;}
.available-points {
	min-width: 100px;
	font-size: 22px;
	margin:	0px 10px;
	color: #29ac00;}
.add-points {
	color: #0085ac;}
.minus-points {
	color: #ac004f;}
/* member end */

/* order end */
.order-view {
	font-size: 14px;
	margin-left: 10px;}
.order-price {
	font-size: 15px;}
@media (min-width: 768px){
	.order-page .member-tips.order-text-right {
		text-align: right;
	}}
/* order end */

/* order detail start */
.order-detail-status {
	font-size: 14px;
	margin-left: 10px;
	color:#d30000;}
.order-tips {
	border: 1px solid #ccc;
	line-height: 28px;
	padding: 10px;}
.order-tips .text-indent-reverse {
	padding-bottom: 0;
	margin-bottom: 0px;}
/* order detail end */

/* branch start */
.branch-item {
	padding: 30px;
	line-height: 35px;}
	.branch-item:nth-child(even) {
		 background: #eee}
@media (max-width: 768px) {
	.branch-item .col-lg-3 {
		margin-left: 1.6rem;}}
.map-iframe {
	width: 100%;
	height: 50vh;
	min-height: 300px;
	max-height: 350px;}
.map-modal .fa-map-marker-alt {
	font-size: 25px;
	margin-right: 5px;}
/* branch end */
		
/* faq start */
.faq-list h2 {
	background: #ddd;
	padding: 15px 20px;}
.faq-item {
	padding: 1px;
	line-height: 25px;}
.faq-item .faq-item-title:before {
	content: "-";
	font-size: 14px;
	color: #666;
	margin-right: 5px;}
.faq-item .faq-item-title.collapsed:before {
	content: "+";}
@media (max-width: 768px) {
	.faq-item .col-lg-3 {
		margin-left: 1.6rem;}}
	.faq-item .faq-item-title {
		background: #fafafa;
		cursor: pointer;
		padding: 10px 20px;}
	.faq-item .faq-item-content {
		padding: 0px 20px;
    line-height: 2rem;
		border-bottom: 2px solid #eee;}
/* faq end */

/* payment start */
.payment-note {
	color: #dc3545!important;}
@media (min-width: 992px) {
.payment-note span{
	display: block;
	text-indent: 47px;}}
/* payment end */
		
footer h4 {
	font-size: 16px;}

footer p {
	margin: 14px 0px;
	padding: 0px;
	font-size: 14px;}

footer .footer-inner .container {
	padding: 70px 0px;
	background: #f5f5f7;}	

footer .footerCollapse {
	font-family: "MINI Serif-Bold" , "文鼎W標準宋體H";
	margin-bottom: 20px;}
	
.footerCollapse span {
	display: none;}

footer .d-flex.flex-lg-row {
	margin: 0px 90px;}
@media (max-width: 992px){
	footer .footer-inner .container .flex-fill {
		padding-bottom: 10px;
		border-bottom: 1px solid #ccc;}
	footer .footer-inner .container {
	padding: 30px 20px;}
	footer .footerCollapse {
		margin-bottom: 0px;}
	.footerCollapse {
		position: relative;}
	.footerCollapse span {
		display: block;
		position: absolute;
    height: 24px;
		left: 0;
		top: 0;
		width: 100%;
    z-index: 2;}
	.footerCollapse span:after {
		content: "-";
    font-size: 14px;
    color: #666;
		float: right;}
	.footerCollapse span.collapsed:after {
		content: "+";}

		.navbar-expand-lg {
			-ms-flex-flow: row wrap;
			flex-flow: row wrap;
		}
	footer .d-flex.flex-lg-row {
		margin: 0px;}	
	}
		

.back-to-top {
  position: fixed;
  display: block;
  width: 30px;
    height: 30px;
    border-radius: 16px;
  bottom: 0px;
  left: 50%;
  background: #66666682;
  color: #fff;
  line-height: 30px;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  -moz-transition: -moz-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transform: translate3d(0, 15px, 0);
  -webkit-transform: translate3d(0, 15px, 0); }
  .back-to-top i {
    display: block;
    font-size: 13px;
		padding: 3px 0px;
    line-height: 25px;
    text-align: center; }
  .back-to-top:hover {
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.2);
    color: #fff; }
  .back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0); }

.clearfix {
	display: block;
	clear: both;
	content: "";}
.searchBtn{
	background: 0;
	border: 0;
	position: absolute;
}
@media screen and (max-width: 992px){
	.nav-search input{
		position:initial;
	}
	.searchBlock{
		position: absolute;
		left: 0;
		top:-70px;
		width: 100%;
		transition: all .3s ease;
		background:#FFF;
	}
	.searchBlock.active{
		top:70px;
	}
	.searchBlock .searchTxt{
		
		width: 96%;
		margin: 0px auto;
		margin-bottom: 8px;
		height: 35px;
		border: 1px solid #CCC;
		border-radius: 0px;
		display: block;
	}
	.searchBlock .searchTxt::-webkit-inner-spin-button {
		-webkit-appearance: none;
		display: none;
	}


	.searchBtn{
		right: 3%;
		top: 0px;
		font-size: 16px;
		color: #707070;
		padding: 8px 12px;
	}

	.form-group{
		margin-bottom:0;
	}
}
@media screen and (min-width: 992px){
	.nav-search a{
		display:none;
	}
	
	.searchBlock{
		padding: .5rem 1rem;
	}
	.searchBtn{
		margin-left: -23px;
	}
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

.searchBtn:focus { outline: 0; }
	
.input-group-text{
     border-radius: 0; 
}

#inputContactAddr{
	margin-bottom:15px;
}
.form-check-inline{
    padding-left: 7px;
}










































