@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-color: #afcad2;
}

.body-by {
    background: url(../images/bg-footer.jpg),url(../images/bg-pattern-01.png);
    background-repeat: no-repeat,repeat;
    background-position: 50% 100%,0 0;
    background-size: 1920px auto,auto;
}
#main-wrapper {
        top: 20px;
    margin-top: 20px;
    margin-left: 16px;
    border-bottom-left-radius: 20px;
    background-color: #fff;
    border-top-left-radius: 20px;
    overflow: hidden;
}
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;
	background-color: #fff;
    border-color: rgba(8, 8, 8, 0);
}
/*.navbar-header {
	overflow:hidden;
}*/

@media (max-width: 767px) {
.navbar {
    margin-left: 16px;
    background-color: #adccd1;
   
    background-repeat: no-repeat,repeat;
    background-position: 50% 100%,0 0;
    background-size: 1920px auto,auto;
    border-color: rgba(8, 8, 8, 0);
}

}



.navbar-nav {
    float: none;
    margin-left: auto;
    margin-right: auto;
  
    display: table;
}

.navbar-brand {
    min-height: 0px;
	margin: 0 !important;
	padding: 0px;
	height: 40px;
/*	overflow:hidden;*/
}


.navbar-brand img {
    max-width: auto;
    max-height: 50px;
    margin-top: 15px;
    position: absolute;
	z-index:800;
}

.navbar-inverse .navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 15px;
  margin-right: 13px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-inverse .navbar-toggle:hover, 
.navbar-inverse .navbar-toggle:focus {
	background-color: rgba(255, 255, 255, 0);
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #000;
}
.navbar-inverse .navbar-nav > li > a {
	  color: #000;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 800;
}
.navbar-inverse .navbar-nav > li > a > i{
	width:30px;
	padding-right:10px;
}
.navbar-inverse .navbar-nav > li > a:hover {
	color: #7e7d82;
}
.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(0 0 0 / 0%);
    color: #7e7d82;

}



.Sign-button{
	float:right;
	width:800px;
	text-align: right;
}
.Sign-button > div {
	display:inline-block;
	line-height:30px;
	padding: 30px 10px 5px 25px;
    height: 30px;
	margin: 0px 20px;
	color: #000;
	    font-size: 1.4rem;
}
.Sign-button a {
	color: #000;
	
}
.Sign-button a:hover {
	color: #000;
}
.Sign-button i {
	margin-right: 10px;
   
}
.Sign-button .mail {
	
}
.Sign-button .signin {
	
	padding: 4px 10px 4px 0px;
}


/* ====== WEB CONTENT ====== */
#container{
	padding-top:60px;
}

.by {
    padding: 5px;
	margin:60px 5px 60px;
	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 #666;
	background-color: #fff;
}
.intermediate > .word {
	clear: both;
	width:1150px;
	margin:20px auto;
	overflow:hidden;
}
.word {
	width:100%;
	overflow:hidden;
	line-height: 1.8;
}

/*-- History Breadcrumb --*/
.topImage {
      width: calc(100% - 100px);
    height: 200px;
    padding-top: 50px;
    background: url(../images/bg-footer.jpg),url(../images/bg-pattern-01.png);
    background-repeat: no-repeat,repeat;
    background-position: 50% 100%,0 0;
    background-size: 1920px auto,auto;
    /* background-image: url(../images/b2.jpg); */
    /* background-repeat: repeat-x; */
    /* background-position: bottom center; */
    position: relative;
    margin: 30px 50px 0;
    border-radius: 20px;
    overflow: hidden;
}
.topImage .container h1 {
    width: 100%;
    padding: 0;
    margin: 0px 0 5px;
    font-weight: 500;
    color: #FFF;
}
.topImage .container {
    position: relative;
	    text-align: center;
}
.topImage .container .map {
    position: absolute;
    right: 0px;
    top: 0px;
	display: none;
}
.topImage .container .map img{
	height:190px;
}

