@charset "UTF-8";
/* CSS Document */
html, body{
	font-family: 'Noto Sans TC', Verdana, Geneva, sans-serif;
	padding:0;
	margin:0;
	background-color: #37a5dd;
	font-size:16px;
	line-height:30px;
	color:#FFF;
}
#btnMenu{
	position: fixed;
    top: 0;
    right: 0;
    background-color: #084b77;
    width: 20px;
    height: 20px;
    text-align: center;
    padding: 10px;
	z-index:50;
	cursor:pointer;
	display:none;
}
#menu{
	background-color:#084b77;
	padding:12px 0;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	text-align:center;
	z-index:50;
}
#menu a{
	display:inline-block;
	padding:0 23px;
	font-weight:bold;
	color:inherit;
	text-decoration:none;
	font-size:18px;
	line-height:30px;
}
#menu a:hover, #menu a.on{
	color:#ffd701;
}
a:hover{
	color:#ffd701;
}
a{
	color:inherit
}
img{
	width:100%;
}

#mainOut{
	background-image:url(../images/frontBottomBg.jpg);
	background-repeat: no-repeat;
	background-size:100%;
	background-position: center bottom;
}
#mainOutInside{
	background-image:url(../images/insideBg.jpg);
	background-repeat: no-repeat;
	background-size:100%;
	background-position: center top;
    background-color: #197bac;
}
#main{
	width:100%;
	max-width:1630px;
	margin:auto;
}
#top{
	background-image:url(../images/frontTopBg.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align:center;
}
#topText{
	max-width:1040px;
	padding:0 20px;
	margin:auto;
}
p a{
	color:inherit;
}
p a:hover, #insideMenu a:hover{
	color:#ffd701;
}
#topBanner{
	width: 70%;
    padding-top: calc(50px + 4%);
    padding-bottom: 2%;
    max-width: 1000px;
    padding-right: 7%;
}
a#frontBox{
	position:relative;
	color:inherit;
	text-decoration:none;
	display: inline-block;
	margin: 3% 0;
	border: 10px solid #ffd701;
    max-width: 600px;
	width:94%;
	margin-bottom: 50px;
}
a#frontBox:hover{
	color:#ffd701;
}
#frontBox .img1{
	position: absolute;
    top: -10px;
    left: -10px;
    width: 100px;
}
#frontBox .img2{
	position: absolute;
    bottom: -15%;
    left: -10px;
    width: 100px;
}
#frontBox .br{
	display:none;
}
#frontBox .img3{
	position: absolute;
    right: -10px;
    width: 90px;
	animation: jfish 5s infinite;
	animation-timing-function: ease-in-out;
}
@keyframes jfish {
  0% {top:1%;}
  50% {top:20%;}
  100% {top:1%;}
}
@keyframes jfish2 {
  0% {top:0px;}
  50% {top:-40px;}
  100% {top:0px;}
}
@keyframes btn {
  0% {background-color: #ffd701; color: #FFF}
  50% {background-color: #ee373a; color: #FFF}
  100% {background-color: #ffd701; color: #FFF}
}
#frontBox img{
	max-width:784px;
	padding-right: 2%;
    width: 98%;
}
#frontBox .m{
	display:none;
}
.regBtn{
	position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #ffd701;
    width: 200px;
    border-radius: 30px;
    padding: 5px 10px;
    bottom: -25px;
	animation: btn 2s infinite;
	animation-timing-function: ease-in-out;
}
#frontBox > div{
	width:100%;
	max-width:784px;
	margin:auto;
	left:0;
	right:0;
	font-size:25px;
	line-height:30px;
	padding: 15px 0 35px 0;
}
#frontBox .line1{
	display:block;
	font-size:88%;
	padding-top: 1.5%;
	line-height:200%;
}
#frontBox .line2{
	display:block;
	font-size:60%;
	padding-top: 1%;
}
#bottom{
	text-align:center;
}
#footer{
	background-color:#FFF;
	padding:20px;
	text-align: center;
}
#footer img{
	width:100%;
	max-width:1000px;
	margin:auto;
}
#footer .right{
	float:right;
}
.mobile{
	display:none;
}
.line{
	max-width:600px;
	width:80%;
	display:block;
	margin:auto;
}
.title{
	text-align:center;
	font-size:122%;
	font-weight:bold;
	margin-top:40px;
}
#logoSet{
	max-width:950px;
	margin:auto;
}
#logoSet2{
	max-width:950px;
	margin:auto;
	padding-bottom: 10%;
}
#logoSet:after, #logoSet2:after{
	content:'';
	display:block;
	clear:both;
}
.boxSet{
	width:calc(50% - 60px);
	margin:30px 30px 0 30px;
	float:left;
}
.boxSet .logo{
	width:auto;
}
#logoSet .content, #logoSet2 .content{
	margin-top: 20px;
    height: 90px;
    overflow: hidden;
}
#logoSet .btnArr, #logoSet2 .btnArr{
	padding:10px 0;
	cursor:pointer;
	font-size: 14px;
}
#logoSet .btnArr.up img, #logoSet2 .btnArr.up img{
	transform: rotate(180deg);
}
#logoSet .btnArr.up span, #logoSet2 .btnArr.up span{
	display:none;
}
.boxSet .title{
	text-align:left;
	margin-top:0px;
}
#pageTitle{
	font-size:30px;
	margin-top: 30px;
	font-weight:bold;
	color: #ffd701;
}
.pagesubTitle{
	margin:auto;
	font-size:22px;
	padding-top: 30px;
	padding-bottom:30px;
	font-weight:bold;
	text-align:left;
	max-width:910px;
}
.pagesubTitle center{
	padding-top:10px;
}
.pagesubTitle span{
	font-size:18px;
	display:block;
}
#insideMenu{
	max-width:950px;
	margin:auto;
	padding: 30px 20px 0 20px;
}
#insideMenu a{
	display:inline-block;
	padding:0 20px;
	color:inherit;
	text-decoration:none;
}
.lineL{
	max-width:950px;
	width:100%;
	padding-top:60px;
}
table.b{
	max-width:910px;
	width:100%;
	margin:auto;
	text-align:left;
	border-spacing: 1px;
	border-collapse: collapse;
	border: 1px solid #FFF;
}
table.b td, table.b tr{
	padding:15px;
	vertical-align:top;
	border: 1px solid #FFF;
}
table.b td.highlight{
	background-color: #38a5db;
}
table.a{
	border-collapse: separate;
	text-align:left;
	border-spacing: 0px;
	border:0;
}
table.a td, table.a tr{
	padding:5px;
	vertical-align:top;
	border:0;
}
.remark{
	padding:30px;
}
.map{
	max-width:590px;
	padding-bottom:10px;
}
.content{
	max-width:910px;
	width:100%;
	margin:auto;
	text-align:left;
}
#packImg{
	padding:10px;
	margin-top:20px;
	width:calc((50% - 30px));
	background-color:#FFF;
	float:left;
	margin-right:20px;
	color:#074a76;
}
#packImg2{
	padding:10px;
	margin-top:20px;
	width:calc((50% - 30px));
	background-color:#FFF;
	float:left;
	margin-right:0px;
	color:#074a76;
}
#packImg3{
	padding:10px;
	margin-top:20px;
	width:calc((50% - 30px));
	background-color:#FFF;
	float:left;
	margin-right:20px;
	color:#074a76;
}
#packImg3 img{
	/*padding:21% 0*/
}
#packImg4{
	padding:10px;
	margin-top:20px;
	width:calc((50% - 30px));
	background-color:#FFF;
	float:left;
	margin-right:0px;
	color:#074a76;
}
#packImg5{
	padding:10px;
	margin-top:20px;
	width:calc((100% - 20px));
	background-color:#FFF;
	float:left;
	margin-right:0px;
	color:#074a76;
}
#packImg5 img{
	float:left;
	width:65%;
	padding-left:5%;
	margin-top:10px;
}
#packImg5 left{
	float:left;
	width:30%;
	margin-top:10px;
}
#packImg5:after{
	content:'';
	clear:both;
	display:block;
}
#packImg5 li:last-child{
	 list-style: none;
    margin-top: 110px;
    font-size: 80%;
}
#packImg_2{
	
	width:calc(50% - 10px);
	float:left;
	margin-right:10px;
	color:#FFF;
}
#packImg2_2{
	
	width:calc(50% - 10px);
	float:left;
	margin-left:10px;
	color:#FFF;
}
#souvenir{
	margin-top:20px;
	width:calc(100%);
	float:left;
}
#souvenir .bolder{
	margin-top:10px;
	border:15px solid #ffd700;
	padding: 15px;
}
.h{
	color:#ffd701;
}
.remark2{
	font-size:80%;
	line-height:normal;
	margin-top: 10px;
    display: block;
}
.raceTyBtn{
	background-color: #FFF;
    display: block;
    margin-bottom: 20px;
    padding: 5px 20px;
    border-radius: 10px;
    color: #064b77;
    text-decoration: none;
	width:50%;
	text-align:center;
	margin:auto;
	margin-bottom:5px;
	cursor:pointer;
}
.raceTyBtn:hover{
	background-color: #ffd701;
	 color: #064b77 !important;
}
.raceTyBtn2{
	background-color: #074a76;
    display: block;
    margin-bottom: 20px;
    padding: 5px 20px;
    border-radius: 10px;
    color: #FFF;
    text-decoration: none;
	width:50%;
	text-align:center;
	margin:auto;
	margin-bottom:5px;
	cursor:pointer;
}
.raceTyBtn2:hover{
	color: #ffd701;
}
#topBtn{
position:fixed;
bottom:20px;
right:20px;
background-color:#FFF;
border-radius: 50px;
padding: 9px 8px;
cursor:pointer;
}
#topBtn span{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 10px 6px;
	border-color: transparent transparent #084b77 transparent;
	display: block;
}
.picL{
	width:calc(50% - 10px);
	margin-right:10px;
	margin-bottom:20px;
	float:left;
}
.picR{
	width:calc(50% - 10px);
	margin-left:10px;
	margin-bottom:20px;
	float:left;
}
.leftPart{
	float:left;
	width:55%;
}
.rightPart{
	float:left;
	width:45%;
}
.boxSet .logo2{
	width:205px;
}

