/*!**********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./resources/src/css/home/chart.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* RESET
--------------------------------------------------------------------------------------*/
html, body,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
rem,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

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

:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

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

address {
  display: inline;
  font-style: normal; }

html, body {
  width: 100%;
  font-family: "Lato", "Noto Sans TC", "微軟正黑體", "蘋果儷黑體", Arial, sans-serif, Verdana;
  color: #333;
  font-size: 0.83333vw;
  position: relative;
  overflow-x: hidden; }
  @media screen and (max-width: 850px) {
    html, body {
      font-size: 1.6vw; } }
  @media screen and (max-width: 768px) {
    html, body {
      font-size: 1.68421vw; } }
  @media screen and (max-width: 480px) {
    html, body {
      font-size: 2.75862vw; } }

.en {
  letter-spacing: 0; }

.wrapper {
  width: 100%;
  min-height: 100vh;
  background: #fff;
  line-height: 1.6;
  position: relative;
  overflow: hidden;
  z-index: 1; }

.container {
  width: calc(100% - 5rem);
  max-width: 74.375rem;
  position: relative;
  margin: 0 auto;
  z-index: 1; }
  @media screen and (max-width: 950px) {
    .container {
      max-width: 62.5rem; } }
  @media screen and (max-width: 480px) {
    .container {
      width: calc(100% - 3.75rem); } }

.container_inner {
  width: calc(100% - 5rem);
  max-width: 64.375rem;
  position: relative;
  margin: 0 auto;
  z-index: 1; }
  @media screen and (max-width: 950px) {
    .container_inner {
      width: calc(100% - 3.75rem); } }
  @media screen and (max-width: 480px) {
    .container_inner {
      width: calc(100% - 2.5rem); } }

section {
  position: relative; }

.small {
  font-size: 1.1875rem;
  text-align: center;
  margin-top: 1.5625rem;
  margin-bottom: 0.625rem;
  opacity: .8; }

.icon_loading {
  width: 0.9375rem;
  height: 0.9375rem;
  border-radius: 0.9375rem;
  border: 3px solid rgba(51, 51, 51, 0.7);
  border-left-color: transparent;
  margin: 0 auto .5rem;
  -webkit-animation: icon_loading 1.5s linear infinite;
          animation: icon_loading 1.5s linear infinite; }

@-webkit-keyframes icon_loading {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes icon_loading {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.accesskey {
  font-size: 1rem;
  color: transparent;
  position: absolute;
  right: 100%;
  top: 0;
  margin-right: 0.625rem;
  z-index: 1; }
  @media screen and (min-width: 769px) {
    .accesskey:after {
      content: "";
      width: calc(100% + 2px);
      height: calc(100% + 2px);
      border: 1px dotted transparent;
      border-radius: 0.1875rem;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      position: absolute;
      top: -1px;
      left: -1px;
      z-index: 5;
      opacity: 0;
      -webkit-transition: opacity 0.1s ease-out;
      transition: opacity 0.1s ease-out; }
    .accesskey:focus:after {
      opacity: 1; } }
  @media screen and (max-width: 768px) {
    .accesskey {
      display: none; } }

.access_content {
  width: 0.0625rem;
  height: 0.0625rem;
  font-size: 1rem;
  padding: 0 0.625rem;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10000;
  clip: rect(0, 0, 0, 0); }
  @media screen and (min-width: 769px) {
    .access_content:after {
      content: "";
      width: calc(100% + 2px);
      height: calc(100% + 2px);
      border: 1px dotted transparent;
      border-radius: 0.1875rem;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      position: absolute;
      top: -1px;
      left: -1px;
      z-index: 5;
      opacity: 0;
      -webkit-transition: opacity 0.1s ease-out;
      transition: opacity 0.1s ease-out; }
    .access_content:focus:after {
      opacity: 1; } }
  @media screen and (max-width: 768px) {
    .access_content {
      display: none; } }
  .access_content:focus {
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0.0625rem;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0.0625rem; }

.img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0; }

:focus,
button:focus {
  outline: 0; }

svg {
  display: block;
  width: 100%;
  height: 100%; }

a {
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  color: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative; }
  a:hover {
    color: inherit;
    text-decoration: none; }

.hide {
  display: none; }

.clear:before, .clear:after {
  content: "";
  display: table; }

.clear:after {
  clear: both; }

.c {
  clear: both; }

img {
  width: 100%;
  height: auto;
  display: block; }

iframe {
  width: 100%;
  height: auto; }

table {
  width: 100%; }
  table th,
  table td {
    vertical-align: middle; }

.table {
  width: 100%;
  display: table;
  table-layout: fixed; }

.tr {
  display: table-row; }

.td {
  display: table-cell;
  vertical-align: middle;
  position: relative; }

.th {
  display: table-cell;
  vertical-align: middle;
  position: relative; }

.inblock {
  font-size: 0;
  letter-spacing: 0; }
  .inblock > * {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0.0625rem; }

.loading {
  width: 100%;
  height: 100%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99; }

.loader_container {
  position: relative; }

.loading_title {
  width: 224px;
  margin: 0 auto;
  margin-bottom: 20px; }

.loading_txt {
  text-align: center;
  color: #c20f2f;
  font-size: 1.125rem;
  letter-spacing: 0.0625rem;
  -webkit-animation: loading_txt 1.5s alternate infinite ease-in-out;
          animation: loading_txt 1.5s alternate infinite ease-in-out; }

@-webkit-keyframes loading_txt {
  50% {
    opacity: 0.2; } }

@keyframes loading_txt {
  50% {
    opacity: 0.2; } }

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5; }
  .header .container {
    max-width: none;
    z-index: 5; }
  .header .accesskey {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .header .auth_row {
    margin-left: 1.0625rem;
    cursor: pointer; }
  @media screen and (max-width: 480px) {
    .header .member_name {
      display: none; } }

.header_bg {
  width: 100%;
  height: 5.625rem;
  background: #fff;
  -webkit-box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  left: 0; }
  @media screen and (max-width: 950px) {
    .header_bg {
      height: 5.625rem; } }

.header_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
  padding-top: 1.1875rem; }

