@charset "utf-8";
/* CSS Document */


@keyframes colorchang {
  from {
background-image: url(../images/star1.svg);
    transform: perspective(400px) rotate3d(0, 1, 0, -0deg);
  }

 20% {
background-image: url(../images/star2.svg); 
    transform: perspective(400px) rotate3d(0, 1, 0, -180deg);   
  }

  40% {
background-image: url(../images/star3.svg);  
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);    

  }

  60% {
background-image: url(../images/star4.svg);    
    transform: perspective(400px) rotate3d(0, 1, 0, -540deg);  
  }

  80% {
 background-image: url(../images/star5.svg); 
     transform: perspective(400px) rotate3d(0, 1, 0, -720deg);  
  }
  
   to {
 background-image: url(../images/star1.svg); 
     transform: perspective(400px) rotate3d(0, 1, 0, -900deg);  
  }
}

body {
	background-image: url(../images/31da00039c6ae1106254.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "微軟正黑體", Arial;
}

body.stay {
	width:100vw;
	height:100vh;
	overflow:hidden;
}

.pc{display:block;}
.mobile{display:none!important;}

html{font-size:62.5%!important;}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6,ul,ol,li,form{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;

	}

#main {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 1280px;
	min-height:100vh;
}

#footer {
	background-color: rgba(0,0,0,0.7);
	width: 100%;
	left: 0px;
	bottom: 0px;
	text-align: center;
	font-size: 1.6rem;
	color: #FFF;
	margin-top: -50px;
	border: 1px solid #F60;
}

#footer .sq{
	max-width: 1280px;
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	color: #fff;
	font-size: 1.6rem;
	line-height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#header {
	height: 120px;
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	background-size:100% 100%;
	box-shadow:0 0 5px rgba(51,51,51,0.6);
}
#header .logo {
	padding: 0px;
	width: 20%;
	position: absolute;
	left: 0px;
	top: 0px;
}
#header .logo .logobgpic {
    height: 105%;
    position: absolute;
    z-index: 7;
    top: 0px;
    right: 0px;
}
#header .logo .ttext {
	width:100%;
	height:auto;
}
#header .menu ul {
	display: flex;
	width: 100%;
	justify-content:space-between;
}
#banner {
	width: 94%;
	margin-left: 3%;
	margin-right: 3%;
		-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#banner>div {
	width: 100%;
	margin-top: 20px;
}

#banner img {
	height: auto;
	width: 100%;
	box-shadow: 0 0 5px rgba(0,0,0,0.6);
	border: 1px solid #FFF;
		-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


#header .menu ul li {
	float: left;
}

#header .menu ul li a{
	font-size: 2.0rem;
	line-height: 40px;
	color: #333;
	font-weight: bolder;
}


#header .menu {
	height: 100px;
	padding-top: 20px;
	padding-right: 5%;
	padding-left: 22%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#header .logo {
    z-index: 100;
}
#header .logo .logobgpic img {
	height: 100%;
	width: auto;

}
#header .logo .ttext {
	position: relative;
	z-index: 8;
	
}
#header .tool {
	display: table;
	float: right;
	height: 40px;
}
#header .tool>div {
	float: left;
	margin-left: 10px;
	font-size: 1.4rem;
	line-height: 30px;
}
#header .tool .fb a {
	font-size: 0px;
	line-height: 0px;
	color: #FFF;
	background-image: url(../images/697057-facebook-512.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	background-size: 30px auto;
	height: 30px;
	width: 30px;
}

#header .tool .line a {
	font-size: 0px;
	line-height: 0px;
	color: #FFF;
	background-image: url(../images/LINE-logo-messanging-app.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	background-size: 30px auto;
	height: 30px;
	width: 30px;
}
#header  .tool a {
	color: #333;
}
#header  .tool .login a {
	color: #FFF;
	background-color: #42392E;
	padding-right: 20px;
	padding-left: 20px;
	display:block;
	border-radius:15px;
}

