/* =========================
   Nanum Square Neo
========================= */
@font-face {
  font-family: 'NanumSquareNeoLight';
  src: url('https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-aLt.woff2') format('woff2');
  font-weight: 300;
}
@font-face {
  font-family: 'NanumSquareNeo';
  src: url('https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.woff2') format('woff2');
  font-weight: 400;
}
@font-face {
  font-family: 'NanumSquareNeoBold';
  src: url('https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-cBd.woff2') format('woff2');
  font-weight: 700;
}
@font-face {
  font-family: 'NanumSquareNeoExtraBold';
  src: url('https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-dEb.woff2') format('woff2');
  font-weight: 800;
}
@font-face {
  font-family: 'NanumSquareNeoHeavy';
  src: url('https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-eHv.woff2') format('woff2');
  font-weight: 900;
}
/* =========================
   리셋 및 기본 스타일
========================= */
* {
  margin: 0;
  padding: 0;
}
html {
  -webkit-text-size-adjust: 100%;
  font-size: 16px; /* 1rem = 16px */
  scroll-behavior: smooth;
}
body {
  -webkit-overflow-scrolling: touch;
}
body, html {
  height: 100%;
  overflow-x: hidden;
  font-family: 'NanumSquareNeo', "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Malgun Gothic", "맑은 고딕", helvetica, "Apple SD Gothic Neo", sans-serif;
  scroll-behavior: smooth;
}
textarea, select, input, button {
  font-family: 'NanumSquareNeo', "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Malgun Gothic", "맑은 고딕", helvetica, "Apple SD Gothic Neo", sans-serif;
}
h1, h2, h3, ul, li, p, dl, dt, dd {
  list-style: none;
}
a, a:hover, a:active {
  text-decoration: none;
  color: #000;
}
img {
  border: 0;
  vertical-align: top;
}

/* =========================
   공통 클래스
========================= */
.inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
}
.container {
  position: absolute;
  width: 100%;
}
h2 {
  font-size: 2.25rem;
  font-family: 'NanumSquareNeoHeavy';
  font-weight: 900;
  line-height: 2.8rem;
  color: #020045;
  margin-bottom: 30px;
  letter-spacing: -0.025em;
}
h3 {
  font-family: 'NanumSquareNeoHeavy';
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 1.4;
  color: #020045;
  margin-bottom: 50px;
}
.subtitle {
  font-family: 'NanumSquareNeoBold';
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1.4;
  color: #666;
  letter-spacing: -0.025em;
  margin-bottom: 30px;
}
.subtext {
  font-family: 'NanumSquareNeoBold';
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.4;
  color: #666;
  letter-spacing: -0.025em;
  word-break: keep-all;
}
.btn-event-apply {
  margin-top: 30px;
}
.btn-event-apply a {
  display: inline-flex;
  width: 450px;
  height: 75px;
  background-color: #02a3ff;
  font-family: 'NanumSquareNeoHeavy';
  font-weight: 900;
  font-size: 1.6rem;
  color: #ffffff;
  border-radius: 45px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  align-items: center;
  justify-content: center;
}
.btn-event-apply a:hover {
  background-color: #0092e5;
}
.blue {
  color: #02a3ff;
}
b {
  font-family: 'NanumSquareNeoHeavy';
  font-weight: 900;
}
.mobile_only {
  display: none;
}
/* =========================
   헤더
========================= */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 9999;
}
.site-header .inner {
  height: 100%;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-header .header-logo {
  width: 157px;
  height: 60px;
}
.site-header .header-logo a {
  display: block;
  width: 157px;
  height: 60px;
  background: url('../img/header-logo.svg') no-repeat 0 10px;
  background-size: 157px 29px;
  text-indent: -9999px;
}
.header-links {
  display: flex;
  gap: 30px;
  align-items: center;
  text-indent: -9999px;
}
.header-link a {
  display: block;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px 22px;
}
.header-link-home a {
  background-image: url('../img/header-homepage.svg');
}
.header-link-youtube a {
  background-image: url('../img/header-youtube.svg');
}
.header-link-instagram a {
  background-image: url('../img/header-instagram.svg');
}
.header-link-blog a {
  background-image: url('../img/header-blog.svg');
}

/* =========================
   슬로건 섹션
========================= */
.slogan-section {
  position: relative;
  width: 100%;
  height: 700vh;
  background-color: #000000;
}
.scroll-indicator {
  position: fixed;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
  height: 44px;
  border: 2px solid #aaa;
  border-radius: 14px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: start;
  padding-top: 6px;
  z-index: 999;
  pointer-events: none;
  transition: opacity 0.3s;
  opacity: 1;
  z-index:1;
}
.scroll-indicator.hide {
  opacity: 0;
}
.scroll-indicator .wheel {
  width: 4px;
  height: 8px;
  background-color: #aaa;
  border-radius: 2px;
  animation: scroll-wheel 1.2s infinite;
}
@keyframes scroll-wheel {
  0% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(6px); opacity: 0; }
}
.slogan-section .bg {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 0;
  opacity: 0;
  transform: scale(1.4);
}
.slogan-section .bg.bg1 {
  background-image: url('../img/bg-slogan-01.jpg');
  opacity: 1;
  transform: scale(1);
}
.slogan-section .bg.bg2 {
  background-image: url('../img/bg-slogan-02.jpg');
}
.slogan-section .bg.bg3 {
  background-image: url('../img/bg-slogan-03.jpg');
}
.slogan-section .section {
  height: 100vh;
}
.section-text-wrapper {
  position: fixed;
  top: 60px; /* 헤더 높이만큼 아래로 조정 */
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.mask {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  height: 3.8rem; /* 텍스트 높이에 맞게 조정 */
  overflow: hidden;
  pointer-events: none;
  z-index: 2;
  backface-visibility: hidden; /* 추가로 깜빡임 방지 */
}
.mask2, .mask4 {
  height: 5rem; /* 텍스트 높이에 맞게 조정 */
  -webkit-font-smoothing: antialiased;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.mask1, .mask3, .mask5, .mask6, .mask7, .mask8 {
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 0) 100%);
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
}
/* 공통 텍스트 스타일 */
.section-text {
  position: relative;
  left: 0; /* reset */
  transform: translateX(0%);
  opacity: 0;
  font-size: 2.5rem;
  color: white;
  text-align: center;
  transition: opacity 0.3s ease;
}
.text1, .text3, .text5, .text6, .text7, .text8 {
  font-family: 'NanumSquareNeoBold';
  font-weight: 700;
}
.text2, .text4 {
  color: #00a3ff;
  font-weight: 800;
  font-size: 4rem;
}
.mask1, .mask5, .mask7 { top: calc(50% - 190px); height: 75px;}
.mask2 { top: calc(50% - 120px); }
.mask3, .mask6, .mask8 { top: calc(50% - 10px); height: 75px;}
.mask4 { top: calc(50% + 60px); }

