@charset "UTF-8";
/*網頁全共用設定*/
/*網路字體引用CSS設定 思源黑體 套用名字 Noto Sans TC*/
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
/*Bootstrap3.37 官方基礎CSS*/
@import url(https://cdn.jsdelivr.net/npm/bootstrap@3.4.1/dist/css/bootstrap.min.css);
/*股溝的ICONFONT*/
/*font-awesome4-7 iconfont*/
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);
/*animate動畫CSS*/
@import url(https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css);

html,body {
	font-family: 'Lato',Century Gothic,Arial,'Noto Sans TC','PingFang TC',Microsoft JhengHei,'微軟正黑體',Helvetica,sans-serif;
	position: relative;
	width: 100%;
	padding: 0 !important;
	margin: 0 !important;
	font-size: 17px;
	scroll-behavior: smooth;/*錨點滑動*/
	}
/*font-size:100%是為將網頁字體設定成17px，這個文字大小設定會連動到下面的body的字體設定唷*/

/*標題*/
h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6 {
	padding: 0;
	margin: 0;
}
h1,.h1,h2,.h2{
	font-size: 21px;
}
h3,.h3,h4,.h4{
	font-size: 20px;
}
h5,.h5,h6,.h6{
	font-size: 19px;
}
@media(max-width:767px){
h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{
	font-size: 2.5em;
}
}
a:hover, a:focus {
	text-decoration: none;/*超連結統一不要下底線*/
	}
img{
	/*backface-visibility:hidden; 圖片更銳利化*/
	}
/* 應用於GIF和PNG圖片; 防止邊緣模糊 */
img[src$=".gif"], img[src$=".png"] {
	image-rendering: auto;
	}
button, a, input:focus,button:focus{
	outline: none !important;
	}	/*連結或點擊的按鈕 不顯示外虛線*/
/*自定義RWD寬度*/
.new-row{
}
.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-33,.WIDTH-33-TABLE,.WIDTH-33-INLINEBLOCK{width:33.3%;}
.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-33,.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-33-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-33-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-33-XS,.WIDTH-33-XS-TABLE{width:33.3%;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-33-XS-INLINEBLOCK{width:33.3%;}
.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;}
.d-block{display: block !important;}
.d-inline{display: inline !important;}
.d-inline-block{display: inline-block !important;}
.d-vm{vertical-align: middle !important;}
.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;}
@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;}
.d-vm-xs{vertical-align: middle;}
.d-vt-xs{vertical-align: top !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;}/*區塊垂直置中*/
}

/*自定義寬高*/
[class*="widthpx"]{ width: auto;}
[class*="heightpx"]{ height: 100%;}
.widthpx50{	max-width: 50px;}
.widthpx75{	max-width: 75px;}
.widthpx100{ max-width: 100px;}
.widthpx125{ max-width: 125px;}
.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 */
}
input,input[type="checkbox"],input[type="radio"],input[type="text"],select{
	margin: 0;
	margin-bottom: 2px;
	margin-top: 2px;
	font-weight: 400;
}
label{
	padding: 0;
	margin: 0;
	font-weight: 400;
}
/*原BS3多層下拉選單*/
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu .dropdown-menu {
    top: 100%;
    left: -1px;
    margin-top: -1px;
}
@media(max-width:767px) {
	.dropdown-submenu > a{
		border-bottom: 1px solid #e5e5e5;
	}  
	.dropdown-submenu > .dropdown-menu.open{
		display: block;
	}
}
@media(min-width:768px) {
	.dropdown-submenu .dropdown-menu-left {
		right: auto;
		left: 100%;
		top: 0;
	}
	.dropdown-submenu .dropdown-menu-right {
		right: 100%;
		left: auto;
		top: 0;
	}
}
/*原BS3下拉選單以及多層下拉選單 用hover就打開*/
@media(min-width:768px) {
    .dropdown:hover > .dropdown-menu,
    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }
}
/*bs3的well*/
/*.well{
	border-radius: 10px;
    padding: 15px;
}
.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;
}
.well-nob{
    padding-bottom: 0;
}*/

/*bs3沒補到的btn按鈕設定*/
/*.btn-toolbar{
	color: #333;
	background-color: #f0f0f0;
	border-color: #f0f0f0;
}*/
.wow{
    visibility: hidden;
}
/*上面設定為一些特殊狀況設定，可再自行修改*/
/*從這裡為客製 網頁自定義樣式*/

