@charset "UTF-8";
.magazine-list .new-top-icon {
  display: block;
  position: absolute;
  top: -15px;
  left: 19px;
  width: 50px;
  height: 50px;
  background: url(../../images/new_top_icon.png) no-repeat 0 0;
}

.btm-content-body {
  min-height: 66vh;
  padding: 60px 10px 80px;
}
.btm-content-body .thumb-img {
  display: block;
  width: 750px;
  height: auto;
  margin: 0 auto 40px;
}
.btm-content-body .txt-box {
  position: relative;
  padding: 10px 20px;
  margin-bottom: 3px;
  padding-left: 24px;
  vertical-align: top;
}
.btm-content-body .txt-box p {
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 30px;
}
.btm-content-body .txt-box .num-txt {
  display: flex;
  flex-direction: row;
  gap: 8px;
  font-size: 14px;
  line-height: 165%;
  margin-bottom: 30px;
}
.btm-content-body .txt-box .tit2 {
  clear: both;
  position: relative;
  margin-bottom: 16px;
  padding-left: 18px;
  font-size: 15px;
  line-height: 130%;
  font-weight: bold;
  vertical-align: top;
  color: #365c98;
  background: url(../../images/title2_ic.png) no-repeat 0 5px;
}
.btm-content-body .txt-box .tit3 {
  clear: both;
  position: relative;
  margin-bottom: 8px;
  padding: 0 16px 0 16px;
  font-size: 14px;
  line-height: 150%;
  font-weight: bold;
  vertical-align: top;
  background: url(../../images/title3_ic2.png) no-repeat 5px 7px;
  box-sizing: border-box;
}
.btm-content-body .txt-box .txt3 {
  padding-left: 30px;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 140%;
}
.btm-content-body .txt-box .txt3 a {
  color: #353fd5;
  transition: all 0.2s ease;
}
.btm-content-body .txt-box .txt3 a:hover {
  text-decoration: underline;
}
.btm-content-body .txt-box .line-box {
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  padding: 20px 24px;
  line-height: 160%;
  font-size: 14px;
  margin: 20px 0;
}
.btm-content-body .txt-box .cir-num .num {
  line-height: 140%;
  margin: 6px 0;
}
.btm-content-body .txt-box .cir-num .num2 {
  padding-left: 40px;
  margin: 6px 0;
}
.btm-content-body .txt-box .cir-num .num2 li {
  line-height: 140%;
  margin-bottom: 6px;
}
.btm-content-body .txt-box .sup-stxt {
  display: block;
  margin: 4px 0 4px 0;
  margin-left: 8px;
  text-indent: -8px;
  font-size: 11px;
  color: #00a8e7;
  line-height: 140%;
  vertical-align: top;
  margin-bottom: 30px;
}
.btm-content-body .txt-box .sup-stxt a {
  color: blue;
  transition: all 0.2s ease;
}
.btm-content-body .txt-box .sup-stxt a:hover {
  text-decoration: underline;
}

.subMain-banner .swiper-container .swiper-wrapper {
  transform: translate3d(0px, -800px, 0px);
  transition-duration: 0ms;
}
.subMain-banner .swiper-container .swiper-wrapper .swiper-slide {
  height: 200px;
}

.is-con-wrap {
  font-size: 16px;
  color: #555;
  letter-spacing: -0.2px;
  line-height: 180%;
  text-align: left;
  font-family: "Noto Sans KR", sans-serif;
  padding: 60px 10px 0px 10px;
}
.is-con-wrap .tac {
  font-size: 17px;
  text-align: center;
  padding-bottom: 40px;
}
.is-con-wrap h3 {
  display: block;
  margin: 20px 0;
  font-weight: bold;
  font-size: 28px;
  color: #333;
  letter-spacing: -1px;
  line-height: 135%;
}
.is-con-wrap h4 {
  display: block;
  margin: 18px 0;
  font-size: 22px;
  color: #333;
  letter-spacing: -0.8px;
  line-height: 135%;
  font-weight: 600;
}
.is-con-wrap p {
  font-size: 16px;
  color: #333;
  margin: 18px 0;
}
.is-con-wrap .rel-data-box {
  margin-top: 20px;
  padding: 20px;
  border: none;
  border-top: 1px dashed #bbb;
  border-bottom: 1px dashed #bbb;
  margin-bottom: 40px;
}
.is-con-wrap .rel-data-box .rel-item {
  display: block;
  position: relative;
  padding-left: 20px;
  line-height: 180%;
  transition: all 0.2s ease;
}
.is-con-wrap .rel-data-box .rel-item::after {
  position: absolute;
  top: -1px;
  left: 0;
  content: "→";
}
.is-con-wrap .rel-data-box .rel-item:hover {
  color: #ff5529;
}
.is-con-wrap .img-responsive {
  display: block;
  margin: 2.4em auto 2.5em auto;
  margin-bottom: 10px;
  max-width: 100%;
  height: auto;
}
.is-con-wrap .num-items {
  padding: 0 20px;
}
.is-con-wrap .num-items li a {
  display: inline-block;
  color: blue;
}
.is-con-wrap .num-items li a:hover {
  text-decoration: underline;
}

