/*!***************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/apply_form.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* RESET
--------------------------------------------------------------------------------------*/
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,
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:after,
q:before,
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.8333333333vw;
  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.6842105263vw;
  }
}
@media screen and (max-width: 480px) {
  html, body {
    font-size: 2.7586206897vw;
  }
}

.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: 0.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 0.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 0.2s;
  transition: background 0.2s;
}
.hamburger_link.active {
  background: #c20f2f;
}

.hamburger_bar {
  width: 2.125rem;
  height: 0.25rem;
  background: #000;
  position: absolute;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.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:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.25rem;
  background: #000;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.09375rem;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.hamburger_bar:before {
  -webkit-transform: translateY(-0.6875rem);
      -ms-transform: translateY(-0.6875rem);
          transform: translateY(-0.6875rem);
}
@media screen and (max-width: 950px) {
  .hamburger_bar:before {
    -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 {
  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 {
  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 0.1s ease-out;
  transition: opacity 0.1s ease-out;
  z-index: -1;
}
.nav_link:hover:after, .nav_link:hover:before {
  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: 0.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: rgb(221.75, 236, 236.95);
  }
}

.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: rgb(197.1666666667, 56.3333333333, 65.3466666667);
  border: 0.125rem solid rgb(197.1666666667, 56.3333333333, 65.3466666667);
}

.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: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 {
  -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 {
  -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_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: 40.625rem;
}
#lb_login .lb_board .container {
  padding: 2.5rem 0 3.125rem;
}
#lb_login .lb_board.w380 {
  max-width: 23.75rem;
}
#lb_login .lb_board.w380 .container {
  padding: 3.125rem 0;
}
#lb_login .lb_txt.pt-0 {
  padding-top: 0;
}
#lb_login p {
  text-align: center;
}
#lb_login .member_avatar {
  width: 7.5rem;
  border-radius: 50%;
  margin: 0 auto 0.4375rem;
}
#lb_login .auth_row {
  margin-bottom: 1.25rem;
}
#lb_login .auth_txt {
  margin-bottom: 0.625rem;
  text-align: center;
}
#lb_login .button_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -0.9375rem;
}
@media screen and (max-width: 480px) {
  #lb_login .button_row {
    margin: 0;
  }
}
#lb_login .button_col {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 15.625rem;
          flex: 0 1 15.625rem;
  padding: 0 0.9375rem;
}
@media screen and (max-width: 480px) {
  #lb_login .button_col {
    padding: 0.6375rem 0;
  }
}
#lb_login .buttonStyle {
  width: 100%;
  padding: 0 0.625rem;
}

.auth_logout_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 1.875rem;
}

#lb_vote_msg .lb_center {
  border: 1.25rem solid #fff;
  background: #fbf6f1;
  padding: 2.8125rem 3.75rem;
}
@media screen and (max-width: 480px) {
  #lb_vote_msg .lb_center {
    padding: 2.8125rem 1.25rem;
  }
}
#lb_vote_msg .far {
  font-size: 2.5rem;
  color: #f5e3d4;
  margin-bottom: 0.625rem;
}
#lb_vote_msg .button_row {
  margin-top: 1.875rem;
}
@media screen and (max-width: 480px) {
  #lb_vote_msg .button_row {
    display: block;
  }
}

#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: 0.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 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.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;
  }
}
@media screen and (max-width: 480px) {
  .button_col.m_hide {
    display: none;
  }
}
.button_col.m_show {
  display: none;
}
@media screen and (max-width: 480px) {
  .button_col.m_show {
    display: block;
  }
}

.button_link, .form_submit_btn {
  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, .form_submit_btn {
    font-size: 1.4375rem;
  }
}
.button_link:hover, .form_submit_btn:hover {
  color: #fff;
  background: rgb(81.6, 81.6, 81.6);
}
.button_link.fb_share_btn, .fb_share_btn.form_submit_btn {
  min-width: 12rem;
  background-color: #3b5998;
  border-color: #3b5998;
}
.button_link.line_share_btn, .line_share_btn.form_submit_btn {
  min-width: 12rem;
  background-color: #4cc764;
  border-color: #4cc764;
  background-color: #06c755;
  border-color: #06c755;
}
.button_link.m_share_btn, .m_share_btn.form_submit_btn {
  min-width: 12rem;
  background-color: #c20f2f;
  border-color: #c20f2f;
}
.button_link .fa-share, .form_submit_btn .fa-share {
  margin-right: 1rem;
}

