html {
  scroll-behavior: smooth;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 90px;
  z-index: 999;
  margin-bottom: 20px;
}
.mw {
  width: calc(100% - 8rem);
  margin: 0 auto;
  min-width: 330px;
}

.color_dark {
  color: #141414 !important;
}

.viewArea {
  width: 100%;
  position: relative;
}
.viewArea .timelabs {
}

.viewArea .timelabs video {
  width: 100%;
  vertical-align: bottom;
}

.view_imo {
  position: absolute;
  width: 100%;
  top: 50px;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: right;
}
.view_imo > p {
  font-size: 26px;
  color: #fff;
  opacity: 50%;
  margin-right: 10px;
}
.view_imo > .eyeicon {
  width: 40px;
}

.view_imo > .eyeicon > video {
  width: 100%;
}

.contact {
  background-color: #fff;
  padding: 120px 0;
  max-width: 1280px;
  width: calc(100% - 8rem);
  margin: 0 auto;
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.contact h1 {
  font-weight: 900;
  font-size: 30px;
  color: #202020;
}
.contact .con_inner {
}

.contact .con_inner p {
  font-size: 22px;
  color: #666666;
  margin-bottom: 50px;
}

.contact .con_inner .conNum {
  color: #666666;
  font-size: 22px;
  line-height: 40px;
}

.contact .conNum li > span {
  color: #ff0000;
}

.swiperCon_lg {
  position: relative;
  width: 100%;
  /* height: 100vh; */
  height: 100dvh;
}

.slide-lg > a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}

.slide-lg {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slide-lg-inner.mw {
  max-width: 1280px;
  width: calc(100% - 8rem);
  margin: 0 auto;
}

.slide-lg-inner > * {
  position: absolute;
}

.slide-lg-inner > a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.slide-lg-inner > p,
.slide-lg-inner > h2 {
  color: #fff;
  z-index: 99;
  font-weight: 100;
}

.slide-lg-inner > p {
  font-size: 1.7rem;
  bottom: 440px;
  transition-delay: 0.3s;
}

.swiper-slide-active [data-animate] {
  opacity: 1;
  transform: none;
}

.slide-lg-inner > h2 {
  font-size: 110px;
  text-align: left;
  bottom: 180px;
  line-height: 120px;
  transition-delay: 0.6s;
}

.slide-lg-inner .award_box {
  top: 120px;
  z-index: 99;
}

.scalebg {
  left: 0;
  top: 0;
  right: 0;
  object-fit: cover;
  height: 100vh;
  background-size: cover;
  background-position: center center;
  width: 100%;
}
.scalebg.scale0 {
  background-image: url(../img/Rolling_00_award.webp);
}
.scalebg.scale1 {
  background-image: url(../img/Rolling_09_woori.webp);
}
.scalebg.scale2 {
  background-image: url(../img/Rolling_08_hdc.webp);
}
.scalebg.scale3 {
  background-image: url(../img/Rolling_05_hanwha_mts_renual.webp);
}
.scalebg.scale4 {
  background-image: url(../img/Rolling_06_sangsanginib_mts.webp);
}
.scalebg.scale5 {
  background-image: url(../img/Rolling_07_sk_mts.webp);
}
.scalebg.scale6 {
  background-image: url(../img/Rolling_01_한국투자증권_mac_HTS_UIUX구축.webp);
}
.scalebg.scale7 {
  background-image: url(../img/Rolling_02_KBL.webp);
}
.scalebg.medigate {
  background-image: url(../img/Rolling_medigate_pc.webp);
}

.scalebg img {
  border: 1px solid red;
  width: 100%;
}

[data-animate] {
  opacity: 0;
  transition: all 0.5s ease-out;
}

[data-animate="bottom1"] {
  transform: translate3d(0, 15px, 0);
}

[data-animate="bottom2"] {
  transform: translate3d(0, 15px, 0);
}

[data-animate="bg1"] {
  transition: all 1s ease-out;
  transform: scale(1.2);
}

.slide-lg-inner > h2 b {
  font-weight: bold;
}

.slide-lg-inner > .award {
  top:150px;
}
.slide-lg .imgPc {
  display: block;
  width: 100%;
}
.slide-lg .imgPc img {
  display: block;
  width: 100%;

  object-fit: cover;
}
.slide-lg.lg1 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
  -webkit-backface-visibility: hidden;
  animation-name: scaleimg;
}

.slide-lg.lg2 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
}

.slide-lg.lg3 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
}

.slide-lg.lg4 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
}
.wrappe-lg .slide-lg {
  transform: scale(1);
}

