@charset "utf-8";
@import "common.css";

#mainImg {
  width: 100%;
  height: 100%;
  background-image: url(../img/mainImg/mainImg.jpg);
  background-size: cover;
  background-position: bottom 80% left 0%;
  background-repeat: no-repeat;
  transition: 3s;
}
#mainImg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--black);
  opacity: 0.3;
}
#mainImg .wBox {
  width: auto;
  height: inherit;
  margin: 0 12vw;
  text-align: left;
}
#mainImg h3,
#mainImg p {
  position: relative;
  z-index: 10;
}
#mainImg .wBox h3 {
  position: relative;
  font-size: 3em;
  color: #fff;
  padding: 340px 0 30px;
  font-family: "Pacifico";
}

#mainImg .wBox p {
  font-size: 2em;
  color: #fff;
}

#mainBtn {
  position: relative;
  display: block;
  margin-top: 35px;
}

#scrollCenter {
  position: absolute;
  bottom: 5%;
  left: 49%;
  transition: 0.3s;
}

.scrolldown {
  --color: var(--white);
  --sizeX: 30px;
  --sizeY: 50px;
  position: relative;
  width: var(--sizeX);
  height: var(--sizeY);
  margin-left: var(sizeX / 2);
  border: calc(var(--sizeX) / 10) solid var(--color);
  border-radius: 50px;
  box-sizing: border-box;
  margin-bottom: 16px;
  /* cursor: pointer; */
}

.scrolldown::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 30px;
  width: 6px;
  height: 6px;
  margin-left: -3px;
  border-radius: 100%;
  background-color: #fff;
  animation: scrolldown-anim 2s infinite;
  box-sizing: border-box;
  box-shadow: 0px -5px 3px 1px #2a547066;
}

@keyframes scrolldown-anim {
  0% {
    opacity: 0;
    height: 6px;
  }

  40% {
    opacity: 1;
    height: 10px;
  }

  80% {
    transform: translate(0, 20px);
    height: 10px;
    opacity: 0;
  }

  100% {
    height: 3px;
    opacity: 0;
  }
}

.chevrons {
  padding: 6px 0 0 0;
  margin-left: -3px;
  margin-top: 48px;
  width: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.chevrondown {
  margin-top: -6px;
  position: relative;
  border: solid var(--color);
  border-width: 0 3px 3px 0;
  display: inline-block;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
}

.chevrondown:nth-child(odd) {
  animation: pulse54012 500ms ease infinite alternate;
}

.chevrondown:nth-child(even) {
  animation: pulse54012 500ms ease infinite alternate 250ms;
}

@keyframes pulse54012 {
  from {
    opacity: 0;
  }

  to {
    opacity: 0.5;
  }
}

.content {
  text-align: center;
}

.content_title {
  font-size: 1.4em;
  font-weight: 500;
  padding: 20px 0;
}

.content_text {
  font-size: 1.8em;
  font-weight: 500;
  padding-bottom: 8vh;
}

/* ----------------------------------------------------------------------------- */

#content01 {
  background-color: #f5f5f5;
}

#content01 .content_title {
  color: var(--primary);
}

#content01 #sec01 {
  display: flex;
  justify-content: space-between;
}

#content01 .businessCard {
  padding: 20px;
  background-color: #fff;
  box-shadow: 4px 5px 5px #aaa;
}

.businessCard .businessContent {
}

.businessCard .businessContent img {
  /* width: 250px;
  height: 166px; */
  width: 100%;
}

.businessCard .businessContent h3 {
  font-size: 1.4em;
}

.businessCard .businessContent p {
  font-size: 1.2em;
  padding: 10px 0 20px;
  opacity: 0.7;
}

button.learn-more {
  position: relative;
  width: 12rem;
  height: auto;
}

button.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: var(--primary);
  border-radius: 1.625rem;
}

button.learn-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}

button.learn-more .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}

button.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.32rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}

button.learn-more .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 1.85rem;
  color: #333;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
}

button:hover .circle {
  width: 100%;
}

button:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
}

button:hover .button-text {
  color: #fff;
}

/* ----------------------------------------------------------------------------- */

#content02 {
  background-color: #fff;
}

#content02 .content_title {
  color: var(--QlikGreen);
}

#content02 #sec02 {
  display: flex;
  justify-content: space-around;
  flex-direction: row-reverse;
}

#content02 #sec02 img {
  width: 20vw;
  transition: 0.3s;
}

#content02 #sec02 #img_sec:hover img[alt="Qlik이미지"],
#content03 #sec03 #img_sec:hover img[alt="WorkTronics이미지"] {
  /* width: 430px; */
  scale: 1.2;
}

