@charset "UTF-8";
/*網頁全共用設定*/

/*網路字體引用CSS設定*/
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
/*思源黑體 套用名字 Noto Sans TC */

/*Bootstrap3.37 官方基礎CSS*/
@import url(bootstrap.min.css);

/*股溝的ICONFONT*/
/*@import url("../fonts/iconfont-google/material-icons.css");*/
/*taiwan iconfont*/
/*@import url("../fonts/iconfont-taiwan/twicon.css");*/
/*animate動畫CSS*/
@import url("animate.min.css");

/*font-awesome4-7*/
@import url("../font-awesome/css/font-awesome4-7.min.css");

/*輪播owl.carousel插件的CSS 官方網址-- https://owlcarousel2.github.io/OwlCarousel2/demos/demos.html*/
@import url("animate.css");


/*漸層*/
@import url(revisionstyle.css);

html{
	overflow-y: scroll;
	}

html,body {
	font-family: 'Noto Sans TC','PingFang TC',Microsoft JhengHei,'微軟正黑體',Helvetica,sans-serif;
	color: #666;
	position: relative;
	/*width: 100%;*/
	min-height: 101vh;
	padding: 0 !important;
	}

body {
	overflow-x: hidden;
	}					

/*標題*/
h1,h2,h3,h4,h5,h6{
	color:#333;
}

p {
    margin: 0;
    color: #333;
}

h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6 {
	padding: 0;
}
.h2, h2 {
    font-size: 3em;
}
.h3, h3 {
    font-size: 30px;
}
a {
	color: #999;
}
a:hover, a:focus {
	color: #c0392b;
	}	/*超連結統一不要下底線*/
label a {
	display: block;
}
img{
	backface-visibility:hidden;
	
	/*image-rendering:-moz-crisp-edges;*/          /* Firefox        */
	image-rendering:-o-crisp-edges;            /* Opera          */
	image-rendering:-webkit-optimize-contrast; /* Safari         */
	image-rendering:optimize-contrast;         /* CSS3 Proposed  */
	-ms-interpolation-mode:nearest-neighbor;   /* IE8+           */
	}	/*圖片更銳利化*/

/* 
img[src$=".gif"], img[src$=".png"] {
	image-rendering: auto;
	}/*應用於GIF和PNG圖片; 防止邊緣模糊 */

button, a, input:focus,button:focus{
	outline: none !important;
	}	/*連結或點擊的按鈕 不顯示外虛線*/

hr {
	border-top: 1px dashed #bbb;
	clear: both;
	float: none;
}	/* 水平線 */

@media(max-width:991px){
hr {
	margin: 20px 0;
}	/* 水平線 */
}

/*自己常用的共用樣式*/
.hr{
	position: relative;
}

.hr:before,.hr:after{
    display: block;
    position: absolute;
    content: "";
    bottom: -5px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #DEDEDE;
}

.hr:after{
    left: unset;
    right:0;
}

ol{
	padding-left:20px;
}


/*字體大小*/
.textXL{
	font-size: 26px;
	font-weight: 500;
}

.textb{
	font-size: 24px;
}

.textbs{
	font-size: 20px;
}

.textm{
	font-size: 18px;
}

.textms{
	font-size: 17px;
}

.texts{
	font-size: 16px !important;
	margin-top: 20px;
}

.textss{
	font-size: 15px;
}

/*字體顏色*/
.tcolor-white{
	color:#fff !important;
}

.tcolor-red{
	color:#FF2E2E !important;
}

.tcolor-black{
	color:#333 !important;
}

.tcolor-gray{
	color:#666 !important;
}

.tcolor-orange{
	color:#ED7700 !important;
}

.tcolor-lightblue{
	color:#337ab7 !important;
}

.tcolor-green{
    color:#887c40 !important;
}

/*字型樣式*/
.tcrbg {
    background:#f2f2f2;
    border-radius: 5px;
    padding: 5px 20px;
}
.tcrbg .btn {
	font-size: 18px !important;
	line-height: 28px !important;
}
.t2crbg {
    background: #eee;
    border-radius: 5px;
    padding: 5px 20px;
}
.text-bline{
	display: inline-block;
	text-align: left;
	min-height: 1px;
	text-decoration: underline;
	cursor: pointer;
}

.noxs-text-center{
	text-align: center !important;
}
	
.noxs-text-right{
	text-align: right !important;
}
	
.noxs-text-left{
	text-align: left !important;
}
.txtcenter {	
    margin: 0 auto;
}
.txtcon {
	padding: 2% 5%;
}
.fright {
	float:right;
}
/* 圖片設定 */
.aphoto {
	width: 90%;
    margin: 0 auto;
	display: block;
}
.rephoto {
	position: relative;
	z-index: 0;
	top:15%;
	left: 0;
}
.rephoto1 {
	position: absolute;
	right: 2%;
	top:20%;
	z-index: 1;
}
.rephoto2 {
	position: absolute;
	right: 0;
	bottom: 40%;
	z-index: 2;
}
.rephoto3 {
	position: absolute;
	left: 0;
	top: 5%;
	z-index: 2;
}
@media(max-width:767px){
.noxs-text-center,.noxs-text-right,.noxs-text-left{
	text-align: inherit;
}
	
.xs-text-center{
	text-align: center !important;
}
	
.xs-text-right{
	text-align: right !important;
}
	
.xs-text-left{
	text-align: left !important;
}
}

