-------------------------------------------------------------------------------------*/
/* LAYOUT */

#wrap .container { max-width:1252px; }

#top { background-image:url(../img/teacher/main_bg.jpg); background-color:#f2fceb; }
#top .logo:after { background-color:#33cccc; }
#top .mobile_btn a { color:#00b9ef; }

#menu { background-color:#33cccc; }
/*#menu .menu_area ul.menu_list { margin:0 -27px; text-align: left; }*/
#menu .menu_area ul.menu_list { margin:0; text-align: left; }
#menu .menu_area ul.menu_list > li > a.lv1 { height:40px; padding:0 0; line-height:40px; }
#menu .menu_area ul.menu_list > li.active > a.lv1, 
#menu .menu_area ul.menu_list > li > a.lv1:hover {background-color: #91dede;}
#menu .menu_area ul.menu_list li.mode a.btn_menu_mode { font-size: 14px; line-height: 30px; color:#175aae; display: inline-block; font-weight: bold; }
#menu .menu_area ul.menu_list li.mode a.btn_menu_mode .btn_menu_mode { height: 30px; padding: 2px 4px; background-color: #2ba8bb; border: solid teal 3px; }
#menu .menu_area ul.menu_list li.mode a.btn_menu_mode.active .btn_menu_mode { background-color: teal; color: white; }
#menu .menu_area ul.menu_list li.mode a.btn_menu_mode:hover .btn_menu_mode { background-color: #91dede;color:#175aae; }
/* #menu .menu_area ul.menu_list li.menu_mode_lv {  } */
/*#menu .menu_area ul.menu_list li.menu_mode_lv a { color: navy; font-size: 22px; line-height: 30px; font-weight: bold; padding: 1px 27px }*/
#menu .menu_area ul.menu_list li.menu_mode_lv a { color: navy; font-size: 22px; line-height: 30px; font-weight: bold; padding: 0 20px; }
#menu .menu_area ul.menu_list li.menu_mode_lv a .menu_mode_lv { padding: 6px 27px; height:40px; }
#menu .menu_area ul.menu_list li.menu_mode_lv a.active { background-color: lightseagreen; }
#menu .menu_area ul.menu_list li.menu_mode_lv a.lv1:hover {background-color: #91dede;}

#menu .menu_area ul.dropdown_menu {background-color: #2ba8bb;}
#menu .menu_area ul.dropdown_menu > li:hover > a.lv2,
#menu .menu_area ul.dropdown_menu > li > a.lv2:hover {background-color: #91dede;color:#175aae;}

#mobile_menu .menu_area li.mode { padding: 3px; font-size: 0; }
#mobile_menu .menu_area a { display: block; }
#mobile_menu .menu_area a.btn_menu_mode { border: lightblue solid 3px; color: aliceblue; font-size: 22px; width: 120px; display: inline-block; text-align: center; padding: 5px; }
#mobile_menu .menu_area a.btn_menu_mode.active { background-color: lightblue; color: #000000; }

#main { background:url(../img/teacher/main_bg.jpg) repeat-y #ffffff center top;}
#main .banner_show .owl-prev span,
#main .banner_show .owl-next span { background-image:url(../img/teacher/banner_row.png); }

/*#main .right_side { width:143px; }*/
/*20191016-wzh*/
#main .right_side { width:198px; }
#main .right_side:before { background-image:url(../img/teacher/right_side_shadow.png); }

#main .main_side { 
	padding-right:80px;
	width: calc(100% - 198px);
}
#menu .menu_area ul.menu_list > li > a > span {
	display: none;
}
/* #menu .menu_area ul.menu_list > li > a.lv1 img { display:block; vertical-align:top; margin:auto 0; width: 120px} */
/* #menu .menu_area ul.menu_list > li.menu_mode_type > a.lv1 img { width: 120px} */
#menu .menu_area ul.menu_list > li.menu_mode_lv > a.lv1 img { width: 74px}
#main .title_area .title { padding-bottom:0; background-image:none; align-items:center; }
#main .title_area .title_img { padding-right:5px; }
/*#main .title_area .title_name { min-height:38px; padding-bottom:18px; background-image:url(../img/teacher/title_row.png); background-position:left top; color:#2165c1; }*/
/*#main .title_area .title_name:before { position:absolute; left:0; bottom:0; content:""; width:100%; height:7px; background-image:url(../img/teacher/index_box_title_dot.png); background-position:left bottom; background-repeat:repeat-x; }*/
/*#main .title_area .title_name:after { position:absolute; left:-30px; bottom:0; content:""; width:100%; height:6px; background:url(../attachment/dot/r_01.png) no-repeat left bottom; background-size:cover; }*/
#main .title_area .title_name {
	background-image: url(../attachment/dot/r_01.png);
	background-size: contain;
	background-repeat: no-repeat;
	height: 7px;
	flex-grow: 1;
}

