html{
    justify-self: center;
    width: 100vw;
}
body, input, textarea, button, select {
  font-family: 'Pretendard', sans-serif;

  font-synthesis: none;
}
body {
  max-width: 393px;
  width: 100%;
  margin: 0 auto;

}
body.main_body {
  padding-top: 90px;
  /* font-family: 'Pretendard', sans-serif; */
  background: #fff;
}

@media (max-width: 393px) {
  .login-container {
      max-width: 92vw;
  }
}

/* @media (max-width: 393px) {
    body {
        max-width: 90vw;
    }
} */
@font-face {
    font-family: 'ChungjuKimSaengTTF';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2312-1@1.1/ChungjuKimSaengTTF.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'EBSJSKMedium';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/EBSJSKMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'EBSJSKBold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/EBSJSKMedium.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
.main_body {
    margin: 0 auto;
    min-height: 100vh;
    width: 100vw;
    display: flex;
    /* justify-content: center; */
    /* �ㅽ겕濡� 媛��ν븯�꾨줉 異붽� */
    overflow-y: scroll;
    box-sizing: border-box;
    /* flex-direction: column; */
}
.main_body_step4 {
  margin: 0 auto;
  min-height: 100vh;
  width: 100vw;
  display: flex;
  /* justify-content: center; */
  /* �ㅽ겕濡� 媛��ν븯�꾨줉 異붽� */
  overflow-y: scroll;
  box-sizing: border-box;
  /* flex-direction: column; */
  padding-top: 90px;
  font-family: 'Pretendard', sans-serif;
  background: #fff;
}
.main_background {
    display: flex;
    width: 100vw;
    min-height: 100%; /* height ���� min-height濡� 蹂�寃� */
    box-sizing: border-box; /* �⑤뵫 �ы븿 �ш린 怨꾩궛 */
    padding: 10.7vh 0 9.3% 0;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    flex-shrink: 0;
    aspect-ratio: 775.39/1681.00;
    background: #121426;
    position: relative;
    overflow: hidden;
}

.main_content {
    display: flex;
    width: 710px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.main_title_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    align-self: stretch;
}

.main_subtitle {
    color: #FFF;
    text-align: center;
    font-family: "ChungjuKimSaengTTF";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.4px;
}
.main_subtitle_box{
    display: flex;
    width: 520px;
    height: 80px;
    /* padding: 27px 32px; */
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 30px;
    background: #423665;
}
.main_title {
  color: #FFF;
  text-align: center;
  font-family: "ChungjuKimSaengTTF";
  font-size: 86px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.main_title_svg {
    width: 100%;
    aspect-ratio: 705 / 88; /* viewBox 鍮꾩쑉怨� �숈씪�섍쾶 */
    display: block;
    height: auto; /* height �먮룞 */
}
.main_owl {
    height: 716px;
}

.main_text {
    color: #FFF;
    text-align: center;
    font-family: "ChungjuKimSaengTTF";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 80px; /* 200% */
    width: 710px;
    margin: 0;
}

.main_btn {
    display: flex;
    height: 120px;
    /* padding: 42px 160px 42px 180px; */
    justify-content: center;
    align-items: center;
    gap: 49.337px;
    align-self: stretch;
    border-radius: 907.796px;
    background: #5E2C91;
}
.main_btn_row{
    display: flex;
    align-items: center;
    gap: 20px;
}
.main_btn_text {
    color: #FFF;
    font-family: Pretendard;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px; /* 150% */
    letter-spacing: -1px;    
}
.main_btn svg {
    width: 53.334px;
    height: 40px;
    aspect-ratio: 53.33/40.00;
}

/* �낅줈�� �섏씠吏��� �대옒�� */
.upload-background {
    /* width: 100%;
    height: 100%; */
    position: relative;
    background: white;
    /* overflow-y: scroll; */
    box-sizing: border-box;
    display: flex;
    width: 786px;
    height: 1704px;
    padding: 0px 50px;
    flex-direction: column;
    /* justify-content: center; */
    /* align-items: center; */
    aspect-ratio: 131/284;
}

.upload-container {
    display: flex;
    flex-direction: column;      /* �묒쁿 諛곗튂 */
    gap: 40px;                /* �붿냼 �ъ씠 媛꾧꺽 */
    /* �꾩슂�� �곕씪 width, max-width �� 異붽� */

}
.upload-title-section {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 4.7vh;
}
.upload-title {
    align-self: stretch;
    color: #191919;
    font-size: 64px;
    font-family: Pretendard;
    font-weight: 700;
    line-height: 50px;
    word-wrap: break-word;
}
.upload-form {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
}
.upload-form-group {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
}
.upload-label {
    align-self: stretch;
    font-size: 32px;
    font-family: Pretendard;
    font-weight: 700;
    line-height: 20px;
    color: #191919;
    word-wrap: break-word;
}
.upload-required {
    color: #5E2C91;
}
.upload-input-row {
    align-self: stretch;
    /* height: 80px; */
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
}
.upload-input-wrap {
    flex: 1 1 0;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    /* height: 80px; */
    
}
.upload-input {
    align-self: stretch;
    flex: 1 1 0;
    padding: 14px 20px;
    background: white;
    border-radius: 8px;
    outline: 1px #D4D4D5 solid;
    outline-offset: -1px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    min-height: 66px;
}
.upload-placeholder {
    flex: 1 1 0;
    color: #A8A8AB;
    font-size: 28px;
    font-family: Pretendard;
    font-weight: 400;
    line-height: 20px;
    word-wrap: break-word;
}
.upload-image-section {
    align-self: stretch;
    height: 510px;
    position: relative;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; /* �섎떒 �뺣젹 */
    align-items: center; 
}
.upload-image-border {
    width: 100%;
    height: 510px;
    left: 0;
    top: 0;
    position: absolute;
    border-radius: 8px;
    border: 1px #D4D4D5 solid;
    overflow: hidden; /* �대�吏�媛� border瑜� �섏� �딅룄濡� */
    justify-content: center;
    align-items: center;
    display: flex;
}
.upload-image-preview {
    display: block;
    object-fit: contain;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    position: absolute;
    left: 0;
    top: 0;
}
.upload-image-guide {
    /* left: 132px;
    top: 101.5px; */
    /* position: absolute; */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}
.upload-image-icon {
    width: 80px;
    height: 80px;
    position: relative;
    overflow: hidden;
}
.upload-image-desc {
    text-align: center;
    color: #A8A8AB;
    font-size: 28px;
    font-family: Pretendard;
    font-weight: 400;
    line-height: 40px;
    word-wrap: break-word;
}
.upload-image-btn {
    width: 380px;
    height: 4.7vh;
    padding: 8px 12px;
    background: white;
    border-radius: 6px;
    outline: 1px #D4D4D5 solid;
    outline-offset: -1px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    font-size: 32px;
    color: #191919;
    font-family: Pretendard;
    font-weight: 400;
    line-height: 20px;
    word-wrap: break-word;
    margin-bottom: 32px; /* �섎떒 �щ갚 */
    z-index: 2;
}
.upload-footer {
    align-self: stretch;
    height: 96px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 90px;
}
.upload-logo {
    /* width: 21vw; */
    height: 100%;
    aspect-ratio: 83/30;
    position: relative;
    overflow: hidden;
}
.upload-logo img {
    height: 60px;
    aspect-ratio: 83/30;
    position: absolute;
    bottom: 0;
    left: 0;
}
.upload-footer-btns {
    width: 288px;
    height: 96px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
}
.upload-btn {
    flex: 1 1 0;
    align-self: stretch;
    padding: 12px 20px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    font-size: 32px;
    font-family: Pretendard;
    font-weight: 400;
    line-height: 24px;
    word-wrap: break-word;
}
.upload-btn-prev {
    background: white;
    color: #191919;
    outline: 1px #D4D4D5 solid;
    outline-offset: -1px;
    max-width: 81.5px;
}
.upload-btn-next {
    background: #5E2C91;
    color: white;
}

.character-name-input {
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
    font-family: Pretendard;
    font-size: 28px;
    font-weight: 400;
    color: #191919;
}
.character-name-input::placeholder {
    color: #A8A8AB;
    font-family: Pretendard;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    opacity: 1; /* �щ＼ �깆뿉�� �먮젮吏��� 寃� 諛⑹� */
}
.input-error-message {
    height: 0;
    color: #F00A0A;
    font-family: Pretendard;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 75% */
    letter-spacing: -0.6px;
    margin-top: 8px;
    /* min-height: 28px; */
    display: block;
    /* �꾩슂�� height: 28px; 濡� 怨좎젙�� 媛��� */
}
.input-error-message.active {
  min-height: 20px;
  margin-top: 8px;
  height: auto;
  overflow: visible;
}

.character-birth-input {
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
    font-family: Pretendard;
    font-size: 28px;
    font-weight: 400;
    color: #191919;
}
.character-birth-input::placeholder {
    color: #A8A8AB;
    font-family: Pretendard;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    opacity: 1;
}

.upload-again-btn {
    display: flex;
    height: 99.181px;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    align-self: stretch;
    aspect-ratio: 686.00/99.18;
    border-radius: 8px;
    border: 1px solid var(--gray-100, #D4D4D5);
    background: var(--basic-white, #FFF);
    display: flex;
    align-items: center;
    gap: 20px;
    color: var(--basic-black, #191919);
    font-family: Pretendard;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 75% */
    letter-spacing: -0.8px;
    
}

.upload-again-btn svg {
    width: 30px;
    height: 30px;
    aspect-ratio: 1/1;
}

/* step2.html�� analyze �ㅽ��� */
.analyze-wrap {
    /* width: 100%; */
    left: 25px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 50px;
    position: relative;;
    /* padding: 10vh 0 6.5vh 0; */
}
.analyze-section {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
}
.analyze-title-box {
    width: 686px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
}
.analyze-title {
    align-self: stretch;
    color: #191919;
    font-size: 64px;
    font-family: Pretendard;
    font-weight: 700;
    line-height: 50px;
    word-wrap: break-word;
}
.analyze-desc {
    align-self: stretch;
    color: #191919;
    font-size: 32px;
    font-family: Pretendard;
    font-weight: 400;
    line-height: 50px;
    word-wrap: break-word;
}
.analyze-tag-list {
    box-sizing: border-box;
    width: 686px;
    height: 176px;
    align-self: stretch;
    padding: 20px 16px;
    background: white;
    border-radius: 8px;
    outline: 1px #D4D4D5 solid;
    outline-offset: -1px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start; /* 以묒븰�먯꽌 �꾨줈 蹂�寃� */
    gap: 16px;
}
.analyze-tag {
    height: 60px;
    padding: 0 20px;
    background: #5E2C91;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}
.analyze-tag-text {
    color: white;
    font-size: 32px;
    font-family: Pretendard;
    font-weight: 400;
    line-height: 20px;
    word-wrap: break-word;
    user-select: none;
    pointer-events: none;
}
.analyze-tag .analyze-tag-remove {
    cursor: pointer;
    margin-left: 8px;
    display: flex;
    align-items: center;
}
.analyze-guide {
    align-self: stretch;
    color: #7D7D81;
    font-size: 28px;
    font-family: Pretendard;
    font-weight: 400;
    line-height: 18px;
    word-wrap: break-word;
    margin-top: 8px;
}
.analyze-footer {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 32px;
}
.analyze-footer button {
    font-family: Pretendard;
    font-size: 20px;
    padding: 8px 24px;
    border-radius: 8px;
    border: none;
    background: #5E2C91;
    color: #fff;
    cursor: pointer;
}
.analyze-ai-section {
    width: 686px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.analyze-ai-title-row {
    display: flex;
    align-items: center;
    gap: 10px;
}
.analyze-ai-title {
    color: #5E2C91;
    font-size: 32px;
    font-family: Pretendard;
    font-weight: 700;
    line-height: 18px;
    word-wrap: break-word;
}
.analyze-ai-icon {
    width: 32px;
    height: 32px;
    position: relative;
    overflow: hidden;
}
.analyze-ai-tag-list {
    align-self: stretch;
    padding: 14px 16px;
    background: #F2C84B;
    border-radius: 8px;
    outline: 1px #D4D4D5 solid;
    outline-offset: -1px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    gap: 16px;
}
.analyze-ai-tag {
    height: 50px;
    padding: 0 10px;
    background: white;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}
.analyze-ai-tag-text {
    color: #3F4B66;
    font-size: 28px;
    font-family: Pretendard;
    font-weight: 400;
    line-height: 20px;
    word-wrap: break-word;
}
.analyze-group-section {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.analyze-group-box {
    align-self: stretch;
    display: flex;
    flex-direction: column;

}
.analyze-group-row {
    align-self: stretch;
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    align-content: flex-end;
}
.analyze-group-tag {
    flex: 1 1 0;
    height: 60px;
    padding: 0 10px;
    background: #F8F8FA;
    overflow: hidden;
    border-radius: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;

}

.analyze-group-tag.selected {
    background: #EDE3F6;
    outline: 2px solid #5E2C91;
}
.analyze-group-tag-icon {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #D4D4D5;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, border 0.2s;
    cursor: pointer;
}
.analyze-group-tag.selected .analyze-group-tag-icon {
    border: none;
    background: #5E2C91;
}
.analyze-group-tag-label {
    flex: 1 1 0;
    color: #191919;
    font-size: 28px;
    font-family: Pretendard;
    font-weight: 400;
    line-height: 20px;
    word-wrap: break-word;
}
.analyze-group-title-box {
    align-self: stretch;
    height: 80px;
    padding: 8px 20px;
    background: #F8F8FA;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-left: 1px #D4D4D5 solid;
    border-top: 1px #D4D4D5 solid;
    border-right: 1px #D4D4D5 solid;
    border-bottom: 1px #D4D4D5 solid;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.analyze-group-title {
    color: #5E2C91;
    font-size: 32px;
    font-family: Pretendard;
    font-weight: 700;
    line-height: 20px;
    word-wrap: break-word;
}
.analyze-group-title.gray {
    color: #515157;
}
.analyze-group-title-icon {
    width: 32px;
    height: 32px;
    position: relative;
    overflow: hidden;
}
.analyze-group-content-box {
    align-self: stretch;
    padding: 10px;
    outline: 1px #D4D4D5 solid;
    outline-offset: -1px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    background: white;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.popup {
    position: fixed;
    left: 0; top: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.popup-content {
    background: #fff;
    border-radius: 12px;
    padding: 32px 24px;
    text-align: center;
    font-family: Pretendard;
    font-size: 20px;
    color: #191919;
    box-shadow: 0 4px 24px rgba(0,0,0,0.12);
}
.popup-content button {
    margin-top: 24px;
    margin-right: 8px;
    font-size: 18px;
    padding: 6px 18px;
    border-radius: 6px;
    border: none;
    background: #5E2C91;
    color: #fff;
    cursor: pointer;
}

.analyze-loading-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
    min-height: 100vh;
    width: 100vw;
    box-sizing: border-box;
    gap: 40px;
  }

.analyze-loading-title-box {
    position: absolute;
    /* left: 46px;
    top: 180px; */
    display: flex;
    flex-direction: column;
    gap: 58px;
}

.analyze-loading-title {
    width: 686px;
    color: #191919;
    font-size: 64px;
    font-family: Pretendard, sans-serif;
    font-weight: 700;
    line-height: 50px;
    min-height: 50px;
    word-break: keep-all;
}

.analyze-loading-desc {
    position: absolute;
    /* left: 46px;
    top: 280px; */
    color: #191919;
    font-size: 36px;
    font-family: Pretendard, sans-serif;
    font-weight: 400;
    line-height: 60px;
    word-break: keep-all;
}

.analyze-loading-img {
    width: 503.07px;
    height: 504.3px;
    position: absolute;
    /* left: 105px;
    top: 740.13px; */
    transform: rotate(-18deg);
    transform-origin: top left;
}

.analyze-loading-retry {
    width: 686px;
    height: 99.18px;
    padding: 12px 20px;
    position: absolute;
    /* left: 46px;
    top: 1340px; */
    background: white;
    border-radius: 8px;
    outline: 1px #D4D4D5 solid;
    outline-offset: -1px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    box-sizing: border-box;
}

.analyze-loading-retry-inner {
    display: flex;
    align-items: center;
    gap: 20px;
}

.analyze-loading-retry-icon {
    width: 30px;
    height: 30px;
    position: relative;
}

.analyze-loading-retry-icon .icon-main {
    width: 19.92px;
    height: 20px;
    position: absolute;
    left: 5px;
    top: 5px;
    outline: 2.67px black solid;
    outline-offset: -1.33px;
}

.analyze-loading-retry-icon .icon-dot {
    width: 6.25px;
    height: 6.25px;
    position: absolute;
    left: 18.75px;
    top: 5px;
    outline: 2.67px black solid;
    outline-offset: -1.33px;
}

.analyze-loading-retry-text {
    color: #191919;
    font-size: 32px;
    font-family: Pretendard, sans-serif;
    font-weight: 400;
    line-height: 24px;
    word-break: keep-all;
}

.analyze-loading-title-box,
.analyze-loading-desc,
.analyze-loading-img,
.analyze-loading-retry {
  position: static !important;
  left: unset !important;
  top: unset !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: flex !important;
  justify-content: center !important;
}
.analyze-loading-title-box,
.analyze-loading-desc {
  width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.analyze-loading-img {
  display: block !important;
  margin: 40px auto 0 auto !important;
}
.analyze-loading-retry {
  margin: 40px auto 0 auto !important;
  display: flex !important;
  justify-content: center !important;
}

/* �뚯썝媛��� �섏씠吏� �ㅽ��� */
.signup-wrap {
    width: 100%;
    height: calc(100vh-180px);

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 50px;
    padding: 0px 50px 110px 50px;
    box-sizing: border-box;


}

.signup-container {
    width: 686px;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.signup-title-box {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
}

.signup-title {
    color: #191919;
    font-size: 64px;
    font-family: Pretendard;
    font-weight: 700;
    line-height: 100px;
    word-wrap: break-word;
}

.signup-desc {
    color: #191919;
    font-size: 32px;
    font-family: Pretendard;
    font-weight: 400;
    line-height: 50px;
    word-wrap: break-word;
}

.signup-form {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.signup-form-group {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.signup-label {
    font-size: 32px;
    font-family: Pretendard;
    font-weight: 700;
    line-height: 20px;
    color: #191919;
    word-wrap: break-word;
}

.signup-required {
    color: #5E2C91;
    font-size: 32px;
    font-family: Pretendard;
    font-weight: 700;
    margin-left: 4px;
}

.signup-input-row {
    height: 80px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.signup-input-wrap {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.signup-input {
    padding: 14px 20px;
    background: white;
    border-radius: 8px;
    outline: 1px #D4D4D5 solid;
    outline-offset: -1px;
    display: flex;
    align-items: center;
    height: 100%;
}

.signup-name-input,
.signup-email-input {
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
    font-family: Pretendard;
    font-size: 28px;
    font-weight: 400;
    color: #191919;
}

.signup-name-input::placeholder,
.signup-email-input::placeholder {
    color: #A8A8AB;
    font-family: Pretendard;
    font-size: 28px;
    font-weight: 400;
    line-height: 20px;
    opacity: 1;
}

.signup-agree-group {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.signup-agree-row {
    display: flex;
    align-items: center;
    gap: 24px;
}

.signup-checkbox {
    width: 32px;
    height: 32px;
    border-radius: 4px;
    border: 1px #D4D4D5 solid;
    accent-color: #5E2C91;
    margin-right: 8px;
}

.signup-agree-label {
    font-size: 28px;
    font-family: Pretendard;
    font-weight: 400;
    color: #191919;
    line-height: 20px;
    cursor: pointer;
}

.signup-more {
    color: #7D7D81;
    font-size: 24px;
    font-family: Pretendard;
    font-weight: 400;
    line-height: 20px;
    cursor: pointer;
    margin-left: auto;
}

.signup-popup-overlay {
    position: fixed;
    left: 0; top: 0; right: 0; bottom: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(38, 38, 45, 0.30);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.signup-popup {
    display: flex;
    width: 686px;
    max-height: 80vh;
    padding: 40px 36px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 24px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.12);
    overflow-y: auto;
}
.signup-popup-header {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
}
.signup-popup-title {
    flex: 1 1 0;
    color: #191919;
    font-size: 36px;
    font-family: Pretendard;
    font-weight: 500;
    line-height: 26px;
    word-wrap: break-word;
}
.signup-popup-close {
    width: 64px;
    height: 64px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.signup-popup-content-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 50px;
}
.signup-popup-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 24px;
}
.signup-popup-section-inner {
    width: 100%;
    border-bottom: 1px #D4D4D5 solid;
    display: flex;
    align-items: center;
}
.signup-popup-text {
    flex: 1 1 0;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #515157;
    font-size: 28px;
    font-family: Pretendard;
    font-weight: 400;
    line-height: 40px;
    word-wrap: break-word;
}

.signup-input.input-error {
    border: 1.5px solid #ff3b30 !important;
}

/* �대챸 �댁꽍 寃곌낵 由ы룷�� (step5) �ㅽ��� */
.report-body {
    margin: 0;
    min-height: 100vh;
    width: 100vw;
    justify-content: center;
    /* �ㅽ겕濡� 媛��ν븯�꾨줉 異붽� */
    overflow-y: auto;
    box-sizing: border-box;
}
.report-wrap {
    /* width: 100%; */
    /* height: 100%; */
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 50px;
    padding: 180px 50px 180px 50px;
}
.report-title-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
}

.report-title {
    color: #191919;
    font-size: 64px;
    font-family: Pretendard;
    font-weight: 700;
    line-height: 50px;
    word-wrap: break-word;
}

.report-main-box {
    width: 100%;
    background: white;
    border-radius: 30px;
    outline: 2px #5E2C91 solid;
    outline-offset: -2px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    box-sizing: border-box;
    /* height: 2000px; */
    padding: 40px 0px 40px 0px;
}
.report-main-box-cap {
    width: 100%;
    background: white;
    border-radius: 30px;
    outline: 2px #5E2C91 solid;
    outline-offset: -2px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    box-sizing: border-box;
    /* height: 2000px; */
    padding: 40px 0px 40px 0px;
}
.report-main-inner-cap {
    width: 686px;
    padding: 40px 20px 20px 20px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
    box-sizing: border-box;

}
.report-main-inner {
    width: 686px;
    padding: 40px 20px 20px 20px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
    box-sizing: border-box;

}
.report-character-name {
    width: 100%;
    height: 48px;
    text-align: center;
    color: #191919;
    font-size: 48px;
    font-family: Pretendard;
    font-weight: 700;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.report-character-name-cap {
    width: 100%;
    height: 48px;
    text-align: center;
    color: #191919;
    font-size: 48px;
    font-family: Pretendard;
    font-weight: 700;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.report-character-image-box {
    width: 100%;
    height: 229px;
    position: relative;
}
.report-character-image-box-cap {
    width: 100%;
    height: 229px;
    position: relative;
}
.report-character-image-box-back {
    width: 100%;
    height: 100%;

}
.report-character-image-box-back-cap {
    width: 100%;
    height: 100%;

}
.report-character-image{
    height: 229px;
    position: absolute;
    left: 216px;
    top: 0;
}
.report-character-image-cap{
    height: 229px;
    position: absolute;
    left: 216px;
    top: 0;
}

.report-character-desc-box {
    width: 100%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.report-character-desc-box-cap {
    width: 100%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.report-character-desc {
    width: 100%;
    text-align: center;
    color: #5E2C91;
    font-size: 36px;
    font-family: ChungjuKimSaengTTF;
    font-weight: 400;
    line-height: 54px;
    word-wrap: break-word;
}
.report-character-desc-cap {
    width: 100%;
    text-align: center;
    color: #5E2C91;
    font-size: 36px;
    font-family: ChungjuKimSaengTTF;
    font-weight: 400;
    line-height: 54px;
    word-wrap: break-word;
}
.report-section {
    width: 626px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
}
.report-section-cap {
    width: 626px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
}
.report-section-title {
    color: #5E2C91;
    font-size: 36px;
    font-family: 'EBSJSKBold';
    font-weight: bold;
    line-height: 60px;
    word-wrap: break-word;
}
.report-section-title-cap {
    color: #5E2C91;
    font-size: 36px;
    font-family: 'EBSJSKBold';
    font-weight: bold;
    line-height: 60px;
    word-wrap: break-word;
}
.report-section-content {
    width: 100%;
    color: #191919;
    font-size: 32px;
    font-family: Pretendard;
    font-weight: 400;
    line-height: 50px;
    word-wrap: break-word;
}
.report-section-content-cap {
    width: 100%;
    color: #191919;
    font-size: 32px;
    font-family: Pretendard;
    font-weight: 400;
    line-height: 50px;
    word-wrap: break-word;
}
.report-luck-row {
    width: 100%;
    display: flex;
    flex-direction: column;
    /* gap: 30px; */
}
.report-luck-row-cap {
    width: 100%;
    display: flex;
    flex-direction: column;
    /* gap: 30px; */
}
.report-luck-title-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.report-luck-title {
    color: #000;
    font-family: "EBSJSKMedium";
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px; /* 166.667% */
    letter-spacing: -0.9px;
}
.report-luck-title-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.report-luck-title-cap {
    color: #000;
    font-family: "EBSJSKMedium";
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px; /* 166.667% */
    letter-spacing: -0.9px;
}
.report-luck-score-cap {
    color: #CE75FF;
    font-size: 36px;
    font-family: "EBSJSKMedium";
    font-weight: 400;
    line-height: 60px;
}
.report-luck-score {
    color: #CE75FF;
    font-size: 36px;
    font-family: "EBSJSKMedium";
    font-weight: 400;
    line-height: 60px;
}
.report-luck-desc {
    width: 100%;
    color: #191919;
    font-size: 32px;
    font-family: Pretendard;
    font-weight: 400;
    line-height: 50px;
    word-wrap: break-word;
}

.report-goods-section {
    width: 626px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
    box-sizing: border-box;
}
.report-luck-desc {
    width: 100%;
    color: #191919;
    font-size: 32px;
    font-family: Pretendard;
    font-weight: 400;
    line-height: 50px;
    word-wrap: break-word;
}
.report-luck-desc-cap {
    width: 100%;
    color: #191919;
    font-size: 32px;
    font-family: Pretendard;
    font-weight: 400;
    line-height: 50px;
    word-wrap: break-word;
}
.report-goods-section {
    width: 626px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
    box-sizing: border-box;
}
.report-goods-title-cap {
    color: #5E2C91;
    font-size: 36px;
    font-family: "EBSJSKBold";
    font-weight: 400;
    line-height: 50px;
    word-wrap: break-word;
}
.report-goods-title {
    color: #5E2C91;
    font-size: 36px;
    font-family: "EBSJSKBold";
    font-weight: 400;
    line-height: 50px;
    word-wrap: break-word;
}

.report-goods-list {
    width: 100%;
    display: flex;
    gap: 13px;
    box-sizing: border-box;
}
.report-goods-list-cap {
    width: 100%;
    display: flex;
    gap: 13px;
    box-sizing: border-box;
}
.report-goods-item {
    width: 200px;
    padding: 0 0px 0px 0px;
    /* outline: 3px #7E7E7E solid; */
    /* border-radius: 8px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    box-sizing: border-box;
}

.report-goods-image {
    width: 197px;
    height: 207px;
    background: #F6F6F6;
    border-radius: 8px;
    margin-bottom: 0;
}
.report-goods-item-cap {
    width: 200px;
    padding: 0 0px 0px 0px;
    outline: 3px #7E7E7E solid;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    box-sizing: border-box;
}

.report-goods-image-cap {
    width: 197px;
    height: 207px;
    background: #F6F6F6;
    border-radius: 8px;
    margin-bottom: 0;
}

.report-goods-label-box-cap {
    width: 100%;
    height: 44px;
    padding: 0 10px;
    background: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 0 0 8px 8px;
}

.report-goods-label {
    flex: 1 1 0;
    text-align: center;
    color: #191919;
    font-size: 24px;
    font-family: Pretendard;
    font-weight: 700;
    line-height: 20px;
}

.report-goods-match {
    width: 186px;
    text-align: center;
    color: #5E2C91;
    font-size: 32px;
    font-family: Pretendard;
    font-weight: 700;
    line-height: 40px;
}
.report-goods-label-cap {
    flex: 1 1 0;
    text-align: center;
    color: #191919;
    font-size: 24px;
    font-family: Pretendard;
    font-weight: 700;
    line-height: 20px;
}

.report-goods-match-cap {
    width: 186px;
    text-align: center;
    color: #5E2C91;
    font-size: 32px;
    font-family: Pretendard;
    font-weight: 700;
    line-height: 40px;
}
.report-footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
}


.report-footer-btn-row {
    width: 100%;
    height: 96px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.report-footer-btn {
    flex: 1 1 0;
    height: 100%;
    padding: 12px 20px;
    border-radius: 8px;
    outline: 1px #D4D4D5 solid;
    outline-offset: -1px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    font-size: 32px;
    font-family: Pretendard;
    font-weight: 400;
    line-height: 24px;
    cursor: pointer;
    background: #fff;
    color: #191919;
}
.report-footer-btn2 {
  flex: 1 1 0;
  height: 100%;
  padding: 12px 20px;
  border-radius: 8px;
  outline: 1px #D4D4D5 solid;
  outline-offset: -1px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  font-size: 32px;
  font-family: Pretendard;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
  background: #fff;
  color: #191919;
}
.report-footer-btn.primary {
    background: #5E2C91;
    color: #fff;
    outline: none;
}

/* ai-mockup-result �ㅽ��� */

.ai-mockup-result-container {
  width: 100%;
  height: 100vh;
  position: relative;
  background: white;
  /* overflow: hidden; */
}

.ai-mockup-result-main {
  width: 686px;
  height: 1344px;
  left: 50px;
  top: 0;

  position: absolute;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 79px;
}

.ai-mockup-result-header {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
}

.ai-mockup-result-title {
  align-self: stretch;
  color: #191919;
  font-size: 64px;
  font-family: Pretendard;
  font-weight: 700;
  line-height: 50px;
  word-wrap: break-word;
}

.ai-mockup-result-desc {
  align-self: stretch;
  color: #191919;
  font-size: 36px;
  font-family: Pretendard;
  font-weight: 400;
  line-height: 60px;
  word-wrap: break-word;
}

.ai-mockup-result-content {
  align-self: stretch;
  height: 1050px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: self-start;
}

.ai-mockup-result-img {
  width: 100%;
  height: auto;
  background: white;
}

.ai-mockup-result-btns-wrap {
  width: 686px;
  height: 96px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}

.ai-mockup-result-btns {
  align-self: stretch;
  height: 96px;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}

.ai-mockup-result-download-btn {
  flex: 1 1 0;
  align-self: stretch;
  padding: 12px 20px;
  background: white;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  cursor: pointer;

  border: 1px solid var(--gray-100, #D4D4D5);
  
}


.ai-mockup-result-download-btn-text {
  color: black;
  font-size: 32px;
  font-family: Pretendard;
  font-weight: 400;
  line-height: 24px;
  word-wrap: break-word;
}

.ai-mockup-result-home-btn {
  flex: 1 1 0;
  align-self: stretch;
  padding: 12px 20px;
  border-radius: 8px;
  background: #5E2C91;
  outline: 1px #D4D4D5 solid;
  outline-offset: -1px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.ai-mockup-result-home-btn-text {
  color: white;
  font-size: 32px;
  font-family: Pretendard;
  font-weight: 400;
  line-height: 24px;
  word-wrap: break-word;
}



.ai-mockup-result-capture-wrap {
  width: 611px;
  height: auto;
  padding: 10px;
  background: white;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
}

.ai-mockup-result-capture-img {
  width: 601px;
  height: auto;
  background: white;
}

.ai-mockup-result-capture-footer {
  align-self: stretch;
  padding: 10px;
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  gap: 13px;
}

.ai-mockup-result-capture-madeby {
  text-align: center;
  color: #434343;
  font-size: 24px;
  font-family: Pretendard;
  font-weight: 700;
  line-height: 20px;
  word-wrap: break-word;
}

.ai-mockup-result-capture-logo {
  width: 111px;
  height: 40px;
  position: relative;
  overflow: hidden;
}
/* AI 紐⑹뾽 �앹뾽 �ㅻ쾭�덉씠 */
.ai-popup-overlay {
    display: none;
    position: fixed;
    left: 0; top: 0;
    width: 100vw; height: 100vh;
    z-index: 9999;
    background: rgba(38,38,45,0.30);
    justify-content: center;
    align-items: center;
}

/* �앹뾽 蹂몄껜 */
.ai-popup-box {
    width: 686px; height: 368.5px;
    background: #fff;
    margin: 60px auto 0 auto;
    border-radius: 24px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.15);
    /* position: relative; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 0;
    /* top: 20vh; */
    right: 0;
}

/* �앹뾽 �대� 而⑦뀒�대꼫 */
.ai-popup-inner {
    width: 100%; height: 100%;
    padding: 40px 36px;
    background: white;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

/* �앹뾽 �곷떒 ���댄� �곸뿭 */
.ai-popup-header {
    width: 614px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
    position: relative;
}

/* �앹뾽 ���댄� */
.ai-popup-title {
    flex: 1 1 0;
    color: #191919;
    font-size: 36px;
    font-family: Pretendard, sans-serif;
    font-weight: 500;
    line-height: 26px;
    word-wrap: break-word;
}

/* �リ린 踰꾪듉 */
.ai-popup-close {
    position: absolute;
    right: 24px;
    background: none;
    border: none;
    font-size: 36px;
    cursor: pointer;
}

/* �앹뾽 蹂몃Ц */
.ai-popup-body {
    width: 614px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 50px;
}

/* �덈궡臾� */
.ai-popup-desc-row {
    align-self: stretch;
    border-bottom: 1px #D4D4D5 solid;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.ai-popup-desc {
    flex: 1 1 0;
    padding: 12px 0;
    color: #515157;
    font-size: 28px;
    font-family: Pretendard, sans-serif;
    font-weight: 400;
    line-height: 40px;
    word-wrap: break-word;
}

/* 援우쫰 �좏깮 �곸뿭 */
.ai-popup-goods-row {
    align-self: stretch;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
}

/* 援우쫰 �꾩씠�� */
.ai-popup-goods-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

/* �좏깮 �� */
.ai-popup-radio {
    width: 24px; height: 24px;
    position: relative;
    background: white;
    border-radius: 14px;
    border: 1px #D4D4D5 solid;
}

/* �좏깮�� �� �ㅽ��쇱� JS�먯꽌 outline �깆쑝濡� 泥섎━ */

/* 援우쫰 �대�吏� */
.ai-popup-goods-img-box {
    width: 186px; height: 207px;
    position: relative;
    background: #F6F3F0;
    overflow: hidden;
}
.ai-popup-goods-img-box.white { background: #fff; }
.ai-popup-goods-img-box.gray { background: #F6F6F6; }
.ai-popup-goods-img {
    width: 138.67px; height: 208px;
    left: 24px; top: 0;
    position: absolute;
}

/* 援우쫰 �쇰꺼 */

.ai-popup-goods-label {
    flex: 1 1 0;
    text-align: center;
    color: #3F4B66;
    font-size: 24px;
    font-family: Pretendard, sans-serif;
    font-weight: 400;
    line-height: 20px;
    word-wrap: break-word;
}

/* �앹꽦 踰꾪듉 */
.ai-popup-generate-btn {
    align-self: stretch;
    height: 96px;
    padding: 12px 20px;
    background: #5E2C91;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    cursor: pointer;
}
.ai-popup-generate-btn-text {
    color: white;
    font-size: 32px;
    font-family: Pretendard, sans-serif;
    font-weight: 400;
    line-height: 24px;
    word-wrap: break-word;
}
.ai-popup-circle{
    width: 14px;
    height: 14px;

    position: absolute;
    background: #225EFF;
    border-radius: 9999px
}


.ai-popup-goods-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 186px;
}

.ai-popup-radio {
  width: 24px;
  height: 24px;
  position: relative;
  background: white;
  border-radius: 14px;
  border: 1px solid #D4D4D5;
  outline-offset: -1px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ai-popup-radio[data-status="on"] {
  outline: 1px #225EFF solid;
}

.ai-popup-circle {
  width: 14px;
  height: 14px;

  position: absolute;
  background: #225EFF;
  border-radius: 9999px;
}

.ai-popup-goods-img-box {
  width: 186px;
  height: 207px;
  position: relative;
  background: #F6F3F0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ai-popup-goods-img-box.white {
  background: #fff;
}
.ai-popup-goods-img-box.gray {
  background: #F6F6F6;
}

.ai-popup-goods-img {
  width: 138.67px;
  height: 208px;
  left: 24px;
  top: 0;
  position: absolute;
}



.ai-popup-goods-imagebox {
    width: 186px;
    height: 207px;
    position: relative; 
    background: #F6F3F0; 
    overflow: hidden
}
.ai-popup-goods-image {
    width: 138.67px; 
    /* height: 208px;  */
    left: 24px; 
    top: 0px; 
    position: absolute
}


/* �앹뾽 援우쫰 �좏깮 �곸뿭 */
.ai-popup-goods-select-row {
  align-self: stretch;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  display: inline-flex;
}
.ai-popup-goods-item2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
}
.ai-popup-goods-radio {
  width: 186px;
  padding-top: 10px;
  padding-bottom: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: inline-flex;
}
.ai-popup-goods-radio-circle {
  width: 24px;
  height: 24px;
  position: relative;
  background: white;
  border-radius: 14px;
  border: 1px solid rgb(212, 212, 213);
  outline-offset: -1px;
}
.ai-popup-goods-radio-circle[data-status="on"] {
  outline: 1px #225EFF solid;
}

.ai-popup-goods-label-row {
  width: 186px;
  height: 44px;

  background: white;
  overflow: hidden;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  display: inline-flex;
}
.ai-popup-goods-label-text {
  flex: 1 1 0;
  text-align: center;
  color: #3F4B66;
  font-size: 24px;
  font-family: Pretendard;
  font-weight: 400;
  line-height: 20px;
  word-wrap: break-word;
}

/* ...existing code... */
.analyze-loading-retry-icon svg {
    vertical-align: top; 
    display: inline-block;
}
/* ...existing code... */
/* 786px �댄븯�먯꽌 main.html 愿��� px �⑥쐞瑜� vw/vh濡� 蹂��� */
@media (max-width: 393px) {
  .main_content {
    width: 90vw; /* 710px �� 90vw */
    gap: 5.1vw; /* 40px �� 5.1vw */
  }
  .main_title_box {
    gap: 3vh; /* 50px �� 6.4vw */
  }
  .main_subtitle_box {
    width: 66.2vw; /* 520px �� 66.2vw */
    height: 4.7vh; /* 80px �� 4.7vh */
    gap: 1.3vw; /* 10px �� 1.3vw */
    border-radius: 3.8vw; /* 30px �� 3.8vw */
  }
  .main_subtitle {
    font-size: 3.6vw; /* 28px �� 3.6vw */
    letter-spacing: 0.18vw; /* 1.4px �� 0.18vw */
  }
  .main_title {
    font-size: 10.9vw; /* 86px �� 10.9vw */
    margin: 0;
  }
  .main_owl {
    height: 42vh; /* 716px �� 42vh */
  }
  .main_text {
    font-size: 5.1vw; /* 40px �� 5.1vw */
    width: 90vw; /* 710px �� 90vw */
    line-height: 4.7vh; /* 80px �� 4.7vh */
  }
  .main_btn {
    height: 7vh; /* 120px �� 7vh */
    gap: 6.3vw; /* 49.337px �� 6.3vw */
    border-radius: 115.6vw; /* 907.796px �� 115.6vw */
  }
  .main_btn_text {
    font-size: 5.1vw; /* 40px �� 5.1vw */
    line-height: 3.5vh; /* 60px �� 3.5vh */
    letter-spacing: -0.13vw; /* -1px �� -0.13vw */
  }
  .main_btn svg {
    width: 6.8vw; /* 53.334px �� 6.8vw */
    height: 2.3vh; /* 40px �� 2.3vh */
  }
  .main_btn_row {
    gap: 2.5vw; /* 20px �� 2.5vw */
  }
}

/* 786px �댄븯�먯꽌 step1.html(�낅줈�� �섏씠吏�) 愿��� px �⑥쐞瑜� vw/vh濡� 蹂��� */
@media (max-width: 393px) {
  .upload-background {
    width: 100vw;
    height: 100vh;
    padding: 0 6.4vw; /* 180px 50px �� 10.6vh 6.4vw */
    aspect-ratio: unset;
  }
  .upload-container {
    gap: 5.1vw; /* 40px �� 5.1vw */
  }
  .upload-title-section {
    gap: 4.7vh; /* �대� vh �⑥쐞 */
  }
  .upload-title {
    font-size: 8.1vw; /* 64px �� 8.1vw */
    line-height: 6.4vw; /* 50px �� 6.4vw */
  }
  .upload-form {
    gap: 5.1vw; /* 40px �� 5.1vw */
  }
  .upload-form-group {
    gap: 3.8vw; /* 30px �� 3.8vw */
  }
  .upload-label {
    font-size: 4.1vw; /* 32px �� 4.1vw */
    line-height: 2vw; /* 20px �� 2vw */
  }
  .upload-required {
    font-size: 4.1vw; /* 32px �� 4.1vw */
  }
  .upload-input-row {

    gap: 1vw; /* 8px �� 1vw */
  }
  .upload-input-wrap {
    gap: 1vw; /* 8px �� 1vw */
    /* height: 4.7vh;  */
  }
  .upload-input {
    padding: 0.8vh 2.5vw; /* 14px 20px �� 0.8vh 2.5vw */
    border-radius: 1vw; /* 8px �� 1vw */
    gap: 1vw; /* 8px �� 1vw */
    min-height: 33px;
  }
  .character-name-input,
  .character-birth-input {
    font-size: 3.6vw; /* 28px �� 3.6vw */
  }
  .character-name-input::placeholder,
  .character-birth-input::placeholder {
    font-size: 3.6vw; /* 28px �� 3.6vw */
    line-height: 2vw; /* 20px �� 2vw */
  }
  .input-error-message {
    font-size: 3vw;
    line-height: 1.1vw;
    margin-top: 1vw;
    /* min-height: 24px;  */
  }
  .input-error-message.active {
    min-height: 16px;
  }
  .upload-image-section {
    height: 29.9vh; /* 510px �� 29.9vh */
    border-radius: 0.7vw; /* 12px �� 0.7vw */
    gap: 2.5vw; /* 20px �� 2.5vw */
  }
  .upload-image-border {
    height: 29.9vh; /* 510px �� 29.9vh */
    border-radius: 1vw; /* 8px �� 1vw */
  }
  .upload-image-guide {
    left: 16.8vw; /* 132px �� 16.8vw */
    top: 6vh; /* 101.5px �� 6vh */
    gap: 2.5vw; /* 20px �� 2.5vw */
  }
  .upload-image-icon,
  .upload-image-icon svg {
    width: 10.2vw; /* 80px �� 10.2vw */
    height: 10.2vw;
  }
  .upload-image-desc {
    font-size: 3.6vw; /* 28px �� 3.6vw */
    line-height: 2.3vh; /* 40px �� 2.3vh */
  }
  .upload-image-btn {
    width: 48.4vw; /* 380px �� 48.4vw */
    height: 4.7vh; /* �대� vh �⑥쐞 */
    padding: 0.5vh 1.5vw; /* 8px 12px �� 0.5vh 1.5vw */
    border-radius: 0.8vw; /* 6px �� 0.8vw */
    font-size: 4.1vw; /* 32px �� 4.1vw */
    margin-bottom: 1.9vh; /* 32px �� 1.9vh */
  }
  .upload-again-btn {
    height: 5.8vh; /* 99.181px �� 5.8vh */
    padding: 0.7vh 2.5vw; /* 12px 20px �� 0.7vh 2.5vw */
    border-radius: 1vw; /* 8px �� 1vw */
    gap: 2.5vw; /* 20px �� 2.5vw */
    font-size: 4.1vw; /* 32px �� 4.1vw */
    line-height: 1.4vw; /* 24px �� 1.4vw */
    letter-spacing: -0.1vw; /* -0.8px �� -0.1vw */
  }
  .upload-again-btn svg {
    width: 3.8vw; /* 30px �� 3.8vw */
    height: 3.8vw;
  }
  .upload-footer {
    height: 5.6vh; /* 96px �� 5.6vh */
  }
  .upload-logo {
    height: 100%;
  }
  .upload-logo img{
    height: 3.5vh; /* 60px �� 3.5vh */
    width: auto;
  }
  .upload-footer-btns {
    width: 36.6vw; /* 288px �� 36.6vw */
    height: 5.6vh; /* 96px �� 5.6vh */
    gap: 2vw; /* 16px �� 2vw */
  }
  .upload-btn {
    padding: 0.7vh 2.5vw; /* 12px 20px �� 0.7vh 2.5vw */
    border-radius: 1vw; /* 8px �� 1vw */
    gap: 0.5vw; /* 4px �� 0.5vw */
    font-size: 4.1vw; /* 32px �� 4.1vw */
    line-height: 1.4vw; /* 24px �� 1.4vw */
  }
}

/* 786px �댄븯�먯꽌 step2.html(遺꾩꽍 �섏씠吏�) 愿��� px �⑥쐞瑜� vw/vh濡� 蹂��� */
@media (max-width: 393px) {
  .analyze-wrap {
    gap: 6.4vw; /* 50px �� 6.4vw */
    left: 6vw
    /* padding: 10vh 0 6.5vh 0;  */
  }
  .analyze-section {
    gap: 3.8vw; /* 30px �� 3.8vw */
  }
  .analyze-title-box {
    width: 87.3vw; /* 686px �� 87.3vw */
    gap: 3.8vw; /* 30px �� 3.8vw */
  }
  .analyze-title {
    font-size: 8.1vw; /* 64px �� 8.1vw */
    line-height: 6.4vw; /* 50px �� 6.4vw */
  }
  .analyze-desc {
    font-size: 4.1vw; /* 32px �� 4.1vw */
    line-height: 6.4vw; /* 50px �� 6.4vw */
  }
  .analyze-tag-list {
    width: 87.3vw; /* 686px �� 87.3vw */
    height: 10.3vh; /* 176px �� 10.3vh */
    padding: 1.2vh 2vw; /* 20px 16px �� 1.2vh 2vw */
    border-radius: 1vw; /* 8px �� 1vw */
    gap: 2vw; /* 16px �� 2vw */
  }
  .analyze-tag {
    height: 3.5vh; /* 60px �� 3.5vh */
    padding: 0 2.5vw; /* 20px �� 2.5vw */
    border-radius: 3.8vw; /* 30px �� 3.8vw */
    gap: 0.5vw; /* 4px �� 0.5vw */
  }
  .analyze-tag-text {
    font-size: 4.1vw; /* 32px �� 4.1vw */
    line-height: 2vw; /* 20px �� 2vw */
  }
  .analyze-tag .analyze-tag-remove {
    margin-left: 1vw; /* 8px �� 1vw */
  }
  .analyze-tag-remove svg {
    width: 4.1vw; /* 30px �� 3.8vw */
    height: 4.1vw;
  }
  .analyze-guide {
    font-size: 3.6vw; /* 28px �� 3.6vw */
    line-height: 1.1vw; /* 18px �� 1.1vw */
    margin-top: 1vw; /* 8px �� 1vw */
  }
  .analyze-footer {
    gap: 1.5vw; /* 12px �� 1.5vw */
    margin-top: 4vw; /* 32px �� 4vw */
  }
  .analyze-footer button {
    font-size: 2.5vw; /* 20px �� 2.5vw */
    padding: 1vw 3vw; /* 8px 24px �� 1vw 3vw */
    border-radius: 1vw; /* 8px �� 1vw */
  }
  .analyze-ai-section {
    width: 87.3vw; /* 686px �� 87.3vw */
    gap: 2.5vw; /* 20px �� 2.5vw */
  }
  .analyze-ai-title-row {
    gap: 1.3vw; /* 10px �� 1.3vw */
  }
  .analyze-ai-title {
    font-size: 4.1vw; /* 32px �� 4.1vw */
    line-height: 1.1vw; /* 18px �� 1.1vw */
  }
  .analyze-ai-icon {
    width: 4.1vw; /* 32px �� 4.1vw */
    height: 4.1vw;
  }
  .analyze-ai-tag-list {
    padding: 0.8vh 2vw; /* 14px 16px �� 0.8vh 2vw */
    border-radius: 1vw; /* 8px �� 1vw */
    gap: 2vw; /* 16px �� 2vw */
  }
  .analyze-ai-tag {
    height: 2.9vh; /* 50px �� 2.9vh */
    padding: 0 1.3vw; /* 10px �� 1.3vw */
    border-radius: 1.3vw; /* 10px �� 1.3vw */
    gap: 0.5vw; /* 4px �� 0.5vw */
  }
  .analyze-ai-tag-text {
    font-size: 3.6vw; /* 28px �� 3.6vw */
    line-height: 2vw; /* 20px �� 2vw */
  }
  .analyze-group-section {
    gap: 1.3vw; /* 10px �� 1.3vw */
  }
  .analyze-group-row {
    gap: 3vw; /* 24px �� 3vw */
  }
  .analyze-group-tag {
    height: 3.5vh; /* 60px �� 3.5vh */
    padding: 0 1.3vw; /* 10px �� 1.3vw */
    border-radius: 1.3vw; /* 10px �� 1.3vw */
    gap: 1vw; /* 8px �� 1vw */
    /* max-width: 26.7vw; */
  }
  .analyze-group-tag.selected {
    outline-width: 0.25vw; /* 2px �� 0.25vw */
  }
  .analyze-group-tag-icon {
    width: 5.1vw; /* 40px �� 5.1vw */
    height: 5.1vw;
    border-radius: 0.5vw; /* 4px �� 0.5vw */
    border-width: 0.13vw; /* 1px �� 0.13vw */
  }
  .analyze-group-tag-label {
    font-size: 3.6vw; /* 28px �� 3.6vw */
    line-height: 2vw; /* 20px �� 2vw */
  }
  .analyze-group-title-box {
    height: 4.7vh; /* 80px �� 4.7vh */
    padding: 0.5vh 2.5vw; /* 8px 20px �� 0.5vh 2.5vw */
    border-top-left-radius: 0.6vw; /* 5px �� 0.6vw */
    border-top-right-radius: 0.6vw;
    border-left-width: 0.13vw; /* 1px �� 0.13vw */
    border-top-width: 0.13vw;
    border-right-width: 0.13vw;
    border-bottom-width: 0.13vw;
  }
  .analyze-group-title {
    font-size: 4.1vw; /* 32px �� 4.1vw */
    line-height: 2vw; /* 20px �� 2vw */
  }
  .analyze-group-title-icon {
    width: 4.1vw; /* 32px �� 4.1vw */
    height: 4.1vw;
  }
  .analyze-group-content-box {
    padding: 1.3vw; /* 10px �� 1.3vw */
    border-bottom-left-radius: 0.6vw; /* 5px �� 0.6vw */
    border-bottom-right-radius: 0.6vw;
    gap: 1.5vw; /* 12px �� 1.5vw */
  }
}



/* 786px �댄븯�먯꽌 step3.html(濡쒕뵫 �섏씠吏�) 愿��� px �⑥쐞瑜� vw/vh濡� 蹂��� */
@media (max-width: 393px) {
  .analyze-loading-wrap {
    gap: 20px;
  }
  .analyze-loading-title-box {
    /* left: 5.8vw;   
    top: 10.6vh;   */
    gap: 7.4vw;    /* 58px �� 7.4vw */
  }
  .analyze-loading-title {
    width: 87.3vw; /* 686px �� 87.3vw */
    font-size: 8.1vw; /* 64px �� 8.1vw */
    line-height: 6.4vw; /* 50px �� 6.4vw */
  }
  .analyze-loading-desc {
    /* left: 5.8vw;   
    top: 16.4vh;    */
    font-size: 4.6vw;  /* 36px �� 4.6vw */
    line-height: 3.5vh; /* 60px �� 3.5vh */
  }
  .analyze-loading-img {
    width: 64vw;   /* 503.07px �� 64vw */
    height: 64vw; /* 504.3px �� 29.6vh */
    /* left: 13.4vw;  
    top: 43.4vh;   */
  }
  .analyze-loading-retry {
    width: 88.4vw; /* 686px �� 87.3vw */
    height: 5.8vh; /* 99.18px �� 5.8vh */
    padding: 0.7vh 2.5vw; /* 12px 20px �� 0.7vh 2.5vw */
    /* left: 5.8vw; 
    top: 78.7vh;    */
    border-radius: 1vw; /* 8px �� 1vw */
    gap: 0.5vw;    /* 4px �� 0.5vw */
  }
  .analyze-loading-retry-inner {
    gap: 2.5vw;    /* 20px �� 2.5vw */
  }
  .analyze-loading-retry-icon,
  .analyze-loading-retry-icon svg {
    width: 3.8vw;  /* 30px �� 3.8vw */
    height: 3.8vw;
  }
  .analyze-loading-retry-icon .icon-main {
    width: 2.5vw;  /* 19.92px �� 2.5vw */
    height: 1.2vh;  /* 20px �� 1.2vh */
    left: 0.6vw;    /* 5px �� 0.6vw */
    top: 0.3vh;     /* 5px �� 0.3vh */
    outline-width: 0.34vw; /* 2.67px �� 0.34vw */
    outline-offset: -0.17vw; /* -1.33px �� -0.17vw */
  }
  .analyze-loading-retry-icon .icon-dot {
    width: 0.8vw;  /* 6.25px �� 0.8vw */
    height: 0.4vh;  /* 6.25px �� 0.4vh */
    left: 2.4vw;    /* 18.75px �� 2.4vw */
    top: 0.3vh;     /* 5px �� 0.3vh */
    outline-width: 0.34vw; /* 2.67px �� 0.34vw */
    outline-offset: -0.17vw; /* -1.33px �� -0.17vw */
  }
  .analyze-loading-retry-text {
    font-size: 4.1vw; /* 32px �� 4.1vw */
    line-height: 1.4vw; /* 24px �� 1.4vw */
  }
}



/* 786px �댄븯�먯꽌 step4.html(�뚯썝媛���/由ы룷�� �묎렐) 愿��� px �⑥쐞瑜� vw/vh濡� 蹂��� */
@media (max-width: 393px) {
  .signup-wrap {
    padding: 0 6.4vw 6.5vh 6.4vw; /* 180px 50px 110px 50px �� 10.6vh 6.4vw 6.5vh 6.4vw */
    gap: 6.4vw; /* 50px �� 6.4vw */
  }
  .signup-container {
    width: 100%; /* 686px �� 87.3vw */
    gap: 6.4vw; /* 50px �� 6.4vw */
  }
  .signup-title-box {
    gap: 3.8vw; /* 30px �� 3.8vw */
  }
  .signup-title {
    font-size: 8.1vw; /* 64px �� 8.1vw */
    line-height: 12.8vw; /* 50px �� 6.4vw */
  }
  .signup-desc {
    font-size: 4.1vw; /* 32px �� 4.1vw */
    line-height: 6.4vw; /* 50px �� 6.4vw */
  }
  .signup-form {
    gap: 5.1vw; /* 40px �� 5.1vw */
  }
  .signup-form-group {
    gap: 3.8vw; /* 30px �� 3.8vw */
  }
  .signup-label {
    font-size: 4.1vw; /* 32px �� 4.1vw */
    line-height: 2vw; /* 20px �� 2vw */
  }
  .signup-required {
    font-size: 4.1vw; /* 32px �� 4.1vw */
    margin-left: 0.5vw; /* 4px �� 0.5vw */
  }
  .signup-input-row {
    height: 4.7vh; /* 80px �� 4.7vh */
    gap: 1vw; /* 8px �� 1vw */
  }
  .signup-input-wrap {
    gap: 1vw; /* 8px �� 1vw */
  }
  .signup-input {
    padding: 0.8vh 2.5vw; /* 14px 20px �� 0.8vh 2.5vw */
    border-radius: 1vw; /* 8px �� 1vw */
  }
  .signup-name-input,
  .signup-email-input {
    font-size: 3.6vw; /* 28px �� 3.6vw */
  }
  .signup-name-input::placeholder,
  .signup-email-input::placeholder {
    font-size: 3.6vw; /* 28px �� 3.6vw */
    line-height: 2vw; /* 20px �� 2vw */
  }

  .signup-agree-group {
    gap: 2vw; /* 15px �� 2vw */
  }
  .signup-agree-row {
    gap: 3vw; /* 24px �� 3vw */
  }
  .signup-checkbox {
    width: 4.1vw; /* 32px �� 4.1vw */
    height: 4.1vw;
    border-radius: 0.5vw; /* 4px �� 0.5vw */
    margin-right: 1vw; /* 8px �� 1vw */
  }
  .signup-agree-label {
    font-size: 3.6vw; /* 28px �� 3.6vw */
    line-height: 2vw; /* 20px �� 2vw */
  }
  .signup-more {
    font-size: 3vw; /* 24px �� 3vw */
    line-height: 2vw; /* 20px �� 2vw */
    margin-left: auto;
  }
  .signup-popup {
    width: 87.3vw; /* 686px �� 87.3vw */
    max-height: 80vh;
    padding: 2.3vh 4.6vw; /* 40px 36px �� 2.3vh 4.6vw */
    border-radius: 2vw; /* 16px �� 2vw */
    gap: 3vw; /* 24px �� 3vw */
  }
  .signup-popup-header {
    gap: 3vw; /* 24px �� 3vw */
  }
  .signup-popup-title {
    font-size: 4.6vw; /* 36px �� 4.6vw */
    line-height: 2vw; /* 26px �� 2vw */
  }
  .signup-popup-close {
    width: 8.1vw; /* 64px �� 8.1vw */
    height: 8.1vw;
  }
  .signup-popup-content-wrap {
    gap: 6.4vw; /* 50px �� 6.4vw */
  }
  .signup-popup-section {
    gap: 3vw; /* 24px �� 3vw */
  }
  .signup-popup-section-inner {
    border-bottom-width: 0.13vw; /* 1px �� 0.13vw */
  }
  .signup-popup-text {
    padding-top: 0.7vh; /* 12px �� 0.7vh */
    padding-bottom: 0.7vh;
    font-size: 3.6vw; /* 28px �� 3.6vw */
    line-height: 2.3vh; /* 40px �� 2.3vh */
  }
  .upload-footer {
    height: 5.6vh; /* 96px �� 5.6vh */
  }
  .upload-logo {
    height: 100%;
  }
  .upload-logo img {
    height: 3.5vh; /* 60px �� 3.5vh */
    width: auto;
  }
  .upload-footer-btns {
    width: 36.6vw; /* 288px �� 36.6vw */
    height: 5.6vh; /* 96px �� 5.6vh */
    gap: 2vw; /* 16px �� 2vw */
  }
  .upload-btn {
    padding: 0.7vh 2.5vw; /* 12px 20px �� 0.7vh 2.5vw */
    border-radius: 1vw; /* 8px �� 1vw */
    gap: 0.5vw; /* 4px �� 0.5vw */
    font-size: 4.1vw; /* 32px �� 4.1vw */
    line-height: 1.4vw; /* 24px �� 1.4vw */
  }
}




/* 786px �댄븯�먯꽌 step5.html(�대챸 �댁꽍 寃곌낵 由ы룷��) 愿��� px �⑥쐞瑜� vw/vh濡� 蹂��� */
@media (max-width: 393px) {
  .report-wrap {
    gap: 6.4vw; /* 50px �� 6.4vw */
    padding: 10.6vh 6.4vw 10.6vh 6.4vw; /* 180px 50px 180px 50px �� 10.6vh 6.4vw 10.6vh 6.4vw */
  }
  .report-title-box {
    gap: 3.8vw; /* 30px �� 3.8vw */
  }
  .report-title {
    font-size: 8.1vw; /* 64px �� 8.1vw */
    line-height: 6.4vw; /* 50px �� 6.4vw */
  }
  .report-main-box {
    border-radius: 3.8vw; /* 30px �� 3.8vw */
    gap: 1.3vw; /* 10px �� 1.3vw */
    padding: 5.1vw 0 5.1vw 0; /* 40px �� 5.1vw */
  }
  .report-main-inner {
    width: 100%; /* 686px �� 87.3vw */
    padding: 5.1vw 2.5vw 2.5vw 2.5vw; /* 40px 20px 20px 20px �� 5.1vw 2.5vw 2.5vw 2.5vw */
    border-top-left-radius: 3.8vw; /* 30px �� 3.8vw */
    border-top-right-radius: 3.8vw;
    gap: 3.8vw; /* 30px �� 3.8vw */
  }
  .report-character-name {
    height: 6.1vw; /* 48px �� 6.1vw */
    font-size: 6.1vw; /* 48px �� 6.1vw */
    line-height: 2.5vw; /* 20px �� 2.5vw */
  }
  .report-character-image-box {
    height: 13.4vh; /* 229px �� 13.4vh (鍮꾩쑉�� �곕씪 議곗젙 �꾩슂) */
  }
  .report-character-image,
  .report-character-image-box-back {
    height: 13.4vh; /* 229px �� 13.4vw */
    left: 27.5vw; /* 216px �� 27.5vw */
    top: 0;
  }
  .report-character-desc-box {
    padding: 1.3vw; /* 10px �� 1.3vw */
    gap: 2.5vw; /* 20px �� 2.5vw */
  }
  .report-character-desc {
    font-size: 4.6vw; /* 36px �� 4.6vw */
    line-height: 3.2vh; /* 54px �� 3.2vw */
  }
  .report-section {
    width: 80vw; /* 626px �� 79.7vw */
    gap: 3.8vw; /* 30px �� 3.8vw */
  }
  .report-section-title {
    font-size: 4.6vw; /* 36px �� 4.6vw */
    line-height: 3.5vh; /* 60px �� 3.5vh */
  }
  .report-section-content {
    font-size: 4.1vw; /* 32px �� 4.1vw */
    line-height: 6.4vw; /* 50px �� 6.4vw */
  }
  .report-luck-title-row {
    gap: 1.3vw; /* 10px �� 1.3vw */
  }
  .report-luck-title,
  .report-luck-score {
    font-size: 4.6vw; /* 36px �� 4.6vw */
    line-height: 3.5vh; /* 60px �� 3.5vh */
    letter-spacing: -0.11vw; /* -0.9px �� -0.11vw */
  }
  .report-luck-desc {
    font-size: 4.1vw; /* 32px �� 4.1vw */
    line-height: 6.4vw; /* 50px �� 6.4vw */
  }
  .report-goods-section {
    width: 79.7vw; /* 626px �� 79.7vw */
    gap: 3.8vw; /* 30px �� 3.8vw */
  }
  .report-goods-title {
    font-size: 4.6vw; /* 36px �� 4.6vw */
    line-height: 3.2vw; /* 50px �� 3.2vw */
  }
  .report-goods-list {
    gap: 1.7vw; /* 13px �� 1.7vw */
  }
  .report-goods-item {
    width: 26vw; /* 200px �� 25.4vw */
    padding: 0 0 0 0; /* 0 5px 10px 5px �� 0 0.6vw 1.3vw 0.6vw */
    
    gap: 0.5vw; /* 4px �� 0.5vw */
  }
  .report-goods-image {
    width: 20vw; /* 197px �� 25vw */
    height: 21vw; /* 207px �� 26.3vw */
    border-radius: 1vw; /* 8px �� 1vw */
  }
  .report-goods-label-box {
    height: 5.6vw; /* 44px �� 5.6vw */
    padding: 0 1.3vw; /* 0 10px �� 0 1.3vw */
    gap: 1vw; /* 8px �� 1vw */
    border-radius: 0 0 1vw 1vw; /* 8px �� 1vw */
  }
  .report-goods-label {
    font-size: 3vw; /* 24px �� 3vw */
    line-height: 2.5vw; /* 20px �� 2.5vw */
  }
  .report-goods-match {
    width: 23.7vw; /* 186px �� 23.7vw */
    font-size: 4.1vw; /* 32px �� 4.1vw */
    line-height: 3.2vw; /* 40px �� 3.2vw */
  }
  .report-footer-btn-row {
    height: 5.6vh; /* 96px �� 5.6vh */
    gap: 2vw; /* 16px �� 2vw */
  }
  .report-footer-btn, .report-footer-btn2 {
    padding: 0.7vh 2.5vw; /* 12px 20px �� 0.7vh 2.5vw */
    border-radius: 1vw; /* 8px �� 1vw */
    font-size: 4vw; /* 32px �� 4.1vw */
    line-height: 1.4vh; /* 24px �� 1.4vw */
  }
  .report-footer-btn.primary {
    /* �됱긽, outline �깆� 洹몃�濡� */
  }
  /* �앹뾽 �곸뿭 */

  #ai-mockup-popup > div {
    width: 87.3vw !important; /* 686px �� 87.3vw */
    height: 44.5vh !important; /* 737px �� 44.5vh */
    border-radius: 3.1vw !important; /* 24px �� 3.1vw */
    margin: 7.6vw auto 0 auto !important; /* 60px �� 7.6vw */
    padding: 0 !important;
  }
  #ai-mockup-popup > div > div {
    width: 100% !important;
    padding-left: 4.6vw !important; /* 36px �� 4.6vw */
    padding-right: 4.6vw !important;
    padding-top: 5.1vw !important; /* 40px �� 5.1vw */
    padding-bottom: 5.1vw !important;
    border-radius: 2vw !important; /* 16px �� 2vw */
    gap: 3vw !important; /* 24px �� 3vw */
  }
  #ai-mockup-popup .report-goods-item,
  #ai-mockup-popup [id^="mockup-"] {
    width: 25.4vw !important; /* 186px �� 25.4vw */
    min-width: 0 !important;
  }
  #ai-mockup-popup .report-goods-image,
  #ai-mockup-popup [id^="mockup-"] img {
    width: 18vw !important; /* 138.67px �� 18vw */

    left: 3.1vw !important; /* 24px �� 3.1vw */
    top: 0 !important;
  }
  #ai-mockup-popup .report-goods-label-box,
  #ai-mockup-popup [id^="mockup-"] .report-goods-label-box {
    height: 5.6vw !important; /* 44px �� 5.6vw */
    padding-left: 1.3vw !important;
    padding-right: 1.3vw !important;
    gap: 1vw !important;
  }
  #ai-mockup-popup .report-goods-label,
  #ai-mockup-popup [id^="mockup-"] .report-goods-label {
    font-size: 3vw !important; /* 24px �� 3vw */
    line-height: 2.5vw !important;
  }
  #ai-mockup-popup #ai-mockup-generate-btn {
    height: 5.6vh !important; /* 96px �� 5.6vh */
    padding-left: 2.5vw !important;
    padding-right: 2.5vw !important;
    padding-top: 0.7vh !important;
    padding-bottom: 0.7vh !important;
    border-radius: 1vw !important;
    font-size: 4.1vw !important;
    line-height: 1.4vw !important;
  }
}

/* 786px �댄븯�먯꽌 step5.html�� ai-popup(�앹뾽) 諛섏쓳�� */
@media (max-width: 393px) {
  .ai-popup-box {
    width: 87.3vw !important;   /* 686px �� 87.3vw */
    height: auto !important;
    min-height: 44.5vh !important; /* 737px �� 44.5vh */
    border-radius: 3.1vw !important; /* 24px �� 3.1vw */
    margin: 7.6vw auto 0 auto !important; /* 60px �� 7.6vw */
    padding: 0 !important;
    box-sizing: border-box;
  }
  .ai-popup-inner {
    width: 100% !important;
    height: auto !important;
    padding: 5.1vw 4.6vw !important; /* 40px 36px �� 5.1vw 4.6vw */
    border-radius: 2vw !important; /* 16px �� 2vw */
    gap: 3vw !important; /* 24px �� 3vw */
    box-sizing: border-box;
  }
  .ai-popup-header {
    width: 100% !important;
    gap: 3vw !important;
  }
  .ai-popup-title {
    font-size: 4.6vw !important; /* 36px �� 4.6vw */
    line-height: 2vw !important; /* 26px �� 2vw */
  }
  .ai-popup-close {
    width: 8.1vw !important; /* 64px �� 8.1vw */
    height: 8.1vw !important;
    font-size: 6vw !important;
    right: 2vw !important;
  }
  .ai-popup-body {
    width: 100% !important;
    gap: 6.4vw !important; /* 50px �� 6.4vw */
    padding: 0 !important;
  }
  .ai-popup-desc-row {
    padding: 0 !important;
  }
  .ai-popup-desc {
    font-size: 3.6vw !important; /* 28px �� 3.6vw */
    line-height: 2.3vh !important; /* 40px �� 2.3vh */
    padding: 0.7vh 0 !important; /* 12px �� 0.7vh */
  }
  .ai-popup-goods-row {
    gap: 2vw !important; /* 24px �� 2vw */
    
  }
  .ai-popup-goods-item {
    width: 25vw !important; /* 186px �� 25vw */
    min-width: 0 !important;
  }
  .ai-popup-radio {
    width: 6vw !important; /* 24px �� 6vw */
    height: 6vw !important;
    border-radius: 3vw !important;
  }
  .ai-popup-goods-img-box {
    width: 25vw !important; /* 186px �� 25vw */
    height: 27vh !important; /* 207px �� 27vh */
    border-radius: 1vw !important;
  }
  .ai-popup-goods-img {
    width: 18vw !important; /* 138.67px �� 18vw */
    height: 27vh !important; /* 208px �� 27vh */
    left: 3.1vw !important; /* 24px �� 3.1vw */
    top: 0 !important;
  }
  .ai-popup-goods-label-row {
    width: 25vw !important; /* 186px �� 25vw */
    height: 5.6vw !important; /* 44px �� 5.6vw */
    /* padding: 0 1.3vw !important; */
    gap: 1vw !important;
    border-radius: 0 0 1vw 1vw !important;
  }
  .ai-popup-goods-label {
    font-size: 3vw !important; /* 24px �� 3vw */
    line-height: 2.5vw !important;
  }
  .ai-popup-generate-btn {
    height: 5.6vh !important; /* 96px �� 5.6vh */
    padding: 0.7vh 2.5vw !important; /* 12px 20px �� 0.7vh 2.5vw */
    border-radius: 1vw !important;
    font-size: 4.1vw !important;
    line-height: 1.4vw !important;
    gap: 1vw !important;
  }
  .ai-popup-generate-btn-text {
    font-size: 4.1vw !important;
    line-height: 1.4vw !important;
  }
  .ai-popup-circle {
    width: 3vw !important; /* 14px �� 3vw */
    height: 3vw !important;

  }
  .ai-popup-goods-imagebox{
    width: 25vw !important; /* 186px �� 25vw */
    border-radius: 1vw !important;
  }
/* aaaa */
.ai-popup-goods-radio-circle {
    width: 3vw !important;
    height: 3vw !important;
    border-radius: 1.5vw !important;
    position: relative; /* 기준점 */
}

.ai-popup-circle {
    width: 3vw !important;
    height: 3vw !important;
    border-radius: 1.5vw !important;
    background-color: blue; /* 파란 점 색상 */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
  .ai-popup-goods-radio{
    width: 25.4vw !important; /* 24px �� 6vw */
    height: 6vw !important;
    border-radius: 3vw !important;
  }
  .ai-popup-goods-select-row{
    gap: 3vw !important;
  }
  .ai-popup-goods-imagebox{
    width: 25vw !important; /* 186px �� 25vw */
    height: 27.69vw !important; /* 207px �� 27vh */
    border-radius: 1vw !important;
  }
  .ai-popup-goods-label-text{
    font-size: 3vw !important; /* 24px �� 3vw */
    line-height: 2.5vw !important;
  }
  .ai-popup-goods-image{
    width: 18vw !important; /* 138.67px �� 18vw */
    /* height: 27vh !important; */
    left: 3.1vw !important; /* 24px �� 3.1vw */
    top: 0 !important;
  }
}

@media (max-width: 393px) {
  .ai-mockup-result-main {
    width: 90vw;
    height: auto;
    top: 0;
    /* position: static; */
    gap: 5vw; /* 79px �� 5vw */
    /* padding: 6vw 0 0 0; */


  left: 5vw;
  }
  .ai-mockup-result-header {
    gap: 3.8vw; /* 30px �� 3.8vw */
  }
  .ai-mockup-result-title {
    font-size: 8.1vw; /* 64px �� 8.1vw */
    line-height: 6.4vw; /* 50px �� 6.4vw */
  }
  .ai-mockup-result-desc {
    font-size: 4.6vw; /* 36px �� 4.6vw */
    line-height: 3.5vh; /* 60px �� 3.5vh */
  }
  .ai-mockup-result-content {
    height: auto;
    gap: 4vw;
    padding-bottom: 6vw;
  }
  .ai-mockup-result-img {
    /* width: 80vw; */
    max-width: 100vw;
    height: auto;
  }
  .ai-mockup-result-btns-wrap {
    width: 90vw;
    height: auto;
    min-height: 5.6vh; /* 96px �� 5.6vh */
    padding: 0;
  }
  .ai-mockup-result-btns {
    height: auto;
    gap: 2vw; /* 16px �� 2vw */
  }
  .ai-mockup-result-download-btn,
  .ai-mockup-result-home-btn {
    padding: 0.7vh 2.5vw;
    border-radius: 1vw;
    font-size: 4.1vw;
    min-height: 5.6vh;
    height: auto;
  }
  .ai-mockup-result-download-btn-text,
  .ai-mockup-result-home-btn-text {
    font-size: 4.1vw;
    line-height: 1.4vw;
  }
}

/* 393px �댁긽�먯꽌 main.html 愿��� px �⑥쐞 �덈컲�쇰줈 怨좎젙 */
@media (min-width: 393px) {
  .main_content {
    width: 355px; /* 710px �� 355px */
    gap: 20px;    /* 40px �� 20px */
  }
  .main_title_box {
    gap: 25px;    /* 50px �� 25px */
  }
  .main_subtitle_box {
    width: 260px;      /* 520px �� 260px */
    height: 40px;      /* 80px �� 40px */
    gap: 5px;          /* 10px �� 5px */
    border-radius: 15px; /* 30px �� 15px */
  }
  .main_subtitle {
    font-size: 14px;      /* 28px �� 14px */
    letter-spacing: 0.7px; /* 1.4px �� 0.7px */
  }
  .main_title {
    font-size: 43px;      /* 86px �� 43px */
    margin: 0;
  }
  .main_owl {
    height: 358px;        /* 716px �� 358px */
  }
  .main_text {
    font-size: 20px;      /* 40px �� 20px */
    width: 355px;         /* 710px �� 355px */
    line-height: 40px;    /* 80px �� 40px */
  }
  .main_btn {
    height: 60px;         /* 120px �� 60px */
    gap: 24px;            /* 49.337px �� 24px */
    border-radius: 454px; /* 907.796px �� 454px */
  }
  .main_btn_text {
    font-size: 20px;      /* 40px �� 20px */
    line-height: 30px;    /* 60px �� 30px */
    letter-spacing: -0.5px; /* -1px �� -0.5px */
  }
  .main_btn svg {
    width: 26px;          /* 53.334px �� 26px */
    height: 20px;         /* 40px �� 20px */
  }
  .main_btn_row {
    gap: 10px;            /* 20px �� 10px */
  }
}
/* step1.html */
@media (min-width: 393px) {
  .upload-background {
    width: 393px;      /* 786px �� 393px */
    height: 852px;     /* 1704px �� 852px */
    padding: 0 25px; /* 180px 50px �� 90px 25px */
  }
  .upload-container {
    gap: 20px;         /* 40px �� 20px */
  }
  .upload-title {
    font-size: 32px;   /* 64px �� 32px */
    line-height: 25px; /* 50px �� 25px */
  }
  .upload-form {
    gap: 20px;         /* 40px �� 20px */
  }
  .upload-form-group {
    gap: 15px;         /* 30px �� 15px */
  }
  .upload-label {
    font-size: 16px;   /* 32px �� 16px */
    line-height: 10px; /* 20px �� 10px */
  }
  .upload-required {
    font-size: 16px;   /* 32px �� 16px */
  }
  .upload-input-row {

    gap: 4px;          /* 8px �� 4px */
  }
  .upload-input-wrap {
    /* height: 40px;      80px �� 40px */
    gap: 4px;          /* 8px �� 4px */
  }
  .upload-input {
    min-height: 33px;
    padding: 7px 10px; /* 14px 20px �� 7px 10px */
    border-radius: 4px;/* 8px �� 4px */
    gap: 4px;          /* 8px �� 4px */
  }
  .character-name-input,
  .character-birth-input {
    font-size: 14px;   /* 28px �� 14px */
  }
  .character-name-input::placeholder,
  .character-birth-input::placeholder {
    font-size: 14px;   /* 28px �� 14px */
    line-height: 10px; /* 20px �� 10px */
  }

  .upload-image-section {
    height: 255px;     /* 510px �� 255px */
    border-radius: 6px;/* 12px �� 6px */
    gap: 10px;         /* 20px �� 10px */
  }
  .upload-image-border {
    height: 255px;     /* 510px �� 255px */
    border-radius: 4px;/* 8px �� 4px */
  }
  .upload-image-guide {
    gap: 10px;         /* 20px �� 10px */
  }
  .upload-image-icon,
  .upload-image-icon svg {
    width: 40px;       /* 80px �� 40px */
    height: 40px;
  }
  .upload-image-desc {
    font-size: 14px;   /* 28px �� 14px */
    line-height: 20px; /* 40px �� 20px */
  }
  .upload-image-btn {
    width: 190px;      /* 380px �� 190px */
    height: 40px;      /* 4.7vh �� 40px (怨좎젙) */
    padding: 4px 6px;  /* 8px 12px �� 4px 6px */
    border-radius: 3px;/* 6px �� 3px */
    font-size: 16px;   /* 32px �� 16px */
    margin-bottom: 16px; /* 32px �� 16px */
  }
  .upload-again-btn {
    height: 49.6px;    /* 99.181px �� 49.6px */
    padding: 6px 10px; /* 12px 20px �� 6px 10px */
    border-radius: 4px;/* 8px �� 4px */
    gap: 10px;         /* 20px �� 10px */
    font-size: 16px;   /* 32px �� 16px */
    line-height: 12px; /* 24px �� 12px */
    letter-spacing: -0.4px; /* -0.8px �� -0.4px */
  }
  .upload-again-btn svg {
    width: 15px;       /* 30px �� 15px */
    height: 15px;
  }
  .upload-footer {
    height: 48px;      /* 96px �� 48px */
  }
  .upload-logo img {
    height: 30px;      /* 60px �� 30px */
  }
  .upload-footer-btns {
    width: 144px;      /* 288px �� 144px */
    height: 48px;      /* 96px �� 48px */
    gap: 8px;          /* 16px �� 8px */
  }
  .upload-btn {
    padding: 6px 10px; /* 12px 20px �� 6px 10px */
    border-radius: 4px;/* 8px �� 4px */
    gap: 2px;          /* 4px �� 2px */
    font-size: 16px;   /* 32px �� 16px */
    line-height: 12px; /* 24px �� 12px */
  }
}
/* step2.html */
@media (min-width: 393px) {
  .analyze-wrap {
    gap: 25px;           /* 50px �� 25px */
    /* padding: 90px 0 55px 0;  */
  }
  .analyze-section {
    gap: 15px;           /* 30px �� 15px */
  }
  .analyze-title-box {
    width: 343px;        /* 686px �� 343px */
    gap: 15px;           /* 30px �� 15px */
  }
  .analyze-title {
    font-size: 32px;     /* 64px �� 32px */
    line-height: 25px;   /* 50px �� 25px */
  }
  .analyze-desc {
    font-size: 16px;     /* 32px �� 16px */
    line-height: 25px;   /* 50px �� 25px */
  }
  .analyze-tag-list {
    width: 343px;        /* 686px �� 343px */
    height: 88px;        /* 176px �� 88px */
    padding: 10px 8px;   /* 20px 16px �� 10px 8px */
    border-radius: 4px;  /* 8px �� 4px */
    gap: 8px;            /* 16px �� 8px */
  }
  .analyze-tag {
    height: 30px;        /* 60px �� 30px */
    padding: 0 10px;     /* 20px �� 10px */
    border-radius: 15px; /* 30px �� 15px */
    gap: 2px;            /* 4px �� 2px */
  }
  .analyze-tag-text {
    font-size: 16px;     /* 32px �� 16px */
    line-height: 10px;   /* 20px �� 10px */
  }
  .analyze-tag .analyze-tag-remove {
    margin-left: 4px;    /* 8px �� 4px */
  }
  .analyze-tag-remove svg {
    width: 16px;         /* 32px �� 16px */
    height: 16px;
  }
  .analyze-guide {
    font-size: 14px;     /* 28px �� 14px */
    line-height: 9px;    /* 18px �� 9px */
    margin-top: 4px;     /* 8px �� 4px */
  }
  .analyze-footer {
    gap: 6px;            /* 12px �� 6px */
    margin-top: 16px;    /* 32px �� 16px */
  }
  .analyze-footer button {
    font-size: 10px;     /* 20px �� 10px */
    padding: 4px 12px;   /* 8px 24px �� 4px 12px */
    border-radius: 4px;  /* 8px �� 4px */
  }
  .analyze-ai-section {
    width: 343px;        /* 686px �� 343px */
    gap: 10px;           /* 20px �� 10px */
  }
  .analyze-ai-title-row {
    gap: 5px;            /* 10px �� 5px */
  }
  .analyze-ai-title {
    font-size: 16px;     /* 32px �� 16px */
    line-height: 9px;    /* 18px �� 9px */
  }
  .analyze-ai-icon {
    width: 16px;         /* 32px �� 16px */
    height: 16px;
  }
  .analyze-ai-tag-list {
    padding: 7px 8px;    /* 14px 16px �� 7px 8px */
    border-radius: 4px;  /* 8px �� 4px */
    gap: 8px;            /* 16px �� 8px */
  }
  .analyze-ai-tag {
    height: 25px;        /* 50px �� 25px */
    padding: 0 5px;      /* 10px �� 5px */
    border-radius: 5px;  /* 10px �� 5px */
    gap: 2px;            /* 4px �� 2px */
  }
  .analyze-ai-tag-text {
    font-size: 14px;     /* 28px �� 14px */
    line-height: 10px;   /* 20px �� 10px */
  }
  .analyze-group-section {
    gap: 5px;            /* 10px �� 5px */
  }
  .analyze-group-row {
    gap: 12px;           /* 24px �� 12px */
  }
  .analyze-group-tag {
    height: 30px;        /* 60px �� 30px */
    padding: 0 5px;      /* 10px �� 5px */
    border-radius: 5px;  /* 10px �� 5px */
    gap: 4px;            /* 8px �� 4px */
    /* max-width: 93px;      */
  }
  .analyze-group-tag-icon {
    width: 20px;         /* 40px �� 20px */
    height: 20px;
    border-radius: 2px;  /* 4px �� 2px */
    border-width: 0.5px; /* 1px �� 0.5px */
  }
  .analyze-group-tag-label {
    font-size: 14px;     /* 28px �� 14px */
    line-height: 10px;   /* 20px �� 10px */
  }
  .analyze-group-title-box {
    height: 40px;        /* 80px �� 40px */
    padding: 4px 10px;   /* 8px 20px �� 4px 10px */
    border-top-left-radius: 2.5px; /* 5px �� 2.5px */
    border-top-right-radius: 2.5px;
  }
  .analyze-group-title {
    font-size: 16px;     /* 32px �� 16px */
    line-height: 10px;   /* 20px �� 10px */
  }
  .analyze-group-title-icon {
    width: 16px;         /* 32px �� 16px */
    height: 16px;
  }
  .analyze-group-content-box {
    padding: 5px;        /* 10px �� 5px */
    border-bottom-left-radius: 2.5px; /* 5px �� 2.5px */
    border-bottom-right-radius: 2.5px;
    gap: 6px;            /* 12px �� 6px */
  }
}
/* step3.html,step4.html */
@media (min-width: 393px) {
  /* step3.html (濡쒕뵫 �섏씠吏�) */
  .analyze-loading-title-box {
    left: 23px;   /* 46px �� 23px */
    top: 90px;    /* 180px �� 90px */
    gap: 29px;    /* 58px �� 29px */
  }
  .analyze-loading-title {
    width: 343px; /* 686px �� 343px */
    font-size: 32px; /* 64px �� 32px */
    line-height: 25px; /* 50px �� 25px */
  }
  .analyze-loading-desc {
    left: 23px;   /* 46px �� 23px */
    top: 140px;   /* 280px �� 140px */
    font-size: 18px;  /* 36px �� 18px */
    line-height: 30px; /* 60px �� 30px */
  }
  .analyze-loading-img {
    width: 251.5px;   /* 503.07px �� 251.5px */
    height: 252.15px; /* 504.3px �� 252.15px */
    left: 52.5px;     /* 105px �� 52.5px */
    top: 370px;       /* 740.13px �� 370px */
  }
  .analyze-loading-retry {
    width: 343px;     /* 686px �� 343px */
    height: 49.6px;   /* 99.18px �� 49.6px */
    padding: 6px 10px; /* 12px 20px �� 6px 10px */
    left: 23px;       /* 46px �� 23px */
    top: 670px;       /* 1340px �� 670px */
    border-radius: 4px; /* 8px �� 4px */
    gap: 2px;         /* 4px �� 2px */
  }
  .analyze-loading-retry-inner {
    gap: 10px;        /* 20px �� 10px */
  }
  .analyze-loading-retry-icon,
  .analyze-loading-retry-icon svg {
    width: 15px;      /* 30px �� 15px */
    height: 15px;
  }
  .analyze-loading-retry-icon .icon-main {
    width: 10px;      /* 19.92px �� 10px */
    height: 10px;     /* 20px �� 10px */
    left: 2.5px;      /* 5px �� 2.5px */
    top: 2.5px;       /* 5px �� 2.5px */
    outline-width: 1.3px; /* 2.67px �� 1.3px */
    outline-offset: -0.7px; /* -1.33px �� -0.7px */
  }
  .analyze-loading-retry-icon .icon-dot {
    width: 4px;       /* 6.25px �� 4px */
    height: 4px;
    left: 9.4px;      /* 18.75px �� 9.4px */
    top: 2.5px;
    outline-width: 1.3px;
    outline-offset: -0.7px;
  }
  .analyze-loading-retry-text {
    font-size: 16px;  /* 32px �� 16px */
    line-height: 12px; /* 24px �� 12px */
  }

  /* step4.html (�뚯썝媛���/由ы룷�� �묎렐) */
  .signup-wrap {
    padding: 0 25px 55px 25px; /* 180px 50px 110px 50px �� 90px 25px 55px 25px */
    gap: 25px; /* 50px �� 25px */
  }
  .signup-container {
    width: 100%; /* 686px �� 343px */
    gap: 25px;
  }
  .signup-title-box {
    gap: 15px; /* 30px �� 15px */
  }
  .signup-title {
    font-size: 32px; /* 64px �� 32px */
    line-height: 50px; /* 50px �� 25px */
  }
  .signup-desc {
    font-size: 16px; /* 32px �� 16px */
    line-height: 25px; /* 50px �� 25px */
  }
  .signup-form {
    gap: 20px; /* 40px �� 20px */
  }
  .signup-form-group {
    gap: 15px; /* 30px �� 15px */
  }
  .signup-label {
    font-size: 16px; /* 32px �� 16px */
    line-height: 10px; /* 20px �� 10px */
  }
  .signup-required {
    font-size: 16px; /* 32px �� 16px */
    margin-left: 2px; /* 4px �� 2px */
  }
  .signup-input-row {
    height: 40px; /* 80px �� 40px */
    gap: 4px; /* 8px �� 4px */
  }
  .signup-input-wrap {
    gap: 4px; /* 8px �� 4px */
  }
  .signup-input {
    padding: 7px 10px; /* 14px 20px �� 7px 10px */
    border-radius: 4px; /* 8px �� 4px */
  }
  .signup-name-input,
  .signup-email-input {
    font-size: 14px; /* 28px �� 14px */
  }
  .signup-name-input::placeholder,
  .signup-email-input::placeholder {
    font-size: 14px; /* 28px �� 14px */
    line-height: 10px; /* 20px �� 10px */
  }
  .input-error-message {
    font-size: 12px;
    line-height: 16px;
    margin-top: 4px;
    /* min-height: 20px; */
  }
  .input-error-message.active {
    min-height: 12px;
  }
  .signup-agree-group {
    gap: 8px; /* 15px �� 8px */
  }
  .signup-agree-row {
    gap: 12px; /* 24px �� 12px */
  }
  .signup-checkbox {
    width: 16px; /* 32px �� 16px */
    height: 16px;
    border-radius: 2px; /* 4px �� 2px */
    margin-right: 4px; /* 8px �� 4px */
  }
  .signup-agree-label {
    font-size: 14px; /* 28px �� 14px */
    line-height: 10px; /* 20px �� 10px */
  }
  .signup-more {
    font-size: 12px; /* 24px �� 12px */
    line-height: 10px; /* 20px �� 10px */
    margin-left: auto;
  }
  .signup-popup {
    width: 343px; /* 686px �� 343px */
    max-height: 40vh;
    padding: 20px 18px; /* 40px 36px �� 20px 18px */
    border-radius: 8px; /* 16px �� 8px */
    gap: 12px; /* 24px �� 12px */
  }
  .signup-popup-header {
    gap: 12px; /* 24px �� 12px */
  }
  .signup-popup-title {
    font-size: 18px; /* 36px �� 18px */
    line-height: 10px; /* 26px �� 10px */
  }
  .signup-popup-close {
    width: 32px; /* 64px �� 32px */
    height: 32px;
  }
  .signup-popup-content-wrap {
    gap: 25px; /* 50px �� 25px */
  }
  .signup-popup-section {
    gap: 12px; /* 24px �� 12px */
  }
  .signup-popup-section-inner {
    border-bottom-width: 0.5px; /* 1px �� 0.5px */
  }
  .signup-popup-text {
    padding-top: 6px; /* 12px �� 6px */
    padding-bottom: 6px;
    font-size: 14px; /* 28px �� 14px */
    line-height: 20px; /* 40px �� 20px */
  }
}
/* step5.html */
@media (min-width: 393px) {
  /* step5.html (由ы룷�� �섏씠吏�, -cap �대옒�� �쒖쇅) */
  .report-wrap {
    gap: 25px; /* 50px �� 25px */
    padding: 90px 25px 90px 25px; /* 180px 50px 180px 50px �� 90px 25px 90px 25px */
  }
  .report-title-box {
    gap: 15px; /* 30px �� 15px */
  }
  .report-title {
    font-size: 32px; /* 64px �� 32px */
    line-height: 25px; /* 50px �� 25px */
  }
  .report-main-box {
    border-radius: 15px; /* 30px �� 15px */
    gap: 5px; /* 10px �� 5px */
    padding: 20px 0 20px 0; /* 40px �� 20px */
  }
  .report-main-inner {
    width: 343px; /* 686px �� 343px */
    padding: 20px 10px 10px 10px; /* 40px 20px 20px 20px �� 20px 10px 10px 10px */
    border-top-left-radius: 15px; /* 30px �� 15px */
    border-top-right-radius: 15px;
    gap: 15px; /* 30px �� 15px */
  }
  .report-character-name {
    height: 24px; /* 48px �� 24px */
    font-size: 24px; /* 48px �� 24px */
    line-height: 10px; /* 20px �� 10px */
  }
  .report-character-image-box {
    height: 114.5px; /* 229px �� 114.5px */
  }
  .report-character-image,
  .report-character-image-box-back {
    height: 114.5px; /* 229px �� 114.5px */
    left: 108px; /* 216px �� 108px */
    top: 0;
  }
  .report-character-desc-box {
    padding: 5px; /* 10px �� 5px */
    gap: 10px; /* 20px �� 10px */
  }
  .report-character-desc {
    font-size: 18px; /* 36px �� 18px */
    line-height: 27px; /* 54px �� 27px */
  }
  .report-section {
    width: 313px; /* 626px �� 313px */
    gap: 15px; /* 30px �� 15px */
  }
  .report-section-title {
    font-size: 18px; /* 36px �� 18px */
    line-height: 30px; /* 60px �� 30px */
  }
  .report-section-content {
    font-size: 16px; /* 32px �� 16px */
    line-height: 25px; /* 50px �� 25px */
  }
  .report-luck-title-row {
    gap: 5px; /* 10px �� 5px */
  }
  .report-luck-title,
  .report-luck-score {
    font-size: 18px; /* 36px �� 18px */
    line-height: 30px; /* 60px �� 30px */
    letter-spacing: -0.45px; /* -0.9px �� -0.45px */
  }
  .report-luck-desc {
    font-size: 16px; /* 32px �� 16px */
    line-height: 25px; /* 50px �� 25px */
  }
  .report-goods-section {
    width: 313px; /* 626px �� 313px */
    gap: 15px; /* 30px �� 15px */
  }
  .report-goods-title {
    font-size: 18px; /* 36px �� 18px */
    line-height: 25px; /* 50px �� 25px */
  }
  .report-goods-list {
    gap: 6.5px; /* 13px �� 6.5px */
  }
  .report-goods-item {
    width: 100px; /* 200px �� 100px */
    padding: 0 0px 0px 0px; /* 0 5px 10px 5px �� 0 2.5px 5px 2.5px */
    
    gap: 2px; /* 4px �� 2px */
  }
  .report-goods-image {
    width: 98.5px; /* 197px �� 98.5px */
    height: 103.5px; /* 207px �� 103.5px */
    border-radius: 4px; /* 8px �� 4px */
  }
  .report-goods-label-box {
    height: 22px; /* 44px �� 22px */
    padding: 0 5px; /* 0 10px �� 0 5px */
    gap: 4px; /* 8px �� 4px */
    border-radius: 0 0 4px 4px; /* 8px �� 4px */
  }
  .report-goods-label {
    font-size: 12px; /* 24px �� 12px */
    line-height: 10px; /* 20px �� 10px */
  }
  .report-goods-match {
    width: 93px; /* 186px �� 93px */
    font-size: 16px; /* 32px �� 16px */
    line-height: 20px; /* 40px �� 20px */
  }
  .report-footer-btn-row {
    height: 48px; /* 96px �� 48px */
    gap: 8px; /* 16px �� 8px */
  }
  .report-footer-btn, .report-footer-btn2 {
    padding: 6px 10px; /* 12px 20px �� 6px 10px */
    border-radius: 4px; /* 8px �� 4px */
    font-size: 16px; /* 32px �� 16px */
    line-height: 12px; /* 24px �� 12px */
  }
}

@media (min-width: 393px) {
  /* step5.html �앹뾽(.ai-popup-*) px �⑥쐞 �덈컲�쇰줈 */
  .ai-popup-box {
    width: 343px !important;      /* 686px �� 343px */
    min-height: 368.5px !important; /* 737px �� 368.5px */
    border-radius: 12px !important; /* 24px �� 12px */
    margin: 30px auto 0 auto !important; /* 60px �� 30px */
    padding: 0 !important;
  }
  .ai-popup-inner {
    width: 100% !important;
    height: 100% !important;
    padding: 20px 18px !important; /* 40px 36px �� 20px 18px */
    border-radius: 8px !important; /* 16px �� 8px */
    gap: 12px !important;          /* 24px �� 12px */
  }
  .ai-popup-header {
    width: 307px !important;       /* 614px �� 307px */
    gap: 12px !important;          /* 24px �� 12px */
  }
  .ai-popup-title {
    font-size: 18px !important;    /* 36px �� 18px */
    line-height: 13px !important;  /* 26px �� 13px */
  }
  .ai-popup-close {
    width: 32px !important;        /* 64px �� 32px */
    height: 32px !important;
    font-size: 18px !important;
    right: 12px !important;
  }
  .ai-popup-body {
    width: 307px !important;       /* 614px �� 307px */
    gap: 25px !important;          /* 50px �� 25px */
    padding: 0 !important;
  }
  .ai-popup-desc-row {
    padding: 0 !important;
  }
  .ai-popup-desc {
    font-size: 14px !important;    /* 28px �� 14px */
    line-height: 20px !important;  /* 40px �� 20px */
    padding: 6px 0 !important;     /* 12px �� 6px */
  }
  .ai-popup-goods-row,
  .ai-popup-goods-select-row {
    gap: 12px !important;          /* 24px �� 12px */
  }
  .ai-popup-goods-item,
  .ai-popup-goods-item2 {
    width: 93px !important;        /* 186px �� 93px */
    min-width: 0 !important;
  }
  .ai-popup-radio,
  .ai-popup-goods-radio {
/*     width: 12px !important;        24px �� 12px */
    height: 12px !important;
    border-radius: 5px !important; /* 14px �� 7px */
  }
  .ai-popup-goods-img-box,
  .ai-popup-goods-imagebox {
    width: 93px !important;        /* 186px �� 93px */
    height: 103.5px !important;    
    border-radius: 4px !important; /* 8px �� 4px */
  }
  .ai-popup-goods-img,
  .ai-popup-goods-image {
    width: 69.3px !important;      /* 138.67px �� 69.3px */
    /* height: 104px !important;         */
    left: 12px !important;         /* 24px �� 12px */
    top: 0 !important;
  }
  .ai-popup-goods-label-row {
    width: 93px !important;        /* 186px �� 93px */
    height: 22px !important;       /* 44px �� 22px */
    gap: 4px !important;           /* 8px �� 4px */
    border-radius: 0 0 4px 4px !important; /* 8px �� 4px */
  }
  .ai-popup-goods-label,
  .ai-popup-goods-label-text {
    font-size: 12px !important;    /* 24px �� 12px */
    line-height: 10px !important;  /* 20px �� 10px */
  }
  .ai-popup-generate-btn {
    height: 48px !important;       /* 96px �� 48px */
    padding: 6px 10px !important;  /* 12px 20px �� 6px 10px */
    border-radius: 4px !important; /* 8px �� 4px */
    font-size: 16px !important;    /* 32px �� 16px */
    line-height: 12px !important;  /* 24px �� 12px */
    gap: 4px !important;
  }
  .ai-popup-generate-btn-text {
    font-size: 16px !important;
    line-height: 12px !important;
  }
	.ai-popup-goods-radio-circle {
	  width: 10px !important;
	  height: 10px !important;
	  border-radius: 5px !important;
	  position: relative;
	  background-color: #ccc;
	}
	.ai-popup-circle {
	  width: 10px !important;
	  height: 10px !important;
	  border-radius: 5px !important;
	  background-color: blue;
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%);
	}
}

@media (min-width: 393px) {
  /* step7.html (罹≪쿂�� .ai-mockup-result-capture-*�� �쒖쇅) */
  .ai-mockup-result-main {
    width: 393px;      /* 686px �� 343px */
    height: 672px;     /* 1344px �� 672px */
    left: 25px;        /* 50px �� 25px */
    top: 0;
    
    gap: 39.5px;       /* 79px �� 39.5px */
    padding: 3vw 0 0 0;
  }
  .ai-mockup-result-header {
    gap: 15px;         /* 30px �� 15px */
  }
  .ai-mockup-result-title {
    font-size: 32px;   /* 64px �� 32px */
    line-height: 25px; /* 50px �� 25px */
  }
  .ai-mockup-result-desc {
    font-size: 18px;   /* 36px �� 18px */
    line-height: 30px; /* 60px �� 30px */
  }
  .ai-mockup-result-content {
    height: 525px;     /* 1050px �� 525px */
    gap: 20px;         /* 40px �� 20px */
    padding-bottom: 30px;
  }
  .ai-mockup-result-img {
    /* width: 300.5px;     */
    max-width: 100%;
    height: auto;
  }
  .ai-mockup-result-btns-wrap {
    width: 343px;      /* 686px �� 343px */
    height: 48px;      /* 96px �� 48px */
    min-height: 48px;
    padding: 0;
  }
  .ai-mockup-result-btns {
    height: 48px;      /* 96px �� 48px */
    gap: 8px;          /* 16px �� 8px */
  }
  .ai-mockup-result-download-btn,
  .ai-mockup-result-home-btn {
    padding: 6px 10px; /* 12px 20px �� 6px 10px */
    border-radius: 4px;/* 8px �� 4px */
    font-size: 16px;   /* 32px �� 16px */
    min-height: 48px;
    height: 48px;
  }
  .ai-mockup-result-download-btn-text,
  .ai-mockup-result-home-btn-text {
    font-size: 16px;   /* 32px �� 16px */
    line-height: 12px; /* 24px �� 12px */
  }
}