

/* Editor Content  */
.cms_content h1 {font-size: 2em;
    font-weight: bold;}
.cms_content h2 { font-size: 1.5em;
color:#336699;
font-weight: bold;
}
.cms_content h3 {font-size: 1.17em;
color:#1666dc;
font-weight: bold;
}
.cms_content h4 {font-size: 1em;
    font-weight: bold;
color:#1f4a8f;
}
.cms_content h5 {font-size: 0.83em;
    font-weight: bold;}
.cms_content h6 {font-size: .67em;
    font-weight: bold;}
/* .cms_content { min-height: 300px;; } */
.cms_content p { 
    margin: 0;
    padding:0;
   
    font-size: 18px;
    line-height: 30px;
}
.cms_content a { 
   word-wrap: break-word;
   color:#4db2ec;
}
/* .cms_content{
    min-height:50vh;
} */
.cms_content img { max-width: 100%; height: auto !important; }
.cms_content table { max-width: 100%;}
/* .cms_content iframe { max-width: 100%;
min-height:500px;
min-width:300px;
} */
.cms_content .videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
  }
  .cms_content .videoWrapper video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
.cms_content .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
.cms_content dl, 
.cms_content ol, 
.cms_content ul { margin-bottom: 0; padding-left: 20px; }
.cms_content ol li { padding-left: 10px; }
.cms_content table {}
.cms_content table.mScroll { overflow-x: scroll; max-width: 100%; display: block; }
.cms_content table.hideLast tr:last-child { display: none; font-size: 0; }
.cms_content table tr th, 
.cms_content table tr td { padding-top: 10px; padding-bottom: 10px;border-color: #ededed;}
/* .cms_content table.hideLast tr:last-child { padding: 0; height: 0px; }
.cms_content table.hideLast tr:last-child td { padding: 0; height: 0px; font-size: 0; } */
.cms_content ol, 
.cms_content ol li{ list-style-type: auto; }
.cms_content ul, 
.cms_content ul li { list-style-type: inherit; }
.cms_content ol ul{    list-style-type: circle;}

.cms_content a:hover { text-decoration:underline; }

@media screen and (max-width: 1025px){
    .cms_content table.padRowH { display: block; position: relative; }
    .cms_content table.padRowH tr td { display: block; width: 100% !important; margin-bottom: 1px; position: relative; }
    .cms_content table.noRow tr td { display: table-cell; }
}

@media screen and (max-width: 769px){
    .cms_content table.padRowV { display: block; position: relative; }
    .cms_content table.padRowV tr td { display: block; width: 100% !important; margin-bottom: 1px; position: relative; }
    .cms_content table.noRow tr td { display: table-cell; }
}

@media screen and (max-width: 520px){
    .cms_content table.mRow { display: block; position: relative; }
    .cms_content table.mRow tr td { display: block; width: 100% !important; margin-bottom: 1px; position: relative; }
    .cms_content table.noRow tr td { display: table-cell; }
}






.tabContent > p > img {width: 100%;}
.tabContent table{width: 100%;}




.subPage-content
{
	line-height: 170%;
}
.subPage-content a
{
	text-decoration:underline;
	color:#0007eb;
	display: block;
}
.subPage-content li{
	list-style-position: inside;
	text-indent: -1em;
  margin-left: 1em;
}
.subPage-content .viewCount ,.subPage-content a .viewCount
{
    text-decoration: none!important;
    color: #353535;
}
h1
{
	font-weight: bold;
}
h2
{
	color: #276EBB;
	font-size: 20px;
	font-weight: bold;
}
h3 
{
	color: #276EBB;
    font-size: 16px;
    font-weight: bold;
}
h4 
{
	color: #E17337;
    font-size: 16px;
}
.header{
	padding: 10px 10px 10px 30px;
	height: 115px;
	position: relative;
}
.header a, .sch_logo{
	width: 100%;
}
.header a{
	width: 52%;
	max-width: 445px;
}
.header_banner{
	background: url("../images/topbanner.png") no-repeat;
	background-size: 100% auto;
	background-position: right bottom;
	height: 100%;
	width: 37vw;
	bottom: 10px;
	float: right;
	max-width: 380px;
	position: absolute;
	right: 1vw;
}

img{
	max-width: 100%;
}

#main{
	width: 100%;
	max-width: 1250px;
	margin: 0px auto;
	background: #FFF;
	position: relative;
	min-height: 100vh;
	padding: 0px 80px;
	min-width: 768px;
	overflow-x: hidden;
}

