@charset "utf-8";
html{
  font-size: 16px;
  color:#111111;
  line-height:170%;
  text-align:left;
}
body{
  font-family: sans-serif,"微軟正黑體";
  font-size: 1em;
  margin:0px;
  padding:0px;
}
a{
	text-decoration:none;
	color:#555;
}
img,img a{
	border:0;
}
ul,ol,li{
	list-style:none;
	margin:0;
	padding:0;
}
button{
	cursor:pointer;
	background-color: transparent;
}
h2{
	font-size:1.8em;
	line-height:4em;
	font-weight:bolder;
	text-align:left;
	
}
h1{
	text-align: left;
}
p{
	height:auto;
	margin:1% auto 1% auto;
	font-size:1.4em;
	font-weight:600;
	/*text-align:center;*/
	margin-top:65px;
}
ruby rt{
	font-size: 14px;
}
input{
	background:none;
    outline:none;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
}
input::-webkit-date-and-time-value{
	text-align:left; 
}
.nav_location{
	margin:8px 5% 0;
	width:90%;
	height:auto;
	float:left;
	text-align:left;
	font-size: 0.95em;
}
/*搜尋文章*/
#searchForm fieldset {
    width:100%;
	border:0px;
    position:relative;
    display:block;
}

div.input {
	margin-top: 6px;
	margin-bottom: 6px;
    width:100%;
    padding:5px 20px 5px 5px;
    border-radius:20px;
    border:1px solid #c6d2db;
    border-top:1px solid #b4c1cb;
    box-shadow:inset 0 1px 2px rgba(0,0,0,0.08);
    float:right;
    background:#f6f6f6;
}

input#s {
    width:90%;
    border:0;
    border-radius:20px;
    background:transparent;
	padding-left: 5px;
    height:24px;
    color:#565656;
    text-shadow:0 1px 1px #fff;
}

    input#s:focus {
        outline:none;
		background: #fff;
    }

input#searchSubmit {
	width:19px;
	height:19px;
	text-indent:-9999px;
	overflow:hidden;
	border:0;
	position:absolute;
	top:14px;
	right:15px;
	z-index:9999;
	display:block;
	cursor:pointer;
	background-image: url(../images/search-icon.png);
	background-color: #f6f6f6;
	background-repeat: no-repeat;
}

