#bag2 {
  max-width: 1400px;
  margin: 0 auto;
  font-family: 'Poppins-Medium' !important;
  background-color: #f1f1f1;
  font-size: #333;
}
#bag2 h1 {
  font-size: 49px;
}
#bag2 h2 {
  font-size: 28px;
  font-weight: 400;
}
#bag2 .bag2_h {
  position: relative;
}
#bag2 .bag2_h h1 {
  position: absolute;
  top: 20%;
  left: 9%;
}
#bag2 .bag2_h h2 {
  position: absolute;
  top: 35%;
  left: 9%;
  font-weight: 400;
}
#bag2 .bag2_all {
  margin-top: 238px;
}
#bag2 .bag2_all h1 {
  text-align: center;
}
#bag2 .bag2_all h2 {
  width: 56%;
  margin: 0 auto;
  margin-top: 40px;
}
#bag2 .bag2_all img {
  display: block;
  width: 67%;
  margin: 0 auto;
}
#bag2 .bag2_ideal {
  margin-top: 238px;
}
#bag2 .bag2_ideal h1 {
  text-align: center;
}
#bag2 .img_list {
  display: flex;
  width: 85%;
  justify-content: space-between;
  margin-top: 130px;
}
#bag2 .img_list img:nth-child(1) {
  width: 90%;
}
#bag2 .img_list img:nth-child(2) {
  width: 25%;
}
#bag2 .img_list .img_right {
  width: 59%;
  margin-top: 80px;
}
#bag2 .img_list .img_right img {
  display: block;
  margin: 0 auto;
  width: 70%;
}
#bag2 .img_list .img_right h2 {
  text-align: center;
  margin-top: 20px;
}
#bag2 .bag2_ease {
  margin-top: 238px;
}
#bag2 .bag2_ease h1 {
  text-align: center;
}
#bag2 .bag2_ease img:nth-child(2) {
  display: block;
  margin: 0 auto;
  margin-top: 97px;
  width: 70%;
}
#bag2 .bag2_ease img:nth-child(3) {
  display: block;
  margin: 0 auto;
  margin-top: 270px;
  width: 76%;
}
#bag2 .bag2_foot {
  margin-top: 222px;
}
#bag2 .pc_show {
  display: block;
}
#bag2 .phone_show {
  display: none;
}
@media screen and (max-width: 1280px) {
  #bag2 h1 {
    font-size: 44px;
  }
  #bag2 h2 {
    font-size: 25px;
  }
  #bag2 .bag2_ease img:nth-child(3) {
    margin-top: 180px;
  }
  #bag2 .bag2_ease,
  #bag2 .bag2_ideal,
  #bag2 .bag2_all {
    margin-top: 138px;
  }
}
@media screen and (max-width: 1080px) {
  #bag2 h1 {
    font-size: 37px;
  }
  #bag2 h2 {
    font-size: 21px;
  }
  #bag2 .bag2_ease img:nth-child(3) {
    margin-top: 130px;
  }
  #bag2 .bag2_ease,
  #bag2 .bag2_ideal,
  #bag2 .bag2_all {
    margin-top: 78px;
  }
}
@media screen and (max-width: 768px) {
  #bag2 .pc_show,
  #bag2 .ide_show {
    display: none !important;
  }
  #bag2 .phone_show {
    display: block;
  }
  #bag2 h1 {
    font-size: 33.5px;
  }
  #bag2 h2 {
    font-size: 19px;
  }
  #bag2 .bag2_h h1,
  #bag2 .bag2_h h2 {
    margin-left: 5%;
    left: 0%;
  }
  #bag2 .bag2_h h1 {
    top: 14%;
    width: 80%;
  }
  #bag2 .bag2_all h1 {
    text-align: left;
    margin-left: 5%;
    font-size: 24px;
    width: 80%;
  }
  #bag2 .bag2_all h2 {
    width: 90%;
    margin-left: 5%;
    margin-top: 32px;
  }
  #bag2 .bag2_all .top h2,
  #bag2 .bag2_all .bottom h2 {
    text-align: center;
    margin-top: 10px;
  }
  #bag2 .bag2_all .top,
  #bag2 .bag2_all .bottom {
    margin-top: 17px;
  }
  #bag2 .bag2_ideal h1 {
    text-align: left;
    margin-left: 5%;
    font-size: 24px;
  }
  #bag2 .img_list {
    width: 90%;
    margin: 0 auto;
  }
  #bag2 .img_list img:nth-child(1),
  #bag2 .img_list img:nth-child(2) {
    width: 100%;
  }
  #bag2 .img_list img:nth-child(1) {
    margin-top: 55px;
  }
  #bag2 .img_list img:nth-child(2) {
    margin-top: 36px;
  }
  #bag2 .img_list h2 {
    margin-top: 27px;
    text-align: center;
  }
  #bag2 .bag2_ease img:nth-child(4) {
    margin-top: 55px;
    width: 95%;
  }
  #bag2 .bag2_ease img:nth-child(5) {
    display: block;
    margin: 0 auto;
    margin-top: 78px;
    width: 92%;
  }
  #bag2 .bag2_ease h1 {
    text-align: left;
    margin-left: 5%;
  }
  #bag2 .bag2_foot {
    margin-top: 64px;
  }
}
