@charset 'utf-8';
@import url('basic.css');
@import url('portfolio.css');

:root {
  --main-color: #ff0d38;
  --cate-txt-color: #666;
  --title-color: #222;
  --sub-txt-color: #333;
  --bg-color: #f8f8f8;
}

/* .inner {
	width: auto;
	max-width: 1200px;
	margin: 0 auto;
	color: #000;
} */
.neo-scroll-section {
  position: relative;
  height: auto;
  -webkit-animation: slideUp 0.7s ease-in-out;
  animation: slideUp 0.7s ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.neo-scroll-section .img-text-box .img-area {
  position: relative;
  width: 560px;
  overflow: hidden;
}
.neo-scroll-section .img-text-box .img-area p {
  position: absolute;
  top: 333px;
  left: 464px;
  font-size: 64px;
  font-weight: 700;
  color: #fff;
  line-height: 96px;
  z-index: 100;
  width: 100%;
}
.neo-scroll-section .img-text-box .img-area img {
  width: 560px;
}
.neo-scroll-section .img-text-box > p {
  position: absolute;
  left: 464px;
  top: 333px;
  font-size: 64px;
  font-weight: 700;
  color: #000;
  line-height: 96px;
  z-index: 10;
}
.neo-scroll-section .img-box-list {
  position: relative;
  height: 808px;
  margin-bottom: 201px;
}
.neo-scroll-section .img-box-list li:nth-child(1) {
  position: absolute;
  top: 0;
  right: 0;
}
.neo-scroll-section .img-box-list li:nth-child(2) {
  position: absolute;
  top: 185px;
  left: 0;
}
.neo-scroll-section .img-box-list li:nth-child(3) {
  position: absolute;
  bottom: 0;
  left: 475px;
}
.neo-scroll-section .img-box-list .img_01 {
  width: 440px;
}
.neo-scroll-section .img-box-list .img_02 {
  width: 320px;
}
.neo-scroll-section .img-box-list .img_03 {
  width: 480px;
}
.title {
  line-height: 64px;
}
.title2 {
  font-size: 30px;
  font-weight: 800;
}
.cont_txt p {
  margin-top: 10px;
  font-size: 24px;
  color: #333;
}
.cont_txt p br {
  display: block;
}
.contents {
  position: relative;
  width: 100%;
  height: auto; /* overflow-y:hidden */
}

/* sub visual area */
.sub_visual {
  position: relative;
  width: 100%;
  height: auto;
  padding: 212px 0 190px;
  overflow: hidden;
}
.sub_visual h2 {
  position: relative;
  width: auto;
  max-width: 1200px;
  margin: 0 auto 82px;
  line-height: 96px;
  color: #000;
  font-size: 64px;
  letter-spacing: -2px;
}
.sub_visual h2 span {
  display: block;
  width: 100%;
  height: 35px;
  line-height: 35px;
  color: #666;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 16px;
}
.sub_visual h2 em {
  color: #fff;
  font-weight: inherit;
  -webkit-text-stroke: 1px #000;
}
.sub_visual .vis_box {
  position: relative;
  left: 50%;
  opacity: 0;
  -webkit-animation: visSubAni 2s forwards;
  animation: visSubAni 2s forwards;
}
.sub_visual .vis_box.full {
  left: 0%;
  -webkit-animation: visSubFullAni 2s forwards;
  animation: visSubFullAni 2s forwards;
}
.sub_visual .vis_box .vis_in {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.sub_visual .vis_box .vis_in li {
  min-width: 532px;
  margin-top: auto;
  margin-right: 30px;
}
.sub_visual .vis_box .vis_in li.long {
  min-width: 998px;
}

/* ie fix */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .sub_visual h2 em {
    text-shadow: -1px -1px 0px #000, 1px -1px 0px #000, -1px 1px 0px #000, 1px 1px 0px #000;
  }
}

/* keyframes animation */
@-webkit-keyframes visSubAni {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: -600px;
    opacity: 1;
  }
}
@keyframes visSubAni {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: -600px;
    opacity: 1;
  }
}

@-webkit-keyframes visSubFullAni {
  0% {
    margin-left: 900px;
  }
  100% {
    margin-left: -230px;
    opacity: 1;
  }
}

@keyframes visSubFullAni {
  0% {
    margin-left: 900px;
  }
  100% {
    margin-left: -230px;
    opacity: 1;
  }
}

/* sub path animation */
.bg_line {
  background-image: url(/img/sub/bg_top_circle.png), url(/img/sub/bg_right_circle.png), url(/img/sub/bg_left_circle.png);
  background-size: 416px auto, 775px auto, 623px auto;
  background-repeat: no-repeat;
  background-position: 50% 0, 100% 0px, 0 262px;
}
.path_wrap {
  position: absolute;
  top: 239px;
  width: 100%;
  height: 725px;
  padding-top: 20px;
  overflow: hidden;
  z-index: 1;
}
.path_wrap.line {
  top: 0;
  height: 934px;
  padding-top: 0;
}
.path_circle {
  position: absolute;
  top: 20px;
  left: 0;
  margin-left: 0;
  width: 1920px;
  height: 725px;
}
.path_wrap.line .path_circle {
  top: 0px;
  left: auto;
  margin-left: 0;
  width: 1920px;
  height: 934px;
  right: 0;
  margin-right: -118px;
}

[class*='ball_'] {
  position: absolute;
  width: 37px;
  height: 37px;
  margin: -19px 0 0 -19px;
}
.path_circle .ball_blue {
  background: url(../img/sub/ico_star_blue.svg) no-repeat center center;
  opacity: 0;
  -webkit-animation: circleAni 9s linear infinite;
  animation: circleAni 9s linear infinite;
}
.path_circle .ball_red {
  background: url(../img/sub/ico_star_red.svg) no-repeat center center;
  opacity: 0;
  -webkit-animation: 9s circleAni 6s linear infinite;
  animation: 9s circleAni 6s linear infinite;
}
.path_wrap.line .path_circle .ball_blue {
  background: url(../img/sub/ico_star_blue.svg) no-repeat center center;
  opacity: 0;
  -webkit-animation: lineAni 9s linear infinite;
  animation: lineAni 9s linear infinite;
}
.path_wrap.line .path_circle .ball_red {
  background: url(../img/sub/ico_star_red.svg) no-repeat center center;
  opacity: 0;
  -webkit-animation: 9s lineAni 3s linear infinite;
  animation: 9s lineAni 3s linear infinite;
}

.path_circle.one .ball_red {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.circle_ani_box ~ .container {
  overflow: hidden;
}
.circle_ani_box {
  position: absolute;
  top: -241px;
  left: 50%;
  margin-left: -210px;
  width: 420px;
  height: 420px;
  background: url(../img/sub/ico_circle_ani.png) no-repeat center center;
  -webkit-animation: circleRotAni 9s infinite linear;
  animation: circleRotAni 9s infinite linear;
}
.circle_ani_box.one {
  background-image: url(../img/sub/ico_circle_ani2.png);
}

@-webkit-keyframes circleAni {
  0% {
    transform: translateX(0px) translateY(20px);
    opacity: 1;
  }
  4.5% {
    transform: translateX(62px) translateY(12px);
  }
  9% {
    transform: translateX(125px) translateY(6px);
  }
  13.5% {
    transform: translateX(187px) translateY(5px);
  }
  18% {
    transform: translateX(250px) translateY(5px);
  }
  22.5% {
    transform: translateX(312px) translateY(11px);
  }
  27% {
    transform: translateX(375px) translateY(23px);
  }
  31.5% {
    transform: translateX(437px) translateY(41px);
  }
  36% {
    transform: translateX(500px) translateY(68px);
  }
  40.5% {
    transform: translateX(562px) translateY(116px);
  }
  45% {
    transform: translateX(606px) translateY(177px);
  }
  50% {
    transform: translateX(625px) translateY(255px);
  }
  55% {
    transform: translateX(610px) translateY(322px);
  }
  59.5% {
    transform: translateX(562px) translateY(414px);
  }
  64% {
    transform: translateX(500px) translateY(484px);
  }
  68.5% {
    transform: translateX(437px) translateY(536px);
  }
  73% {
    transform: translateX(375px) translateY(578px);
  }
  77.5% {
    transform: translateX(312px) translateY(614px);
  }
  82% {
    transform: translateX(250px) translateY(643px);
  }
  86.5% {
    transform: translateX(187px) translateY(669px);
  }
  91% {
    transform: translateX(125px) translateY(690px);
  }
  95.5% {
    transform: translateX(62px) translateY(705px);
  }
  99.5% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px) translateY(712px);
  }
}

@keyframes circleAni {
  0% {
    transform: translateX(0px) translateY(20px);
    opacity: 1;
  }
  4.5% {
    transform: translateX(62px) translateY(12px);
  }
  9% {
    transform: translateX(125px) translateY(6px);
  }
  13.5% {
    transform: translateX(187px) translateY(5px);
  }
  18% {
    transform: translateX(250px) translateY(5px);
  }
  22.5% {
    transform: translateX(312px) translateY(11px);
  }
  27% {
    transform: translateX(375px) translateY(23px);
  }
  31.5% {
    transform: translateX(437px) translateY(41px);
  }
  36% {
    transform: translateX(500px) translateY(68px);
  }
  40.5% {
    transform: translateX(562px) translateY(116px);
  }
  45% {
    transform: translateX(606px) translateY(177px);
  }
  50% {
    transform: translateX(625px) translateY(255px);
  }
  55% {
    transform: translateX(610px) translateY(322px);
  }
  59.5% {
    transform: translateX(562px) translateY(414px);
  }
  64% {
    transform: translateX(500px) translateY(484px);
  }
  68.5% {
    transform: translateX(437px) translateY(536px);
  }
  73% {
    transform: translateX(375px) translateY(578px);
  }
  77.5% {
    transform: translateX(312px) translateY(614px);
  }
  82% {
    transform: translateX(250px) translateY(643px);
  }
  86.5% {
    transform: translateX(187px) translateY(669px);
  }
  91% {
    transform: translateX(125px) translateY(690px);
  }
  95.5% {
    transform: translateX(62px) translateY(705px);
  }
  99.5% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px) translateY(712px);
  }
}

@-webkit-keyframes lineAni {
  0% {
    transform: translateX(998px) translateY(20px);
    opacity: 1;
  }
  12.5% {
    transform: translateX(1051px) translateY(115px);
  }
  25% {
    transform: translateX(1118px) translateY(229px);
  }
  37.5% {
    transform: translateX(1198px) translateY(344px);
  }
  50% {
    transform: translateX(1290px) translateY(458px);
  }
  57.5% {
    transform: translateX(1393px) translateY(573px);
  }
  75% {
    transform: translateX(1511px) translateY(687px);
  }
  82.5% {
    transform: translateX(1645px) translateY(802px);
  }
  99% {
    opacity: 1;
  }
  100% {
    transform: translateX(1920px) translateY(981px);
  }
}

