.sc-inner .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-bottom: 24px;
}

.sc-inner .wrapper .card {
  /* width: 200px;
  height: 100px;
  border-radius: 8px;
  border: 1px solid #EDEDED; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.sc-inner .wrapper .card img {
  max-width: 200px;
}

.sc-inner .wrapper .card p {
  font-size: 20px !important;
  margin-bottom: 8px !important;
  color: var(--cr-black) !important;
}

.sc-inner .wrapper .card  .wapper-img {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.sc-inner .wrapper .and-separator {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* gap: 6px; */
}

.sc-inner .wrapper .and-separator img {
  width: 40px;
  height: 40px;
}

.sc-inner .wrapper .and-separator .line {
  width: 1.5px;
  height: 48px;
  background: repeating-linear-gradient(to bottom, rgba(0, 169, 79, 0.6) 0px, rgba(0, 169, 79, 0.6) 8px, transparent 8px, transparent 13px);
}

/* pop up */
.pop-box .content .logo {
  background: #F0F8EE;
  border-radius: 8px;
  padding: 24px;
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
}
.pop-box .content .logo img {
  width: 120px;
  height: 120px;
}
.pop-box .content .logo p:not(:last-of-type) {
  margin-bottom: 8px !important;
}
.pop-box .content .logo p:last-of-type {
  margin-bottom: 0 !important;
}
.pop-box .content .logo .f-20 {
  font-size: 20px !important;
}
.pop-box .content .logo .f-18 {
  font-size: 18px !important;
}
.pop-box .content .logo .f-16 {
  font-size: 16px !important;
}
.pop-box .content .sub-title {
  font-weight: 600;
  font-size: 18px !important;
  color: #111111 !important;
  line-height: 27px;
}
.box-card .detail-flex {
  height: auto !important;
}

@media screen and (max-width: 767px) {
  .sc-inner .wrapper .card  .wapper-img  {
    grid-template-columns: 1fr;
  }
  .sc-inner .wrapper {
    gap: 16px;
    align-items: flex-start;
  }
  
  .sc-inner .wrapper .card img {
    max-width: 120px;
  }

  .sc-inner .wrapper .card p {
    font-size: 16px !important;
  }

  .sc-inner .wrapper .and-separator .line {
    height: 65px;
  }

  /* popup */
  .pop-box .content .logo {
    align-items: flex-start;
    padding: 24px 16px;
    margin-bottom: 24px;
  }
  .pop-box .content .logo img {
    width: 64px;
    height: 64px;
  }
  .pop-box .content {
    padding: 72px 16px 24px 16px !important;
  }
  .pop-box .content a.link {
    word-wrap: break-word;
  }
  .mfp-close-btn-in .mfp-close {
    position: fixed;
  }
  .pop-box .content .logo .f-18 {
    line-height: 150%;
  }
  .pop-box .content .logo .f-16 {
    line-height: 24px;
  }
  .pop-box .content .logo p:not(:last-of-type) {
    margin-bottom: 12px !important;
  }
  .f-16-mb {
    font-size: 16px !important;
  }
}