a {
  text-decoration: none;
  color: #000;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Pretendard";
}
ul,
ol,
li {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
button {
  background-color: transparent;
  border: 0;
  display: flex;
  color: #000;
  font-family: "Pretendard";
}

input,
textarea,
select {
  font-family: "Pretendard";
}
body {
  padding-top: 100px;
  font-family: "Pretendard";
}
nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
  width: 100%;
  position: relative;
  position: relative;
  border-bottom: 1px solid #d9d9d9;
  position: fixed;
  top: 0;
  background-color: #fff;
  z-index: 2;
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.logo,
.ncp {
  height: 50px;
  position: relative;
}
.mo-header {
  display: none;
}

.logo {
  cursor: pointer;
}
.ncp {
  height: 30px;
  opacity: 0;
}
.logo > img,
.ncp > img {
  display: block;
  height: 100%;
  width: auto;
  position: absolute;
  left: 0;
  top: 0;
}
.ncp > img {
  left: auto;
  right: 0;
}
.gnb-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
}
.gnb-btn > a {
  font-weight: 600;
  margin-right: 60px;
  color: #000;
  transition: 0.3s;
}
.gnb-btn > a:hover {
  color: #22ac39;
}
.gnb-btn > a.on {
  color: #22ac39;
}
.gnb-btn > a:last-of-type {
  margin-right: 0;
}
.gnb-wrap {
  position: absolute;
  top: 100px;
  background-color: #fafafa;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 20px;
  transition: 0.3s;
  overflow: hidden;
  display: none;
}

.gnb-inner {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
}
.gnb-item {
  width: calc(33.333% - 13.3333px);
  margin-right: 20px;
}
.gnb-item:last-of-type {
  margin-right: 0;
}
.gnb-item > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  border-radius: 20px;
  border: 1px solid #d9d9d9;
  margin-bottom: 20px;
  transition: 0.3s;
  background-color: #fff;
  font-size: 20px;
  color: #000;
}
.gnb-item > a:hover {
  color: #22ac39;
}
.gnb-item > a:last-of-type {
  margin-bottom: 0;
}
.gnb-item > button {
  display: flex;
  height: 100%;
  width: 100%;
  border: 1px solid black;
  border-radius: 20px;
  background-image: url("/static/img/gnb-img1.jpg");
  background-size: cover;
  background-position: center;
  transition: 0.5s;
  padding: 40px 0 0 40px;
  position: relative;
  overflow: hidden;
  font-size: 28px;
  color: #fff;
}
.gnb-item > button::after {
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s;
  content: "";
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}
.gnb-item > button > span {
  position: relative;
  z-index: 1;
}
.gnb-wrap2 .gnb-item > button {
  background-image: url("/static/img/gnb-img2.jpg");
}
footer {
  padding: 80px 0 40px 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0 auto;
  position: relative;
}
footer > span {
  position: absolute;
  z-index: 1;
  font-size: 18px;
  font-weight: bold;
  left: 40px;
  top: 40px;
  color: red;
}
footer.black {
  background-color: #364f46;
  color: #fff;
}
footer strong {
  font-weight: normal;
}
.footer-inner {
  display: flex;
  align-items: flex-end;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.footer-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  font-size: 18px;
}
.footer-logo {
  height: 50px;
  margin-bottom: 20px;
}
.footer-right > a {
  color: #000;
  transition: 0.3s;
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}
.footer-right > a:hover {
  color: #22ac39;
}
footer.black .footer-right > a {
  color: #fff;
}
footer.black .footer-right > a:hover {
  color: #22ac39;
}
.footer-right > span {
}
.footer-logo > img {
  display: block;
  height: 100%;
}
.footer-logo > img:last-of-type {
  display: none;
}
footer.black .footer-logo > img:first-of-type {
  display: none;
}
footer.black .footer-logo > img:last-of-type {
  display: block;
}
.ceo-num {
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 600;
}
.ceo-name {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}
.address {
  font-size: 18px;
  margin-bottom: 10px;
}
.detail {
  font-size: 18px;
}
.detail strong {
  font-weight: 600;
  margin-left: 10px;
}
.detail > span:first-of-type {
  margin-right: 10px;
}

.max1520 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  width: 100%;
}
.max1200 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  width: 100%;
}
.max-40 {
  width: 100%;
  padding: 0 40px;
}
.main-banner {
  height: 600px;
  margin-bottom: 100px;
}
.main {
  height: 100%;
  position: relative;
}

.main .swiper-slide {
  position: relative;
}
.main .swiper-slide > video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main .swiper-slide > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-txt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.banner-txt > span {
  font-size: 24px;
  text-align: center;
  font-weight: 600;
  background: linear-gradient(to bottom, #22ac39, #056fb8);
  background-clip: text;
  display: block;
  color: transparent;
  margin-bottom: 10px;
  transition: 0.5s 0.5s;
  opacity: 0;
  transform: translateY(5px);
}
.banner-txt > span > br {
  display: none;
}
.main .swiper-slide-active .banner-txt > span {
  transform: translateY(0);
  opacity: 1;
}
.banner-txt > p {
  font-size: 42px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  position: relative;
  white-space: nowrap;
  color: transparent;
}

.main .swiper-slide {
}
.banner-txt > p::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-right: 1px solid transparent;
  color: transparent;
}
.main .swiper-slide1 .banner-txt > p:first-of-type::after {
  content: "생성형 AI 서비스 구축 &";
  animation: main 1.5s steps(30);
  animation-fill-mode: forwards;
}
.main .swiper-slide1 .banner-txt > p:last-of-type::after {
  content: "운영 서비스";
  animation: main 0.75s steps(15);
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
}

.main .swiper-slide2 .banner-txt > p:first-of-type::after {
  content: "클라우드 마이그레이션 및";
  animation: main 1.5s steps(26);
  animation-fill-mode: forwards;
}
.main .swiper-slide2 .banner-txt > p:last-of-type::after {
  content: "관리 서비스";
  animation: main 0.75s steps(13);
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
}

.main .swiper-slide3 .banner-txt > p:first-of-type::after {
  content: "클라우드 컨설팅 &";
  animation: main 1.5s steps(20);
  animation-fill-mode: forwards;
}
.main .swiper-slide3 .banner-txt > p:last-of-type::after {
  content: "SaaS 솔루션";
  animation: main 0.75s steps(10);
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
}

.main .swiper-slide1.active .banner-txt > p:first-of-type::after {
}
.main .swiper-slide1.active .banner-txt > p:last-of-type::after {
}

.main .swiper-slide2.active .banner-txt > p:first-of-type::after {
}
.main .swiper-slide2.active .banner-txt > p:last-of-type::after {
}

.main .swiper-slide3.active .banner-txt > p:first-of-type::after {
}
.main .swiper-slide3.active .banner-txt > p:last-of-type::after {
}

@keyframes main {
  0% {
    width: 0%;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff;
  }
  100% {
    width: 100%;
    color: #fff;
    border-color: transparent;
  }
}

.main .swiper-slide.active .banner-txt > p {
  overflow: hidden;
}
.main .swiper-pagination {
  width: 50%;
  display: flex;
  justify-content: right;
  padding-right: 73px;
  height: 24px;
  font-size: 18px;
  color: #fff;
  bottom: 60px;
}
.slide-stop {
  position: absolute;
  width: 24px;
  height: 24px;
  right: calc(50% + 5px);
  z-index: 12;
  bottom: 60px;
}
.slide-stop > button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
}
.slide-stop > button > i {
  transition: 0.3s;
}
.slide-stop > button:hover > i {
  color: #22ac39;
}
.main .swiper-button-next {
  top: auto;
  bottom: 60px !important;
  width: 24px !important;
  height: 24px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  left: auto;
  right: calc(50% + 39px);
}
.main .swiper-button-next::after {
  font-size: 14px;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}
.main .swiper-button-next:hover::after {
  color: #22ac39;
}
.main .swiper-button-prev {
  top: auto;
  bottom: 60px !important;
  width: 24px !important;
  height: 24px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  left: auto;
  right: calc(50% + 132px);
}
.main .swiper-button-prev::after {
  font-size: 14px;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}
.main .swiper-button-prev:hover::after {
  color: #22ac39;
}

.main .swiper-navigation-icon {
  display: none;
}

.swiper-pagination-current {
  margin-right: 10px;
}
.swiper-pagination-total {
  margin-left: 10px;
}
.main .swiper-pagination {
  padding-top: 1px;
}
.slide-prograss {
  position: absolute;
  bottom: 60px;
  left: calc(50% + 10px);
  z-index: 12;
  display: flex;
  align-items: center;
  height: 24px;
}
.sp-bar {
  width: 160px;
  height: 3px;
  border-radius: 100px;
  background-color: #d9d9d9;
  overflow: hidden;
}
.sp-inner {
  height: 100%;
  width: 0% /* 임시 코드 */;
  border-radius: 100px;
  background-color: #22ac39;
  transition: width 6s ease-in-out;
}

.px200 {
  padding: 0 200px;
}
.section-title {
  margin-bottom: 80px;
  text-align: center;
}
.section-title > span {
  font-size: 26px;
  transition: 0.5s;
  display: block;
}
.section-title > p {
  font-size: 36px;
  font-weight: 600;
  transition: 0.5s 0.2s;
}

section {
  margin-bottom: 100px;
}
.banner-1 {
  height: 400px;
}
.banner-1 .swiper-button-prev {
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  height: auto;
  width: auto;
  padding: 20px 15px;
  border-radius: 10px;
}
.banner-1 .swiper-button-next {
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  height: auto;
  width: auto;
  padding: 20px 15px;
  border-radius: 10px;
}
.banner-1 .swiper-button-prev::after,
.banner-1 .swiper-button-next::after {
  font-size: 24px;
}
.banner-1 .swiper-wrapper {
  height: 100%;
}
.banner-1 .swiper-slide {
  height: 100%;
  overflow: hidden;
}
.banner-1 .swiper-slide img {
  transition: 0.3s;
}
.banner-1 .swiper-slide:hover img {
  transform: scale(1.05);
}
.banner-1-item {
  position: relative; /*padding: 0 60px 0px 80px*/
  background-color: #53b063;
  display: flex;
  flex-direction: column;
  justify-content: end;
  border-radius: 40px;
  height: 100%;
  overflow: hidden;
}
.banner-img {
  position: absolute;
  height: 100px;
  right: 60px;
  top: 80px;
  width: auto;
}
.banner-img > img {
  display: block;
  height: 100%;
}
.banner-1-item > a {
  position: absolute;
  right: 40px;
  top: 40px;
  font-size: 24px;
  color: #fff;
  display: flex;
  align-items: center;
}
.banner-1-item > a > i {
  margin-left: 2.5px;
  font-size: 24px;
  display: flex;
  align-items: center;
  height: 100%;
  transition: 0.3s;
  margin-bottom: 2px;
}
.banner-1-item > a:hover > i {
  transform: translateX(5px);
}
.banner-1-item > img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.banner-1-txt {
  color: #fff;
  margin-bottom: 40px;
}
.banner-1-txt > p {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: 600;
}
.banner-1-txt > span {
  font-size: 24px;
}
.banner-hash {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 25px;
}
.banner-hash > button {
  background-color: rgba(5, 112, 184, 0.8);
  color: #fff;
  padding: 10px 15px;
  border-radius: 15px;
  font-size: 22px;
  margin-right: 15px;
  margin-bottom: 15px;
  cursor: pointer;
}
.banner-wrap {
  transition: 0.5s 0.4s;
}
.middle {
  transition: 0.5s;
  position: relative;
  overflow: hidden;
}
.middle > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.middle-txt {
  width: 100%;
  height: 100%;
  background-color: rgba(26, 51, 24, 0.6);
  z-index: 1;
}
.middle-inner {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 200px 0;
}
.middle-inner > p {
  font-size: 36px;
  color: #fff;
  margin-bottom: 100px;
  text-align: center;
  transition: 0.5s 0.2s;
  line-height: 52px;
}
.middle-inner > p > span {
  font-weight: 600;
}
.middle-list {
  display: flex;
}
.middle-item {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  opacity: 0;
  transform: translateY(40px);
}
.middle-item::after {
  position: absolute;
  display: block;
  content: "";
  height: 60%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  right: 0;
}
.middle-item:last-of-type::after {
  display: none;
}
.middle-item > img {
  display: block;
  height: 100px;
  margin-bottom: 40px;
}
.middle-item > span {
  font-size: 24px;
  color: #fff;
}
.middle-item > p {
  font-size: 36px;
  color: #fff;
}

.middle-item:nth-of-type(1) {
  transition: 0.5s 0.4s;
}
.middle-item:nth-of-type(2) {
  transition: 0.5s 0.6s;
}
.middle-item:nth-of-type(3) {
  transition: 0.5s 0.8s;
}
.middle-item:nth-of-type(4) {
  transition: 0.5s 1s;
}

.main-news {
  border-top: 1px solid #22ac39;
  transition: 0.5s 0.4s;
  margin-bottom: 80px !important;
}

.news-item {
  border-bottom: 1px solid #d9d9d9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  cursor: pointer;
}

.news-title {
  display: flex;
  align-items: center;
  width: calc(100% - 150px);
}
.news-title > span {
  font-size: 16px;
  color: #22ac39;
  display: flex;
  width: 250px;
}
.news-title > p {
  font-size: 20px;
  width: calc(100% - 250px);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  transition: 0.3s;
}
.news-item:hover .news-title > p {
  color: #22ac39;
}
.news-item > span {
  display: block;
  width: 150px;
  text-align: right;
  color: #999;
  font-size: 16px;
}
.banner-2 .swiper-button-prev {
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  height: auto;
  width: auto;
  padding: 20px 15px;
  border-radius: 10px;
}
.banner-2 .swiper-button-next {
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  height: auto;
  width: auto;
  padding: 20px 15px;
  border-radius: 10px;
}
.banner-2 .swiper-button-prev::after,
.banner-2 .swiper-button-next::after {
  font-size: 24px;
}

.banner-2 .swiper-navigation-icon {
  display: none;
}