.header_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.mainlogo {
  width: 23.6875rem; }
  @media screen and (max-width: 480px) {
    .mainlogo {
      width: 20rem; } }

@media screen and (min-width: 769px) {
  .mainlogo_link:after {
    content: "";
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border: 1px dotted transparent;
    border-radius: 0.1875rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 5;
    opacity: 0;
    -webkit-transition: opacity 0.1s ease-out;
    transition: opacity 0.1s ease-out; }
  .mainlogo_link:focus:after {
    opacity: 1; } }

.mainlogo_link.active {
  opacity: 0; }

.hamburger {
  width: 3.125rem;
  height: 3.125rem; }

.hamburger_link {
  height: 100%;
  border-radius: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bolder;
  font-size: 0.875rem;
  background: #fff;
  -webkit-transition: background .2s;
  transition: background .2s; }
  .hamburger_link.active {
    background: #c20f2f; }

.hamburger_bar {
  width: 2.125rem;
  height: 0.25rem;
  background: #000;
  position: absolute;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out; }
  @media screen and (max-width: 950px) {
    .hamburger_bar {
      width: 3.125rem; } }
  @media screen and (max-width: 480px) {
    .hamburger_bar {
      width: 2.5rem; } }
  .hamburger_bar:before, .hamburger_bar.clear:after, .hamburger_bar:after {
    content: "";
    display: block;
    width: 100%;
    height: 0.25rem;
    background: #000;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.09375rem;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out; }
  .hamburger_bar:before, .hamburger_bar.clear:after {
    -webkit-transform: translateY(-0.6875rem);
        -ms-transform: translateY(-0.6875rem);
            transform: translateY(-0.6875rem); }
    @media screen and (max-width: 950px) {
      .hamburger_bar:before, .hamburger_bar.clear:after {
        -webkit-transform: translateY(-0.625rem);
            -ms-transform: translateY(-0.625rem);
                transform: translateY(-0.625rem); } }
  .hamburger_bar:after {
    -webkit-transform: translateY(0.6875rem);
        -ms-transform: translateY(0.6875rem);
            transform: translateY(0.6875rem); }
    @media screen and (max-width: 950px) {
      .hamburger_bar:after {
        -webkit-transform: translateY(0.625rem);
            -ms-transform: translateY(0.625rem);
                transform: translateY(0.625rem); } }
  .hamburger_bar.active {
    background: transparent; }
    .hamburger_bar.active:before, .hamburger_bar.active.clear:after {
      background: #fff;
      -webkit-transform: translateY(0) rotate(135deg);
          -ms-transform: translateY(0) rotate(135deg);
              transform: translateY(0) rotate(135deg); }
    .hamburger_bar.active:after {
      background: #fff;
      -webkit-transform: translateY(0) rotate(-135deg);
          -ms-transform: translateY(0) rotate(-135deg);
              transform: translateY(0) rotate(-135deg); }

.nav_bg {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  display: none;
  position: absolute;
  top: 0;
  right: 0; }

.nav {
  width: 28rem;
  height: 100vh;
  background-image: url(../img/nav_bg.png);
  background-size: cover;
  background-position: left bottom;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-28rem);
      -ms-transform: translateX(-28rem);
          transform: translateX(-28rem);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1); }
  @media screen and (max-width: 950px) {
    .nav {
      width: 80%;
      -webkit-transform: translateX(-80vw);
          -ms-transform: translateX(-80vw);
              transform: translateX(-80vw); } }
  @media screen and (max-width: 480px) {
    .nav {
      width: 100%;
      -webkit-transform: translateX(-100vw);
          -ms-transform: translateX(-100vw);
              transform: translateX(-100vw); } }
  .nav.active {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }

.nav_list {
  width: 21.75rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 6.25rem;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }
  .nav_list::-webkit-scrollbar {
    width: 0.1875rem; }
  .nav_list::-webkit-scrollbar-track {
    border-radius: 0.1875rem;
    background: rgba(0, 0, 0, 0); }
  .nav_list::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.1); }

.nav_li {
  padding: 0.625rem 0; }

.nav_link {
  width: 14.375rem;
  font-size: 1.125rem;
  color: #000;
  line-height: 3.75rem;
  border-radius: 3.125rem;
  background: transparent;
  padding-left: 1.875rem;
  margin: 0 auto;
  -webkit-transition: background 0.1s ease-out;
  transition: background 0.1s ease-out; }
  @media screen and (max-width: 950px) {
    .nav_link {
      width: 15rem;
      font-size: 1.6rem;
      padding-left: 0; } }
  .nav_link:before, .nav_link.clear:after {
    content: '';
    width: 6.125rem;
    height: 100%;
    background-image: url(../img/step_car.png);
    background-size: contain;
    background-position: left bottom;
    background-repeat: no-repeat;
    opacity: 0;
    position: absolute;
    bottom: 0;
    right: 100%;
    margin-right: -0.625rem;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out; }
  .nav_link:after {
    content: '';
    width: 300%;
    height: 100%;
    border-radius: 3.125rem;
    position: absolute;
    top: 0;
    right: 0;
    background: #bfd6d8;
    opacity: 0;
    -webkit-transition: opacity .1s ease-out;
    transition: opacity .1s ease-out;
    z-index: -1; }
  .nav_link:hover:after, .nav_link:hover:before, .nav_link.clear:hover:after {
    opacity: 1; }

.subnav_box {
  padding-top: 1.5625rem; }
  @media screen and (max-width: 950px) {
    .subnav_box {
      padding: 0 0 1.875rem; }
      .subnav_box:after {
        content: '';
        width: 2.5rem;
        height: 0.0625rem;
        background: #6a6a6a;
        opacity: .7;
        position: absolute;
        left: 50%;
        bottom: 0.625rem;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%); } }

