@charset "UTF-8";
/* ---------------발전소 매매, 발전소 분양 리스트 START--------------- */
.trade-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 80px;
}

.trade-list .list-item {
  width: calc(50% - (40px / 2));
  margin-top: 40px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
}

.trade-list .list-item:not(:nth-of-type(2n+1)) {
  margin-left: 40px;
}

.trade-list .list-item:nth-of-type(1), .trade-list .list-item:nth-of-type(2) {
  margin-top: unset;
}

.trade-list .list-item > a {
  display: block;
  width: 100%;
}

.trade-list .list-item .inner .bg-box {
  position: relative;
  height: 400px;
  overflow: hidden;
}

.trade-list .list-item .inner .bg-box .bg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.trade-list .list-item .inner .bg-box .finish-text {
  display: none;
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 280px;
  height: 120px;
  background-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 10px solid #FFF;
  border-radius: 15px;
}

.trade-list .list-item .inner .bg-box .finish-text .text {
  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: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 95%;
  height: 90%;
  font-size: 50px;
  font-weight: 500;
  color: #FFF;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #FFF;
  border-radius: 5px;
}

.trade-list .list-item .inner .text-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px;
  background-color: #FFF;
}

.trade-list .list-item .inner .text-box .state {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 36px;
  border-radius: 36px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 17px;
  font-size: 18px;
  color: #FFF;
  background-color: #28b7bc;
}

