@import url(../utilities_css/font.css);

.fran_wrap {
  margin: 0 auto;
  max-width: 768px;
  width: 100%;
  text-align: center;
  /* overflow: hidden; */
  position: relative;
}

.section_1_mo {
  position: relative;
}

.btn_group_mo {
  position: absolute;
  bottom: 215px;
  left: 60px;
  right: 60px;
  display: flex;
  justify-content: center;
  gap: 6px;
}
.btn_group_mo .btn_mo img {
  max-width: 300px;
  width: 100%;
  display: block;
}
.section_2_mo {
  position: relative;
}
.btn_group_mo.dif {
  position: absolute;
  bottom: 220px;
  left: 60px;
  right: 60px;
  display: flex;
  justify-content: center;
  gap: 6px;
}
body {
  justify-content: unset;
}
@media screen and (max-width: 850px) {
  html {
    font-size: 3.6111vw;
  }
  body {
    display: block;
    margin: 0;
    justify-content: unset;
  }
  .fran_wrap {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    text-align: center;
    /* overflow: hidden; */
    position: relative;
  }
  .fran_wrap .section_1_mo img {
    width: 100%;
  }
  .fran_wrap .section_2_mo img {
    width: 100%;
  }

  .section_1_mo {
    position: relative;
  }

  .btn_group_mo {
    position: absolute;
    bottom: 8.2692rem;
    left: 2.3077rem;
    right: 2.3077rem;
    display: flex;
    justify-content: center;
    gap: 0.2308rem;
  }
  .btn_group_mo .btn_mo img {
    max-width: 11.5385rem;
    width: 100%;
    display: block;
  }
  .section_2_mo {
    position: relative;
  }
  .btn_group_mo.dif {
    position: absolute;
    bottom: 8.4615rem;
    left: 2.3077rem;
    right: 2.3077rem;
    display: flex;
    justify-content: center;
    gap: 0.2308rem;
  }
}
