body {
  background-color: #232323;
}

header {
  background-color: #23232346 !important;
}

header .logo .logo_svg {
  display: none;
}
header .logo .logo_svg_w {
  display: block !important;
}

header .gnbw > li > a {
  color: #fff !important;
}

.mw {
  max-width: 1280px;
  width: calc(100% - 8rem);
  margin: 0 auto;
  min-width: 330px;
}

.btnWrap .bd {
  width: 100%;
  height: 1px;
  background-color: #3d3d3d;
  position: absolute;
  top: 5px;
}

header input[id="hamburger"] + label span {
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  background: #fff;
  transition: all 0.35s;
}
.wrap {
  background-color: #232323;
  padding-top: 50px;
}

.swiperPort_pt {
  width: 100%;
  height: 100%;
}

.swiperPort_pt.pc {
}
.swiperPort_pt.mo1,
.swiperPort_pt.mo2 {
  display: none;
}

.swiperPort_pt:nth-of-type(1) {
  margin-top: 90px;
}

.swiperPort_pt:nth-of-type(4) {
  margin-top: 0;
}

.swiperPort_pt .wrapper-pt {
  padding: 10px 0;
  align-items: center;
  height: 100%;
}

.swiperPort_pt .wrapper-pt.mo {
  display: none;
}

.swiperPort_pt h1 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.swiperPort_pt {
  height: 460px;
}
.swiperPort_pt.pc {
  margin-top: 0;
}
.swiperPort_pt .wrapper-pt {
  padding-top: 50px;
  align-items: center;
}

.swiperPort_pt h1 {
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  padding-top: 25px;
}

.swiper .btnWrap {
  max-width: 1280px;
  width: calc(100% - 8rem);
  height: 16px;
  margin: 0 auto;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  padding-top: 30px;
}

.swiper:nth-of-type(1) .btnWrap:nth-of-type(1) {
  border-top: none;
}
.swiper .btnWrap .next,
.swiper .btnWrap .prev {
  display: flex;
  align-items: end;
}
.swiper .btnWrap .next {
  right: 0 !important;
}
.swiper .btnWrap .prev {
  margin-top: 22px;
  left: 15px;
}
.swiper .btnWrap .next,
.swiper .btnWrap .prev {
  position: relative;
  color: #ff0000;
  top: 0 !important;
  margin: 0;
  width: auto;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 16px !important;
  font-weight: bold;
}

.slide-pt {
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  flex-direction: column;
  width: 248px !important;
  height: 248px !important;
  overflow: hidden;
  border-radius: 6px;
  position: absolute;
  box-shadow: 0px 4px 5px 0px rgba(22, 22, 22, 0.637);
}
.swiper-slide {
  width: 250px !important;
  overflow: hidden;
}
.slideSec {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  overflow: inherit;
  transition: 0.3s;
}

.slideSec .slide-pt img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slideSec .slide-pt .slide-pt-logo {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 64px;
  height: auto;
}

.slide-pt > .slide_title {
  padding: 10px 0;
  font-size: 20px;
}

.slide-pt > a {
  background-color: transparent;
  width: 100%;
  height: 100%;
  display: block;
}

.slideSec .slide-pt {
}

.slideSec .slideText {
  z-index: 99;
  color: #fff;
  width: 100%;
  position: absolute;
  text-align: left;
}

.slideSec .slideText h3 {
  font-size: 14px;
  margin: 25px 0 8px 0;
  color: #fff;
  opacity: 70%;
}

.slideSec .slideText span {
  font-size: 14px;
  color: #fff;
  opacity: 40%;
}

.slideSec .slideText .on_box {
  font-size: 14px;
  margin-top: 8px;
  background-color: #ec1c24;
  opacity: 70%;
  width: 50px;
  line-height: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  color: #fff;
}

.slide-pt > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide-pt > .slide_title {
  padding: 10px 0;
  font-size: 20px;
}

.slide-sm > a {
  background-color: transparent;
  position: absolute;
  width: 100%;
  height: 100%;
}
.swiperPort_pt:nth-of-type(1) {
  margin-top: 90px;
}
.swiperPort_pt:nth-of-type(4) {
  margin-bottom: 20px;
}
.swiperPort_pt:nth-of-type(7) {
  margin-bottom: 100px;
}

.projectArea {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #3d3d3d;
  margin-top: 175px;
}

.projectArea h1 {
  text-align: center;
  font-size: 38px;
  font-weight: bold;
  color: #fff;
  padding-top: 60px;
}

