@charset "utf-8";


/*누리웹 모든*/

* {
    margin: 0;
    padding: 0;
}

/*풀페이지 민하이 제안*/
html, body {
  width: 100%;
  height: 100%;
}

body {
  font-family: "Pretendard", "맑은 고딕", "Malgun Gothic", 돋움, Dotum, Arial, "Apple Gothic", sans-serif;
  background: #ffffff;
}

a {
    text-decoration: none;
}

img {
    border: 0;
}

li {
    list-style: none;
}



/*인트로 시작*/

.intro_bg {
  margin-top: -66px;
  min-width: 320px;
  background: url(../../../img/products_img/main_gall_img_extrahop.png) #160447 no-repeat center top;
  background-size: cover;

  /*높이제한 1단계*/
  min-height: 650px;
  height: 100%;
}

.intro_wrap {
  margin: 0 auto;
  max-width: 1150px;
  height: 100%;
  padding: 0 15px 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

}


.intro_box {
  height: 100%;
    /*높이제한 2단계*/
    min-height: 650px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


.intro_logo {
  width: 500px;
  height: 51px;
  background: url(../../../img/products_img/extrahop_logo.png) no-repeat center center;
  background-size: cover;
}

.intro_logo_text > h2 {
  font-size: 50px;
  font-weight: 800;
  color: #fff;
  text-align: center;
}

.intro_logo_text > h3 {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

.intro_text {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
  
  padding: 0 15px 0 15px;
}

.intro_text > h2 {
  font-size: 30px;
  font-weight: 900;
  line-height: 50px;  
  color: #ffffff;
  text-align: center;
  word-break: keep-all;
}

.intro_text > p {
  font-size: 16px;
   line-height: 30px;  
   margin: 0 15px 0 15px;
   padding: 10px;
  text-align: center;
  word-break: keep-all;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (min-width: 0px) and (max-width: 376px) {

  .intro_logo {
    margin: 0 auto;
    margin-top: 40px;
    width: 280px;
    height: 63px;
    background: url(../../../img/products_img/extrahop_logo.png) no-repeat center center;
    background-size: contain;
  }

  .intro_logo_text > h2 {
    font-size: 50px;
    font-weight: 800;
  }
  
  .intro_text > h2 {
    font-size: 20px;
    font-weight: 800;
    line-height: 35px;  
  }

  .intro_text > p {
    font-size: 13px;
     line-height: 24px;  
  }
  
}

@media only screen and (min-width: 377px) and (max-width: 650px) {

  
  .intro_logo {
    margin: 0 auto;
    margin-top: 40px;
    width: 320px;
    height: 72px;
    background: url(../../../img/products_img/extrahop_logo.png) no-repeat center center;
    background-size: contain;
  }
  

  .intro_logo_text > h2 {
    font-size: 50px;
    font-weight: 800;
  }
  
  .intro_text > h2 {
    font-size: 20px;
    font-weight: 800;
    line-height: 35px;  
  }
  
  .intro_text > p {
    font-size: 15px;
     line-height: 27px;  
  }
  
}



@media only screen and (min-width: 651px) and (max-width: 862px) {
  .intro_logo {
    margin: 0 auto;
    margin-top: 40px;
    width: 320px;
    height: 72px;
    background: url(../../../img/products_img/extrahop_logo.png) no-repeat center center;
    background-size: contain;
  }
  
  
  .intro_text > h2 {
    font-size: 30px;
    font-weight: 800;
    line-height: 45px;  
    text-align: center;
  }
  
  .intro_text > p {
    font-size: 15px;
     line-height: 30px;  
    text-align: center;
  }
  
}


@media only screen and (min-width: 863px) and (max-width: 899px) {

  .intro_logo {
    margin: 0 auto;
    margin-top: 40px;
    width: 320px;
    height: 72px;
    background: url(../../../img/products_img/extrahop_logo.png) no-repeat center center;
    background-size: contain;
  }
  

  .intro_text > h2 {
    font-size: 30px;
    font-weight: 800;
    line-height: 50px;  
    text-align: center;
  }
}






/*체험하기*/

.trial_box {
  display: flex;
  flex-direction: column;
}

.trial_box::after {
  content: "";
  display: table;
  clear: both;
}

.trial {

}

.trial > a {
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  display: block;
  color: #434343;
  font-size: 15px;
  text-align: center;
  padding: 10px 40px 10px 40px;
  margin-bottom: 5px;
  letter-spacing: -0.5px;
  border-radius: 5px;
  font-weight: 500;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.trial:hover > a {
  color: #434343;
  background: #fff;
}

.trial_inquiry {
  display: block;
  color: #fff;
  font-size: 15px;
  text-align: center;

  padding: 10px 15px 10px 15px;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


.trial_inquiry_btn {
  cursor: pointer;
}

.trial_buy {

}

.trial_buy > a {
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  display: block;
  color: #434343;
  font-size: 15px;
  text-align: center;
  padding: 10px 15px 10px 15px;
  margin-bottom: 5px;
  letter-spacing: -0.5px;
  border-radius: 5px;
  font-weight: 500;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.trial_buy:hover > a {
  color: #434343;
  background: #fff;
}


@media only screen and (min-width: 0px) and (max-width: 525px) {

  .trial_box {
    text-align: center;
  }


  .trial {
    margin: 0 auto;
    width: auto;
    height: auto;
    overflow: hidden;

  }
  

  .trial > a {
    width: 100%;
    display: block;
    color: #434343;
    font-size: 15px;
  
    padding: 10px 15px 10px 15px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .trial:hover > a {
    color: #434343;
    background: #fff;
  }
  
  .trial_inquiry {
    width: 100%;
    float: left;
    display: block;
    color: #434343;
    font-size: 15px;

  
    padding: 10px 15px 10px 15px;


    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }


  .trial_buy {
    width: 100%;
  }


  .trial_buy > a {
    display: block;
    color: #434343;
    font-size: 15px;
    margin-bottom: 5px;
  
    padding: 10px 15px 10px 15px;
  
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  
}




@media only screen and (min-width: 526px) and (max-width: 730px) {

  .trial_box {
    text-align: center;
  }


  .trial {
    margin: 0 auto;
    width: auto;
    height: auto;

  }
  

  .trial > a {
    width: 100%;
    display: block;
    color: #434343;
    font-size: 15px;
  
    padding: 10px 15px 10px 15px;
    margin-bottom: 5px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .trial:hover > a {
    color: #434343;
    background: #fff;
  }
  
  .trial_inquiry {
    width: 100%;
    float: left;
    display: block;
    color: #fff;
    font-size: 15px;
  
    padding: 10px 15px 10px 15px;


    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }


  .trial_buy {
    width: 100%;
  }


  .trial_buy > a {
    display: block;
    color: #434343;
    font-size: 15px;
    margin-bottom: 5px;
  
    padding: 10px 15px 10px 15px;
  
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  
}






/***********************************
*
*
* revealx 소개
*
*
*************************************/


.revealx_bg {
  min-width: 320px;
  padding: 100px 0px 100px 0px;

  background: url(../../../img/products_img/extrahop_revealx_bg.png) #1d1d1f no-repeat center center;
  background-size: cover;
  position: relative;
}

.revealx_wrap {
  margin: 0 auto;
  max-width: 1150px;
  height: 100%;
  padding: 0 15px 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;


}

.revealx_box {
  z-index: 4;
  position: relative;
}

.revealx_item > p {
  font-size: 20px;
  font-weight: normal;
  line-height: 35px;
  color: #ffffff;
  display: block;
  margin-bottom: 30px;
}

@media only screen and (min-width: 0px) and (max-width: 900px) {
  .revealx_item > p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
  }
}

.revealx_gradient_bg {
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #0C0C0C;
  background: -webkit-linear-gradient(0deg, rgba(12, 12, 12, 1) 0%, rgba(12, 12, 12, 0) 55%, rgba(12, 12, 12, 0) 100%);
  background: -moz-linear-gradient(0deg, rgba(12, 12, 12, 1) 0%, rgba(12, 12, 12, 0) 55%, rgba(12, 12, 12, 0) 100%);
  background: linear-gradient(0deg, rgba(12, 12, 12, 1) 0%, rgba(12, 12, 12, 0) 55%, rgba(12, 12, 12, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0C0C0C", endColorstr="#0C0C0C", GradientType=0);
  z-index: 1;
}

.plays {
  display: flex;
}

.play1_yt {
  width: 100%;
  height: 500px;
}


/**********************************
*
*
* 공통 타이틀
*
*
***********************************/

.revealx_common_tit_box {
  display: flex;
  flex-direction: row;
  z-index: 5;
}

.revealx_common_tit_item {
  display: flex;
  flex-direction: row;
  margin-bottom: 30px;
}

.revealx_common_tit_item > h3 {
  font-size: 40px;
  font-weight: 900;
  line-height: 50px;
  color: #332daa;
  display: block;

  word-break: keep-all;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.revealx_common_tit_item.revealx_tit_item_original > h3 {
  background: #605EDB;
  background: -webkit-linear-gradient(90deg, rgba(96, 94, 219, 1) 0%, rgba(128, 66, 224, 1) 100%);
  background: -moz-linear-gradient(90deg, rgba(96, 94, 219, 1) 0%, rgba(128, 66, 224, 1) 100%);
  background: linear-gradient(90deg, rgba(96, 94, 219, 1) 0%, rgba(128, 66, 224, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#605EDB", endColorstr="#8042E0", GradientType=1);
}




@media only screen and (min-width: 0px) and (max-width: 900px) {
  .revealx_common_tit_item > h3 {
    font-size: 30px;
    line-height: 35px;
  }
}


/***********************************
*
*
* core 소개
*
*
*************************************/


.core_bg {
  min-width: 320px;
  padding: 100px 0px 100px 0px;
  background: #0c0c0c;
}

.core_wrap {
  margin: 0 auto;
  max-width: 1150px;
  height: 100%;
  padding: 0 15px 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}




.core_box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.core_item {
  width: calc(1/2*100% - (1 - 1/2)*20px);
  height: auto;
  margin-right: 20px;
  margin-bottom: 20px;
  border-radius: 15px;
  border: 1px solid #383838;
  box-shadow: 0px 5px 15px rgba(83, 83, 83, 0.1);
  background: #202020;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.core_item:nth-child(2n) {
  margin-right: 0px;
}

@media only screen and (min-width: 0px) and (max-width: 900px) {
  .core_box {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .core_item {
    width: calc(100%);
    margin-bottom: 20px;
  }
}


.core_item_tit_bundle {
  height: 100%;
  flex-grow: 1;
  background: #202020;
}


.core_item_tit_bundle > h4 {
  font-size: 25px;
  font-weight: 700;
  word-break: keep-all;
  display: block;
  padding: 15px;
  color: #bac2ff;
}

.core_item_tit_bundle > p {
  font-size: 16px;
  font-weight: normal;
  word-break: keep-all;
  line-height: 30px;
  color: #ffffff;
  display: block;
  padding: 0px 15px 0px 15px;
}



.core_item_img_bundle {
  display: flex;
  flex-direction: column;
  padding: 15px;
}

.core_item_img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.core_item_img > img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 10px 10px 0px 0px;
}

.core_item_img_description {
  font-size: 16px;
  font-weight: 500;
  display: block;
  text-align: center;
  color: #c5c5c5;
  background: #2b2b2b;
  padding: 15px 15px 15px 15px;
  border-radius: 0px 0px 10px 10px;
}



/******************************
*
*
* other_bg
*
*
*******************************/

.other_bg {
  min-width: 320px;
  padding: 100px 0px 100px 0px;
  background: #1d1d1f;
}

.other_wrap {
  margin: 0 auto;
  max-width: 1150px;
  height: 100%;
  padding: 0 15px 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}



.other_box {
  display: flex;
  flex-direction: row;
}


.other_item {
  width: calc(1/2*100% - (1 - 1/2)*50px);
  height: auto;
  margin-right: 50px;
}




.other_item:last-child {
  margin-right: 0px;
}


.other_ndrnpm_img {
  width: 100%;
  height: 500px;
  margin-bottom: 20px;
}

.other_ndrnpm_img1 {
  background: url(../../../img/products_img/extrahop_monitor1.png) no-repeat center bottom;
  background-size: contain;
}

.other_ndrnpm_img2 {
  background: url(../../../img/products_img/extrahop_monitor2.png) no-repeat center bottom;
  background-size: contain;
}


@media only screen and (min-width: 0px) and (max-width: 1070px) {

  .other_box {
    display: flex;
    flex-direction: column;
  }

  .other_item {
    width: calc(100%);
    height: auto;
    margin-right: 0px;
    margin-bottom: 50px;
  }

  .other_ndrnpm_img {
    height: auto;
    padding-top: 56.6%;
  }


}

.other_ndrnpm_tit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 450px;
  margin: 0 auto;
}

.other_ndrnpm_tit > h4 {
    font-size: 25px;
    font-weight: 700;
    word-break: keep-all;
    display: block;
    color: #bac2ff;
    text-align: center;
    margin-bottom: 10px;
}

.other_ndrnpm_tit > h5 {
    font-size: 20px;
    font-weight: 400;
    word-break: keep-all;
    display: block;
    color: #ebeeff;
    text-align: center;
    margin-bottom: 10px;
}

.other_ndrnpm_tit > p {
    font-size: 16px;
    font-weight: normal;
    word-break: keep-all;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    display: block;
}



/**************************
*
*
*
* 디테일 detail
*
*
***************************/

.detail_bg {
  min-width: 320px;
  padding: 100px 0px 100px 0px;
  background: #0c0c0c;
}

.detail_wrap {
  margin: 0 auto;
  max-width: 1150px;
  height: 100%;
  padding: 0 15px 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}




.detail_box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.detail_item {
  width: calc(1/3*100% - (1 - 1/3)*30px);
  height: auto;
  margin-right: 30px;
  margin-bottom: 30px;

  display: flex;
  flex-direction: row;
}

.detail_item:nth-child(3n) {
  margin-right: 0px;
}

.detail_item:nth-child(n + 4) {
  margin-bottom: 0px;
}



.detail_item_icon_bundle {
  display: flex;
  margin-right: 30px;
  flex-shrink: 0;
}

.detail_item_icon {
  width: 70px;
  height: 70px;
  background: #dedede;
}


.detail_item_icon1 {
  background: url(../../../img/products_img/extrahop_ndr_npm_icon1.png) no-repeat center center;
  background-size: cover;
}

.detail_item_icon2 {
  background: url(../../../img/products_img/extrahop_ndr_npm_icon2.png) no-repeat center center;
  background-size: cover;
}

.detail_item_icon3 {
  background: url(../../../img/products_img/extrahop_ndr_npm_icon3.png) no-repeat center center;
  background-size: cover;
}

.detail_item_icon4 {
  background: url(../../../img/products_img/extrahop_ndr_npm_icon4.png) no-repeat center center;
  background-size: cover;
}

.detail_item_icon5 {
  background: url(../../../img/products_img/extrahop_ndr_npm_icon5.png) no-repeat center center;
  background-size: cover;
}

.detail_item_icon6 {
  background: url(../../../img/products_img/extrahop_ndr_npm_icon6.png) no-repeat center center;
  background-size: cover;
}




@media only screen and (min-width: 0px) and (max-width: 700px) {

  .detail_box {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .detail_item {
    width: calc(100%);
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .detail_item:nth-child(3n) {
    margin-right: 0px;
  }

  .detail_item:nth-child(n + 4) {
    margin-bottom: 30px;
  }

  .detail_item:last-child {
    margin-bottom: 0px;
  }
}


@media only screen and (min-width: 701px) and (max-width: 950px) {

  .detail_box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .detail_item {
    width: calc(1/2*100% - (1 - 1/2)*30px);
    height: auto;
    margin-right: 30px;
    margin-bottom: 30px;

    display: flex;
    flex-direction: column;
  }

  .detail_item:nth-child(3n) {
    margin-right: 30px;
  }

  .detail_item:nth-child(2n) {
    margin-right: 0px;
  }


  .detail_item:nth-child(n + 4) {
    margin-bottom: 30px;
  }

}

.detail_item_tit {
  font-size: 25px;
  font-weight: 700;
  word-break: keep-all;
  display: block;
  color: #bac2ff;
  margin-bottom: 10px;
}

.detail_item_text {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  word-break: keep-all;
  display: block;
  color: #ebeeff;
}




/**************************
*
*
*
* 디테일2 detail2
*
*
***************************/

.detail2_bg {
  min-width: 320px;
  padding: 100px 0px 100px 0px;
  background: #1d1d1f;
}

.detail2_wrap {
  margin: 0 auto;
  max-width: 1150px;
  height: 100%;
  padding: 0 15px 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}




.detail2_box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.detail2_item {
  width: calc(1/3*100% - (1 - 1/3)*30px);
  height: auto;
  margin-right: 30px;
  margin-bottom: 30px;

  display: flex;
  flex-direction: row;
}

.detail2_item:nth-child(3n) {
  margin-right: 0px;
}

.detail2_item:nth-child(n + 4) {
  margin-bottom: 0px;
}

.detail2_item_icon_bundle {
  display: flex;
  margin-right: 30px;
}

.detail2_item_icon {
  width: 70px;
  height: 70px;
  background: #dedede;
}

.detail2_item_icon1 {
  background: url(../../../img/products_img/extrahop_ndr_npm_icon1.png) no-repeat center center;
  background-size: cover;
}

.detail2_item_icon2 {
  background: url(../../../img/products_img/extrahop_ndr_npm_icon7.png) no-repeat center center;
  background-size: cover;
}

.detail2_item_icon3 {
  background: url(../../../img/products_img/extrahop_ndr_npm_icon8.png) no-repeat center center;
  background-size: cover;
}

.detail2_item_icon4 {
  background: url(../../../img/products_img/extrahop_ndr_npm_icon2.png) no-repeat center center;
  background-size: cover;
}

.detail2_item_icon5 {
  background: url(../../../img/products_img/extrahop_ndr_npm_icon9.png) no-repeat center center;
  background-size: cover;
}

.detail2_item_icon6 {
  background: url(../../../img/products_img/extrahop_ndr_npm_icon6.png) no-repeat center center;
  background-size: cover;
}


@media only screen and (min-width: 0px) and (max-width: 700px) {

  .detail2_box {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .detail2_item {
    width: calc(100%);
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .detail2_item:nth-child(3n) {
    margin-right: 0px;
  }

  .detail2_item:nth-child(n + 4) {
    margin-bottom: 30px;
  }

  .detail2_item:last-child {
    margin-bottom: 0px;
  }
}


@media only screen and (min-width: 701px) and (max-width: 950px) {

  .detail2_box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .detail2_item {
    width: calc(1/2*100% - (1 - 1/2)*30px);
    height: auto;
    margin-right: 30px;
    margin-bottom: 30px;

    display: flex;
    flex-direction: column;
  }

  .detail2_item:nth-child(3n) {
    margin-right: 30px;
  }

  .detail2_item:nth-child(2n) {
    margin-right: 0px;
  }


  .detail2_item:nth-child(n + 4) {
    margin-bottom: 30px;
  }

}




.detail2_item_tit {
  font-size: 25px;
  font-weight: 700;
  word-break: keep-all;
  display: block;
  color: #bac2ff;
  margin-bottom: 10px;
}

.detail2_item_text {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  word-break: keep-all;
  display: block;
  color: #ebeeff;
}



/*****************************
*
*
* 통합 integration
*
*
******************************/

.integration_bg {
  min-width: 320px;
  padding: 100px 0px 100px 0px;
  background: #0c0c0c;
}

.integration_wrap {
  margin: 0 auto;
  max-width: 1150px;
  height: 100%;
  padding: 0 15px 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


.integration_item {
  display: flex;
  flex-direction: column;
}

.integration_item_text > p {
    font-size: 20px;
    font-weight: normal;
    line-height: 35px;
    color: #ffffff;
    display: block;
    margin-bottom: 30px;
}


.integration_item_logo_bundle {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}


.integration_item_logo {
  width: calc(1/5*100% - (1 - 1/5)*15px);
  height: 80px;
  margin-right: 15px;
  margin-bottom: 15px;
  background: #dedeed;
  border-radius: 10px;
}

.integration_item_logo:nth-child(5n) {
  margin-right: 0px;
}


@media only screen and (min-width: 0px) and (max-width: 900px) {

  .integration_item_text > p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
  }


  .integration_item_logo_bundle {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .integration_item_logo {
    width: calc(1/2*100% - (1 - 1/2)*15px);
    height: 80px;
    margin-right: 15px;
    margin-bottom: 15px;
    background: #dedeed;
    border-radius: 10px;
  }



  .integration_item_logo:nth-child(5n) {
    margin-right: 15px;
  }

  .integration_item_logo:nth-child(2n) {
    margin-right: 0px;
  }

  .integration_item_logo:nth-child(n + 8) {
    margin-bottom: 0px;
  }

}


.integration_item_logo1 {
  background: url(../../../img/products_img/extrahop_item_logo1.png) #202020 no-repeat center center;
  background-size: contain;
}

.integration_item_logo2 {
  background: url(../../../img/products_img/extrahop_item_logo2.png) #202020 no-repeat center center;
  background-size: contain;
}

.integration_item_logo3 {
  background: url(../../../img/products_img/extrahop_item_logo3.png) #202020 no-repeat center center;
  background-size: contain;
}

.integration_item_logo4 {
  background: url(../../../img/products_img/extrahop_item_logo4.png) #202020 no-repeat center center;
  background-size: contain;
}

.integration_item_logo5 {
  background: url(../../../img/products_img/extrahop_item_logo5.png) #202020 no-repeat center center;
  background-size: contain;
}

.integration_item_logo6 {
  background: url(../../../img/products_img/extrahop_item_logo6.png) #202020 no-repeat center center;
  background-size: contain;
}

.integration_item_logo7 {
  background: url(../../../img/products_img/extrahop_item_logo7.png) #202020 no-repeat center center;
  background-size: contain;
}

.integration_item_logo8 {
  background: url(../../../img/products_img/extrahop_item_logo8.png) #202020 no-repeat center center;
  background-size: contain;
}

.integration_item_logo9 {
  background: url(../../../img/products_img/extrahop_item_logo9.png) #202020 no-repeat center center;
  background-size: contain;
}

.integration_item_logo10 {
  background: url(../../../img/products_img/extrahop_item_logo10.png) #202020 no-repeat center center;
  background-size: contain;
}