/*YOUTUBE 100%rwd*/
.videobox {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.videobox iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.bodyBorder{
	float:left;
	height:auto;
	width:100%;
	position:relative;
	/*z-index:9998;*/
}
.bodyBorder_noindex{
	float:left;
	height:auto;
	width:100%;
}
.bodyBorder_33{
	width: 33.3333%;
	float: left;
}
.bodyBorder_65{
	width: 65%;
	float: left;
}
.bodyBorder_35{
	width: 35%;
	float: left;
}

.txt_center{
	text-align:center;
}
.txt_left{
	text-align:left;
}
.txt_right{
	text-align:right;
}
.txt_blue_1163d4{
	color: #1163d4;
}
.txt_green_5de3b5{
	color: #5de3b5;
}
.txt_blue_3498db{
	color: #3498db;
}
.txt_pink_ff9999{
	color: #ff9999;
}
.txt_pink_ff9999 a{
	color: #ff6410;
	text-decoration: underline;
}
.txt_pink_ff9999 a:hover{
	color: #ff8d4f;
}
.txt_blod{
	font-weight: 600;
}
.txt_normal{
	font-weight:normal;
}
.txt_size1_2em{
	font-size: 1.1em;
	line-height: 1.6em;
}
.txt_size1_3em{
	font-size: 1.3em;
	line-height: 1.6em;
}
.txt_size1_4emB{
	font-size:1.4em;
	font-weight: bold;
	line-height: 1.6em;
}
.p_10px{
	padding: 10px;
}

.bg_color_gray{background: #fff7f7; padding: 14px 25px;}/*f7f7f7*/
.memBorder{background: #b4b4b4;}
.disOff_img{display: none;}
.hideBox_phone{ display:block;}
.showBox_phone{ display:none;}
.hideBox_pc{ display:none;}
.showBox_pc{ display:block;}
/*--------------------mainBorder----------------*/
.mainBorder{
	width:90%;
	margin: 14px 5% 5%;
	/*margin:0 9% 1% 9%;*/
	/*padding:1%;*/
	height:auto;
	float:left;
	text-align:left;
}

.margin_top_s{
	margin-top: 2%;
}
/*------------固定浮動選單*/
.navFixed{
     z-index: 9999;          
     position: fixed;
     top: 0;
     left: 0;
     margin-top: 0;
     min-width: 100%;
	background: #d58072;
	 /* CSS3 陰影*/
	 -webkit-box-shadow: 0px 2px 6px #b8b8b8;
	 -moz-box-shadow: 0px 2px 6px #b8b8b8;
	 box-shadow: 0px 2px 6px #b8b8b8;  
}
/*----------------------navi logo------------------------*/
.logoBorder{
	float:left;
	width:auto;
	height:56px;
	margin-left: 2%;
	display:  flex;/*image align center*/
  	align-items: center;/*image align center*/
  	justify-content:  center;/*image align center*/
}
.logoBorder img.fbicon{
	max-width:100%;
	margin-left: 8px;
	height:auto;
}
/*----------------------navi------------------------*/
.naviBorder{
	width:100%;
	float:left;
	height:56px;
	background:#d58072;
	position:relative;
	z-index:9999;
}

.naviItems ul#naviUI li ul{
	display:none;
	position:relative;/*absolute*/
	text-align:center;
	margin:0px auto auto -30px;
	padding-top:1px;
	padding-bottom:8px;
	width:135px;
	height:auto;
	z-index:100;
	font-size:0.8em;
}
.naviItems ul#naviUI li:hover > ul{
	display:block;
}
.naviItems ul#naviUI li ul li{
	float:left;
	height:auto;
	width:135px;
	line-height:32px;
	margin:-1px 0px 0px 0px;
	padding:0px 5px 0px 5px;
	border:0.5px solid #fe7a52;
	background:#fc462a;
	display:block;
	color:#48060a;
}
.naviItems ul#naviUI li ul li:hover{
	background:#7c2a1c;
}
.naviItems ul#naviUI li ul li a{
	float:left;
	height:auto;
	width:135px;
	display:block;
	font-size:0.9em;
	color:#48060a;
}
.naviItems ul#naviUI li ul li a:hover{
	color:#7c2a1c;
}
.naviItems ul#naviUI li ul li:first-child{
	margin-left:0px;
	border-top:0;
	border-radius:0;
}
.naviItems ul#naviUI li ul li:last-child{
	border-left:1px solid #fe7a52;
	padding-left:5px;
	border-radius:0px 0px 6px 6px;
}


.naviItems{
	width:82%;
	height:100%;
	float:left;
}
.naviItems ul{
	margin-left:1%;
	height:60px;
	width:99%;/*64.5*/
	float:left;
}
.naviItems li{
	float:left;
	width:auto;
	font-weight:600;
	color:#48060a;
	line-height:60px;
	/*dding:auto 2% auto 2%;*/
	margin:auto 1.6% auto 1.6%;
}
.naviItems li a{
	color:#48060a;
}
.naviItems li a > img{
	margin-top: -5px;
}
.naviItems li a:hover{
	color:#ba1530;
	transition: all 0.3s ease-in-out 0s;
}