/* =========================
   히스토리 섹션
========================= */
.history-section {
  background: url('../img/bg-history-section.jpg') no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 10;/* '.slogan-section', '.scroll-indicator'이 안보이게 'z-index: 10' 으로 설정*/
  text-align: center;
  padding-bottom: 120px;
}
.history-section .inner {
  padding-bottom: 0;
}
.history-section h2 {
  color: #ffffff;
  margin-bottom:100px;
}
.history-section h2 .blue {
  font-size: 1.8rem;
  font-family: 'NanumSquareNeoBold';
  font-weight: 700;
}
.history-section .slider-wrap {
  position: relative;
  width: 100%;
  height: 470px;
  overflow: hidden;
}
.history-section .slider-track {
  display: flex;
  width: max-content;
  gap: 40px;
  will-change: transform;
  transform: translateX(0);
  box-sizing: border-box;
  padding-left: calc((100% - 1200px) / 2); /* 💡 시작점 여백만 주기 */
}
.history-section .slide {
  width: 300px;
  height: 410px;
  color: #ffffff;
  border-radius: 20px;
  padding: 30px 20px 20px 20px;
  box-sizing: border-box;
  flex-shrink: 0;
  backdrop-filter: blur(10px); /* 배경을 10px 만큼 흐리게 */
  -webkit-backdrop-filter: blur(10px); /* Safari 대응 */
  background-color: rgba(255, 255, 255, 0.1); /* 흐린 배경 위의 반투명 배경 */
}
.history-section .slide:nth-child(even) {
  transform: translateY(60px);
}
.history-section .year {
  font-family: 'NanumSquareNeoHeavy';
  font-weight: 900;
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.5);
}
.history-section .description {
  margin-top: 16px;
  font-family: 'NanumSquareNeoBold';
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.4;
}
.history-section .company-name {
  margin-top: 16px;
  font-family: 'NanumSquareNeoHeavy';
  font-weight: 900;
  font-size: 1.875rem;
  color: #01ddc1;
  }
.history-section .industry {
  margin-top: 10px;
  font-family: 'NanumSquareNeoHeavy';
  font-weight: 900;
  font-size: 1.125rem;
  color: #ffffff;
}
.history-section .slide > div {
  margin-top: 20px;
  width: 100%;
  height: 160px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 220px 220px;
}

.history-section .slide > div.ic1 {
  background-image: url('../img/history-ico1.gif');
  background-size: 250px 250px;
}
.history-section .slide > div.ic2 {
  background-image: url('../img/history-ico2.gif');
  background-size: 210px 210px;
}
.history-section .slide > div.ic3 {
  background-image: url('../img/history-ico3.gif');
}
.history-section .slide > div.ic4 {
  background-image: url('../img/history-ico4.gif');
}
.history-section .slide > div.ic5 {
  background-image: url('../img/history-ico5.gif');
}
.history-section .slide > div.ic6 {
  background-image: url('../img/history-ico6.gif');
}
.progress-bar-wrap {
  display: none;
}
/* =========================
   TVC 섹션
========================= */
.tvc-section {
  background: url('../img/bg-tvc-section.jpg') no-repeat center center;
  background-size: cover;
  position: relative;
  text-align: center;
  z-index: 10;/* '.slogan-section', '.scroll-indicator'이 안보이게 'z-index: 10' 으로 설정*/
}
.tvc-section .subtext {
  margin-bottom: 40px;
}
.tvc-section h2 {
  letter-spacing: -0.05em;
  margin-bottom: 30px;
}
.youtube-wrap {
  max-width: 800px;
  margin: 0 auto;
}
.youtube-inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.tvc-description {
  font-family: 'NanumSquareNeoHeavy';
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 1.4;
  color: #020045;
  background: url('../img/tvc-arrow-up.svg') no-repeat top center;
  background-size: 50px auto;
  margin-top: 30px;
  padding-top: 35px;
  letter-spacing: -0.025em;
}
/* =========================
   경품소개 섹션
========================= */
.gift-personality-section {
  position: relative;
  background: #e6f7fe url('../img/bg-share-event-section.jpg') no-repeat bottom center;
  z-index: 11;
}
.gift-section {
  position: relative;
  text-align: center;
  z-index: 10;/* '.slogan-section', '.scroll-indicator'이 안보이게 'z-index: 10' 으로 설정*/
}
.gift-section .inner {
  padding-bottom: 0;
}
.gift-section .inner-2 {
  padding:160px 0 80px 0;
}