.breadcrumb {
    padding: 8px 0px;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
	font-size:16px;
	color:#FFEB3B;
}
.breadcrumb > li + li:before {
    color:#FFEB3B;
}
.breadcrumb a{
	font-size:16px;
	color:#FFEB3B;
}

.site-title {
	text-align: center;
	margin: 0 auto 40px;
	max-width: 500px;
	border: 1px solid;
	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;
    background: #fff;
    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;
}

@media (max-width: 767px) {
.topImage {
      width: calc(100% - 20px);
    margin: 0px 10px 0;
     height: auto;
}
.topImage .container h1 {
    font-weight: 700;
    font-size: 24px;
	line-height: 1.5;
}
}




/*-- ARTICLE DEATIL (NEWS KNOWLEDGE)--*/
.Article {
	float:left;
	width:100%;
	margin-bottom:45px;
}
.Article .Date{
	float: left;
    width: 120px;
    text-align: center;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
	overflow:hidden;
	    border: 1px solid #b0b0b0;
    border-radius: 5px;
}
.Article .Date span {
	display:block;
	width: 100%;
	padding: 3px 0px;
}
.Article .Date .day {
    background-color: #FFF;
}
.Article .Date .month {
    color: #FFF;
    background-color:#799bad;
}
.Article .Date .year {}
.Article .Text {
	float: right;
	    width: calc(100% - 150px);
}
.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{
	background-image: url(../images/links.png);
    background-repeat: no-repeat;
    background-position: left center;
    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;
}



/*-- 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:20%;
	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 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;
}

@media (max-width: 767px) {
	.navbar-nav {
 
    width: calc(100% - 30px);
}
	.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;
	}
}


.mainqtd {
}
.mainqtd .qtd{
	padding:5px 5px 5px 25px;
}
.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;
}
.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: #FFF;
    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: 80%;
	text-align:center;
    margin: 0 auto;
	color: #000;
}
.edit-titles h3 {
	 margin: 60px 0 10px;
    text-align: center;
 color: #0cb59b;
 font-size: 32px;
    font-weight: 700;
}
.edit-titles p {
	padding:5px 0;
    font-size: 14px;
    text-align: center;
}





.owl-movebox {
	position:relative;
    width: 100%;
	    float: left;
	    margin-top: 50px;
}
.owl-movebox .owl-controls {
	position: absolute;
	top: -50px;
	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:0; 
	position: relative;
	border-radius: 20px;
    overflow: hidden;
}
.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;
	    border-radius: 20px;
    overflow: hidden;
}
.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: 20px;
    padding: 15px;
    line-height: 25px;
	    text-align: center;
}
.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;
	border-radius: 20px;
    overflow: hidden;
}
.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;
}

.KeepLeft {
    float: left;
    padding: 50px;
}



/*-- 連絡我們 --*/
.edit-contact {
    height: 100%;
    
	padding:25px 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: 25px auto;
    overflow: hidden;
    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 #FFF;
}
.edit-contact .edit-group a.fadeInLeft {
	color: #FFF;
	float: right;
}
.edit-contact .edit-group a.fadeInRight {
	color: #FFF;
	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;
}

@media (max-width: 767px) {
	.edit-contact .edit-group a.fadeInLeft {
		float: none;
	}
	.edit-contact .edit-group a.fadeInRight {
		float: none;
	}
	#st7 {
    position: relative;
	margin: 0px 15px 15px 15px;
	  border-radius: 0px;
}
#st7 .edit-photo:after {
    content: "";
	left: -11px;

    bottom: calc(50% - 15%);
    width: 30%;
    height: 30%;
    position: absolute;
    background-size:auto 100%;
    background-position: bottom left;
    background-repeat: no-repeat;
    background-image: url(../images/frame1.jpg);
    z-index: 200;
	display:block;
}	
	