.post-sub-menu {
  display: flex;
  flex-direction: row;
  gap: 4px;
  width: 100%;
}
.post-sub-menu li {
  flex: 1;
  position: relative;
  transition: all 0.2s ease;
}
.post-sub-menu li:hover {
  bottom: -2px;
}
.post-sub-menu li:hover .ps-menu-item {
  background-color: #fff;
  border-color: #19218f;
  color: #19218f;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1);
}
.post-sub-menu li.active .ps-menu-item {
  background-color: #fff;
  border-color: #19218f;
  color: #19218f;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1);
}
.post-sub-menu li.active:hover {
  bottom: 0;
}
.post-sub-menu .ps-menu-item {
  padding: 15px 12px;
  border-radius: 5px;
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #666;
  text-decoration: none !important;
  text-align: center;
  border: 2px solid #ddd;
  background: #e0e0e0;
  transition: all 0.2s ease;
  cursor: pointer;
}
.post-sub-menu .depth-menu {
  position: absolute;
  top: 50px;
  display: flex;
  flex-direction: column;
  padding-top: 7px;
  overflow: hidden;
  width: 100%;
  z-index: 100;
  height: 0;
  visibility: hidden;
}
.post-sub-menu .depth-menu.show {
  height: auto;
  background-color: transparent;
  visibility: visible;
}
.post-sub-menu .depth-menu::after {
  content: "";
  position: absolute;
  top: -6px;
  left: calc(50% - 5px);
  width: 0px;
  height: 0px;
  border: 7px solid;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(18, 24, 105, 0.8941176471) rgba(0, 0, 0, 0);
  z-index: 10;
}
.post-sub-menu .depth-menu .depth-item {
  width: 100%;
  color: rgba(255, 255, 255, 0.7607843137);
  padding: 12px 15px 9px;
  background-color: rgba(18, 24, 105, 0.8941176471);
  letter-spacing: -0.5px;
}
.post-sub-menu .depth-menu .depth-item:first-child {
  padding-top: 20px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.post-sub-menu .depth-menu .depth-item:last-child {
  padding-bottom: 18px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.post-sub-menu .depth-menu .depth-item:hover {
  color: #fff;
  font-weight: bold;
}

.news-body-wp {
  clear: both;
  margin-top: 40px;
  overflow: hidden;
}
.news-body-wp .left-wp {
  width: 76%;
  padding-right: 25px;
  float: left;
  min-height: 100px;
}
.news-body-wp .news-tbl {
  clear: both;
  width: 100%;
  position: relative;
  border-top: 1px solid #777;
  border-bottom: 1px solid #777;
  margin-top: 12px;
  margin-bottom: 30px;
}
.news-body-wp .news-tbl:last-child .news-tbl-item {
  border-bottom: 0;
}
.news-body-wp .news-tbl-item {
  padding: 18px 6px;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #e9e9e9;
}
.news-body-wp .news-tbl-item:hover .thumb img {
  scale: 1.02;
}
.news-body-wp .news-tbl-item:hover .content-txt .tit {
  color: #353fd5;
}
.news-body-wp .news-tbl-item:hover .content-txt .detail-txt {
  color: #333;
}
.news-body-wp .news-tbl-item .thumb {
  width: 200px;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
  margin-right: 20px;
}
.news-body-wp .news-tbl-item .thumb img {
  width: 100%;
  height: 130px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.2s ease;
}
.news-body-wp .news-tbl-item .content-txt {
  display: flex;
  flex-direction: column;
  padding: 4px;
  width: calc(100% - 220px);
}
.news-body-wp .news-tbl-item .content-txt .tit {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
  margin-bottom: 10px;
  font-size: 21.5px;
  letter-spacing: -1px;
  line-height: 130%;
  font-weight: 500;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: all 0.2s;
}
.news-body-wp .news-tbl-item .content-txt .detail-txt {
  display: -webkit-box;
  min-height: 56px;
  margin-bottom: 9px;
  font-size: 13px;
  color: #888;
  line-height: 140%;
  transition: all 0.2s;
  word-wrap: break-word;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-body-wp .news-tbl-item .content-txt .etc {
  display: flex;
  flex-direction: row;
}
.news-body-wp .news-tbl-item .content-txt .etc .date {
  margin-right: 20px;
  font-size: 12px;
  color: #999;
}
.news-body-wp .news-tbl-item .content-txt .etc .source {
  font-size: 12px;
  color: #999;
}
.news-body-wp .newsSwiper {
  height: auto;
  margin-bottom: 40px;
}
.news-body-wp .newsSwiper .swiper-slide {
  height: 200px;
  overflow: hidden;
}
.news-body-wp .newsSwiper .banner-slide {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 200px;
  background-color: #f7f7f7;
  border-radius: 5px;
  overflow: hidden;
}
.news-body-wp .newsSwiper .banner-slide .thumb {
  width: 348px;
  height: 200px;
  overflow: hidden;
  margin-right: 32px;
}
.news-body-wp .newsSwiper .banner-slide .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.news-body-wp .newsSwiper .banner-slide .content-txt {
  width: calc(100% - 380px);
  height: 200px;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-right: 38px;
}
.news-body-wp .newsSwiper .banner-slide .content-txt .category {
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 14px;
  padding: 0 14px;
  height: 28px;
  font-size: 13px;
  color: #fff;
  line-height: 25px;
  text-align: center;
  background: #333;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.news-body-wp .newsSwiper .banner-slide .content-txt .tit {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
  letter-spacing: -1px;
  display: block;
  font-size: 23px;
  line-height: 130%;
  font-weight: 500;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 12px;
}
.news-body-wp .newsSwiper .banner-slide .content-txt .summary {
  height: 56px;
  font-size: 13px;
  color: #888;
  line-height: 140%;
  word-wrap: break-word;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.news-body-wp .news-prev, .news-body-wp .news-next {
  background-color: #000;
  opacity: 0.1;
  width: 20px;
  height: 80px;
  transition: all 0.2s ease;
  top: 81px;
}
.news-body-wp .news-prev::after, .news-body-wp .news-next::after {
  font-size: 17px;
  color: #fff;
}
.news-body-wp .news-prev:hover, .news-body-wp .news-next:hover {
  opacity: 0.7;
}
.news-body-wp .news-prev {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  left: 0;
}
.news-body-wp .news-next {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  right: 0;
}
.news-body-wp .right-wp {
  width: 24%;
  float: left;
}
.news-body-wp .expertSwiper {
  height: auto;
  margin-bottom: 30px;
}
.news-body-wp .expertSwiper .swiper-slide {
  height: 106px;
  background-color: #f7f7f7;
  border-radius: 4px;
  overflow: hidden;
}
.news-body-wp .expertSwiper .expert-prev {
  left: 3px;
}
.news-body-wp .expertSwiper .expert-next {
  right: 3px;
}
.news-body-wp .expertSwiper .expert-prev, .news-body-wp .expertSwiper .expert-next {
  width: 14px;
  opacity: 0.5;
  transition: all 0.2s ease;
  height: 100%;
  top: 21px;
}
.news-body-wp .expertSwiper .expert-prev::after, .news-body-wp .expertSwiper .expert-next::after {
  font-size: 13px;
  font-weight: bold;
  color: #333;
}
.news-body-wp .expertSwiper .expert-prev:hover, .news-body-wp .expertSwiper .expert-next:hover {
  opacity: 1;
}
.news-body-wp .expertSwiper .expert-slide {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  padding: 12px 22px;
}
.news-body-wp .expertSwiper .expert-slide:hover .thumb img {
  scale: 1.02;
}
.news-body-wp .expertSwiper .expert-slide:hover .content-txt .tit {
  color: #353fd5;
}
.news-body-wp .expertSwiper .expert-slide:hover .content-txt .summary {
  color: #333;
}
.news-body-wp .expertSwiper .expert-slide .thumb {
  width: 80px;
  height: 80px;
  overflow: hidden;
  margin-right: 12px;
  border-radius: 3px;
}
.news-body-wp .expertSwiper .expert-slide .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.2s ease;
}
.news-body-wp .expertSwiper .content-txt {
  width: 146px;
  height: 80;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-top: 2px;
}
.news-body-wp .expertSwiper .content-txt .tit {
  display: -webkit-box;
  height: 34px;
  margin: 1px 0 9px 0;
  font-size: 14px;
  color: #333;
  line-height: 130%;
  word-wrap: break-word;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.2s;
  overflow: hidden;
  font-weight: bold;
}
.news-body-wp .expertSwiper .content-txt .summary {
  display: -webkit-box;
  height: 27px;
  font-size: 12px;
  color: #777;
  letter-spacing: -0.5px;
  line-height: 120%;
  word-wrap: break-word;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.2s;
  overflow: hidden;
}
.news-body-wp .yepan-list {
  padding: 12px;
  background: #f7f7f7;
  border-radius: 4px;
  margin-bottom: 40px;
}
.news-body-wp .yepan-list .yp-list-item {
  display: block;
  width: 100%;
  padding-left: 9px;
  margin-bottom: 6px;
  font-size: 13px;
  line-height: 150%;
  text-decoration: none !important;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  transition: all 0.2s ease;
  letter-spacing: -0.5px;
}
.news-body-wp .yepan-list .yp-list-item::after {
  position: absolute;
  top: 9px;
  left: 0;
  content: "";
  width: 2px;
  height: 2px;
  border-radius: 2px;
  background-color: #333;
  transition: all 0.2s ease;
}
.news-body-wp .yepan-list .yp-list-item:hover {
  color: #353fd5;
  font-weight: 500;
}
.news-body-wp .yepan-list .yp-list-item:hover::after {
  background-color: #353fd5;
}
.news-body-wp .rt-tit {
  position: relative;
  font-size: 19px;
  font-weight: bold;
  line-height: 130%;
  padding-left: 12px;
  margin-bottom: 12px;
}
.news-body-wp .rt-tit::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 22px;
  border-radius: 2px;
  background-color: #333;
  left: 0;
  top: 2px;
}
.news-body-wp .rt-content-2 {
  clear: both;
  width: 100%;
  border: 1px solid #ddd;
  margin-bottom: 40px;
  font-size: 14px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  overflow: hidden;
}
.news-body-wp .rt-content-2 .con-tit {
  padding: 16px 12px;
  font-size: 18px;
  letter-spacing: -1px;
  font-weight: bold;
  border-bottom: 1px solid #dcdcdc;
  background-color: #f7f7f7;
}
.news-body-wp .rt-content-2 .con-body {
  padding: 14px 12px;
}
.news-body-wp .rt-content-2 .first-item {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.news-body-wp .rt-content-2 .first-item .tit {
  display: -webkit-box;
  font-weight: bold;
  letter-spacing: -0.5px;
  font-size: 14px;
  line-height: 130%;
  height: 40px;
  margin-bottom: 4px;
  word-wrap: break-word;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.2s ease;
}
.news-body-wp .rt-content-2 .first-item:hover .tit {
  color: #353fd5;
}
.news-body-wp .rt-content-2 .first-item:hover .row .stxt {
  color: #333;
}
.news-body-wp .rt-content-2 .row {
  display: flex;
  flex-direction: row;
}
.news-body-wp .rt-content-2 .row .thumb {
  display: inline;
  width: 78px;
  height: 78px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  margin-right: 10px;
  border-radius: 4px;
}
.news-body-wp .rt-content-2 .row .stxt {
  display: -webkit-box;
  width: 170px;
  height: 75px;
  font-size: 12px;
  color: #888;
  line-height: 150%;
  padding-top: 3px;
  transition: all 0.2s ease;
  word-wrap: break-word;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-body-wp .rt2-list-item {
  display: block;
  width: 100%;
  padding-left: 9px;
  margin-bottom: 6px;
  font-size: 13px;
  line-height: 150%;
  text-decoration: none !important;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  transition: all 0.2s ease;
  letter-spacing: -0.5px;
}
.news-body-wp .rt2-list-item:last-child {
  margin-bottom: 0;
}
.news-body-wp .rt2-list-item::after {
  position: absolute;
  top: 9px;
  left: 0;
  content: "";
  width: 2px;
  height: 2px;
  border-radius: 2px;
  background-color: #333;
  transition: all 0.2s ease;
}
.news-body-wp .rt2-list-item:hover {
  color: #353fd5;
  font-weight: 500;
}
.news-body-wp .rt2-list-item:hover::after {
  background-color: #353fd5;
}
.news-body-wp .rt-con-tabs {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.news-body-wp .rt-con-tabs .tab {
  flex: 1;
  font-size: 17px;
  text-align: center;
  padding: 14px 0;
  background-color: #f7f7f7;
  font-weight: bold;
  color: #777;
  border-bottom: 1px solid #ddd;
  transition: all 0.2s ease;
  cursor: pointer;
}
.news-body-wp .rt-con-tabs .tab:hover {
  color: #333;
}
.news-body-wp .rt-con-tabs .tab.active {
  background-color: #fff;
  border-bottom: 0;
  color: #353fd5;
}
.news-body-wp .rt-con-tabs .tab:first-child {
  border-right: 1px solid #ddd;
}

.sm-img-c {
  display: block;
  margin: 0 auto 10px auto;
}

.press-content {
  align-items: flex-start;
  margin-bottom: 50px;
}
.press-content .row-lt {
  float: left;
  width: 65%;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
}
.press-content .low-rt {
  float: right;
  width: 33%;
  padding: 4px 0 0 0;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
}

.press-con {
  width: 100%;
  clear: both;
  position: relative;
  border: 1px solid #ccc;
  padding: 10px 12px;
  border-radius: 4px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
.press-con .press-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid #eaeaea;
  padding: 8px 0 8px 10px;
}
.press-con .press-item:first-child {
  padding-top: 8px;
}
.press-con .press-item:last-child {
  border-bottom: none;
}
.press-con .press-item:hover .date {
  color: #333;
}
.press-con .press-item .tit {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  padding: 10px 4px;
  width: 66%;
}
.press-con .press-item .tit:hover p {
  color: #353fd5;
}
.press-con .press-item .tit p {
  display: block;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-left: 38px;
  transition: all 0.2s ease;
  letter-spacing: -1px;
}
.press-con .press-item .tit .progress-tag {
  position: absolute;
  left: 0;
  margin: 0;
}
.press-con .press-item .origin {
  font-size: 13px;
  text-align: center;
  width: 10%;
  transition: all 0.2s ease;
}
.press-con .press-item .date {
  font-size: 13px;
  color: #888;
  text-align: center;
  width: 12%;
  transition: all 0.2s ease;
}
.press-con .press-item .download {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2px;
  width: 12%;
  margin: 0;
  line-height: initial !important;
}

.vogueSwiper {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ddd;
  height: 276px;
}
.vogueSwiper:last-child {
  border-bottom: none;
}
.vogueSwiper .swiper-slide {
  width: 396px;
  height: auto;
  padding: 12px 10px 0;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #ebebeb;
}
.vogueSwiper .swiper-slide:hover .tit {
  color: #ff5529;
  text-decoration: underline !important;
}
.vogueSwiper .swiper-slide .tit {
  width: 100%;
  font-size: 14px;
  height: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.2s ease;
  margin-bottom: 4px;
}
.vogueSwiper .swiper-slide .etc {
  margin: 1px 0 9px 0;
  display: flex;
  flex-direction: row;
  gap: 4px;
  font-size: 11px;
  color: #777;
}
.vogueSwiper .swiper-slide .etc .origin {
  margin: 1px 0 0 0;
  font-size: 11px;
  color: #777;
}
.vogueSwiper .swiper-slide .etc .date {
  margin: 1px 0 0 0;
  font-size: 11px;
  color: #aaa;
}

.heasul-content p {
  margin: 0 0 0 0;
  font-size: 100%;
  text-align: left;
  line-height: 1.6em;
  vertical-align: middle;
}
.heasul-content {
  font-size: 100%;
  line-height: 1.7em;
}
.ficon-dicon {
  width: 18px;
  height: 18px;
  border-radius: 2px;
  vertical-align: bottom;
}
.progress-tag.taxation {
  background-color: #51949b;
}
.progress-tag.accounting {
  background-color: #578f68;
}
.progress-tag.labor {
  background-color: #918356;
}
.newstd_date {
  font-size: 13px !important;
  color: #888 !important;
}
.suj-tit-newsdate {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 684px !important;
  vertical-align: middle;
}
.new-badge {
  margin-left: 6px;
}
.list-pre table.List th span::after {
  content: "";
  position: absolute;
  top: 1px;
  right: 0;
  width: 1px;
  height: 11px;
  background: #d7d7d7;
  z-index: 2;
}
.list-pre table.List th span {
  clear: both;
  display: block;
  position: relative;
  color: #777;
}
.list-pre table.List th:last-child span::after {
  width: 0;
}