:root{
  --hover: #006c86;
  --hover-bg: #ffffaa;
  --bg-master: #006c86;
  --color-master: #006c86;
}
/*************************************/
/*map-文字標籤*/
.vmap_marker_none{
  fill: #000;
  font-size: 1.5em;
  pointer-events: none;
}
section.page .vmap_marker_none{
  font-size: 1.5em;
}
section.page .city .vmap_marker_none{
  font-size: 1em;
}
.vmap_marker{
  font-size: 1.5em;
  fill: #000;
  pointer-events: none;
}
.vmap_marker_reddot{
  fill: #cc0000;
  pointer-events: none;
  font-size: 1.2em;
}
/*************************************/
#mask{
  display:none;
  position:fixed;
  width:100%;
  height:100%;
  top:0;
  left:0;
  z-index:98;
  transition:background-color 2s;
  background-color: rgba(0, 0, 0, 0.7);
}
/*************************************/
article.site{
  position: relative;
  clear: both;
  width: 100%;
  overflow: hidden;
}
article.site section,
article.site div.section{
  clear: both;
  display: block;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto 2em auto;
  padding: 0 1em;
}
article.site div.section.section-AC{
  position: relative;
  /*top: -3em;*/
  margin: 0 auto;
}
article.site div.section.section-AC a#AC{
  background-color: #ffffff;
  padding: 0 5px;
}
article.site section h2{
  position: relative;
  display: block;
  width: 100%;
  margin: 1em auto;
  background-color: #f2f2f2;
  border-bottom: 5px solid #dddddd;
  text-align: center;
  letter-spacing: 0.08em;
  padding: 8px 2em;
  margin-top: 0;
  margin-bottom: 8px;
  border-radius: 30px;
}
article.site section h2 span.text{
  display: inline-block;
  vertical-align: middle;
}
article.site section h2 span.icon{
  background-image: url("../style/icon_title.svg");
  width: 2em;
  height: 2em;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}