#st7 .edit-photo:before {
    content: "";
    right: -11px;
    bottom: calc(50% - 15%);
    width: 30%;
    height: 30%;
    position: absolute;
    background-size:auto 100%;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-image: url(../images/frame2.jpg);
    z-index: 200;
    display:block;
}	
.owl-movebox {
   padding: 0px 30px 20px;
    position: relative;
    width: 100%;
    float: left;
}
.edit-titles h3 {
    margin: 30px 0 10px;
    font-size: 30px;
  
}
.owl-movebox .slide-box .image {

    border-radius: 20px;
}
.owl-movebox .slide-box .text h2 {
  margin-top: 10px;
    margin-bottom: 0px;
}
}

/*-- 最新消息 環境 --*/
.edit-news {
	margin:20px -10px;
	overflow: hidden;
}
.edit-news > div {
	padding:0 30px;
	margin:0;
}
.edit-news .edit-titles {
	width:100%;
	margin:0;
	color: #000;
	margin-bottom: 50px;
}

.edit-news .edit-titles:after {
	content: '';
    display: block;
    margin: 0.4em auto 0;
	    width: 87px;
    height: 1px;
    background-color: #0cb59b;
}
.edit-news .edit-titles h3,
.edit-news .edit-titles p{
	text-align:left;
			text-align: center;
}

/*-- 最新消息列表 --*/
.edit-news-list {
	margin: 0px 0px;	
}
.edit-news-list .item {
      padding: 30px;
    width: 25%;
    margin-bottom: 15px;
    font-size: 14px;
    overflow: hidden;
    float: left;
}
.edit-news-list .item:first-child {
  background-color: #99D3DF;
}

.edit-news-list .item:nth-child(2) {
  background-color: #88BBD6;
}


.edit-news-list .item:nth-child(3){
  background-color: #e0e2e1;
}
.edit-news-list .item:nth-child(4){
  background-color: #9a9c9b;
}
.edit-news>.col-sm-7.col-xs-12{
display:none!important;
}

.edit-news>.col-sm-5.col-xs-12{
width:100%!important;
    padding: 0 0px;
}


.edit-news-list .item .paragra {
	background-color: #efefef;
    margin-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    text-align: center;
    margin: 40px auto 40px;
    width: 110px;
    border-radius: 50%;
	
}
.edit-news-list .item .paragra span {
	display: block;
	text-align:center;
	width: 100%;
    color: #00B4CC;
    font-size: 50px;  
    margin: 0;
	    float: left;
}
.edit-news-list .item .paragra span + span {
    color: #666;
    font-size: 20px;
    padding: 0px 0px 10px;
	
    border-top: 1px solid #b6b5b5;
}
.edit-news-list .item .chat {
	float: left;
	width: 100%;
}
.edit-news-list .item .chat a{
color: #ffffff;	
}
.edit-news-list .item .chat h3,
.edit-news-list .item .chat p {
	width:100%;
	overflow:hidden;
}
.edit-news-list .item .chat h3 {
	font-size:20px;
	line-height:25px;
	height:50px;
	margin:0px auto;
	padding:0;
}
.edit-news-list .item .chat p {
    font-size: 14px;
    line-height: 24px;
    height: 75px;
    margin: 10px auto 30px;
    padding: 0;
}


@media (max-width: 767px) {
.edit-news-list .item {
    padding: 15px;
    width:50%;
     margin-bottom: 0px;
}

.edit-news-list .item .paragra {
    margin: 20px auto 20px;
    width: 110px;
}

.navbar-inverse .navbar-nav > li > a {
    font-size: 26px;
    font-weight: 400;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 32px;
	color: #fff;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    text-align: center;
    font-size: 18px;
    line-height: 30px;
}
}
/*-- 環境輪撥 --*/
.fullSlide{
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 1px 1px 1px 1px rgba(150, 150, 150, 0.8);
	margin: 30px 0px;
    border: solid 8px #fff;
}
.fullSlide ul {
	margin: 0;
    padding: 0;
    list-style-type: none;
}
.fullSlide .bd{ 
	position:relative; 
	z-index:0;  
}
.fullSlide .bd li{ 
	width:100% !important;  
	height:330px; 
	border-radius: 10px;
	background-color: #f8fafc;
	background-size: cover !important; 
	overflow:hidden;
}
.fullSlide .hd{ 
	position: absolute;
	bottom:0;
	width:100%;  
	z-index:1; 
	padding: 10px; 
	text-align: right;
	background: rgba(0,0,0,0.5);
	-webkit-tap-highlight-color: transparent;
}
.fullSlide .hd ul li{ 
	cursor:pointer; 
	display:inline-block; 
	*display:inline; 
	zoom:1; 
	width:12px; 
	height:12px; 
	background-color: #FFF; 
	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;  
}



