@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&display=swap");
:root {
  --color-primary: #3184FF;
  --color-primary-hover: #2863BB;
  --color-primary-disable: #7BB0FF;
  --color-secondary: #FF8D3D;
  --color-secondary-hover: #DF6612;
  --color-secondary-disable: #FFB871;
  --color-tertiary: #31DE82;
  --color-tertiary-hover: #349260;
  --color-tertiary-disable: #ACF2CD;
  --color-light: #F5F5F5;
  --color-light-hover: #E5E5E5;
  --color-light-disable: #F9F9F9;
  --color-dark: #2A2A2A;
  --color-dark-hover: #1A1A1A;
  --color-dark-disable: #555555;
  --color-greyscale1: #C9C9C9;
  --color-greyscale2: #AEAEAE;
  --color-greyscale3: #DEDEDE;
  --color-greyscale4: #8D8D8D;
  --color-universal-white: #FFFFFF;
  --color-universal-black: #000000;
  --color-error: #EF3131;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
select,
input,
textarea,
button {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  font: inherit;
  color: inherit;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  font-size: 62.5%;
  font-family: "Roboto", sans-serif;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  display: block;
  max-width: 100%;
  pointer-events: none;
}

a {
  text-decoration: none;
  vertical-align: middle;
}

button {
  background: none;
  cursor: pointer;
}

i {
  font-style: normal;
}

strong {
  font-weight: 700;
}

select,
input,
textarea {
  appearance: none;
  background: none;
  outline: none;
  resize: none;
}

.row {
  max-width: 1088px;
  margin-inline: auto;
  padding-inline: 32px;
  display: flex;
  flex-flow: row wrap;
  gap: 32px;
}
.row .row {
  max-width: unset;
  margin-inline: unset;
  padding-inline: unset;
  gap: unset;
}

.col {
  flex: 1;
}
.col-lg {
  flex: 1;
}
.col-lg-1 {
  flex: 1 496px;
}
.col-lg-1.center {
  display: flex;
  justify-content: center;
}
.col-lg-2 {
  flex: 1 320px;
}
.col-lg-2.center {
  display: flex;
  justify-content: center;
}
.col-lg-3 {
  flex: 1 232px;
}

@media (max-width: 1200px) {
  .row {
    max-width: 1200px;
    gap: 16px;
    padding-inline: 16px;
  }
  .col-sm {
    flex: 1;
  }
  .col-sm-1 {
    flex: 1 156px;
  }
  .col-sm-2 {
    flex: 1 70px;
  }
}
::placeholder {
  font-size: 1.4rem; /* 원하는 텍스트 크기로 설정 */
}

/* Firefox */
:-moz-placeholder {
  font-size: 1.4rem; /* 원하는 텍스트 크기로 설정 */
}

/* Internet Explorer */
:-ms-input-placeholder {
  font-size: 1.4rem; /* 원하는 텍스트 크기로 설정 */
}

/* Edge */
::-ms-input-placeholder {
  font-size: 1.4rem; /* 원하는 텍스트 크기로 설정 */
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
select,
input,
textarea,
button {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  font: inherit;
  color: inherit;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 1.5;
  letter-spacing: 0;
  word-break: keep-all;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  display: block;
  max-width: 100%;
}

a,
u {
  text-decoration: none;
  vertical-align: middle;
}

button {
  background: none;
  cursor: pointer;
  outline: none;
}

strong {
  font-weight: 700;
}

select,
input,
textarea {
  appearance: none;
  background: none;
  outline: none;
}

*::before,
*::after {
  box-sizing: border-box;
}

i[class^=ico] {
  position: relative;
  display: inline-flex;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  color: transparent;
}

main {
  width: 100%;
  display: contents;
}

@font-face {
  font-family: "Pretendard";
  src: url("/assets/fonts/Pretendard-Regular.otf") format("opentype");
  font-weight: 300; /* ExtraBold */
}
@font-face {
  font-family: "Pretendard";
  src: url("/assets/fonts/Pretendard-Medium.otf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "Pretendard";
  src: url("/assets/fonts/Pretendard-Bold.otf") format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "Pretendard";
  src: url("/assets/fonts/Pretendard-ExtraBold.otf") format("opentype");
  font-weight: 800; /* ExtraBold */
}
.body-bg {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background-color: #f6f6f6;
}

.header-wrapper {
  width: 100%;
  max-width: 960px;
  background-color: #fff;
  padding: 32px 40px;
  border-radius: 16px;
  border: 1px solid #CCC;
  margin-top: 104px;
}

.header-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.header-title img {
  width: 45px;
  height: 40px;
}
.header-title strong {
  color: #111;
  font-family: "Pretendard";
  font-size: 28px;
  line-height: 33.6px;
  letter-spacing: -0.56px;
}

.header-sub {
  margin-top: 24px;
  color: #333;
  font-family: "Pretendard";
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.4px;
}
.header-sub .blue-stress {
  color: #2F68EF;
  font-family: "Pretendard";
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.4px;
}

.personal-info {
  width: 100%;
  max-width: 960px;
  padding: 32px 40px;
  border-radius: 16px;
  border: 1px solid #CCC;
  background-color: #fff;
  margin-top: 40px;
  margin-bottom: 40px;
}
.personal-info .title {
  color: #111;
  font-family: "Pretendard";
  font-size: 22px;
  font-weight: 700;
  line-height: 26.4px;
}
.personal-info .name-box {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 32px;
}
.personal-info .name-box .sub-title {
  color: #333;
  font-family: "Pretendard";
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.4px;
}
.personal-info .name-box input {
  width: 100%;
  padding: 8px 16px;
  border-radius: 8px;
  border: 1px solid #CCC;
  background: #FFF;
  font-family: "Pretendard";
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.4px;
}
.personal-info .name-box input::placeholder {
  color: #999;
  font-family: "Pretendard";
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.4px;
}
.personal-info .name-box input:focus {
  border: 1px solid #2F68EF;
}
.personal-info .name-box input:focus::placeholder {
  color: transparent;
}
.personal-info .school-box {
  margin-top: 16px;
}
.personal-info .school-box .sub-title {
  color: #333;
  font-family: "Pretendard";
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.4px;
}
.personal-info .school-box .school-type {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  margin-top: 8px;
}
.personal-info .school-box .school-type label {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #333;
  font-family: "Pretendard";
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
}
.personal-info .school-box .school-type input[type=radio] {
  position: relative;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}
.personal-info .school-box .school-type input[type=radio]:checked {
  border-color: #2F68EF;
  background-color: #fff;
}
.personal-info .school-box .school-type input[type=radio]:checked::before {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  background-color: #2F68EF;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.personal-info .grade-box {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
}
.personal-info .grade-box .sub-title {
  color: #333;
  font-family: "Pretendard";
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.4px;
}
.personal-info .grade-box .select-box {
  width: 100%;
  padding: 8px 16px;
  border-radius: 8px;
  border: 1px solid #CCC;
  background: #FFF;
  font-family: "Pretendard";
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.4px;
  margin-top: 8px;
  color: #999;
  background-image: url("/assets/img/arrow_down2.png");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 24px;
}
.personal-info .grade-box .select-box option {
  color: #000;
  font-family: "Pretendard";
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: -0.12px;
}
.personal-info .grade-box .select-box.selected {
  color: #000 !important;
}
.personal-info .grade-box .select-box:focus {
  border: 1px solid #2F68EF;
}
.personal-info .grade-box .apply-date {
  color: #999;
  font-family: "Pretendard";
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  margin-top: 8px;
}
.personal-info .guide-box {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-top: 16px;
}
.personal-info .agree-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-top: 32px;
  /* 체크되었을 때 표시할 체크 모양 */
  /* 체크박스 옆 텍스트 */
}
.personal-info .agree-box input[type=checkbox] {
  /* 기본 OS/브라우저 스타일 제거 */
  appearance: none;
  -webkit-appearance: none; /* 사파리, 크롬 */
  -moz-appearance: none; /* 파이어폭스 */
  width: 16px;
  height: 16px;
  cursor: pointer;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: white;
  position: relative;
}
.personal-info .agree-box input[type=checkbox]:checked {
  background-color: #2F68EF;
  border: 2px solid #134ACD;
}
.personal-info .agree-box input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 4px;
  width: 4px;
  height: 8px;
  border: 1px solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.personal-info .agree-box label[for=consentCheckbox] {
  color: #333;
  font-family: "Pretendard";
  font-size: 14px;
  font-weight: 600;
  line-height: 16.8px;
  letter-spacing: -0.28px;
  cursor: pointer;
  user-select: none;
}
.personal-info .start-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  margin-top: 32px;
}
.personal-info .start-box .notice-text {
  color: #999;
  font-family: "Pretendard";
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
}

.font-white-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  border-radius: 8px;
  background: #2F68EF;
  color: #FFF;
  font-family: "Pretendard";
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.font-white-btn:hover {
  background: #134ACD;
}

.font-blue-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  border-radius: 8px;
  background: #fff;
  color: #2F68EF;
  font-family: "Pretendard";
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #2F68EF;
  line-height: 20px;
}

