
html {
  font-family: 'Noto Serif TC', "微軟正黑體",sans-serif;
}
p, a {
  color:#3b3c3e;
  font-weight: 400;    
  text-decoration-color: #3b3c3e;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
  line-height: 1.5;
  text-decoration: none;
}
.h2 {font-size: 40px;}
.h3 {font-size: 28px;}
.light-300 {
  font-family: 'Noto Serif TC', "微軟正黑體",sans-serif;
  font-weight: 300;
}
.regular-400 {
  font-family: 'Noto Serif TC', "微軟正黑體",sans-serif;
  font-weight: 400;
}
.semi-bold-600 {
  font-family: 'Noto Serif TC', "微軟正黑體",sans-serif;
  color: #420a15;
  text-shadow: 0px 0px 15px rgb(253 253 253 / 70%);
}
.typo-space-line::after,
.typo-space-line-center::after {
  content: "";
  width: 150px;
  display:block;
  position: absolute;
  border-bottom:  5px solid #420a15;
  padding-top: .5em;
}
.typo-space-line-center::after {
  left: 50%;
  margin-left: -75px;
}
#main_nav .nav-item .nav-link:hover {color: #fff;}
.nckulogo {
  width:200px;
  padding: 10px;
}
@media (min-width: 400px) {
  .nckulogo {
    width: 250px;
    padding-left:15px;
  }
  .nckulogo2 {
    padding-bottom: 20px;
  }
  }
@media (max-width: 600px) {
  .nckulogo2 {
    width: 80%;
    padding-bottom: 20px;
  }
  }
.mit-logo {
    left: 38px;
    width: 219px;
    height: 49px;
}
#index_banner {
  background-image: url('./../img/banner-bg-01.jpg');
  background-position: center center; background-size: cover;
  height: 100%;
  min-height: 60vh;
  width: 100%;
}
#index_banner .carousel-item {
  min-height: 60vh;
}
#index_banner .carousel-control-prev i,
#index_banner .carousel-control-next i {
  color: #6266ea !important;
  text-decoration: none;
  font-size: 4em;
}
#index_banner .carousel-inner {
  height: 80vh;
}
#index_banner .carousel-indicators li,
#index_banner .carousel-indicators.active {
  background-color: #6266ea !important;
}
.service-wrapper .service-footer {
  max-width: 720px;
}
.service-work.card {
  border-radius: 10px !important;
  cursor: pointer;
}
.service-work .service-work-vertical {
	background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 33.33%, rgba(255,255,255,1) 66.66%, rgba(255,255,255,0) 99.99%);
  background-size: 300% 300%;
  background-position: 0% 100%;
  transition: .5s;
}
.service-work .service-work-vertical:hover {
  background-position: 0% 0%;
  transition: .5s;
}
.service-work .service-work-vertical:hover * {
  color: #000;
  border-color: #000;
  transition: .5s;
}
.recent-work.card{
  border-radius: 10px !important;
}
.recent-work .recent-work-vertical {
	background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 33.333%, rgba(97,84,199,1) 66.666%, rgba(255,255,255,0) 99.999%);
  background-size: 300% 300%;
  background-position: 0% 100%;
  transition: .5s;
  cursor: pointer;
}
.recent-work .recent-work-vertical:hover {
  background-position: 0% 0%;
  transition: .5s;
}
.recent-work .recent-work-vertical:hover div.recent-work-content {
  top: 50%;
  margin-top: -2.5em;
  position: absolute;
}
.recent-work .recent-work-vertical:hover * {
  color: white;
  transition: .5s;
}
/* banner */
#work_banner {
  background-image: url('./../img/banner-bg-02.jpg');
  background-position: center center; background-size: cover;
  height: 100%;
  width: 100%;
}
.progress {
  height: 8px;
}
.objective-icon {
  border-radius: 13px;
  width: 8rem;
}
.partner-wap {
  background-color: #7276ec;
  transition: 1s;
  cursor: pointer;
}
.partner-wap:hover {
  background-color: #b1b3f5;
}
.why-us {
  background: rgb(239,239,253);
  background: -moz-linear-gradient(0deg, rgba(239,239,253,1) 50%, rgba(255,255,255,1) 50%);
  background: -webkit-linear-gradient(0deg, rgba(239,239,253,1) 50%, rgba(255,255,255,1) 50%);
  background: linear-gradient(0deg, rgba(239,239,253,1) 50%, rgba(255,255,255,1) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#efeffd",endColorstr="#ffffff",GradientType=1);
}
.team-member-img {
  transition-duration: 0.15s;
}
.team-member:hover .team-member-img {
  padding: 10px !important;
}

.bg-banner {
  background-image:url(../img/ncku-bg.svg);
  background-repeat: no-repeat;
}
.footer-icon {color:#f5f5f5;}
.btn-scroll-top.show {
  bottom: 1.25rem;
  opacity: 1;
}
.btn-scroll-top {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 1.25rem;
}
.icon-bg {
background: #f5f5f5;
border-radius: 90px;
padding: 20px;
}
.lang-bg {
    background: #420a15;
    color: #fff;
    text-decoration: none;
    padding: 3px 5px 3px 5px;
    margin: 3px;
    font-size: 1rem;
}

.blockquote {
  padding: 10px 20px;
  border-left: 5px solid #420a15;
  background: #f5f5f5;
}