@charset "UTF-8";
/* ---------------시장 동향 리스트 START--------------- */
.cate-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cate-list li {
  margin: 10px;
}

.cate-list li a, .cate-list li .btn-cate {
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
  height: 45px;
  color: #666;
  background-color: #f3f3f6;
  border-radius: 45px;
  font-size: 20px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.cate-list li a.active, .cate-list li .btn-cate.active {
  color: #FFF;
  font-weight: 500;
  background-color: #28b7bc !important;
}

.cate-list li a#bo_cate_on, .cate-list li .btn-cate#bo_cate_on {
  color: #FFF;
  font-weight: 500;
  background-color: #28b7bc !important;
}

.trend-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 80px;
}

.trend-list .list-item {
  width: calc(33.333% - ((40px * 2) / 3));
  margin-top: 50px;
}

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

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

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

.trend-list .list-item .inner .bg-box {
  height: 240px;
  border-radius: 10px;
  overflow: hidden;
}

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

.trend-list .list-item .inner .text-box {
  margin-top: 25px;
}

.trend-list .list-item .inner .text-box .list-cate {
  font-size: 16px;
}

.trend-list .list-item .inner .text-box .list-tit {
  line-height: 150%;
  margin-top: 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  text-align: left;
  word-break: break-all;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.trend-list .list-item .inner .text-box .list-date {
  color: #999;
  font-size: 16px;
  margin-top: 15px;
}

/* ---------------시장 동향 리스트 END--------------- */
/* 

*/
/* ---------------시장 동향 뷰 START--------------- */
.view-title-box .view-title {
  font-size: 40px;
  line-height: 130%;
  margin: 15px 0;
}

.view-title-box .view-cate,
.view-title-box .view-date {
  font-size: 18px;
}

.view-title-box .view-date {
  color: #999;
}

.view-content-box {
  line-height: 150%;
  color: #333;
  border-top: 1px solid #ededed;
}

.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--------------- */
  .cate-list li a:hover, .cate-list li .btn-cate:hover {
    background-color: #DDD;
  }
  .trend-list .list-item > a:hover .inner .bg-box .bg {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .trend-list .list-item > a:hover .inner .text-box .list-tit {
    color: #28b7bc;
  }
  /* ---------------시장 동향 리스트 END--------------- */
  /* 
    
    */
  /* ---------------시장 동향 뷰 START--------------- */
  .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--------------- */
  .cate-list li {
    margin: 7px;
  }
  .cate-list li a, .cate-list li .btn-cate {
    padding: 0 17px;
    height: 43px;
    font-size: 19px;
  }
  .trend-list {
    margin-top: 70px;
  }
  .trend-list .list-item {
    width: calc(33.333% - ((30px * 2) / 3));
    margin-top: 40px;
  }
  .trend-list .list-item:not(:nth-of-type(3n+1)) {
    margin-left: 30px;
  }
  .trend-list .list-item .inner .bg-box {
    height: 220px;
  }
  .trend-list .list-item .inner .text-box {
    margin-top: 23px;
  }
  .trend-list .list-item .inner .text-box .list-date {
    margin-top: 13px;
  }
  /* ---------------시장 동향 리스트 END--------------- */
  /* 
    
    */
  /* ---------------시장 동향 뷰 START--------------- */
  .view-title-box .view-title {
    font-size: 37px;
    margin: 13px 0;
  }
  .view-title-box .view-cate,
  .view-title-box .view-date {
    font-size: 17px;
  }
  .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--------------- */
  .cate-list li {
    margin: 5px;
  }
  .cate-list li a, .cate-list li .btn-cate {
    padding: 0 15px;
    height: 40px;
    font-size: 18px;
  }
  .trend-list {
    margin-top: 60px;
  }
  .trend-list .list-item {
    width: calc(33.333% - ((20px * 2) / 3));
    margin-top: 30px;
  }
  .trend-list .list-item:not(:nth-of-type(3n+1)) {
    margin-left: 20px;
  }
  .trend-list .list-item .inner .bg-box {
    height: 200px;
  }
  .trend-list .list-item .inner .text-box {
    margin-top: 20px;
  }
  .trend-list .list-item .inner .text-box .list-date {
    margin-top: 10px;
    font-size: 15px;
  }
  .trend-list .list-item .inner .text-box .list-cate {
    font-size: 15px;
  }
  /* ---------------시장 동향 리스트 END--------------- */
  /* 
    
    */
  /* ---------------시장 동향 뷰 START--------------- */
  .view-title-box .view-title {
    font-size: 33px;
    margin: 10px 0;
  }
  .view-title-box .view-cate,
  .view-title-box .view-date {
    font-size: 16px;
  }
  .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: 850px) {
  /* ---------------시장 동향 리스트 START--------------- */
  .cate-list li a, .cate-list li .btn-cate {
    height: 37px;
    font-size: 17px;
  }
  .trend-list {
    margin-top: 50px;
  }
  .trend-list .list-item {
    width: calc(50% - (25px / 2));
    margin-top: 35px;
  }
  .trend-list .list-item:not(:nth-of-type(3n+1)) {
    margin-left: 0;
  }
  .trend-list .list-item:not(:nth-of-type(2n+1)) {
    margin-left: 25px;
  }
  .trend-list .list-item:nth-of-type(3) {
    margin-top: 35px;
  }
  /* ---------------시장 동향 리스트 END--------------- */
  /* 
    
    */
  /* ---------------시장 동향 뷰 START--------------- */
  .view-title-box .view-title {
    font-size: 30px;
    margin: 7px 0;
  }
  .view-title-box .view-cate,
  .view-title-box .view-date {
    font-size: 15px;
  }
  .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: 600px) {
  /* ---------------시장 동향 리스트 START--------------- */
  .cate-list li {
    margin: 3px;
  }
  .cate-list li a, .cate-list li .btn-cate {
    padding: 0 13px;
    height: 35px;
    font-size: 16px;
  }
  .trend-list {
    margin-top: 40px;
  }
  .trend-list .list-item {
    width: calc(50% - (15px / 2));
    margin-top: 25px;
  }
  .trend-list .list-item:not(:nth-of-type(2n+1)) {
    margin-left: 15px;
  }
  .trend-list .list-item:nth-of-type(3) {
    margin-top: 25px;
  }
  .trend-list .list-item .inner .bg-box {
    height: 180px;
  }
  .trend-list .list-item .inner .text-box {
    margin-top: 15px;
  }
  .trend-list .list-item .inner .text-box .list-tit {
    margin-top: 5px;
  }
  .trend-list .list-item .inner .text-box .list-date {
    font-size: 14px;
    margin-top: 7px;
  }
  .trend-list .list-item .inner .text-box .list-cate {
    font-size: 14px;
  }
  /* ---------------시장 동향 리스트 END--------------- */
  /* 
    
    */
  /* ---------------시장 동향 뷰 START--------------- */
  .view-title-box .view-title {
    font-size: 27px;
    margin: 5px 0;
  }
  .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--------------- */
  .cate-list li a, .cate-list li .btn-cate {
    font-size: 15px;
  }
  .trend-list .list-item {
    width: 100%;
    margin-top: 0;
  }
  .trend-list .list-item:not(:nth-of-type(2n+1)) {
    margin-left: 0;
  }
  .trend-list .list-item:nth-of-type(3) {
    margin-top: 0;
  }
  .trend-list .list-item:not(:nth-of-type(1)) {
    margin-top: 25px;
  }
  .trend-list .list-item .inner .bg-box {
    height: 60vw;
  }
  .trend-list .list-item .inner .text-box {
    margin-top: 13px;
  }
  /* ---------------시장 동향 리스트 END--------------- */
  /* 
    
    */
  /* ---------------시장 동향 뷰 START--------------- */
  .view-title-box .view-title {
    font-size: 23px;
  }
  .view-title-box .view-cate,
  .view-title-box .view-date {
    font-size: 14px;
  }
  .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--------------- */
  .cate-list li a, .cate-list li .btn-cate {
    height: 33px;
    font-size: 14px;
  }
  .trend-list .list-item:not(:nth-of-type(1)) {
    margin-top: 20px;
  }
  .trend-list .list-item .inner .text-box {
    margin-top: 10px;
  }
  .trend-list .list-item .inner .text-box .list-tit {
    margin-top: 3px;
  }
  .trend-list .list-item .inner .text-box .list-date {
    font-size: 13px;
    margin-top: 5px;
  }
  .trend-list .list-item .inner .text-box .list-cate {
    font-size: 13px;
  }
  /* ---------------시장 동향 리스트 END--------------- */
  /* 
    
    */
  /* ---------------시장 동향 뷰 START--------------- */
  .view-title-box .view-title {
    font-size: 19px;
  }
  .view-title-box .view-cate,
  .view-title-box .view-date {
    font-size: 13px;
  }
  .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--------------- */
