@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/cwtexhei.css);

/* 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" /> */
/* 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" /> */
body {
  font-family: Microsoft JhengHei, "Helvetica Neue", Helvetica, Arial, sans-serif;
  /* 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" /> */
  /* common part */
  /* common part */
  /* navbar part */
  /* navbar part */
  /* .navbar-inverse .navbar-nav >li > a.active {
      color: #009B8A;
      border-bottom: 2px solid #009B8A;
  } */
  /* 每頁的content */
  /* 每頁的content */
  /* 每頁的content */
  /* level 1 */
  /* level 1 */
  /* level 1 */
  /* level 2 */
  /* level 2 */
  /* level 2 */
  /* level 3 */
  /* level 3 */
  /* level 3 中間column */
  /* footer */
  /* footer */
  /* footer */
  /* search */
  /* search */
  /* search */
  /* 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" /> */
}

body .new_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  float: left;
  width: 300px;
  margin: 10px;
  padding: 10px;
  background: #fff;
  border: 1px solid #d4d9de;
  border-radius: 10px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

@media (max-width: 30em) {
  body .new_grid {
    width: 95%;
    margin: 10px 2.5%;
  }
}

body .new_grid:hover {
  background: #fff;
  border: solid 1px #666;
}

body .new_grid__article:not(:last-child) {
  color: black;
}

body .new_grid__article--pic {
  width: 100%;
  max-height: 220px;
  border-radius: 10px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  overflow: hidden;
}

@media (max-width: 30em) {
  body .new_grid__article--pic {
    width: 100%;
  }
}

body .new_grid__article--pic img {
  max-width: 18.75em;
  max-height: 166px;
  display: block;
  margin: 0 auto;
}

@media (max-width: 30em) {
  body .new_grid__article--pic img {
    max-width: 100%;
  }
}

body .new_grid__article--title {
  color: #2a4059;
  padding: 10px;
  font-size: 1.75em;
  line-height: 1.5;
  min-height: calc(2.28em + 15px);
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: bold;
}

body .new_grid__article--category {
  font-size: 1em;
  line-height: 1.5em;
  padding: 10px;
  height: 2em;
  color: #008941;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-items: center;
}

body .new_grid__article--category span {
  color: #757575;
  text-align: inline;
}

body .new_grid__article--credit {
  font-size: 1.5em;
  color: #828385;
  padding: 0px 10px;
}

body .new_grid__article--content {
  color: #2a4059;
  font-size: 1em;
  line-height: 1.5em;
  margin: 10px;
  height: 6em;
  text-overflow: ellipsis;
  overflow: hidden;
}

body .new_grid__article--tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
}

body .new_grid__article--tag--item {
  font-size: 1em;
  float: left;
  height: 1.5em;
  margin: 0 10px 0 0;
  color: #008941;
  text-align: center;
  line-height: 1.5em;
}

body .new_grid__article--tag--item div {
  padding: 0 5px;
  border: 1px solid #008941;
  border-radius: 3px;
}

body .new_grid__article--readmore {
  margin: 10px 0 0px auto;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

body .new_grid__article--readmore a {
  color: #2a4059;
  font-size: 1em;
  line-height: 1.5em;
  height: 2.75em;
  margin: 10px;
  padding: 4px;
  cursor: pointer;
}

body .new_grid__article--readmore a:hover {
  background-color: #008941;
  color: white;
  text-decoration: none;
}

body .new_grid__article--time {
  font-size: 0.75em;
  line-height: 1.5em;
  padding: 10px;
  height: 2em;
  color: #555555;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-items: center;
}

body .container.mobile_container {
  padding: 0px;
  margin: 0px auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

body #nav-hamburger {
  position: relative;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  height: 45px;
  width: 45px;
  padding: 5px;
  margin: 5px;
}

@media (max-width: 48em) {
  body #nav-hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 30em) {
  body #nav-hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

body #nav-hamburger .hamburger-line {
  position: relative;
  height: 3px;
  background-color: white;
  width: 35px;
  z-index: 10000;
}

body .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100vw;
}

body h1 {
  font-size: inherit;
}

body strong {
  font-weight: bold !important;
  font-size: 1.25em !important;
}

body u {
  text-decoration: underline !important;
  font-size: 1.25em !important;
}

body s {
  text-decoration: line-through !important;
  font-size: 1.25em !important;
}

body em {
  font-style: oblique !important;
  font-size: 1.25em !important;
}

body ul {
  list-style-type: disc;
  list-style-position: inside;
}

body ol {
  list-style-type: decimal;
  list-style-position: inside;
}

body ul ul,
body ol ul {
  list-style-type: circle;
  list-style-position: inside;
  margin-left: 15px;
}

body ol ol,
body ul ol {
  list-style-type: lower-latin;
  list-style-position: inside;
  margin-left: 15px;
}

body .hidden {
  display: none;
}

body .clear {
  clear: both;
}

body .btn:focus,
body .btn:active {
  outline: none !important;
}

body textarea:focus,
body input:focus {
  outline: 0;
}

body div#to_main_content a {
  display: block;
  text-decoration: none;
  width: 172px;
  font-family: PingFangTC-Semibold;
  font-size: 1.125em;
  text-align: center;
  line-height: 1;
  padding: 15px 10px;
  color: #2a4059;
  background-color: #8dc741;
  border: 4px solid #fff;
  position: absolute;
  z-index: 200;
}

body .sr-only:focus,
body .sr-only-focusable:focus {
  outline: #009b8a solid 2px;
  border-radius: 0px;
}

