#process-type02-Bg {
  width: 100%;
  background-color: #0964e1;
  text-align: center;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
#process-type02-Bg .conWrap {
  width: 100%;
}
#process-type02-Bg #process-type02 {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 5rem 0rem;
}
#process-type02-Bg #process-type02 article {
  width: 100%;
  /* height: 100%; */
}
#process-type02-Bg h2 {
  text-align: center;
  font-size: 3.4rem;
  font-family: "Cafe24Dangdanghae";
  line-height: 1.2em;
  color: white;
}
#process-type02-Bg h2::before {
  content: "";
  display: block;
  width: 76px;
  height: 6px;
  background-color: #0964e1;
  margin: 0 auto;
  margin-bottom: 4rem;
}
#process-type02-Bg article > p {
  text-align: center;
  font-size: 1.8rem;
  font-family: "S-CoreDream-3Light";
  margin-top: 2rem;
  margin-bottom: 2rem;
  color: #eee;
}
#process-type02-Bg ul {
  overflow: hidden;
  width: 320px;
  margin: 0 auto;
}
#process-type02-Bg ul li {
  float: left;
  width: 106px;
  height: 120px;
}
#process-type02-Bg ul li:nth-of-type(4) {
  margin-left: 15%;
}
#process-type02-Bg ul li:nth-of-type(5) {
  margin-left: 0%;
}
#process-type02-Bg ul li h3 {
  margin-top: -6rem;
  font-size: 2rem;
  font-family: "Cafe24Dangdanghae";
}
#process-type02-Bg ul li p {
  display: none;
}

@media screen and (min-width: 1200px) {
  #process-type02-Bg {
    width: 100%;
    background-image: url(../img/process_bg.png);
    text-align: center;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
  }
  #process-type02-Bg .conWrap {
    width: 100%;
  }
  #process-type02-Bg #process-type02 {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    padding: 12rem 0rem 0rem 0rem;
  }
  #process-type02-Bg #process-type02 article {
    width: 100%;
    height: auto;
  }
  #process-type02-Bg h2 {
    text-align: center;
    font-size: 5rem;
    font-family: "Cafe24Dangdanghae";
    line-height: 1.2em;
    color: #fff;
    padding-top: 20rem;
  }
  #process-type02-Bg h2::before {
    content: "";
    display: block;
    width: 76px;
    height: 6px;
    background-color: #0964e1;
    margin: 2rem auto;
  }
  #process-type02-Bg article > p {
    text-align: center;
    font-size: 2.6rem;
    line-height: 4rem;
    font-weight: 600;
    font-family: "S-CoreDream-3Light";
    margin-top: 2rem;
    margin-bottom: 4rem;
    color: #fff;
  }
  #process-type02-Bg ul {
    overflow: hidden;
    width: 100%;
  }
  #process-type02.on ul li {
    opacity: 1;
    transform: translateY(0px);
  }
  #process-type02-Bg ul li {
    float: left;
    width: 20%;
    margin-bottom: 2rem;
    transform: translateY(-300px);
    opacity: 0;
    transition: 1s;
    height: auto;
  }
  #process-type02-Bg ul li:nth-of-type(2) {
    transition-delay: 0.2s;
  }
  #process-type02-Bg ul li:nth-of-type(3) {
    transition-delay: 0.3s;
  }
  #process-type02-Bg ul li:nth-of-type(4) {
    transition-delay: 0.4s;
  }
  #process-type02-Bg ul li:nth-of-type(5) {
    transition-delay: 0.5s;
  }
  #process-type02-Bg ul li:hover h3 {
    color: #2d98ce;
  }
  #process-type02-Bg ul li h3 {
    margin-top: -11.4rem;
    font-size: 2.8rem;
    font-family: "Cafe24Dangdanghae";
    transition: 0.3s;
  }
  #process-type02-Bg ul li p {
    margin-top: 10rem;
    font-size: 1.6rem;
    color: white;
    font-family: "S-CoreDream-3Light";
    display: block;
  }
  #process-type02-Bg ul li:nth-of-type(4) {
    margin-left: 0%;
  }
  #process-type02-Bg ul li:nth-of-type(5) {
    margin-left: 0%;
  }
}