.subnav_link {
  padding: 0.5625rem 0; }
  @media screen and (min-width: 851px) {
    .subnav_link.active, .subnav_link:focus, .subnav_link:hover {
      color: #edf4f5; } }

.header_btn {
  margin-left: 1.5625rem; }
  @media screen and (max-width: 480px) {
    .header_btn {
      display: none !important; } }

.header_btn_link {
  font-size: 1.75rem;
  font-weight: bold;
  color: #c20f2f;
  letter-spacing: 0.0625rem;
  line-height: 3.125rem;
  border: 0.125rem solid #fff;
  background: #fff;
  -webkit-box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.2);
  border-radius: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 2.5rem; }
  @media screen and (max-width: 480px) {
    .header_btn_link {
      font-size: 1.125rem;
      line-height: 2.5rem; } }
  .header_btn_link:hover {
    color: #fff;
    background: #cb4951;
    border: 0.125rem solid #cb4951; }

.footer {
  font-size: 0.875rem;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background: #333;
  padding: 1.1875rem 0; }

.lightbox {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
  opacity: 0;
  z-index: 999;
  padding: 5rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }
  .lightbox::-webkit-scrollbar {
    width: 0.25rem; }
  .lightbox::-webkit-scrollbar-track {
    border-radius: 0.25rem;
    background: rgba(0, 0, 0, 0.03); }
  .lightbox::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.1); }
  .lightbox .container {
    max-width: none;
    width: calc(100% - 5rem);
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (max-width: 768px) {
      .lightbox .container {
        width: auto; } }

.lb_board {
  width: calc(100% - 5rem);
  max-width: 75rem;
  background: #fbf6f2;
  border-radius: 0.9375rem;
  margin: auto;
  position: relative; }
  @media screen and (max-width: 768px) {
    .lb_board {
      width: calc(100% - 2.5rem);
      max-width: none;
      padding: 0; } }
  @media screen and (max-width: 480px) {
    .lb_board {
      width: calc(100% - 1.25rem); } }
  .lb_board .container {
    padding: 1.875rem 0; }

.btn_close {
  position: absolute;
  top: 1.25rem;
  right: 1.875rem;
  z-index: 5; }
  @media screen and (max-width: 480px) {
    .btn_close {
      right: 0.625rem; } }

.btn_close_link {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 3.125rem;
  background: #f5e3d4; }
  .btn_close_link:before, .btn_close_link.clear:after, .btn_close_link:after {
    content: "";
    display: block;
    width: 1.625rem;
    height: 0.1875rem;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -0.8125rem;
    margin-top: -0.09375rem;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out; }
  .btn_close_link:before, .btn_close_link.clear:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .btn_close_link:after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .btn_close_link:hover:before, .btn_close_link.clear:hover:after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .btn_close_link:hover:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.lb_btn {
  cursor: pointer; }

#lb_award {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  display: none; }
  #lb_award .maintitle_row {
    text-align: center;
    position: relative;
    top: -3.75rem; }
  #lb_award .lb_award_txt {
    text-align: center;
    font-size: 1.75rem;
    margin-top: 0.625rem; }

#lb_login .lb_txt {
  padding-top: 0; }

.lb_center {
  min-width: 25rem;
  white-space: nowrap;
  background: #dcebec;
  border-radius: 0.9375rem;
  padding: 5rem 3.75rem;
  position: relative; }
  @media screen and (max-width: 480px) {
    .lb_center {
      white-space: inherit;
      padding: 3.75rem 1.25rem; } }
  .lb_center .btn_close {
    top: -3.125rem;
    right: -3.125rem; }
    @media screen and (max-width: 480px) {
      .lb_center .btn_close {
        top: -3.75rem;
        right: 0rem; } }

#lb_vote_content .btn_close {
  top: 0;
  right: -1.875rem; }
  @media screen and (max-width: 950px) {
    #lb_vote_content .btn_close {
      top: 0.7rem;
      right: 3.2rem; } }
  @media screen and (max-width: 480px) {
    #lb_vote_content .btn_close {
      top: 0.5rem;
      right: 0.5rem; } }

@media screen and (max-width: 950px) {
  #lb_vote_content .lb_board {
    width: calc(100% - 1.25rem);
    max-width: none; } }

#lb_vote_content .lb_house_body {
  border-radius: 0.9375rem;
  padding-top: 5.75rem; }

.lb_title {
  font-size: 2.125rem;
  font-weight: bold;
  margin-bottom: 1.25rem; }

.lb_txt_sec {
  padding: 1.25rem 0; }
  .lb_txt_sec .lb_txt {
    text-align: left;
    padding: 0.9375rem 0; }

.lb_subtitle_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.lb_subtitle {
  font-size: 1.375rem;
  color: #fff;
  letter-spacing: 0.125rem;
  background: #333;
  line-height: 2.5rem;
  padding: 0 2.125rem;
  position: relative;
  z-index: 1; }
  .lb_subtitle::before, .lb_subtitle::after {
    content: "";
    border-style: solid;
    border-width: 1.3125rem 0.3125rem;
    position: absolute;
    top: 0; }
  .lb_subtitle::before {
    border-color: transparent #333 #333 transparent;
    right: 100%; }
  .lb_subtitle::after {
    border-color: #333 transparent transparent #333;
    left: 100%; }

#lb_login .auth_row,
#lb_vote_msg .auth_row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1rem;
  margin-bottom: 0.625rem; }

#lb_login .lb_board {
  max-width: 37.5rem; }
  #lb_login .lb_board.w260 {
    max-width: 16.25rem; }
    #lb_login .lb_board.w260 .container {
      padding: 3.125rem 0; }

#lb_login p {
  text-align: center; }