body div#top_header {
  width: 100%;
  line-height: 3;
  font-size: 1em;
  z-index: 100;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(184, 184, 184, 0.5);
  box-shadow: 0px 1px 2px 0px rgba(184, 184, 184, 0.5);
}

body div#top_header .top_header_font_set_title {
  float: right;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: PingFangTC;
  font-size: 0.875em;
  font-weight: 500;
  letter-spacing: normal;
  color: #2a4059;
  padding: 6px 0px 6px 8px;
  line-height: 1.12;
  margin: 28px 0;
}

body div#top_header .top_header_division {
  height: 32px;
  margin: 28px 20px;
  width: 2px;
  background-color: #2a4059;
  float: right;
}

body div#top_header .version_change,
body div#top_header .font_size_change,
body div#top_header .kid_phonetic_version_change,
body div#top_header .site_map {
  float: right;
  font-size: 0.875em;
  font-weight: 500;
  line-height: 1.12;
  margin: 28px 4px;
  border-radius: 3px;
  color: #2a4059;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 8px;
  text-align: center;
}

body div#top_header .version_change:hover,
body div#top_header .font_size_change:hover,
body div#top_header .kid_phonetic_version_change:hover,
body div#top_header .site_map:hover {
  cursor: pointer;
}

body div#top_header .version_change a,
body div#top_header .font_size_change a,
body div#top_header .kid_phonetic_version_change a,
body div#top_header .site_map a {
  color: inherit;
  text-decoration: none;
}

body div#top_header .version_change a:hover,
body div#top_header .font_size_change a:hover,
body div#top_header .kid_phonetic_version_change a:hover,
body div#top_header .site_map a:hover {
  color: #008941;
  background-color: #fff;
  text-decoration: underline;
}

body div#top_header .login {
  width: 56px;
  height: 24px;
  float: right;
  font-weight: 500;
  margin: 29px 30px 29px 4px;
  padding: 0px;
  text-align: center;
  line-height: 24px;
  border-radius: 12px;
  color: #2a4059;
  border: solid 1px #2a4059;
  font-size: 0.875em;
  background-color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
}

body div#top_header .font_size_change {
  margin: 28px 4px;
}

body div#top_header .font_size_change[data-font-size=s] {
  margin: 28px 4px;
}

body div#top_header .font_size_change[status=off]:hover,
body div#top_header .version_change[status=off]:hover,
body div#top_header .kid_phonetic_version_change[status=off]:hover {
  color: #008941;
  background-color: #fff;
  text-decoration: underline;
}

body div#top_header .font_size_change[status=on],
body div#top_header .version_change[status=on],
body div#top_header .kid_phonetic_version_change[status=on],
body div#top_header .site_map[status=on] {
  text-decoration: none;
  color: #fff;
  background-color: #009b8a;
}

body div#top_header .font_size_change[status=on]:hover,
body div#top_header .version_change[status=on]:hover,
body div#top_header .kid_phonetic_version_change[status=on]:hover,
body div#top_header .site_map[status=on]:hover {
  color: #fff;
  background-color: #009b8a;
}

@media (max-width: 76.25em) {
  body div#top_header .top_header_division {
    margin: 28px 10px;
  }

  body div#top_header .version_change,
  body div#top_header .font_size_change,
  body div#top_header .kid_phonetic_version_change,
  body div#top_header .site_map {
    margin: 28px 10px;
  }
}

@media (max-width: 60.5em) {
  body div#top_header .top_header_division {
    margin: 28px 5px;
  }

  body div#top_header .version_change,
  body div#top_header .font_size_change,
  body div#top_header .kid_phonetic_version_change,
  body div#top_header .site_map {
    margin: 28px 5px;
  }

  body div#top_header .font_size_change[data-font-size=s] {
    margin: 28px 26px 28px 4px;
  }

  body div#top_header .top_header_font_set_title {
    margin-left: 8px;
  }
}

@media (max-width: 48em) {
  body div#top_header {
    display: none;
  }
}

body .logo_to_main {
  margin: 15px 0px 15px 60px;
  width: 270px;
  float: left;
}

@media (max-width: 48em) {
  body .logo_to_main {
    display: none;
  }
}

@media (max-width: 30em) {
  body .logo_to_main {
    display: none;
  }
}

body .logo_to_main:hover {
  cursor: pointer;
}

body .logo_to_main .logo-title,
body .logo_to_main .logo-text {
  font-weight: 500;
  margin: 0;
  margin-left: 8px;
  color: #2a4059;
}

body .logo_to_main .logo-title {
  font-size: 1.2em;
  line-height: 1.5;
  text-align: left;
  margin-top: 4px;
  width: 162px;
  float: right;
}

body .logo_to_main .logo-text {
  font-size: 1.2em;
  line-height: 1.5;
  width: 162px;
  float: right;
}

body .logo_to_main img {
  width: 100px;
  float: left;
  height: 55px;
}

body .logo_to_main img:hover {
  cursor: pointer;
}

body .logo_to_main_small {
  display: none;
  width: 120px;
  height: 33px;
  margin-top: 2.5px;
  margin-left: 10px;
}

body .logo_to_main_small img {
  width: 120px;
  height: 33px;
  margin: 27.5px 0 27.5px 86px;
}

@media (max-width: 68.75em) {
  body .logo_to_main_small {
    display: block;
  }
}

@media (max-width: 60.5em) {
  body .logo_to_main_small img {
    margin: 27.5px 0 27.5px 26px;
  }
}

body .logo_to_main_small:hover {
  cursor: pointer;
}

