@charset "UTF-8";
/* base 全站共通  */

/* reset ------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
   /*vertical-align: baseline;*/
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
	font-size:17px;
	font-family:"微軟正黑體";
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a:hover {
	text-decoration:none;
}
.none {
	display:none;
}

/* 圖片設定 */
img {
	max-width:100%;
	max-height:100%;
}
.pic {
	overflow:hidden;
}
img.bg {
	position: absolute;
    top: 0;
	left:0;
	width: 100%;
    height: 100%;
	z-index:-1;
    object-fit: cover;
}

/* title 標題樣式 */
.titleArea {
	margin-bottom:20px;
}
.sub {
	font-size:1.2rem;
	line-height:1.6;
}
.title01 {
	position:relative;
	font-size:2.8rem;
	padding-bottom:18px;
}
.title02 {
	position:relative;
	font-size:1.8rem;
	text-align:center;
	margin:0 0 18px 0;
}
.title03 {
	position:relative;
	font-size:45px;
	padding-bottom:20px;
	margin-bottom:40px;
	border-bottom:1px solid #fff;
}
@media (max-width: 991px) {
	.title01 {
		position:relative;
		font-size:2.2rem;
		padding-bottom:18px;
	}
}

/* btn 按鈕樣式 */
.btnArea {
	text-align:center;
	margin-top:50px;
}
.btnArea a {
    text-decoration: none;
}
.btn1, .btn2, .btn3, .btn4 {
	display:inline-block;
	min-width:170px;
	height:50px;
	line-height:50px;
	text-align: center;
	font-size: 1em;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}
/*.btn1 .txt::after,
.btn2 .txt::after,
.btn3 .txt::after,
.btn4 .txt::after {
	position: absolute;
	color: #fff;
	content: "\f101";
    font-family: FontAwesome;
	margin-left: 10px;
	transition: margin-left ease 0.5s;
    -moz-transition: margin-left ease 0.5s;
    -webkit-transition: margin-left ease 0.5s;
    -o-transition: margin-left ease 0.5s;
    -ms-transition: margin-left ease 0.5s;
}
.btn1:hover .txt::after,
.btn2:hover .txt::after,
.btn3:hover .txt::after,
.btn4:hover .txt::after {
	margin-left: 20px;
}*/
.btn5,
.btn6 {
	display:inline-block;
	min-width:170px;
	height:50px;
	line-height:50px;
	text-align: center;
	font-size: 0.8em;
	padding: 0;
	transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
	border-radius:0;
}
.btn7,
.btn8 {
	display:inline-block;
	min-width:120px;
	height:40px;
	line-height:35px;
	text-align: center;
	font-size: 0.8em;
	padding: 0 20px;
	transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
	border-radius:4px;
}

/* btn 按鈕顏色 */
.btn1 {
	color: #fff !important;
    background: #c3a34e;
    border: 1px solid #c3a34e;
    font-size:17px;
}
.btn1 .txt::after {
	color: #fff;
}
.btn2 {
	color: #000 !important;
	border: 1px solid #000;
}
.btn2 .txt::after {
	color: #000; 
}
.btn3 {
	color: #fff !important;
	border: 1px solid #fff;
}
.btn3 .txt::after {
	color: #fff;
}
.btn4 {
	color: #fff !important;
	background: #c3a34e;
	border: 1px solid #c3a34e;
}
.btn4 .txt::after {
	color: #fff;
}
.btn1:hover,
.btn2:hover,
.btn3:hover {
	color: #fff !important;
	background: #c3a34e;
	border: 1px solid #c3a34e;
    opacity:0.7;
}
.btn4:hover {
	color: #fff !important;
	opacity:0.7;
}
.btn1:hover .txt::after,
.btn2:hover .txt::after,
.btn3:hover .txt::after,
.btn4:hover .txt::after {
	color: #fff !important;
}
.btn5 {
	color: #fff !important;
	background: #000;
	border: 1px solid #000;
}
.btn5:hover {
	color: #fff !important;
	background: #c3a34e;
	border: 1px solid #c3a34e;
}
.btn6 {
	color: #fff !important;
	background: #c3a34e;
	border: 1px solid #c3a34e;
}
.btn6:hover {
	opacity:0.7!important;
}
.btn7 {
	color: #fff !important;
	background: #c3a34e;
	border: 1px solid #c3a34e;
    font-size:17px;
}
.btn7:hover {
	opacity:0.7!important;
}

/* header ------------------------------------------------------------------*/
header {
	position:relative;
}
/* 連結 */
/* LOGO */
header .logo {
	z-index:10;
}
header .logo a {
	height: 100%;
	display:inline-block;
	overflow:hidden;
}
/* 主選單 */
header .mainMenu {
	display:block;
	z-index:9;
}

/* editor 編輯器 ------------------------------------------------------------------*/
.page_assemble-custom .editor {
	line-height:2;
}

.editor h3 {
    font-size: 1.3rem;
    font-weight: 600;
}

.page_assemble-custom .editor a {
    color: #cb0d09;
    text-decoration: underline;
}
.page_assemble-custom .editor a:hover {
    color: #ff5a57;
}
.editor ul {
    list-style: disc;
    padding-left: 20px;
}
.editor ol {
    list-style: decimal;
    padding-left: 20px;
}
.editor b, .editor strong {
    font-weight: bold;
}

.page_assemble-custom .editor b, .editor img {
    max-width: 80%;
}
@media only screen and (max-width: 1000px) {
    .page_assemble-custom .editor b, .editor img {
        max-width: 100%;
    }
}


/* index 首頁 ------------------------------------------------------------------*/
.index section.row {
	margin:0;
}