.projectArea .projectInner {
  display: flex;
  flex-direction: column;
  color: #fff;
  width: 70%;
  margin-bottom: 150px;
}

.projectArea .projectInner .tableSec {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #3d3d3d;
  padding: 60px 0;
}

.projectArea .projectInner .tableSec:nth-child(1) {
  border-top: none;
  padding: 60px 0;
}

.projectArea .projectInner .tableSec h2 {
  font-weight: 600;
  padding-top: 14px;
}
.projectArea .projectInner .tableSec .projectList {
  width: 90%;
  font-weight: 400;
  color: #aeaeae;
}

.projectArea .projectInner .tableSec .projectList .popupList {
  display: flex;
  justify-content: space-between;
  padding: 12px 10px;
  cursor: pointer;
  transition: 0.1s;
}
.projectArea .projectInner .tableSec .projectList .popupList:hover {
  background-color: #c31a21;
  color: #fff;
}

.projectArea .popupList > * {
}
.projectArea .popupList .pName {
  font-size: 16px;
  width: 70%;
}

.projectArea .popupList .pCate {
  width: 15%;
}
.projectArea .popupList .pDivi {
  width: 15%;
  text-align: right;
}

.projectArea .moretable .popupList .pName {
  width: 70%;
}
.projectArea .moretable .popupList .pCate {
  width: 15%;
}
.projectArea .moretable .popupList .pDivi {
  width: 15%;
  text-align: right;
}

.projectArea .projectInner .moretable {
  display: flex;
  flex-direction: column;
}

.projectArea .projectInner .moretable .moreBox {
}

.projectArea .projectInner .moretable .moreSec {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #3d3d3d;
  padding: 42px 0 35px 0;
}

.projectArea .projectInner .moretable .moreSec .projectList {
  flex-direction: column;
  display: flex;
}

.projectArea .projectInner .moretable .moreSec .popupList {
}

.projectArea .projectInner span {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #ec1c24;
  font-weight: bold;
}
.projectArea .projectInner span i {
  padding-left: 4px;
}

#banner_online {
  height: 270px;
  width: 350px;
  border: 1px solid black;
  box-shadow: 3px 3px 7px 1px grey;
  background-color: white;
  z-index: 9999;
  margin-left: 36%;
  margin-top: 6%;
  position: fixed;
}

.btn_open {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.pop_wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  font-size: 0;
  text-align: center;
  z-index: 99999;
}
.pop_wrap:after {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: "";
}
.pop_wrap .pop_inner {
  display: inline-block;
  background: #fff;
  color: #000;
  max-width: 570px;
  width: 70%;
  vertical-align: middle;
  font-size: 15px;
  border-radius: 10px;
  box-shadow: 0px 4px 5px 0px rgba(22, 22, 22, 0.637);
}

.pop_wrap .pop_inner .popHead {
  position: fixed;
  padding: 30px 25px 25px;
  max-width: 570px;
  max-height: 952px;
  height: 80%;
  background-color: #fff;
  border-radius: 10px;
  text-align: left;
  top: 50%;
  left: 50%;
  margin-top: -41vh;
  margin-left: -285px;
  overflow: hidden;
}

.noWrap .pop_inner .popHead {
  position: fixed;
  padding: 36px;
  max-width: 430px;
  max-height: 430px;
  width: 430px;
  height: 430px;
  background-color: #fff;
  border-radius: 10px;
  text-align: left;
  top: 50%;
  left: 50%;
  margin-top: -215px;
  margin-left: -215px;
  overflow: hidden;
  transition: 0.3s;
}

.pop_wrap .pop_inner .popHead p {
  max-width: 480px;
  font-size: 20px;
  line-height: 25px;
  font-weight: bold;
  padding-bottom: 25px;
}

.noWrap .pop_inner .popHead .ndsc {
  max-width: 480px;
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}

.pop_wrap .pop_inner button {
  position: absolute;
  top: 29px;
  right: 25px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  width: 20px;
  height: 20px;
  padding: 0;
}

.pop_wrap .pop_inner button img {
  width: 100%;
}

.pop_wrap .pop_inner .popImg {
  max-height: 852px;
  margin: 0 auto;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin-bottom: 25px;
}

.noWrap .pop_inner .popImg {
  max-height: 852px;
  margin: 0 auto;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin-bottom: 13px;
}
.pop_wrap .pop_inner img {
  width: 100%;
}