.font-blue-btn:hover {
  background-color: #EEF2FF;
}

.font-black-btn {
  border-radius: 8px;
  border: 1px solid #CCC;
  background-color: #FFF;
  color: #111;
  font-family: "Pretendard";
  font-size: 14px;
  font-weight: 600;
  line-height: 16.8px;
  letter-spacing: -0.28px;
  padding: 10px 24px;
}

.font-black-btn:hover {
  background-color: #EAEAEA;
}

.font-gray-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  border-radius: 8px;
  border: 1px solid #CCC;
  background-color: #FFF;
  color: #999;
  font-family: "Pretendard";
  font-size: 16px;
  font-weight: 700;
}

.font-gray-btn:hover {
  border: 1px solid #CCC;
  background-color: #EAEAEA;
}

.start-btn {
  padding: 10px 24px;
  color: #FFF;
  font-family: "Pretendard";
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
  background-color: #2F68EF;
  border-radius: 8px;
}

.start-btn:hover {
  background-color: #134ACD;
}

.start-btn:disabled {
  opacity: 0.5;
  cursor: unset;
  background-color: #2F68EF;
}

.close-btn {
  display: flex;
  height: 32px;
  padding: 10px 24px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #2F68EF;
  background-color: #fff;
  font-family: "Pretendard";
  font-size: 14px;
  font-weight: 600;
  color: #2F68EF;
  line-height: 16.8px;
  letter-spacing: -0.28px;
  position: absolute;
  right: 0;
  top: 0;
}

.modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.15);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 50;
}
.modal .box {
  /* max-width:720px; */
  width: 100%;
  max-width: 640px;
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  border-radius: 16px;
  border: 1px solid #CCC;
  background: #FFF;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.25);
}
.modal .box .guide-header {
  position: relative;
}
.modal .box .guide-header b {
  color: #111;
  font-family: "Pretendard";
  font-size: 22px;
  font-weight: 700;
  line-height: 26.4px;
}
.modal .box .guide-text {
  margin-top: 27px;
}
.modal .box .guide-text li {
  color: #333;
  font-family: "Pretendard";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.16px;
}
.modal .box .font-white-btn {
  margin-top: 24px;
}

.audio-intro {
  width: 100%;
  max-width: 960px;
  padding: 24px 40px;
  border-radius: 16px;
  border: 1px solid #CCC;
  background-color: #fff;
  margin-top: 20px;
  position: relative;
}
.audio-intro .title {
  color: #111;
  font-family: "Pretendard";
  font-size: 22px;
  font-weight: 700;
  line-height: 26.4px;
}
.audio-intro .ing-text {
  position: absolute;
  right: 40px;
  top: 30px;
  color: #999;
  font-family: "Pretendard";
  font-size: 14px;
  font-weight: 600;
  line-height: 16.8px;
  letter-spacing: -0.28px;
}
.audio-intro .stick {
  width: 100%;
  height: 8px;
  border-radius: 99px;
  background-color: #EAEAEA;
}
.audio-intro .stick-container {
  flex-grow: 1;
  height: 8px;
  background: #ccc;
  border-radius: 99px;
}
.audio-intro .stick-container .stick {
  height: 100%;
  background: #2F68EF;
  width: 100%;
  border-radius: 99px;
  pointer-events: none;
}
.audio-intro .auto-play-box {
  width: 100%;
  padding: 8px 24px;
  border-radius: 99px;
  background-color: #EEF2FF;
  min-height: 35px;
}

.audio-guidance {
  width: 100%;
  max-width: 960px;
  padding: 32px 40px;
  border-radius: 16px;
  border: 1px solid #CCC;
  background-color: #fff;
  margin-top: 24px;
  position: relative;
}
.audio-guidance .title-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.audio-guidance .title-box .title {
  color: #111;
  font-family: "Pretendard";
  font-size: 22px;
  font-weight: 700;
  line-height: 26.4px;
}
.audio-guidance .title-box .sub-text {
  color: #111;
  font-family: "Pretendard";
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
}
.audio-guidance .auto-play-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  padding: 8px 24px;
  border-radius: 99px;
  background-color: #EEF2FF;
  min-height: 35px;
}
.audio-guidance .auto-play-box .play-btn {
  width: 32px;
  height: 32px;
  opacity: 0.3;
}
.audio-guidance .auto-play-box .time {
  color: #000;
  font-family: "Pretendard";
  font-size: 16px;
  font-weight: 500;
  user-select: none;
  margin-inline: 16px;
}
.audio-guidance .auto-play-box .progress-container {
  flex-grow: 1;
  height: 6px;
  background: #ccc;
  border-radius: 3px;
  position: relative;
}
.audio-guidance .auto-play-box .progress-container .progress {
  height: 100%;
  background: #2F68EF;
  width: 70%;
  border-radius: 3px;
  pointer-events: none;
  position: relative;
}
.audio-guidance .auto-play-box .progress-container .progress::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  width: 14px;
  height: 14px;
  border: 4px solid #2F68EF;
  background-color: white;
  border-radius: 50%;
  box-sizing: border-box;
}
.audio-guidance .auto-play-box button {
  position: relative;
}
.audio-guidance .auto-play-box button .vol-btn {
  width: 24px;
  height: 24px;
}
.audio-guidance .auto-play-box button .vol-control {
  position: absolute;
  top: -1px;
  right: -2px;
  z-index: 1;
  /* 볼륨 컨트롤 기본 숨김 */
  /* 체크박스 체크 시 볼륨 조절 UI 보이기 */
  /* 볼륨 버튼 스타일 (이미지 주변 클릭 영역 확보) */
  /* 슬라이더 스타일 예시 */
}
.audio-guidance .auto-play-box button .vol-control .volume-control {
  position: absolute;
  bottom: 55px;
  right: -35px;
  padding: 4px 8px;
  width: 100px;
  display: none;
}
.audio-guidance .auto-play-box button .vol-control #volume-toggle:checked ~ .volume-control {
  display: block;
}
.audio-guidance .auto-play-box button .vol-control .vol-btn {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
}
.audio-guidance .auto-play-box button .vol-control .volume-control input[type=range] {
  width: 100%;
  transform: rotate(-90deg);
}
.audio-guidance .auto-play-box button .vol-control .volume-control input[type=range]::after {
  content: "";
  position: absolute;
  border: 2px solid #0078d7;
  top: 6.3px;
  width: 80px;
}
.audio-guidance .start-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
.audio-guidance .start-box .notice-text {
  color: #999;
  font-family: "Pretendard";
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
}

