@charset "utf-8";
/* CSS Document */
body, div, span, ul, li, p {
    font-family: Microsoft JhengHei!important;
}
body {
	font-size: 1.51em;
}
/*body::-webkit-scrollbar {
 width: 0;
 height: 0;
 font-weight: 500;
}*/
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
header, main, footer {
    float: left;
    width: 100%;
	background: #fff;
}
header {
    background: #517d88;
	padding: 10px;
}
hr {
	border-top: 1px solid #aaa;
}
input[type=checkbox], input[type=radio] {
    width: 15px;
    height: 15px;
}

:focus {
    outline: 4px solid #FFBF47 !important;
	outline-offset: -1px;
}
.glyphicon {
	font-family: 'Glyphicons Halflings' !important;
}

.header-right {
    float: right;
}

/****** 導盲磚定位點 ******/
a[accesskey="C"], a[accesskey="M"], a[accesskey="Z"] {
    position: absolute;
	z-index: 2;
	left:0;
}
a[accesskey="S"] {
    position: absolute;
    color: #517d88;
}


/****** 按鈕群樣式 ******/
.btn {
	font-size: 0.9375em;
	font-weight: bold;
}
.btn-home {
	background: #517d88;
    color: #fff;
    padding: 6px 20px 6px 20px;
    margin-left: 6px;
    border-radius: 30px;
}
.btn-clear {
	background: #767676;
    color: #fff;
    padding: 6px 20px 6px 20px;
    margin-left: 6px;
    border-radius: 30px;
}
.btn-home:hover, .btn-home:focus, .btn-clear:hover, .btn-clear:focus {
	background: #c54f61;
	color: #fff;
}



