@charset "UTF-8";
/* 팝업 사이즈 */
#divpop{
    position:absolute; left:100px; top:100px; z-index:100;visibility:hidden;
}
#divpop2{
    position:absolute; left:600px; top:0px; z-index:99;visibility:hidden;
}
#divpop > table, #divpop2 > table {
    height: 450px;
}
#divpop table td img, #divpop2 table td img {
    width:auto;
    height:100%;
}
#divpop table.pop_check{height:20px !important;}

/* 메인슬라이드 영역 */
#index-section1 {
  width: 100%;
  height: auto;
}

.index-section1-wrap {
  position: relative;
  width: 100%;
  height: auto;
}

.blind {
  display: block;
  text-indent: -2000px;
  overflow: hidden;
}

/* index slide Box */
.index-slide-wrap {
  z-index: 1;
  width: 100%;
  position: relative;
  overflow: hidden;
}

/* .index-slide{z-index:1;width:100%;position:relative;overflow:hidden;} */
.index-slide {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #ddd;
  background-position: left top;
}

.index-slide>div {
  position: absolute;
  top: 50%;
  margin-top: -90px;
  left: 140px;
  display: inline-block;
  overflow: hidden;
  color: #fff;
  border: 0 solid red;
}

.index-slide:nth-child(1) {
  position: relative;
  left: 0%;
  background-image:linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../img/pexels-khwanchai-phanthong-4175028.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.index-slide:nth-child(2) {
  left: 100%;
  background-image:linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../img/StockSnap_RCFX768X06.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.index-slide:nth-child(3) {
  left: 200%;
  /* background-image: url('../img/work-731198_1920.jpg'); */
  background-image: url('../img/network-3524352_1920.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.index-slide:nth-child(4) {
  left: 300%;
  background-image:linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../img/yura-fresh-n31x0hhnzOs-unsplash.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.index-slide:nth-child(5) {
  left: 400%;
  background-image:linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../img/ecommerce-2607114_1920.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.index-slide .slideTitle {
  font-size: 70px;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: 'Roboto';
  color: #fff;
}

.index-slide p {
  font-size: 26px;
}

.index-slide .learnmoreBt {
  width: 140px;
  height: 40px;
  text-align: center;
  margin-top: 20px;
  transition: all 0.3s;
  /* border:2px solid #12C2C2; */
  /* background: rgb(34,235,204);
background: linear-gradient(133deg, rgba(34,235,204,1) 0%, rgba(17,200,216,1) 51%, rgba(0,166,228,1) 100%); */
  background-color: #00A6E4;
}

.index-slide .learnmoreBt2 {
  width: 140px;
  height: 40px;
  text-align: center;
  margin-top: 20px;
  transition: all 0.3s;
  /* border:2px solid #12C2C2; */
  /* background: rgb(34,235,204);
background: linear-gradient(133deg, rgba(34,235,204,1) 0%, rgba(17,200,216,1) 51%, rgba(0,166,228,1) 100%); */
  background-color: #00A6E4;
}

.index-slide .learnmoreBt:hover {
  /* background-color: #E1631B; */
  /* transition: all 0.3s; */
}

.index-slide .learnmoreBt a, .index-slide .learnmoreBt2 a {
  display: block;
  line-height: 40px;
  color: #fff;
  transition: all 0.3s;
  font-size: 18px;
}

/* 버튼 마우스 오버 효과 */
.index-slide .learnmoreBt:hover {
  transition: all 0.3s;
  /* background: rgb(34,235,204);
background: linear-gradient(133deg, rgba(34,235,204,1) 0%, rgba(17,200,216,1) 51%, rgba(0,166,228,1) 100%); */
}

.index-slide .learnmoreBt:hover a {
  transition: all 0.3s;
}

/* index main slide mobile img*/
.index-slide-wrap>li>img.mobile {
  display: none;
  width: 100%;
  height: auto;
}

/* index slide Arrow Box */
.index-slide-arrow-wrap {
  z-index: 2;
  width: 100px;
  height: 70px;
  opacity: .5;
}

.index-slide-arrow-wrap>li {
  position: absolute;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  text-align: center;
}

.index-arrowPrevBt {
  left: 20px;
}

.index-arrowNextBt {
  right: 20px;
}

.index-slide-arrow-wrap>li>i {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  color: #fff;
  transition: all 0.3s;
  line-height: 100px;
  font-size: 100px;
}

/* .index-slide-arrow-wrap>li>i:hover{color:#ddd;transition:all 0.6s;} */
/* index Slide Navigation Button Box */
.index-slide-nav-div-wrap {
  z-index: 2;
  position: absolute;
  bottom: 133px;
  left: 50%;
  margin-left: -85px;
  width: 170px;
  height: auto;
}

.index-slide-nav-wrap {
  width: 100%;
}

.index-slide-nav-wrap::after {
  display: block;
  content: "";
  clear: both;
}

.index-slide-nav-wrap>li {
  float: left;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  transition: all 0.3s;
}

.index-slide-nav-wrap>li.addNavCircle {
  width: 20px;
  height: 20px;
  margin-top: -5px;
  transition: all 0.3s;
}

.index-slide-nav-wrap>li>a {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
}

.index-slide-nav-wrap>li.addNavCircle>a {
  background: transparent;
  border: 2px solid #fff;
  box-sizing: border-box;
}

.scrollMouse {
  cursor: pointer;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  margin-left: -14px;
  width: 28px;
  bottom: 60px;
}

.scrollangle {
  width: 28px;
  bottom: 30px;
  height: 24px;
  position: absolute;
  left: 50%;
  margin-left: -14px;
  text-align: center;
}

.scrollangle i {
  color: #fff;
  font-size: 24px;
  width: 28px;
  left: 0;
  top: 0;
  display: inline-block;
  position: absolute;
  animation: vertical 1.1s ease-in-out infinite;
}

@keyframes vertical {
  0% {
    margin-top: -5px;
  }

  50% {
    margin-top: 10px;
  }

  100% {
    margin-top: -5px;
  }
}


/* section2영역 */
.solNserTitle {
    text-align: center;
    font-size: 45px;
    font-weight: 500;
    line-height: 100px;
    padding-top: 85px;
  }
  
  .solNserText {
    text-align: center;
    font-size: 23px;
    line-height: 40px;
    padding-bottom: 40px;
  }  

.solNser_cardWrap{
    margin:0 auto;
    max-width:1440px;
    width: 100%;
    padding:0 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    grid-gap: 48px;
    box-sizing: border-box;
  }
.solNser_cardWrap>div{
    padding:36px 30px;
    background: #fff;
    box-shadow: 0px 4px 4px rgba(190, 190, 190, 0.25);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    position: relative;
    top: 0;
    border: 1px solid #f0f0f0;
}

.solNser_cardWrap>div .list {
  line-height: 28px;
  letter-spacing: -1px;
}

.solNser_cardWrap>div .list span {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #00A6E4;
  margin-right: 10px;
  margin-bottom: 2px;
}

/* .serviceCard li:nth-child(1) .productText::after{content:"";display: block;clear:both;height:23px;} */
/* .solutionCard>li{float:left;width:33%; height:400px;margin-right:50px;margin-bottom: 82px;}
.serviceCard>li{float:left;width:430px; height:430px;margin-right:50px;margin-bottom: 183px;} */
.cardsort {
  color: #00408D;
  padding-bottom: 0px;
  font-size: 16px;
}

.cardsort span {
  display: inline-block;
  width: 28px;
  border-bottom: 2px solid #00408D;
  margin-right: 5px;
}

.product {
  font-family: 'Roboto';
  font-size: 30px;
  font-weight: 500;
  padding: 15px 0;
}

.product img{
  /* width:60%;  */
  height:35px;
  margin:-10px 0;
}


.learnMoreBt {
  margin-top: 30px;
  height: 20px;
  line-height: 20px;
}

.learnMoreBt a:hover span {
  transform: scale(1.1);
  transition: all 0.3s;
}

.learnMoreBt span {
  display: inline-block;
  text-align: center;
  margin-left: 10px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #00408D;
  line-height: 20px;
  transition: all 0.3s;
}

.learnMoreBt span i {
  display: inline-block;
  line-height: 20px;
  color: #fff;
  font-size: 20px;
  padding-left: 1px;
}

.productText {
  line-height: 1.5;
  margin-bottom: 15px;
}

.productIcon {
  height: 40px;
  overflow: hidden;
}

.productIcon img {
  height: 40px;
}

.serviceCard {
  padding-top: 20px;
}

.serviceCard>li {
  display: inline-block;
  vertical-align: top;
  display: inline;
  zoom: 1;
  position: relative;
}

.serviceCard>li::after {
  display: block;
  content: "";
  clear: both;
}

.serviceCard>li:nth-child(1) {
  width: 23%;
}
.serviceCard .product img {
  width: 50%;
}

.serviceCard>li:nth-child(1) .productIcon img {
  height: 22px;
  padding-top: 7px;
}

/* .solutionCard>li:nth-child(1)>.productIcon{padding-top: 23px;padding-bottom:15px ;} */
.serviceCard>li>p {
  width: 88%;
  line-height: 25px;
}

/* .serviceCard>li:nth-child(1)>p::after{border:0px solid red;display: block;content: "";clear:both;height: 25px;} */
.serviceCard>li>.product {
  font-size: 25px;
  font-family: 'Noto Sans KR';
}

.serviceCard>li>.productText {
  width: 90%;
}

.serviceCard>li .SI_listWrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  right: 50px;
  top: 50%;
  margin-top: -97px;
}

.serviceCard>li .SI_listWrap .SI_list_title {
  font-family: 'roboto';
  font-size: 20px;
  margin-bottom: 15px;
}

.serviceCard>li .list {
  width: 320px;
  height: 42px;
  line-height: 42px;
  margin: 10px 0;
  /* background-color: #00A6E4; */
  background: rgb(34, 235, 204);
  background: linear-gradient(133deg, rgba(34, 235, 204, 1) 0%, rgba(17, 200, 216, 1) 51%, rgba(0, 166, 228, 1) 100%);
}

.serviceCard>li .list a {
  color: #fff;
  display: inline-block;
}

@media all and (max-width: 694px) {
    .solNser_cardWrap {
      grid-template-columns: 1fr;
    }
    .solNser_cardWrap > div{
      padding:24px;
    }
  }
  @media (min-width: 695px) and (max-width: 768px) {
    .solNser_cardWrap {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  
  @media (min-width: 769px) and (max-width: 1024px) {
    .solNser_cardWrap {
      grid-template-columns: repeat(2, 1fr);
    }
  } 
  @media (min-width: 1025px) and (max-width: 1505px) {
    .solNser_cardWrap {
      grid-template-columns: repeat(3, 1fr);
    }
  }