.judge-wrap { border: 1px solid #d6dce8; border-radius: 8px; padding: 40px; text-align: center; background-color: #fff; margin-top: 15px; }
.judge-capsule { display: inline-flex; padding: 20px; border: 1px dashed #ed903f; border-radius: 260px; position: relative; }
.judge-circle { width: 220px; height: 220px; border-radius: 50%; background-color: #f4a34be5; color: #fff; box-sizing: border-box; display: flex; flex-direction: column; align-items: center; text-align: center; position: relative; z-index: 1; padding: 53px 30px 0; }
.judge-circle + .judge-circle { margin-left: -25px; }
.judge-circle .num { margin-bottom: 25px; position: relative; font-weight: 800; font-size: 16px; line-height: 150%; letter-spacing: -2%; text-align: center; text-transform: uppercase; }
.judge-circle .num::after { content: ""; position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%); width: 19px; height: 1px; background-color: #fff; }
.judge-circle .txt { word-break: keep-all; font-weight: 700; font-size: 16px; line-height: 150%; letter-spacing: -2%; text-align: center; text-transform: uppercase; }
.judge-arrow-area { margin: 15px 0 15px; }
.judge-arrow-area .img-box { display: flex; justify-content: center; }
.judge-arrow-area .img-box img { width: auto; }
.judge-result { display: block; background-color: #3272db; color: #fff; border-radius: 5px; padding: 24px; width: 654px; margin: 0 auto; font-weight: 700; font-size: 28px; line-height: 100%; letter-spacing: -2%; vertical-align: middle; text-decoration: none; }
.judge-note { color: #3b76e1; margin: 10px auto 0; text-align: left; font-weight: 500; font-size: 14px; line-height: 140%; letter-spacing: -2%; max-width: 654px; }
@media (max-width: 768px) {
  .judge-wrap { padding: 30px 15px; }
  .judge-capsule { flex-direction: column; border-radius: 40px; padding: 20px 10px; width: 100%; align-items: center; }
  .judge-circle { width: 180px; height: 180px; padding: 35px 20px 0; }
  .judge-circle + .judge-circle { margin-left: 0; margin-top: -20px; }
  .judge-circle .num { margin-bottom: 15px; font-size: 14px; }
  .judge-circle .txt { font-size: 14px; }
  .judge-result { width: 100%; font-size: 20px; padding: 20px 10px; }
  .judge-note { width: 100%; max-width: none; font-size: 13px; }
}