.test-record {
  width: 100%;
  max-width: 960px;
  padding: 24px 40px;
  border-radius: 16px;
  border: 1px solid #CCC;
  background-color: #fff;
  margin-top: 40px;
  position: relative;
}
.test-record .title {
  color: #111;
  font-family: "Pretendard";
  font-size: 22px;
  font-weight: 700;
  line-height: 26.4px;
}
.test-record .ing-text {
  position: absolute;
  right: 40px;
  top: 30px;
  color: #999;
  font-family: "Pretendard";
  font-size: 14px;
  font-weight: 600;
  line-height: 16.8px;
  letter-spacing: -0.28px;
}
.test-record .stick {
  width: 100%;
  height: 8px;
  border-radius: 99px;
  background-color: #EAEAEA;
}
.test-record .stick-container {
  flex-grow: 1;
  height: 8px;
  background: #ccc;
  border-radius: 99px;
}
.test-record .stick-container .stick {
  height: 100%;
  background: #2F68EF;
  width: 10%;
  border-radius: 99px;
  pointer-events: none;
}
.test-record .auto-play-box {
  width: 100%;
  padding: 8px 24px;
  border-radius: 99px;
  background-color: #EEF2FF;
  min-height: 35px;
}
.test-record .auto-play-box p {
  color: #000;
  font-family: "Pretendard";
  font-size: 16px;
  font-weight: 500;
}

.test-num {
  width: 100%;
  max-width: 960px;
  padding: 24px 40px;
  border-radius: 16px;
  border: 1px solid #CCC;
  background-color: #fff;
  margin-top: 40px;
  margin-bottom: 30px;
  position: relative;
}
.test-num .title-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

/* title과 sub-text를 가로로 정렬하는 래퍼 */
.test-num .title-box .title-text-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.test-num .title-box .title {
  color: #111;
  font-family: "Pretendard";
  font-size: 22px;
  font-weight: 700;
  line-height: 26.4px;
  flex-shrink: 0;
}
.test-num .title-box .sub-text {
  color: #111;
  font-family: "Pretendard";
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  margin: 0;
}

/* title-box 안의 play-box-container */
.title-box .play-box-container {
  width: 100%;
  margin-top: 0;
}

/* 문제 이미지 컨테이너 */
.title-box .question-image-container {
  width: 100%;
  margin-top: 16px;
  display: block;
}

/* 문제 이미지 */
.title-box .question-image {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.test-num .play-box-container .auto-play-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  padding: 8px 24px;
  border-radius: 99px;
  background-color: #EEF2FF;
  min-height: 35px;
}
.test-num .play-box-container .auto-play-box .play-btn {
  width: 32px;
  height: 32px;
  opacity: 0.3;
}
.test-num .play-box-container .auto-play-box .time {
  color: #000;
  font-family: "Pretendard";
  font-size: 16px;
  font-weight: 500;
  user-select: none;
  margin-inline: 16px;
}
.test-num .play-box-container .auto-play-box .progress-container {
  flex-grow: 1;
  height: 6px;
  background: #ccc;
  border-radius: 3px;
  position: relative;
}
.test-num .play-box-container .auto-play-box .progress-container .progress {
  height: 100%;
  background: #2F68EF;
  width: 70%;
  border-radius: 3px;
  pointer-events: none;
  position: relative;
}
.test-num .play-box-container .auto-play-box .progress-container .progress::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  width: 14px;
  height: 14px;
  border: 4px solid #2F68EF;
  background-color: white;
  border-radius: 50%;
  box-sizing: border-box;
}
.test-num .play-box-container .auto-play-box button {
  position: relative;
}
.test-num .play-box-container .auto-play-box button .vol-container {
  position: absolute;
  top: -80px;
  right: -49px;
  transform: rotate(90deg);
}
.test-num .play-box-container .auto-play-box button .vol-container input::after {
  content: "";
  position: absolute;
  border: 1px solid #0078d7;
  width: 92%;
  right: 5px;
  bottom: 12px;
}
.test-num .record-info {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.test-num .record-info .record-time {
  display: flex;
  flex-direction: row;
  padding: 4px 8px;
  border-radius: 4px;
  border: 1px solid #CCC;
  background-color: #F7F7F7;
  color: #111;
  font-family: "Pretendard";
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
}
.test-num .start-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  margin-top: 32px;
}
.test-num .start-box .notice-text {
  color: #999;
  font-family: "Pretendard";
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
}