/*chart表設定*/
.chart-body{
	width: 100%;
	overflow: hidden;
	height: auto;
}
/*圖*/
.thumbnail a>img, .thumbnail>img {
    margin: 3% auto;
	width: 90%;
}
/*自定義RWD寬度*/
.new-row{
}
/*
.WIDTH-5-XS,.WIDTH-5-XS-TABLE,.WIDTH-5-XS-INLINEBLOCK{width:5%;}
.WIDTH-10-XS,.WIDTH-10-XS-TABLE,.WIDTH-10-XS-INLINEBLOCK{width:10%;}
.WIDTH-15-XS,.WIDTH-15-XS-TABLE,.WIDTH-15-XS-INLINEBLOCK{width:15%;}
.WIDTH-20-XS,.WIDTH-20-XS-TABLE,.WIDTH-20-XS-INLINEBLOCK{width:20%;}
.WIDTH-25-XS,.WIDTH-25-XS-TABLE,.WIDTH-25-XS-INLINEBLOCK{width:25%;}
.WIDTH-30-XS,.WIDTH-30-XS-TABLE,.WIDTH-30-XS-INLINEBLOCK{width:30%;}
.WIDTH-35-XS,.WIDTH-35-XS-TABLE,.WIDTH-35-XS-INLINEBLOCK{width:35%;}
.WIDTH-40-XS,.WIDTH-40-XS-TABLE,.WIDTH-40-XS-INLINEBLOCK{width:40%;}
.WIDTH-45-XS,.WIDTH-45-XS-TABLE,.WIDTH-45-XS-INLINEBLOCK{width:45%;}
.WIDTH-50-XS,.WIDTH-50-XS-TABLE,.WIDTH-50-XS-INLINEBLOCK{width:50%;}
.WIDTH-55-XS,.WIDTH-55-XS-TABLE,.WIDTH-55-XS-INLINEBLOCK{width:55%;}
.WIDTH-60-XS,.WIDTH-60-XS-TABLE,.WIDTH-60-XS-INLINEBLOCK{width:60%;}
.WIDTH-65-XS,.WIDTH-65-XS-TABLE,.WIDTH-65-XS-INLINEBLOCK{width:65%;}
.WIDTH-70-XS,.WIDTH-70-XS-TABLE,.WIDTH-70-XS-INLINEBLOCK{width:70%;}
.WIDTH-75-XS,.WIDTH-75-XS-TABLE,.WIDTH-75-XS-INLINEBLOCK{width:75%;}
.WIDTH-80-XS,.WIDTH-80-XS-TABLE,.WIDTH-80-XS-INLINEBLOCK{width:80%;}
.WIDTH-85-XS,.WIDTH-85-XS-TABLE,.WIDTH-85-XS-INLINEBLOCK{width:85%;}
.WIDTH-90-XS,.WIDTH-90-XS-TABLE,.WIDTH-90-XS-INLINEBLOCK{width:90%;}
.WIDTH-100-XS,.WIDTH-100-XS-TABLE,.WIDTH-100-XS-INLINEBLOCK{width:100%;}
*/

.WIDTH-5,.WIDTH-5-TABLE,.WIDTH-5-INLINEBLOCK{width:5%;}
.WIDTH-10,.WIDTH-10-TABLE,.WIDTH-10-INLINEBLOCK{width:10%;}
.WIDTH-15,.WIDTH-15-TABLE,.WIDTH-15-INLINEBLOCK{width:15%;}
.WIDTH-20,.WIDTH-20-TABLE,.WIDTH-20-INLINEBLOCK{width:20%;}
.WIDTH-25,.WIDTH-25-TABLE,.WIDTH-25-INLINEBLOCK{width:25%;}
.WIDTH-30,.WIDTH-30-TABLE,.WIDTH-30-INLINEBLOCK{width:30%;}
.WIDTH-35,.WIDTH-35-TABLE,.WIDTH-35-INLINEBLOCK{width:35%;}
.WIDTH-40,.WIDTH-40-TABLE,.WIDTH-40-INLINEBLOCK{width:40%;}
.WIDTH-45,.WIDTH-45-TABLE,.WIDTH-45-INLINEBLOCK{width:45%;}
.WIDTH-50,.WIDTH-50-TABLE,.WIDTH-50-INLINEBLOCK{width:50%;}
.WIDTH-55,.WIDTH-55-TABLE,.WIDTH-55-INLINEBLOCK{width:55%;}
.WIDTH-60,.WIDTH-60-TABLE,.WIDTH-60-INLINEBLOCK{width:60%;}
.WIDTH-65,.WIDTH-65-TABLE,.WIDTH-65-INLINEBLOCK{width:65%;}
.WIDTH-70,.WIDTH-70-TABLE,.WIDTH-70-INLINEBLOCK{width:70%;}
.WIDTH-75,.WIDTH-75-TABLE,.WIDTH-75-INLINEBLOCK{width:75%;}
.WIDTH-80,.WIDTH-80-TABLE,.WIDTH-80-INLINEBLOCK{width:80%;}
.WIDTH-85,.WIDTH-85-TABLE,.WIDTH-85-INLINEBLOCK{width:85%;}
.WIDTH-90,.WIDTH-90-TABLE,.WIDTH-90-INLINEBLOCK{width:90%;}
.WIDTH-100,.WIDTH-100-TABLE,.WIDTH-100-INLINEBLOCK{width:100%;}

.WIDTH-100-TABLE,.WIDTH-100-XS-TABLE{width:1%;}

.WUDTH-AUTO{
	width:auto;
}

[class*=WIDTH],[class*=-TABLE],[class*=-INLINEBLOCK]{
	overflow: hidden;
	box-sizing: border-box;
	padding: 0;
	position: relative;
    min-height: 1px;
	margin: 0 auto;
}

[class*=WIDTH]{
	float:left;
	display: block !important;
}

[class*=-TABLE]{
	float:none;
	display: table-cell !important;
}

[class*=-INLINEBLOCK]{
	float:none;
	display: inline-block !important;
}