.news-banner {
  border: 1px solid #d9d9d9;
  transition: 0.3s;
  cursor: pointer;
}
.news-banner:hover {
  border-color: #22ac39;
}
.news-img {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  border-bottom: 1px solid #e6e6e6;
}
.news-img > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 4px;
}
.news-txt {
  padding: 20px;
}
.news-txt > span {
  color: #22ac39;
  margin-bottom: 10px;
  font-size: 16px;
  margin-bottom: 20px;
  display: block;
}
.news-txt > p {
  font-size: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.banner-2 {
  transition: 0.5s 0.6s;
}

.main-contact {
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.main-contact > p {
  font-size: 26px;
  color: #fff;
  margin-right: 100px;
  transition: 0.5s;
}
.main-contact > a {
  font-size: 18px;
  border: 1px solid #fff;
  padding: 10px 30px;
  border-radius: 100px;
  color: #fff;
  transition: 0.5s;
}

.main-contact::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #22ac39;
  z-index: -1;
  transition: 0.5s;
}
section.on .main-contact::after {
  height: 100%;
}
section.on .main-contact > p {
  color: #fff;
}
section.on .main-contact > a {
  color: #fff;
  border-color: #fff;
}
.main-contact > a:hover {
  background-color: #fff;
  color: #22ac39 !important;
}
.company-title {
  padding: 100px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(40px);
  opacity: 0;
  transition: 0.5s;
}
.company-title.on {
  transform: translateY(0);
  opacity: 1;
}
.company-title > img {
  display: block;
  height: 42px;
  margin-right: 10px;
}
.company-title > p {
  font-size: 42px;
  padding-top: 5px;
}
.subpage-header {
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: right;
  padding: 100px 0 60px 0;
  transition: 1s;
  opacity: 0.5;
  transform: translateX(-100px);
  position: relative;
  overflow: hidden;
}
.subpage-header > img {
  position: absolute;
  left: calc(50% - 40px);
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 80px);
  display: block;
  transition: 0.5s;
  height: 100%;
  object-fit: cover;
}
.sh-txt {
  height: 100%;
  max-width: 768px;
  width: 100%;
  padding: 40px 0px 0 80px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  transform: translateX(400px);
  transition: 1s;
}
.sh-txt > p {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 60px;
}
.sh-txt > span {
  font-size: 32px;
}
.subpage-header.on {
  transform: translateX(0);
  opacity: 1;
}
.subpage-header.on .sh-txt {
  transform: translateX(0);
}
.subpage-header.on > img {
  left: 50%;
}

.ceo-txt {
  position: relative;
  width: 100%;
}
.ceo-profile {
  position: absolute;
  bottom: -70px;
  right: 50px;
  transition: 0.6s 1.2s;
}
.ceo-profile > img {
  display: block;
  max-width: 480px;
  width: 100%;
  margin-bottom: 30px;
}
.ceo-profile > span {
  font-size: 32px;
  display: block;
  width: 100%;
  text-align: start;
  color: #22ac39;
}
.ceo-subtxt {
  font-size: 32px;
  line-height: 46px;
}
.ceo-title {
  font-size: 42px;
  font-weight: 600;
  padding-bottom: 40px;
  margin-bottom: 80px;
  position: relative;
  transform: translateY(40px);
  opacity: 0;
  transition: 0.5s 0.2s;
}
.ceo-title span {
  display: block;
  color: #22ac39;
}
.ceo-title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #d9d9d9;
  display: block;
  content: "";
  transition: 1s 0.5s;
}
.ceo-title.on {
  transform: translateY(0);
  opacity: 1;
}
.ceo-title.on::after {
  width: 100%;
}
.ceo-subtxt > p:nth-of-type(1) {
  transition: 0.5s 0.2s;
}
.ceo-subtxt > p:nth-of-type(2) {
  transition: 0.5s 0.4s;
}
.ceo-subtxt > p:nth-of-type(3) {
  transition: 0.5s 0.6s;
}
.ceo-subtxt > p:nth-of-type(4) {
  transition: 0.5s 0.8s;
}

.scroll-y {
  opacity: 0;
  transform: translateY(40px);
}
section.on .scroll-y {
  opacity: 1;
  transform: translateY(0);
}
.scroll-x {
  opacity: 0;
  transform: translateX(40px);
}
section.on .scroll-x {
  opacity: 1;
  transform: translateX(0);
}
.scroll-x-reverse {
  opacity: 0;
  transform: translateX(-40px);
}
section.on .scroll-x-reverse {
  opacity: 1;
  transform: translateX(0);
}

.career-wrap {
  position: relative;
}
.career-wrap::after {
  display: block;
  position: absolute;
  content: "";
  height: 0;
  width: 100%;
  background-color: #22ac39;
  z-index: -1;
  transition: 1s;
  top: 0;
  left: 0;
}
.career-wrap.on::after {
  height: 100% !important;
}
.career {
  color: #fff;
  padding: 60px 0 100px 0 !important;
}
.ct {
  font-size: 42px;
  font-weight: 600;
  padding-bottom: 40px;
  margin-bottom: 80px;
  position: relative;
  text-align: right;
  transition: 0.5s;
}
.ct::after {
  display: block;
  content: "";
  width: 0%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  bottom: 0;
  right: 0;
  transition: 0.5s 0.5s;
}
section.on .ct::after {
  width: 100%;
}
.cl > ul > li {
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: right;
  margin-bottom: 10px;
}
.cl > ul > li > i {
  font-size: 10px;
  margin-right: 20px;
}
.cl > ul > li:nth-of-type(1) {
  transition: 0.5s 0.2s;
}
.cl > ul > li:nth-of-type(2) {
  transition: 0.5s 0.3s;
}
.cl > ul > li:nth-of-type(3) {
  transition: 0.5s 0.4s;
}
.cl > ul > li:nth-of-type(4) {
  transition: 0.5s 0.5s;
}
.cl > ul > li:nth-of-type(5) {
  transition: 0.5s 0.6s;
}
.cl > ul > li:nth-of-type(6) {
  transition: 0.5s 0.7s;
}
.cl > ul > li:nth-of-type(7) {
  transition: 0.5s 0.8s;
}
.cl > ul > li:nth-of-type(8) {
  transition: 0.5s 0.9s;
}
.cl > ul > li:nth-of-type(9) {
  transition: 0.5s 1s;
}
.cl > ul > li:nth-of-type(10) {
  transition: 0.5s 1.1s;
}
.cl > ul > li:nth-of-type(11) {
  transition: 0.5s 1.2s;
}
.cl > ul > li:nth-of-type(12) {
  transition: 0.5s 1.3s;
}
.cl > ul > li:nth-of-type(13) {
  transition: 0.5s 1.4s;
}
.cl > ul > li:nth-of-type(14) {
  transition: 0.5s 1.5s;
}
.cl > ul > li:nth-of-type(15) {
  transition: 0.5s 1.6s;
}
.cl > ul > li:nth-of-type(16) {
  transition: 0.5s 1.7s;
}
.cl > ul > li:nth-of-type(17) {
  transition: 0.5s 1.8s;
}
.cl > ul > li:nth-of-type(18) {
  transition: 0.5s 1.9s;
}
.cl > ul > li:nth-of-type(19) {
  transition: 0.5s 2s;
}
.cl > ul > li:nth-of-type(20) {
  transition: 0.5s 2.1s;
}

.history-wrap {
  margin-bottom: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid #d9d9d9;
  display: flex;
  width: 100%;
  transition: 0.5s;
}
.history-1 .history-wrap {
  transition: 0.5s 0.2s;
}
.history-title {
  width: 300px;
  transition: 0.5s 0.2s;
}
.history-title > span {
  font-weight: 600;
  font-size: 32px;
}
.history-title > p {
  color: #22ac39;
  font-size: 46px;
  font-weight: 600;
}
.ht-item {
  display: flex;
  margin-bottom: 40px;
  width: 100%;
  align-items: flex-start;
  position: relative;
}
.ht-item:last-of-type {
  margin-bottom: 0;
}
.history-txt {
  width: calc(100% - 300px);
}
.ht-item > span {
  display: block;
  width: 100px;
  font-size: 32px;
  font-weight: 600;
  color: #22ac39;
  transition: 0.5s 0.4s;
  opacity: 0;
}
.ht-item > p {
  font-size: 32px;
  width: calc(100% - 100px);
}
section.on .ht-item > span {
  opacity: 1;
}

section.on .ht-item > p {
  display: inline-block;
  vertical-align: bottom;
}

.ht-item:nth-of-type(1) {
  transition: 0.5s 0.2s;
}
.ht-item:nth-of-type(2) {
  transition: 0.5s 0.4s;
}
.ht-item:nth-of-type(3) {
  transition: 0.5s 0.6s;
}
.ht-item:nth-of-type(4) {
  transition: 0.5s 0.8s;
}
.ht-item:nth-of-type(5) {
  transition: 0.5s 1s;
}
.ht-item:nth-of-type(6) {
  transition: 0.5s 1.2s;
}
.ht-item:nth-of-type(7) {
  transition: 0.5s 1.4s;
}
.ht-item:nth-of-type(8) {
  transition: 0.5s 1.6s;
}
.ht-item:nth-of-type(9) {
  transition: 0.5s 1.8s;
}
.ht-item:nth-of-type(10) {
  transition: 0.5s 2s;
}
.ht-item:nth-of-type(11) {
  transition: 0.5s 2.2s;
}
.ht-item:nth-of-type(12) {
  transition: 0.5s 2.4s;
}
.ht-item:nth-of-type(13) {
  transition: 0.5s 2.6s;
}
.ht-item:nth-of-type(14) {
  transition: 0.5s 2.8s;
}
.ht-item:nth-of-type(15) {
  transition: 0.5s 3s;
}
.ht-item:nth-of-type(16) {
  transition: 0.5s 3.2s;
}
.ht-item:nth-of-type(17) {
  transition: 0.5s 3.4s;
}
.ht-item:nth-of-type(18) {
  transition: 0.5s 3.6s;
}
.ht-item:nth-of-type(19) {
  transition: 0.5s 3.8s;
}
.ht-item:nth-of-type(20) {
  transition: 0.5s 4s;
}
.gutter {
  width: 100%;
  height: 5px;
  background-color: #22ac39;
}

.ci-title {
  transition: 0.5s 0.2s;
  text-align: center;
  font-size: 32px;
  margin-bottom: 100px;
}
.ci-item {
  padding: 40px 80px;
  border: 1px solid #b7b7b7;
  margin-bottom: 40px;
}

.ci-item:last-of-type {
  padding: 40px 60px 40px 80px;
  margin-top: 40px;
}

.ci-item > p {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 40px;
}
.ci-txt {
  display: flex;
  align-items: center;
  justify-content: right;
  width: 100%;
}
.ci-txt > img {
  display: block;
  width: auto;
  height: 100px;
  margin-right: 60px;
}
.ci-sub > p {
  font-size: 24px;
  font-weight: 600;
}
.ci-sub > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #b7b7b7;
  border-radius: 100px;
  height: 40px;
  padding: 0 20px;
  font-size: 18px;
  cursor: pointer;
  transition: 0.3s;
  margin-bottom: 10px;
  width: 160px;
}
.ci-sub > a:hover {
  border-color: #22ac39;
}
.ci-sub > a > img {
  display: block;
  height: 24px;
  width: auto;
  margin-left: 10px;
  padding-bottom: 5px;
}
.ci-item1 {
  transition: 0.5s 0.4s;
}
.ci-item2 {
  transition: 0.5s 0.6s;
}
.ci-item2 .ci-sub > p {
  margin-bottom: 10px;
}

.ci-item3 {
  display: flex;
  justify-content: space-between;
  transition: 0.5s 0.8s;
  margin-bottom: 0;
}
.ci-item4 {
  display: flex;
  justify-content: space-between;
  transition: 0.5s 0.8s;
  margin-bottom: 0;
}
.ci-txt3 {
  display: flex;
}
.ci-txt3 > img {
  display: block;
  width: auto;
  height: 190px;
  margin-right: 130px;
}
.ci-item3 .ci-sub3 {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: end;
}
.ci-item3 .ci-sub3 > p {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
.ci-item3 .ci-sub3 > span {
  font-size: 18px;
}
.ci-item3 .ci-sub3 > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #b7b7b7;
  border-radius: 100px;
  height: 40px;
  padding: 0 20px;
  font-size: 18px;
  cursor: pointer;
  transition: 0.3s;
  margin-bottom: 10px;
  width: 190px;
}
.ci-item3 .ci-sub3 > a:hover {
  border-color: #22ac39;
}
.ci-item3 .ci-sub3 > a > img {
  display: block;
  height: 24px;
  width: auto;
  margin-left: 10px;
  padding-bottom: 5px;
}
.ci-item4 .ci-sub4 {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: end;
}
.ci-item4 .ci-sub4 > p {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.ci-item4 .ci-sub4 > span {
  font-size: 18px;
}
.ci-item4 .ci-sub4 > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #b7b7b7;
  border-radius: 100px;
  height: 40px;
  padding: 0 20px;
  font-size: 18px;
  cursor: pointer;
  transition: 0.3s;
  margin-bottom: 10px;
  width: 190px;
}
.ci-item4 .ci-sub4 > a:hover {
  border-color: #22ac39;
}
.ci-item4 .ci-sub4 > a > img {
  display: block;
  height: 24px;
  width: auto;
  margin-left: 10px;
  padding-bottom: 5px;
}

.ci-sub > span {
  font-size: 18px;
}
.map-inner {
  border: 1px solid #d9d9d9;
  position: relative;
  padding-top: 56.25%;
  border: ;
}
.map-inner > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.map-inner > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.map-inner > div > img {
  object-fit: cover;
}
.map-txt {
  display: flex;
  border: 1px solid #d9d9d9;
  border-top: 0;
}
.map-txt > a {
  background-color: #22ac39;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  flex-direction: column;
  font-size: 32px;
  transition: 0.3s;
  cursor: pointer;
}
.map-txt > a:hover {
  background-color: rgba(34, 172, 57, 0.7);
}
.map-txt > a > img {
  display: block;
  height: 60px;
  width: auto;
  margin-bottom: 10px;
}
.map-txt-sub {
  width: calc(100% - 400px);
  padding: 40px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.map-txt-sub > p {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
}
.loca-item {
  display: flex;
  align-items: center;
  font-size: 24px;
}
.loca-item > i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #d9d9d9;
  width: 32px;
  height: 32px;
  color: #22ac39;
  margin-right: 10px;
}
.loca-sub2 {
  display: flex;
  margin-top: 20px;
}
.loca-sub2 .loca-item:first-of-type {
  margin-right: 155px;
}
.cate {
  display: flex;
  margin-bottom: 40px;
  margin-top: 60px;
  transition: 0.5s;
}
.cate > button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  height: 50px;
  padding: 0 20px;
  border-radius: 100px;
  margin-right: 20px;
  transition: 0.3s;
  cursor: pointer;
}
.cate > button:hover {
  background-color: #000;
  color: #fff;
}
.cate > button.on {
  background-color: #000;
  color: #fff;
}
.item-list {
  display: flex;
  flex-wrap: wrap;
  transition: 0.5s 0.2s;
  margin-bottom: 20px;
}
.item {
  border: 1px solid #d9d9d9;
  width: calc(33.333% - 26.666px);
  cursor: pointer;
  transition: 0.5s;
  margin-right: 40px;
  margin-bottom: 40px;
}
.item:nth-of-type(3n) {
  margin-right: 0;
}
.item:hover {
  border-color: #22ac39;
}
.item-img {
  position: relative;
  padding-top: 80%;
  border-bottom: 1px solid #d9d9d9;
  overflow: hidden;
}
.item-img > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
  display: block;
  width: 100%;
  height: 100%;
  padding: 4px;
}
.item-txt {
  padding: 20px;
}
.item-date {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  color: #999;
  width: 100%;
  font-size: 18px;
}
.item-txt > p {
  font-size: 24px;
  line-height: 36px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.item-pagenation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}