.last-step {
  width: 100%;
  max-width: 960px;
  padding: 32px 40px;
  border-radius: 16px;
  border: 1px solid #CCC;
  background-color: #fff;
  margin-top: 24px;
  position: relative;
}
.last-step .title-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.last-step .title-box .title {
  color: #111;
  font-family: "Pretendard";
  font-size: 22px;
  font-weight: 700;
  line-height: 26.4px;
}
.last-step .title-box .sub-text {
  color: #111;
  font-family: "Pretendard";
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
}
.last-step .auto-play-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  padding: 8px 24px;
  border-radius: 99px;
  background-color: #EEF2FF;
  min-height: 35px;
}
.last-step .auto-play-box .play-btn {
  width: 32px;
  height: 32px;
  opacity: 0.3;
}
.last-step .auto-play-box .time {
  color: #000;
  font-family: "Pretendard";
  font-size: 16px;
  font-weight: 500;
  user-select: none;
  margin-inline: 16px;
}
.last-step .auto-play-box .progress-container {
  flex-grow: 1;
  height: 6px;
  background: #ccc;
  border-radius: 3px;
  position: relative;
}
.last-step .auto-play-box .progress-container .progress {
  height: 100%;
  background: #2F68EF;
  width: 70%;
  border-radius: 3px;
  pointer-events: none;
  position: relative;
}
.last-step .auto-play-box .progress-container .progress::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  width: 14px;
  height: 14px;
  border: 4px solid #2F68EF;
  background-color: white;
  border-radius: 50%;
  box-sizing: border-box;
}
.last-step .auto-play-box button {
  position: relative;
}
.last-step .auto-play-box button .vol-btn {
  width: 24px;
  height: 24px;
}
.last-step .start-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
.last-step .start-box .notice-text {
  color: #999;
  font-family: "Pretendard";
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
}

.apply-step {
  width: 100%;
  max-width: 960px;
  padding: 32px 40px;
  border-radius: 16px;
  border: 1px solid #CCC;
  background-color: #fff;
  margin-top: 24px;
  position: relative;
}
.apply-step .title-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.apply-step .title-box .title {
  color: #111;
  font-family: "Pretendard";
  font-size: 22px;
  font-weight: 700;
  line-height: 26.4px;
}
.apply-step .title-box .recorded-num {
  color: #999;
  font-family: "Pretendard";
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
}
.apply-step .btn-contents {
  display: flex;
  flex-direction: row;
  gap: 16px;
}

.col {
  display: flex;
  flex-direction: column !important;
  align-items: baseline !important;
}

.countdown {
  color: #FB3535 !important;
  font-family: "Pretendard";
  font-size: 16px !important;
  font-weight: 500 !important;
}

.modal.show {
  display: flex;
}

.guide-text {
  padding-left: 30px;
}

.guide-text.disc {
  list-style-type: disc;
}

.guide-text.num {
  list-style-type: decimal;
}

.black-stress {
  font-weight: 700 !important;
}

.gray-font {
  color: #999;
  font-family: "Pretendard";
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}

.line {
  border: 1px solid #EAEAEA;
  width: 100%;
  height: 1px;
  margin-block: 24px;
  opacity: 0.5;
}

.color-red {
  color: #FB3535;
}

.play-img {
  background-image: url("/assets/img/play_btn.png");
  width: 32px;
  height: 32px;
}

.play-btn {
  width: 32px;
  height: 32px;
  opacity: 0.3;
  cursor: unset;
}
.play-btn .play-img:hover {
  background-image: url("/assets/img/play_btn.png");
}

.play-btn.active {
  width: 32px;
  height: 32px;
  opacity: unset !important;
  cursor: pointer !important;
}
.play-btn.active .play-img:hover {
  background-image: url("/assets/img/play_btn_hover.png");
}