#main .sorting_tool {
	display: flex; 
	justify-content: flex-end; 
	align-items: center;
	flex-wrap: wrap;
	/*flex-direction: row-reverse;*/
}
#main .sorting_tool .nianji_box {
	display: flex;
	flex-grow: 1;
	justify-content: flex-start;
	align-items: center;
}
#main .sorting_tool .nianji_box .nianji {
	width: 164px;
	height: 59px;
	font-size: 20px;
	font-weight: bold;
	color: #0071af;
	font-family: Microsoft YaHei;
	background-image: url(../img/teacher/nianji.png);
	background-size: contain;
	background-repeat: no-repeat;
	display: flex;
    align-items: center;
}
#main .sorting_tool .nianji_box .nianji.long {
	width: 304px;
	background-image: url(../img/teacher/nianj_02.png);
}
#main .sorting_tool .nianji_box .nianji span {
	width: 100%;
	margin-left: 38px;
	/* width: 115px; */
	text-align: center;
	position: relative;
  top: -2px;
	white-space: nowrap;
}
#main .content { padding-top:20px; }

/* #main .back_to_top { right: 228px; } */

#footer { background:url(../img/footer_shadow.png) repeat-x #46cbcb center top; }
#footer .company_link select { border-color:#90c176; }
#footer .copyright li { border-left-color:#ffffff; }

@media screen and (max-width: 1370px){
#main .banner_show .owl-prev { left:15px; }
#main .banner_show .owl-next { right:15px; }
}

@media screen and (max-width: 1269px){
/*#main .back_to_top { right:173px; }*/
/* #main .back_to_top { right:229px; } */
}