.item-pagenation > a {
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #999;
  transition: 0.3s;
}
.item-pagenation > a:hover {
  color: #000;
}
.item-pagenation > a.on {
  color: #000;
}
.item-pagenation > a > i {
  padding-bottom: 2.5px;
  font-size: 18px;
}

.item-pagenation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}
.item-pagenation > button {
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #999;
  transition: 0.3s;
}
.item-pagenation > button:hover {
  color: #000;
}
.item-pagenation > button.on {
  color: #000;
}
.item-pagenation > button > i {
  padding-bottom: 2.5px;
  font-size: 18px;
}
.item-search {
  max-width: 768px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.item-search > input {
  background-color: #fafafa;
  border: 1px solid #d9d9d9;
  height: 50px;
  width: 100%;
  font-size: 20px;
  padding: 0 10px;
  transition: 0.3s;
}
.item-search > button {
  width: 50px;
  height: 50px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  font-size: 24px;
  cursor: pointer;
  transition: 0.3s;
}
.item-search > button:hover {
  color: #22ac39;
}
.item-search > input:focus {
  border-color: #22ac39;
  outline: none;
}
.detail-txt {
  font-size: 24px;
  margin-bottom: 100px;
  transition: 0.5s 0.2s;
}
.detail-txt > p {
  width: 100%;
}
.detail-txt > p > img {
  display: block;
  width: 100%;
  margin-bottom: 40px;
}
.detail-link {
}
.detail-title {
  padding-top: 100px;
  margin-bottom: 15px;
  padding-bottom: 80px;
  margin-bottom: 80px;
  border-bottom: 1px solid #d9d9d9;
  transition: 0.5s;
}
.detail-title > p {
  font-size: 42px;
  margin-bottom: 20px;
}
.detail-title > button {
  display: flex;
  align-items: center;
  font-size: 24px;
  transition: 0.3s;
  cursor: pointer;
  margin-bottom: 20px;
}
.detail-title > button:hover > i {
  background-color: #22ac39;
}
.detail-date {
  display: flex;
  font-size: 24px;
}
.detail-date > span:first-of-type {
  margin-right: 10px;
}
.detail-title > button > i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #d9d9d9;
  margin-right: 10px;
  color: #fff;
  font-size: 18px;
  transition: 0.3s;
}
.detail-link {
  border-top: 1px solid #d9d9d9;
  margin-bottom: 100px;
  transition: 0.5s;
}
.detail-link > a {
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 40px 0;
  border-bottom: 1px solid #d9d9d9;
  font-size: 24px;
  color: #000;
}
.detail-link > a > span {
  display: flex;
  width: 200px;
  justify-content: center;
  align-items: center;
  margin-right: 60px;
  position: relative;
}
.detail-link > a > p {
  width: calc(100% - 260px);
  transition: 0.3s;
}
.detail-link > a:hover > p {
  color: #22ac39;
}
.detail-link > a > span::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 15px;
  width: 1px;
  background-color: #d9d9d9;
  display: block;
  content: "";
}
.detail-link > a > span > i {
  font-size: 16px;
  margin-left: 10px;
}
.detail-btn {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
  transition: 0.5s 0.2s;
}
.detail-btn > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 80px;
  height: 80px;
  font-size: 32px;
  font-weight: 600;
  border-radius: 10px;
  border: 1px solid #22ac39;
  color: #000;
  transition: 0.5s;
}
.detail-btn > a:hover {
  background-color: #22ac39;
  color: #fff;
}
.qna-tip {
}
.info-form {
  display: flex;
  margin-bottom: 60px;
  justify-content: space-between;
}
.info-form:nth-of-type(1) {
  transition: 0.5s 0.4s;
}
.info-form:nth-of-type(2) {
  transition: 0.5s 0.6s;
}
.info-form:nth-of-type(3) {
  transition: 0.5s 0.8s;
}
.info-form:nth-of-type(4) {
  transition: 0.5s 1s;
}
.info-item {
  width: calc(50% - 30px);
  position: relative;
}
.info-item > p {
  font-size: 24px;
  margin-bottom: 10px;
}
.info-item > p > span {
  color: #22ac39;
}
.info-item > img {
  position: absolute;
  height: 20px;
  width: auto;
  display: block;
  bottom: 30px !important;
  right: 20px !important;
  z-index: 1;
}
.info-item > input,
.info-item > select,
.info-item > textarea {
  width: 100%;
  height: 80px;
  padding: 0 20px;
  border: 1px solid #d9d9d9;
  background-color: #fafafa;
  transition: 0.3s;
  font-size: 24px;
}
.info-item > textarea {
  padding: 20px;
  height: 500px;
  font-weight: normal;
  resize: none;
}
.info-item > input:focus,
.info-item > select:focus,
.info-item > textarea:focus {
  border-color: #22ac39;
  outline: none;
  background-color: #fff;
}
.info-item > select::-ms-expand {
  display: none;
}
.info-item > select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.info-item-l {
  width: 100%;
}
.qna-tip {
  margin-bottom: 100px;
  transition: 0.5s 0s;
}
.qna-tip > p {
  display: flex;
  align-items: center;
  font-size: 24px;
  margin-bottom: 20px;
}
.qna-tip > p > i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  width: 24px;
  height: 24px;
  border: 1px solid #d9d9d9;
  border-radius: 100%;
  background-color: #fafafa;
  margin-right: 10px;
  color: #d9d9d9;
  transition: 0.3s;
  cursor: pointer;
}
.qna-tip > p > i.on {
  color: #22ac39;
  border-color: #22ac39;
  background-color: #fff;
}
.qna-tip > span {
  display: block;
  margin-bottom: 10px;
  font-size: 22px;
  padding-left: 34px;
}
.qna-tip > i {
  font-style: normal;
  padding-left: 34px;
  font-size: 18px;
}
.patent-list .item-img {
  background-color: #fafafa;
  padding: 20px 60px;
  overflow: hidden;
}
.patent-list .item-img::after {
  display: block;
  padding-top: 80%;
  width: 100%;
  content: "";
}
.patent-list .item-img > img {
  height: 100%;
  object-fit: inherit;
  width: auto;
}

