@charset "utf-8";
/*---------- Reset ----------*/
a {
    behavior:expression(this.onFocus=this.blur()); /* for IE */
	text-decoration:none;	  
}
a:hover {text-decoration:underline;}
ul, li, ol, dl, dt, dd, p {margin:0; padding:0; list-style:none;}
img {border:none;}

/*---------- 通用設定 ----------*/
body {
	font-family:"微軟正黑體", "Microsoft JhengHei", Arial;
	background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20190123172015/https://cpd.moe.gov.tw/images/body_bg.jpg) repeat;
	background-color:#f7f7da;
	margin:0;
	color:#333;
	font-size:15px;
	overflow-x: hidden;
}
body:after{
	clear: both;
	display: block;
	height: 0;
	content: '';
}
.left {float:left;}
.right {float:right;}
.clearfix:after {
	content:"";
	display:block;
	clear:both;
	visibility:hidden;
}
.clearfix {
	*display:inline-block;
	height:1%;
}
select, input {
	border:1px solid #CCC;
	border-radius:5px;
}
.mobile{
	display: none;
}
a:focus{
	outline: red dotted 2px;
}
.float-right{
	float: right;
}

/*---------- Header ----------*/
.header {
	background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20190123172015/https://cpd.moe.gov.tw/images/top_visual.jpg) left top no-repeat;
	background-size:auto;
	width:100%;
	height:185px;
}
.logo{
	margin:20px 0 0 30px;
	float:left;
}
.logo-20{
	margin: auto;
}
.right_top {
	margin:23px 1em 0 0;
	float:left;
	display:block;
}
.right_top a {
	padding:0 0.5em;
	border-right:1px solid #333;
	color:#039;
	line-height:1em;
	display: inline-block;
}
.right_top a:last-child {border-right:none;}
.search {
	background:rgba(0, 0, 0, 0.7);
	width:190px;
	height:1em;
	border-radius:20px;
	padding:0.4em 0.8em;
	margin:20px 30px 0 0;
	float:right;
}
.search input {
	background:none;
	width:165px;
	height:1em;
	border:none;
	color:#FFF;
	float:left;
}
.search .btn_search {
	width:1em;
	float:right;
	cursor:pointer;
}
.search .tag {
	clear: both;
	display: block;
	font-size: .9em;
	padding-top: 10px;
}
.search .tag a{
	color:#039;
	display: inline-block;
	padding: 1px 3px;
}
a.btn_top {display:none;}

/*---------- Container ----------*/
.container {
	width:85%;
	float:left;
	position:relative;
	/*max-width: 1300px;*/
}
.container img.container_side {
	position:absolute;
	top:0;
	right:-25px;
}