@media screen and (max-width: 980px){
.right_side .icon_list.owl-carousel .owl-prev, 
.right_side .icon_list.owl-carousel .owl-next { color:#00b9ef; }
}

@media screen and (max-width: 767px){
#main .title_area .title_img img { max-height:38px; }
/*#main .title_area .title_name { padding-bottom:18px; } */

#mobile_menu .menu_area a.btn_menu_mode { width: 105px; }
}

@media screen and (max-width: 619px){

}

@media screen and (max-width: 479px){
#main .title_area .title_img img { max-height:32px; }
}







/*-------------------------------------------------------------------------------------*/
/* INDEX */
/* wzh 20220406 */

.index_box_area .news-box {

	box-sizing: border-box;
	width: 100%;
	/* background-color: rgba(255,255,255,0.5); */
	background-color: #ffffff;
  /* box-shadow: inset 0 0 32px rgba(51,204,204,0.7); */
  box-shadow: inset 0 0 12px grey;
	border-radius: 10px;
	margin: 10px;
	padding: 10px;
}
.main_side .news-box {
	box-sizing: border-box;
	width: 100%;
	/* background-color: rgba(255,255,255,0.5); */
	background-color: #ffffff;
  /* box-shadow: inset 0 0 32px rgba(51,204,204,0.7); */
  box-shadow: inset 0 0 12px grey;
	border-radius: 10px;
	margin-bottom: 30px;
	padding: 10px;
}
.news-box .news-box-hd {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 12px;
}
.news-box .news-box-hd .news-box-title {
	flex-shrink: 0;
	width: 190px;
	height: 44px;
	background-image: url(../img/teacher/news/News_title_1.png);
	background-size: contain;
	background-repeat: no-repeat;
}
.news-box .news-box-hd .news-box-title-line {
	flex-grow: 1;
	/* width: 156px; */
	height: 7px;
	background-image: url(../img/teacher/news/News_line_1.png);
	/* background-size: contain; */
	background-size: 889px 7px;
	background-position: right center;
	background-repeat: no-repeat;
}
.news-box .news-box-hd .news-box-btn-group {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-left: 20px;
}
.news-box .news-box-btn-more {
	flex-shrink: 0;
	width: 84px;
	height: 36px;
	cursor: pointer;
	background-image: url(../img/teacher/news/btn_more.png);
	background-size: contain;
	background-repeat: no-repeat;

}
.news-box .news-box-btn-more:hover {
	background-image: url(../img/teacher/news/btn_more_h.png);
}
.news-box .news-box-btn-back {
	flex-shrink: 0;
	width: 89px;
	height: 33px;
	cursor: pointer;
	background-image: url(../img/teacher/news/btn_back.png);
	background-size: contain;
	background-repeat: no-repeat;

}
.news-box .news-box-btn-back:hover {
	background-image: url(../img/teacher/news/btn_back_h.png);
}
.news-box .news-box-bd {
	position: relative;
	max-height: 140px;
	/* overflow-y: auto; */
	overflow: hidden;
	padding-right: 5px;
}
.news-box .news-box-item-hd {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 5px 0;
}
.news-box .news-box-item-date {
	padding: 2px 12px;
	/* border-right: 2px solid rgba(0,0,0,0.5); */
	flex-shrink: 0;
}
.news-box .news-box-item-date.br {
	border-right: 2px solid rgba(0,0,0,0.5);
}
.news-box .news-box-item-label-box {
	display: flex;
	flex-wrap: wrap;
	flex-grow: 1;
	padding: 0 7px;
	

}
.news-box .news-box-item-label-box .news-box-item-label {
	margin: 0 5px;
	/* max-width: 66px; */
	max-height: 25px;
}

.news-box .news-box-item-bd {
	position: relative;
	margin: 0 12px;
	height: 20px;
	overflow: hidden;
}
.news-box .news-box-item-bd > p {
	max-width: calc(100% - 35px);
}
.news-box .news-box-item-bd.ellipsi::after{
	position: absolute;
	/* top: -11px; */
	top: calc(50% - 22px);
	right: 0;
	content: "……";
	font-size: 24px;
}

.news-box .news-box-item-bd.no-ellipsi {
	height: auto;
	overflow: hidden;
}
.news-box .news-box-item-bd.no-ellipsi > p {
	max-width: 100%;
}
.news-box .news-box-item-bd.no-ellipsi::after {
	display: none;
}

.news-box .news-box-item {
	margin-bottom: 20px;
}

/* --- */

.index_box_area .index_box_title {
	height: 45px;
}
.index_box_area { padding:19px 0 38px 0; margin:-11px; display: flex; flex-wrap: wrap;}
.index_box_area .index_box_item { padding:11px; }
.index_box_area .index_box { height: 100%; padding:17px 18px 17px 18px; background-color:rgba(255,255,255,0.5); box-shadow:inset 0 0 32px rgba(51,204,204,0.7); }
.index_box_area .index_box_item.box_1 { width:35%; }
.index_box_area .index_box_item.box_2 { width:65%; }
.index_box_area .index_box_item.box_3 { width:26%; }
.index_box_area .index_box_item.box_4 { width:26%; }
.index_box_area .index_box_item.box_5 { width:48%; }
.index_box_area .index_box_item.box_6 { width:26%; }
.index_box_area .index_box_item.box_7 { width:26%; }
.index_box_area .index_box_title .title_dot { background-image:url(../img/teacher/index_box_title_dot.png); background-position:left bottom; }
/*20191016-wzh*/
.index_box_area .index_box_title .title_dot{
	background-repeat: no-repeat;
	height: 7px;
	flex-grow: 1;
}
.index_box_area .index_box_title .title_dot_1 {
	background-image: url(../attachment/dot/d_01.png);
}
.index_box_area .index_box_title .title_dot_2 {
	background-image: url(../attachment/dot/r_01.png);
	background-position-x: -107px;

}
.index_box_area .index_box_title .title_dot_3,
.index_box_area .index_box_title .title_dot_7 {
	background-image: url(../attachment/dot/d_02.png);
}
.index_box_area .index_box_title .title_dot_4 {
	background-image: url()
}
.index_box_area .index_box_title .title_dot_5 {
	background-image: url(../attachment/dot/d_02.png);
}
.index_box_area .index_box_title .title_dot_6 {
	background-image: url(../attachment/dot/d_02.png);
}
.box_7 .index_box_title .title_img img {
	max-height: 43px;
}
.index_box_area .index_box_content { height:auto; padding:0; }

.index_icon_list {
	display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: start;
}
.index_icon_list .index_icon_item { display:inline-block; vertical-align:top; height:auto; padding:3px 8px; box-sizing:border-box; }
.index_icon_list .index_icon { width:100%; max-width:114px; height:130px; text-align:center; }
.index_icon_list .index_icon img { max-width:100%; max-height:100%; margin:auto; object-fit:contain; }

.box_1 .index_icon_list .index_icon_item { width:33.3333334%; }
.box_2 .index_icon_list .index_icon_item { width:16.6666667%; }
.box_3 .index_icon_list .index_icon_item { width:50%; }
.box_4 .index_icon_list { text-align: center; }
.box_4 .index_icon_list .index_icon_item { width:50%; }
/*.box_5 .index_icon_list .index_icon_item { width:33%; padding: 0}*/
.box_5 .index_icon_list .index_icon_item { width:25%;}
.box_6 .index_icon_list .index_icon_item { width:50%; }
.box_7 .index_icon_list .index_icon_item { width:50%; }

@media screen and (max-width: 1269px){
.index_box_area .index_box_item.box_1 { width:36%; }
.index_box_area .index_box_item.box_2 { width:64%; }
.index_box_area .index_box_item.box_3 { width:57%; }
.index_box_area .index_box_item.box_4 { width:43%; }
.index_box_area .index_box_item.box_5 { width:57%; }
.index_box_area .index_box_item.box_6 { width:43%; }
.index_box_area .index_box_item.box_7 { width:36%; }

.box_1 .index_box_content,
.box_2 .index_box_content { height:auto; }
.box_3 .index_box_content,
.box_4 .index_box_content,
.box_5 .index_box_content,
.box_6 .index_box_content,
.box_7 .index_box_content { height:auto; }

.index_icon_list .index_icon { max-width:112px; }

.box_1 .index_icon_list .index_icon_item { 
	width: 75px; 
	padding: 0;
}
.index_icon_list .index_icon {
	height: auto;
}
.box_2 .index_icon_list .index_icon_item { width: 75px; padding: 0;}
.box_3 .index_icon_list .index_icon_item { width: 75px; padding: 0;}
.box_4 .index_icon_list .index_icon_item { width: 75px; padding: 0;}
.box_4 .index_icon_list .index_icon_item { width: 75px; padding: 0;}
.box_5 .index_icon_list .index_icon_item { width: 75px; padding: 0;}
.box_6 .index_icon_list .index_icon_item { width: 75px; padding: 0;}
.box_7 .index_icon_list .index_icon_item { width: 75px; padding: 0;}

/*destop to ipad index漸變圓點x位移*/
.index_box_area .index_box_title .title_dot_1 {
	background-image: url(../attachment/dot/d_02.png);
	background-position-x: 0;
}
.index_box_area .index_box_title .title_dot_2 {
	background-image: url(../attachment/dot/d_01.png);
	background-position-x: 0;
}
.index_box_area .index_box_title .title_dot_3 {
	background-image: url(../attachment/dot/d_01.png);
	background-position-x: 0;
}
.index_box_area .index_box_title .title_dot_4 {
	background-image: url(../attachment/dot/d_01.png);
	background-position-x: 0;
}
.index_box_area .index_box_title .title_dot_5 {
	background-image: url(../attachment/dot/d_01.png);
	background-position-x: 0;
}
.index_box_area .index_box_title .title_dot_6 {
	background-image: url(../attachment/dot/d_01.png);
	background-position-x: 0;
}

/*inner 漸變dot*/
#main .title_area .title_name {
	background-image: url(../attachment/dot/d_01.png);
}

#mobile_menu .menu_area li.mode { padding: 3px; font-size: 0; }
#mobile_menu .menu_area a { display: block; }
#mobile_menu .menu_area a.btn_menu_mode { border: lightblue solid 3px; color: aliceblue; font-size: 22px; display: inline-block; text-align: center; padding: 5px; }
#mobile_menu .menu_area a.btn_menu_mode.active { background-color: lightblue; color: #000000; }

}
@media screen and (max-width: 1269px){
	/* #menu .menu_area ul.menu_list > li.menu_mode_type > a.lv1 img {
		width: 85px;
	} */


	#menu .menu_area ul.menu_list > li.menu_mode_lv > a.lv1 img {
		width: 75px;
	}
	#menu .menu_area ul.menu_list li.mode a.btn_menu_mode {
		font-size: 14px;
	}
	#menu .menu_area ul.menu_list li.menu_mode_lv a {
		padding: 0 15px;
	}
	#menu .menu_area ul.menu_list > li > a.lv1.type_go_student img {
		width: 90px;
	}
	#menu .menu_area ul.menu_list > li > a.lv1.lv_go_student img {
		width: 130px;
	}
}
/*@media screen and (max-width: 1024px){
	#menu .menu_area ul.menu_list > li > a.lv1 img {
		width: 85px;
	}
	#menu .menu_area ul.menu_list li.mode a.btn_menu_mode {
		font-size: 18px;
	}
	#menu .menu_area ul.menu_list li.menu_mode_lv a {
		padding: 0 15px;
	}
}*/
@media screen and (max-width: 980px){
.index_box_area .index_box_item.box_1 { width:36%; }
.index_box_area .index_box_item.box_2 { width:64%; }
.index_box_area .index_box_item.box_3 { width:65%; }
.index_box_area .index_box_item.box_4 { width:35%; }
.index_box_area .index_box_item.box_5 { width:50%; }
.index_box_area .index_box_item.box_6 { width:50%; }
.index_box_area .index_box_item.box_7 { width:36%; }

.index_box_area .index_box { padding:17px 10px 0 10px; }
.index_box_area .index_box_title { padding:0 8px 14px 8px; }

.box_1 .index_box_content,
.box_2 .index_box_content { height:auto; }
.box_3 .index_box_content,
.box_4 .index_box_content { height:auto; }
.box_5 .index_box_content,
.box_6 .index_box_content { height:auto; }

.index_icon_list .index_icon { height:120px; }

.box_1 .index_icon_list .index_icon_item { width:50%; }
.box_2 .index_icon_list .index_icon_item { width:25%; }
.box_3 .index_icon_list .index_icon_item { width:25%; }
.box_4 .index_icon_list .index_icon_item { width:50%; }
.box_5 .index_icon_list .index_icon_item { width:33.3333334%; }
.box_6 .index_icon_list .index_icon_item { width:33.3333334%; }
.box_7 .index_icon_list .index_icon_item { width:50%; }
}
/*980px to 768px index漸變圓點x位移*/
.index_box_area .index_box_title .title_dot_4 {
	background-image: url(../attachment/dot/d_02.png);
	background-position-x: 0;
}