/* category */
#catBrowser {
	text-align: center;
	width: 100%;
}

.catBrowser-wrapper{
	margin-left: auto;
	margin-right: auto;
	position: relative;
}


.catBrowser-wrapper ul{
	white-space: nowrap;
	padding: 0px;
	margin: 0;
	display: table;
	width: 100%;
	table-layout: fixed;
}

.catBrowser-wrapper li{
	display: table-cell;
	height: 100%;
	padding: 7px 0px;
}

.catBrowser-wrapper li a {
	width: 100%;
	height: 100%;
	text-align: center;
	display: inline-table;
	border-right: 3px solid #E85E00;
	padding-top: 2px;
}

.catBrowser-wrapper li:last-child a {
	border-right: 0px;
}

.catBrowser-item{
	background-color: #FFD41D;
	cursor: pointer;
}

.catBrowser-item span,
.catBrowser-items .subNav li a {
}

.catBrowser-item span {
	font-size: 20px;
	display: inline-flex;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	margin: 2px 0px;
}

.catBrowser-label:before{
	content: "\A";
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	height: 26px;
	width: 26px;
	margin-right: 8px;
}

.cat_1 .catBrowser-label:before { background-image: url("../images/icon_1.png");}
.cat_2 .catBrowser-label:before { background-image: url("../images/icon_2.png");}
.cat_3 .catBrowser-label:before { background-image: url("../images/icon_3.png");}
.cat_4 .catBrowser-label:before { background-image: url("../images/icon_4.png");}
.cat_5 .catBrowser-label:before { background-image: url("../images/icon_5.png");}
.cat_6 .catBrowser-label:before { background-image: url("../images/icon_6.png");}
.cat_7 .catBrowser-label:before { background-image: url("../images/icon_7.png");}

.catBrowser-items .subNav{
	display: none;
	position: relative;
}
.catBrowser-items .btnGp {
    z-index: 300;
    position: absolute;
    background-color: #FFF;
    box-shadow: 1px 5px 4px RGBA(42, 42, 42, 0.56);
    width: 100%;
    margin-top: 6px;
}
.catBrowser-items .subNav li {
	display: list-item;
	background-color: #FFD41D;
	list-style: disc;
	list-style-position: inside;
	text-align: left;
	padding: 8px 10px;
	word-wrap: break-word;
	word-spacing: normal;
	word-break: break-all;
	letter-spacing: normal;
}

.catBrowser-wrapper .subNav li a {
	border: 0px;
	width: 77%;
	white-space: initial;
	text-align: left;
}

.catBrowser-wrapper .subNav li:hover {
	background-color: #e85e00;
}

.catBrowser-wrapper .subNav li:hover {
    color: #FFF;
}

#container {
    width: 100%;
    position: relative;
    height: auto;
    overflow: auto;
}

.home_page_section {
    margin: 10px 0px;
    display: block;
    /*overflow: hidden;*/
}

#container .home_page_section:nth-child(1) {
    max-height: 442px;
    height: 39vw;
}

.home_page_section .sub_sect {
    height: 100%;
    overflow: hidden;
}

.sect_1_1 {
    width: 50%;
    float: left;
}

.sect_1_2 {
    width: 50%;
    float: right;
    height: 100%;
}

.sect_3_1,
.sect_3_3 {
    width: 25%;
    float: left;
    padding: 0px 1px;
}

.sect_3_2 {
    width: 50%;
    float: left;
    height: 100%;
}

.sect_3_1 .list_topic_main,
.sect_3_2 .list_topic_main,
.sect_3_3 .list_topic_main{
	padding: 5px;
}

.sect_3_1 .list_detail_container,
.sect_3_3 .list_detail_container{
	padding: 5px;
}
.sect_3_2 .list_detail_container{
	padding-top: 5px;
}

.home_page_list .list_container {
    background-color: #FFF;
    height: 100%;
}