@media (max-width: 1279px) {
  .swiperPort_pt {
    height: 380px;
    margin-top: 30px;
  }

  .swiperPort_pt .wrapper-pt {
    padding-top: 50px;
    align-items: center;
  }

  .swiperPort_pt h1 {
    font-size: 16px;
    font-weight: bold;
    width: 100%;
  }

  .swiper .btnWrap {
    height: 16px;
    margin: 0 auto;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
  }

  .swiper .btnWrap .next,
  .swiper .btnWrap .prev {
    position: relative;
    color: #ff0000;
    top: 0 !important;
    margin: 0;
    width: auto;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 16px !important;
    font-weight: bold;
  }

  .slideSec {
    position: relative;
    width: 210px !important;
    display: flex;
    align-items: center;
    text-align: center;
    overflow: hidden;
  }

  .slideSec .slide-pt img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .slide-pt {
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    flex-direction: column;
    width: 100% !important;
    height: 200px !important;
    overflow: hidden;
    border-radius: 6px;
    position: absolute;
  }

  .slide-pt > .slide_title {
    padding: 10px 0;
    font-size: 20px;
  }

  .slide-pt > a {
    background-color: transparent;
    width: 100%;
    height: 100%;
  }

  .slideSec .slide-pt {
  }

  .slideSec .slideText {
    z-index: 99;
    color: #fff;
    width: 100%;
    position: absolute;
    text-align: left;
  }

  .slideSec .slideText h3 {
    font-size: 14px;
    margin: 17px 0 6px 0;
  }

  .slideSec .slideText span {
    font-size: 14px;
    color: #fff;
    opacity: 40%;
  }

  .slideSec .slideText .on_box {
    font-size: 14px;
    margin-top: 8px;
    background-color: #ec1c24;
    width: 50px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
  }

  .slide-pt > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .slide-pt > .slide_title {
    padding: 10px 0;
    font-size: 20px;
  }

  .slide-sm > a {
    background-color: transparent;
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .projectArea {
    color: #999;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }

  .projectArea > h1 {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    padding-top: 40px;
    text-align: left;
  }

  .projectArea .projectInner {
    width: 100%;
  }

  .projectArea .daysInner .proCon {
    display: flex;
    justify-content: space-around;
    gap: 50px;
    border-top: 1px solid #3d3d3d;
    padding: 50px 0;
  }

  .projectArea .daysInner .proCon .ulCon {
    gap: 50px;
    display: flex;
    justify-content: space-around;
  }
  .projectArea .daysInner .proCon:nth-of-type(1) {
    border-top: none;
  }

  .projectArea .daysInner .proCon .listCom li {
    display: flex;
    gap: 10px;
    padding-bottom: 20px;
  }

  .projectArea .daysInner .proCon .listCom:nth-of-type(1) li {
    width: 440px;
  }

  .projectArea .daysInner .proCon .listCom:nth-of-type(2) li {
    width: 100px;
  }

  .projectArea .daysInner .proCon .listCom li span {
    width: 100px;
  }

  #perHidden {
  }

  #perHidden .proCon {
    display: flex;
  }

  #pro_hidden {
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: flex;
    justify-content: space-around;
  }

  #perHidden .more-text {
    font-size: 14px;
    color: #ec1c24;
    cursor: pointer;
    text-align: center;
    display: block;
    padding: 40px 0;
  }
}

