@import url(notosanstc.css);
@import url(notoseriftc.css);

/* 先套用 'Noto Sans TC' 這個 思源黑體 */
/*
body, div, p, h1, h2, h3, h4, h5, span, a, 
button, input, optgroup, select, textarea, .text-inner-banner-one h2 {
  font-family: 'Noto Sans TC', 'PingFang TC', '微軟正黑體', 'Microsoft JhengHei', sans-serif;
}
*/

body, div, p, h1, h2, h3, h4, h5, span, a, 
button, input, optgroup, select, textarea, .text-inner-banner-one h2, .section-title .title.playfair-font {
  /* 先套用 'Noto Serif TC' 這個 思源宋體 */
  font-family: 'Noto Serif TC', serif;
}

.section-title .title span {
  font-weight: 700; 
}

.myaccount-tab-menu a {
	font-size: 15px!important;
}

#video-section-2 {
    margin-bottom: 140px;
}
img.twth-book {
	float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

@media only screen and (max-width: 479px) {
  .header-logo a {
    max-width: 240px;
  }
}