/*---------- Navgation ----------*/
.menu_outer {
	background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20190123172015/https://cpd.moe.gov.tw/images/menu_bg.jpg) left top no-repeat;
	background-color:#feaa58;
	width:18%;
	padding:30px 0 0 2%;
	float:left;
	position:relative;
}
.menu_outer::before{
	width: 20px;
	height: 72px;
	background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20190123172015/https://cpd.moe.gov.tw/images/content_bg.jpg) left top;
	content: "";
	right:-20px;
	top:0;
	position: absolute;
}
.menu_outer .menu_side {
	position:absolute;
	bottom:-25px;
	right:0;
}
.menu {
	background-color:#FFF;
	margin-right:-20px;
	border-radius:10px;	
}
.menu > ul {
	padding:0;
	margin:0;
}
.menu > ul > li {
	background-image:-webkit-linear-gradient(left, #FFF 90%, #DDD);
	background-image:-moz-linear-gradient(left, #FFF 90%, #DDD);
	background-image:linear-gradient(to right, #FFF 90%, #DDD);
	margin:0;
	border-bottom:1px solid #CCC;
	font-size:16px;
	list-style:none;
	display:block;
	cursor:pointer;
	position:relative;
}
.menu > ul > li:hover {
	background-image:-webkit-linear-gradient(left, #EEE 90%, #BBB);
	background-image:-moz-linear-gradient(left, #EEE 90%, #BBB);
	background-image:linear-gradient(to right, #EEE 90%, #BBB);
	background-color:#EEE;
}
.menu > ul > li.active {
	background-image:-webkit-linear-gradient(left, #9e5034 90%, #804420);
	background-image:-moz-linear-gradient(left, #9e5034 90%, #804420);
	background-image:linear-gradient(to right, #9e5034 90%, #804420);
	background-color:#9e5034;
	color:#FFF;
}
.menu > ul > li.active:hover {
	background-image:-webkit-linear-gradient(left, #6e3210 90%, #4c220a);
	background-image:-moz-linear-gradient(left, #6e3210 90%, #4c220a);
	background-image:linear-gradient(to right, #6e3210 90%, #4c220a);
	background-color:#6e3210;
}
.menu > ul > li:first-child {border-radius:10px 0 0 0;}
.menu > ul > li:last-child {
	border-radius:0 0 0 10px;
	border-bottom:none;
}
.menu > ul::after {
	margin-bottom:30px;
	display:block;
	content:"";
}
.menu > ul > li a {
	padding:0.8em 0 0.8em 1.5em;
	color:#333;
	text-decoration:none;
	display:block;
}
.menu > ul > li.active a {color:#FFF;}
.menu > ul > li.mobile {display:none;}

/*---------- Submenu ----------*/
.menu > ul > li.submenu::after, .menu > ul > li.submenu_active::after {
	width: 24px;
    height: 24px;
    position: absolute;
    right: 10px;
    top: 0.7em;
    content: "";
}
.menu > ul > li.submenu::after {background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20190123172015/https://cpd.moe.gov.tw/images/menu_arrow.png) right center no-repeat;}
.menu > ul > li.submenu_active {background-image:linear-gradient(to right, #EEE 90%, #BBB);}
.menu > ul > li.submenu_active::after {background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20190123172015/https://cpd.moe.gov.tw/images/menu_arrow_collapse.png) right center no-repeat;}
ul.submenu_list {
	background-image:-webkit-linear-gradient(left, #ffd660 80%, #FA0);
	background-image:-moz-linear-gradient(left, #ffd660 80%, #FA0);
	background-image:linear-gradient(to right, #ffd660 80%, #FA0);
	background-color:#ffd660;
	padding:1em;
}
ul.submenu_list li {
	background:rgba(255,255,255,0.5);
	padding:0.6em 0.9em;
	margin-bottom:1px;
	cursor:pointer;
}
ul.submenu_list li:first-child {border-radius:10px 10px 0 0;}
ul.submenu_list li:last-child {border-radius:0 0 10px 10px; border-bottom:none;}
ul.submenu_list li:hover {background:rgba(255,255,255,0.7);}
ul.submenu_list a {
	font-size:15px;
	color:#333;
	text-decoration:none;
	display:block;
}
#btn_menu {display:none;}

ul.submenu_list li.active {
	background:rgba(255,255,255,0.9) !important;
}
/*---------- Content ----------*/
.content_outer {
	background:-webkit-linear-gradient(90deg,#feaa58,#FC3,#feaa58);
	background:-moz-linear-gradient(90deg,#feaa58,#FC3,#feaa58);
	background:linear-gradient(90deg,#feaa58,#FC3,#feaa58);
	background-color:#feaa58;
	width:80%;
	margin-bottom:30px;
	border-radius:0 0 25px 25px;
	float:left;
}
.content, .page_content {
	background:#FFF;
	min-height:794px;
	padding:1%;
	margin:0 20px 20px;
	border-radius:25px;
}
.page_content {padding:2%;}
.page_title {
	background-color:#EEE;
	padding:10px 20px;
	margin-bottom:10px;
	border-radius:24px;
	font-size:24px;
	color:#9e5034;
}
.page_title::before {
	width:1em;
    height:1em;
    background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20190123172015/https://cpd.moe.gov.tw/images/page_title_image.png) left no-repeat;
    background-size:100%;
    margin:5px 5px 0 0;
    content:"";
    display:block;
	float:left;
}
.page_content p {
	margin:1.5em auto;
	text-indent:2em;
	line-height:1.5em;
}
.page_content a {color:#48a0c0;}
.section {
	margin:30px 1% 0;
	clear:both;
}
.section .dot li{
	background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20190123172015/https://cpd.moe.gov.tw/images/rightArrow_br.png) no-repeat left 10px;
	padding-left: 15px;
	line-height: 2;
}
.section .dot li .br{
	display: block;
	margin-left: 20px;
}
.section_title {
	margin-bottom:20px;
	font-size:18px;
	font-weight:bold;
	color:#265e7a;
	padding-left: 16px;
}
.section_title::before {
	background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20190123172015/https://cpd.moe.gov.tw/images/section_title_image.png) left center no-repeat;
	background-size:auto 1em;
	padding-left:10px;
	content:"";
}
.section_title.mapicon::before {
	width: 25px;
	height: 25px;
	background:#265e7a url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20190123172015/https://cpd.moe.gov.tw/images/mapicon.png) center center no-repeat;
	border-radius:100%;
	display: inline-block;
	padding-left: 0;
	background-size: auto auto;
	vertical-align: top;
	margin-right: 5px;
	
}
.section_title a.more {
	padding-top:5px;
	font-size:13px;
	color:#48a0c0;
	float:right;
}
.section_remark {
	color:#999;
	margin-right:2em;
	display:inline-block;
}
.pagination {
	margin:30px auto 0;
	color:#999;
	text-align:center;
}
.pagination ul, .pagination ul li {display:inline-block;}
.pagination ul li {margin:0 0.1em;}
.pagination ul li a {
	background:#EEE;
	padding:0.2em 0.5em;
	border-radius:5px;
	color:#333;
}
.pagination ul li a:hover {
	background:#CCC;
	color:#FFF;
	text-decoration:none;
}
.pagination ul li a.active {
	background:#50a1bf;
	color:#FFF;
}
.pagination .btn_pagination a {
	padding:0.2em 0.5em;
	margin:0 0.1em;
	border:1px solid #DDD;
	border-radius:5px;
	color:#999;
	cursor:pointer;
}
.pagination .btn_pagination a:hover {
	background:#CCC;
	border:1px solid #CCC;
	color:#FFF;
	text-decoration:none;
}
.pagination .now_pages {
	float:right;
}
.pagination.btnGroup-br{
	text-align: right;
}
.pagination.btnGroup-br ul li a {
	background:#9d5034;
	border-radius:0;
	color:#FFF;
}
.pagination.btnGroup-br ul li a:hover {
	background:#ff750f;
}
.pagination.btnGroup-br ul li a.active {
	background:#ff750f;
}
.pagination.btnGroup-br .btn_pagination a {
	border:none;
	border-radius:0;
	color:#FFF;
	background:#9d5034;
}
.pagination.btnGroup-br .btn_pagination a:hover {
	background:#ff750f;
	border:none;
}
.pagination.btnGroup-br .page-text{
	display: inline-block;
	vertical-align: top;
	color:#000;
	margin-left: 50px;
}
.pagination.btnGroup-br .page-text select{
	border-radius: 0;
	padding: 2px;
	border: 1px solid #9d5034;
}
.pagination.btnGroup-br .page-text .text{
	display: inline-block;
	vertical-align: top;
}
.pagination.btnGroup-br .page-text .text::before{
	content: "|";
	display: inline-block;
	vertical-align: top;
	margin-left: 15px;
	margin-right: 15px;
}
.pagination.btnGroup-br .page-text .text:first-child::before{
	display: none;
}
.breadcrumbs {
	padding-top:0.4em;
	font-size:15px;
	color:#999;
	float:right;
}
.breadcrumbs a {color:#999;}
.breadcrumbs a:hover {
	color:#F60;
	text-decoration:underline;
}
.btn_gray {
	padding:0.2em 0.5em;
	margin:0 0.5em 10px 0;
	border:1px solid #CCC;
	border-radius:5px;
	color:#666;
	display:inline-block;
	float:right;
	cursor:pointer;
}
.btn_gray:hover {
	background:#48a0c0;
	border:1px solid #48a0c0;
	color:#FFF;
	text-decoration:none;
}

/*---------- Banner ----------*/
.banner_section {
	background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20190123172015/https://cpd.moe.gov.tw/images/banner_bg.jpg) no-repeat;
	background-size:cover;
	padding:2% 2% 0;
	border-radius:15px;
	position:relative;
}
.banner_section .post1 {
	position:absolute;
	top:10px;
	left:10px;
	z-index:1;
}
.banner_section .post2 {
	position:absolute;
	bottom:75px;
	right:10px;
	z-index:2;
}
/*---------- Links ----------*/
.link {
	width:85%;
	padding:30px 0;
	margin-left: 4%;
	text-align:center;
}
.link li{
	width: calc( 100% / 7 );
}
.link a {
	width:100%;
	font-size:15px;
	font-weight:bold;
	color:#666;
	line-height:1.5em;
	text-align:center;
	display:inline-block;
	float:left;
	padding-top: 5px;
}
.link a:hover {
	margin-top:-5px;
	color:#F60;
	text-decoration:none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.link_image1, .link_image2, .link_image3, .link_image4, .link_image5, .link_image6, .link_image7 {
	background-color:#FFF;
	background-position:center;
	background-repeat:no-repeat;
	background-size:auto;
	border-radius:50%;
	padding:40%;
	margin:0 auto 10px;
	display:inline-block;
}
.link_image1 {background-image:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20190123172015/https://cpd.moe.gov.tw/images/health_icon_01.png);}
.link_image2 {background-image:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20190123172015/https://cpd.moe.gov.tw/images/health_icon_02.png);}
.link_image3 {background-image:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20190123172015/https://cpd.moe.gov.tw/images/health_icon_03.png);}
.link_image4 {background-image:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20190123172015/https://cpd.moe.gov.tw/images/health_icon_04.png);}
.link_image5 {background-image:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20190123172015/https://cpd.moe.gov.tw/images/health_icon_05.png);}
.link_image6 {background-image:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20190123172015/https://cpd.moe.gov.tw/images/health_icon_06.png);}
.link_image7 {background-image:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20190123172015/https://cpd.moe.gov.tw/images/health_icon_07.png);}
.link a:hover .link_image1, .link a:hover .link_image2, .link a:hover .link_image3, .link a:hover .link_image4,
.link a:hover .link_image5, .link a:hover .link_image6, .link a:hover .link_image7, .link a:hover .link_image8 {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.link a:hover .link_image1 {
	background-image:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20190123172015/https://cpd.moe.gov.tw/images/health_icon_01_a.png);
	background-color:#97c369;
}
.link a:hover .link_image2 {
	background-image:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20190123172015/https://cpd.moe.gov.tw/images/health_icon_02_a.png);
	background-color:#f9b62a;
}
.link a:hover .link_image3 {
	background-image:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20190123172015/https://cpd.moe.gov.tw/images/health_icon_03_a.png);
	background-color:#50a4c3;
}
.link a:hover .link_image4 {
	background-image:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20190123172015/https://cpd.moe.gov.tw/images/health_icon_04_a.png);
	background-color:#fe6847;
}
.link a:hover .link_image5 {
	background-image:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20190123172015/https://cpd.moe.gov.tw/images/health_icon_05_a.png);
	background-color:#c053d7;
}
.link a:hover .link_image6 {
	background-image:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20190123172015/https://cpd.moe.gov.tw/images/health_icon_06_a.png);
	background-color:#49a538;
}
.link a:hover .link_image7 {
	background-image:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20190123172015/https://cpd.moe.gov.tw/images/health_icon_07_a.png);
	background-color:#3688b4;
}
.link_text {display:block;}

/*---------- Publicize ----------*/
.publicize {
	width:98%;
	margin:10px 1%;
}
.publicize_block {
	width:22%;
	margin:10px 1%;
	text-align:center;
	vertical-align:top;
	display:inline-bloc
	float:left;
}
.publicize_block .thumb {
	background:#000;
	width:100%;
	height:12em;
	margin-bottom:10px;
	border:4px solid #DDD;
	border-radius:4px;
	overflow:hidden;
	cursor:pointer;
	position:relative;
}
.publicize_block .thumb img {
	width:100%;
	opacity:0.7;
}
.publicize_block:hover {
	color:#F60;
}
.publicize_block:hover .thumb img {
	opacity:1;
}
.publicize_block .thumb .thumb_mask {
	width:auto;
	position:absolute;
	bottom:0;
	right:0;
	background-color: rgba(0, 0, 0, .5);
}
.publicize_block .thumb .thumb_mask .thumb_icon{
	display: inline-block;
	vertical-align: top;
	width: 18px;
	padding: 6px;
	opacity:.8;
}
.publicize_block .thumb .thumb_mask .thumb_icon:hover{
	opacity:1;
}

/*--------- Sitemap ----------*/
.sitemap_section {
	padding:0 2%;
	margin:50px auto;
	text-align:center;
}
.sitemap_block {
	width:20%;
	margin:0 3%;
	text-align:left;
	display:inline-block;
	vertical-align:top;
}
.sitemap_block .sitemap_title {
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #FFF;
	font-size:16px;
	font-weight:bold;
}
.sitemap_block a {
	font-size:15px;
	line-height:1.8em;
	color:#333;
	display:block;
}
.sitemap_block:first-child a {
	width:48%;
	display:inline-block;
}
.pagemap_content:after{
	clear: both;
	display: block;
	height: 0;
	content: '';
}

.pagemap_content .col{
	width: 48.5%;
	float: left;
	text-align: left;
}
.pagemap_content .col.col1{
	margin-right: 1.5%;
}
.pagemap_content .col.col2{
	margin-left: 1.5%;
}
.pagemap_content .col li a{
	display: block;
	padding: 15px;
	border-bottom: 1px dashed #b5b5b5;
	color:#73605a;
}
.pagemap_content .col> li >a{
	display: block;
	padding: 15px;
	border-top: 1px solid #b5b5b5;
	color:#9e5034;
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: none;
}
.pagemap_content .col .sub{
	padding-left: 20px;
	border-top: 1px solid #b5b5b5;
}
.pagemap_content .col .sub li:last-child a{
	border-bottom: none;
}
/*--------- Q&A ----------*/
.question ul li {
	border-bottom:solid 1px #CCC;
	padding:1em 0;
}
.question ul li:last-child {border-bottom:none;}
.question_title {
	font-size:16px;
	color:#39C;
	cursor:pointer;
}
.question_title .question_number {
	background:#39C;
    width:2em;
    height:1.6em;
    padding:0.2em 0;
    margin-right:8px;
	border-radius:5px;
    font-size:13px;
    color:#FFF;
    text-align:center;
    float:left;
}
.question_title_on {
	text-decoration:underline;
}
.question_cont {
	padding-left:1em;
	margin:20px 0 0 1.5em;
	font-size:15px;
	text-indent:-2em;
	line-height:1.5em;
	color:#666;
}
.question_cont::before {
	content:"A：";
	color:#F90;
}
.question_note {
	margin-top:10px;
    font-size:15px;
    text-indent:0;
    line-height:1.4em;
    color:#999;
}

/*---------- News List ----------*/
.news_group {
	margin-bottom:10px;
	text-align:right;
}
.news_list {
	width:100%;
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
}
.news_list tr:nth-child(even) {background:#f6f6f6;}
.news_list th, table.news_list td {
	padding:0.7em;
	border-bottom:1px solid #CCC;
}
.news_list th {
	background:#50a1bf;
	border-right:1px solid #CCC;
	color:#FFF;
	text-align:center;
}
.news_list td {
	text-align:left;
	border-right:1px solid #CCC;
}
.news_list tr th:last-child, table.news_list tr td:last-child {
	border-right:none;
}
.news_list a {
	color:#333;
	text-decoration:none;
}
.news_list a:hover {color:#F60;}

/*---------- Page_Sitemap ----------*/
.pagemap_content {
	width:94%;
	margin:0 auto;
	padding-bottom: 50px;
}
.pagemap_block {
	width:18%;
	margin:0 0.5% 20px;
	padding:2px;
	display:inline-block;
	vertical-align:top;
	text-align:center;
}
.pagemap_block:first-child {
	width:96.6%;
	margin:0 auto;
	background-color:#CCC;
}
.pagemap_block:nth-child(2n) {background-color:#97c369;}
.pagemap_block:nth-child(3n) {background-color:#f9b62a;}
.pagemap_block:nth-child(4n) {background-color:#50a4c3;}
.pagemap_block:nth-child(5n) {background-color:#fe6847;}
.pagemap_block:nth-child(6n) {background-color:#c053d7;}
.pagemap_block:nth-child(7n) {background-color:#49a538;}
.pagemap_block:nth-child(8n) {background-color:#3688b4;}

.pagemap_block .pagemap_title {
	padding:15px;
	border:1px solid #FFF;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	cursor:pointer;
}
.pagemap_block:first-child .pagemap_title {padding:10px;}
.sub_pagemap {
	margin:15px 0 0;
	border-top:1px solid #FFF;
	font-size:15px;
	font-weight:normal;
	text-align:left;
}
.sub_pagemap ul li {
	list-style:disc;
	margin-left:20px;
}
.sub_pagemap ul li a {
	margin-top:0.5em;
	color:#FFF;
	text-decoration:none;
	displaY:block;
}
.sub_pagemap ul li a:hover {
	text-decoration:underline;
}
.pagemap_line {
	width:50%;
	height:30px;
	border-right:1px solid #CCC;
	margin:20px 0;
	display:block;
}

/*---------- Footer ----------*/
.footer {
	background:#9e5034;
	padding:0.5em 2%;
	margin-top:30px;
	border-radius:0 0 25px 25px;
	color:#FFF;
	text-align: center;
}
.footer span{
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px 0 5px;
}
.footer_bottom {
	margin-top:0.5em;
	clear:both;
	text-align:right;
}
.footer_bottom a {
	background:#633;
	padding:0.2em 0.8em 0.3em;
	margin:5px 0 0 5px;
	border-radius:8px;
	color:#FFF;
	text-decoration:none;
	display:inline-block;
}
.footer_bottom a:hover {background:#ff8400;}

/* 2018/7/29 */
.sr-only {
	position: absolute;
	width: 0.063rem;
	height: 0.063rem;
	padding: 0;
	margin: -0.063rem;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	color:#fff;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position:absolute;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.title{
	position: relative;
	padding: 6px 10px 6px 140px;
	margin-top: 0;
	min-height: 34px;
}
.title:after{
	position: absolute;
	left:-5px;
	top:-10px;
	width: 136px;
	height: 81px;
	background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20190123172015/https://cpd.moe.gov.tw/images/post1.png) no-repeat left top;
	background-size: contain;
	content: '';
	z-index: 10;
}
.title.title-bg{
	color:#9d5034;
	font-size: 24px;
	border-radius: 50px;
	box-shadow:0 0 18px rgba(123,123,123,0.35) inset;
	margin-top: 0;
}


.tableContact td.name{
	width: 20%;
	background:#50a1bf;
	border-right:none;
	color:#FFF;
}
.tableContact input,.tableContact textarea{
	width: calc( 100% - 1.4em );
	padding: .7em;
}
.tableContact .codeTable td{
	padding: 0 .7em 0 0;
	border: none;
}
.tableContact .codeTable #yzm_button{
	padding: .2em .7em;
	background-color: grey;
	color:#fff;
	font-family:"微軟正黑體", "Microsoft JhengHei", Arial;
	border: none;
	border-radius: 6px;
}
.tableContact .codeTable #yzm{
	width: 180px;
}
#reflect_submit_button{
	background-color:#50a1bf;
	font-family:"微軟正黑體", "Microsoft JhengHei", Arial;
	font-size: 15px;
	padding: .7em;
	text-align: center;
	width: 120px;
	color:#fff;
	cursor:pointer; 
}


.page-block{
	margin-bottom: 15px;
}
.page-block .block-title{
	position: relative;
	height: 109px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}
.page-block .block-title:after{
	position: absolute;
	left:92px;
	top:82px;
	content: '';
	background-color: #b5b5b5;
	width: calc( 100% - 102px );
	height: 1px;
}
.page-block .block-title h2{
	position: absolute;
	left:0;
	top:0;
	margin: 0;
}
#activityBlock1 .years-flexslider{
	width: 40%;
	position: absolute;
	right:calc( 2% + 50px);
	top:calc( 2% + 106px);
}
#activityBlock1 .years-flexslider .slides li a{
	display: block;
	background-color: #d6d6d6;
	color:#949494;
	text-align: center;
	padding: 8px 10px;
	position: relative;
	
}
#activityBlock1 .years-flexslider .slides li a:after{
	position: absolute;
	width: 0;
	border-width: 6px;
	border-style: solid;
	border-color: #fff #fff #bababa #bababa;
	right:0;
	top:0;
	content: '';
}
#activityBlock1 .years-flexslider .slides li a:hover{
	text-decoration: none;
}
#activityBlock1 .years-flexslider .slides li a.active{
	background-color: #ffc71c;
	color:#fff;
}
#activityBlock1 .years-flexslider .slides li a.active:after{
	border-color: #fff #fff #fba856 #fba856;
}
#activityBlock1 .years-flexslider .flex-control-nav{
	display: none;
}
#activityBlock1 .years-flexslider .flex-direction-nav .flex-nav-next a{
	font-size: 0;
	width: 25px;
	height: 25px;
	background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20190123172015/https://cpd.moe.gov.tw/images/years_right.png) no-repeat center center;
	position: absolute;
	right:-25px;
	top:5px;
}
#activityBlock1 .years-flexslider .flex-direction-nav .flex-nav-prev a{
	font-size: 0;
	width: 25px;
	height: 25px;
	background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20190123172015/https://cpd.moe.gov.tw/images/years_left.png) no-repeat center center;
	position: absolute;
	right: 100%;
	top:5px;
}
#activityBlock1 .block-content .item{
	padding-bottom: 20px;
	border-bottom: 1px dashed #b6b6b6;
	margin-bottom: 20px;
}

#activityBlock1 .block-content .item:after{
	clear: both;
	display: block;
	height: 0;
	content: '';
}
#activityBlock1 .block-content .item .img{
	float: left;
	width: 220px;
	height: 157px;
	border: 5px solid #f4f4f4;
	box-shadow: 0 3px 8px #d0d0d0;
	margin-right: 20px;
}
#activityBlock1 .block-content .item .text{
	overflow: hidden;
}
#activityBlock1 .block-content .item .text h3{
	margin: 0;
	overflow : hidden;
	text-overflow : ellipsis;
	white-space : nowrap;
}
#activityBlock1 .block-content .item .text .date{
	font-size: .8em;
	color:#9d5034;
	margin-bottom: 10px;
}
#activityBlock1 .block-content .item .text p{
	margin: 0;
	display: block;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-height: 24px;
	height: calc( 24px * 3 );
}
#activityBlock1 .block-content .item .text .btn-block{
	text-align: right;
	margin-top: 10px;
	padding-right: 10px;
}
#activityBlock1 .block-content .item .text .btn-block .btn-og{
	background-color: #ff750f;
	color:#fff;
	border-radius: 5px;
	border: 1px solid #fed421;
	padding: 3px 25px 3px 10px;
	display: inline-block;
	position: relative;
}
#activityBlock1 .block-content .item .text .btn-block .btn-og:hover{
	background-color: #9d5034;
	text-decoration: none;
}
#activityBlock1 .block-content .item .text .btn-block .btn-og:after{
	display: inline-block;
	width: 10px;
	height: 13px;
	background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20190123172015/https://cpd.moe.gov.tw/images/icon_documet.png) no-repeat left top;
	position: absolute;
	right:10px;
	top:7px;
	content: '';
}

#activityBlock2 .row{
	font-size: 0;
}
#activityBlock2 .item-round{
	width: calc( 100% / 6 );
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
	font-size: 15px;
	text-align: center;
	box-sizing: border-box;
	color:#000;
	opacity: .8;
}
#activityBlock2 .item-round:hover{
	opacity: 1;
	text-decoration: none;
}
#activityBlock2 .item-round .img{
	display: inline-block;
	border-radius: 100%;
	width: 9.5vw;
	height: 9.5vw;
	max-width: 125px;
	max-height: 125px;
	background-color: #fff;
	border: 5px solid #f4f4f4;
	overflow: hidden;
	box-shadow: 0 3px 8px #d0d0d0;
	margin-bottom: 10px;
}
#activityBlock2 .item-round:hover .img{
	border-color: #eee;
}
#activityBlock2 .item-round .img img{
	width: 100%;
	height: auto;
	
}
#activityBlock2 .item-round span{
	display: block;
}
#activityBlock3 .row{
	font-size: 0;
}
#activityBlock3 .item-round{
	width: calc( 100% / 5 );
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	padding: 0 10px;
	text-align: center;
}
#activityBlock3 .item-round a{
	display: inline-block;
	border-radius: 100%;
	font-size: 15px;
	color:#fff;
	width: 9.5vw;
	height: 9.5vw;
	max-width: 125px;
	max-height: 125px;
	border: 5px solid #f4f4f4;
	overflow: hidden;
	box-shadow: 0 3px 8px #d0d0d0;
	padding-top: 1.2vw;
	box-sizing: border-box;
	opacity: .8;
}
#activityBlock3 .item-round a:hover{
	opacity: 1;
	text-decoration: none;
}
#activityBlock3 .item-round a span{
	display: block;
	margin: 5px 0;
}
#activityBlock3 .item-round a img{
	width: 3vw;
	max-width: 35px;
}

#edm{
	padding: 10px;
}
#edm #edm_content{
	background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20190123172015/https://cpd.moe.gov.tw/images/edm/bg0.jpg) repeat left top;
	border-radius: 25px;
}
#edm #edm_content .page-block{
	padding: 15px 15px 0;
	margin-bottom: 0;
	z-index: 5;
	position: relative;
}
#edm #edm-cut1{
	background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20190123172015/https://cpd.moe.gov.tw/images/edm/bg6.png) no-repeat right top;
}
#edm #edm-cut1 .edm-title{
	background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20190123172015/https://cpd.moe.gov.tw/images/edm/bg1.png) no-repeat left top;
	padding: 85px 0 5px 105px;
    position: relative;
}
#edm #edm-cut1 .edm-title h2{
	display: inline-block;
	margin: 0;
}
#edm #edm-cut1 .edm-title .date{
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	color:#fff;
	font-weight: bold;
	margin-left: -65px;
    margin-top: 27px;
}
#edm #edm-cut1 .edm-title .date span{
	font-size: 24px;
}
#edm #edm-cut1 .edm-title .btn-print{
	position: absolute;
	font-size: 15px;
	color:#fff;
	background-color: #0068b7;
	border-radius: 8px;
	border: 1px solid #fed421;
	padding: 6px 15px;
	display: inline-block;
    top:15px;
    right:5px;
}
#edm #edm-cut1 .edm-title .btn-print:hover{
	text-decoration: none;
	background-color: #0081e3;
}
#edm #edm-cut1 .edm-title .btn-print::after{
	display: inline-block;
	vertical-align: top;
	content: "";
	width: 13px;
	height: 13px;
	background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20190123172015/https://cpd.moe.gov.tw/images/edm/icon_print.png) no-repeat center center;
    margin: 3px 0 0 5px;
}
#edm #edm-cut1 .banner{
	background-color: #fff;
	padding: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,.3);
}
#edm #edm-cut1 .banner img{
	max-width: 100%;
	height: auto;
}
#edm .edm-item-title h2{
	margin: 0;
	padding-left: 5px;
	margin-bottom: -25px;
	position: relative;
    z-index: 5;
}
#edm #edm-cut2{
	position: relative;
	z-index: 1!important;
}
#edm #edm-cut2::after{
	position: absolute;
	width: 100%;
	height: 403px;
	left:0;
	bottom:-75px;
	content: "";
	z-index: -1;
	background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20190123172015/https://cpd.moe.gov.tw/images/edm/bg2.png) no-repeat left top;
	background-size: cover;
}
#edm #edm-cut2 .edm-news{
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.3);
	padding: 15px;
}
#edm #edm-cut2 .edm-news ul li{
	border-bottom: 1px dashed #b7b7b7;
}
#edm #edm-cut2 .edm-news ul li a{
	display: block;
	padding: 10px 90px;
	color:#000000;
}
#edm #edm-cut2 .edm-news ul li a:hover{
	text-decoration: none;
	background-color: #fef7ec;
}
#edm #edm-cut2 .edm-news ul li a::after{
	display: block;
	content: "";
	clear: both;
	height: 0;
}
#edm #edm-cut2 .edm-news ul li a .tag{
	float: left;
	border-radius: 50px;
	display: block;
	padding: 5px;
	color:#fff;
	margin-right: 5px;
	font-size: 14px;
	width: 28px;
	text-align: center;
}
#edm #edm-cut2 .edm-news ul li a .tag-p{
	background-color: #8f82bc;
}
#edm #edm-cut2 .edm-news ul li a .tag-r{
	background-color: #eb6877;
}
#edm #edm-cut2 .edm-news ul li a .tag-b{
	background-color: #448aca;
}
#edm #edm-cut2 .edm-news ul li a .text{
	overflow: hidden;
	padding: 5px;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#edm #edm-cut2 .edm-news .btn-block{
	margin-top: 10px;
	text-align: right;
}
#edm #edm-cut2 .edm-news .btn-block .btn-more{
	font-size: 15px;
	color:#fff;
	background-color: #ff750f;
	border-radius: 8px;
	border: 1px solid #fed421;
	padding: 6px 15px;
	display: inline-block;
}
#edm #edm-cut2 .edm-news .btn-block .btn-more:hover{
	text-decoration: none;
	background-color: #ff903e;
}
#edm #edm-cut2 .edm-news .btn-block .btn-more::after{
	display: inline-block;
	vertical-align: top;
	content: "";
	width: 13px;
	height: 13px;
	background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20190123172015/https://cpd.moe.gov.tw/images/edm/icon_news.png) no-repeat center center;
    margin: 3px 0 0 5px;
}
#edm #edm-cut3 .edm-hot{
	margin: 0 -15px;
}
#edm #edm-cut3 .edm-hot::after{
	clear: both;
	display: block;
	content: "";
	height: 0;
}
#edm #edm-cut3 h3{
	text-align: center;
	margin: 0 0 -20px;
	position: relative;
	z-index: 5;
}
#edm #edm-cut3 h3 span{
	display: inline-block;
	vertical-align: top;
	border-radius: 100%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	font-weight: bold;
}
#edm #edm-cut3 .edm-hot-content{
	padding: 20px 15px 15px;
	border-style: solid;
}
#edm #edm-cut3 .edm-hot-left{
	float: left;
	width: 20%;
	background-color: #fff;
	padding: 20px;	
	text-align: center;
	height: 314px;
}
#edm #edm-cut3 .edm-hot-left h3{
	margin-top: 30px;
}
#edm #edm-cut3 .edm-hot-left h3 span{
	background-color: #8c97cb;
	color:#fff;
}
#edm #edm-cut3 .edm-hot-left .edm-hot-content{
	border-color: #d2d9fa;
	border-width: 5px;
	position: relative;
	z-index: 1;
	background-color: #fff;
}
#edm #edm-cut3 .edm-hot-left .edm-hot-content::before{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #eeeeee;
	content: "";
	z-index: -5;
	-webkit-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	-o-transform: rotate(-15deg);
	transform: rotate(-15deg);
	left:0;
	top:0;
}
#edm #edm-cut3 .edm-hot-left .edm-hot-content::after{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	content: "";
	z-index: -1;
	left:-5px;
	top:-5px;
	border: 5px solid #d2d9fa;
}
#edm #edm-cut3 .edm-hot-left .edm-hot-content ul li{
	border-bottom: 1px dashed #b7b7b7;
}
#edm #edm-cut3 .edm-hot-left .edm-hot-content ul li a{
	font-size: 18px;
	color:#000;
	padding: 10px 30px;
	display: block;
	position: relative;
}
#edm #edm-cut3 .edm-hot-left .edm-hot-content ul li a:hover{
	background-color: #eeeeee;
	text-decoration: none;
}
#edm #edm-cut3 .edm-hot-left .edm-hot-content ul li a:hover::before{
	left:10px;
	-webkit-transition: left .3s;
	-o-transition: left .3s;
	transition: left .3s;
}
#edm #edm-cut3 .edm-hot-left .edm-hot-content ul li a:hover::after{
	right:10px;
	-webkit-transition: left .3s;
	-o-transition: left .3s;
	transition: left .3s;
}
#edm #edm-cut3 .edm-hot-left .edm-hot-content ul li a::before{
	color:#d2d9fa;
	content: "[";
	position: absolute;
	left:20px;
	top:8px;
	-webkit-transition: left .3s;
	-o-transition: left .3s;
	transition: left .3s;
}
#edm #edm-cut3 .edm-hot-left .edm-hot-content ul li a::after{
	color:#d2d9fa;
	content: "]";
	position: absolute;
	right:20px;
	top:8px;
	-webkit-transition: left .3s;
	-o-transition: left .3s;
	transition: left .3s;
}
#edm #edm-cut3 .edm-hot-right{
	overflow: hidden;
	padding: 20px 20px;	
	background-color: #a5cff5;
}
#edm #edm-cut3 .edm-hot-right h3 span{
	background-color: #448aca;
	color:#fff;
}
#edm #edm-cut3 .edm-hot-right .edm-hot-content{
	border-color: #fff;
	border-width: 2px;
}
#edm #edm-cut3 .edm-hot-right .edm-hot-content ul li{
	border-bottom: 1px dashed #fff;
	padding: 0;
	position: relative;
}
#edm #edm-cut3 .edm-hot-right .edm-hot-content ul li::before{
	position: absolute;
	left:5px;
	top:5px;
	width: 64px;
	height: 40px;
	content: "";
}
#edm #edm-cut3 .edm-hot-right .edm-hot-content ul li:nth-child(1)::before{
	background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20190123172015/https://cpd.moe.gov.tw/images/edm/top1.png) no-repeat left top;
	background-size: contain;
}
#edm #edm-cut3 .edm-hot-right .edm-hot-content ul li:nth-child(2)::before{
	background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20190123172015/https://cpd.moe.gov.tw/images/edm/top2.png) no-repeat left top;
	background-size: contain;
}
#edm #edm-cut3 .edm-hot-right .edm-hot-content ul li:nth-child(3)::before{
	background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20190123172015/https://cpd.moe.gov.tw/images/edm/top3.png) no-repeat left top;
	background-size: contain;
}
#edm #edm-cut3 .edm-hot-right .edm-hot-content ul li:nth-child(4)::before{
	background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20190123172015/https://cpd.moe.gov.tw/images/edm/top4.png) no-repeat left top;
	background-size: contain;
}
#edm #edm-cut3 .edm-hot-right .edm-hot-content ul li:nth-child(5)::before{
	background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20190123172015/https://cpd.moe.gov.tw/images/edm/top5.png) no-repeat left top;
	background-size: contain;
}
#edm #edm-cut3 .edm-hot-right .edm-hot-content ul li a{
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 15px 80px;
	color:#000;
}
#edm #edm-cut3 .edm-hot-right .edm-hot-content ul li a:hover{
	background-color: #7bbbf6;
	text-decoration: none;
}
#edm #edm-cut3 .edm-hot-right .edm-hot-content ul li .view{
	position: absolute;
	font-size: 12px;
	color:#000;
	top:0;
	right:5px;
	padding: 15px 0;
	text-align: right;
}
#edm #edm-cut3 .edm-hot-right .edm-hot-content ul li .view::before{
	width: 14px;
	height: 9px;
	background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20190123172015/https://cpd.moe.gov.tw/images/edm/icon_view.png) no-repeat center center;
	content: "";
	display: inline-block;
	vertical-align: top;
	margin-top: 5px;
	margin-right: 5px;
}
#edm #edm-cut4{
	background: #e7d9ec url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20190123172015/https://cpd.moe.gov.tw/images/edm/bg3.png) no-repeat center top;
	background-size: 100% auto;
	padding-bottom: 20px!important;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	overflow: hidden;
}
#edm #edm-cut4 .edm-fb{
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.3);
	padding: 40px 15px;
	font-size: 0;
	position: relative;
}
#edm #edm-cut4 .edm-fb .item-round{
	display: inline-block;
	vertical-align: top;
	padding: 0 8px;
	font-size: 15px;
	text-align: center;
	box-sizing: border-box;
	color:#000;
	opacity: .8;
	position: relative;
}
#edm #edm-cut4 .edm-fb .item-round:first-child::after{
	position: absolute;
	width: 42px;
	height: 36px;
	left:0;
	top:0;
	content: "";
	background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20190123172015/https://cpd.moe.gov.tw/images/edm/icon_crown.png) no-repeat center center;
}
#edm #edm-cut4 .edm-fb .item-round:hover{
	opacity: 1;
	text-decoration: none;
}
#edm #edm-cut4 .edm-fb .item-round .img{
	display: inline-block;
	border-radius: 100%;
	width: 120px;
	height: 120px;
	background-color: #fff;
	border: 5px solid #f4f4f4;
	overflow: hidden;
	box-shadow: 0 3px 8px #d0d0d0;
	margin-bottom: 10px;
}
#edm #edm-cut4 .edm-fb .item-round:hover .img{
	border-color: #eee;
}
#edm #edm-cut4 .edm-fb .item-round .img img{
	width: 100%;
	height: auto;
}
#edm #edm-cut4 .edm-fb .item-round span{
	display: block;
}
#edm #edm-cut4 .edm-fb .slick-arrow{
	font-size: 0;
	border: none;
	background: none;
	padding: 0;
	width: 30px;
	height: 30px;
	position: absolute;
	z-index: 99;
	top:50%;
	margin-top: -15px;
}
#edm #edm-cut4 .edm-fb .slick-prev{
	background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20190123172015/https://cpd.moe.gov.tw/images/edm/silder_left.png) no-repeat center center;
	left:-15px;
}
#edm #edm-cut4 .edm-fb .slick-next{
	background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20190123172015/https://cpd.moe.gov.tw/images/edm/silder_right.png) no-repeat center center;
	right:-15px;
}
#edm #edm-cut5{
	background-color: #ffdcc0;
	padding-bottom: 20px!important;
	z-index: 1!important;
}
#edm #edm-cut5::before{
	width: 100%;
	position: absolute;
	height: 150px;
	content: "";
	background-color: #ffdcc0;
	left:0;
	top:-150px;
}
#edm #edm-cut5 .edm-month{
	padding: 20px 0 1px 45px;
	border-left: 3px solid #fff;
	border-top: 3px solid #fff;
	margin: 0 60px 0 15px;
	position: relative;
}
#edm #edm-cut5 .edm-month::before{
	position: absolute;
	left:-8px;
	bottom:0;
	width: 13px;
	height: 13px;
	content: "";
	border-radius: 100%;
	background-color: #fff;
}
#edm #edm-cut5 .edm-month::after{
	position: absolute;
	right:0;
	top:-8px;
	width: 13px;
	height: 13px;
	content: "";
	border-radius: 100%;
	background-color: #fff;
}
#edm #edm-cut5 .edm-month p{
	margin: 10px 0;
	line-height: 38px;
}






