.intro {
    background-color: #ffffff;
    width: 100%;
    min-width: 330px;
    max-width: 90vw;
    margin-left: auto;
    margin-right: auto;
    min-height: 814px;
    position: relative;
    box-sizing: border-box;
  }
  
  .intro .text-wrapper {
    top: 61px;
    left: 35px;
    width: 284px;
    color: #000000;
    font-size: 24px;
    letter-spacing: -1.92px;
    line-height: normal;
    position: absolute;
    font-family: "NanumSquare-ExtraBold", "Nanum Square", "나눔스퀘어", sans-serif;
    font-weight: 800;
  }
  
  .intro .title {
    top: 166px;
    left: 33px;
    color: #000000;
    font-size: 40px;
    letter-spacing: -2.00px;
    line-height: 53px;
    position: absolute;
    font-family: "NanumSquare-ExtraBold", "Nanum Square", "나눔스퀘어", sans-serif;
    font-weight: 800;
  }
  
  .intro .rectangle {
    top: 122px;
    left: 33px;
    width: 88px;
    height: 33px;
    position: absolute;
    background-color: #000000;
    border-radius: 42px;
  }
  
  .intro .rectangle-2 {
    top: 570px;
    left: 50%;
    transform: translateX(-50%);
    width: 320px;
    height: 53px;
    position: absolute;
    background-color: #000000;
    border-radius: 42px;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s ease;
  }
  
  .intro .rectangle-2:hover {
    opacity: 0.8;
  }
  
  .intro .rectangle-2:active {
    opacity: 0.6;
  }
  
  .intro .text-wrapper-2 {
    position: absolute;
    top: 130px;
    left: 51px;
    font-family: "Jalnan2", "여기어때 잘난체", sans-serif;
    font-weight: 400;
    color: #ffffff;
    font-size: 17px;
    text-align: center;
    letter-spacing: 1.26px;
    line-height: normal;
    white-space: nowrap;
  }
  
  .intro .rectangle-2 .text-wrapper-3 {
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
    position: relative;
    font-family: "NanumSquare-ExtraBold", "Nanum Square", "나눔스퀘어", sans-serif;
    font-weight: 800;
  }
  
  .intro .element-two-character {
    position: absolute;
    top: 290px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 251px;
    aspect-ratio: 1.01;
    object-fit: contain;
  }

  /* 두 번째 페이지 스타일 */
  .element {
    background-color: #ffffff;
    width: 100%;
    min-width: 330px;
    max-width: 90vw;
    margin-left: auto;
    margin-right: auto;
    min-height: 814px;
    position: relative;
    box-sizing: border-box;
  }

  .element .text-wrapper {
    top: 61px;
    left: 20px;
    width: 284px;
    color: #000000;
    font-size: 24px;
    letter-spacing: -1.92px;
    line-height: normal;
    position: absolute;
    font-family: "NanumSquare-ExtraBold", "Nanum Square", "나눔스퀘어", sans-serif;
    font-weight: 800;
  }

  .element .title {
    top: 106px;
    left: 20px;
    color: #000000;
    font-size: 40px;
    letter-spacing: -2.00px;
    line-height: 1.3;
    position: absolute;
    font-family: "NanumSquare-ExtraBold", "Nanum Square", "나눔스퀘어", sans-serif;
    font-weight: 800;
  }

  .element .images-container {
    position: absolute;
    top: 300px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: flex-start;
  }

  .element .image-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }

  .element .image {
    width: 151px;
    height: 183px;
    position: relative;
  }

  .element .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    cursor: pointer;
    transition: transform 0.2s ease;
    aspect-ratio: 0.83;
  }

  .element .image img:hover {
    transform: scale(1.05);
  }

  .element .text-wrapper-2 {
    width: 151px;
    color: #000000;
    font-size: 22px;
    letter-spacing: -1.44px;
    line-height: 30px;
    text-align: center;
    position: relative;
    font-family: "NanumSquare-ExtraBold", "Nanum Square", "나눔스퀘어", sans-serif;
    font-weight: 800;
  }

  .element .text-wrapper-3 {
    width: 151px;
    color: #000000;
    font-size: 22px;
    letter-spacing: -1.44px;
    line-height: 30px;
    text-align: center;
    position: relative;
    font-family: "NanumSquare-ExtraBold", "Nanum Square", "나눔스퀘어", sans-serif;
    font-weight: 800;
    margin: 0;
  }

  .image {
    width: 151px;
    height: 183px;
  }

  .image .element {
    position: fixed;
    top: 0;
    left: 0;
    width: 151px;
    height: 183px;
    aspect-ratio: 0.83;
  }
  
  /* S3: retangle-1~4 래퍼 (bottom-buttons-container와 동일 최대 가로 338px) */
  .element .retangle-group {
    position: absolute;
    top: 284px;
    left: 50%;
    transform: translateX(-50%);
    width: 338px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 11px;
  }

  .element .retangle-1,
  .element .retangle-2,
  .element .retangle-3,
  .element .retangle-4 {
    position: relative;
    width: 100%;
    height: 64px;
    background-color: #f5f5f5bf;
    border-radius: 20px;
    border: 1px solid #e3e3e3;
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    box-sizing: border-box;
    cursor: pointer;
    transition: opacity 0.2s ease, transform 0.2s ease;
  }

  .element .retangle-1:hover,
  .element .retangle-2:hover,
  .element .retangle-3:hover,
  .element .retangle-4:hover {
    opacity: 0.8;
    transform: scale(1.02);
  }

  .element .retangle-1:active,
  .element .retangle-2:active,
  .element .retangle-3:active,
  .element .retangle-4:active {
    opacity: 0.6;
    transform: scale(0.98);
  }

  .element .retangle-1 .text-wrapper-left,
  .element .retangle-2 .text-wrapper-left,
  .element .retangle-3 .text-wrapper-left,
  .element .retangle-4 .text-wrapper-left {
    position: relative;
    font-family: "NanumSquare-ExtraBold", "Nanum Square", "나눔스퀘어", sans-serif;
    font-weight: 800;
    font-size: 24px;
    color: #000000;
    text-align: left;
    white-space: nowrap;
  }

  .element .retangle-1 .text-wrapper-right,
  .element .retangle-2 .text-wrapper-right,
  .element .retangle-3 .text-wrapper-right,
  .element .retangle-4 .text-wrapper-right {
    position: relative;
    font-family: "NanumSquare", "나눔스퀘어", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    text-align: right;
    white-space: nowrap;
  }

  /* S4부터 사용하는 레이아웃 스타일 */
  .element .center-image-container {
    position: absolute;
    top: 218px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .element .center-image {
    width: 200px;
    height: 200px;
    object-fit: contain;
  }

  .element .bottom-buttons-container {
    position: absolute;
    top: 440px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 14px;
    justify-content: center;
    align-items: center;
  }

  .element .button-left,
  .element .button-right {
    width: 162px;
    height: 217px;
    background-color: #f5f5f5bf;
    border-radius: 20px;
    border: 1px solid #e3e3e3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    padding-left: 22px;
    box-sizing: border-box;
    cursor: pointer;
    transition: opacity 0.2s ease, transform 0.2s ease;
  }

  .element .button-left:hover,
  .element .button-right:hover {
    opacity: 0.8;
    transform: scale(1.02);
  }

  .element .button-left:active,
  .element .button-right:active {
    opacity: 0.6;
    transform: scale(0.98);
  }

  .element .button-text-top {
    font-family: "NanumSquare-ExtraBold", "Nanum Square", "나눔스퀘어", sans-serif;
    font-weight: 800;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    text-align: left;
  }

  .element .button-text-bottom {
    font-family: "NanumSquare", "나눔스퀘어", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    text-align: left;
  }

  /* 결과 페이지 스타일 - Q1과 동일하게 화면 전체 가로·흰색 */
  html.result-page-html {
    background-color: #ffffff;
    min-height: 100%;
  }

  body.result-page {
    background-color: #ffffff;
    width: 100%;
    min-width: 330px;
    min-height: 100vh;
    margin: 0;
    padding: 24px 0;
    display: flex;
    justify-content: center;
    font-family: "NanumSquare-ExtraBold", "Nanum Square", "나눔스퀘어", sans-serif;
    box-sizing: border-box;
    overflow-x: hidden;
  }

  .result-container {
    background-color: #ffffff;
    position: relative;
    width: 100%;
    min-width: 330px;
    max-width: 90vw;
    margin-left: auto;
    margin-right: auto;
    min-height: 100vh;
    box-sizing: border-box;
  }

  .mbti-label {
    position: absolute;
    background-color: #000000;
    height: 39px;
    left: 0px;
    border-radius: 42px;
    top: 55px;
    width: 99px;
  }

  .mbti-text {
    position: absolute;
    left: 25px;
    line-height: normal;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    top: 66px;
    letter-spacing: 1.26px;
    font-family: "Jalnan2", "여기어때 잘난체", sans-serif;
    font-weight: 400;
  }

  .title-text {
    position: absolute;
    line-height: 1.4;
    left: 0px;
    font-size: 40px;
    color: #000000;
    top: 103px;
    letter-spacing: -2px;
    font-family: "NanumSquare-ExtraBold", "Nanum Square", "나눔스퀘어", sans-serif;
    font-weight: 800;
  }

  .character-image {
    position: absolute;
    height: 204px;
    left: 50%;
    transform: translateX(-50%);
    top: 195px;
    width: 234px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .character-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  /* 설명 카드 ~ 하단: 플로우로 쌓여서 카드 높이에 따라 자동 배치 */
  .result-content-flow {
    position: absolute;
    top: 441px;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
  }

  .description-card {
    background-color: rgba(245, 245, 245, 0.75);
    border: 1px solid #e4e4e4;
    border-radius: 20px;
    width: 338px;
    max-width: 100%;
    box-sizing: border-box;
    padding: 20px 20px 20px 21px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 2px auto auto 20px auto;
    min-height: 0;
  }

  .description-title {
    grid-row: 2;
    align-self: start;
    margin: 0;
    margin-top: 3px;
    line-height: 1.4;
    font-size: 22px;
    color: #000000;
    letter-spacing: -1.92px;
    width: 100%;
    white-space: pre-wrap;
    font-family: "NanumSquare-ExtraBold", "Nanum Square", "나눔스퀘어", sans-serif;
    font-weight: 800;
  }

  .description-text {
    grid-row: 3;
    margin: 0;
    margin-top: 20px;
    line-height: 30px;
    font-size: 18px;
    color: #000000;
    letter-spacing: -0.4px;
    width: 97%;
    white-space: pre-wrap;
    font-family: "NanumSquareNeo-bRg", "나눔스퀘어", sans-serif;
    font-weight: 400;
  }

  .best-partner-group {
    grid-row: 5;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
  }

  .best-partner-label {
    margin: 0;
    line-height: 30px;
    font-size: 20px;
    color: #000000;
    letter-spacing: -0.8px;
    font-family: "NanumSquare-ExtraBold", "Nanum Square", "나눔스퀘어", sans-serif;
    font-weight: 800;
  }

  .best-partner-badge {
    background-color: #000000;
    height: 33px;
    border-radius: 42px;
    width: 88px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .best-partner-text {
    line-height: normal;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    letter-spacing: 1.26px;
    font-family: "Jalnan2", "여기어때 잘난체", sans-serif;
    font-weight: 400;
    margin: 0 0 -2px 0;
  }

  .result-content-flow .arrow-image {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
  }

  .arrow-image img {
    max-width: 100%;
    height: auto;
  }

  #result-shared-placeholder {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .result-content-flow .event-input-container {
    position: relative;
    width: 338px;
    max-width: 100%;
    min-height: 410px;
    margin-left: auto;
    margin-right: auto;
  }

  .event-title {
    position: relative;
    line-height: 42px;
    left: 0;
    font-size: 29px;
    color: #000000;
    top: 0;
    letter-spacing: -2.32px;
    white-space: nowrap;
    font-family: "NanumSquare-ExtraBold", "Nanum Square", "나눔스퀘어", sans-serif;
    font-weight: 800;
  }

  .event-sub-title {
    position: relative;
    top: 50px;
    line-height: 42px;
    left: 0;
    font-size: 24px;
    color: #000000;
    letter-spacing: -1.92px;
    white-space: nowrap;
    font-family: "NanumSquare-ExtraBold", "Nanum Square", "나눔스퀘어", sans-serif;
    font-weight: 800;
  }

  .event-description {
    position: relative;
    line-height: 32px;
    left: 1px;
    font-size: 22px;
    top: 11px;
    letter-spacing: -1.76px;
    width: 335px;
    max-width: 100%;
    white-space: pre-wrap;
    color: #898989;
    font-family: "NanumSquareNeo-bRg", "나눔스퀘어", sans-serif;
    font-weight: 700;
  }

  /* 참여방법·당첨자 발표 카드 (description-card와 동일한 너비·스타일) */
  .event-howto-card {
    position: relative;
    top: 28px;
    background-color: rgba(245, 245, 245, 0.75);
    border: 1px solid #e4e4e4;
    border-radius: 20px;
    width: 338px;
    max-width: 100%;
    box-sizing: border-box;
    padding: 20px 20px 20px 21px;
    margin-left: auto;
    margin-right: auto;
  }

  .event-howto-card .description-title {
    margin: 0 0 8px 0;
    grid-row: unset;
  }

  .event-howto-card .description-title:not(:first-child) {
    margin-top: 20px;
  }

  .event-howto-card .description-text {
    margin: 0;
    grid-row: unset;
  }

  /* 입력 필드 그룹: top 값만 바꿔도 카드·라벨·input 전체 위치 조정 */
  .event-input-fields {
    position: relative;
    top: 53px;
    left: 0;
    width: 100%;
    min-height: 225px;
  }

  .input-card {
    position: absolute;
    background-color: rgba(245, 245, 245, 0.75);
    border: 1px solid #e4e4e4;
    height: 61px;
    left: 0;
    border-radius: 20px;
    width: 338px;
    max-width: 100%;
  }

  .input-label {
    position: absolute;
    line-height: 32px;
    left: 20px;
    color: #a7a7a7;
    font-size: 20px;
    letter-spacing: -1.6px;
    font-family: "NanumSquare-Bold", "Nanum Square", "나눔스퀘어", sans-serif;
    font-weight: 400;
  }

  .event-input-fields #nameLabel {
    top: 19px;
  }

  .event-input-fields #nicknameLabel {
    top: 94px;
  }

  .event-input-fields #phoneLabel {
    top: 169px;
  }

  .event-input-fields #nameCard {
    top: 4px;
  }

  .event-input-fields #nicknameCard {
    top: 79px;
  }

  .event-input-fields #phoneCard {
    top: 154px;
  }

  .input-field {
    position: absolute;
    left: 10px;
    width: 318px;
    height: 49px;
    background-color: transparent;
    outline: none;
    font-size: 20px;
    padding: 0 10px;
    font-family: "NanumSquare-ExtraBold", "Nanum Square", "나눔스퀘어", sans-serif;
    font-weight: 800;
    border: none;
  }

  .event-input-fields #name {
    top: 10px;
  }

  .event-input-fields #nickname {
    top: 85px;
  }

  .event-input-fields #phone {
    top: 160px;
  }

  /* 개인정보 수집·이용 동의 행 (event-input-fields와 result-buttons 사이) */
  .event-privacy-row {
    position: relative;
    top: 50px;
    display: flex;
    align-items: center;
    gap: 0;
    width: 338px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    min-height: 48px;
  }

  .event-privacy-check-wrap,
  .event-privacy-more-wrap {
    flex-shrink: 0;
    min-width: 45px;
    min-height: 45px;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .event-privacy-check-wrap img,
  .event-privacy-more-wrap img {
    display: block;
    pointer-events: none;
  }

  .event-privacy-more-wrap img {
    width: 26px;
    height: 26px;
  }

  .event-privacy-label {
    flex: 1;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-family: "NanumSquareNeo-bRg", "Nanum Square", "나눔스퀘어", sans-serif;
    font-weight: 400;
  }

  /* 개인정보 모달 (description-card와 동일 스타일) */
  .privacy-modal {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
  }

  .privacy-modal.is-open {
    display: flex;
  }

  .privacy-modal-backdrop {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.4);
    cursor: pointer;
  }

  .privacy-modal-card {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #e4e4e4;
    border-radius: 20px;
    width: 338px;
    max-width: 100%;
    max-height: 80vh;
    overflow: auto;
    box-sizing: border-box;
    padding: 20px 20px 20px 21px;
  }

  .privacy-modal-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
    padding: 0;
    border: none;
    background: none;
    font-size: 24px;
    line-height: 1;
    color: #666;
    cursor: pointer;
  }

  .privacy-modal-title {
    margin: 0 0 16px 0;
    font-size: 22px;
    line-height: normal;
    color: #000000;
    letter-spacing: -1.92px;
    font-family: "NanumSquare-ExtraBold", "Nanum Square", "나눔스퀘어", sans-serif;
    font-weight: 800;
  }

  .privacy-modal-body {
    margin: 0;
  }

  .privacy-modal-body p {
    margin: 0 0 12px 0;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    letter-spacing: -0.4px;
    font-family: "NanumSquare", "나눔스퀘어", sans-serif;
    font-weight: 400;
  }

  .privacy-modal-body p:last-child {
    margin-bottom: 0;
  }

  .result-buttons {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-top: 10px;
    width: 100%;
    top: 50px;
  }

  #applyBtn {
    width: 100% !important;
    max-width: 338px;
    box-sizing: border-box;
  }

  .result-buttons-row {
    display: flex;
    gap: 12px;
    justify-content: center;
    width: 100%;
    max-width: 338px;
  }

  .result-buttons-row .result-button {
    flex: 1 1 0;
    min-width: 0;
    box-sizing: border-box;
  }

  .result-buttons-row #shareBtn {
    flex: 2 0 0;
  }

  .result-buttons-row #retryBtn {
    flex: 1 0 0;
  }

  .result-button {
    height: 60px;
    border-radius: 22px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
  }

  .result-button-text {
    position: relative;
    line-height: normal;
    font-size: 20px;
    text-align: center;
    padding: 0 6px;
    font-family: "NanumSquare-ExtraBold", "Nanum Square", "나눔스퀘어", sans-serif;
    font-weight: 800;
    top: -1px;
  }

  .result-content-flow .bottom-icons-container {
    position: relative;
    width: 338px;
    max-width: 100%;
    min-height: 147px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 40px;
    top: 50px;
  }

  .bottom-icon-link {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 0 auto;
  }

  .bottom-icon {
    position: relative;
    border-radius: 35px;
    width: 104px;
    height: 104px;
    margin-bottom: 9px;
  }

  .bottom-icon img {
    position: absolute;
    inset: 0;
    max-width: none;
    object-fit: cover;
    pointer-events: none;
    border-radius: 35px;
    width: 100%;
    height: 100%;
  }

  .bottom-icon-caption {
    line-height: 22px;
    font-size: 16px;
    text-align: center;
    color: #434343;
    letter-spacing: -0.64px;
    white-space: nowrap;
    font-family: 'NanumSquare-ExtraBold', 'Nanum Square', '나눔스퀘어', sans-serif;
    font-weight: 800;
    width: 104px;
    min-height: 48px;
  }

  /* 유의사항 (화면 가로 꽉 채움) */
  .event-notice-section {
    position: relative;
    top: 80px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-top: 0;
    background-color: #EDEDED;
    padding: 24px 20px;
    box-sizing: border-box;
  }

  .event-notice-title {
    max-width: 338px;
    width: 100%;
    margin: 0 auto 16px auto;
    line-height: 42px;
    font-size: 24px;
    color: #000000;
    letter-spacing: -1.92px;
    white-space: nowrap;
    font-family: "NanumSquare-ExtraBold", "Nanum Square", "나눔스퀘어", sans-serif;
    font-weight: 800;
    text-align: left;
  }

  .event-notice-list {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    max-width: 338px;
    width: 100%;
  }

  .event-notice-list li {
    position: relative;
    padding-left: 14px;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-family: "NanumSquareNeo-bRg", "Nanum Square", "나눔스퀘어", sans-serif;
    font-weight: 400;
  }

  .event-notice-list li:last-child {
    margin-bottom: 0;
  }

  .event-notice-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #303030;
  }

  /* 401px 이하: .intro 버튼 280px, .bottom-icon 90px, 공유/다시하기 행 전체 338px */
  @media (max-width: 401px) {
    .intro .rectangle-2 {
      width: 280px;
    }
    .bottom-icon {
      width: 90px;
      height: 90px;
    }
    .result-buttons-row {
      width: 338px;
      max-width: 100%;
    }
  }

  /* 330px~401px: result-content-flow를 화면 90%·가운데 배치 */
  @media (min-width: 330px) and (max-width: 401px) {
    .result-content-flow {
      width: 90vw;
      max-width: 90vw;
      left: 50%;
      right: auto;
      transform: translateX(-50%);
    }
  }

  /* 402px 이상: 402px의 90%(362px)로 상한 */
  @media (min-width: 402px) {
    .intro,
    .element,
    .result-container {
      max-width: 362px;
    }
  }

  /* 800px 이상: 화면의 70% 정도로 보이도록 확대 */
  @media (min-width: 800px) {
    .intro,
    .element,
    .result-container {
      max-width: 70vw;
    }
  }