/* line 1, ../sass/bullet.scss */
#Bullet {
  position: relative;
  overflow: hidden;
  margin: 100px 0 100px 0;
}
/* line 6, ../sass/bullet.scss */
#Bullet .BulletWr {
  background: rgba(147, 155, 201, 0.2);
  position: relative;
}
/* line 10, ../sass/bullet.scss */
#Bullet .BulletWr:after {
  content: '';
  width: 100%;
  position: absolute;
  top: 0;
  right: -100%;
  background: rgba(147, 155, 201, 0.2);
  height: 100%;
  z-index: -1;
}
/* line 23, ../sass/bullet.scss */
#Bullet .BulletWr .BulletBox ul {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
/* line 29, ../sass/bullet.scss */
#Bullet .BulletWr .BulletBox ul li {
  padding-top: 100px;
  width: calc(100% / 4 - 70px);
  padding-bottom: 27px;
  margin-left: 41px;
}
/* line 35, ../sass/bullet.scss */
#Bullet .BulletWr .BulletBox ul li span {
  font-family: 'Gilroy-ExtraBold';
  font-size: 17px;
  line-height: 1.1;
  color: #3e4349;
  display: block;
}
/* line 43, ../sass/bullet.scss */
#Bullet .BulletWr .BulletBox ul li p {
  color: #3e4349;
  font-family: 'Gilroy-Light';
  font-size: 16px;
  line-height: 1.4;
  margin-top: 10px;
}
/* line 51, ../sass/bullet.scss */
#Bullet .BulletWr .BulletBox ul li:nth-child(1) {
  margin-left: 70px;
}

@media only screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 61, ../sass/bullet.scss */
  #Bullet {
    margin: 70px 0 70px 0;
  }
  /* line 68, ../sass/bullet.scss */
  #Bullet .BulletWr .BulletBox ul li span {
    font-size: 16px;
  }
  /* line 72, ../sass/bullet.scss */
  #Bullet .BulletWr .BulletBox ul li p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 710px) and (max-width: 999px) {
  /* line 83, ../sass/bullet.scss */
  #Bullet {
    margin: 60px 0 60px 0;
  }
  /* line 89, ../sass/bullet.scss */
  #Bullet .BulletWr .BulletBox ul li {
    padding-top: 99px;
    width: calc(100% / 4 - 28px);
    padding-bottom: 24px;
    margin-left: 20px;
  }
  /* line 96, ../sass/bullet.scss */
  #Bullet .BulletWr .BulletBox ul li:nth-child(1) {
    margin-left: 50px;
  }
  /* line 100, ../sass/bullet.scss */
  #Bullet .BulletWr .BulletBox ul li span {
    font-size: 14px;
  }
  /* line 104, ../sass/bullet.scss */
  #Bullet .BulletWr .BulletBox ul li p {
    font-size: 12px;
  }
}
@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 115, ../sass/bullet.scss */
  #Bullet {
    margin: 6vw 0 6vw 0;
    margin-bottom: 12vw;
  }
  /* line 121, ../sass/bullet.scss */
  #Bullet .BulletWr .BulletBox ul {
    flex-direction: column;
    padding-bottom: 20px;
  }
  /* line 125, ../sass/bullet.scss */
  #Bullet .BulletWr .BulletBox ul li {
    padding-top: 99px;
    padding-top: 99px;
    width: 80%;
    margin: 0 10px;
    padding-bottom: 5px;
  }
  /* line 133, ../sass/bullet.scss */
  #Bullet .BulletWr .BulletBox ul li:nth-child(1) {
    margin-left: 0px;
    margin: 0 10px;
  }
  /* line 138, ../sass/bullet.scss */
  #Bullet .BulletWr .BulletBox ul li span {
    font-size: 4vw;
  }
  /* line 142, ../sass/bullet.scss */
  #Bullet .BulletWr .BulletBox ul li p {
    font-size: 3.5vw;
  }
}
