@charset "utf-8";
._noscript{
  color: #f00;
  text-align: center;
  padding: 5px; 
}
@media screen and (max-width:1200px) {
  ._noscript{
    position: fixed;
    z-index: 100;
    width: 100%;
    background: #fe0;
    top: 40px;
  }
}
#mask{
	display:none;
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:98;
	transition:background-color 2s;
	-webkit-transition:background-color 2s;
	background-color: rgba(0, 0, 0, 0.7);
}
.header{
	width:100%;
	height:150px;
	margin:0 auto;
	background:#fff;
}
.header .top_link{
	width:100%;
	height:30px;
	margin: 0;
	padding: 0;
	border-bottom: 1px dashed #ccc;
	font-size: 1em;
	overflow: hidden;
}
.header .top_link .link_column{
	width:100%;
	max-width: 1280px;
	margin:0 auto; 
  height: 30px;
}
.header .top_link .link_column ul{
	float:left;
	margin:2px 0 0 10px;
	padding: 0;
	list-style: none;
}
.header .top_link .link_column ul li{
	line-height:1.4em;
	height: 30px;
	float:left;
}
.header .top_link .link_column ul li img{
	float:left;
	margin:0 3px 0 0;
}
.header .top_link .link_column ul li a{
	color:#666665;
	display:inline-block;
	margin:0 3px;
}
.header .top_link .link_column ul li a:hover{
	color:#000;
}
.header .top_link .link_column .message{
	float:right;
	color: #555;
	font-size:0.9em;
	line-height:30px;
  letter-spacing: -4px;
}
.header .top_link .link_column .message a,
.header .top_link .link_column .message span{
	color: #555;
	padding: 3px 8px;
	-webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;
	margin: 0 0 0 0px;
  letter-spacing: 0;
  display: inline-block;
}
.header .top_link .link_column .message a:hover{
	background: #eee;
}
.header .top_link .link_column .message a img{
	position: relative; top:2px;
	width: 14px; height: 14px; margin: 0 2px 0 0;
}
.header .top_link .link_column .message a[title="學員登入"]{
  background-color: #a8ffee;
  border-radius: 0px;
}
.header .top_link .link_column .message a[title="學員登入"] img{
  background-color: #fff;
  border-radius: 50px;
  padding: 2px;
  width: 18px;
  height: 18px;
  top:3px;
}
.header .column{
	width:1200px;
	margin:0 auto;
	height:120px;
	overflow:hidden;
}
.header .column_menu{
	width: 100%;
	max-width:1280px;
	margin:0 auto;
	height:120px;
	overflow:hidden;
}
.header .column .logo{
	display:none;
}
.header .column .link{
	float:right;
	font-size:1em;
	margin:0 20px 0 0;
}
.header .column .link li{
	float:right;
	display:inline-block;
	margin:0 0 0 10px;
}
.header .column .link li img{
	position:relative;
	top:4px;
	margin:0 3px 0 0;
}
.header .column .link li a{
	color:#777;
}
.header .column .link li a:hover{
	color:#333;
}
.header .column .search{
	clear:both;
	float:left;
	width:237px;
	height:48px;
	background:url(bg_search.png) no-repeat;
	margin:15px 0 0 135px;
}
.header .column .search input{
	border:none;
	position:relative;
	top:8px;
	left:60px;
	width:120px;
}
.header .column .search img{
	cursor:pointer;
	position:relative;
	top:13px;
	right:-70px;
}
.header .column .search img:hover{
	top:12px;
}
@media screen and (max-width:1200px) {
	.header{
		position:fixed;
		top:0;
		left:0;
		height:50px;
		background:#fff;
		-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.3);
		-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.3);
		box-shadow: 0 3px 3px rgba(0,0,0,0.3);
		z-index:99;
	}
	.header .column{
		width:100%;
		margin:0 auto;
		height:50px;
		overflow:visible;
		background:none;
	}
	.header .column .logo{
		display:block;
		float:left;
		width:217px;
		height:50px;
		margin:0;
		background:url(logo.png) no-repeat;
		cursor:pointer;
		-moz-background-size:cover;
		-webkit-background-size:cover;
		-o-background-size:cover;
		background-size:cover;
	}
	.header .column .link,
	.header .column .search{
		display:none;
	}
}
/*option_menu*/
#option_column{
	display:none;
}
.option_menu{margin: 0; padding: 0;}
@media screen and (max-width:1200px) {
	/*option_menu*/
	#option_column{
		display:block;
		z-index:9999;
		width:100%;
		position:relative;
		left:100%;
		overflow:hidden;
		overflow-y:auto;
		padding:0 0 50px 0;
		background-color: rgba(245, 245, 245, 1);
		transition:left 0.5s;
		-webkit-transition:left 0.5s;
	}
	#option_column .option_wrap {
		margin:0;
	}
	/*狀態*/
	#option_column.clicked {
		display: block;
		left:30%;
		transition: left 0.3s;
		-webkit-transition:left 0.3s;
	}
	#option_column.back {
		display:block;
		left:100%;
		transition:left 0.3s;
		-webkit-transition:left 0.3s;
	}
	#option_column .option_title{
		clear:both;
		width:100%;
		height:40px;
		font-size:1.2em;
		text-indent:20px;
		line-height:40px;
		display:block;
		border-bottom:1px solid #ddd;
		color:#fff;
		background:#2291c4;
	}
	#option_column .option_sel{
		clear:both;
		width:100%;
		height:40px;
		font-size:1.2em;
		text-indent:20px;
		line-height:40px;
		display:block;
		border-bottom:1px solid #ddd;
		color:#333;
		cursor:pointer;
	}
	#option_column .option_sel a{
		clear:both;
		width:100%;
		height:40px;
		text-indent:20px;
		line-height:40px;
		display:block;
		border-bottom:1px solid #ddd;
		color:#333;
	}
	#option_column .option_sel:hover{
		background:#e8e8e8;
	}
}
/*option*/
#option{
	float:right;
	width:50px;
	height:50px;
	background:url(icon_head_option_agent.png) center center no-repeat;
	background-size:40px 40px;
	display:none;
	cursor:pointer;
	margin:0 0 0 0;
}
#option.close{
	background:url(icon_head_option_agent_close.png) center center no-repeat;
	background-size:40px 40px;
}
@media screen and (max-width:1200px) {
	#option{
		display:inline-block;
	}
}
ul.categoryitems{margin: 0; padding:0;}
.categoryitems li{
	width:100%;
	line-height:40px;
	list-style: none;
}
.categoryitems li a{
	width:100%;
	color:#333745;
	background:#f4f4f4;
	font-size:1.2em;
	text-indent:0px;
	line-height:49px;
	display:block;
	border-bottom:1px solid #E4E4E4;
	margin:0;
	padding:0 0 0 25px;
}
.categoryitems li a:hover{
	background:#e8e8e8;
}
.categoryitems li ::before{
	content:"▶ ";
}
/***************************************************************/
.contain{
	position: relative;
	width:100%;
	max-width: 1280px;
	margin:0 auto; 
}
/*menu*/
.desktop_menu{
  width: 100%;
  margin: 0px auto 0 auto;
  height: 120px;
  text-align: center;
  overflow: hidden;
}
.desktop_menu a{color: #000;}
@media screen and (max-width:1200px) {
	.top_link,
	.desktop_menu{
		display:none;
	}
	.contain{
		margin:50px auto 0 auto; 
	}
}
.header .column .desktop_menu .logo{
	display:inline-block;
	width:190px;
	height:83px;
	margin: 0 25px 0 0;
	position: relative;
	top:20px;
}
.header .column .desktop_menu .logo img{
	width:190px;
	height:83px;
}
.desktop_menu .box{
	display:inline-block;
	margin:0 0 0 20px;
	cursor:pointer;
}
.desktop_menu .box .button{
	width:11px;
	height:11px;
	margin: 0 auto 5px auto;
	display: block;
	-webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%;
	background-color:#d7d7d7;
	transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out;
}
.icon_menu_about{
	background: url(icon_menu_about.png) center;
	-moz-background-size: cover; -webkit-background-size: cover; -o-background-size: cover;	background-size: cover;
	background-size: 0 0;
}
.icon_menu_news{
	background: url(icon_menu_news.png) center;
	-moz-background-size: cover; -webkit-background-size: cover; -o-background-size: cover;	background-size: cover;
	background-size: 0 0;
}
.icon_menu_novice{
	background: url(icon_menu_novice.png) center;
	-moz-background-size: cover; -webkit-background-size: cover; -o-background-size: cover;	background-size: cover;
	background-size: 0 0;
}
.icon_menu_elearning{
	background: url(icon_menu_elearning.png) center;
	-moz-background-size: cover; -webkit-background-size: cover; -o-background-size: cover;	background-size: cover;
	background-size: 0 0;
}
.icon_menu_exam{
	background: url(icon_menu_exam.png) center;
	-moz-background-size: cover; -webkit-background-size: cover; -o-background-size: cover;	background-size: cover;
	background-size: 0 0;
}
.icon_menu_video{
	background: url(icon_menu_video.png) center;
	-moz-background-size: cover; -webkit-background-size: cover; -o-background-size: cover;	background-size: cover;
	background-size: 0 0;
}
.icon_menu_ebooks{
	background: url(icon_menu_ebooks.png) center;
	-moz-background-size: cover; -webkit-background-size: cover; -o-background-size: cover;	background-size: cover;
	background-size: 0 0;
}
.icon_menu_movie{
	background: url(icon_menu_movie.png) center;
	-moz-background-size: cover; -webkit-background-size: cover; -o-background-size: cover;	background-size: cover;
	background-size: 0 0;
}
.icon_menu_online_more{
	background: url(icon_menu_online_more.png) center;
	-moz-background-size: cover; -webkit-background-size: cover; -o-background-size: cover;	background-size: cover;
	background-size: 0 0;
}
.icon_menu_member{
	background: url(icon_menu_member.png) center;
	-moz-background-size: cover; -webkit-background-size: cover; -o-background-size: cover;	background-size: cover;
	background-size: 0 0;
}
.desktop_menu .box .text{
	text-align:center;
	font-size: 1.1em;
}
@media screen and (max-width:1300px) {
	.desktop_menu .box .text{
		font-size: 1.00em;
	}
}
.desktop_menu .box:hover .button{
	width:32px;
	height:32px;
	background-size:32px 32px;
	background-color:#009bdb;
}
.desktop_menu .box:hover .text{
	color:#009bdb;
}
/*****************************************************************************/
/*mini_menu*/
.mini_menu{
	display:block;
	position:fixed;
	width:100%;
	height:0px;
	background-color: rgba(255, 255, 255, 0.95);
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.4); -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.4); box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	z-index:99999;
	transition: height 0.2s linear;
	-webkit-transition: height 0.2s linear;
	overflow:hidden;
}
@media screen and (max-width:1200px) {
	.mini_menu{
		display:none;
	}
}
.mini_menu .column{
	width:100%;
	margin:0 auto;
	text-align:center;
}
.mini_menu .column .logo{
	display:inline-block;
	width:225px;
	height:40px;
	background:url(logo_mini.png) no-repeat center;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}