/*----*/
.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;
}
.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: #673AB7;

}
.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-info-text{
 color: #ffffff;
}
.footer-info {

	margin: 0px auto;
    padding: 40px 0px;
}

.footer-info ul li.title {
    margin-bottom: 7px;
    font-size: 16px;
    color: #ffffff;
}
.footer-info ul li.text {
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.footer-info ul li.text a {
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
}
.footer-info ul li.title a {
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
}

footer {
    padding:20px 0;
	overflow: hidden;	
}
footer p {
    font-size: 14px;
    text-align: left;
	margin-bottom: 0px;
	color: #FFF;
}
.footer-info  .social{
    text-align: left;
    margin-bottom: 20px;
}
.footer-info  .social a {
    width: 31px;
    height: 31px;
    position: relative;
    text-align: center;
    color: #FFF;
    display: inline-block;
    margin-right: 5px;
    line-height: 28px;
    font-size: 13px;
    border: 1px solid #FFF;
	border-radius: 30px;
}
.footer-info  .social a:hover {
    background: #202020;
    color: #FFF;
}
.footer-info .social a i{
    line-height: 28px;
}




/*--　分頁　--*/
.quotes{
	clear:both;
	width:100%;
	padding:10px 0;
	text-align:center;
	    margin-bottom: 50px;
	overflow:hidden;
}
#pageline a {
    border: 1px solid #096;
    display: inline-block;
    color: #8d8e8e;
    padding: 5px 20px;
    margin: 5px 5px 30px;
	border-radius: 20px;
}
.pagination {
	margin: 10px 0;
}


/*----*/
.boot-text-left {
	text-align:left;
}
.boot-text-right {
	text-align:right;
}














@media (max-width: 767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		    color: #FFEB3B;
		text-align: center;
	}
	
	.Sign-button {
		position: absolute;
		top: 0px;
		right: 50px;
		width: auto;
		cursor: pointer;
		border: 1px none #FFF;
		color: #000;
		padding: 9px 10px;
		margin-top: 15px;
		margin-right: 0px;
		margin-bottom: 8px;
	}
	.Sign-button .signin {
		display: block;
		background-image:none;
		padding:0;
		margin:0;
		border: none;
		font-size:0;
		height:20px;
		line-height:20px;
	}
	
	.Sign-button .signin i {
		font-size:16px;
		display:none;
		color: #000.navbar;
	}
		
	.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%;
	}	
	#container{
		padding-top:50px;
	}
}
@media (min-width: 768px) {
	body {
		min-width:1170px !important;
	}
	.navbar.top-nav {
	    background: url(../images/bg-footer.jpg),url(../images/bg-pattern-01.png);
    background-repeat: no-repeat,repeat;
    background-position: 50% 100%,0 0;
    background-size: 1920px auto,auto;
		    padding: 10px 0;
		box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
	}
	.navbar.top-nav .navbar-nav > li > a {
		color: #fff;
	}
	.navbar-inverse{
		border:none;
		
		    background-color: #fff0;
		
	}
	.navbar-header {
		width:100%;
		padding-bottom:5px;
		margin-bottom:5px;
	}	
	.navbar-nav > li > .dropdown-menu {
    background-color: #00BCD4;
    padding: 0px 0 0px 0;
    border: none;
    margin-top: 21px;
		border: none;
		margin-top: 0;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
	.dropdown-menu > li {
		background-color:#ffffff;
	}
	.dropdown-menu > li + li {
		border-top: 1px solid #eee;
	}
	.dropdown-menu > li > a {
	color: #666;
	padding: 10px 15px;
	}
	.dropdown-menu > li > a:hover,
	.dropdown-menu > li > a:focus {
		text-decoration: none;
		color: #dd822a;
		background-color: transparent;
	}

	#container{
		padding-top:100px;
	}
	.container {
		width: 1170px !important;
	}
	.container-box {
        width: 1170px !important;
		margin:auto;
    }
}


