html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

main {
    display: block;
}

body {
    font: 62.5%/1 "League Spartan", "微軟正黑體", Arial, Helvetica, "sans-serif" , Microsoft JhengHei ;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
	transition:all 0.3s;
 	letter-spacing:0
}
.Bold_font {
    font-family: 'Righteous', sans-serif;
}

@font-face {
  font-family: 'League Spartan';
  src: url('../fonts/LeagueSpartan-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'League Spartan';
  src: url('../fonts/LeagueSpartan-ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'League Spartan';
  src: url('../fonts/LeagueSpartan-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'League Spartan';
  src: url('../fonts/LeagueSpartan-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'League Spartan';
  src: url('../fonts/LeagueSpartan-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'League Spartan';
  src: url('../fonts/LeagueSpartan-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'League Spartan';
  src: url('../fonts/LeagueSpartan-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'League Spartan';
  src: url('../fonts/LeagueSpartan-ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'League Spartan';
  src: url('../fonts/LeagueSpartan-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Righteous';
  src: url('../fonts/righteous_5.2.6_latin-400-normal.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;}


@font-face {
  font-family: 'Baumans';
  src: url('../fonts/Baumans-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
	
body.font-size-s {
    font-size: 56.3%;
}

body.font-size-l {
    font-size: 68.8%;
}

a {
    color: #009b9b;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:hover,
a:focus {
    text-decoration: none;
    color:#005452;
}

a,
button,
textarea,
select,
input {
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

a:focus,
button:focus,
textarea:focus,
select:focus,
input:focus,
details summary:focus{ outline: 2px dotted #FD0004}

img {
    border: none;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}
.zoomBox{
	position:relative;
	overflow:hidden}
	
.zoomBox .zoom-pic {
    background-image: url(../images/no-pic.jpg);
	position:absolute;
	width:100%;
	height:100%;
	transition:all 0.5s;
	background-position:center;
	background-size: cover;
	left: 0; top: 0
}

a:hover .zoomBox .zoom-pic, a:focus .zoomBox .zoom-pic, .zoomBox:hover .zoom-pic{
	transform:scale(1.1)}

/** Layout **/
#wrapper {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}
 

.ellipsis-1 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.fill {
    position: absolute;
    height: 100%;
    width: 100%;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ellipsis-2,
.ellipsis-3,
.ellipsis-4,
.ellipsis-5,
.ellipsis-6,
.ellipsis-7,
.ellipsis-8,
.ellipsis-9,
.ellipsis-10,
.ellipsis-11,
.ellipsis-12{
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
}

.ellipsis-2 {
    -webkit-line-clamp: 2 !important;
}

.ellipsis-3 {
    -webkit-line-clamp: 3 !important;
}

.ellipsis-4 {
    -webkit-line-clamp: 4 !important;
}

.ellipsis-5 {
    -webkit-line-clamp: 5 !important;
}

.ellipsis-6 {
    -webkit-line-clamp: 6 !important;
}

.ellipsis-7 {
    -webkit-line-clamp: 7 !important;
}
.ellipsis-8 {-webkit-line-clamp: 8 !important;}
.ellipsis-9 {-webkit-line-clamp: 9 !important;}
.ellipsis-10 {-webkit-line-clamp: 10 !important;}
.ellipsis-11 {-webkit-line-clamp: 11 !important;}
.ellipsis-12 {-webkit-line-clamp: 12 !important;}

.sr-only,
.sr-only-focusable,
.hide-panel {
    position: fixed;
    width: 1px;
    height: 1px;
    color: #000;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
	
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    /*position: static;*/
    font-size: 0.8rem;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
 	z-index:1000000;
	left:0;
	top:0;
	width: auto;
	display: inline-block;
 	padding:6px;
	background-color:rgba(0,0,0,0.6);;
    height: auto;
	font-size:1em;
    margin: 0;
    overflow: visible;
    clip: auto;
	color:#fff;
	font-weight:bold
 }
.acKey,
.acKey a {
    color: transparent;
    font-size: 0.8rem;
}

.acKey:hover,
.acKey:focus,
.acKey a:hover,
.acKey a:focus {
    color: #32872C;
}

.container {
    width: 100%;
    margin: 0 auto;
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}

.row2 {
    margin-right: 10px;
    margin-left: 10px;
}

.remark {
    color: #C30;
    padding-top: 5px;
    margin-bottom: -5px;
    padding-left: 10px;
    box-sizing: border-box
}

.bbfont {
    font-family: 'Righteous';
 }

.left-part {
    float: left;
}

.right-part {
    float: right;
}

.container {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0;
}

.center{
	text-align:center;}

.fff {
    color: #fff;
}

.font-black {
    color: #000;
}

.font-blue {
    color: #00818f;
}

.font-green {
    color: #288722;
}

.font-yellow {
    color: #a06c13;
}

.font-orange {
    color: #c75300;
}

.font-red {
    color: #D82B12;
}

.font-gray {
    color: #666
}

@media screen and (max-width:990px) {
    .pc-mode {
        display: none !important;
    }

    .container {
        width: calc(100% - 120px);
    }
	#header .container{width:100%;}
}

@media screen and (max-width:768px) {
 
    .container {
        width: calc(100% - 60px);
    }
}

@media screen and (min-width:991px) {
    .sp-mode {
        display: none !important;
    }

    .container {
        width: calc(100% - 120px);
    }
	
	#header .container{ width:calc(100% - 20px); max-width: 1300px; }
	
}

@media screen and (min-width:1300px) {
    .container {
        max-width: 1300px;
    }
}

/** header **/
#header {
    width: 100%;
	height: 115px;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
     z-index: 9;
	box-sizing:border-box;
	transition: all 0.5s;
	border-top: 5px solid #b2e8e8
}
 

 
 

#header > h1 {
    position: fixed;
    width: 1px;
    height: 1px;
    color: #000;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

#header.sp-fix {
     left: 0;
    top: 0;
    z-index: 999;
    background: #FFF;
    -webkit-box-shadow: 0 2px 7px rgba(0%, 0%, 0%, 0.3);
    -moz-box-shadow: 0 2px 7px rgba(0%, 0%, 0%, 0.3);
    box-shadow: 0 2px 7px rgba(0%, 0%, 0%, 0.3);
}

#header .hdContainer {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
	position:relative;
	max-width:1300px;
}

#navMenu .container {
    max-width: none;
}

/* ----- topHead ----- */
#topHead {
    position: absolute;
    width: 100%;  
	background: #fff
  }

#topHead .logo a {
    display: block;
    width:185px;height: 80px;
    float: left;
    position: absolute;
    background: url(../images/head-logo.svg) left top no-repeat;
    background-size: contain;
    left: 0;
    top: 10px;
    z-index: 3;
 }
 

@media screen and (max-width: 990px) {
    #wrapper {
        padding-top:0;
    }
	#header{
		height: 60px;
	}
 
}

/* ----- addon ----- */
.addon {
    float: right;
    width: 100%;
 }

.addon > ul {
    float: right;
    list-style: none;
	position:relative;
	z-index:1
	
}

.addon > ul > li {
    float: left;
    font-size: 1.5em;
    text-align: left;
	position:relative;
}
.addon > ul > li .h_bx{ display:block}
 
.addon > ul > li > a {
    color: #fff;
    display: inline-block;
	padding:0 6px;
	text-shadow: 0 0 2px rgba(0,0,0,0.3);
	font-weight:bold;
 }
 
.addon > ul > li > a:hover span,
.addon > ul > li > a:focus span {
    font-size: 100%;
 	color:#FF9;
	text-decoration:underline;
}
 

.addon > ul > li > a.acKey {
    color: transparent;
    margin: 0;
	text-shadow:none !important;
}

.addon > ul > li > a:hover,
.addon > ul > li > a:focus {
    color: #ff8000;
}
 
.addon .font_size_contlor button {}
 .addon > ul#addonLink{ display: inline-block}	
	.addon > ul#addonLink > li{ margin-left:6px; font-size: 1.4em;}
 	.addon > ul#addonLink > li > a, .addon .font_size_contlor button{
		width: 26px; height: 26px;
 		border-radius:50%;
		display:inline-block;
 		background-position: center; 
		background-repeat:no-repeat; 
		background-size: contain;
		padding: 0;
		text-indent: -9999em;
		border: 0;
  		}
	
	.addon .font_size_contlor{ margin-left: 10px; padding-left: 10px; border-left: 1px solid #00b2b3}
	.addon .font_size_contlor button{ background-color: #000; cursor: pointer}
	.addon .font_size_contlor button:hover{ background-color:#00b2b3 ;}
	.addon .font_size_contlor button:focus{ background-color:#005452; }
	.addon .font_size_contlor button#font_larger{ background-image: url(../images/top-ico-font-size-biger.svg);}
	.addon .font_size_contlor button#font_smaller{ background-image: url(../images/top-ico-font-size-smaller.svg);}
	
	.addon > ul#addonLink > li > a#ti_1{background-image:url(../images/top-ico-home.svg);}
	.addon > ul#addonLink > li > a#ti_2{background-image: url(../images/top-ico-sitemap.svg);}
	.addon > ul#addonLink > li > a#ti_3{background-image: url(../images/top-ico-mail.svg);}
	
	.addon > ul#addonLink > li > a#ti_1:hover{background-image:url(../images/top-ico-home-on.svg);}
	.addon > ul#addonLink > li > a#ti_2:hover{background-image: url(../images/top-ico-sitemap-w-on.svg);}
	.addon > ul#addonLink > li > a#ti_3:hover{background-image: url(../images/top-ico-mail-w-on.svg);}
	
 	.addon > ul#addonLink > li > a:hover, .addon > ul#addonLink > li > a:focus{background-color: #009b9b;}
 
	

@media screen and (min-width: 991px) {
	.addon { 
		position: absolute;
		right: 0;
		z-index: 2;
 		width: auto;
 		box-sizing: border-box;
		text-align: right;
 		padding-top: 6px;
		padding-left: 60px;
		padding-right: 10px;
		height: 44px;
		background: linear-gradient(45deg, transparent 44px, #b2e8e8 0px);
		
  	}
	
 
	

 	.addon > ul > li > a.acKey{	border:0;}
	.addon .acKey{ position:absolute; left:-15px; top:8px;}		
	.addon > ul > li > a{ position:relative;}
	
	.addon.pc-mode:after{
		content: "";
		display: block;
		position: absolute;
		width: 100vw;
		height: 100%;
		background: #b2e8e8;
		left: 100%;
		top: 0
	}
 
}


#addon-sp {
    float: left;
    width: 100%;
}

#addon-sp > ul#addonLink {
    float: left;
    width: 100%;
    list-style: none;
	padding: 15px;
	box-sizing: border-box;
	text-align: center;
	display: flex;
	justify-content: center;
	
}

#addon-sp > ul > li {
    float: none;
    width: auto;
	display: block
 }

#addon-sp > ul > li span {
    display: none;
}





@media screen and (max-width: 990px) {
    #addon-sp > ul > li span {
        display: inline-block;
    }
	#addon-sp > ul > li.ss{ width:40px}
	#addon-sp > ul > li.ss a{
		background-color:#444}
	
	
	#addon-sp > ul > li > a#ti_4{ background-color:#444 }
	#addon-sp > ul > li > a#ti_4:hover, #addon-sp > ul > li > a#ti_4:focus{ background-color: #000}
 	#addon-sp .font_size_contlor{ margin-left: 0; padding-left: 0; border-left: 0}
	#addon-sp > ul > li > a,  #addon-sp .font_size_contlor button {
		float: left;
		width: 44px;
		height: 44px;
		 vertical-align: middle;
		 box-sizing: border-box;
		margin: 5px;
	 }

	#addon-sp #addonLink > li > a#ti_1{ background-image: url(../images/top-ico-home-on.svg)}
	#addon-sp #addonLink > li > a#ti_2{ background-image: url(../images/top-ico-sitemap-w-on.svg)}
	#addon-sp #addonLink > li > a#ti_3{ background-image: url(../images/top-ico-mail-w-on.svg)}
	#addon-sp #addonLink > li > a{ width: 44px; height: 44px; background-color:  rgba(0, 178, 179, 0.4);}
	#addon-sp #addonLink > li > a:hover{ width: 44px; height: 44px; background-color:  rgba(0, 178, 179, 1);}
	#addon-sp #addonLink > li > a:focus{ background-color: #005452}
	#addon-sp > ul{ border-top: 1px solid rgba(255,255,255,0.6)}
}

#addon-sp > ul > li > a:hover,
#addon-sp > ul > li >  a:focus {
    background: #000;
}


@media screen and (max-width: 320px) {
    #addon-sp > ul > li >  a {
        font-size: 1.3em;
    }
}

/* ----- target-menu ----- */
#target-menu-sp {
    float: left;
    width: 100%;
    background: #FFF;
}

@media screen and (min-width: 991px) {
    #target-menu {
        display: inherit;
        float: left;
        width: 100%;
        position: relative;
        z-index: 3;
		top: 110px
    }
}
@media screen and (min-width: 768px) {
 
}
/* ----- searchBtn ----- */
.searchBtn .lookBtn {
    position: absolute;
    top: 7.5px;
    right: 60px;
    z-index: 2;
 
}

.searchBtn .lookBtn a {
     text-align: center;
	text-indent: -9999em;
	border-radius: 50%
}


/*開啟*/
.searchBtn .lookBtn a span.open-search{ background: #00b2b3 url(../images/search.svg) no-repeat 50% 50%; display: block}
 
.searchBtn:hover .lookBtn a span.open-search,
.searchBtn .lookBtn a:hover span.open-search,
.searchBtn .lookBtn a:focus span.open-search {background: #005452 url(../images/search.svg) no-repeat 50% 50%;}
/*關閉*/


.searchBtn .lookBtn a span.close-search{ background:#000  url(../images/search-X.svg) no-repeat 50% 50%; }

/*點擊顯示*/
.searchBtn .lookBtn a span.open-search{ display: block}
.searchBtn .lookBtn a span.close-search{ display: none }
.searchBtn .lookBtn a.open span.open-search{ display: none !important}
.searchBtn .lookBtn a.open span.close-search{ display: block !important}

 
.searchBtn:hover .lookBtn a span.close-search,
.searchBtn .lookBtn a:hover span.close-search,
.searchBtn .lookBtn a:focus span.close-search {background:#005452  url(../images/search-X.svg) no-repeat 50% 50%;}

@media screen and (max-width: 991px) {
	.searchBtn .lookBtn a span.open-search{ background:#00b2b3  url(../images/search.svg) no-repeat 50% 50%;}
	
}
@media screen and (min-width: 991px) {
   .searchBtn .lookBtn {
     top: 55px;
    right: 10px;
 }
}
.searchBtn .lookBtn a span {
        float: left;
        display: block;
        width: 44px;
        height: 44px;
        font-size: 0;
        text-align: center;
		border-radius: 50%
    }


/* ----- searchZone ----- */
.searchZone {
	 position: absolute;
    z-index: 10;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    background: rgba(0, 178, 179, 0.8);
    backdrop-filter: blur(10px);
	display: none;
	font-family: Arial, Helvetica, sans-serif
}

.searchZone .container{
	width:90%; max-width:1300px; margin: 0 auto}
.searchZone .search {
 	width: 100%;
	text-align: center;	
	margin: 0 auto;
}
.searchZone.open .search {
	display: block;
 
}


.searchZone .box {
	position:relative;
	width: 100%;
	padding:20px 0 15px  0;
 	background:none;
	box-sizing:border-box;
	-webkit-transition: .3s;
		    transition: .3s;
	-webkit-transition: all 200ms ease;
			transition: all 200ms ease;
}
.searchZone .keyWd {
	width: 100%;
	color:#fff100;
	font-size:15px;
	line-height:125%;
	text-align:left;
	padding:0 0 20px 5px;
	box-sizing:border-box;
}
.searchZone .keyWd a {
	color:#FFF;
	text-decoration:none;
	margin:0 5px 0 0;
}

.searchZone .keyWd a:hover, .searchZone .keyWd a:focus{
	color:#fff100}


.searchZone .box a.advanced:hover, .searchZone .box a.advanced:focus{ background-color: #000}
.searchZone .keyWd a.advanced {
	float:right;
	color:#fff;
	font-size:15px;
	line-height:15px;
	text-align:center;
	vertical-align:middle;
	text-decoration:none;
	padding:5px 20px;
	border-radius: 10px;
	background: none;
	border:1px solid #fff;
	box-sizing:border-box;
	margin-bottom: 15px
}

.searchZone .keyWd a.advanced:hover, .searchZone .keyWd a.advanced:focus{
	background-color:#fff;
	color:#000;}

.searchZone .search-txt {
	width: 100%;
    color: #FFF;
    font-size: 1.7em;
    line-height: 50px;
    padding: 0 55px 0 20px;
    border: none;
    box-sizing: border-box;
    background: none;
    border-radius: 30px;
    background-color: rgba(0, 0, 0, 0.3);
 }
 
.searchZone .search-txt:focus, .searchZone .search-txt:hover{
	background-color:rgba(0,0,0,0.5)}
.searchZone .search-txt[placeholder]{ color: #fff; }
.searchZone .search-txt::-webkit-input-placeholder { color: #fff; }
.searchZone .search-txt:-moz-placeholder { color: #fff; }
.searchZone .search-txt::-moz-placeholder { color: #fff; }
.searchZone .search-txt:-ms-input-placeholder { color: #fff;}

.searchZone .search-btn {
 	position:absolute;
	top: 25px;
    right: 8px;
	display:block;
	width:40px;
	height:40px;
	border-radius:50%;
	background: rgba(0, 0, 0, 0.3) url(../images/search.svg) no-repeat 50% 50%;
	background-size: cover;
	margin: 0;		
	border:none;
	text-indent:-9999px;
	cursor:pointer;
}
.searchZone .search-btn:hover, .searchZone .search-btn:focus{
	background: rgba(0, 0, 0, 0.6) url(../images/search.svg) no-repeat 50% 50%;
	background-size: cover;}
/* ----- keyWd ----- */

.searchZone .keyWd {
    width: 100%;
    color: #fff100;
    font-size: 1.5em;
    line-height: 125%;
    text-align: left;
    padding: 0 0 0 5px;
    box-sizing: border-box;
	font-weight: normal;
}

.searchZone .keyWd a {
    color: #FFF;
    text-decoration: none;
    margin: 0 5px 0 0;
 }

.searchZone .keyWd a:hover,
.searchZone .keyWd a:focus {
    color: #fff100;font-weight: 600;
	
}

.searchZone .keyWd a.advanced {
    float: right;
    color: #fff;
    font-size: 15px;
    line-height: 15px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    padding: 5px 15px;
    background: none;
    border: 1px solid #fff;
    box-sizing: border-box;
    border-radius: 20px;
 }
 
.searchZone .keyWd a.advanced:hover,
.searchZone .keyWd a.advanced:focus {
    background-color: #fff;
    color: #000;
}

#header > .container{
	position: relative
}	
 
@media screen and (max-width: 1200px) {
.searchZone:after{
	height:8vmin}	
	
	}

@media screen and (max-width: 990px) {
	
	#topHead { background: #fff; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);}
	#topHead .logo a{
		width: 115px;
		height: 40px;
		top: 6px;
		left: 10px
 	}
	.searchZone{
		top:100%;
		border-radius: 0;
		padding: 0 15px;
		padding-bottom: 20px;
		box-sizing: border-box;
		width: 100%;
		box-shadow: 0 5px 5px rgba(0,0,0,0.4)
 		
	}
	.searchBtn .lookBtn a span {
		display: block;
		width: 40px;
		height: 40px;
		border-radius: 50%
	}
}


@media screen and (max-width: 800px) {
	#snavs{}
	.searchZone:after{ height:55px;}
}
	
@media screen and (max-width: 650px){
	
	.searchZone:after{ height:10vw;}
	.searchBtn .lookBtn a:focus{ outline: none !important }
}	
	
	
@media screen and (max-width: 480px) {
	
	.searchZone:after{ height:37px;}
 
    .searchZone .box {
        width: 100% ;
    }

    .searchZone .search-txt {
 
        padding: 0 45px 0 18px;
    }
 

    .searchZone .keyWd a.advanced {
        width: 100%;
        margin-right: 0;
     }

    .searchZone .keyWd a.advanced {
        margin-top: 10px;
        background: #fff;
        color: #000;
    }

    .searchZone .keyWd a.advanced:hover,
    .searchZone .keyWd a.advanced:focus {
        color: #fff;
        background: #000;
        border: 1px solid #fff;
    }
}
 
@media screen and (max-width: 420px) {

	.container { width: calc(100% - 40px); }
    .searchBtn .lookBtn a span {
        width: 40px;
        height: 40px;
    }
}

@media screen and (min-width: 991px) {

    .searchZone .search {
        padding:0 10px;
		box-sizing: border-box
    }
}

 
 
/** main **/
#main {
    width: 100%;
    margin: 0 auto;
}



/** footer **/
#footer {
    position: relative;
    width: 100%;
 	display: block;
	background: url(../images/footer-bg-1920.webp) center top no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding-top:35px;
	
  }

#footer:before{
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -32px;
	top: -25px;
	width: 64px;
	height: 26px;
	background: url(../images/ft-btn-bg.png) center bottom no-repeat;
	background-size: contain;
}

#footer:after{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 35px;
	top: 0;
	left: 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+99&1+0,0+100 */
	background: -webkit-linear-gradient(rgba(0,0,0,1) 0%, rgba(0,0,0,0.01) 99%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(rgba(0,0,0,1) 0%, rgba(0,0,0,0.01) 99%, rgba(0,0,0,0) 100%);
	background: linear-gradient(rgba(0,0,0,1) 0%, rgba(0,0,0,0.01) 99%, rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
#footer .container{ position: relative; z-index: 2; color: #fff}
#footer #footer_btn{
	display: block;
	width: 40px;
	height: 40px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px !important;
	background-color: transparent;
	background-image: url(../images/footer-close.svg);
	position: absolute;
	top: 0;
	left: 50%;
	margin-top: -15px;
	margin-left: -20px;
	text-indent: -9999em;
	border-radius: 50%;
	border: 0;
	cursor: pointer;
	transition: all 0.5s;
	z-index: 2;
 }
#footer #footer_btn:hover, #footer #footer_btn:focus{ background-image: url(../images/footer-close-on.svg)}

#footer #footer_btn.on{
	transform: rotate(135deg)
}
 
#footer #fat_navs .container{ padding: 50px 0 80px 0; display: flex; justify-content: space-between;}

#footer #fat_navs .container ul{
	list-style: none;
	display: block;
	gap: 10px;
}

#footer #fat_navs .container ul.fat_navs_zone{
	display: flex;flex-wrap: wrap;
	justify-content: space-between;
	width: calc(100% - 180px)
}
#footer #fat_navs .container ul.radio_btns{
	width: 150px;
	text-align: right
}
#footer #fat_navs .container ul.radio_btns li{ display: inline-block; margin-left: 10px;margin-bottom: 10px}
#footer #fat_navs .container ul.radio_btns a{
	display: inline-block;
	text-align: left;
	text-indent: -9999em;
	width: 60px; height: 60px;
	border-radius: 50%;
	background-color: rgba(255,255,255,0.25);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain
 }

#footer #fat_navs .container ul.radio_btns a.i_home{background-image: url(../images/footer-ico-home.svg);}
#footer #fat_navs .container ul.radio_btns a.i_sitemap{background-image: url(../images/footer-ico-sitemap.svg);}
#footer #fat_navs .container ul.radio_btns a.i_mail{background-image: url(../images/footer-ico-mail.svg);}
#footer #fat_navs .container ul.radio_btns a.i_print{background-image: url(../images/footer-ico-print.svg);}

#footer #fat_navs .container ul.radio_btns a:hover, #footer #fat_navs .container ul.radio_btns a:focus{
	background-color: rgba(0,178,179,0.7)
}

#footer #fat_navs .container ul.fat_navs_zone > li > a{
	font-size: 2em;
	color: #fff;
	font-family: 'Righteous';
	margin-bottom: 20px;
	display: block;
	position: relative;
	padding-left: 1.5em;
}

#footer #fat_navs .container ul.fat_navs_zone > li > a:before{
	content: "";
	display: block;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(255,255,255,0.25);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../images/footer-dot-li.svg)
}

#footer #fat_navs .container ul.fat_navs_zone > li > ul{
	box-sizing: border-box;
	padding-left: 15px;
	border-left: 1px solid rgba(255,255,255,0.35);
	line-height: 1.9;
	font-size: 1.5em;
	font-family: 'League Spartan';
	    margin-left: 0.75em;
}

#footer #fat_navs .container ul.fat_navs_zone > li > ul > li > a{
	color:#fff;
}

#footer #fat_navs .container ul.fat_navs_zone > li > a:hover, #footer #fat_navs .container ul.fat_navs_zone > li > a:focus,
#footer #fat_navs .container ul.fat_navs_zone > li > ul > li > a:hover, #footer #fat_navs .container ul.fat_navs_zone > li > ul > li > a:focus{ color: #40ffda; text-shadow: 0 0 3px #000}
#footer #fat_navs .container ul.fat_navs_zone > li > a:hover:before, #footer #fat_navs .container ul.fat_navs_zone > li > a:focus:before{ background-color: #00b2b3}
#footer .copyright{ background: #fff; border-bottom: #00b2b3 solid 5px; padding: 30px 0}
#footer .copyright .container{
	display: flex;
	justify-content: space-between;
	align-items: center
 }

