@charset "utf-8";
/* CSS Document */


htel {
	margin: 0px;
	padding:0px;
	font-size:16px;
}
body {
	font-family: "Century Gothic", "Varela Round", "sans-serif", "微軟正黑體";
	margin: 0px auto;
	font-size:16px;
	    background: url(../images/bg.png) center center;

}

html{font-size:52.5%!important;}

@media screen and (min-width: 480px){
html{font-size:56.5%!important;}
	}

@media screen and (max-width: 767px){
html{font-size:62.5%!important;}
	}



ol, ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
iframe{
    border:0;
    outline: 0;
}
.imp{color:#F00;}

table {
  border-spacing: 0;
  border-collapse: none;
}
/*[ GENERAL ELEMENTS ]*/
a {
	text-decoration: none;
}
a:hover {
    text-decoration: none;
}



/*--選單--*/
.navbar-wrapper {
    width: 100%;
    position: relative;
}
.navbar{
	margin:0;
	padding:0;
    width: 100%;
    margin: 0 auto;
	background: url(../images/bg.png) center center;
	border-color: #ffffff00;
	min-height: 90px;
}
/*.navbar:before{
    width:100%;
	height:100%;
	background-size:cover;
	background: url(../images/main2.png) no-repeat center center;
	content:"";
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	display:inline-block;
	opacity:0.5;
}
.navbar:after {
    width: 100%;
    height: 100%;
    background-size: auto 100%;
    background: url(../images/oiu.png) no-repeat right bottom;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: inline-block;
    opacity: 0.5;
}*/

.navbar-header {
	overflow:hidden;
}

.navbar-brand {
    min-height: 100px;
	margin: 0 !important;
	padding: 0px;
	overflow:hidden;
	    height: 70px;
}
.navbar-brand img {
        max-height: 150px;
    position: absolute;
    z-index: 800;
    padding: 20px 0px 0px;
    border-radius: 50%;

}
.Menu-bg{
	    padding: 0 5px 10px;
   
}
.navbar-nav > li{
    position: relative;
}
.navbar-nav > li:before {
         content: " ";
    display: block;
    position: absolute;
    position: absolute;
    top: -40px;
    left: 50%;
    width: 50px;
    height: 50px;
	transform: translateX(-50%);
    background-size: 100%;

}
.navbar-nav > li:nth-child(10n+1):before {
	
}
.navbar-nav > li:nth-child(10n+2):before {
	background: url(../images/navbar1.svg) no-repeat center center;
	background-size: 100%;
}
.navbar-nav > li:nth-child(10n+3):before {
 	background: url(../images/navbar2.svg) no-repeat center center;
	background-size: 100%;
}
.navbar-nav > li:nth-child(10n+4):before {
 	background: url(../images/navbar3.svg) no-repeat center center;
	background-size: 100%;
}
.navbar-nav > li:nth-child(10n+5):before {
  	background: url(../images/navbar4.svg) no-repeat center center;
	background-size: 100%;
}
.navbar-nav > li:nth-child(10n+6):before {
 	background: url(../images/navbar5.svg) no-repeat center center;
	background-size: 100%;
}
.navbar-nav > li:nth-child(10n+7):before {
 	background: url(../images/navbar6.svg) no-repeat center center;
	background-size: 100%;
}
.navbar-nav > li:nth-child(10n+8):before {
 	background: url(../images/navbar7.svg) no-repeat center center;
	background-size: 100%;
}
.navbar-nav > li:nth-child(10n+9):before {
 	background: url(../images/navbar8.svg) no-repeat center center;
	background-size: 100%;
}
.navbar-nav > li:nth-child(10n+10):before {
 	background: url(../images/navbar9.svg) no-repeat center center;
	background-size: 100%;
}
.navbar-inverse .navbar-toggle {
  position: relative;
  float: right;
  padding: 13px 12px;
  margin-top: 15px;
  margin-right: 5px;
  margin-bottom: 8px;
  background-color: #00BCD4;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-inverse .navbar-toggle:hover, 
.navbar-inverse .navbar-toggle:focus {
	background-color: #ffffff00;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #3c763d;
}
.navbar-inverse .navbar-nav > li > a {
	color: #000;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: bold;
	    padding: 20px 20px;
}
.navbar-inverse .navbar-nav > li > a > i{
	width:30px;
	padding-right:10px;
}
.navbar-inverse .navbar-nav > li > a:hover {
   color: #000;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
   
}
.navbar-inverse .navbar-nav li.open > a, 
.navbar-inverse .navbar-nav li.open > a:hover, 
.navbar-inverse .navbar-nav li.open > a:focus {
    background-color: rgba(255, 255, 255, 0);
    color: #302b6d;
}
.navbar-toggle .icon-bar {

    width: 28px;
    height: 3px;
}

@media (min-width: 768px) {
.navbar-nav > li > .dropdown-menu {
    color: #999999;
    background-color: #565656;
    padding: 10px;
    border: none;
    margin-top: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-radius: 10px;
    left: 50%;
    transform: translateX(-50%);
}
	.navbar.top-nav {
		    background-color: #FFF;
    border-color: #FFF;
		box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
	}
	

}







.Sign-button{
	float: right;
    padding: 0 60px 15px;
    text-align: right;
    background: url(../images/button-icon-box.svg) no-repeat center bottom;
    background-size: 100%;
}
.Sign-button i{
	margin-right: 10px;
}
.Sign-button > div {
	display:inline-block;
	line-height:30px;
	margin: 5px 0px 0px;
	border-radius: 25px;
	    color: #ffffff;
	    font-size: 0px;
}
.font-color a{
	   color: #000000;
}
.Sign-button a {
	color: #ffffff;
}
.Sign-button a:hover {
	color: #ffffff;
}

.Sign-button .signin {

}

.Sign-button .signin2 {

}



.Sign-button .phone a{
	width: 30px;
	height: 30px;
	background: url(../images/icon1.svg) no-repeat center center;
	background-size: 100%;
	    float: left;
}
.Sign-button .mail a{
	width: 30px;
	height: 30px;
	background: url(../images/icon2.svg) no-repeat center center;
	background-size: 100%;
	    float: left;
}
.Sign-button .fb a{
	width: 30px;
	height: 30px;
	background: url(../images/icon3.svg) no-repeat center center;
	background-size: 100%;
	    float: left;
}
.Sign-button .yu a{
	width: 30px;
	height: 30px;
	background: url(../images/icon4.svg) no-repeat center center;
	background-size: 100%;
	    float: left;
}
.Sign-button .signin1 a{
	width: 30px;
	height: 30px;
	background: url(../images/icon5.svg) no-repeat center center;
	background-size: 100%;
	    float: left;
}
.Sign-button .signin2 a{
	width: 30px;
	height: 30px;
	background: url(../images/icon6.svg) no-repeat center center;
	background-size: 100%;
	    float: left;
}

@media (max-width: 450px) {
.navbar-inverse .navbar-toggle {
    background-color: #ffffff00;
    right: 10px;
    top: 30px;
	    position: absolute;
}
	
.Sign-button .phone a{
	width: 22px;
	height: 22px;
	
}
.Sign-button .mail a{
	width: 22px;
	height: 22px;
}
.Sign-button .fb a{
width: 22px;
	height: 22px;
}
.Sign-button .yu a{
width: 22px;
	height: 22px;
}
.Sign-button .signin1 a{
width: 22px;
	height: 22px;
}
.Sign-button .signin2 a{
	width: 22px;
	height: 22px;
}
	
}




/* ====== WEB CONTENT ====== */
#container{
	    padding-top: 70px;
		    overflow: hidden;
}

.by {
    padding: 5px;
	margin: 80px 5px 40px;
	overflow:hidden;
}

.intermediate {}
.intermediate > h3 {
    font-size: 26px;
	text-align:center;
    font-weight: normal;
    padding: 10px 0;
    margin: 0 0 20px;
}
.intermediate > .desc {
    padding: 20px;
    color: #666;
    border-radius: 15px;
    margin-top: 20px;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 30px;
	border: 2px solid #dad8d8;
	background-color: #fff;
}
.intermediate > .word {
	clear: both;
	width:1150px;
	margin:20px auto;
	overflow:hidden;
}
.word {
	width:100%;
	overflow:hidden;
}

.word ol, .word ul {
    list-style: disc;
    margin: 0px;
    padding: 0px;
}
/*-- History Breadcrumb --*/
.htmleaf-container{
	width: 100vw;
	height: 100vh;
	margin: 0 auto;
	overflow: hidden;
}

.topImage {
    width: calc(100% - 10%);
    background-size: cover;
    text-align: center;
    position: relative;
    margin:  80px 5% 80px;
    padding: 30px;
    border-radius: 3em;
	background-image: url(../images/topImage.jpg);
    background-repeat:  no-repeat;
    background-position: center center;
	background-size: 100%;
}

.topImage:before {
content: "";
    display: block;
    position: absolute;
    width: 150px;
    height: 150px;
    z-index: 20;
    left: 50%;
    top: -80px;
    transform: translateX(-50%);
    background: url(../images/cloud3.svg) no-repeat center center;
}
	


.topImage .Text {
     position: absolute;
    left: 20px;
    top: 0px;
}
.topImage .container h1 {
    width: 100%;
	    padding-top: 60px;
    margin: 0px 0 5px;
    font-weight: 500;
	    font-size: 30px;
	    margin-bottom: 10px;

}
.topImage .container h1 span {
     background-color: #39643a;
    padding: 10px 30px;
    color: #f4f4f4;
    border-radius: 1em;
    margin-bottom: 10px;

}
.topImage .container {
    position: relative;
}
.topImage .container .map {
    position: absolute;
    right: 0px;
       bottom: -100px;
	    display: none;
	
}
.topImage .container .map img{
	height:190px;
}




@media screen and (max-width: 480px){
.topImage {
        margin: 30px 5% 50px;
	padding: 0px;
}	
.topImage:before {
    width: 50px;
    height: 50px;
    /* left: -50px; */
    top: -15px;
    z-index: 2;
}
.topImage:after {
width: 350px;
    height: 180px;
    right: -50px;
    bottom: -80px;
    z-index: 3;
}
	
.topImage .container h1 {
  
       padding-top: 30px;
    font-size: 20px;

}
}








.breadcrumb {
    padding: 8px 0px;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
	font-size:16px;
	color:#000;
}
.breadcrumb > li + li:before {
    color: #000;
}
.breadcrumb a{
	font-size:16px;
	color:#000;
}

.site-title {
	text-align: center;
	margin: 0 auto 40px;
	max-width: 500px;

	padding-top: 35px;
	position:relative;
}
.site-title h2 {
	position: absolute;
    left: 50%;
    bottom: 0;
    margin: 0;
	min-width: 250px;
    transform: translate(-50%, 50%);
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: #4c4c4c;
  
    padding: 0 20px;
}
.part-line {
	clear:both;    
	width: 100%;
    background-image: url(../images/line.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    margin: 50px auto;
    padding-bottom: 30px;
}



/*-- ARTICLE DEATIL (NEWS KNOWLEDGE)--*/
.Article {
	float:left;
	width:100%;
	margin-bottom:15px;
}
.Article .Date{
	float: left;
    width: 15%;
    text-align: center;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
	overflow:hidden;
	border: 1px solid #F90;
}
.Article .Date span {
	display:block;
	width: 100%;
	padding: 3px 0px;
}
.Article .Date .day {
    background-color: #FFF;
}
.Article .Date .month {
    color: #FFF;
    background-color: #F90;
}
.Article .Date .year {}
.Article .Text {
	float: right;
	width: 83%;
}
.Article .Title {	
    font-size: 24px;
    color: #399;
    margin-bottom: 15px;
    text-align: left;
}
.Article .Share {
	padding-right:25px;
	text-align: left;
}
.Article .Share > div{
	display:inline-block;
	font-size:0;
	height:30px;
	vertical-align: bottom;
}




/*-- LINKS --*/
.interaction{
	margin-left:-10px;
	margin-right:-10px;
}
.interaction > div {
	padding:50px 10px 0px;
}
.interaction .text {
	margin: 5px;
	padding: 40px 20px 20px ;
    border: 1px solid #CCC;
    position: relative;
    text-align: center;
}
.interaction .text .image {
	position: absolute;
	top: 0;
	left:50%;
	transform: translate(-50%, -50%);
	padding:0 10px;
	background-color:#FFF;
	overflow: hidden;
}
.interaction .text .image img {
	height: 80px;
    width: 80px;
	border-radius: 50%;
	overflow:hidden;
}
.interaction .text h3 {
    font-size: 20px;
	line-height:24px;
	height:24px;
	overflow:hidden;
    font-weight: 500;
    margin: 10px auto;
    padding: 0px;
    color: #666;
}
.interaction .text a {
	display:block;
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
}

.links{
	margin-left:-10px;
	margin-right:-10px;
}
.links > div {
	padding:0px 10px;
}
.links .text{
	
    padding-left: 40px;
}
.links .text h3 {
    font-size: 20px;
	line-height:40px;
	height:40px;
	overflow:hidden;
    font-weight: 500;
    margin: 10px auto;
    padding: 0px;
    color: #666;
}
.links .text a {
	display:block;
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
}
.links .text:hover h3{
	color:#F00;
}

.navbar-nav {
      float: right;
    display: table;
	    padding-top: 0px;

}


/*-- MEAL Calendar --*/
.calendar-group {
	width:100%;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
	margin-bottom:20px;
	box-shadow: 1px 1px 2px #999, -1px -1px 2px #999;
	overflow: hidden;
}
.calendar-group h3 {
    color: #000;
    text-align: center;
	padding: 15px;
	margin:0px;
    width: 100%;
	overflow: hidden;
    background-color: #e9e5e3;
}
.calendar-group h3 span{
	padding:0 15px;
}
.calendar-group h3 a{
	color:#000;
}
.calendar-group h3 a:hover{
	color:#F00;
}
.calendar-group .calendar{}
.calendar-group .calendar .dayrows{
	float:left;
	width:calc(100% / 7);
	padding:3px;
	text-align:center;
	font-size:18px;
	color:#000;
	border-radius: 15px;
}
.calendar-group .calendar .dayrows{
	padding:17px 3px;
}
.calendar-group .calendar .dayrows > div a{
	display:block;
}
.calendar-group .calendar .dayrows.activity{
	background-color: rgba(102,204,204,1);
}
.calendar-group .calendar .dayrows.activity > div a{
    color: #FFFFFF;
}

.meals-download{
	text-align: center;
	margin-top: 30px;
}
.meals-download a{
    font-size: 16px;
    font-weight: 500;
	text-decoration: none;
    padding: 5px 50px;
    color: #333;
    background-color: #CCC;
    border-radius: 20px;
}
.meals-download a:hover{
	color: #FFF;
    background-color: #333;
}

#Meals {
    background-image: url(../images/site-img46.png);
    background-repeat: no-repeat;
    background-position: 45px top;
	height:500px;
}
#Meals .item {
	width:100%;
	overflow: hidden;
	height:166px;
	padding: 33px 0;
}
#Meals .item > img{
	float:left;
	width:100px;
	margin-right:20px;
	border-radius: 50%;
    background-color: #6cc;
}
#Meals .item .Writing{
	height:100px;
	overflow:hidden;
}
#Meals .item .Writing h3 {
    font-size: 25px;
    font-weight: 500;
	margin: 6px auto;
}
#Meals .item .Writing p {
    font-size: 16px;
	line-height:20px;
	height:60px;
	overflow:hidden;
	margin: 6px auto;
}



