﻿.clear-banner {
  position: relative;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: calc(100vh - 127px); }

.clear-tree {
  position: relative;
  width: 90%;
  height: auto; }

.clear-bird {
  position: absolute;
  left: 100px;
  bottom: 60px; }

.clear-people {
  position: absolute;
  left: calc(50% - 70px);
  bottom: 70px; }

.clear-bg {
    position: relative;
    width: 100%;
    background: url("/sitaiwan/assets/img/clearCarbon/clearCarbon_bg.png") no-repeat;
    background-size: 100% 100%;
}

.clear-bg2 {
    position: relative;
    width: 100%;
    background: url("/sitaiwan/assets/img/clearCarbon/clearCarbon_bg2.png") no-repeat;
    background-size: 100% 100%;
}

@media (max-width: 600px) {
  .clear-bg,
  .clear-bg2 {
    background-size: cover;
    background-position: center center; } }

.clear-title {
  position: relative;
  font-size: 48px;
  font-weight: 600;
  color: #6f6f6f; }

.clear-title.clear-title-w {
  color: #fff; }

.clear-title-x::before {
    content: '';
    background: url("/sitaiwan/assets/img/clearCarbon/clearCarbon_left.png") no-repeat;
    position: absolute;
    top: 10px;
    left: -15px;
    width: 11px;
    height: 54px;
}

.clear-title-x::after {
    content: '';
    background: url("/sitaiwan/assets/img/clearCarbon/clearCarbon_right.png") no-repeat;
    position: absolute;
    top: 10px;
    right: -15px;
    width: 11px;
    height: 54px;
}

.clear-title-b::after {
    content: '';
    background: url("/sitaiwan/assets/img/clearCarbon/clearCarbon_bottom.png") no-repeat;
    background-size: contain;
    position: absolute;
    left: 0px;
    bottom: -10px;
    width: 192px;
    height: 13px;
}

.clear-more {
  font-size: 1.5rem;
  font-weight: 600;
  color: #417d46;
  cursor: pointer; }

.clear-more-w {
  color: #fff; }

.proposalList .itemBox {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.proposalList .btnTxt {
  color: #fff;
  border: 1px solid #417d46;
  background-color: #417d46; }

.proposalList .box:hover .btnTxt {
  color: #fff;
  border: 1px solid #417d46;
  background-color: #417d46; }