@media only screen and (max-width: 1070px) {
  .desktopL {
	  display:none;
  }
}
@media only screen and (max-width: 1040px) {
  #top{
	background-image:url(../images/frontTopBg_m.png);
	background-size:100%;
}
}
@media only screen and (max-width: 950px) {
	.pagesubTitle{
		padding:20px;
	}
	.content, table.b{
		width:calc(100% - 40px);
	}
	ol{
		padding-left: 20px;
	}
}

@media only screen and (max-width: 750px) {
 html, body{
	font-size:16px;
	line-height:27px;
}
#topBanner {
    width: 93%;
}
#top {
    background-size: 110%;
}
#logoSet .content, #logoSet2 .content{
    height: 81px;
}
#packImg, #packImg2, #packImg3, #packImg4{
	width:calc(100% - 30px);
	margin-left:0;
	margin-right:0;
}
#packImg5 img{
	float:left;
	width:93%;
	margin:0 3.5%;
	padding-left:0%;
	margin-top:10px;
}
#packImg5 left{
	float:left;
	width:100%;
	margin-top:10px;
}
#packImg5:after{
	content:'';
	clear:both;
	display:block;
}
#packImg5 li:last-child{
	 list-style: none;
    margin-top: 20px;
    font-size: 80%;
}

#packImg3 img{
	padding:0;
}
#souvenir{
	width:calc(100% - 10px);
	margin-left:0;
	margin-right:0;
}
#packImg_2, #packImg2_2{
	width:calc(100%);
	margin-left:0;
	margin-right:0;
}
#packImg_2{
	padding-bottom:30px;
}
table.b td, table.b tr{
	padding:5px;
}
.picL{
	width:100% ;
	margin-right:0px;
	margin-bottom:10px;
	float:left;
}
.picR{
	width:100%;
	margin-left:0px;
	margin-bottom:10px;
	float:left;
}

}
@media only screen and (max-width: 670px) {

.boxSet{
	width:calc(100% - 60px);
	margin:30px 30px 0 30px;
	float:left;
}
.boxSet .title{
	text-align:center;
}
.boxSet .class2{
	padding-bottom:30px;
}
#menu{
	display:none;
}
#btnMenu{
	display:block;
}
.lineL {
    padding-top: 30px;
}
table.b td, table.b tr{
	width: 25%;
}
}
@media only screen and (max-width: 670px) {
#frontBox .br {
    display:block;
}
}
@media only screen and (max-width: 460px) {
#frontBox > div {
    font-size: 20px;
}
.raceTyBtn {
	width: calc(100% - 40px);
}
}
@media only screen and (max-width: 540px) {
.br540{
	display:none;
}
}
@media only screen and (max-width: 460px) {
#frontBox .img3 {
    position: absolute;
    right: -10px;
    width: 70px;
    top: -40px;
    right: -20px;
    animation: jfish2 5s infinite;  
}
}
@media only screen and (max-width: 400px) {
.mobile{
	display:block;
}
#insideMenu a{
	width:calc(50% - 10px);
	padding:0 5px;
}
}
