@charset "utf-8";
/*　網頁字型設定　*/
body {
  font-family: 'Noto Sans TC', sans-serif;
}


/*　選單設定　*/
.navbar {
  background-color: #f3f3f3;
}
.navbar .navbar-brand {
  color: #000000;
}
.navbar .navbar-brand:hover, .navbar .navbar-brand:focus {
  color: #2ea7e0;
}
.navbar .navbar-text {
  color: #000000;
}
.navbar .navbar-text a {
  color: #2ea7e0;
}
.navbar .navbar-text a:hover, .navbar .navbar-text a:focus {
  color: #2ea7e0;
}
.navbar .navbar-nav .nav-link {
  color: #000000;
  border-radius: .25rem;
  margin: 0 0.25em;
}
.navbar .navbar-nav .nav-link:not(.disabled):hover, .navbar .navbar-nav .nav-link:not(.disabled):focus {
  color: #2ea7e0;
}
.navbar .navbar-nav .dropdown-menu {
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.navbar .navbar-nav .dropdown-menu .dropdown-item {
  color: #000000;
}
.navbar .navbar-nav .dropdown-menu .dropdown-item:hover, .navbar .navbar-nav .dropdown-menu .dropdown-item:focus, .navbar .navbar-nav .dropdown-menu .dropdown-item.active {
  color: #2ea7e0;
  background-color: #f3f3f3;
}
.navbar .navbar-nav .dropdown-menu .dropdown-divider {
  border-top-color: #f3f3f3;
}
.navbar .navbar-nav .nav-item.active .nav-link, .navbar .navbar-nav .nav-item.active .nav-link:hover, .navbar .navbar-nav .nav-item.active .nav-link:focus, .navbar .navbar-nav .nav-item.show .nav-link, .navbar .navbar-nav .nav-item.show .nav-link:hover, .navbar .navbar-nav .nav-item.show .nav-link:focus {
  color: #2ea7e0;
  background-color: #f3f3f3;
}
.navbar .navbar-toggle {
  border-color: #f3f3f3;
}
.navbar .navbar-toggle:hover, .navbar .navbar-toggle:focus {
  background-color: #f3f3f3;
}
.navbar .navbar-toggle .navbar-toggler-icon {
  color: #000000;
}
.navbar .navbar-collapse, .navbar .navbar-form {
  border-color: #000000;
}
.navbar .navbar-link {
  color: #000000;
}
.navbar .navbar-link:hover {
  color: #2ea7e0;
}
#registration01 h1 {
    color: #0082BF;
    font-size: 2em;
}
#fontred {
    color: #FF0000;
}
.navbar a{
	font-family: 'Noto Sans TC', sans-serif;
	font-weight: 900;
}

/*Navbar選單CSS*/
.small-nav li a {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 300;
    font-size: 0.8em;
    border-style: dashed;
    border-color: #cccccc;
    border-width: 0 0 0 0.1em;
}
.language-button {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 300;
    font-size: 0.8em;
    border-radius: 0.5em;
    border: 1px solid #CCCCCC;
	}
body {
	padding-top: 105px;
	}
	
@media (max-width:992px){
.small-nav li a {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 900;
    font-size: 1em;
    border-style: none;
}
.language-button {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 900;
    font-size: 1em;
    border-style: none;
	}
.navbar-brand img {
	width: 260px;
	}
body {
	padding-top: 76px;
	}
  }
/*Navbar選單CSS 結束*/


/*　地設定　*/
#navbar-bottom {
  color: #FFFFFF;
  background-color: #0B318F;
  font-size: 1ex;
}
.redfont{
	color:#FF0000;
}
h2{
	font-size: 3em;
	color:#255482;
}

h3{
	color:#255482;
}

h3 .number{
	color:#FF0000;
	font-size: 1.8em;
}

h3 .unit{
	color:#000000;
	font-size: 0.5em;
}

h3 .bigicon{
	font-size: 3em;
}

#teema-breadcrumbs a{
	color: #383838;
}

#teema-breadcrumbs .active{
	color: #ce1313;
	font-weight: bolder;
}

#about-content h1{
	font-size: 1.5em;
	padding-top: 10px;
	padding-bottom: 20px;
	color: #007CBF;
}

#about-content h2{
	font-size: 1.2em;
	color: #D44546;
	padding-top: 10px;
}

#about-content {
	font-size: 1em;
	line-height: 1.5;
	color: #3D3D3D;
	text-align: justify;
}