@media screen and (max-width: 991px){

.WIDTH-5,.WIDTH-10,.WIDTH-15,.WIDTH-20,.WIDTH-25,.WIDTH-30,.WIDTH-35,.WIDTH-40,
.WIDTH-45,.WIDTH-50,.WIDTH-55,.WIDTH-60,.WIDTH-65,.WIDTH-70,.WIDTH-75,
.WIDTH-80,.WIDTH-85,.WIDTH-90,.WIDTH-100,
	
.WIDTH-5-TABLE,.WIDTH-10-TABLE,.WIDTH-15-TABLE,.WIDTH-20-TABLE,
.WIDTH-25-TABLE,.WIDTH-30-TABLE,.WIDTH-35-TABLE,.WIDTH-40-TABLE,
.WIDTH-45-TABLE,.WIDTH-50-TABLE,.WIDTH-55-TABLE,.WIDTH-60-TABLE,
.WIDTH-65-TABLE,.WIDTH-70-TABLE,.WIDTH-75-TABLE,.WIDTH-80-TABLE,
.WIDTH-85-TABLE,.WIDTH-90-TABLE,.WIDTH-95-TABLE,.WIDTH-100-TABLE,
	
.WIDTH-5-INLINEBLOCK,.WIDTH-10-INLINEBLOCK,.WIDTH-15-INLINEBLOCK,.WIDTH-20-INLINEBLOCK,
.WIDTH-25-INLINEBLOCK,.WIDTH-30-INLINEBLOCK,.WIDTH-35-INLINEBLOCK,.WIDTH-40-INLINEBLOCK,
.WIDTH-45-INLINEBLOCK,.WIDTH-50-INLINEBLOCK,.WIDTH-55-INLINEBLOCK,.WIDTH-60-INLINEBLOCK,
.WIDTH-65-INLINEBLOCK,.WIDTH-70-INLINEBLOCK,.WIDTH-75-INLINEBLOCK,.WIDTH-80-INLINEBLOCK,
.WIDTH-85-INLINEBLOCK,.WIDTH-90-INLINEBLOCK,.WIDTH-95-INLINEBLOCK,.WIDTH-100-INLINEBLOCK
{
	float: none;
	width:100%;
}

.WIDTH-5-XS,.WIDTH-5-XS-TABLE{width:5%;float: left;}
.WIDTH-10-XS,.WIDTH-10-XS-TABLE{width:10%;float: left;}
.WIDTH-15-XS,.WIDTH-15-XS-TABLE{width:15%;float: left;}
.WIDTH-20-XS,.WIDTH-20-XS-TABLE{width:20%;float: left;}
.WIDTH-25-XS,.WIDTH-25-XS-TABLE{width:25%;float: left;}
.WIDTH-30-XS,.WIDTH-30-XS-TABLE{width:30%;float: left;}
.WIDTH-35-XS,.WIDTH-35-XS-TABLE{width:35%;float: left;}
.WIDTH-40-XS,.WIDTH-40-XS-TABLE{width:40%;float: left;}
.WIDTH-45-XS,.WIDTH-45-XS-TABLE{width:45%;float: left;}
.WIDTH-50-XS,.WIDTH-50-XS-TABLE{width:50%;float: left;}
.WIDTH-55-XS,.WIDTH-55-XS-TABLE{width:55%;float: left;}
.WIDTH-60-XS,.WIDTH-60-XS-TABLE{width:60%;float: left;}
.WIDTH-65-XS,.WIDTH-65-XS-TABLE{width:65%;float: left;}
.WIDTH-70-XS,.WIDTH-70-XS-TABLE{width:70%;float: left;}
.WIDTH-75-XS,.WIDTH-75-XS-TABLE{width:75%;float: left;}
.WIDTH-80-XS,.WIDTH-80-XS-TABLE{width:80%;float: left;}
.WIDTH-85-XS,.WIDTH-85-XS-TABLE{width:85%;float: left;}
.WIDTH-90-XS,.WIDTH-90-XS-TABLE{width:90%;float: left;}
.WIDTH-100-XS,.WIDTH-100-XS-TABLE{width:100%;float: left;}
	
.WIDTH-5-XS-INLINEBLOCK{width:5%;}
.WIDTH-10-XS-INLINEBLOCK{width:10%;}
.WIDTH-15-XS-INLINEBLOCK{width:15%;}
.WIDTH-20-XS-INLINEBLOCK{width:20%;}
.WIDTH-25-XS-INLINEBLOCK{width:25%;}
.WIDTH-30-XS-INLINEBLOCK{width:30%;}
.WIDTH-35-XS-INLINEBLOCK{width:35%;}
.WIDTH-40-XS-INLINEBLOCK{width:40%;}
.WIDTH-45-XS-INLINEBLOCK{width:45%;}
.WIDTH-50-XS-INLINEBLOCK{width:50%;}
.WIDTH-55-XS-INLINEBLOCK{width:55%;}
.WIDTH-60-XS-INLINEBLOCK{width:60%;}
.WIDTH-65-XS-INLINEBLOCK{width:65%;}
.WIDTH-70-XS-INLINEBLOCK{width:70%;}
.WIDTH-75-XS-INLINEBLOCK{width:75%;}
.WIDTH-80-XS-INLINEBLOCK{width:80%;}
.WIDTH-85-XS-INLINEBLOCK{width:85%;}
.WIDTH-90-XS-INLINEBLOCK{width:90%;}
.WIDTH-100-XS-INLINEBLOCK{width:100%;}
}

/*特殊自定義*/
.no-padding-margin{
	padding:0 !important;
	margin:0 !important;
	}

.no-padding{
	padding:0 !important;
}

@media(max-width:767px){
.no-padding-xs{
	padding:0 !important;
}
}

.all-padding-s{
	padding: 5px !important;
}

.all-padding-m{
	padding: 10px !important;
}

.all-padding{
	padding: 15px !important;
}

.tb-padding-s{
	padding-top:5px !important;
	padding-bottom:5px !important;
}

.lr-padding-s{
	padding-left:5px !important;
	padding-right:5px !important;
}

.tb-padding-m{
	padding-top:10px !important;
	padding-bottom:10px !important;
}

.lr-padding-m{
	padding-left:10px !important;
	padding-right:10px !important;
}

.tb-padding{
	padding-top:15px !important;
	padding-bottom: 15px !important;
}

.lr-padding{
	padding-left:15px !important;
	padding-right: 15px !important;
}

.t-padding-s{
	padding-top:5px !important;
}

.b-padding-s{
	padding-bottom:5px !important;
}

.l-padding-s{
	padding-left:5px !important;
}

.r-padding-s{
	padding-right:5px !important;
}

.t-padding-m{
	padding-top:10px !important;
}

