@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:400,700&display=swap");
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}


.row-no-padding {
  margin-left: 0;
  margin-right: 0;
}
.row-no-padding > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

a[href]:after {
  content: "";
}

@media (min-width: 1600px) {
  .container {
    max-width: 1400px;
  }
}

body {
  font-family: "Noto Sans TC", Arial, Helvetica, sans-serif;
  font-size: 16px;
}


strong {
  font-weight: bold;
}

em {
  font-style: italic;
}



a {
  color: #333;
}
a:focus, a:hover, a:active {
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
a:hover, a:link, a:visited {
  color: #333;
}
.logo {
  width: 300px;
  height: 70px;
  padding: 0;
  margin: 60px auto 0 auto;
  background: url(/templates/images/logo.svg) no-repeat;
  z-index: 999;
  background-size: 300px;
}

.logo a {
  display: block;
  height: 70px;
}
.logo a span {
  position: absolute;
  top: -1000px;
  z-index: 999;
}
.articleBody p {
  line-height: 160%;
  margin: 0;
}
.articleBody a {
  text-decoration: none;
  color: #e9360a;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.articleBody a:hover {
  color: #888;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.articleBody img {
  max-width: 100%;
  height: auto;
}
.articleBody ul {
  list-style: none;
}
.articleBody ul li {
  margin-bottom: 10px;
  line-height: 150%;
  position: relative;
  padding-left: 20px;
}
.articleBody ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e9360a;
  position: absolute;
  left: 0;
  top: 10px;
}
.articleBody ol {
  list-style: decimal;
}
.articleBody ol li {
  margin-left: 20px;
  margin-bottom: 10px;
  line-height: 150%;
}

.articleBody{
  font-size: 16px;
}
.articleBody h2 {
  font-size: 35px;
  color: #000;
  line-height: 130%;
  font-weight: bold;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .articleBody h2 {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  .articleBody h2 {
    font-size: 28px;
  }
}
@media (min-width: 1400px) {
  .articleBody h2 {
    font-size: 35px;
  }
}
.articleBody h3 {
  font-size: 28px;
  color: #000;
  line-height: 130%;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .articleBody h3 {
    font-size: 23px;
  }
}
@media (min-width: 768px) {
  .articleBody h3 {
    font-size: 25px;
  }
}
@media (min-width: 1400px) {
  .articleBody h3 {
    font-size: 28px;
  }
}
.articleBody .create,
.articleBody .createdby {
  color: #999;
  font-size: 15px;
  font-style: italic;
  padding-right: 10px;
  margin-bottom: 20px;
  display: inline;
}

.custom-page {
  margin-top: 80px;
  margin-bottom: 80px;
}
.custom-page h1 {
  font-size: 45px;
  color: #000;
  line-height: 150%;
  font-weight: bold;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .custom-page h1 {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  .custom-page h1 {
    font-size: 35px;
  }
}
@media (min-width: 992px) {
  .custom-page h1 {
    font-size: 45px;
  }
}

.custom-page .date {
  color: #999999;
  margin-bottom: 20px;
}

.blog {
  line-height: 160%;
  margin-bottom: 50px;
  margin-top: 50px;
}
.blog h1 {
  font-size: 55px;
  color: #000;
  line-height: 150%;
  font-weight: bold;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .blog h1 {
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  .blog h1 {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .blog h1 {
    font-size: 55px;
  }
}
.blog .desc {
  margin-bottom: 50px;
}
.blog h3 {
  font-size: 18px;
}
.blog img {
  max-width: 100%;
  height: auto;
}

.blog .date {
  color: #999999;
}

.blog .title {
  font-size: 25px;
  color: #000000;
  padding: 10px 0;
  line-height: 140%;
  font-weight: bold;
}
.blog .intro {
  color: #000000;
  line-height: 140%;
  padding-bottom: 20px;
}
.blog .kkcontent-blog2-item {
  padding: 20px 35px 80px 30px;
  position: relative;
}
.blog .kkcontent-blog2-item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(/templates/images/blog2-line.svg) no-repeat 0 22%;
}
.blog .kkcontent-blog2-item:hover .title {
  color: #e9360a;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.blog .kkcontent-blog2-item .title {
  margin: 10px 0 20px 0;
  padding: unset;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 40px;
}
@media (max-width: 768px) {
  .blog .kkcontent-blog2-item .title {
    font-size: 20px;
    height: 30px;
  }
}
.blog .kkcontent-blog2-item .intro {
  color: #666;
  line-height: 160%;
  padding-bottom: unset;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 80px;
}
.blog .kkcontent-blog2-item a {
  position: absolute;
  width: 95%;
  height: 65%;
  left: 0;
  top: 20px;
}

footer{
  background: #eee;
  padding: 15px 0;
  text-align: center;
  a{
    color: #333;
    text-decoration: none;
  }
}

/*樣式*/
.hightlight {
  background-size: 100% 80%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to top, #f9e4b4 50%, transparent 50.1%);
  background-position: left 0 bottom 0;
}