.languagesBorder{
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	margin:16px 0.6% auto 0.6%;
	/*clear:right;*/
	border-radius:3px;
	float:right;
}
.languagesBorder:first-child{
	margin-right:3%;
}
.languagesBorder a{
	display:block;
	cursor:pointer;
}
.tw_bg{ background:#464646;}
.tw_bg:hover{ background:#5c5b5b;}
.en_bg{ background:#676666;}
.en_bg:hover{ background:#7b7b7b;}

.sreachBorder{
	width:20%;
	height:56px;
	float:right;
}
.sreachBorder .sreachBox{
	width:80%;
	height:56px;
	float:left;
	background:#464646;
}
.sreachBorder .sreachBox input{
	width:90%;
	height:28px;
	border: 1px solid #707070;
	border-radius:12px;
	color:#707070;
	margin:12px 5% auto 5%;
}
:focus{outline: none;}
.sreachBorder .sreachBtu{
	width: 20%;
	height: 100%;
	float: left;
}
.sreachBorder .sreachBtu input{
	width:100%;
	height:100%;
	cursor:pointer;
	border:none;
	background:url(../img/sreachBtu.jpg) #111111 center center;
}
.sreachBorder .sreachBtu input:hover{
	background:url(../img/sreachBtu_hover.jpg) #373536 center center;
}
.sreachBorder .sreachBtu input:active{
	background:url(../img/sreachBtu_active.jpg) #2f2d2e center center;
}
/*----------------------location------------------------*/
.location_bg{
	background: #f0f0f0;
	border-bottom: 1px solid #dedede;
}
.location_bg ol >li{
	display: inline-table;
	margin-left: 3px;
	margin-right: 3px;
}
/*-----------------跟屁蟲---------------------*/
#abgne_float_ad {
	display: none;
	position: absolute;
	z-index:999999;
}
#abgne_float_ad img {
	border: none;
	margin-top:15px;
	float:left;
}
div.bigDiv {
	height: 3000px;
}
#fb_m_me{
	right: 8px;
	bottom: 8px;
}
/*------------------mainBorder title-------------*/
span.titleTxt{
	width:auto;
	font-size:1.6em;
	font-weight:bold;
	color:#3b3a3b;
	border-bottom:2px solid #1c80ab;
	height:auto;
	padding-bottom:12px;
	/*text-align:center;*/
}
span.titleEnTxt{
	width:100%;
	font-size:0.6em;
	color:#3b3a3b;
	line-height:5.7em;
	height:auto;
	padding-top:30px;
	/*text-align:center;*/
}
.alignCenter{
	text-align:center;
}

.alignRight{
	text-align:right;
}


/*-----------------footer Border-----------------*/
.footerBorder{
	background:url(../img/footer_bg.png) no-repeat left bottom;
	min-height:320px;
	color:#555555;
	width:100%;
	height:auto;
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	flex-direction: column;
	position:relative;
}
.footerBorder p{
	color:#555555;
	font-size:1em;
	line-height: 0.95em;
	font-weight:normal;
	float: left;
	text-align: left;
	padding-right:8px; 
	padding-left: 8px;
	
}
.footerBorder p.right_line{
	border-right: 1px solid #ff9999;
}
.footerBorder p a{
	color:#ff9999;
	font-weight: bold;
}
.footerBorder p a:hover{
	color:#e47272;
}
.footerNavi{
	margin:90px auto auto 200px;
	width:100%;
	height:auto;
}
.footerLogo{
	margin-bottom: 20px;
}
.footerLogo > img{
	width: 170px;
	height: auto;
}
.infoBorder{
	width:100%;
	color:#666a6b;
	float:left;
	height: auto;
	margin-bottom: 5px;
}
.infoBorder span{
	margin:0 16px 8px 0;
}
/*--------------------pagebanner--------------------*/
.pageBanner{
	position:relative;
	background:url(../img/banner.jpg) no-repeat center bottom;
	min-height:450px;
}
.locationSub{
	width:100%;
	position:absolute;
	z-index:100;
	/*margin-top:20%;*/
	bottom: 16px;
	text-align:center;
	font-size:1.2em;
	font-weight:600;
	line-height:1.8em;
}
span.pagelocation{
	color:#fc462a;
	letter-spacing:2px;
}
span.scorllIcon img{
	width:25px;
	height:auto;
}
.pageSlide-text{
	width:100%;
	float:left;
	text-align:center;
	margin-top:6.5%;
	font-size:1.2em;
	font-weight:600;
	line-height:1.8em;
}
.pageSlide-text > h1 {
    padding: 0;
    color: #ffffff;
    font-size: 70px;
    font-style: normal;
    line-height: 84px;
    margin-bottom: 26px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.pageSlide-text > p {
    padding: 0;
    color: #ffffff;
    font-size: 22px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 12px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

/*--------------------pagelist----------------------*/
.pagination{
	text-align:right;
	position:relative;
	width:100%;
	padding: 2px;}
	
.pagination ul{
	display:inline-table;
	text-align: right; /*Set to “right" to right align pagination interface*/
	font-size: 1em;
}

.pagination li{
list-style-type: none;
display:inline-table;
border: 1px solid #d6d5d5;
border-radius:4px;
margin-left:3px;
margin-right:3px;
}
.pagination li.noneBorder{
	border:none;
	background: none;
}
.pagination li.noneBorder:hover{
	background: none;
}
.pagination li a{
padding: 2px 12px;
text-decoration: none;
display:block;
color: #909090;
}

.pagination li:hover{
	background:#FFEDED;
}

.pagination a.currentpage{
color: #fff !important;
font-weight: bold;
background:#FFA9AA;
cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
cursor: default;
color: #929292;
font-weight: normal !important;
}

.pagination a.prevnext{
font-weight: bold;
}

/*--------------------------------------shareLink------------------------*/
span.shareBox{
	width:auto;
	height:auto;
	padding:6px 12px 0 12px;
	border:1px solid #fff;
	border-radius:16px;
	clear:both;
	float:left;
	text-align:left;
	background:rgba(100%,100%,100%,0.2);
}
span.shareBoxCenter{
	width:auto;
	height:25px;
	border-radius:16px;
	margin-top:13px;
	clear:both;
	float:left;
	text-align:left;
}
ul.share-buttons{
  list-style: none;
  padding: 0;
}

ul.share-buttons li{
  display:inline-table;
  margin-right: 8px;
}
ul.share-buttons li a img{
	width:auto;
	height:25px;
}

ul.share-buttons .sr-only{
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/
@media (max-width: 1055px) {
	.mainBorder{
		margin:2% 2%;
		width:96%;
	}
	.hideBox_phone{ display:none;}
	.showBox_phone{ display:block;}
	.hideBox_pc{ display:block;}
	.showBox_pc{ display:none;}
	.logoBorder{
		height:52px;
		width:18%;
	}
	.naviBorder{
		height:52px;
	}
	.naviBorder{
		height:53px;
	}
	.naviIcon{
		width:22px;
		height:22px;
		margin:12px 5% 6px auto;
		cursor:pointer;
		float:right;
	}
	.naviItems{
		width:100%;
		height:auto;
		z-index:999;
		position:relative;
		margin-top:5px;/*53*/
		/*background:rgba(254,203,197,0.6);*/
	}
	.naviItems ul{
		margin:0;
		height:auto;
		width:100%;
	}
	.naviItems li{
		width:100%;
		padding:0 4% 0 4%;
		margin:auto 0 auto 0;
		background:#fff5e9;
		float:left;
		border-bottom:1px solid #fec5b7;
	}
	.naviItems li a{
		color:#6d6b6b;
	}
	.naviItems ul#naviUI li ul{
		position:relative;
		text-align:left;
		margin:0px auto auto 4%;
		width:100%;
		z-index:999;
		font-size:1em;
	}
	.naviItems ul#naviUI li ul li{
		width:100%;
		background:none;
		line-height:42px;
		border:0;
	}
	.naviItems ul#naviUI li ul li:hover{
		background:none;
	}
	.naviItems ul#naviUI li ul li:last-child{
		border-left:none;
	}
	.languagesBorder{
		width:25%;
		height:36px;
		line-height:36px;
		float:left;
		border:1px solid #444;
		margin:4% 0 4% 0;
		
	}
	.tw_bg{ background:#464646;border-radius:0px 3px 3px 0px; margin-left:-13px;}
	.tw_bg:hover{ background:#5b5b5b;}
	.en_bg{ background:#676666;border-radius:3px 0px 0px 3px; margin-left:4%;}
	.en_bg:hover{ background:#818080;}
	.sreachBorder{
		width:52%;
		margin:4% 2% 4% 0;
		height:30px;
		float:left;
	}
}
@media (max-width: 991px) {
	
	.sreachBorder{
		height:52px;
	}
	.sreachBorder .sreachBox{
		width:80%;
		height:52px;
	}
	.sreachBorder .sreachBox input{
		margin:8px 5% auto 5%;
	}
	.footerBorder{
        background:none;
        background-color: #efe7e7;
        min-height:auto;
    }
	.footerNavi{
        margin:60px 3%;
    }
}

/*---------- MEDIA 480px ----------*/
@media  (max-width: 780px) {
	body{
		font-size:1em;
	}
	.txt_br{/*小尺寸斷行用*/
        content: ' ';
        display: block;
    }
	.bodyBorder_33,.bodyBorder_65,.bodyBorder_35{
		width:100%;
	}
	.hideBox_phone{ display:none;}
	.showBox_phone{ display:block;}
	.hideBox_pc{ display:block;}
	.showBox_pc{ display:none;}
	.logoBorder{
		height:50px;
		width:50%;
	}
	.naviBorder{
		height:53px;
	}
	.naviIcon{
		width:22px;
		height:22px;
		margin:12px 5% 6px auto;
		cursor:pointer;
		float:right;
	}
	.naviItems{
		width:100%;
		/*height:680px;*/
		z-index:999;
		position:relative;
		/*margin-top:5px;*/
		/*background:rgba(254,203,197,0.6);*/
	}
	.naviItems ul{
		margin:0;
		height:auto;
		width:100%;
	}
	.naviItems li{
		width:100%;
		padding:0 4% 0 4%;
		margin:auto 0 auto 0;
		background:#fff5e9;
		float:left;
		border-bottom:1px solid #fec5b7;
	}
	.naviItems li a{
		color:#6d6b6b;
	}
	.naviItems ul#naviUI li ul{
		position:relative;
		text-align:left;
		margin:0px auto auto 4%;
		width:100%;
		z-index:999;
		font-size:1em;
	}
	.naviItems ul#naviUI li ul li{
		width:100%;
		background:none;
		line-height:42px;
		border:0;
	}
	.naviItems ul#naviUI li ul li:hover{
		background:none;
	}
	.naviItems ul#naviUI li ul li:last-child{
		border-left:none;
	}
	.languagesBorder{
		width:25%;
		height:36px;
		line-height:36px;
		float:left;
		border:1px solid #444;
		margin:4% 0 4% 0;
		
	}
	.tw_bg{ background:#464646;border-radius:0px 3px 3px 0px; margin-left:-13px;}
	.tw_bg:hover{ background:#5b5b5b;}
	.en_bg{ background:#676666;border-radius:3px 0px 0px 3px; margin-left:4%;}
	.en_bg:hover{ background:#818080;}
	.sreachBorder{
		width:52%;
		margin:4% 2% 4% 0;
		height:30px;
		float:left;
	}
	.sreachBorder .sreachBox{
		width:80%;
		height:30px;
		float:left;
		margin-right:2%;
		background:none;
	}
	.sreachBorder .sreachBox input{
		width:91%;
		height:27px;
		border: 1px solid #707070;
		border-radius:5px;
		color:#70707;
		float:left;
		margin:auto 4% auto 5%;
	}
	.sreachBorder .sreachBtu{
		width: 15%;
		height:34px;
		float: left;
		border:6px;
		overflow:hidden;
	}
	.sreachBorder .sreachBtu input{
		width:100%;
		height:100%;
		border:6px;
	}
	
	/*-------------
		footer border
		----------------*/
	.locationSub{
		margin-bottom:2%;
	}
}

@media  (max-width: 480px) {

	.hideBox_phone{ display:none;}
	.showBox_phone{ display:block;}
	.hideBox_pc{ display:block;}
	.showBox_pc{ display:none;}
	.logoBorder{
		height:53px;
		width:43%;
	}
	.naviBorder{
		height:53px;
	}
	.naviIcon{
		width:22px;
		height:22px;
		margin:12px 5% 6px auto;
		cursor:pointer;
		float:right;
	}
	.naviItems{
		width:100%;
		height:600px;
		z-index:999;
		position:relative;
		margin-top:5px;
		/*background:rgba(254,203,197,0.6);*/
	}
	.naviItems ul{
		margin:0;
		height:auto;
		width:100%;
	}
	.naviItems li{
		width:100%;
		padding:0 4% 0 4%;
		margin:auto 0 auto 0;
		float:left;
	}
	.naviItems li a{
		color:#6d6b6b;
	}
	.naviItems ul#naviUI li ul{
		position:static;
		text-align:left;
		margin:0px auto auto 4%;
		width:100%;
		z-index:999;
		font-size:1em;
	}
	.naviItems ul#naviUI li ul li{
		width:100%;
		background:none;
		line-height:42px;
		border:0;
	}
	.naviItems ul#naviUI li ul li:hover{
		background:none;
	}
	.naviItems ul#naviUI li ul li:last-child{
		border-left:none;
	}
	.languagesBorder{
		width:45%;
		height:32px;
		line-height:32px;
		float:left;
		border:1px solid #444;
		margin:5% 0 5% 0;
	}
	.tw_bg{ background:#464646;border-radius:0px 3px 3px 0px; margin-left:-13px;}
	.tw_bg:hover{ background:#5b5b5b;}
	.en_bg{ background:#676666;border-radius:3px 0px 0px 3px; margin-left:4%;}
	.en_bg:hover{ background:#818080;}
	.sreachBorder{
		width:98%;
		margin:4% 2% auto 0;
		height:30px;
		float:left;
	}
	.sreachBorder .sreachBox{
		width:80%;
		height:30px;
		float:left;
		margin-right:2%;
		background:none;
	}
	.sreachBorder .sreachBox input{
		width:91%;
		height:27px;
		border: 1px solid #707070;
		border-radius:5px;
		color:#707070;
		float:left;
		margin:auto 4% auto 5%;
	}
	.sreachBorder .sreachBtu{
		width: 15%;
		height:34px;
		float: left;
		border:6px;
		overflow:hidden;
	}
	.sreachBorder .sreachBtu input{
		width:100%;
		height:100%;
		border:6px;
	}
	
	
	/*---------
		pagebanner border
		---------------*/
	.pageBanner{
		background:url(../img/banner.jpg) no-repeat center bottom;
		min-height:250px;
	}
	.pageSlide-text{
		width:100%;
		float:left;
		text-align:center;
		margin-top:8.5%;
		font-size:1em;
		font-weight:600;
		line-height:1.3em;
	}
	.pageSlide-text > h1 {
		padding: 0;
		color: #ffffff;
		font-size: 35px;
		font-style: normal;
		line-height: 45px;
		margin-bottom: 26px;
		display: inline-block;
		-webkit-animation-delay: 0.7s;
		animation-delay: 0.7s;
	}
	.pageSlide-text > p {
		padding: 0;
		color: #ffffff;
		font-size: 18px;
		line-height: 24px;
		font-weight: 300;
		margin-bottom: 6px;
		letter-spacing: 1px;
		-webkit-animation-delay: 1.1s;
		animation-delay: 1.1s;
	}
	.locationSub{
		margin-top:44.5%;
	}
	span.shareBoxCenter{
	margin-top:6%;
}
}