.b-padding-m{
	padding-bottom:10px !important;
}

.l-padding-m{
	padding-left:10px !important;
}

.r-padding-m{
	padding-right:10px !important;
}

.t-padding{
	padding-top:15px !important;
}

.b-padding{
	padding-bottom: 15px !important;
}

.l-padding{
	padding-left:15px !important;
}

.r-padding{
	padding-right: 15px !important;
}

.no-margin{
	margin:0 !important;
}

.all-margin-s{
	margin: 5px !important;
}

.all-margin-m{
	margin: 10px !important;
}

.all-margin{
	margin:15px !important;
}

.tb-margin-s{
	margin-top:5px !important;
	margin-bottom:5px !important;
}

.tb-margin-m{
	margin-top:10px !important;
	margin-bottom:10px !important;
}

.tb-margin{
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}

.lr-margin-s{
	margin-left:5px !important;
	margin-right:5px !important;
}

.lr-margin-m{
	margin-left:10px !important;
	margin-right:10px !important;
}

.lr-margin{
	margin-left: 15px !important;
	margin-right: 15px !important;
}

.t-margin-s{
	margin-top: 5px !important;
}

.b-margin-s{
	margin-bottom: 5px !important;
}

.l-margin-s{
	margin-left: 5px !important;
}

.r-margin-s{
	margin-right: 5px !important;
}

.t-margin-m{
	margin-top: 10px !important;
}

.b-margin-m{
	margin-bottom: 10px !important;
}

.l-margin-m{
	margin-left: 10px !important;
}

.r-margin-m{
	margin-right: 10px !important;
}

.t-margin{
	margin-top: 15px !important;
}

.b-margin{
	margin-bottom: 15px !important;
}

.l-margin{
	margin-left: 15px !important;
}

.r-margin{
	margin-right: 15px !important;
}

@media(max-width:767px){
.no-margin-xs{
	margin:0 !important;
}
}

.d-block{
	display: block !important;
}

.d-inline{
	display: inline !important;
}

.d-inline-block{
	display: inline-block !important;
}

.d-vm{
	vertical-align: middle;
}

.d-vt{
	vertical-align: top !important;
}

.no-border{
	border: 0 !important;
}

.no-shdow{
	box-shadow: none !important;
}

.d-none{
	display: none !important;
}

.d-table{
	display: table !important;
}

.d-table-cell{
	display: table-cell !important;
}

.d-nofloat{
	float: none !important;
}

.d-lfloat{
	float: left !important;
}

.d-rfloat{
	float: right !important;
}

.textover-hidde {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block !important;
	}	/*區塊文字超出時隱藏*/

.inline-father{
	font-size:0px;
	white-space:discard;
	display:inline-block;
	}	/*區塊垂直置中必加的父層屬性*/

.div-inline-block{
	display:inline-block;
	vertical-align:middle;
	float:none;
	zoom:1;
	font-size:16px;
	}	/*區塊垂直置中*/

@media screen and (max-width: 991px){

.d-none-xs{
	display: none !important;
}
	
.d-block-xs{
	display: block !important;
}

.d-inlineblock-xs{
	display: inline-block!important;
}

.d-table-cell-xs{
	display: table-cell !important;
}
	
.textover-hidde {
	overflow: initial;
	white-space: initial;
	text-overflow: initial;
	display: block !important;
	}	/*手機版 區塊文字超出時不隱藏*/

.textover-hidde-xs {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block !important;
	}	/*區塊文字超出時隱藏*/

.div-inline-block{
	display:block;
	vertical-align:middle;
	float:none;
	}	/*手機時 區塊不需垂直置中*/
	
.div-inline-block-xs{
	display:inline-block;
	vertical-align:middle;
	float:none;
	zoom:1;
	}	/*區塊垂直置中*/
}

/* panel */
.panel-default>.panel-heading {
    background-color: #fffae4;
}
.panel-title {
    font-size: 1.6em;
}
.list-group-item {
    font-size: 1.2em;
    padding: 10px 30px;
}
.panel-heading {
    padding: 10px 30px;
}

/*自定義寬高*/
[class*="widthpx"]{
	width: auto;
}

[class*="heightpx"]{
	height: 100%;
}

.widthpx50{
	max-width: 50px;
}

.widthpx100{
	max-width: 100px;
}

.widthpx150{
	max-width: 150px;
}

.heightpx50{
	max-height: 50px;
}

.heightpx100{
	max-height: 100px;
}
/*自己常用的共用樣式 結束*/

/*iframe*/
iframe{
	width: 100%;
	height: auto;
	border: none;
}

/*更改原生樣式*/
input[type="radio"]{
	appearance:checkbox;
	-moz-appearance:checkbox; /* Firefox */
	-webkit-appearance:checkbox; /* Safari and Chrome */
}

label,input,input[type="checkbox"],input[type="radio"],input[type="text"]{
	margin: 0;
	font-weight: 400;
}

textarea{
	min-height: 150px;
	width: 100%;
}

.my-fa-info-circle{
	font-size: 50px;
}

/*bs3的well*/
.well{
	
}

.well-g{
	background: #aaa;
	color:#fff;
}

.well-b{
	background: #333;
	color:#ccc;
}

.well-w{
	background: #fff;
	color:#333;
}

.well-r{
	background: #DF2528;
	color:#fff;
}

.well-o{
	background: #ff9d39;
	color:#fff;
}


/*bs3沒補到的btn按鈕設定*/
.btn-toolbar{
	color: #333;
	background-color: #f0f0f0;
	border-color: #f0f0f0;
}

.btnopen {
	margin: 0 auto;
}
/*按鈕*/
.btn {
	/*padding:10px 0;
	border-radius: 0px;
	white-space: normal;
	font-size: 17px;*/
}


.btn-success {
	color: #fff;
	background-color: #ED7700;
	border-color: #ED7700;
}

.btn-gray{
	background: #e5e5e5;
	color:#999999;
	border:1px solid #e5e5e5;
	cursor:no-drop;
}

