a{
    text-decoration: none;
    color: #2F94A8;
}
.ff{
	font-family: 'Noto Serif TC', serif;
	padding-bottom:30px;
}
.bdy{
	font-family: 'Noto Serif TC', serif;	
	background-color: white;
	background-image: url("bg.jpg");	
	margin: 0px;
	position:relative
}
.bdyblack{
	font-family: 'Noto Serif TC', serif;	
	background-color: black;
	margin: 0px;
	position:relative
}
.ctr{
	float:left;
	width:86.5%;
	height:1500px;
}
.ctrs{
	float:left;
	width:99.6%;
	height:900px;
}
.cenr{
	margin-left: auto;
	margin-right: auto;
}
.ctrcwlee{
	padding-top:30px;
	position:absolute
}
.ctr2{
	float:left;
	width:13.5%;
	height:100%;

}
.ctrpadding{
	padding-left:200px;
}
.ct0{
	padding-top:0px;
	font-size:29px;
	padding-bottom:30px;
	text-align: center;
}
.ct0_le{
	padding-top:70px;
	font-size:24px;
	padding-bottom:30px;
    line-height: 66px;
}
.ct1{
	font-size:19px;
    line-height: 33px;
}
.ct1_br{
	font-size:19px;
    line-height: 33px;
	width:80%;
}
.ct2{
	font-size:16px;
    line-height: 13px;
}
.ct3{
	font-size:13px;
    line-height: 13px;
}
.ctc{
	color:#F5BA2B;
}
.tpr{
	height: 90px;
	width: auto;
	background-color: black;
	position:relative
}
.tprspace{
	float: left;
	width: 0px;
	height: 100%;
	margin-right:7%;
}
.img1{
	margin-top: 1em;
	height: 75%;
	float: left;
	padding-left: 0px;
}
.tprbtn {
	padding-left:0px;
	position: absolute;
	margin-top: 2em;
	border-radius: 20px;
	background-color: black;
	border: none;
	color: #FFFFFF;
	text-align: center;
	font-size: 18px;
	font-family: 'Noto Serif TC', serif; 
	width: 150px;
	transition: all 0.5s;
	cursor: pointer;
}
.tprbtn span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}
.tprbtn span:after {
	content: '🤤';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -55px;
	transition: 0.4s;
}
.tprbtn:hover span {
	padding-right: 40px;
}
.tprbtn:hover span:after {
	opacity: 1;
	right: 0;
}
.maincontent{
	padding-top:100px;
    display: flex;
    justify-content: center; 
    align-items: center; 
}
.maintitle{
	padding-top:40px;
	padding-bottom:0px;
	text-align: center;
	font-size:40px;	
}
.maintitlem100{
	padding-top:40px;
	padding-bottom:0px;
	padding-right:200px;
	text-align: center;
	font-size:40px;	
}
.map{
	width:450px;
	float : left;	
}
.mapcontent{
	float : left;	
    height: auto;
    width: 450px;
	font-family: 'Noto Serif TC', serif;
}
.mapcontentright{
	float : left;
	margin-left:160px;
	font-family: 'Noto Serif TC', serif;
	position: relative;
}
.path{
    stroke: black;
    fill: transparent;
	font-family: 'Noto Serif TC', serif;
}
path:hover{
    fill: #ffe433; 
    transform: translate(3px,-3px);
	font-family: 'Noto Serif TC', serif;
}
.on {
    fill: #F5BA2B;
    transform: translate(3px,-3px);
	font-family: 'Noto Serif TC', serif;
}
.footer{
	float:right;
	height:188px;
	width:100%;
	text-align: center;
	color:#B5B5B5;
	background-color:#000006;
}
.table100{
    font-size: 20px;
	line-height: 39px;
	margin-left:auto; 
	margin-right:auto;
	text-align:center;
	padding-right:200px;
	width:999px;
}

.toTop-arrow {
	width: 3.5rem;
	height: 3.5rem;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 33%;
	opacity: 0.6;
	background: #000;
	cursor: pointer;
	position:fixed;
	right: 1rem;
	bottom: 1rem;
	display: none;
}
.toTop-arrow::before, .toTop-arrow::after {
	width: 31px;
	height: 7px;
	border-radius: 3px;
	background: #f90;
	position: absolute;
	content: "";
}
.toTop-arrow::before {
	transform: rotate(-45deg) translate(0, -50%);
	left: 0.4rem;
}
.toTop-arrow::after {
	transform: rotate(45deg) translate(0, -50%);
	right: 0.4rem;
}
.toTop-arrow:focus {outline: none;}

#banner { 
    overflow:hidden; 
    width: 40%; 
    height: 440px;
	margin-left: 30%;
    position:relative; 
    padding-bottom: 10px;
	display: flex;
	justify-content: center; 
    align-items: center; 
}
#tab>img:not(:first-child){ 
    display:none; 
}
.arrow {
    display: none;
    width: 30px;
    height: 60px;
    background-color: rgba(0,0,0,0.4);
    position: absolute;
    top: 50%;
    margin-top: -30px;
    z-index:999;
}
.arrow span {
    display: block;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
}
.slider_left {
    margin: 25px 0 0 10px;
    transform: rotate(45deg);
}
.prve {
    left: 0;
}
.next {
    right: 0;
}
.slider_right {
    margin: 25px 0 0 5px;
    transform: rotate(-135deg);
}
.arrow:hover{background:#444;}
#banner:hover .arrow{display:block;}

.button-27 {
  appearance: none;
  background-color: #000000;
  border: 2px solid #1A1A1A;
  border-radius: 15px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: Roobert,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  min-height: 60px;
  min-width: 0;
  outline: none;
  padding: 16px 24px;
  text-align: center;
  text-decoration: none;
  transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 100%;
  will-change: transform;
}

.button-27:disabled {
  pointer-events: none;
}

.button-27:hover {
  box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
  transform: translateY(-2px);
}

.button-27:active {
  box-shadow: none;
  transform: translateY(0);
}