.sub-title {
  text-align: center;
  padding: 80px 0;
  font-size: 32px;
  transition: 0.5s 0.2s;
}
.sub-title > span {
  text-align: center;
  display: block;
  width: 100%;
}
.sub-title2 {
  color: #22ac39;
  transition: 0.5s 0s;
}
.outline-group {
  transition: 0.5s 0.2s;
}
.outline-wrap {
  border: 1px solid red;
  width: 100%;
  display: flex;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid #53b063;
  transition: 0.5s 0.4s;
}
.outline-left {
  width: 400px;
}
.outline-left {
  border-right: 1px solid #53b063;
}
.ol-logo {
  width: 100%;
  padding: 40px 80px;
  border-bottom: 1px solid #53b063;
}
.ol-logo > img {
  display: block;
  width: 100%;
}
.ol-img {
  overflow: hidden;
  position: relative;
  padding-top: 110%;
}
.ol-img > img {
  display: block;
  width: 100%;
  position: absolute;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.outline-right {
  padding: 60px;
}
.or-item {
  font-size: 24px;
  display: flex;
  margin-bottom: 20px;
}
.or-item > span {
  display: block;
  width: 100px;
  font-weight: 600;
}
.or-item:last-of-type {
  margin-bottom: 0;
}

.banner-3 .swiper-button-prev {
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  height: auto;
  width: auto;
  padding: 20px 15px;
  border-radius: 10px;
}
.banner-3 .swiper-button-next {
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  height: auto;
  width: auto;
  padding: 20px 15px;
  border-radius: 10px;
}
.banner-3 .swiper-button-prev::after,
.banner-3 .swiper-button-next::after {
  font-size: 24px;
}
.sub2-title {
  font-size: 24px;
  text-align: center;
  margin-bottom: 100px;
}
.ai-img {
  width: 100%;
  margin-bottom: 20px;
}
.ai-img > img {
  display: block;
  width: 100%;
}
/* 수정 0.1 */
/* .ai-img>img:nth-of-type(1),
.ai-img>img:nth-of-type(2){display: none;} */
/* .ai-img > img:nth-of-type(1),
.ai-img > img:nth-of-type(2),
.ai-img > img:nth-of-type(3) {
  display: none;
} */
.banner-3 .swiper-slide {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.banner3-img {
  background-color: #fafafa;
  padding-top: 40%;
  width: 60%;
  margin-right: 80px;
  transition: 0.3s;
}
.banner-3:hover .banner3-img {
  transform: scale(1.05);
}
.banner3-txt > p {
  font-size: 32px;
}
.banner3-txt > span {
  font-size: 32px;
}

.civil-txt-wrap {
  display: flex;
  flex-wrap: wrap;
}
.ct-item {
  padding: 40px 20px;
  background-color: #c1ebc8;
  border: 1px solid #22ac39;
  border-radius: 20px;
  width: calc(50% - 20px);
  margin-right: 40px;
  margin-bottom: 40px;
}
.ct-item > p {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 600;
}
.ct-item > p > img {
  display: block;
  height: 40px;
  margin-right: 10px;
}
.ct-item > span {
  font-size: 22px;
  display: block;
  margin-bottom: 20px;
}

.ct-item:nth-of-type(2n) {
  margin-right: 0;
}
.reword-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.reword-item {
  height: 150px;
  width: auto;
  margin: 0 30px;
  margin-bottom: 40px;
}
.reword-item > img {
  display: block;
  height: 100%;
}
.reword-item:nth-of-type(4n) {
  margin-right: 0;
}
.reword-item:last-of-type {
  margin-right: 0;
}
.civil-img {
  width: 100%;
}
.civil-img > img {
  display: block;
  width: 100%;
}
.civil-img > img:first-of-type {
  display: none;
}

/* 
컬러표
#FAFAFA
그레이 백그라운드
#D9D9D9
그레이 포인트 (보더)
#22AC39
그린 포인트 컬러
#53B063
그린 백그라운드
#C1EBC8
연두색
background: linear-gradient(to left, #22AC39, #056FB8);
그린 그라데이션
블루 포인트
#056FB8
*/
/* 0405 */
.service-container {
  margin: 100px auto;
}

.service-title {
  text-align: center;
}
.service-title > p {
  font-size: 32px;
  font-weight: 600;
  transition: 0.5s;
  margin-bottom: 50px;
}
.service-title > p > span {
  color: #22ac39;
}
.service-title > span {
  font-size: 20px;
  transition: 0.5s 0.2s;
}

.service-step {
  transition: 0.5s;
}
.service-step img {
  width: 100%;
  display: block;
}

.service-table {
  transition: 0.5s 0.2s;
  text-align: left;
  width: 100%;
  border-collapse: collapse;
  font-size: 24px;
  margin-bottom: 50px;
}
.service-table td {
  padding: 30px;
  border: 1px solid #000;
}
.service-table tr:first-of-type {
  font-size: 32px;
  font-weight: 600;
}
.service-table tr td:first-of-type {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  width: 280px;
}

.step-inner {
  text-align: center;
  font-weight: 600;
  font-size: 26px;
}
.step-inner > div {
  border-radius: 20px;
  background-color: #c2e6f8;
  border: 1px solid #2ea7e0;
  margin: 20px 0;
  padding: 20px;
}
.one-step {
  transition: 0.5s;
}
.two-step {
  transition: 0.5s 0.2s;
}
.three-step {
  transition: 0.5s 0.4s;
}
.four-step {
  transition: 0.5s 0.6s;
}

.two-step > div {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.two-step > div > span {
  margin: 0 50px;
  display: inline-block;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #2ea7e0;
  padding: 20px;
  width: 40%;
}
.two-step > div > img {
  rotate: -90deg;
}

.three-step > div {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.three-step > div > span {
  margin: 0 20px;
  display: inline-block;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #2ea7e0;
  padding: 20px;
  width: 25%;
}
.step-inner > div:last-of-type {
  background-color: #2ea7e0;
  color: #fff;
}

.type-img {
  transition: 0.5s 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.item-img-2 {
  display: flex;
  transition: 0.5s 0.2s;
}
.item-img-2 > div {
  margin-right: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  background-color: #f6f6f6;
  width: 25%;
  padding: 20px;
}
.item-img-2 > div div {
  width: 120px;
  height: 150px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
.item-img-2 > div img {
  width: 100%;
  display: block;
}
.item-img-2 > div p {
  font-size: 24px;
  font-weight: 600;
}

.system-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.system-sub-img {
  transition: 0.5s 0.4s;
}
.system-img {
  transition: 0.5s 0.6s;
}

/* 0405 빅테이터플랫폼 */
.service-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 100px;
}
.service-list > div {
  border-radius: 20px;
  padding: 20px;
  background-color: #f6f6f6;
  width: 30%;
  border: 1px solid red;
  margin-right: 20px;
  margin-bottom: 20px;
}
.service-list > div:nth-child(3n) {
  margin-right: 0;
}
.service-list > div > p {
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 20px;
}
.service-list > div:nth-child(1) {
  transition: 0.5s;
}
.service-list > div:nth-child(2) {
  transition: 0.5s 0.2s;
}
.service-list > div:nth-child(3) {
  transition: 0.5s 0.4s;
}
.service-list > div:nth-child(4) {
  transition: 0.5s 0.6s;
}
.service-list > div:nth-child(5) {
  transition: 0.5s 0.8s;
}
.service-list > div:nth-child(6) {
  transition: 0.5s 1s;
}

/* 0408 */
.cloud-step {
  transition: 0.5s;
}
.cloud-step > img {
  display: block;
  width: 100%;
}
.saas-step {
  transition: 0.5s 0.2s;
}
.saas-step img {
  width: 100%;
  display: block;
}
.saas-step img:nth-of-type(1) {
  display: none;
}
.saas-list {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}
.saas-list > div {
  font-size: 24px;
  text-align: center;
  overflow: hidden;
  border-radius: 20px;
  background-color: #f6f6f6;
  width: 25%;
  margin-right: 80px;
}
.saas-list > div:last-of-type {
  margin-right: 0;
}
.saas-list-in > div:first-of-type {
  padding: 50px 30px;
  font-weight: 600;
  font-size: 28px;
}
.saas-list-in > div:last-of-type p {
  font-weight: 600;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.saas-list-in > div:last-of-type {
  padding: 30px 0;
}
.saas-list-in > div:last-of-type p {
  margin-bottom: 30px;
}
.saas-list > div:nth-child(1) {
  transition: 0.5s;
}
.saas-list > div:nth-child(2) {
  transition: 0.5s 0.2s;
}
.saas-list > div:nth-child(3) {
  transition: 0.5s 0.4s;
}
.saas-list > div:nth-child(4) {
  transition: 0.5s 0.6s;
}
.saas-title > p {
  margin-bottom: 20px;
}

/* 바로가기 버튼 추가 0.2 */
.public-cloud-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 100px;
  transition: 0.5s 0.2s;
  gap: 360px;
}
.public-cloud-btn > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 280px;
  height: 100px;
  font-size: 28px;
  font-weight: 600;
  border-radius: 4px;
  border: 1px solid #28ac4a;
  color: #fff;
  transition: 0.5s;
  background-color: #28ac4a;
}
.public-cloud-btn > a:hover {
  background-color: #22ac39;
  color: #fff;
}

/* 김은정 코드 */
/* 0417 */
.saas-mo {
  display: none !important;
}
.type-img img {
  width: 100%;
}
.saas-list > div {
  margin-right: 50px;
}
.saas-list > div {
  font-size: 22px;
}
.banner-flow .swiper {
  pointer-events: none;
  margin-bottom: 20px;
}
.banner-flow {
  height: 150px;
}

.banner-flow .swiper-wrapper {
  transition-timing-function: linear;
  height: 100%;
}

.banner-flow .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 80px;
  height: 100%;
}
.banner-flow .swiper-slide > img {
  display: block;
  width: 100%;
}
@media (max-width: 1400px) {
  .banner-flow {
    height: 120px;
  }
  .banner-flow .swiper-slide {
    padding: 0 20px;
  }
  .max1520 {
    padding: 0 40px;
  }
  .nav-inner {
    padding: 0 40px;
  }
  .footer-inner {
    padding: 0 40px;
  }
  .career {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .item-img-2 > div p {
    font-size: 22px;
  }
  .item-img-2 > div img {
    width: 100%;
  }
  .service-table {
    font-size: 22px;
  }
  .item-img-2 > div img {
    width: 100%;
    height: 100%;
    justify-content: center;
    object-fit: contain;
  }

  .sub2-title {
    font-size: 28px;
  }
  .sub2-title br {
    display: none;
  }
  .reword-item:nth-of-type(4n) {
    margin-right: 30px;
  }
  .reword-item > img {
    margin: auto;
  }
  .reword-item {
    width: 28%;
    height: 160px;
    margin-bottom: 30px;
  }
  .reword-item:last-of-type {
    margin-right: 30px;
  }
  .service-container {
    margin: 80px auto;
  }
  section {
    margin-bottom: 80px;
  }
  .saas-list > div {
    margin-right: 30px;
  }
}
@media (max-width: 1200px) {
  section {
    margin-bottom: 75px;
  }
  .banner-flow {
    height: 100px;
  }
  .banner-flow .swiper-slide {
    padding: 0 20px;
  }
  .sub2-title {
    margin-bottom: 75px;
  }
  /* 수정 0.1 */
  /* .ai-img > img:nth-of-type(1),
  .ai-img > img:nth-of-type(2),
  .ai-img > img:nth-of-type(4) {
    display: none;
  } */
  .ai-img > img:nth-of-type(3) {
    display: block;
  }
  /* .ai-img>img:nth-of-type(1),
  .ai-img>img:nth-of-type(3){display: none;}
  .ai-img>img:nth-of-type(2){display: block;} */
  .max1520 {
    padding: 0 20px;
  }
  .nav-inner {
    padding: 0 20px;
  }
  .footer-inner {
    padding: 0 20px;
  }

  .step-inner {
    font-size: 20px;
  }
  .service-title > p {
    font-size: 30px;
  }

  .saas-list > div {
    margin-right: 30px;
    font-size: 18px;
  }

  .reword-item:nth-of-type(4n) {
    margin-right: 30px;
  }
  .reword-item > img {
    margin: auto;
  }
  .reword-item {
    width: 28%;
    height: 160px;
    margin-bottom: 30px;
  }
  .reword-item:last-of-type {
    margin-right: 30px;
  }
  .ct-item {
    width: calc(50% - 10px);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .ct-item > p {
    font-size: 30px;
  }
  .ct-item > span br {
    display: none;
  }
  .sub2-title {
    font-size: 27px;
  }
}
@media (max-width: 980px) {
  .banner-flow {
    height: 80px;
  }
  .banner-flow .swiper-slide {
    padding: 0 10px;
  }
  section {
    margin-bottom: 60px;
  }

  .type-img img {
    width: 33%;
    height: 450px;
  }
  .system-sub-img img {
    width: 100%;
  }
  .service-table {
    font-size: 20px;
  }
  .service-container {
    margin: 60px auto;
  }
  .service-title > p {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .item-img-2 > div p {
    font-size: 16px;
  }
  .step-inner > div {
    margin: 15px 0;
    padding: 15px;
  }
  .three-step > div > span {
    margin: 0 15px;
    padding: 15px;
  }
  .two-step > div {
    margin-top: 30px;
  }
  .three-step > div {
    margin-top: 30px;
  }
  .step-inner {
    font-size: 18px;
  }

  .ct-item > p {
    font-size: 22px;
  }
  .ct-item > span {
    font-size: 14px;
  }
  .sub2-title {
    font-size: 22px;
  }
  .service-list > div > p {
    font-size: 17px;
  }
  .service-list > div > div {
    font-size: 14px;
  }

  .saas-list > div {
    margin-right: 30px;
  }
  .saas-list > div {
    font-size: 16px;
  }
  .service-title > span {
    font-size: 18px;
    line-height: 26px;
  }
  .s-sub-01 > span {
    font-size: 17px;
  }

  .sub2-title {
    margin-bottom: 60px;
    font-size: 26px;
  }

  .ct-item {
    padding: 40px 20px;
    background-color: #c1ebc8;
    border: 1px solid #22ac39;
    border-radius: 20px;
    width: calc(50% - 8px);
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .ct-item > p {
    font-size: 24px;
  }
  .ct-item > span {
    font-size: 20px;
    line-height: 26px;
  }
  .ct-item > span br {
    display: none;
  }
  /* 0417 */
  .reword-item:nth-of-type(4n) {
    margin-right: 30px;
  }
  .reword-item > img {
    margin: auto;
  }
  .reword-item {
    width: 25%;
    height: 140px;
    margin-bottom: 30px;
  }
  .reword-item:last-of-type {
    margin-right: 30px;
  }
  .saas-list > div {
    margin-right: 15px;
  }
  .saas-list {
    margin-bottom: 60px;
  }

  .three-step > div > span {
    margin: 0;
    margin-right: 15px;
  }
  .three-step > div > span:last-of-type {
    margin-right: 0;
  }
  .two-step > div > span {
    padding: 15px;
  }
  .type-img img {
    width: 100%;
  }
}

@media (max-width: 865px) {
  .service-title > p {
    font-size: 24px;
  }
  .service-title > p br {
    display: none;
  }
  /* 수정 0.1 */
  .new-public-cloud > p br {
    display: block;
  }
  .service-table tr td:first-of-type {
    font-size: 24px;
    width: 240px;
  }
  .service-table td {
    padding: 15px;
  }
  .service-table tr:first-of-type {
    font-size: 24px;
  }
  .three-step > div {
    margin-top: 30px;
  }
  .two-step > div {
    margin-top: 30px;
  }
  .step-inner {
    font-size: 16px;
  }
  .three-step > div > span {
    margin: 0 5px;
    padding: 15px;
  }
  .item-img-2 > div {
    margin-right: 15px;
    padding: 15px;
  }
  .item-img-2 > div p {
    font-size: 14px;
  }
  .service-title > span {
    font-size: 18px;
    line-height: 26px;
  }
  .service-title > span br {
    display: none;
  }
  .service-list > div {
    padding: 15px;
  }
  .service-list > div > p {
    font-size: 15px;
  }

  .saas-list > div {
    font-size: 14px;
  }

  .sh-txt {
    max-width: 560px;
  }

  .ct-item {
    width: calc(50% - 10px);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .ct-item > p {
    font-size: 24px;
  }
  .ct-item > span {
    font-size: 20px;
    line-height: 26px;
  }
  .ct-item > span br {
    display: none;
  }

  .sub2-title {
    margin-bottom: 60px;
  }
  .reword-item:nth-of-type(4n) {
    margin-right: 30px;
  }
  .reword-item > img {
    margin: auto;
  }
  .reword-item {
    width: 25%;
    height: 120px;
    margin-bottom: 30px;
  }
  .reword-item:last-of-type {
    margin-right: 30px;
  }
  .service-list {
    margin-bottom: 60px;
  }
  section {
    margin-bottom: 60px;
  }
}
.mo-img {
  display: none;
}
.mo-non {
  display: none;
}
@media (max-width: 768px) {
  .banner-flow {
    height: 60px;
  }
  .banner-flow .swiper-slide {
    padding: 0 5px;
  }
  .mo-non {
    display: block;
  }
  .info-item > img {
    bottom: 20px !important;
    right: 15px !important;
  }
  .mo-img {
    display: inherit;
  }
  .pc-img {
    display: none;
  }
  .max1200 {
    padding: 0 30px;
  }
  .max1520 {
    padding: 0 30px;
  }
  .nav-inner {
    padding: 0px 30px;
  }

  .sh-txt {
    max-width: 510px;
    padding: 30px 0px 0 60px;
  }

  .banner3-img {
    margin-right: 30px;
  }
  .banner3-txt > p {
    font-size: 28px;
  }
  .banner3-txt > span {
    font-size: 28px;
  }
  .item-img-2 {
    padding: 0;
  }
  .item-img-2 > div:last-child {
    margin-right: 0;
  }
  .type-img img {
    width: 33%;
    height: auto;
  }
  .item-img-2 > div div {
    width: auto;
  }

  .three-step > div > span {
    padding: 15px;
    margin: 0px 5px;
    font-size: 20px;
  }
  .item-img-2 > div p {
    font-size: 18px;
    font-weight: 600;
  }
  .system-sub-img img {
    width: 100%;
  }
  .step-inner > div {
    margin: 15px 0;
    padding: 15px;
  }
  .three-step > div > span {
    font-size: 14px;
  }
  .service-container {
    margin: 45px auto;
  }

  .service-table {
    font-size: 18px;
    margin-bottom: 45px;
  }
  .service-table tr:first-of-type {
    font-size: 24px;
  }
  .service-table td {
    padding: 15px;
    border: 1px solid #000;
  }
  .service-title > span {
    font-size: 16px;
  }
  .item-img-2 > div p {
    font-size: 13px;
  }
  .item-img-2 > div div {
    justify-content: center;
  }

  .service-table tr td:first-of-type {
    width: 150px;
    font-size: 18px;
  }
  .service-table {
    font-size: 14px;
  }
  .service-table tr:first-of-type {
    font-size: 18px;
  }

  .mo-img {
    display: block;
  }
  .mo-img img {
    width: 60%;
    margin: auto;
  }
  .pc-img {
    display: none;
  }

  .service-title > span {
    font-size: 14px;
  }
  .service-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
  }
  .service-list > div {
    width: calc(50% - 10px);
  }
  .service-list > div:nth-child(2n) {
    margin-right: 0;
  }
  .service-list > div:nth-child(3) {
    margin-right: 20px;
  }

  .saas-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    margin-bottom: 30px;
  }
  .saas-list-in > div:first-of-type {
    font-size: 24px;
  }
  .saas-list > div {
    width: calc(50% - 15px);
    margin-bottom: 30px;
    font-size: 20px;
  }
  .saas-list > div:nth-child(2n) {
    margin-right: 0;
  }

  .service-title > p {
    font-size: 26px;
  }
  .service-title > span {
    font-size: 18px;
  }

  .service-title > p {
    font-size: 24px;
  }
  .service-title > p br {
    display: none;
  }
  .new-public-cloud > p br {
    display: block;
  }
  #container-sub > span br {
    display: none;
  }
  #container-sub > span p {
    line-height: 26px;
  }
  .service-title > span {
    line-height: 26px;
  }

  .sub-title br {
    display: none;
  }
  .sub2-title {
    margin-bottom: 45px;
  }
  .ct-item {
    padding: 30px 15px;
    width: calc(50% - 15px);
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .ct-item > p {
    font-size: 20px;
  }
  .ct-item > span {
    font-size: 18px;
    line-height: 26px;
  }
  .ct-item > span br {
    display: none;
  }
  .reword-item:nth-of-type(4n) {
    margin-right: 30px;
  }
  .reword-item > img {
    margin: auto;
  }
  .reword-item {
    width: 41%;
    height: 140px;
    margin-bottom: 30px;
  }
  .reword-item:last-of-type {
    margin-right: 30px;
  }
  section {
    margin-bottom: 45px;
  }
  .service-list {
    margin-bottom: 45px;
  }
  .saas-list {
    margin-bottom: 45px;
  }

  /* 0417 */
  .type-img img {
    width: 100%;
  }
  .saas-mo {
    display: block !important;
  }
  .saas-pc {
    display: none !important;
  }
  .reword-item {
    width: 50%;
    height: 150px;
    margin: 0;
    padding: 15px;
  }
  .reword-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
  }
  .reword-item > img {
    height: 100%;
  }

  .saas-step {
    transition: 0.5s 0.2s;
  }
  .saas-step img {
    display: none;
  }
  .saas-step img:nth-of-type(1) {
    width: 100%;
    display: block;
  }
}

@media (max-width: 640px) {
  .reword-item {
    width: 50%;
    height: 120px;
    margin: 0;
    padding: 15px;
  }
  section {
    margin-bottom: 30px;
  }

  .banner3-txt > p {
    font-size: 24px;
  }
  .banner3-txt > span {
    font-size: 24px;
  }

  .sh-txt {
    max-width: 470px;
    padding: 30px 0px 0 30px;
  }
  .service-title > p {
    font-size: 18px;
  }
  .service-title > span {
    font-size: 16px;
  }

  .service-table tr td:first-of-type {
    font-size: 18px;
    width: 150px;
  }
  .service-table tr:first-of-type {
    font-size: 18px;
  }
  .service-table {
    font-size: 16px;
  }
  #container-sub {
    padding: 30px 15px;
  }
  .step-inner {
    font-size: 18px;
  }
  .three-step > div > span {
    font-size: 16px;
  }
  .three-step > div > span {
    padding: 15px 0;
  }

  .item-img-2 > div {
    padding: 15px 10px;
  }
  .item-img-2 > div p {
    font-size: 10px;
  }
  .item-img-2 > div div {
    height: 100px;
  }
  .sub2-title {
    font-size: 20px;
  }
  .sub2-title {
    margin-bottom: 30px;
  }

  .ct-item > p > img {
    display: block;
    height: 30px;
    margin-right: 10px;
  }
  .ct-item > p {
    font-size: 16px;
  }
  .two-step > div {
    font-size: 16px;
  }

  .ct-item {
    padding: 30px 15px;
    width: calc(50% - 15px);
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .ct-item > span {
    font-size: 16px;
    line-height: 26px;
  }
  .ct-item > span br {
    display: none;
  }

  .sub-title br {
    display: none;
  }
  .reword-item:nth-of-type(4n) {
    margin-right: 30px;
  }
  .reword-item > img {
    margin: auto;
  }
  .reword-item:last-of-type {
    margin-right: 30px;
  }

  .saas-list-in > div:first-of-type {
    padding: 45px 30px;
  }
  .saas-list-in > div:last-of-type {
    padding: 30px 0;
  }
  .saas-list > div {
    font-size: 18px;
  }

  /* 0417 */

  .reword-item:nth-of-type(4n) {
    margin-right: 0;
  }
  .reword-item:last-of-type {
    margin-right: 0;
  }
  .three-step > div > span {
    margin: 0;
    margin-right: 5px;
  }
  .three-step > div > span {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .banner-flow {
    height: 40px;
  }
  .banner-flow .swiper-slide {
    padding: 0 0px;
  }
  .service-table {
    font-size: 14px;
  }
  .service-table td {
    padding: 15px 10px;
  }
  .service-table tr td:first-of-type {
    width: 120px;
    padding: 15px 10px;
  }
  .service-table tr td:first-of-type {
    font-size: 16px !important;
  }
  .service-table tr:first-of-type {
    font-size: 16px;
  }
  .max1520 {
    padding: 0px 15px;
  }
  .max1200 {
    padding: 0 15px;
  }
  section {
    margin-bottom: 30px;
  }
  .service-container {
    margin: 30px auto;
  }

  .sh-txt {
    max-width: 400px;
    padding: 30px 0px 0 30px;
  }

  .banner3-txt > p {
    font-size: 18px;
  }
  .banner3-txt > span {
    font-size: 18px;
  }

  .three-step > div {
    flex-wrap: wrap;
  }
  .three-step > div > span {
    width: 100%;
    margin: 5px;
    font-size: 16px;
  }

  .two-step > div > img {
    width: 15px;
  }

  .step-inner span > img {
    height: 20px;
  }
  .two-step > div > span {
    margin: 0 10px;
    padding: 5px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .item-img-2 {
    flex-wrap: wrap;
  }
  .item-img-2 > div {
    width: calc(50% - 7.5px);
    margin-bottom: 15px;
    padding: 10x;
  }
  .item-img-2 > div p {
    font-size: 12px;
  }
  .item-img-2 > div:nth-child(2n) {
    margin-right: 0;
  }
  .item-img-2 > div img {
    padding: 0 15px;
  }
  .item-img-2 > div div {
    margin-bottom: 15px;
  }
  .ct-item {
    padding: 15px 15px;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .ct-item > span {
    font-size: 14px;
  }
  .ct-item > span br {
    display: none;
  }
  .service-list > div > p {
    text-align: center;
    margin-bottom: 0;
    font-size: 16px;
  }
  .service-list > div {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .service-list > div:nth-child(3) {
    margin-right: 0;
  }
  .mo-img img {
    width: 90%;
    margin: 0 auto;
  }
  .mo-img img {
    width: 90%;
    margin: 0 auto;
  }

  .saas-list-in > div:first-of-type {
    padding: 15px 0px;
    font-size: 18px;
  }
  .saas-list-in > div:last-of-type p {
    margin-bottom: 15px;
  }
  /* 수정 0.1 */
  .service-title > p {
    font-size: 18px;
  }
  /* .service-title>p {font-size: 20px;} */

  #container-sub > div {
    margin-bottom: 30px;
  }
  #container-sub > span br {
    display: none;
  }

  .service-title > span {
    line-height: 26px;
    font-size: 16px;
  }
  .service-title > span br {
    display: none;
  }
  .service-table td {
    line-height: 26px;
  }

  .sub-title br {
    display: none;
  }
  .sub2-title {
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 26px;
  }
  .sub2-title br {
    display: none;
  }

  .reword-item:nth-of-type(4n) {
    margin-right: 30px;
  }
  .reword-item > img {
    margin: auto;
  }
  .reword-item {
    height: 100px;
  }
  .reword-item:last-of-type {
    margin-right: 30px;
  }
  .service-list {
    margin-bottom: 30px;
  }

  .saas-list > div {
    margin-right: 15px;
    font-size: 16px;
  }

  .saas-list > div {
    width: calc(50% - 8px);
    margin-bottom: 15px;
  }
  .ct-item > p {
    margin-bottom: 15px;
  }
  .sub2-title {
    font-size: 16px;
  }

  /* 0417 */
}

.reword-item:nth-of-type(4n) {
  margin-right: 0;
}
.reword-item:last-of-type {
  margin-right: 0;
}
.three-step > div > span {
  margin: 5px 0;
}
.service-list > div > div {
  display: block;
  margin-top: 15px;
}
.service-title {
  margin-bottom: 15px;
}

@media (max-width: 375px) {
  section {
    margin-bottom: 30px;
  }

  .sh-txt {
    max-width: 240px;
    padding: 15px 0px 0 15px;
  }

  .banner3-img {
    margin-right: 15px;
  }
  .banner3-txt > p {
    font-size: 14px;
  }
  .banner3-txt > span {
    font-size: 14px;
  }

  .service-table tr td:first-of-type {
    font-size: 14px;
    width: 120px;
  }

  .service-table {
    font-size: 13px;
  }
  .service-table tr:first-of-type {
    font-size: 14px;
  }
  .service-table td {
    padding: 10px;
    line-height: 22px;
  }

  .ct-item {
    padding: 15px 10px;
    width: 100%;
    margin-right: 0;
  }

  .ct-item > p {
    margin-bottom: 0;
  }

  .civil-img3 > img {
    width: 180px;
  }
  .reword-item:nth-of-type(4n) {
    margin-right: 30px;
  }
  .reword-item > img {
    margin: auto;
  }
  .reword-item {
    height: 100px;
  }
  .reword-item:last-of-type {
    margin-right: 30px;
  }
  .saas-list-in > div:first-of-type {
    font-size: 20px;
  }
  .saas-list > div {
    font-size: 12px;
  }
  .saas-list > div {
    width: calc(50% - 8px);
    margin-bottom: 15px;
    margin-right: 15px;
  }
  .saas-list-in > div:last-of-type {
    padding: 15px 0;
  }
  .service-title > span {
    font-size: 14px;
  }
  .item-img-2 > div {
    width: 47.5%;
  }

  .sub2-title {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .sub2-title br {
    display: none;
  }
  .sub-title br {
    display: none;
  }

  #sub-title-01 span {
    display: inline;
  }
}
@media (max-width: 360px) {
  .reword-item {
    height: 90px;
  }
}

.reword-item:nth-of-type(4n) {
  margin-right: 0;
}
.reword-item:last-of-type {
  margin-right: 0;
}
.detail-link > a > p {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
/* 0418 김은정코드 */
@media (max-width: 1400px) {
}
@media (max-width: 1200px) {
  .item {
    width: calc(33.333% - 13.333px);
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 980px) {
}

@media (max-width: 865px) {
}
@media (max-width: 768px) {
  .item {
    width: calc(50% - 8px);
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .item:nth-of-type(2n) {
    margin-right: 0;
  }
  .item:nth-of-type(3n) {
    margin-right: 15px;
  }
  .item-search {
    height: 40px;
    max-width: 300px;
  }
  .item-search > input {
    height: inherit;
  }
  .info-form {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .info-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .info-item:last-of-type {
    margin-bottom: 0;
  }
  .info-item > input,
  .info-item > select {
    height: 60px;
  }
  .info-item > textarea {
    height: 400px;
  }
  .qna-tip {
    margin-bottom: 45px;
  }
  .qna-tip > p {
    font-size: 20px;
  }
  .qna-tip > span {
    font-size: 18px;
  }
}

@media (max-width: 640px) {
}

@media (max-width: 480px) {
  .cate > button {
    font-size: 20px;
    margin-right: 0;
  }
  .cate > button:first-of-type {
    margin-right: 20px;
  }
  .item-txt > p {
    font-size: 20px;
    line-height: 30px;
  }
  .cate {
    margin-bottom: 20px;
    margin-top: 40px;
  }
  .item-pagenation {
    margin-bottom: 40px;
  }
  .item-search > button {
    width: 40px;
    height: 40px;
  }
  .info-item > p {
    font-size: 22px;
  }
  .info-item > input,
  .info-item > select,
  .info-item > textarea {
    font-size: 20px;
  }
  .qna-tip > span {
    font-size: 14px;
  }
  .qna-tip > i {
    font-size: 12px;
  }
  .qna-tip > p {
    margin-bottom: 15px;
  }
  .info-item > input,
  .info-item > select {
    height: 50px;
  }
  .item-pagenation > a {
    font-size: 20px;
  }
}

@media (max-width: 360px) {
  .cate > button {
    font-size: 16px;
    padding: 0 15px;
  }
  .cate > button:first-of-type {
    margin-right: 15px;
  }
  .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .item:nth-of-type(3n) {
    margin-right: 0;
  }
  /* .item-search {max-width: 360px;} */
  .info-form {
    margin-bottom: 15px;
  }
  .info-item {
    margin-bottom: 15px;
  }
  .info-item > p {
    font-size: 20px;
  }
  .info-item > input,
  .info-item > select,
  .info-item > textarea {
    font-size: 18px;
  }
  .info-item > textarea {
    height: 350px;
  }
}

/* 박찬영 코드 */

.service-wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.service-item {
  width: 100%;
  margin-right: 100px;
}
.service-wrap .service-item {
  margin-right: 60px;
}
.service-item:last-of-type {
  margin-right: 0;
}
.si-title {
  height: 80px;
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px 20px 0 0;
}
.si-txt {
  padding: 20px;
  background-color: #f7f7f7;
  border-radius: 0 0 20px 20px;
  box-shadow: 2px 2px 5px rgba(153, 153, 153, 0.3);
}
.si-item {
  height: 60px;
  border-radius: 15px;
  background-color: #b1b1b1;
  color: #fff;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.si-item:last-of-type {
  margin-bottom: 0px;
}
.service-item > p {
  font-size: 22px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-item > p > span {
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 5px;
  margin-right: 20px;
}

.service-container-cloud {
  padding: 80px 0;
}
.cloud-sub-txt {
  margin-top: 60px;
  display: block;
}

.two-step > div > span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0;
}
.three-step > div > span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: 50px;
  width: 100%;
  margin-right: 20px;
  margin-top: 0;
  margin-bottom: 0;
}

.new0419 > img:nth-of-type(1) {
  display: block !important;
}
.new0419 > img:nth-of-type(2),
.new0419 > img:nth-of-type(3) {
  display: none !important;
}
@media (max-width: 1400px) {
  .service-container-cloud {
    padding: 60px 0;
  }
  .cloud-sub-txt {
    margin-top: 40px;
    display: block;
  }

  .si-txt {
    padding: 20px;
  }
  .service-item {
    margin-right: 80px;
  }
  .service-item > p {
    font-size: 18px;
  }
  .service-item > p > span {
    margin-right: 10px;
  }
  .si-title {
    height: 80px;
    font-size: 24px;
  }
  .si-item {
    font-size: 20px;
  }

  .detail-link {
    margin-bottom: 80px;
  }
  .history-wrap {
    margin-bottom: 60px;
    padding-bottom: 60px;
  }
  .history-title {
    width: 200px;
  }
  .history-txt {
    width: calc(100% - 200px);
  }
  .ht-item > span {
    font-size: 26px;
    width: 80px !important;
  }
  .ht-item > p {
    width: calc(100% - 80px);
    font-size: 26px;
    left: 80px;
  }
  .history-title > span {
    font-size: 26px;
  }
  .history-title > p {
    font-size: 36px;
  }
  .or-item {
    font-size: 20px;
  }
  .sub-title {
    font-size: 26px;
    padding: 60px 0;
  }
  .sh-txt > p {
    font-size: 36px;
    margin-bottom: 40px;
  }
  .subpage-header {
    height: 500px;
  }
  .news-title > span {
    width: 200px;
  }
  .sh-txt > span {
    font-size: 26px;
  }
  .news-title > p {
    width: calc(100% - 200px);
  }
  .section-title > p {
    font-size: 32px;
  }
  .section-title > span {
    font-size: 24px;
  }
  section {
    margin-bottom: 80px;
  }
  .main-banner {
    margin-bottom: 80px;
  }
  .section-title {
    margin-bottom: 60px;
  }
  .banner-txt > p {
    font-size: 36px;
  }
  .banner-txt > span {
    font-size: 20px;
  }
  .main .swiper-pagination {
    font-size: 16px;
  }
  .main .swiper-button-prev::after,
  .main .swiper-button-next::after {
    font-size: 12px !important;
  }
  .main-banner {
    height: 500px;
  }
  .max1520 {
    padding: 0 40px;
  }
  .nav-inner {
    padding: 0 40px;
  }
  .footer-inner {
    padding: 0 40px;
  }
  nav {
    height: 80px;
  }
  .ncp {
    height: 30px;
  }
  .logo {
    height: 40px;
  }
  .gnb-btn {
    font-size: 18px;
  }
  .gnb-btn > a {
    margin-right: 40px;
  }
  .career {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .gnb-item > a {
    height: 50px;
    border-radius: 10px;
    font-size: 18px;
  }
  .gnb-item > button {
    border-radius: 10px;
  }
  .gnb-wrap {
    top: 80px;
  }
  .gnb-item > button {
    font-size: 24px;
    padding: 20px;
  }
  footer {
    padding: 60px 0 40px 0;
  }
  .ceo-name {
    font-size: 16px;
  }
  .address {
    font-size: 16px;
  }
  .detail {
    font-size: 16px;
  }
  .ceo-num {
    font-size: 24px;
  }
  .footer-logo {
    height: 40px;
  }
  .footer-right {
    font-size: 16px;
  }
  .banner-1-txt > p {
    font-size: 32px;
  }
  .banner-1-txt > span {
    font-size: 20px;
  }
  .banner-hash > button {
    font-size: 20px;
  }
  .banner-1-item > a {
    font-size: 20px;
  }
  .banner-1 {
    height: 400px;
  }
  .middle-inner {
    padding: 150px 0;
  }
  .middle-inner > p {
    margin-bottom: 80px;
  }
  body {
    padding-top: 80px;
  }
  .company-title {
    padding: 80px 0;
  }
  .company-title > p {
    font-size: 36px;
  }
  .company-title > img {
    height: 36px;
  }
  .ci-title {
    font-size: 26px;
    margin-bottom: 80px;
  }
  .map-txt-sub {
    padding: 30px 60px;
  }
  .map-txt-sub > p {
    font-size: 32px;
  }
  .loca-item {
    font-size: 20px;
  }
  .loca-item > i {
    width: 26px;
    height: 26px;
    font-size: 12px;
  }
  .map-txt > a > img {
    height: 40px;
  }
  .map-txt > a {
    font-size: 26px;
  }
  .ceo-title {
    font-size: 36px;
    margin-bottom: 60px;
  }
  .ceo-subtxt {
    font-size: 26px;
    line-height: 36px;
  }
  .ceo-profile > img {
    margin-bottom: 60px;
    max-width: 360px;
  }
  .ceo-profile > span {
    font-size: 26px;
  }
  .ceo-profile {
    right: 0px;
  }
  .cl > ul > li {
    font-size: 26px;
  }
  .cl > ul > li:last-of-type {
    margin-bottom: 0;
  }
  .ct {
    font-size: 36px;
    margin-bottom: 60px;
  }
  .career {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .item-date {
    font-size: 16px;
  }
  .item-txt > p {
    font-size: 20px;
    line-height: 26px;
  }
  .cate > button {
    height: 40px;
    font-size: 20px;
  }
  .item-pagenation > a {
    font-size: 22px;
  }
  .item-search > input {
    font-size: 22px;
  }
  .detail-title > p {
    font-size: 36px;
  }
  .detail-title > button {
    font-size: 20px;
  }
  .detail-title > button > i {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }
  .detail-title {
    padding: 60px 0;
    margin-bottom: 60px;
  }
  .detail-date {
    font-size: 20px;
  }
  .detail-txt {
    font-size: 20px;
    margin-bottom: 80px;
  }
  .detail-link > a {
    font-size: 20px;
  }
  .detail-link > a > span {
    width: 150px;
    margin-right: 40px;
  }
  .detail-btn {
    margin-bottom: 80px;
  }
  .detail-btn > a {
    font-size: 26px;
    height: 60px;
    padding: 0 60px;
  }
  .public-cloud-btn {
    margin-bottom: 60px;
    gap: 310px;
    margin-top: 35px;
  }
  .public-cloud-btn > a {
    font-size: 26px;
    width: 250px;
    height: 90px;
    padding: 0 60px;
  }
}

@media (max-width: 1200px) {
  .ncp {
    height: 20px;
  }
  .new0419 > img:nth-of-type(2) {
    display: block !important;
  }
  .new0419 > img:nth-of-type(1),
  .new0419 > img:nth-of-type(3) {
    display: none !important;
  }

  .service-container-cloud {
    padding: 40px 0;
  }
  .cloud-sub-txt {
    margin-top: 40px;
    display: block;
  }

  .si-txt {
    padding: 20px;
  }
  .service-item {
    margin-right: 60px;
  }
  .service-item > p {
    font-size: 16px;
  }
  .service-item > p > span {
    margin-right: 10px;
    width: 24px;
    height: 24px;
  }
  .si-title {
    height: 60px;
    font-size: 22px;
  }
  .si-item {
    font-size: 18px;
    height: 50px;
    border-radius: 10px;
  }

  .detail-btn {
    margin-bottom: 60px;
  }
  .detail-btn > a {
    font-size: 22px;
    height: 60px;
    padding: 0 40px;
  }
  .public-cloud-btn {
    margin-bottom: 40px;
    gap: 300px;
    margin-top: 30px;
  }
  .public-cloud-btn > a {
    font-size: 22px;
    width: 200px;
    height: 80px;
    padding: 0 40px;
  }

  .detail-link > a > span {
    width: 100px;
    margin-right: 20px;
  }
  .detail-link > a > p {
    width: calc(100% - 100px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .detail-link > a {
    font-size: 18px;
    padding: 20px 0;
  }
  .detail-txt {
    font-size: 18px;
    margin-bottom: 60px;
  }
  .detail-title > p {
    font-size: 32px;
  }
  .detail-title > button {
    font-size: 18px;
  }
  .detail-title > button > i {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }
  .detail-title {
    padding: 40px 0;
    margin-bottom: 40px;
  }
  .detail-date {
    font-size: 18px;
  }
  .item-pagenation > a {
    font-size: 18px;
  }
  .item-search > input {
    font-size: 18px;
  }
  .item-pagenation > a {
    font-size: 18px;
  }
  .item-date {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .item-txt > p {
    font-size: 18px;
    line-height: 24px;
  }
  .cate > button {
    font-size: 16px;
    margin-right: 10px;
    height: 32px;
  }
  .cate {
    margin: 40px 0;
  }
  .history-wrap {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  .history-title {
    width: 150px;
  }
  .history-txt {
    width: calc(100% - 150px);
  }
  .ht-item > span {
    font-size: 20px;
    width: 80px !important;
  }
  .ht-item > p {
    width: calc(100% - 80px);
    font-size: 20px;
  }
  .history-title > span {
    font-size: 24px;
  }
  .history-title > p {
    font-size: 32px;
  }
  .ht-item {
    margin-bottom: 20px;
  }

  .ct {
    font-size: 32px;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  .cl > ul > li {
    font-size: 22px;
  }
  .cl > ul > li > i {
    margin-right: 7.5px;
  }
  .career {
    padding: 40px 20px !important;
  }
  .ceo-subtxt {
    font-size: 22px;
    line-height: 32px;
  }
  .ceo-profile > span {
    font-size: 24px;
  }
  .ceo-profile > img {
    margin-bottom: 40px;
    max-width: 320px;
  }
  .ceo-title {
    font-size: 32px;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  .map-txt-sub {
    padding: 20px 40px;
    width: calc(100% - 250px);
  }
  .map-txt > a {
    width: 250px;
    font-size: 24px;
  }

  .loca-item > p {
    width: calc(100% - 36px);
  }
  .loca-sub2 {
    display: flex;
    justify-content: space-between;
  }
  .loca-item {
    margin-right: 0 !important;
  }
  .loca-item {
    font-size: 18px;
  }
  .map-txt-sub > p {
    font-size: 26px;
  }
  .company-title {
    padding: 60px 0;
  }
  .ci-sub > button {
    height: 32px;
    font-size: 16px;
    padding: 0 15px;
    margin-bottom: 5px;
  }
  .company-title > p {
    font-size: 32px;
  }
  .company-title > img {
    height: 32px;
  }
  .ci-item2 .ci-sub > p {
    margin-bottom: 5px;
  }
  .ci-title {
    font-size: 24px;
    margin-bottom: 60px;
  }
  .ci-txt > img {
    height: 60px;
    margin-right: 40px;
  }
  .ci-item {
    max-width: 768px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .ci-sub > p {
    font-size: 18px;
  }
  .ci-item > p {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .ci-item:last-of-type {
    padding: 40px 80px 40px 40px;
    margin-top: 20px;
  }

  .ci-txt3 > img {
    display: block;
    width: auto;
    height: 148px;
    margin-right: 60px;
  }
  .ci-item3 .ci-sub3 > p {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .ci-item4 .ci-sub4 > p {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .outline-right {
    padding: 40px;
    padding-right: 20px;
  }
  .or-item {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .ol-img {
    height: calc(100% - 100px);
  }
  .outline-left {
    width: 200px;
  }
  .or-item > span {
    width: 80px;
  }

  .or-item > p {
    width: calc(100% - 80px);
  }
  .outline-right {
    width: calc(100% - 200px);
  }
  .ol-logo {
    padding: 20px 20px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ol-logo > img {
  }
  .sub-title {
    font-size: 24px;
    padding: 60px 0;
  }
  .subpage-header {
    padding: 60px 0 20px 0;
  }
  .sh-txt > p {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .sh-txt > span {
    font-size: 22px;
  }
  .sh-txt {
    padding: 40px 0 0 60px;
    max-width: 640px;
  }
  .subpage-header {
    height: 400px;
  }
  .main-contact {
    padding: 30px 0;
  }
  .main-contact > p {
    font-size: 22px;
  }
  .main-contact > a {
    font-size: 16px;
    padding: 5px 15px;
  }
  .logo-item {
    padding: 20px !important;
    width: 150px !important;
  }
  .news-txt > p {
    font-size: 18px;
  }
  .news-txt > span {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .main-news {
    margin-bottom: 60px !important;
  }
  .news-title > span {
    width: 150px;
    font-size: 14px;
  }
  .news-title > p {
    font-size: 16px;
    width: calc(100% - 150px);
  }
  .news-item > span {
    font-size: 14px;
  }
  .middle-inner {
    padding: 100px 0;
  }
  .middle-item > span {
    font-size: 18px;
  }
  .middle-item > p {
    font-size: 32px;
  }
  .middle-item > img {
    height: 80px;
  }
  .middle-inner > p {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 60px;
  }
  .section-title > p {
    font-size: 26px;
  }
  .section-title > span {
    font-size: 20px;
  }
  .main .swiper-pagination {
    bottom: 40px;
  }
  .main .swiper-button-prev,
  .main .swiper-button-next {
    bottom: 40px !important;
  }
  .slide-stop {
    bottom: 40px;
  }
  .slide-prograss {
    bottom: 40px;
  }
  footer > span {
    top: 20px;
    left: 20px;
  }
  footer {
    padding: 40px 0 20px 0;
  }
  /* 수정 0.1 */
  /* .ai-img>img:nth-of-type(1),
.ai-img>img:nth-of-type(3){display: none;}
.ai-img>img:nth-of-type(2){display: block;} */
  /* .ai-img > img:nth-of-type(1),
  .ai-img > img:nth-of-type(2),
  .ai-img > img:nth-of-type(4) {
    display: none;
  } */
  .ai-img > img:nth-of-type(3) {
    display: block;
  }
  .max1520 {
    padding: 0 20px;
  }
  .nav-inner {
    padding: 0 20px;
  }
  .max1200 {
    padding: 0 20px;
  }
  .footer-inner {
    padding: 0 20px;
  }

  .banner-1 .swiper-button-prev {
    color: #fff;
    padding: 15px 10px;
    border-radius: 10px;
  }
  .banner-1 .swiper-button-next {
    color: #fff;
    padding: 15px 10px;
    border-radius: 10px;
  }
  .banner-1 .swiper-button-prev::after,
  .banner-1 .swiper-button-next::after {
    font-size: 20px;
  }
  .banner-2 .swiper-button-prev {
    color: #fff;
    padding: 15px 10px;
    border-radius: 10px;
  }
  .banner-2 .swiper-button-next {
    color: #fff;
    padding: 15px 10px;
    border-radius: 10px;
  }
  .banner-2 .swiper-button-prev::after,
  .banner-2 .swiper-button-next::after {
    font-size: 20px;
  }
  .banner-3 .swiper-button-prev {
    color: #fff;
    padding: 15px 10px;
    border-radius: 10px;
  }
  .banner-3 .swiper-button-next {
    color: #fff;
    padding: 15px 10px;
    border-radius: 10px;
  }
  .banner-3 .swiper-button-prev::after,
  .banner-3 .swiper-button-next::after {
    font-size: 20px;
  }

  .banner-1-txt {
    margin-bottom: 20px;
  }
  .banner-1-txt > p {
    font-size: 26px;
  }
  .banner-1-txt > span {
    font-size: 18px;
  }
  .banner-hash > button {
    font-size: 16px;
  }
  .banner-1-item > a {
    font-size: 16px;
    top: 20px;
    right: 40px;
  }
  .banner-1-item > a > i {
    font-size: 16px;
  }
  .banner-1 {
    height: 300px;
  }
  .banner-hash {
    margin-bottom: 10px;
  }
  .banner-1-item {
    border-radius: 30px;
  }
  .banner-img {
    right: 40px;
    height: 80px;
  }
  .banner-hash > button {
    padding: 10px 15px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .banner-1-item {
    padding: 0 20px 0 40px;
  }
  .map {
    max-width: 768px;
    margin: 0 auto;
  }
  .detail-link {
    margin-bottom: 60px;
  }
  .detail-btn {
    margin-bottom: 60px;
  }
  .detail-btn > a {
    font-size: 20px;
    height: 50px;
    padding: 0 40px;
  }
}

@media (max-width: 993px) {
  .one-step,
  .two-step,
  .three-step,
  .four-step {
    border-radius: 15px !important;
  }
  .three-step > div {
    flex-wrap: wrap;
  }
  .two-step > div > span {
    border-radius: 10px;
  }
  .three-step > div > span {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    border-radius: 10px;
  }
  .three-step > div > span:last-of-type {
    margin-bottom: 0;
  }

  .service-wrap {
    flex-wrap: wrap;
    width: 100%;
  }
  .si-txt {
    padding: 20px;
  }
  .service-item {
    margin-right: 0 !important;
    width: 100%;
    margin-bottom: 20px;
  }
  .service-item:last-of-type {
    margin-bottom: 0;
  }
  .service-item > p {
    font-size: 16px;
  }
  .service-item > p > span {
    margin-right: 10px;
    width: 24px;
    height: 24px;
  }
  .si-title {
    height: 60px;
    font-size: 22px;
  }
  .si-item {
    font-size: 18px;
    height: 40px;
    border-radius: 10px;
  }

  .detail-txt {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .detail-title > p {
    font-size: 26px;
  }
  .detail-title > button {
    font-size: 16px;
  }
  .detail-title > button > i {
    width: 26px;
    height: 26px;
    font-size: 14px;
  }
  .detail-title {
    padding: 40px 0;
    margin-bottom: 40px;
  }
  .detail-date {
    font-size: 16px;
  }

  .history-wrap {
    margin-bottom: 40px;
    padding-bottom: 40px;
    flex-wrap: wrap;
  }
  .history-title {
    width: 100%;
    margin-bottom: 40px;
  }
  .history-txt {
    width: 100%;
  }
  .ht-item > span {
    font-size: 20px;
    width: 80px !important;
  }
  .ht-item > p {
    width: calc(100% - 80px);
    font-size: 20px;
  }
  .history-title > span {
    font-size: 24px;
  }
  .history-title > p {
    font-size: 32px;
  }
  .ht-item {
    margin-bottom: 20px;
  }

  .sh-txt {
    padding: 30px 0 0 40px;
    max-width: 480px;
  }
  .sub-title {
    padding: 40px 0;
    font-size: 22px;
  }
  .subpage-header {
    height: 300px;
  }
  body {
    padding-top: 60px;
  }
  .sh-txt > p {
    font-size: 26px;
  }
  .sh-txt > span {
    font-size: 18px;
  }
  .middle-inner > p {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 40px;
  }
  .middle-item > img {
    height: 60px;
    margin-bottom: 20px;
  }
  .middle-inner {
    padding: 80px 0;
  }
  .middle-item > p {
    font-size: 26px;
  }
  .banner-hash {
    margin-bottom: 10px;
  }
  .middle-item > span {
    font-size: 16px;
  }
  .banner-hash > button {
    padding: 7.5px 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    border-radius: 10px;
  }
  .banner-1 .swiper-button-prev {
    color: #fff;
    padding: 15px 10px;
    border-radius: 7.5px;
  }
  .banner-1 .swiper-button-next {
    color: #fff;
    padding: 15px 10px;
    border-radius: 7.5px;
  }
  .banner-1 .swiper-button-prev::after,
  .banner-1 .swiper-button-next::after {
    font-size: 16px;
  }
  .banner-2 .swiper-button-prev {
    color: #fff;
    padding: 15px 10px;
    border-radius: 7.5px;
  }
  .banner-2 .swiper-button-next {
    color: #fff;
    padding: 15px 10px;
    border-radius: 7.5px;
  }
  .banner-2 .swiper-button-prev::after,
  .banner-2 .swiper-button-next::after {
    font-size: 16px;
  }
  .banner-3 .swiper-button-prev {
    color: #fff;
    padding: 15px 10px;
    border-radius: 7.5px;
  }
  .banner-3 .swiper-button-next {
    color: #fff;
    padding: 15px 10px;
    border-radius: 7.5px;
  }
  .banner-3 .swiper-button-prev::after,
  .banner-3 .swiper-button-next::after {
    font-size: 16px;
  }
  .main-banner {
    margin-bottom: 60px;
  }
  .section-title {
    margin-bottom: 40px;
  }
  section {
    margin-bottom: 60px;
  }
  .main-banner {
    height: 400px;
  }
  .gnb-item > a {
    margin-bottom: 15px;
    height: 40px;
    font-size: 16px;
  }
  .gnb-item {
    margin-right: 15px;
    width: calc(33.333% - 10px);
  }
  .gnb-btn {
    display: none;
  }
  .ncp {
    height: 15px;
  }
  nav {
    height: 60px;
  }
  .logo {
    height: 30px;
    margin-right: 285px;
  }
  .mo-header {
    position: fixed;
    display: block;
    max-width: 480px;
    width: 100%;
    right: -480px;
    top: 0;
    height: 100%;
    background-color: transparent;
    border-left: 1px solid transparent;
    transition: 0.5s;
    z-index: 1;
  }
  .mo-header.on {
    right: 0;
    opacity: 1;
    border-left: 1px solid #d9d9d9;
    background-color: #fff;
  }
  .nav-inner {
    justify-content: left;
  }
  .mo-gnb-btn {
    position: absolute;
    left: -65px;
    top: 0;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: 0.5s;
  }
  .gl {
    width: 34px;
    height: 2px;
    background-color: #999;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.5s;
  }
  .gl2 {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .gl1 {
    top: 15px;
  }
  .gl3 {
    bottom: 15px;
  }
  .mo-gnb-btn.on {
    left: 0;
  }
  .mo-gnb-btn.on .gl1 {
    transform: translateX(calc(-50% + 5px)) rotate(45deg);
    transform-origin: top left;
    width: 40px;
    background-color: #fff;
  }
  .mo-gnb-btn.on .gl2 {
    opacity: 0;
    background-color: #fff;
  }
  .mo-gnb-btn.on .gl3 {
    transform: translateX(calc(-50% + 5px)) rotate(-45deg);
    transform-origin: bottom left;
    width: 40px;
    background-color: #fff;
  }
  footer {
    padding: 30px 0 15px 0;
  }
  .footer-inner {
    flex-wrap: wrap;
  }
  .footer-left,
  .footer-right {
    width: 100%;
  }
  .footer-right {
    align-items: flex-start;
    font-size: 14px;
  }
  .ceo-num {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .ceo-name {
    margin-bottom: 5px;
    font-size: 16px;
    color: #22ac39;
  }
  .address {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .detail {
    font-size: 14px;
    margin-bottom: 5px;
  }
  footer.black .ceo-name {
    color: #fff;
  }
  .footer-right > a {
    margin-bottom: 5px;
  }
  .footer-logo {
    position: absolute;
    margin-bottom: 0;
    top: 30px;
    right: 15px;
    height: 30px;
  }
  footer > span {
    display: none;
  }
  .mo-gnb-title {
    height: 60px;
    width: 100%;
    background-color: #fff;
    transition: 0.5s;
    padding-left: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 15px;
  }
  .mo-gnb-title > p {
    font-size: 16px;
    color: #fff;
  }
  .mo-gnb-title > p > br {
    display: none;
  }
  .mo-gnb-title > p > span {
    font-weight: 600;
  }
  .mo-gnb-title > a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    padding: 0 10px;
    border-radius: 100px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    transition: 0.3s;
  }
  .mo-gnb-title > a:hover {
    background-color: #fff;
    color: #22ac39;
  }
  .mo-header.on .mo-gnb-title {
    background-color: #22ac39;
  }
  .mo-gnb-list > button {
    display: flex;
    align-items: center;
    padding: 0 15px;
    height: 50px;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s;
    border-bottom: 1px solid #d9d9d9;
    width: 100%;
    cursor: pointer;
    justify-content: space-between;
    opacity: 0;
  }
  .mo-header.on .mo-gnb-list > button {
    opacity: 1;
  }
  .mo-gnb-list > button > i {
    color: #999;
    font-size: 14px;
    transition: 0.3s;
  }
  .mo-gnb-list > button.on {
    background-color: #f7f7f7;
    color: #22ac39;
  }
  .mo-gnb-list > button.on > i {
    transform: rotate(180deg);
  }
  .mo-gnb-list > button:hover {
    background-color: #f7f7f7;
  }
  .sub-gnb {
    padding: 0 15px;
    background-color: #f7f7f7;
    width: 100%;
    height: 0px;
    overflow: hidden;
    transition: 0.5s;
    opacity: 0;
  }
  .mo-header.on .sub-gnb {
    opacity: 1;
  }
  .sub-gnb1.on {
    height: auto;
    padding: 15px;
    padding-bottom: 0;
    padding: 0px 15px 0 15px;
  }
  .sub-gnb2.on {
    height: auto;
    padding: 15px;
    padding-bottom: 0;
    padding: 0px 15px 0 15px;
  }
  .sub-gnb > a {
    display: flex;
    align-items: center;
    height: 50px;
    color: #000;
    transition: 0.3s;
  }
  .sub-gnb > a:hover {
    color: #22ac39;
  }
  .sub-gnb .gnb-item {
    width: 100%;
  }
  .sub-gnb .gnb-item > button {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    height: 0px;
    overflow: hidden;
    padding: 0;
    display: flex;
    align-items: center;
    padding: 0 15px;
    margin-bottom: 0;
    opacity: 0;
  }
  .sub-gnb .gnb-item > button > span {
    opacity: 0;
    transition: 0.3s;
  }
  .sub-gnb.on .gnb-item > button {
    height: 50px;
    opacity: 1;
  }
  .sub-gnb.on .gnb-item > button > span {
    opacity: 1;
  }
  .sub-gnb2 .gnb-item > button {
    background-image: url("/img/gnb-img2.jpg");
  }

  .public-cloud-btn {
    margin-bottom: 40px;
    gap: 250px;
    margin-top: 25px;
  }
  .public-cloud-btn > a {
    font-size: 18px;
    width: 150px;
    height: 60px;
    padding: 0 20px;
  }
}
.outline > img:first-of-type {
  display: block;
}
.outline > img:last-of-type {
  display: none !important;
}

@media (max-width: 768px) {
  .middle-inner > p {
    font-size: 20px;
  }
  .new0419 {
    padding: 0 15px !important;
  }
  .new0419 > img:nth-of-type(3) {
    display: block !important;
  }
  .new0419 > img:nth-of-type(1),
  .new0419 > img:nth-of-type(2) {
    display: none !important;
  }

  .two-step > div > span {
    border-radius: 10px;
    height: 40px;
  }
  .three-step > div > span {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
    border-radius: 10px;
    height: 40px;
  }
  .three-step > div > span:last-of-type {
    margin-bottom: 5px;
  }

  .service-container-cloud {
    padding: 30px 0;
  }
  .cloud-sub-txt {
    margin-top: 30px;
    display: block;
  }

  .service-wrap {
    flex-wrap: wrap;
  }
  .si-txt {
    padding: 15px;
    border-radius: 0 0 15px 15px;
  }
  .service-item {
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .service-item:last-of-type {
    margin-bottom: 0;
  }
  .service-item > p {
    font-size: 16px;
  }
  .service-item > p > span {
    margin-right: 10px;
    width: 24px;
    height: 24px;
  }
  .si-title {
    height: 60px;
    font-size: 20px;
    border-radius: 15px 15px 0 0;
  }
  .si-item {
    font-size: 18px;
    height: 40px;
    border-radius: 10px;
    margin-bottom: 15px;
  }

  .detail-btn {
    margin-bottom: 45px;
  }
  .detail-btn > a {
    width: 100%;
    height: 50px;
    padding: 0px;
  }
  .detail-link {
    margin-bottom: 45px;
  }

  .public-cloud-btn {
    margin-bottom: 30px;
    gap: 200px;
    margin-top: 20px;
  }
  .public-cloud-btn > a {
    font-size: 14px;
    width: 110px;
    height: 50px;
    padding: 0 20px;
  }

  .detail-link > a > span {
    width: 100px;
    margin-right: 15px;
  }
  .detail-link > a > p {
    width: calc(100% - 100px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .detail-link > a {
    font-size: 16px;
    padding: 15px 0;
  }

  .detail-txt {
    font-size: 16px;
    margin-bottom: 45px;
  }
  .detail-title > p {
    font-size: 22px;
  }
  .detail-title > button {
    font-size: 14px;
  }
  .detail-title > button > i {
    width: 24px;
    height: 24px;
    font-size: 12px;
  }
  .detail-title {
    padding: 30px 0;
    margin-bottom: 30px;
  }
  .detail-date {
    font-size: 14px;
  }

  .item-search {
    max-width: 100%;
  }
  .item-pagenation > a {
    font-size: 16px;
  }
  .item-search > input {
    font-size: 16px;
  }
  .item-date {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .cate {
    margin: 30px 0;
  }
  .item-txt > p {
    font-size: 16px;
  }
  .item-txt {
    padding: 15px;
  }
  .subpage-header > img {
    height: 100%;
    object-fit: cover;
  }
  .history-wrap {
    margin-bottom: 30px;
    padding-bottom: 30px;
    flex-wrap: wrap;
  }
  .history-title {
    width: 100%;
    margin-bottom: 30px;
  }
  .history-txt {
    width: 100%;
  }
  .ht-item > span {
    font-size: 16px;
    width: 45px !important;
  }
  .ht-item > p {
    width: calc(100% - 45px);
    font-size: 16px;
    left: auto;
    transform: translateY(0);
    top: auto;
    position: inherit;
  }
  .history-title > span {
    font-size: 24px;
  }
  .history-title > p {
    font-size: 32px;
  }
  .ht-item {
    margin-bottom: 15px;
  }

  .career {
    padding: 30px 15px !important;
    padding-top: 75px !important;
  }
  .ceo-txt {
    padding-bottom: 250px;
  }
  .ceo-profile {
    right: 0px;
    bottom: -81px;
  }
  .ceo-profile > span {
    font-size: 18px;
    color: #fff;
    padding-top: 15px;
  }
  .ceo-profile > span > strong {
    font-weight: 600 !important;
  }
  .ct {
    font-size: 26px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .ceo-subtxt {
    font-size: 18px;
    line-height: 26px;
  }
  .cl > ul > li {
    font-size: 18px;
  }
  .ceo-profile > img {
    margin-bottom: 0;
  }
  .cl > ul > li i {
    font-size: 6px;
    padding-bottom: 2.5px;
  }
  .ceo-title {
    padding-bottom: 30px;
    margin-bottom: 30px;
    font-size: 26px;
  }
  .ceo-profile > img {
    height: 300px;
    width: auto;
  }
  .max1200 {
    padding: 0 15px;
  }
  .ci-title {
    font-size: 22px;
  }
  .map-txt-sub {
    padding: 15px 30px;
  }
  .loca-sub2 {
    margin-top: 0px;
    flex-wrap: wrap;
    justify-content: left;
    align-items: flex-start;
  }
  .loca-item {
    width: 100%;
    margin-bottom: 15px;
  }
  .loca-sub2 .loca-item:last-of-type {
    margin-bottom: 60px;
  }
  .ci-item > p {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .company-title > p {
    font-size: 26px;
  }
  .company-title > img {
    height: 26px;
  }
  .loca-item > p {
    font-size: 16px;
  }
  .map-txt {
    position: relative;
  }
  .map-txt > a {
    position: absolute;
    right: 0px;
    bottom: 0px;
    display: flex;
    flex-direction: row;
    height: 50px;
    justify-content: center;
    width: auto;
    align-items: center;
    font-size: 18px;
    width: 100%;
  }
  .map-txt > a > p {
    padding-top: 2.5px;
  }
  .map-txt > a > img {
    height: 24px;
    margin-bottom: 0;
    margin-right: 15px;
  }
  .map-txt-sub {
    width: 100%;
  }
  .map-txt-sub > p {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .ci-txt > img {
    height: 50px;
    margin-right: 30px;
  }
  .ci-item {
    padding: 15px 30px;
  }
  .ci-item:last-of-type {
    padding: 15px 5px 15px 30px;
  }

  .ci-txt3 > img {
    display: block;
    width: auto;
    height: 138px;
    margin-right: 30px;
  }
  .ci-item3 .ci-sub3 > p {
    font-size: 16px;
  }
  .ci-item3 .ci-sub3 > span {
    font-size: 14px;
    color: #22ac39;
  }
  .ci-item4 .ci-sub4 > p {
    font-size: 16px;
  }
  .ci-item4 .ci-sub4 > span {
    font-size: 14px;
    color: #22ac39;
  }
  .ci-sub > p {
    font-size: 16px;
  }
  .company-title {
    padding: 45px 0;
  }
  .outline-wrap {
    flex-wrap: wrap;
  }
  .outline-left {
    z-index: -1;
    width: 100%;
  }
  .ol-img {
    width: 100%;
    height: auto !important;
    padding-top: 60%;
  }
  .outline-right {
    width: 100%;
    padding: 30px;
  }
  .or-item {
    margin-bottom: 15px;
  }
  .outline > img:last-of-type {
    max-width: 480px;
    margin: 0 auto;
  }
  .outline > img:first-of-type {
    display: none !important;
  }
  .outline > img:last-of-type {
    display: block !important;
  }
  .ol-logo {
    height: 150px;
    padding: 30px 0;
  }
  .ol-logo > img {
    width: auto;
    height: 100%;
  }
  .sub-title {
    padding: 45px 60px;
    font-weight: 600;
  }
  .sh-txt {
    max-width: 100%;
    padding: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding-left: 30px;
  }
  .subpage-header {
    padding: 0;
  }
  .logo-rolling {
    border-bottom: 1px solid #d9d9d9;
  }
  .main-contact {
    display: none !important;
  }
  .logo-item {
    padding: 15px !important;
    width: 100px !important;
  }
  .flow_banner .list {
    width: auto !important;
  }
  .news-txt {
    padding: 15px;
  }
  .main-news {
    margin-bottom: 45px !important;
  }
  .news-item {
    padding: 15px 0;
  }
  .news-item > span {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .news-txt > p {
    font-size: 16px;
  }
  .news-title > span {
    width: auto;
    font-size: 14px;
    margin-right: 15px;
  }
  .news-title > p {
    font-size: 16px;
    width: calc(100% - 63.45px);
  }
  .news-item > span {
    font-size: 14px;
    width: auto;
    margin-left: 15px;
  }
  .news-title {
    width: calc(100% - 68.45px);
  }
  .banner-1 .swiper-button-prev,
  .banner-1 .swiper-button-next,
  .banner-2 .swiper-button-prev,
  .banner-2 .swiper-button-next,
  .banner-3 .swiper-button-prev,
  .banner-3 .swiper-button-next {
    opacity: 0.4;
    transition: 0.3s;
  }
  .banner-1 .swiper-button-prev:hover,
  .banner-1 .swiper-button-next:hover,
  .banner-2 .swiper-button-prev:hover,
  .banner-2 .swiper-button-next:hover,
  .banner-3 .swiper-button-prev:hover,
  .banner-3 .swiper-button-next:hover {
    opacity: 1;
  }
  .banner-1 {
    height: 250px;
  }
  .main-banner {
    margin-bottom: 45px;
  }
  .section-title {
    margin-bottom: 45px;
  }
  .section-title > p {
    font-size: 26px;
  }
  .section-title > span {
    font-size: 18px;
  }
  section {
    margin-bottom: 45px;
  }
  .main .swiper-button-prev {
    right: calc(50% + 128px);
  }
  .main .swiper-pagination {
    bottom: 30px;
    padding-top: 4px;
  }
  .sp-bar {
    width: 130px;
  }
  .main .swiper-button-prev,
  .main .swiper-button-next {
    bottom: 30px !important;
  }
  .slide-stop {
    bottom: 30px;
  }
  .slide-prograss {
    bottom: 30px;
  }
  .banner-txt > p {
    font-size: 32px;
  }
  .banner-txt > span {
    font-size: 16px;
  }
  .civil-img > img:first-of-type {
    display: block;
  }
  .civil-img > img:last-of-type {
    display: none;
  }
  .civil-img3 > img {
    width: 280px;
    margin: 0 auto;
  }
  .max-40 {
    padding: 0 15px;
  }
  .max1520 {
    padding: 0 15px;
  }
  .nav-inner {
    padding: 0 15px;
  }
  .footer-inner {
    padding: 0 15px;
  }
  /* 수정 0.1 */
  /* .ai-img > img:nth-of-type(3),
  .ai-img > img:nth-of-type(5) {
    display: none;
  } */
  .ai-img > img:nth-of-type(1),
  .ai-img > img:nth-of-type(2) {
    display: flex;
    flex-direction: column;
  }
  .ai-img > img:nth-of-type(2) {
    width: 70%;
    margin: auto;
  }
  /* .ai-img>img:nth-of-type(2),
.ai-img>img:nth-of-type(3){display: none;}
.ai-img>img:nth-of-type(1){display: block;} */
  .banner-hash {
    margin-bottom: 5px;
  }
  .banner-1-item {
    padding: 0 15px 0 30px;
  }
  .banner-1-item > a {
    right: 15px;
    top: 15px;
  }
  .banner-1-txt > p {
    margin-bottom: 15px;
  }
  .banner-1 {
    height: 220px;
  }
  .banner-1-txt {
    margin-bottom: 15px;
  }
  .banner-img {
    top: 60px;
  }
  .middle-list {
    flex-wrap: wrap;
  }
  .middle-item {
    width: 50%;
  }
  .middle-item:nth-of-type(1),
  .middle-item:nth-of-type(2) {
    margin-bottom: 45px !important;
  }
  .middle-item::after {
    display: none;
  }
  .ci-item {
    margin-bottom: 15px;
  }
  .ci-title {
    margin-bottom: 45px;
  }
  .ci-sub > span {
    font-size: 14px;
    color: #22ac39;
  }
  .cate > button {
    padding: 0 15px;
    font-size: 14px;
    margin-right: 5px;
  }
  .cate > button:first-of-type {
    margin-right: 5px;
  }
  .detail-txt > img {
    margin-bottom: 30px;
  }

  .saas-mo {
    display: block !important;
  }
  .saas-pc {
    display: none !important;
  }
}

@media (max-width: 640px) {
  .banner-1 {
    height: 250px;
  }
  .sub-title {
    padding-left: 45px;
    padding-right: 45px;
  }
  .or-item {
    flex-wrap: wrap;
  }
  .or-item > span {
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
  .or-item > p {
    font-size: 16px;
    width: 100%;
  }
  .outline-right {
    padding-right: 15px;
  }
  .banner-txt > p {
    font-size: 24px;
  }
  .public-cloud-btn {
    margin-bottom: 20px;
    gap: 160px;
    margin-top: 15px;
  }
  .public-cloud-btn > a {
    font-size: 10px;
    width: 90px;
    height: 40px;
    padding: 0 10px;
  }
}

@media (max-width: 480px) {
  .ol-logo {
    height: 100px;
    padding: 30px 0;
  }
  .detail-btn {
    margin-bottom: 30px;
  }
  .detail-btn > a {
    width: 100%;
    height: 50px;
    font-size: 16px;
  }

  .public-cloud-btn {
    margin-bottom: 20px;
    gap: 110px;
    margin-top: 15px;
  }
  .public-cloud-btn > a {
    font-size: 9px;
    width: 70px;
    height: 35px;
    padding: 0 10px;
  }

  .detail-link > a > span {
    width: 100px;
    margin-right: 15px;
    font-size: 14px;
  }
  .detail-link > a > p {
    width: calc(100% - 100px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
  }
  .detail-link {
    margin-bottom: 30px;
  }
  .detail-title > p {
    font-size: 18px;
  }
  .detail-title > button {
    font-size: 14px;
  }
  .detail-title > button > i {
    width: 24px;
    height: 24px;
    font-size: 12px;
  }
  .detail-title {
    padding: 30px 0;
    margin-bottom: 30px;
  }
  .detail-date {
    font-size: 14px;
  }

  .item {
    margin-right: 0 !important;
    margin-bottom: 15px;
    width: 100%;
  }
  .history-wrap {
    margin-bottom: 30px;
    padding-bottom: 30px;
    flex-wrap: wrap;
  }
  .history-title {
    width: 100%;
    margin-bottom: 30px;
  }
  .history-txt {
    width: 100%;
  }
  .ht-item > span {
    font-size: 14px;
    width: 30px !important;
  }
  .ht-item > p {
    width: calc(100% - 30px);
    font-size: 14px;
    left: auto;
    transform: translateY(0);
    top: auto;
    position: inherit;
  }
  .history-title > span {
    font-size: 18px;
  }
  .history-title > p {
    font-size: 26px;
  }
  .ht-item {
    margin-bottom: 15px;
  }

  .ceo-subtxt {
    font-size: 16px;
  }
  .cl > ul > li {
    font-size: 16px;
  }
  .ct {
    font-size: 24px;
  }
  .ceo-title {
    font-size: 24px;
  }
  .map-txt-sub {
    padding: 15px;
  }
  body {
    padding-top: 50px;
  }
  .ci-item {
    padding: 15px;
  }
  .ci-item:last-of-type {
    padding: 15px 5px 15px 15px;
  }
  .sub-title {
    font-size: 20px;
  }
  .sub-title {
    font-size: 16px;
  }
  .ci-title {
    font-size: 16px;
  }
  .ci-txt > img {
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .ci-sub > button {
    font-size: 14px;
  }
  .ci-txt {
    flex-wrap: wrap;
    justify-content: left;
  }
  .ci-sub > p {
    font-size: 14px;
  }
  .ci-sub {
    width: 100%;
  }
  .ci-sub > button {
    margin-bottom: 15px;
  }

  .ci-item3 {
    display: flex;
    flex-direction: column;
    transition: 0.5s 0.8s;
    margin-bottom: 0;
  }
  .ci-item4 {
    display: flex;
    flex-direction: column;
    transition: 0.5s 0.8s;
    margin-bottom: 0;
  }
  .ci-txt3 {
    display: flex;
    justify-content: space-between;
  }
  .ci-txt3 > img {
    height: 120px;
    margin-right: 10px;
  }
  .ci-item3 .ci-sub3 {
    align-items: start;
    justify-content: end;
  }
  .ci-item3 .ci-sub3 > p {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
  }
  .ci-item3 .ci-sub3 > span {
    font-size: 13px;
  }
  .ci-item4 .ci-sub4 {
    align-items: start;
    justify-content: end;
  }
  .ci-item4 .ci-sub4 > p {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
  }
  .ci-item4 .ci-sub4 > span {
    font-size: 13px;
  }

  .outline-right {
    padding-left: 15px;
  }
  .or-item > span {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    font-size: 16px;
  }
  .or-item > p {
    font-size: 14px;
    width: 100%;
  }
  .sub-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .news-title > span {
    width: auto;
    font-size: 12px;
    margin-right: 15px;
  }
  .news-title > p {
    font-size: 14px;
  }
  .news-item > span {
    font-size: 12px;
    width: auto;
    margin-left: 15px;
  }
  .banner-txt > p {
    font-size: 20px;
  }
  .banner-txt > span {
    font-size: 12px;
  }
  .banner-txt > span > br {
    display: inherit;
  }
  .main-banner {
    height: 300px;
  }
  .mo-gnb-title > a {
    height: 26px;
    font-size: 14px;
    padding: 0 10px;
  }
  .mo-gnb-title {
    padding-left: 50px;
  }
  .mo-gnb-title {
    height: 50px;
  }
  .mo-gnb-title > p {
    font-size: 16px;
  }
  /*.mo-gnb-list>button>i{font-size: 12px;}*/
  .mo-header {
    max-width: 100% !important;
    right: -100%;
  }
  nav {
    height: 50px;
  }
  .ncp {
    height: 10px;
  }
  .logo {
    height: 25px;
    margin-right: 205px;
  }

  .mo-gnb-btn {
    position: absolute;
    left: -52.5px;
    width: 50px;
    height: 50px;
  }
  .gl {
    width: 25px;
  }

  .gl1 {
    top: 13px;
  }
  .gl3 {
    bottom: 13px;
  }

  .mo-gnb-btn.on .gl1 {
    width: 31.5px;
  }
  .mo-gnb-btn.on .gl3 {
    width: 31.5px;
  }

  .public-cloud-section-5 {
    padding: 0px 25px;
  }
}
@media (max-width: 420px) {
  .mo-gnb-title > a {
    font-size: 12px;
  }
  .mo-gnb-title > p {
    font-size: 14px;
  }
  .mo-gnb-title > p > br {
    display: inherit;
  }
  .sub-gnb > a {
    font-size: 14px;
  }
  .sub-gnb .gnb-item > button {
    font-size: 14px;
  }
  .mo-gnb-list > button {
    font-size: 14px;
  }
  .mo-gnb-list > button > i {
    font-size: 12px;
  }
  .public-cloud-section-5 {
    padding: 0px 25px;
  }
  .public-cloud-btn {
    margin-bottom: 20px;
    gap: 100px;
    margin-top: 15px;
  }
  .public-cloud-btn > a {
    font-size: 8px;
    width: 60px;
    height: 30px;
    padding: 0 10px;
  }
}
@media (max-width: 360px) {
  .ceo-subtxt {
    font-size: 14px;
  }
  .banner-txt > p {
    font-size: 16px;
  }
  .banner-1-txt > p {
    font-size: 24px;
  }
  .banner-1-txt > span {
    font-size: 14px;
  }
  .cl > ul > li {
    font-size: 14px;
  }
  .ct {
    font-size: 20px;
  }
  .ceo-title {
    font-size: 20px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .public-cloud-section-5 {
    padding: 0px 25px;
  }
  .public-cloud-btn {
    margin-bottom: 20px;
    gap: 75px;
    margin-top: 15px;
  }
  .public-cloud-btn > a {
    font-size: 7px;
    width: 60px;
    height: 25px;
    padding: 0 10px;
  }
}
.banner3-img {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.banner3-img > img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.businessviewMain {
  margin-bottom: 50px !important;
}
.businessviewFontSize {
  font-size: 46px !important;
}
.businessviewSubFontSize {
  font-size: 28px !important;
}
.ceo-page {
  margin-bottom: 170px !important;
}
.ceo-display {
  word-break: keep-all !important;
  padding-bottom: 45px !important;
}
.ceo-display br {
  display: block !important;
}

.one-spec-title {
  margin-top: 30px;
  margin-bottom: 50px;
  text-align: center;
  transition: 0.5s 0.8s;
}

.one-spec-divider {
  margin-top: 80px;
  transition: 0.5s 0.8s;
}

.one-spec-title > p {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 30px;
}

.one-spec-title > span {
  font-size: 32px;
  font-weight: 400;
}

@media (max-width: 1400px) {
  .businessviewMain {
    margin-bottom: 50px !important;
  }
  .businessviewFontSize {
    font-size: 46px !important;
  }
  .businessviewSubFontSize {
    font-size: 28px !important;
  }
  .ceo-page {
    margin-bottom: 170px !important;
  }
}

@media (max-width: 1200px) {
  .businessviewMain {
    margin-bottom: 50px !important;
  }
  .businessviewFontSize {
    font-size: 40px !important;
  }
  .businessviewSubFontSize {
    font-size: 24px !important;
  }
  .ceo-page {
    margin-bottom: 150px !important;
  }
  .one-spec-title > p {
    font-size: 32px;
  }
  .one-spec-title > span {
    font-size: 24px;
  }
  .one-spec-divider {
    margin-top: 60px;
    transition: 0.5s 0.8s;
  }
}

@media (max-width: 1024px) {
  .businessviewMain {
    margin-bottom: 50px !important;
  }
  .businessviewFontSize {
    font-size: 32px !important;
  }
  .businessviewSubFontSize {
    font-size: 20px !important;
  }
  .ceo-page {
    margin-bottom: 130px !important;
  }
  .one-spec-divider {
    margin-top: 50px;
    transition: 0.5s 0.8s;
  }
}

@media (max-width: 768px) {
  .businessviewMain {
    margin-bottom: 30px !important;
  }
  .businessviewFontSize {
    font-size: 20px !important;
  }
  .businessviewSubFontSize {
    font-size: 16px !important;
  }
  .ceo-page {
    margin-bottom: 45px !important;
  }
  .ceo-display {
    padding-bottom: 20px !important;
  }
  .ceo-display br {
    word-break: keep-all !important;
    display: none !important;
  }
  .one-spec-title {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .one-spec-title > p {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .one-spec-title > span {
    font-size: 18px;
  }
  .one-spec-divider {
    margin-top: 40px;
    transition: 0.5s 0.8s;
  }
}