body .logo_to_main_mobile {
  display: none;
  position: absolute;
  z-index: 5000;
  font-family: STHeitiTC;
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 56px;
  letter-spacing: normal;
  color: #000;
}

body .logo_to_main_mobile img {
  position: relative;
  height: 30px;
  margin: 10px;
}

@media (max-width: 48em) {
  body .logo_to_main_mobile {
    display: block;
  }
}

body .logo_to_main_mobile:hover {
  cursor: pointer;
}

body div.container.mobile_container {
  width: 100%;
}

body div.search_bar_w {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  min-height: 2.5em;
  background-color: #fff;
  border: 1px solid #2a4059;
  margin-top: 18px;
  margin-right: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border-radius: 3px;
}

body div.search_bar_w:focus-within {
  background-color: #8dc741;
}

@media (max-width: 48em) {
  body div.search_bar_w {
    display: none;
  }
}

body div.search_bar_w .search_bar_img_w {
  margin-left: 6px;
}

body div.search_bar_w .search_bar_img_w img {
  width: 20px;
  height: 20px;
}

body div.search_bar_w .search_bar_input_w {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  border: none;
  font-size: 1em;
  line-height: 1.44;
  color: #2a4059;
  background: rgba(255, 255, 255, 0);
}

body div.search_bar_m {
  display: none;
  width: calc(80% - 36px);
  height: 28px;
  border: 1px solid #fff;
  margin: 18px auto 18px auto;
}

@media (max-width: 48em) {
  body div.search_bar_m {
    display: block;
  }
}

body div.search_bar_m .search_bar_img_m {
  float: left;
  width: 20px;
  height: 20px;
  margin: 4px 4px 4px 8px;
}

body div.search_bar_m .search_bar_img_m img {
  width: 20px;
  height: 20px;
}

body div.search_bar_m .search_bar_input_m {
  float: left;
  width: calc(100% - 34px);
  border: none;
  font-size: 1em;
  line-height: 1.44;
  color: #fff;
  background: transparent;
}

body div.navbar {
  float: right;
  height: 100px;
  background-color: #332f23;
  border: 1px solid #fff;
  text-align: center;
  font-weight: 100;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body .navbar-wrapper {
  width: 100%;
  font-size: 1em;
  position: absolute;
  top: 88px;
  z-index: 100;
}

@media (min-width: 48em) {
  body .navbar-wrapper {
    min-width: 85em;
  }

  body .navbar-wrapper #navbar {
    margin: 12px 0 20px 0;
  }
}

@media (max-width: 48em) {
  body .navbar-wrapper {
    top: 0px;
  }

  body .navbar-wrapper .container {
    background: rgba(0, 0, 0, 0.1);
    height: 55px;
  }
}

body .navbar-wrapper a {
  cursor: pointer;
}

body .navbar-wrapper .navbar-scroll-wrapper {
  position: relative;
  display: inline-block;
}

@media (min-width: 48em) {
  body .navbar-wrapper .navbar-scroll-wrapper {
    margin-left: 45px;
    width: 810px;
  }
}

body .navbar-wrapper .more-left,
body .navbar-wrapper .more-right {
  display: none;
  width: 32px;
  height: 32px;
  position: absolute;
  z-index: 100;
  cursor: pointer;
}

body .navbar-wrapper .more-left {
  top: 27px;
  left: -16px;
  background-image: url("/sys/images/more_left.png");
  background-repeat: no-repeat;
  background-size: 32px 32px;
  background-position: center center;
}

body .navbar-wrapper .more-right {
  top: 27px;
  right: 168px;
  background-image: url("/sys/images/more_right.png");
  background-repeat: no-repeat;
  background-size: 32px 32px;
  background-position: center center;
}

@media (max-width: 81.25em) {

  body .navbar-wrapper .more-left,
  body .navbar-wrapper .more-right {
    display: block;
  }
}

@media (max-width: 48em) {

  body .navbar-wrapper .more-left,
  body .navbar-wrapper .more-right {
    display: none;
  }
}

body .navbar-wrapper #navbar {
  height: 45px;
  position: relative;
  top: 0;
  left: 0;
  /* @include border-bottom-slider('ul > li', 3px, #009B8A, 0.3s); */
}

body .navbar-wrapper #navbar ul>li>a {
  padding: 10px 10px;
  margin: 0 0px;
}

body .navbar-wrapper #navbar ul>li>a img.c {
  width: 90px;
  height: 35px;
  margin: -30px -15px 0px -15px;
}

body .navbar-wrapper #navbar ul>li>a img.e {
  width: 90px;
  height: 35px;
}

body .navbar-wrapper #navbar ul>li>a img.c_m {
  height: 40px;
}

body .navbar-wrapper #navbar ul>li>a img.e_m {
  height: 24px;
}

body .navbar-wrapper #navbar ul>li>a img {
  display: block;
  margin: 0 auto 0 20px;
}

body .navbar-wrapper #navbar ul>li>ul>li>a img.c_m {
  height: 40px;
}

body .navbar-wrapper #navbar ul>li>ul>li>a img {
  display: block;
  margin: 0 auto 0 40px;
}

body .navbar-wrapper #navbar .dropdown-menu li {
  height: 40px;
}

body .navbar-wrapper #navbar .more-left,
body .navbar-wrapper #navbar .more-right {
  display: none;
  width: 32px;
  height: 32px;
  position: absolute;
  z-index: 100;
  cursor: pointer;
}

body .navbar-wrapper #navbar .more-left {
  top: 27px;
  left: -16px;
  background-image: url("/sys/images/more_left.png");
  background-repeat: no-repeat;
  background-size: 32px 32px;
  background-position: center center;
}