.trade-list .list-item .inner .text-box .list-tit {
  font-size: 24px;
  word-break: break-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 20px 0;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.trade-list .list-item .inner .text-box .list-etc li {
  font-size: 18px;
  color: #666;
  word-break: break-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.trade-list .list-item .inner .text-box .list-etc li:not(:nth-of-type(1)) {
  margin-top: 15px;
}

.trade-list .list-item .inner .text-box .list-price {
  font-size: 36px;
  margin-top: 25px;
}

.trade-list .list-item .inner .text-box .list-price .won {
  font-size: 0.666em;
}

.trade-list .list-item.finish > a {
  cursor: default;
  pointer-events: none;
}

.trade-list .list-item.finish .inner .bg-box .bg {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.trade-list .list-item.finish .inner .bg-box .finish-text {
  display: block;
}

.trade-list .list-item.finish .inner .text-box .state {
  background-color: #BBB;
}

/* ---------------발전소 매매, 발전소 분양 리스트 END--------------- */
/* 

*/
/* ---------------발전소 매매, 발전소 분양 뷰 START--------------- */
.view-title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.view-title-box .bg-box {
  width: 600px;
  height: 400px;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.view-title-box .bg-box .bg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.view-title-box .text-box {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 40px;
}

.view-title-box .text-box .state {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  border-radius: 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 23px;
  font-size: 24px;
  color: #FFF;
  background-color: #28b7bc;
}

.view-title-box .text-box .state.finish {
  background-color: #BBB;
}

.view-title-box .text-box .view-title {
  font-size: 40px;
  line-height: 130%;
  margin: 35px 0;
}

.view-title-box .text-box .view-price {
  font-size: 40px;
}

.view-title-box .text-box .view-price .won {
  font-size: 0.75em;
}

.view-title-box .text-box .btn-trade-contact {
  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;
  width: 200px;
  height: 60px;
  color: #FFF;
  background-color: #28b7bc;
  font-size: 24px;
  border-radius: 5px;
  margin-top: 60px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.view-info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.view-info-box .info-table {
  width: calc(50% - 40px);
}

.view-info-box .info-table tr {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid #CCC;
}

.view-info-box .info-table tr:nth-last-of-type(1) {
  border-bottom: 1px solid #CCC;
}

.view-info-box .info-table tr th, .view-info-box .info-table tr td {
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 30px;
  line-height: 140%;
  vertical-align: middle;
}

.view-info-box .info-table tr th {
  min-width: 180px;
  background-color: #f1f1f5;
}

.view-content-box {
  line-height: 150%;
  color: #333;
}

.view-content-box img {
  display: block;
  max-width: 100%;
  margin-bottom: 35px;
}

.view-file-box .btn-down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #DDD;
  border-radius: 10px;
  padding: 0 25px;
  height: 80px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.view-file-box .btn-down:not(:nth-of-type(1)) {
  margin-top: 20px;
}

.view-file-box .btn-down .icon-file {
  color: #BBB;
  font-size: 32px;
}

.view-file-box .btn-down .file-tit {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
  width: 330px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  white-space: nowrap;
  font-size: 18px;
  color: #666;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.view-file-box .btn-down .circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  background-color: #f1f1f5;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  color: #a9a9aa;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

.view-pg-box .btn-pg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
  font-size: 18px;
  height: 70px;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}

.view-pg-box .btn-pg .pg-text {
  width: 50px;
}

.view-pg-box .btn-pg .pg-tit {
  width: calc(100% - 50px - 95px);
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 25px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.view-pg-box .btn-pg .pg-date {
  color: #999;
  width: 95px;
  text-align: right;
}

.view-pg-box .btn-pg + .btn-pg {
  border-top: 1px solid #ededed;
  margin-top: -1px;
}

.view-btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.view-btn-box .btn-view {
  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;
  width: 200px;
  height: 60px;
  color: #FFF;
  background-color: #28b7bc;
  font-size: 24px;
  border-radius: 5px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.view-btn-box .btn-view:not(:nth-child(1)) {
  margin-left: 15px;
}

/* ---------------발전소 매매, 발전소 분양 뷰 END--------------- */
/* 

*/
/* ---------------media screen START--------------- */
@media screen and (min-width: 991.1px) {
  /* ---------------발전소 매매, 발전소 분양 리스트 START--------------- */
  .trade-list .list-item > a:hover .inner .bg-box .bg {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .trade-list .list-item > a:hover .inner .text-box .list-tit {
    color: #28b7bc;
  }
  /* ---------------발전소 매매, 발전소 분양 리스트 END--------------- */
  /* 
    
    */
  /* ---------------발전소 매매, 발전소 분양 뷰 START--------------- */
  .view-title-box .text-box .btn-trade-contact:hover {
    background-color: #20979b;
  }
  .view-file-box .btn-down:hover .file-tit {
    color: #28b7bc;
  }
  .view-file-box .btn-down:hover .circle {
    background-color: #28b7bc;
    color: #FFF;
  }
  .view-pg-box .btn-pg:hover .pg-tit {
    color: #28b7bc;
  }
  .view-btn-box .btn-view:hover {
    background-color: #20979b;
  }
  /* ---------------발전소 매매, 발전소 분양 뷰 END--------------- */
}

@media screen and (max-width: 1350px) {
  /* ---------------발전소 매매, 발전소 분양 리스트 START--------------- */
  .trade-list {
    margin-top: 70px;
  }
  .trade-list .list-item {
    width: calc(50% - (30px / 2));
    margin-top: 30px;
  }
  .trade-list .list-item:not(:nth-of-type(2n+1)) {
    margin-left: 30px;
  }
  .trade-list .list-item .inner .bg-box {
    height: 370px;
  }
  .trade-list .list-item .inner .bg-box .finish-text {
    width: 260px;
    height: 110px;
  }
  .trade-list .list-item .inner .bg-box .finish-text .text {
    font-size: 45px;
  }
  .trade-list .list-item .inner .text-box {
    padding: 30px;
  }
  .trade-list .list-item .inner .text-box .state {
    height: 35px;
    font-size: 17px;
  }
  .trade-list .list-item .inner .text-box .list-tit {
    font-size: 22px;
    margin: 17px 0;
  }
  .trade-list .list-item .inner .text-box .list-etc li {
    font-size: 17px;
  }
  .trade-list .list-item .inner .text-box .list-etc li:not(:nth-of-type(1)) {
    margin-top: 13px;
  }
  .trade-list .list-item .inner .text-box .list-price {
    font-size: 33px;
    margin-top: 23px;
  }
  /* ---------------발전소 매매, 발전소 분양 리스트 END--------------- */
  /* 
    
    */
  /* ---------------발전소 매매, 발전소 분양 뷰 START--------------- */
  .view-title-box .bg-box {
    width: 570px;
    height: 380px;
  }
  .view-title-box .text-box {
    padding-left: 35px;
  }
  .view-title-box .text-box .state {
    height: 45px;
    padding: 0 21px;
    font-size: 22px;
  }
  .view-title-box .text-box .view-title {
    font-size: 37px;
    margin: 33px 0;
  }
  .view-title-box .text-box .view-price {
    font-size: 37px;
  }
  .view-title-box .text-box .btn-trade-contact {
    width: 180px;
    height: 55px;
    font-size: 22px;
    margin-top: 55px;
  }
  .view-info-box .info-table {
    width: calc(50% - 35px);
  }
  .view-info-box .info-table tr th, .view-info-box .info-table tr td {
    font-size: 19px;
    padding: 17px 25px;
  }
  .view-info-box .info-table tr th {
    min-width: 170px;
  }
  .view-content-box img {
    margin-bottom: 30px;
  }
  .view-file-box .btn-down {
    padding: 0 23px;
    height: 75px;
  }
  .view-file-box .btn-down .icon-file {
    font-size: 30px;
  }
  .view-file-box .btn-down .file-tit {
    padding: 0 17px;
    width: 320px;
    font-size: 17px;
  }
  .view-pg-box .btn-pg {
    padding: 0 17px;
    font-size: 17px;
    height: 65px;
  }
  .view-pg-box .btn-pg .pg-tit {
    padding: 0 23px;
  }
  .view-btn-box .btn-view {
    width: 180px;
    height: 55px;
    font-size: 22px;
  }
  /* ---------------발전소 매매, 발전소 분양 뷰 END--------------- */
}

@media screen and (max-width: 1100px) {
  /* ---------------발전소 매매, 발전소 분양 리스트 START--------------- */
  .trade-list {
    margin-top: 60px;
  }
  .trade-list .list-item {
    width: calc(50% - (20px / 2));
    margin-top: 20px;
  }
  .trade-list .list-item:not(:nth-of-type(2n+1)) {
    margin-left: 20px;
  }
  .trade-list .list-item .inner .bg-box {
    height: 330px;
  }
  .trade-list .list-item .inner .bg-box .finish-text {
    width: 240px;
    height: 100px;
  }
  .trade-list .list-item .inner .bg-box .finish-text .text {
    font-size: 40px;
  }
  .trade-list .list-item .inner .text-box {
    padding: 20px;
  }
  .trade-list .list-item .inner .text-box .state {
    height: 33px;
    padding: 0 15px;
    font-size: 16px;
  }
  .trade-list .list-item .inner .text-box .list-tit {
    font-size: 20px;
    margin: 15px 0;
  }
  .trade-list .list-item .inner .text-box .list-etc li {
    font-size: 16px;
  }
  .trade-list .list-item .inner .text-box .list-etc li:not(:nth-of-type(1)) {
    margin-top: 10px;
  }
  .trade-list .list-item .inner .text-box .list-price {
    font-size: 30px;
    margin-top: 20px;
  }
  /* ---------------발전소 매매, 발전소 분양 리스트 END--------------- */
  /* 
    
    */
  /* ---------------발전소 매매, 발전소 분양 뷰 START--------------- */
  .view-title-box .bg-box {
    width: 510px;
    height: 340px;
  }
  .view-title-box .text-box {
    padding-left: 30px;
  }
  .view-title-box .text-box .state {
    height: 40px;
    padding: 0 18px;
    font-size: 20px;
  }
  .view-title-box .text-box .view-title {
    font-size: 33px;
    margin: 30px 0;
  }
  .view-title-box .text-box .view-price {
    font-size: 33px;
  }
  .view-title-box .text-box .btn-trade-contact {
    width: 170px;
    height: 50px;
    font-size: 20px;
    margin-top: 50px;
  }
  .view-info-box .info-table {
    width: calc(50% - 30px);
  }
  .view-info-box .info-table tr th, .view-info-box .info-table tr td {
    font-size: 18px;
    padding: 15px 20px;
  }
  .view-info-box .info-table tr th {
    min-width: 160px;
  }
  .view-content-box {
    font-size: 15px;
  }
  .view-content-box img {
    margin-bottom: 25px;
  }
  .view-file-box .btn-down {
    padding: 0 20px;
    height: 70px;
  }
  .view-file-box .btn-down:not(:nth-of-type(1)) {
    margin-top: 15px;
  }
  .view-file-box .btn-down .icon-file {
    font-size: 27px;
  }
  .view-file-box .btn-down .file-tit {
    padding: 0 15px;
    width: 300px;
    font-size: 16px;
  }
  .view-pg-box .btn-pg {
    padding: 0 15px;
    font-size: 16px;
    height: 60px;
  }
  .view-pg-box .btn-pg .pg-tit {
    padding: 0 20px;
  }
  .view-btn-box .btn-view {
    width: 170px;
    height: 50px;
    font-size: 20px;
  }
  .view-btn-box .btn-view:not(:nth-child(1)) {
    margin-left: 10px;
  }
  /* ---------------발전소 매매, 발전소 분양 뷰 END--------------- */
}

@media screen and (max-width: 950px) {
  /* ---------------발전소 매매, 발전소 분양 리스트 START--------------- */
  .trade-list .list-item .inner .bg-box {
    height: 310px;
  }
  /* ---------------발전소 매매, 발전소 분양 리스트 END--------------- */
  /* 
    
    */
  /* ---------------발전소 매매, 발전소 분양 뷰 START--------------- */
  .view-title-box .bg-box {
    width: 450px;
    height: 300px;
  }
  /* ---------------발전소 매매, 발전소 분양 뷰 END--------------- */
}

@media screen and (max-width: 850px) {
  /* ---------------발전소 매매, 발전소 분양 리스트 START--------------- */
  .trade-list {
    margin-top: 50px;
  }
  .trade-list .list-item {
    width: calc(50% - (15px / 2));
    margin-top: 15px;
  }
  .trade-list .list-item:not(:nth-of-type(2n+1)) {
    margin-left: 15px;
  }
  .trade-list .list-item .inner .bg-box {
    height: 260px;
  }
  .trade-list .list-item .inner .bg-box .finish-text {
    width: 220px;
    height: 90px;
  }
  .trade-list .list-item .inner .bg-box .finish-text .text {
    font-size: 35px;
  }
  .trade-list .list-item .inner .text-box .state {
    padding: 0 13px;
    font-size: 15px;
  }
  .trade-list .list-item .inner .text-box .list-tit {
    font-size: 19px;
    margin: 13px 0;
  }
  .trade-list .list-item .inner .text-box .list-etc li {
    font-size: 15px;
  }
  .trade-list .list-item .inner .text-box .list-etc li:not(:nth-of-type(1)) {
    margin-top: 7px;
  }
  .trade-list .list-item .inner .text-box .list-price {
    font-size: 27px;
    margin-top: 17px;
  }
  /* ---------------발전소 매매, 발전소 분양 리스트 END--------------- */
  /* 
    
    */
  /* ---------------발전소 매매, 발전소 분양 뷰 START--------------- */
  .view-title-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .view-title-box .bg-box {
    width: 100%;
    height: 400px;
  }
  .view-title-box .text-box {
    padding-left: 0;
    margin-top: 30px;
    width: 100%;
  }
  .view-title-box .text-box .state {
    padding: 0 16px;
    font-size: 19px;
  }
  .view-title-box .text-box .view-title {
    font-size: 30px;
    margin: 25px 0;
  }
  .view-title-box .text-box .view-price {
    font-size: 30px;
  }
  .view-title-box .text-box .btn-trade-contact {
    width: 160px;
    height: 45px;
    font-size: 19px;
    margin-top: 40px;
  }
  .view-info-box {
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .view-info-box .info-table {
    width: 100%;
  }
  .view-info-box .info-table:not(:nth-of-type(1)) {
    margin-top: 25px;
  }
  .view-info-box .info-table tr th, .view-info-box .info-table tr td {
    font-size: 17px;
    padding: 13px 17px;
  }
  .view-info-box .info-table tr th {
    min-width: unset;
    width: 150px;
  }
  .view-content-box img {
    margin-bottom: 20px;
  }
  .view-file-box .btn-down {
    padding: 0 17px;
    height: 65px;
  }
  .view-file-box .btn-down .icon-file {
    font-size: 23px;
  }
  .view-file-box .btn-down .file-tit {
    padding: 0 13px;
    width: 270px;
    font-size: 15px;
  }
  .view-pg-box .btn-pg {
    padding: 0 13px;
    font-size: 15px;
    height: 55px;
  }
  .view-pg-box .btn-pg .pg-text {
    width: 45px;
  }
  .view-pg-box .btn-pg .pg-tit {
    width: calc(100% - 45px - 80px);
    padding: 0 17px;
  }
  .view-pg-box .btn-pg .pg-date {
    width: 80px;
  }
  .view-btn-box .btn-view {
    width: 160px;
    height: 45px;
    font-size: 19px;
  }
  /* ---------------발전소 매매, 발전소 분양 뷰 END--------------- */
}

@media screen and (max-width: 700px) {
  /* ---------------발전소 매매, 발전소 분양 리스트 START--------------- */
  .trade-list .list-item {
    width: 100%;
    margin-top: 20px;
  }
  .trade-list .list-item:not(:nth-of-type(2n+1)) {
    margin-left: unset;
  }
  .trade-list .list-item:nth-of-type(2) {
    margin-top: 20px;
  }
  .trade-list .list-item .inner .bg-box {
    height: 55vw;
  }
  /* ---------------발전소 매매, 발전소 분양 리스트 END--------------- */
}

@media screen and (max-width: 600px) {
  /* ---------------발전소 매매, 발전소 분양 리스트 START--------------- */
  .trade-list {
    margin-top: 40px;
  }
  .trade-list .list-item .inner .bg-box .finish-text {
    width: 200px;
    height: 80px;
  }
  .trade-list .list-item .inner .bg-box .finish-text .text {
    font-size: 30px;
  }
  .trade-list .list-item .inner .text-box .state {
    height: 30px;
    padding: 0 13px;
  }
  .trade-list .list-item .inner .text-box .list-tit {
    font-size: 18px;
    margin: 10px 0;
  }
  .trade-list .list-item .inner .text-box .list-price {
    font-size: 23px;
    margin-top: 15px;
  }
  /* ---------------발전소 매매, 발전소 분양 리스트 END--------------- */
  /* 
    
    */
  /* ---------------발전소 매매, 발전소 분양 뷰 START--------------- */
  .view-title-box .bg-box {
    width: 100%;
    height: 60vw;
  }
  .view-title-box .text-box {
    margin-top: 25px;
  }
  .view-title-box .text-box .state {
    height: 35px;
    padding: 0 15px;
    font-size: 18px;
  }
  .view-title-box .text-box .view-title {
    font-size: 27px;
    margin: 20px 0;
  }
  .view-title-box .text-box .view-price {
    font-size: 27px;
  }
  .view-title-box .text-box .btn-trade-contact {
    width: 130px;
    height: 40px;
    font-size: 18px;
    margin-top: 35px;
  }
  .view-info-box .info-table:not(:nth-of-type(1)) {
    margin-top: 20px;
  }
  .view-info-box .info-table tr th, .view-info-box .info-table tr td {
    font-size: 16px;
    padding: 10px 15px;
  }
  .view-info-box .info-table tr th {
    width: 140px;
  }
  .view-content-box {
    font-size: 14px;
  }
  .view-content-box img {
    margin-bottom: 15px;
  }
  .view-file-box .btn-down {
    padding: 0 15px;
    height: 60px;
  }
  .view-file-box .btn-down:not(:nth-of-type(1)) {
    margin-top: 10px;
  }
  .view-file-box .btn-down .icon-file {
    font-size: 21px;
  }
  .view-file-box .btn-down .file-tit {
    padding: 0 10px;
    width: 250px;
  }
  .view-pg-box .btn-pg {
    padding: 0 10px;
    height: 50px;
  }
  .view-pg-box .btn-pg .pg-tit {
    padding: 0 15px;
  }
  .view-btn-box .btn-view {
    width: 130px;
    height: 40px;
    font-size: 18px;
  }
  /* ---------------발전소 매매, 발전소 분양 뷰 END--------------- */
}

@media screen and (max-width: 450px) {
  /* ---------------발전소 매매, 발전소 분양 리스트 START--------------- */
  .trade-list .list-item .inner .bg-box .finish-text {
    width: 180px;
    height: 70px;
  }
  .trade-list .list-item .inner .bg-box .finish-text .text {
    font-size: 25px;
  }
  .trade-list .list-item .inner .text-box {
    padding: 15px;
  }
  .trade-list .list-item .inner .text-box .state {
    font-size: 14px;
    padding: 0 10px;
  }
  .trade-list .list-item .inner .text-box .list-tit {
    font-size: 17px;
  }
  .trade-list .list-item .inner .text-box .list-etc li {
    font-size: 14px;
  }
  .trade-list .list-item .inner .text-box .list-price {
    font-size: 21px;
    margin-top: 13px;
  }
  /* ---------------발전소 매매, 발전소 분양 리스트 END--------------- */
  /* 
    
    */
  /* ---------------발전소 매매, 발전소 분양 뷰 START--------------- */
  .view-title-box .text-box {
    margin-top: 20px;
  }
  .view-title-box .text-box .state {
    height: 33px;
    padding: 0 13px;
    font-size: 16px;
  }
  .view-title-box .text-box .view-title {
    font-size: 23px;
    margin: 15px 0;
  }
  .view-title-box .text-box .view-price {
    font-size: 23px;
  }
  .view-title-box .text-box .btn-trade-contact {
    width: 120px;
    height: 37px;
    font-size: 17px;
    margin-top: 25px;
  }
  .view-info-box .info-table:not(:nth-of-type(1)) {
    margin-top: 15px;
  }
  .view-info-box .info-table tr th, .view-info-box .info-table tr td {
    font-size: 15px;
    padding: 10px;
  }
  .view-info-box .info-table tr th {
    width: 130px;
  }
  .view-file-box .btn-down {
    padding: 0 13px;
    height: 55px;
    width: 100%;
  }
  .view-file-box .btn-down .icon-file {
    font-size: 19px;
  }
  .view-file-box .btn-down .file-tit {
    width: calc(100% - 20px - 35px);
    font-size: 14px;
  }
  .view-file-box .btn-down .circle {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
  .view-pg-box .btn-pg {
    padding: 0 7px;
    height: 45px;
    font-size: 14px;
  }
  .view-pg-box .btn-pg .pg-tit {
    padding: 0 10px;
    padding-right: 0;
  }
  .view-btn-box .btn-view {
    width: 120px;
    height: 37px;
    font-size: 17px;
  }
  /* ---------------발전소 매매, 발전소 분양 뷰 END--------------- */
}

@media screen and (max-width: 330px) {
  /* ---------------발전소 매매, 발전소 분양 리스트 START--------------- */
  .trade-list .list-item {
    margin-top: 15px;
    border-radius: 7px;
  }
  .trade-list .list-item:nth-of-type(2) {
    margin-top: 15px;
  }
  .trade-list .list-item .inner .bg-box .finish-text {
    width: 160px;
    height: 60px;
  }
  .trade-list .list-item .inner .bg-box .finish-text .text {
    font-size: 20px;
  }
  .trade-list .list-item .inner .text-box {
    padding: 13px;
  }
  .trade-list .list-item .inner .text-box .state {
    height: 27px;
    font-size: 13px;
  }
  .trade-list .list-item .inner .text-box .list-tit {
    font-size: 16px;
  }
  .trade-list .list-item .inner .text-box .list-etc li {
    font-size: 13px;
  }
  .trade-list .list-item .inner .text-box .list-price {
    font-size: 20px;
    margin-top: 10px;
  }
  /* ---------------발전소 매매, 발전소 분양 리스트 END--------------- */
  /* 
    
    */
  /* ---------------발전소 매매, 발전소 분양 뷰 START--------------- */
  .view-title-box .text-box {
    margin-top: 15px;
  }
  .view-title-box .text-box .state {
    height: 30px;
    font-size: 14px;
  }
  .view-title-box .text-box .view-title {
    font-size: 19px;
    margin: 10px 0;
  }
  .view-title-box .text-box .view-price {
    font-size: 19px;
  }
  .view-title-box .text-box .btn-trade-contact {
    width: 110px;
    height: 35px;
    font-size: 16px;
    margin-top: 20px;
  }
  .view-info-box .info-table:not(:nth-of-type(1)) {
    margin-top: 10px;
  }
  .view-info-box .info-table tr th, .view-info-box .info-table tr td {
    font-size: 14px;
    padding: 7px;
  }
  .view-info-box .info-table tr th {
    width: 110px;
  }
  .view-content-box {
    font-size: 13px;
  }
  .view-file-box .btn-down {
    padding: 0 10px;
    height: 50px;
  }
  .view-file-box .btn-down .icon-file {
    font-size: 18px;
  }
  .view-file-box .btn-down .file-tit {
    font-size: 13px;
  }
  .view-pg-box .btn-pg {
    font-size: 13px;
  }
  .view-pg-box .btn-pg .pg-tit {
    width: calc(100% - 40px - 70px);
  }
  .view-pg-box .btn-pg .pg-date {
    width: 70px;
  }
  .view-pg-box .btn-pg .pg-text {
    width: 40px;
  }
  .view-btn-box .btn-view {
    width: 110px;
    height: 35px;
    font-size: 16px;
  }
  /* ---------------발전소 매매, 발전소 분양 뷰 END--------------- */
}

/* ---------------media screen END--------------- */