@keyframes lineAni {
  0% {
    transform: translateX(1032px) translateY(20px);
    opacity: 1;
  }
  12.5% {
    transform: translateX(1068px) translateY(115px);
  }
  25% {
    transform: translateX(1126px) translateY(229px);
  }
  37.5% {
    transform: translateX(1198px) translateY(344px);
  }
  50% {
    transform: translateX(1290px) translateY(458px);
  }
  57.5% {
    transform: translateX(1393px) translateY(573px);
  }
  75% {
    transform: translateX(1511px) translateY(687px);
  }
  82.5% {
    transform: translateX(1645px) translateY(802px);
  }
  99% {
    opacity: 1;
  }
  100% {
    transform: translateX(1920px) translateY(981px);
  }
}

@-webkit-keyframes circleRotAni {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

@keyframes circleRotAni {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

/* keyframes animation */
@-webkit-keyframes fuzTxtAni {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes fuzTxtAni {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fuzTxtCircle.s1 {
  top: 31%;
  left: -40px;
}
.fuzTxtCircle.s2 {
  top: 260px;
  right: 25.2%;
}
.fuzTxtCircle.s3 {
  top: 545px;
  right: 153px;
}
.fuzTxtCircle.s4 {
  top: 1096px;
  right: 20.1%;
}

/* solution */
.sc-visual {
  margin-top: 148px;
  overflow: hidden;
}
.sc-visual .wrap-box {
  margin: 0 auto;
  max-width: 1200px;
  padding-top: 72px;
}
.sc-visual .main-txt .category {
  font-size: 24px;
  display: block;
  margin-bottom: 35px;
  color: #666;
  font-weight: bold;
  -webkit-animation: slideUp 0.7s ease-in-out;
  animation: slideUp 0.7s ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.sc-visual .main-txt .title {
  font-size: 64px;
  line-height: 96px;
  display: block;
  /*   width: 105%; */
  /* font-family: "Pretendard-Black"; */
  -webkit-animation: slideUp 0.7s ease-in-out 0.7s;
  animation: slideUp 0.7s ease-in-out 0.7s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  visibility: hidden;
}
@-webkit-keyframes slideUp {
  0% {
    transform: translateY(50%);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
    visibility: visible;
  }
}

@keyframes slideUp {
  0% {
    transform: translateY(50%);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
    visibility: visible;
  }
}
.sc-visual .main-txt .title em {
  color: #fff;
  font-weight: inherit;
  -webkit-text-stroke: 1px #000;
}
.sc-visual .vis-box {
  -webkit-animation: slideLeft 2.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.7s;
  animation: slideLeft 2.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.7s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  margin-top: 81px;
  visibility: hidden;
  opacity: 0;
}
@-webkit-keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(100%);
    visibility: hidden;
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
    visibility: visible;
  }
}
@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(100%);
    visibility: hidden;
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
    visibility: visible;
  }
}
.sc-visual .vis-box .list-vis {
  display: flex;
  gap: 30px;
  align-items: flex-end;
}
/* .sc-commerce {
	padding-top: 158px;
	margin-bottom: 190px;
} */
.framework {
  margin-top: 80px;
  padding-top: 151px;
  position: relative;
}
/* .framework h4 {
	position: relative;
	width: 33.5%;
	margin: 0 auto;
	background: url(../img/solution/commerce_frame.png) no-repeat 0 0;
	background-size: contain;
	padding-top: 33%;
}
.framework h4:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -1px;
	margin-left: -50vw;
	width: 100vw;
	height: 1px;
	background-color: #333;
	z-index: -1;
} */
.framework h4 img {
  max-width: 100%;
}
.framework h5 {
  position: relative;
  padding-bottom: 100%;
  width: 100%;
  font-size: 20px;
  font-weight: 800;
  color: #000;
}
.framework h5 span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 50%;
}
.framework .item {
  position: relative;
  width: 25%;
}
.framework .item.f1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.framework .item.f1 h5 {
  width: auto;
  padding-bottom: 0;
}
.framework .item.f1 h5 span {
  position: static;
  border: none;
}
.framework .item.f1::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: -37px;
  width: 1px;
  height: 37px;
  background-color: #333;
}
.framework .item.f2,
.framework .item.f3 {
  margin-top: -26.5%;
}
.framework .item.f2 {
  order: 1;
}
.framework .item.f3 {
  order: 3;
}
.framework .item.f4 {
  order: 2;
  padding-top: 120px;
}
.framework .item.f4::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 120px;
  background-color: #333;
}
.framework ul.frame-box {
  display: flex;
  flex-wrap: wrap;
}
.framework .item-box {
  display: flex;
  justify-content: space-around;
}
.framework .frame-box {
  position: relative;
  margin-top: 61px;
  padding: 22px 0 32px 27px;
  background-color: #fff;
  border: 1px solid #333;
}
.framework .frame-box::before {
  content: '';
  display: block;
  position: absolute;
  top: -62px;
  bottom: 0;
  left: 50%;
  border-left: 1px dashed #333;
  z-index: -1;
}
.framework .frame-box dl + dl {
  margin-top: 35px;
}
.framework .frame-box dt {
  margin-top: 15px;
  font-size: 18px;
  color: #222;
  font-weight: 800;
  width: 100%;
}
.framework .frame-box li,
.framework .frame-box dd {
  margin-top: 11px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
}
.framework .frame-box li:before {
  top: 4px;
}
.framework .frame-box dd:before {
  top: 4px;
}
.framework .frame-box ul:after {
  content: '';
  display: block;
  clear: both;
}
.framework .frame-box li:last-child,
.framework .frame-box dd:last-child {
  flex-grow: 1;
}
.framework .frame-box li {
  width: 50%;
  flex-shrink: 0;
}
.framework .frame-box .desc p::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1.5px;
  width: 3px;
  height: 3px;
  background-color: #555;
  border-radius: 50%;
}
.framework .frame-box .desc p {
  margin-top: 7px;
  padding-left: 10px;
  position: relative;
  font-size: 14px;
  color: #555;
}

.inner {
  width: auto;
  max-width: 1200px;
  margin: 0 auto;
  color: #000;
}

.txt-box .sub-title {
  display: block;
  font-size: 48px;
  font-weight: bold;
}
.cms-img img {
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.sort-box {
  max-width: 1000px;
  margin: 12px auto 0;
}
.sort-box ul {
  /*   height: 70px; */
  line-height: 70px;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  border-radius: 35px;
  border: 1px solid #333;
  box-sizing: border-box;
}
.sort-box li {
  position: relative;
  font-size: 20px;
  display: inline;
}
.sort-box li + li {
  margin-left: 28px;
}
.sort-box li + li::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: -15px;
  margin-top: -1.5px;
  width: 3px;
  height: 3px;
  background-color: #000;
  border-radius: 50%;
}