@keyframes scaleimg {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.swiperCon_lg .btnmw .mw {
  min-width: 50px;
  width: 50px !important;
}

.swiperCon_lg .btnmw .nextLg.mw {
  left: 1580px;
}
.swiperCon_lg .btnmw .prevLg.mw {
  right: 1580px;
}

.swiper-button-next.nextLg,
.swiper-button-prev.prevLg {
  color: transparent !important;
}
.swiper-button-next.nextLg:after {
  background-image: url(../img/arrow_next.png) !important;
}
.swiper-button-prev.prevLg:after {
  background-image: url(../img/arrow_prev.png) !important;
}
.swiper-button-next.nextLg:after,
.swiper-button-prev.prevLg:after {
  font-size: 60px !important;
  opacity: 70%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}

.swiper-button-prev.prevLg,
.swiper-rtl .swiper-button-next.nextLg,
.swiper-button-next.nextLg,
.swiper-rtl .swiper-button-prev.prevLg {
}

.swiper-button-next.nextLg:hover,
.swiper-button-prev.prevLg:hover {
  transition: 0.3s;
}

.slide-lg .imgMo {
  display: none;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction.s-pg {
  position: relative;
  text-align: left;
  width: calc(100% - 8rem) !important;
  bottom: 150px !important;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet
  .s-pg {
  background-color: #fff;
  opacity: 1;
}

.swiper-pagination-bullet-active,
.s-pg-bullet-active {
  background-color: #ff0000 !important;
}

.swiperPort_pt {
  width: 100%;
  height: 100%;
  margin-top: 90px;
}

.swiperPort_pt .wrapper-pt {
  padding: 10px 0;
  align-items: center;
}

.swiperPort_pt h1 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.swiperPort_pt {
  height: 425px;
  margin-top: 90px;
}

.swiperPort_pt .wrapper-pt {
  padding-top: 50px;
  align-items: center;
}

.swiperPort_pt h1 {
  font-size: 30px;
  font-weight: 900;
  width: 100%;
  color: #202020;
}

.swiper .btnWrap {
  width: calc(100% - 8rem);
  height: 32px;
  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 .btnWrap .prev {
  left: 0 !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 22px !important;
  font-weight: bold;
}

.slideSec {
  position: relative;
  width: 400px !important;
  display: flex;
  align-items: center;
  text-align: center;
  overflow: hidden;
  margin-right: 20px !important;
}

.slide-pt {
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  flex-direction: column;
  width: 100% !important;
  height: 250px !important;
  overflow: hidden;
  position: absolute;
  cursor: pointer;
  background-position: center center;
  background-repeat: no-repeat;
  object-fit: cover;
}

.slide-pt .bg_video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.slide-pt > img {
  position: relative;
}

/* .slide-pt.imghover1 {
  background-image: url(../img/do_thumbnail_hover_01.webm);
  background-position: center center;
} */
.slide-pt.imghover2 {
  background-image: url(../img/do_thumbnail_hover_02.webp);
  background-position: center center;
}
/* .slide-pt.imghover3 {
  background-image: url(../img/do_thumbnail_hover_03.webm);
  background-position: center center;
} */
.slide-pt.imghover4 {
  background-image: url(../img/do_thumbnail_hover_04.webp);
  background-position: center center;
}
/* .slide-pt.imghover5 {
  background-image: url(../img/do_thumbnail_hover_05.webm);
  background-position: center center;
} */
.slide-pt.imghover6 {
  background-image: url(../img/do_thumbnail_hover_06.webp);
  background-position: center center;
}
/* .slide-pt.imghover7 {
  background-image: url(../img/do_thumbnail_hover_07.webm);
  background-position: center center;
} */

.slideSec .slide-pt img {
  transition: 0.5s;
  opacity: 1;
}

.slideSec .slide-pt:hover img.img {
  opacity: 0;
}

.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: 20px;
  margin: 15px 0 10px 0;
  color: #202020;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slideSec .slideText span {
  font-size: 31px;
  color: #fff;
  opacity: 40%;
}

.slideSec .slideText .on_box {
  font-size: 24px;
  margin-top: 10px;
  background-color: #ec1c24;
  width: 80px;
  height: 40px;
  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%;
}

.dotArea {
}

.dotArea .dot_inner {
  position: relative;
  padding-top: 120px;
}
.dotArea .dot_inner .moh1 {
  display: none;
}
.dotArea .dot_inner > h1 {
  font-weight: bold;
  font-size: 3.2rem;
  text-align: center;
  line-height: 4.5rem;
}

.dotArea .dot_inner > h1 > span {
  color: #ff0000;
}

.dotArea img,
.dotArea video {
  width: 100%;
}

.dotArea .txt_con {
  width: 70%;
  /* position: absolute;
  right: 0; */
  margin: 0 auto;
  text-align: center;
  padding-top: 90px;
}
.dotArea .txt_con.conmo {
  display: none;
}

.dotArea .txt_con > p {
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #666;
}

.dotArea .txt_con > p:nth-of-type(1) {
  margin-bottom: 25px;
}
.dotArea .iconfx {
  display: flex;
  justify-content: space-between;
  padding-top: 283px;
  gap: 10px;
}
.dotArea .iconfx .fximg {
  width: auto;
}

.dotArea .iconfx .fximg img {
  width: 100%;
}
.dotArea .iconfx > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.dotArea .iconfx h2 {
  font-weight: bold;
  font-size: 1.7rem;
  padding-top: 60px;
}
.dotArea .iconfx p {
  color: #666;
  padding-top: 10px;
  font-size: 1.25rem;
  line-height: 1.8rem;
}

.dotArea .iconfx .icon01 {
}
.dotArea .iconfx .icon02 {
}
.dotArea .iconfx .icon03 {
}

.videoArea {
  padding-top: 244px;
}

.videoArea video {
  display: block;
}

.orgArea {
  width: 100vw;
  padding: 200px 0;
}

.org_inner {
  position: relative;
  width: 100%;
}

.orgArea > h1 {
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 100px;
}

.flex-container {
  display: inline-flex;
  width: 100%;
  position: relative;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 5px;
}

.flex-container:nth-of-type(1) {
  padding-bottom: 100px;
}

.flex-item {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  color: #262626;
  border: 1px solid #7c7c7c;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  text-align: center;
  line-height: 38px;
  font-size: 26px;
  font-weight: 500;
}

.flex-1 .circle:nth-of-type(3),
.flex-1 .circle:nth-of-type(4) {
  background-color: transparent;
  color: transparent;
  border: none;
}

.flex-1 .circle:nth-of-type(1) {
  background-color: #f76b64;
  border: none;
  color: #fff;
}

.flex-1 .circle:nth-of-type(5) {
  background-color: #d9d9d9;
  border: none;
}
.flex-2 .flex-item1 {
  background-color: #434343;
  color: #fff;
  border: none;
}
.flex-2 .flex-item2 {
  background-color: #434343;
  color: #fff;
  border: none;
}

.org_inner .org_line {
  position: absolute;
  border: 1px solid #b7b7b7;
  width: 86%;
  height: 300px;
  left: 50%;
  margin-left: -43%;
  top: 50%;
  margin-top: -150px;
  z-index: -1;
}

.per_con,
.per_list {
  position: absolute;
  bottom: -200px;
  width: 100%;
  background-color: #fff;
  display: none;
}

.per_con {
  z-index: 1;
}
.per_list {
  z-index: -1;
}

.per_con > .lists-h,
.per_list .lists {
  display: flex;
  align-items: center;
  gap: 30px;
  transition: 0.3s;
}

.per_con .lists-h > li,
.per_list .lists > li {
  display: flex;
  align-items: center;
  color: #585858;
  font-weight: 600;
  font-size: 22px;
  list-style: inherit !important;
  transition: 0.3s;
}

.per_con .lists-h li:last-of-type {
  position: absolute;
  right: 0;
}

.per_list .lists li:last-of-type {
  position: absolute;
  right: 0;
}

.per_con .lists-h > li > span,
.per_list .lists li > span {
  font-size: 30px;
  color: #ff5a52;
  padding-left: 10px;
}

.flex-item1:hover ~ .per_con {
  color: red;
}

.per-1,
.per-2,
.per-3 {
  display: none;
}

.gray-t {
  position: absolute;
  right: 0;
  bottom: -240px;
  font-size: 24px;
  color: #dadada;
  display: none;
}

.clientArea {
  background-color: #000;
  padding: 90px 0;
}

.clientArea .client_inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}

.clientArea p {
  font-weight: bold;
  font-size: 30px;
  color: #fff;
  font-weight: 900;
}

.clientArea .company_list {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  gap: 50px;
  justify-content: center;
}

.clientArea .company_list > li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% / 3 - 35px);
  align-items: center;
}