.home_page_list .list_topic {
    background-color: #26354A;
    text-align: center;
    position: relative;
    height: 10%;
    display: table;
}

.list_topic_main {
	display: table-cell;
  vertical-align: middle;
}

.section_topic {
    color: #FFF;
    padding: 0px 27px;
    font-size: 18px;
    width: 100%;
}

.home_page_list .list_detail li{
	text-align: left;
	padding: 10px 43px;
	min-height: 63px;
	height: auto;
}

.home_page_list .list_detail li:nth-child(odd){
	background-color: #EEEEEE;
}

.home_page_list .list_detail li:nth-child(even){
	background-color: #D3DCE6;
}

.home_page_list .list_detail .list_news_date,
.home_page_list .list_detail p {
	font-size: 15px;
}
.home_page_list .list_detail .list_news_date {
	color: #8E8E8E;
}

.list_news_date div{
	display: inline-block;
}

.list_news_date .viewCount{
	margin-left: 10px; 
}

.read_more{
	position: absolute;
	bottom: 5px;
	right: 13px;
	font-size: 70%;
}

.list_detail_container{
	overflow-y: auto;
	height: 90%;
}

.viewCount:before{
	content: "\A";
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
	height: 12px;
	width: 20px;
	margin-right: 5px;
	margin-left: 10px;
	background-image: url("../images/icon_viewCount.png");
	display: inline-block;
}

/* Photo Sider 1 */
.controlBtnGtp {
	position: absolute;
	bottom: 1.7%;
	right: 0px;
	padding: 0px 14px;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
}

.controlBtnGtp .controlBtnDot {
	border: 4px solid #FFF;
	border-radius: 6px;
	margin: 6px 4px;
	cursor: pointer;
}

#sider1 .photo-container{
	background-color: #000;
}

.photo_sider{
	height: 100%;
	width: 100%;
	display: block;
	position: relative;
	background-color: #E5E5E5;
}

.photo-container {
	width: 100%;
	height: 90%;
	position: relative;
	overflow: hidden;
}

.photo_display_area {
	height: 100%;
	display: inline-block;
	width: 100%;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 1.8s;
	overflow: hidden;
}

.photo_disply_area img{
	width: 100%;
	height: auto;
}

.photo_sider .award_photo.photo_display_area .photo {
	display: none;
}

.photo_sider .award_photo.photo_display_area .photo.curr {
	display: block;
}

.photo_sider .photo-container .photo{
	height: 100%;
	width: 100%;
	background-size: cover !important;
	background-position: center!important;
	background-repeat: no-repeat !important;
	position: absolute;
	display: none;
	overflow: visible;
}

.photo_sider .photo-container .photo.curr,
.photo_sider .photo-container .photo.next,
.photo_sider .photo-container .photo.prev {
	display: block;
}

.photo_sider .photo-container .photo.next{
	left: 100%;
}
.photo_sider .photo-container .photo.prev{
	left: -100%;
}

.moveLeft .photo,
.moveRight .photo{
	-webkit-transition: -webkit-transform 0.8s;
	transition: transform 0.8s;
}

.photo_sider .photo_display_area.moveRight .photo.curr,
.photo_sider .photo_display_area.moveRight .photo.next
{
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}

.photo_sider .photo_display_area.moveLeft .photo.curr,
.photo_sider .photo_display_area.moveLeft .photo.prev{
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}

.photo_desc {
	position: absolute;
	bottom: 2.5%;
	padding: 0px 14px;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	left: 2px;
}

.award_photo.photo_display_area {
	min-height: 36vw;
	overflow: visible;
}

#sider1.photo_sider .controlBtnGtp {
	background-color: RGBA(41, 41, 41, 0);
	border-radius: 5px;
}

#sider1 .controlBtnGtp .controlBtnDot {
	border: 8px solid #B3B3B3;
	border-radius: 16px;
}
#sider1 .controlBtnGtp .controlBtnDot.curr {
	border: 8px solid #4D4D4D;
}

.arrowControl {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	cursor: pointer;
	background-size: 100%!important;
}

.shortcut_btn{
	display: inline-flex;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	color: #FFF;
	width: 100%;
}