@media screen and (max-width: 767px){
.index_box_area .index_box_item.box_1, 
.index_box_area .index_box_item.box_2, 
.index_box_area .index_box_item.box_3, 
.index_box_area .index_box_item.box_4, 
.index_box_area .index_box_item.box_5, 
.index_box_area .index_box_item.box_6,
.index_box_area .index_box_item.box_7 { width:100%; }
.index_box_area .index_box { padding:17px 15px 10px 15px; }

.box_1 .index_box_content,
.box_2 .index_box_content, 
.box_3 .index_box_content,
.box_4 .index_box_content, 
.box_5 .index_box_content,
.box_6 .index_box_content,
.box_7 .index_box_content { height:auto; }

.box_1 .index_icon_list .index_icon_item, 
.box_2 .index_icon_list .index_icon_item,
.box_3 .index_icon_list .index_icon_item,
.box_4 .index_icon_list .index_icon_item,
.box_5 .index_icon_list .index_icon_item,
.box_6 .index_icon_list .index_icon_item,
.box_7 .index_icon_list .index_icon_item { width:20%; min-width:89px; padding:8px 4px; }

.index_icon_list .index_icon { height:auto; }
.index_box_area .index_box_title .title_dot_4 {
	background-image: url(../attachment/dot/d_01.png);
	background-position-x: 0;
}
}

