/* 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;
}

/* 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: 'PT Sans', "Noto Sans TC", "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  background-color: #fff;
  color: #000;
}

a {
  color: #000;
}
a:hover, a:active {
  color: #a00;
}

select::-ms-expand {
  display: none;
}

input:focus {
  outline: none;
}

.bgimg_3by2 {
  width: 100%;
  height: 0;
  padding-bottom: 66.6%;
  background-position: center center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

#header {
  height: 260px;
  background-color: #323232;
  position: static;
  z-index: auto;
  top: auto;
}
#header a#brand_logo {
  position: absolute;
  display: block;
  width: 70px;
  height: 70px;
  left: 40px;
  top: 20px;
}
#header a#brand_logo h1 {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -99999px;
  background-image: url(../images/logo.svg);
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: 70px auto;
  -o-background-size: 70px auto;
  -webkit-background-size: 70px auto;
  background-size: 70px auto;
}
#header nav {
  position: absolute;
  z-index: 500;
  top: 20px;
  right: 200px;
}
#header nav #navbar-collapse-1 ul {
  display: block;
  padding-right: 20px;
  border-right: 2px solid #fff;
}
#header nav #navbar-collapse-1 ul li {
  display: block;
  position: static;
  margin: 0;
  padding: 0;
  float: none;
  width: 150px;
  height: 20px;
}
#header nav #navbar-collapse-1 ul li a {
  dispaly: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: right;
  color: #fff;
  margin: 0;
  padding: 0;
}
#header nav #navbar-collapse-1 ul li a:hover, #header nav #navbar-collapse-1 ul li a:active {
  color: #a00;
  background-color: transparent;
}
#header nav #navbar-collapse-1 ul li.curr a {
  color: #a00;
}
#header #search_cell {
  position: absolute;
  top: 20px;
  right: 40px;
}
#header #search_cell #site_search {
  width: 26px;
  height: 26px;
  float: right;
  background-image: url(../images/ic_search_nor.svg);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: 26px 26px;
  -o-background-size: 26px 26px;
  -webkit-background-size: 26px 26px;
  background-size: 26px 26px;
  border: 0;
  text-indent: -99999px;
}
#header #search_cell #site_search:hover, #header #search_cell #site_search:active {
  background-image: url(../images/ic_search_hover.svg);
}
#header #search_cell #lang_select {
  background-color: transparent;
  background-image: url(../images/btn_language_nor.svg);
  background-position: right center;
  background-repeat: no-repeat;
  -moz-background-size: auto;
  -o-background-size: auto;
  -webkit-background-size: auto;
  background-size: auto;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: #fff;
  border: 1px solid #fff;
  -moz-border-radius: 13px;
  -webkit-border-radius: 13px;
  border-radius: 13px;
  height: 26px;
  width: 70px;
  float: right;
  margin-right: 25px;
  padding-right: 25px;
  padding-left: 13px;
  text-align: left;
  font-size: 16px;
}
#header #search_cell #lang_select:focus {
  outline: none;
}
#header #search_cell #lang_select:hover {
  border: 1px solid #a00;
  background-image: url(../images/btn_language_hover.svg);
  color: #a00;
}
#header #search_cell #lang_select option {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: 0;
}
#header #hamburger_btn {
  position: absolute;
  z-index: 900;
  top: 10px;
  right: 11px;
  margin: 0;
  background-image: url(../images/ic_right_nor.svg);
  background-position: center center;
  background-repeat: no-repeat;
  -moz-background-size: auto;
  -o-background-size: auto;
  -webkit-background-size: auto;
  background-size: auto;
}
#header #hamburger_btn:hover, #header #hamburger_btn:active {
  background-image: url(../images/ic_right_hover.svg);
}
#header #hamburger_btn.collapsed {
  background-image: none;
}
#header #hamburger_btn.collapsed .icon-bar {
  width: 20px;
  height: 2px;
  background-color: #fff;
}
#header #hamburger_btn.collapsed .icon-bar + .icon-bar {
  margin-top: 5px;
}
#header #hamburger_btn.collapsed:hover, #header #hamburger_btn.collapsed:active {
  background-image: none;
}
#header #hamburger_btn.collapsed:hover .icon-bar, #header #hamburger_btn.collapsed:active .icon-bar {
  background-color: #a00;
}

#fixed_header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100px;
  color: #fff;
  background-color: #323232;
  z-index: 9000;
  display: none;
  overflow: hidden;
}
#fixed_header h2 {
  width: 100%;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  position: absolute;
  padding-left: 20px;
  padding-right: 20px;
  top: 54px;
  display: none;
}

h2.page_title_h2 {
  margin-top: 50px;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 47px;
  height: 47px;
  line-height: 47px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}

#breadcrumb_bar {
  position: relative;
  top: 67px;
  font-size: 22px;
  font-weight: 400;
  line-height: 22px;
  height: 0;
  overflow: visible;
}
#breadcrumb_bar a {
  font-size: 22px;
  font-weight: 400;
  line-height: 22px;
}
#breadcrumb_bar a:hover, #breadcrumb_bar a:active {
  text-decoration: none;
}

footer {
  height: 240px;
  background-color: #323232;
  color: #fff;
}
footer #footer1 {
  margin-right: 100px;
  margin-top: 60px;
  float: right;
  text-align: right;
}
footer #footer2 {
  text-align: right;
}
footer #footer1 .social_a,
footer #footer2 .social_a {
  display: block;
  float: right;
  text-align: left;
  text-indent: -99999px;
  width: 44px;
  height: 44px;
  margin-left: 5px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 60%;
}
footer #footer1 .social_a#facebook,
footer #footer2 .social_a#facebook {
  background-image: url(../images/ic_fb_nor.svg);
}
footer #footer1 .social_a#facebook:hover, footer #footer1 .social_a#facebook:active,
footer #footer2 .social_a#facebook:hover, footer #footer2 .social_a#facebook:active {
  background-image: url(../images/ic_fb_hover.svg);
}
footer #footer1 .social_a#youtube,
footer #footer2 .social_a#youtube {
  background-image: url(../images/ic_youtube_nor.svg);
}
footer #footer1 .social_a#youtube:hover, footer #footer1 .social_a#youtube:active,
footer #footer2 .social_a#youtube:hover, footer #footer2 .social_a#youtube:active {
  background-image: url(../images/ic_youtube_hover.svg);
}
footer #footer1 .social_a#instagram,
footer #footer2 .social_a#instagram {
  background-image: url(../images/ic_ig_nor.svg);
}
footer #footer1 .social_a#instagram:hover, footer #footer1 .social_a#instagram:active,
footer #footer2 .social_a#instagram:hover, footer #footer2 .social_a#instagram:active {
  background-image: url(../images/ic_ig_hover.svg);
}
footer #footer1 .social_a#linkedin,
footer #footer2 .social_a#linkedin {
  background-image: url(../images/ic_linkedin_nor.svg);
}
footer #footer1 .social_a#linkedin:hover, footer #footer1 .social_a#linkedin:active,
footer #footer2 .social_a#linkedin:hover, footer #footer2 .social_a#linkedin:active {
  background-image: url(../images/ic_linkedin_hover.svg);
}
footer #footer1 .social_a#medium,
footer #footer2 .social_a#medium {
  background-image: url(../images/ic_medium_nor.svg);
}
footer #footer1 .social_a#medium:hover, footer #footer1 .social_a#medium:active,
footer #footer2 .social_a#medium:hover, footer #footer2 .social_a#medium:active {
  background-image: url(../images/ic_medium_hover.svg);
}
footer #footer1 p {
  margin-top: 13px;
  font-size: 11px;
}
footer #footer_links {
  display: block;
  /*height: 66px;*/
  height: 88px;
  /*margin-right: 42px;*/
  margin-right: 0;
  margin-top: 60px;
  float: right;
  border-right: 2px solid #fff;
  color: #fff;
}
footer #copyright {
  margin-top: 3px;
  text-align: right;
}
footer #footer_links li {
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
footer #footer_links li a {
  padding-right: 23px;
  padding-left: 23px;
  color: #fff;
}
footer #footer_links li a:hover, footer #footer_links li a:active {
  color: #a00;
  text-decoration: none;
}
footer #footer_links li#designBy a svg {
  width: 60px;
  height: 13px;
}
footer #footer_links li#designBy a svg * {
  fill: #fff;
}
footer #footer_links li#designBy a:hover svg *, footer #footer_links li#designBy a:active svg * {
  fill: #a00;
}
footer .s_fb {
  height: 30px;
  padding-top: 3px;
}