.clientArea .company_list > li > img {
  width: 100%;
}

@media (max-width: 1600px) {
  .slide-lg-inner > p,
  .slide-lg-inner > h2 {
    color: #fff;
    z-index: 999999;
    font-weight: 100;
  }

  .slide-lg-inner > p {
  }

  .slide-lg-inner > h2 {
    text-align: left;
  }

  .slide-lg-inner > h2 b {
    font-weight: bold;
  }

  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction.s-pg {
    bottom: 160px !important;
  }

  .swiper-button-next.nextLg {
    display: none;
  }

  .swiper-button-prev.prevLg {
    display: none;
  }

  .swiper .btnWrap .prev {
    left: 0 !important;
  }

  .flex-item {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    text-align: center;
    line-height: 34px;
    font-size: 22px;
    font-weight: 500;
    cursor: pointer;
  }

  .org_inner .org_line {
    position: absolute;
    border: 1px solid #b7b7b7;
    width: 86%;
    height: 260px;
    left: 50%;
    margin-left: -43%;
    top: 50%;
    margin-top: -130px;
    z-index: -1;
  }
}

@media (min-width: 1281px) {
}

@media (min-width: 768px) and (max-width: 1280px) {
  .slide-lg-inner.mw {
    width: calc(100% - 8rem);
  }
  /* .swiperCon_lg {
    height: 80vh;
  } */
  .slide-lg-inner > p,
  .slide-lg-inner > h2 {
    color: #fff;
    z-index: 999999;
    font-weight: 100;
  }

  .slide-lg-inner > p {
    font-size: 22px;
    bottom: 450px;
  }

  .slide-lg-inner > h2 {
    line-height: 120px;
    text-align: left;
    bottom: 190px;
  }

  .swiperPort_pt {
    height: 350px;
    margin-top: 90px;
  }

  .swiperPort_pt .wrapper-pt {
    padding-top: 30px;
    align-items: center;
  }

  .swiperPort_pt h1 {
    font-size: 30px;
    font-weight: 900;
    width: 100%;
  }

  .swiper .btnWrap {
    width: calc(100% - 8rem);
    height: 32px;
    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 .btnWrap .prev {
    left: -50px !important;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 16px !important;
    font-weight: bold;
  }

  .slideSec {
    position: relative;
    width: 380px !important;
    display: flex;
    align-items: center;
    text-align: center;
    overflow: hidden;
  }
  .slide-pt {
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    flex-direction: column;
    width: 100% !important;
    height: 220px !important;
    overflow: hidden;
    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 .slideText {
    z-index: 99999999;
    color: #fff;
    width: 100%;
    position: absolute;
    text-align: left;
  }

  .slideSec .slideText h3 {
    font-size: 18px;
    margin: 15px 0 10px 0;
  }

  .slideSec .slideText span {
    font-size: 31px;
    color: #fff;
    opacity: 40%;
  }

  .slideSec .slideText .on_box {
    font-size: 24px;
    margin-top: 10px;
    background-color: #ec1c24;
    width: 80px;
    height: 40px;
    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%;
  }
  .slide-lg-inner > .award img {
    /* width:20vw */
  }

  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction.s-pg {
    width: calc(100% - 8rem) !important;
    bottom: 160px !important;
  }
  .dotArea .dot_inner {
    position: relative;
  }

  .dotArea .dot_inner > h1 {
    font-weight: 800;
    font-size: 4.1vw;
    line-height: 6vw;
  }

  .dotArea .dot_inner > h1 > span {
    color: #ff0000;
  }

  .dotArea .txt_con {
    width: 98%;
    /* position: absolute;
    right: 0; */
    text-align: center;
    padding-top: 100px;
  }
  .dotArea .txt_con > p {
    font-size: 1.2rem;
    line-height: 2rem;
    color: #666;
  }
  .dotArea .txt_con > p:nth-of-type(1) {
    margin-bottom: 25px;
  }

  .flex-item {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 18.87px;
    font-weight: 500;
    cursor: pointer;
  }
  .orgArea > h1 {
    font-size: 30px;
    font-weight: 900;
  }

  .org_inner .org_line {
    position: absolute;
    border: 1px solid #b7b7b7;
    width: 84%;
    height: 290px;
    left: 50%;
    margin-left: -42%;
    top: 50%;
    margin-top: -145px;
    z-index: -1;
  }

  .per_con,
  .per_list {
    position: absolute;
    bottom: -120px;
    width: 100%;
    background-color: #fff;
  }

  .clientArea {
    background-color: #000;
    padding: 90px 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }

  .clientArea .client_inner {
    gap: 30px;
    display: flex;
    flex-direction: column;
    width: calc(100% - 10rem);
  }

  .clientArea p {
    font-weight: 900;
    font-size: 30px;
    color: #fff;
    padding-bottom: 30px;
  }

  .clientArea .company_list {
    display: flex;
    flex-wrap: wrap;
    width: 70%;
    gap: 40px;
    justify-content: center;
    align-self: center;
  }

  .clientArea .company_list > li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(100% / 3 - 30px);
    align-items: center;
  }

  .clientArea .company_list > li > img {
    width: 100%;
  }
  .contact {
    padding: 100px 0;
    flex-direction: column;
  }
  .contact h1 {
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 80px;
  }

  .contact .con_inner p {
    font-size: 28px;
  }
  .contact .con_inner .conNum {
    font-size: 28px;
    line-height: 50px;
  }

  .videoArea {
  }

  .view_area {
    width: 100%;
    border: 1px solid #000;
  }
  .view_area img {
    width: 100%;
    vertical-align: bottom;
  }
  .view_imo > p {
    color: #696969;
    font-size: 22px;
    opacity: 100%;
    margin-right: 0;
  }

  .view_imo {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    top: -45px;
  }
  .swiper-button-next.nextLg {
    display: none !important;
  }

  .swiper-button-prev.prevLg {
    display: none !important;
  }
  .dotArea .iconfx {
    display: flex;
    justify-content: space-between;
    padding-top: 283px;
    gap: 10px;
  }
  .dotArea .iconfx .fximg {
    width: auto;
  }

  .dotArea .iconfx .fximg img {
    width: 100%;
  }
  .dotArea .iconfx > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    /* border: 1px solid #000; */
  }
  .dotArea .iconfx h2 {
    font-weight: bold;
    font-size: 1.5rem;
    padding-top: 60px;
  }
  .dotArea .iconfx p {
    color: #666;
    padding-top: 10px;
    font-size: 1.1rem;
    line-height: 1.9rem;
  }

  .dotArea .iconfx .icon01 {
  }
  .dotArea .iconfx .icon02 {
  }
  .dotArea .iconfx .icon03 {
  }
}

