/**
 * 새배 영상 생성기 스타일
 */

* {
  box-sizing: border-box;
  transform: skew(0deg);
  letter-spacing: normal;
}

button,
li,
ul,
dt,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
div,
a,
p,
span,
b {
  transform: skew(0);
}

body,
html {
  font-size: 16px;
  font-family: 'Pretendard';
}

.hidden {
  display: none !important;
}

a,
button,
.cursor-pointer {
  cursor: pointer;
}

@media (max-width: 500px) {
  body,
  html {
    font-size: 3.2vw;
  }
}

img {
  user-select: none;
  -webkit-user-drag: none; /* Safari, Chrome */
  -khtml-user-drag: none; /* 옛날 Konqueror 브라우저 */
  -moz-user-drag: none; /* Firefox */
  -o-user-drag: none; /* 구형 Opera */
  -webkit-user-drag: none;
  user-select: none; /* 텍스트처럼 선택 방지 */
  -webkit-touch-callout: none;
}

/* 헤더 */
.game-wrapper .app-header {
  position: absolute;
  display: flex;
  width: 100%;
  height: 4.0625rem;
  padding: 0 0.5px;
  align-items: center;
  z-index: 999;
  border-bottom: 0;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(15px);
}

.game-wrapper .app-header .app-header-btn.back {
  width: 0.9rem;
  left: 1.5rem;
  background: url(https://cdn.banggooso.com/assets/images/game284/common/back.png) no-repeat center / contain;
}

.game-wrapper .app-header .app-logo {
  width: 7.25rem;
  background: url(https://cdn.banggooso.com/assets/images/common/logo_2024.png) no-repeat center / contain;
}

/* 인트로 섹션 */
.game-wrapper .game-intro {
  padding: 0;
}

.game-wrapper .game-intro.saebae-intro {
  padding: 0 1.88rem;
  text-align: center;
}

.saebae-intro .intro-container {
  padding-top: 4.0625rem;
}

.saebae-intro .intro-title {
  padding-top: 2.5rem;
}

.saebae-intro .intro-title p {
  color: #433636;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 120%; /* 3.15rem */
  letter-spacing: -0.02625rem;
}

.saebae-intro .intro-desc {
  margin-top: 0.75rem;
  color: rgba(67, 54, 54, 0.6);
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 130%; /* 1.625rem */
  letter-spacing: -0.0125rem;
}

/* 숏츠 임베드 */
.shorts-embed {
  position: relative;
  width: 100%;
  max-width: 11.10019rem;
  margin: 1.75rem auto 2.5rem;
  aspect-ratio: 9 / 16;
  border-radius: 0.75rem;
  overflow: hidden;
}

.shorts-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* 사진 가이드라인 */
.photo-guide {
  text-align: left;
}

.photo-guide .guide-title {
  color: #433636;
  font-family: 'Pretendard';
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 140%; /* 2.1rem */
  letter-spacing: -0.015rem;
  margin-bottom: 0.75rem;
}

.photo-guide .guide-list {
  margin: 0;
  padding: 0;
}

.photo-guide .guide-list li {
  display: flex;
  width: 100%;
  padding: 1.125rem 1rem;
  align-items: center;
  gap: 0.75rem;
  border-radius: 0.75rem;
  background: rgba(67, 54, 54, 0.05);
  margin-bottom: 0.5rem;
}

.photo-guide .guide-list li .check-image {
  width: 1.625rem;
  height: 1.625rem;
}

.photo-guide .guide-list li p {
  color: #433636;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 140%; /* 1.575rem */
  letter-spacing: -0.01125rem;
}

.photo-guide .guide-warning-box {
  display: flex;
  padding: 1.25rem 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.75rem;
  background: rgba(224, 0, 4, 0.05);
}

.photo-guide .guide-warning-box .guide-warning-text-1 {
  color: #e00004;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 140%; /* 1.575rem */
  letter-spacing: -0.01125rem;
}

.photo-guide .guide-warning-box .guide-warning-text-2 {
  color: #e00004;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%; /* 1.4rem */
  letter-spacing: -0.01rem;
}

/* 업로드 영역 */
.upload-section {
  margin: 1.5rem auto 2.5rem;
}

.upload-area {
  display: flex;
  width: 26.25rem;
  height: 15.625rem;
  padding: 1.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  gap: 1.25rem;
  border-radius: 1.25rem;
  border: 1px solid #ff8170;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 5px 15px 0 rgba(255, 129, 112, 0.3);
  cursor: pointer;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.upload-area:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 25px 0 rgba(255, 129, 112, 0.45);
}

.upload-area.has-image {
  border-style: solid;
  padding: 1rem;
}

.upload-placeholder {
  text-align: center;
}

.upload-placeholder .upload-image {
  width: 5rem;
  height: 5rem;
  aspect-ratio: 1/1;
}

.upload-placeholder p {
  color: #ff8170;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 140%; /* 2.1rem */
  letter-spacing: -0.015rem;
  margin-top: 0.62rem;
}

.upload-placeholder small {
  color: #999;
  font-size: 0.8rem;
}

.upload-preview {
  width: 100%;
  display: flex;
  align-items: flex-end;
  gap: 2.25rem;
  justify-content: flex-end;
}

.upload-preview .preview-image {
  width: 7.38281rem;
  align-self: stretch;
  aspect-ratio: 9/16;
  border-radius: 0.75rem;
}

.change-photo-btn {
  display: flex;
  padding: 0.75rem 1.25rem 0.75rem 1rem;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  border-radius: 62.4375rem;
  background: #ff8170;
}

.change-photo-btn .edit-image {
  width: 1.25rem;
  height: 1.25rem;
  aspect-ratio: 1/1;
}

.change-photo-btn p {
  color: #fff;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 100%; /* 1.25rem */
  letter-spacing: 0.025rem;
}

/* 포인트 정보 */
.point-info {
  display: flex;
  padding: 1.125rem 1.25rem;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 0.75rem;
  background: rgba(67, 54, 54, 0.05);
  height: 5rem;
}

.point-info .point-info-coin-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.point-info .point-label {
  color: rgba(67, 54, 54, 0.6);
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 100%; /* 1.25rem */
  letter-spacing: -0.0125rem;
}

.point-info .point-value {
  color: #433636;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 100%; /* 1.75rem */
  letter-spacing: 0.0875rem;
  margin-left: 1rem;
}

.point-info .charge-btn {
  display: flex;
  padding: 0.75rem 1.25rem;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  border-radius: 62.4375rem;
  background: #433636;
}

.point-info .charge-btn p {
  color: #fff;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 100%; /* 1.25rem */
  letter-spacing: 0.025rem;
}

/* 생성 버튼 */
.btn-generate {
  display: flex;
  width: 26.25rem;
  height: 5rem;
  padding: 0 1.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.375rem;
  border-radius: 0.75rem;
  background: #ff8170;
  margin: 0 auto;
}

.btn-generate .shine-image {
  width: 1.5rem;
  height: 1.5rem;
  aspect-ratio: 1/1;
}

.btn-generate p {
  color: #fff;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 100%; /* 1.5rem */
}

.btn-generate span {
  color: #fff;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 100%; /* 1.25rem */
  letter-spacing: 0.0625rem;
}

.btn-generate:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(196, 30, 58, 0.4);
}

.btn-generate:disabled {
  background: #ccc;
  cursor: not-allowed;
  box-shadow: none;
}

.my-room-link-section {
  margin-top: 2.5rem;
  text-align: center;
}

.my-room-link-section .my-room-link-text {
  color: #433636;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 150%; /* 1.875rem */
  letter-spacing: -0.0125rem;
}

.my-room-link-section .my-room-link-btn {
  display: flex;
  width: 15rem;
  height: 5rem;
  padding: 0 1.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.375rem;
  border-radius: 0.75rem;
  background: #433636;
  color: #fff;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: -0.0175rem;
  margin: 1rem auto 0;
}

/* 이전 영상 생성중 영역 */
.game-intro .processing-pre-image {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1rem;
}

.game-intro .processing-pre-image img {
  width: 1.5rem;
  height: 1.5rem;
}

.game-intro .processing-pre-image p {
  color: #ff4040;
  font-family: 'Pretendard';
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 140%; /* 1.575rem */
  letter-spacing: -0.01125rem;
  text-align: left;
}

/* 참여자 수 */
.game-intro .game-count {
  display: flex;
  width: 100%;
  padding-top: 3.75rem;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  margin-bottom: 0;
}

.game-intro .game-count .count-label {
  color: #553e3e;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: -0.015rem;
}

.game-intro .game-count .count-label::before {
  content: none;
}

.game-intro .game-count .count-num {
  color: #553e3e;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 2.75rem;
  font-weight: 700;
  letter-spacing: -0.0275rem;
}

/* 라인 */
.game-intro .line {
  width: 100%;
  height: 1px;
  background-color: rgba(85, 62, 62, 0.4);
  margin-top: 1.25rem;
}

/* 공유하기 */
.game-wrapper .share-sns-list {
  display: flex;
  padding: 2.5rem 0 6.25rem;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin: 0;
}

.game-wrapper .share-sns-list .list-title {
  display: flex;
  align-items: center;
  margin: 0;
}

.game-wrapper .share-sns-list .list-title > span {
  color: #553e3e;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: -0.01375rem;
}

.game-wrapper .share-sns-list .list-title .countBox {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.game-wrapper .share-sns-list .list-title .countBox .countImg {
  width: 1.375rem;
  height: 1.375rem;
  background: url(https://cdn.banggooso.com/assets/images/game299/common/share.png) no-repeat center / contain;
  padding-bottom: 0;
  opacity: 0.6;
}

.game-wrapper .share-sns-list .list-title .countBox .countNumber {
  color: #553e3e;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.25rem; /* 100% */
  letter-spacing: -0.0125rem;
}

.game-wrapper .share-sns-list .list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0.75rem;
}

.game-wrapper .share-sns-list .list li {
  margin: 0;
}

.game-wrapper .share-sns-list .list .btn-share {
  width: 3.375rem;
  height: 3.375rem;
  background-color: #222;
  border-radius: 100%;
}

.game-wrapper .share-sns-list .list .btn-share.kakao {
  background-image: url(https://cdn.banggooso.com/assets/images/game299/common/kakao.png);
}

.game-wrapper .share-sns-list .list .btn-share.instagram {
  background-image: url(https://cdn.banggooso.com/assets/images/game299/common/instagram.png);
}

.game-wrapper .share-sns-list .list .btn-share.twitter {
  background-image: url(https://cdn.banggooso.com/assets/images/game299/common/twitter.png);
}

.game-wrapper .share-sns-list .list .btn-share.facebook {
  background-image: url(https://cdn.banggooso.com/assets/images/game299/common/facebook.png);
}

.game-wrapper .share-sns-list .list .btn-share.link-copy {
  background-image: url(https://cdn.banggooso.com/assets/images/game299/common/link.png);
}

.game-wrapper .game-intro .present-by-level-image-box {
  padding: 0 1.88rem;
}

/* 대기 화면 */
.saebae-processing {
  background: linear-gradient(0deg, rgba(255, 129, 112, 0.1) 0%, rgba(255, 129, 112, 0.1) 100%), #fff;
  height: 100%;
  padding-top: 4.0625rem;
}

.processing-container {
  padding: 8.53rem 1.88rem 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.processing-title-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.processing-title-box p {
  color: #ff8170;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 2rem;
  font-weight: 700;
  line-height: 130%; /* 2.6rem */
  letter-spacing: -0.02rem;
}

.processing-title-box .shine-fill-image {
  width: 1.5rem;
  height: 1.5rem;
}

.processing-subtitle {
  color: #433636;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 140%; /* 1.925rem */
  letter-spacing: -0.01375rem;
}

.video-add-create {
  display: flex;
  padding: 1rem 1.5rem 1rem 1.25rem;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  border-radius: 62.4375rem;
  background: #ff8170;
  margin-top: 1rem;
}

.video-add-create img {
  width: 1.25rem;
  height: 1.25rem;
  aspect-ratio: 1/1;
}

.video-add-create p {
  color: #fff;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 100%; /* 1.25rem */
  letter-spacing: 0.025rem;
}

/* 이미지 미리보기 + 캐릭터 */
.processing-preview-area {
  position: relative;
  margin: 2rem auto 1.5rem;
}

.processing-image-placeholder {
  width: 6.75rem;
  height: 12rem;
  aspect-ratio: 9/16;
  border-radius: 0.75rem;
  overflow: hidden;
}

.processing-preview-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 프로그레스 바 */
.progress-bar {
  width: 22.46rem;
  height: 0.375rem;

  border-radius: 0.625rem;
  background: rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.progress-bar-inner,
.progress-fill {
  height: 100%;
  background: #ff8170;
  width: 0%;
  transition: width 0.3s ease;
}

/* 안내 문구 */
.processing-notice {
  text-align: center;
}

.processing-notice-text {
  color: #433636;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 150%; /* 1.875rem */
  letter-spacing: -0.0125rem;
  margin: 2rem auto 0.75rem;
}

.processing-notice-text span {
  font-weight: 700;
}

.processing-myroom-link {
  color: #ff8170;
  font-family: 'Pretendard';
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 170%;
}

.processing-myroom-link span {
  color: #ff8170;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 170%; /* 1.9125rem */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.processing-myroom-guide {
  color: rgba(67, 54, 54, 0.6);
  font-family: 'Pretendard';
  font-size: 1rem;
  font-weight: 500;
  line-height: 170%;
}

/* 에러 화면 */
.error-container {
  background: #fff;
  border-radius: 1rem;
  padding: 2rem;
  margin: 1rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.error-message {
  text-align: center;
}

.error-message p {
  color: #333;
  font-size: 1rem;
  margin-bottom: 1rem;
}

.error-message .error-detail {
  color: #999;
  font-size: 0.85rem;
  margin-bottom: 1.5rem;
}

.error-message .btn-primary {
  background: linear-gradient(135deg, #c41e3a 0%, #e63950 100%);
  color: #fff;
  border: none;
  padding: 0.75rem 2rem;
  border-radius: 2rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  margin: 0.25rem;
}

.error-message .btn-secondary {
  background: #f5f5f5;
  color: #666;
  border: none;
  padding: 0.75rem 2rem;
  border-radius: 2rem;
  font-size: 1rem;
  cursor: pointer;
  margin: 0.25rem;
}

/* 결과 화면 */
.saebae-result {
  text-align: center;
  height: auto;
  background: linear-gradient(0deg, rgba(255, 129, 112, 0.1) 0%, rgba(255, 129, 112, 0.1) 100%), #fff;
  padding-top: 4.0625rem;
}

.saebae-result.failed {
  background: #fff;
}

.game-wrapper .game-result {
  padding: 0;
}

.result-container {
  padding-top: 4.0625rem;
}

.result-container .result-title-name {
  padding-top: 2rem;
  color: #ff8170;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 2rem;
  font-weight: 700;
  line-height: 120%; /* 2.4rem */
  letter-spacing: -0.02rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

.result-container .result-title {
  color: #ff8170;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 2rem;
  font-weight: 700;
  line-height: 120%; /* 2.4rem */
  letter-spacing: -0.02rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

.result-container .result-title .shine-fill-image {
  width: 1.5rem;
  height: 1.5rem;
  aspect-ratio: 1/1;
}

.result-container .result-share-title {
  margin-top: 0.75rem;
}

.result-container .result-share-title,
.result-container .result-share-sub-title {
  color: #433636;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 150%; /* 1.625rem */
  letter-spacing: -0.0125rem;
}

.result-video-container {
  margin: 1.75rem auto 2rem;
  width: 16.65031rem;
  aspect-ratio: 111/200;
}

.result-video-container .video-wrapper {
  width: 100%;
  height: 100%;
  border-radius: 0.75rem;
  overflow: hidden;
}

.result-video-container video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.result-video-container .expire-video {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 0.75rem;
  background: rgba(67, 54, 54, 0.1);
}

.result-video-container .expire-video p {
  color: rgba(67, 54, 54, 0.6);
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.0125rem;
}

.result-container .video-info {
  width: 20.4rem;
  margin: 0 auto;
  text-align: left;
}

.result-container .video-info p {
  color: #433636;
  font-family: 'Pretendard';
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 140%; /* 1.575rem */
  letter-spacing: -0.01125rem;
}

.result-container .video-info p:nth-child(2) {
  margin-top: 0.5rem;
}

.result-container .video-info p span:nth-child(1) {
  color: #ff8170;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 140%; /* 1.575rem */
  letter-spacing: -0.01125rem;
  margin-left: 0.75rem;
}

.result-container .video-info p span:nth-child(2) {
  color: #433636;
  font-family: 'Pretendard';
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.01125rem;
}

.result-actions {
  margin-top: 1.25rem;
}

.btn-download {
  display: flex;
  width: 26.25rem;
  height: 5rem;
  padding: 0 1.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.375rem;
  border-radius: 1.25rem;
  background: #ff8170;
  margin: 0 auto;
}

.btn-download .upload-image {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
}

.btn-download p {
  color: #fff;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 100%;
}

.btn-download:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* 영상 생성 실패 */
.image-create-failed,
.image-create-violation {
  padding: 2rem 1.88rem 1.75rem;
}

.image-create-failed .failed-notice-icon,
.image-create-violation .violation-notice-icon {
  display: flex;
  justify-content: center;
}

.image-create-failed .failed-notice-icon img,
.image-create-violation .violation-notice-icon img {
  width: 3.75rem;
  height: 3.75rem;
}

.image-create-failed .failed-title {
  color: #ff5454;
  text-align: center;
  font-family: 'Pretendard Variable';
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 2.6rem */
  letter-spacing: -0.02rem;
  margin-top: 0.75rem;
}

.image-create-failed .failed-desc {
  color: #433636;
  text-align: center;
  font-family: 'Pretendard Variable';
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.875rem */
  letter-spacing: -0.0125rem;
  margin-top: 2rem;
}

.image-create-failed .failed-link {
  display: block;
  margin-top: 2rem;
  color: #ff8170;
  text-align: center;
  font-family: 'Pretendard Variable';
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 170%; /* 1.9125rem */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.image-create-failed .failed-link-desc {
  color: rgba(67, 54, 54, 0.6);
  font-family: 'Pretendard';
  font-size: 1rem;
  font-weight: 500;
  line-height: 170%;
}

/* 이미지 가이드 미준수 실패 */
.image-create-violation .violation-title {
  color: #ff4040;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 130%; /* 2.275rem */
  letter-spacing: -0.0175rem;
  margin-top: 0.75rem;
}

.image-create-violation .violation-desc {
  color: #433636;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%; /* 1.6875rem */
  letter-spacing: -0.01125rem;
  margin-top: 2rem;
}

.image-create-violation .violation-reason-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.image-create-violation .violation-reason-list li {
  display: flex;
  padding: 1.125rem 1rem;
  align-items: center;
  gap: 0.75rem;
  align-self: stretch;
  border-radius: 0.75rem;
  background: rgba(255, 84, 84, 0.08);
  margin: 2rem 0 0;
}

.image-create-violation .violation-reason-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.image-create-violation .violation-reason-header img {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
}

.image-create-violation .violation-reason-header p {
  color: #433636;
  font-family: 'Pretendard';
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 140%; /* 1.575rem */
  letter-spacing: -0.01125rem;
  text-align: left;
}

.image-create-violation .violation-reason-guide {
  color: #433636;
  font-family: 'Pretendard';
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 140%; /* 1.575rem */
  letter-spacing: -0.01125rem;
  margin-left: 1.25rem;
  text-align: left;
  margin-top: 0.62rem;
}

.btn-retry {
  display: flex;
  width: 15rem;
  height: 5rem;
  padding: 0 1.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.375rem;
  border-radius: 1.25rem;
  background: #433636;
  margin: 3.75rem auto 3.75rem;
}

.btn-retry .restart-image {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  aspect-ratio: 1/1;
}

.btn-retry p {
  color: #fff;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: -0.0175rem;
}

/* 로그인 유도 */
.login-prompt {
  background: #fff5f5;
  border: 1px solid #ffe8e8;
  border-radius: 0.75rem;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  text-align: center;
}

.login-prompt p {
  color: #666;
  margin-bottom: 1rem;
}

.btn-login {
  background: #c41e3a;
  color: #fff;
  border: none;
  padding: 0.75rem 2rem;
  border-radius: 2rem;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
}

/* 코인 부족 모달 */
.coin-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.88rem;
}

.coin-modal {
  background: #fff;
  border-radius: 1.25rem;
  width: 100%;
  padding: 1.5rem 1.25rem 1.25rem;
  text-align: center;
}

.coin-modal-title {
  display: inline-block;
  color: #433636;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 140%; /* 2.1rem */
  letter-spacing: -0.015rem;
}

.coin-modal-desc {
  color: #433636;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 140%; /* 1.925rem */
  letter-spacing: -0.01375rem;
  margin-top: 1.5rem;
}

.coin-modal-cost {
  display: flex;
  width: 15rem;
  padding: 1.25rem 1.5rem;
  justify-content: space-between;
  align-items: center;
  border-radius: 0.75rem;
  border: 1px solid #ff8170;
  background: rgba(255, 129, 112, 0.05);
  margin: 1.5rem auto 1rem;
}

.coin-modal-cost-label {
  color: #ff8170;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 100%; /* 1.25rem */
  letter-spacing: -0.0125rem;
}

.coin-modal-cost-value {
  color: #433636;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 100%; /* 1.75rem */
  letter-spacing: 0.0875rem;
}

.coin-modal-current {
  color: rgba(67, 54, 54, 0.6);
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 100%; /* 1.125rem */
}

.coin-modal-actions {
  display: flex;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.coin-modal-cancel {
  position: absolute;
  background-color: transparent;
  top: 1.25rem;
  right: 1.25rem;
  width: 1.17738rem;
  height: 1.17738rem;
  cursor: pointer;
}

.coin-modal-cancel img {
  width: 100%;
  height: 100%;
}

.coin-modal-charge {
  display: flex;
  height: 4.5rem;
  padding: 0 1.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.375rem;
  flex: 1 0 0;
  border-radius: 0.75rem;
  background: #433636;
  color: #fff;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.5rem;
  font-weight: 700;
}

.coin-modal-warning {
  color: #ff8170;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.63125rem;
  padding-top: 1.25rem;
}

/* 영상 생성 확인 모달 */
.generate-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.88rem;
}

.generate-modal {
  background: #fff;
  border-radius: 1.25rem;
  width: 100%;
  padding: 1.5rem 1.25rem 1.25rem;
  text-align: center;
  position: relative;
}

.generate-modal-close {
  position: absolute;
  top: 1rem;
  right: 1.25rem;
  background: none;
  border: none;
  color: rgba(67, 54, 54, 0.4);
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  padding: 0;
}

.generate-modal-title {
  color: #433636;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.015rem;
  display: inline-block;
}

.generate-modal-desc {
  color: #433636;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 140%; /* 1.925rem */
  letter-spacing: -0.01375rem;
  margin-top: 1.5rem;
}

.generate-modal-cost {
  display: flex;
  width: 15rem;
  padding: 1.25rem 1.5rem;
  justify-content: space-between;
  align-items: center;
  border-radius: 0.75rem;
  border: 1px solid #ff8170;
  background: rgba(255, 129, 112, 0.05);
  margin: 1.5rem auto 1rem;
}

.generate-modal-cost-label {
  color: #ff8170;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 100%; /* 1.25rem */
  letter-spacing: -0.0125rem;
}

.generate-modal-cost-value {
  color: #433636;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 100%; /* 1.75rem */
  letter-spacing: 0.0875rem;
}

.generate-modal-current {
  color: rgba(67, 54, 54, 0.6);
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 100%; /* 1.125rem */
}

.generate-modal-warning {
  color: #ff8170;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 145%; /* 1.63125rem */
  margin-top: 2rem;
}

.generate-modal-help-text {
  color: rgba(67, 54, 54, 0.6);
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 145%; /* 1.63125rem */
  margin-top: 0.5rem;
}

.generate-modal-actions {
  margin-top: 1.5rem;
}

.generate-modal-confirm {
  display: flex;
  width: 100%;
  height: 4.5rem;
  padding: 0 1.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.375rem;
  flex: 1 0 0;
  color: #fff;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.5rem;
  font-weight: 700;
  border-radius: 0.75rem;
  background: #433636;
}

/* 접속자 증가 안내 모달 */
.traffic-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.88rem;
}

.traffic-modal {
  background: #fff;
  border-radius: 1.25rem;
  width: 100%;
  padding: 1.5rem 1.25rem 1.25rem;
  text-align: center;
}

.traffic-modal-title {
  color: #433636;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 140%; /* 2.1rem */
  letter-spacing: -0.015rem;
}

.traffic-modal-desc {
  color: #433636;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 140%; /* 1.925rem */
  letter-spacing: -0.01375rem;
  margin-top: 1.5rem;
}

.traffic-modal-actions {
  margin-top: 2.5rem;
}

.traffic-modal-home {
  display: flex;
  width: 100%;
  height: 4.5rem;
  padding: 0 1.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.375rem;
  flex: 1 0 0;
  border-radius: 0.75rem;
  background: #433636;
  color: #fff;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.5rem;
  font-weight: 700;
}

/* 이미지 가이드 모달 */
.guide-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.88rem;
}

.guide-modal {
  position: relative;
  background: #fff;
  border-radius: 1.25rem;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  padding: 1.5rem 1.5rem 1.25rem;
  text-align: center;
}

.guide-modal-close {
  position: absolute;
  top: 1rem;
  right: 1.25rem;
  background: none;
  border: none;
  color: rgba(67, 54, 54, 0.4);
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  z-index: 1;
}

.guide-modal-title {
  color: #433636;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 140%; /* 2.1rem */
  letter-spacing: -0.015rem;
}

.guide-modal-warning {
  color: #ff5454;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 140%; /* 1.575rem */
  margin-top: 0.5rem;
}

.guide-modal-images {
  display: flex;
  gap: 0.62rem;
  justify-content: center;
  margin-top: 1.5rem;
}

.guide-modal-image-item {
  flex: 1;
  max-width: 33.33%;
}

.guide-modal-image-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4;
  border-radius: 0.5rem;
  overflow: hidden;
}

.guide-modal-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.guide-modal-badge {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Pretendard';
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
}

.guide-modal-info {
  text-align: left;
  padding: 0 0.62rem;
}

.guide-modal-info-row-1 {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 1rem 0.62rem 0.88rem;
}

.guide-modal-info-row-2 {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 0.88rem 0.62rem 1rem;
}

.guide-modal-info-label {
  color: #17aeff;
  font-family: 'Pretendard';
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 150%; /* 1.6875rem */
}

.guide-modal-info-label-good {
  color: #4a90d9;
  width: 5.625rem;
}

.guide-modal-info-label-bad {
  color: #ff5454;
  width: 5.625rem;
}

.guide-modal-info-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.guide-modal-info-list li {
  color: #433636;
  font-family: 'Pretendard';
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.01rem;
  padding-left: 1.3rem;
}

.guide-modal-info-list li::before {
  content: '•';
  position: absolute;
  left: 0.3rem;
}

.guide-modal-info-divider {
  width: 100%;
  height: 1px;
  background: rgba(67, 54, 54, 0.15);
}

.guide-modal-agree-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 0.88rem 1rem 0.75rem;
}

.guide-modal-agree {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  cursor: pointer;
}

.guide-modal-agree input[type='checkbox'] {
  display: none;
}

.guide-modal-checkbox-img {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
}

.guide-modal-agree-text {
  color: rgba(67, 54, 54, 0.8);
  font-family: 'Pretendard';
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 140%;
  margin-left: 0.25rem;
}

.guide-modal-link {
  color: #ff8170;
  font-family: 'Pretendard';
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 140%;
  text-decoration-line: underline;
}

.guide-modal-actions {
  display: flex;
  gap: 0.75rem;
  margin-top: 0.5rem;
}

.guide-modal-confirm {
  display: flex;
  height: 4.5rem;
  padding: 0 1.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.375rem;
  flex: 1 0 0;
  border-radius: 0.75rem;
  background: #433636;
  color: #fff;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.5rem;
  font-weight: 700;
}

.guide-modal-confirm:disabled {
  background: #ccc;
  cursor: not-allowed;
}

/* 바텀시트 모달 */
.bottom-sheet-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.bottom-sheet-overlay.active {
  opacity: 1;
}

.bottom-sheet {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 1.25rem 1.25rem 0 0;
  height: 100%;
  max-height: 80vh;
  display: flex;
  flex-direction: column;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.bottom-sheet-overlay.active .bottom-sheet {
  transform: translateY(0);
}

.bottom-sheet-header {
  position: relative;
  padding: 1.5rem 1.25rem 1rem;
  text-align: center;
  flex-shrink: 0;
}

.bottom-sheet-close {
  position: absolute;
  top: 1rem;
  left: 1.25rem;
  background: none;
  border: none;
  color: rgba(67, 54, 54, 0.4);
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  z-index: 1;
}

.bottom-sheet-title {
  color: #433636;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.015rem;
}

.bottom-sheet-body {
  flex: 1;
  overflow-y: auto;
  padding: 0 1.5rem 2rem;
  -webkit-overflow-scrolling: touch;
}

.bottom-sheet-content {
}

.bottom-sheet-clause {
  color: #433636;
  font-family: 'Pretendard';
  font-size: 1.08rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.01rem;
  margin-bottom: 1.25rem;
}

.bottom-sheet-clause:last-child {
  margin-bottom: 0;
}

.bottom-sheet-clause strong {
  font-weight: 700;
}

/* 개인정보 수집 동의 바텀시트 스타일 */
.privacy-content {
  padding-top: 0.5rem;
}

.privacy-table {
  background: rgba(67, 54, 54, 0.03);
  border-radius: 0.75rem;
  overflow: hidden;
  margin-bottom: 1.5rem;
}

.privacy-table-row {
  display: flex;
  border-bottom: 1px solid rgba(67, 54, 54, 0.08);
}

.privacy-table-row:last-child {
  border-bottom: none;
}

.privacy-table-label {
  flex-shrink: 0;
  width: 6rem;
  padding: 0.875rem;
  background: rgba(67, 54, 54, 0.05);
  color: #433636;
  font-family: 'Pretendard';
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 140%;
  word-break: keep-all;
}

.privacy-table-value {
  flex: 1;
  padding: 0.875rem;
  color: #433636;
  font-family: 'Pretendard';
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 140%;
  word-break: keep-all;
  display: flex;
  align-items: center;
}

.privacy-notice {
  margin-bottom: 1.25rem;
}

.privacy-notice-title {
  color: #433636;
  font-family: 'Pretendard';
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.privacy-notice-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.privacy-notice-list li {
  position: relative;
  color: rgba(67, 54, 54, 0.8);
  font-family: 'Pretendard';
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 170%;
  padding-left: 0.75rem;
  margin-bottom: 0.5rem;
  word-break: keep-all;
}

.privacy-notice-list li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: rgba(67, 54, 54, 0.5);
}

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

.privacy-warning {
  padding: 1rem;
  background: rgba(255, 129, 112, 0.08);
  border-radius: 0.75rem;
  border-left: 3px solid #ff8170;
}

.privacy-warning p {
  color: #433636;
  font-family: 'Pretendard';
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 170%;
  margin: 0;
  word-break: keep-all;
}

/* 유틸리티 */
.display-none {
  display: none !important;
}

/* 크롭 모달 */
#crop-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

#crop-modal .crop-modal-content {
  position: relative;
  background: #fff;
  border-radius: 1rem;
  width: 100%;
  max-width: 500px;
  max-height: 90vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

#crop-modal .crop-modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  color: rgba(67, 54, 54, 0.4);
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  z-index: 1;
}

#crop-modal .crop-modal-header {
  padding: 1rem;
  text-align: center;
  border-bottom: 1px solid #eee;
}

#crop-modal .crop-modal-header p:nth-child(1) {
  color: #433636;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.015rem;
  margin-bottom: 0.5rem;
}

#crop-modal .crop-modal-header p:nth-child(2) {
  color: rgba(67, 54, 54, 0.6);
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 100%; /* 1.25rem */
}

#crop-modal .crop-container {
  flex: 1;
  min-height: 300px;
  max-height: 60vh;
  overflow: hidden;
  background: #f0f0f0;
}

#crop-modal .crop-container img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

#crop-modal .crop-actions {
  display: flex;
  gap: 0.75rem;
  padding: 1rem;
  border-top: 1px solid #eee;
}

#crop-modal .btn-crop-confirm {
  display: flex;
  height: 4.5rem;
  padding: 0 1.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.375rem;
  flex: 1 0 0;
  border-radius: 0.75rem;
  background: #433636;
}

#crop-modal .btn-crop-confirm p {
  color: #fff;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.5rem;
  font-weight: 700;
}

/* Cropper.js 커스텀 스타일 */
.cropper-view-box,
.cropper-face {
  border-radius: 0;
}

.cropper-line {
  background-color: #c41e3a !important;
}

.cropper-point {
  width: 10px !important;
  height: 10px !important;
  opacity: 1 !important;
}

.cropper-point.point-e {
  margin-top: -5px !important;
}

.cropper-point.point-n {
  margin-left: -5px !important;
}

.cropper-point.point-w {
  margin-top: -5px !important;
}

.cropper-point.point-s {
  margin-left: -5px !important;
}

.cropper-point.point-ne {
  margin-left: -5px !important;
}

.cropper-point.point-nw {
  margin-right: -5px !important;
}

.cropper-point.point-se {
  margin-left: -5px !important;
  margin-top: -5px !important;
}

.cropper-point.point-sw {
  margin-right: -5px !important;
  margin-top: -5px !important;
}

.cropper-modal {
  background-color: rgba(0, 0, 0, 0.5);
}

/* 하단 공통 영역 */
.result-container .content-more-wrap {
  display: flex;
  padding-top: 2.5rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.1875rem;
  align-self: stretch;
  margin-top: 4.25rem;
  background: #433636;
}

.result-container .content-more-wrap .contents-more {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background-color: unset;
  border-radius: unset;
  margin: 0;
}

.result-container .content-more-wrap .contents-more .contents-main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.33331rem;
  margin: 0;
  padding: 0 2rem;
}

.result-container .content-more-wrap .contents-more .contents-main .contents-logo {
  width: 8.75rem;
  height: 1.875rem;
  background: url(https://cdn.banggooso.com/assets/images/game279/common/logo_w.png) no-repeat center / cover;
}

.result-container .content-more-wrap .contents-more .contents-main .contents-logo img {
  display: none;
}

.result-container .content-more-wrap .contents-more .contents-main .sub-text {
  color: #fff;
  font-family: 'Pretendard';
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.16669rem;
  letter-spacing: -0.06rem;
  margin: 0;
}

.result-container .content-more-wrap .contents-more .contents-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-left: unset;
  margin: 0;
  padding: 0;
  flex-basis: unset;
}

.result-container .content-more-wrap .contents-more .contents-list .game-btn {
  display: flex;
  width: 31.25rem;
  padding: 1.66669rem 2rem;
  justify-content: space-between;
  align-items: center;
  gap: 10rem;
  background-color: unset;
  border-radius: unset;
  margin: 0;
  border: unset;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.result-container .content-more-wrap .contents-more .contents-list .game-btn::before {
  width: 2rem;
  height: 2rem;
  right: 2rem;
  left: unset;
  background: url(https://cdn.banggooso.com/assets/images/game279/common/arrow_right_g.png) no-repeat center / cover;
}

.result-container .content-more-wrap .contents-more .contents-list .game-btn a {
  color: #fff;
  font-family: 'Pretendard';
  font-size: 1.375rem;
  font-weight: 500;
}

.result-container .content-more-wrap .recommend-list.page-full {
  margin: 0;
  width: 100%;
}

.result-container .content-more-wrap .recommend-list .inner .title {
  color: #fff;
  font-family: 'Pretendard';
  font-size: 1.50013rem;
  font-weight: 600;
  letter-spacing: -0.033rem;
  padding: 0;
  margin: 0;
  padding-left: 1.46rem;
  margin-bottom: 0.48rem;
}

.result-container .content-more-wrap .recommend-list .swiper-container {
  padding: 0 0 3.25rem 2.15rem;
}

.result-container .content-more-wrap .recommend-list .swiper-slide {
  width: 10.83406rem;
  height: 13.33425rem;
}

.result-container .content-more-wrap .recommend-list .slide-box {
  border: 0.3rem solid transparent;
}

.result-container .content-more-wrap .recommend-list .slide-box .img-box {
  height: 10.83406rem;
}

.result-container .content-more-wrap .recommend-list .slide-box .slide-text {
  color: #222;
  font-family: 'Pretendard';
  font-size: 1.00006rem;
  font-weight: 500;
  letter-spacing: -0.022rem;
}

.result-container .content-more-wrap .recommend-list .btn-wrap {
  padding-bottom: 4.01rem;
}

.result-container .content-more-wrap .recommend-list .btn-wrap .btn-white-round {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 15.25106rem;
  height: 4.00025rem;
  color: #2b2b2b;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 1.25006rem;
  font-weight: 700;
  letter-spacing: -0.0275rem;
}

/* 약관 정보 섹션 */
.terms-info-section {
  text-align: left;
  padding-bottom: 5rem;
}

.terms-info-header {
  margin-bottom: 0.5rem;
}

.terms-info-title {
  color: #433636;
  font-family: 'Pretendard';
  font-size: 1rem;
  font-weight: 700;
}

.terms-info-content {
  text-align: left;
}

.terms-info-subtitle {
  color: #433636;
  font-family: 'Pretendard';
  font-size: 1rem;
  font-weight: 700;
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
}

.terms-info-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.terms-info-list li {
  color: rgba(67, 54, 54, 0.6);
  font-family: 'Pretendard';
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 150%;
  padding-left: 1rem;
}

.terms-info-list li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: rgba(67, 54, 54, 0.6);
}

.terms-info-list li:last-child {
  margin-bottom: 0;
}

.terms-links {
  margin: 0.5rem 0 0 0;
  padding: 0;
  list-style: none;
}

.terms-links li {
  position: relative;
  color: #433636;
  font-family: 'Pretendard';
  font-size: 1rem;
  margin-bottom: 0.25rem;
  padding-left: 0.75rem;
}

.terms-links li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: rgba(67, 54, 54, 0.8);
}

.terms-link {
  color: #ff8170;
  font-family: 'Pretendard';
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 150%;
}

.terms-link:hover {
  text-decoration: underline;
}

.terms-link-btn {
  background: none;
  border: none;
  padding: 0;
  color: #ff8170;
  font-family: 'Pretendard';
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 150%;
  cursor: pointer;
}

.terms-link-btn:hover {
  text-decoration: underline;
}

.terms-info-contact {
  color: #433636;
  font-family: 'Pretendard';
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 150%;
  margin-top: 1.5rem;
}
