/*!************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/welcome.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; }

.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: .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: #fcebe8; }
  .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: #fcebe8; }

.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: #fcebe8; }
  .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: #fcebe8; }

.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: #4d4d4d; }
  .buttonStyle[disabled] {
    display: none; }
  .buttonStyle.alert {
    background: #ef9a8f; }
  .buttonStyle.facebook_btn {
    color: #fff;
    text-shadow: 0px 0px 0 #3b5998;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #3b5998;
    background: #3f5fa3;
    border: 1px solid #3a5794;
    border-right: 1px solid #2d4373;
    border-bottom: 2px solid #263961;
    -webkit-box-shadow: 1px 1px 4px rgba(52, 78, 134, 0.8);
            box-shadow: 1px 1px 4px rgba(52, 78, 134, 0.8);
    border-radius: 1px;
    -webkit-transition: all 0.05s ease-out;
    transition: all 0.05s ease-out; }
    .buttonStyle.facebook_btn:hover {
      color: #bbc8e4;
      text-shadow: -1px -1px 0 #1c2a47;
      background: #3b5998;
      border: 1px solid rgba(0, 0, 0, 0.05);
      border-bottom: 2px solid transparent;
      -webkit-box-shadow: 1px 1px 2px rgba(52, 78, 134, 0.8);
              box-shadow: 1px 1px 2px rgba(52, 78, 134, 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: #d6341e;
    border: 1px solid #c5301b;
    border-right: 1px solid #9c2616;
    border-bottom: 2px solid #862113;
    -webkit-box-shadow: 1px 1px 4px rgba(179, 44, 25, 0.8);
            box-shadow: 1px 1px 4px rgba(179, 44, 25, 0.8);
    border-radius: 1px;
    -webkit-transition: all 0.05s ease-out;
    transition: all 0.05s ease-out; }
    .buttonStyle.google_btn:hover {
      color: #f6c2bb;
      text-shadow: -1px -1px 0 #67190e;
      background: #c9311c;
      border: 1px solid rgba(0, 0, 0, 0.05);
      border-bottom: 2px solid transparent;
      -webkit-box-shadow: 1px 1px 2px rgba(179, 44, 25, 0.8);
              box-shadow: 1px 1px 2px rgba(179, 44, 25, 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; }

.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, .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: #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; }

.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 .1s ease-out;
      transition: -webkit-transform .1s ease-out;
      transition: transform .1s ease-out;
      transition: transform .1s ease-out, -webkit-transform .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: .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: .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: black; }

.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: .7;
      -webkit-transition: opacity .1s;
      transition: opacity .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; } }

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

.bg_dec_cloud_1 {
  width: 13.875rem;
  position: absolute;
  top: 9.125rem;
  right: 50%;
  margin-right: 24.5rem; }
  @media screen and (max-width: 950px) {
    .bg_dec_cloud_1 {
      margin-right: 20.25rem; } }

.bg_dec_cloud_2 {
  width: 13.0625rem;
  position: absolute;
  top: 8.25rem;
  left: 50%;
  margin-left: 27rem; }
  @media screen and (max-width: 950px) {
    .bg_dec_cloud_2 {
      margin-left: 21.25rem; } }

.bg_dec_cloud_3 {
  width: 30rem;
  position: absolute;
  top: 1.1875rem;
  left: 0%;
  margin-left: -3.9375rem; }
  @media screen and (max-width: 480px) {
    .bg_dec_cloud_3 {
      margin-left: -12.5rem; } }

.bg_dec_cloud_4 {
  width: 29.6875rem;
  position: absolute;
  top: 1.25rem;
  right: 0%;
  margin-right: -3.4375rem;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1); }
  @media screen and (max-width: 480px) {
    .bg_dec_cloud_4 {
      margin-right: -14.375rem; } }

.index .wrapper {
  padding-top: 5.625rem; }

.mapimg {
  width: 100%;
  position: absolute;
  top: -5.625rem;
  left: 0;
  opacity: 0.3;
  z-index: 5; }

.kv_sec {
  background: #c20f2f; }
  @media screen and (max-width: 950px) {
    .kv_sec {
      padding-top: 20rem; } }
  @media screen and (max-width: 480px) {
    .kv_sec {
      padding-top: 18rem; } }

.kv {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden; }
  .kv .container {
    width: calc(100% - 10.5rem);
    max-width: none;
    height: 100%; }
    @media screen and (max-width: 950px) {
      .kv .container {
        max-width: 62.5rem; } }
    @media screen and (max-width: 480px) {
      .kv .container {
        width: calc(100% - 3.75rem); } }

.ex_kv {
  position: absolute;
  left: 0;
  top: 0;
  opacity: .5;
  z-index: 5; }

.kv_cool {
  width: 1.61197%;
  position: absolute;
  top: 48%;
  left: -2.25%; }
  @media screen and (max-width: 950px) {
    .kv_cool {
      width: 2.6%;
      top: 71%;
      left: -8%; } }
  @media screen and (max-width: 480px) {
    .kv_cool {
      top: 74%;
      left: -2.8%; } }

.kv_air {
  width: 26.54001%;
  position: absolute;
  right: -4.83592%;
  bottom: 8.4728%; }
  @media screen and (max-width: 950px) {
    .kv_air {
      width: 30%;
      right: -11%; } }
  @media screen and (max-width: 480px) {
    .kv_air {
      right: -5.8%;
      bottom: 2.5%; } }

.kv_duration {
  width: 11.80196%;
  position: absolute;
  right: 0;
  top: 10.46025%; }
  @media screen and (max-width: 950px) {
    .kv_duration {
      width: 17%;
      top: 34%; } }
  @media screen and (max-width: 480px) {
    .kv_duration {
      width: 20%;
      top: 43%; } }

.kv_title_dash {
  width: 2.125rem;
  height: 0.5rem;
  background: #fff;
  position: absolute;
  left: 0.57571%;
  top: 6.27615%;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center; }
  @media screen and (max-width: 950px) {
    .kv_title_dash {
      top: 12%; } }

.kv_title_1 {
  width: 42.71733%;
  position: absolute;
  left: 0.46056%;
  top: 11.08787%; }
  @media screen and (max-width: 950px) {
    .kv_title_1 {
      width: 85%;
      top: 20%; } }
  @media screen and (max-width: 480px) {
    .kv_title_1 {
      width: 95%; } }

.kv_title_2_row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0.46056%;
  top: 22.48954%; }
  @media screen and (max-width: 950px) {
    .kv_title_2_row {
      display: block;
      top: 34%; } }

.kv_title_2 {
  width: 20.78296%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20.78296%;
          flex: 0 0 20.78296%; }
  @media screen and (max-width: 950px) {
    .kv_title_2 {
      width: 40%; } }
  @media screen and (max-width: 480px) {
    .kv_title_2 {
      width: 55%; } }

.kv_btn {
  display: inline-block;
  margin-left: 4.20265%; }
  @media screen and (max-width: 950px) {
    .kv_btn {
      margin-top: 6.27615%;
      margin-left: 0; } }
  @media screen and (max-width: 480px) {
    .kv_btn {
      margin-top: 9%; } }

.kv_btn_link {
  font-size: 2.375rem;
  font-weight: bold;
  color: #c20f2f;
  letter-spacing: 0.0625rem;
  line-height: 3.875rem;
  border: 0.1875rem 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.9375rem;
  white-space: nowrap;
  padding: 0 2.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; }
  @media screen and (max-width: 480px) {
    .kv_btn_link {
      font-size: 1.875rem;
      line-height: 3.625rem; } }
  .kv_btn_link:hover {
    color: #fff;
    background: #c20f2f;
    border: 0.1875rem solid #fff; }

.kv_gap {
  width: 85.89522%;
  position: absolute;
  left: -4.83592%;
  bottom: -4.1841%; }
  @media screen and (max-width: 950px) {
    .kv_gap {
      left: -11%;
      bottom: -2.1%; } }
  @media screen and (max-width: 480px) {
    .kv_gap {
      left: -5.8%; } }

.kv_gap_mask {
  width: 100%;
  height: 100%;
  background: #dcebec;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-mask: url(../img/kv_mask_new.png) no-repeat;
          mask: url(../img/kv_mask_new.png) no-repeat;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  -webkit-mask-position: 100% top;
          mask-position: 100% top; }

.kv_gap_mask_img {
  width: 83.51206%;
  position: absolute;
  bottom: 0; }

.kv_car {
  width: 23.60391%;
  position: absolute;
  left: 12.5%;
  bottom: 11%; }
  @media screen and (max-width: 480px) {
    .kv_car {
      bottom: 9%; } }

.kv_car_img {
  -webkit-animation: step_car 0.2s ease-out infinite;
          animation: step_car 0.2s ease-out infinite; }

.kv_airplane {
  width: 20.66782%;
  position: absolute;
  top: 19.5%;
  right: -2.5%; }

@-webkit-keyframes scrolldown {
  50% {
    opacity: 0.3; } }

@keyframes scrolldown {
  50% {
    opacity: 0.3; } }

.scrolldown {
  width: 0.0625rem;
  height: 2.125rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-animation: scrolldown 1.5s alternate infinite ease-in-out;
          animation: scrolldown 1.5s alternate infinite ease-in-out; }
  @media screen and (max-width: 950px) {
    .scrolldown {
      display: none; } }
  .scrolldown::before, .scrolldown::after {
    content: "";
    width: 0.0625rem;
    height: 1.75rem;
    background: #fff;
    position: absolute;
    top: 0.375rem;
    left: 0; }
  .scrolldown::before {
    height: 3.5rem;
    background: #80bced; }

.scrolldown_txt {
  font-size: 1.25rem;
  color: #fff;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  position: absolute;
  left: 0;
  bottom: calc(100% - 0.625rem); }

.bg_building {
  position: absolute;
  bottom: 0;
  left: 0; }
  .bg_building::after {
    content: '';
    width: 100%;
    height: 11.875rem;
    background: #fff;
    display: block; }

.about_sec {
  background: #dcebec;
  padding-top: 6.0625rem;
  padding-bottom: 4.5rem; }
  @media screen and (max-width: 950px) {
    .about_sec {
      padding-bottom: 8.125rem; } }
  @media screen and (max-width: 480px) {
    .about_sec {
      padding-top: 4rem; } }
  .about_sec .bg_dec_cloud_3 {
    top: 14.6875rem; }
    @media screen and (max-width: 950px) {
      .about_sec .bg_dec_cloud_3 {
        top: 13rem; } }
    @media screen and (max-width: 480px) {
      .about_sec .bg_dec_cloud_3 {
        top: 9.5rem; } }
  .about_sec .bg_dec_cloud_4 {
    top: 14.6875rem; }
    @media screen and (max-width: 950px) {
      .about_sec .bg_dec_cloud_4 {
        top: 13rem; } }
    @media screen and (max-width: 480px) {
      .about_sec .bg_dec_cloud_4 {
        top: 9.5rem; } }

.about_txt {
  font-size: 1.25rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 1.4375rem; }
  @media screen and (max-width: 950px) {
    .about_txt {
      margin-top: 8.125rem; } }
  @media screen and (max-width: 480px) {
    .about_txt {
      margin-top: 6rem; } }

.video {
  width: 100%;
  max-width: 56.25rem;
  margin: 1.75rem auto 0;
  border: 1.375rem solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.25); }
  @media screen and (max-width: 950px) {
    .video {
      margin-top: 2.5rem; } }

.about_btn_more {
  width: 5.75rem;
  height: 5.75rem;
  border-radius: 6.25rem;
  background: #d10034;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: -3.9375rem;
  right: -6.25rem; }
  @media screen and (max-width: 950px) {
    .about_btn_more {
      width: 10.4375rem;
      height: auto;
      bottom: 0;
      right: 50%;
      margin-right: -5.21875rem;
      margin-bottom: -7.5rem; }
      .about_btn_more br {
        display: none; } }
  .about_btn_more:before, .about_btn_more.clear:after {
    content: '';
    width: 7.1875rem;
    height: 7.1875rem;
    border-radius: 7.1875rem;
    background: #d10034;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: .1;
    z-index: -1;
    -webkit-animation: about_btn_ring_1 2.5s ease-out infinite;
            animation: about_btn_ring_1 2.5s ease-out infinite; }
    @media screen and (max-width: 950px) {
      .about_btn_more:before, .about_btn_more.clear:after {
        width: 110%;
        height: 110%; } }
  .about_btn_more:after {
    content: '';
    width: 9.375rem;
    height: 9.375rem;
    border-radius: 9.375rem;
    background: #d10034;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: .1;
    z-index: -2;
    -webkit-animation: about_btn_ring_2 2.5s ease-out infinite;
            animation: about_btn_ring_2 2.5s ease-out infinite; }
    @media screen and (max-width: 950px) {
      .about_btn_more:after {
        width: 150%;
        height: 150%; } }

.about_btn_more_txt {
  font-size: 1.125rem;
  color: #fff;
  letter-spacing: 0.0625rem;
  line-height: 1.2; }
  @media screen and (max-width: 950px) {
    .about_btn_more_txt {
      letter-spacing: 0.125rem;
      line-height: 3.75rem;
      font-size: 1.25rem; } }
  @media screen and (max-width: 480px) {
    .about_btn_more_txt {
      font-size: 1.4375rem; } }

@-webkit-keyframes about_btn_ring_1 {
  0% {
    opacity: .1;
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0); }
  70% {
    -webkit-transform: translate(-50%, -50%) scale(1.3);
            transform: translate(-50%, -50%) scale(1.3); }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.3);
            transform: translate(-50%, -50%) scale(1.3); } }

@keyframes about_btn_ring_1 {
  0% {
    opacity: .1;
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0); }
  70% {
    -webkit-transform: translate(-50%, -50%) scale(1.3);
            transform: translate(-50%, -50%) scale(1.3); }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.3);
            transform: translate(-50%, -50%) scale(1.3); } }

@-webkit-keyframes about_btn_ring_2 {
  0% {
    opacity: .1;
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0); }
  80% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.5);
            transform: translate(-50%, -50%) scale(1.5); }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.5);
            transform: translate(-50%, -50%) scale(1.5); } }

@keyframes about_btn_ring_2 {
  0% {
    opacity: .1;
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0); }
  80% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.5);
            transform: translate(-50%, -50%) scale(1.5); }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.5);
            transform: translate(-50%, -50%) scale(1.5); } }

.regulation_sec {
  padding-top: 4.75rem;
  padding-bottom: 6.1875rem; }
  @media screen and (max-width: 950px) {
    .regulation_sec {
      padding-top: 6.25rem; } }
  .regulation_sec .maintitle_row {
    margin-bottom: 3.375rem; }

.subtitle_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  top: -1.25rem; }

.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; }
  .subtitle::before, .subtitle::after {
    content: "";
    border-style: solid;
    border-width: 1.3125rem 0.5625rem;
    border-color: #333 transparent #333 transparent;
    position: absolute;
    top: 0; }
  .subtitle::before {
    right: 100%;
    margin-right: -0.5625rem; }
  .subtitle::after {
    left: 100%;
    margin-left: -0.5625rem; }

.regulation_container {
  margin-top: 4.1875rem; }

.regulation_content {
  background: #f5e3d4;
  border-radius: 0.8125rem; }
  .regulation_content .container {
    padding-top: 0rem; }

.regulation_list {
  position: relative;
  margin-left: 1.875rem;
  z-index: 1; }
  @media screen and (max-width: 950px) {
    .regulation_list {
      margin-left: 0rem; } }

.regulation_li {
  font-size: 1.25rem;
  letter-spacing: 0.0625rem;
  line-height: 1.7;
  padding-left: 1.25rem;
  position: relative; }
  .regulation_li::before {
    content: "";
    width: 0.4375rem;
    height: 0.4375rem;
    border-radius: 0.4375rem;
    background: #333;
    position: absolute;
    top: 0.9375rem;
    left: 0.1875rem; }
  .regulation_li:last-child::before {
    top: 1.875rem; }
    @media screen and (max-width: 480px) {
      .regulation_li:last-child::before {
        top: 0.8rem; } }

.regulation_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 480px) {
    .regulation_row {
      display: block; } }

.regulation_left {
  font-weight: bold;
  white-space: nowrap; }
  .regulation_left.mt {
    margin-top: 1.0625rem; }

.regulation_right {
  padding-left: 0.75rem; }
  @media screen and (max-width: 480px) {
    .regulation_right {
      padding-left: 0; } }

.steps_num {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.875rem;
          flex: 0 0 1.875rem;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 1.875rem;
  background: #333;
  color: #fff;
  font-weight: bold;
  font-size: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  top: 0.25rem;
  margin-right: 1.1875rem; }

.regulation_steps_li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0;
  border-radius: 6.25rem;
  background: #fff;
  padding: 0.625rem 1.25rem;
  position: relative;
  margin: 0.625rem 0; }
  @media screen and (max-width: 480px) {
    .regulation_steps_li {
      border-radius: 1.875rem;
      padding: 1.25rem;
      padding-left: 1.25rem; } }
  .regulation_steps_li:last-child .steps_num:before, .regulation_steps_li:last-child .steps_num.clear:after {
    display: none; }
  .regulation_steps_li .regulation_right {
    padding-left: 0; }
    @media screen and (max-width: 480px) {
      .regulation_steps_li .regulation_right {
        line-height: 1.4; } }

.regulation_content {
  padding-bottom: 2.375rem; }
  .regulation_content:last-child {
    padding-bottom: 0; }

.regulation_award {
  margin-top: -0.9375rem; }

.award_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 950px) {
    .award_row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.award_col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  @media screen and (max-width: 950px) {
    .award_col {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 1.25rem 0; } }
  .award_col:nth-child(2) .award_item {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media screen and (max-width: 950px) {
      .award_col:nth-child(2) .award_item {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-top: 3.125rem; } }

.award_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  .award_item .small {
    font-size: 0.8125rem;
    text-align: left;
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 1.25rem;
    margin-left: 1.25rem; }

.award_pic {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15.6875rem;
          flex: 0 0 15.6875rem;
  position: relative;
  z-index: 1; }

.award_item_img {
  position: absolute;
  bottom: 0;
  left: 0; }

.award_total {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 3.75rem;
  background: #333;
  color: #fff;
  font-size: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 4.0625rem;
  left: -0.3125rem;
  -webkit-transform: rotate(-15deg);
      -ms-transform: rotate(-15deg);
          transform: rotate(-15deg); }

.award_caption {
  padding-top: 4.6875rem;
  position: relative; }
  @media screen and (max-width: 950px) {
    .award_caption {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 21rem;
              flex: 0 0 21rem; } }
  @media screen and (max-width: 480px) {
    .award_caption {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 18rem;
              flex: 0 0 18rem; } }

.award_title {
  font-size: 1.5rem;
  letter-spacing: 0.0625rem;
  position: relative;
  padding-bottom: 0.4375rem; }
  .award_title:after {
    content: "";
    width: calc(100% + 1.875rem);
    height: 0.0625rem;
    background: #333;
    position: absolute;
    bottom: 0;
    right: 0; }
    @media screen and (max-width: 480px) {
      .award_title:after {
        width: calc(100% + 1.25rem); } }

.award_txt {
  font-size: 1.25rem;
  white-space: nowrap;
  line-height: 1.5;
  padding-top: 0.9375rem; }

.schedule_sec {
  background: #fbf6f1; }
  .schedule_sec .container {
    padding-top: 4.375rem; }
  .schedule_sec .maintitle_row {
    margin-top: 1.9375rem;
    margin-bottom: 2.5625rem; }
    @media screen and (max-width: 480px) {
      .schedule_sec .maintitle_row {
        margin-top: 3.75rem; } }

.schedule_step_container {
  width: calc(100% - 5rem);
  max-width: 63.125rem;
  margin: 0 auto;
  margin-top: 2.0625rem;
  padding-bottom: 4.625rem;
  position: relative; }
  @media screen and (max-width: 480px) {
    .schedule_step_container {
      width: calc(100% - 3.75rem); } }

.schedule_step {
  height: 7.5rem;
  background: #dcebec;
  border-radius: 0.625rem;
  position: relative;
  margin-bottom: 1.875rem; }
  @media screen and (max-width: 480px) {
    .schedule_step {
      height: auto;
      padding: 1.5625rem 0; } }
  .schedule_step.active .step_car {
    display: block; }
    @media screen and (max-width: 950px) {
      .schedule_step.active .step_car {
        display: none; } }
  .schedule_step.active .bg_step_hvr {
    opacity: 1; }
  .schedule_step.active .step_icon_hvr {
    opacity: 1; }
  @media screen and (max-width: 480px) {
    .schedule_step.active .step_icon {
      top: 50%;
      -webkit-transform: translateY(-54%);
          -ms-transform: translateY(-54%);
              transform: translateY(-54%); } }
  .schedule_step.active .step_title {
    color: #c20f2f;
    top: -0.5rem; }
    @media screen and (max-width: 950px) {
      .schedule_step.active .step_title {
        top: -0.125rem; } }
    @media screen and (max-width: 480px) {
      .schedule_step.active .step_title {
        color: #fff; } }
    .schedule_step.active .step_title::after {
      display: none; }
      @media screen and (max-width: 480px) {
        .schedule_step.active .step_title::after {
          display: block; } }
  .schedule_step.active .step_info_row,
  .schedule_step.active .step_duration {
    color: #fff; }
  .schedule_step.active .step_info_title {
    color: #c20f2f;
    font-weight: bold;
    background: #fff; }

.bg_step_hvr {
  width: auto;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0; }
  @media screen and (max-width: 950px) {
    .bg_step_hvr {
      -webkit-transform: translate(-48%, -50%);
          -ms-transform: translate(-48%, -50%);
              transform: translate(-48%, -50%); } }
  @media screen and (max-width: 480px) {
    .bg_step_hvr {
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); } }

.schedule_step_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 2.125rem;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 480px) {
    .schedule_step_row {
      display: block;
      padding-left: 6.25rem;
      padding-right: 1.25rem; } }

.step_icon {
  width: 8.75rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.75rem;
          flex: 0 0 8.75rem;
  position: relative;
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
  z-index: 2; }
  @media screen and (max-width: 480px) {
    .step_icon {
      position: absolute;
      top: -1.25rem;
      left: -1.875rem;
      margin-top: 0;
      margin-bottom: 0; } }

.step_icon_hvr {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; }

.step_title {
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 2rem;
  padding-right: 2.625rem;
  position: relative; }
  .step_title::after {
    content: '';
    width: 1px;
    height: 4.125rem;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    @media screen and (max-width: 480px) {
      .step_title::after {
        width: 100%;
        height: 1px;
        top: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%); } }
  @media screen and (max-width: 480px) {
    .step_title {
      padding-bottom: 0.9375rem; }
      .step_title br {
        display: none; } }

.step_caption {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 2.75rem; }
  @media screen and (max-width: 480px) {
    .step_caption {
      padding-left: 2rem;
      padding-top: 1.25rem; } }

.step_duration {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1; }
  @media screen and (max-width: 480px) {
    .step_duration {
      font-size: 1.875rem; } }

.step_info_row {
  font-size: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.5rem; }

.step_info_title {
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.875rem;
  background: #333;
  border-radius: 1.875rem;
  padding: 0 0.6875rem;
  margin-right: 0.75rem;
  white-space: nowrap; }

@media screen and (max-width: 480px) {
  .step_info_txt {
    font-size: 1.125rem; } }

.step_car {
  width: 10.4375rem;
  position: absolute;
  bottom: 0.4375rem;
  right: 100%;
  margin-right: -1.0625rem;
  z-index: 1;
  display: none; }

.step_car_img {
  -webkit-animation: step_car 0.2s ease-out infinite;
          animation: step_car 0.2s ease-out infinite; }

@-webkit-keyframes step_car {
  50% {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes step_car {
  50% {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.eligibility_sec {
  background: #fff;
  padding-bottom: 6rem; }
  .eligibility_sec .container {
    padding-top: 3.8125rem; }
  .eligibility_sec .maintitle_row {
    margin-bottom: 3.6875rem; }

.eligibility_content {
  background: #fbf6f1;
  border-radius: 0.9375rem;
  padding-bottom: 1.875rem; }
  .eligibility_content:last-child {
    margin-top: 4.375rem;
    padding-bottom: 0; }
  .eligibility_content .small {
    margin-top: 0; }
    @media screen and (max-width: 480px) {
      .eligibility_content .small {
        padding: 0 2.5rem; } }

.eligibility_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.25rem; }

@media screen and (max-width: 950px) {
  .row_1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

.row_1 .eligibility_col {
  padding: 0 2.5rem; }
  @media screen and (max-width: 950px) {
    .row_1 .eligibility_col {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 0.9375rem; } }

.row_2 {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0.9375rem;
  margin-top: 3.375rem;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 950px) {
    .row_2 {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media screen and (max-width: 480px) {
    .row_2 {
      display: block; } }
  .row_2::after {
    content: '';
    width: 100%;
    height: 1.875rem;
    background: #e7c9b0;
    border-bottom-left-radius: 0.9375rem;
    border-bottom-right-radius: 0.9375rem;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1; }
  @media screen and (max-width: 950px) {
    .row_2 {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .row_2 .eligibility_col {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0.625rem 0.9375rem; }
    @media screen and (max-width: 950px) {
      .row_2 .eligibility_col {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.3333%;
                flex: 0 0 33.3333%;
        margin-bottom: 1.5625rem;
        padding-bottom: 1.25rem; } }

.eligibility_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 480px) {
    .eligibility_col {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.eligibility_icon {
  width: 8rem;
  height: 8rem;
  border-radius: 8rem;
  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; }

.eligibility_icon_img {
  width: 4.625rem; }

.eligibility_txt {
  font-size: 1.25rem;
  line-height: 1.45;
  padding-left: 1.875rem; }

.eligibility_num {
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 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;
  font-size: 1.125rem;
  color: #fff;
  background: #333;
  position: absolute;
  top: -0.9375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
  @media screen and (max-width: 950px) {
    .eligibility_num {
      width: 2.25rem;
      height: 2.25rem;
      font-size: 1.5rem; } }

.eligibility_item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  background: #fff;
  padding: 0 1.25rem;
  padding-top: 1.8125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative; }
  @media screen and (max-width: 480px) {
    .eligibility_item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 70%;
              flex: 0 0 70%; } }
  .eligibility_item:before, .eligibility_item.clear:after {
    content: '';
    width: 100%;
    height: 2.4375rem;
    background-image: url(../img/eligibility_item_top.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    position: absolute;
    bottom: 100%;
    left: 0;
    margin-bottom: -0.0625rem; }
  .eligibility_item .eligibility_txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100%;
    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;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.9375rem 0 1.1875rem;
    border-top: 1px solid #000; }
    @media screen and (max-width: 480px) {
      .eligibility_item .eligibility_txt {
        font-size: 1.375rem; } }

@media screen and (max-width: 950px) {
  .bg_sec_top {
    width: 150vw;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); } }

.apply_sec {
  background: #fbf6f1; }
  .apply_sec .container {
    max-width: 70.375rem;
    padding-top: 2.5rem;
    padding-bottom: 6.125rem;
    z-index: 2; }
    @media screen and (max-width: 950px) {
      .apply_sec .container {
        padding-top: 3.75rem; } }
  .apply_sec .small {
    margin-top: 1.875rem; }
  .apply_sec .button_row {
    margin-top: 2.1875rem; }
    @media screen and (max-width: 480px) {
      .apply_sec .button_row {
        width: 60%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin: 0 auto;
        margin-top: 3.125rem; } }
  .apply_sec .button_link, .apply_sec .form_submit_btn {
    min-width: 12.75rem;
    line-height: 4.0625rem; }
    @media screen and (max-width: 950px) {
      .apply_sec .button_link, .apply_sec .form_submit_btn {
        min-width: 17.75rem; } }
    @media screen and (max-width: 480px) {
      .apply_sec .button_link, .apply_sec .form_submit_btn {
        min-width: 6.25rem; } }

.signup_btn {
  background: #d10034;
  border-color: #d10034; }
  .signup_btn:hover {
    background: #ff0543; }

.icon_pen {
  width: 1.875rem;
  margin-right: 0.5625rem;
  margin-left: -1.25rem; }

.icon_book {
  width: 2.1875rem;
  margin-right: 0.5rem; }

.apply_content {
  background-image: url(../img/bg_grid.gif);
  border: 1.25rem solid #f5e3d4;
  border-radius: 0.625rem;
  margin-top: 2.6875rem; }
  .apply_content .subtitle_row {
    top: -1.8125rem; }

.apply_pic {
  width: 25.125rem;
  margin: 3.0625rem auto 0;
  position: relative;
  left: -0.5625rem; }
  @media screen and (max-width: 950px) {
    .apply_pic {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      max-width: 45rem;
      width: 100%;
      left: auto;
      margin-top: 1rem;
      margin-bottom: 3rem; } }

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

.apply_num {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.5rem;
          flex: 0 0 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 1.5rem;
  background: #333;
  color: #fff;
  font-size: 0.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;
  margin-right: 0.625rem; }
  @media screen and (max-width: 950px) {
    .apply_num {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 2.1875rem;
              flex: 0 0 2.1875rem;
      width: 2.1875rem;
      height: 2.1875rem;
      font-size: 1.625rem;
      margin-right: 0.9375rem; } }

.apply_title {
  font-size: 1.25rem;
  font-weight: bold;
  white-space: nowrap; }
  @media screen and (max-width: 950px) {
    .apply_title {
      font-size: 1.5rem; } }

.apply_txt {
  white-space: nowrap;
  line-height: 1.3; }
  @media screen and (max-width: 950px) {
    .apply_txt {
      font-size: 1.375rem;
      padding-left: 3.125rem;
      margin-top: 0.3125rem; } }

.apply_item_foot {
  width: 2.0625rem;
  position: absolute;
  top: 100%;
  left: 50%; }
  .apply_item_foot.right {
    -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1); }

.apply_item {
  width: auto;
  background: #f0d9c5;
  padding: 1.0625rem 2.1875rem;
  border-radius: 5rem;
  position: absolute;
  top: 0;
  left: 0; }
  @media screen and (max-width: 950px) {
    .apply_item {
      top: auto !important;
      left: auto !important; }
    .apply_item {
      position: relative;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(60% - 1rem);
              flex: 0 0 calc(60% - 1rem);
      border-radius: 5rem;
      padding: 1.6875rem 3.4375rem;
      margin: 0.5rem;
      overflow: hidden; } }
  @media screen and (max-width: 480px) {
    .apply_item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(70% - 1rem);
              flex: 0 0 calc(70% - 1rem); } }
  .apply_item.i1 {
    top: -3.375rem;
    left: -16.25rem; }
  .apply_item.i2 {
    top: 2.1875rem;
    left: -16.25rem; }
    .apply_item.i2 .apply_item_foot {
      left: 60%; }
  .apply_item.i3 {
    padding: 0.625rem 2.1875rem;
    top: 7.8125rem;
    left: -16.25rem; }
    @media screen and (max-width: 950px) {
      .apply_item.i3 {
        padding: 1.5625rem 3.4375rem; } }
    .apply_item.i3 .apply_item_foot {
      left: 60%; }
  .apply_item.i4 {
    top: 14rem;
    left: -16.25rem; }
    .apply_item.i4 .apply_item_foot {
      left: 45%; }
  .apply_item.i5 {
    padding: 0.75rem 2rem;
    top: -2.5rem;
    left: 25.75rem; }
    @media screen and (max-width: 950px) {
      .apply_item.i5 {
        padding: 1.5625rem 3.4375rem; } }
    .apply_item.i5 .apply_item_foot {
      left: 30%; }
  .apply_item.i6 {
    padding: 0.75rem 2.3125rem;
    top: 4.3125rem;
    left: 25.75rem; }
    @media screen and (max-width: 950px) {
      .apply_item.i6 {
        padding: 1.5625rem 3.4375rem; } }
    .apply_item.i6 .apply_item_foot {
      left: 30%; }
  .apply_item.i7 {
    padding: 0.75rem 2.5rem;
    top: 11.1875rem;
    left: 25.75rem; }
    @media screen and (max-width: 950px) {
      .apply_item.i7 {
        padding: 1.5625rem 3.4375rem; } }
    .apply_item.i7 .apply_item_foot {
      left: 20%; }
  .apply_item.i8 {
    width: 12.0625rem;
    background: transparent;
    padding: 0;
    top: -2.9375rem;
    left: -3.375rem; }
    @media screen and (max-width: 950px) {
      .apply_item.i8 {
        background: #333;
        padding: 1.5625rem 3.4375rem; } }
    @media screen and (max-width: 950px) {
      .apply_item.i8 .apply_8_bg {
        display: none; } }
    .apply_item.i8 .apply_txt {
      width: 100%;
      color: #fff;
      text-align: center;
      line-height: 1.7;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      position: absolute;
      top: 14%;
      left: 2%; }
      @media screen and (max-width: 950px) {
        .apply_item.i8 .apply_txt {
          font-size: 1.5rem;
          position: relative;
          top: 0;
          padding-left: 0; } }
    .apply_item.i8 .apply_icon_pdf {
      display: inline-block;
      width: 1.875rem;
      vertical-align: middle;
      margin: 0 0.1875rem; }

@media screen and (max-width: 950px) {
  .apply_pic_img {
    display: none; } }

.judge_sec {
  background: #dcebec;
  z-index: 0; }
  .judge_sec .container {
    padding-top: 2.5625rem;
    padding-bottom: 3.625rem; }
    @media screen and (max-width: 950px) {
      .judge_sec .container {
        padding-top: 3.75rem; } }
    @media screen and (max-width: 480px) {
      .judge_sec .container {
        width: auto; } }
  @media screen and (max-width: 480px) {
    .judge_sec .container_inner {
      left: auto; } }
  .judge_sec .maintitle_row {
    margin-bottom: 2.875rem; }
  .judge_sec .note_dec_1 {
    width: 12.625rem;
    position: absolute;
    bottom: 15.625rem;
    left: 5rem; }
    @media screen and (max-width: 950px) {
      .judge_sec .note_dec_1 {
        top: 0rem;
        left: -1.5625rem; } }
  .judge_sec .note_dec_2 {
    width: 22.1875rem;
    position: absolute;
    bottom: 24.375rem;
    right: 9.0625rem; }
    @media screen and (max-width: 950px) {
      .judge_sec .note_dec_2 {
        top: -6.25rem;
        right: 2.8125rem; } }

.judge_item {
  background: #f0d9c5;
  border-radius: 0.625rem;
  margin-bottom: 0.75rem;
  padding: 2rem 0;
  position: relative; }
  .judge_item::after {
    content: "";
    border-style: solid;
    border-width: 2.0625rem 1.875rem 0 1.875rem;
    border-color: #f0d9c5 transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .judge_item.first {
    padding: 1.0625rem 0; }
  .judge_item:nth-child(2n + 1) {
    background: #fff; }
    .judge_item:nth-child(2n + 1)::after {
      border-color: #fff transparent transparent transparent; }
  .judge_item:nth-child(1) {
    z-index: 5; }
  .judge_item:nth-child(2) {
    z-index: 4; }
  .judge_item:nth-child(3) {
    z-index: 3; }
  .judge_item:nth-child(4) {
    z-index: 2; }
  .judge_item:nth-child(5) {
    z-index: 1; }
  .judge_item:nth-child(6) {
    z-index: 0; }
    .judge_item:nth-child(6)::after {
      display: none; }

.judge_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 480px) {
    .judge_row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  .judge_row.main_row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .judge_row.chart_row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }

.judge_col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  @media screen and (max-width: 480px) {
    .judge_col {
      width: 100%;
      padding: 1rem 0; } }

.judge_title {
  font-size: 1.25rem;
  font-weight: bold;
  white-space: nowrap;
  padding-left: 1.0625rem;
  position: relative; }
  .judge_title::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%); }

.judge_txt {
  font-size: 1.25rem;
  padding-left: 0.625rem; }
  @media screen and (max-width: 480px) {
    .judge_txt {
      padding-left: 0.9375rem; } }
  .judge_txt .underline {
    text-decoration: underline;
    cursor: pointer; }
  .judge_txt span {
    color: #c20f2f;
    font-weight: bold; }
    @media screen and (max-width: 950px) {
      .judge_txt span {
        display: block; } }
  @media screen and (max-width: 950px) {
    .judge_txt br {
      display: none; } }

.main_row .judge_col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.judge_chart {
  width: 48.1875rem;
  margin-left: 3.75rem;
  position: relative; }
  @media screen and (max-width: 950px) {
    .judge_chart {
      margin-left: 0;
      left: -2.5rem; } }
  @media screen and (max-width: 480px) {
    .judge_chart {
      width: 100%;
      margin: 0 auto;
      top: -3rem;
      left: 0; } }

.judge_chart_btn {
  background: #ffc975;
  line-height: 2.4375rem;
  padding: 0 0.75rem 0 0.875rem;
  border-radius: 2.5rem;
  position: absolute;
  left: 0%;
  bottom: 0%; }
  @media screen and (max-width: 480px) {
    .judge_chart_btn {
      bottom: -9%; } }

.angle_right {
  width: 0;
  height: 0;
  border-top: 0.3125rem solid transparent;
  border-bottom: 0.3125rem solid transparent;
  border-left: 0.5rem solid #333;
  display: inline-block;
  margin-left: 0.375rem;
  position: relative;
  top: -0.125rem; }

.note_sec {
  background: #fff; }
  .note_sec .container {
    padding-top: 3.375rem;
    padding-bottom: 3.75rem; }
  .note_sec .maintitle_row {
    margin-bottom: 2.3125rem; }

.note_row {
  padding: 0.4375rem 0; }

.note_title {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: normal;
  color: #fff;
  line-height: 1.875rem;
  white-space: nowrap;
  background: #333;
  border-radius: 3.125rem;
  padding: 0 1.25rem;
  margin-bottom: 0.4375rem; }

.note_txt {
  font-size: 1.125rem;
  padding-left: 1.25rem; }
  .note_txt ol {
    list-style: decimal;
    margin-left: 2.3125rem; }
    .note_txt ol > li li {
      text-indent: 0; }

.judgeintro_sec {
  background: #dcebec; }
  .judgeintro_sec .container {
    max-width: 105rem;
    padding-top: 5.4375rem;
    padding-bottom: 3.125rem; }
    @media screen and (max-width: 950px) {
      .judgeintro_sec .container {
        padding-top: 8.125rem; } }

.judgeintro_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1.5625rem;
  margin-left: -0.8125rem;
  margin-right: -0.8125rem; }

.judgeintro_li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  padding: 0.8125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (max-width: 950px) {
    .judgeintro_li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.3333%;
              flex: 0 0 33.3333%; } }
  @media screen and (max-width: 480px) {
    .judgeintro_li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; } }

.judgeintro_item {
  height: 100%;
  position: relative;
  border: 0.0625rem solid #ddd;
  border-radius: 1.25rem;
  padding: 1.875rem 0 0.3125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url(../img/bg_grid.gif);
  background-size: 2.75rem auto; }
  @media screen and (max-width: 480px) {
    .judgeintro_item {
      width: 80%;
      margin: 0 auto; } }

.judgeintro_pic {
  width: 75%;
  margin: 0 auto;
  position: relative; }
  .judgeintro_pic img {
    border-radius: 12.5rem; }

.judgeintro_caption {
  padding: 1.375rem 2.1875rem 1.25rem;
  position: relative;
  z-index: 1; }

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

.judgeintro_title {
  font-size: 1.4375rem;
  letter-spacing: 0.0625rem; }

.judgeintro_txt {
  font-size: 1.1875rem;
  text-align: center;
  margin-top: 0.375rem;
  opacity: 0.9; }

.vote_sec {
  background: #dcebec;
  padding-top: 3.75rem; }
  @media screen and (max-width: 480px) {
    .vote_sec {
      padding-top: 2rem; } }
  .vote_sec .container {
    width: calc(100% - 7.5rem);
    max-width: none;
    padding-top: 3.4375rem; }
    @media screen and (max-width: 950px) {
      .vote_sec .container {
        width: calc(100% - 2.5rem); } }
  .vote_sec .bg_dec_cloud_1 {
    width: 15.5rem;
    position: absolute;
    top: 10.4375rem;
    right: 50%;
    margin-right: 28.375rem; }
    @media screen and (max-width: 950px) {
      .vote_sec .bg_dec_cloud_1 {
        margin-right: 20.25rem; } }
  .vote_sec .bg_dec_cloud_2 {
    width: 14.625rem;
    position: absolute;
    top: 9.5rem;
    left: 50%;
    margin-left: 29.375rem; }
    @media screen and (max-width: 950px) {
      .vote_sec .bg_dec_cloud_2 {
        margin-left: 21.25rem; } }

.vote_txt {
  text-align: center;
  font-size: 2.125rem;
  margin-top: 3.125rem; }
  .vote_txt.small {
    font-size: 1.25rem;
    color: #000;
    text-align: center;
    margin-top: 1.5625rem; }

.vote_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1.25rem; }

.vote_li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  padding: 0 1.71875rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (max-width: 950px) {
    .vote_li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      padding: 0.625rem; } }
  @media screen and (max-width: 480px) {
    .vote_li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; } }

.vote_item {
  background: #fff;
  border-radius: 1.25rem;
  margin-bottom: 0.75rem;
  padding: 1.25rem 1.25rem 0.625rem;
  margin-bottom: 2.5rem;
  position: relative; }
  .vote_item::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 1.25rem;
    border: 0.125rem solid #fff;
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    z-index: -1; }

.vote_award {
  width: 8.5rem;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -1.375rem;
  margin-left: -1.375rem;
  z-index: 5; }

.vote_pic {
  position: relative; }
  .vote_pic img {
    border-radius: 0.625rem; }

.vote_caption {
  padding-top: 1.125rem;
  padding-bottom: 0.625rem; }

.vote_org span {
  font-size: 1.1875rem;
  background-color: #fff;
  position: relative; }
  @media screen and (max-width: 480px) {
    .vote_org span {
      font-size: 1.375rem; } }
  .vote_org span::after {
    content: "";
    width: 4rem;
    width: 1.25rem;
    height: 0.0625rem;
    background: #333;
    position: absolute;
    top: 50%;
    left: 100%;
    margin-left: 0.625rem; }

.vote_title {
  height: 3em;
  font-size: 1.5rem;
  letter-spacing: 0.0625rem;
  line-height: 1.4;
  margin-top: 0.3125rem;
  position: relative; }
  @media screen and (max-width: 480px) {
    .vote_title {
      height: auto;
      font-size: 1.625rem; } }

.vote_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.25rem 0 0.625rem;
  border-top: 1px solid #eee; }
  @media screen and (max-width: 950px) {
    .vote_row {
      display: block;
      padding: 1.5625rem 0 1.25rem; } }

.vote_btn_icon {
  width: 1.75rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.625rem;
          flex: 0 0 1.625rem; }

.vote_btn_txt {
  width: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  white-space: nowrap;
  color: #fff;
  padding-left: 0.4375rem;
  position: relative;
  top: -0.0625rem; }

.vote_btn_col {
  padding: 0 0.3125rem; }
  .vote_btn_col .button_link, .vote_btn_col .form_submit_btn {
    color: #333;
    background: #fff; }
    @media screen and (max-width: 950px) {
      .vote_btn_col .button_link, .vote_btn_col .form_submit_btn {
        min-width: 9.375rem; } }
    .vote_btn_col .button_link:hover, .vote_btn_col .form_submit_btn:hover {
      color: #fff;
      background: #333; }
  .vote_btn_col .vote_btn {
    background: #d10034;
    border-color: #d10034; }
    .vote_btn_col .vote_btn:hover {
      background: #ff0543; }

.vote_score_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -0.625rem; }
  @media screen and (max-width: 950px) {
    .vote_score_row {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-left: 0;
      margin-bottom: 0.9375rem; } }

.vote_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.4375rem; }
  @media screen and (max-width: 950px) {
    .vote_col:nth-child(3) {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      margin-top: 0.3125rem; } }

.vote_score_title {
  font-size: 0.9em;
  white-space: nowrap; }
  @media screen and (max-width: 950px) {
    .vote_score_title {
      font-size: 1em; } }

.vote_num {
  font-size: 1.65em;
  font-weight: bold;
  color: #c20f2f;
  line-height: 1;
  padding: 0 0.3125rem;
  position: relative;
  top: -0.1875rem; }
  @media screen and (max-width: 950px) {
    .vote_num {
      font-size: 1.8em; } }

.vote_judge_none {
  margin-left: 0.3125rem; }

.vote_order {
  width: 1.6875rem;
  height: 1.6875rem;
  border-radius: 1.875rem;
  border: 0.0625rem solid #ddd;
  font-size: 1.5em;
  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;
  margin-left: 0.4375rem;
  padding-right: 0.125rem;
  padding-bottom: 0.125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  top: -0.1875rem; }

.selected_list {
  max-width: 47.5rem;
  background-color: #dcebec;
  background-color: #fff;
  padding: 1.25rem 5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 1.25rem;
  margin: 0 auto;
  margin-top: 1.875rem; }
  @media screen and (max-width: 480px) {
    .selected_list {
      padding: 1.25rem 2rem; } }

.selected_li {
  font-size: 1.25rem;
  padding: 0.4375rem 0;
  padding-left: 1.0625rem;
  position: relative; }
  .selected_li::before {
    content: "";
    width: 0.4375rem;
    height: 0.4375rem;
    border-radius: 0.4375rem;
    background: #333;
    position: absolute;
    top: 1.4375rem;
    left: 0; }


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