@media only screen and (max-width: 1440px) {
.container {width:98%;}
.header {
	background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20190123172015/https://cpd.moe.gov.tw/images/top_visual_w1440.jpg) left top no-repeat;
	height:185px;
}
.banner_section .post2 {display:none;}
.link {width:100%;margin-left: 0;padding-left: 30px; padding-right: 30px;position: relative;box-sizing: border-box;
}
.link .flex-control-nav{
	display: none;
}
.link .flex-direction-nav a:before{
	display: none;
}
.link .flex-direction-nav .flex-nav-prev a{
	position: absolute;
	left:0;
	top:50%;
	margin-top: -30px;
	font-size: 0;
	background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20190123172015/https://cpd.moe.gov.tw/images/silder_left.png) no-repeat center center;
	width: 25px;
	height: 25px;
}
.link .flex-direction-nav .flex-nav-next a{
	position: absolute;
	right:0;
	top:50%;
	margin-top: -30px;
	font-size: 0;
	background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20190123172015/https://cpd.moe.gov.tw/images/silder_right.png) no-repeat center center;
	width: 25px;
	height: 25px;
}
.publicize_block .thumb {height:9em;}
}

@media only screen and (max-width: 1200px) {
#edm #edm-cut2 .edm-news ul li a {
    padding: 10px 20px;
}
#edm #edm-cut3 .edm-hot-left{
	float: none;
	width: calc( 100% - 40px );
	height: auto;
	padding-bottom: 50px;
}
#edm #edm-cut3 .edm-hot-left h3{
	margin-top: 20px;
}
#edm #edm-cut3 .edm-hot-right{
	margin-left: 0;
}
#edm #edm-cut3 .edm-hot-left .edm-hot-content::before{
	-webkit-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	transform: rotate(-5deg);
}
#edm #edm-cut4 .edm-fb .item-round .img{
	width: 100px;
	height: 100px;
}
}
@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {
.header {
	background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20190123172015/https://cpd.moe.gov.tw/images/top_visual_w1024.jpg) left top no-repeat;
	height:145px;
}
.logo {width:25%;}
.search {margin:10px 10px 0 0;}
.right_top {margin:12px 0.5em 0 0; font-size:13px;}
.link a:hover {margin-top:0;}
.link_text {
	height:3em;
	padding-left:0.8em;
    vertical-align:middle;
	text-align:left;
	display:table-cell;
}
.publicize_block .thumb {height:7em;}
.pagemap_block:first-child {width:93%;}
.pagemap_block {
	width:44%;
	margin:0 2% 20px;
}

#activityBlock1 .years-flexslider{
	width: calc( 100% - 50px );
	margin: 0 auto;
	margin-bottom: 10px;
	position: relative;
	right: 0;
	top:0;
}
#activityBlock1 .years-flexslider .flex-direction-nav .flex-nav-next a{
	top:50%;
	margin-top: -10px;
}
#activityBlock1 .years-flexslider .flex-direction-nav .flex-nav-prev a{
	top:50%;
	margin-top: -10px;
}
}