@media (max-width: 1023px) {
  .swiperPort_pt {
    height: 370px;
    margin-top: 30px;
  }

  .swiperPort_pt .wrapper-pt {
    padding-top: 50px;
    align-items: center;
  }

  .swiperPort_pt h1 {
    font-size: 16px;
    font-weight: bold;
    width: 100%;
  }

  .swiper .btnWrap {
    height: 16px;
    margin: 0 auto;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
  }

  .swiper .btnWrap .next,
  .swiper .btnWrap .prev {
    position: relative;
    color: #ff0000;
    top: 0 !important;
    margin: 0;
    width: auto;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 16px !important;
    font-weight: bold;
  }

  .slideSec {
    position: relative;
    width: 210px !important;
    display: flex;
    align-items: center;
    text-align: center;
    overflow: hidden;
  }

  .slideSec .slide-pt img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .slide-pt {
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    flex-direction: column;
    width: 100% !important;
    height: 200px !important;
    overflow: hidden;
    border-radius: 6px;
    position: absolute;
  }

  .slideSec .slide-pt img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .slide-pt > .slide_title {
    padding: 10px 0;
    font-size: 20px;
  }

  .slide-pt > a {
    background-color: transparent;
    width: 100%;
    height: 100%;
  }

  .slideSec .slide-pt {
  }

  .slideSec .slideText {
    z-index: 99;
    color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: left;
  }

  .slideSec .slideText h3 {
    font-size: 14px;
  }

  .slideSec .slideText span {
    font-size: 14px;
    color: #fff;
    opacity: 40%;
  }

  .slideSec .slideText .on_box {
    font-size: 14px;
    margin-top: 8px;
    background-color: #ec1c24;
    width: 50px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
  }

  .slide-pt > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .slide-pt > .slide_title {
    padding: 10px 0;
    font-size: 20px;
  }

  .slide-sm > a {
    background-color: transparent;
    position: absolute;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  .swiper .btnWrap {
    width: calc(100% - 8rem);
  }
}

@media (max-width: 767px) {
  header input[id="hamburger"] + label span {
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    background: #fff;
    transition: all 0.35s;
  }
  .swiperPort_pt {
    height: 450px;
    margin-top: 0 !important;
  }
  .swiperPort_pt.pc {
    display: none;
  }
  .swiperPort_pt.mo1,
  .swiperPort_pt.mo2 {
    display: block;
  }
  .swiperPort_pt.mo1 {
    margin-top: 30px;
    height: 450px;
  }

  .swiperPort_pt.mo1:last-child {
  }

  .swiperPort_pt.mo2 {
    margin-top: 0;
    height: 390px;
  }

  .swiperPort_pt.mo1 .prev,
  .swiperPort_pt.mo2 .prev {
    display: none;
  }
  .swiperPort_pt.mo1 .next,
  .swiperPort_pt.mo2 .next {
    display: none;
  }

  .swiperPort_pt .wrapper-pt {
    padding-top: 50px;
    align-items: center;
  }
  .swiperPort_pt .wrapper-pt.pc {
    display: none;
  }
  .swiperPort_pt .wrapper-pt.mo {
    display: flex;
  }

  .swiperPort_pt:last-of-type {
    height: 800px;
  }

  .swiperPort_pt h1 {
    font-size: 20px;
    font-weight: bold;
    width: 100%;
  }

  .swiper .btnWrap {
    width: calc(100% - 6rem);
    height: 32px;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    margin-top: 20px;
  }

  .swiperPort_pt.mo2 .btnWrap {
    border-top: 0 !important;
    display: none;
  }

  .swiper .btnWrap .next,
  .swiper .btnWrap .prev {
    position: relative;
    color: #ff0000;
    top: 0 !important;
    margin: 0;
    width: auto;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 16px !important;
    font-weight: bold;
  }

  .slideSec {
    position: relative;
    width: 16rem !important;
    display: flex;
    align-items: center;
    text-align: center;
    overflow: hidden;
  }
  .slide-pt {
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    flex-direction: column;
    width: 100% !important;
    height: 16rem !important;
    overflow: hidden;
    border-radius: 6px;
    position: absolute;
  }

  .slideSec .slide-pt img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .slideSec .slide-pt .slide-pt-logo {
    right: 7px;
    bottom: 7px;
    width: 37px;
  }

  .slide-pt > .slide_title {
    padding: 10px 0;
    font-size: 20px;
  }

  .slide-pt > a {
    background-color: transparent;
    width: 100%;
    height: 100%;
  }

  .slideSec .slide-pt {
  }

  .slideSec .slideText {
    z-index: 99;
    color: #fff;
    width: 100%;
    position: absolute;
    text-align: left;
  }

  .slideSec .slideText h3 {
    margin: 17px 0 6px 0;
    font-weight: 500;
  }

  .slideSec .slideText span {
    color: #fff;
    opacity: 40%;
  }

  .slideSec .slideText .on_box {
    font-size: 15px;
    margin-top: 10px;
    background-color: #ec1c24;
    width: 50px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
  }

  .slide-pt > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .slide-pt > .slide_title {
    padding: 10px 0;
    font-size: 20px;
  }

  .slide-sm > a {
    background-color: transparent;
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .btnWrap .bd {
    display: none;
  }

  .swiper .btnWrap {
    border-top: 1px solid #3d3d3d !important;
  }

  .projectArea {
    margin-top: 60px !important;
  }

  .projectArea .moretable .popupList .pCate {
    text-align: right;
    width: 25%;
  }

  .projectArea .moretable .popupList .pDivi {
    display: none;
  }

  .projectArea .projectInner .tableSec .projectList .popupList:hover {
    background-color: transparent;
    color: #aeaeae;
    cursor: auto;
  }

  .projectArea {
  }

  .projectArea > h1 {
    display: none;
  }
  .projectArea .projectInner {
    margin-bottom: 0;
  }
  .projectArea .projectInner .tableSec {
    flex-direction: column;
    justify-content: space-around;
    padding: 15px 0;
  }

  .projectArea .projectInner .tableSec:nth-child(1) {
    border-top: none;
    padding: 15px 0;
  }

  .projectArea .projectInner .tableSec h2 {
    font-size: 14px;
    padding: 0;
    margin-bottom: 15px;
  }
  .projectArea .popupList {
    font-size: 13px;
  }
  .projectArea .projectInner .tableSec .projectList {
    width: 100%;
  }
  .projectArea .projectInner .tableSec .projectList .popupList {
    padding: 8px 0;
  }
  .projectArea .projectInner .moretable .moreSec {
    padding: 15px 0;
  }
  .projectArea .projectInner .moreSec h2 {
    margin-bottom: 10px;
  }
  .projectArea .projectInner .moretable {
    border-top: 1px solid #3d3d3d;
  }
  .projectArea .projectInner .moretable .moreBox {
  }
  .projectArea .popupList .pName {
    font-size: 13px;
    width: 75%;
  }
  .projectArea .popupList .pCate {
    text-align: right;
    width: 25%;
  }
  .projectArea .projectInner .tableSec .pDivi {
    display: none;
  }
  .projectArea .projectInner span {
    font-size: 13px;
    color: #fff;
    opacity: 40%;
    padding: 30px 0 54px 0;
  }

  .projectArea .projectInner span i {
    padding-bottom: 8px;
  }
  .projectArea .projectInner .moretable .more-text {
    flex-direction: column-reverse;
  }
  .projectArea .projectInner .moretable .less-text {
    flex-direction: column-reverse;
  }
  .btn_open {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .pop_wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 0;
    text-align: center;
    z-index: 9999999;
    display: none;
  }
  .pop_wrap:after {
    display: inline-block;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    content: "";
  }
  .pop_wrap .pop_inner {
    display: inline-block;
    color: #000;
    max-width: 100%;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    font-size: 15px;
    border-radius: 0;
  }

  .noWrap .pop_inner {
    display: inline-block;
    background-color: transparent;
  }
  .pop_wrap .pop_inner .popHead {
    z-index: 9999999 !important;
    position: fixed;
    padding: 27px 20px 20px;
    width: 100vw;
    max-width: 100%;
    max-height: 100%;
    height: 100vh;
    background-color: #fff;
    text-align: left;
    overflow: hidden;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin-left: 0;
    margin-top: 0;
    border-radius: 0;
  }

  .noWrap .pop_inner .popHead {
    z-index: 9999999 !important;
    position: fixed;
    padding: 50px;
    width: 550px;
    height: 550px;
    max-width: 600px;
    max-height: 600px;
    overflow: hidden;
    top: 50%;
    left: 50%;
    margin-left: -275px;
    margin-top: -275px;
    border-radius: 10px;
  }

  .pop_wrap .pop_inner .popHead p {
    max-width: 90%;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    padding-bottom: 0;
  }

  .noWrap .pop_inner .popHead .ndsc {
    font-size: 30px;
  }

  .pop_wrap .pop_inner button {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    width: 20px;
    height: 20px;
    padding: 0;
  }

  .pop_wrap .pop_inner button img {
    width: 100%;
  }

  .pop_wrap .pop_inner .popImg {
    max-height: calc(100% - 40px);
    height: calc(100% - 40px);
    margin: 0 auto;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin-top: 14px;
  }
  .noWrap .pop_inner .popImg {
    max-height: calc(100% - 40px);
    height: AUTO;
    margin: 0 auto;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin-top: 0;
  }
  .pop_wrap .pop_inner img {
    width: 100%;
  }
  .projectArea .projectInner .tableSec .projectList .popupList:active {
    background-color: #c31a21;
    color: #fff;
  }
}
@media (max-width: 639px) {
  .swiperPort_pt {
    height: 440px;
    margin-top: 0;
  }

  .swiperPort_pt.mo2 {
    margin-top: 0;
    height: 360px;
  }
  .slideSec {
    position: relative;
    width: 13rem !important;
    display: flex;
    align-items: center;
    text-align: center;
    overflow: hidden;
  }
  .slide-pt {
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    flex-direction: column;
    width: 100% !important;
    height: 13rem !important;
    overflow: hidden;
    border-radius: 6px;
    position: absolute;
  }
  .swiperPort_pt.mo1 {
    margin-top: 30px;
    height: 410px;
  }
  .swiperPort_pt.mo1:last-child {
  }

  .swiperPort_pt.mo2 {
    margin-top: 0;
    height: 360px;
  }

  .slideSec .slideText h3 {
    margin: 17px 0 6px 0;
  }

  .slideSec .slideText span {
    line-height: 25px;
    color: #fff;
    opacity: 40%;
  }

  .slideSec .slideText .on_box {
    font-size: 12px;
    margin-top: 10px;
    background-color: #ec1c24;
    width: 45px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
  }
  .projectArea .moretable .popupList .pName {
    font-size: 13px;
    width: 65%;
  }
  .projectArea .moretable .popupList .pCate {
    text-align: right;
    width: 30%;
  }

  .noWrap .pop_inner .popHead {
    z-index: 9999999 !important;
    position: fixed;
    padding: 25px;
    width: 480px;
    height: 480px;
    max-width: 480px;
    max-height: 480px;
    overflow: hidden;
    top: 50%;
    left: 50%;
    margin-left: -240px;
    margin-top: -240px;
    border-radius: 10px;
  }

  .noWrap .pop_inner .popHead .ndsc {
    font-size: 25px;
  }
}

@media (max-width: 551px) {
  .noWrap .pop_inner .popHead {
    z-index: 9999999 !important;
    position: fixed;
    padding: 30px;
    width: 400px;
    height: 400px;
    max-width: 400px;
    max-height: 400px;
    overflow: hidden;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -200px;
    border-radius: 10px;
  }
  .noWrap .pop_inner .popHead .ndsc {
    font-size: 23px;
  }
}

@media (max-width: 479px) {
  .swiper .btnWrap {
    width: calc(100% - 6rem);
  }
  .swiperPort_pt {
    height: 370px;
    margin-top: 0;
  }
  .swiperPort_pt.mo1 {
    margin-top: 30px;
    height: 370px;
  }

  .swiperPort_pt.mo2 {
    margin-top: 0;
    height: 290px;
    margin-top: 0 !important;
  }

  .swiperPort_pt.mo2 .wrapper-pt {
    padding-top: 40px;
  }
  .swiperPort_pt.mo1:nth-of-type(2) .btnWrap {
    margin-top: 50px;
  }
  .swiperPort_pt.mo1 h1 {
    font-size: 16px;
  }
  .slideSec {
    position: relative;
    width: 9rem !important;
    display: flex;
    align-items: center;
    text-align: center;
    overflow: hidden;
  }
  .slide-pt {
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    flex-direction: column;
    width: 100% !important;
    height: 9rem !important;
    overflow: hidden;
    border-radius: 6px;
    position: absolute;
  }

  .slideSec .slideText h3 {
    margin: 17px 0 6px 0;
  }
  .swiperPort_pt.mo1 .slideSec .slideText h3,
  .swiperPort_pt.mo2 .slideSec .slideText h3 {
    font-size: 13px;
  }
  .slideSec .slideText span {
    line-height: 23px;
    color: #fff;
    opacity: 40%;
  }

  .swiperPort_pt.mo1 .slideSec .slideText span,
  .swiperPort_pt.mo2 .slideSec .slideText span {
    font-size: 13px;
    line-height: 20px;
  }

  .slideSec .slideText .on_box {
    font-size: 12px;
    margin-top: 10px;
    background-color: #ec1c24;
    width: 45px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
  }

  .projectArea .popupList .pName {
    font-size: 13px;
    width: 70%;
  }
  .projectArea .popupList .pCate {
    text-align: right;
    width: 30%;
  }

  .noWrap .pop_inner .popHead {
    z-index: 9999999 !important;
    position: fixed;
    padding: 25px;
    width: 300px;
    height: 300px;
    max-width: 300px;
    max-height: 300px;
    overflow: hidden;
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: -150px;
    border-radius: 10px;
  }

  .noWrap .pop_inner .popHead .ndsc {
    font-size: 20px;
  }
}