#footer .copyright .container .box-R{
	text-align: right;
	border-right: 4px solid #ccc;
	padding-right: 10px;
	font-size: 1.3em;
	line-height: 1.9;
	color: #666;
	width: 150px;
	box-sizing: border-box;
	font-family:  Arial, Helvetica,  "sans-serif"
}

#footer .copyright .container .box-M{
	display: flex; text-align: left;
	color: #666;
	line-height: 1.9
}

#footer .copyright .container .box-M .gg_logo{ width: 120px;}

#footer .copyright .container .box-M .gline_txts{
	text-align: left;
	box-sizing: border-box;
	padding-left: 10px;
	border-left: 4px solid #00b2b3;
	margin-left: 15px;
	font-family:  Arial, Helvetica,  "sans-serif"
}
#footer .copyright .container .box-M .gline_txts p{
	display: block;
}
#footer .copyright .box-L a{ display: inline-block; margin :10px 20px 10px 0 }

@media screen and (max-width: 1200px) {
	
	#footer #fat_navs .container ul.fat_navs_zone > li > a{ font-size: 1.6em}
	#footer #fat_navs .container ul.radio_btns a{ width: 44px; height: 44px;}
	#footer #fat_navs .container ul.radio_btns{  width: 110px;}
	#footer #fat_navs .container ul.fat_navs_zone {width: calc(100% - 120px);}
	
	#footer .box-L{ width: 160px;}
	#footer .copyright .box-L a {  margin: 5px 20px 5px 0;}
	
	
}