/****** 間距排版樣式 ******/
.mt10 {
	margin-top: 10px;
}
.mt20 {
    margin-top: 20px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
    margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.max50 {
	width: 50px;
}
.max120 {
	width: 120px;
}
.max250 {
	width: 250px;
}
.min100 {
	min-width: 100px;
	width: auto;
}
.text_center {
	text-align: center;
}

/****** input間距排版樣式 ******/
.wdgp {
	display: inline-block;
}
.wddate {
	width: calc(50% - 33px);
}

/****** 背景顏色樣式 ******/
.blue {
	background: #67bdef;
}
.green {
	background: #a8d849;
}
.pink {
	background: #ffc0cb;
}
.red {
	background: #ff91a5;
}
.purple {
	background: #dda3e4;
}
.yellow {
	background: #f1ed72;
}
.orange {
	background: #fdd477;
}
.light_blue {
	background: #c4e5ef;
}
.light_green {
	background: #dbf2bc;
}
.red_orange {
	background: #f9c2a4;
}


/****** LOGO ******/
.logo {
    float: left;
    margin: 8px 0;
}
.logo > h1 {
    margin: 0;
}
.logo img {
    max-width: 90%;
}

/****** 快速連結區 ******/
.top-link {
    color: #fff;
    font-size: 1em;
    float: left;
    text-align: right;
    line-height: 30px;
    width: 92%;
}
.top-link a {
    margin: 0 2px;
    color: #fff;
}


/****** 字級大小 ******/
.fontsize {
    float: right;
}
.fontsize ul {
    display: inline-flex;
}
.fontsize ul li {
    float: left;
    padding: 5px 8px;
    border: 1px solid #fff;
    margin: 0 5px;
}
.fontsize ul li a {
	color: #fff;
}
.fontsize ul li a:hover, .fontsize ul li a:focus {
	text-decoration: none;
}
.fontsize ul li:hover, .fontsize ul li:focus, .fontsize ul li:active, .fontsize ul li.active {
	background: #f05f78;
	border: 1px solid #f05f78;
	text-decoration: none;
}
.btn-fontsize {
    border: 1px #fff solid;
    padding: 0;
    border-radius: 0;
    background: transparent;
}
.fontsize .dropdown-menu {
    background-color:rgba(0, 0, 0, 0.85);
    min-width: auto;
    padding: 10px;
    margin-right: -1px;
    margin-top: 12px;
}

.fontsize .dropdown-menu:after {
    position: absolute;
    display: block;
    top: -19px;
    right: 0;
    content: " ";
    border-top-width: 0;
    width: 0;
    height: 0;
    border-width: 10px;
    border-color: transparent;
    border-style: solid;
    border-bottom-color: rgba(0, 0, 0, 0.85);
}

/****** 社群分享 ******/
.share-social {
    float: right;
    padding: 10px 0;
    margin: -75px 0 15px 0;
}
.share-social > ul > li {
    display: inline-block;
	padding: 0 0 0 5px;
}

.share-social .dropdown-menu {
    background-color: rgba(0, 0, 0, 0.85);
    min-width: 55px;
    margin-top: 12px;
    margin-right: -1px;
}
.share-social .dropdown-menu:after {
    position: absolute;
    display: block;
    top: -19px;
    right: 0;
    content: " ";
    border-top-width: 0;
    width: 0;
    height: 0;
    border-width: 10px;
    border-color: transparent;
    border-style: solid;
    border-bottom-color: rgba(0, 0, 0, 0.85);
}

.share-social .dropdown-menu ul li {
	padding: 10px 0;
	text-align: center;
	opacity: 0.6;
}

.share-social .dropdown-menu ul li:hover, .share-social .dropdown-menu ul li:focus {
    background: #f05f78;
	opacity: 1;
}


/****** 主選單 ******/
.main-menu {
    float: left;
    width: 100%;
	position: sticky;
    background: #fff;
    box-shadow: 0px 12px 12px 0px rgba(114, 114, 114, 0.15);
	z-index: 1;
}
.main-menu img {
    vertical-align: baseline;
	margin-left: 5px;
}
.main-menu > .toggleMenu {
	clear: both;
    display: block;
    position: fixed;
    top: 13px;
    left: 10px;
    z-index: 10000;
}
.main-menu > .toggleMenu:hover, .main-menu > .toggleMenu:focus {
    text-decoration: none;
}
.toggleMenu > span {
	display: none;
}
.affix {
    right: 0;
    left: 0;
    top: 0;
    z-index: 11;
    background: #fff;
    position: fixed;
    box-shadow: 0px 12px 12px 0px rgba(114, 114, 114, 0.18);
}
.affix-top {
	z-index: 1;
}

.sm li.menu-toplink {
    display: none;
}
.cbp-spmenu, .cbp-spmenu-push {
    -webkit-transition: left 0.3s ease;
    -moz-transition: left 0.3s ease;
    transition: left 0.3s ease;
}


/*** 漢堡選單icon ***/	
.menu-icon-wrapper {
    display: inline-block;
    cursor: pointer;
}
.menu-icon-wrapper.close, .menu-icon-wrapper.close:hover, .menu-icon-wrapper.close:focus {
    opacity: 1;
	float: left;
}
.menu-icon-first, .menu-icon-second, .menu-icon-thrid {
    width: 30px;
    height: 4px;
    background-color: #fff;
    margin: 6px 0;
    transition: 0.4s;
}
/* 旋转第一条横线 */
.close .menu-icon-first {
    -webkit-transform: rotate(-45deg) translate(-6px, 6px);
    transform: rotate(-45deg) translate(-6px, 6px);
	box-shadow: none;
}
/* 隐藏第二条横线 */
.close .menu-icon-second {
    opacity: 0;
}
/* 旋转第三条横线 */
.close .menu-icon-thrid {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
	box-shadow: none;
}


/****** 搜尋列 ******/
.search > form > input[type="text"] {
    float: left;
    height: 35px;
    border: 0;
    border-radius: 0;
    padding: 5px 30px 5px 10px;
    color: #fff;
    background: #37535c;
}
.search > form > button {
    float: left;
    width: 30px;
    height: 35px;
    border: none;
    color: #d9dbda;
    background: transparent;
	font-size: 1.0625em;
    margin-left: -32px;
}
.btn-search {
	width: 26px;
	height: 26px;
	display: none;
}
.keyword {
    color: #fff;
    line-height: 24px;
    padding: 0 5px 0 5px;
}
.search-advanced {
    color: #fff;
    line-height: 32px;
    float: left;
    border: 1px #fff solid;
    padding: 0 13px;
    margin: 0 0 0 10px;
}
.search-advanced a {
    color: #fff;
}
.keyword a {
    display: inline-block;
    color: #fff;
}
/*webkit瀏覽器專用*/
.search ::-webkit-input-placeholder {
color:#fff;
}
/*Firefox 4-18瀏覽器專用*/
.search input::-moz-placeholder {
color:#fff;
}
/*Firefox 19+瀏覽器專用*/
.search input::-moz-placeholder {
color:#fff;
}
/*IE10瀏覽器專用*/
.search:-ms-input-placeholder {
color:#fff;
}
.glyphicon.glyphicon-search > span {
    display: none;
}


/****** 頁底資訊 ******/
.footer-right {
    float: right;
}
.footer-left {
    float: left;
    width: 52%;
}
.footer-info {
    float: left;
    width: 100%;
	font-size: 0.9375em;
    padding: 40px 0;
    background: #131313;
	margin-top: -1px;
}
.info-line {
    float: left;
    margin: 0 15px 15px 0;
}
.info-line a {
    display: inline-block;
    color: #f05f78;
    margin-right: 20px;
    text-align: center;
    font-weight: bold;
}
.info-line a img {
    width: 99px;
    height: 99px;
    margin: 0 0 12px 0;
    display: block;
}
a.location img {
    border: none;
}
.info-law {
    color: #f05f78;
    margin: 0 0 5px;
}
.info-law a {
    display: inline-block;
    color: #f05f78;
    font-weight: bold;
    padding: 0 5px;
}
.info-law a:first-child {
    padding-left: 0;
}
.info-contact {
    color: #fff;
    line-height: 24px;
}
.info-accessibility {
    float: left;
    margin: 0 10px 0 0;
}
.privacy {
    color: #fff;
    margin-bottom: 5px;
    text-align: center;
    border: 1px #fff solid;
    padding: 8px 20px;
    border-radius: 10px;
    margin: 0 0 15px 0;
}

/****** 麵包屑 ******/
.breadcrumb {
    float: left;
    width: 100%;
    background: transparent;
    margin: 20px 0 10px 0;
    padding: 0;
    border-radius: 0;
}
.breadcrumb > li {
    float: left;
    color: #333;
	font-size: 0.875em;
    line-height: 24px;
}
.breadcrumb > li > a {
    color: #353535;
}
.breadcrumb > li:nth-child(2):before {
    content: "";
    padding: 0;
}
.breadcrumb > li+li:before {
    content: ">";
    color: #353535;
}
.breadcrumb > .active {
    color: #5a8896;
}

/****** 內文區標題 ******/
.content-info h2 {
    color: #000;
    text-align: center;
    border-bottom: solid 4px #d8d8d8;
    line-height: 60px;
	margin: 0 0 10px 0;
}

/****** 詳細內文 ******/
.content-info {
	font-size: 1em;
    float: left;
    width: 100%;
    min-height:580px;
    margin-bottom: 30px;
	line-height: 25px;
}
.info-bg {
	background: #e6e6e6;
	padding: 15px;
	float: left;
    width: 100%;
	margin: 20px 0;
}
.list-group > .list-group-item {
	margin: 0;
	line-height: 26px;
	word-break: break-all;
}

/****** 內文發布日期搜尋 ******/
.from-search {
	margin: 10px 0 0;
	float: left;
    width: 100%;
}
.from-search .form-control {
	border: 1px solid #5b5b5b;
	border-radius:0;
	padding: 6px 8px;
	display: inline-block;
	/*width:auto;*/
}
.from-search .form-inline .form-group {
    /*display: inline-block;*/
    margin-bottom: 15px;
    vertical-align: middle;
}
input#mail {
    width: 100%;
}


