@charset "utf-8";
/* CSS Document */

header {
    background: #5a8896;
    padding: 0;
	position: fixed;
	z-index: 2;
	top: 0;
}

main {
	margin-top: 60px;
}

/****** 導盲磚定位點 ******/
a[accesskey="M"]{
	left:-12px;
}


.weather, .small-banner, .fat-footer {
    display: none;
}

.bodyBg {
	top: 64px;
	position: relative;
}

.img-banner {
    background-position: center bottom;
    background-size: 100%;
	background-repeat: no-repeat;
	position: relative;
	top: 0;
	height: 100%;
    width: 100%;
}

/******LOGO ******/
.logo {
    z-index: 1;
    float: none;
}
.logo img {
    margin: 0 auto;
    width: 165px;
}

/****** 字級大小 ******/
.fontsize {
    position: fixed;
    right: 7px;
    top: 13px;
    z-index: 1;
}


/****** 搜尋列 ******/
.btn-search {
    display: block;
    position: fixed;
    top: 17px;
    right: 45px;
}
.btn-search img {
	position: relative;
}
#search {
    position: fixed;
    right: 0;
    top: 64px;
    width: 100%;
}
.search {
    top: 40px;
    z-index: 3;
    width: 100%;
    right: 8px;
	padding: 10px;
    background: #335661;
    float: left;
}
.search > form > input[type="text"] {
	background: #1f353b;
    width: calc(100% - 95px);
}
.keyword {
padding: 0 0 5px;
}


/****** top-link ******/
.top-link {
    text-align: left;
    background: none;
}
.top-link > .container {
    margin-right: 45px;
}
.top-link {
    position: fixed;
    top: 15px;
    left: 55px;
    z-index: 3;
    display: none;
    width: calc(100% - 100px);
}
.affix-top-link {
    display: block;
}


/****** 主選單 ******/
.sm li.menu-toplink {
    display: block;
}
li.menu-toplink.mt20 {
    margin-top: 20px;
}
.sm-blue .menu-toplink a, .sm-blue .menu-toplink a:hover, .sm-blue .menu-toplink a:focus {
	font-size: 0.875em;
    line-height: 8px!important;
    border-bottom: none;
}
.cbp-spmenu-left {
    left: -240px;
}
.main-menu {
	box-shadow:none;
	margin-top: 0;
	position: absolute;
	z-index: 2;
}


/****** 內文區標題 ******/
.content-info h2 {
	text-align: left;
}


/****** 頁底資訊 ******/
.footer-left, .footer-right {
    float: none;
    width: 100%;
}
.info-law, .info-contact {
    text-align: left;
    margin-bottom: 10px;
}
.privacy {
    max-width: 200px;
}
.info-line {
    float: none;
    width: 100%;
    margin-bottom: 10px;
}

/***20200526 sitemap網站導覽頁 ***/
.sitemap-font {
	width: 100% !important;
}
ul#tree {
    padding-left: 0 !important;
}
.site-name {
	padding-left: 0 !important;
	text-align: center;
}


@media (max-width: 768px) {
.share-social {
    padding: 5px 0 10px;
    margin: 0;
    float: left;
    width: 100%;
}
}

@media (max-width: 660px) {
.sitemap-font {
   padding-left: 5px !important; 
}
div#sidetreecontrol{
padding-left: 5px !important; 
}

}

@media (max-width: 590px) {

}

@media (max-width: 480px) {

}

@media (max-width: 450px) {
.search {
    top: 45px;
}
}

@media print {
a[href]:after {
    content: none !important;
}
}
@page {
    margin: 0.5cm !important;; /*print邊界*/
}
.print{
    page-break-after:always; /*print分頁面*/
}