#header  .tool .login a:hover {
	background-color: #996633;
}
#header .menu ul>li {
	position: relative;
}
#header .menu ul li ul {
	background-color: #669;
	position: absolute;
	left: 0px;
	top: 100%;
	background-color: rgba(0,0,0,0.7);
	display: none;
	min-width:100%;
	width:auto;
}





#main #header .menu ul li ul li{
	width: 100%;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(255,255,255,0.5);
}

#main #header .menu ul li ul li a {
	color: #FFF;
	font-size:1.6rem;
	font-weight:normal;
	display:block;
}

#main #header .menu ul li ul li a:hover {
	background-color: rgba(0,0,0,0.3);
}
#main .movepic>div {
	width: 48%;
}

#main .memeber>div {
	width: auto;
}
#main .member {
	width: 90%;
	display: flex;
		align-items:center;
	justify-content:center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 60px;
	padding-bottom: 30px;
}
#main .movepic {
	width: 90%;
	display: flex;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	padding-bottom: 15px;
	margin-top: 15px;
}
#main .movepic div h3,#main .member div h3 {
	text-align: left;
	font-size: 2.4rem;
	line-height: 45px;
	padding-left: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-image: url(../images/round.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 100%;
	font-family: "標楷體", "微軟正黑體";
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#main .movepic div .picp {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	padding: 10%;
}
#main .movepic div .picp img {
	height: auto;
	width: 100%;
}

#main .movepic div .picp.star img {
	height: auto;
	width: 100%;
/*	opacity: 0;*/
	background-repeat: no-repeat;
	background-position: center center;
	background-size:100% 100%;
	 -webkit-animation: colorchang 15s both ease-in-out;
    animation: colorchang 15s both ease-in-out;
	animation-iteration-count:infinite;
}
#main .movepic div .picp {

	background-repeat: no-repeat;
	background-position: center center;
	background-size:100% auto;
}
#main .movepic div a {
	color: #FFF;
	display: table;
	height: 40px;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 1.6rem;
	margin-right: auto;
	margin-left: auto;
	line-height: 40px;
	background-color: rgba(0,0,0,0.5);
	margin-top: 30px;
	margin-bottom: 10px;
	border-radius: 20px;
}

#main .movepic div a:hover {
	background-color: rgba(0,0,0,0.8);
}