@media screen and (max-width: 620px){
.box_1 .index_icon_list .index_icon_item, 
.box_2 .index_icon_list .index_icon_item,
.box_3 .index_icon_list .index_icon_item,
.box_4 .index_icon_list .index_icon_item,
.box_5 .index_icon_list .index_icon_item,
.box_6 .index_icon_list .index_icon_item { width:25%; }
}

@media screen and (max-width: 520px){
.box_1 .index_icon_list .index_icon_item, 
.box_2 .index_icon_list .index_icon_item,
.box_3 .index_icon_list .index_icon_item,
.box_4 .index_icon_list .index_icon_item,
.box_5 .index_icon_list .index_icon_item,
.box_6 .index_icon_list .index_icon_item { width:33.3333334%; }
/*index漸變圓點x位移*/
.index_box_area .index_box_title .title_dot_1,
.index_box_area .index_box_title .title_dot_2,
.index_box_area .index_box_title .title_dot_3,
.index_box_area .index_box_title .title_dot_4,
.index_box_area .index_box_title .title_dot_5,
.index_box_area .index_box_title .title_dot_6 {
	background-image: url(../attachment/dot/d_01.png);
	background-position-x: 0;
}
}

@media screen and (max-width: 374px){
.box_1 .index_icon_list .index_icon_item, 
.box_2 .index_icon_list .index_icon_item,
.box_3 .index_icon_list .index_icon_item,
.box_4 .index_icon_list .index_icon_item,
.box_5 .index_icon_list .index_icon_item,
.box_6 .index_icon_list .index_icon_item { width:50%; }
/*index漸變圓點x位移*/
.index_box_area .index_box_title .title_dot_1,
.index_box_area .index_box_title .title_dot_2,
.index_box_area .index_box_title .title_dot_3,
.index_box_area .index_box_title .title_dot_4,
.index_box_area .index_box_title .title_dot_5,
.index_box_area .index_box_title .title_dot_6 {
	background-image: url(../attachment/dot/d_02.png);
	background-position-x: 0;
}
}