@media screen and (max-width: 1030px) {
	#footer #fat_navs .container{ display: block}
	#footer #fat_navs .container ul.fat_navs_zone{ margin-bottom: 15px; justify-content: center; gap: 15px;}
	#footer #fat_navs .container ul.fat_navs_zone, #footer #fat_navs .container ul.radio_btns{ width: 100%; }
	#footer #fat_navs .container ul.radio_btns{ text-align: center}
	#footer #fat_navs .container ul.radio_btns li{ margin: 10px;}
}

@media screen and (max-width: 1030px) {
	#footer #fat_navs .container ul.fat_navs_zone > li > ul{ display: none}
	#footer .copyright .container{ display: block}
	#footer .box-L{ width: 100%; text-align: center; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #ccc}
	#footer .copyright .container .box-R{ width: 100%; margin-top: 20px; text-align: center; border-right: 0; border-top: 1px solid #ccc; padding-top: 20px}
	#footer .copyright .container .box-R p{ display: inline-block; margin: 0 10px;}
	#footer .copyright .container .box-M{ justify-content: center;}
}



#qMenu {
    position: fixed;
    display: none;
    right: 10px;
    bottom: 0;
    margin-top: -105px;
    z-index: 1111;
    cursor: pointer;
 	padding:  10px;
 
}
 