.allarea {
	background-image: url(../images/dewz.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size:35% auto;
}
.allarea #main .member div h3 {
	text-align: left;
}
form fieldset {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
	margin-bottom: 10px;

}
.formlogin form fieldset>div {
	padding-left: 130px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
}
.formlogin form fieldset{
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C00;
}
.formlogin form fieldset > label {
	font-size: 1.8rem;
	line-height: 35px;
	color: #333;
	text-align: right;
	float: left;
	width: 120px;
	position: absolute;
	left: 0;
	top: 0;
	font-weight: bold;
}
.formlogin form fieldset div input[type="text"],.formlogin form fieldset div input[type="password"] {
	height: 35px;
	width: 100%;
	padding-left:10px;
	padding-right:10px;
		-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.formlogin form fieldset.butline input[type="button"],.formlogin form fieldset.butline input[type="submit"],.formlogin form fieldset.butline input[type="reset"],.formlogin form fieldset.butline a{
	height: 35px;
	width: 120px;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFF;
	background-color: #C00;
	display: block;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 33px;
	font-size: 1.8rem;
	border-radius: 20px;
	text-align: center;
	cursor: pointer;
}
.formlogin form fieldset.butline>div{
	display: table;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px;
	width: auto;
	margin-top: 0px;
}
.formlogin {
	box-shadow: inset 0 0 10px rgba(0,0,0,0.6);
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	border: 3px solid #C00;
}
.formlogin form .passwordfg {
	font-size: 1.4rem;
	line-height: 24px;
	color: #069;
	text-align: right;
	padding: 0px;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#main .member.join>div {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}
.formlogin form fieldset .fifty {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 50%;
}
.formlogin form .fifty {
	display: table;
	width: 100%;
}
.formlogin form .fifty fieldset {
	float: left;
	width: 48%;
}
.formlogin form  fieldset div label{
	display: inline-block;
	font-size: 1.8rem;
	line-height: 35px;
	font-weight: bold;
	color: #333;
}
.formlogin form .fifty fieldset:nth-child(2) {
	margin-left: 4%;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C00;
}
.formlogin form .fifty fieldset div label input[type="radio"] {
	height: 20px;
	width: 20px;
	margin-top: 5px;
}
.formlogin form fieldset div select {
	font-size: 1.8rem;
	line-height: 35px;
	color: #333;
	height: 35px;
	margin-right: 10px;
	padding-left:10px;
	padding-right:10px;
		-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.formlogin form .butline {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	    display:table;
    margin-right: auto;
    margin-left: auto;
}
#header .hamber {
	display:none;
	z-index:20;
}
#main .member.join div h3 span{
	text-align: left;
	font-size: 2.4rem;
	line-height: 45px;
	padding-left: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-image: url(../images/round.svg);
	background-repeat: no-repeat;
	background-position: left center;
	font-family: "標楷體", "微軟正黑體";
	background-size: auto 100%;
	height:45px;
	display:table;
}
#main .member.join div h3{
	text-align: left;
	font-size: 2.4rem;
	line-height: 45px;
	padding-left: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-image:none;

	font-family: "標楷體", "微軟正黑體";
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.formlogin form  fieldset div {
	font-size: 1.8rem;
	line-height: 35px;
	color: #333;
}
.formlogin div h4 {
	text-align: left;
}
.formlogin div h4 {
	font-size: 2.0rem;
	line-height: 40px;
	color: #C00;
	font-weight: bold;
	font-family: "標楷體", "微軟正黑體";
}
.formlogin>div>div {
	font-size: 1.8rem;
	line-height: 30px;
	color: #333;
	padding-left: 30px;
	margin-bottom: 20px;
}
.formlogin div div img {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	max-width: 360px;
}
.formlogin div div h5 {
	font-size: 1.8rem;
	line-height: 35px;
	color: #603;
	text-align: left;
}
.formlogin div div table {
	margin-bottom: 10px;
}
#main .member.join div .pageline {
	display: table;
	margin-right: auto;
	margin-left: auto;
}
#main .member.join div .pageline a {
	background-color: #C00;
	font-size: 1.8rem;
	line-height: 35px;
	color: #FFF;
	display: block;
	margin-right: 10px;
	margin-left: 10px;
	border-radius: 20px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}
#main .member.join div .pageline a:hover {
	background-color: #900;
}
#main .member.join div p {
	font-size: 1.6rem;
	color: #333;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.formlogin form .friend {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
#main .partner {
	width: 94%;
	display: flex;
	flex-wrap: nowrap;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}
#main .partner .leftpart {
	width: 20%;
	min-width:210px;
	border: 2px solid #900;
	padding: 0px;
	position: relative;
			-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	flex-shrink:0;
}
#main .partner .rightpart {
	width: 74%;
	margin-left: 3%;
	margin-right: 3%;
}
#main .partner .leftpart:after {
	content:"";
	background-image: url(../images/640_525a0a0.png);
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	left: -2px;
	top: -2px;
	width:24px;
	height:24px;
	display:block;
}
#main .partner .leftpart:before {
	content: "";
	background-image: url(../images/640_525a0a0.png);
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	top: -2px;
	width: 24px;
	height: 24px;
	display: block;
	right: -2px;
	transform:rotate(90deg);
}


