main.thepage {
  position: relative;
  z-index: 10;

  background-color: #F1F5EC;
}
main.thepage.market-list {
  background-color: #F6F1EE;
}
.thepage .p-head {
  z-index: 10;
}
.head-cont .h-img .img {
  background-image: url(../img/archive/main@2x.jpg);
}
.market-list .head-cont .h-img .img {
  background-image: url(../img/market-info/main@2x.jpg);
}

main .sec-bc {
  position: relative;
}
main .sec.news,
main .sec.market-info {
  position: relative;
  padding-bottom: 120px;
}
main .sec-bc:before,
main .sec.news:before,
main .sec.news:after,
main .sec.market-info:before,
main .sec.market-info:after {
  content:"";
  position: absolute;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
main .sec-bc:before {
  right: 0;
  top:-130px;
  background-image: url(../img/archive/bg-01.svg);
  width: 560px;
  height: 280px;
}
main.market-list .sec-bc:before {
  background-image: url(../img/market-info/bg-01.svg);
  top:0;
  left: 0;
  width: 320px;
  height: 200px;
}
main .sec.news:before,
main .sec.market-info:before {
  left: 0;
  top:28%;
  background-image: url(../img/archive/bg-02.svg);
  width: 120px;
  height: 320px;
}
main .sec.news:after,
main .sec.market-info:after {
  right: 0;
  bottom: 0;
  background-image: url(../img/archive/bg-03.svg);
  width: 200px;
  height: 200px;
}

main .sec.market-info:before {
  background-image: url(../img/market-info/bg-02.svg);
  left: auto;
  right: 0;
  width: 500px;
  height: 300px;
  top:180px;
}
main .sec.market-info:after {
  right: auto;
  left: 0;
  background-image: url(../img/market-info/bg-03.svg);
  width: 320px;
  height: 120px;
}

.news-item {
  position: relative;
  z-index: 5;
  display: block;
  background-color: #fff;
  margin-bottom: 20px;
  color:#44382E;
  text-decoration: none;
}
.news-item:visited,.news-item:action {
  color:#44382E;
  text-decoration: none;
}
.news-item:hover {
  text-decoration: none;
  opacity: 0.7;
}
.news-item:after {
  content:"";
  position: absolute;
  right: 25px;
  top:50%;
  transform: translateY(-50%);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/common/arrow-right-gray.svg);
  width: 12px;
  height: 12px;
}
.news-item .thumb {
  height: 100%;
  width: 84px;
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.news-item .thumb.no-img {
}
.news-item .thumb.no-img .inn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  height: 100%;
}

.news-item .n-dt {
  flex-grow: 1;
  line-height: 24px;
  padding:30px;
}
.news-item .n-dt>div {
  display: inline-block;
}
.news-item .n-dt .date {
  width: 90px;
  margin-right: 20px;
}
.news-item .n-dt .tt {
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 600px;
}

/* market item */
.market-info>.container {
  position: relative;
}
.market-info .c-search {
  margin-bottom: 60px;
}
.c-search .cs-i {
  margin-left: 22px;
}
.c-search .cs-i a {
  text-decoration: underline;
}
.cs-i.i-all {
  padding-top: 3px;
}
.cs-i span {
  display:inline-block;
}
.cs-i .custom-select {
  width: auto;
  margin:0 5px;
  padding:4px 28px 4px 10px;
  color:#44382E;
}
.market-i>.row {
  margin-bottom: 40px;
}
.market-i .col-btn {
  text-align: right;
}
.market-i .ml {
  position: relative;
  display: inline-block;
  text-decoration: underline;
  padding-left: 16px;
  vertical-align: middle;
}
.market-i .ml:before {
  position: absolute;
  left: 0;
  top: 0;
  content:"■";
  color:#FF7A1B;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
}
.market-i .btn-tgg {
  position: relative;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  line-height: 16px;
  padding:2px 8px;
  padding-right: 22px;
  text-align: center;
  border:1px solid #FF7A1B;
  background-color:#FF7A1B;
  border-radius: 6px;
  color:#fff;
  width: 75px;
}
.btn-tgg>span {
  display: inline-block;
}
.market-i .btn-tgg:after {
  content:"";
  position: absolute;
  right: 8px;
  top:50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url(../img/common/arrow-down.svg);
  width: 8px;
  height: 8px;
  margin-top: -5px;
}
.market-i .btn-tgg .t-cl {
  display: none;
}
.market-i .btn-tgg.on {
  background-color:#fff;
  color:#FF7A1B;
}
.market-i .btn-tgg.on:after {
  background-image: url(../img/common/close.svg);
  margin-top: -4px;
}
.market-i .btn-tgg.on .t-op {
  display: none;
}
.market-i .btn-tgg.on .t-cl {
  display: inline-block;
}
.market-i .mk-box {
  background-color: #fff;
  border:1px solid #B7A699;
  padding:42px 60px;
  margin-top: 26px;

  display: none;
}
.mk-box h3 {
  font-size: 28px;
  line-height: 30px;
  display: inline-block;
}
.mk-box .sr-date {
  float: right;
}
.mk-box .sr-tb {
  margin-top: 20px;
  font-size: 18px;
  line-height: 24px;
}
.sr-tb .table {
  margin-bottom: 26px;
}
.sr-tb .table:last-child {
  margin-bottom: 0;
}
.sr-tb .table>thead>tr>th {
  color:#fff;
  background-color: #B7A699;
  border:none;
  text-align: center;
  font-weight: 500;
}
.sr-tb .table>thead>tr>.c1.th1 {
  width: 230px;
  background-color: #6F6862;
}
.sr-tb thead .th-last {
  width: 140px;
}
.sr-tb .table tbody {
  text-align: center;
  font-weight: 400;
}
.sr-tb .table thead .tb-num,
.sr-tb .table tbody .tb-num {
  text-align: right;
}
.sr-tb tbody td {
  border-top: none;
  border-bottom: 1px solid #B7A699;
}
.sr-tb .v-intax {
  text-align: right;
  font-size: 15px;
  margin-bottom: 4px;
}
.sr-tb .tb-note {
  font-size: 15px;
}