#qMenu ul {
    display: block;
    width: 44px;
	list-style: none;
}
#qMenu ul li{
	margin:3px 0;}
	
#qMenu ul li,
#qMenu ul li a {
    display: block;
    width: 44px;
    height: 44px;
    border-radius: 100%;
    padding: 0;
	text-indent: -9999em;
 }
#qMenu ul li a {
    background-position: center;
    background-repeat: no-repeat;
	text-indent:-9999em;
    background-size: contain;
 	box-sizing: border-box;
	box-shadow: 0 0 5px rgba(255,255,255,0.7), 0 0 3px rgba(255,255,255,1)
}

#qMenu ul li a:focus{ box-shadow: 0 0 5px #00b2b3} 
  
#qMenu ul li a.icon-fb {
    background-image: url(../images/share_FB_ico.svg);background-color: #3a5c97
  }

#qMenu ul li a.icon-line {
    background-image: url(../images/share_line_ico.svg);
	background-color: #22b84f
  }
 
	
#qMenu ul li a.icon-tt {
    background-image: url(../images/share_X_ico.svg);background-color: #000
  }

#qMenu ul li a#goTop {
    background-image: url(../images/go-top.svg);
	background-color: #00b2b3;
 }
#qMenu ul li a#goTop:hover, #qMenu ul li a#goTop:focus {
     background-color:#000;
}

