@charset "UTF-8";
* {
	font-family: 微軟正黑體;
}

/* go-top */
.go-top{
	display: block;
	width: 40px;
	height: 40px;
	line-height: 35px;
	text-align: center;
	font-size: 30px;
	position: fixed;
	bottom: -40px;
	right: 20px;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
	background-color: #404040;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.go-top.show {
	bottom: 20px;
	color:# fff;
	background-color: rgba(0, 0, 0, 0);
}
.go-top:hover {
	background-color: #fff;
	color:# fff;
}

/* h2-w分隔線-W */
h2.no-background-w {
	position: relative;
	overflow: hidden;
	//max-width: 600px;
	//text-align: center;
	margin: 0 200px;
}
h2.no-background-w span {
	display: inline-block;
	vertical-align: baseline;
	zoom: 1;
	*display: inline;
	*vertical-align: auto;
	position: relative;
	padding: 0 20px;
	color: #fff;
}
h2.no-background-w span:before,
h2.no-background-w span:after {
	content: '';
	display: block;
	width: 1000px;
	position: absolute;
	top: 0.73em;
	border-top: solid 1px #fff;
}
h2.no-background-w span:before {
	right: 100%;
}
h2.no-background-w span:after {
	left: 100%;
}

/* h2分隔線 */
h2.no-background {
	position: relative;
	overflow: hidden;
	margin: 0 200px;
}
h2.no-background span {
	display: inline-block;
	vertical-align: baseline;
	zoom: 1;
	*display: inline;
	*vertical-align: auto;
	position: relative;
	padding: 0 20px;
	color: #ff6e3a;
}
h2.no-background span:before,
h2.no-background span:after {
	content: '';
	display: block;
	width: 1000px;
	position: absolute;
	top: 0.73em;
	border-top: solid 1px #ff6e3a;
}
h2.no-background span:before {
	right: 100%;
}
h2.no-background span:after {
	left: 100%;
}

/* 虛線 */
.dotted {
	display: inline-block;
	width: 100%;
	padding-top: 2px;
	padding-bottom: 5px;
	font-size: 18px;
	border-bottom: dashed 1px #bbb;	
}
/* 實線 */
.line {
	border-top: solid 1px #222;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}

/* 按鈕 */
.btn-orange {
	background-color: #ff6e3a;
	color: #fff;
}

/* 下拉選單 */
.dropdown {
	font-size: 15px;
	width: 15em;	
	margin: 10px 10px;
	margin-bottom: 1em;
	z-index: 10;
}
.dropdown dt a {
	display: block;
	height: 2.5em;
	width: 100%;
	border: 1px solid #ecf0f1;
	border-radius: 3px;
	text-decoration: none;
	color: #000;
}
.dropdown dt a:hover, .dropdown dt a:active {
	border-color: #bdc3c7;
}
.dropdown dt span {
	display: block;
	padding: 0 1em;
	line-height: 2.5em;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHo+AACAQQAA+MoAAIC0AAB48QAA9RwAADw3AAAbzhlfIT4AAACJSURBVHjajNAxCsJAEEbhb5cU4i0sbHIaL6IQTxFPo4VeROwXQs4gKW1cWJZEM90wj5l5f0jDeMXBunqENIw7vLD9A09oIxL6FdsvSCENI2zwxH4BTmgxxeJc92P76cuIpRBuc6K45yZWwzPeleixBOLMr30tWgJZuqwcQJNFy2GzkHeHUMPwGQChFSPmzlJ1WgAAAABJRU5ErkJggg==) no-repeat scroll right center;
	border-right: 1em solid transparent;
	cursor: pointer;
}
.dropdown dd {
	position: relative;
}
.dropdown dd ul {
	display: none;
	position: absolute;
	left: 0;
	top: -2.5em;
	width: 100%;
	list-style: none;
	background: #fff none repeat scroll 0 0;
	border: 1px solid #bdc3c7;
	border-radius: 3px;
}
.dropdown dd ul li:first-child a:hover {
	border-radius: 3px 3px 0 0;
}
.dropdown dd ul li:last-child a:hover {
	border-radius: 0 0 3px 3px;
}
.dropdown dd li a {
	display: block;
	padding: 0 1em;
	line-height: 2.5em;
	text-decoration: none;
}
.dropdown dd li a:hover {
	background-color: #ff6e3a;
	color: #fff;
	cursor: pointer;
}
.selected {
	font-weight: 700;
}

/* 標題 */
.page-title {
	font-size: 30px;
	//font-weight: 400;
	text-align: left;
	//width: 200px;
	padding-bottom: 10px;
	//margin-bottom: 10px;
	color: #7e642b;	
	color: #ccc;
}
.page-title-line {
	//font-size: 24px;
	//font-weight: 600;
	//border-bottom: solid 3px #e5004f;
	width: 180px;
	padding-bottom: 0px;
}

/* 地圖 */
.iframe-rwd {
    position: relative;
    padding-bottom: 200px;
    padding-top: 5px;
    height: 0;
    overflow: hidden;
}
.iframe-rwd iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
/* 表單 */
.form-group {
	font-size: 20px;
	font-weight: 400;
}

/* Section */
section {
  padding: 50px 0px;
}

section#section_service {
  background-color: #ff6e3a;
}
section#section_service .col-sm-5.img {
  background-image: url(https://www.booklife.com.tw/upload_files/booklife/website/g0200021%20-c2.jpg);
  height: 350px;
  mix-blend-mode: multiply;
}
section#section_service h2 {
  margin-top: 130px;
  padding: 0px 20px;
}