.shortcut_btn_container{
	background-size: auto 100%;
	background-position: center;
	height: 115px;
	width: 20%;
	max-height: 115px;
	position: relative;
	display: table;
	padding: 1px;
}

.shortcut_btn_container .btn_content{
	display: table-cell;
	vertical-align: middle;
}

.shortcut_btn_container .btn_content img{
	position: relative;
	width: 100%;
}

.btn_content>div{
	
	display: inline-flex;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	vertical-align: middle;
}

.shortcut_btn .topic_header{
	font-size: 26px;
	font-weight: 700;
	padding-left: 10px;
	max-width: 50%;
	text-align: left;
	line-height: 27px;
}

.topic_icon {
	width: 40%;
	height: 60px;
	position: relative;
	background-position: right !important;
	background-size: auto 100% !important;
}
.shortcut_btn_3 .topic_icon{
	height: 72px;
	margin-top: 12px;
}


.shortcut_btn_1 a{background-color: #EE433C;}
.shortcut_btn_2 a{background-color: #F99F00;}
.shortcut_btn_3 a{background-color: #36C9C2;}
.shortcut_btn_4 a{background-color: #ED5824;}
.shortcut_btn_5 a{background-color: #8DB90A;}

.shortcut_btn_1:before {border-top-color: #FF8080;}
.shortcut_btn_2:before {border-top-color: #FFC261;}
.shortcut_btn_3:before {border-top-color: #8AEDE8;}
.shortcut_btn_4:before {border-top-color: #FF7D5A;}
.shortcut_btn_5:before {border-top-color: #C5EA3F;}

.shortcut_btn_1 .topic_icon{background: url("../images/icon_banner_notice.png") no-repeat;}
.shortcut_btn_2 .topic_icon{background: url("../images/icon_banner_homework.png") no-repeat;}
.shortcut_btn_3 .topic_icon{background: url("../images/icon_banner_intranet.png") no-repeat;}
.shortcut_btn_4 .topic_icon{background: url("../images/icon_banner_plan.png") no-repeat;}
.shortcut_btn_5 .topic_icon{background: url("../images/icon_banner_club.png") no-repeat;}

.list_detail_container.award_photo img{
	width: 100%;
}

.ext_link_btn a{
	padding: 0px 4px;
}
.ext_link_btn img{
	width: 100%;
}

.ext_link_li{
	width: 100%;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
  -ms-flex-pack: center;
}

.ext_link_li ul{
	padding: 13px 12px;
}

.ext_link_li li{
	list-style-position: inside;
	padding: 9px;
	color: #006cd8;
}

.ext_link_li a{
  display: inline;
	font-size: 19px;
	text-decoration: underline;
}

.subPage-main {
    height: 100%;
    width: 100%;
    padding: 10px 0px;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    margin: 0px;
    background-color: #FFF;
}

.subPage-left-panel {
    /*! max-width: 310px; */
    width: 20%;
    min-width: 180px;
    display: table;
    text-align: center;
    background-color: #26354a;
    color: #FFF;
}

.subPage-right-panel {
    width: 80%;
    overflow: hidden;
    padding: 20px 20px;
    border: 1px solid #d7d7d7;
    margin-left: 9px;
}

.subPage-left-panel ul {
    display: inline-table;
    width: 100%;
    padding: 12px 0px;
}

.subPage-left-panel li {
    font-size: 18px;
	  font-weight: 500;
    list-style-type: none;
}


.subPage-left-panel,
.subPage-right-panel {
	display: table-cell;
	vertical-align: top;
}

.backBtn:hover,
.submit_btn:hover,
.subPage-left-panel li.curr,
.subPage-left-panel li.curr a:before {
  background-color: #e85e00;
	color: #FFF;
}

.subPage_menu li a, 
.subPage-left-panel li a {
    padding: 11px 0px;
    display: table;
    width: 100%;
    text-align: left;
    padding-left: 20px;
}

.subPage-left-panel li a {
	display: flex;
}

.subPage-left-panel li a:before {
	content: "• ";
	font-size: 140%;
	line-height: 90%;
	margin-right: 10px;
	color: #E85E00;
}
.subPage_menu li:hover,
.subPage-left-panel li:hover,
.subPage-left-panel li:hover a:before {
  background-color: #e85e00;
	color: #FFF;
}

.subPage-title {
	border-bottom: 2px solid #E85E00;
	margin-bottom: 20px;
}

.subPage-title h1 {
	color: #E85E00;
	font-size: 25px;
}


.tbl_align_left     {text-align: left;}
.tbl_align_center {text-align: center;}
.tbl_align_right   {text-align: right;}

.tbl_align_left_col1 td:nth-child(1) {text-align: left;}
.tbl_align_left_col2 td:nth-child(2) {text-align: left;}
.tbl_align_left_col3 td:nth-child(3) {text-align: left;}
.tbl_align_left_col4 td:nth-child(4) {text-align: left;}
.tbl_align_left_col5 td:nth-child(5) {text-align: left;}
.tbl_align_left_col6 td:nth-child(6) {text-align: left;}
.tbl_align_left_col7 td:nth-child(7) {text-align: left;}

.tbl_align_center_col1 td:nth-child(1) {text-align: center;}
.tbl_align_center_col2 td:nth-child(2) {text-align: center;}
.tbl_align_center_col3 td:nth-child(3) {text-align: center;}
.tbl_align_center_col4 td:nth-child(4) {text-align: center;}
.tbl_align_center_col5 td:nth-child(5) {text-align: center;}
.tbl_align_center_col6 td:nth-child(6) {text-align: center;}
.tbl_align_center_col7 td:nth-child(7) {text-align: center;}

.tbl_align_right_col1 td:nth-child(1) {text-align: right;}
.tbl_align_right_col2 td:nth-child(2) {text-align: right;}
.tbl_align_right_col3 td:nth-child(3) {text-align: right;}
.tbl_align_right_col4 td:nth-child(4) {text-align: right;}
.tbl_align_right_col5 td:nth-child(5) {text-align: right;}
.tbl_align_right_col6 td:nth-child(6) {text-align: right;}
.tbl_align_right_col7 td:nth-child(7) {text-align: right;}

.tbl_equal_width {
	table-layout: fixed;
}

.table_style_1 {
	border-spacing: 4px 0px;
  border-collapse: separate;
}

.table_style_1 td{
	background-color: #f4f4f4;
	padding: 8px 20px;
	text-align: left;
}
.table_style_1 td:first-child{
	color: #E85E00;
	white-space: nowrap;
	/*text-align: right;*/
	text-align: left;
}

.float_img{
	text-align: center;
	display: inline-block;
	vertical-align: top;
}
.float_content{
	float: left;
	text-align: center;
}

.width_66_100,
.subPage-content .width_66_100
{
	width: 65%;
	padding: 7px;
}

.width_50_50,
.subPage-content .width_50_50 
{
	width: 49%;
	padding: 7px;
}

.width_33_50 img,
.width_50_50 img,
.subPage-content .width_33_50 img,
.subPage-content .width_50_50 img
{
	width: 100%;
}

.width_33_50 p,
.width_50_50 p,
.subPage-content .width_33_50 p,
.subPage-content .width_50_50 p
{
	font-size: 12px;
}

.width_25_50,
.subPage-content .width_25_50
{
	width: 24%;
	padding: 7px;
}

.width_33_33,
.width_33_50,
.width_33_100,
.subPage-content .width_33_33,
.subPage-content .width_33_50,
.subPage-content .width_33_100 
{
	width: 32%;
	padding: 7px;
}

.tabMenu {
	display: block;
	position: relative;
}

.tabMenu .hscroll_btn{
	display: none;
}

button.tagBtn {
	background-color: transparent;
	border: 0px none;
}

button.tagBtn,
.tabBtn {
	margin: 3px;
	padding: 5px 17px;
	cursor: pointer;
	white-space: nowrap;
	color: #FFF;
	font-weight: normal;
	/*font-size: 18px;*/
	font-size: 1em;
	display: inline-block;
	line-height: initial;
	background-color: #e85e00;
	/*border-right: 3px solid #ffdb43;*/
	height: 37px;
	vertical-align: middle;
}
.facilityTabBtn
{
	margin:0;
	border-right: 3px solid #ffdb43;
}
.facility .tabMenuContainer {
	width: 100%;
}
.facility_img .fac_img_container p {
    font-size: 35px;
}
.facility_img .fac_img_container p:before{
		display: inline-block;
		content: "\A";
		background: url("../images/icon_cam.png") no-repeat bottom/100%;
		width: 5vw;
		max-width: 50px;
		height: 5vw;
		max-height: 35px;
		margin-right: 1.8vw;
		margin-left: 1.8vw;
		vertical-align: baseline;
	}
.facility .tabBtn {
	text-align: center;
	position: relative;
	padding: 6px 0px;
	width: 20%;
	height: auto;
}

.facility .lv_btn {
	width: 100%;
	height: 100%;
	padding: 5px 0px;
}

.facility .subMenuBtn_container {
	position: relative;
	display: none;
}

.facility .subMenuBtnGp {
	position: absolute;
	display: block;
	width: 100%;
	background-color: #e85e00;
	margin-top: 6px;
	z-index: 300;
}
.facility .subMenuBtn{
  padding: 6px 0px;
}

.facility .subMenuBtn:hover{
	background-color: #bc4c00;
}

.facility_img img{
	width: 100%;
}
.facility_img .fac_img_container {display: none;margin-top: 22px;}
.facility_img .fac_img_container.currFac{display: block;}

.photoGroup button.tagBtn,
.staffGroup button.tagBtn {
	border-right: 0px;
	margin-right: 0px;
	margin: 3px 5px;
}

button.tagBtn:last-child,
.tabBtn:last-child {
	border-right: 0px;
}
button.tagBtn.curr,
.tabBtn.curr {
	color: #FFF;
	background-color: #e85e00;
}

button.tagBtn:not(.curr):hover,
.tabBtn:not(.curr):hover {
}

.tabMenuContainer{
	/*background-color: #e85e00;*/
}

.tabContentContainer {
	padding: 10px;
}

.selectSchDay_Gp, .selectForm_Gp, .selectEachClass_Gp {
	position: relative;
	width: 100%;
	display: table;
}

.selectSchDaySect, .selectClassSect {
    overflow: auto;
}

.selectForm_Gp {
	margin-bottom: 20px;
}

.selectEachClass_Gp {
	display: none;
	overflow: auto;
}

.selectEachClass_Gp.is-selected {
  display: block;	
}

.selectSchDay_btn, .selectForm_btn, .selectClass_btn {
    color: #FFF;
    width: 11.4vw;
    position: relative;
    text-align: center;
    margin: 4px;
    height: 11.2vw;
    float: left;
    display: table;
    max-width: 140px;
    max-height: 130px;
}

.selectSchDay_btn span {
    display: table-cell;
    vertical-align: middle;
}

.selectSchDay_btn.Monday {
	background-color: #c40513;
}

.selectSchDay_btn.Tuesday {
	background-color: #fc8a1a;
}

.selectSchDay_btn.Wednesday {
	background-color: #35c497;
}

.selectSchDay_btn.Thursday {
	background-color: #33567f;
}

.selectSchDay_btn.Friday {
	background-color: #db217e;
}

.selectSchDay_wkDay {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 4px;
}

.selectSchDay_btn.is-active, .selectForm_btn, .selectClass_btn {
    cursor: pointer;
}

.selectForm_btn, .selectClass_btn {
    display: table;
    font-size: 30px;
    width: 10.2vw;
    height: 10.2vw;
    max-width: 120px;
    max-height: 120px;
}

.selectForm_btn {
    background-color: #14ad93;
}

.selectForm_btn.is-selected,
.selectForm_btn:hover{
	background-color: #5ed2be;
}

.selectClass_btn{
	background-color: #ed9700;
}

.selectClass_btn.is-selected,
.selectClass_btn:hover{
	background-color: #ffab50;
}

.selectForm_btn span, .selectClass_btn span {
    display: table-cell;
    vertical-align: middle;
}

.showHW_sect {
    width: 100%;
    display: table;
    margin-top: 30px;
}

.backBtn,
.submit_btn,
.showHW_btn {
    color: #FFF;
    background-color: #26354a;
    cursor: pointer;
    font-size: 24px;
    text-align: center;
    display: inherit;
    margin: 0px auto;
    padding: 15px 60px;
}

.showHW_btn span {
    display: table-cell;
    vertical-align: middle;
}

.showHW_result {
    display: none;
}

.staffDetail .loadingImg,
.showHW_result .loadingImg{
    border: none;
    width: 20%;
}

.backBtn,
.submit_btn {
	font-size: 18px;
	padding: 0px 23px;
	height: 38px;
	outline: medium none;
  border: 0px none;
	display: table-cell;
}

.staffGroup, .videoGroup, .photoGroup {
    overflow-y: hidden;
}

.folder {
    max-width: 31%;
    float: left;
    margin: 4px;
    border: 1px solid #cbc9cf;
    background-color: #FFF;
    height: 222px;
    width: 20vw;
}

.folder a {
    width: 100%;
    height: 100%;
    padding: 11px;
    position: relative;
    overflow: hidden;
}

.folder .album_thumbnail {
    width: 100%;
    height: 74%;
    display: block;
    margin-bottom: 12px;
}

.folder .staff_title p, .folder .album_title p {
    color: #353535;
    font-size: 14px;
    line-height: initial;
    margin-bottom: 4px;
}

.staffGroup .folder {
	border: 0px;
	height: 165px;
}

.staffGroup .folder a{
	display: table;
	cursor: initial;
	padding: 2px;
}

.staffGroup .folder .album_thumbnail {
	height: 100%;
	width: 54%;
	display: table-cell;
	vertical-align: top;
}

.staffGroup .staff_title{
	display: table-cell;
	vertical-align: top;
	padding: 0px 8px;
}

.photoGroup .item {
    max-width: 30%;
    float: left;
    margin: 7px;
    height: 160px;
    width: 20vw;
}

.photoGroup .item a {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.photoGroup .item .album_thumbnail {
    width: 100%;
    height: 100%;
    display: block;
}

.footer{
	width: 100%;
	margin-top: 10px;
	padding: 16px;
	font-size: 14px;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}

.footer .content {
    padding: 16px 1px;
}

.footer .content > div {
    display: inline-flex;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    white-space: nowrap;
    padding: 2px 11px;
}

/* Outer */
.popup {
	width:100%;
	height:100%;
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	background:rgba(0,0,0,0.75);
	z-index: 600;
}

/* Inner */
.popup-inner {
	/*! max-width:700px; */
	width:auto;
	padding:9px;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	box-shadow:0px 2px 6px rgba(0,0,0,1);
	border-radius:3px;
	background:#FFF;
}

.popup-loading {
	background: url("../images/loading_spinner.gif") no-repeat;
	background-size: 100% 100%;
	
	width: 80px;
	height: 80px;
}

.popup-inner img{
	border: 0px;
	display: block;
	width: auto;
	height: auto;
	max-height: 80vh;
	max-width: 80vw;
}

.popup-content p {
	margin: 10px;
}


.popup-inner.center_text p{
	font-size: 5vw;
}

.popup-inner .popupChgImgBtn {
	position: absolute;
	top: 50%;
	cursor: pointer;
	height: 7%;
	width: 5%;
	min-width: 30px;
	min-height: 27px;
}

.popup-inner .prevImgBtn {
	background: url("../images/arrow_left_w.gif") no-repeat;
	background-size: auto 100%;
	background-position: left;
	left: -4.2vw;
}

.popup-inner .nextImgBtn {
	background: url("../images/arrow_right_w.gif") no-repeat;
	background-size: auto 100%;
	background-position: right;
	right: -4.2vw;
}

.popup-inner .playSlideShowBtn{
	background: url("../images/icon_playBtn.png") no-repeat;
	background-size: auto 100%;
	height: 4vw;
	width: 4vw;
	position: absolute;
	cursor: pointer;
	left: 48%;
	top: 102%;
}
.popup-inner .playSlideShowBtn.playing{
	background: url("../images/icon_pauseBtn.png") no-repeat;
	background-size: auto 100%;
}

.popup-inner .preLoadImg{
	display:none;
}

/* Close Button */
.popup-close {
	width:30px;
	height:30px;
	padding-top:4px;
	display:inline-block;
	position:absolute;
	top:0px;
	right:0px;
	transition:ease 0.25s all;
	-webkit-transform:translate(50%, -50%);
	transform:translate(50%, -50%);
	border-radius:1000px;
	background:rgb(0, 0, 0);
	font-family:Arial, Sans-Serif;
	font-size:20px;
	text-align:center;
	line-height:100%;
	color:#FFF;
}

.popup-close:hover {
	-webkit-transform:translate(50%, -50%) rotate(180deg);
	transform:translate(50%, -50%) rotate(180deg);
	background:rgb(0, 0, 0);
	text-decoration:none;
}

.numNavGp {
	position: relative;
	height: 30px;
	margin-top: 7px;
}

.numNav {
	display: block;
	right: 10px;
	position: absolute;
}

.numNav ul {
	display: inline-flex;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
}

.numNav li {
	cursor: pointer;
	padding: 0px 6px;
	list-style: none;
}
.numNav li::before {
	display: none;
}
.numNav li.curr {
	color: #e85e00;
}
.numNav li:hover {
	color: #70c1f5;
}

.contact_us {
    width: 70%;
}

.input {
    position: relative;
    display: block;
}

.subPage-content input {
    height: 36px;
    display: block;
}

.subPage-content input, .subPage-content textarea {
    border: 3px solid #e5e5e5;
    outline: none;
    width: 100%;
    padding: 5px 10px;
    font-size: 15px;
    border-radius: 0;
    color: #404040;
    margin: 8px 0px;
}

.subPage-content li a{
	display: inline-block;
	margin: 0px 15px;
}
.subPage-content img
{
	width: 100%;
}
.subPage-content img:after
{
	clear: both;
}
.subPage-content table 
{
	width: 100%;
}
.is-hide {
	display: none;
}

.mobile-only {
	display: none;
}

@media screen and (max-width: 1200px) {
	#main {
		padding: 0px 2vw;
	}
	
	/* category */
	.catBrowser-item span {
	 font-size: 1.7vw;
	}
	.catBrowser-label:before{
		height: 2.4vw;
		width: 2.4vw;
		margin-right: 8px;
	}
	.catBrowser-wrapper li{
		padding: 0.8vw 0px;
	}
	
	#container .home_page_section:nth-child(1) {
    max-height: 100%;
    height: 39vw;
  }
	
	.shortcut_btn_container{
		height: 9.9vw;
		max-width: 100%;
		max-height: 100%;
	}
	
	.shortcut_btn .topic_header{
		font-size: 2.3vw;
		line-height: 2.5vw;
	}
	.topic_icon {
			height: 5vw;
	}
	.shortcut_btn_3 .topic_icon {
			height: 6.5vw;
			margin-top: 1vw;
	}
	.shortcut_btn_container:before {
		border-left-width: 3vw;
		border-top-width: 3vw;
	}
	.folder {
    margin: 0.3vw;
    height: 19vw;
    width: 22vw;
    max-width: 32%;
    opacity: 1;
  }
	.folder a {
    padding: 11px;
  }
	.folder .staff_title p {
    font-size: 1.2vw;
    margin-bottom: 0.1vw;
  }
	.folder .album_title p {
    font-size: 1.4vw;
    margin-bottom: 0.1vw;
  }
	.folder .album_thumbnail {
    margin-bottom: 0.6vw;
  }
	
}


@media screen and (max-width: 1000px) {
	.header {
    height: 13vw;
  }
	#sider1 .controlBtnGtp .controlBtnDot {
			border-radius: 16px;
			border: 0.9vw solid #B3B3B3;
			margin: 0.4vw 4px;
	}
	#sider1 .controlBtnGtp .controlBtnDot.curr {
		border: 0.9vw solid #4D4D4D;
	}
	.selectSchDay_wkDay {
			font-size: 2.5vw;
	}
	.selectForm_btn, .selectClass_btn {
    font-size: 3vw;
  }
	.showHW_btn {
    font-size: 2.2vw;
  }
	
	.folder .staff_title p {
    font-size: 1.4vw;
    margin-bottom: 0.1vw;
  }
}
