.guide-title{
  display:flex;
  flex-direction: column;
  height: 25rem;
  background-color: #29363B;
  padding: 5rem 0;
  background-image: url("../images/guide/bg.png");
  background-repeat: no-repeat;
  background-position: right;
}

.guide-title__container{
  max-width: 128rem;
  width: calc(100% - 2rem);
  margin: 0 auto;
}
.guide-title__container::before{
  content: "";
  background-color: #AC0000;
  width: 6rem;
  height: 0.4rem;
  margin-bottom: 0.5rem; 
}

.guide-title h1{
  margin: 0;
  color: #F0F0F0;
}

.guide-title__background {
  /* position: absolute;
  right: 0; */
  overflow: hidden;
  font-weight: 600;
  font-size: 12rem;
  color: rgba(182,182,182,0.2);
}
@media screen and (max-width: 37.5rem) {
  .guide-title__background {
    font-size: 7rem;
    overflow: auto;
  }
}

.guide-content{
  max-width: 128rem;
  width: calc(100% - 2rem);
  margin: 0 auto;
  padding: 12rem 0 8rem 0 ;
  /* min-height: calc(100vh - 54.4rem); */
}
.guide-content__container{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}
@media screen and (max-width: 37.5rem) {
  .guide-content__container{
    /* flex-wrap: nowrap; */
    flex-direction: column;
  }
}
.guide-content__container > div{
  display: flex;
  justify-content: center;
  flex: 1;
  gap: 2rem;
}
@media screen and (max-width: 37.5rem) {
  .guide-content__container > div{
    flex-direction:column;
    /* flex-wrap: wrap; */
  }
}
.guide-content__wrapper{
  display: flex;
  flex-direction: column;
  flex: 1;
  /* justify-content: space-between; */
  align-items: center;
  gap: 2rem;
}
.guide-content__img{
  width: 20rem;
  height: 20rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #F0f0f0;
  border-radius: 10rem;
  box-shadow: 0 5px 1rem 0 rgb(0 0 0 / 50%);

}
.guide-content__img:hover{
  /* transform: scale(1.05);
  transition: 0.2s ease-in-out; */
}
.img-1{
  background-image: url("../images/guide/1.png");
  transform: translateY(-3rem);
  opacity: 0.1;
  transition: 0.9s ease;
}
.img-2{
  background-image: url("../images/guide/2.png");
  transform: translateY(-3rem);
  opacity: 0.1;
  transition: 0.9s ease;
}
.img-3{
  background-image: url("../images/guide/3.png");
  transform: translateY(-3rem);
  opacity: 0.1;
  transition: 0.9s ease;
}
.img-4{
  background-image: url("../images/guide/4.png");
  transform: translateY(-3rem);
  opacity: 0.1;
  transition: 0.9s ease;
}
.img-5{
  background-image: url("../images/guide/5.png");
}
.guide-content__img h4{
  padding: 0.2rem;
  border-bottom: solid #f0f0f0 0.1rem; 
}
.guide-content__img h3{
  margin-top: 0;
  text-align: center;
}
.guide-content__line{
  width: 5rem;
  height: 0.3rem;
  background-color: #AC0000;

}
.guide-content__text{
  text-align: center;
}
.text-1 {
  transform: translateY(3rem);
  opacity: 0.1; 
  transition: 0.9s ease;
}
.text-2 {
  transform: translateY(3rem);
  opacity: 0.1; 
  transition: 0.9s ease;
}
.text-3 {
  transform: translateY(3rem);
  opacity: 0.1; 
  transition: 0.9s ease;
}
.text-4 {
  transform: translateY(3rem);
  opacity: 0.1; 
  transition: 0.9s ease;
}


.guide-content__system{ 
  display: flex;
  flex-wrap: wrap;
  margin-top: 3rem;
  padding: 5rem;
  background-color: #f0f0f0;
  border-radius: 1rem;
}
@media screen and (max-width: 56.25rem) {
  .guide-content__system{ 
    padding: 2rem;
  }
}
.guide-content__system-img {
  max-width: 70rem;
  margin: 0 auto;
}
@media screen and (max-width: 56.25rem) {
  .guide-content__system-img {
    width: 100%;
  }
}
.guide-content__system-wrapper{ 
  display: flex;
  flex: 1;
  gap: 1rem;
  max-width: 70rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transform: translateY(5rem);
  opacity: 0.1;
  transition: 1s ease;
  /* flex-wrap: wrap; */
}
.guide-content__system-text {
  font-size: 1.7rem;
  display: flex;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 2.1;
  color: #6d6d6d;
  text-align: center;
}

@media screen and (max-width: 37.5em) {
  .guide-content__system-wrapper{ 
    margin-top: 1rem;
  }
  .guide-content__system-wrapper img{
    width: 50%;
  } 
  .guide-content__system-text {
    font-size: 1.5rem;
  }
}