/*每頁共用區*/
/*----------------------------------------------*/
/*每頁共用回頂部按鈕*/
.scroll-top {
	z-index: 1049;
	position: fixed;
	right: 2%;
	bottom: 5%;
	width: 50px;
	height: 50px;
	transition: all 0.5s;
}
.scroll-top .btn {
	width: 100%;
	font-size: 18px;
	color: #fff;
	background-color: #315899;
	/*opacity: 0.8;*/
	border-radius:50px;
	white-space: normal;
	padding: 12px 0;
}
.scroll-top a{
	color: #fff;
}
.page-scroll{
	display: block;
	opacity: 1;
	transition: all 0.5s;
	scroll-behavior: smooth;
	webkit-overflow-scrolling:touch;
}

/*主選單*/
nav.navbar{
    border-radius: 0;
    border:0px;
    background: #FFFFFF;
}
nav.navbar .navbar-nav > li > a {
	line-height: 40px;
    color:#565656;
	font-size: 18px;
	font-weight: 400;
}
nav.navbar .navbar-nav > li > a:hover,a:active,a:active {
    color:#343434;
	background-color: #D8D8D8;
}
@media(max-width:767px){
	nav.navbar{
		background: #FFFFFF;/*縮小選單背景*/
	}
	nav.navbar-default .navbar-brand {
		/*padding: 5px;*/
	}
}

/*logo*/
@media screen and (max-width: 1920px) and (min-width: 768px){
	.navbar-brand img {
		/*width: 50%;*/
		margin: 0 auto;
		display: block;
	}
}
@media screen and (max-width: 768px) and (min-width: 410px){
	.navbar-brand img {
		width: 60%;
		margin: 0 auto;
		display: block;
	}
}
@media screen and (max-width: 410px) and (min-width: 200px){
	.navbar-brand img {
		width: 64%;
		/*margin: 0 auto;
		display: block;*/
	}
}

/*footer*/
/*版權宣告*/
footer{
    padding: 30px 15px;
    text-align: center;
    font-size: 14px;
}
.footer1{
    background: #ddd;
}
.footer1 p{
    color:#333;
}
.footer2{
	display: flex;
    background: #555;
}
.footer2 p{
    color:#fff;
}
/*header*/
.header{
    background:url("../img/bg.png");
    background-size: cover;
    background-position: center center;
    width: 100%;
    position: relative;
    z-index: 2;
    overflow: hidden;
    padding-bottom: 45%;
}
.headerimg{
    width: 100%;
}
.banner1{
    position: absolute;
    z-index: 3;
}
.banner1{
	position: absolute;
    left: 15%;
    top:22%;
    width: 30%;
    z-index: 4;
}
@media(max-width:870px){
	.banner1{
		position: absolute;
		left: 10%;
		top:30%;
		width: 40%;
		z-index: 4;
	}	
}

@media(max-width:767px){
	.header{
		padding-bottom: 58%;
		/*margin-top: 50px;*/
	}
	.banner1{
		top: 35%;
		width: 50%;
	}
}