@media screen and (max-width: 250px){
.box_1 .index_icon_list .index_icon_item, 
.box_2 .index_icon_list .index_icon_item,
.box_3 .index_icon_list .index_icon_item,
.box_4 .index_icon_list .index_icon_item,
.box_5 .index_icon_list .index_icon_item,
.box_6 .index_icon_list .index_icon_item { width:100%; }

.index_icon_list .index_icon { max-width:109px; margin:0 auto; }
}


owl-dot.active { background-color: #2ba8bb; }

/*-------------------------------------------------------------------------------------*/
/* INNER PAGE */

.icon_section .icon_box { background-color:rgba(255,255,255,0.5); box-shadow:inset 0 0 32px rgba(51,204,204,0.7); }
/*.icon_section .icon_box .title_name { background-image:none !important; }*/
/*.icon_section .icon_box .title_name:before { display:none }*/
/*.icon_section .icon_box .title_name:after { left:0 !important; }*/

.icon_list .icon_item { padding-left:0 !important; padding-right:0 !important; }

@media screen and (max-width: 767px){
/*.icon_section .icon_box .title_name { min-height:10px !important; }*/
/*inner 漸變dot*/
#main .title_area .title_name {
	background-image: url(../attachment/dot/d_01.png);
}
}

/*-------------------------------------------------------------------------------------*/
/* DETAIL PAGE */