.web-env,
.web-message,
.web-video,
.web-activity,
.web-classlist{
	background: #fff;
}

.web-env .by{
}



#st16{
position: relative;
   

}



#st4{

}







.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px!important;
    padding-bottom: 0px!important;
}


.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
   
	max-height: none;
}
.navbar-header{z-index:80;}

#navbar{z-index:30;}

.navbar-nav .open .dropdown-menu {
  
    background-color: rgba(229, 229, 229, 0.2);
 
}
@media (max-width: 768px) {
#navbar {
    background-color: #444346;
}
}


@media (min-width: 768px) {

.container {
    padding-top: 15px!important;
    padding-bottom: 5px!important;
}	
.navbar-brand img {
	max-width:auto;
	max-height:100px;
	 
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #101010;
    background-color:transparent;
}	
.navbar-nav {
    float: right;

}


}
@media (max-width: 767px) {

.navbar-brand img {
	    margin-top: 5px;
	 
}


}



.about-720 {
    background-color: #fafafa;
    padding: 10px 0px;
    border: solid 3px #f3f3f3;
    float: left;
    width: 100%;
    border-radius: 30px;
    margin-bottom: 30px;
	position: relative;
}
.about-720 img{
        width: 100%;
    border-radius: 20px;
}
.about-720:before {
     content: "";
    display: block;
    position: absolute;
    height: 200px;
    width: 200px;
    z-index: 100;
	top:50%;
	left:50%;
	margin-top: -150px;
    margin-left: -100px;
    background: url(../images/720-3.png) no-repeat;
	background-size: cover;
	background-position: center center;
}
.about-720 h3{
          position: absolute;
    text-align: center;
    top: 60%;
    left: 50%;
    transform: translateX(-50%);
    margin: auto auto;
    padding: 10px 20px;
    background-color: #08080882;
    z-index: 100;
    color: #FFF;
    font-size: 1.5em;
    border-radius: 30px;
    letter-spacing: 3px;
}

#st24 {
   background: url(../images/01-01.jpg);
   background-color: rgba(255, 255, 255, 0)!important;
	
}
#st24 .title {
        text-align: center;
    margin-top: 100px;
    width: 40%;
    margin: auto;
    padding-top: 100px;
    overflow: hidden;
}
#st24 .title p{
    font-size: 2em;
    font-weight: 500;
    line-height: 1em;
	
}
#st24 .title h3{
  margin: 20px 0 10px;
    font-size: 40px;
    text-align: center;
    font-weight: 400;
	
}
#st22 {
    
    background: url(../images/01-01.jpg);
    background-color: rgba(255, 255, 255, 0)!important;
}
@media (max-width: 767px) {
	#st24 .title {
    width: 80%;
 padding-top: 50px;
}
#st24 .title p {
    font-size: 3em;
 
}
.about-720:before {
    height: 80px;
    width: 80px;
    margin-top: -60px;
    margin-left: -40px;
   
}
.about-720 {
    padding: 10px 0px 0px;
  }
.about-720 .col-xs-12, .about-720 .col-sm-12 {
  
    padding-right: 10px;
    padding-left: 10px;
}
.about-720 h3 {
    position: absolute;
    text-align: center;
    top: 60%;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px 10px;
    background-color: #08080882;
    font-size: .7em;
   
}
	}