.btn-gray:hover{
	background: #d2d2d2;
	border:1px solid #d2d2d2;
}

/*表單*/
.form-control {
	display: block;
	width: 100%;
	height: auto;
	padding: 10px;
	color: #888;
	border-radius: 0;
}


/*框架修改*/
/*bootstraps 預設修改*/
.modal{
	padding: 0 !important;
}

.container{
	max-width:1200px;
	width: 100%;
}

.panel-title{
    cursor: pointer;
}

@media(max-width:1199px){
/*.container{
	width:100%;
}*/
	
.modal{
	padding: 0 30px !important;
}
}

@media(max-width:768px){
.no-height{
	display: inline !important;
}
}

/*IE瀏覽升級提醒*/
/*針對IE9*/
.noie{
    display: none;
}

.full-all{
	position:fixed;
	top:0;
	left:0;
	right: 0;
	bottom: 0;
	z-index:1000000;
	width:100% ;
	height:100%;
	text-align:center;
	padding:0;
	margin:0;
	background:white;
	display:table;
	}

.noie9{
	color: #666;
	font-weight: 400;
	display: table-cell;
	vertical-align: middle;
	font-size: 20px;
	letter-spacing: 1px;
	padding:20px;
	text-align: center;
	width:70%;
	height:100%;
	margin:0 auto;
}

.noie9 .ielog{
	width: 210px;
	height: auto;
}

.noie9 p,
.noie9 p.well{
	background: #eaeaea;
	width: 40%;
	display: block;
	padding: 10px;
	margin: 0 auto;
}

.noie9 p{
	background: transparent;
}

.noie9 hr{
	width: 55%;
	margin: 25px auto;
}

.noie9 .dot{
	color:#354c6e;
	font-size: 80px;
	line-height: 20px;
	display: inline-block;
}

.noie9 .dot1{
	color:#354c6e;
}

.noie9 .dot2{
	color:#f19334;
}

.noie9 .dot3{
	color:#f13447;
}

.noie9 .gohome{
	border:1px solid #dfdfdf;
	border-radius: 100px;
	padding: 15px 10px;
	display: block;
	width: 250px;
	margin: 10px auto 0;
	color: #666;
	text-decoration: none;
	transition: all 0.8s;
}

.noie9 .gohome:hover{
	border:1px solid #eaeaea;
	background: #eaeaea;
	color:#000;

}

@media(max-width:767px){
.noie9 .ielog{
	width: 180px;
}

.noie9 p,
.noie9 p.well{
	width: 80%;
}

.noie9 hr{
	width: 80%;
}
}

/*針對IE8*/
/*@media \0screen{
.noie9 p,
.noie9 p.well{
	width: 80%;
}

.noie9 hr{
	width: 80%;
}
}*/

/*for ie10 、 ie11*/
@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){
    .noie{
        display: block;
    }
    
    .full-all{
        position:fixed;
        top:0;
        left:0;
        right: 0;
        bottom: 0;
        z-index:1000000;
        width:100% ;
        height:100%;
        text-align:center;
        padding:0;
        margin:0;
        background:white;
        display:table;
        }

    .noie9{
        color: #666;
        font-weight: 400;
        display: table-cell;
        vertical-align: middle;
        font-size: 20px;
        letter-spacing: 1px;
        padding:20px;
        text-align: center;
        width:70%;
        height:100%;
        margin:0 auto;
    }

    .noie9 .ielog{
        width: 210px;
        height: auto;
    }

    .noie9 p,
    .noie9 p.well{
        background: #eaeaea;
        width: 40%;
        display: block;
        padding: 10px;
        margin: 0 auto;
    }

    .noie9 p{
        background: transparent;
    }

    .noie9 hr{
        width: 55%;
        margin: 25px auto;
    }

    .noie9 .dot{
        color:#354c6e;
        font-size: 80px;
        line-height: 20px;
        display: inline-block;
    }

    .noie9 .dot1{
        color:#354c6e;
    }

    .noie9 .dot2{
        color:#f19334;
    }

    .noie9 .dot3{
        color:#f13447;
    }

    .noie9 .gohome{
        border:1px solid #dfdfdf;
        border-radius: 100px;
        padding: 15px 10px;
        display: block;
        width: 250px;
        margin: 10px auto 0;
        color: #666;
        text-decoration: none;
        transition: all 0.8s;
    }

    .noie9 .gohome:hover{
        border:1px solid #eaeaea;
        background: #eaeaea;
        color:#000;

    }
}

/*上面設定為一些特殊狀況設定，可再自行修改*/
/*從這裡為客製 網頁自定義樣式*/


/*原BS3 每頁共用 navbar區*/
/*原BS3 每頁共用 navbar區 navbar主體*/


/*內容區開始*/


/*會員側邊欄*/
.scroll-fix {
	position: fixed;
	right: 5%;
	top: 90%;
	transform: translate(0,-40%);
	z-index: 2000;
}

.scroll-fix a{
	display: block;
	text-align: center;
	color: #ED7700;
	font-size: 1.8em;
	line-height: 40px;
	padding: 0;
	background-color: rgba(255,255,255,0.8);
    border-radius: 50px;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    width: 45px;
    height: 45px;
}

.scroll-fix a span{
	font-size: 14px;
}

.scroll-fix a i{
	line-height: 1;
}

.scroll-fix p{
	padding: 0;
	margin: 0;
	font-weight: bold;
}

.scroll-fix img{
	width: 100%;
	max-width: 60px;
}

.scroll-fix a:last-child{
}

.scroll-fix-none{
	display: none;
}

.lion{
	position: fixed;
	bottom:25%;
	right: 0;
	z-index: 1000;
}

.lion a img{
    width: 150px;
    height: 150px;
    padding: 5px;
    text-decoration: none;
    z-index: 1037;
}

@media(max-width:991px){
.scroll-fix{
	right: 30px;
}
	
.scroll-fix a {
}

.scroll-fix img{
}
}

@media(max-width:767px){
.lion{
	right: 0;
}
	
.lion a img{
	max-width: 120px;
	height: auto;
}
}