#qMenu ul li a#share_btn {
    background-image: url(../images/share.svg);
 	position:relative;
	transition: all 0.5s;
	background-color: #000
}
 
 
#qMenu ul li a#share_btn.open{
 	text-align:center;
	 background-color: #005452;
	transform: rotate(-90deg)
    	}

#qMenu ul li a#share_btn.open:hover, #qMenu ul li a#share_btn.open:focus{ background-color: #000}
 
	
#qMenu ul li a:hover,
#qMenu ul li a:focus {
    background-color: rgba(0, 0, 0, 0.7);
}

#footer .copyright a{ color: #666;}

#footer .copyright a:hover, #footer .copyright a:focus{ color: #009b9b; text-decoration: underline}
@media screen and (max-width: 768px) {
	#footer {
 	background: url(../images/footer-bg-768.webp) center top no-repeat;
 	
  }
}
@media screen and (max-width: 630px) {
	#footer .copyright .container .box-M{ display: block; text-align: center;}
	#footer .copyright .container .box-M .gg_logo{ display: inline-block}
	#footer .copyright .container .box-M .gline_txts{
		padding-left: 0; border-left: 0;
		margin-top: 15px; text-align: center
	}
}

@media screen and (max-width: 600px) {
	#footer #fat_navs .container { padding: 10px 0 30px;}
	#footer {
 	background: url(../images/footer-bg-small.webp) center top no-repeat;
 	
  }
  		
}
 
 
/*PRINT*/


@page {
    size: landscape;
    margin: 1cm;
}

@media print {
 
    * {
        -webkit-print-color-adjust: exact;
    }

    /*顯示背景圖*/


    body,
    html {
        margin: 0 !important;
        padding: 0 !important;
        font-size: 62.5%;
        width: 100%;

    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        page-break-after: avoid;
        page-break-inside: avoid;
    }

    h1 + p,
    h2 + p,
    h3 + p {
        page-break-before: avoid;
    }

    a {
        page-break-inside: avoid
    }

    blockquote,
    table,
    pre {
        page-break-inside: avoid;
    }

    ul,
    ol,
    dl {
        page-break-before: avoid;
    }

    img {
        max-width: 100% !important;
    }

    img,
    #gallery li,
    .LR .all_list a {
        page-break-after: avoid;
        page-break-inside: avoid;
    }

    #gallery li {
        width: calc(25% - 12px) !important;
        margin: 10px 5px !important;
    }

    .container {
        max-width: 100% !important;
        width: 100% !important
    }

 
    #goTop,
    #header,
    #footer,
 
    }

 

 

