/* 自訂檔 */

@import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css); /* font-family: 'Noto Sans TC', sans-serif; */

html {
	width: 100%;
	height: 100%;
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
	width: 100%;
	height: 100%;
	font-family: "Helvetica Neue", Helvetica, Arial, "微軟正黑體", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.42857143;
	color: #fff;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0
}

.clear01 {
}
.clear01::after {
	content: "";
	display: block;
	clear: both;
}

.fleft{
	float: left;
}

.fright{
	float: right;
}


/* =============== 首頁 ===================== */


.mapall{
	width: 100%;
	min-height: 100%;
	padding: 25px 0;
	background: #4D9221;
}

.mapall .container, .mapall .container-fluid{
	display: flex;
	flex-flow: row-reverse nowrap;
}

.mapall .map{
	padding: 0 10px;
}

.mapall .map img{
	width: 100%;
	height: auto;
}

.mapall ul{
	margin: 0;
	padding: 0 10px;
	list-style: none;
}

.mapall ul li{
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom: 10px;
}




.mapall ul li h4{
	font-family: 'Noto Sans TC', sans-serif;
	font-size: 18px;
	font-weight: 500;
	margin-top: 0;
}


.mapall ul li h4::before{
	content: "";
	width: 40px;
	height: 30px;
	display: inline-block;	
	vertical-align: bottom;
}

.mapall ul li:nth-of-type(2) h4::before{
	content: "";	
	background:url(../a.svg) no-repeat left bottom;
	background-size:contain;
}

.mapall ul li:nth-of-type(3) h4::before{
	content: "";	
	background:url(../b.svg) no-repeat left bottom;
	background-size:contain;
}

.mapall ul li:nth-of-type(4) h4::before{
	content: "";
	background:url(../c.svg) no-repeat left bottom;
	background-size:contain;
}

.mapall ul li:nth-of-type(5) h4::before{
	content: "";
	background:url(../d.svg) no-repeat left bottom;
	background-size:contain;
}

.mapall ul li:nth-of-type(6) h4::before{
	content: "";	
	background:url(../e.svg) no-repeat left bottom;
	background-size:contain;
}



@media (min-width: 1200px) {

.mapall .map{
	width: 75%;
}
	
.mapall ul{
	width: 25%;
}

.mapall ul li{
	border-bottom: rgba(255,255,255,0.7) solid 1px;
}

.mapall ul li:nth-of-type(1){
	border-bottom:none;
	padding-bottom: 70px;
}

}


@media (max-width: 1199px) {

.mapall .container, .mapall .container-fluid{
	display: flex;
	flex-flow: row wrap;
}
	
.mapall ul{
	display: flex;
	flex-flow: row wrap;
}

.mapall ul li{
	width: calc(100%/3);
	padding: 0 15px;
	margin-bottom: 20px;
	border-right: rgba(255,255,255,0.4) solid 1px;
}

.mapall ul li:nth-of-type(1), .mapall ul li:nth-of-type(4), .mapall ul li:nth-of-type(6){
	border-right:none;
}

.mapall ul li:nth-of-type(1){
	width: 100%;
	padding-bottom: 50px;
}

.mapall ul li p:last-of-type{
	margin-bottom: 0;
}


}


@media (max-width: 991px) {

.mapall .container, .mapall .container-fluid{
	display: flex;
	flex-flow: row wrap;
}
	
.mapall ul{
	display: flex;
	flex-flow: row wrap;
	margin-bottom: 30px;
}

.mapall ul li{
	width: 100%;
	font-size: 14px;
	margin-bottom: 20px;
	border-right:none;
	border-bottom: rgba(255,255,255,0.4) solid 1px;
}

.mapall ul li:nth-of-type(1){
	padding-bottom: 50px;
	border-bottom: none;
}

.mapall ul li p:last-of-type{
	margin-bottom: 15px;
}


}



/*=====================A地圖========================*/



.mapset{
	width: 100%;
	min-height: 100%;
	padding: 25px 0;
}