@media (max-width: 1100px) {
  .slide-lg-inner > p,
  .slide-lg-inner > h2 {
    color: #fff;
    z-index: 999999;
  }

  .slide-lg-inner > h2 b {
    font-weight: bold;
  }
  .swiperCon_sm {
    height: 100%;
    margin-top: 90px;
  }

  .swiperCon_sm .wrapper-sm {
    padding-top: 50px;
    align-items: center;
  }

  .swiperCon_sm h1 {
    font-size: 30px;
    font-weight: bold;
    width: 100%;
  }

  .swiperPort_pt {
    height: 420px;
    margin-top: 90px;
  }

  .swiperPort_pt .wrapper-pt {
    padding-top: 50px;
    align-items: center;
  }

  .swiperPort_pt h1 {
    width: 100%;
  }

  .swiper .btnWrap {
    height: 32px;
    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: 300px !important;
    display: flex;
    align-items: center;
    text-align: center;
    overflow: hidden;
  }

  .slide-pt {
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    flex-direction: column;
    width: 100% !important;
    height: 200px !important;
    overflow: hidden;
    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: 99999999;
    color: #fff;
    width: 100%;
    position: absolute;
    text-align: left;
  }

  .slideSec .slideText h3 {
    margin: 15px 0 10px 0;
  }

  .slideSec .slideText span {
    font-size: 31px;
    color: #fff;
    opacity: 40%;
  }

  .slideSec .slideText .on_box {
    font-size: 24px;
    margin-top: 10px;
    background-color: #ec1c24;
    width: 80px;
    height: 40px;
    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%;
  }

  .slide-lg-inner > .award img {
    /* width:20vw */
  }

  .flex-item {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    text-align: center;
    line-height: 25px;
    font-size: 19px;
    font-weight: 500;
    cursor: pointer;
  }

  .org_inner .org_line {
    position: absolute;
    border: 1px solid #b7b7b7;
    width: 84%;
    height: 240px;
    left: 50%;
    margin-left: -42%;
    top: 50%;
    margin-top: -120px;
    z-index: -1;
  }

  .flex-container:nth-of-type(1) {
    padding-bottom: 80px;
  }
  .dotArea .iconfx h2 {
    font-weight: bold;
    font-size: 1.5rem;
    padding-top: 60px;
  }
  .dotArea .iconfx p {
    color: #666;
    padding-top: 10px;
    font-size: 1rem;
    line-height: 1.7rem;
  }
}