/*-- EDU --*/
.edu {
	float: left;
	width:100%;
    padding: 0;
    margin: 30px auto;
}
.edu .title {
	float:left;
	width:100%;
    margin-bottom: 30px;
    position: relative;
    border-bottom: 3px solid #F3F3F3;
}
.edu .title h3 {
	position: absolute;
	top: -15px;
    font-weight: 500;
    color: #666;
    background-color: #FFF;
    padding-right: 30px;
    font-size: 24px;
    letter-spacing: 5px;
    margin: 0px;
}
.edu .Narrative {
	font-size:14px;
	margin-bottom:20px;
}
.edu .map {}
.edu .edu-image-box {
	float:left;
	width:25%;
	padding:0 10px 20px;
}
.edu .edu-image-box .image {
	width:100%;
	height:0;
	padding-bottom:100%;
	overflow:hidden;
}



/*-- FILES --*/
.mainfile {
    width: 100%;
    margin:0 auto;
	overflow:hidden;
}
.mainfile::marker {
   margin: 0;
	padding:  0;
}

::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: start !important;
}
.mainfile ul{
	border:1px #e6e7f1 solid;
}
.mainfile ul li{
	width: 100%;
	font-size: 14px;
	line-height: 30px;
	min-height:50px;
	background-color: #FFF;
	overflow:hidden;
}
.mainfile ul li + li {
	border-top:1px #e6e7f1 solid;
}
.mainfile ul li > div {
	float:left;
	padding:10px;
	text-align:center;
	overflow:hidden;
}
.mainfile ul li > div + div{
	border-left:1px #e6e7f1 solid;
}
.mainfile ul .title {
    color: #FFF;
	background-color: #999;
}
.mainfile ul .title > div:nth-child(even){
	background-color: #666;
}
.mainfile ul .Line:nth-child(odd) {
	background-color: #F6F7FA;
}
.mainfile ul .Line .load a{
	display:block;
}
.mainfile ul .Line:hover { 
	background-color: #4CC0B3;
}
.mainfile ul .Line:hover .load a{ 
	color: #900;
}
.mainfile ul li .name {text-align:left;}
.mainfile ul li .act {
	text-align: center !important;
}
.mainfile ul li .act a i {
	margin-right:7px;
}