/*--------特色-----------*/
.Features{
     width: 100%;
    margin: 20px 0 20px;
    float: left; 
	
}
.Features .Speaking{
    background-color: #fafafa;
    padding: 10px;
    border-radius: 30px;
    border: solid 3px #f3f3f3;
    margin-bottom: 30px;
    min-height: 440px;
    margin: 10px;
    width: calc(25% - 20px);
}
.Features .Speaking h5{
  background-color: #fff;
    font-size: 5rem;
    width: 80px;
    height: 80px;
    margin: 20px auto;
    border-radius: 40px;
    padding: 10px;
    text-align: center;
    line-height: 60px;
    
}
.Features .Speaking p{
     font-size: 1.5rem;
    line-height: 2;
    margin: 20px;
    
}
@media (max-width: 768px) {
.Features {
    margin: 10px 0 10px;
}
	.Features .Speaking {
    min-height: auto;
    width: calc(100% - 20px);
}
	}
	
	
	
	.carousel-inner {
    border-radius: 20px;
}





.btn-01__target {
    border: solid 2px currentColor;
    border-radius: 21.5px;
    display: block;
    position: relative;
    overflow: hidden;
    font-size: 1.3rem;
    line-height: 1;
    text-align: center;
    z-index: 1;
	    max-width: 224px;
		    margin: 50px 0  50px;
			 padding: 12px 40px 12px 34px;
}

.btn-01__target::after {
    content: "";
    border-radius: 21.5px;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #d8e0e0;
    opacity: .35;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform .4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform .4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform .4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform .4s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform .4s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.btn-01__target:hover::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

@media(min-width: 768px) {
    .btn-01__target {
        font-size: 1.4rem
    }
}

.btn-01__target-inner {
    position: relative;
    z-index: 2
}

.btn-01__arrow {
    width: 19px;
    height: 9px;
    position: absolute;
    top: calc(50% - 4.5px);
    right: 16px;
    background: url(../images/icon-arrow-01.svg) no-repeat 100% 50%;
    background-size: auto 100%
}








.product{margin:100px 0 50px;position:relative}
@media screen and (max-width:767px){.product{margin:80px 0 80px}}

.product::before{
	content:'';display:block;width:100%;height:calc(100% - 60px);
	position:absolute;top:60px;z-index:0}
@media screen and (max-width:767px){.product::before{top:25px;height:calc(100% - 15px);background-size:20px}}

.product .top-sec-01{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;max-width:1200px;margin:auto}
@media screen and (max-width:767px){.product .top-sec-01{max-width:inherit;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0 20px}}

.product .top-sec-01 .top-sec-01-txt h2 {
		font-size: 4rem;
    margin-top: 0px;
    margin-bottom: 0px;
}
}

.product .top-sec-01 .top-sec-01-txt .title-lang-en {
      font-size: 3rem;
    text-transform: uppercase;
}


.product .top-sec-01 .top-sec-01-txt{
	width:46%;
	text-align:left;z-index:1}
	
	
@media screen and (max-width:767px){.product .top-sec-01 .top-sec-01-txt{width:100%}}

.product .top-sec-01 .top-sec-01-txt .top-sec-01-subttl{
	margin-top:30px;
    font-size: 2.5rem;
    line-height: 1.5em;}
@media screen and (max-width:767px){.product .top-sec-01 .top-sec-01-txt .top-sec-01-subttl{margin-top:30px;font-size:2.5rem}}