.map_a{
	background: #808F96;
}

.mapset .container, .mapset .container-fluid{
	display: flex;
	flex-flow: row-reverse nowrap;
}

.descript{
	width: 30%;
	padding: 0 10px;
}

.descript .logo{
	margin-bottom: 50px;
}

@media (min-width:768px) {
.descript .logo img{
	max-width: 300px;
}
}

.descript .list01{
	margin: 0;
	padding:15px 0 0;
	list-style: none;
	
	border-top: #9EADB0 solid 1px;
}

.descript .list01 li{
	color: #b8c7d0;
	padding: 5px 0;
}

.descript .list01 li:nth-of-type(even){
	color: #27333a;
}



.mapset .map{
	width: 70%;
	padding: 0 10px;
}

.mapset .map img{
	width: 100%;
	height: auto;
}



@media (max-width:1199px) {
.mapset .container, .mapset .container-fluid{
	display: flex;
	flex-flow: row wrap;
}

.descript{
	width: 100%;
	margin-bottom: 40px;
}
	
.mapset .map{
	width: 100%;
}	
	
}






.descript .list01 li dl{
	background: #b8c7d0;
	padding: 10px;
	display: flex;
	margin: 10px 0;
	border-radius: 3px;
}

.descript .list01 li dl dt{
	width: 150px;
	border-radius: 3px;
	overflow: hidden;
}

.descript .list01 li dl dd{
	width: calc(100% - 150px);
	color: #fff;
	padding: 0 15px;
	letter-spacing: 1px;
}

@media (min-width:768px) {
.descript .list01 li dl{
	display: none;
}
}

@media (max-width:479px) {

.descript .list01 li dl{
	flex-flow: row wrap;
	padding: 15px;
}

.descript .list01 li dl dt{
	width:100%;
	margin-bottom: 10px;
}

.descript .list01 li dl dd{
	width: calc(100%);
	color: #fff;
	padding:0 ;
}


}









.exPopoverContainer {
	width:240px;
	position: relative;
	color:#ccc;
	
}

.exPopoverContainer.center {
	bottom:51px!important;
	left:50%;
	transform: translateX(-50%);
}

.exPopoverContainer.center::after {
	content: "";
	display: block;
	position: absolute;
	bottom:-10px;
	left: 50%;
	width: 0; 
	height: 0;
	transform: translateX(-50%);
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 10px solid #000;
	opacity: 0.8;
}

.exPopoverContainer.centerdown{
	top:50px;
	bottom:auto !important;
	left:50%;
	transform: translateX(-50%);
}

.exPopoverContainer.centerdown::after {
	content: "";
	display: block;
	position: absolute;
	top:-10px;
	left: 50%;
	width: 0; 
	height: 0;
	transform: translateX(-50%);
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 10px solid #000;
	opacity: 0.8;
}




.exPopoverContainer.right {
	bottom:51px!important;
	right: 0;
}

.exPopoverContainer.right::after {
	content: "";
	display: block;
	position: absolute;
	bottom:-10px;
	right: 16px;
	width: 0; 
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 10px solid #000;
	opacity: 0.8;
}

.exPopoverContainer.left {
	bottom:51px!important;
	left: 0;
}

.exPopoverContainer.left::after {
	content: "";
	display: block;
	position: absolute;
	bottom:-10px;
	left: 16px;
	width: 0; 
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 10px solid #000;
	opacity: 0.8;
}



.borderRadius {
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
}
.popBg {
	background-color:#000;
	opacity: 0.8;
	width:100%;
	height:100%;
	position:absolute;
}
.popBody {
	width:100%;
	height:100%;
	position: relative;
	padding:20px 20px;
}
.popBody h1 {
	padding-bottom:10px;
	margin:0;
	font-size:16px;
}


.arrow-down {
	position: absolute;
	width: 0; 
	height: 0; 
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #000;
	opacity: 0.8;
}


.popBody ul{
	margin: 0;
	padding:10px 0 0;
	list-style: none;
	border-top: #383737 solid 1px;
}
.popBody ul li{
	font-size: 14px;
	margin-bottom: 6px;
}