@media (max-width: 900px) {
  .slide-lg-inner > p,
  .slide-lg-inner > h2 {
    color: #fff;
    z-index: 999999;
    font-weight: 100;
  }

  .slide-lg-inner > h2 b {
    font-weight: bold;
  }

  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction.s-pg {
    bottom: 50px;
  }
  .swiperCon_sm {
    height: 100%;
    margin-top: 90px;
  }

  .swiperCon_sm .wrapper-sm {
    padding-top: 50px;
    align-items: center;
  }

  .swiperCon_sm h1 {
    font-size: 30px;
    font-weight: bold;
    width: 100%;
  }

  .swiperPort_pt {
    height: 300px;
    margin-top: 90px;
  }

  .swiperPort_pt .wrapper-pt {
    padding-top: 50px;
    align-items: center;
  }

  .swiper .btnWrap {
    width: calc(100% - 4.5rem);
    height: 32px;
    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: 250px !important;
    display: flex;
    align-items: center;
    text-align: center;
    overflow: hidden;
  }

  .slide-pt {
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    flex-direction: column;
    width: 100% !important;
    height: 170px !important;
    overflow: hidden;
    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 .slideText {
    z-index: 99999999;
    color: #fff;
    width: 100%;
    position: absolute;
    text-align: left;
  }

  .slideSec .slideText h3 {
    margin: 15px 0 10px 0;
  }

  .slideSec .slideText span {
    font-size: 31px;
    color: #fff;
    opacity: 40%;
  }

  .slideSec .slideText .on_box {
    font-size: 24px;
    margin-top: 10px;
    background-color: #ec1c24;
    width: 80px;
    height: 40px;
    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%;
  }
  .dotArea .txt_con.conpc {
    display: none;
  }

  .dotArea .txt_con.conmo {
    display: block;
  }
  .dotArea .iconfx {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 9.3rem;
    gap: 150px;
  }
  .dotArea .iconfx .fximg {
    width: auto;
  }
  .dotArea .iconfx .fximg img {
    width: 100%;
  }
  .dotArea .iconfx > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .dotArea .iconfx h2 {
    font-weight: bold;
    font-size: 2rem;
    padding-top: 55px;
  }
  .dotArea .iconfx p {
    color: #666;
    padding-top: 20px;
    font-size: 2.2vw;
    line-height: 3.5vw;
  }

  .videoArea {
    padding-top: 250px;
  }

  .orgArea {
    padding: 100px 0;
  }
  .flex-item {
    width: 138px;
    height: 138px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    text-align: center;
    line-height: 25px;
    font-size: 19px;
    font-weight: 500;
    cursor: pointer;
  }

  .org_inner .org_line {
    position: absolute;
    border: 1px solid #b7b7b7;
    width: 84%;
    height: 230px;
    left: 50%;
    margin-left: -42%;
    top: 50%;
    margin-top: -115px;
    z-index: -1;
  }

  .per_con,
  .per_list {
    position: absolute;
    bottom: -100px;
    width: 100%;
    background-color: #fff;
  }

  .per_con > .lists-h,
  .per_list .lists {
    display: flex;
    align-items: center;
    gap: 30px;
    transition: 0.3s;
  }

  .per_con .lists-h > li,
  .per_list .lists > li {
    display: flex;
    align-items: center;
    color: #585858;
    font-weight: 600;
    font-size: 21px;
    list-style: inherit !important;
    transition: 0.3s;
  }

  .per_con .lists-h > li > span,
  .per_list .lists li > span {
    font-size: 24px;
    color: #ff5a52;
    padding-left: 10px;
  }

  .gray-t {
    bottom: -160px;
    font-size: 21px;
  }

  .clientArea .company_list {
    width: 84%;
  }
}

@media (max-width: 767px) {
  .slide-lg-inner.mw {
    width: calc(100% - 6rem);
  }

  header .logo > svg {
    filter: contrast(100%);
    fill: white;
  }

  header input[id="hamburger"] + label span {
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    background: #fff;
    transition: all 0.35s;
  }
  /* .swiperCon_lg {
    height: 90vh;
  } */

  .slide-lg-inner .award_box {
    top: 90px;
  }
  .slide-lg-inner .award_box#award1 > img {
    height: 7.7333vw;
  }

  .scalebg {
    left: 0;
    top: 0;
    right: 0;
    object-fit: cover;
    height: 100vh;
    background-size: cover;
    background-position: top top;
    background-repeat: no-repeat;
    width: 100vw;
  }
  
  .scalebg.scale0 {
    background-image: url(../img/Rolling_00_award_m.webp);
  }
  .scalebg.scale1 {
    background-image: url(../img/Rolling_09_woori_m.webp);
  }
  .scalebg.scale2 {
    background-image: url(../img/Rolling_08_hdc_m.webp);
  }
  .scalebg.scale3 {
    background-image: url(../img/Rolling_05_hanwha_mts_renual_m.webp);
  }
  .scalebg.scale4 {
    background-image: url(../img/Rolling_06_sangsanginib_mts_m.webp);
  }
  .scalebg.scale5 {
    background-image: url(../img/Rolling_07_sk_mts_m.webp);
  }
  .scalebg.scale6 {
    background-image: url(../img/Rolling_01_한국투자증권_mac_HTS_UIUX구축_M.webp);
  }
  .scalebg.scale7 {
    background-image: url(../img/Rolling\ 02_KBL_홈페이지\ 구축_M.webp);
  }
  .scalebg.medigate {
    background-image: url(../img/Rolling_medigate_m.webp);
    background-size: cover;
  }
  .slide-lg-inner > p,
  .slide-lg-inner > h2 {
    color: #fff;
    z-index: 999999;
    font-weight: 100;
  }

  .slide-lg-inner > p {
    font-size: 18px;
    bottom: 350px;
  }

  .slide-lg-inner > h2 {
    font-size: 70px;
    line-height: 80px;
    text-align: left;
    bottom: 180px;
    font-weight: bold;
  }

  .slide-lg-inner > h2 b {
  }

  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction.s-pg {
    width: calc(100% - 6rem) !important;
    bottom: 80px !important;
  }

  .swiper-button-next.nextLg {
    display: none !important;
  }

  .swiper-button-prev.prevLg {
    display: none !important;
  }

  .swiperPort_pt {
    height: 300px;
    margin-top: 90px;
  }

  .swiperPort_pt .wrapper-pt {
    padding-top: 40px;
    align-items: center;
  }

  .swiperPort_pt h1 {
    font-size: 28px;
    font-weight: 900;
    width: 100%;
  }

  .swiper .btnWrap {
    width: calc(100% - 6rem);
    height: 32px;
    margin: 0 auto;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
  }

  .swiper .btnWrap .next,
  .swiper .btnWrap .prev {
    display: none;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 16px !important;
    font-weight: bold;
  }

  .slideSec {
    position: relative;
    width: 260px !important;
    display: flex;
    align-items: center;
    text-align: center;
    overflow: hidden;
  }

  .slide-pt {
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    flex-direction: column;
    height: 180px !important;
    overflow: hidden;
    border-radius: 0;
    position: absolute;
  }

  .slideSec .slide-pt img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .slideSec .slide-pt:hover img.img {
    opacity: 1;
  }

  /* 20250714 모바일이면 이미지 대신 gif로 */
  /* .slideSec .slide-pt.imghover1 {
    background: center / cover no-repeat url(../img/do_thumbnail_hover_01.webm);
  } */
  .slideSec .slide-pt.imghover2 {
    background: center / cover no-repeat url(../img/do_thumbnail_hover_02.webp);
  }
  /* .slideSec .slide-pt.imghover3 {
    background: center / cover no-repeat url(../img/do_thumbnail_hover_03.webm);
  } */
  /* .slideSec .slide-pt.imghover4 {
    background: center / cover no-repeat url(../img/do_thumbnail_hover_04.webm);
  } */
  /* .slideSec .slide-pt.imghover5 {
    background: center / cover no-repeat url(../img/do_thumbnail_hover_05.webm);
  } */
  .slideSec .slide-pt.imghover6 {
    background: center / cover no-repeat url(../img/do_thumbnail_hover_06.webp);
  }
  /* .slideSec .slide-pt.imghover7 {
    background: center / cover no-repeat url(../img/do_thumbnail_hover_07.webm);
  } */
  .slideSec .slide-pt > img.img.on {
    opacity: 1;
  }
  .slideSec .slide-pt > img.img {
    opacity: 0;
    transition: 0.5s;
  }

  .slide-pt > .slide_title {
    padding: 10px 0;
    font-size: 20px;
  }

  .slide-pt > a {
    background-color: transparent;
    width: 100%;
    height: 100%;
  }

  .slideSec .slideText {
    z-index: 99;
    color: #fff;
    width: 100%;
    position: absolute;
    text-align: left;
  }

  .slideSec .slideText h3 {
    font-size: 12px;
    margin: 15px 0 10px 0;
    color: #666;
  }

  .slideSec .slideText span {
    font-size: 31px;
    color: #fff;
    opacity: 40%;
  }

  .slideSec .slideText .on_box {
    font-size: 24px;
    margin-top: 10px;
    background-color: #ec1c24;
    width: 80px;
    height: 40px;
    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%;
  }
  .dotArea .dot_inner {
    position: relative;
    padding-top: 50px;
  }
  .dotArea .dot_inner .pch1 {
    display: none;
  }
  .dotArea .dot_inner .moh1 {
    display: block;
  }
  .dotArea .dot_inner > h1 {
    font-weight: 800;
    font-size: 5.5vw;
    line-height: 8vw;
  }

  .dotArea .dot_inner > h1 > span {
    color: #ff0000;
  }
  .dotArea .txt_con.conpc {
    display: none;
  }
  .dotArea .txt_con.conmo {
    display: block;
    width: 100%;
  }
  .dotArea .txt_con {
    padding-top: 50px;
  }

  .dotArea .txt_con > p {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 30px;
    color: #666;
  }
  .dotArea .txt_con > p:nth-of-type(3) {
    margin-bottom: 0;
  }
  .orgArea > h1 {
    font-size: 28px;
    margin-bottom: 50px;
  }

  .dotArea .iconfx {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 9rem;
    gap: 100px;
  }
  .dotArea .iconfx .fximg {
    width: auto;
  }
  .dotArea .iconfx .fximg img {
    width: 100%;
  }
  .dotArea .iconfx > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .dotArea .iconfx h2 {
    font-weight: bold;
    font-size: 1.9rem;
    padding-top: 50px;
  }
  .dotArea .iconfx p {
    color: #666;
    padding-top: 20px;
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .videoArea {
    padding-top: 153px;
  }

  .flex-item {
    width: 14vw;
    height: 14vw;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    text-align: center;
    line-height: 20px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
  }

  .slide-lg-inner > .award {
    top:90px
  }
  .slide-lg-inner > .award img {
    width:35vw
  }

  .org_inner .org_line {
    position: absolute;
    border: 1px solid #b7b7b7;
    width: 86%;
    height: 160px;
    left: 50%;
    margin-left: -43%;
    top: 50%;
    margin-top: -80px;
    z-index: -1;
  }
  .flex-container:nth-of-type(1) {
    padding-bottom: 60px;
  }

  .per_con,
  .per_list {
    position: absolute;
    bottom: -80px;
    width: 100%;
    background-color: #fff;
  }

  .per_con .lists-h > li,
  .per_list .lists > li {
    display: flex;
    align-items: center;
    color: #585858;
    font-weight: 600;
    font-size: 16px;
    list-style: inherit !important;
    transition: 0.3s;
  }

  .per_con .lists-h > li > span,
  .per_list .lists li > span {
    font-size: 20px;
    color: #ff5a52;
    padding-left: 5px;
  }

  .gray-t {
    bottom: -130px;
    font-size: 18px;
  }

  .clientArea {
    background-color: #000;
    padding: 90px 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }

  .clientArea .client_inner {
    gap: 30px;
    display: flex;
    flex-direction: column;
  }

  .clientArea p {
    font-weight: 900;
    font-size: 28px;
    color: #fff;
    padding-bottom: 30px;
  }

  .clientArea .company_list {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    gap: 40px;
    justify-content: center;
    align-self: center;
  }

  .clientArea .company_list > li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(100% / 3 - 30px);
    align-items: center;
  }

  .clientArea .company_list > li > img {
    width: 100%;
  }

  .contact {
    display: block;
    background-color: #fff;
    padding: 130px 3rem;
    width: 100%;
  }

  .contact h1 {
    font-weight: 900;
    font-size: 28px;
    color: #121212;
    margin-bottom: 60px;
  }
  .contact .con_inner p {
    font-size: 20px;
    line-height: 40px;
    color: #666666;
    width: 450px;
    width: 300px;
  }
  .contact .con_inner .conNum {
    color: #666666;
    font-size: 20px;
    line-height: 40px;
  }

  .contact .conNum li > span {
    color: #ff0000;
  }

  .view_area {
    width: 100%;
  }
  .viewArea .timelabs {
  }
  .viewArea .timelabs video {
    width: 100%;
    vertical-align: bottom;
  }

  .view_imo {
    position: absolute;
    width: 100%;
    top: -30px;
    right: 0;
    left: 0;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
  }

  .view_imo > p {
    font-size: 12px;
    color: #222;
    opacity: 100%;
    margin-right: 0;
  }
  .view_imo > .eyeicon {
    width: 30px;
  }

  .view_imo > .eyeicon > img {
    width: 100%;
  }
}

