@charset "UTF-8";
/*————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————

transform: translate(180px,180px) rotate(-5deg) scale(0.8);
--------------------------------------------------------
transition:all 0.3s ease;

--------------------------------------------------------
animation: fade-In 5s linear 2s infinite;

animation-name:fade-In;
animation-duration:4s;
animation-delay:0s;
animation-iteration-count: infinite;
animation-direction: normal;
animation-timing-function:ease-in-out;
animation-fill-mode:forwards;


@keyframes fade-In {
  from {background-color: red;}
  to {background-color: yellow;}
}
--------------------------------------------------------
border-radius: 25% 10%;
--------------------------------------------------------
http://cubic-bezier.com





————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

main {
  overflow: hidden;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
}

.headerBanner {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #ffc6be;
}

.headerBanner__cont {
  position: relative;
  width: 100%;
  height: auto;
  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;
  overflow: hidden;
}

.headerBanner__cont video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.headerBanner__cont .videoPoster {
  position: relative;
  width: 100%;
  height: auto;
}

.headerBanner__function {
  position: relative;
  width: calc(100% - 20px);
  height: 90px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f09b92;
}

.headerBanner__timer {
  position: relative;
  width: 100%;
  height: 50px;
  border-radius: 2px;
  background-color: #fafafa;
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.headerBanner__timer-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 5px;
}

.headerBanner__timer-title {
  position: relative;
  width: 27px;
  height: 34px;
  border-radius: 0.6px;
  font-size: 12px;
  font-size: 10.1px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  color: #d70c19;
  margin: 0 5px;
  background-color: #fafafa;
  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;
}

.headerBanner__timer-text {
  position: relative;
  font-size: 16.9px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  margin: 12px 0 0 0;
}

.headerBanner__timer-number {
  position: relative;
  height: 34px;
  border-radius: 0.6px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.headerBanner__timer-number-item {
  position: relative;
  display: block;
  width: 17px;
  height: 34px;
  border-radius: 0.6px;
  margin: 0 0.5px;
  padding: 0;
  background-color: #d70c19;
  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;
}

.headerBanner__timer-number-item:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.headerBanner__timer-number-item p {
  position: relative;
  font-family: 'Noto Sans TC';
  font-size: 28px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 32px;
  letter-spacing: 1.4px;
  color: #fff;
  text-align: center;
}

.headerBanner__btnBox {
  position: relative;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.headerBanner__btnBox-btn {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  width: 50%;
  max-width: 220px;
  height: 70px;
  margin: 0 10px;
  border-radius: 2px;
  -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.headerBanner__btnBox-btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.headerBanner__btnBox-btn img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  display: block;
  margin: 0 10px;
}

.headerBanner__btnBox-btn:hover .arr {
  margin: 0 0 0 20px;
}

.headerBanner__btnBox .btnActive {
  outline: solid 0.5px #000;
  background-color: #fff;
}

.headerBanner__btnBox .btnActive p {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.headerBanner__btnBox .btnVote {
  outline: solid 0.5px #ed1c36;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ed1c36), color-stop(-24%), to(#d70c19));
  background-image: linear-gradient(to bottom, #ed1c36, -24%, #d70c19);
}

.headerBanner__btnBox .btnVote p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.contNav {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #fff;
}

.contNav__area {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}

.contNav__area .slick-dots {
  bottom: 0;
}

.contNav__area-btn {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  width: auto;
  max-width: 90px;
  height: 88px;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  padding: 0 10px;
  margin: 20px auto;
  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;
  cursor: pointer;
  overflow: hidden;
}

.contNav__area-btn .bgColor {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}

.contNav__area-btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
  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;
}

.contNav__area-btn p {
  position: relative;
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 1px;
  color: #fff;
  margin-top: -10px;
  text-align: center;
}

.contNav__area-btn:after {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: '';
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -10px;
  width: 10px;
  height: 1px;
  background-color: #fff;
  z-index: 1;
}

.contNav__area-btn:before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: '';
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: 0;
  width: 10px;
  height: 1px;
  background-color: #fff;
  z-index: 1;
}

.contNav__area-btn:hover {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}

.contNav__area-btn:hover:after {
  margin-left: -9px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}

.contNav__area-btn:hover:before {
  margin-left: -1px;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

.contNav__area-btn:hover .bgColor {
  opacity: 1;
}

.contNav__arr {
  position: relative;
  width: 70px;
  height: 50px;
  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;
}

.contNav .contNavArrL {
  position: relative;
  margin: 0 0 0 0;
  cursor: pointer;
}

.contNav .contNavArrR {
  position: relative;
  margin: 0 0 0 0;
  cursor: pointer;
}

.contTitle {
  position: relative;
  padding: 30px 0 10px 0;
  background-color: #fff;
  margin-bottom: 20px;
  z-index: 1;
}

.contTitle p {
  position: relative;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 1px;
  text-align: center;
}

.contTitle:after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 1px;
  height: 30px;
  background-color: #d70c19;
}

.proposal {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #fffbe7;
}

.proposal__area {
  position: relative;
  width: 100%;
  height: auto;
  padding: 30px 0 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.proposal__item {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  width: 278px;
  height: auto;
  margin: 0 10px 50px 10px;
}

.proposal__item-cont {
  position: relative;
  width: 278px;
  height: 505px;
  border-radius: 6px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  overflow: hidden;
}

.proposal__item-cont-img {
  position: relative;
  width: 100%;
  height: 150px;
}

.proposal__item-cont-img img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.proposal__item-cont-label {
  position: absolute;
  top: 125px;
  left: 0;
  width: auto;
  height: auto;
  padding: 5px 15px;
  border-radius: 0 99px 99px 0;
  background-color: #ff8302;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  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;
}

.proposal__item-cont-label p {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1px;
  color: #fff;
}

.proposal__item-cont-num {
    position: absolute;
    top: 125px;
    right: 0;
    width: auto;
    height: auto;
    padding: 5px 15px;
    border-radius: 99px 0 0 99px;
    background-color: #CC2027;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    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;
}

.proposal__item-cont-num p {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #fff;
}

.proposal__item-cont-title {
  position: relative;
  margin: 5px auto;
  width: calc(100% - 10px - 10px);
  height: auto;
  padding: 5px;
  border-bottom: 1px solid #d70c19;
}

.proposal__item-cont-title p {
  position: relative;
  width: 100%;
  height: 60px;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #d70c19;
  word-break: break-all;
}

.proposal__item-cont-text {
  position: relative;
  margin: 5px auto;
  width: calc(100% - 10px - 10px);
  height: auto;
  padding: 5px;
}

.proposal__item-cont-text p {
  position: relative;
  width: 100%;
  height: 72px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #272727;
  word-break: break-all;
}

.proposal__item-cont-company {
  position: relative;
  margin: 5px auto;
  width: calc(100% - 10px - 10px);
  height: auto;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.proposal__item-cont-company p {
  position: relative;
  width: calc(100% -20px);
  padding-left: 20px;
  height: 40px;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #272727;
}

.proposal__item-cont-company p span {
  position: relative;
  border-bottom: 1px solid #e76d75;
  word-break: break-all;
}

.proposal__item-cont-company p span:before {
  content: '';
  position: absolute;
  top: 7px;
  left: -17px;
  width: 12px;
  height: 10px;
  background-image: url(../../../assets/images/lovepower/index/icons_house.svg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
}

.proposal__item-cont-voteNum {
  position: relative;
  width: 170px;
  height: 42px;
  margin: 20px auto 5px auto;
  text-align: center;
}

.proposal__item-cont-voteNum p {
  position: relative;
  font-family: Avenir;
  font-size: 30px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.05;
  letter-spacing: normal;
  color: #000;
  z-index: 1;
}

.proposal__item-cont-voteNum p span {
  font-size: 40px;
}

.proposal__item-cont-voteNum:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 170px;
  height: 12px;
  border-radius: 8.5px;
  background-color: #f5d2d4;
}

.proposal__item-cont-voteBtn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  -webkit-box-shadow: inset 0 -1px 6px 0 #f5d2d4;
          box-shadow: inset 0 -1px 6px 0 #f5d2d4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ed1c36), to(#d70c19));
  background-image: linear-gradient(to bottom, #ed1c36, #d70c19);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.proposal__item-cont-voteBtn img {
  position: relative;
}

.proposal__item-cont-voteBtn p {
  position: relative;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: normal;
  color: #fff;
  margin: 0 30px 0 0;
}

.proposal__item-cont-alreadyVote {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  -webkit-box-shadow: inset 0 -1px 6px 0 #f5d2d4;
          box-shadow: inset 0 -1px 6px 0 #f5d2d4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c0c0c0), to(#929292));
  background-image: linear-gradient(to bottom, #c0c0c0, #929292);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.proposal__item-cont-alreadyVote p {
  position: relative;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: normal;
  color: #fff;
  margin: 0;
}

.proposal__item-btnArea {
  position: relative;
  width: 266px;
  height: 36px;
  margin: 10px auto;
  border-radius: 20px;
  border: solid 1px #e76d75;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.proposal__item-btnArea-btn {
  position: relative;
  width: auto;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 12px;
  cursor: pointer;
}

.proposal__item-btnArea-btn p {
  position: relative;
  height: auto;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  margin: 0 0 0 5px;
}

.proposal__item-btnArea .btnLiked p {
  color: #d70c19;
}

.proposal .list__grid__item {
  position: relative;
  width: 100%;
  margin: 0 10px 50px 10px;
  max-width: 278px;
}

.proposal .list__grid__item .list__grid__item__header {
  z-index: 1;
  position: relative;
}

.proposal .list__grid__item .list__grid__item__header .list__grid__img {
  overflow: hidden;
  border-radius: 6px 6px 0px 0px;
  position: relative;
  width: 100%;
  height: 150px;
}

.proposal .list__grid__item .list__grid__item__header .list__grid__img__link {
    display: block;
    width: 100%;
    height: 100%;
}

.proposal .list__grid__item .list__grid__item__header .list__grid__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.proposal .list__grid__item .list__grid__item__header .list__grid__award__name {
  padding-left: 60px;
  padding-right: 20px;
  line-height: 28px;
  color: #272727;
  font-size: 16px;
  position: absolute;
  top: -10px;
  left: 0px;
  height: 30px;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 240, 0, 0.8);
  border-radius: 6px 50px 50px 6px;
  display: inline-block;
}

.proposal .list__grid__item .list__grid__item__header .list__grid__award__badge {
  position: absolute;
  top: 0px;
  left: 10px;
  width: 48px;
  height: 68px;
  background-image: url("../../../assets/images/lovepower/historyreport/badge.svg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  font-size: 18px;
  color: #d70c19;
  text-align: center;
  line-height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.proposal .list__grid__item .list__grid__item__header .list__grid__category {
  position: absolute;
  bottom: -5px;
  left: 0px;
  background-color: #ff8302;
  border-radius: 0px 50px 50px 0px;
  line-height: 30px;
  height: 30px;
  display: inline-block;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.proposal .list__grid__item .list__grid__item__body {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  padding: 10px;
  background-color: #FFF;
}

.proposal .list__grid__item .list__grid__item__body .list__grid__item__body__title {
  color: #d70c19;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  min-height: 60px;
}

.proposal .list__grid__item .list__grid__item__body .list__grid__item__body__line {
  width: 100%;
  height: 1px;
  background-color: #d70c19;
  margin-top: 5px;
  margin-bottom: 5px;
}

.proposal .list__grid__item .list__grid__item__body .list__grid__item__body__contents {
  font-size: 16px;
  line-height: 22px;
  color: #272727;
  font-weight: 600;
  height: 100px;
  word-break: break-all;
}

.proposal .list__grid__item .list__grid__item__body .list__grid__item__body__group {
  position: relative;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding-left: 20px;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-all;
}

.proposal .list__grid__item .list__grid__item__body .list__grid__item__body__group img {
  position: absolute;
  left: 0px;
  top: 11px;
}

.proposal .list__grid__item .list__grid__item__body .list__grid__item__body__group span {
  border-bottom: 1px solid #e76d75;
  word-break: break-all;
}

.proposal .list__grid__item .list__grid__item__body .list__grid__item__body__vote {
  position: relative;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 30px;
  font-weight: 900;
}

.proposal .list__grid__item .list__grid__item__body .list__grid__item__body__vote span {
  position: relative;
  top: 0px;
}

.proposal .list__grid__item .list__grid__item__body .list__grid__item__body__vote .list__grid__item__body__vote__number {
  position: relative;
  font-size: 40px;
}

.proposal .list__grid__item .list__grid__item__body .list__grid__item__body__vote .list__grid__item__body__vote__line {
  position: relative;
  top: 40px;
  display: block;
  background-color: #e2e2e2;
  width: 100%;
  height: 12px;
  border-radius: 8.5px;
}

.proposal .list__grid__item .list__grid__item__footer {
  position: relative;
}

.proposal .list__grid__item .list__grid__item__footer .list__grid__view__proposal__btn {
  cursor: pointer;
  background-color: #ffa958;
  color: #000;
  width: 100%;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 5px;
}

.proposal .list__grid__item .list__grid__item__footer .list__grid__view__proposal__btn a {
  color: #000;
  text-decoration: none;
  display: block;
}

.proposal .list__grid__item .list__grid__item__footer .list__grid__view__case__btn {
  cursor: pointer;
  background-color: #fff6a3;
  color: #000;
  width: 100%;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #4b4b4b;
}

.proposal .list__grid__item .list__grid__item__footer .list__grid__view__case__btn a {
  color: #000;
  text-decoration: none;
  display: block;
}

.proposal .list__grid__item .list__grid__item__footer .list__grid__lose__btn {
  cursor: pointer;
  background-color: #e2e2e2;
  width: 180px;
  height: 30px;
  margin: 0 auto;
  color: #4b4b4b;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  border-radius: 50px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 600;
}

.proposal .list__grid__item .list__grid__item__footer .list__grid__lose__btn a {
  color: #4b4b4b;
  text-decoration: none;
  display: block;
}

.proposal .list__grid__item .list__grid__item__footer .list__grid__processing__btn {
  cursor: pointer;
  background-color: #f5d2d4;
  width: 180px;
  height: 30px;
  margin: 0 auto;
  color: #4b4b4b;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  border-radius: 50px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 600;
}

.proposal .list__grid__item .list__grid__item__footer .list__grid__processing__btn a {
  color: #4b4b4b;
  text-decoration: none;
  display: block;
}

.quickLink {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #fff;
}

.quickLink__area {
  position: relative;
  width: 100%;
  height: auto;
  padding: 50px 0 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quickLink__item {
  position: relative;
  width: 278px;
  height: auto;
  margin: 0 10px 20px 10px;
}

.quickLink__item-imgBox {
  position: relative;
  width: 278px;
  height: 278px;
  border-radius: 4px;
  background-color: #f5d2d4;
  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;
}

.quickLink__item-imgBox-img {
  position: relative;
  width: 258px;
  height: 258px;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.quickLink__item-text {
  position: relative;
  width: 278px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quickLink__item-text p {
  position: relative;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  margin: 0 20px 0 0;
}

.quickLink__item-text img {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  position: relative;
  margin-left: 0;
}

.quickLink__item:hover .quickLink__item-text img {
  margin-left: 10px;
}

.quickLink__item a {
  text-decoration: none;
}

.quickLink__text {
  position: relative;
  width: 80%;
  height: auto;
}

.quickLink__text p {
  position: relative;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: normal;
  color: #000;
}

.sponsor {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #fcebed;
}

.sponsor__area {
  position: relative;
  width: calc(100% - 40px);
  height: auto;
  padding: 50px 20px 150px 20px;
}

.sponsor__title {
  position: relative;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.sponsor__title-name {
  position: relative;
  margin: 0 50px 10px 0;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 1px;
  color: #000;
}

.sponsor__title-text {
  position: relative;
  margin: 0 0 60px 0;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: normal;
  color: #000;
}

.sponsor__master {
  position: relative;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 60px 0;
}

.sponsor__master-title {
  position: relative;
  margin: 0 0 13px 0;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: normal;
  color: #000;
}

.sponsor__master-logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.sponsor__master-logo img {
  position: relative;
  width: 50%;
  height: auto;
  margin: 13px 0;
  display: block;
}

.sponsor__angle {
  position: relative;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 60px 0;
}

.sponsor__angle-title {
  position: relative;
  margin: 0 0 13px 0;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: normal;
  color: #000;
}

.sponsor__angle-logo {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sponsor__angle-logo img {
  position: relative;
  width: auto;
  height: 30px;
  margin: 0 15px;
  display: block;
}

.sponsor__angle-logo-arr {
  position: relative;
  width: 70px;
  height: 50px;
  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;
}

.sponsor__angle-logo .logoArrL {
  position: relative;
  margin: 0 0 0 0;
  cursor: pointer;
}

.sponsor__angle-logo .logoArrR {
  position: relative;
  margin: 0 0 0 0;
  cursor: pointer;
}

.sponsor__angle .slick-dots li {
  margin: 0;
}

@media only screen and (min-width: 560px) {
  .headerBanner {
    height: auto;
  }
  .headerBanner__cont {
    height: auto;
  }
  .headerBanner__cont video {
    width: 100%;
    height: auto;
  }
  .headerBanner__cont .videoPoster {
    width: 100%;
    height: auto;
  }
  .headerBanner__function {
    width: calc(100% - 40px);
    height: 110px;
    padding: 20px;
  }
  .headerBanner__timer {
    width: auto;
    height: 70px;
    border-radius: 2px;
    background-color: rgba(250, 250, 250, 0.6);
    padding: 5px 0;
  }
  .headerBanner__timer-block {
    margin: 0 10px;
  }
  .headerBanner__timer-title {
    width: 48px;
    height: 60px;
    border-radius: 1px;
    font-size: 18px;
    letter-spacing: normal;
    color: #d70c19;
    margin: 0 5px;
  }
  .headerBanner__timer-text {
    font-size: 16.9px;
    font-weight: 500;
    margin: 12px 0 0 0;
  }
  .headerBanner__timer-number {
    height: 60px;
    border-radius: 0.6px;
  }
  .headerBanner__timer-number-item {
    width: 30px;
    height: 60px;
    border-radius: 1px;
    margin: 0 1px;
    padding: 0;
  }
  .headerBanner__timer-number-item:after {
    top: 50%;
    width: 100%;
    height: 1px;
  }
  .headerBanner__timer-number-item p {
    font-size: 50px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 1.4px;
    color: #fff;
  }
  .headerBanner__btnBox {
    width: 100%;
  }
  .headerBanner__btnBox-btn {
    height: 70px;
    margin: 0 10px;
  }
  .headerBanner__btnBox-btn img {
    margin: 0 10px;
  }
  .headerBanner__btnBox .btnActive p {
    font-size: 22px;
    font-weight: 500;
  }
  .headerBanner__btnBox .btnVote p {
    font-size: 22px;
    font-weight: 500;
  }
}

@media only screen and (min-width: 768px) {
  .headerBanner {
    height: auto;
  }
  .headerBanner__cont {
    height: auto;
  }
  .headerBanner__cont video {
    width: 100%;
    height: auto;
  }
  .headerBanner__cont .videoPoster {
    width: 100%;
    height: auto;
  }
  .headerBanner__function {
    width: calc(100% - 40px);
    height: 110px;
    padding: 20px;
  }
  .headerBanner__timer {
    width: auto;
    height: 70px;
    border-radius: 2px;
    background-color: rgba(250, 250, 250, 0.6);
    padding: 5px 100px;
  }
  .headerBanner__timer-block {
    margin: 0 10px;
  }
  .headerBanner__timer-title {
    width: 48px;
    height: 60px;
    border-radius: 1px;
    font-size: 18px;
    letter-spacing: normal;
    color: #d70c19;
    margin: 0 5px;
  }
  .headerBanner__timer-text {
    font-size: 16.9px;
    font-weight: 500;
    margin: 12px 0 0 0;
  }
  .headerBanner__timer-number {
    height: 60px;
    border-radius: 0.6px;
  }
  .headerBanner__timer-number-item {
    width: 30px;
    height: 60px;
    border-radius: 1px;
    margin: 0 1px;
    padding: 0;
  }
  .headerBanner__timer-number-item:after {
    top: 50%;
    width: 100%;
    height: 1px;
  }
  .headerBanner__timer-number-item p {
    font-size: 50px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 1.4px;
    color: #fff;
  }
  .headerBanner__btnBox {
    width: 100%;
  }
  .headerBanner__btnBox-btn {
    height: 70px;
    margin: 0 10px;
  }
  .headerBanner__btnBox-btn img {
    margin: 0 10px;
  }
  .headerBanner__btnBox .btnActive p {
    font-size: 22px;
    font-weight: 500;
  }
  .headerBanner__btnBox .btnVote p {
    font-size: 22px;
    font-weight: 500;
  }
  .contNav__area {
    height: 140px;
  }
  .contNav__area-btn {
    max-width: 140px;
    height: 88px;
    padding: 0 20px;
    margin: 20px auto;
  }
  .contNav__area-btn p {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: 1px;
    margin-top: -10px;
  }
  .contTitle {
    margin-bottom: 40px;
    padding: 30px 0 30px 0;
  }
  .contTitle p {
    font-size: 30px;
    letter-spacing: 2px;
  }
  .contTitle:after {
    bottom: -25px;
    height: 50px;
  }
  .proposal__area {
    padding: 40px 0 100px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .proposal__item {
    margin: 0 12px 50px 10px;
  }
  .proposal .list__grid__item {
    margin: 0 12px 50px 10px;
  }
  .quickLink__area {
    padding: 60px 0 100px 0;
  }
  .quickLink__text {
    width: calc(100% - 20px);
  }
  .quickLink__text p {
    font-size: 20px;
    line-height: 1.7;
  }
  .sponsor__area {
    padding: 70px 20px 150px 20px;
  }
  .sponsor__title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .sponsor__title-name {
    width: 259px;
    height: 54px;
    font-size: 36px;
    letter-spacing: 1px;
  }
  .sponsor__title-text {
    width: 777px;
    height: 52px;
    font-size: 16px;
    line-height: 1.63;
  }
  .sponsor__master {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 50px 0;
  }
  .sponsor__master-title {
    margin: 0 0 25px 0;
  }
  .sponsor__master-logo {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .sponsor__master-logo img {
    width: auto;
    height: 45px;
    margin: 20px 15px;
  }
  .sponsor__angle {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sponsor__angle-title {
    margin: 0 0 25px 0;
  }
  .sponsor__angle-logo img {
    height: 40px;
    margin: 20px 10px;
  }
}

@media only screen and (min-width: 992px) {
  .headerBanner__function {
    width: calc(100% - 40px);
    height: 110px;
    padding: 20px;
  }
  .headerBanner__timer {
    width: 640px;
    height: 70px;
    border-radius: 2px;
    padding: 5px 0;
  }
  .headerBanner__timer-block {
    margin: 0 10px;
  }
  .headerBanner__timer-title {
    width: 48px;
    height: 60px;
    border-radius: 1px;
    font-size: 18px;
    letter-spacing: normal;
    color: #d70c19;
    margin: 0 5px;
  }
  .headerBanner__timer-text {
    font-size: 16.9px;
    font-weight: 500;
    margin: 12px 0 0 0;
  }
  .headerBanner__timer-number {
    height: 60px;
    border-radius: 0.6px;
  }
  .headerBanner__timer-number-item {
    width: 30px;
    height: 60px;
    border-radius: 1px;
    margin: 0 1px;
    padding: 0;
  }
  .headerBanner__timer-number-item:after {
    top: 50%;
    width: 100%;
    height: 1px;
  }
  .headerBanner__timer-number-item p {
    font-size: 50px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 1.4px;
    color: #fff;
  }
  .headerBanner__btnBox {
    width: 40%;
  }
  .headerBanner__btnBox-btn {
    height: 70px;
    margin: 0 10px;
  }
  .headerBanner__btnBox-btn img {
    margin: 0 10px;
  }
  .headerBanner__btnBox .btnActive p {
    font-size: 19px;
    font-weight: 500;
  }
  .headerBanner__btnBox .btnVote p {
    font-size: 19px;
    font-weight: 500;
  }
}

@media only screen and (min-width: 1200px) {
  .headerBanner {
    height: 500px;
  }
  .headerBanner__cont {
    height: 500px;
  }
  .headerBanner__cont video {
    width: auto;
    height: 100%;
  }
  .headerBanner__cont .videoPoster {
    width: auto;
    height: 100%;
  }
  .headerBanner__function {
    width: calc(100% - 40px);
    height: 110px;
    padding: 20px;
  }
  .headerBanner__timer {
    width: 640px;
    height: 70px;
    border-radius: 2px;
    padding: 5px 0;
    background-color: rgba(250, 250, 250, 0.6);
  }
  .headerBanner__timer-block {
    margin: 0 10px;
  }
  .headerBanner__timer-title {
    width: 48px;
    height: 60px;
    border-radius: 1px;
    font-size: 18px;
    letter-spacing: normal;
    color: #d70c19;
    margin: 0 5px;
  }
  .headerBanner__timer-text {
    font-size: 16.9px;
    font-weight: 500;
    margin: 12px 0 0 0;
  }
  .headerBanner__timer-number {
    height: 60px;
    border-radius: 0.6px;
  }
  .headerBanner__timer-number-item {
    width: 30px;
    height: 60px;
    border-radius: 1px;
    margin: 0 1px;
    padding: 0;
  }
  .headerBanner__timer-number-item:after {
    top: 50%;
    width: 100%;
    height: 1px;
  }
  .headerBanner__timer-number-item p {
    font-size: 50px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 1.4px;
    color: #fff;
  }
  .headerBanner__btnBox {
    width: 100%;
  }
  .headerBanner__btnBox-btn {
    height: 70px;
    margin: 0 10px;
  }
  .headerBanner__btnBox-btn img {
    margin: 0 10px;
  }
  .headerBanner__btnBox .btnActive p {
    font-size: 22px;
    font-weight: 500;
  }
  .headerBanner__btnBox .btnVote p {
    font-size: 22px;
    font-weight: 500;
  }
  .contNav {
    height: 140px;
  }
  .contNav__area {
    height: 140px;
  }
  .contNav__area-btn {
    height: 88px;
    padding: 0 20px;
    margin: 20px auto;
  }
  .contNav__area-btn p {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: 1px;
    margin-top: -10px;
  }
  .proposal__area {
    padding: 40px 0 100px 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .proposal__item {
    margin: 0 12px 50px 10px;
  }
}
/*# sourceMappingURL=index.css.map */
