:root{
  --hover: #7e4500;
  --hover-bg: #ffffaa;
  --bg-master: #006b7a;
  --color-master: #00496f;
  --hover_color: #a3115f;
  --hover_color2: #ffaa00;
  --slider_img_opacity: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));
}
/*************************************/
/*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;
  padding: 0 2rem;
}
article.site.nav{
  overflow: visible;
  background-image: url(../images/bg_001.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding:2em 0 5em 0;
}
article.site.page{
  overflow: visible;
  background-image: url(../images/bg_page.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding:2em 0 1em 0;
}
article.site.news{
  background-color: #fffffe;
  padding-bottom: 4em;
  overflow: visible;
  z-index: 3;
}
article.site.achievement{
  background-color: #fffffe;
  padding-top: 1em;
  padding-bottom: 6em;
}
article.site.video{
  background-image: url(../images/bg_002.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #0070a1;
  padding-top: 1em;
  padding-bottom: 6em;
}
article.site.link{
  background-color: #ffffff;
  padding-top: 0.5em;
}
article.site.theme_footer{
  background-color: #ffffff;
  padding-top: 0.5em;
  padding-bottom: 10em;
}
article.site.footer{
  background-color: transparent;
  overflow: visible;
}
article.site.nav .bg_bottom{
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 16%;
  background: #fffffe;
  clip-path: polygon(100% 100%, 0 100%, 0 95%, 100% 0);
}
article.site.news .bg_bottom{
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 16%;
  background: #fffffe;
  clip-path: polygon(100% 100%, 0 100%, 0 95%, 100% 0);
  z-index: 1;
}
article.site.achievement .bg_bottom{
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 16%;
  background: #0070a1;
  clip-path: polygon(100% 100%, 0 100%, 0 95%, 100% 0);
  z-index: 1;
}
article.site.achievement .bg_bottom2{
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 5em;
  background-image: url(../images/bg_004.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 1;
}
article.site.video .bg_bottom{
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 5em;
  background-image: url(../images/bg_004.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 1;
}
article.site.theme_footer .bg_bottom{
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 5em;
  background-image: url(../images/bg_005.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 1;
}
article.site.theme_footer .theme_footer{
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 8em;
  background-image: url(../images/theme_footer.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  z-index: 1;
}
article.site section,
article.site div.section{
  clear: both;
  display: block;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
article.site section.nav{
  max-width: calc(1440px + 4rem);
  padding: 0 2rem;
}
article.site section.news-docmap{
  padding: 0 0 2em 0;
}
article.site section.achievement-features,
article.site section.video{
  position: relative;
  z-index: 2;
}
article.site div.section.section-AC{
  position: relative;
  /*top: -3em;*/
  margin: 0 auto;
}
article.site div.section.section-AC a#AC{
  padding: 0 5px;
}
/*************************************/
/*****************************************/
/*選單容器框*/
article.site section .section-menu{
  display: block;
  width: 100%;
  margin: 0 auto 1em auto;
  padding: 0.5em 1em 0.5em 1.5em;
  background-color: #ffffff;
  border-radius: 1.5em;
  box-shadow: 0 1px 5px rgba(0,0,0,0.55);
}
/***/
/*上方連結選單 start*/
.goCenter{
  display: inline-block;
}
.top-link{
  display: block;
  text-align: center;
}
.top-link .contain{
  position: relative;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  margin: 0 auto 0.5em auto;
  padding-right: 0.5em;
  max-width: 1440px;
}
.top-link .contain .left-column{
  position: absolute;
  top: -2.5rem;
  left: 0;
  -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{
  position: relative;
  display: inline-block;
  background-color: #e2e3e4;
  border-radius: 5em;
  padding: 0 0.5em 0 2.4em;
}
.top-link a{
  text-decoration: none;
  margin:0 0.25em;
}
.top-link nav ul li a.icon::before{
  content: "";
  position: absolute;
  bottom: 0.2em;
  left: 0.8em;
  display: inline-block;
  margin-right: 0.125em;
  width: 1.2em;
  height: 1.2em;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.top-link nav ul li.網站導覽{
  background-color: #e2e3e4;
}
.top-link nav ul li.登入狀態{
  background-color: #d5faed;
}
.top-link nav ul li.登入{
  background-color: #fad5e5;
}
.top-link nav ul li.登出{
  background-color: #d5e8fa;
}
.top-link nav ul li.網站導覽 a.icon::before{
  background-image: url(../images/icon_sitemap.svg);
}
.top-link nav ul li.登入狀態 a.icon::before{
  background-image: url(../images/icon_login2.svg);
}
.top-link nav ul li.登入 a.icon::before{
  background-image: url(../images/icon_login.svg);
}
.top-link nav ul li.登出 a.icon::before{
  background-image: url(../images/icon_logout.svg);
}
/*上方連結選單 end*/
/*****************************************/
/*****************************************/
/*主選單 start*/
.menu-column{
  width: 100%;
}
.menu-column .contain{
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
}
.menu-column .title{
  width: 35%;
  min-width: 300px;
  position: relative;
  -webkit-flex: initial;
          flex: initial;
}
.menu-column .title{
  margin: 0;
  white-space: nowrap;
}
.menu-column .title .logo{
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  width: 100%;
  padding-bottom: 15%;
  display: block;
  background-image: url(../images/logo_AIDI+.svg);
  background-position: left bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
.menu-column .title a{
  text-decoration: none;
}
.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*/
/*****************************************/
footer{
  position: relative;
  background-color: #cfeae0;
  padding: 0 2em;
}
footer div.column-copyright{
  position: relative;
  top: 0;
  left: -2em;
  width: calc(100% + 4em);
  background-color: #005c61;
  padding: 2em 0.5em;
  margin: 0 auto;
}
footer div.column-copyright .flex-column{
  max-width: 1440px;
  margin: 0 auto;
}
footer article.site{
  position: relative;
  z-index: 3;
  padding: 0;
}
footer article.site section h2{
  background-color: transparent;
  border: none;
}
a.img{
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 0;
}
.AA-logo{
  display: inline-block;
  max-width: 120px;
}

footer .sns-column{
  position: relative;
  text-align: center;
  padding-top: 2em;
  z-index: 3;
}
footer .sns-column .box{
  display: inline-block;
  border-radius: 1em;
  border: 1px solid #ccc;
  overflow: hidden;
  line-height: 0;
  width: 100%;
  max-width: 280px;
}
footer .sns-column .box .linkpic{
  display: block;
  width: 100%;
}
footer ul.sitemap-list{
  padding: 0;
  margin: 1em auto 2em auto;
  list-style: none;
  display: grid;
  gap: 2em;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr))
}
footer ul.sitemap-list > li > a,
footer ul.sitemap-list > li > span{
  border-bottom: 1px solid #000000;
  display: block;
  width: 100%;
}
footer ul.sitemap-list li,
footer ul.sitemap-list li a{
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: bold;
  display: block;
  width: 100%;
}
footer ul.sitemap-list li a:hover{

}
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.25em;
}
footer ul.sitemap-list li ul li a{
  font-weight: normal;
  font-size: 1.1rem;
}
footer ul.sitemap-list li ul li a:hover{

}
.column-copyright .counts{
  color:#ffffff;
  padding-left: 0.75em;
}
.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 .row{
  display: block;
  margin-bottom: 5px;
  padding: 0.5em;
  background-color: #00000022;
  border-radius: 5px;
}
.column-copyright .info .host,
.column-copyright .info .address,
.column-copyright .info .tel,
.column-copyright .info .mail{
  display: inline-block;
  margin-right: 1em;
}
.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{
  position: relative;
  display: -webkit-flex;
  display: flex;
  gap: 2em;
  flex-direction: row;
  z-index: 2;
}
.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;
}
.flex-column .middle{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  /*display: flex;*/
}
/*******************************************/
/*store_column start*/
.store_column{
  position: fixed;
  z-index: 999991;
  padding: 15px;
  top:5%;
  left: 5%;
  border:3px solid var(--theme_blue);
  border-radius: 35px;
  display: none;
  width: 90%;
  max-width: 800px;
  height: 90%;
  background: #fff;
}
.store_column .info_column{
  position: relative;
  width: 100%;
  height: calc(100% - 60px);
  margin: 20px auto;
  padding: 15px;
  z-index: 10;
  overflow-y: auto;
  overflow-x: hidden;
}
.store_column .info_column::-webkit-scrollbar {
  width:3px;
  background: #eee;
}
.store_column .info_column::-webkit-scrollbar-thumb {
  background: #ccc;
}
.store_column .button_close{
  position: fixed;
  width: 36px;
  height: 36px;
  top: calc(5% - 10px);
  left: calc(50% - 18px);
  z-index: 11;
  cursor: pointer;
  background: transparent;
  border: none;
  padding: 0;
  border-radius: 50%;
}
.store_column .button_close img{
  width: 100%;
}
.mask{
  position: fixed;
  z-index: 999990;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.85);
  display: none; /*block*/
}
/***/
.store_colum_school_lists{
  display: block;
  width: 100%;
}
.store_colum_school_lists section{

}
.store_colum_school_lists h3{
  margin: 0;
  padding: 0;
  color: #0e6783;
}
.store_colum_school_lists ul{
  list-style: none;
  margin: 0.25em auto;
  padding: 0;
}
.store_colum_school_lists ul li{
  display: block;
  width: 100%;
  margin: 0 0 5px 0;
  padding: 0;
}
.store_colum_school_lists ul li a{
  display: block;
  padding: 5px;
  background-color: #ececec;
  text-decoration: none;
  border-radius: 5px;
}
.store_colum_school_lists ul li a:hover{
  background-color: #cffffc;
}
#dialog-desc{
  display: block;
  width: 100%;
  padding: 0.5em 1em;
  background-color: #ffffcc;
  border-radius: 0.5em;
}
/*store_column end*/
/*****************************************/
.AC{
  text-decoration: none;
}
.AZ{
  text-decoration: none;
}
/*****************************************/
* {
-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: 1.125em;
  line-height: 1.5em;
  letter-spacing: 0.04em;
  font-family: "Chiron GoRound TC", "Noto Sans TC", "Microsoft JhengHei", "PingFang TC", "Heiti TC", "黑體", sans-serif;
}
a{
  color: #000000;
}
a:hover{
  color: var(--hover);
}
/*****************************************/
/*通用設定 start*/
._nowrap{
  white-space: nowrap;
}
._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;
}
/***/
._w100{
  width: 100px;
}
._w150{
  width: 150px;
}
/*****************************************/
.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;
}
._overflowhidden{
  overflow: hidden;
}
._displaynone{
  display: none;
}
._displayblock{
  display: block;
}
._displayinlineblock{
  display: inline-block;
}
/*****************************************/
.pbc-p-5{
  padding: 5px;
}
.pbc-m-b-0{
  margin-bottom: 0 !important;
}
.pbc-m-b-10{
  margin-bottom: 10px !important;
}
/*************************************/
.fadeIn {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}
@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}
.fadeOut {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  from {opacity: 1;}
  to {opacity: 0;}
}
@keyframes fadeOut {
  from {opacity: 1;}
  to {opacity: 0;}
}
/*****************************************/
/*通用設定 end*/
/*****************************************/