@media all and (max-width: 2580px) {
  .issuance_img {
    max-width: 800px;
  }
}
@media all and (max-width: 1920px) {
  .issuance_img {
    max-width: 500px;
  }
}
@media all and (max-width: 1100px) {
  .container {
    max-width: 816px;
    padding: 0 24px;
  }
  section {
    padding-top: 70px;
  }
  .commonTitle_h {
    font-size: 38px;
  }
  .commonTitle_p {
    margin: 3.66% 0;
    font-size: 18px;
  }

  /* keyvisual */

  .keyvisual_con {
    padding-top: 0px;
    flex-direction: column;
    justify-content: center;
  }
  .mainTitle_p {
    text-align: center;
  }
  .mainTitle_p br {
    display: block;
  }
  .keyvisual_img {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .phoneImg {
    width: 35vw;
    min-width: 163px;
  }
  .idCardImg {
    max-width: 254px;
    min-width: 162px;
    width: 20vw;
    left: 8%;
  }
  .idCardImg_2 {
    top: 50%;
  }
  .idCardImg_3 {
    top: 55%;
  }
  .keyvisual_btns {
    display: none;
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    max-width: 300px;
  }
  .keyvisual_btn {
    width: 140px;
    height: 35px;
    gap: 8px;
  }
  .keyvisual_btn img {
    width: 15px;
  }
  .keyvisual_btn span {
    font-size: 16px;
  }
  .swiper-pagination {
    display: none;
  }

  /* info */
  .info_con {
    flex-direction: column;
    justify-content: center;
  }
  .infoTitle_p {
    font-size: 16px;
  }
  .infoPhoneImg {
    min-width: 200px;
    width: 30vw;
  }
  .speechBubble_white {
    top: 32%;
    transform: translate(-10%, 0);
  }

  .speechBubble_blue {
    transform: translate(10%, 0);
  }
  /* issuance */
  .issuance_title {
    margin-bottom: 8%;
  }
  .issuanceTitle_h {
    font-size: 31px;
  }
  .issuance_speechBubble {
    min-width: 150px;
    max-width: 250px;
    width: 40%;
  }
  .issuance_speechBubble_1 {
    right: 0;
    top: -25%;
  }
  .issuance_speechBubble_2 {
    left: initial;
    right: 0;
  }
  .issuance_speechBubble_3 {
    left: 5%;
    top: 15%;
    transform: rotateY(180deg);
  }
  .issuance_phone {
    min-width: 336px;
    width: 100%;
  }
  /* qr*/
  .qr {
    padding-top: 0;
  }
  .qrTitle_h {
    font-size: 23px;
    color: #f5f5f7;
  }
  .way_p {
    font-size: 16px;
  }
  .qrTitle_h img {
    width: 20px;
  }
  /* ok */
  .okTitle_h {
    font-size: 35px;
  }
  .okTitle_p {
    text-align: center;
  }
  .okTitle_p br {
    display: block;
  }
  .okSlider {
    margin-top: 5%;
  }
  .okPhone {
    width: 220px;
  }
  .okInner {
    width: 156px;
    height: 186px;
    padding: 24px 41px;
  }
  .okInnerTitle_h {
    font-size: 16px;
  }
  .okInnerTitle_p {
    font-size: 12px;
  }
  .inner_img {
    width: 50px;
    height: 50px;
  }
  /* freest */
  .freeset_con {
    flex: 1;
  }
  .freeset_contentWrap:first-child {
    transform: translate(60%, 0);
  }
  .freeset_contentWrap:last-child {
    transform: translate(-60%, 0);
  }
  .freeset_content {
    width: 164px;
    height: 152px;
  }
  .freeset_content_h {
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .freeset_content_texts {
    gap: 0;
  }
  .freeset_content_p {
    font-size: 14px;
  }
  .freeset_h {
    font-size: 32px;
  }

  .freeset_p {
    text-align: center;
  }
  .freeset_p br {
    display: block;
  }
  .freeset_contents {
    margin-top: 5%;
  }

  .pc {
    display: none;
  }

  .mob_flex {
    display: flex;
  }
}

@media all and (max-width: 450px) {
  .okPhone {
    width: 145px;
  }
}