#content02 #sec02 img[alt="dashboard"],
#content03 #sec03 img[alt="monitor"] {
  width: 28vw;
}
#content02 #sec02 #img_sec::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -11%;
  left: 6%;
  width: 6vw;
  height: 6vw;
  background: white;
  /* border: 4px solid #fafafa; */
  background: #def5e3;
  border-radius: 50%;
  z-index: -2;
}
#content02 #sec02 img[alt="Qlik이미지"] {
  position: relative;
  top: 7%;
  right: -2%;
  padding: 20px;
  width: 7.5vw;
  height: 7.5vw;
  background: #f8f8f8;
  /* border: 0.25vw solid #aaaaaa80; */
  border-radius: 50%;
  transform-origin: top right;
}
#content02 #sec02 img[alt="Qlik이미지"].abs,
#content03 #sec03 img[alt="WorkTronics이미지"].abs {
  position: absolute;
}

#content02 #sec02 h3,
#content03 #sec03 h3 {
  max-width: 540px;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 40px;
  text-align: left;
  color: var(--text);
}

#content02 #sec02 h3 span {
  font-weight: 600;
  color: var(--QlikGreen);
}

#content02 #sec02 h3,
#content03 #sec03 h3 {
  margin: 0 auto 20px;
}

.content h3 + ul li {
  display: inline-block;
  position: relative;
  /* width: calc(33.333% - 6%); */
  padding: 1px 36px 3px;
  margin: 1% 2%;
  font-size: 1.0rem;
  font-weight: 500;
  cursor: pointer;
  opacity: 0.7;
}
.content h3 + ul:has(li:nth-child(6)) li {
  width: calc(33.333% - 6%);
}
.content h3 + ul li a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 1px solid #555;
  clip-path: polygon(0% 15%, 5% 15%, 5% 0, 95% 0, 95% 15%, 100% 15%, 100% 85%, 95% 85%, 95% 100%, 5% 100%, 5% 85%, 0% 85%);
}

/*** hover ***/
.content h3 + ul li:hover {
  opacity: 1;
  scale: 1.1;
}
.content #sec02 h3 + ul li:hover a { color: var(--QlikGreen); }
.content #sec02 h3 + ul li:hover a::before { border-color: var(--QlikGreen); }
.content #sec03 h3 + ul li:hover a { color: var(--JsctBlue); }
.content #sec03 h3 + ul li:hover a::before { border-color: var(--JsctBlue); }

/* ----------------------------------------------------------------------------- */

#content03 {
  background-color: #f5f5f5;
}
#content03 .content_title {
  color: var(--JsctBlue);
}

#content03 #sec03 {
  display: flex;
  justify-content: space-around;
  gap: 2vw;
}

#content03 #sec03 img {
  width: 550px;
  width: 100%;
  transition: 0.3s;
}
#content03 #sec03 img:hover {
  /* width: 600px; */
  /* scale: 1.1; */
}

#content03 #sec03 img[alt="WorkTronics이미지"] {
  position: relative;
  top: 20%;
  left: 0;
  padding: 20px;
  width: 14vw;
  /* height: 7.5vw; */
  background: #fafafa;
  /* border: 4px solid #aaaaaa80; */
  border-radius: 4px;
  transform-origin: top left;
}
#content03 #sec03 #img_sec::after {
  content: "";
  display: block;
  position: absolute;
  top: -14%;
  right: 10%;
  width: 6vw;
  height: 6vw;
  background: #e4ebf5cc;
  /* border: 4px solid #aaaaaa80; */
  border-radius: 50%;
  z-index: -2;
}

#content03 #sec03 h3 span {
  font-weight: 600;
  color: var(--JsctBlue);
}

/* ----------------------------------------------------------------------------- */

#content04 {
  height: 65vh;
  background-image: url(../img/content/bgImg.jpg);
  /* background-attachment: fixed; */
  background-size: cover;
  background-position: bottom 45% center;
  background-repeat: no-repeat;
}

#content04 .wBox {
  margin: 0 10vw;
}

#content04 .content_title {
  color: #fff;
  margin-bottom: 100px;
}

#sec04 .swiper {
  height: calc(min(12vh, 120px) + 20px);
}

#sec04 .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  width: 200px;
  height: min(12vh, 120px);
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 10px 10px 10px #55555580;
}

#sec04 .swiper-wrapper {
	transition-timing-function: linear;
}

#sec04 .swiper-slide img {
  width: 100%;
}

#sec04 .swiper-button-next {
  display: none;
}

/* ----------------------------------------------------------------------------- */

#content05 {
  background-color: #fff;
}

#content05 .content_title {
  color: var(--primary);
}

#content05 #sec05 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#content05 #sec05 img {
  width: 35vw;
}