.popBody ul li:nth-of-type(3){
	margin:8px 0 0;
	text-align: center;
}

.a_but{
	font-size: 13px;
	line-height: 13px;
	font-weight: 600;
	display: inline-block;
	color: #333;
	background: #9ed4d1;
	padding: 6px 15px;
	border-radius: 15px;
}

.a_but:hover{
	color: #fff;
	background: #808f96;
}


.map_pin{
	position: relative;
	
}

.map_pin::after{
	content: "\f060";
	font-family: 'FontAwesome';
	display: block;
	position: absolute;
	top: 5px;
	left: 30px;
	
	opacity: 0;
}

@media (max-width:1599px) {
.map_pin::after{
	top: 0;
	left: 28px;
}
}

@media (max-width:1199px) {
.map_pin::after{
	top: 3px;
	left: 28px;
}
}

@media (max-width:991px) {
.map_pin::after{
	top: 0;
	left: 23px;
}
}

@media (max-width:767px) {
.map_pin{
	display: none;
}
}

.map_pin:hover::after{
	content: "\f060";
	
	animation-duration: 0.5s;
	animation-name: slidein;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}

@keyframes slidein {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}



.back{
	margin: 40px 0;
}

.back a{
	color: #fff;
	display: inline-block;
	padding: 8px 20px;
	border-radius: 20px;
}

.back a.but01{
	background: #9ed4d1;
	transition: all 0.3s;
}

.back a.but01:hover{
	background: #a3b0b8;
}




/*=====================B地圖========================*/


.map_b{
	background: #005778;
}

.map_b h2{
	color: #E8781A;
	font-size: 74px;
	margin-bottom: 30px;
	letter-spacing: 2px;
}


.back a.but02{
	background: #bfa363;
	transition: all 0.3s;
}

.back a.but02:hover{
	background: #e8781a;
}





.descript .list02{
	margin:30px 0 0;
	padding:15px 0 0;
	list-style: none;
	
	border-top: #9EADB0 solid 1px;
}

.descript .list02 li{
	color: #e6c57a;
	padding: 5px 0;
}


.descript .list02 li dl{
	background: #bfa363;
	padding: 10px;
	display: flex;
	margin: 10px 0;
	border-radius: 3px;
}

.descript .list02 li dl dt{
	width: 150px;
	border-radius: 3px;
	overflow: hidden;
}

.descript .list02 li dl dd{
	width: calc(100% - 150px);
	color: #fff;
	padding: 0 15px;
	letter-spacing: 1px;
}

.descript .list02 li .num{	
	width: 33px;
	height: 33px;
	display:inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 17px;
	color: #fff;
	background: #EF8200;
	border-radius: 100%;
	font-family: Arial, Calibri;
}



@media (min-width:768px) {

.descript .list02{
	border: none;
}

.descript .list02 li dl, .descript .list02 li{
	display: none;
}
}


@media (max-width:479px) {

.descript .list02 li dl{
	flex-flow: row wrap;
	padding: 15px;
}

.descript .list02 li dl dt{
	width:100%;
	margin-bottom: 10px;
}

.descript .list02 li dl dd{
	width: calc(100%);
	color: #fff;
	padding:0 ;
}


}





/*====================== C 地圖=======================*/


.back a.but03{
	color: #545d34;
	background: #ecd000;
	transition: all 0.3s;
}

.back a.but03:hover{
	background: #ffee70;
}


.map_c{
	background: #9EA04D;
}


.descript .list03{
	margin: 0;
	padding:15px 0 0;
	list-style: none;
	
	border-top: #baba87 solid 1px;
}

.descript .list03 li{
	color: #D8D6A3;
	padding: 5px 0;
}

.descript .list03 li:nth-of-type(even){
	color: #1b210f;
}

.descript .list03 li dl{
	background: #c0be78;
	padding: 10px;
	display: flex;
	margin: 10px 0;
	border-radius: 3px;
}

