
@font-face {
  font-family: 'NotoSerifCJKtc-Black';
  font-style: normal;
  src: url('../font/NotoSerifCJKtc-Black.otf') format('opentype');
}

*{
/*	font-family: 'Noto Sans TC', sans-serif;*/
/*	font-family: 'NotoSerifCJKtc-Regular', serif !important;*/
	font-family:'cwTeXYen', sans-serif!important;
}
body{
	min-height:960px!important;
}
.header {
	z-index: 999;
	position:fixed;
	height:50px;
	width:100%;
	background: #ffffff; 
	background: -webkit-linear-gradient(#ffffff 0%, #fedff3 100%);
	background: -o-linear-gradient(#ffffff 0%, #fedff3 100%);
	background: linear-gradient(#ffffff 0%, #fedff3 100%); /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fedff3',GradientType=0 ); /* IE6-9 */
}

.content {
	display:block;
	height:90%;
	width:100%;
	background-image:url("../img/bg.jpg");
	background-size:cover;
	background-repeat:no-repeat;
}

.logo{
	position:absolute;
	top:90px;
	left:calc(50% - 600px );
}

#goTop {
	position:absolute;
	width:74px;
	height:108px;
	background-image:url(../img/top.png);
	background-repeat:no-repeat;
	bottom:15px;
	right:15px;
}

.copyright {
	height:75px;
	width:100%;
	position:fixed;
	background-color:#FFF;
	bottom:0px;
	text-align: center;
}

.leftmenu {
	z-index:100;
	position:absolute;
	min-width:172px;
	min-height:345px;
	top:230px;
	left:calc(50% - 600px );
}

.leftmenu ul li a {
    width: 115px;
    height: 115px;
    float: left;
/*    margin: 0 10px;*/
  -webkit-perspective: 600px;
     -moz-perspective: 600px;
      -ms-perspective: 600px;
          perspective: 600px;
	-moz-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
	-webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
	clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
	clip-path: url("#clip-shape");
}

.leftmenu ul li .front {
  text-align: center;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
     -moz-transform: rotateX(0deg) rotateY(0deg);
      -ms-transform: rotateX(0deg) rotateY(0deg);
       -o-transform: rotateX(0deg) rotateY(0deg);
  -webkit-transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
       -o-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
       -o-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
       -o-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.leftmenu ul li:hover .front {
  -webkit-transform: rotateX(0deg) rotateY(180deg);
     -moz-transform: rotateX(0deg) rotateY(180deg);
      -ms-transform: rotateX(0deg) rotateY(180deg);
       -o-transform: rotateX(0deg) rotateY(180deg);
}
.leftmenu ul li .back {
  position: absolute;
  top: 0;
  width: inherit;
  height: inherit;
  text-align: center;
  z-index: -1;
  -webkit-transform: rotateX(0deg) rotateY(-180deg);
     -moz-transform: rotateX(0deg) rotateY(-180deg);
      -ms-transform: rotateX(0deg) rotateY(-180deg);
       -o-transform: rotateX(0deg) rotateY(-180deg);
  -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
       -o-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
       -o-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.leftmenu ul li:hover .back {
  z-index: 1;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
     -moz-transform: rotateX(0deg) rotateY(0deg);
      -ms-transform: rotateX(0deg) rotateY(0deg);
       -o-transform: rotateX(0deg) rotateY(0deg);
}
.leftmenubtn1{
	position:absolute;
	z-index:101;
	margin-left:0px;
	margin-top:0px;
}
.leftmenubtn2{
	position:absolute;
	z-index:101;
	margin-left:58px;
	margin-top:58px;
}
.leftmenubtn3{
	position:absolute;
	z-index:101;
	margin-left:0px;
	margin-top:116px;
}
.leftmenubtn4{
	position:absolute;
	z-index:101;
	margin-left:58px;
	margin-top:174px;
}
.leftmenubtn5{
	position:absolute;
	z-index:101;
	margin-left:0px;
	margin-top:230px;
}


.block-menu {
	z-index:998;
	width:1077px;
	margin:auto;
	height:50px;
	display: block;
}

.block-menu li {
	height:50px;
	display: inline-block;
}

.block-menu li a {
	height:50px;
	display: block;
	overflow: visible;
}

/* animation domination */
.three-d {
	perspective: 2800px;
	transition: all .07s linear;
	position: relative;
	cursor: pointer;
}
	/* complete the animation! */
	.three-d:hover .three-d-box, 
	.three-d:focus .three-d-box {
		transform: translateZ(-50px) rotateX(90deg);
	}

.three-d-box {
	transition: all .3s ease-out;
	transform: translatez(-50px);
	transform-style: preserve-3d;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}

/* 
	put the "front" and "back" elements into place with CSS transforms, 
	specifically translation and translatez
*/
.front0 {
	transform: rotatex(0deg) translatez(50px);
}

.back0 {
	transform: rotatex(-90deg) translatez(50px);
	color: #ffe7c4;
}

.front0, .back0 {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: black;
/*	padding: 15px 10px;*/
	color: white;
	pointer-events: none;
	box-sizing: border-box;
}
.cat{
	z-index:98;
	position:absolute;
	top:0px;
	left:calc(50% - 390px);
/*	動畫*/
	animation-iteration-count: infinite;
	animation-name: jump1;
	animation-fill-mode: both;
}
.fish{
	z-index: 97;
	position:absolute;
	top:-50px;
	left:calc(50% - 550px);
}
.mainlogo{
	height:50%;
	z-index: 99;
	position:absolute;
	bottom:100px!important;
	left:calc(50% - 365px);
}

@-webkit-keyframes jump1 {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateY(0);
    transform: rotate(0deg) translateY(0);
	-webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  50% {
    -webkit-transform: rotate(0deg) translateY(-20px);
    transform: rotate(0deg) translateY(-20px);
	-webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

}

@keyframes jump1 {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateY(0);
    -ms-transform: rotate(0deg) translateY(0);
    transform: rotate(0deg) translateY(0);
	-webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  50% {
	-webkit-transform: rotate(5deg) translateY(-20px);
    -ms-transform: rotate(5deg) translateY(-20px);
    transform: rotate(5deg) translateY(-20px);
	-webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
}

.jump1 {
  -webkit-animation-name: jump1;
  animation-name: jump1;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
.contentbox {
	display:none;
	position:absolute;
	z-index: 997;
	width:974px;
	height:83%;
	left:calc(50% - 380px );
	top:65px;
}
.contentbox1 {
	width:974px;
	height:100px;
	background-image:url("../img/contentbox1.png");
	background-repeat: no-repeat;
}
.contentbox2 {
	width:974px;
	height:calc( 100% - 130px);
	background-image:url("../img/contentbox2.png");
	background-repeat: repeat-y;
}
.contentbox2 div{
	padding:10px 0px;
}
.contentbox3 {
	width:974px;
	height:30px;
	background-image:url("../img/contentbox3.png");
	background-repeat: no-repeat;
}

.c_title1 {
	width:198px;
	height:55px;
	margin:auto;
	padding-top:15px;
}

.x {
	position:absolute;
	width:88px;
	height:88px;
	right:70px;
	top:20px;
}

.table1 {
	width:90%;
	margin:auto;
	border:2px #fc8bda solid;
}

.text1 {
	display:table;
	margin:auto;
	width:100%;
	text-align:justify;
	font-size:20px;
/*	font-weight:800;*/
	color:dimgray;
}

.text2 {
	display:table;
	margin:auto;
	width:100%;
	text-align:justify;
	font-size:20px;
	color:dimgray;
}

.contentscroll {
	display:block;
	margin:auto;
	width:95%;
	height:100%;
	overflow-y: scroll;
	padding-right:50px!important;
	padding-left:40px!important;
}
#style-2::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #ff98e3;
}

.c_title3 {
	display:inline-block;
	vertical-align: middle;
	width:163px;
	height:40px;
	background-image:url("../img/c_title3bg.png");
	background-repeat: no-repeat;
	background-size:contain;
	font-size:22px;
	font-weight:900;
	font-family:"NotoSerifCJKtc-Black", serif !important;
	color:white;
	text-align: center;
	padding:0px!important;
	line-height:40px;
}


.menu7 {
	width:775px;
	height:130px;
	margin:auto;
	background-image:url("../img/c_menubg.png");
}

.menu7btn {
	width:700px;
	height:79px;
	margin:40px auto 0px auto; 
}
.menu7btn li{
	width:97px;
	height:79px;
	float:left;
	margin-left:3px;
	cursor:pointer;
}
.c_menubtn1{
	background-image:url("../img/c_menubtn1.png");
}
.c_menubtn2{
	background-image:url("../img/c_menubtn2.png");
}
.c_menubtn3{
	background-image:url("../img/c_menubtn3.png");
}
.c_menubtn4{
	background-image:url("../img/c_menubtn4.png");
}
.c_menubtn5{
	background-image:url("../img/c_menubtn5.png");
}
.c_menubtn6{
	background-image:url("../img/c_menubtn6.png");
}
.c_menubtn7{
	background-image:url("../img/c_menubtn7.png");
}
.menu7btn li:hover{
	background-image:url("../img/c_menu_act.png");
}

.titile2 {
	width:597px;
	height:50px;
	margin:auto;
	text-align: center;
	background-image:url("../img/title2bg.png");
	background-repeat: no-repeat;
	background-size:contain;
	font-size:26px;
	font-weight:900;
	font-family:"NotoSerifCJKtc-Black", serif !important;
	color:white;
	line-height:30px;
}

.table2 {
	width:80%;
	margin:auto;
	border:2px #fc8bda solid;
}
.table2 tr th{
	background-color:#e055bd;
	color:white;
/*	font-family:"NotoSerifCJKtc-Black", serif !important;*/
	font-size:20px;
	text-align: center;
}
.table2 tr td{
	border:2px #fc8bda solid;
	padding:5px;
	text-align: center;
}
.table2 tr td:nth-child(1){
	background-color:#fc8bda;
	color:white;
	border:1px solid white;
}
.table2 tr td:nth-child(3){
	background-color:#fc8bda;
	color:white;
	border:1px solid white;
}

.list1 li{
	list-style:decimal!important;
	list-style-position: outside!important;
	margin-left:20px;
}
.content7{
	display:none;
}
.menu7select{
	background-image: url(../img/c_menu_act.png)!important;
}
.imgcorner{
	border-radius:10px; /*設定四個角*/
	-moz-border-radius:10px ;
	-webkit-border-radius: 10px;
}