/*----------------------各頁客製設定開始------------------------*/
/*內容區-A*/
.infoblock{
    background: #FFFFFF;
	overflow: hidden;
}
.infoblock img{
    width: 100%;
}
@media(max-width:767px){
	.infoblock{
		background-size: 100%;
		background-repeat: repeat-y;
	}
}
/*相關規章*/
.infoblock1{
	margin-bottom: 5em;
}
.infoblock2{
    position: relative;
    text-align: center;
}
/*公平待客推動進程*/
.infoblock3{
    position: relative;
    text-align: center;
	background-color: #f2f2f2;
	margin-top: 5em;
	padding: 5em 0;
}
.processinfo{
	margin-top: 2em;
}
 P.process{
	font-size: 20px;
	font-weight: 600;
	color: #315899;
	text-align: left;
}
P.txt-process{
	font-size: 19px;
	color: #585858;
	text-align: left;
}
.infoblock-body h5{
	font-weight: 500;
    font-size: 2.5em;
    text-align: center;
    padding: 2em 0 .5em 0;
}
.infoblock2-body{
    position: relative;
    z-index: 3;
	margin-bottom: 2em;
}
.infoblock2-body h5{
	font-size: 2.5em;
	text-align: left;
	padding: 2em 0 .5em 0;
}
@media(max-width:760px){
	.infoblock2-body h5{
		padding: .5em 0 .5em 0;
	}
}
.infoblock2-body h6{
	text-align: left;
	font-size: 22px;
}
.infoblock2-body p .gary{
	text-align: left;
	text-indent: 2em;
}
.infoblock2-body img{
    width: 100%;
    max-width: 100%;
}
@media(max-width:991px){
	.infoblock2-body img{
		max-width: 100%;
		width: 100%;
		margin: 0 auto;
		display: flex;
	}
}
.gary{
	text-align: left;
    text-indent: 2em;
    line-height: 1.8em;
    color: #555555;
}
.gary2{
	text-align: left;
	line-height: 2em;
	margin: 2em 0;
	color: #555555;
}
.gary3{
	font-size: 1.1em;
    border: 1px solid #2e3830;
    padding: 0.7em;
	/*width: 180px;*/
}
.gary4{
	font-size: 1.1em;
	color: #909090;
	text-align: right;
	margin: 0;
}
.pink{
	text-align: left;
	color: #9e3030;
	font-weight: 600;
	text-indent: .8em;
}
.infoblock2-body ol{
	margin-bottom: 20px;
	font-size: 1.2em;
    color:#555555;
	text-align: left;
	list-style-type: decimal;
}
.infoblock2-body li{
	line-height: 35px;
}
 .infoblock2-body li.gary2{
	line-height: 30px;
}
@media(max-width:767px){
/*圖片連結放大*/
.infoblock2-body img{
    width: 100%;
    max-width: 400px;
}
}
/*end*/
.infoblock2 h5{
	font-weight: 500;
    font-size: 2.5em;
    text-align: center;
    padding: 2em 0 .5em 0;
}
/*客戶回饋*/
.feedback{
	background:url("../img/06.png") no-repeat;
    background-position: center;
    width: 100%;
    position: relative;
	padding: 10em 0em;
	background-size: contain;
}
.feedback2{
	background:url("../img/07.png") no-repeat;
    background-position: center;
    width: 100%;
    position: relative;
	padding: 10em 0em;
	background-size: contain;
}
.feedback3{
	background:url("../img/12.png") no-repeat;
    background-position: center;
    width: 100%;
    position: relative;
	padding: 2em 0em 5em 0em;
	background-size: contain;
}
.feedback4{
	background:url("../img/13.png") no-repeat;
    background-position: center;
    width: 100%;
    position: relative;
	padding: .7em 0em 5em 0em;
	background-size: contain;
}
@media (max-width: 768px){
	.feedback{
		padding: 5em 0em 9em 0em;
		background-size: contain;
	}
	.feedback2{
		padding: 11em 0em 7em 0em;
		background-size: contain;
	}
	.feedback3{
		padding: 11em 0em 7em 0em;
		background-size: contain;
	}
	.feedback4{
		padding: 11em 0em 7em 0em;
		background-size: contain;
	}
}
@media (max-width: 670px){
	.feedback{
		background:url("../img/06-1.png") no-repeat;
		background-position: center;
		padding: 5em 0em 9em 0em;
		background-size: contain;
	}
	.feedback2{
		background:url("../img/07-1.png") no-repeat;
		background-position: center;
		padding: 11em 0em 7em 0em;
		background-size: contain;
	}
	.feedback3{
		background:url("../img/12-1.png") no-repeat;
		background-position: center;
		padding: 11em 0em 7em 0em;
		background-size: contain;
	}
	.feedback4{
		background:url("../img/13-1.png") no-repeat;
		background-position: center;
		padding: 11em 0em 7em 0em;
		background-size: contain;
	}
}
@media (max-width: 550px){
	.feedback{
		padding: 5em 0em 9em 0em;
		background-size: contain;
	}
	.feedback2{
		padding: 11em 0em 7em 0em;
		background-size: contain;
	}
	.feedback3{
		padding: 11em 0em 7em 0em;
		background-size: contain;
	}
	.feedback4{
		padding: 11em 0em 7em 0em;
		background-size: contain;
	}
}
@media (max-width: 450px){
	.feedback{
		padding: 1em 0em 10em 0em;
		background-size: contain;
	}
	.feedback2{
		padding: 7em 0em;
		background-size: contain;
	}
	.feedback3{
		padding: 2em 0em;
		background-size: contain;
	}
	.feedback4{
		padding: 2em 0em;
		background-size: contain;
	}
}
@media (max-width: 360px){
	.feedback{
		padding: 1em 0em 7em 0em;
		background-size: contain;
	}
	.feedback2{
		padding: 5em 0em;
		background-size: contain;
	}
	.feedback3{
		padding: 5em 0em;
		background-size: contain;
	}
	.feedback4{
		padding: 5em 0em;
		background-size: contain;
	}
}
.container3 {
    padding-left: 96px;
    padding-right: 96px;
    max-width: 1366px;
	margin: 0 auto 2em auto;
}
/*十大原則圖片*/
.demands{
    background:url("../img/08.png") no-repeat;
    background-position: top center;
    width: 100%;
    position: relative;
	height: 80vh;
	background-size: contain;
}
@media (max-width: 991px){
	.demands{
		height: 67vh;
	}
}
@media (max-width: 767px){
	.demands{
		height: 50vh;
	}
}
@media (max-width: 670px){
	.demands{
		height: 54vh;
	}
}
@media (max-width: 760px){
.container3 {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1366px;
	margin: 0 auto 2em auto;
}
}
@media (max-width: 550px){
	.demands{
		background:url("../img/11.png") no-repeat;
		background-position: top center;
		height: 125vh;
	}
}
@media (max-width: 445px){
	.demands{
		height: 104vh;
		background-size: contain;
	}
}
@media (max-width: 360px){
	.demands{
		height: 72vh;
		background-size: contain;
	}
}
@media screen and (min-width: 200px) and (max-width: 500px){
.container3 {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1366px;
	margin: 0 auto 2em auto;
}
}
.program{
	display: flex;
	margin: 0 auto;
	width: 100%;
}
@media(max-width:767px){
	.program{
		width: 41vh;
	}
}
@media(max-width:550px){
	.program{
		width: 40vh;
	}
}
@media(max-width:400px){
	.program{
		width: 30vh;
	}
}
.member{
	background: url(../img/banner2.png) no-repeat;
    background-position: top center;
    height: 48vh;
    background-size: contain;
}
@media(max-width:767px){
	.member{
		background: url(../img/banner3.png) no-repeat;
		background-position: top center;
		height: 55vh;
		background-size: contain;
	}
}
@media(max-width:480px){
	.member{
		height: 45vh;
	}
}
@media(max-width:360px){
	.member{
		height: 32vh;
	}
}
@media (max-width: 550px) {
    .infoblock2-body img {
        max-width: 100%;
        width: 100%;
    }
}
@media(max-width:767px){
.infoblock2 h4{
    font-size: 25px;
}

.infoblock2 .col-sm-4{
    max-width: 350px;
    margin: 0 auto;
    float: none;
    overflow: hidden;
    margin-bottom: 10px;
}
}