.descript .list03 li dl dt{
	width: 150px;
	border-radius: 3px;
	overflow: hidden;
}

.descript .list03 li dl dd{
	width: calc(100% - 150px);
	color: #fff;
	padding: 0 15px;
	letter-spacing: 1px;
}

@media (min-width:768px) {
.descript .list03 li dl{
	display: none;
}
}

@media (max-width:479px) {

.descript .list03 li dl{
	flex-flow: row wrap;
	padding: 15px;
}

.descript .list03 li dl dt{
	width:100%;
	margin-bottom: 10px;
}

.descript .list03 li dl dd{
	width: calc(100%);
	color: #fff;
	padding:0 ;
}


}





/*------------------------ D 地圖---------------------------*/

.map_d{
	background: #2E5975;
}

.map_d h2{
	display: inline-block;
	color: #222;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 3px;
	padding: 6px 10px;
	background: #F7C400;
}




.back a.but04{
	color: #214054;
	background: #f7c400;
	transition: all 0.3s;
}

.back a.but04:hover{
	background: #e8781a;
}





.descript .list04{
	margin:15px 0 0;
	padding: 0 0;
	list-style: none;
}

.descript .list04 li{
	color: #F7C400;
	padding: 5px 0;
}


.descript .list04 li dl{
	background: #57BAC6;
	padding: 10px;
	display: flex;
	margin: 10px 0;
	border-radius: 3px;
}

.descript .list04 li dl dt{
	width: 150px;
	border-radius: 3px;
	overflow: hidden;
}

.descript .list04 li dl dd{
	width: calc(100% - 150px);
	color: #fff;
	padding: 0 15px;
	letter-spacing: 1px;
}

.descript .list04 li .num{	
	width: 33px;
	height: 33px;
	display:inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 17px;
	color: #fff;
	background: #E8781A;
	border-radius: 100%;
	font-family: Arial, Calibri;
}

.descript .list04 li .num.pink{	
	background: #EAB0C3;
}


@media (min-width:768px) {

.descript .list04{
	border: none;
}

.descript .list04 li dl{
	display: none;
}
	
.descript .list04 li .num{
	width: 29px;
	height: 29px;
	font-size: 15px;
}

}


@media (max-width:479px) {

.descript .list04 li dl{
	flex-flow: row wrap;
	padding: 15px;
}

.descript .list04 li dl dt{
	width:100%;
	margin-bottom: 10px;
}

.descript .list04 li dl dd{
	width: calc(100%);
	color: #fff;
	padding:0 ;
}


}








/*------------------------ E 地圖---------------------------*/

.map_e{
	background: #006694;
}

.map_e h2{
	font-size: 18px;
	margin-bottom: 15px;
}




.back a.but05{
	color: #222;
	background: #fff;
	transition: all 0.3s;
}

.back a.but05:hover{
	background: #ccc;
}


.description{
	margin: 0 0 35px;
	padding:20px 0 0;
	list-style: none;
	
	border-top: rgba(255,255,255,0.3) solid 1px;
}

.description li{
	padding: 0 0 10px;
}





.descript .list05{
	margin:15px 0 0;
	padding: 0 0;
	list-style: none;
}

.descript .list05 li{
	
	padding: 5px 0;
}


.descript .list05 li dl{
	background: #fff;
	padding: 10px;
	display: flex;
	margin: 10px 0;
	border-radius: 3px;
}

.descript .list05 li dl dt{
	width: 150px;
	border-radius: 3px;
	overflow: hidden;
}

.descript .list05 li dl dd{
	width: calc(100% - 150px);
	color: #222;
	padding: 0 15px;
	letter-spacing: 1px;
}

.descript .list05 li .num{	
	width: 33px;
	height: 33px;
	display:inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 17px;
	font-weight: bold;
	color: #222;
	background: #fff;
	border-radius: 100%;
	font-family: Arial, Calibri;
}