button#sendBtn {
  display: block;
  padding: 15px 20px;
  border-radius: 16px;
  font-size: 1.2em;
  background: var(--primary);
  transition: all 0.2s;
}

button#sendBtn a {
  display: flex;
  align-items: center;
}

button#sendBtn span {
  display: block;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
  color: #fff;
}

button#sendBtn svg {
  display: block;
  transform-origin: center center;
  transition: transform 0.3s ease-in-out;
}

button#sendBtn:hover .svg-wrapper {
  animation: fly-1 0.6s ease-in-out infinite alternate;
}

button#sendBtn:hover svg {
  transform: translateX(1.2em) rotate(45deg) scale(1.1);
}

button#sendBtn:hover span {
  transform: translateX(5em);
}

button#sendBtn:active {
  transform: scale(0.95);
}

@keyframes fly-1 {
  from {
    transform: translateY(0.1em);
  }

  to {
    transform: translateY(-0.1em);
  }
}

/* button border white___ */
.goQlikVideo {
  position: fixed;
  --min-gap: 10px;
  --goQlikVideo-width: 260px;
  --goQlikVideo-height: 50px;
  top: calc(var(--min-gap) + 0px);
  right: max(var(--min-gap), 2vw);
  width: var(--goQlikVideo-width);
  height: var(--goQlikVideo-height);
  padding: 10px 30px 10px 16px;
  border-radius: 10px;
  z-index: 100;
  background-color: #009845;
}
.goQlikVideo::before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: calc(var(--goQlikVideo-width) - 54px);
  height: calc(var(--goQlikVideo-height) - 6px);
  border-radius: 8px;
  background: #FFF;
  z-index: -1;
}
.text {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #009845;
  font-weight: bold;
}
.text::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 24px;
  background-image: url(../img/content/Qlik_logo_default.svg);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.goQlikVideo::after {
  /* content: ""; */
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: calc(var(--goQlikVideo-width) - 4px);
  height: calc(var(--goQlikVideo-height) - 4px);
  border: 0px solid #009845;
  border-width: 0 3px 3px 0;
  border-radius: 10px;
  background-color: #FFFFFF33;
}
.goQlikVideo.primary {
  color: var(--primary);
  border-color: var(--primary);
  background-color: #ffffff33;
}
button.goQlikVideo.primary::after {
  border-color: var(--primary);
}

.goQlikVideo.primary .arrL::before {
  background: var(--primary);
}
.goQlikVideo.primary .arrL::after {
  border-color: var(--primary);
}
/* ___button border white */

.arrL {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  width: 28px;
  height: 14px;
}
.arrL::before{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0px;
  height: 0px;
  border: 14px solid transparent;
  border-left: 14px solid #FFF;
}

.goQlikVideo.headerHover .arrL::before {
  background: #ffffff;
}
.goQlikVideo.headerHover .arrL::after {
  border-color: #ffffff;
}
/* side */
.eleva {
  position: fixed;
  top: calc(50% + 70px); /* header's height: 70px */
  right: 2vw;
  transform: translateY(-50%);
  /* width: 100px; */
  /* height: 100px; */
  /* background: skyblue; */
}
.eleva li {
  --after_height: 30px;
  display: block;
  position: relative;
  margin-bottom: calc(var(--after_height) + 16px);
  width: 14px;
  height: 14px;
  /* background: var(--white); */
  border: 2px solid var(--white);
  border-radius: 50%;
  cursor: pointer;
}
.eleva li::before {
  content: "";
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  background: transparent;
  border-radius: 50%;
}
.eleva li.curr::before {
  background: var(--white);
}
.eleva li:not(:last-child)::after {
  content: "";
  display: block;
  position: relative;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: var(--after_height);
  background: var(--white);
  cursor: default;
  pointer-events: none;
}

.eleva li .name {
  position: absolute;
  top: -8px;
  right: 30px;
  padding: 0 10px;
  border-radius: 4px;
  white-space: nowrap;
  color: white;
}
.eleva li .name::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -6px;
  width: 10px;
  height: 2px;
  background: var(--white);
}

.eleva li,
.eleva li:not(:last-child)::after,
.eleva li .name,
.eleva li .name::after {
  transition: 1s;
}

.eleva.primary li {
  border-color: var(--primary);
}
.eleva.primary li.curr::before,
.eleva.primary li:not(:last-child)::after,
.eleva.primary li .name::after {
  background: var(--primary);
}
.eleva.primary li .name {
  color: var(--primary);
  /* background: var(--white); */
}