/*最上方選單列*/
.newnav{
    border:0;
    border-top: 5px solid red;
    border-radius: 0;
    margin: 0;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.newnav .navbar-brand{
    display: block;
    height: auto;
}

.newnav .navbar-brand img{
    width: 100%;
    max-width: 300px;
    height: auto;
}

.newnav .navbar-nav > li{
	padding: 30px 0;
}
    
.newnav .navbar-nav > li > a {
	line-height: 30px;
    padding: 0 15px;
    font-size: 18px;
    border-right:1px solid #333;
    color:#333;
    transition: all 0.8s;
}

.newnav .navbar-nav > li:last-child > a{
    border:0;
}

.newnav .navbar-nav > li > a:hover,
.newnav .navbar-nav > li.active > a{
    color:red !important;
    background: transparent !important;
}

@media(max-width:767px){
.newnav .navbar-brand img{
    max-width: 150px;
}
    
.navbar-toggle {

}
    
.newnav .navbar-nav > li{
	padding: 0 15px 15px 15px;
}
    
.newnav .navbar-nav > li > a{
    padding: 0;
    font-size: 16px;
    border-right:0;
    border-bottom: 1px solid #eee;
}
    
.newnav .navbar-nav > li > a:hover,
.newnav .navbar-nav > li.active > a{
    border-bottom: 1px solid red !important;
}
}

/*內容區*/

.indexbg{
    min-height: 780px;
    background-size: cover;
    background-position: top center;
    position: relative;
}

.indexbg2{
    min-height: 320px;
    background-size: cover;
    background-position: top center;
    position: relative;
}

@media(max-width:1440px) {
}
/* video rwd */
.slogan img {
	max-width: 692px;
	width: 90%;
	display: block;
	margin: 0 auto;
}
.sloganiframe{
	display: block;
	padding: 18%;
}
.videobox {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 38%;
}
.videobox iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.videobox embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*首頁表單*/
.indexform{
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    max-width: 430px;
    width: 100%;
    position: absolute;
    left: 22%;
    top:50%;
    transform: translate(0,-50%);
    padding: 30px;
}

.formicon{
    float: left;
    background: #e6e6e6;
    width: 50px;
    height: 50px;
    position: relative;
}

.formicon img{
    width: 17px;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.formlist{

}

.form-big{
    
}

.form-big > div{
    width: 100%;
    position: relative;
    overflow: hidden;
}

.form-big .text-right{
    font-size: 18px;
}

.formlink{
    color:#009cff;
    text-decoration: underline;
}

.form-l{
    overflow: hidden;
}

.form-l > div{
    width: calc(100% - 155px);
    float: left;
    margin-right: 20px;
}

.form-l .form-l-2{
    width: 131px;
    float: left;
    margin-right: 0;
    padding-top: 5px;
    cursor: pointer;
    font-size: 0;
}

.form-l-2 img{
    display: inline-block;
    width: 100px;
    height: 40px;
}

.form-l-2 i{
    width: 30px;
    display: inline-block;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
}

.formlist label{
    width: 100%;
}

.formlist .form-l label{

}

.formlist label a{
    
}

.formlist input[type="text"]{
    border: 0;
    line-height: 50px;
    background: #f1f1f1;
    float:left;
    width: calc(100% - 50px);
    padding: 0 20px;
    font-size: 18px;
    height: 50px;
}

.formlist input[type="checkbox"]{

}

.formlist img{
    
}

.formcheck{
    text-align: center;
}

.formcheck label{
    display: inline-block;
}

.formeye{
    position: absolute;
    right: 15px;
    top:50%;
    transform: translate(0,-50%);
    width: 25px;
    height: auto;
    display: none;
}

.formeye.active{
    display: block;
}

.formbutton{
    border-radius: 15px;
    text-align: center;
    height: 46px;
    border:0;
    color:white;
    font-size: 20px;
    background-image: linear-gradient(to bottom,#ff8e44 0%,#f91362 100%);
    display: block;
    line-height: 46px;
}

@media(max-width:1800px){
.indexform{
    left: 5%;
    top:50%;
    transform: translate(0,-50%);
}
}

@media(max-width:1199px){

.indexform{
    position: static;
    margin-top: 55%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    transform: translate(0,0);
    }
.aphoto {
    margin-top: 20px;
}
.rephoto {
	width:80%;
}
.rephoto1 {
    right: 15%;
    top: 22%;
    z-index: 1;
    width: 20%;
}
.rephoto2 {
    right: 0;
    bottom: 65%;
    z-index: 2;
    width: 50%;
}
.rephoto3 {
    left: 10%;
    top: 15%;
    z-index: 2;
    width: 20%;
}
}

@media(max-width:768px){
 
.indexform{
    padding: 30px 15px;
    margin-top: 68%;
}
.aphoto {
    width: 60%;
    margin: 0 auto;
    display: block;
}
.rephoto1 {
    right: 15%;
    top: 22%;
    z-index: 1;
    width: 16%;
}
.rephoto2 {
    right: 0;
    bottom: -40%;
    z-index: 2;
    width: 40%;
}
.rephoto3 {
    left: 20%;
    top: 15%;
    z-index: 2;
    width: 15%;
}
}

/*彈跳*/
.modal-dialog {
	max-width: 600px;
    width: 100%;
	margin: 0 auto;
    height: 100vh;
    padding: 30px 0;
}

.modal-content {
	position: absolute;
	left: 50%;
    top:30%;
    transform: translate(-50%,-30%);
    width: 100%;
}

.modalinfo{
    padding:20px;
}

@media(max-width:767px){
.modalinfo{
    padding:0px;
}    
}

/*社群推薦鈕*/
.sharelink{
}

.sharelink-icon{
    display: inline-block;
    margin-right: 5px;
}

.sharelink-icon img{
    width: 48px;
}

/*頁面大標題*/
.title{
    font-size: 0;
}

.titleb{
    border-bottom: 2px solid #333;
    padding: 0;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.titlel{
    border-left: 5px solid red;
    margin-bottom: 15px;
    padding: 3px 10px;
    padding-right: 0;
}

.titleb span,.titlel span{
    font-size: 25px;
    width: calc(100% - 100px);
    font-weight: 700;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    color:#e62500;
}

.titleb span{
}

.titleb span{
}

.alertlink{
    vertical-align: middle;
    width: 100px;
    font-size: 16px;
    display: inline-block;
    text-align: right;
    color:#009cff;
    cursor: pointer;
}

@media(max-width:767px){
.title span{
    font-size: 22px;
}
}

/**/
.newtable-w{
    background: white;
    text-align: center;
}

.newtable-w th{
    background: #337ab7;
    color:white;
    text-align: center;
}

.newtable-w tbody tr:nth-child(odd){
    background: #dbefff;
}

/*收合百葉窗*/
.new-panel-group .panel-heading + .panel-collapse > .list-group, .new-panel-group .panel-heading + .panel-collapse > .panel-body {
	border-top: 0;
}

/* tab */
ul#tabs-list {
  list-style: none;
  text-align: center;
  border-bottom: 1px solid #dfdfdf;
  margin: 0;
  padding: 0;
  font-size: 1.4em;
}

label.panel-label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: block;
  width: 100%;
  color: #666;
  cursor: pointer;
  background-color: #eee;
  transition-property: background-color, color;
  transition-duration: 200ms;
}
label.panel-label:hover {
  color: #c0392b;
}
.owl-stage {
    margin: 0 auto;
}
.owl-carousel .owl-item img {
    display: block;
    width: 90%;
    margin: 2% auto;
}
#panels {
  background-color: white;
}
#panels .container {
  margin: 0 auto;
  width: 100%;
}
#panels section header label.panel-label {
  padding: 12px 24px;
  box-sizing: border-box;
}
#panels section main {
  box-sizing: border-box;
  max-height: 0;
  opacity: 0;
  transition: opacity 600ms;
  overflow-y: hidden;
}