body .navbar-wrapper #navbar .more-right {
  top: 27px;
  right: -16px;
  background-image: url("/sys/images/more_right.png");
  background-repeat: no-repeat;
  background-size: 32px 32px;
  background-position: center center;
}

@media (max-width: 48em) {
  body .navbar-wrapper .navbar-scroll-wrapper {
    width: 100%;
    height: auto;
    position: relative;
  }

  body .navbar-wrapper #navbar {
    width: 100%;
    position: relative;
    overflow: inherit !important;
  }
}

body .navbar-wrapper .navbar {
  border: none;
  margin-bottom: 0;
}

body .navbar-wrapper .navbar .navbar-logo {
  width: 135px;
  height: 30px;
}

body .navbar-wrapper .navbar-brand {
  padding: 15px 0px;
}

body .navbar-wrapper .navbar-toggle {
  padding: 12px 24px 12px 0px;
  margin: 0px;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

@media (min-width: 68.1875em) {
  body .navbar-wrapper {
    padding: 0 36px;
  }
}

@media (min-width: 48em) {
  body .navbar-collapse {
    width: auto;
  }

  body .navbar-inverse .navbar-nav>li>a>span {
    color: #332f23;
  }

  body .navbar-inverse .navbar-nav .navsmall {
    display: none;
  }

  body .navbar-inverse .navbar-nav>li>a>span:hover,
  body .navbar-inverse .navbar-nav>li>a>span:focus {
    color: #77c5b9;
  }

  body .dropdown-menu>li>a {
    color: #fff;
  }

  body .dropdown-menu>li>a:hover,
  body .dropdown-menu>li>a:focus {
    color: #77c5b9;
  }

  body .navbar-nav>li.nav_m,
  body li.nav_m {
    display: none;
  }

  body .navbar-nav>li.nav_w {
    display: block;
  }

  body .navbar-nav>li.nav_w a {
    color: #2a4059;
    line-height: 1.5;
    font-size: 1.125em;
    border: 2px solid transparent;
    font-weight: 400;
  }

  body .navbar-nav>li.nav_w a img {
    width: auto !important;
    height: 62px !important;
  }

  body .navbar-nav>li.nav_w a:hover {
    cursor: pointer;
    position: relative;
    font-family: PingFangTC-Semibold;
    background-color: #8dc741;
    border: 2px solid white;
  }

  body .navbar-nav>li.nav_w a[active=active] {
    color: #009b8a;
    background-color: transparent;
    line-height: 1.375;
  }

  body .navbar-nav>li.nav_w a[active=active]:hover {
    background-color: #8dc741;
    border: 2px solid white;
  }
}

@media (max-width: 48em) {
  body .navbar-collapse {
    width: 100%;
  }

  body .navbar-nav {
    background-color: rgba(42, 64, 89, 0.8);
    margin: 0 -15px;
  }

  body .navbar-inverse {
    background-color: rgba(255, 255, 255, 0) !important;
  }

  body .navbar-inverse .navbar-nav>li>a>span {
    color: #fff;
  }

  body .navbar-inverse .navbar-nav li .navbig {
    display: none;
  }

  body .navbar-inverse .navbar-nav>li>a>span:hover,
  body .navbar-inverse .navbar-nav>li>a>span:focus {
    color: #fff;
  }

  body .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #fff;
  }

  body .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
  body .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #008941;
  }

  body .dropdown {
    background-color: #2a4059;
  }

  body .dropdown a {
    margin: 0 !important;
  }

  body .dropdown-menu>li>a {
    color: #fff;
  }

  body .dropdown-menu>li>a:hover,
  body .dropdown-menu>li>a:focus {
    color: #008941;
  }

  body .dropdown-menu>li.nav_m>a {
    color: #fff;
  }

  body .navbar-nav>li.nav_w {
    display: none;
  }

  body .navbar-wrapper #navbar ul>li>a {
    color: #fff;
  }

  body .navbar-wrapper #navbar ul>li>a[active=active] {
    color: #008941;
  }

  body .navbar-wrapper #navbar ul>li.kid_1_m>a {
    margin: 0;
  }

  body .navbar-nav>li.nav_m,
  body li.nav_m {
    display: block;
    font-size: 1em;
    line-height: 1.5;
    letter-spacing: normal;
  }

  body .navbar-nav>li.nav_m a,
  body li.nav_m a {
    color: #fff;
  }

  body ul>li>a {
    margin: 0;
  }
}

@media (max-width: 30em) {
  body .navbar-wrapper {
    font-size: 1em;
  }
}

body .container>.navbar-collapse,
body .container-fluid>.navbar-collapse {
  margin: 0;
}

body .navbar-header {
  margin-right: 15px;
  margin-left: 15px;
}

body #main_contents {
  margin-top: -100px;
  background: #fff;
  height: 700px;
  position: relative;
  /* 首頁 - 心理健康熱門主題 框框 */
  /* 首頁 - 心理健康熱門主題 框框 */
  /* 首頁 - 心理健康熱門主題 框框 */
  /* 首頁 - 心理健康熱門主題 框框 */
}

body #main_contents .carousel {
  /* max-height: 700px; */
  /* overflow: hidden; */
}

body #main_contents .carousel .carousel-inner {
  height: inherit;
}

body #main_contents .carousel .item {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-position: center center;
  background-repeat: no-repeat;
  -ms-background-size: cover;
  background-size: cover;
}

body #main_contents .col-md-12 {
  padding: 0;
}