#page_top_btn {
  display: none;
  display: block;
  position: fixed;
  bottom: 160px;
  left: 30px;
  width: 50px;
  height: 50px;
  border: 0;
  background-color: transparent;
  background-image: url(../images/ic_page_top.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  -moz-background-size: 50px 25px;
  -o-background-size: 50px 25px;
  -webkit-background-size: 50px 25px;
  background-size: 50px 25px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#page_top_btn.show_btn {
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: "opacity" "1s";
  -o-transition: "opacity" "1s";
  -webkit-transition: "opacity" "1s";
  transition: "opacity" "1s";
}
#page_top_btn.white_svg svg * {
  fill: #fff;
}

.html_editor_shower {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
.html_editor_shower * {
  text-align: inherit;
}
.html_editor_shower p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
.html_editor_shower span.html_wordsize1 {
  font-size: 16px;
}
.html_editor_shower span.html_wordsize2 {
  font-size: 22px;
}
.html_editor_shower span.html_wordsize3 {
  font-size: 32px;
}
.html_editor_shower strong {
  font-weight: 700;
}
.html_editor_shower em {
  font-style: italic;
}
.html_editor_shower u {
  text-decoration: underline;
}
.html_editor_shower s {
  text-decoration: line-through;
}
.html_editor_shower ol {
  margin-left: 25px;
  list-style-type: decimal;
}
.html_editor_shower ul {
  margin-left: 25px;
  list-style-type: disc;
}