.detail_area table tr:first-child td { background-color:#209bdf; border-left:1px solid #60b8e8; }
.detail_area table tr:first-child td:first-child { border-left:none; }

.detail_area table td { min-width: 74px; border: solid 2px skyblue; max-width: 470px;}
.detail_area table td[data-field=wcd_level] {min-width: 92px;}
.detail_area table td.type { color:#2092df; }
.detail_area table td.col_btn a { background-color:orange; }
.detail_area table td.col_btn a:visited:hover,
.detail_area table td.col_btn a:hover { background-color: gold; }
/*.detail_area table td.col_btn a:visited { background-color: grey; }*/
.detail_area table td.col_btn a.dim,
.detail_area table td.col_btn a.dim:hover { background-color: gainsboro; cursor: default; }
/* .detail_area table td.col_avg3 { width: 33%; } */
/* .detail_area table td.col_avg4 { width: 25%; } */
/* .detail_area table td.col_avg5 { width: 20%; } */
.detail_area table td.col_avg6 { width: 16%; } 
/* .detail_area table td.col_avg7 { width: 14%; } */
.detail_area table td.col_avg8 { width: 12%; }
.detail_area table td.col_avg5.teach-brief,
.detail_area table td.col_avg5.extra-ex {width: auto;}
@media screen and (max-width: 767px){
.detail_area table.responsive td .td_label { background-color:#209bdf; }
.detail_area table td.col_avg3 { width: auto; }
.detail_area table td.col_avg4 { width: auto; }
.detail_area table td.col_avg5 { width: auto; }
}

.detail_area .tab_area a.tab_btn { background-color:silver; color:#ffffff; margin-bottom: 0; }
.detail_area .tab_area a.tab_btn.active { background-color: #209bdf; font-size: 24px; height: 38px; padding-top: 7px; margin-top: 0; }
.detail_area .tab_area a.tab_btn:hover { background-color: #91dede; }

/* 抄一遍 */
.news-box-item-bd table tr:first-child td { background-color:#209bdf; border-left:1px solid #60b8e8; }
.news-box-item-bd table tr:first-child td:first-child { border-left:none; }

.news-box-item-bd table td { min-width: 72px; border: solid 2px skyblue; }
.news-box-item-bd table td.type { color:#2092df; }
.news-box-item-bd table td.col_btn a { background-color:orange; }
.news-box-item-bd table td.col_btn a:visited:hover,
.news-box-item-bd table td.col_btn a:hover { background-color: gold; }
/*.news-box-item-bd table td.col_btn a:visited { background-color: grey; }*/
.news-box-item-bd table td.col_btn a.dim,
.news-box-item-bd table td.col_btn a.dim:hover { background-color: gainsboro; cursor: default; }
.news-box-item-bd table td.col_avg3 { width: 33%; }
.news-box-item-bd table td.col_avg4 { width: 25%; }
.news-box-item-bd table td.col_avg5 { width: 20%; }
.news-box-item-bd table td.col_avg6 { width: 16%; } 
.news-box-item-bd table td.col_avg7 { width: 14%; }
.news-box-item-bd table td.col_avg8 { width: 12%; }
.news-box-item-bd table td.col_avg5.teach-brief,
.news-box-item-bd table td.col_avg5.extra-ex {width: auto;}
@media screen and (max-width: 767px){
.news-box-item-bd table.responsive td .td_label { background-color:#209bdf; }
.news-box-item-bd table td.col_avg3 { width: auto; }
.news-box-item-bd table td.col_avg4 { width: auto; }
.news-box-item-bd table td.col_avg5 { width: auto; }
}

.news-box-item-bd .tab_area a.tab_btn { background-color:silver; color:#ffffff; margin-bottom: 0; }
.news-box-item-bd .tab_area a.tab_btn.active { background-color: #209bdf; font-size: 24px; height: 38px; padding-top: 7px; margin-top: 0; }
.news-box-item-bd .tab_area a.tab_btn:hover { background-color: #91dede; }

.eTool_list_area {
	display: flex;
	flex-wrap: wrap;
}

/*-------------------------------------------------------------------------------------*/
/* POSTER */

.poster_box { background-color: azure; border:2px solid #96eef1; }

.poster_box .poster_list .owl-prev, 
.poster_box .poster_list .owl-next { background-image:url(../img/teacher/poster_list_row.png) !important; }

/*-------------------------------------------------------------------------------------


/*-------------------------------------------*/
/*攤位遊戲借用*/
#game_borrow {
	width: 100%;
    padding: 16px 20px 12px 20px;
    border-radius: 10px;
    background-color: rgba(255,255,255,0.5);
    box-shadow: inset 0 0 32px rgba(51,204,204,0.7);
    box-sizing: border-box;
}
#game_borrow .box {
	margin-bottom: 20px;
}
#game_borrow .title_box .title {
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: 700;
	color: rgb(204,0,0);
}

#game_borrow .material_box .title {
	font-size: 18px;
	font-weight: 700;
}

#game_borrow .item_box .title {
	font-size: 18px;
	font-weight: 700;
}

#game_borrow .item_box .item_content,
#game_borrow .example_box .example_content,
#game_borrow .item_box .download_box {
	text-align: center;
}

#game_borrow .item_box .bottom {
	margin-top: 10px;
}

/*表格*/
/*先取消style.css的樣式*/
#game_borrow .item_box .item_table_box table {
	width: auto;
}
#game_borrow .item_box .item_table_box td {
	min-width: auto;
	border: none;
	padding: 10px;
	margin: 0;
	color: black;
	font-weight: normal;
	background-color: #b3f9f9;

}

/* 20220927 */
#game_borrow .bold {
	font-weight: bold;
}

#game_borrow .item_box .item_table_box {
	padding: 0 20px;
}
#game_borrow .item_box .item_table_box .item_table {
	/* max-width: 500px; */
	width: 100%;
	margin: 0 auto;
}
#game_borrow .item_box .item_table_box .item_table td{
	font-size: 20px;
	text-align: left;
	vertical-align: baseline;
	border-right: 3px solid #ffffff;
}
#game_borrow .item_box .item_table_box .item_table tr {
	border-bottom: 3px solid #ffffff;
}
#game_borrow .item_box .item_table_box .item_table thead tr td {
	text-align: center;
	vertical-align: middle;
}
#game_borrow .item_box .item_table_box .item_table thead tr td:first-child {
	border-top-left-radius: 25px;
}
#game_borrow .item_box .item_table_box .item_table thead tr td:last-child {
	border-top-right-radius: 25px;
}
#game_borrow .item_box .item_table_box .item_table tbody tr:last-child td:first-child {
	border-bottom-left-radius: 25px;
}
#game_borrow .item_box .item_table_box .item_table tbody tr:last-child td:last-child {
	border-bottom-right-radius: 25px;
}
#game_borrow .item_box .item_table_box .item_table tbody tr:last-child {
	border-bottom: none;
}
#game_borrow .item_box .item_table_box .item_table tr td:first-child{
	text-align: center;
	vertical-align: middle;
}
#game_borrow .item_box .item_table_box .item_table tr td:last-child{
	border-right: none;
}
#game_borrow .item_box .item_table_box .item_table .item_table_head {
	background-color: #008080;
	border-right: 3px solid #ffffff;
	font-size: 22px;
	color: #ffffff;
	font-weight: bold;
	padding: 5px;
}