.gift-slider-wrap {
  margin-top:20px;
  width: 100%;
  position: relative;
  overflow:hidden;
  padding-top:44px;
}
.gift-slider-track {
  display: flex;
  width: max-content;
  flex-wrap: nowrap;              /* 🔹 이걸 명시해주는 게 좋습니다 */
  white-space: nowrap;            /* 🔹 안전하게 한 줄 슬라이드 보장 */
  gap: 40px;
  will-change: transform;
  transform: translateX(0);
  box-sizing: border-box;
  padding-left: calc((100% - 1200px) / 2); /* 💡 inner 기준 여백만 시작점에 적용 */
}
.gift-slide {
  position: relative;
  flex-shrink: 0;                /* 🔹 슬라이드 너비 고정 */
  flex: 0 0 auto;
  width: 270px;
  height: 270px;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 30px 0;
  display: flex;
  justify-content: center;
  background-size: 270px auto;
}

.gift-count {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 99;
  top: -44px;
  right: -29px;
  width: 92px;
  height: 92px;
  font-family: 'NanumSquareNeoExtraBold';
  font-weight: 800;
  font-size: 1.5rem;
  color: #ffffff;
  background-color: #01ddc1;
  border-radius: 46px;
}
.gift-name {
  font-family: 'NanumSquareNeoExtraBold';
  font-weight: 800;
  font-size: 1.1rem;
  color: #020045;
  line-height: 1.4;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gift-slide::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 270px;
  height: 270px;
  overflow: hidden;
  border-radius: 20px;
}
.gift-img-01::after {
  background: url('../img/gift-img-01.png') no-repeat center center;
  background-size: 270px 270px;
  z-index: -1;
}
.gift-img-02::after {
  background: url('../img/gift-img-02.png') no-repeat center center;
  background-size: 270px 270px;
  z-index: -1;
}
.gift-img-03::after {
  background: url('../img/gift-img-03.png') no-repeat center center;
  background-size: 270px 270px;
  z-index: -1;
}
.gift-img-04::after {
  background: url('../img/gift-img-04.png') no-repeat center center;
  background-size: 270px 270px;
  z-index: -1;
}

.goods-slider-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  background-color: #020045;
  border-radius: 20px 20px 0 0;
  color: #ffffff;
  text-align: left;
  padding: 0 30px;
  line-height: 1.4;
  font-family: 'NanumSquareNeoBold';
  font-weight: 700;
}
.goods-slider-header .left {
  font-size: 1.2rem;
}
.goods-slider-header .right {
  text-align: right;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #02a3ff;
  padding-top: 5px;
}
.goods-slider-header .right span {
  font-size: 1.7rem;
}
.goods-slider-track {
  height: 795px;
  background-color: #ffffff;
  border-radius: 0 0 20px 20px;
}
.carousel {
  position: relative;
  background-color: #ffffff;
  padding-top: 50px;
  border-radius: 0 0 20px 20px;
}

.carousel .goods-count {
  position: absolute;
  top: 10px;
  right: 360px;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  font-family: 'NanumSquareNeoHeavy';
  font-weight: 900;
  font-size: 1.6rem;
  color: #ffffff;
  background-color: #01ddc1;
  border-radius: 82.5px;
}