/*footer*/
.col_white_amrc {
  color: #FFF;
}
footer {
  width: 100%;
  background-color: #0B318F;
  min-height: 250px;
  padding: 10px 0px 25px 0px;
}
.pt2 {
  padding-top: 40px;
  margin-bottom: 20px;
}
footer p {
  font-size: 13px;
  color: #CCC;
  padding-bottom: 0px;
  margin-bottom: 8px;
}
.mb10 {
  padding-bottom: 15px;
}
.footer_ul_amrc {
  margin: 0px;
  list-style-type: none;
  font-size: 14px;
  padding: 0px 0px 10px 0px;
}
.footer_ul_amrc li {
  padding: 0px 0px 5px 0px;
}
.footer_ul_amrc li a {
  color: #CCC;
}
.footer_ul_amrc li a:hover {
  color: #fff;
  text-decoration: none;
}
.fleft {
  float: left;
}
.padding-right {
  padding-right: 10px;
}
.footer_ul2_amrc {
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}
.footer_ul2_amrc li p {
  display: table;
}
.footer_ul2_amrc li a:hover {
  text-decoration: none;
}
.footer_ul2_amrc li i {
  margin-top: 5px;
}
.bottom_border {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 20px;
}
.foote_bottom_ul_amrc {
  list-style-type: none;
  padding: 0px;
  display: table;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}
.foote_bottom_ul_amrc li {
  display: inline;
}
.foote_bottom_ul_amrc li a {
  color: #999;
  margin: 0 12px;
}
.social_footer_ul {
  display: table;
  margin: 15px auto 0 auto;
  list-style-type: none;
}
.social_footer_ul li {
  padding-left: 20px;
  padding-top: 10px;
  float: left;
}
.social_footer_ul li a {
  color: #CCC;
  border: 1px solid #CCC;
  padding: 8px;
  border-radius: 50%;
}
.social_footer_ul li i {
  width: 20px;
  height: 20px;
  text-align: center;
}.cr {
    color: #073190;
    font-size: 2em;
    margin-top: 20px;
}


.showlogo{
	max-width: 50%; 
	height: auto;
	margin: auto;
}

/*展覽區域*/
.wrap {
    background: white;
    padding: 1rem 1rem 1rem 1rem;
    border-radius: 0.5rem;
    box-shadow: 0px 0px 30px -5px rgba(0,0,0,0.1);
    margin-bottom: 2rem;
	transition: 0.3s;
}

.wrap:hover {
    background: linear-gradient(135deg,#eef8ff 0%,#91dcff 100%);  
	box-shadow: 0px 60px 30px rgba(0,0,0,0.1);
    transform: translate(0, -10px);
}
.temp {
    background-image: url(../images/temp.jpg);
	background-attachment: fixed;
}


/* 回最上面按鈕 */
.scroll {
    color: #fff;
    margin-top: 100px
}
#toTopBtn {
    position: fixed;
    bottom: 50px;
    right: 39px;
    z-index: 98;
    padding: 21px;
    background-color: hsla(200, 76%, 62%, .8)
}
.js .cd-top--fade-out {
    opacity: .5
}
.js .cd-top--is-visible {
    visibility: visible;
    opacity: 1
}
.js .cd-top {
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s, visibility .3s, background-color .3s
}
.cd-top {
    position: fixed;
    bottom: 20px;
    bottom: var(--cd-back-to-top-margin);
    right: 20px;
    right: var(--cd-back-to-top-margin);
    display: inline-block;
    height: 40px;
    height: var(--cd-back-to-top-size);
    width: 40px;
    width: var(--cd-back-to-top-size);
    box-shadow: 0 0 10px rgba(0, 0, 0, .05) !important;
    background: url("../images/cd-top-arrow.svg") no-repeat center 50%;
    background-color: hsla(100, 76%, 62%, .8);
    background-color: hsla(var(--cd-color-3-h), var(--cd-color-3-s), var(--cd-color-3-l), 0.8)
}

/* 主按鈕下方動態Bar條 */
#magic-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0px;
  height: 4px;
  background: #E22A22;
}


/* 右下方社群icon */
.a-social-b{
  position: fixed; 
  top: 60%; 
  right:10px; 
  transform: translateX(-50%); 
}

.a-social-b a{
  display: flex; 
  justify-content: center; 
  align-items: center; 
  width: 50px; 
  height: 50px; 
  padding: 0px; 
  margin: 0px; 
  line-height: 0px; 
  background-color: #FFFFFF;
  color: grey;
  filter: invert(0) sepia(1) saturate(0) hue-rotate(0deg) brightness(1);
  border: 1px solid #ebebeb; 
  box-shadow: 2px 2px 12px rgba(0,0,0,0.2); 
}