@media (min-width:768px) {

.descript .list05{
	border: none;
}

.descript .list05 li dl{
	display: none;
}
	
.descript .list05 li .num{
	width: 29px;
	height: 29px;
	font-size: 15px;
}

}


@media (max-width:479px) {

.descript .list05 li dl{
	flex-flow: row wrap;
	padding: 15px;
}

.descript .list05 li dl dt{
	width:100%;
	margin-bottom: 10px;
}

.descript .list05 li dl dd{
	width: calc(100%);
	padding:0 ;
}


}

































/*=====================================================================================
快選外內距
======================================================================================*/

.ptop5 { padding-top: 5px;}
.ptop50 { padding-top: 50px;}
.ptop100 { padding-top: 100px;}
.pbottom50 { padding-bottom: 50px;}
.pbottom70 { padding-bottom: 70px;}
.pbottom80 { padding-bottom: 80px;}
.pright0 { padding-right: 0;}
.pright5 { padding-right: 5px;}
.pright10 { padding-right: 10px;}
.pright15 { padding-right: 15px;}
.pright20 { padding-right: 20px;}
.pright25 { padding-right: 25px;}
.pright30 { padding-right: 30px;}
.pleft0 { padding-left: 0;}
.pleft5 { padding-left: 5px;}
.pleft10 { padding-left: 10px;}
.pleft15 { padding-left: 15px;}
.pleft20 { padding-left: 20px;}
.pleft25 { padding-left: 25px;}
.pleft30 { padding-left: 30px;}



.mauto { margin: 0 auto;}
.m0 { margin: 0 !important;}
.mtop5 { margin-top: 5px;}
.mtop10 { margin-top: 10px;}
.mtop15 { margin-top: 15px;}
.mtop20 { margin-top: 20px;}
.mtop25 { margin-top: 25px;}
.mtop30 { margin-top: 30px;}
.mtop40 { margin-top: 40px;}
.mtop50 { margin-top: 50px;}
.mtop70 { margin-top: 70px;}
.mtop100 { margin-top: 100px !important;}
.mtop106 { margin-top: 106px !important;}
.mtop130 { margin-top: 130px !important;}
.mbottom0 { margin-bottom: 0 !important;}
.mbottom5 { margin-bottom: 5px !important;}
.mbottom10 { margin-bottom: 10px !important;}
.mbottom15 { margin-bottom: 15px !important;}
.mbottom20 { margin-bottom: 20px !important;}
.mbottom25 { margin-bottom: 25px !important;}
.mbottom30 { margin-bottom: 30px !important;}
.mbottom35 { margin-bottom: 35px !important;}
.mbottom40 { margin-bottom: 40px !important;}
.mbottom50 { margin-bottom: 50px !important;}
.mbottom60 { margin-bottom: 60px !important;}
.mbottom70 { margin-bottom: 70px !important;}
.mbottom80 { margin-bottom: 80px !important;}
.mbottom90 { margin-bottom: 90px !important;}
.mbottom100 { margin-bottom: 100px !important;}
.mleft5 { margin-left: 5px;}
.mleft10 { margin-left: 10px;}
.mleft15 { margin-left: 15px;}
.mleft20 { margin-left: 20px;}
.mleft25 { margin-left: 25px;}
.mleft30 { margin-left: 30px;}
.mleft50 { margin-left: 50px;}
.mleft60 { margin-left: 60px;}
.mleft65 { margin-left: 65px;}
.mleft80 { margin-left: 80px;}
.mleft85 { margin-left: 85px;}
.mleft90 { margin-left: 90px;}
.mleft160 { margin-left: 160px;}
.mleft230 { margin-left: 230px;}
.mleft240 { margin-left: 240px;}
.mright5 { margin-right: 5px;}
.mright10 { margin-right: 10px;}
.mright15 { margin-right: 15px;}
.mright20 { margin-right: 20px;}
.mright25 { margin-right: 25px;}
.mright30 { margin-right: 30px;}
.mright40 { margin-right: 40px;}
.mright50 { margin-right: 50px;}
.mright60 { margin-right: 60px;}