.carousel-box {
  width: 400px;
  height: 240px;
  overflow: hidden;
  border-radius: 20px;
  background: #f5f6f8;
  margin: 0 auto;
}
.carousel-track {
  display: flex;
  flex-wrap: nowrap;
  transition: transform 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  touch-action: pan-y;
  cursor: grab;
}
.carousel-slide {
  flex: 0 0 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel-slide img {
  width: 100%;
  height: auto;
  display: block;
}

.carousel-nav {
  position: absolute;
  top: calc(50% - 10px);
  transform: translateY(-50%);
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: space-between;
}
.carousel-nav .arrow-left, .carousel-nav .arrow-right {
  cursor: pointer;
  user-select: none;
  width: 30px;
  height: 60px;
  display: block;
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 30px 60px;
}
.carousel-nav .arrow-left {
  margin-left: 340px;
}
.carousel-nav .arrow-right {
  margin-right: 340px;
}
.carousel-nav .arrow-left {
  background-image: url('../img/arrow-left-off.svg');
}
.carousel-nav .arrow-right {
  background-image: url('../img/arrow-right-off.svg');
}
.carousel-nav .arrow-left.active {
  background-image: url('../img/arrow-left-on.svg');
}
.carousel-nav .arrow-right.active {
  background-image: url('../img/arrow-right-on.svg');
}
.carousel .dots {
  padding: 20px 0;
  width: 100%;
  text-align: center;
}
.carousel .dot {
  display: inline-block;
  vertical-align: top;
  width: 15px;
  height: 15px;
  margin: 0 4px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.carousel .dot.active {
  background-color: #000795;
}
/* =========================
   심리테스트 섹션
========================= */
.personality-section {
  position: relative;
  text-align: center;
  z-index: 10;/* '.slogan-section', '.scroll-indicator'이 안보이게 'z-index: 10' 으로 설정*/
}
.personality-section h2 {
  margin-bottom: 30px;
}
.event-number {
  display: inline-flex;
  margin: 0 auto 20px 0;
  font-family: 'NanumSquareNeoHeavy';
  font-weight: 900;
  font-size: 1.1rem;
  color: #ffffff;
  background-color: #01ddc1;
  border-radius: 20px;
  width: 120px;
  height: 40px;
  align-items: center;
  justify-content: center;
}
.personality-section .event-ic-01 {
  width: 136px;
  height: 193px;
  background: url('../img/psychotest-section-ic-01.png') no-repeat center center;
  background-size: 136px 193px;
  margin: 0 auto 20px auto;
}
.step-guide-box {
  margin-bottom:30px;
}
.step-guide-box .event-ic-02 {
  width: 172px;
  height: 149px;
  background: url('../img/psychotest-section-ic-02.png') no-repeat center center;
  background-size: 172px 149px;
  margin: 0 auto 20px auto;
}
.step-title {
  font-family: 'NanumSquareNeoHeavy';
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  font-size: 1.5rem;
  color: #01ddc1;
  background-color: #020cd4;
  border-radius: 20px 20px 0 0;
}
.step-text {
  font-family: 'NanumSquareNeoBold';
  font-weight: 700;
  font-size: 1.2rem;
  color: #666666;
  line-height: 1.4;
  background-color: #f5f6f8;
  border-radius: 0 0 20px 20px;
  padding: 20px 0 25px 0;
}
.personality-box {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 0 0 25px 0;
}
.highlight-text {
  font-family: 'NanumSquareNeoHeavy';
  font-weight: 900;
  font-size: 1.5rem;
  color: #01ddc1;
  padding: 16px 0;
  line-height: 1.4;
  background-color: #020cd4;
  border-radius: 20px 20px 0 0;
}
.highlight-text b {
  font-size: 1.8rem;
  color: #fff;
}
.personality-embed {
  margin: 25px auto 0 auto;
  background-color: #ffffff;
  border-radius: 20px;
  max-width: 350px;
  aspect-ratio: 350 / 595;
  border: 0;
  /*overflow: hidden;*/
  position: relative;
}
.personality-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.info-wrap {
  margin-top: 30px;
  padding: 25px 0 20px 0;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 20px;
  display: flex;
  justify-content: center;
}
.info-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.info-item {
  display: flex;
  gap: 40px;
  font-size: 1rem;
  line-height: 1.6;
  text-align: left;
}
.info-item .label {
  white-space: nowrap;
  min-width: 100px;
  font-family: 'NanumSquareNeoHeavy';
  font-weight: 900;
  font-size: 1.5rem;
  color : #020045;
}
.info-item .content {
  font-family: 'NanumSquareNeoBold';
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: -0.05em;
}
.info-item .note {
  display: inline-block;
  font-size: 1.2rem;
  color: #999;
}
.popup-layer {
  display: none; /* 처음엔 숨김 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); /* 반투명 배경 */
  z-index: 9999;
}
.popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  max-width: 600px;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
}
.popup-content h3 {
  line-height: 1.2;
  margin-bottom: 20px;
}
.close-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 32px;
  font-weight: bold;
  color: #333;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  line-height: 1;
}
.popup-layer .popup-content .event-number {
  margin: 0 auto 10px 0;
  font-size: 0.85rem;
  border-radius: 25px;
  width: 90px;
  height: 30px;
}
.popup-box {
  margin: 0 auto;
  background-color: #fff;
  text-align: left;
}
input[type="text"],
input[type="email"] {
  width: 100%;
  padding: 16px;
  margin-top: 8px;
  margin-bottom: 16px;
  font-size: 0.9rem;
  border: 1px solid #cccccc;
  box-sizing: border-box;
}
input[type="checkbox"] {
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.popup-box .box {
  border: 1px solid #cccccc;
  padding: 16px;
  font-size: 0.9rem;
  line-height: 1.4;
  background-color: #f5f6f8;
  color: #333333;
  margin-bottom: 12px;
  text-align: left;
  height: 100px;
  overflow-y: scroll;
  overflow-x: hidden; 
  box-sizing: border-box;
}
.popup-box label {
  text-align: left;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'NanumSquareNeoExtraBold';
  font-weight: 800;
  font-size: 0.95rem;
}
.checkbox-group {
  margin-bottom: 20px;
}
.checkbox-group label {
  font-size: 0.9rem;
  font-family: 'NanumSquareNeoBold';
  font-weight: 700;
} 
.popup-box button {
  width: 100%;
  padding: 16px;
  height: 50px;
  box-sizing: border-box;
  background-color: #02a3ff;
  color: #ffffff;
  font-size: 1.125rem;
  font-family: 'NanumSquareNeoExtraBold';
  font-weight: 800;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  transition: background-color 0.2s;
}
.popup-box button:hover {
  background-color: #0092e5;
}
/* =========================
   공유 이벤트 섹션
========================= */
.share-event-section {
  background-color: #ffffff;
  position: relative;
  text-align: center;
  z-index: 10;
}
.share-event-section .event-ic-01 {
  width: 184px;
  height: 194px;
  background: url('../img/share-event-section-ic-01.png') no-repeat center center;
  background-size: 184px 194px;
  margin: 0 auto 20px auto;
}
.subtext-strong {
  font-family: 'NanumSquareNeoHeavy';
  font-weight: 900;
  color: #000795;
  font-size: 1.4rem;
  line-height: 1.4;
}
.share-event-section .subtext {
margin-top: 25px;
}
.share-event-section .info-wrap {
  position: relative;
  background-color: #f5f6f8;
  /*backdrop-filter: blur(10px); /* 배경을 10px 만큼 흐리게 */
  /*-webkit-backdrop-filter: blur(10px); /* Safari 대응 */
  /*background-color: rgba(255, 255, 255, 0.5); /* 흐린 배경 위의 반투명 배경 */
  justify-content: left;
  padding: 45px 0 40px 70px;
}
.share-event-section .info-wrap::after {
  content: '';
  width: 105px;
  height:191px;
  display: block;
  position: absolute;
  bottom: 28px;
  right: 164px;
  background: url('../img/gift-coffee.png') no-repeat 0 0;
  background-size: 105px 191px;
}
.info-wrap .count {
  position: absolute;
  bottom: 140px;
  right: 62px;
  z-index: 9;
  display: flex;
  align-items:center;
  justify-content: center;
  width: 120px;
  height: 120px;
  font-family: 'NanumSquareNeoHeavy';
  font-weight: 900;
  font-size: 1.8rem;
  color: #ffffff;
  background-color: #000795;
  border-radius: 72px;
}
.event-howto {
  margin-top: 40px;
}
.howto-list {
  padding: 35px;
  margin: 0 auto;
  border-radius: 0 0 20px 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 35px;
  background-color: #f5f6f8;
  /*backdrop-filter: blur(10px); /* 배경을 10px 만큼 흐리게 */
  /*-webkit-backdrop-filter: blur(10px); /* Safari 대응 */
  /*background-color: rgba(255, 255, 255, 0.3); /* 흐린 배경 위의 반투명 배경 */
}
.howto-item {
  position: relative;
  background-color: #020045;
  padding: 20px;
  text-align: center;
  border-radius: 20px;
  box-sizing: border-box;
  width: 100%;
  min-width: 0; 
  display: flex;
  align-items: center;
}
.howto-item .number {
  position: absolute;
  top: 20px;
  left: 20px;
  font-family: 'NanumSquareNeoHeavy';
  font-weight: 900;
  font-size: 2rem;
  text-align: left;
  color: #01ddc1;
}
.howto-item .ic1,
.howto-item .ic2,
.howto-item .ic3,
.howto-item .ic4 {
  width: 160px;
  height: 160px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}
.howto-item .ic1 {
  background-image: url('../img/share-ico1.png');
  background-size: 160px auto;
}
.howto-item .ic2 {
  background-image: url('../img/share-ico2.png');
  background-size: 120px auto;
}
.howto-item .ic3 {
  background-image: url('../img/share-ico3.png');
  background-size: 160px auto;
}
.howto-item .ic4 {
  background-image: url('../img/share-ico4.png');
  background-size: 96px auto;
}
.howto-text {
  width: 260px;
  display: flex;
  align-items: center;
  font-family: 'NanumSquareNeoBold';
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: left;
  color: #ffffff;
}
.howto-text b {
font-family: 'NanumSquareNeoHeavy';
font-weight: 900;
color: #02a3ff;
}
.howto-content {
}
.copy-tag-box {
  margin-top:20px;
}
.copy-tag-box::before {
  display: none;
}
.copy-tag-btn {
  display: block;
  width: 127px;
  height: 45px;
  box-sizing: border-box;
  padding-top: 12px;
  font-family: 'NanumSquareNeoHeavy';
  font-weight: 900;
  font-size: 1rem;
  padding-left: 33px;
  background: url('../img/share-copy-tag-btn.svg') no-repeat 13px 11px;
  background-size: 20px 20px;
  border-radius: 10px;
  color: #ffffff;
  border: 2px solid rgba(255,255,255,0.3);
}
.copy-tag-btn:hover {
  color: #ffffff;
}
/* =========================
   SNS 이벤트 섹션
========================= */
.sns-event-section {
  background-color: #f5f6f8;
  position: relative;
  text-align: center;
  padding-top: 100px;
  z-index: 10;
}
.sns-event-section .event-ic-01 {
  width: 140px;
  height: 147px;
  background: url('../img/sns-event-section-ic-01.png') no-repeat center center;
  background-size: 140px 147px;
  margin: -135px auto 25px auto;
}
.event-list-box {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 35px;
  margin-bottom: 120px;
}
.event-list-wrap {
  margin-top: 35px;
  display: flex;
  gap: 35px;
}
.event-item {
  text-align: center;
  width: 100%;
  background-color: #f5f6f8;
  border-radius: 20px;
  padding: 150px 0 30px 0;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 150px 150px;
}
.event-youtube {
  background-image: url('../img/event-youtube.gif');
}
.event-instagram {
  background-image: url('../img/event-instagram.gif');
}
.event-blog {
  background-image: url('../img/event-blog.gif');
}
.event-item .channel {
  font-family: 'NanumSquareNeoHeavy';
  font-weight: 900;
  font-size: 1.6rem;
}
.event-item .description {
  margin-top: 20px;
  font-family: 'NanumSquareNeoBold';
  font-weight: 700;
  font-size: 0.96rem;
  line-height: 1.5;
  letter-spacing: -0.025rem;
  color: #666666;
  height: 60px;
}
.event-item .btn-link {
  margin-top: 30px;
}

.event-item .btn-link a {
  display: inline-flex;
  align-items:center;
  justify-content: center;
  width: 225px;
  height: 50px;
  font-family: 'NanumSquareNeoHeavy';
  font-weight: 900;
  letter-spacing: -0.025em;
  background-color: #01ddc1;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 28px;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.event-item .btn-link a:hover {
  background-color: #00c1a8;
}
.share-buttons {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: center;
}
.btn-share {
  width: 100px;
  height: 100px;
  border: none;
  border-radius: 20px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
}
.btn-share-url {
  background-image: url('../img/icon-url.svg');
  background-size: 45px auto;
}
.btn-share-facebook {
  background-image: url('../img/icon-facebook.svg');
  background-size: 24px auto;
}
.btn-share-kakao {
  background-image: url('../img/icon-kakao.svg');
  background-size: 51px auto;
}
.btn-share-x {
  background-image: url('../img/icon-x.svg');
  background-size: 42px auto;
}

/* =========================
   푸터
========================= */
.site-footer {
  position: relative;
  background-color: #464646;
  padding: 60px 0 90px 0;
  font-size: 0.875rem;
  z-index: 10;
}
.site-footer .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.footer-left {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-logo {
  width: 157px;
  height: 29px;
}
.footer-logo a {
  display: block;
  background: url('../img/footer-logo.svg') no-repeat center center;
  background-size: 157px 29px;
  width: 157px;
  height: 29px;
  text-indent: -9999px;
}
.footer-copy {
  margin-top: 15px;
  font-family: 'NanumSquareNeoBold';
  font-weight: 700;
  font-size: 0.875rem;
  color: #a4a4a4;
  line-height: 1.6;
}
.footer-copy span {
  padding: 0 8px;
  color: #6d6d6d;
  font-size: 0.75rem;
}
.footer-links {
  display: flex;
  gap: 45px;
}

.footer-link a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-size: 0.875rem;
  width: 32px;
  height: 32px;
  text-indent:-9999px;
}

.footer-link-home a {
  background: url('../img/header-homepage.svg') no-repeat 0 0;
  background-size: 32px 32px;
}

.footer-link-youtube a {
  background: url('../img/header-youtube.svg') no-repeat 0 0;
  background-size: 32px 32px;
}

.footer-link-instagram a {
  background: url('../img/header-instagram.svg') no-repeat 0 0;
  background-size: 32px 32px;
}

.footer-link-blog a {
  background: url('../img/header-blog.svg') no-repeat 0 0;
  background-size: 32px 32px;
}
/* =========================
   반응형 스타일
========================= */
@media screen and (max-width: 768px) {
  html {
    font-size: 14px;
  }
  html, body {
    height: 100%;
  }
  .inner {
    padding: 60px 16px;
  }
  .site-header {
    width: 100vw;
  }
  .site-header .inner {
    padding: 0 16px;
    max-width: 100%;
  }
  .site-header .header-logo {
    width: 157px;
    height: 60px;
  }
  .site-header .header-logo a {
    width: 157px;
    height: 60px;
    background-position: 0 13px;
    background-size: auto 24px;
  }
  .header-links {
    gap: 18px;
  }
  .header-link a {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
  }
  h2 {
    font-size: 1.8rem;
    line-height: 2.5rem;
    margin-bottom: 14px;
  }
  h3 {
    font-size: 1.5rem;
    margin-bottom: 24px;
  }
  .highlight-text {
    font-size: 1.125rem;
    padding: 16px;
    word-break: keep-all;
    border-radius: 10px 10px 0 0;
  }
  .highlight-text b {
    font-size: 1.5rem;
  }
  .subtext {
    font-size: 1rem;
  }
  .subtitle {
    font-size: 1.28rem;
    margin-bottom: 10px;
  }
  .mask {
    height: 2.6rem; /* 텍스트 높이에 맞게 조정 */
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    overflow: hidden;
    pointer-events: none;
    z-index: 2;
    /* 안정성 향상 */
    contain: layout;
  }
  .section-text {
    font-size: 1.75rem;
  }
  .text2, .text4 {
    font-size: 3rem;
  }
  .text1 img, .text3 img, .text5 img, .text6 img, .text7 img, .text8 img {
    height: 1.5rem;
  }
  .text2 svg, .text4 svg {
    height: 2.5rem;

  }

  .mask1, .mask5, .mask7 { top: calc(50% - 103px);}
  .mask2 { top: calc(50% - 70px); }
  .mask3, .mask6, .mask8 { top: calc(50% + 3px); }
  .mask4 { top: calc(50% + 35px); }

  .history-section {
    padding-bottom: 0;
  }
  .history-section .inner {
    padding-top: 60px;
  }
  .history-section h2 {
    margin-bottom: 40px;
  }
  .history-section h2 .blue {
    font-size: 1.5rem;
  }
  .history-section .slider-wrap { 
    touch-action: pan-y;
    height: 380px;
  }
  .history-section .slider-track {
    padding-left: 20px; /* 모바일은 좌측 여백만 */
    gap: 20px;
    cursor: grab;
    touch-action: pan-y;
  }
  .history-section .slide {
    border-radius: 10px;
    padding: 20px 16px 16px 16px;
    width: 220px;
    height: 300px;
  }
  .history-section .slide > div {
    margin-top: 0;
    height: 135px;
    background-size: 160px 160px;
  }
  .history-section .slide > div.ic1 {
    background-size: 190px 190px;
  }
  .history-section .slide > div.ic2 {
    background-size: 150px 150px;
  }
  .history-section .slide:nth-child(even) {
    transform: translateY(0);
  }
  .history-section .year {
    font-size: 1.4rem;
  }
  .history-section .description {
    margin-top: 12px;
    font-size: 1rem;
  }
  .history-section .company-name {
    margin-top: 6px;
    font-size: 1.5rem;
  }
  .history-section .industry {
    font-size: 1rem;
  }
  .progress-bar-wrap {
   display: block;
   width: 200px;
   margin: 30px auto 0 auto;
  }
  .progress-bar {
    width: 100%;
    height: 6px;
    background: rgba(0,0,0,0.3);
    z-index: 10;
    border-radius: 3px;
    overflow: hidden;
  }
  .progress-fill {
    display: block;
    width: 0%;
    height: 100%;
    background: #02a3ff;
    transition: width 0.3s ease;
    border-radius: 3px;
  }
  .tvc-section h2 {
    margin-bottom: 40px;
  }
  .tvc-description {
    font-size: 1.15rem;
    background-size: 45px auto;
    margin-top: 15px;
    padding-top: 23px;
    letter-spacing: -0.05em;
  }
  .gift-section .inner-2 {
  padding: 60px 16px;
  }
  .gift-section .gift-slider-wrap { 
  }
  .gift-slider-wrap {
    padding-top: 24px;
    margin-top: 0;
  }
  .gift-section .gift-slider-track { 
    width: 100%;
    padding: 16px 16px 0 16px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 16px;
  }
  .gift-slide {
    border-radius: 10px;
    display: block;
    width: 100%;
    height: 200px;
    background-size: 200px 200px;
    padding: 8px 0 0 0;
  }
  .gift-slide::after {
    border-radius: 10px;
    width: 100%;
    height: 200px;
    background-size: 200px 200px;
  }
  .gift-count {
    top: calc(50% - 50px);
    right: auto;
    left: calc(50% + 20px);
    width: 60px;
    height: 60px;
    font-size: 1.125rem;
    border-radius: 30px;
  }
  .gift-name {
    font-size: 1rem;
  }
  .goods-slider-header {
    display: block;
    height: auto;
    padding: 20px 16px 16px 16px;
    text-align: center;
    border-radius: 10px 10px 0 0;
  }
  .goods-slider-header .left {
    font-size: 1em;
  }
  .goods-slider-header .right {
    text-align: center;
    font-size: 1.25em;
    padding-top: 10px;
  }
  .goods-slider-header .right span {
    font-size: 1.15em;
  }
  .carousel {
    padding-top: 16px;
    border-radius: 0 0 10px 10px;
  }
  .carousel .goods-count {
    top: 24px;
    right: 24px;
    width: 65px;
    height: 65px;
    font-size: 1.125rem;
    border-radius: 40px;
  }
  .carousel-box {
    margin:0 16px;
    width: calc(100% - 32px);
    height: auto;
    border-radius: 10px;
  }
  .carousel-nav {
    top: calc(50% - 20px);
	height: auto;
  }
  .carousel-nav .arrow-left, .carousel-nav .arrow-right {
    margin: 0 16px;
    background-size: 20px auto;
    width: 45px;
    height: 41px;
  }
  .carousel .dots {
    padding: 16px 0;
  }
  .carousel .dot {
    width: 12px;
    height: 12px;
    margin:0 3px;
  }
  .personality-embed {
    aspect-ratio: 350 / 620;
  }

  .personality-section h2 {
    margin-bottom: 40px;
  }
  .event-number {
    margin: 0 auto 20px 0;
    width: 95px;
    height: 35px;
    font-size: 0.925rem;
  }
  .personality-section .event-ic-01 {
    width: 91px;
    height: 129px;
    background-size: 91px auto;
  }
  .step-title {
    height: 50px;
    font-size: 1.25rem;
    border-radius: 10px 10px 0 0;
    }
  .step-guide-box {
    margin-bottom: 16px;
  }
  .step-guide-box .event-ic-02 {
    width: 115px;
    height:100px;
    background-size: 115px auto;
  }
  .step-text {
    padding: 20px 0 25px 0;
  }
  .personality-box {
    padding : 0;
    border-radius: 10px;
  }
  .step-text {
    font-size: 1rem;
    border-radius: 0 0 10px 10px;
  }
  .personality-embed {
    margin: 0;
    border-radius: 0 0 10px 10px;
    max-width: 100%;
  }
  .btn-event-apply {
    margin-top: 40px;
  }
  .btn-event-apply a {
    width: 100%;
    height: 50px;
    font-size: 1.35rem;
    border-radius: 25px;
  }
  .info-wrap {
    margin-top: 40px;
    padding: 20px 16px;
    border-radius: 10px;
  }
  .info-item {
    gap: 20px;
  }
  .info-item .label {
    font-size: 1.125rem;
    min-width: 80px;
  }
  .info-item .content {
    font-size: 1.125rem;
  }
  .info-item .note {
    font-size: 1rem;
  }
  .popup-box {
    padding: 16px 16px 120px 16px;
  }
  input[type="text"],
  input[type="email"] {
    padding: 12px;
  }
  .popup-content {
    max-width: 100%;
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    border-radius: 0;
    padding: 0;
  }
  .popup-content h3 {
    margin-bottom: 6px;
  }
  .popup-layer .popup-content .event-number {
    margin: 30px auto 10px 0;
    font-size: 0.75rem;
    border-radius: 12px;
    width: 70px;
    height: 24px;
  }
  .popup-box .box {
    line-height: 1.5;
    height: 95px;
  }
  .share-event-section .event-ic-01 {
    width: 123px;
    height: 130px;
    background-size: 123px auto;
    margin: 0 auto 15px auto;
  }
  .subtext-strong {
    font-size: 1.125rem;
  }
  .share-event-section .subtext {
    margin-top: 15px;
}
  .share-event-section .info-wrap {
    padding: 20px 16px 224px 16px;
}
  .share-event-section .info-wrap::after {
    bottom: 24px;
    right: calc(50% - 43px);
    width: 86px;
    height: 157px;
    background-size: 86px auto;
  }
  .info-wrap .count {
    bottom: 143px;
    right: calc(50% - 72px);
    width:72px;
    height:72px;
    border-radius: 36px;
    font-size: 1.125rem;
  }
  .pc_only {
    display: none;
  }
  .mobile_only {
    display: inline;
  }
  .howto-list {
    padding: 16px;
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2열 */
    grid-template-rows: repeat(2, 1fr);    /* 2행 */
    gap: 16px;
  }
  .howto-item {
    display: block;
    padding: 16px;
    border-radius: 10px;
  }
  .howto-item .ic1, .howto-item .ic2, .howto-item .ic3, .howto-item .ic4 {
    width: 100%;
    height: 110px;
    background-position: center;
  }
  .howto-item .ic1 {
    background-size: 100px auto;
  }
  .howto-item .ic2 {
    background-size: 77px auto;
  }
  .howto-item .ic3 {
    background-size: 105px auto;
  }
  .howto-item .ic4 {
    background-size: 61px auto;
  }
  .howto-item .number {
    top: 16px;
    left: 16px;
    font-size: 1.5rem;
  }
  .howto-text {
    width: auto;
    font-size: 0.9rem;
    width: 100%;
    height: auto;
    justify-content: center;
	align-items: flex-start;
    text-align: center;
    flex-shrink: 1;
  }
  .copy-tag-box {
    margin-top: 0;
  }
  .copy-tag-btn {
    width: 101px;
    height: auto;
    margin: 6px auto 0 auto;
    padding: 6px 0 6px 18px;
    font-size: 0.85rem;
    background: url('../img/share-copy-tag-btn.svg') no-repeat 12px center;
    background-size: 14px 14px;
    border-radius: 15px;
  }
  .sns-event-section .inner {
    margin-top: 78px;
  }
  .event-list-box {
    border-radius: 10px;
    padding: 16px;
    margin-bottom: 60px;
  }
  .event-item {
    border-radius: 10px;
    padding: 140px 16px 16px 16px;
    background-size: 140px 140px;
  }
  .event-item .description {
    word-break: keep-all;
    letter-spacing: 0;
    line-height: 1.6;
    height: auto;
  }
  .sns-event-section {
    padding-top: 100px;
  }
  .sns-event-section .inner {
    margin:0;
    padding:0 16px 60px 16px;
  }
  .sns-event-section .event-ic-01 {
    width: 93px;
    height: 97px;
    background-size: 93px auto;
    margin: -63px auto 25px auto;
  }
  .event-list-wrap {
    flex-direction: column;
    gap: 16px;
   }
  .event-item .channel {
     font-size: 1.35rem;
   }
  .event-item .description {
    margin-top: 10px;
    font-size: 0.845rem;
    line-height: 1.4;
  }
  .event-item .btn-link {
    margin-top: 16px;
  }
  .event-item .btn-link a {
    width: 175px;
    height: 40px;
    font-size: 1rem;
    border-radius: 20px;
  }
  .share-buttons {
     gap: 16px;
  }
  .btn-share-url {
    background-size: 25px auto;
  }
  .btn-share-facebook {
    background-size: 14px auto;
  }
  .btn-share-kakao {
    background-size: 27px auto;
  }
  .btn-share-x {
    background-size: 21px auto;
  }
  .btn-share {
    width: 60px;
    height: 60px;
    border-radius: 30px;
  }
  .site-footer {
    padding: 30px 0 90px 0;
    font-size: 0.875rem;
  }
  .site-footer .inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .footer-logo {
    width: 131px;
    height: 24px;
    background-size: auto 24px;
  }
  .footer-links {
    flex-wrap: wrap;
    gap: 24px;
  }
  .footer-link a {
    width: 24px;
    height: 24px;
  }
  .footer-link-home a, .footer-link-youtube a, .footer-link-instagram a, .footer-link-blog a {
    background-size: 24px 24px;
  }
  /* 자동 링크 방지 */
  a[href^="mailto"] {
    pointer-events: none;
    text-decoration: none;
    color: inherit;
  }

}
/* 화면 너비가 344px 이하일 때만 아래 스타일 적용 */
@media screen and (max-width: 375px) {
  .personality-embed {
    aspect-ratio: 350 / 640;
  }

/* 화면 너비가 344px 이하일 때만 아래 스타일 적용 */
@media screen and (max-width: 344px) {
  .mask5 {
    letter-spacing: -0.1em;
  }
  .goods-slider-header .right span {
    letter-spacing: -0.05em;
  }
  .info-wrap .count {
    top: 171px;
    right: 72px;
  }
  .share-event-section .info-wrap::after {
    top: 195px;
  }
  .howto-item .ic1, .howto-item .ic2, .howto-item .ic3, .howto-item .ic4 {
    height: 150px;
  }
  .howto-text {
    font-size: 1rem;
    letter-spacing: -0.025em;
    height: 60px;
  }
  .copy-tag-btn {
    width: 63px;
    padding-top: 42px;
    padding-left: 15px;
    background: url('../img/share-copy-tag-btn.svg') no-repeat 27px 7px;
    background-size: 24px 24px;
    font-size: 0.9rem;
  }
  .copy-tag-box::before {
    height: 52px;
    top: 5px;
  }
}
/* 화면 너비가 320px 이하일 때만 아래 스타일 적용 */
@media screen and (max-width: 320px) {
  .personality-embed {
    aspect-ratio: 350 / 660;
  }
}