@media(max-width:767px){
.infoblock2 .col-sm-4{
    max-width: 350px;
    margin: 0 auto;
    float: none;
    overflow: hidden;
    margin-bottom: 10px;
}
}
/*文字區塊*/
.infoblock4-body{
}
@media(max-width:762px){
.infoblock4-body{
	text-align: center;
	margin: 1em 2em;
}	
}
p{
	font-size: 1.2em;
}

/*多元檢舉管道*/
.container2{
    position: relative;
	background: #f0f0f0;
	padding: 7em 10em;
}
.infoblock4-body h5{
	font-weight: 500;
    font-size: 2.5em;
	text-align: left;
	padding-bottom: 1.5em;
}
@media(max-width:991px){
.infoblock4-body h5{
		font-size: 2.5em;
		padding: 1em 0 0.5em 0;
	}
}
@media screen and (min-width: 200px) and (max-width: 500px){
.infoblock4-body h5{
		font-size: 28px;
		margin-top: 0;
		padding-bottom: 0.5em;
	}
}
.infoblock4-body p{
	text-align: left;
	line-height: 35px;
	margin-left: 10px;
}
.ofc {/*多元檢舉圖*/
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
	font-family: "object-fit: cover; ";}

.btn3{
	font-size: 1.1em;
    border: 1px solid #315899;
    padding: 0.7em;
    margin-bottom: 1em;
    text-align: center;
}
.btn3 a{
	color: #315899;
    letter-spacing: .12em;
}
@media(max-width:1340px){
.container2{
    position: relative;
	background: #E8E8E8;
	padding: 5em 0;
}
}
/*獲獎紀錄*/
.row {
    /*display: flex;*/
    flex-wrap: nowrap;
    margin-right: -2%;
    margin-left: -2%;
    flex-direction: row;
}
.year{/*年分*/
	position: relative;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
	font-size: 1.5em;
	padding-top: 0.5em;
	text-align: left;
}
.awards{
	text-align: left;
	font-weight: 400;
    font-size: 1.1em;
    line-height: 2em;
    letter-spacing: .02em;
    text-transform: none;
	border-bottom:1px solid #b2b2b2;
	padding: 0.5em 0;
	color: #407ebe;
}
.awards P{
	font-weight: 400;
    font-size: 1em;
    letter-spacing: .02em;
    text-transform: none;
}
P.feedbackp{
	font-weight: 400;
    font-size: 1em;
    letter-spacing: .02em;
    text-transform: none;
	text-indent: -2.6em;
	margin-left: 2.6em;
}
P.feedbackp2{
	font-weight: 400;
    font-size: 1em;
    letter-spacing: .02em;
    text-transform: none;
	text-indent: -3.2em;
	margin-left: 3.2em;
}
.feedbackp3{
	margin-left: 2.8em;
}
.btn4{
	width: 140px;
	border-radius:0;
	font-size: 1.1em;
	border: 1px solid #315899;
	text-align: center;
	line-height: 3em;
	margin: 0 auto;
}
.btn4 a{
	color: #315899;
	border-radius:0;
	line-height: 180%;
    letter-spacing: .12em;
}
/*新聞標題*/
.infoblock2-body h3{
	font-size: 30px;
	margin: 30px 0;
	text-align: left;
	line-height: 80px;
}