#main .partner .leftpart>div:after {
	content:"";
	background-image: url(../images/640_525a0a0.png);
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	left: -2px;
	bottom: -2px;
	width:24px;
	height:24px;
	display:block;
	transform:rotate(-90deg);
}
#main .partner .leftpart>div:before {
	content: "";
	background-image: url(../images/640_525a0a0.png);
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	right: -2px;
	width: 24px;
	height: 24px;
	display: block;
	bottom: -2px;
	transform:rotate(180deg);
}
#main .partner .leftpart>div {
	padding: 24px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#main .partner .leftpart div ul li a {
	font-family: "微軟正黑體", Arial;
	font-size: 1.8rem;
	line-height: 35px;
	color: #900;
	display: block;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 8px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #900;
	font-weight: bold;
	box-shadow:0 0 5px rgba(0,0,0,0.5);
}
#main .partner .leftpart div h5 {
	font-family: "標楷體", "微軟正黑體";
	font-size: 2.4rem;
	line-height: 36px;
	color: #333;
	margin-bottom: 10px;
}
#main .partner .rightpart h3 {
	font-family: "標楷體", "微軟正黑體";
	font-size: 2.8rem;
	line-height: 40px;
	color: #333;
	background-image: url(../images/round.svg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 40px;
	padding-left: 35px;
	background-size: 30px auto;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	margin-bottom: 15px;
}
#main .partner .rightpart p {
	font-size: 1.8rem;
	line-height: 30px;
}
#main .partner .rightpart .intor {
	background-color: #FFF;
	margin-top: 15px;
	margin-bottom: 15px;
}
#main .partner .rightpart .intor ul li {
	display: flex;
	flex-wrap: nowrap;
	font-size: 1.6rem;
	line-height: 30px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

#main .partner .rightpart .intor ul li.head>div{
	color: #FFF;
	background-color: #069;
	font-size:1.8rem;
}



#main .partner .rightpart .intor ul li .area{
	flex-grow: 0;
	width: 160px;
	text-align: center;	
}

#main .partner .rightpart .intor ul li .data{
	flex-grow: 0;
	width: 180px;
	text-align: center;
	white-space: nowrap;
	padding-left:5px;
	padding-right:5px;	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#main .partner .rightpart .intor ul li .location{
	 text-align: center;
	 width:100%;	
	
}
#main .partner .rightpart .intor ul {
	padding: 10px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#main .partner .rightpart div.dd a {
	font-size: 1.8rem;
	line-height: 36px;
	color: #FFF;
	background-color: #069;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	border-radius:20px;
}
#main .jointel {
	font-size: 1.8rem;
	line-height: 36px;
	color: #069;
	background-color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.8rem;
	line-height: 36px;
	color: #069;
	display: block;
	text-align: center;
	border: 2px solid #069;
	
}
#main .partner .rightpart div.dd a:hover {
	background-color: #005B88;
}
#main .partner .rightpart .qa {
	margin-top: 15px;
	margin-bottom: 15px;
}
#main .partner .rightpart .qa ul {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
}
#main .partner .rightpart .qa ul li {
	height: auto;
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	position: relative;

	
}


#main .partner .rightpart .qa ul li .q a {
	color: #000;
	text-align: left;
	display: block;
	padding-left: 35px;
	font-size: 1.8rem;
	line-height: 35px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}


#main .partner .rightpart .qa ul li .q:before{
	width:30px;
	height:30px;
	background-color:#900;
	color:#fff;
	line-height:30px;
	content:"Q";
	border-radius:15px;
	display:block;
	position:absolute;
		font-size: 1.8rem;
	top:0;
	left:0;
}

#main .partner .rightpart .qa ul li .a:before{
	width: 30px;
	height: 30px;
	background-color: #069;
	color: #fff;
	line-height: 30px;
	content: "A";
	border-radius: 15px;
	display: block;
	position: absolute;
	font-size: 1.8rem;
	text-align:center;
	top: 0;
	left: 0;
}
#main .partner .rightpart .qa ul li .a {
	font-size: 1.5rem;
	line-height: 24px;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
	text-align: left;
	padding-left: 35px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
	color: #494949;
}

