@import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap");
.header-wrap {
  border-bottom-color: transparent;
}
.header-wrap .gnb .sub-gnb {
  border-top: 1px solid #fff;
  transition: max-height 0.5s, border-bottom-color 0.2s 0.4s, border-top-color 0.01s 0.5s;
}
.header-wrap .gnb .sub-gnb.show {
  border-top-color: #dcdcdc;
}

.index-wrap {
  margin-top: 30px;
}
.index-wrap h1.section-title {
  font-size: 60px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  color: #000;
  margin: 0;
}
.index-wrap h1.section-title:after {
  content: " ";
  display: block;
  width: 54px;
  height: 3px;
  background-color: #000;
  margin: 51px auto 0 auto;
}
.index-wrap .slide-banner .banner-item {
  height: 500px;
}
.index-wrap .slide-banner .banner-item .content-wrap {
  max-width: 1500px;
  width: 100%;
  height: 100%;
  position: relative;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.index-wrap .slide-banner .banner-item a {
  position: absolute;
  width: 280px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  text-align: center;
}
.index-wrap .slide-banner .banner-item a img {
  position: relative;
}
.index-wrap .slide-banner .banner-item.ionic {
  background-image: url("../images/index/bg_slide_ionic_pc.jpg");
  background-repeat: repeat-x;
  background-position: left center;
}
.index-wrap .slide-banner .banner-item.ionic .content-wrap {
  background-image: url("../images/index/img_slide_ionic.jpg");
}
.index-wrap .slide-banner .banner-item.ionic .content-wrap a {
  right: 20px;
  bottom: 100px;
  transition: 0.2s;
  background-color: #fff;
}
.index-wrap .slide-banner .banner-item.ionic .content-wrap a:hover {
  transform: scale(1.05);
}
.index-wrap .slide-banner .banner-item.ionic .content-wrap a img {
  height: 17px;
}
.index-wrap .slide-banner .banner-item.w6300 {
  background-image: url("../images/index/img_slide_w6300____new.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-color: #000;
}
.index-wrap .slide-banner .banner-item.w6300 .content-wrap a {
  right: 20px;
  bottom: 100px;
  transition: 0.2s;
  background-color: #fff;
}
.index-wrap .slide-banner .banner-item.w6300 .content-wrap a:hover {
  transform: scale(1.05);
}
.index-wrap .slide-banner .banner-item.w6300 .content-wrap a img {
  height: 17px;
}
.index-wrap .slide-banner .banner-item.w5500 {
  background-color: #eaeaea;
}
.index-wrap .slide-banner .banner-item.w5500 .content-wrap {
  background-image: url("../images/index/img_slide_w5500.jpg");
}
.index-wrap .slide-banner .banner-item.w5500 .content-wrap a {
  left: 20px;
  bottom: 100px;
  transition: 0.2s;
  background-color: #007ac5;
}
.index-wrap .slide-banner .banner-item.w5500 .content-wrap a:hover {
  transform: scale(1.1);
}
.index-wrap .slide-banner .banner-item.w5500 .content-wrap a img {
  height: 20px;
}
.index-wrap .services {
  padding: 100px 0;
}
.index-wrap .services .content-wrap {
  display: flex;
  justify-content: center;
  gap: 50px;
}
.index-wrap .services .service {
  width: 500px;
  height: 500px;
  padding: 42px 50px 0 50px;
  color: #fff;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.index-wrap .services .service a {
  position: relative;
}
.index-wrap .services .service a:after {
  transition: 0.2s;
  content: " ";
  display: block;
  height: 1px;
  background-color: #fff;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}
.index-wrap .services .service a:hover:after {
  width: calc(100% + 10px);
}
.index-wrap .services .service:before {
  content: " ";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.index-wrap .services .service:hover:before {
  opacity: 0;
}
.index-wrap .services .service.products {
  background-image: url("../images/index/img_products.on.png");
}
.index-wrap .services .service.products:before {
  background-image: url("../images/index/img_products.off.png");
}
.index-wrap .services .service.products .desc {
  margin-top: 57px;
}
.index-wrap .services .service.products .desc .row {
  display: flex;
  justify-content: space-between;
}
.index-wrap .services .service.solutions {
  background-image: url("../images/index/img_solutions.on.png");
}
.index-wrap .services .service.solutions .desc p:nth-child(n+2) {
  margin-top: 8px;
  line-height: 1.7;
}
.index-wrap .services .service.solutions:before {
  background-image: url("../images/index/img_solutions.off.png");
}
.index-wrap .services .service.brochure {
  background-image: url("../images/index/img_brochure.on.jpg");
}
.index-wrap .services .service.brochure:before {
  background-image: url("../images/index/img_brochure.off.jpg");
}
.index-wrap .services .service h1 {
  font-size: 54px;
  font-weight: normal;
  line-height: 1.2;
  position: relative;
  z-index: 2;
  margin: 0;
}
.index-wrap .services .service .desc {
  position: relative;
  z-index: 2;
  margin-top: 46px;
}
.index-wrap .services .service .desc:before {
  content: " ";
  display: block;
  width: 54px;
  height: 3px;
  background-color: #fff;
}
.index-wrap .services .service .desc p {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
  margin: 40px 0 0;
}
.index-wrap .services .service .desc p:first-child {
  margin-top: 57px;
}
.index-wrap .numbers {
  padding-top: 136px;
  padding-bottom: 152px;
}
.index-wrap .numbers .contents {
  display: flex;
  justify-content: center;
  gap: 55px;
  margin-top: 107px;
}
.index-wrap .numbers .contents .content {
  font-size: 150px;
  line-height: 130px;
  font-weight: bold;
  color: #e3e3e3;
  display: flex;
  gap: 15px;
}
.index-wrap .numbers .contents .content .number-view {
  position: relative;
}
.index-wrap .numbers .contents .content .number-view .place-holder {
  opacity: 0;
  pointer-events: none;
  font-family: "Rajdhani", sans-serif;
}
.index-wrap .numbers .contents .content .number-view .place-holder,
.index-wrap .numbers .contents .content .number-view .countdown {
  display: block;
}
.index-wrap .numbers .contents .content .number-view .countdown {
  position: absolute;
  top: 0;
  text-align: right;
  width: 100%;
  font-family: "Rajdhani", sans-serif;
}
.index-wrap .numbers .contents .content .number-view .number-name {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #46464d;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
}
.index-wrap .numbers .contents .content:after {
  content: " ";
  display: block;
  width: 54px;
  height: 54px;
  background-image: url("../images/index/icon_plus.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.index-wrap .developer-contents {
  background-color: #eaeaea;
  padding-top: 148px;
  padding-bottom: 152px;
}
.index-wrap .developer-contents .content-wrap {
  display: flex;
  justify-content: space-between;
  padding-right: 40px;
}
.index-wrap .developer-contents .content-wrap .contents {
  width: 1134px;
  overflow: hidden;
}
.index-wrap .developer-contents .content-wrap .contents .content-mask {
  display: flex;
}
.index-wrap .developer-contents .content-wrap .contents .content-list {
  display: flex;
}
.index-wrap .developer-contents .content-wrap .contents .content-list .content {
  width: 328px;
  margin-left: 50px;
  cursor: pointer;
  border: 1px solid #ccc;
}
.index-wrap .developer-contents .content-wrap .contents .content-list .content .thumbnail {
  height: 246px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom: 1px solid #eee;
}
.index-wrap .developer-contents .content-wrap .contents .content-list .content .texts {
  height: 175px;
  padding: 18px 20px 44px 20px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #000;
}
.index-wrap .developer-contents .content-wrap .contents .content-list .content .texts .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
}
.index-wrap .developer-contents .content-wrap .contents .content-list .content .texts .author {
  margin: 0;
  font-size: 14px;
}
.index-wrap .developer-contents .content-wrap .desc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index-wrap .developer-contents .content-wrap .desc h1.section-title {
  text-align: left;
  margin-top: -7px;
}
.index-wrap .developer-contents .content-wrap .desc h1.section-title:after {
  margin-left: 0;
}
.index-wrap .developer-contents .content-wrap .desc .slide-control {
  display: flex;
  height: 8px;
  align-items: center;
  gap: 40px;
  padding-left: 6px;
  padding-bottom: 3px;
}
.index-wrap .developer-contents .content-wrap .desc .slide-control .prev-page,
.index-wrap .developer-contents .content-wrap .desc .slide-control .next-page {
  cursor: pointer;
  font-size: 0;
}
.index-wrap .developer-contents .content-wrap .desc .slide-control .page-view {
  display: flex;
  gap: 20px;
  align-items: center;
}
.index-wrap .developer-contents .content-wrap .desc .slide-control .page-view .page {
  width: 30px;
  height: 4px;
  border: 1px solid #000;
  background-color: #000;
  transition: 0.3s;
  cursor: pointer;
}
.index-wrap .developer-contents .content-wrap .desc .slide-control .page-view .page.current {
  height: 8px;
  background-color: transparent;
}
.index-wrap .online-store {
  background-image: none;
}
.index-wrap .online-store .content-wrap {
  max-width: 1500px;
  padding-top: 138px;
  padding-bottom: 220px;
  display: flex;
  height: 680px;
  position: relative;
}
.index-wrap .online-store .section-title {
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.index-wrap .online-store .store-list {
  position: absolute;
  top: 111px;
  right: -28px;
  background-image: url("../images/index/bg_store.svg");
  background-position: center;
  width: 1224px;
  height: 505px;
  padding: 0;
}
.index-wrap .online-store .store-list .store {
  width: 110px;
  height: 110px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  gap: 5px;
  cursor: pointer;
  background-color: rgba(68, 68, 68, 0.1019607843);
  transition: 0.2s;
}
.index-wrap .online-store .store-list .store:hover {
  background-color: rgba(0, 0, 0, 0.6666666667);
  color: #fff;
}
.index-wrap .online-store .store-list .store:hover .icon {
  filter: invert(1);
}
.index-wrap .online-store .store-list .store.us {
  left: 182px;
  top: 132px;
}
.index-wrap .online-store .store-list .store.eu {
  left: 585px;
  top: 60px;
}
.index-wrap .online-store .store-list .store.asia {
  left: 837px;
  top: 153px;
}
.index-wrap .online-store .store-list .store.korea {
  left: 955px;
  top: 106px;
}
.index-wrap .online-store .store-list .store .icon {
  transition: 0.2s;
}
.index-wrap .online-store .store-list .store .name {
  line-height: 1;
  padding-left: 4px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}
.index-wrap .partners {
  background-color: #eaeaea;
  padding: 131px 0 150px 0;
}
.index-wrap .partners .partner-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 30px 115px;
  margin-top: 73px;
  padding: 31px 0;
  background-color: #fff;
}
.index-wrap .partners .partner-list .partner img {
  max-height: 113px;
  max-width: 203px;
}

@media (max-width: 1600px) {
  .index-wrap .services .service {
    width: auto;
    height: auto;
    flex: 1;
    padding: 40px 10px 40px 40px;
  }
  .index-wrap .services .service .desc .col {
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  .index-wrap .services .service .desc p {
    margin: 0;
  }
  .index-wrap .numbers .contents {
    display: grid;
    gap: 5vw 0;
    grid-template-columns: 1fr 1fr;
  }
  .index-wrap .numbers .contents .content {
    justify-content: center;
  }
  .index-wrap .partners .partner-list {
    gap: 30px;
    padding: 30px;
  }
  .index-wrap .partners .partner-list .partner {
    width: 200px;
    text-align: center;
  }
  .index-wrap .partners .partner-list .partner img {
    max-width: 100%;
  }
}
@media (max-width: 1500px) {
  .index-wrap .developer-contents .content-wrap {
    flex-direction: column;
    align-items: center;
    position: relative;
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
  }
  .index-wrap .developer-contents .content-wrap .contents {
    order: 2;
    width: 100vw;
    margin: 107px auto 0 auto;
  }
  .index-wrap .developer-contents .content-wrap .contents .content-mask {
    width: 300vw;
  }
  .index-wrap .developer-contents .content-wrap .contents .content-list {
    width: 100vw;
  }
  .index-wrap .developer-contents .content-wrap .contents .content-list .content {
    width: 33.3333%;
    margin-left: 1vw;
    margin-right: 1vw;
  }
  .index-wrap .developer-contents .content-wrap .desc {
    order: 1;
  }
  .index-wrap .developer-contents .content-wrap .desc h1.section-title:after {
    margin-left: auto;
    margin-right: auto;
  }
  .index-wrap .developer-contents .content-wrap .desc h1.section-title br {
    display: none;
  }
  .index-wrap .developer-contents .content-wrap .desc .slide-control {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    justify-content: center;
  }
  .index-wrap .online-store {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .index-wrap .online-store .content-wrap {
    display: block;
    padding: 0;
  }
  .index-wrap .online-store .section-title {
    flex: none;
  }
  .index-wrap .online-store .section-title br {
    display: none;
  }
  .index-wrap .online-store .store-list {
    margin: 0 auto;
    position: relative;
    right: 0;
  }
}
@media (max-width: 1350px) {
  .index-wrap .services .service {
    padding: 20px 10px 20px 20px;
  }
  .index-wrap .services .service.solutions .desc p:nth-child(n+2) br {
    display: none;
  }
}
@media (max-width: 1220px) {
  .index-wrap .services .content-wrap {
    display: block;
  }
  .index-wrap .services .service {
    padding: 40px;
  }
  .index-wrap .services .service:nth-child(n+2) {
    margin-top: 50px;
  }
  .index-wrap .online-store {
    background-image: url("../images/index/bg_store.svg");
    background-position: top 95px center;
    background-repeat: no-repeat;
  }
  .index-wrap .online-store .content-wrap {
    height: auto;
  }
  .index-wrap .online-store .store-list {
    width: auto;
    height: auto;
    padding-top: 112px;
    display: flex;
    justify-content: center;
    gap: 50px;
    position: static;
    background-image: none;
  }
  .index-wrap .online-store .store-list .store {
    width: 210px;
    height: 210px;
    cursor: pointer;
    background-color: rgba(68, 68, 68, 0.1019607843);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    position: static;
    transition: 0.3s;
  }
  .index-wrap .online-store .store-list .store:hover {
    background-color: rgba(0, 0, 0, 0.6666666667);
    color: #fff;
  }
  .index-wrap .online-store .store-list .store:hover .icon {
    filter: invert(1);
  }
  .index-wrap .online-store .store-list .store .name {
    font-size: 24px;
    margin: 0;
  }
}
@media (max-width: 1100px) {
  .index-wrap {
    margin-top: 0;
  }
  .index-wrap .slide-banner .banner-item {
    height: auto;
  }
  .index-wrap .slide-banner .banner-item .content-wrap {
    height: 0;
    padding-top: 178.22%;
    background-size: cover;
  }
  .index-wrap .slide-banner .banner-item .content-wrap a {
    margin: 0 auto;
    width: 39.06vw;
    height: 8.4vw;
    border-radius: 4.2vw;
  }
  .index-wrap .slide-banner .banner-item .content-wrap a img {
    height: 3.5vw !important;
  }
  .index-wrap .slide-banner .banner-item.ionic .content-wrap {
    background-image: url("../images/index/img_slide_ionic_m.jpg");
  }
  .index-wrap .slide-banner .banner-item.ionic .content-wrap a {
    bottom: 7.81vw;
    left: 0;
    right: 0;
  }
  .index-wrap .slide-banner .banner-item.w6300 .content-wrap {
    background-image: url("../images/index/img_slide_w6300_m____new.jpg");
  }
  .index-wrap .slide-banner .banner-item.w6300 .content-wrap a {
    bottom: 7.81vw;
    left: 0;
    right: 0;
  }
  .index-wrap .slide-banner .banner-item.w5500 .content-wrap {
    background-image: url("../images/index/img_slide_w5500_m.jpg");
  }
  .index-wrap .slide-banner .banner-item.w5500 .content-wrap a {
    bottom: 7.81vw;
    left: 0;
    right: 0;
  }
  .index-wrap .slide-banner .banner-item.w5500 .content-wrap a img {
    height: 4.5vw !important;
  }
  .index-wrap .online-store {
    background-position: center;
  }
  .index-wrap .online-store .section-title {
    text-align: center;
  }
  .index-wrap .online-store .section-title:after {
    left: 0;
    right: 0;
    margin-left: auto;
  }
  .index-wrap .online-store .store-list {
    margin-left: 0;
    margin-top: 107px;
    padding: 20px;
    gap: 20px;
    justify-content: space-between;
  }
  .index-wrap .online-store .store-list .store {
    width: auto;
    flex: 1;
  }
  .partners .partner-list {
    gap: 10px;
    flex-wrap: wrap;
  }
}
@media (max-width: 800px) {
  .index-wrap .developer-contents .content-wrap .contents .content-list {
    display: block;
  }
  .index-wrap .developer-contents .content-wrap .contents .content-list .content {
    width: auto;
    margin: 0 5vw;
  }
  .index-wrap .developer-contents .content-wrap .contents .content-list .content:nth-child(n+2) {
    margin-top: 5vw;
  }
  .index-wrap .developer-contents .content-wrap .contents .content-list .content .thumbnail {
    height: 50vw;
  }
}
@media (max-width: 750px) {
  .index-wrap h1.section-title {
    font-size: 9vw;
  }
  .index-wrap .numbers {
    padding: 20vw 0;
  }
  .index-wrap .numbers .contents .content {
    font-size: 15vw;
    line-height: 20vw;
  }
  .index-wrap .numbers .contents .content:after {
    width: 6vw;
    height: 6vw;
    background-size: contain;
  }
  .index-wrap .numbers .contents .content .number-view .number-name {
    font-size: 2vw;
  }
  .index-wrap .developer-contents {
    padding: 20vw 0;
  }
  .index-wrap .online-store {
    padding: 20vw 0;
    background-position: bottom 20vw center;
  }
  .index-wrap .online-store .store-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .index-wrap .partners {
    padding: 20vw 0;
  }
}
@media (max-width: 550px) {
  .index-wrap .services .service {
    padding: 5vw;
  }
  .index-wrap .services .service .desc .row .col {
    height: 40vw;
  }
  .index-wrap .services .service h1 {
    font-size: 9vw;
  }
  .index-wrap .services .service .desc p {
    font-size: 4vw;
  }
  .index-wrap .numbers .contents {
    margin-top: 15vw;
    grid-template-columns: 1fr;
  }
  .index-wrap .numbers .contents .content {
    font-size: 25vw;
    line-height: 30vw;
    padding-right: 15vw;
    justify-content: flex-end;
  }
  .index-wrap .numbers .contents .content:after {
    width: 10vw;
    height: 10vw;
  }
  .index-wrap .numbers .contents .content .number-view .number-name {
    font-size: 4vw;
  }
  .index-wrap .online-store {
    background: none;
  }
  .index-wrap .online-store .store-list {
    grid-template-columns: 1fr;
  }
}

/*# sourceMappingURL=index.css.map */
