@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.6/dist/web/variable/pretendardvariable-dynamic-subset.css');

:root {
  --color-gray-100: #f8f9fa;
  --color-gray-200: #f1f3f5;
  --color-gray-300: #dee2e6;
  --color-gray-400: #adb5bd;
  --color-gray-500: #868e96;
  --color-gray-600: #495057;
  --color-gray-700: #2a3037;

  --color-indigo-100: #f3f6ff;
  --color-indigo-200: #e5eaff;
  --color-indigo-300: #aebeff;
  --color-indigo-400: #8195ff;
  --color-indigo-500: #566fee;
  --color-indigo-600: #425ad5;
}

html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select {
  margin: 0;
}

html {
  box-sizing: border-box;
}

html,
body {
  font-family:
    'Pretendard Variable',
    Pretendard,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    'Open Sans',
    'Helvetica Neue',
    sans-serif;
  line-height: 1.6;
  color: var(--color-gray-700);
  background-color: var(--color-gray-100);
}

*,
*::before,
*::after {
  color: inherit;
  word-break: keep-all;
  overflow-wrap: break-word;
  box-sizing: inherit;
}

img,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

main {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  padding: 40px 24px;
}

h1 {
  display: flex;
  align-items: center;
  column-gap: 0.25rem;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

h1:not(:first-of-type) {
  margin-top: 2rem;
}

h2 {
  display: flex;
  align-items: center;
  column-gap: 0.25rem;
  font-size: 1.15rem;
  font-weight: bold;
  margin-top: 2.5rem;
  margin-bottom: 0.5rem;
}

h3 {
  display: flex;
  align-items: center;
  column-gap: 0.25rem;
  font-size: 1rem;
  font-weight: bold;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

p {
  font-size: 0.9rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
  color: var(--color-gray-600);
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 0.5rem 0 1.5rem 0;
}

thead {
  border-bottom: 1px solid var(--color-gray-300);
}

thead tr th {
  font-size: 0.8rem;
  font-weight: 700;
  text-align: center;
  color: var(--color-gray-600);
  background-color: var(--color-gray-200);
  padding: 0.5rem 0.75rem;
}

thead tr th:first-of-type {
  border-top-left-radius: 0.5rem;
}

thead tr th:last-of-type {
  border-top-right-radius: 0.5rem;
}

tbody tr td {
  text-align: center;
}

tbody tr:nth-of-type(even) td {
  background-color: var(--color-gray-200);
}

tbody tr:not(:last-of-type) {
  border-bottom: 1px solid var(--color-gray-300);
}

tbody tr:last-of-type td:first-of-type {
  border-bottom-left-radius: 0.5rem;
}

tbody tr:last-of-type td:last-of-type {
  border-bottom-right-radius: 0.5rem;
}

tbody tr td {
  font-size: 0.8rem;
  font-weight: 400;
  padding: 0.5rem 0.75rem;
  color: var(--color-gray-600);
}

ol,
ul {
  margin-bottom: 1rem;
}

ol {
  list-style: decimal-leading-zero;
  padding-left: 1.75rem;
}

ul {
  list-style: disc;
  padding-left: 1.75rem;
}

li {
  font-size: 0.9rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
  color: var(--color-gray-600);
}

li::marker {
  font-weight: 700;
  color: var(--color-gray-400);
}

li > ol,
li > ul {
  margin-top: 0.5rem;
}

a {
  color: var(--color-gray-500);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.badge {
  display: inline-flex;
  padding: 0.25em 0.4em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  border-radius: 0.25rem;
  color: var(--color-indigo-600);
  background-color: var(--color-indigo-200);
}

.step_agree_content_content {
  padding: 0;
}
.step_agree_content_content .agree_contents {
  position: relative;
  overflow: auto;
  padding: 20px 20px;
  background: #f8f8f8;
  border: 1px solid #e3e3e3;
  border-top: none;
  font-size: 16px;
}
.step_agree_content_content .agree_contents h4 {
  margin-bottom: 5px;
}
.step_agree_content_content .agree_contents p {
  margin-bottom: 20px;
  line-height: 27px;
}
.step_agree_content_content .agree_contents .inner-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.step_agree_content_content .agree_contents .inner-table,
.step_agree_content_content .agree_contents .inner-table th,
.step_agree_content_content .agree_contents .inner-table td {
  border: 1px solid #828282;
  font-size: 0.9rem;
  padding: 0.4rem;
}

.step_agree_content_content .agree_contents table,
.step_agree_content_content .agree_contents table th,
.step_agree_content_content .agree_contents table td {
  border: 1px solid #828282;
  font-size: 0.9rem;
  padding: 0.4rem;
}