body #main_contents ol.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 200;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

body #main_contents ol.carousel-indicators li {
  border: 1px solid #009b8a;
  background-color: rgba(0, 0, 0, 0);
}

body #main_contents ol.carousel-indicators li.active {
  border: 1px solid #009b8a;
  background-color: #009b8a;
}

@media (max-width: 30em) {
  body #main_contents ol.carousel-indicators {
    display: none;
  }
}

body #main_contents .new-theme {
  width: 396px;
  background-color: rgba(255, 255, 255, 0.56);
  padding: 16px 71px;
  position: absolute;
  bottom: 40px;
  left: calc(50% - 198px);
  z-index: 15;
}

body #main_contents .new-theme .s-title {
  width: 144px;
  height: 24px;
  margin: 0 55px 4px;
  font-family: PingFangTC;
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: normal;
  text-align: center;
  color: #009b8a;
}

body #main_contents .new-theme .b-title {
  font-family: PingFangTC;
  width: 254px;
  margin: 4px 0 12px;
  font-family: PingFangTC;
  font-size: 1.5em;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #2a4059;
}

body #main_contents .new-theme .btn-start {
  font-size: 1em;
  margin: 12px 57px 8px;
  height: 48px;
  line-height: 1.5;
  width: 140px;
  padding: 12px 30px;
  color: #fff;
  text-align: center;
  letter-spacing: normal;
  border-radius: 4px;
  background-color: #009b8a;
  cursor: pointer;
}

body #main_contents .new-theme .btn-other {
  font-size: 1em;
  margin: 8px 57px 0;
  line-height: 3;
  width: 140px;
  color: #2a4059;
  text-align: center;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
}

body #contents {
  padding-top: 100px;
  min-height: 900px;
  overflow: auto;
  padding-bottom: 250px;
  /*預設背景顏色, 讓不支援漸層的瀏覽器能呈現基本底色*/
  background: #fff;
  /******跨瀏覽器的底色漸層CSS語法 (由上到下)********/
  /*Chrome的語法*/
  /*FireFox的語法*/
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #fff, #fff);
  margin: 0px;
}

@media (max-width: 48em) {
  body #contents {
    padding-top: 68px;
  }
}

body .content_wrapper {
  width: 100%;
  margin: 0px auto;
}

body .general_margin {
  margin: 10px;
  background: #daece7;
  height: 450px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.5);
}

body #footer {
  width: 100%;
  margin-top: -250px;
  position: relative;
  color: #fff;
  font-family: STHeitiTC;
}

body #footer .footer_w {
  width: 100%;
  display: block;
}

@media (max-width: 68.125em) {
  body #footer .footer_w {
    display: none;
  }
}

body #footer .footer_m {
  width: 100%;
  display: none;
}

@media (max-width: 68.125em) {
  body #footer .footer_m {
    display: block;
  }
}

body #footer .title {
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 0.8px;
  line-height: 1.5em;
}

body #footer .title:hover {
  cursor: default;
}

body #footer .login_click {
  margin-top: 20px;
}

body #footer .login_click:hover {
  cursor: pointer;
  color: #f8f8f8;
}

body #footer .c_click {
  font-size: 0.875em;
  font-weight: 300;
  color: #b2b2b2;
  line-height: 1.12;
}

body #footer .c_click:hover {
  cursor: pointer;
  color: #f8f8f8;
}

body #footer .n_click:hover {
  cursor: default;
}

body #footer .address_click:hover {
  cursor: default;
  color: #b2b2b2;
}

body #footer .content div.subscribe_input_block {
  margin-right: 5px;
  color: #cccccc;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 40px;
  width: 250px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

body #footer .content div.subscribe_input_block:focus-within {
  background-color: #8dc741;
}

body #footer .content div.subscribe_input_block input.subscribe_input {
  float: left;
  width: 205px;
  margin-left: 20px;
  border: none;
  font-size: 1em;
  line-height: 1.5;
  color: #cccccc;
  background: #303233;
}

body #footer .content div.subscribe_input_block input.subscribe_input:focus {
  background-color: #8dc741;
  color: #303233;
  font-weight: 500;
}

body #footer .content div.subscribe_input_block .send_subscribe {
  float: left;
  width: 20px;
  height: 40px;
}

body #footer .content div.subscribe_input_block .send_subscribe img {
  width: 7px;
  height: 11px;
  margin-top: 14px;
}

body #footer .content div.subscribe_input_block .send_subscribe:hover {
  cursor: pointer;
}

body #footer .content div.site_viewer_block {
  font-size: 0.875em;
  color: #fff;
  margin-top: 30px;
  text-align: left;
}

body #footer .footer_content {
  margin: 0px 0px 0px 50px;
}

@media (max-width: 30em) {
  body #footer .footer_content {
    margin: 0px 0px 0px 5%;
  }
}

body #footer .col-md-6,
body #footer .col-md-12,
body #footer .col-md-4,
body #footer .col-md-2 {
  padding: 30px 0px;
  height: 250px;
  background: #303233;
}

@media (max-width: 30em) {

  body #footer .col-md-6,
  body #footer .col-md-12,
  body #footer .col-md-4,
  body #footer .col-md-2 {
    padding: 0;
  }
}

body #footer .col-with-left-border {
  height: 190px;
  border-left: 1px solid rgba(238, 238, 238, 0.1);
}

@media (max-width: 30em) {
  body #footer .col-with-left-border {
    border-left: none;
  }
}

body #footer .fbicon,
body #footer .lineicon {
  float: left;
  margin-right: 12px;
  margin-top: 30px;
  width: 38px;
}