#game_borrow .item_table tr td:nth-child(3) {
	/* 20220929 */
	min-width: 265px;	
}
#game_borrow .banner {
	max-width: 220px;
}
@media screen and (max-width: 1200px){
	#game_borrow .item_table tr td:nth-child(3) {
		min-width: 180px;
	}
	#game_borrow .banner {
		max-width: 180px;
	}
}

@media screen and (max-width: 767px){
	#game_borrow .item_box .item_table_box .item_table td {
		padding: 0;
		font-size: 16px;
	}
	#game_borrow .item_box .item_table_box {
		padding: 0;
	}
}
/*表格兼容*/
@media screen and (max-width: 430px){
	#game_borrow .item_box .item_table_box .item_table .item_table_head {
		font-size: 13px;
	}
	#game_borrow .banner {
		max-width: 140px;
	}
}


#game_borrow .item_box .item_content img {
	max-width: 100%;
	max-height: 100%;
}

#game_borrow .example_box .example_content img {
	max-width: 100%;
	max-height: 100%;
}

#game_borrow .download_btn {
	/* display: inline-block; */
	float: right;
	margin: 20px;
}

#game_borrow .download_btn a {
	padding: 5px 10px;
	border-radius: 9px;
	color: #ffffff;
	font-weight: 700;
	/*background-color: orange;*/
	background-color: #33cccc;
}

#game_borrow .download_btn a img{
	margin-left: 8px;
}
#game_borrow .download_btn a:hover {
	background-color: gold;
}




.grid-box {
	padding: 20px 0;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 20px;
}
.grid-box .col-3 {
	grid-template-columns: 1fr 1fr 1fr;
}
.grid-box .icon-box>img {
	max-width: 100%;
	max-height: 100%;
}

.grid-box .icon-box,
.grid-box .icon-box+.text {
	text-align: center
}

@media screen and (max-width: 980px) {
	.grid-box {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
}

@media screen and (max-width: 768px) {
	.grid-box {
		display: grid;
		grid-template-columns: 1fr;
	}
}