article.site section h2 span.icon.icon-001{
  background-image: url("../style/icon_h2_001.png");
}
article.site section h2 span.icon.icon-002{
  background-image: url("../style/icon_h2_002.png");
}
article.site section h2 span.icon.icon-003{
  background-image: url("../style/icon_h2_003.png");
}
article.site section h2 span.icon.icon-004{
  background-image: url("../style/icon_h2_004.png");
}
article.site section h2 span.icon.icon-005{
  background-image: url("../style/icon_h2_005.png");
}
article.site section h2 span.icon.icon-006{
  background-image: url("../style/icon_h2_006.png");
}
article.site section h2 span.icon.icon-sitemap{
  background-image: url("../style/icon_link_sitemap.svg");
  background-size: 70%;
}
/*************************************/
/*****************************************/
/*上方連結選單 start*/
.goCenter{
  display: inline-block;
}
.top-link{
  display: block;
  background-color: #ececec;
  text-align: center;
}
.top-link .contain{
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  padding: 0.25em 1em 0.25em 0.5em;
  margin: 0 auto;
  max-width: 1440px;
}
.top-link .contain .left-column{
  -webkit-flex: initial;
          flex: initial;
  margin: 0;
  white-space: nowrap;
}
.top-link .contain .right-column{
  -webkit-flex: initial;
          flex: initial;
  margin: 0;
  width: 100%;
  text-align: right;
}
.top-link nav{
  display: inline-block;
}
.top-link nav ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
.top-link nav ul li{
  display: inline-block;
}
.top-link a{
 text-decoration: none;
  margin:0 0.25em;
}
.top-link nav ul li a.icon::before{
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  margin-right: 0.125em;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: var(--bg-master);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.top-link nav ul li a.icon.首頁::before{
  background-image: url(../style/icon_itaiwan.png);
  background-color: transparent;
  width: 1.25em;
  height: 1.25em;
  top: 0.125em;
}
.top-link nav ul li a.icon.學習中心::before{
  background-image: url(../style/icon_elearning.png);
  background-color: transparent;
  width: 1.25em;
  height: 1.25em;
  top: 0.125em;
}
.top-link nav ul li a.icon.網站導覽::before{
  background-image: url(../style/icon_link_sitemap.svg);
  background-size: 70%;
}
.top-link nav ul li a.icon.學員註冊::before{
  background-image: url(../style/icon_link_regist.svg);
  background-size: 70%;
}
.top-link nav ul li a.icon.學員登入::before{
  background-image: url(../style/icon_link_login.svg);
  background-size: 70%;
}
.top-link nav ul li a.icon.管考登入::before{
  background-image: url(../style/icon_link_admin.svg);
  background-size: 70%;
  /*background-color: #ff0084;*/
}
.top-link nav ul li a.icon.英文版::before{
  background-image: url(../style/icon_link_language.svg);
  background-size: 70%;
}
/*上方連結選單 end*/
/*****************************************/
/*****************************************/
/*主選單 start*/
.menu-column{
  width: 100%;
  background-color: #ffffffee;
}
.menu-column .contain{
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  padding: 0.5em 0.5em;
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
}
.menu-column .title{
  -webkit-flex: initial;
          flex: initial;
}
.menu-column .title h1{
  margin: 0;
  white-space: nowrap;
  background: linear-gradient(transparent 60%, #fff596 0);
}
.menu-column nav{
  -webkit-flex: initial;
          flex: initial;
  margin: 0;
  width: 100%;
  text-align: right;
}
.menu-column .main-menu{
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-column .main-menu > li {
  position: relative;
  display: inline-block;
  font-size: 1.25em;
  font-weight: 600;
}
.main-menu a {
  display: block;
  padding: 10px 0.5em;
  text-decoration: none;
}
/* 子選單預設隱藏 */
.menu-column .sub-menu{
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
  top: 100%;
  left: 0;
  background: #fff;
  width: fit-content;
  width: -moz-fit-content;
  min-width: 200px;
  text-align: left;
  white-space: nowrap;
  display: none;
  box-shadow: 0 2px 5px rgba(0,0,0,0.44);
  z-index: 2;
  font-weight: 400;
  border-radius: 5px;
}
.sub-menu li a:hover{
  background: #f2f2f2;
}
/* 滑鼠 hover 顯示子選單 */
.has-submenu:hover > .sub-menu,
.has-submenu:focus-within > .sub-menu {
  display: block;
}
/*主選單 end*/
/*****************************************/
/*行動版選單 start*/
.header,
#option,
#option_column {
  display: none;
}
#rwdmenu_tab_close{
  opacity: 0;
  width: 0;
  height: 0;
  font-size: 0;
  overflow: hidden;
  display: block;
}
/*行動版選單 end*/
/*****************************************/
/*top banner*/
.banner-column{
  position: relative;
  display: block;
  width: 100%;
  background-image: url(../style/bg_banner.png);
  background-repeat: repeat-x;
  background-position: center bottom;
}
.banner-column .bg-banner-page{
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 30px;
  background-image: url(../style/bg_banner_page.png);
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: repeat-x;
}
.top_banner{
  position: relative;
  width:100%;
  max-width:1440px;
  margin:0 auto;
}
.top_banner .fotorama__nav{
  position:relative;
  bottom:30px;
}
.top_banner .fotorama__dot{
  border:1px solid #fff;
}
/*20250606-無障礙修改需求-banner start*/
/*首頁精選 start*/
.commend_title{
  display: block;
  position: relative;
  width: 100%;
  max-width: 270px;
  margin: 0 auto;
  height: 60px;
  border-radius:50px;
  border: 3px solid #ffffff;
}
.commend_title .icon{
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  top: -15px;
  left: 10px;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}
.commend_title .title{
  display: inline-block;
  width: calc(100% - 130px);
  padding: 0px 0 6px 10px;
  margin: 0 20px 0 10px;
  /*border-bottom: 5px solid #e3e3af;*/
  vertical-align: middle;
  font-size: 1.2em;
}
.commend_title .title h2.text{
  float: left;
  margin: 0;
  color: #944704;
  font-size: 1.2em;
}
.commend_title .icon_index_column_1{background-image: url('../images/icon_starbook.png');}
/***/
.column_commend{
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  text-align: center;
  display: block;
}
.column_commend .column_grid{
  display: grid;
  gap: 0px;
  grid-template-columns: repeat(4,1fr);
}
.box_commend{
  position: relative;
  display: inline-block;
  background-color: #ffffff;
  width: 100%;
  border-radius: 10px;
  border: 5px solid #ffffff;
  overflow: hidden;
}
.box_commend .pic{
  overflow: hidden;
  width: 100%;
  padding-bottom: 31.81818181818182%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 0em;
  color: transparent;
}
.box_commend .info_column{
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
}
.box_commend .cat{
  position: absolute;
  top: -0px;
  left: -4px;
  display: inline-block;
  max-width: 100%;
  vertical-align: top;
  background-color: var(--hover_color);
  border-radius: 5px 0px 0px 0px;
  padding: 4px 10px 4px 28px;
  margin-bottom: 5px;
  color: #fff;
  /*box-shadow: 0 1px 5px rgba(0,0,0,0.4);*/
  font-weight: bold;
  font-size: 0.75em;
  background-image: url("../images/icon_star.png");
  background-size: 16px;
  background-position: 7px center;
  background-repeat: no-repeat;
}
.box_commend .cat::before{
  position: absolute;
  top: 0;
  right: -9px;
  content: "";
  width: 10px;
  height: 100%;
  background-color: var(--hover_color);
  clip-path: polygon(50% 0, 0 50%, 55% 100%, 0 100%, 0 0);
}
.box_commend .cat::after{
  position: absolute;
  bottom: -10px;
  left: 0px;
  content: "";
  width: 10px;
  height: 10px;
  background-color: var(--hover_color);
  filter: grayscale(66%);
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}
.box_commend .info_column .unit{
  position: relative;
  left: 0;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0 8px;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 1em;
  color: var(--hover_color);
}
.box_commend .info_column .title{
  position: relative;
  top: -5px;
  left: 0;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border-radius: 5px 0px 0px 0px;
  padding: 0 8px;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 1.1em;
}
.box_commend .info_column .text{
  position: relative;
  top: -5px;
  left: 0;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border-radius: 15px 15px 15px;
  padding: 0 8px;
}
.box_commend .info_column .text::after{
  content: "...more";
}
.box_commend a{
  display: block;
  color: #000;
}
.box_commend a:hover{
  background-color: #fffee1;
}
.box_commend a:focus{
  outline: 2px dashed #ff6600;
  background-color: #fffee1;
}
/*首頁精選 end*/
/*20250606-無障礙修改需求-banner end*/
/*****************************************/
footer{
  position: relative;
  background-color: #065b64;
}
footer section.column-copyright{
  max-width: 100%;
  background-color: #00000055;
  padding: 2em 1em;
  margin: 0 auto;
}
footer section.column-copyright .flex-column{
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1em;
}
footer article.site{
  position: relative;
  z-index: 3;
}
footer article.site section h2{
  background-color: transparent;
  border: none;
  color: #ffffff;
}
.AA-logo{
  max-width: 120px;
  margin-top: 1em;
}
footer .bg-footer-top{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(../style/bg_footer_top.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  z-index: 2;
}
footer .bg-footer{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(../style/bg_001.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  z-index: 1;
  opacity: 0.2;
}
footer .sns-column{
  position: relative;
  text-align: center;
  padding-top: 6em;
  z-index: 3;
}
footer ul.sitemap-list{
  padding: 0;
  margin: 1em auto 0 auto;
  list-style: none;
  display: grid;
  gap: 2em;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr))
}
footer ul.sitemap-list > li > a,
footer ul.sitemap-list > li > span{
  border-bottom: 2px solid #ffffff;
  display: block;
  width: 100%;
}
footer ul.sitemap-list li,
footer ul.sitemap-list li a{
  text-decoration: none;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: bold;
  display: block;
  width: 100%;
}
footer ul.sitemap-list li a:hover{
  color:#ffff00;
}
footer ul.sitemap-list li ul{
  list-style: none;
  font-weight: normal;
  padding: 0;
  margin: 0;
}
footer ul.sitemap-list li ul li{
  padding-top: 0.5em;
}
footer ul.sitemap-list li ul li a{
  font-weight: normal;
  font-size: 1.1rem;
}
footer ul.sitemap-list li ul li a:hover{
  color:#ffff00;
}
.column-copyright .counts{
  clear:both;
  width:100%;
  color:#ffffff;
  margin:0 auto;
  padding:0;
}
.column-copyright .info{
  width:100%;
  color:#fff;
  margin:20px 0 0 0;
}
.column-copyright .info .links{
  display: block;
  margin-bottom: 0.5em;
}
.column-copyright .info .links a{
  margin-right: 0.5em;
}
.column-copyright .info .host,
.column-copyright .info .address{
  display:inline-block;
}
.column-copyright .info .service_msg{
  clear:both;
}
.column-copyright .e-mail{
  width:100%;
  color:#fff;
  margin:0 0 0 0;
}
.column-copyright .info a,
.column-copyright .e-mail a{
  color:#ffffff;
}
.column-copyright .e-mail a:hover{
  color:#ffff00;
}
/*****************************************/
.list-grid{
  display: grid;
  gap: 1em;
  grid-template-columns: repeat(1,1fr);
}
.list-grid.grid2{
  grid-template-columns: repeat(2,1fr);
}
.list-grid.grid3{
  grid-template-columns: repeat(3,1fr);
}
.list-grid.grid4{
  grid-template-columns: repeat(4,1fr);
}
/*****************************************/
.flex-column{
  display: -webkit-flex;
  display: flex;
  gap: 2em;
  flex-direction:;
}
.flex-column .flex-1{
  -webkit-flex: 1;
          flex: 1;
}
.flex-column .flex-2{
  -webkit-flex: 2;
          flex: 2;
}
.flex-column .flex-3{
  -webkit-flex: 3;
          flex: 3;
}
.flex-column .flex-4{
  -webkit-flex: 4;
          flex: 4;
}
.flex-column .flex-5{
  -webkit-flex: 5;
          flex: 5;
}
/*****************************************/
.AC{
  text-decoration: none;
}
.AZ{
  text-decoration: none;
  color: #ffffff;
}
/*****************************************/
* {
-webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:focus {
  outline: 3px dotted #ff6600;
  color: #000000!important;
}
*:focus:not(input):not(select):not(textarea) {
  background-color: #ffffcc !important;
}
html{

}
body{
  margin:0;
  padding:0;
  overflow-x:hidden;
  font-size: 1em;
  font-family: "Microsoft JhengHei", "PingFang TC", "Heiti TC", "黑體", sans-serif;
}
a{
  color: #000000;
}
a:hover{
  color: var(--hover);
}
/*****************************************/
/*通用設定 start*/
._noshowtext{
  font-size: 0;
  color: transparent;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  font-size: 0;
  color: transparent;
}
.read-more {
  font-size: 0.8em;
  letter-spacing: 0;
}
/*****************************************/
.pbc-justify{
  text-align: justify;
  text-justify:inter-ideograph; 
}
.pbc-left{
  text-align: left;
}
.pbc-right{
  text-align: right;
}
.pbc-center{
  text-align: center;
}
/*****************************************/
.pbc-font-red{
  color: #cc0000;
}
/*****************************************/
.pbc-bg-red{
  background-color: #cc0000;
}
.pbc-bg-lightyellow{
  background-color: #ffffcc;
}
/*****************************************/
.hide{
  display: none !important;
}
.height-0{
  height: 0;
}
.show{
  display: block !important;
}
.show-inline{
  display: inline-block !important;
}
/*****************************************/
.pbc-p-5{
  padding: 5px;
}
.pbc-m-b-0{
  margin-bottom: 0 !important;
}
.pbc-m-b-10{
  margin-bottom: 10px !important;
}
/*****************************************/
/*通用設定 end*/
/*****************************************/