@media (max-width: 620px) {
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction.s-pg {
    bottom: 70px !important;
  }
  .slideSec {
    position: relative;
    width: 200px !important;
    display: flex;
    align-items: center;
    text-align: center;
    overflow: hidden;
  }

  .slide-pt {
    font-size: 1px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    flex-direction: column;
    height: 140px !important;
  }

  .flex-item {
    width: 14vw;
    height: 14vw;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    text-align: center;
    line-height: 15px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
  }

  .per_con .lists-h,
  .per_list .lists {
    gap: 15px;
  }

  .per_con .lists-h > li,
  .per_list .lists > li {
    display: flex;
    align-items: center;
    color: #585858;
    font-weight: 600;
    font-size: 13px;
    list-style: inherit !important;
    transition: 0.3s;
  }

  .per_con .lists-h > li > span,
  .per_list .lists li > span {
    font-size: 14px;
    color: #ff5a52;
    padding-left: 5px;
  }

  .org_inner .org_line {
    position: absolute;
    border: 1px solid #b7b7b7;
    width: 86%;
    height: 120px;
    left: 50%;
    margin-left: -43%;
    top: 50%;
    margin-top: -60px;
    z-index: -1;
  }

  .flex-container:nth-of-type(1) {
    padding-bottom: 40px;
  }

  .gray-t {
    bottom: -120px;
    font-size: 16px;
  }
  .contact {
    padding: 100px 3rem;
  }

  .contact h1 {
  }
  .contact > p {
    font-size: 25px;
    line-height: 45px;
    color: #666666;
    margin: 60px 0 40px 0;
  }
  .contact .conNum {
    color: #666666;
    font-size: 26px;
    line-height: 50px;
  }

  .contact .conNum li > span {
    color: #ff0000;
  }

  .dotArea .iconfx {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 9rem;
    gap: 70px;
  }
  .dotArea .iconfx .fximg {
    width: 4rem;
  }
  .dotArea .iconfx .fximg img {
    width: 100%;
  }
  .dotArea .iconfx > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .dotArea .iconfx h2 {
    font-weight: bold;
    font-size: 1.6rem;
    padding-top: 38px;
  }
  .dotArea .iconfx p {
    color: #666;
    padding-top: 20px;
    font-size: 1rem;
    line-height: 1.7rem;
  }
}