.sc-cms .cms-img {
  background: url(../img/solution/cms_img_pc.png) no-repeat center/cover;
  width: 100%;
  height: 708px;
  /*   margin-top: 52px; */
  padding-top: 240px;
}
.sc-cms {
  margin-top: 150px;
  background: #f8f8f8;
  z-index: -10;
  padding-top: 158px;
  padding-bottom: 148px;
}
.sc-cms .sub-title2 {
  font-size: 30px;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  /*   padding-top: 86px; */
  padding-bottom: 53px;
}
.sc-cms .cms-cnt {
  text-align: center;
  padding: 0 30px;
}
.sc-cms .cms-cnt .result {
  margin-top: 4px;
  font-size: 20px;
  font-weight: 800;
}
.sc-cms .cms-cnt .cms-info {
  margin-top: 40px;
  height: 133px;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.sc-cms .cms-cnt .cms-info li {
  float: left;
  width: calc(33.33% - 1px);
  height: 67px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5px;
  box-sizing: border-box;
  letter-spacing: 1px;
  font-size: 18px;
  color: #333;
  font-weight: 400;
  text-align: center;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.sc-cms .cms-cnt .cms-info li:first-child {
  width: 33.33%;
  border-left: 0;
}
.sc-cms .cms-cnt .cms-info li:nth-child(n + 4) {
  width: calc(25% - 1px);
  border-bottom-width: 0;
}
.sc-cms .cms-cnt .cms-info li:nth-child(4) {
  border-left: 0;
}
/* about 2023 수정 */
.sc-about .visual-img-area .m-txt {
  display: none;
}
.sc-about {
  padding-top: 220px;
  position: relative;
}
.sc-about .main-txt {
  margin-bottom: 143px;
}
.sc-about .main-txt .category {
  font-size: 24px;
  display: block;
  font-weight: bold;
  margin-bottom: 35px;
  color: var(--cate-txt-color);
  margin-left: 7px;
  /*   padding-top: 72px; */
  -webkit-animation: slideUp 0.7s ease-in-out;
  animation: slideUp 0.7s ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.sc-about .main-txt .title {
  font-size: 64px;
  display: block;
  width: 100%;
  /*   font-family: "Pretendard-Black"; */
  color: var(--title-color);
  -webkit-animation: slideUp 0.7s ease-in-out 0.7s;
  animation: slideUp 0.7s ease-in-out 0.7s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  visibility: hidden;
  font-weight: 900;
  line-height: inherit;
}
.sc-about .main-txt .title em {
  color: #fff;
  font-weight: inherit;
  -webkit-text-stroke: 1px #000;
}
.sc-about .bg-txt-area {
  position: absolute;
  top: 328px;
  left: 464px;
  z-index: 10;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.sc-about .bg-txt-area .bg-txt {
  font-size: 64px;
  font-weight: bold;
}
.sc-about .bg-txt-area .bg-txt .txt {
  display: block;
}
.sc-about .visual-img-area {
  position: relative;
  height: auto;
  display: flex;
  justify-content: space-between;
  -webkit-animation: slideUp 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
  animation: slideUp 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  visibility: hidden;
  flex-direction: column;
}
/* .sc-about .visual-img-area .pin-area {
  top: 150px;
  position: -webkit-sticky;
  position: sticky;
  height: 80vh;
} */
.sc-about .visual-img-area .pin-area .img-box {
  overflow: hidden;
  position: relative;
  width: 560px;
}
.sc-about .visual-img-area .pin-area .img-box .bg-txt {
  position: absolute;
  font-size: 64px;
  font-weight: bold;
  color: #fff;
  top: 328px;
  right: -409px;
  z-index: 100;
}
.sc-about .visual-img-area .pin-area .img-box .bg-txt .txt {
  display: block;
}
.sc-about .visual-img-area .scroll-area {
  margin-top: 496px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.sc-about .visual-img-area .scroll-area .img-box:not(:last-child) {
  margin-bottom: 162px;
}
.sc-about .visual-img-area .scroll-area .img-box:first-child {
  display: none;
}
.sc-about .visual-img-area .scroll-area .img-box:nth-child(2) {
  width: 440px;
}
.sc-about .visual-img-area .scroll-area .img-box:nth-child(3) {
  width: 320px;
}
.sc-about .visual-img-area .scroll-area .img-box:nth-child(4) {
  width: 480px;
}
.sc-about .img-box img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
  mix-blend-mode: plus-lighter;
}

.sc-history {
  background: var(--bg-color);
  position: relative;
  overflow: hidden;
  height: auto;
  padding: 158px 0px 100px;
}
.sc-history-tit {
  padding: 150px 30px 0px;
  background: #f8f8f8;
}
.history-list {
  height: 100vh;
}
.history-list-title-wrap {
  display: flex;
  width: 100%;
  overflow: hidden;
  position: absolute;
  transition: left 0.5s ease-in-out;
}
.history-list-title-wrap .container {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 0 48px;
  /*  max-width: 1312px; */
  width: 1200px;
}
.history-list-title-wrap .history-title {
  font-size: 48px;
  color: #000;
  font-weight: bold;
}
.history-list-title-wrap .history-list-pin {
  font-size: 136px;
  /* font-family: "Pretendard-ExtraBold"; */
  font-weight: 800;
}
.history-list-title-wrap .history-list-pin .fix-num {
  color: #d6d6d6;
}
.history-list-title-wrap .history-list-pin .count-num {
  position: relative;
  left: -32px;
}
.history-list-title-wrap .history-list-pin .count-num::after {
  content: '';
  position: absolute;
  top: 18px;
  width: 32px;
  height: 32px;
  background: url(../img/about/history_deco.png);
}
.history-list-wrap {
  width: 100%;
  overflow-y: auto;
  top: 0;
}
.history-list-wrap .history-item {
  transition: all 0.5s cubic-bezier(0.16, 0.04, 0.03, 0.95);
  display: flex;
  gap: 79px;
  align-items: baseline;
  padding-left: 50%;
  opacity: 0.07;
}
.history-list-wrap .history-item:not(:last-child) {
  margin-bottom: 114px;
}

.history-list-wrap .history-item.is-active {
  opacity: 1;
}
.history-list-wrap .history-item .history-item-year {
  font-size: 30px;
  /*  font-family: "Pretendard-Medium";9 */
  font-weight: 700;
  line-height: 1.2;
}
.history-list-wrap .history-item .wrap-txt .title-txt {
  font-size: 30px;
  font-weight: bold;
  display: block;
  margin-top: 15px;
}
.history-list-wrap .history-item .wrap-txt .sub-txt {
  font-size: 20px;
  display: block;
}
.txt-box .sub-title {
  display: block;
  font-size: 48px;
  font-weight: bold;
  color: var(--title-color);
}
.txt-box .txt {
  display: block;
  font-size: 24px;
  margin-top: 21px;
  line-height: 1.6;
  color: var(--sub-txt-color);
  /* padding-bottom: 50px; */
}
.sc-vision .object-field {
  display: flex;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  /*   margin-top: 60px; */
}
.sc-vision .object-field .oj-center {
  text-align: center;
  position: relative;
  width: 18.04vw;
  height: 35.73vw;
}
.sc-vision .object-field .oj-center .better-txt {
  color: #e02020;
  font-size: 32px;
  font-weight: bold;
  position: absolute;
  z-index: 10;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sc-vision .object-field .oj-center .deco-bg {
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.sc-vision .object-field .oj-center .deco-bg img {
  -webkit-animation: decoAni 4s linear infinite alternate;
  animation: decoAni 4s linear infinite alternate;
  /*  width: 232px; */
}

@-webkit-keyframes decoAni {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  25% {
    opacity: 0.3;
    transform: scale(0.5);
  }
  50% {
    opacity: 0.5;
    transform: scale(0.75);
  }
  75% {
    opacity: 0.7;
    transform: scale(0.85);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes decoAni {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  25% {
    opacity: 0.3;
    transform: scale(0.5);
  }
  50% {
    opacity: 0.5;
    transform: scale(0.75);
  }
  75% {
    opacity: 0.7;
    transform: scale(0.85);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.sc-vision .object-field .oj-circle {
  width: 22.92vw;
  height: 22.92vw;
  width: 440px;
  height: 440px;
  background: #000;
  opacity: 0.8;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  position: relative;
}
.sc-vision .object-field .oj-circle .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sc-vision .object-field .oj-circle .cx-txt,
.sc-vision .object-field .oj-circle .dx-txt {
  font-size: 48px;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
.sc-vision .object-field .oj-circle .cont-txt {
  font-size: 24px;
  display: block;
  /*   width: max-content; */
}
/* about */
.convenient {
  padding: 0 0 148px;
  background-color: #fff;
}
.conv_type {
  margin-top: 80px;
}
.conv_type ul {
  display: flex;
  padding-left: 5%;
}
.conv_type li {
  position: relative;
  width: 25%;
  padding-top: 25%;
  margin-left: -5%;
}
.conv_type li span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  font-size: 26px;
  font-weight: 800;
  border-radius: 50%;
  border: 1px solid #ddd;
}
.conv_type li:nth-child(1) span {
  background-color: #ddd;
}
.conv_type li:nth-child(2) span {
  background-color: #ff0d38;
  border-color: #ff0d38;
}
.conv_type li:nth-child(3) span {
  border-color: #ff0d38;
}
.conv_type li:nth-child(4) span {
  background-color: #333;
  border-color: #333;
}
.conv_type li:nth-child(5) span {
  border-color: #333;
}
.conv_type li:nth-child(2n) span {
  color: #fff;
}
.conv_type li.do span:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -1px;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-clip-path: circle(31.5% at 0 50%);
  clip-path: circle(31.5% at 0 50%);
  box-sizing: border-box;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .conv_type li.do span:after {
    left: 0;
  }
}

.cms {
  margin-top: 150px;
  padding: 148px 0;
  background-color: #f8f8f8;
}
.cms_system {
  margin-top: 80px;
}
.cms_system .result {
  margin-top: 4px;
  font-size: 20px;
  font-weight: 800;
}
.cms_img::before {
  content: '';
  display: block;
  position: absolute;
  top: 153px;
  left: 50%;
  margin-top: -1px;
  margin-left: -50vw;
  width: 100vw;
  height: 1px;
  background-color: #333;
  z-index: -1;
}
.cms_img {
  position: relative;
  margin-top: 52px;
  background: url(../img/sub/img_about_cms.png) no-repeat center 100%;
  background-size: 1920px auto;
  height: 709px;
}
.cms_info {
  margin-top: 40px;
  height: 133px;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.cms_info li {
  float: left;
  width: calc(33.33% - 1px);
  height: 67px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5px;
  box-sizing: border-box;
  font-size: 18px;
  color: #333;
  font-weight: 400;
  text-align: center;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.cms_info li:first-child {
  width: 33.33%;
  border-left: 0;
}
.cms_info li:nth-child(n + 4) {
  width: calc(25% - 1px);
  border-bottom-width: 0;
}
.cms_info li:nth-child(4) {
  border-left: 0;
}

.sort_box {
  max-width: 1000px;
  margin: 12px auto 0;
}
.sort_box ul {
  height: 70px;
  line-height: 70px;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  border-radius: 35px;
  border: 1px solid #333;
  box-sizing: border-box;
}
.sort_box li + li {
  margin-left: 28px;
}
.sort_box li {
  position: relative;
  font-size: 20px;
  display: inline;
}
.sort_box li + li:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: -15px;
  margin-top: -1.5px;
  width: 3px;
  height: 3px;
  background-color: #000;
  border-radius: 50%;
}

.consulting {
  padding: 148px 0;
  color: #fff;
  background-color: #333;
}
.consulting .inner {
  color: #fff;
}
.consulting .cont_txt p {
  color: #fff;
}
.sequence {
  overflow: hidden;
}
.sequence ol:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 20px;
  margin-left: -50vw;
  width: 100vw;
  height: 1px;
  background: rgba(211, 211, 211, 0.3);
  z-index: -1;
}
.sequence ol {
  position: relative;
  display: flex;
  margin: 80px -20px 0;
  z-index: 0;
}
.sequence li {
  width: calc(20% - 20px);
  margin: 0 20px;
  padding: 48px 0 80px;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 104px;
  background-color: #333;
  box-sizing: border-box;
}
.sequence .top > span {
  display: block;
  font-size: 20px;
  font-weight: 500;
}
.sequence .top strong {
  margin-top: 60px;
  display: block;
  font-size: 22px;
  font-weight: 800;
}
.sequence .txt {
  margin-top: 12px;
  font-size: 16px;
  line-height: 27px;
  font-weight: 500;
}
.sequence .txt span {
  display: block;
}
.sequence .sort:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -30px;
  width: 60px;
  height: 1px;
  background-color: rgba(221, 221, 221, 0.3);
}
.sequence .sort {
  margin-top: 32px;
  padding-top: 49px;
  position: relative;
}
.sequence .sort p {
  font-size: 14px;
  color: #d3d3d3;
}
.sequence .sort p + p {
  margin-top: 5px;
}
@-webkit-keyframes seqBg {
  0% {
    background-color: #333;
  }
  95% {
    border-color: #ff0d38;
    background-color: #ff0d38;
  }
  100% {
    background-color: #333;
  }
}
@keyframes seqBg {
  0% {
    background-color: #333;
  }
  95% {
    border-color: #ff0d38;
    background-color: #ff0d38;
  }
  100% {
    background-color: #333;
  }
}
.sequence.active li {
  -webkit-animation: seqBg 0.5s forwards;
  animation: seqBg 0.5s forwards;
}
.sequence li:nth-child(1) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.sequence li:nth-child(2) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.sequence li:nth-child(3) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.sequence li:nth-child(4) {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.sequence li:nth-child(5) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.sequence .mobr {
  display: block;
}

.commerce_frame {
  padding: 148px 0 188px;
  overflow-x: hidden;
}
.framework h4:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -50vw;
  width: 100vw;
  height: 1px;
  background-color: #333;
  z-index: -1;
}
.framework {
  margin-top: 80px;
  padding-top: 149px;
  position: relative;
}
.framework h4 {
  position: relative;
  width: 33.5%;
  margin: 0 auto;
  background: url(../img/sub/img_about_commerce.png) no-repeat 0 0;
  background-size: contain;
  padding-top: 33%;
}
.framework h4 img {
  max-width: 100%;
}
.framework h5 {
  position: relative;
  padding-bottom: 100%;
  width: 100%;
  font-size: 20px;
  font-weight: 800;
  color: #000;
}
.framework h5 span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 50%;
}
.framework .item {
  position: relative;
  width: 20%;
}
.framework .item.f1:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: -37px;
  width: 1px;
  height: 37px;
  background-color: #333;
}
.framework .item.f1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.framework .item.f1 h5 {
  width: auto;
  padding-bottom: 0;
}
.framework .item.f1 h5 span {
  position: static;
  border: none;
}
.framework .item.f2,
.framework .item.f3 {
  margin-top: -26.5%;
}
.framework .item.f2 {
  order: 1;
}
.framework .item.f3 {
  order: 3;
}
.framework .item.f4:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 120px;
  background-color: #333;
}
.framework .item.f4 {
  order: 2;
  padding-top: 120px;
}
.framework .item_box {
  display: flex;
  justify-content: space-around;
}
ul.frame_box {
  display: flex;
  flex-wrap: wrap;
}
.frame_box:before {
  content: '';
  display: block;
  position: absolute;
  top: -62px;
  bottom: 0;
  left: 50%;
  border-left: 1px dashed #333;
  z-index: -1;
}
.frame_box {
  position: relative;
  margin-top: 61px;
  padding: 22px 0 32px 27px;
  background-color: #fff;
  border: 1px solid #333;
}
.frame_box dl + dl {
  margin-top: 35px;
}
.frame_box dt {
  margin-top: 15px;
  font-size: 18px;
  color: #222;
  font-weight: 800;
  width: 100%;
}
.frame_box li:before,
.frame_box dd:before {
  top: 4px;
}
.frame_box li,
.frame_box dd {
  margin-top: 11px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
}
.frame_box ul:after {
  content: '';
  display: block;
  clear: both;
}
.frame_box li:last-child,
.frame_box dd:last-child {
  flex-grow: 1;
}
.frame_box li {
  width: 50%;
  flex-shrink: 0;
}
.frame_box .desc p:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1.5px;
  width: 3px;
  height: 3px;
  background-color: #555;
  border-radius: 50%;
}
.frame_box .desc p {
  margin-top: 7px;
  padding-left: 10px;
  position: relative;
  font-size: 14px;
  color: #555;
}

/* bussiness */
#wrap {
  width: 100%;
  height: 100%;
}
header {
  width: 100%; /* height: 148px; */
  position: fixed;
  z-index: 100;
}
header .header_inner {
  width: 100%;
  height: 100%;
  padding: 0 105px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.txtArea {
  width: 1200px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0 auto 120px;
}
.txtArea .txtInner {
  width: 971px;
  margin-top: 219px;
}
.txtArea .txtInner .txt {
  font-family: 'Pretendard';
  font-weight: bold;
  color: #666666;
  font-size: 24px;
  line-height: 35px;
  margin-bottom: 24px;
}
.txtArea .txtInner .title {
  /* font-family: "Pretendard-Black"; */
  color: #222222;
  font-size: 64px;
  line-height: 96px;
  margin-bottom: 38px;
}
.txtArea .txtInner .title span {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #222;
  color: transparent;
}
.txtArea .txtInner .subTxt {
  font-family: 'Pretendard';
  font-size: 24px;
  color: #333333;
  line-height: 36px;
}

.graphArea {
  width: 100%;
  height: 100%;
}
.graphArea .graphInner {
  height: 0;
  padding-top: calc(2332 / 3840 * 100%);
  background: url(../img/bussiness/bus_bg.png) center center / cover no-repeat;
  position: relative;
}
.graphArea .graphInner .chart {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.rolling {
  /* width: 1920px;  */
  height: 100%;
  margin: 160px auto 0;
}
.top_area {
  width: 1560px;
  float: right;
  margin-bottom: 120px;
}
.top_area .tit {
  font-family: 'Pretendard';
  font-weight: bold;
  font-size: 48px;
  line-height: 72px;
  color: #000;
}
.top_area .bottomTxt {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top_area .bottomTxt .line {
  display: flex;
}

.btm_area {
  width: 1560px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 120px;
  margin-bottom: 160px;
}
.btm_area .line {
  margin-top: 20px;
}
.btm_menu {
  display: flex;
}
.btm_menu ul {
  margin-right: 86px;
}
.btm_menu ul:last-child {
  margin-right: 0;
}
.btm_menu ul li.tit {
  font-family: 'Pretendard';
  font-weight: bold;
  color: #222222;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 32px;
}
.btm_menu ul li.txt {
  font-family: 'Pretendard';
  font-size: 20px;
  color: #222222;
  line-height: 36px;
}

.L_img {
  margin-right: 64px;
}
.S_icon {
  width: 112px !important;
}

/* owl */
.owl-carousel {
  width: 100%;
  height: 100%;
  margin-bottom: 32px;
  display: flex;
}
.owl-stage-outer {
  width: 100%;
  height: 100%;
}
.owl-stage {
  width: 100%;
  height: 100%;
  display: flex;
}
.owl-item {
  width: 100%;
  height: 100%; /* display: flex; */
  align-items: center;
}
/* .owl-item img{width:  100%; height: 100%;} */
.owl-item li {
  width: 100%;
  margin-right: 32px;
}
.owl-item li img {
  width: 100%;
}

.owl-dots {
  display: none;
}
br.on {
  display: none;
}
.mover {
  display: none;
}

.swiper {
  margin-bottom: 20px;
}

.swiper-wrapper {
  transition-timing-function: linear;
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 15px 0;
  font-size: 18px;
  font-weight: bold;
  width: 500px;
}

.swiper-slide:nth-child(odd) {
  background-color: skyblue;
}

.swiper-slide:nth-child(even) {
  background-color: #fff;
}

/* work */
.project.work {
  padding-top: 0;
}
.project.work ul {
  padding-top: 0;
}
.project.work ul li .no {
  width: 140px;
  height: auto;
}
.project.work .cli_txt {
  width: 375px;
  white-space: nowrap;
}
.project.work .cli_txt span {
  margin-bottom: 0;
  height: auto;
}
.project.work .hashtag {
  width: 685px;
}
.project.work ul li {
  background: linear-gradient(to right, #fd3838 50%, rgba(255, 255, 255, 0) 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.project.work ul li:first-child:hover {
  border-top: 1px solid #fd3838;
}
.project.work ul li:hover {
  background-position: left bottom;
  border-bottom: 1px solid #fd3838 !important;
}
.project.work ul li:hover .no,
.project.work ul li:hover .hashtag {
  color: #fd3838;
}
.project.work ul li:hover .cli_txt,
.project.work ul li:hover .cli_txt span {
  transition: none;
}
.btn_more {
  margin-top: 48px;
  text-align: center;
}
.btn_more button {
  width: 84px;
  height: 64px;
  border: 1px solid #333;
}
.btn_more button.active,
.btn_more button:hover {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
}
.btn_more button span {
  position: absolute;
}
.btn_more button:after,
.btn_more button:before {
  content: '';
  display: block;
  background-color: #222;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.btn_more button:before {
  height: 20px;
  width: 2px;
}
.btn_more button:after {
  height: 2px;
  width: 20px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* background left line fix  */
  .project.work ul li {
    background-size: 201% 100%;
  }
}

/* contact */
.contact {
  padding-bottom: 190px;
}
.contact .map {
  margin-top: 40px;
  width: 100%;
  height: 450px;
}
.contact .map img {
  max-width: 100%;
}
.company_info {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  letter-spacing: 0;
}
.company_info address,
.company_info span {
  font-size: 18px;
  font-weight: 500;
  color: #222;
}
.company_info span + span:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  width: 1px;
  height: 12px;
  background-color: #d8d8d8;
}
.company_info span + span {
  position: relative;
  padding-left: 20px;
  margin-left: 16px;
}
.company_info em {
  font-weight: 800;
  color: #e61212;
}

.askus {
  padding-top: 0;
}
.askus ul li {
  padding-top: 40px;
}
.askus .action:hover .otc {
  -webkit-animation: motion 0.1s ease both;
  animation: motion 0.1s ease both;
  transition: all 1s;
}
.askus .shape {
  width: 100px;
  height: 100px;
}
.askus .info {
  margin-top: 35px;
  font-size: 18px;
  color: #333;
  display: flex;
}
.askus .info span,
.askus .info a {
  padding-left: 45px;
  position: relative;
  line-height: 32px;
  letter-spacing: 0;
  flex-basis: 50%;
}
.askus .info a {
  font-weight: 800;
  text-decoration: underline;
}
.askus .info span:before,
.askus .info a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -16px;
  width: 32px;
  height: 32px;
}

/* hover animation 추가 */
.askus .ani01 {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -50px 0 0 -50px;
}
.askus li .action:hover {
  background: #ff0d38;
}
.askus li .ask_act01 {
  background: url(../img/sub/ico_req_01.png) no-repeat;
  background-size: 100px;
}
.askus li:hover .ask_act01 {
  background: url(../img/sub/req_011.png) no-repeat;
}
.askus li .ani01_1 {
  position: absolute;
  top: 42px;
  left: 25px;
  width: 10px;
}
.askus li:hover .ani01_1 {
  -webkit-animation: opa 1s ease both;
  animation: opa 1s ease both;
  z-index: 98;
  transition: all 1s;
}
.askus li .ani01_2 {
  position: absolute;
  top: 45px;
  right: 24px;
  width: 34px;
}
.askus li:hover .ani01_2 {
  -webkit-animation: opa 1s ease both;
  animation: opa 1s ease both;
  z-index: 98;
  transition: all 1s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.askus li .ani01_3 {
  position: absolute;
  bottom: 27px;
  left: 25px;
  width: 10px;
}
.askus li:hover .ani01_3 {
  -webkit-animation: opa 1s ease both;
  animation: opa 1s ease both;
  z-index: 98;
  transition: all 1s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.askus li .ani01_4 {
  position: absolute;
  bottom: 30px;
  right: 24px;
  width: 34px;
}
.askus li:hover .ani01_4 {
  -webkit-animation: opa 1s ease both;
  animation: opa 1s ease both;
  z-index: 98;
  transition: all 1s;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.askus li .ask_act02 {
  background: url(../img/sub/ico_req_02.png) no-repeat;
  background-size: 100px;
}
.askus li:hover .ask_act02 {
  background: url(../img/sub/req_022.png) no-repeat;
}
.askus li .ani02 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -19px 0 0 -19px;
}
.askus li:hover .ani02 {
  -webkit-animation: scale 2s ease infinite;
  animation: scale 2s ease infinite;
  z-index: 98;
  transition: all 1s;
}
.askus li .ask_act03 {
  background: url(../img/sub/ico_req_03.png) no-repeat;
  background-size: 100px;
  width: 100px;
  height: 100px;
}
.askus li:hover .ask_act03 {
  background: url(../img/sub/req_033.png) no-repeat;
}
.askus li .ani03 {
  position: absolute;
  top: 113px;
  left: 177px;
}
.askus li:hover .ani03 {
  -webkit-animation: scale 0.5s ease both, down 1s ease-in infinite alternate;
  animation: scale 0.5s ease both, down 1s ease-in infinite alternate;
  z-index: 98;
  transition: all 1s;
}

.askus li [class^='ask'] {
  width: 100px;
  height: 100px;
  display: inline-block;
  vertical-align: middle;
}
.askus .ani {
  opacity: 0;
  position: absolute;
  top: -26px;
  left: -64px;
  width: 415px;
  height: 299px;
}
.askus li:hover .ani {
  opacity: 1;
}

@-webkit-keyframes scale {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}

@keyframes scale {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}

@-webkit-keyframes down {
  50% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 10px);
  }
}

@keyframes down {
  50% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 10px);
  }
}

@-webkit-keyframes opa {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes opa {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* recruit */
.recruit {
  padding-bottom: 148px;
}
.recruit * {
  position: relative;
  z-index: 1;
}
.recruit ul {
  overflow: hidden;
  margin-top: -45px;
  display: flex;
  flex-wrap: wrap;
}
.recruit ul li {
  padding-top: 85px;
}
.recruit ul li {
  float: left;
  width: 380px;
  margin-right: 30px;
}
.recruit ul li:nth-child(3n) {
  margin-right: 0;
}
.recruit ul li .action {
  display: block;
  height: 250px;
  border: 1px solid #ddd;
  text-align: center;
  position: relative;
  cursor: pointer;
  background-color: #fff;
}
.recruit ul li .shape {
  width: 96px;
  height: 96px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -48px 0 0 -48px;
}
.recruit ul li .icons {
  position: absolute;
  top: 75px;
  left: 140px;
}
.recruit ul li .text {
  width: 100%;
  padding: 24px 0 5px;
  color: #000;
}
.recruit ul li .text .tit {
  font-size: 24px;
  font-weight: 800;
}
.recruit ul li .text p {
  font-size: 18px;
  line-height: 28px;
  color: #333;
  padding-top: 10px;
}

/* animation 추가 */
.motion01 {
  z-index: 99;
  position: absolute;
  bottom: 0;
  left: 0;
}
.motion02 {
  position: absolute;
  top: 5px;
  left: 13px;
  width: 74px;
}
.motion03 {
  position: absolute;
  top: 20px;
  left: 22px;
  width: 35px;
}
.motion04 {
  position: absolute;
  top: 30px;
  left: 22px;
  width: 20px;
  height: 3px;
}
.recruit ul li:hover .motion02,
.recruit ul li:hover .motion03,
.recruit ul li:hover .motion04 {
  -webkit-animation: up 1s ease both;
  animation: up 1s ease both;
}
.motion05 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 87px;
}
.motion06 {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
}
.recruit ul li:hover .motion06 {
  -webkit-animation: star 1s ease infinite;
  animation: star 1s ease infinite;
  transition: all 1s;
}
.motion07 {
  position: absolute;
  top: 0;
  left: 0;
  width: 96px;
}
.recruit ul li:hover .motion07 {
  -webkit-animation: scale 1.5s ease infinite;
  animation: scale 1.5s ease infinite;
}
.motion08 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 96px;
}
.motion09 {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -10px;
  width: 20px;
}
.recruit ul li:hover .motion09 {
  -webkit-animation: bounce 1s ease infinite;
  animation: bounce 1s ease infinite;
}
.motion10 {
  position: absolute;
  top: 6px;
  left: 0;
  width: 96px;
}
.motion11 {
  position: absolute;
  bottom: 6px;
  left: 50%;
  margin-left: -22px;
  width: 44px;
}
.recruit ul li:hover .motion11 {
  -webkit-animation: updown 1.5s ease infinite;
  animation: updown 1.5s ease infinite;
  transition: all 1s;
}
.motion12 {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -32px;
  width: 64px;
}
.motion13 {
  position: absolute;
  top: 0;
  left: 22px;
  width: 40px;
}
.recruit ul li:hover .motion13 {
  -webkit-animation: up2 1.5s ease both;
  animation: up2 1.5s ease both;
  transition: all 1s;
}
.motion14 {
  position: absolute;
  top: 18px;
  right: 19px;
  width: 24px;
}
.recruit ul li:hover .motion14 {
  -webkit-animation: down2 1.5s ease both;
  animation: down2 1.5s ease both;
  transition: all 1s;
}

@-webkit-keyframes up {
  50% {
    transform: translate(0, 20px);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes up {
  50% {
    transform: translate(0, 20px);
  }
  100% {
    transform: translate(0, 0);
  }
}

@-webkit-keyframes star {
  50% {
    opacity: 0.5;
    transform: rotate(30deg);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg);
  }
}

@keyframes star {
  50% {
    opacity: 0.5;
    transform: rotate(30deg);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg);
  }
}

@-webkit-keyframes bounce {
  50% {
    transform: translate(0, -5px);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes bounce {
  50% {
    transform: translate(0, -5px);
  }
  100% {
    transform: translate(0, 0);
  }
}

@-webkit-keyframes updown {
  0% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(10deg);
  }
}

@keyframes updown {
  0% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(10deg);
  }
}

@-webkit-keyframes up2 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -10px);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes up2 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -10px);
  }
  100% {
    transform: translate(0, 0);
  }
}