#main .partner .rightpart .classonline div.se {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	padding: 15px;
	margin-bottom: 15px;
}

#main .partner .rightpart .classonline div.se .picp {
	width: 40%;
	height: auto;
	float: left;
	margin-top: 2%;
	margin-right: 2%;
	margin-bottom: 0%;
	margin-left: 2%;
}

#main .partner .rightpart .classonline div.se>.text{
	font-size: 1.8rem;
	line-height: 30px;
	color: #333;
}
#main .partner .rightpart .classonline div.se:nth-child(2n) .picp{
float:right;

}
#main .partner .rightpart .classonline .se .picp img {
	height: auto;
	width: 100%;
	box-shadow:0 0 5px rgba(0,0,0,0.6);
}
#main .partner .rightpart .classonline .se .text h4 {
	font-size: 2.0rem;
	line-height: 40px;
	color: #333;
	text-align: left;
}
.formlogin form fieldset div textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	min-height:100px;
	padding: 10px;
}
#main .partner .rightpart .formlogin form .fifty fieldset div .yan {
	color: #06F;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 1.4rem;
	line-height: 24px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#main .partner .rightpart .formlogin .yde a {
	color: #FFF;
	background-color: #06C;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 10px;
	padding-left: 10px;
	border-radius:8px;
}
#main .partner .rightpart .classonline .se .text div {
	display: block;
	margin-bottom: 10px;
	font-size: 1.6rem;
	color: #900;
	font-weight: bold;
}
#main .partner .rightpart .classonline .se .text div span {
	color: #333;
}
#main .partner .rightpart .photog>div{
	display: table;
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#main .partner .rightpart .photog>div>div {
	width: 30.3333%;
	margin-right: 1.5%;
	margin-left: 1.5%;
	background-color: #FFF;
	margin-bottom: 20px;
	text-align: left;
	float: left;
	box-shadow: 0 0 5px rgba(0,0,0,0.6);
	position: relative;
}
#main .partner .rightpart .photog>div>div  .picp{
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
#main .partner .rightpart .photog>div>div .picp img {
	height: auto;
	width: 100%;
}
#main .partner .rightpart .photog>div>div .text {
	font-size: 1.6rem;
	line-height: 24px;
	color: #333;
	padding: 15px;
	
}
#main .partner .rightpart .photog>div>div .text .data {
	font-size: 1.2rem;
	line-height: 30px;
	color: #999;
	text-align: center;
}
#main .partner .rightpart .photog>div>div .text h4 {
	font-size: 1.8rem;
	line-height: 24px;
	margin-bottom: 5px;
}
#main .partner .rightpart .photog>div>div a {
	font-size: 0px;
	line-height: 0px;
	color: #FFF;
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	
}
.pageline {
	display: table;
	margin-right: auto;
	margin-left: auto;
	width: auto!important;
	margin-top: 20px;
}
.pageline a {
	color: #FFF;
	background-color: #900;
	display: block;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	font-size: 1.6rem;
	line-height: 20px;
	border-radius: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.pageline a:hover{
	color: #FFF;
	background-color: #732626;
}
#main .partner .rightpart .photog ul {
	display: flex;
	height: auto;
	width: 100%;
	flex-wrap:wrap;
}
#main .partner .rightpart .photog ul li {
	float: left;
	height: auto;
	width: 23%;
	margin-right: 1%;
	margin-left: 1%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 10px;
	position: relative;
	box-shadow:0 0 5px rgba(0,0,0,0.6);
	background-color:#fff;
	align-items:center;
	display: flex;
}