@media only screen and (max-width: 820px), only screen and (max-device-width: 820px) {
.header {
	background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20190123172015/https://cpd.moe.gov.tw/images/top_visual_w800.jpg) left top no-repeat;
	height:135px;
}
.logo {width:28%;}
.right_top{
	float: none;
}
.publicize_block {margin:10px 1% 0;}
.publicize_block .thumb {height:5em;}
.sitemap_section {margin:40px auto;}
.tableContact td.name{
	width: 32%;
}
.tableContact .codeTable td{
	display: block;
	padding-bottom: 15px;
	padding-right: 0;
	width: 100%;
}
.tableContact .codeTable #yzm{
	width: calc( 100% - 1.4em );
}
.section .dot li .br{
	margin-left: 0;
}
.pagemap_content{
	padding-bottom: 40px;
}
.pagemap_content .col{
	width: 100%;
	float: none;
	margin: 0!important;
}
.pagemap_content .col .sub{
	padding-left: 0;
}

#activityBlock2 .item-round{
	width: calc( 100% / 3 );
	margin-bottom: 15px;
}
#activityBlock3 .item-round{
	width: calc( 100% / 3 );
	margin-bottom: 15px;
}
#activityBlock3 .item-round a{
	width: 11vw;
	height: 11vw;
}