body #footer .fbicon img,
body #footer .lineicon img {
  width: 38px;
}

body #footer .fbicon:hover,
body #footer .lineicon:hover {
  cursor: pointer;
}

body .content_results_wrapper .content_search_result {
  width: 80%;
  margin: 50px auto;
}

@media (max-width: 30em) {
  body .content_results_wrapper .content_search_result {
    width: 85%;
    margin: 0 7.5%;
  }
}

body .content_results_wrapper .content_search_result .result_list {
  font-size: 1em;
  line-height: 2;
}

body .content_results_wrapper .content_search_result .result_list .list_h {
  text-overflow: ellipsis;
  /* white-space: nowrap; */
  overflow: hidden;
}

body .content_results_wrapper .content_search_result .result_list .list_h a {
  font-size: 1.25em;
  line-height: 2.2;
  color: #009b8a;
}

body .content_results_wrapper .content_search_result .result_list .list_h a:hover {
  color: #00685d;
  cursor: pointer;
}

body .content_results_wrapper .content_search_result .result_list .list_c {
  text-overflow: ellipsis;
  /* white-space: nowrap; */
  overflow: hidden;
}

body .content_results_wrapper div.pagination_wrapper {
  width: 100%;
  color: #828385;
  text-align: center;
}

body .content_results_wrapper div.pagination_wrapper #pagination li.next img,
body .content_results_wrapper div.pagination_wrapper #pagination li.prev img {
  width: 80px;
  height: 20px;
}

body .content_results_wrapper div.pagination_wrapper #pagination li.first img,
body .content_results_wrapper div.pagination_wrapper #pagination li.last img {
  width: 12px;
  height: 20px;
}

body #theme_contents {
  /*
  .question-title[type='0']{
    background-image: url('/sys/images/theme_graphics/oval@2x.png');
    background-repeat: no-repeat;
    background-size: 200px 200px;
    background-position: center center;
  }
  .question-title[type='1']{
    background-image: url('/sys/images/theme_graphics/star@2x.png');
    background-repeat: no-repeat;
    background-size: 200px 200px;
    background-position: center center;
  }
  .question-title[type='2']{
    background-image: url('/sys/images/theme_graphics/rectangle@2x.png');
    background-repeat: no-repeat;
    background-size: 200px 200px;
    background-position: center center;
  }
  .question-title[type='3']{
    background-image: url('/sys/images/theme_graphics/triangle@2x.png');
    background-repeat: no-repeat;
    background-size: 200px 200px;
    background-position: center center;
  }
  */
}

body #theme_contents .top-title {
  background-color: #fff;
  width: 100%;
  height: 150px;
  padding: 15px 0;
}

body #theme_contents .top-title .text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-family: STHeitiTC;
  font-size: 1.875em;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  color: #008941;
}

body #theme_contents .top-title .sep {
  border-bottom: 4px solid #333;
}

body #theme_contents .img-o-video {
  width: 80%;
  max-width: 72.25em;
  margin: 0 auto;
  max-height: 600px;
  margin-bottom: 32px;
}

body #theme_contents .img-o-video img,
body #theme_contents .img-o-video video {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}

@media (max-width: 63.125em) {

  body #theme_contents .img-o-video img,
  body #theme_contents .img-o-video video {
    max-width: 90%;
    max-height: 350px;
  }
}

@media (max-width: 30em) {

  body #theme_contents .img-o-video img,
  body #theme_contents .img-o-video video {
    max-width: 90%;
    max-height: 250px;
  }
}

body #theme_contents .img-o-video iframe {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

@media (max-width: 63.125em) {
  body #theme_contents .img-o-video iframe {
    max-height: 350px;
  }
}

@media (max-width: 30em) {
  body #theme_contents .img-o-video iframe {
    max-width: 90%;
    max-height: 250px;
  }
}

body #theme_contents .question-title {
  width: 100%;
  margin: 0 auto 32px auto;
  /* height: 427px; */
  background-color: #008941;
  color: #fff;
}

body #theme_contents .question-title .t-num {
  width: 26px;
  height: 65px;
  margin: 0 auto;
  font-family: STHeitiTC;
  font-size: 3em;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.3;
  letter-spacing: -1.1px;
  text-align: center;
  color: #2e70b5;
  border-bottom: 3px solid #2e70b5;
}

body #theme_contents .question-title .text {
  max-width: 38.75em;
  padding: 90px 12px;
  margin: 0 auto;
  font-family: STHeitiTC;
  font-size: 2.5em;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.12;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

body #theme_contents .question-options {
  width: 80%;
  max-width: 72.25em;
  margin: 0 auto 64px auto;
}

body #theme_contents .question-options .option {
  background-color: #d4d9de;
  width: 100%;
  margin-bottom: 8px;
  cursor: pointer;
  border-radius: 10px;
}

body #theme_contents .question-options .option .text {
  vertical-align: middle;
  margin: 0 auto;
  padding: 10px 3% 10px 12%;
  min-height: 60px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: PingFangTC;
  font-size: 1.5em;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #2a4059;
}

body #theme_contents .question-options .option-0 {
  float: left;
  color: #2a4059;
  background-image: url("/sys/images/clicked_1.png");
  background-repeat: no-repeat;
  background-size: 60px 60px;
  background-position: left top;
}

body #theme_contents .question-options .option-0:hover {
  cursor: pointer;
  background-color: #008941;
}

body #theme_contents .question-options .option-0:hover .text {
  color: #fff;
}