#main .partner .rightpart .photog ul li img{
	width:100%;
	height:auto;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	
	
	
}
#main .partner .rightpart .photog ul li a{
	display:block;
	
	
}
#main .partner .rightpart .photog ul li .youtube:before {
	background-image: url(../images/Play-Button-PNG-Transparent.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 100%;
	width: 100%;
	content: "";
	background-size: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
#main .logfile {
	width: 70%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#main .logfile div h3 {
	font-size: 2.4rem;
	line-height: 45px;
	color: #333;
	padding-left: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-image: url(../images/round.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 100%;
	font-family: "標楷體", "微軟正黑體";
	text-align: left;
}
#main .logfile div .file {
	height: auto;
	width: 100%;
	padding: 20px;
	background-color: #FFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 10px;
	margin-bottom: 10px;
	box-shadow:inset 0 0 5px rgba(0,0,0,0.8);
}
#main .logfile div .file>div {
	display: flex;
	width: 100%;
	justify-content: space-between;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-bottom:10px;
}
#main .logfile div .file div div.load{
	flex-grow: 0;
	width: 150px;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}
#main .logfile div .file div .name {
	font-size: 1.8rem;
	line-height: 35px;
	color: #000;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#main .logfile div .file div .load a {
	background-image: url(../images/downloading-file.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: table;
	margin-right: auto;
	margin-left: auto;
	padding-left: 40px;
	background-size: auto 30px;
	font-size: 1.4rem;
	line-height: 35px;
	font-weight: bold;
	color: #069;
}
#main .logfile div .file div .load a:hover {
	background-image: url(../images/downloading-file2.png);

	color: #d90000;
}
#main .logfile div .file>div:hover {
	background-color: #F0F0F0;
}
#main .partner .rightpart .classonline.aboutus .se {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 0px;
}


@media screen and (max-width:1000px)
{
	
	
	
html{font-size:56%!important;}	
	
#header .menu ul li a {
    font-size: 1.8rem;
    line-height: 40px;
    color: #333;
    font-weight: bolder;
}
#main .member.join>div {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}
}
@media screen and (max-width:768px)
{

#main .partner {
flex-wrap:wrap;
}
#main .partner .leftpart {
width:100%;
	margin-bottom: 10px;
}
#main .partner .leftpart>div {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#main .partner .rightpart {
	width: 94%;
	margin-left: 3%;
	margin-right: 3%;
}
#main .partner .rightpart .intor ul li {
    display: flex;
    flex-wrap: nowrap;
    font-size: 1.6rem;
    line-height: 18px;

}
#main .partner .rightpart .photog ul li {
	float: left;
	height: auto;
	width: 30.333%;
	margin-right: 1.5%;
	margin-left: 1.5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 10px;
	position: relative;
}

#main .logfile {
	width: 90%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
}
@media screen and (max-width:767px)
{
.pc{display:none!important;}
.mobile{display:block!important;}	
#header {
    height: 60px;
}	
	
	
#header .menu {
    min-height: 100vh;
    padding-top: 100px;
    padding-right: 8%;
    padding-left: 8%;
    width: 100%;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    background-color: rgba(0,0,0,0.8);
    left: 0;
	overflow:auto;
	z-index:10;
	top:-200vh;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
	
}
#header .menu.stay {

	top:0;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
	
}
#header .menu>ul {
    display: block;
    width: 100%;
    justify-content: normal;
	margin-bottom:30px;
}
#header .menu .tool {
    display: table;
    float: none;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
}	
#header .menu ul li {
    float: none;
}
#header .menu ul li a {
    color: #fff;
}
#header .menu ul li ul {
    position: relative;

}
#header .logo.stay {
    z-index: 100;
	position:fixed;
	top:0;
}

#header .hamber {
	padding: 5px;
	height: 40px;
	width: 40px;
	position:absolute;
	top: 10px;
	right: 10px;
	display:block;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
#header .hamber a {
	display: block;
	height: 30px;
	width: 30px;
	position: relative;
	font-size: 0px;
	line-height: 0px;
	color: #FFF;
			-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