/****** 頁碼 ******/
.from-page {
    text-align: center;
    margin: 0 0 40px 0;
    float: left;
    width: 100%;
}
.pagination .page-active a, .from-page ul li a:hover {
    color: #fff;
    background-color: #517d88;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    z-index: 2;
    color: #fff;
    background-color: #517d88;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: 5px;
    margin-bottom: 5px;
    line-height: 1.42857143;
    color: #8c8c8c;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #aaa;
}
.from-page .pagination > li:first-child > a {
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.from-page .pagination > li:last-child > a {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
	border: 0;
}
.from-page .last-page a {
    color: #000;
    border: none;
}
.from-page .last-page a:hover, .from-page .last-page a:focus {
	background: #fff;
	color: #5a8896;
}
.from-page select {
    color: #1f272a;
}
.pink-font{
	color: #cb2119;
}


/****** 瀏覽人次 ******/
.visitor {
    background: #edeff0;
    padding: 10px;
    color: #37535c;
    float: left;
    width: 100%;
	margin: 20px 0;
}
.visitor ul {
    list-style-type: square;
    padding: 0 0 0 20px;
}
.visitor ul li {
    float: left;
    margin: 0 30px 0 0;
}
.home_nav {
    text-align: right;
	float: right;
}

/*0413新增*/
.gotop {
    display: block;
    opacity: 1;
	z-index: 99;
}
.gotop a {
    display: block;
    position: fixed;
    background-image: url(../images/img-gotop.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 50px;
    right: 10px;
    bottom: 15px;
    color: transparent;
    opacity: 0.7;
	z-index: 9;
}
.gotop a:hover, .gotop a:focus {
    opacity: 1;
}

@media (min-width: 1200px) {

}

@media (min-width: 992px) {
.main-menu > .toggleMenu {
    display: none;
}
#search {
	display: block;
}
.search {
    float: right;
    clear: both;
    margin: 15px 0 10px;
    display: inline-flex;
}
.search > form {
    float: left;
    padding-left: 5px;
}
.keyword {
    line-height: 35px;
    float: left;
}
}

@media (min-width: 768px) {
.mr20 {
	margin-right: 20px;
}
}

@media (max-width: 1199px) {
.footer-left {
    width: 45%;
}
}

@media print {
a[href]:after {
    content: none !important;
}
.info-bg {
	padding: 0  !important;	
	}
.social_block {
	padding: 0  !important;
	min-height: 250px !important;
	display: block;
}
body{
  width: 100%;
  margin: 0;
  float: none;
  line-height: 1.5;
}	
@page {
    margin: 0.5cm !important; /*print邊界*/
}
.print{
    page-break-after:always; /*print分頁面*/
}
	
}