#lb_selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1; }
  #lb_selected .maintitle_row {
    bottom: 0; }
  #lb_selected .lb_house_body {
    background-color: #dcebec;
    padding-top: 1.5625rem;
    padding-bottom: 3.125rem; }
  #lb_selected .small {
    margin-top: 0; }

.lb_txt {
  font-size: 1.25rem;
  text-align: center;
  padding: 1.875rem 0; }

#lb_form.bg_fill {
  background: #fbf6f1; }

#lb_form .lb_board {
  min-width: 35rem;
  width: auto;
  padding-bottom: 1.875rem; }

#lb_chart {
  padding-top: 8rem; }
  #lb_chart .maintitle_row {
    position: relative;
    top: -3rem; }
    @media screen and (max-width: 480px) {
      #lb_chart .maintitle_row {
        top: auto; } }

.breadcrumbs {
  margin-bottom: 3.125rem; }
  .breadcrumbs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -0.875rem;
    margin-right: -0.875rem; }
  .breadcrumbs li {
    font-size: 0.875rem;
    line-height: 1.5;
    padding: 0 0.875rem;
    position: relative; }
    .breadcrumbs li::after {
      content: '/';
      opacity: .7;
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translate(50%, -53%);
          -ms-transform: translate(50%, -53%);
              transform: translate(50%, -53%); }
    .breadcrumbs li:last-child::after {
      display: none; }
  @media screen and (min-width: 769px) {
    .breadcrumbs a:after {
      content: "";
      width: calc(100% + 2px);
      height: calc(100% + 2px);
      border: 1px dotted transparent;
      border-radius: 0.1875rem;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      position: absolute;
      top: -1px;
      left: -1px;
      z-index: 5;
      opacity: 0;
      -webkit-transition: opacity 0.1s ease-out;
      transition: opacity 0.1s ease-out; }
    .breadcrumbs a:focus:after {
      opacity: 1; } }
  .breadcrumbs a::before {
    content: '';
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out; }
  .breadcrumbs a:focus::before, .breadcrumbs a:hover::before {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }
  .breadcrumbs .fa-magnifying-glass {
    display: none; }

.button_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.button_col {
  padding: 0 0.9375rem; }
  @media screen and (max-width: 480px) {
    .button_col {
      padding: 0.6375rem 0; } }

.button_link {
  padding: 0 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.25rem;
  line-height: 3rem;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #333;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #333;
  border-radius: 3.125rem;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  cursor: pointer; }
  @media screen and (max-width: 480px) {
    .button_link {
      font-size: 1.4375rem; } }
  .button_link:hover {
    color: #fff;
    background: #595959; }

.auth_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -0.3125rem;
  margin-right: -0.3125rem; }

.auth_col {
  padding: 0 0.3125rem; }

.member_avatar {
  width: 2.5rem;
  border-radius: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: baseline;
      -ms-flex-pack: baseline;
          justify-content: baseline;
  color: #999;
  font-size: 1.875rem; }