@media (max-width: 469px) {
  /* .swiperCon_lg {
    height: 70vh;
  } */
  .slide-lg-inner > p {
    font-size: 14px;
    bottom: 220px;
  }

  .slide-lg-inner > h2 {
    font-size: 43px;
    line-height: 55px;
    text-align: left;
    bottom: 100px;
  }

  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction.s-pg {
    bottom: 60px !important;
  }

  .swiperPort_pt h1 {
    font-size: 18px;
    font-weight: 800;
  }

  .swiperPort_pt .wrapper-pt {
    padding-top: 10px;
  }

  .slideSec {
    position: relative;
    width: 150px !important;
    display: flex;
    align-items: center;
    text-align: center;
    overflow: hidden;
  }

  .swiperPort_pt {
    margin-top: 50px;
    height: 200px;
  }
  .slide-pt {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    flex-direction: column;
    height: 110px !important;
  }

  .swiper .btnWrap .next,
  .swiper .btnWrap .prev {
    display: none;
  }

  .slideSec .slideText h3 {
    font-size: 12px;
    color: #666;
    padding: 0 0;
    letter-spacing: -0.5px;
  }

  .dotArea .dot_inner > h1 {
    font-size: 29px;
    line-height: 41px;
  }
  .dotArea .txt_con > p {
    font-size: 14px;
    line-height: 27px;
  }

  .videoArea {
    padding-top: 153px;
  }
  .orgArea {
    padding: 70px 0;
  }

  .orgArea > h1 {
    font-size: 18px;
    margin-bottom: 50px;
  }
  .org_inner .org_line {
    position: absolute;
    border: 1px solid #b7b7b7;
    z-index: -1;
  }

  .flex-item {
    line-height: 8px;
    font-size: 7px;
  }

  .flex-container:nth-of-type(1) {
    padding-bottom: 40px;
  }

  .per_con .lists-h > li,
  .per_list .lists > li {
    display: flex;

    align-items: center;
    color: #585858;
    font-weight: 600;
    font-size: 12px;
    list-style: inherit !important;
    transition: 0.3s;
  }

  .per_con .lists-h > li > span,
  .per_list .lists li > span {
    font-size: 7px;
    color: #ff5a52;
    padding-left: 3px;
  }

  .per_con .lists-h,
  .per_list .lists {
    gap: 5px;
  }
  .gray-t {
    bottom: -120px;
    font-size: 16px;
  }
  .clientArea {
    padding: 50px 0;
  }
  .clientArea p {
    font-size: 18px;
  }
  .contact {
    width: 100%;
    padding: 60px 30px;
  }
  .contact h1 {
    font-weight: 800;
    font-size: 18px;
    color: #121212;
    margin-bottom: 40px;
  }
  .contact .con_inner {
    margin: 0;
  }
  .contact .con_inner p {
    font-size: 15px;
    line-height: 27px;
    color: #666666;
    width: 220px;
    margin-bottom: 40px;
  }
  .contact .con_inner .conNum {
    color: #666666;
    font-size: 15px;
    line-height: 27px;
  }

  .contact .conNum li > span {
    color: #ff0000;
  }

  .view_imo {
    top: -25px;
  }
  .view_imo > p {
    font-size: 11px;
  }
  .view_imo > .eyeicon {
    width: 25px;
  }

  .dotArea .iconfx {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 7rem;
    gap: 70px;
  }
  .dotArea .iconfx .fximg {
    width: 3.5rem;
  }
  .dotArea .iconfx .fximg img {
    width: 100%;
  }
  .dotArea .iconfx > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .dotArea .iconfx h2 {
    font-weight: bold;
    font-size: 1.4rem;
    padding-top: 28px;
  }
  .dotArea .iconfx p {
    color: #666;
    padding-top: 20px;
    font-size: 0.9rem;
    line-height: 1.3rem;
  }
}

@media (max-width: 359px) {
  .dotArea .dot_inner {
    padding-top: 30px;
  }

  .dotArea .dot_inner > h1 {
    text-align: center;
    font-weight: bold;
    font-size: 35px;
    line-height: 45px;
  }

  .dotArea .dot_inner > h1 > span {
    color: #ff0000;
  }

  .dotArea .txt_con {
    width: 100%;
    padding-top: 50px;
    position: static;
    text-align: center;
  }

  .videoArea {
    padding-top: 100px;
  }
}