.paginate-row {
  margin-top: 60px;
}
.data-pagination {
  text-align: center;
}
.paginate-row .data-pagination {
  vertical-align: middle;
}
.data-pagination .page-numbers {
  display: inline-block;
  margin-left: 8px;
  height: 50px;
  width: 50px;
  line-height: 30px;
  vertical-align: middle;
  color:#86817D;
  font-size: 16px;
  line-height: 24px;
  padding-top: 12px;
  background-color:#fff;
  border-radius: 50%;
}
.paginate-row .data-pagination>.page-numbers:hover,
.paginate-row .data-pagination>a:hover,
.data-pagination .current {
  color:#fff;
  background-color: #86817D;
  text-decoration: none;
}
.data-pagination .btn-prev {
  margin-left: 0;
}
.paginate-row .data-pagination>.next.page-numbers:hover,
.paginate-row .data-pagination>.prev.page-numbers:hover {
  background-color: #fff;
}
.data-pagination .btp {
  position: relative;
  display: block;
  width: 25px;
  height: 25px;
  margin:auto;
}
.data-pagination .btp:before {
  content:"";
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  left:0;
  right: 0;
  margin:auto;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
}
.data-pagination .btp.btn-next:before {
  background-image: url(../img/common/arrow-right-gray.svg);
}
.data-pagination .btp.btn-prev:before {
  background-image: url(../img/common/arrow-left-gray.svg);
}

.lastest-news {
  position: relative;
  z-index: 5;
  margin-top: 100px;
}

.lastest-news .n {
  font-size: 28px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 40px;
}
.lastest-news .news-item:after {
  content:none;
}
.lastest-news .news-item .n-dt {
  padding:15px;
}
.lastest-news .news-item .thumb {
  width: 150px;
  height: 150px;
}
.lastest-news .news-item .thumb.no-img .inn img {
  width: 90%;
}
.lastest-news .news-item .n-dt .tt {
  font-size: 15px;
  line-height: 24px;

  white-space:initial;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.lastest-news .news-item .n-dt .date {
  font-size: 12px;
  line-height: 24px;
  margin-right: 0;
}
.lastest-news .n-dt span {
  position: absolute;
  display: inline-block;
  right: 14px;
  bottom: 14px;
  width: 75px;
  font-size: 14px;
  line-height: 24px;
  color:#fff;
  border-radius: 3px;
  background-color: #FF7A1B;
  padding:2px 15px;
}
.lastest-news .n-dt span:after {
  content:"";
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  right: 12px;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(../img/common/arrow-right.svg);
  width: 12px;
  height: 12px;
}

@media (max-width: 1199px) {
  main .sec-bc:before {
    right: -20vw;
  }
}

@media (max-width: 992px) {
  .news-item .n-dt {
    padding:30px 20px;
  }
  .news-item .n-dt .tt {
    max-width: 410px;
  }
  .news-item .n-dt .date {
    margin-right: 10px;
  }
  main .sec.news {
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  main .sec-bc:before,
  main .sec.news:before,
  main .sec.news:after {
    content:none;
  }

  main .sec.news,
  main .sec.market-info {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .news-item .thumb {
    width: 70px;
  }
  .news-item .n-dt {
    padding: 12px 10px;
  }
  .news-item .n-dt .date {
    font-size: 14px;
    line-height: 20px;
  }
  .news-item .n-dt .tt {
    max-width: 250px;
    font-size: 15px;
    line-height: 24px;
  }
  .news-item:after {
    content:none;
  }

  .data-pagination .page-numbers {
    height: 40px;
    width: 40px;
    padding-top: 6px;
  }

  .lastest-news .n {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .lastest-news .news-item .thumb {
    width: 100px;
    height: 100px;
  }
  .lastest-news .news-item .n-dt {
    padding:12px;
  }
  .lastest-news .news-item .n-dt .tt {
    line-height: 20px;
  }
  .lastest-news .n-dt span {
    font-size: 13px;
    line-height: 22px;
    bottom: 12px;
    right: 12px;
  }

  .market-info .c-search {
    justify-content: space-between!important;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .c-search .cs-i {
    margin-left: 0;
  }
  .c-search .i-all {
    width: 38%;
  }
  .c-search .i-s {
    text-align: right;
  }
  .c-search .s-txt {
    display: block;
    margin-bottom: 4px;
  }
}