.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;
  }
}

.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;
}

.form_row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.375rem 0;
}
@media screen and (max-width: 480px) {
  .form_row {
    display: block;
    padding: 0.5rem 0;
  }
}
.form_row:last-child {
  margin-bottom: 0;
}

.form_left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 9.375rem;
          flex: 0 0 9.375rem;
  text-align: right;
  padding-right: 1.5rem;
  position: relative;
}
@media screen and (max-width: 480px) {
  .form_left {
    font-weight: bold;
    text-align: left;
    padding-bottom: 0.3rem;
  }
}

.form_right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  position: relative;
}

.column_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media screen and (max-width: 480px) {
  .column_row {
    display: block;
  }
}
.column_row.pv {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.column_col {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.column_col.col_3 {
  min-width: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333%;
          flex: 0 0 33.3333%;
}
.column_col.col_auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.form_text {
  display: block;
  font-size: 1.125rem;
  line-height: 1.7;
}
.form_text.small {
  color: #fa0719;
  margin-top: 0.5rem;
  margin-bottom: 2.5rem;
  position: relative;
}

.form_confirm_row {
  padding: 1rem 0;
}
.form_confirm_row a {
  display: inline;
}
.form_confirm_row a::before {
  content: "";
  width: 100%;
  height: 0.0625rem;
  background: #333;
  position: absolute;
  bottom: -0.25rem;
  left: 0;
  -webkit-transition: -webkit-transform 0.1s ease-out;
  transition: -webkit-transform 0.1s ease-out;
  transition: transform 0.1s ease-out;
  transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
}
.form_confirm_row a:hover::before {
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
}
.form_confirm_row .input_group {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.form_confirm_row .labelStyle {
  line-height: 1.4;
}

.form_submit_btn_row {
  margin-top: 1.875rem;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 480px) {
  .form_submit_btn_row {
    display: block;
  }
}

.form_submit_btn {
  width: 100%;
  min-width: 12.75rem;
  height: 4.0625rem;
  cursor: pointer;
}
.form_submit_btn.disabled, .form_submit_btn:disabled {
  opacity: 0.5;
}
.form_submit_btn .icon_loading {
  width: 0.625rem;
  height: 0.625rem;
  border-color: #fff;
  border-left-color: transparent;
  margin-left: 0.9375rem;
  margin-right: 0;
  margin-top: 0.5rem;
}
.form_submit_btn i {
  font-size: 1.5625rem;
  margin-right: 0.625rem;
}

.form_pic_view {
  width: 12.5rem;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 480px) {
  .form_pic_view {
    width: 100%;
    margin: 0 auto;
  }
}
.form_pic_view .img {
  -o-object-fit: contain;
     object-fit: contain;
}

.file_upload_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-left: -0.4375rem;
  margin-right: -0.4375rem;
}
@media screen and (max-width: 480px) {
  .file_upload_group {
    padding-bottom: 0.5rem;
  }
}
.file_upload_group i {
  font-size: 2.5rem;
}
@media screen and (max-width: 480px) {
  .file_upload_group i {
    font-size: 3.125rem;
  }
}

.file_upload_col {
  padding: 0 0.4375rem;
}

@media screen and (max-width: 480px) {
  .file_row .buttonStyle,
  .pic_row .buttonStyle {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .pic_row .file_upload_group {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .pic_row .file_name {
    text-align: center;
    margin-top: 0.3rem;
  }
}

.file_name {
  font-size: 1.0625rem;
  line-height: 1.2;
}
@media screen and (max-width: 480px) {
  .file_name {
    font-size: 1.25rem;
  }
}

.fa-file-pdf {
  font-size: 2rem;
  color: rgb(122, 7.5, 1);
}

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

.result_row {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.875rem;
}

.form_submit_result {
  font-size: 1.25rem;
  line-height: 1.6;
}
.form_submit_result i {
  font-size: 1.875rem;
  position: relative;
  bottom: -0.1875rem;
}

.icon_require {
  color: #fa0719;
  font-size: 1.5rem;
  line-height: 1;
  position: absolute;
  top: 1rem;
  right: 0.4375rem;
}
@media screen and (max-width: 480px) {
  .icon_require {
    right: auto;
    top: 0.5rem;
    left: -1rem;
  }
}

.member_delete_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.member_delete_row a {
  font-size: 1.125rem;
  color: #999;
}
.member_delete_row a::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #999;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.7;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}
.member_delete_row a:hover::before {
  opacity: 0;
}

.form_notice .icon_require {
  display: inline-block;
  position: relative;
  top: 0.125rem;
  right: auto;
  margin-right: 0.125rem;
}
@media screen and (max-width: 480px) {
  .form_notice .icon_require {
    left: auto;
  }
}

.labelStyle {
  font-size: 1.25rem;
  font-family: "Lato", "Noto Sans TC", "微軟正黑體", "蘋果儷黑體", Arial, sans-serif, Verdana;
  color: #333;
  line-height: 3.75rem;
  word-break: break-all;
}
@media screen and (max-width: 480px) {
  .labelStyle {
    line-height: 1.5;
    padding: 0.3rem 0;
  }
}

.inputStyle {
  width: 100%;
  border: 0;
  border-bottom: 0.0625rem solid #333;
  border-radius: 0;
  font-size: 1.25rem;
  font-family: "Lato", "Noto Sans TC", "微軟正黑體", "蘋果儷黑體", Arial, sans-serif, Verdana;
  color: #333;
  padding: 0.9375rem 0.9375rem;
  line-height: 1.3;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}
@media screen and (max-width: 480px) {
  .inputStyle {
    border: 0;
    background: #fff;
  }
}
.inputStyle::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.inputStyle::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.inputStyle:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.inputStyle:-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.inputStyle.alert {
  background: rgb(237.8209606987, 144.5633187773, 131.6790393013);
}
.inputStyle.otherTxt {
  width: auto;
  margin-left: 0.625rem;
}
.textareaStyle {
  width: 100%;
  border: 0;
  border-radius: 0;
  font-size: 1.25rem;
  font-family: "Lato", "Noto Sans TC", "微軟正黑體", "蘋果儷黑體", Arial, sans-serif, Verdana;
  color: #333;
  padding: 0.9375rem 0.9375rem;
  line-height: 1.3;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}
.textareaStyle::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.textareaStyle::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.textareaStyle:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.textareaStyle:-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.textareaStyle.alert {
  background: rgb(237.8209606987, 144.5633187773, 131.6790393013);
}

.selectStyle {
  width: 100%;
  min-width: 12.3125rem;
  border: 0.0625rem solid rgba(0, 0, 0, 0.4);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  font-family: "Lato", "Noto Sans TC", "微軟正黑體", "蘋果儷黑體", Arial, sans-serif, Verdana;
  font-size: 1rem;
  padding: 0.5rem 0.625rem;
  padding-right: 1.75rem;
  color: #333;
  border-radius: 0;
  line-height: 1.3;
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../img/icon_arrow_select_gray.png) no-repeat calc(100% - 10px) center;
  background-size: 0.625rem auto;
  background-color: #fff;
}
.selectStyle.alert {
  background: rgb(237.8209606987, 144.5633187773, 131.6790393013);
}
.selectStyle[disabled] {
  background-color: rgba(255, 255, 255, 0);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

.radioStyle, .checkboxStyle {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2rem;
          flex: 0 0 2rem;
  width: 2rem;
  height: 2rem;
  border: 0;
  border-radius: 2rem;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  margin: 0;
  margin-right: 0.4375rem;
}
@media screen and (max-width: 480px) {
  .radioStyle, .checkboxStyle {
    width: 1.875rem;
    height: 1.875rem;
  }
}
.radioStyle:checked:after, .checkboxStyle:checked:after {
  content: "";
  width: 0.875rem;
  height: 0.875rem;
  background: #333;
  border-radius: 0.875rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.4375rem;
  margin-top: -0.4375rem;
}
.radioStyle.alert, .alert.checkboxStyle {
  background: rgb(237.8209606987, 144.5633187773, 131.6790393013);
}

.checkboxStyle {
  border-radius: 0;
}
.checkboxStyle:checked:after {
  border-radius: 0;
}

.buttonStyle {
  min-width: 10.625rem;
  height: 2.875rem;
  color: #fff;
  font-size: 1.25rem;
  letter-spacing: 1px;
  background: #333;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0 1.875rem;
  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;
  cursor: pointer;
  position: relative;
}
.buttonStyle:hover {
  background: rgb(71.4, 71.4, 71.4);
}
.buttonStyle[disabled] {
  display: none;
}
.buttonStyle.alert {
  background: rgb(230.9493449782, 100.3886462882, 82.3506550218);
}
.buttonStyle.facebook_btn {
  color: #fff;
  text-shadow: 0px 0px 0 #3b5998;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #3b5998;
  background: rgb(61.5081990521, 92.7835545024, 158.4618009479);
  border: 1px solid rgb(58.41, 88.11, 150.48);
  border-right: 1px solid rgb(53.1, 80.1, 136.8);
  border-bottom: 2px solid rgb(50.15, 75.65, 129.2);
  -webkit-box-shadow: 1px 1px 4px rgba(56.05, 84.55, 144.4, 0.8);
          box-shadow: 1px 1px 4px rgba(56.05, 84.55, 144.4, 0.8);
  border-radius: 1px;
  -webkit-transition: all 0.05s ease-out;
  transition: all 0.05s ease-out;
}
.buttonStyle.facebook_btn:hover {
  color: rgb(125.7639810427, 151.2710900474, 204.8360189573);
  text-shadow: -1px -1px 0 rgb(46.02, 69.42, 118.56);
  background: #3b5998;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 2px solid transparent;
  -webkit-box-shadow: 1px 1px 2px rgba(56.05, 84.55, 144.4, 0.8);
          box-shadow: 1px 1px 2px rgba(56.05, 84.55, 144.4, 0.8);
  -webkit-transition: all 0.05s linear;
  transition: all 0.05s linear;
}
.buttonStyle.google_btn {
  color: #fff;
  text-shadow: 0px 0px 0 #c9311c;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #c9311c;
  background: rgb(208.3992576419, 50.8037991266, 29.0307423581);
  border: 1px solid rgb(198.99, 48.51, 27.72);
  border-right: 1px solid rgb(180.9, 44.1, 25.2);
  border-bottom: 2px solid rgb(170.85, 41.65, 23.8);
  -webkit-box-shadow: 1px 1px 4px rgba(190.95, 46.55, 26.6, 0.8);
          box-shadow: 1px 1px 4px rgba(190.95, 46.55, 26.6, 0.8);
  border-radius: 1px;
  -webkit-transition: all 0.05s ease-out;
  transition: all 0.05s ease-out;
}
.buttonStyle.google_btn:hover {
  color: rgb(234.3851528384, 122.4759825328, 107.0148471616);
  text-shadow: -1px -1px 0 rgb(156.78, 38.22, 21.84);
  background: #c9311c;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 2px solid transparent;
  -webkit-box-shadow: 1px 1px 2px rgba(190.95, 46.55, 26.6, 0.8);
          box-shadow: 1px 1px 2px rgba(190.95, 46.55, 26.6, 0.8);
  -webkit-transition: all 0.05s linear;
  transition: all 0.05s linear;
}
.buttonStyle.line_btn {
  color: #fff;
  text-shadow: 0px 0px 0 #00b900;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #00B900;
  background: rgb(0, 194.75, 0);
  border: 1px solid rgb(0, 183.15, 0);
  border-right: 1px solid rgb(0, 166.5, 0);
  border-bottom: 2px solid rgb(0, 157.25, 0);
  -webkit-box-shadow: 1px 1px 4px rgba(0, 175.75, 0, 0.8);
          box-shadow: 1px 1px 4px rgba(0, 175.75, 0, 0.8);
  border-radius: 1px;
  -webkit-transition: all 0.05s ease-out;
  transition: all 0.05s ease-out;
}
.buttonStyle.line_btn:hover {
  color: #3cff3c;
  text-shadow: -1px -1px 0 rgb(0, 144.3, 0);
  background: #00B900;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 2px solid transparent;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 175.75, 0, 0.8);
          box-shadow: 1px 1px 2px rgba(0, 175.75, 0, 0.8);
  -webkit-transition: all 0.05s linear;
  transition: all 0.05s linear;
}
.buttonStyle .fa-brands {
  margin-right: 0.3125rem;
}

.fileinputStyle {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.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;
}

.applyform_login .container {
  padding-top: 4.375rem;
}
.applyform_login .button_col {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 15.625rem;
          flex: 0 1 15.625rem;
}
.applyform_login .buttonStyle {
  width: 100%;
  padding: 0 0.625rem;
}

.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;
  }
}

#lb_submit {
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
#lb_submit .lb_board {
  max-width: 25rem;
  font-size: 1.125rem;
  text-align: center;
  padding: 1.875rem 0;
}

#lb_saved {
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
#lb_saved .lb_board {
  max-width: 25rem;
  font-size: 1.125rem;
  text-align: center;
  padding: 1.875rem 0;
}

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