#header .hamber a:after {
	content:"";
	height: 2px;
	width: 100%;
	position:absolute;
	top:3px;
	display:block;
	background-color: #000;
			-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
#header .hamber a:before {
	content:"";
	height: 2px;
	width: 100%;
	position:absolute;
	bottom:3px;
	display:block;
	background-color: #000;
			-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
#header .hamber a span {
	background-color: #000;
	height: 2px;
	width: 100%;
	position: absolute;
	top: 14px;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

#header .hamber.stay {
	background-color: #fff;
	border-radius: 20px;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

#header .hamber.stay a {
	color: #FFF;
	border-radius:15px;
	transform:rotate(45deg);
			-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

#header .hamber.stay a:after {
	top:14px;
			-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;

}
#header .hamber.stay a:before {
	transform:rotate(90deg);
	bottom:14px;
			-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
#main .member.join{
    width:94%;
    margin-right: auto;
    margin-left: auto;
}
#main .member.join>div {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
#main .movepic div h3, #main .member div h3 {
    margin-bottom: 10px;
}
.formlogin form .fifty fieldset {
    float: left;
    width: 100%;
}
.formlogin form .fifty fieldset:nth-child(2) {
    margin-left: 0%;
}
.formlogin form fieldset>div.dr {
    padding-left:0px;
    width: 100%;
}
.formlogin form fieldset>div {
	padding-left: 0px;
	position: relative;
}
.formlogin form fieldset > label {
    font-size: 1.8rem;
    line-height: 35px;
    color: #fff;
    text-align: left;
    float: none;
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    font-weight: bold;
    background-color: rgba(0,0,0,0.3);
    display: block;
    padding-left: 10px;
		-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom:5px;
}
#main .member.join div h3{

	margin-bottom: 10px;

}
.formlogin>div>div {
    padding-left: 0px!important;
}
#main .partner .rightpart .photog>div>div {
	width: 46%;
	margin-right: 2%;
	margin-left: 2%;
}
}	
@media screen and (max-width:480px)
{
	
#header .logo {
    padding: 0px;
    width: 35%;
    position: absolute;
    left: 0px;
    top: 0px;
}	
#main .movepic {
    justify-content:unset;
	    flex-wrap: wrap;
		    padding-top: 30px;
    padding-bottom: 30px;

}
#main .movepic>div {
    width: 80%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
}
#main .movepic div h3, #main .member div h3 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
.allarea {
    background-size: 100% auto;
}
#banner>div {
    margin-top: 10px;
}
#main .member {
    width: 94%;
}
#main .member.join {
    width: 94%;
    padding-top: 40px;
}
#main .member.join>div {
    width:100%;
    margin-right: auto;
    margin-left: auto;
}
#main .member div .formlogin {
    box-shadow: inset 0 0 10px rgba(0,0,0,0.6);
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border: 3px solid #C00;
}

#main .member.join div h3 span{
	text-align:right;
}
#main .member.join div h3 {
    text-align: left;
    font-size: 2.4rem;
    line-height: 45px;
    padding-left: 25%;
    margin-bottom: 10px;
    margin-left: 0px;
}


#main .partner .rightpart .classonline div.se .picp {
	width: 100%;
	height: auto;
	float:none;
	margin-top: 0%;
	margin-right: 0%;
	margin-bottom: 10px;
	margin-left:0%;
}


#main .partner .rightpart .classonline div.se:nth-child(2n) .picp{
float:none;

}
#main .partner .rightpart .photog ul li {
	float: left;
	height: auto;
	width: 46%;
	margin-right: 2%;
	margin-left: 2%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 10px;
	position: relative;
}
#main .logfile {
	width: 94%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#main .logfile div .file>div {
	display: flex;
	width: 100%;
	justify-content: none;
	flex-wrap: wrap;
	border: 1px solid #CCC;
}
#main .logfile div .file div div.load{
	flex-grow: 0;
	width: 100%;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	    background-color: #f1f0f1;

}
#main .logfile div .file div:hover{
	background-color:rgba(0,0,0,0);

}
#main .logfile div .file div .name {
    font-size: 1.8rem;
    line-height: 24px;
    padding-top: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
}

