@import url(https://fonts.googleapis.com/earlyaccess/cwtexhei.css);
@import url(https://fonts.googleapis.com/css?family=Ubuntu:500&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css2?family=Rajdhani:wght@600&display=swap);


* {
  outline: none;
}

body {
  margin: 0;
  padding: 0;
  font-family: "微軟正黑體", "新細明體", Arial;
  padding-top: 50px;
  line-height: 34px;
  letter-spacing: 1px;
}

.navMenuMask {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 998;
  top: 0px;
  opacity: 0;
  display: none;
  transition: all 0.5s;
}

.navMenuMask.active {
  display: block;
  opacity: 1;
}

.navMenu {
  background-color: #22caf7;
  position: fixed;
  height: 100%;
  width: 375px;
  z-index: 999;
  top: 0px;
  left: -375px;
  overflow: auto;
  transition: left 0.5s;
}

.navMenu.active {
  left: 0px;
}

.navMenu ul {
  margin: 30px auto 0px;
  padding: 0px;
  list-style: none;
  clear: both;
  width: 100%;
}

.navMenu li {
  font-size: 1em;
  line-height: 1.5em;
  padding: 1.2em 0.5em 1.2em 1.2em;
  letter-spacing: 2px;
}

.navMenu li a,
.navMenu li a:visited {
  font-size: 1.3em;
  text-decoration: none;
  color: #fff;
  display: block;
}

.navMenu li a:focus,
.navMenu li a:hover {
  color: #333;
}

.navMenu li i {
  width: 30px;
  text-align: center;
}

/*選單*/
.menu-opener,
.menu-opener:hover,
.menu-opener.active,
.menu-opener-inner,
.menu-opener-inner::before,
.menu-opener-inner::after,
.menu,
.menu.active {
  -webkit-transition: 550ms all;
  transition: 550ms all;
}

.menu-opener {
  cursor: pointer;
  height: 50px;
  position: fixed;
  z-index: 1000;
  top: 0px;
  left: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 50px;
}

.menu-opener.active {
  left: 320px;
}

.menu-opener-inner {
  background: #fff;
  height: .25rem;
  margin-left: 0.75rem;
  margin-top: 1.5rem;
  width: 1.5rem;
}

.menu-opener-inner::before,
.menu-opener-inner::after {
  background: #fff;
  content: '';
  display: block;
  height: .25rem;
  width: 1.5rem;
}


.menu-opener-inner::before {
  -webkit-transform: translateY(-0.6rem);
  -ms-transform: translateY(-0.6rem);
  transform: translateY(-0.6rem);
}

.menu-opener-inner::after {
  -webkit-transform: translateY(0.3rem);
  -ms-transform: translateY(0.3rem);
  transform: translateY(0.3rem);
}

.menu-opener-inner.active {
  background: transparent;
}

.menu-opener-inner.active::before {
  -webkit-transform: translateY(0rem) rotate(-45deg);
  -ms-transform: translateY(0rem) rotate(-45deg);
  transform: translateY(0rem) rotate(-45deg);
  background: #fff;
}

.menu-opener-inner.active::after {
  -webkit-transform: translateY(-0.3rem) translateX(0rem) rotate(45deg);
  -ms-transform: translateY(-0.3rem) translateX(0rem) rotate(45deg);
  transform: translateY(-0.3rem) translateX(0rem) rotate(45deg);
  background: #fff;
}

/*選單  END*/


.header {
  height: 50px;
  padding-left: 50px;
  background-image: linear-gradient(to top left, #2bd8fa, #15b9f2);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 997;
}

.header h1 {
  padding: 0px;
  margin: 0px;
  height: 100%;
  display: inline-block;
}

.header .logo {
  margin-right: 10px;
}

.header .logo img {
  height: 100%;
  vertical-align: top;
}

.headerLink {}

.topmenu {
  display: none;
}

.headerLink {
  display: inline-block;
  margin-top: 10px;
  position: relative;
  vertical-align: top;
  float: right;
  margin-right: 40px;
}

.headerLink a,
.headerLink a:visited {
  display: inline-block;
  color: #ccc;
  padding: 5px;
  border-bottom: solid 0px #efefef;
  position: relative;
  transition: all 0.5s;
}

.headerLink a:hover {
  color: #0e64f1;
  border-bottom: solid 1px #efefef;
}

.headerLink a.selected,
.headerLink a.selected:hover {
  color: #0e64f1;
  border-bottom: solid 0px #0e64f1;
}

.headerLink a:nth-child(1) {
  padding-left: 0px;
}

.headerLink a:nth-child(2) {
  padding-right: 0px;
}

.headerLink a span {
  display: none;
}

.navbar-nav , .btn-left-nav{display: none;}


.card-header a:not([href]){
  font-weight: bold;
  color: #0858a9;
}

/*footer選單*/
.footerMenu {
  display: none;
}

/*footer*/
/* .footer{background-color: #007eb5;text-align: center;padding: 10px; } */
.footer {
  background-color: #4e73df;
  text-align: center;
  padding: 10px;
}

.footer .ft_box {
  width: 80%;
  margin: 10px auto;  
  line-height: 20px;
}

.footer .ft_logo {}

.footer ul.ft_list {
  color: #fff;
}

.footer ul.ft_list li {}

.footer .ft_right {
  display: none;
}

.accesskeyStyle {
  display: none;
}



/*版面樣式 */
.site_root,
.mainView {
  display: block;
}

.site_root {
  background-color: #ecfbff;
  color: #0599c6;
}

.site_root a,
.site_root a:visited {
  color: #0599c6;
  transition: all 0.5s;
}

.site_root a:hover {
  color: #333;
}


/*main-container */
.main-container {
  padding: 10px 20px;
  color: #333333;
}

.main-container h1 {
  border-bottom: 1px solid #0599c6;
  color: #0599c6;
  font-weight: 600;
  font-size: 1.6rem;
  margin-top: 0;
}

.main-container h2 {
  border-bottom: 1px solid #0599c6;
  color: #0599c6;
  font-weight: 600;
  font-size: 1.4rem;
  margin-top: 0;
}

.main-container h3{
  font-size: 1.2rem;
  line-height: 1.8rem;
  padding: 5px;
  color: #1d7ec9;
  font-weight: 600;
}


.title{
  display: flex;
  color: #1d7ec9;
  margin: 30px 0 5px 0;
}
.title h3{
  font-size: 60px;
  line-height: 30px;
  font-style: italic;
  font-family: 'Rajdhani', sans-serif;
  border-right: 1px dashed #0599c6;
  padding-right: 16px;
}
.title span{
  display: block;
  padding-left: 10px;
}
.title span:nth-child(1){
  font-size: 18px;
  font-weight: 600;
}
.title span:nth-child(2){
  font-size: 18px;
  font-weight: 600;
}


.box-edit{
  display: flex;
  margin: 10px 0;
}
.box-edit:nth-child(odd){
  /* background: rgba(20, 185, 240, 0.05); */
  background-image: linear-gradient(to top left, rgba(20, 185, 240, 0.05), rgba(20, 185, 240, 0.15));
  border-radius: 20px;
}
.area-info, .area-img{
  padding: 10px 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  
}
.area-info{ flex: 1 }
.area-img { flex: 1 }


@media (min-width: 768px){

}
@media (max-width: 767px){
  .box-edit{
    display: block;
    margin: 10px 0;
  }
  .area-info, .area-img{
    padding: 10px 15px;
    display: block;
  }
}