.play-btn.pause .play-img {
  background-image: url("/assets/img/pause_btn.png");
  width: 32px;
  height: 32px;
  opacity: 0.6;
}

.play-btn.active.pause .play-img {
  background-image: url("/assets/img/pause_btn.png");
  width: 32px;
  height: 32px;
  opacity: 1;
}

/* dot클래스 블링크 애니메이션은 그대로 사용 */
@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.dot {
  position: relative;
  display: inline-block;
  z-index: 2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #FF7070;
  animation: blink 1s infinite;
  margin-left: 8px;
}

.dot::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #FF7070;
  background: transparent;
  box-sizing: border-box;
  z-index: 1;
}

.vol-container {
  position: absolute;
  top: -80px;
  right: -49px;
  transform: rotate(90deg);
}
.vol-container input::after {
  content: "";
  position: absolute;
  border: 1px solid #0078d7;
  width: 92%;
  right: 5px;
  bottom: 12px;
}

.hide {
  display: none !important;
}

.margin-t16 {
  margin-top: 16px;
}

.margin-t24 {
  margin-top: 24px;
}

.margin-t20 {
  margin-top: 20px;
}

.margin-l22 {
  margin-left: 22px;
}

.margin-b20 {
  margin-bottom: 20px;
}

.margin-b40 {
  margin-bottom: 40px;
}

.margin-b80 {
  margin-bottom: 80px;
}