body {
  /* overflow: hidden; */
}
body::-webkit-scrollbar {
  display: none;
}
/* ******** */
#mainImg .wBox {
  width: 70%;
}
#content01 #sec01 {
  /* display: grid; */
  flex-wrap: wrap;
}
#content01 .businessCard {
  flex-basis: 310px;
  flex-basis: calc(25% - 20px);
}
#content02 #img_sec,
#content03 #img_sec {
  width: 50%;
  /* height: 160px; */
}
/* #content02 #img_sec a img, */
#content03 #img_sec a img {
  height: 100%;
}

#sec02,
#sec03 {
  align-items: center;
}
.content h3 {
  margin: 0;
}

@media all and (width <= 1280px) {
  #content01 .businessCard {
    margin-bottom: 40px;
  }
}
#content .wPad {
  padding: 8vh 20px 15vh;
  max-height: 100vh;
}

/* ************************* mobile ********************************* */
.mobile #mainImg .wBox {
  margin: 0 auto;
}
.mobile #mainImg .wBox h3 {
  padding-top: 15vh;
  font-size: 2.5rem;
}
.mobile #mainImg .wBox p {
  font-size: 1.5rem;
}
.mobile #content .wPad {
  max-height: 100%;
}
.mobile #content .wBox {
  /* width: 100%; */
  margin: 0;
  padding: 0 10vw;
}
.mobile #content01 #sec01 {
  flex-direction: column;
}
.mobile .businessCard .businessContent img {
  width: 100%;
}
.mobile .content h3 + ul li {
  width: calc(50% - 4%);
  font-size: .9rem;
  margin: 1% 1%;
}
.mobile #content02 #sec02 {
  flex-direction: column;
}
.mobile #sec03 {
  flex-direction: column;
}
.mobile #content02 #img_sec,
.mobile #content03 #img_sec {
  width: 100%;
}
.mobile #sec02 #img_sec img,
.mobile #sec03 #img_sec img {
  width: 100%;
}
.mobile #sec03 #img_sec {
  height: auto;
  padding-bottom: 50px;
}
.mobile #sec02 #img_sec img {
  position: relative;
  padding-bottom: 60px;
  height: auto;
  background: transparent;
  border-radius: 0;
  border: 0;
}
.mobile #sec03 #img_sec img {
  position: relative;
  height: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.moblie #content02 #sec02 #img_sec::after,
.mobile #sec02 #img_sec img[alt="dashboard"],
.moblie #content03 #sec03 #img_sec::after,
.mobile #content03 #sec03 img[alt="monitor"] {
  display: none;
}
.mobile #sec03 #img_sec img {
  height: auto;
}
.mobile #content05 #sec05 img {
  width: 140%;
}
.mobile .goQlikVideo {
  top: 16px;
  right: 60px;
  --goQlikVideo-width: 80px;
  --goQlikVideo-height: 40px;
  line-height: 14px;
  padding: 0 8px 2px;
  font-size: 12px;
  z-index: 100;
  border-radius: 6px;
  font-weight: 400;
}
.mobile .goQlikVideo:before {
  width: calc(var(--goQlikVideo-width) - 6px);
  border-radius: 5px;
}
.mobile .arrL {
  width: 22px;
  height: 22px;
  top: 50%;
  right: 7px;
  transform: translateY(-50%) scale(0.9);
  padding-left: 6px;
  background: #009845;
  border-radius: 4px;
}
.mobile .arrL::before {
  border: 8px solid transparent;
  border-left: 10px solid #FFF;
}

.mobile #header:has(.open) ~ .goQlikVideo {
  z-index: 1;
}
/* .mobile #header.activeBg ~ .goQlikVideo {
  color: var(--primary);
  border-color: var(--primary);
  background-color: #ffffff33;
} */
/* .mobile #header.activeBg ~ .goQlikVideo .arrL::before {
  background: var(--primary);
}
.mobile #header.activeBg ~ .goQlikVideo::after,
.mobile #header.activeBg ~ .goQlikVideo .arrL::after {
  border-color: var(--primary);
} */

.mobile #content04 {
  height: auto;
}
.mobile #content04 .content_title {
  margin-bottom: 5vh;
}

.mobile #content04.wPad {
  max-height: 100%;
  padding-left: 0;
  padding-right: 0;
  background-size: 330%;
  background-position: bottom 47% center;
}
.mobile #content04 .wBox {
  padding: 0;
}

/* .mobile #sec04 .swiper {
  pointer-events: none;
  height: 100%;
}
.mobile #sec04 .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(16, 100%);
  gap: 20px;
  justify-items: center;
  width: 40vw;
}*/

.mobile #sec04 .swiper-slide {
  /* width: 30vw !important; */
  height: 60px;
  /* margin-right: 10px !important; */
}


.mobile .eleva {
  display: none;
}