.Menu-phone{
  display:none;
}

@media screen and (max-width:767px){
.Menu-phone{
  display: block;
}


.nav {
  position: relative;
  width: auto;
  display: inline-block;
  border: none;
}

.btn-nav {
      position: fixed;
    top: 11px;
    right: 11px;
    background: transparent;
    border: none;
    padding: 10px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
    z-index: 99999;
    background-color: #af1308;
}

.btn-nav:focus {
  outline: 0;
}

.icon-bar {
  display: block;
  margin: 6px 0;
  width: 30px;
  height: 2px;
  background-color: #000;
}

.btn-nav:hover .icon-bar {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  background-color: #FCA311;
}

.nav-content {
  position: fixed;
  top: -100%;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  display: block;
  height: 100%;
  z-index: 1000;
}

.nav-list {
  list-style: none;
  padding: 0;
  position: relative;
  top: 5%;
}

.item-anchor:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  left: 0;
  bottom: 0;
  z-index: 9;
  background: transparent;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.item-anchor {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  padding: 10px;
}
.item-anchor a {
  color: #fff;

}

.item-anchor:hover,
.item-anchor:focus {
  color: #FCA311;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.item-anchor:hover:after,
.item-anchor:focus:after{
  width: 100%;
  background: #FCA311;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.nav-item {
  margin: 40px auto;
  text-align: center;
}

.animated {
  display: block;
  margin: 0 auto;
}

.animated:hover .icon-bar,
.animated:focus .icon-bar{
  background-color: #FCA311;
}

.animated:focus {
  cursor: pointer;
  z-index: 9999;
}

.middle {
  margin: 0 auto;
}

.icon-bar {
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
  z-index: 999999;
}

.animated .icon-bar {
  z-index: 999999;
  background-color: #FCA311;
}

.animated .top {
  -webkit-transform: translateY(10px) rotateZ(45deg);
  -moz-transform: translateY(10px) rotateZ(45deg);
  -ms-transform: translateY(10px) rotateZ(45deg);
  -o-transform: translateY(10px) rotateZ(45deg);
  transform: translateY(10px) rotateZ(45deg);
}

.animated .bottom {
  -webkit-transform: translateY(-7px) rotateZ(-45deg);
  -moz-transform: translateY(-7px) rotateZ(-45deg);
  -ms-transform: translateY(-7px) rotateZ(-45deg);
  -o-transform: translateY(-7px) rotateZ(-45deg);
  transform: translateY(-7px) rotateZ(-45deg);
}

.animated .middle {
  width: 0;
}

@keyframes showNav {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}

@-webkit-keyframes showNav {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}

@-moz-keyframes showNav {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}

@-o-keyframes showNav {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}

.showNav {
  -webkit-animation: showNav 1s ease forwards;
  -moz-animation: showNav 1s ease forwards;
  -o-animation: showNav 1s ease forwards;
  animation: showNav 1s ease forwards;
}

@keyframes hideNav {
  from {
    top: 0;
  }
  to {
    top: -100%;
  }
}

@-webkit-keyframes hideNav {
  from {
    top: 0;
  }
  to {
    top: -100%;
  }
}

@-moz-keyframes hideNav {
  from {
    top: 0;
  }
  to {
    top: -100%;
  }
}

@-o-keyframes hideNav {
  from {
    top: 0;

  }
  to {
    top: -100%;
  }
}

.hideNav {
  -webkit-animation: hideNav 1s ease forwards;
  -moz-animation: hideNav 1s ease forwards;
  -o-animation: hideNav 1s ease forwards;
  animation: hideNav 1s ease forwards;
}

.hidden {
  display: none;
}
}