@-webkit-keyframes down2 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 10px);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes down2 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 10px);
  }
  100% {
    transform: translate(0, 0);
  }
}

.ourteam {
  padding-bottom: 190px;
}
.team {
  border-bottom: 1px solid #ddd;
}

.team > p {
  padding: 42px 0;
  position: relative;
  cursor: pointer;
}
.team > p:after,
.team > p:before {
  content: '';
  display: block;
  background-color: #222;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
}
.team > p:before {
  height: 40px;
  width: 2px;
  right: 19px;
}
.team > p:after {
  height: 2px;
  width: 40px;
  right: 0;
}
.team > p strong {
  font-size: 64px;
  font-weight: 800;
  color: #fff;
  -webkit-text-stroke: 1px #000;
  vertical-align: middle;
}
.team > p span {
  margin-left: 15px;
  padding: 9px 23px 7px;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  background-color: #ff0d38;
  border-radius: 20px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .team > p strong {
    text-shadow: -1px -1px 0px #000, 1px -1px 0px #000, -1px 1px 0px #000, 1px 1px 0px #000;
  }
}
.team_info {
  margin-top: 40px;
}
.team {
  position: relative;
}
.team .guide {
  background-color: #f8f8f8;
  display: none;
  border-top: 1px solid #ddd;
}
.team .item {
  padding: 48px 0;
  margin: 0 48px;
  display: flex;
  font-size: 18px;
  line-height: 28px;
  color: #333;
}
.team .item h4 {
  font-size: 24px;
  color: #000;
  font-weight: 800;
  flex-basis: 177px;
  flex-shrink: 0;
}
.team .item h5 {
  margin-bottom: 5px;
  font-size: 20px;
  color: #000;
  font-weight: 800;
}
.team .item ul + h5 {
  margin-top: 24px;
}
.team .item li:before {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  top: 12px;
  width: 6px;
  height: 1px;
  background-color: #666;
}
.team .item li {
  padding-left: 13px;
  position: relative;
}
.team .item li + li {
  margin-top: 5px;
}
.team .item + .item {
  border-top: 1px dashed #e1e1e1;
}
.team .item ul + p {
  margin-top: 48px;
}
.team .item p + p {
  margin-top: 30px;
}
.team .clipboard {
  flex-grow: 1;
  display: flex;
  justify-content: flex-start;
}
.team .clip_txt {
  letter-spacing: 0;
}
.team .btn {
  text-align: center;
}
.team .btn a {
  display: inline-block;
  padding: 19px 0 20px;
  width: 256px;
  height: 64px;
  font-size: 18px;
  font-weight: 800;
  border: 2px solid #333;
  box-sizing: border-box;
  background-color: #fff;
}
.team .btn a + a {
  margin-left: 10px;
}
.team .btn a.t2 {
  color: #ff0d38;
  border-color: #ff0d38;
}
.team.active p strong {
  color: #000;
  -webkit-text-stroke: 0;
}
.team.active p:before {
  content: none;
}
.inp_clip {
  opacity: 0;
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.btn_clip {
  margin: -6px 0 -2px 24px;
  width: 109px;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  font-size: 14px;
  color: #000;
  background-color: #fff;
  border: 1px solid #333;
}
.btn_clip:hover {
  background-color: #333;
  color: #fff;
}

.center {
  margin: 0 auto;
  max-width: 1200px;
}
/* 브로슈어 */
/* .wrap .down-brochure {
	position: fixed;
	top: 50px;
	right: 106.5px;
	z-index: 100;
} */

.down-brochure .link-down-bro {
  display: block;
}

/* .sc-about .visual-img-area .m-txt {display: none;} */

@media screen and (max-width: 1899px) {
  .txtArea {
    width: 100%;
    max-width: 1200px;
    /*  padding: 0 360px; */
    box-sizing: border-box;
  }
  .txtArea .txtInner {
    width: 100%;
  }
  .graphArea .graphInner {
    width: 100%;
  }
  .graphArea .graphInner .chart img {
    width: 100%;
  }
  .rolling {
    width: 100%;
  }
  /* .owl-item{width: initial !important;} */
  .owl-item img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 1700px) {
  .brnone {
    display: none;
  }
  .top_area {
    width: 100%;
    float: right;
    margin-bottom: 120px;
    padding-left: 100px;
    box-sizing: border-box;
  }
  .top_area .bottomTxt .line {
    display: flex;
    justify-content: end;
    width: 90%;
  }
}
@media screen and (max-width: 1600px) {
  .top_area .bottomTxt {
    display: block;
  }
  .top_area .bottomTxt .line {
    width: 100%;
  }
  br.on {
    display: block;
  }
  .top_area .bottomTxt .line {
    display: flex;
    justify-content: end;
  }
  .btm_area {
    width: 100%;
    padding: 0 20px 0 0;
    box-sizing: border-box;
  }
  .btm_area .line {
    width: 40%;
  }
  .btm_area .line img {
    width: 100%;
  }
}
@media screen and (max-width: 1400px) {
  br.on {
    display: block;
  }
  .txtArea {
    width: 100%;
    padding: 0 50px;
    box-sizing: border-box;
  }
  .top_area .bottomTxt {
    display: block;
  }
  .top_area .bottomTxt .line {
    display: flex;
    justify-content: end;
    width: 100%;
    margin-top: -34px;
  }
}
@media screen and (max-width: 1300px) {
  .txtArea .txtInner .title {
    font-size: 50px;
    line-height: 60px;
  }
  .txtArea .txtInner .txt {
    font-size: 18px;
    line-height: 10px;
  }
  .txtArea .txtInner .subTxt {
    font-size: 17px;
  }
  .top_area .tit {
    font-size: 40px;
    line-height: 60px;
  }
  .top_area .bottomTxt .line {
    width: 80%;
    float: right;
    margin-top: -30px;
  }
  .top_area .bottomTxt .line img {
    width: 100%;
  }
}
/* tablet responsive style  */
@media (max-width: 1220px) {
  .gnb_mobile .brch {
    display: block;
    position: absolute;
    width: auto;
    right: 30px;
    bottom: 40px;
  }
  .gnb_mobile .brch img {
    width: 125px;
  }
  .inner {
    padding-left: 30px;
    padding-right: 30px;
  }
  .fuzTxtCircle.s3 {
    top: 45%;
  }
  .fuzTxtCircle.s4 {
    top: 83%;
  }

  /* sub visual area */
  .sub_visual {
    width: calc(100% - 30px);
    padding-top: 212px;
    padding-left: 30px;
  }
  .sub_visual .vis_box {
    left: 0px;
  }

  /* keyframes animation */
  @-webkit-keyframes visSubAni {
    0% {
      margin-left: 600px;
    }
    100% {
      margin-left: 0px;
      opacity: 1;
    }
  }
  @keyframes visSubAni {
    0% {
      margin-left: 600px;
    }
    100% {
      margin-left: 0px;
      opacity: 1;
    }
  }

  .framework .item {
    width: 25%;
  }
  .framework h5 {
    width: 80%;
    padding-bottom: 80%;
    margin: 0 auto;
  }

  /* sub circle animation */
  .path_wrap,
  .circle_ani_box {
    display: none;
  }

  /* contact */
  .request ul li:nth-child(2n) {
    margin-right: 0;
  }
  .request ul li:nth-child(3n) {
    margin-right: 57px;
  }

  /* recruit */
  .recruit ul li {
    float: left;
    width: 380px;
    margin-right: 30px;
  }
  .recruit ul li:nth-child(3n) {
    margin-right: 30px;
  }
  .recruit ul li:nth-child(2n) {
    margin-right: 0;
  }

  /* work */
  /*  .project.work .hashtag{} */
}

@media (max-width: 1200px) {
  header .header_inner {
    padding: 0 40px;
  }
  .top_area .tit {
    font-size: 36px;
    line-height: 57px;
  }
  .btm_menu ul li.tit {
    font-size: 28px;
    line-height: 26px;
  }
  .btm_menu ul li.txt {
    font-size: 18px;
    line-height: 31px;
  }
  .brnone {
    display: none;
  }
  .down-brochure {
    display: none;
  }
  /* solution */
  .sc-visual .wrap-box {
    margin: 0 30px;
  }
  .gnb_mobile {
    display: block;
  }
  /*     .sc-cms .wrap-box {
		padding: 0 30px;
	}
	.sc-commerce .wrap-box {
		padding: 0 30px;
	} */

  /* about */
  .sc-about .visual-img-area .pin-area {
    top: 110px;
  }
  .sc-about .visual-img-area .pin-area .img-box {
    width: 500px;
  }

  .sc-about .bg-txt-area {
    left: 403px;
    top: 292px;
  }
  .sc-about {
    padding: 124px 30px 0;
  }
  .sc-about .main-txt .category {
    padding-top: 0px;
  }
  .sc-about .visual-img-area .pin-area .img-box .bg-txt {
    top: 292px;
    right: -408px;
  }
  .sc-about .visual-img-area .scroll-area {
    margin-top: 455px;
  }
  .sc-about .visual-img-area .scroll-area .img-box:first-child {
    width: 380px;
  }
  .sc-about .visual-img-area .scroll-area .img-box:nth-child(2) {
    width: 260px;
  }
  .sc-about .visual-img-area .scroll-area .img-box:nth-child(3) {
    width: 420px;
  }
  .sc-vision {
    padding: 169px 30px 175px;
  }
  .sc-vision .object-field .oj-circle {
    width: 350px;
    height: 350px;
  }
  .sc-history {
    padding: 60px 30px 60px;
  }
  .sc-history-tit {
    padding: 60px 30px 0;
  }

  .history-list-title-wrap .container {
    padding: 0px;
  }
  .history-list-wrap {
    left: -56px;
    top: 350px;
  }
  .history-list-wrap .history-item {
    padding-left: 530px;
  }
}
@media (max-width: 1050px) {
  .neo-scroll-section .img-text-box .img-area p {
    left: 100px;
  }
  .neo-scroll-section .img-text-box > p {
    left: 100px;
  }
}

@media (max-width: 1024px) {
  /* sub visual area */
  .sub_visual {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .sub_visual h2 {
    font-size: 48px;
    line-height: 64px;
  }
  .sub_visual .vis_box .vis_in li {
    min-width: 320px;
    margin-right: 16px;
  }
  .sub_visual .vis_box .vis_in li img {
    width: 320px;
  }
  .sub_visual .vis_box.full {
    left: 0%;
    -webkit-animation: visSubFullAni 2s forwards;
    animation: visSubFullAni 2s forwards;
  }
  .sub_visual .vis_box .vis_in li.long {
    min-width: 599px;
  }
  .sub_visual .vis_box .vis_in li.long img {
    width: 599px;
  }
  @-webkit-keyframes visSubFullAni {
    0% {
      margin-left: 600px;
    }
    100% {
      margin-left: -330px;
      opacity: 1;
    }
  }
  @keyframes visSubFullAni {
    0% {
      margin-left: 600px;
    }
    100% {
      margin-left: -330px;
      opacity: 1;
    }
  }
  /* solution */
  .sc-cms {
    padding-top: 64px;
    margin-top: 100px;
  }
  .sc-cms .sub-title2 {
    font-size: 18px;
  }
  .sc-visual .vis-box .list-vis img {
    width: 320px;
  }
  .sc-visual .main-txt .title {
    font-size: 48px;
  }
  /* about 수정 */
  .sc-about .img-box img {
    mix-blend-mode: plus-lighter;
  }
  .sc-about .main-txt {
    margin-bottom: 48px;
  }
  .sc-about .visual-img-area .scroll-area {
    margin-top: 366px;
  }
  .sc-about .visual-img-area .scroll-area .img-box:first-child {
    width: 260px;
  }
  .sc-about .visual-img-area .scroll-area .img-box:nth-child(2) {
    width: 140px;
  }
  .sc-about .visual-img-area .scroll-area .img-box:nth-child(3) {
    width: 300px;
  }
  .sc-about .main-txt .title {
    font-size: 48px;
  }
  .sc-about .bg-txt-area .bg-txt {
    font-size: 48px;
  }
  .sc-about .visual-img-area .pin-area .img-box {
    width: 380px;
  }
  .sc-about .visual-img-area .pin-area .img-box .bg-txt {
    font-size: 48px;
    top: 216px;
    right: -306px;
  }
  .sc-about .visual-img-area .scroll-area .img-box:not(:last-child) {
    margin-bottom: 80px;
  }

  .sc-vision .object-field .oj-circle .cx-txt,
  .sc-vision .object-field .oj-circle .dx-txt {
    font-size: 36px;
  }
  .sc-vision .object-field .oj-circle {
    width: 280px;
    height: 280px;
  }
  .sc-vision .object-field .oj-circle .cont-txt {
    font-size: 18px;
  }
  /* about */
  .history-list-title-wrap .history-title {
    font-size: 36px;
  }
  .history-list-title-wrap .history-list-pin {
    font-size: 120px;
  }
  .convenient {
    padding: 0 30px 60px;
  }
  .cont_txt h3 .mobr {
    display: block;
  }
  .cms_img {
    padding: 0 30px;
  }
  .sort_box li {
    font-size: 18px;
  }
  .sequence ol {
    margin-left: -3px;
    margin-right: -3px;
  }
  .sequence li {
    width: calc(20% - 3px);
    margin: 0 3px;
  }

  /* work */
  .project.work ul li .no {
    width: 185px;
    font-size: 40px;
  }
  .project.work .cli_txt {
    width: 415px;
    white-space: normal;
  }
  .project.work .cli_txt span {
    margin-bottom: 0;
    height: auto;
    line-height: 28px;
    font-size: 22px;
  }
  .project.work ul li .hashtag {
    width: 600px;
  }
}

@media (max-width: 1010px) {
  .history-list-title-wrap {
    display: none;
  }
  .history-list-wrap {
    left: 0;
    /*  padding: 0 0 0 30px; */
  }
  .history-list-wrap .history-item:not(:last-child) {
    margin-bottom: 64px;
  }
  .history-list-wrap .history-item {
    padding-left: 0px;
    flex-direction: column;
    gap: 16px;
  }
  .history-list-wrap .history-item .history-item-year {
    font-size: 60px;
    /*   font-family: "Pretendard-ExtraBold"; */
    position: relative;
  }
  .history-list-wrap .history-item .history-item-year::after {
    position: absolute;
    content: '';
    right: -18px;
    top: 8px;
    background: url(../img/about/history_deco.png) no-repeat center/cover;
    width: 14px;
    height: 14px;
  }
}

@media (max-width: 930px) {
}

@media (max-width: 870px) {
  .cms_img::before {
    display: none;
  }
  .cms_img {
    margin-top: 14px;
    width: 100%;
    height: auto;
    padding-top: 75%;
    box-sizing: border-box;
    background-image: url(../img/sub/img_about_cms2.png);
    background-size: contain;
  }

  .company_info {
    display: block;
  }
  .company_info .tel {
    margin-top: 15px;
  }

  .recruit ul {
    margin-top: 0;
  }
  .recruit ul li {
    padding-top: 40px;
  }
  .recruit ul li {
    float: left;
    width: 48%;
    margin-right: 2%;
  }
  .recruit ul li:nth-child(3n) {
    margin-right: 2%;
  }
}

@media (max-width: 768px) {
  .neo-scroll-section .img-text-box .img-area {
    width: 240px;
  }
  .neo-scroll-section .img-text-box .img-area img {
    width: 240px;
  }
  .neo-scroll-section .img-text-box .img-area p {
    font-size: 32px;
    line-height: 42px;
    top: 234px;
    right: 0;
  }
  .neo-scroll-section .img-text-box > p {
    font-size: 32px;
    line-height: 42px;
    top: 234px;
    right: 0;
  }
  .neo-scroll-section .img-box-list .img_01 {
    width: 220px;
  }
  .neo-scroll-section .img-box-list .img_02 {
    width: 160px;
  }
  .neo-scroll-section .img-box-list .img_03 {
    width: 240px;
  }
  .neo-scroll-section .img-box-list {
    margin: 80px 0 0 0;
    height: 740px;
  }
  .neo-scroll-section .img-box-list li:nth-child(2) {
    top: 280px;
  }
  .neo-scroll-section .img-box-list li:nth-child(3) {
    left: auto;
    right: 0;
    bottom: 0;
  }
  .bg_line {
    background-image: url(/img/sub/bg_top_cicle_m.png), url(/img/sub/bg_right_circle_m.png), url(/img/sub/bg_left_circle_m.png);
    background-size: 88px auto, 173px auto, 127px auto;
    background-repeat: no-repeat;
    background-position: 50% 0, 100% 0px, 0 228px;
  }
  .sc-about .visual-img-area .scroll-area .img-box:first-child {
    display: block;
  }
  .sc-about .visual-img-area .m-txt .txt {
    display: block;
    font-size: 32px;
    font-weight: 700;
  }
  /*  body {
		background: url(../img/main_bg.png) no-repeat;
		background-size: 100%;
	} */
  #wrap {
    overflow-y: hidden;
  }
  .txtArea {
    padding: 0 30px;
    margin: 0 auto 48px;
  }
  .txtArea .txtInner {
    /* width: 971px; */
    margin-top: 124px;
  }
  .txtArea .txtInner .txt {
    /*  padding-top: 50px; */
    font-size: 14px;
    line-height: 21px;
  }
  .txtArea .txtInner .title {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 0;
  }
  .txtArea .txtInner .subTxt {
    display: none;
  }
  .mover {
    display: block;
    width: 100%;
    height: 872px;
    background: url(../img/mo_bg.png) no-repeat 100% 100%;
    background-size: 100%;
    padding: 0 30px;
    box-sizing: border-box;
  }
  .moBg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .moBg img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .graphArea .graphInner {
    display: none;
  }
  .btm_menu {
    display: block;
    width: 50%;
  }
  .btm_menu ul {
    margin-left: 24px;
    margin-right: 0;
    margin-bottom: 56px;
  }
  .btm_menu ul li.tit {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 16px;
  }
  .btm_menu ul li.txt {
    font-size: 16px;
    line-height: 32px;
  }
  .btm_menu ul:last-child {
    margin-bottom: 0;
  }
  .btm_area {
    margin-top: 48px;
    margin-bottom: 120px;
  }
  .btm_area .line {
    width: 50%;
  }
  .top_area {
    /* width: 100%; */
    float: inherit;
    margin-bottom: 48px;
    padding-left: 30px;
    /* padding: 0 30px; */
  }
  .top_area .tit {
    font-size: 28px;
    line-height: 42px;
  }
  .top_area .bottomTxt .line {
    width: 64%;
    float: right;
    margin-top: -21px;
  }
  .owl-carousel {
    /* height: 80px; */
    margin-bottom: 20px;
  }

  .sub_visual h2 br,
  .cont_txt .mobr,
  .sequence .mobr {
    display: none;
  }
  .sub_visual .mobr {
    display: block;
  }

  .sub_visual h2 {
    margin: 0 auto -18px;
    line-height: 42px;
    font-size: 32px;
  }
  .sub_visual h2 span {
    height: 21px;
    line-height: 21px;
    font-size: 14px;
    margin-bottom: 8px;
  }
  .sub_visual .vis_box {
    z-index: -1;
  }

  .title2 {
    font-size: 18px;
  }
  .cont_txt .title,
  .contact .title,
  .request .title {
    font-size: 28px;
    line-height: 38px;
  }
  .cont_txt p {
    font-size: 16px;
    line-height: 24px;
  }
  .conv_type {
    margin-top: 40px;
  }
  .conv_type li span {
    font-size: 11px;
  }

  .sub_visual .fuzTxtCircle {
    display: none;
  }

  /* solution */
  .sc-visual {
    margin-top: 60px;
  }
  .sc-visual .main-txt .category {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .sc-visual .main-txt .title {
    font-size: 32px;
    /*   width: 400px; */
    line-height: 1.4;
  }
  .sc-visual .vis-box .list-vis {
    gap: 16px;
  }
  .sc-visual .vis-box .list-vis img {
    width: 214px;
  }
  .sc-visual .vis-box {
    margin-top: 0px;
  }
  .sc-commerce {
    padding-top: 64px;
  }
  .framework {
    margin-top: 40px;
    padding-top: 131px;
  }
  .framework h4 {
    background: url(../img/solution/mobile_commerce.png) no-repeat center 0;
    width: 100%;
    padding-top: 55%;
    background-size: contain;
  }
  .framework h5 {
    width: 80%;
    padding-bottom: 0;
    margin: 0 auto;
  }
  .framework h5 span {
    display: block;
    position: static;
    border: none;
  }
  .framework .item.f1::after {
    bottom: -25px;
    height: 25px;
  }
  .framework .item.f2,
  .framework .item.f3 {
    margin-top: 0;
  }
  .framework .item.f2 {
    margin-top: 0;
    width: 100%;
  }
  .framework .item.f3::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    height: 30px;
    border-left: 1px dashed #333;
    z-index: -1;
  }
  .framework .item.f3 {
    padding-top: 30px;
  }
  .framework .item.f4 {
    padding-top: 30px;
  }
  .framework .item.f4::before {
    width: auto;
    height: 30px;
    bottom: 0;
    border-left: 1px dashed #333;
    background-color: transparent;
  }
  .framework .item {
    width: 100%;
  }
  .framework .item-box {
    display: block;
    position: relative;
    padding: 38px 30px 0;
  }
  .framework .item-box:before,
  .framework .item-box:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    background-color: #333;
  }
  .framework .item-box:before {
    width: 1px;
    height: 35px;
    top: 0;
  }
  .framework .frame-box {
    padding: 17px 40px 32px;
    margin-top: 8px;
  }
  .framework .frame-box::before {
    display: none;
  }
  .framework .frame-box li,
  .framework .frame-box dd {
    font-size: 15px;
  }
  .txt-box .sub-title {
    font-size: 28px;
  }
  .sort-box {
    display: table;
    width: 85%;
  }
  .sort-box ul {
    /*  height: 64px; */
    display: table-cell;
    vertical-align: middle;
    line-height: 20px;
    padding: 12px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .sort-box li {
    font-size: 12px;
  }
  .sort-box li + li {
    margin-left: 18px;
  }
  .sort-box li + li::before {
    width: 2px;
    height: 2px;
    left: -11px;
  }

  /* about 수정 */
  .sc-about .bg-txt-area {
    left: 118px;
    top: 234px;
    line-height: 1.2;
  }
  .sc-about .bg-txt-area .bg-txt {
    display: none;
    font-size: 32px;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }
  .sc-about .visual-img-area .m-txt {
    display: block;
    position: sticky;
    position: -webkit-sticky;
    width: 190px;
    top: 555px;
    right: 30px;
    margin-top: -434px;
    margin-left: 101px;
  }
  /*  .sc-about .visual-img-area .img-box-m img {width: 240px;} */
  .sc-about .visual-img-area {
    gap: 80px;
  }
  .sc-about .visual-img-area .pin-area {
    position: static;
    height: auto;
  }
  .sc-about .visual-img-area .pin-area .img-box {
    display: none;
    width: 240px;
  }
  .sc-about .visual-img-area .pin-area .img-box .bg-txt {
    display: none;
    font-size: 32px;
    top: 234px;
    right: -133px;
    line-height: 1.2;
    position: sticky;
    position: -webkit-sticky;
  }
  .sc-about .visual-img-area .scroll-area {
    margin-top: 100px;
  }
  .sc-about .visual-img-area .scroll-area .img-box:first-child {
    align-self: baseline;
    width: 220px;
  }
  .sc-about .visual-img-area .scroll-area .img-box:nth-child(2) {
    width: 160px;
  }
  .sc-about .visual-img-area .scroll-area .img-box:nth-child(3) {
    width: 240px;
    align-self: baseline;
  }
  .sc-about .visual-img-area .scroll-area .img-box:nth-child(4) {
    width: 240px;
  }
  .sc-about .main-txt .title {
    font-size: 32px;
    line-height: 42px;
  }
  .sc-about .main-txt .category {
    font-size: 14px;
    margin-bottom: 16px;
    margin-left: 0;
  }
  .sc-vision {
    padding: 120px 30px 60px;
  }
  .sc-vision .object-field {
    flex-direction: column;
    margin-top: 40px;
  }
  .sc-vision .object-field .oj-center .better-txt {
    font-size: 18px;
  }
  .sc-vision .object-field .oj-circle {
    width: 224px;
    height: 224px;
  }
  .sc-vision .object-field .oj-circle .cx-txt,
  .sc-vision .object-field .oj-circle .dx-txt {
    font-size: 28px;
  }
  .sc-vision .object-field .oj-circle .cont-txt {
    font-size: 14px;
  }
  .history-list-wrap {
    top: 250px;
  }
  .history-list-wrap .history-item:not(:last-child) {
    margin-bottom: 64px;
  }
  .history-list-wrap .history-item .history-item-year {
    font-size: 48px;
    /*  font-family: "Pretendard-ExtraBold"; */
  }
  .history-list-wrap .history-item .wrap-txt .title-txt {
    font-size: 20px;
  }
  .history-list-wrap .history-item .wrap-txt .sub-txt {
    font-size: 14px;
  }
  .txt-box .sub-title {
    font-size: 28px;
  }
  .sc-vision .txt-box {
    padding-left: 30px;
    padding-right: 30px;
  }
  .txt-box .txt {
    font-size: 16px;
    margin-top: 12px;
    /*        padding-bottom: 40px; */
  }
  .sc-vision {
    overflow: hidden;
    padding: 121px 0px 60px;
  }
  .sc-vision .object-field .oj-center .deco-bg {
    width: auto;
  }
  .sc-vision .object-field .oj-center .deco-bg img {
    width: 232px;
  }
  /* about */
  .cms {
    padding: 60px 0;
  }
  .cms_system {
    margin-top: 40px;
  }
  .cms_system .result {
    margin-top: 0;
    font-size: 14px;
  }
  .cms_info {
    margin-top: 20px;
    height: auto;
  }
  .cms_info li:first-child {
    width: 100%;
  }
  .cms_info li {
    width: 100%;
    float: none;
    height: 46px;
    font-size: 14px;
    border-left: none;
  }
  .cms_info li:nth-child(n + 4) {
    width: 100%;
    border-bottom-width: 1px;
  }
  .cms_info li:last-child {
    border-bottom: none;
  }

  .sort_box {
    display: table;
    width: 100%;
  }
  .sort_box ul {
    height: 64px;
    display: table-cell;
    vertical-align: middle;
    line-height: 20px;
  }
  .sort_box li {
    font-size: 12px;
  }
  .sort_box li + li:before {
    width: 2px;
    height: 2px;
    left: -11px;
  }
  .sort_box li + li {
    margin-left: 18px;
  }
  .sort_box li:nth-child(4):after {
    white-space: pre;
    content: '\A';
  }
  .sort_box li:nth-child(5) {
    margin-left: 0;
  }
  .sort_box li:nth-child(5):before {
    content: none;
  }

  .consulting {
    padding: 60px 0;
  }
  .sequence.active li {
    -webkit-animation: none;
    animation: none;
  }
  .sequence ol:before {
    top: 0;
    margin: 0;
    width: 1px;
    height: 100%;
  }
  .sequence ol {
    margin: 40px 0 0;
    display: block;
  }
  .sequence li {
    margin: 0;
    width: 100%;
    padding: 10px 0 13px;
  }
  .sequence li + li {
    margin-top: 20px;
  }
  .sequence .top > span {
    display: none;
  }
  .sequence .top strong {
    margin-top: 0;
    font-size: 16px;
  }
  .sequence .txt {
    margin-top: 0;
    font-size: 13px;
  }
  .sequence .sort {
    margin-top: 0;
    padding-top: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .sequence .sort:before {
    content: none;
  }
  .sequence .sort p {
    flex: 1 1 50%;
    font-size: 12px;
  }
  .sequence .sort p + p {
    margin-top: 0;
  }

  .commerce_frame {
    padding: 60px 30px 120px;
  }
  .framework {
    margin-top: 40px;
    padding-top: 125px;
  }
  .framework .item {
    width: 100%;
  }
  .framework .item.f1:after {
    bottom: -25px;
    height: 25px;
  }
  .framework .item.f2,
  .framework .item.f4 {
    margin-top: 0;
    width: 100%;
  }
  .framework .item_box:before {
    width: 1px;
    height: 35px;
    top: 0;
  }
  .framework .item_box:after {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    top: 35px;
    margin-left: -1.5px;
  }
  .framework .item_box:before,
  .framework .item_box:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    background-color: #333;
  }
  .framework .item_box {
    display: block;
    position: relative;
    padding-top: 40px;
  }
  .framework h4 {
    background: url(../img/sub/img_about_commerce2.png) no-repeat center 0;
    width: 100%;
    padding-top: 67%;
    background-size: contain;
  }
  .framework h5 {
    width: 100%;
    padding-bottom: 0;
    font-size: 16px;
  }
  .framework h5 span {
    display: block;
    position: static;
    border: none;
  }
  .framework .item.f2,
  .framework .item.f3 {
    margin-top: 0;
  }
  .framework .item.f3,
  .framework .item.f4 {
    padding-top: 30px;
  }
  .framework .item.f3:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    height: 30px;
    border-left: 1px dashed #333;
    z-index: -1;
  }
  .framework .item.f4:before {
    width: auto;
    height: 30px;
    bottom: 0;
    border-left: 1px dashed #333;
    background-color: transparent;
  }
  .frame_box:before {
    content: none;
  }
  .frame_box {
    padding: 17px 40px 32px;
    margin-top: 8px;
  }
  .frame_box li,
  .frame_box dd {
    font-size: 15px;
  }
  .frame_box dt {
    font-size: 16px;
  }

  /* work */
  .project.work ul li {
    height: 140px;
  }
  .project.work ul li .cli_txt {
    top: 34px;
    height: 30px;
    width: calc(100% - 70px);
  }
  .project.work ul li .no {
    width: 55px;
    height: 42px;
    top: 26px;
    font-size: 32px;
  }
  .project.work ul li .hashtag {
    top: 75px;
    font-size: 32px; /*animation:none;*/
  }
  .project.work .cli_txt {
    width: auto;
  }
  .project.work ul li .cli_txt span {
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .project.work .click_mask {
    display: none;
  }
  .project.work .btn_more {
    margin-top: 32px;
  }
  .project.work .btn_more button {
    width: 60px;
    height: 50px;
  }

  /* recruit */
  .recruit {
    padding-bottom: 120px;
  }
  .recruit ul {
    margin-top: -8px;
  }
  .recruit ul {
    margin: 0 -5px;
  }
  .recruit ul li {
    width: calc(50% - 10px);
    margin: 0 5px;
  }
  .recruit ul li:nth-child(3n) {
    margin-right: 5px;
  }
  .recruit ul li .action {
    height: 206px;
    line-height: 206px;
  }
  .recruit ul li .text {
    width: 100%;
    padding: 24px 0 5px;
  }
  .recruit ul li .text .tit {
    font-size: 20px;
    line-height: 28px;
    padding-top: 0;
  }
  .recruit ul li .text p {
    font-size: 14px;
    line-height: 21px;
    padding-top: 8px;
  }
  .company_info {
    margin-top: 14px;
    display: block;
  }
  .company_info address,
  .company_info span {
    font-size: 14px;
  }
  .company_info span + span:before {
    content: none;
  }
  .company_info span + span {
    margin-left: 0;
    padding-left: 16px;
  }
  .company_info .tel {
    margin-top: 5px;
  }

  .ourteam {
    padding-bottom: 120px;
  }
  .team_info {
    margin-top: 32px;
  }
  .team .guide {
    padding: 8px 0;
  }
  .team > p {
    padding: 12px 0;
  }
  .team > p strong {
    font-size: 34px;
  }
  .team > p span {
    font-size: 10px;
    padding: 0 14px;
    margin-left: 8px;
    line-height: 22px;
  }
  .team > p:before {
    height: 22px;
    right: 10px;
  }
  .team > p:after {
    width: 22px;
  }
  .team .item {
    padding: 24px 0;
    margin: 0 20px;
    display: block;
    font-size: 16px;
    line-height: 24px;
  }
  .team .item ul {
    margin-top: 5px;
  }
  .team .item li:before {
    width: 4px;
    height: 1px;
    top: 10px;
  }
  .team .item li {
    padding-left: 9px;
  }
  .team .item h4 {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .team .item h5 {
    font-size: 16px;
  }
  .team .item ul + h5 {
    margin-top: 16px;
  }
  .team .item ul + p {
    margin-top: 20px;
    flex-basis: 100%;
    padding-left: 0;
    font-size: 16px;
  }
  .team .item li.sTitle {
    padding-left: 5px;
    font-size: 16px;
  }
  .team .item p + p {
    margin-top: 10px;
  }
  .team .clipboard {
    flex-direction: column;
  }
  .btn_clip {
    margin: 20px 0 0;
    width: 98px;
    height: 32px;
    line-height: 30px;
    font-size: 12px;
  }

  /* contact */
  .contact {
    padding-bottom: 120px;
  }
  .contact .map {
    margin-top: 16px;
    height: 206px;
  }
  .request {
    padding-bottom: 120px;
  }
  .request ul:after {
    content: '';
    display: block;
    clear: both;
  }
  .request ul {
    margin: 0 -5px;
  }
  .request ul li {
    width: calc(50% - 10px);
    padding: 30px;
    margin: 20px 5px 0;
  }
  .request ul li:nth-child(2n) {
    margin-right: 5px;
  }
  .request ul li .text {
    margin-top: 24px;
  }
  .request ul li .text .tit {
    font-size: 20px;
    line-height: 28px;
    margin-top: 0;
  }
  .request ul li .text p {
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
  }
  .request ul li .action {
    height: 241px;
    line-height: 241px;
  }
  .request .ani {
    width: 115%;
    top: -15px;
    left: -15%;
  }
  .request .ani img {
    max-width: 100%;
  }
  .request li .ani01_1 {
    top: 66px;
    left: 55px;
  }
  .request li .ani01_2 {
    top: 66px;
    left: 72px;
  }
  .request li .ani01_3 {
    top: 87px;
    left: 55px;
  }
  .request li .ani01_4 {
    top: 87px;
    left: 72px;
  }
  .request li .ani02 {
    top: 61px;
    left: 61px;
  }
  .request li .ani03 {
    top: 67px;
    left: 68px;
  }

  .askus li:last-child {
    flex-grow: 0;
  }
  .askus li .ani03 {
    top: 50%;
    left: 50%;
    margin: -12px 0 0 -12px;
  }
  .askus .info {
    display: block;
    font-size: 14px;
    margin-top: 14px;
  }
  .askus .info span {
    display: block;
    flex-basis: 100%;
    box-sizing: border-box;
  }
  .askus .info span + span {
    margin-top: 5px;
  }
}

/* mobile responsive style  */
@media (max-width: 415px) {
  /* sub visual area */
  .sub_visual .vis_box .vis_in li {
    min-width: 214px;
  }
  .sub_visual .vis_box .vis_in li img {
    width: 214px;
  }
  .sub_visual .vis_box .vis_in li.long {
    min-width: 400px;
  }
  .sub_visual .vis_box .vis_in li.long img {
    width: 400px;
  }

  @-webkit-keyframes visSubFullAni {
    0% {
      margin-left: 600px;
    }
    100% {
      margin-left: -220px;
      opacity: 1;
    }
  }

  @keyframes visSubFullAni {
    0% {
      margin-left: 600px;
    }
    100% {
      margin-left: -220px;
      opacity: 1;
    }
  }

  /* recruit */
  .recruit ul li {
    float: none;
    width: 100%;
    margin: 0px;
  }

  /* contact */
  .request ul li {
    float: none;
    width: 100%;
    margin-right: 0px;
  }
  .request ul li:nth-child(3n) {
    margin-right: 0;
  }
}

@media (max-width: 359px) {
  .inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* sub visual area */
  .sub_visual {
    width: calc(100% - 40px);
    padding-left: 20px;
    padding-right: 20px;
  }

  /* work */
  .commerce_frame {
    padding-left: 20px;
    padding-right: 20px;
  }
  .commerce_frame .inner {
    padding-left: 0;
    padding-right: 0;
  }

  /* contact */
  .request .title {
    padding: 0 20px;
  }
  .request ul {
    padding: 0 20px;
  }
}
