@font-face {
  font-family: "Lato";
  src: url("fonts/Lato-Regular.eot");
  src: url("fonts/Lato-Regular.woff") format("woff"), url("fonts/Lato-Regular.otf") format("opentype"), url("fonts/Lato-Regular.svg#filename") format("svg");
}
@font-face {
  font-family: "Lato-Light";
  src: url("fonts/Lato-Light.eot");
  src: url("fonts/Lato-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-Light.woff") format("woff"), url("fonts/Lato-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Lato-Bold";
  src: url("fonts/Lato-Bold.eot");
  src: url("fonts/Lato-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-Bold.woff") format("woff"), url("fonts/Lato-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Lato-Black";
  src: url("fonts/Lato-Black.eot");
  src: url("fonts/Lato-Black.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-Black.woff") format("woff"), url("fonts/Lato-Black.ttf") format("truetype");
}
.main .content .wrapper {
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  .main .aside {
    display: block;
    position: relative;
    width: 100%;
  }
  .main .aside:after {
    content: "";
    background-color: #3e3e3e;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.3;
    border-radius: 0;
    transform: none;
    z-index: 0;
  }
  .main .aside:before {
    content: "";
    background-color: #3e3e3e;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.5;
  }
}
@media (max-width: 991px) {
  .main .aside h1 {
    font-size: 2.5em;
    line-height: 120%;
    font-weight: 300;
    font-family: "Lato-Light", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
    margin-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .main .aside .wrapper {
    padding-top: 56px;
    padding-left: 18px;
    padding-right: 18px;
    z-index: 1;
  }
}
@media (max-width: 991px) {
  .main .aside .row {
    justify-content: space-between;
    margin-bottom: 20px;
  }
}
.main .aside .form-group {
  margin-bottom: 25px;
  width: 100%;
}
@media (max-width: 991px) {
  .main .aside .form-group:not(:first-child) {
    width: calc((100% - 17px) / 2);
  }
}
.main .aside .form-group .form-label {
  font-size: 1.3em;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .main .aside .form-group .form-label {
    font-size: 1em;
    line-height: 150%;
    margin-bottom: 8px;
  }
}
.main .aside .form-group .form-input input,
.main .aside .form-group .form-input select {
  background-color: transparent;
  border-radius: 0;
  width: 222px;
  height: 45px;
  font-size: 1em;
  line-height: 120%;
  color: #ffffff;
  padding: 5px 34px 5px 13px;
  font-family: "Lato", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
}
@media (max-width: 991px) {
  .main .aside .form-group .form-input input,
  .main .aside .form-group .form-input select {
    font-size: 1.125em;
  }
}
.main .aside .form-group .form-input input {
  border: none;
}
.main .aside .form-group .form-input select {
  border: 1px solid #ffffff;
  cursor: pointer;
  border-radius: 0px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../img/icon/arrow-dropdown.svg);
  background-size: 16px 8px;
  background-repeat: no-repeat;
  background-position: right 14px center;
  color: #ffffff;
}
.main .aside .form-group .form-input select::-ms-expand {
  display: none;
}
@media (max-width: 991px) {
  .main .aside .form-group .form-input select {
    width: 100%;
  }
}
.main .aside .form-group .keyword-wrap {
  border: 1px solid #ffffff;
  width: 222px;
  position: relative;
}
@media (max-width: 991px) {
  .main .aside .form-group .keyword-wrap {
    width: 100%;
  }
}
.main .aside .form-group .keyword-wrap input {
  width: calc(100% - 34px);
  padding-right: 10px;
}
.main .aside .form-group .keyword-wrap .close-light {
  width: 12px;
  height: 12px;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.main .aside .btn-container {
  margin-left: 4px;
}
@media (max-width: 991px) {
  .main .aside .btn-container {
    text-align: center;
  }
}
.main .aside .btn-container .com-btn {
  margin-top: 12px;
}
.main .aside .btn-container .com-btn span {
  width: 214px;
}
@media (max-width: 991px) {
  .main .aside .btn-container .com-btn span {
    width: 100px;
  }
}
@media (max-width: 991px) {
  .main .content .wrapper {
    padding-top: 0;
  }
}
.main .content .result-bar {
  padding-bottom: 26px;
}
@media (max-width: 991px) {
  .main .content .result-bar {
    border-bottom: 1px solid #ffffff;
  }
}
.main .content .result-bar .row {
  justify-content: space-between;
}
.main .content .result-bar .total .txt {
  height: 45px;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .main .content .result-bar .total .txt {
    font-size: 1.25em;
    line-height: 120%;
  }
}
.main .content .result-bar .title {
  font-size: 1.11em;
  margin-bottom: 5px;
}
.main .content .result-bar select {
  border: 1px solid #ffffff;
  cursor: pointer;
  border-radius: 0px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../img/icon/arrow-dropdown.svg);
  background-size: 16px 8px;
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-color: transparent;
  border-radius: 0;
  width: 222px;
  height: 45px;
  font-size: 1em;
  line-height: 120%;
  color: #ffffff;
  padding: 5px 34px 5px 13px;
  font-family: "Lato", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
}
.main .content .result-bar select::-ms-expand {
  display: none;
}
@media (max-width: 991px) {
  .main .content .result-bar select {
    border: 0;
    font-size: 1.25em;
    line-height: 120%;
    width: auto;
    text-align: right;
  }
}
.main .content .progress {
  margin-top: 30px;
  font-size: 0.875em;
  line-height: 121.4%;
}
.main .content .pagination {
  margin-top: 60px;
  margin-bottom: 10px;
}