#panel-1-ctrl:checked ~ #panels #panel-1 main {
  max-height: initial;
  opacity: 1;
  padding: 0;
}

#panel-2-ctrl:checked ~ #panels #panel-2 main {
  max-height: initial;
  opacity: 1;
  padding: 0;
}

#panel-3-ctrl:checked ~ #panels #panel-3 main {
  max-height: initial;
  opacity: 1;
  padding: 0;
}

#panel-4-ctrl:checked ~ #panels #panel-4 main {
  max-height: initial;
  opacity: 1;
  padding: 0;
}

#panel-5-ctrl:checked ~ #panels #panel-5 main {
  max-height: initial;
  opacity: 1;
  padding: 0;
}
.carousel-control:focus, .carousel-control:hover {
    opacity: .3;
}
.carousel-control {
    opacity: .2;
}
@media all and (max-width: 767px) {
	.indexbg2 {
    min-height: 200px;
}
  #nav-ctrl:checked ~ #tabs-list #li-for-panel-1 {
    max-height: 46px;
    opacity: 1;
  }

  #nav-ctrl:checked ~ #tabs-list #li-for-panel-2 {
    max-height: 46px;
    opacity: 1;
  }

  #nav-ctrl:checked ~ #tabs-list #li-for-panel-3 {
    max-height: 46px;
    opacity: 1;
  }

  #nav-ctrl:checked ~ #tabs-list #li-for-panel-4 {
    max-height: 46px;
    opacity: 1;
  }

  #nav-ctrl:checked ~ #tabs-list #li-for-panel-5 {
    max-height: 46px;
    opacity: 1;
  }

  #open-nav-label {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
  }

  #nav-ctrl:checked ~ #tabs-list #open-nav-label {
    display: none;
  }

  #close-nav-label {
    display: block;
    max-height: 0;
    overflow-y: hidden;
    background-color: #444444;
    color: #ecf0f1;
    padding: 0px;
    transition: max-height 200ms;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 1px;
  }

  #nav-ctrl:checked ~ #tabs-list #close-nav-label {
    max-height: 36px;
    opacity: 1;
    padding: 12px 24px;
  }

  #tabs-list {
    position: relative;
  }
  #tabs-list label.panel-label {
    padding: 12px 0;
  }
  #tabs-list #li-for-panel-1 {
    max-height: 0;
    overflow-y: hidden;
    transition: max-height 200ms;
  }
  #tabs-list #li-for-panel-2 {
    max-height: 0;
    overflow-y: hidden;
    transition: max-height 200ms;
  }
  #tabs-list #li-for-panel-3 {
    max-height: 0;
    overflow-y: hidden;
    transition: max-height 200ms;
  }
  #tabs-list #li-for-panel-4 {
    max-height: 0;
    overflow-y: hidden;
    transition: max-height 200ms;
  }
  #tabs-list #li-for-panel-5 {
    max-height: 0;
    overflow-y: hidden;
    transition: max-height 200ms;
  }

  #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 {
    max-height: 46px;
    opacity: 1;
  }
  #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label {
    background-color: white;
    color: #c0392b;
    background-color: #c0392b;
    color: white;
  }

  #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 {
    max-height: 46px;
    opacity: 1;
  }
  #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label {
    background-color: white;
    color: #c0392b;
    background-color: #c0392b;
    color: white;
  }

  #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 {
    max-height: 46px;
    opacity: 1;
  }
  #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 label.panel-label {
    background-color: white;
    color: #c0392b;
    background-color: #c0392b;
    color: white;
  }

  #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 {
    max-height: 46px;
    opacity: 1;
  }
  #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 label.panel-label {
    background-color: white;
    color: #c0392b;
    background-color: #c0392b;
    color: white;
  }

  #panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5 {
    max-height: 46px;
    opacity: 1;
  }
  #panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5 label.panel-label {
    background-color: white;
    color: #c0392b;
    background-color: #c0392b;
    color: white;
  }

  #panels .container {
    width: 100%;
  }
  #panels section header {
    display: block;
  }
}
@media all and (min-width: 768px) {
  #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 {
    pointer-events: none;
    cursor: default;
    transform: translate3d(0, 1px, 0);
    box-shadow: none;
    border-right: none;
  }
  #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1.last {
    border-right: 1px solid transparent;
  }
  #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 + li {
    border-left: 1px solid #dfdfdf;
  }
  #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label {
    background-color: white;
    color: #c0392b;
    padding-top: 26px;
  }
  #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label::after {
    height: 6px;
  }

  #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 {
    pointer-events: none;
    cursor: default;
    transform: translate3d(0, 1px, 0);
    box-shadow: none;
    border-right: none;
  }
  #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2.last {
    border-right: 1px solid transparent;
  }
  #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 + li {
    border-left: 1px solid #dfdfdf;
  }
  #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label {
    background-color: white;
    color: #c0392b;
    padding-top: 26px;
  }
  #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label::after {
    height: 6px;
  }

  #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 {
    pointer-events: none;
    cursor: default;
    transform: translate3d(0, 1px, 0);
    box-shadow: none;
    border-right: none;
  }
  #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3.last {
    border-right: 1px solid transparent;
  }
  #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 + li {
    border-left: 1px solid #dfdfdf;
  }
  #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 label.panel-label {
    background-color: white;
    color: #c0392b;
    padding-top: 26px;
  }
  #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 label.panel-label::after {
    height: 6px;
  }

  #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 {
    pointer-events: none;
    cursor: default;
    transform: translate3d(0, 1px, 0);
    box-shadow: none;
    border-right: none;
  }
  #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4.last {
    border-right: 1px solid transparent;
  }
  #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 + li {
    border-left: 1px solid #dfdfdf;
  }
  #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 label.panel-label {
    background-color: white;
    color: #c0392b;
    padding-top: 26px;
  }
  #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 label.panel-label::after {
    height: 6px;
  }

  #panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5 {
    pointer-events: none;
    cursor: default;
    transform: translate3d(0, 1px, 0);
    box-shadow: none;
    border-right: none;
  }
  #panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5.last {
    border-right: 1px solid transparent;
  }
  #panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5 + li {
    border-left: 1px solid #dfdfdf;
  }
  #panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5 label.panel-label {
    background-color: white;
    color: #c0392b;
    padding-top: 26px;
  }
  #panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5 label.panel-label::after {
    height: 6px;
  }

  ul#tabs-list {
    text-align: center;
    border-bottom: 1px solid #dfdfdf;
  }
  ul#tabs-list li {
    display: inline-block;
    text-align: center;
    font-size: 0.875em;
    width: 18%;
    box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.05);
    border-right: 1px solid #dfdfdf;
    position: relative;
  }
  ul#tabs-list li:hover {
    transition: none;
    border-right: none;
  }
  ul#tabs-list li:hover.last {
    border-right: 1px solid transparent;
  }
  ul#tabs-list li:hover + li {
    border-left: 1px solid #dfdfdf;
  }
  ul#tabs-list li label.panel-label {
    position: relative;
    padding: 24px 0;
  }
  ul#tabs-list li label.panel-label::after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 100%;
    background-color: #c0392b;
    height: 0;
    transition-property: height;
    transition-duration: 200ms;
  }
  ul#tabs-list li label.panel-label:hover {
    padding-top: 25px;
  }
  ul#tabs-list li label.panel-label:hover::after {
    height: 6px;
  }

  #open-nav-label,