.mainfile td, .mainfile th {
    border-color: #f4f4f5;
    vertical-align: middle;
}


@media (max-width: 767px) {
	.navbar-nav > li:before {
    left: 20%;
   top: 0px;
  
}
	.Menu-bg {
	padding-top: 0px;
    padding-bottom: 0px;
}
	.mainfile ul li {
		border:none !important;
		height:auto;
	}
	.mainfile ul li > div {
		padding:5px !important;
		font-size:14px !important;
		line-height:24px !important;
		border:none !important;
		text-align: left !important;
	}
	.mainfile ul li .load {
		text-align: center !important;
	}
	.mainfile ul li .act {
		text-align: center !important;
	}
	.navbar-brand {
    height: 70px;
    min-height: 70px;
    padding: 0px;
}

.navbar {
   
}
.navbar-nav {

	width: 100%;
}

.navbar-nav {
  width: 100%;
    float: left;
    margin: auto;
}
.navbar-brand img {
    max-height: 90px;
       padding: 10px 20px 0px;
}
}
.mtop {
	margin: 20px 0;
}

.mainqtd {
	border: 2px solid #dad8d8;
    padding: 10px;
    border-radius: 15px;
}
.mainqtd .qtd{
	padding:10px 20px;
	    background-color: #fdfdfd;
}
.mainqtd .qtd:nth-child(odd) {
	background-color: #F6F7FA;
}
.mainqtd .qtd .title {
	padding: 5px 0px;
    color: #2e89f1;
	font-size:22px;
}
.mainqtd .qtd .title span{
	margin-right:15px;
}
.mainqtd .qtd .title span.imp{
	font-size:16px;
	color: #F00;
}
.mainqtd .qtd .ands {
	padding: 5px 0px 5px 30px;
	position:relative;
}
.mainqtd .qtd .ands label{
	font-weight:normal;
	font-size:18px;
}
.mainqtd .qtd .ands input[type="text"] {
    height: 30px;
    padding: 4px 12px;
    font-size: 14px;
    line-height: 1.4;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.mainqtd .qtd .ands label.error {
	display: none;
    color: #FF0000;
    font-size: 12px;
    font-weight: normal;
    line-height: 19px;
    padding: 4px 8px;
    margin: 2px;
    position: absolute;
    right: 0px;
    bottom: 5px;
    z-index: 50;	
}
@media (max-width: 767px) {
	.mainqtd .qtd{
		padding:5px;
	}
}






#photo .image {
	cursor:pointer;
}


/*-- MESSAGE --*/
.message #sidebar,
.message #content{
	margin-bottom:20px;
	overflow: hidden;	
}
.message .inside {
    width: 100%;
    background-color: #FFF;
    padding: 20px;
}
.message .inside h3 {
    font-size: 23px;
    line-height: 22px;
    padding: 0px 0px 40px 0px;
    margin: 10px 0px;
    font-weight: 300;
    background-image: url(../images/line.png);
    background-repeat: repeat-x;
    background-position: bottom;
    text-align: center;
}
.message .inside p {
    font-size: 14px;
    line-height: 22px;
    color: #666;
}
.message .message_board ul li {
        background-color: #f3f3f3;
    padding: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}
.message .message_board ul li > div{
	padding:0;
}
.message .message_board ul li .Numbering {

    font-family: "Comic Sans MS", cursive;
    color: #6CC;
    overflow: hidden;
}
.message .message_board ul li .Parents {
	margin-bottom: 20px;
    padding-bottom: 20px;
	border-bottom: 2px #999 dotted;
    overflow: hidden;
}
.message .message_board ul li .School {

}
.message .message_board ul li .Parents span, 
.message .message_board ul li .School span {
	display:block;
	width:100%;
    overflow: hidden;
}
.message .message_board ul li .content {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 20px;
}
.message .message_board ul li .date {
    font-size: 10px;
    color: #999;
    text-align: right;
    letter-spacing: 3px;
}


/* ====== INDEX MODULE ====== */
/*-- TITLE --*/
.edit-titles {
    width: 100%;
    text-align: center;
    margin: 0 auto;
	    float: left;
    color: #000;
}



/*-- 活動寫真 --*/



.edit-photo {
	    position: relative;
	    padding-bottom: 50px;
	}

.edit-titles {
   text-align:center;
    margin: 0 auto;
	color: #000;
}
.edit-titles h5 {
	color: #ef551e;
    position: relative;
    margin-top: 30px;
    font-size: 1.5em;
    text-transform: uppercase;
    font-family: 'Fredoka One', cursive;
}
.edit-titles h5:before {
    background-image: url(/uploads/images/1Tangerine.png);
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -7px;
    width: 14px;
    height: 9px;
    background-size: cover;
}
.edit-titles h3 {
	  margin: 10px 10px;
    font-size: 36px;
    font-weight: bold;
    display: block;
    color: #666;
    position: relative;
}
.edit-titles p {
	    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    line-height: 2;
}

@media screen and (max-width: 768px){
.edit-titles p {
	    font-size: 1.6rem;
	padding: 0 20px ;
  
}

}