.a-social-b a:hover{
    color: #ffffff;
    filter: invert(1) sepia(1) saturate(0) hue-rotate(0deg) brightness(1);
    box-shadow: 2px 2px 12px rgba(0,0,0,0.2);
    transition: 0.5 ease;
    text-decoration: none;
}

/*頁碼*/
.page-link{
	color:hsla(199,100%,37%,1.00);		
}

/*專題報導*/
.sr01{
	display: flex;
    flex-direction:column;
    justify-content:flex-start;
}
.sr01 h2{
	font-family: 'Noto Sans TC', sans-serif;
    font-weight: 700;
    font-size: 1.2em;
	color:#255482;
}
.sr01 h1{
	font-family: 'Noto Sans TC', sans-serif;
    font-weight: 900;
    font-size: 3em;
	color:#CE1313;
	line-height: 1.5em;
}
.sr01 h3, .sr01 a, .sr01 a:hover{
	font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 1em;	
	line-height: 2em;
	color: #888888;
	text-decoration: none;
}
.sr01 h4{
	font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 1em;	
	line-height: 1em;
	color: #888888;
}
.sr01 p{
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 1em;
    line-height: 1.8em;
    text-align: justify;
}
.sr02 {
/*	border-top: 1px solid #888888;*/
	}
.sr02 h1{
	font-family: 'Noto Sans TC', sans-serif;
    font-weight: 900;
    font-size: 1.5em;
	color:#255482;
	line-height: 1.5em;
}
.sr02 h2{
	font-family: 'Noto Sans TC', sans-serif;
    font-weight: 700;
    font-size: 1.2em;
	color:#000000;
	line-height: 1.5em;
}
.sr02 h5{
	font-family: 'Noto Sans TC', sans-serif;
    font-weight: 300;
    font-size: 1em;	
	line-height: 2em;
	color: #888888;
}
.sr02 p {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 300;
    font-size: 1em;
    line-height: 1.8em;
    text-align: justify;
	text-decoration: none,
}

/*活動訊息*/
.event01{
	display: flex;
    flex-direction:column;
    justify-content:flex-start;
}
.event01 h2{
	font-family: 'Noto Sans TC', sans-serif;
    font-weight: 700;
    font-size: 1.2em;
	color:#255482;
}
.event01 h1{
	font-family: 'Noto Sans TC', sans-serif;
    font-weight: 900;
    font-size: 3em;
	color:#CE1313;
	line-height: 1.5em;
}
.event02 {
/*	border-top: 1px solid #888888;*/
}
.event02 h1{
	font-family: 'Noto Sans TC', sans-serif;
    font-weight: 900;
    font-size: 1.5em;
	color:#255482;
	line-height: 1.5em;
}
.event02 h2{
	font-family: 'Noto Sans TC', sans-serif;
    font-weight: 700;
    font-size: 1.2em;
	color:#000000;
	line-height: 1.5em;
}
.event02 h5{
	font-family: 'Noto Sans TC', sans-serif;
    font-weight: 300;
    font-size: 1em;	
	line-height: 2em;
	color: #888888;
}
.event02 p{
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 300;
    font-size: 1em;
    line-height: 1.8em;
    text-align: justify;	
}
.event03 {
	display: flex;
	}
.event03-box{
	border:1px solid #eeeeee;
	border-radius: 1em;
	margin: 3px;
	padding:1em;
	width: 50%;
	background: #0082BF;
	}
.event03 h1 {
	font-family: 'Noto Sans TC', sans-serif;
    font-weight: 900;
    font-size: 2.2em;
	color:#ffffff;
	line-height: 1.6em;
}
.event03 h2 {
	font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 1em;
	color:#dddddd;
}
.event03 h3 {
	font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 1em;
	color:#dddddd;
}
.event03 h4 {
	font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 1em;
	color:#dddddd;
}
.event03 a {
	color:#dddddd;
	text-decoration: none;
}
@media (max-width:768px){
.event03 {
	display: block;
	}
.event03-box{
	width: 100%;
	}
}
.event04 {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
	}
.event04 h1 {
	display: inline;
	font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 1em;
	color:#0B318F;
	margin-right: 10px;
}
.event04 a {
	display: inline;
	font-family: 'Noto Sans TC', sans-serif;
    font-weight: 900;
    font-size: 1em;
	color:#E22A22;
	text-decoration: none;
}

/*訂閱電子報區塊*/
.subscriptepaper{
    display: flex;
    flex-direction:column;
    align-items: center;
	background: #eeeeee;
	border: 1px dotted #BFBFBF;
}
.subscriptepaper h5 {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 300;
    font-size: 1em;	
	line-height: 1.8em;
	color: #000000;
}