#close-nav-label {
    display: none;
  }

  #nav-ctrl {
    display: none;
  }
}
@media all and (min-width: 900px) {
  main {
    width: 100%;
    margin: 0 auto;
  }
}
.panel-radios {
  position: fixed;
  left: 50%;
  top: 10px;
  width: 20px;
  opacity: 0.5;
  z-index: 99;
}
.panel-radios:nth-child(1) {
  transform: translateX(-50px);
}
.panel-radios:nth-child(2) {
  transform: translateX(-30px);
}
.panel-radios:nth-child(3) {
  transform: translateX(-10px);
}
.panel-radios:nth-child(4) {
  transform: translateX(10px);
}
.panel-radios:nth-child(5) {
  transform: translateX(30px);
}
.panel-radios:nth-child(6) {
  top: 30px;
  transform: translateX(-10px);
  display: block;
}

body {
  background: #ffffff;
  color: #444444;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
}

#introduction {
  width: 90%;
  margin: 0 auto;
  padding: 48px 24px;
  color: white;
}
#introduction h1 {
  font-weight: 300;
  text-align: center;
}

main h1 {
  margin-top: 0;
  font-weight: 300;
}
main p {
  line-height: 1.8;
}
main hr {
  margin: 12px 0;
  border-top: 1px solid #dfdfdf;
}
.label a {
	color: #fff;
}
label.demo-label {
  background-color: #c0392b;
  color: white;
  padding: 4px 8px;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
label.demo-label:hover {
  background-color: #e74c3c;
}

#demo-child-toggle {
  display: none;
}
#demo-child-toggle:checked ~ #demo-parent #demo-child {
  color: #c0392b;
  font-weight: bold;
  text-transform: uppercase;
}

#demo-parent {
  margin-top: 8px;
}

code,
pre {
  color: #c0392b;
  font-family: Inconsolata, "Andale Mono", Andale, monowidth;
  background-color: #ecf0f1;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
}

code {
  padding: 2px 6px;
}

pre {
  padding: 12px;
  line-height: 1.6;
}
pre strong {
  color: #444444;
  font-weight: normal;
}
/* thumbnail */
.thumbnail {
	border-radius: 8px;
	box-shadow: 0 0 8px #eee;
	min-height: 210px;
}
.thumbnail h3 {
	font-size: 1.8em;
}
.thumbnail p {
	color: #666;
}

/*版權宣告*/
footer{
    padding: 30px 15px;
    text-align: center;
    font-size: 14px;
}

.footer1{
    background: #ddd;
}

.footer1 p{
    color:#333;
}

.footer1 a{
    color:#002aff;
}

.footer2{
    background: #555;
}

.footer2 p{
    color:#fff;
}
.footer2 a {
	color:#ffe029;
}