.owl-movebox {
	padding: 50px 0px;
	position:relative;
	width: 84%;
	float: left;
	margin: 0px 8%;
}
.owl-movebox .owl-controls {
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

.owl-movebox .owl-nav{
	display: none;
}
.owl-movebox .owl-dots .owl-dot{
	display: inline-block;
	zoom: 1;
}
.owl-movebox .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.owl-movebox .owl-dots .owl-dot.active span, 
.owl-movebox .owl-dots .owl-dot:hover span {
    background: #F00;
}

.owl-movebox .slide-box {
	margin:15px 30px; 
	position: relative;
}
.owl-movebox .slide-box .image {
	width:100%; 
	height:0px;
	padding-bottom:75%; 
	overflow: hidden; 
	position:relative;
    opacity: 1;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
	
	-webkit-mask-image: url(../images/room2.png);
    mask-image: url(../images/room2.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
	
}
.owl-movebox .slide-box .text,
.owl-movebox .slide-box .text > a {
    font-size: 14px;
    width: 100%;
    height: 100%;
	font-size:0;
	
}
.owl-movebox .slide-box .text > a {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
    font-size: 0;
    z-index: 9999999;
}
.owl-movebox .slide-box .text {
	/* position: absolute; */
	/* top: 0; */
	/* left: 0; */
	/* padding: 15%; */
	/* color: #fff; */
	/* overflow:hidden; */
	/* text-align:center; */
	/* text-shadow: 1px 1px 1px rgba(0,0,0,0.5), 2px 2px 2px rgba(0,0,0,0.4), 3px 3px 3px rgba(0,0,0,0.3), 4px 4px 4px rgba(0,0,0,0.2); */
}
.owl-movebox .slide-box .text::before,
.owl-movebox .slide-box .text::after {
	position: absolute;
	content: '';
	opacity: 0;
}
.owl-movebox .slide-box .text::before {
	top: 50px;
	right: 30px;
	bottom: 50px;
	left: 30px;
	
}
.owl-movebox .slide-box .text::after {
	top: 30px;
	right: 50px;
	bottom: 30px;
	left: 50px;
	
}
.owl-movebox .slide-box .text h2 {
	 font-size: 18px;
    padding: 15px;
    line-height: 25px;
}
.owl-movebox .slide-box .text::before,
.owl-movebox .slide-box .text::after {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.owl-movebox .slide-box:hover .image {
	opacity: 0.7;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.owl-movebox .slide-box:hover .text::before,
.owl-movebox .slide-box:hover .text::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.owl-movebox .slide-box .text:hover h2 {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.owl-movebox .slide-box:hover .text::after,
.owl-movebox .slide-box:hover .text h2 {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}


@media screen and (max-width: 768px){
.owl-movebox .slide-box {
    margin: 15px 0px;
}

}




/*-- 連絡我們 --*/
.edit-contact {
    height: 100%;
    
	padding:50px 0;
    overflow: hidden;
}
.edit-contact .edit-titles {
	color: #FFF;
	/* text-shadow: 2px 2px 2px rgba(0,0,0,0.4); */
}
.edit-contact .edit-group {
	max-width:1000px;
	margin: 50px auto;
    position: relative;
}
.edit-contact .edit-group a {
	display:block;
	width: 300px;
	overflow: hidden;
	text-align: center;
	margin: 2px auto 10px;
	border-radius: 5px;
	padding: 25px 0px;
	border: 3px solid #ffffff;
}
.edit-contact .edit-group a.fadeInLeft {
	color: #ffffff;
	float: right;
	font-weight: bold;
}
.edit-contact .edit-group a.fadeInRight {
	color: #ffffff;
	font-weight: bold;
	float: left;
}
.edit-contact .edit-group .title {
	display:block;
    font-size: 20px;
	padding:5px 0;
}
.edit-contact .edit-group .subtitle {
	display:block;
    font-size: 16px;
	padding:3px 0;
}


/*-- 首頁最新消息 環境 --*/



.edit-news {
    margin: 0px auto 0;
    /* overflow: hidden; */
    background: url(/themes/images/h-nbg.jpg) center center;
    background-color: #fff;
    position: relative;
    float: left;
    padding: 100px 0;
    width: 100%;
}


.edit-news > div {
	padding:0 0px 0px;
	margin:0;
	
}
.edit-news .col-sm-7 {
    width: 55%;
}
.edit-news .col-sm-5 {
       width: calc(100% - 55% - 50px);
	margin-right: 50px;
}



@media (min-width: 480px) {

.edit-news > div {
	padding: 0 0px 0px;
	margin:0;
}
}

.container-news {
   margin: 0px auto 0 !important;
    overflow: hidden;
    width: 1170px;
}


.edit-news .col-sm-7 .edit-titles {
	width:100%;
	margin:0;
	color: #000;
	display: none;
}
.edit-news .edit-titles h3,
.edit-news .edit-titles p{
	color:#666;
}
.edit-news .edit-titles{
z-index: 1;
    position: relative;
    font-size: 2.8rem;
    text-align: center;
    width: 100%;
   
}
.edit-news .edit-titles h3{
   font-weight: bold;
    display: block;
    position: relative;
    margin: 0 auto 30px;
    font-size: 30px;
    padding: 30px 50px;
    color: #d9d9d9;
    background: url(../images/h-news-by.svg) no-repeat center center;
}



.common_hg {
    margin-bottom: 20px;
    font-size: 10rem;
    font-family: 'Rock 3D', cursive;
}

.edit-news .edit-titles p {
    width: 70%;
    margin: auto;
}


.edit-news-list {
      padding: 3vw 0 0;
    position: relative;
    margin: auto;
    width: 90%;
}

@media (max-width: 768px) {

.edit-news .edit-titles {
    width: 100%;
}
.container-news {
     width: 100%;
}
.edit-news-list {

    width: 100%;
}
.edit-news .edit-titles p {
    width:  100%;
}
}
.svg-box{
     position: relative;
    top: -150px;
    z-index: 50;
    padding: 0 5%; 
}
.svg-box-Word {
 position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    color: #000;
    font-weight: 700;
    /* font-size: 22px; */
    font-size: 2.2rem;
    line-height: 3.6rem;
    letter-spacing: 4px;
    text-align: center;
}
.svg-box .button-box{
        width: 450px;
    position: absolute;
    top: -50px;
    right: 12%;
}

.svg-box .button-box a{
        width: 50%;
    padding: 10px;
    float: left;
   
}
.svg-box .animation{
 
   
}
@media (max-width: 450px) {
.svg-box{
     width: 100%;
    right: 0;
	    top: -50px;
}
.svg-box .button-box {
    width: 70%;
    right: 0%;
}	
.svg-box .button-box a {
    padding: 0px;
}
	.svg-box .animation{
 
       padding-top: 20px;
    width: 150%;
    position: relative;
    left: -100px;
}
	
.svg-box-Word {
    width: 80%;
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: 2px;
    bottom: 40px;
}
}



/*-- 最新消息列表 --*/
.H-news{
  
	    width: 100%;
    float: left;
    position: relative;
}

.H-news .H-news-by{
    padding: 100px 0 0px;
}

.news-box{
 background-color: #fff;
    width: 100%;
    float: left;
    padding: 7% 10%;
}
.edit-news-list .item{
      width: calc(100% - 40px);
    overflow: hidden;
    float: left;
    padding: 20px 80px 10px 30px;
    /* text-align: center; */
    margin: 10px 20px;
    z-index: 1;
     /*border-radius: 50px; */
    position: relative;
	border-bottom-style:dotted;
}
.edit-news-list .item:before{
    content: '';
    width: 30px;
    height: 30px;
    display: block;
    background: url(../images/v.svg) no-repeat center center;
    background-size: 100% auto;
    position: absolute;
    right:  20px;
    top: 30px;
    z-index: 2;
}
.edit-news-list .item:nth-of-type(1){
   
}
.edit-news-list .item:nth-of-type(2){
   
   
}
.edit-news-list .item:nth-of-type(3){
   
}
.edit-news-list .item:nth-of-type(4){
  
	 
}
.edit-news-list .item .paragra {
	float:left;
	width: 20%;
	   color: #000;
	    text-align: center;
}

.edit-news-list .item .paragra span {
display: inline-block;
    text-align: center;
    margin-right: 15px;
    font-size: 45px;
    line-height: 1;
    /* height: 45px; */
    font-family: 'Concert One', cursive;
	
}
.edit-news-list .item .paragra span + span {
	font-size: 20px;
	display:inline-block;
}
.edit-news-list .item .chat {
    float: left;
    width: calc(100% - 20%);
    margin-top: 0px;
}
.edit-news-list .item .chat a{
	    color: #000;
    font-weight: 700;
}
.edit-news-list .item .chat h3,
.edit-news-list .item .chat p {
	width:100%;
	overflow:hidden;
	
}
.edit-news-list .item .chat h3 {
    font-size: 22px;
    line-height: 30px;
    height: 30px;
    margin: 0px auto 5px;
    padding: 0;
    letter-spacing: 2.6px;
}
.edit-news-list .item .chat p {
font-size: 1.6rem;
    line-height: 2.8rem;
     height: 30px;
    margin-top: 0;
    padding: 0;
    margin: 0 0 0px;
}

@media (max-width: 768px) {
.edit-news-list .item {
       width: calc(50% - 20px);
    margin: 10px;
}
.edit-news-list .item .chat h3 {
    font-size: 1.8rem;
    letter-spacing: 0px;
}	
	.edit-news-list .item .chat p {
    font-size: 1.4rem;
    line-height: 2.5rem;
    height: 100px;
    padding: 0;
}
.edit-news-list .item:nth-of-type(2){
    margin-top: 0px;
}

.edit-news-list .item:nth-of-type(4){
	    margin-top: 0px;
}
		.common_hg {
    margin-bottom: 20px;
    font-size: 7rem;
			  letter-spacing: -4px;
}
.edit-news .edit-titles p {
    width: 80%;
    margin: auto;
}	
	}




@media (max-width: 420px) {
.edit-news-list .item {
    width: calc(100% - 20px);
    margin: 10px;
	    padding: 20px 20px 10px 30px;
}
.edit-news-list .item .paragra {
    width: 80px;
    margin-right: 0px;
}
.edit-news-list .item .chat {
    float: left;
    width: calc(100% - 0px);
    margin-top: 0px;
}
	.common_hg {
     margin-bottom: 20px;
    font-size: 5rem;
    letter-spacing: -7px;
}

.edit-news .edit-titles p {
    width: 90%;
    margin: auto;
}
	}


.by-scroll {position: absolute;left: 50%;top: 50%;font-weight: 700;font-size: 5em;width: 100%;color: #f4efec;transform: translate(-50%, -50%);opacity: .5;}


.by-scroll h6 {font-size: 2em;text-transform: uppercase;font-family: 'Rock 3D', cursive;}


/*-- 首頁最新消息 環境 --*/
.edit-milieu {
    margin: 0px auto 0px;
    overflow: hidden;
    width: 1170px;
	padding-bottom: 180px;
	    position: relative;
}
.edit-milieu .fullSlide .tempWrap {
    -webkit-mask-image: url(../images/room.png);
    mask-image: url(../images/room.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;   
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
}




/*-- 環境輪撥 --*/
.fullSlide{
	width: 70%;
	    margin: auto;
	position: relative;
	overflow: hidden;
	/* border-radius: 10px; */
	/* box-shadow: 1px 1px 1px 1px rgba(150, 150, 150, 0.8); */
	/* margin: 30px 0px; */
}
.fullSlide .hd>ul {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	display: table;
	/* background-color: #fff; */
}
.fullSlide .bd{ 
	position:relative; 
	z-index:0;  
}
.fullSlide .bd li{
	width:100% !important;
	height:700px;
	/* border-radius: 10px; */
	background-color: #f8fafc;
	background-size: cover !important;
	overflow:hidden;
	height: 700px!important;
}
.fullSlide .hd{ 
	position: absolute;
	bottom:0;
	width:100%;  
	z-index:1; 
	padding: 10px; 
	text-align: right;
	background: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
}
.fullSlide .hd ul li{ 
	cursor:pointer; 
	display:inline-block; 
	*display:inline; 
	zoom:1; 
	width:12px; 
	height:12px; 
	background-color: #795548; 
	margin: 2px 5px;
	border-radius: 50%;
	overflow:hidden;
	line-height:9999px; 
	filter:alpha(opacity=40);
	opacity:0.4; 
}
.fullSlide .hd ul .on{ 
	filter:alpha(opacity=100);
	opacity:1;  
}


@media (max-width: 768px){
.edit-milieu {
    width: 100%;
	padding-bottom: 70px;
}
.fullSlide {
    width: 100%;
    z-index: 10;
}	
}

/*----*/
.cbp-mc-form label {
    display: block;
    padding: 20px 5px 5px 2px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
}
.cbp-mc-form label.checkbox-inline {
    display: inline-block;
	padding: 3px 0px 3px 30px;
	margin:0;
}
.cbp-mc-form .w50 {
	margin-left: 10px !important;
    width: 130px !important;
    display: inline-block !important;
}
.cbp-mc-form input[type=text],
.cbp-mc-form textarea,
.cbp-mc-form select {
	line-height: 1.5;
	font-size: 14px;
	padding: 5px 10px;
	color: #000;
	display: block;
	width: 100%;
	background: #FFF;
	    border-radius: 10px;
}
.cbp-mc-form input,
.cbp-mc-form textarea {
	border: 1px solid #999;
}
.cbp-mc-form textarea {
	min-height: 134px;
}
.cbp-mc-form input:focus,
.cbp-mc-form textarea:focus,
.cbp-mc-form label:active + input,
.cbp-mc-form label:active + textarea {
	outline: none;
	border: 1px solid #CC0000;
}
.cbp-mc-form select:focus {
	outline: none;
}
.cbp-mc-form input[type=radio] {
    margin: 10px;
}

.cbp-mc-submit-wrap {
	text-align: center;
	padding-top: 32px;
	clear: both;
}
.cbp-mc-form input.cbp-mc-submit {
	border: none;
	color: #fff;
	width: auto;
	cursor: pointer;
	text-transform: uppercase;
	display: inline-block;
	padding: 15px 30px 15px 40px;
	font-size: 14px;
	border-radius: 2px;
	letter-spacing: 10px;
	background-color: #054682;
}
.cbp-mc-form input.cbp-mc-submit:hover {
	background-color: #000000;
}
.cbp-mc-form .cbp-mc-column > div {
	position:relative;
	margin-bottom:15px;
}
.cbp-mc-form label.error {
	display: none;
    color: #FF0000;
    font-size: 12px;
    font-weight: normal;
    line-height: 19px;
    padding: 4px 8px;
    margin: 2px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 50;	
}
.cbp-mc-form .err_str{
	height:18px
}


/* ====== 底部宣告 ====== */
.footer {
    width: 100%;
    height: auto;
    position: relative;
    background: #C28956;
    color: #fff;
    padding: 50px 0 10px 0;
}
.footer:before{
    content: '';
    display: block;
    width: 400px;
    height: 400px;
    z-index: 101;
    background: url(../images/footer-map.svg) no-repeat top right;
    position: absolute;
    right: 0;
    top: -10px;
	
}

.footer:after {
    content: '';
    display: block;
    width: 100%;
    height: 137px;
    z-index: 0;
    background: url(../images/bg_footer.svg) repeat-x top center;
    position: absolute;
    top: -50px;
	
}

.footer a {

		color: #FFF;
}


.footer-by{
  width: 200px;
    height: 200px;
    z-index: 1;
    background: url(../images/footer-by.svg) repeat-x center center;
    background-size: 100%;
    position: absolute;
    top: -100px;
    right: 450px;
		
}
.footer-info {
	margin: 0px auto;
	padding: 80px 0px 40px ;
	margin: 0px;
	position:relative;
}

.footer-info ul li.title {
    margin-bottom: 7px;
    font-size: 16px;
    color: #fff;
	    font-weight: 600;
}
.footer-info ul li.text {
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.footer-info ul li.text a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}
.footer-info ul li.title a {
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
	   font-weight: 400;
}


@media screen and (max-width: 768px){
	.footer-info {
    padding: 20px 0px 0px;
}
}
@media screen and (max-width: 430px){
.footer:after {
    height: 50px;
    top: -25px;
	    background-size: 200%;
}
.footer:before {
       z-index: 1;
    background-size: 320px;
    right: 0;
    top: -10px;
	width: 350px;
    height: 350px;
}	
.footer {
    padding: 350px 0 10px 0;
}
.footer-by {
    width: 120px;
    height: 120px;
    z-index: 1;
    top: -80px;
    left: 30px;
}	
}

.f-navigation  {
    width: 100%;
	float: left;
	margin-bottom: 30px;
}
.f-navigation li {
    width: 50%;
	float: left;
	margin-bottom: 10px;
}




footer {
   padding: 20px 0;
    overflow: hidden;
    background-color: #C28956;
    color: #fff;
}
footer p {
    font-size: 14px;
    text-align: left;
	margin-bottom: 0px;
	color: #fff;
}
footer .social{
    text-align: left;
    margin-bottom: 20px;
	text-align: center;
}
footer .social a {
   width: 55px;
    height: 40px;
    position: relative;
    text-align: center;
    color: #FFF;
    display: inline-block;
    margin-right: 5px;
    line-height: 40px;
    font-size: 16px;
    border: 1px solid #FFF;
    border-radius: 100px;
}
footer .social a:hover {
    background: #fff;
    color: #FFF;
}
footer .social a i{
    line-height: 28px;
}




/*--　分頁　--*/
.quotes{
	clear:both;
	width:100%;
	padding:10px 0 50px;
	text-align:center;
	overflow:hidden;
}
#pageline a {
    border: 1px solid #096;
    display: inline-block;
    color: #096;
    padding: 5px;
    margin-right: 5px;
    margin-left: 5px;
}
.pagination {
	margin: 10px 0;
}


/*----*/
.boot-text-left {
	text-align:left;
}
.boot-text-right {
	text-align:right;
}
.boot-text-center {
	    text-align: center;
}

@media (max-width: 767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		color: #fff;
	}
	.edit-news .edit-titles h3 {
		 width: 100%;
    display: block;
   
    font-weight: 1000;
    margin: 0;
}
.edit-news .edit-titles p {
       font-size: 1.5rem;
    font-weight: 700;
    line-height: 2;
    text-align: center;
}
.col-sm-5 .edit-news-list {
   
}
.edit-news-list .item .paragra {
width: 250px;
    margin-right: 0px;
    text-align: left;
    margin-bottom: 10px;
   
}
.edit-news-list .item .chat {
	text-align: left;
}
.edit-news .edit-titles {
    position: relative;
    height: 120px;
}
	.Sign-button {
	    top: 0px;
    right: 50px;
    width: auto;
    cursor: pointer;
    margin-top: 0px;
    margin-right: -30px;
    margin-bottom: 8px;
	}
	.Sign-button .signin {
  display: block;
    background-image: none;
    padding: 10px 15px;
    margin: 3px 5px;
    border: none;
    font-size: 0;
    border-radius: 4px;
    height: 40px;
    /* line-height: 32px; */
    background-color: rgb(139, 98, 210);
	}
	
	.Sign-button .signin i {
		font-size:18px;
		display: none;
		margin-right: 0px;
	}
		
	.boot-text-left {
		text-align:right;
	}	
	.boot-text-right {
		text-align:left;
	}
	.by {
		margin: 10px;
	}
	.intermediate .word {
		width:auto;
    	margin:15px auto;
	    overflow:hidden;
	}
	.intermediate .word img{
		width:auto !important;
		height:auto !important;
		max-height: 100% !important;
		max-width:100% !important;
	}	
	.edu .edu-image-box {
		width:33.3333333333%;
	}	
	.Article .Date{
		width: 20%;
	}
	.Article .Text {
		width: 78%;
	}	
	.edit-news .col-sm-7 {
    width: 100%;
}
.edit-news .col-sm-5 {
       width: calc(100% - 0px);
	margin-right: 0px;
	    position: relative;
    padding: 30px 20px;
	top: 20px
}
.fullSlide .bd li{
	width:100% !important;
	height:300px;
	/* border-radius: 10px; */
	background-color: #f8fafc;
	background-size: cover !important;
	overflow:hidden;
	height: 300px!important;
}


}
@media (max-width: 450px) {
.Sign-button {
    padding: 0 40px 8px;
	    margin-right: -10px;
	}	
}

	.Sign-button {

	}





@media (min-width: 768px) {
	body {
		min-width:1170px !important;
	}
	.navbar.top-nav {
	background-color:#f8bbd0;
    border-color: #f8bbd0;
		box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
	}
	
	
	.navbar.top-nav .navbar-nav > li > a {
		color: #000;
	}
	
	.navbar.top-nav .navbar-nav > li:before {
		display: none;
   
}

	.navbar-inverse{
		border:none;
	}
	.navbar-header {
		width:100%;
	}	

	.dropdown-menu > li {
	}
	.dropdown-menu > li + li {
		border-top: 1px solid #7e7e7e;
	}
	.dropdown-menu > li > a {
	color: #ffffff;
		padding: 10px 15px;
	}
	.dropdown-menu > li > a:hover,
	.dropdown-menu > li > a:focus {
		text-decoration: none;
		color: #FFEB3B;
		background-color: transparent;
	}

	#container{
		padding-top:170px;
		    overflow: hidden;
	}
	.container {
		width: 1280px !important;
	}
	.container-box {
        width: 1280px !important;
		margin:auto;
    }
}
@media (max-width: 450px) {
	#container {
    padding-top: 90px;
}
	
}




.web-env,
.web-message,
.web-video,
.web-activity,
.web-classlist{
/*	background: #F0EDE4;*/
}

.web-env .by{
}







@media (max-width: 767px) {



	

.navbar-inverse .navbar-nav > li > a {
font-size: 22px;
    color: #545454;
    font-weight: 400;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 32px;
}
.navbar-inverse .navbar-nav li.open > a, .navbar-inverse .navbar-nav li.open > a:hover, .navbar-inverse .navbar-nav li.open > a:focus {
  background-color: rgb(255 255 255 / 0%);
    color: #000000;
}
.navbar-nav .open .dropdown-menu {
    background-color: rgba(255, 255, 255, 0.21);
	    padding: 8px 15px 8px 25px;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #989898;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 650px;
      padding: 10% 5%;
    border-color: #62515100;
}	
}



.Home-computer {
   display:block;
}

.Home-response {
  display:none;
}
.Home-computer video {
  width: 100%;
    overflow: hidden;
}
.Basic{
     width: 80%;
    margin: auto;
    text-align: center;
}
.Basic-materials {
     width: 50%;
    padding: 30px 50px;
    border-radius: 180px;
    border: 3px solid #ffffff;
    float: left;
    height: 220px;
    margin: 0px;
	    text-align: center;
		 position: relative;
}
.Basic-materials h3{
         font-size: 18px;
    font-weight: 700;
    line-height: 30px;
	    margin-top: 0px;
    margin-bottom: 10px;
}
.Basic-materials h5{
       color: #ef551e;
    position: absolute;
	top: -50px;
    left: 50px;
    margin-top: 30px;
    font-size: 1.5em;
    text-transform: uppercase;
    font-family: 'Fredoka One', cursive;
	    background-color: #4b4b4b;
		padding: 10px;
}
.Basic-materials ul li{
      font-size: 13px;
    line-height: 30px;
}

#st27:after {
    background-image: url(../images/news.svg);
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -56px;
    width: 100px;
    height: 56px;
    z-index: 1000;
    background-size: cover;
}

@media (max-width: 767px) {
.Home-computer {
    display:none;
}
.Home-response {
  display:block;
}
.Home-response video {
  width: 100%;
    overflow: hidden;
}
.Basic {
    width: 100%;
}
.Basic-materials {
    width: 100%;
    padding: 30px 30px;
    border-radius: 50px;
    height: auto;
    margin: 0px 0px 30px;
    text-align: center;
    position: relative;
}

	}




.about-Page{
    width: 100%;
    margin: 0 0 50px;
    float: left;
}
.about-Page .stile{
    padding-bottom: 60px;
}

.about-Page .map{
    background-color: #fafafa;
    padding: 10px;
    border-radius: 30px;
    border: solid 3px #f3f3f3;
	margin-bottom: 30px;
}

.about-Page .map img{
   width: 100%;
    border-radius: 10px;
	
}
.about-Page h3{
      line-height: 1.5;
	    color: #27a200;
		font-size: 25px;
		margin: 0 20px 20px;
}
.about-Page h4{
      line-height: 1.5;
	      color: #27a200;
		  margin: 0 20px;
	    font-size: 14px;
}
.about-Page p{
      line-height: 1.5;
	margin: 20px;
}

.about-Page ul{
       padding: 0 30px;
}



.Main-Title {
	margin-bottom: 50px;
  
}
.Main-Title p{
	font-size: 18px;
    line-height: 1.5;
    text-align: center;
}
.Main-Title h3 {
    position: relative;
    display: inline-block;
    font-size: 36px;
    font-weight: 500;
    color: #161616;
    width: 100%;
    margin: 0px auto 20px;
    text-align: center;
}
.Main-Title:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    margin: 25px auto;
    background-color: #00BCD4;
    transition-delay: .7s;
    width: 60px;
}
.about-Features {
  background-color: #fafafa;
    padding: 30px 80px;
    border: solid 3px #f3f3f3;
    float: left;
    width: 100%;
	border-radius: 30px;
	margin-bottom: 50px;
}
.about-Features .interval{
 padding-bottom: 30px;
    margin-bottom: 30px;
    width: calc(100% - 0px);
    border-bottom: dotted 3px #b4b4b4;
}
.about-Features .Title{
	 font-size: 50px;
    width: 100px;
    float: left;
    margin-right: 30px;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    padding: 10px;
    background-color: #e6a825;
}
.about-Features p{
	line-height: 2;
    margin: 20px;
    width: calc(100% - 200px);
    float: right;
}

.about-Features {
  background-color: #fafafa;
    padding: 30px 80px;
    border: solid 3px #f3f3f3;
 
}
.about-map {
     background-color: #fafafa;
    padding: 20px 10px;
    border: solid 3px #f3f3f3;
    float: left;
    width: 100%;
	border-radius: 30px;
	margin-bottom: 50px;
}

.about-History {
    background-color: #fafafa;
    padding: 30px 0px;
    border: solid 3px #f3f3f3;
    float: left;
    width: calc(100% - 100px);
    border-radius: 30px;
        margin: 0 50px 50px;
}
.about-History .year{
    width: 190px;
	float: left;
	    margin-top: 0px;
		color: #00BCD4;
		    font-size: 2em;
			    position: relative;
}
.about-History .year small:after{
 content: "";
    background-color: #c8cecf;
    width: 80px;
    height: 2px;
    position: absolute;
    top: 30px;
    right: 20px;
    z-index: 100;
}
.about-History .year small{
  color: #000000;
    font-size: 0.6em;
	margin: 10px;
}
.about-History p{
   display: block;
    float: left;
	   width: 100%;
}
.about-History li{
 float: left;
    width: calc(100% - 120px);
    margin: 0px 20px 20px 50px;
	position: relative;

}
.about-History li:before{
content: "";
    background-color: #00BCD4;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    top: 15px;
    left: -62px;
    z-index: 100;

}
.about-History p samp{
 float: right;
 width: calc(100% - 200px);
    margin-top: 10px;
	font-family: "Century Gothic", "Varela Round", "sans-serif", "微軟正黑體";
}

@media (max-width: 767px) {
	.about-Features {
    padding: 29px 20px;
}
.about-Features .Title {
    font-size: 30px;
    width: 60px;
    margin-right: 20px;
  
}
.about-Features p {
       margin: 0px ;
    width: calc(100% - 0px);
    float: none;
}
.about-History {
    padding: 30px 0px;
    width: calc(100% - 30px);
    margin: 0 20px 50px;
}
.about-History li {
    width: calc(100% - 40px);
    margin: 0px 20px 20px 30px;
}
.about-History li:before {
    left: -45px;
}
.about-History p samp {
    float: right;
    width: calc(100% - 0px);
    margin-top: 10px;
}
	}
.Babysitting-features {
	float: left;
	margin-bottom: 50px;
	 width: 100%;
	 
}
.Babysitting-features h3 {
    font-size: 36px;
    font-weight: 500;
    color: #fff;
    width: 100%;
    margin: 0px auto 20px;
	
}
.Babysitting-features .Introduction {
	background: url(/uploads/images/Babysitter1.jpg) center center no-repeat;
     background-size: cover;
	 width: 100%;
	 float: left;
}
.Babysitting-features .photo1{
	background: url(/uploads/images/Babysitter7.jpg) center center no-repeat;
	background-size: cover;
}
.Babysitting-features .photo2{
	background: url(/uploads/images/Babysitter8.jpg) center center no-repeat;
	background-size: cover;
}
.Babysitting-features .photo3{
	background: url(/uploads/images/Babysitter9.jpg) center center no-repeat;
	background-size: cover;
}
.Babysitting-features .Introduction .by{
	float: right;
    background-color: rgba(75, 75, 75, 0.3);
    width: 33.333%;
    padding: 100px 50px;
    text-align: center;
    color: #fff;
    margin: 0px 0px 0px;
	line-height: 1.8;

}
.Babysitting-features .Babysitting-map{
 float: left;
 width: 33.333%;
}

.surroundings{
 float: left;
margin-top: 100px;
    padding-right: 50px;
}
.surroundings .project{
 float: left;
 width: 100%;
 margin-bottom: 20px;
 

}
.surroundings h3 {
    font-size: 30px;
    font-weight: 500;
    color: #000;
    width: 100%;
    margin: 0px auto 20px;
}
.surroundings .project h4{
    color: #27a200;
    font-size: 26px;

}

.surroundings .project p{
line-height: 1.8;
font-size: 16px;
}

.Montessori{
    margin-top: 0px;
}
.Montessori .map{
   width: 33.333%;
       float: left;
    padding: 5px;
}
.Montessori .High-1{
  margin-top: 50px;
}
.Montessori .High-2{
  margin-top: 100px;
}
.Montessori .High-3{
  margin-top: 0px;
}


@media (max-width: 767px) {
	.Babysitting-features .Introduction .by {
    width: 100%;
    padding: 70px 30px;
    
}
.surroundings {
    float: left;
    margin-top: 0px;
    padding-right: 0px;
}
	}




.BANNER {
      background: url(../images/bg.png) center center;
    padding: 0px 0 100px;
    position: relative;
    width: 100%;
    width: 100%;
    float: left;
}

@media (max-width: 450px) {
	.BANNER {
    padding: 30px 0 100px;
}
	
}




.la-square-jelly-box,
.la-square-jelly-box > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.la-square-jelly-box {
  display: block;
  font-size: 0;
  color: #fff;
}

.la-square-jelly-box.la-dark {
  color: #333;
}

.la-square-jelly-box > div {
  display: inline-block;
  float: none;
  background: url(../images/logo3.svg) center center no-repeat;
  border: 0 solid currentColor;
}

.la-square-jelly-box {
  width: 32px;
  height: 32px;
}

.la-square-jelly-box > div:nth-child(1),
.la-square-jelly-box > div:nth-child(2) {
  position: absolute;
  left: 0;
  width: 100%;
}

.la-square-jelly-box > div:nth-child(1) {
  top: -25%;
  z-index: 1;
  height: 100%;
  border-radius: 10%;

}

.la-square-jelly-box > div:nth-child(2) {
  bottom: -9%;
  height: 10%;
  background: #000;
  border-radius: 50%;
  opacity: 0.2;
  -webkit-animation: square-jelly-box-shadow 0.6s -0.1s linear infinite;
  -moz-animation: square-jelly-box-shadow 0.6s -0.1s linear infinite;
  -o-animation: square-jelly-box-shadow 0.6s -0.1s linear infinite;
  animation: square-jelly-box-shadow 0.6s -0.1s linear infinite;
}

.la-square-jelly-box.la-sm {
  width: 250px;
  height: 67px;
}

.la-square-jelly-box.la-2x {
  width: 300px;
  height: 80px;
}

.la-square-jelly-box.la-3x {
  width: 400px;
  height: 107px;
}

/*
 * Animations
 */

@-webkit-keyframes square-jelly-box-animate {
  17% {
    border-bottom-right-radius: 10%;
  }
  25% {
    -webkit-transform: translateY(25%) rotate(22.5deg);
    transform: translateY(25%) rotate(22.5deg);
  }
  50% {
    border-bottom-right-radius: 100%;
    -webkit-transform: translateY(50%) scale(1, 0.9) rotate(45deg);
    transform: translateY(50%) scale(1, 0.9) rotate(45deg);
  }
  75% {
    -webkit-transform: translateY(25%) rotate(67.5deg);
    transform: translateY(25%) rotate(67.5deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(90deg);
    transform: translateY(0) rotate(90deg);
  }
}

@-moz-keyframes square-jelly-box-animate {
  17% {
    border-bottom-right-radius: 10%;
  }
  25% {
    -moz-transform: translateY(25%) rotate(22.5deg);
    transform: translateY(25%) rotate(22.5deg);
  }
  50% {
    border-bottom-right-radius: 100%;
    -moz-transform: translateY(50%) scale(1, 0.9) rotate(45deg);
    transform: translateY(50%) scale(1, 0.9) rotate(45deg);
  }
  75% {
    -moz-transform: translateY(25%) rotate(67.5deg);
    transform: translateY(25%) rotate(67.5deg);
  }
  100% {
    -moz-transform: translateY(0) rotate(90deg);
    transform: translateY(0) rotate(90deg);
  }
}

@-o-keyframes square-jelly-box-animate {
  17% {
    border-bottom-right-radius: 10%;
  }
  25% {
    -o-transform: translateY(25%) rotate(22.5deg);
    transform: translateY(25%) rotate(22.5deg);
  }
  50% {
    border-bottom-right-radius: 100%;
    -o-transform: translateY(50%) scale(1, 0.9) rotate(45deg);
    transform: translateY(50%) scale(1, 0.9) rotate(45deg);
  }
  75% {
    -o-transform: translateY(25%) rotate(67.5deg);
    transform: translateY(25%) rotate(67.5deg);
  }
  100% {
    -o-transform: translateY(0) rotate(90deg);
    transform: translateY(0) rotate(90deg);
  }
}

@keyframes square-jelly-box-animate {
  17% {
    border-bottom-right-radius: 10%;
  }
  25% {
    -webkit-transform: translateY(25%) rotate(22.5deg);
    -moz-transform: translateY(25%) rotate(22.5deg);
    -o-transform: translateY(25%) rotate(22.5deg);
    transform: translateY(25%) rotate(22.5deg);
  }
  50% {
    border-bottom-right-radius: 100%;
    -webkit-transform: translateY(50%) scale(1, 0.9) rotate(45deg);
    -moz-transform: translateY(50%) scale(1, 0.9) rotate(45deg);
    -o-transform: translateY(50%) scale(1, 0.9) rotate(45deg);
    transform: translateY(50%) scale(1, 0.9) rotate(45deg);
  }
  75% {
    -webkit-transform: translateY(25%) rotate(67.5deg);
    -moz-transform: translateY(25%) rotate(67.5deg);
    -o-transform: translateY(25%) rotate(67.5deg);
    transform: translateY(25%) rotate(67.5deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(90deg);
    -moz-transform: translateY(0) rotate(90deg);
    -o-transform: translateY(0) rotate(90deg);
    transform: translateY(0) rotate(90deg);
  }
}

@-webkit-keyframes square-jelly-box-shadow {
  50% {
    -webkit-transform: scale(1.25, 1);
    transform: scale(1.25, 1);
  }
}

@-moz-keyframes square-jelly-box-shadow {
  50% {
    -moz-transform: scale(1.25, 1);
    transform: scale(1.25, 1);
  }
}

@-o-keyframes square-jelly-box-shadow {
  50% {
    -o-transform: scale(1.25, 1);
    transform: scale(1.25, 1);
  }
}

@keyframes square-jelly-box-shadow {
  50% {
    -webkit-transform: scale(1.25, 1);
    -moz-transform: scale(1.25, 1);
    -o-transform: scale(1.25, 1);
    transform: scale(1.25, 1);
  }
}

.loading-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #94ce95;
  z-index: 9999;
}




.loading {
  position: absolute;
  width: 300px;
  height: 80px;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
	    transform: translateX(-50%) translateY(-50%);
}



.Main-Title2{

z-index: 1;

position: relative;

font-size: 2.8rem;

text-align: center;

width: 100%;

height: 150px;

/* left: 50%; */
}

.Main-Title2 h3 {

font-weight: bold;

display: block;

color: #3c763d;

position: relative;

left: 50%;

padding: 10px 80px;

height: 50px;

left: 50%;

float: left;

font-size: 30px;

transform: translateX(-50%);
}
.Main-Title2 p {font-family: 'Concert One', cursive;float: left;left: 50%;float: left;left: 50%;transform: translateX(-50%);}

.Main-Title2 h3:after {
    content: "";
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    right: 0;
    top: -1px;
    background: url(../images/common_footer_flag_r.svg) no-repeat left top;
    background-size: 100%;
}

.Main-Title2 h3:before {
    content: "";
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    left: 0;
    top: -1px;
    background: url(../images/common_footer_flag_l.svg) no-repeat left top;
    background-size: 100%;
}




.Sideline{
	background-color: #fafafaa6;
    padding: 5px;
    border: 1px solid #CCC;
    padding: 10px;
    border-radius: 30px;
    border: solid 3px #f3f3f3;
	padding: 20px 10px;
	margin-bottom: 40px;
}
.Sideline p {
	margin-left: 30px;
}
.Sideline p span{
	font-weight: bold;
}
.Sideline .teacher-map {
border-radius: 20px;
overflow: hidden;
}
.Sideline .teacher-map img {
width: 100%;	
}
	