.member_loading {
  width: 2.5rem;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .member_loading .icon_loading {
    margin: 0; }

.en .ckContent {
  letter-spacing: 0; }

.ck_editor,
.ckContent {
  font-size: 1.125rem;
  font-family: "Lato", "Noto Sans TC", "微軟正黑體", "蘋果儷黑體", Arial, sans-serif, Verdana; }
  .ck_editor:before, .ck_editor.clear:after,
  .ckContent:before,
  .ckContent.clear:after {
    content: "";
    display: table; }
  .ck_editor:after,
  .ckContent:after {
    content: "";
    display: table;
    clear: both; }
  .ck_editor h2,
  .ckContent h2 {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 0.9375rem; }
  .ck_editor h3,
  .ckContent h3 {
    font-size: 1.375rem;
    line-height: 1.4;
    margin-bottom: 0.9375rem; }
  .ck_editor h4,
  .ckContent h4 {
    font-size: 1.125rem;
    line-height: 1.4;
    margin-bottom: 0.3125rem; }
  .ck_editor h5,
  .ckContent h5 {
    font-size: 1.0625rem;
    font-weight: 600;
    line-height: 1.9; }
  .ck_editor p,
  .ckContent p {
    line-height: 1.9;
    margin-bottom: 1.25rem; }
  .ck_editor ol,
  .ckContent ol {
    list-style: none;
    margin-bottom: 1.25rem; }
    .ck_editor ol > li,
    .ckContent ol > li {
      text-indent: -1.9375rem;
      padding-left: 1.9375rem; }
      .ck_editor ol > li li,
      .ckContent ol > li li {
        text-indent: 0; }
  .ck_editor ul,
  .ckContent ul {
    list-style: none;
    margin-bottom: 1.25rem; }
    .ck_editor ul > li,
    .ckContent ul > li {
      padding-left: 1.25rem;
      position: relative; }
      .ck_editor ul > li::before,
      .ckContent ul > li::before {
        content: '';
        width: 0.25rem;
        height: 0.25rem;
        border-radius: 0.25rem;
        background: #333;
        position: absolute;
        left: 0.3125rem;
        top: 0.8125rem; }
  .ck_editor li,
  .ckContent li {
    line-height: 1.9; }
  .ck_editor table,
  .ckContent table {
    width: 100%;
    font-size: 16; }
  .ck_editor img,
  .ckContent img {
    max-width: 100%;
    height: auto;
    display: block; }
  .ck_editor a,
  .ckContent a {
    display: inline; }
  .ck_editor iframe,
  .ckContent iframe {
    width: 100%;
    height: 31.25rem;
    margin-bottom: 1.5625rem; }
    @media screen and (max-width: 480px) {
      .ck_editor iframe,
      .ckContent iframe {
        height: 65vw; } }
  .ck_editor .dash_list i,
  .ckContent .dash_list i {
    font-style: normal;
    display: inline-block;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    position: relative; }
    .ck_editor .dash_list i::before,
    .ckContent .dash_list i::before {
      content: '';
      width: 0.375rem;
      height: 0.0625rem;
      border-radius: 0;
      background: #333;
      position: absolute;
      top: 0.9375rem; }
    .ck_editor .dash_list i::before,
    .ckContent .dash_list i::before {
      left: 0.3125rem; }

.maintitle_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.maintitle_center {
  position: relative; }
  .maintitle_center::before {
    content: '';
    width: 7.9375rem;
    height: 2.75rem;
    background-image: url(../img/title_dec_left.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 100%;
    bottom: -0.625rem;
    margin-right: -2.625rem; }
  .maintitle_center::after {
    content: '';
    width: 4.8125rem;
    height: 2.375rem;
    background-image: url(../img/title_dec_right.png);
    background-size: auto 100%;
    background-repeat: repeat-x;
    position: absolute;
    top: 0.4375rem;
    right: 0.375rem; }

.maintitle_cloud {
  width: auto;
  height: 6.625rem;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 480px) {
    .maintitle_cloud {
      height: 5.625rem; } }

.maintitle_dec_airplane {
  width: 3.75rem;
  position: absolute;
  top: -0.9375rem;
  left: 100%;
  margin-left: -1rem; }

.maintitle {
  width: 100%;
  height: 100%;
  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;
  font-size: 3.125rem;
  font-weight: normal;
  line-height: 1.45;
  letter-spacing: 0.1875rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }
  @media screen and (max-width: 480px) {
    .maintitle {
      font-size: 2.25rem; } }

.dec_top {
  background: #dcebec; }

.content_sec {
  background: #fbf6f1; }
  .content_sec .container {
    padding-top: 11.5rem;
    padding-bottom: 3.75rem; }
  .content_sec .maintitle_row {
    margin-bottom: 2.5rem; }

.bg_building:after {
  content: '';
  display: block;
  height: 5rem;
  background: #fff; }

.content_panel {
  background: #fbf6f1;
  border-radius: 0.625rem; }
  .content_panel .container {
    width: calc(100% - 10rem); }

.lb_chart_sec {
  margin-bottom: 1.875rem; }

.lb_chart_txt {
  font-size: 1.3125rem;
  text-align: center;
  margin-bottom: 0.3125rem; }
  .lb_chart_txt span {
    font-size: 1.625rem;
    font-weight: bold; }

.lb_chart_list {
  background: #fff;
  border-radius: 0.625rem;
  padding: 1.875rem 0;
  padding-left: 3.625rem; }
  @media screen and (max-width: 480px) {
    .lb_chart_list {
      padding: 1.875rem; } }

.lb_chart_li {
  font-size: 1.25rem;
  padding: 0.125rem 0;
  padding-left: 1.0625rem;
  position: relative; }
  .lb_chart_li::before {
    content: "";
    width: 0.4375rem;
    height: 0.4375rem;
    border-radius: 0.4375rem;
    background: #333;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    @media screen and (max-width: 480px) {
      .lb_chart_li::before {
        top: 1.1rem; } }


/*# sourceMappingURL=chart.min.css.map*/