/*****************************************/
/*推薦網站 start*/
ul.recommend-website{
  padding: 0;
  width: 100%;
  list-style: none;
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(4,1fr);
  margin-top: 0;
}
ul.recommend-website li{
  display: inline-block;
}
ul.recommend-website li a{
  text-decoration: none;
  display: block;
  line-height: 0;
  border-radius: 10px;
}
ul.recommend-website li a img{
  width: 100%;
  box-shadow: 0 1px 5px rgba(0,0,0,0.4);
  border-radius: 10px;
}
/*推薦網站 end*/
/*****************************************/
/*****************************************/
/*精選照片 start*/
.recommend-photo{
  position: relative;
  display: block;
  background-color: #88beb3;
  border-radius: 2em;
  padding: 2em;
  overflow: hidden;
}
.recommend-photo .bg{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: url(../style/bg_001.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  opacity: 0.33;
}
.recommend-photo .contain{
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
}
.recommend-photo .contain .box{
  text-align: center;
  gap: 2em;
  display: -webkit-flex;
  display:         flex;
  /*flex-direction: column;*/
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.recommend-photo .contain .box .pic{
  position: relative;
  display: inline-block;
  width: 50%
}
.recommend-photo .contain .box .pic img{
  position: relative;
  width: 100%;
  z-index: 2;
  border: 0.5em solid #ffffff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.recommend-photo .contain .box .pic .bg_shadow{
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #e3ecea;
  transform: rotate(-3deg);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.recommend-photo .contain .box .right-column{
  display: inline-block;
  width: 50%;
}
.recommend-photo .contain .box .desc{
  position: relative;
  display: block;
  width: 100%;
  font-size: 1.25em;
  letter-spacing: 0.25em;
  background-color: #ffffff;
  border-radius: 2em;
  margin-bottom: 3em;
}
.recommend-photo .contain .box .desc a{
  display: block;
  width: 100%;
  text-decoration: none;
  padding: 1.5em;
  border-radius: 2em;
}
.recommend-photo .contain .box .desc::before{
  position: absolute;
  top: -1em;
  left: 0;
  content: "";
  display: block;
  background-image: url(../style/icon_quote.svg);
  width: 3em;
  height: 3em;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.recommend-photo .contain .box .desc::after{
  position: absolute;
  bottom: -1em;
  right: 0;
  content: "";
  display: block;
  background-image: url(../style/icon_quote.svg);
  width: 3em;
  height: 3em;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
  text-align: right;
}
.recommend-photo .option{
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 50%;
  display: block;
  padding: 2em 3em 2em 2em;
  margin: 2em auto 0 auto;
  text-align: center;
  z-index: 2;
}
.recommend-photo .option button{
  background-color: #fae6d3;
  color: #000000;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 5em;
  height: 4.95em;
  white-space: nowrap;
  text-align: center;
  font-size: 1em;
  margin: 0 0.5em;
}
.recommend-photo .option button:hover{
  background-color: var(--hover-bg);
}
/*精選照片 end*/
/*****************************************/
/*tabs 選單 start*/
#tabs-column.ui-widget.ui-widget-content{
  border: none;
}
#tabs-column .ui-widget-header{
  border: none;
  border-bottom: 2px solid var(--bg-master);
  background-color: transparent;
  text-align: center;
  padding: 0;
}
#tabs-column li.ui-tabs-tab{
  display: inline-block;
  float: unset;
  margin: 0;
  border-radius: 10px 10px 0 0;
  border-color: #ececec;
  background-color: #ececec;
}
#tabs-column li.ui-state-active{
  border-color: var(--bg-master);
  background-color: var(--bg-master);
}
#tabs-column li.ui-tabs-tab a{
  padding: 0.5em 1em;
  display: block;
  text-decoration: none;
  font-size: 1.25em;
  font-weight: bold;
}
#tabs-column li.ui-state-active a{
  color: #ffffff;
}
#tabs-column li:focus a{
  color: #000000;
}
/*tabs 選單 end*/
/*******************************************/
.list-column{
  display: block;
}
ul.news-lists{
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.news-lists li{
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
   border-bottom: 1px dashed #ccc; 
  padding-bottom: 1.5em;
  /* margin-bottom: 1.5em; */
  padding: 1em 5px;
  border-radius: 5px;
}
ul.news-lists > li:nth-of-type(even){
  background-color: #F0F0F0;
}
ul.news-lists li .left_column{
  -webkit-flex: initial;
          flex: initial;
  max-width: 150px;
  min-width: 80px;
}
ul.news-lists li .left_column img{
  width: 100%;
  border-radius: 5px;
}
ul.news-lists li .contain{
  border-radius: 5px;
  padding: 0 0.5em;
  -webkit-flex: initial;
          flex: initial;
}
ul.news-lists li .contain .labels{
  display: block;
}
ul.news-lists li .contain .labels .label{
  padding: 0 6px;
  border-radius: 5px;
  font-size: 0.9em;
  display: inline-block;
}
ul.news-lists li .contain .labels .label.address{
  display: block;
  font-weight: bold;
  font-size: 1em;
  padding: 5px 10px;
  margin-top: 10px;
  word-break: break-all;
}
ul.news-lists li .contain .labels .label.count{
  background-image: url(../style/icon_counts.png);
  background-repeat: no-repeat;
  background-position: 5px;
  padding-left: 18px;
}
ul.news-lists li .contain .labels .label.docname{
  font-weight: bold;
  color: var(--color-master);
}
ul.news-lists li .contain .labels .label.new{
  background-color: #DB006A;
  color: #ffffff;
  font-weight: bold;
}
ul.news-lists li .contain .labels .label.hot{
  background-color: #DB3700;
  color: #ffffff;
  font-weight: bold;
}
ul.news-lists li .contain .labels .label.top{
  background-color: #007AA3;
  color: #ffffff;
  font-weight: bold;
}
ul.news-lists li .contain a{
  display: block;
  text-decoration: none;
}
ul.news-lists li .contain .title{
  margin: 0.25em 0;
  font-size: 1.5em;
  word-break: break-all;
  text-align: justify;
}
section.page ul.news-lists li .contain .title{
  color: var(--color-master);
}
ul.news-lists li .contain .entry-excerpt{
  margin: 0.25em 0;
  word-break: break-all;
  text-align: justify;
  color: #444443;
  line-height: 1.65em;
  font-size: 1.05em;
}
.list-column .more_news_bottom{
  clear: both;
  letter-spacing: 1px;
  text-align: center;
  margin: 10px auto 0 auto;
}
.list-column .more_news_bottom a{
  display:inline-block;
  text-decoration: none;
  padding:8px 25px;
  border:1px solid #ccc;
  border-radius:8px;
}
/*****************************************/
/*DOCmap start*/
#vmap {
  width:100%;
  max-height:850px;

}
.jqvmap-label
{
  position: absolute;
  display: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background:#0A4871;
  color: white;
  font-size:medium;
  padding: 3px;
  pointer-events:none;
}
.jqvmap-pin {
  pointer-events:none;
  font-size:1em;
  color:#333;
  font-family: "Microsoft JhengHei", "PingFang TC", "Heiti TC", "黑體", sans-serif;
  -webkit-transform : scale(0.9);
}
.jqvmap-region
{
  cursor: pointer;
}
.jqvmap-ajax_response
{
  width: 100%;
  height: 500px;
}
/*DOCmap end*/
/*****************************************/
.map-column{
  background-color: #e9f5ff;
  border-radius: 30px;
}
.map-column nav{
  position: relative;
}
button#menu-suplist{
  position: relative;
  background-color: var(--color-master);
  color: #ffffff;
  border: none;
  border-radius: 15px;
  margin: 10px;
  padding: 0.5em;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: calc(100% - 20px);
  text-align: left;
  font-size: 1.25em;
}
button#menu-suplist span.status{
  position: absolute;
  right: 0.5em;
  top: 0.55em;
  font-size: 0.7em;
  background-color: #ffffff;
  color: var(--color-master);
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  display: block;
  text-align: center;
  line-height: 2.5em;
}
/* 子選單預設隱藏 */
.map-column .sub-menu{
  position: absolute;
  margin: 0;
  padding: 0.5em;
  list-style: none;
  top: 100%;
  left: 10px;
  background: #fff;
  border-radius: 15px;
  width: calc(100% - 20px);
  text-align: left;
  white-space: nowrap;
  display: none;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  z-index: 2;
  font-size: 1.25em;
  font-weight: 400;
}
.map-column .sub-menu a{
  display: block;
  padding: 10px 0.5em;
  text-decoration: none;
  border-radius: 5px;
}
.map-column .sub-menu a[target="_blank"] {
  position: relative;
}
.map-column .sub-menu a[target="_blank"]::after {
  content: "";
  position: absolute;
  right: 0.25em;
  top: 0.25em;
  opacity: 0.66;
  display: block;
  width: 0.6em;
  height: 0.6em;
  background-image: url(../style/icon_button_link_black.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
button#menu-suplist-close{
  display: block;
  padding: 6px 10px;
  margin: 0.25em auto;
  border-radius:5px;
  border: none;
  color: #000000;
  background-color: #dddddd;
  appearance:none;
  -moz-appearance:none; /* Firefox */
  -webkit-appearance:none; /* Safari 和 Chrome */
  font-family: "Microsoft JhengHei", "PingFang TC", "Heiti TC", "黑體", sans-serif;
  font-size: 0.8em;
}
/*****************************************/
.cube_list{
  width: 100%;
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(8,1fr);
}
.cube_list a.cube_box{
  width: 100%;
  padding-bottom: calc(25% - 50px);
  display: inline-block;
  background-color: #207E74;
  text-align: center;
  margin: 0 0 4px 0;
  border-radius:1.5em;
  text-decoration: none;
}
.cube_list a.cube_box:hover{
  background-color: #FFCC00;
}
.cube_list a.cube_box img{
  max-width: 40px;
  width: 50%;
  margin: 20px 0 0 0;
}
.cube_list a.cube_box .title{
  font-size: 1.2em;
  font-weight: bold;
  color: #fff;
  margin: 0px 0 20px 0;
}
.cube_list a.cube_box:hover img,
.cube_list a.cube_box:focus img{
  filter: brightness(0%);
}
.cube_list a.cube_box:hover .title,
.cube_list a.cube_box:focus .title{
  color: #000000;
}
/*****************************************/
/*****************************************/
/*課程成果 start*/
.list-column-type{
  display: block;
}
ul.features-lists{
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.features-lists li a{
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  background-color: #e1e9f2;
  margin-bottom: 1em;
  border-radius: 130px;
  padding: 1em;
  gap: 1em;
  text-decoration: none;
}
.list-column-type.type2 ul.features-lists li a{
  background-color: #c4d9f0;
}
.list-column-type.type3 ul.features-lists li a{
  background-color: #ffe3d4;
}
ul.features-lists li .left_column{
  -webkit-flex: initial;
          flex: initial;
  width: 150px;
  min-width: 150px;
  display: -webkit-flex;
  display:         flex;
  /*flex-direction: column;*/
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}
ul.features-lists li .left_column .pic{
  width: calc(100% - 0px);
  padding-bottom: calc(100% - 10px);
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 5px solid #ffffff;
  box-shadow: 0 1px 5px rgba(0,0,0,0.1);
  background-color: #ffffff;
}
ul.features-lists li .contain{
  border-radius: 5px;
  border-radius: 130px;
  background-color: #ffffff;
  width: 100%;
  padding: 1.25em 2em 2em 2em;
  box-shadow: 0 1px 5px rgba(0,0,0,0.1);
  display: -webkit-flex;
  display:         flex;
  flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}
ul.features-lists li .contain .labels{
  display: block;
}
ul.features-lists li .contain .labels .label{
  padding: 0 6px;
  background-color: #f2f2f2;
  border-radius: 5px;
  font-size: 0.9em;
}
ul.features-lists li .contain .labels .label.count{
  background-image: url(../style/icon_counts.png);
  background-repeat: no-repeat;
  background-position: 5px;
  padding-left: 18px;
}
ul.features-lists li .contain .labels .label.docname{
  font-weight: bold;
  color: var(--color-master);
}
ul.features-lists li .contain .labels .label.new{
  background-color: #DB006A;
  color: #ffffff;
  font-weight: bold;
}
ul.features-lists li .contain .labels .label.hot{
  background-color: #DB3700;
  color: #ffffff;
  font-weight: bold;
}
ul.features-lists li .contain .labels .label.top{
  background-color: #007AA3;
  color: #ffffff;
  font-weight: bold;
}
ul.features-lists li .contain a{
  display: block;
  text-decoration: none;
}
ul.features-lists li .contain .title{
  margin: 0.25em 0;
  font-size: 1.25em;
  word-break: break-all;
  text-align: justify;
  font-weight: bold;
}
ul.features-lists li .contain .entry-excerpt{
  margin: 0.25em 0;
  word-break: break-all;
  text-align: justify;
  color: #444443;
  line-height: 1.5em;
}
.list-column-type .more_news_bottom{
  clear: both;
  letter-spacing: 1px;
  text-align: center;
  margin: 10px auto 0 auto;
}
.list-column-type .more_news_bottom a{
  display:inline-block;
  text-decoration: none;
  padding:8px 25px;
  border:1px solid #ccc;
  border-radius:8px;
}
/*課程成果 end*/
/*****************************************/
/*相關連結 start*/
.link_list{
  display: grid;
  gap: 1em;
  grid-template-columns: repeat(6,1fr);
  margin: 0;
  padding: 0;
}
.link_list .link_box{
  display: block;
}
.link_list .link_box a{
  display: block;
  line-height: 0;
}
.link_list .link_box img{
  display: inline-block;
  width: 100%;
  height: 29.41%;
  border-radius: 5px;
  border: 1px solid #999;
}
/*相關連結 end*/
/*****************************************/