#edm #edm-cut1 .edm-title{
	padding-bottom: 0;
	padding-left: 65px;
}
#edm #edm-cut4 .edm-fb{
	padding-bottom: 20px;
}
#edm #edm-cut4 .edm-fb .item-round{
	opacity: 1;
}
#edm #edm-cut4 .edm-fb .item-round:first-child::after{
	left:50%;
	margin-left: -60px;
}
#edm #edm-cut5 .edm-month{
	margin-right: 20px;
}
}

@media only screen and (max-width: 640px), only screen and (max-device-width: 640px) {
html, body{
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.pc {display:none;}
.mobile {display:block;}
.fullContainer{
	width:100%;
	height: 100%;
	overflow-y: auto;
}
.fullContainer.active{
	overflow: hidden;
}
.container {
	background:#F90 url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20190123172015/https://cpd.moe.gov.tw/images/top_visual_w640.jpg) left -45vw no-repeat;
	background-size:100%;
	padding-top:32vw;
	width: 100%;
	position: relative;
}
.container.index{
	padding-top: 40px;
}
.container.index .content_outer{
	padding-top: 15px;
}
.container_side {display:none;}

.header {
	background: none;
	background-color:#000;
	background-size:100%;
	position: fixed;
	z-index: 90;
	text-align: center;
	height: auto;
	
}
.header .btn-ham{
	position: fixed;
	padding: 5px 10px;
	left:0;
	top:0;
}
.header .btn-ham.active{
	background-color:#F90; 
}
.header .btn-search{
	position: fixed;
	padding: 5px 10px;
	right:0;
	top:0;
}
.header .btn-search.active{
	background-color:#F90; 
}
.header .float-right{
	float: none;
	
}
.logo-m {
	margin: 8px auto 1px;
	display: inline-block;
	width: 200px;
}
.right_top {display:none;}
.search {
	width:calc( 100% - 12px );
	margin: 0;
	float: none;
	padding: 6px;
	background-color: #F90;
	border-radius: 0;
	height: auto;
	font-size: 0;
	display: none;
}
.search.active{
	display: block;
}
.search label{
	display: inline-block;
	vertical-align: middle;
	width: 80%;
}
.search label span{
	display: inline-block;
	vertical-align: middle;
	width: 20%;
	color: #fff;
	font-size: 15px;
}
.search label input{
	display: inline-block;
	vertical-align: middle;
	width: calc( 80% - 20px );
	float: none;
	background: #fff;
	border-radius: 0;
	padding: 10px 10px 11px;
	color:#999;
	font-size: 15px;
}
.search .btn_search{
	display: inline-block;
	vertical-align: middle;
	width: 20%;
	float: none;
	font-size: 15px;
}
.search .btn_search span{
	background-color: #9d5034;
	color:#fff;
	padding: 8px;
}
a.btn_top {
	background:rgba(0,0,0,0.7);
	padding:0.8em 0.5em;
	border-radius:8px 0 0 8px;
	color:#FFF;
	font-size:13px;
	text-decoration:none;
	display:inline-block;
	position:fixed;
	right:0;
	bottom:10px;
	z-index:999999;
}
.title{
	padding-left: 95px;
	margin-bottom: 5px;
}
.title:after{
	width: 90px;
	height: 54px;
}
.banner_section .post1 {display:none;}
.banner_section {
	padding:20px 2% 0;
	border-radius:22px;
}
.menu_outer {
	background: none;
	background-color:#d65d27;
	width:40%;
	padding:0;
	position:fixed;
	top:0;
	left:-67%;
	height: 100vh;
	z-index:99;
	overflow-y: auto;
}
.menu_outer.active {
	left:0;
	-webkit-transition: left .3s;
	-o-transition: left .3s;
	transition: left .3s;
}
.menu{
	margin-right: 0;
	background: none;
}
.menu > ul > li{
	background: none;
	border-bottom:1px solid #d69e85;
}
.menu > ul > li a {
	color:#ffffff;
	padding-left: 1em;
}
.menu > ul > li.active {background: none;}
.menu > ul > li.active a{color:#ffffff;}
.menu > ul > li:first-child {border-radius:0;}
.menu > ul > li:last-child {border-radius:0;}
.menu > ul > li.mobile {display:block;}
.menu > ul > li:nth-child(11) {
    border-radius:0;
	border-bottom:1px solid #d69e85;
}
.menu > ul > li:last-child {
    border-radius:0 0 0 10px;
    border-bottom:none;
}
.menu > ul > li:hover {
	background: #803a10;
	background: -moz-linear-gradient(left,  #803a10 0%, #3b1802 100%);
	background: -webkit-linear-gradient(left,  #803a10 0%,#3b1802 100%);
	background: linear-gradient(to right,  #803a10 0%,#3b1802 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#803a10', endColorstr='#3b1802',GradientType=1 ); 
}
.menu > ul::after {display:none;}
.menu > ul > li.submenu {background:none;}
.menu > ul > li.submenu_active {background:none;}
ul.submenu_list {background:none;padding: 0;}
ul.submenu_list a{
	color:#ffe87c;
	padding-left: 1.1em;
	background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20190123172015/https://cpd.moe.gov.tw/images/rightArrow_y.png) no-repeat 5px 5px;
}
ul.submenu_list li{
	background: none;
	border-bottom: 1px dotted #d69e85;
}
ul.submenu_list li:last-child{
	border-bottom: 1px dotted #d69e85;
}
.menu > ul > li.submenu::after{
	background: none;
	content: "+";
	color:#fff;
}
.menu > ul > li.submenu_active::after{
	background: none;
	content: "-";
	color:#fff;
}
ul.submenu_list li:first-child{
	border-radius: 0;
}
ul.submenu_list li:last-child{
	border-radius: 0;
}
ul.submenu_list li:hover{
	background: #803a10;
	background: -moz-linear-gradient(left,  #803a10 0%, #3b1802 100%);
	background: -webkit-linear-gradient(left,  #803a10 0%,#3b1802 100%);
	background: linear-gradient(to right,  #803a10 0%,#3b1802 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#803a10', endColorstr='#3b1802',GradientType=1 ); 
}
.menu_outer .menu_side{
	display: none;
}
.btn-menuClose{
	display: inline-block;
	padding: .5em 1em;
}
.menu .menu-bottom{
	text-align: center;
	border-top:1px solid #d69e85;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}
.menu .menu-bottom li{
	display: inline-block;
	vertical-align: top;
	background: none;
	border-bottom: none;
	margin-bottom: 15px;
}
.menu .menu-bottom li:nth-child(2n+1){
	border-right:1px solid #ffdc38;
}
.menu .menu-bottom li a{
	padding: 0;
	color:#ffdc38;
	padding: 0 .7em 0 .5em;
	font-size: .9em;
}
.mask{
	position: fixed;
	width: 100%;
	height: 100%;
	left:0;
	top:0;
	background: rgba(0,0,0,.6);
	z-index: 80;
	display: none;
}
.mask.active{
	display: block;
}
.tableRWD{
	border: 1px solid #000;
}
.tableRWD thead{
	display: none;
}
.tableRWD tbody td{
	display: block;
	position: relative;
	overflow: hidden;
	padding-left: calc( 75px + 2.1em );
	border-right: none;
	border-bottom: none;
	border-top: 1px solid #CCC;
}
.tableRWD tbody td:before{
	content: attr(data-name);
	padding: 0.7em;
	background: #50a1bf;
    color: #FFF;
    position: absolute;
    left:0;
    top:0;
    width: 75px;
    height: 100%;
}
.tableRWD tbody tr:first-child td:first-child{
	border-top: none;
}
.tableRWD tbody tr td:first-child{
	border-top: 1px solid #000;
}
.content_outer {
	background:-webkit-linear-gradient(bottom,#FC3,#feaa58 40%);
	background:-moz-linear-gradient(bottom,#FC3,#feaa58 40%);
	background:linear-gradient(to top,#FC3,#feaa58 40%);
	width:100%;
	margin-bottom:0;
}
.content, .page_content {
	min-height:auto;
	margin:0 10px 20px;
	padding:2%;
}
.page_content {padding:3%;}
.page_title {
	font-size:20px;
}
.section {margin:20px 1% 0;}
.section_remark {
	margin-right:0;
	display:block;
}
.link a {
	text-align: center;
	font-size: 13px;
}
.link a [class*="link_image"]{
	width: 45px;
	display: inline-block;
	height: 45px;
	margin-bottom: 3px;
}
.link a .link_text{
	display: block;
	padding-left: 0;
	text-align: center;
}
.link_image1, .link_image2, .link_image3, .link_image4, .link_image5, .link_image6, .link_image7 {
	background-size:60% auto;
    padding:10%;
	margin:0;
}
.publicize_block {
	width:46%;
	margin:10px 1.5% 0;
}
.publicize_block .thumb {height:6em;}
.pagination {margin:20px auto 0;}
.pagination .now_pages {
	margin-top:10px;
	float:none;
	display:block;
}
.sitemap_section {
	margin:30px auto 10px;
}
.sitemap_block {
	width:90%;
    margin:0 5% 20px;
}
.sitemap_block:last-child {margin:0 5%;}
.pagemap_block:first-child {width:100%;}
.pagemap_block {
	width:100%;
	margin:0 0 10px;
}
.pagemap_block .pagemap_title {padding:10px;}
.pagemap_line {margin:10px 0;}
.footer{
	border-radius: 0;
}
.footer span{
	font-size: 12px;
	margin-bottom: 5px;
}
.footer_bottom {text-align:center; margin:0.2em 0;}
.footer .left, .footer .right {
	float:none;
	text-align:center;
	display:block;
}

.search .tag{
	font-size: 1rem;
	text-align: left;
	padding-left: 16%;
	padding-top: 5px;
}

.pagination.btnGroup-br{
	text-align: center;
}
.pagination.btnGroup-br .page-text{
	margin-top: 20px;
	margin-left: 0;
	display: block;
}
#activityBlock2 .item-round .img{
	width: 17vw;
	height: 17vw;
}
#activityBlock3 .item-round a{
	width: 19vw;
	height: 19vw;
	padding-top: 2.5vw;
}
#activityBlock3 .item-round a img{
	width: 4vw;
}
}

@media only screen and (max-width: 460px), only screen and (max-device-width: 460px) {
	.breadcrumbs{
		margin-top: 10px;
    	margin-bottom: 10px;
	}
	#activityBlock1 .block-content .item .img{
		float: none;
		margin: 0 auto 15px;
	}
	.pagination.btnGroup-br .page-text .text::before{
		margin-left: 5px;
		margin-right: 5px;
	}

	#activityBlock2 .item-round{
		width: calc( 100% / 2 );
	}
	#activityBlock3 .item-round{
		width: calc( 100% / 2 );
	}
	#activityBlock2 .item-round .img{
		width: 30vw;
		height: 30vw;
	}
	#activityBlock3 .item-round a{
		width: 32vw;
		height: 32vw;
		padding-top: 4vw;
	}
	#activityBlock3 .item-round a img{
		width: 10vw;
	}

	#edm #edm-cut1 .edm-title{
		padding-left: 30px;
	}
}

@media only screen and (max-width: 460px), only screen and (max-device-width: 460px) {
	.breadcrumbs{
		margin-top: 10px;
    	margin-bottom: 10px;
	}
	#activityBlock1 .block-content .item .img{
		float: none;
		margin: 0 auto 15px;
	}
	.pagination.btnGroup-br .page-text .text::before{
		margin-left: 5px;
		margin-right: 5px;
	}

	#activityBlock2 .item-round{
		width: calc( 100% / 2 );
	}
	#activityBlock3 .item-round{
		width: calc( 100% / 2 );
	}
	#activityBlock2 .item-round .img{
		width: 30vw;
		height: 30vw;
	}
	#activityBlock3 .item-round a{
		width: 32vw;
		height: 32vw;
		padding-top: 4vw;
	}
	#activityBlock3 .item-round a img{
		width: 10vw;
	}

	#edm #edm_content .page-block{
		padding: 10px 10px 0;
	}
	#edm #edm-cut1{
		background: none;
	}
	#edm #edm-cut1 .edm-title{
		margin-left: -10px;
		margin-right: -10px;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 8px;
		position: relative;
	}
	#edm #edm-cut1 .edm-title .date{
		position: absolute;
		left: 225px;
		bottom:8px;
		font-size: 14px;
	}
	#edm #edm-cut1 .edm-title .date span{
		font-size: 18px;
	}
	#edm #edm-cut1 .edm-title h2 img{
		width: 200px;
	}
	#edm #edm-cut1 .banner{
		padding: 5px;
	}
	#edm .edm-item-title h2{
		padding-left: 0;
	}
	#edm .edm-item-title h2 img{
		max-width: 100%;
	}
	#edm #edm-cut2 .edm-news{
		padding: 20px 10px 10px;
	}
	#edm #edm-cut2 .edm-news ul li a{
		padding: 10px 5px;
	}
	#edm #edm-cut2 .edm-news ul li a .tag{
		display: inline-block;
		float: none;
	}
	#edm #edm-cut3 .edm-hot-left{
		width: calc( 100% - 25px );
	}
	#edm #edm-cut3 .edm-hot-left h3{
		margin-top: 10px;
	}
	#edm #edm-cut3 .edm-hot-left{
		padding-bottom: 20px;
		padding-left: 10px;
		padding-right: 10px;
	}
	#edm #edm-cut3 .edm-hot-left .edm-hot-content ul li a{
		font-size: 20px;
	}
	#edm #edm-cut3 h3 span{
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 20px;
	}
	#edm #edm-cut3 .edm-hot-right{
		padding-left: 10px;
		padding-right: 10px;
	}
	#edm #edm-cut3 .edm-hot-right .edm-hot-content ul li .view{
		display: none;
	}
	#edm #edm-cut3 .edm-hot-right .edm-hot-content ul li::before{
		width: 32px;
		height: 20px;
		top:15px;
	}
	#edm #edm-cut3 .edm-hot-right .edm-hot-content ul li a{
		padding-left: 40px;
		padding-right: 5px;
	}
	#edm #edm-cut4 .edm-fb{
		padding-left: 10px;
		padding-right: 10px;
	}
	#edm #edm-cut4 .edm-fb .item-round .img{
		width: 80px;
		height: 80px;
	}
	#edm #edm-cut5 .edm-month{
		margin: 0;
		padding: 10px;
	}
}





/*
     FILE ARCHIVED ON 17:20:15 一月 23, 2019 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 19:56:14 五月 23, 2026.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