body #theme_contents .question-options .option-1 {
  float: right;
  color: #2a4059;
  background-image: url("/sys/images/clicked_2.png");
  background-repeat: no-repeat;
  background-size: 60px 60px;
  background-position: left top;
}

body #theme_contents .question-options .option-1:hover {
  cursor: pointer;
  background-color: #008941;
}

body #theme_contents .question-options .option-1:hover .text {
  color: #fff;
}

body #theme_contents .question-options .option-2 {
  float: left;
  color: #2a4059;
  background-image: url("/sys/images/clicked_3.png");
  background-repeat: no-repeat;
  background-size: 60px 60px;
  background-position: left top;
}

body #theme_contents .question-options .option-2:hover {
  cursor: pointer;
  background-color: #008941;
}

body #theme_contents .question-options .option-2:hover .text {
  color: #fff;
}

body #theme_contents .question-options .option-3 {
  float: right;
  color: #2a4059;
  background-image: url("/sys/images/clicked_4.png");
  background-repeat: no-repeat;
  background-size: 60px 60px;
  background-position: left top;
}

body #theme_contents .question-options .option-3:hover {
  cursor: pointer;
  background-color: #008941;
}

body #theme_contents .question-options .option-3:hover .text {
  color: #fff;
}

body #theme_contents .back-to-home {
  width: 140px;
  min-height: 55px;
  font-size: 1.4em;
  padding: 18px;
  color: #009b8a;
  background: #ffffff;
  border: 1px solid #009b8a;
  margin: 0 auto 30px auto;
  text-align: center;
  border-radius: 3px;
}

body #theme_contents .back-to-home:hover {
  cursor: pointer;
}

body div.choose_role_bg {
  background-image: url("../images/choose_role_bg_nor_w.gif");
  background-position: center center;
  background-repeat: no-repeat;
  -ms-background-size: cover;
  background-size: cover;
}

@media (max-width: 48em) {
  body div.choose_role_bg {
    display: none;
  }
}

body .choose_role_buttons {
  position: absolute;
  width: 80px;
  height: 30px;
  text-align: center;
  border-radius: 0px;
  top: 85%;
}

@media (max-width: 48em) {
  body .choose_role_buttons {
    display: none;
  }
}

body .choose_role_buttons_m {
  display: none;
  position: absolute;
  width: 80px;
  height: 30px;
  text-align: center;
  border-radius: 0px;
  top: 85%;
}

@media (max-width: 48em) {
  body .choose_role_buttons_m {
    display: block;
  }
}

body #choose_role_carousel {
  width: 100%;
  display: none;
}

body #choose_role_carousel .carousel-inner .item1 {
  background-image: url("../images/choose_role_bg_kid_m.gif");
}

body #choose_role_carousel .carousel-inner .item2 {
  background-image: url("../images/choose_role_bg_nor_m.gif");
}

body #choose_role_carousel .carousel-inner .item3 {
  background-image: url("../images/choose_role_bg_pro_m.gif");
}

body #choose_role_carousel .carousel-inner .item1_ie {
  background-image: url("../images/choose_role_bg_kid_m.png");
}

body #choose_role_carousel .carousel-inner .item2_ie {
  background-image: url("../images/choose_role_bg_nor_m.png");
}

body #choose_role_carousel .carousel-inner .item3_ie {
  background-image: url("../images/choose_role_bg_pro_m.png");
}

body #choose_role_carousel .carousel-inner .item {
  background-position: center center;
  background-repeat: no-repeat;
  -ms-background-size: cover;
  background-size: cover;
}

@media (max-width: 48em) {
  body #choose_role_carousel {
    display: block;
  }
}

body .carousel-control {
  background: transparent !important;
  top: 75%;
  width: auto;
  background: transparent;
}

body .carousel-control .glyphicon-chevron-right {
  margin-right: 25px;
}

body .carousel-control .glyphicon-chevron-left {
  margin-left: 25px;
}

body .carousel-control.left,
body .carousel-control.right {
  background-image: none;
}

body button#choose_role_button_accept {
  width: 80px;
  /* @include absolute-position(90%,46%); */
}

body button#choose_role_button_accept_m {
  width: 80px;
  /* @include absolute-position(90%,46%); */
}

body button#choose_role_button_kid {
  /* @include absolute-position(85%,25%); */
}

body button#choose_role_button_nor {
  /* @include absolute-position(85%,47%); */
}

body button#choose_role_button_pro {
  /* @include absolute-position(85%,69%); */
}

body div.choose_role_logo {
  position: absolute;
  top: 50px;
  right: 110px;
  z-index: 100;
}

body div.choose_role_logo img {
  width: 144px;
  height: 91px;
}

@media (max-width: 48em) {
  body div.choose_role_logo {
    display: none;
  }
}

body div.choose_role_title {
  position: absolute;
  top: 170px;
  right: 50px;
  z-index: 100;
}

body div.choose_role_title img {
  width: 285px;
  height: 74px;
}

@media (max-width: 48em) {
  body div.choose_role_title {
    display: none;
  }
}

body div.choose_role_heading {
  position: absolute;
  top: 300px;
  right: 50px;
  z-index: 100;
}

body div.choose_role_heading img {
  width: 300px;
  height: 100px;
}

@media (max-width: 48em) {
  body div.choose_role_heading {
    display: none;
  }
}

body div.choose_role_logo_m {
  display: none;
  position: absolute;
  width: 144px;
  height: 91px;
  top: 30px;
}

body div.choose_role_logo_m img {
  width: 144px;
  height: 91px;
}