.product .top-sec-01 .top-sec-01-txt p{
	margin: 36px 0;
	line-height:2em;
	color:#333}
@media screen and (max-width:767px){.product .top-sec-01 .top-sec-01-txt p{margin-top:18px}}

.product .top-sec-01 .top-sec-01-txt .product_list{
	margin-top:48px}
@media screen and (max-width:767px){.product .top-sec-01 .top-sec-01-txt .product_list{margin-top:25px;overflow:hidden}}

.product .top-sec-01 .top-sec-01-txt .product_list li{
	padding-left:18px;
	position:relative;font-weight:700;
	position:relative;color:#24879c;display:inline-block;margin:0 32px 1rem 0}

@media screen and (max-width:767px){.product .top-sec-01 .top-sec-01-txt .product_list li{padding-left:14px;width:50%;margin:0 0 .8rem 0;float:left}}

.product .top-sec-01 .top-sec-01-txt .product_list li::before{content:'';display:block;width:10px;height:2px;background:#24879c;border-radius:1px;position:absolute;top:0;bottom:0;left:0;margin:auto}
@media screen and (max-width:767px){.product .top-sec-01 .top-sec-01-txt .product_list li::before{width:8px}}

.product .top-sec-01 .top-sec-01-img{width:46%;position:relative}
@media screen and (max-width:767px){.product .top-sec-01 .top-sec-01-img{width:100%;margin-top:150px}}

.product .top-sec-01 .top-sec-01-img .top-sec-01-img-main{width: 90%;top:20%;right: -5%;position:absolute;z-index:2;}
@media screen and (max-width:1024px){.product .top-sec-01 .top-sec-01-img .top-sec-01-img-main{width:100%;top:55%;position:absolute;z-index:2}}
@media screen and (max-width:767px){.product .top-sec-01 .top-sec-01-img .top-sec-01-img-main{position:relative;top:0;width:90%;margin-left:auto}}

.product .top-sec-01 .top-sec-01-img .top-sec-01-img-sub{width:60%;position:absolute;/* left:-10%; */z-index:1;bottom:50%;}
@media screen and (max-width:1024px){
	.product .top-sec-01 .top-sec-01-img .top-sec-01-img-sub{width: 100%;
    position: absolute;
    left: -15%;
    z-index: 1;
    bottom: 50%;}
	}
@media screen and (max-width:767px){.product .top-sec-01 .top-sec-01-img .top-sec-01-img-sub{bottom:auto;left:-20px;width:90%;position:absolute;top:-120px}}

.product .top-sec-01 .top-sec-01-img img{width:100%}
.listBox{display: flex;
    width: 100%;
    margin-top: 100px;
	    margin-bottom: 100px;
    float: left;}
.listBox  li{    width: 20%;
    padding: 20px;
    background-color: #f4f4f4;
    border-radius: 16px;
    margin: 10px;
	    text-align: center;
	}
.listBox  h3{    background-color: #92bbc1;
       background-color: #92bbc1;
    padding: 10px;
    font-size: 20px;
    text-align: center;
    margin: 0;
    border-radius: 10px;
    margin-bottom: 30px;}
.listBox  .subTitle{
	font-size: 14px;
    margin-bottom: 15px;
	}
.listBox  .subTitle span{display: block;}




.about-health {
    display: flex;
	    margin-bottom: 80px;
		float: left;
		    width: 100%;
	
}

.about-left-title {
    width: 25%;
    position: relative;
    top: -5px;
}

.about-left-title  h4 {
    font-size: 26px;
    font-weight: 600;
    color: #000;
    letter-spacing: 2px;
    line-height: 1.8;
    margin: 0px;
}

.about-left-title  h5 {
    font-size: 17px;
    font-weight: 600;
    color: #888;
    letter-spacing: 2px;
    line-height: 1.8;
    margin-top: 0px;
}

.about-right-text {
    width: 75%;
	 line-height: 1.8;
}



@media (max-width: 768px){
	.about-health {
    display: block;
    margin-bottom: 80px;
}
	.about-left-title {
    width: 100%;
  
}
	.about-right-text {
    width: 100%;
}
}
@media (max-width: 420px){
	.about-text {
    width: 100%;
    background: rgb(0 0 0 / 50%);
    margin-left: 0;
    padding: 20%10%;
    color: #eee;
    line-height: 1.5;
}
}