.mini_menu .column .logo a{
	display:inline-block;
	width:203px;
	height:40px;
}
.mini_menu .column .menu{
	display:inline-block;
	height:40px;
}
.mini_menu .column .menu ul{
	display:inline-block;
	height:40px;
	line-height:40px;
	margin: 0;
	padding: 0;
}
.mini_menu .column .menu ul li{
	float:left;
	text-align:center;
	cursor:pointer;
	margin:1px 10px 0 10px;
	color:#fff;
}
.mini_menu .column .menu ul li:hover{
	margin:0px 10px 0 10px;
	color:#fff;
}
.mini_menu .column .menu ul li a{
	color:#000;
}
.mini_menu .column .menu ul li a:hover{
	color:#009bdb;
}
.mini_menu .column .menu ul li img{
	position:relative;
	top:3px;
	margin:0 3px 0 0;
}
/*****************************************************************************/
.contain .info_column{
	position:relative;
	width:1100px;
	/*min-height:500px;*/
	overflow:hidden;
	margin:0 auto;
}
@media screen and (max-width:1100px) {
	.contain .info_column{
		width:100%;
	}
}

/*input物件*/
select {
	background: url(icon-arrow-dwn.png) center right no-repeat;
	padding: 5px 35px 5px 10px;
	background-color: #eee;
	border-radius: 5px;
	border: #aaa 1px solid;
	color: #444;
	font-size: 1.1em;
	line-height: 20px;
	margin: 10px 0 0 0;
	text-shadow: rgba(255,255,255,.6) 0 1px 0;
	font-family: Microsoft JhengHei, simhei, Arial;
	appearance:none;
	-moz-appearance:none; /* Firefox */
	-webkit-appearance:none; /* Safari 和 Chrome */
}
select::-ms-expand {
    display: none;
}
select.group_sel{
	background: url(icon-arrow-dwn.png) center right no-repeat;
	padding: 4px 34px 4px 9px;
	background-color: #eee;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	border: #aaa 1px solid;
	color: #444;
	font-size: 1.1em;
	line-height: 20px;
	margin: 10px 0 0 0;
	text-shadow: rgba(255,255,255,.6) 0 1px 0;
	font-family: Microsoft JhengHei, simhei, Arial;
	appearance:none;
	-moz-appearance:none; /* Firefox */
	-webkit-appearance:none; /* Safari 和 Chrome */
}
input[type="text"]{
    font-size: 1.1em;
    font-family: Microsoft JhengHei, simhei, Arial;
    margin: 8px 0 0 0;
    padding: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-appearance: none;
    border: 1px solid #666;
}
/*輔助設定*/
.font_color_390{
	color:#009bdb;
}
.font_color_000{
	color:#000;
}
.font_color_ccc{
	color:#ccc;
}
.font_color_399{
	color:#399;
}
.font_color_39c{
	color:#39c;
	padding:0 0 0 5px;
}
.font_color_c00{
	color:#c00;
}
.font_color_333{
	color:#333;
}
.font_color_666{
	color:#666;
}
.font_color_c39{
  color:#c39;
}
.float_right{
	float:right;
}
.float_left{
	float:left;
}
img{
	border:none;
}
h1{
	font-weight:normal;
}
html{
	overflow-x:hidden;
}
body{
	margin:0;
	padding:0;
	overflow-x:hidden;
	font-family: Microsoft JhengHei, simhei, Arial;
	font-size:1em;
	-webkit-text-size-adjust:none;
	-moz-text-size-adjust:none;
	-ms-text-size-adjust:none;
	text-size-adjust:none;
  cursor: unset !important;
}
a:link,
a:visited,
a:hover{
	text-decoration:none;
  display: inline-block;
	overflow: initial;
}
.over_length{
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
}
.justify{
	text-align: justify;
	text-justify:inter-ideograph; 
}
* {
-webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
/*ghost_button*/
.ghost_button_column{text-align: center; width: 100%; position: relative; z-index: 9;}
.ghost_button_column_qa{
	text-align: left;
	font-size: 0.8em;
	margin: 20px 0 0 0;
}
.ghost_button_transition {
  position: relative;
  display: inline-block;
  width: fit-content;
  padding: 8px 26px;
  margin: 0 0 5px 0;
  color: #fff;
  font-weight: bold;
  font-size: 1.3em;
  border: 2px solid #fff;
  -webkit-border-radius:10px;	-moz-border-radius:10px; border-radius:10px;
  text-align: center;
  outline: none;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease-out, color 0.2s ease-out;
  transition: background-color 0.2s ease-out, color 0.2s ease-out;
  cursor: pointer;
}
/*活動進行中標籤-20220512*/
.ghost_button_transition.activity::after{
  position: absolute;
  top: -14px;
  right: 8px;
  content: "活動進行中！";
  font-size: 0.7em;
  color: #ff0066;
  background-color: #ffe600;
  padding:2px 4px 2px 8px;
  border-radius: 6px;
  z-index: 1;
  -webkit-animation: attention 3s ease infinite;
  animation: attention 3s ease infinite;
}
.ghost_button_transition:hover, .ghost_button_transition:active {
  background-color: #fff;
  color: #000;
  -webkit-transition: background-color 0.3s ease-in, color 0.3s ease-in;
  transition: background-color 0.3s ease-in, color 0.3s ease-in;
}
.ghost_button_transition2 {
  display: inline-block;
  width: fit-content;
  padding: 8px 26px;
  margin: 0 0 5px 0;
  color: #000;
  font-weight: bold;
  font-size: 1.3em;
  border: 2px solid #000;
  -webkit-border-radius:10px;	-moz-border-radius:10px; border-radius:10px;
  text-align: center;
  outline: none;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease-out, color 0.2s ease-out;
  transition: background-color 0.2s ease-out, color 0.2s ease-out;
  cursor: pointer;
}
.ghost_button_transition2:hover, .ghost_button_transition2:active {
  background-color: #000;
  color: #fff;
  -webkit-transition: background-color 0.3s ease-in, color 0.3s ease-in;
  transition: background-color 0.3s ease-in, color 0.3s ease-in;
}
.ghost_button_transition3 {
  display: inline-block;
  width: fit-content;
  padding:5px 8px;
  margin: 0 0 5px 0;
  color: #000;
  background-color: #dcdcdc;
  font-size: 1em;
  border:none;
  -webkit-border-radius:5px;	-moz-border-radius:5px; border-radius:5px;
  text-align: center;
  outline: none;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease-out, color 0.2s ease-out;
  transition: background-color 0.2s ease-out, color 0.2s ease-out;
  cursor: pointer;
}
.ghost_button_transition3:hover, .ghost_button_transition3:active {
  background-color: #009bdb;
  color: #fff;
  -webkit-transition: background-color 0.3s ease-in, color 0.3s ease-in;
  transition: background-color 0.3s ease-in, color 0.3s ease-in;
}
.ghost_button_transition_disable {
  display: inline-block;
  width: fit-content;
  padding: 8px 26px;
  margin: 0 0 5px 0;
  color: rgba(255,255,255,0.4);
  font-weight: bold;
  font-size: 1.3em;
  border: 2px solid rgba(255,255,255,0.4);
  -webkit-border-radius:10px;	-moz-border-radius:10px; border-radius:10px;
  text-align: center;
  outline: none;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease-out, color 0.2s ease-out;
  transition: background-color 0.2s ease-out, color 0.2s ease-out;
  cursor: default;
  /*pointer-events: none;*/
}
/*input checkbox radio*/
input[type="checkbox"] {
	height: 20px;
	width: 20px;
	position: relative;
	top:3px;
}
input[type="radio"] {
	height: 20px;
	width: 20px;
	position: relative;
	top:2px;
}
/*footer*/
footer{
	width: 100%;
	margin: 0 auto;
	max-width: 1280px;
	background: #4b5d04;
}
/*link*/
.bottom_link{
	width:100%;
	max-width:1100px;
	margin:0 auto;
}
.bottom_link ul{
	text-align:center;
	width:100%;
	margin: 0;
	padding: 0;
}
.bottom_link ul li{
	display:inline-block;
	line-height:1em;
	font-size:1em;
	margin:0 7px;
}
.bottom_link ul li a{
	line-height:16px;
	font-size:1.2em;
	color:#fff;
}
.bottom_link ul li a:hover{
	color:#fff;
}
/*column_copyright*/
.column_copyright{
	clear:both;
	width:100%;
	padding:0 20px 20px 20px;
	margin:20px 0 0 0;
}
.column_copyright .column{
	border-top:none;
}
.column_copyright .column .counts{
	width:100%;
	text-align:center;
	font-size:0.85em;
	color:#fff;
	margin:20px 0 0 0;
}
.column_copyright .column .counts img{
	position:relative;
	top:1px;
}
.column_copyright .column .info{
	width:100%;
	text-align:center;
	font-size:0.85em;
	color:#fff;
	margin:20px 0 0 0;
	line-height:1.4em;
}
.column_copyright .column .info .host,
.column_copyright .column .info .address{
	display:inline-block;
	margin: 0 10px;
}
.column_copyright .column .info .service_msg{
	clear:both;
}
@media screen and (max-width:1100px) {
	.column_copyright .column .info .host,
	.column_copyright .column .info .address,
	.column_copyright .column .info .service_msg{
		display:block;
	}
}
.column_copyright .column .e-mail{
	width:100%;
	text-align:center;
	font-size:0.85em;
	color:#fff;
	margin:0 0 0 0;
	line-height:1.4em;
}
.column_copyright .column .e-mail a{
	color:#fff;
}
/*************************************/
.doll_face_column{width: 100%; text-align: center; padding: 15px 0;}
.doll_face_column img{max-height:60px;}
@media screen and (max-width:768px) {
	.doll_face_column img{max-height:40px;}
}
@media screen and (max-width:420px) {
	.doll_face_column img{max-height:30px;}
}
.goCenter {
  position: absolute;
  top: 5px;
  left: 35%;
  z-index: 9999;
  border: 1px solid #fff;
  background-color: #fffc00;
  padding: 5px 10px;
  opacity: 0;
}
.goCenter:focus, .goCenter:hover { opacity: 1; }

@media screen and (max-width:1200px) {
	#AC{display: none !important;}
}
/*20210308*/
#AC{
	position: absolute;
	top: 0;
	left: -13px;
}

/***20220913 無障礙修正***/
*:focus{
  outline: 3px dashed #ffcc00;
}
#login-box a:focus{
  outline: 3px dashed #0072bc !important;
}
.TOP_mobile{
  position: fixed;
  display: none !important;
}
@media screen and (max-width:1100px) {
  .TOP_mobile{
    display: inline-block;
  }
  .TOP{
    display: none;
  }
}
#rwdmenu_tab_close{
  opacity: 0;
  width: 0;
  height: 0;
  font-size: 0;
  overflow: hidden;
  display: block;
}
/*20240712 訊息跑馬燈*/
.warning_message_column{
  background-color: #fff6d1;
  max-width: 1280px;
  width: 100%;
}
.warning_message{
  position: relative;
  width: calc(100% - 1em);
  /*height: 1.5em;*/
  margin: 0 auto 5px auto;
  /*padding: 0 1em;*/
  font-size: 1.1em;

  color: #cc0000;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width:1200px) {
  .warning_message{
    margin: 60px auto 5px auto;
  }
}

.marquee {
  /*position: absolute;*/
  font-weight: 600;
  color: #cc0000;
  /*white-space: nowrap;*/
  top: 2px;
  /*left: 0;*/
}