@media (max-width: 48em) {
  body div.choose_role_logo_m {
    display: block;
  }
}

body div.choose_role_title_m {
  display: none;
  position: absolute;
  width: 285px;
  height: 74px;
  top: 140px;
}

body div.choose_role_title_m img {
  width: 285px;
  height: 74px;
}

@media (max-width: 48em) {
  body div.choose_role_title_m {
    display: block;
  }
}

body div.choose_role_heading_m {
  display: none;
  position: absolute;
  width: 288px;
  height: 69px;
  top: 260px;
}

body div.choose_role_heading_m img {
  width: 300px;
  height: 100px;
}

@media (max-width: 48em) {
  body div.choose_role_heading_m {
    display: block;
  }
}

#apply-box-wrap {
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  width: 354px;
  font-family: "Noto Sans TC", sans-serif;
  padding: 0px 10px;
}

#apply-box-wrap .text {
  background: #fff;
  width: 100%;
  height: 41px;
  margin-top: 15px;
  text-align: left;
  border: 1px solid #979797;
  border-radius: 3px;
}

#apply-box-wrap .text input {
  border: 0px;
  padding: 0 10px;
  background: none;
  width: 100%;
  line-height: 2.56;
  text-align: left;
}

#apply-box-wrap .text input:focus {
  outline: none;
}

#apply-box-wrap .text-2 {
  background: #fff;
  width: 100%;
  height: 41px;
  margin-top: 15px;
  text-align: left;
  border: 1px solid #979797;
  border-radius: 3px;
}

#apply-box-wrap .text-2 input {
  border: 0px;
  padding: 0 10px;
  background: none;
  width: 100%;
  line-height: 2.56;
  text-align: left;
}

#apply-box-wrap .text-2 input:focus {
  outline: none;
}

#apply-box-wrap .main-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: PingFangTC;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 5.125;
  text-align: center;
  color: #333333;
  text-align: center;
  margin: 0 auto;
}

#apply-box-wrap .separate-line {
  width: 290px;
  height: 4px;
  background-color: #099e8e;
  margin: 0 auto;
}

#apply-box-wrap .button {
  background: #009b8a;
  color: #fff;
  width: 100%;
  height: 36px;
  margin: 15px 0;
  border: 0px;
  text-align: center;
  cursor: pointer;
  line-height: 2.5;
}

#apply-box-wrap .upload-file,
#apply-box-wrap .download-file {
  font-family: PingFangTC;
  font-size: 0.875em;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: right;
  color: #099e8e;
  cursor: pointer;
  text-decoration: underline;
  -webkit-text-decoration-color: #099e8e;
  text-decoration-color: #099e8e;
  position: relative;
}

#apply-box-wrap .download-file a {
  display: block;
  position: absolute;
  width: 100%;
  height: 20px;
  top: 0;
  left: 0;
}

#apply-box-wrap .upload-file input {
  display: block;
  position: absolute;
  width: 100%;
  height: 20px;
  top: 0;
  left: 0;
  cursor: pointer;
}

.clear {
  clear: both;
}

/* 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" /> */
#fcbx-Subscribe {
  width: 327px;
  height: 328px;
}

.fcbx_subscribe_wrapper {
  width: 327px;
  height: 328px;
  background-color: #fff;
  padding: 32px;
}

.fcbx_subscribe_wrapper .title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 8px auto;
  height: 32px;
  font-family: PingFangTC;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color: #2a4059;
}

.fcbx_subscribe_wrapper .sub_title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 24px;
  font-family: PingFangTC;
  font-size: 1.12em;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;
  color: #2a4059;
  margin: 0 auto 24px auto;
}

.fcbx_subscribe_wrapper .email_title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 24px;
  font-family: PingFangTC;
  font-size: 1.12em;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;
  color: #3e5168;
  margin-bottom: 8px;
}

.fcbx_subscribe_wrapper .email_input {
  width: 100%;
  height: 56px;
  border-radius: 4px;
  border: solid 1px #d4d9de;
  background-color: #f3f4f4;
  margin-bottom: 32px;
}

.fcbx_subscribe_wrapper .email_input input {
  width: 100%;
  padding: 12px;
  height: inherit;
  font-size: 1.5em;
  line-height: 1.4;
  color: #2a4059;
}

.fcbx_subscribe_wrapper .email_input input:focus {
  outline: none;
  background-color: #f3f4f4;
}

.fcbx_subscribe_wrapper .btn_cancel,
.fcbx_subscribe_wrapper .btn_confirm {
  width: 101px;
  height: 46px;
  border: 1px solid #008941;
  border-radius: 4px;
  background-color: #ffffff;
  color: #008941;
  font-family: PingFangTC;
  font-size: 1.12em;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 3;
  letter-spacing: normal;
  text-align: center;
}

.fcbx_subscribe_wrapper .btn_cancel:hover,
.fcbx_subscribe_wrapper .btn_confirm:hover {
  cursor: pointer;
  color: #fff;
  background-color: #008941;
}

.fcbx_subscribe_wrapper .btn_cancel {
  float: left;
}

.fcbx_subscribe_wrapper .btn_confirm {
  float: right;
}

.fancybox-skin,
#fcbx-Subscribe,
.fcbx_subscribe_wrapper,
#fcbx-Subscribe-success {
  border-radius: 10px;
}

.success_title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 96px;
  font-family: PingFangTC;
  font-size: 1.5em;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 4;
  letter-spacing: normal;
  text-align: center;
  margin: 0 auto;
  color: #008941;
}

#fcbx-Subscribe-success {
  width: 327px;
  height: 96px;
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}