.progress-container {
  flex-grow: 1;
  height: 6px;
  background: #ccc;
  border-radius: 3px;
  position: relative;
  display: flex;
  align-items: center;
}
.progress-container .progress-slider {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: 6px;
  background: transparent;
  cursor: pointer;
  margin: 0;
  background: linear-gradient(to right, #2F68EF var(--progress-value, 0%), #ccc var(--progress-value, 0%));
  border-radius: 3px;
}
.progress-container .progress-slider::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  background: transparent;
  border-radius: 3px;
}
.progress-container .progress-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
  border: 4px solid #2F68EF;
  background-color: white;
  border-radius: 50%;
  box-sizing: border-box;
  margin-top: -4px;
}
.progress-container .progress-slider::-moz-range-track {
  width: 100%;
  height: 6px;
  background: transparent;
  border-radius: 3px;
}
.progress-container .progress-slider::-moz-range-thumb {
  width: 14px;
  height: 14px;
  border: 4px solid #2F68EF;
  background-color: white;
  border-radius: 50%;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .body-bg {
    padding-inline: 20px;
  }
  .header-wrapper {
    padding: 22px 20px;
    border-radius: 12px;
    margin-top: 60px;
  }
  .header-title strong {
    font-size: 20px;
    line-height: 28px;
    word-break: keep-all;
  }
  .header-title img {
    width: 36px;
    height: unset;
  }
  .header-sub {
    font-size: 16px;
    line-height: 24px;
  }
  .header-sub .blue-stress {
    font-size: 16px;
  }
  .personal-info {
    padding: 22px 20px;
    border-radius: 12px;
    margin-top: 25px;
  }
  .personal-info .title {
    font-size: 18px;
    line-height: 22px;
  }
  .personal-info .name-box {
    gap: 8px;
    margin-top: 22px;
  }
  .personal-info .name-box .sub-title {
    font-size: 16px;
    line-height: 20px;
  }
  .personal-info .name-box input {
    width: 100%;
    padding: 4px 8px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.4px;
  }
  .personal-info .name-box input::placeholder {
    font-size: 16px;
    line-height: 24px;
  }
  .personal-info .school-box {
    margin-top: 16px;
  }
  .personal-info .school-box .sub-title {
    font-size: 16px;
    line-height: 22px;
  }
  .personal-info .school-box .school-type {
    flex-wrap: wrap;
    gap: 16px;
  }
  .personal-info .school-box .school-type label {
    font-size: 14px;
    line-height: 20px;
  }
  .personal-info .grade-box .sub-title {
    font-size: 16px;
    line-height: 22px;
  }
  .personal-info .grade-box .select-box {
    padding: 4px 8px;
    font-size: 16px;
    line-height: 24px;
    background-position: right 8px center;
    background-size: 20px;
  }
  .personal-info .agree-box {
    gap: 6px;
  }
  .personal-info .agree-box label[for=consentCheckbox] {
    font-size: 14px;
    line-height: 20px;
    max-width: 190px;
  }
  .personal-info .start-box {
    gap: 8px;
  }
  .personal-info .start-box .notice-text {
    font-size: 12px;
    line-height: 16px;
  }
  .font-white-btn {
    font-size: 14px;
    padding: 8px 24px;
  }
  .font-blue-btn {
    font-size: 14px;
    padding: 8px 10px;
  }
  .font-black-btn {
    font-size: 14px;
    padding: 8px 10px;
    line-height: 20px;
  }
  .font-gray-btn {
    padding: 8px 24px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 20px;
  }
  .start-btn {
    padding: 8px 10px;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    max-width: 100px;
  }
  .modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.15);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    z-index: 50;
  }
  .modal .box {
    border-radius: 12px;
    padding: 28px;
  }
  .modal .box .guide-header {
    position: relative;
  }
  .modal .box .guide-header b {
    font-size: 18px;
    line-height: 24px;
    vertical-align: sub;
    vertical-align: -webkit-baseline-middle;
    max-width: 220px;
    display: inline-block;
  }
  .modal .box .guide-text {
    margin-top: 27px;
    padding-left: 22px;
  }
  .modal .box .guide-text li {
    font-size: 14px;
    line-height: 24px;
  }
  .modal .box .font-white-btn {
    margin-top: 24px;
  }
  .audio-intro {
    padding: 22px 20px;
    border-radius: 12px;
  }
  .audio-intro .title {
    font-size: 18px;
    line-height: 24px;
  }
  .audio-intro .ing-text {
    right: 30px;
    top: 25px;
    font-size: 12px;
    line-height: 16px;
  }
  .audio-intro .auto-play-box {
    padding: 8px 24px;
    min-height: 25px;
  }
  .audio-guidance {
    padding: 22px 20px;
    border-radius: 12px;
    margin-top: 24px;
  }
  .audio-guidance .title-box {
    gap: 8px;
  }
  .audio-guidance .title-box .title {
    font-size: 18px;
    line-height: 24px;
    width: 145px;
  }
  .audio-guidance .title-box .sub-text {
    font-size: 12px;
    line-height: 16px;
  }
  .audio-guidance .auto-play-box {
    padding: 8px 12px;
    min-height: 35px;
  }
  .audio-guidance .auto-play-box .play-btn {
    width: 22px;
    height: 32px;
    opacity: 0.3;
  }
  .audio-guidance .auto-play-box .time {
    font-size: 12px;
    margin-inline: 4px;
  }
  .audio-guidance .auto-play-box .progress-container .progress {
    height: 100%;
    background: #2F68EF;
    width: 70%;
    border-radius: 3px;
    pointer-events: none;
    position: relative;
  }
  .audio-guidance .auto-play-box button {
    position: relative;
  }
  .audio-guidance .auto-play-box button .vol-btn {
    width: 24px;
    height: 24px;
    margin-left: 0;
  }
  .audio-guidance .auto-play-box button .vol-control {
    position: absolute;
    top: -1px;
    right: -2px;
    z-index: 1;
    /* 볼륨 컨트롤 기본 숨김 */
    /* 체크박스 체크 시 볼륨 조절 UI 보이기 */
    /* 볼륨 버튼 스타일 (이미지 주변 클릭 영역 확보) */
    /* 슬라이더 스타일 예시 */
  }
  .audio-guidance .auto-play-box button .vol-control .volume-control {
    position: absolute;
    bottom: 55px;
    right: -35px;
    padding: 4px 8px;
    width: 100px;
    display: none;
  }
  .audio-guidance .auto-play-box button .vol-control #volume-toggle:checked ~ .volume-control {
    display: block;
  }
  .audio-guidance .auto-play-box button .vol-control .vol-btn {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
  }
  .audio-guidance .auto-play-box button .vol-control .volume-control input[type=range] {
    width: 100%;
    transform: rotate(-90deg);
  }
  .audio-guidance .auto-play-box button .vol-control .volume-control input[type=range]::after {
    content: "";
    position: absolute;
    border: 2px solid #0078d7;
    top: 6.3px;
    width: 80px;
  }
  .audio-guidance .start-box {
    gap: 8px;
  }
  .audio-guidance .start-box .notice-text {
    font-size: 12px;
    line-height: 16px;
  }
  .test-record {
    padding: 22px 20px;
    border-radius: 12px;
    margin-top: 40px;
  }
  .test-record .title {
    font-size: 18px;
    line-height: 24px;
  }
  .test-record .ing-text {
    right: 30px;
    top: 25px;
    font-size: 12px;
    line-height: 16px;
  }
  .test-record .stick {
    width: 100%;
    height: 8px;
    border-radius: 99px;
    background-color: #EAEAEA;
  }
  .test-record .auto-play-box {
    padding: 8px 24px;
    min-height: 35px;
    text-align: center;
  }
  .test-record .auto-play-box p {
    font-size: 14px;
  }
  .test-num {
    padding: 22px 20px;
    border-radius: 12px;
    margin-top: 40px;
  }
  .test-num .title-box {
    gap: 8px;
    flex-direction: column;
    align-items: flex-start;
  }
  
  /* 모바일 title-text-wrapper */
  .test-num .title-box .title-text-wrapper {
    gap: 8px;
    align-items: flex-start;
  }
  
  .test-num .title-box .title {
    font-size: 16px;
    line-height: 24px;
    align-self: baseline;
  }
  .test-num .title-box .sub-text {
    font-size: 14px;
    line-height: 16px;
  }
  
  /* 모바일 title-box 안의 play-box-container */
  .title-box .play-box-container {
    width: 100%;
    margin-top: 0;
  }
  
  /* 모바일 문제 이미지 컨테이너 */
  .title-box .question-image-container {
    margin-top: 12px;
  }
  
  /* 모바일 문제 이미지 */
  .title-box .question-image {
    border-radius: 6px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  }
  .test-num .play-box-container .auto-play-box {
    padding: 8px 12px;
    min-height: 35px;
  }
  .test-num .play-box-container .auto-play-box .play-btn {
    width: 22px;
    height: 32px;
    opacity: 0.3;
  }
  .test-num .play-box-container .auto-play-box .time {
    font-size: 12px;
    margin-inline: 4px;
  }
  .test-num .play-box-container .auto-play-box .progress-container {
    flex-grow: 1;
    height: 6px;
    border-radius: 3px;
  }
  .test-num .play-box-container .auto-play-box .progress-container .progress {
    height: 100%;
    background: #2F68EF;
    width: 50%;
  }
  .test-num .play-box-container .auto-play-box button {
    position: relative;
  }
  .test-num .play-box-container .auto-play-box button .vol-btn {
    width: 24px;
    height: 24px;
    margin-left: 0;
  }
  .test-num .play-box-container .auto-play-box button .vol-control {
    position: absolute;
    top: -1px;
    right: -2px;
    z-index: 1;
  }
  .test-num .record-info .record-time {
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 16px;
  }
  .test-num .start-box {
    gap: 16px;
    margin-top: 32px;
  }
  .test-num .start-box .notice-text {
    font-size: 12px;
    line-height: 16px;
  }
  .last-step {
    padding: 22px 20px;
    border-radius: 12px;
    margin-top: 24px;
  }
  .last-step .title-box {
    justify-content: space-between;
    gap: 8px;
  }
  .last-step .title-box .title {
    font-size: 18px;
    line-height: 24px;
    width: fit-content;
    text-wrap-mode: nowrap;
    white-space: nowrap;
    overflow-wrap: normal;
  }
  .last-step .title-box .sub-text {
    font-size: 12px;
    line-height: 16px;
    width: fit-content;
    max-width: 190px;
  }
  .last-step .auto-play-box {
    padding: 8px 12px;
    min-height: 35px;
  }
  .last-step .auto-play-box .play-btn {
    width: 22px;
    height: 32px;
    opacity: 0.3;
  }
  .last-step .auto-play-box .time {
    font-size: 12px;
    margin-inline: 4px;
  }
  .last-step .auto-play-box .progress-container {
    flex-grow: 1;
    height: 6px;
    border-radius: 3px;
  }
  .last-step .auto-play-box .progress-container .progress {
    height: 100%;
    background: #2F68EF;
    width: 50%;
  }
  .last-step .auto-play-box button {
    position: relative;
  }
  .last-step .auto-play-box button .vol-btn {
    width: 24px;
    height: 24px;
    margin-left: 0;
  }
  .last-step .auto-play-box button .vol-control {
    position: absolute;
    top: -1px;
    right: -2px;
    z-index: 1;
  }
  .last-step .start-box {
    gap: 16px;
  }
  .last-step .start-box .notice-text {
    font-size: 14px;
    line-height: 16.8px;
  }
  .apply-step {
    padding: 22px 20px;
    border-radius: 12px;
    margin-top: 24px;
  }
  .apply-step .title-box {
    gap: 8px;
  }
  .apply-step .title-box .title {
    font-size: 18px;
    line-height: 24px;
  }
  .apply-step .title-box .recorded-num {
    font-size: 14px;
    line-height: 18px;
  }
  .apply-step .btn-contents {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .countdown {
    font-size: 14px !important;
  }
  .black-stress {
    font-weight: 700 !important;
  }
  .gray-font {
    color: #999;
    font-family: "Pretendard";
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
  }
  .line {
    margin-block: 18px;
  }
  .play-img {
    background-image: url("/assets/img/play_btn.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
  }
  .play-btn {
    width: 32px;
    height: 32px;
    opacity: 0.3;
    cursor: unset;
  }
  .play-btn.active {
    width: 32px;
    height: 32px;
    opacity: unset !important;
    cursor: pointer !important;
  }
  .vol-container {
    position: absolute;
    top: -72px !important;
    right: -52px !important;
  }
  .play-btn.pause .play-img {
    background-image: url("/assets/img/pause_btn.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
  }
  .play-btn.active.pause .play-img {
    background-image: url("/assets/img/pause_btn.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
  }
}