body,
h1,
h2,
h3,
h4,
h5,
h6,
#jsn-gotoplink,
.page-header,
.subheading-category,
.componentheading,
.contentheading,
body #jsn-menu ul.menu-mainmenu a,
body #jsn-menu ul.menu-mainmenu li a span {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', "Microsoft JhengHei", Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
}

#jsn-logo img {
  /* height: 70px !important; */
}
#jsn-pos-logo .brands-link {
    display: flex;
    align-items: center;
    font-weight: bold;
    color: #505050;

    text-decoration: none;
}
#jsn-pos-logo .logo {
    display: flex;
    align-items: center;
}
#jsn-pos-logo .h1-logo {
    display: block;
    width: 56px;
    height: auto;

    vertical-align: middle;
}
#jsn-pos-logo .brands-link span {
    display: block;
    line-height: 1.2;
}
#jsn-pos-logo .web-only {
    padding: 0 20px 0 12px;
    position: relative;
}
#jsn-pos-logo .brands-link .ch {
    font-size: 1.5rem;
}
#jsn-pos-logo .brands-link .en {
    font-size: .75rem;
}
#jsn-pos-logo .web-only:after {
    content: "";
    background: #d5d9de;
    width: 1px;
    height: 56px;
    position: absolute;
    right: 0;
    top: -6px;
}
#jsn-pos-logo .sub {
    color: #0067ac;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 1.25rem;
}

#jsn-menu h3.jsn-moduletitle {
  border-top: 1px solid #0b3c5d;
}

div.jsn-modulecontainer ul.menu-mainmenu li { white-space: normal; }
div.jsn-modulecontainer ul.menu-mainmenu > li.parent {
  background: none !important;
}
div.jsn-modulecontainer ul.menu-mainmenu > li > a, 
div.jsn-modulecontainer ul.menu-mainmenu > li.active > a {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
div.jsn-modulecontainer ul.menu-mainmenu > li.active > a {
  padding-right: 7px !important;
  padding-left: 7px !important;
  background: #2d5e96 !important;
}

.bottom-logo {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  
  margin-bottom: 30px;
}
.bottom-logo ul {
  list-style-type: none;
}
.bottom-logo > div {
  flex: 1 1 33.333%;
  box-sizing: border-box;
  padding-left: 4.8px;
  padding-right: 4.8px;

  text-align: left;
}
@media (max-width: 768px) {
  .bottom-logo {
    flex-direction: column;
  }
  .bottom-logo > div {
    flex: 1 1 100%;
  }
}

.footer-content {
  display: inline-block;
  text-align: left;
}

.custom-box {
  box-sizing: border-box;
  background-color: #0b3c5d;
  padding: 15px 20px;
}
.custom-box h3.jsn-moduletitle {
  color: #fff;
  font-size: 18px;
  border-bottom: 3px solid #fff;
  margin-bottom: 8px;
}
.custom-box ul li {
  line-height: 1;
}
.custom-box ul li a {
  color: #fff;
  font-size: 16px;
}
.custom-box ul li a .jsn-menutitle {
  font-weight: normal;
}

#jsn-topbar,
#jsn-topbar ul.menu-divmenu li {
  background-color: white;
  font-size: 16px;
}
#jsn-topbar {
  padding-top: 15px;
}
#jsn-topbar .jsn-modulecontainer {
  margin: 0;
  line-height: 1;
}
#jsn-topbar .menu-divmenu {
  margin: 0;
  margin-right: 27px;
}
#jsn-topbar .menu-divmenu .highlight {
  background-color: #ffd8c1;
}
#jsn-pos-topbar a {
  color: #0b3c5d;
}
#jsn-pos-topbar .jsn-menutitle {
  font-weight: 400;
}
#jsn-logo {
  position: absolute;
  top: 0;
}
#jsn-menu {
  margin: 0;
}
.menu-mainmenu {
  font-size: 16px;
  margin: 0;
  white-space: nowrap;
}
div.jsn-modulecontainer ul.menu-mainmenu > li {
  margin-left: 18px;
  padding: 0;
}
div.jsn-modulecontainer ul.menu-mainmenu > li > a {
  font-size: 1em;
  margin: 0;
  padding: 0;
}
#jsn-header_inner {
  border-bottom: 0 none;
}
#jsn-promo {
  background: none;
}
#jsn-body {
  padding-top: 20px;
}
#jsn-content-bottom {
  box-shadow: none;
  background: #fff;
  border-top: none;
  margin: 0 auto;
}
@media only screen and (min-width: 1200px) {
	#jsn-content-bottom {
		width: 1170px;
	}
}

#jsn-footer {
  color: #000;
  background: #fff;
}

/* enhance width */
#jsn-pos-topbar,
#jsn-pos-content-top_inner,
#jsn-footer_inner {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0 35px 0 35px;
}
/* enhance width */
@media only screen and (min-width: 1200px) {
  #jsn-pos-topbar,
  #jsn-pos-content-top_inner,
  #jsn-header_inner2,
  #jsn-content-bottom_inner,
  #jsn-footer_inner {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0 35px 0 35px;
  }
  #jsn-promo_inner {
    width: 95%;
  }
}

/* 裝飾線 */
.futurestud_item1 {
  width: 100%;
  height: 70px;
  background-color: white;
  display: flex;
  align-items: center;
}
.futurestud_item1 hr {
  border-top: 1px solid #0b3c5d !important;
  width: 50%;
  padding: 0px;
}
.futurestud_item1 img {
  width: 260px;
  margin: 0px 3px;
}

/* 教學研究單位 */
.mbox1 {
  margin-bottom: 20px;
  border-color: #fffdfd;
  border-bottom-width: 2px;
  border-style: solid;
  padding-bottom: 0px;
  margin-left: 10px;
  margin-right: 10px;
}
.program_style2 {
  width: 100%;
  /* background-color: #fffefedb; */
}
.program_title {
  color: #0b3c5d;
  font-size: 17px;
  font-weight: normal;
  padding-top: 11px;
  text-align: center;
  
  background-color: #fffefedb;
  padding-bottom: 9px;
}
.program_text {
  width: auto;
  margin: 0 auto;
  padding-top: 5px;
  padding-bottom: 10px;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  color: #454545;
  
  line-height: 0;
  background-color: transparent;
}