/* RESET */
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 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-decoration: none;
    color: inherit;
    word-break: keep-all;
}

.no-css h1,
.no-css h2,
.no-css h3,
.no-css h4,
.no-css h5,
.no-css h6,
.no-css p {
    margin-top: 0;
    /* 기본적으로 태그 사이의 위쪽 여백을 없앱니다. */
    margin-bottom: 1rem;
    /* 아래쪽 여백을 설정합니다. */
}

.no-css h1 {
    display: block;
    font-size: 2em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.no-css h2 {
    display: block;
    font-size: 1.5em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.no-css h3 {
    display: block;
    font-size: 1.17em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.no-css h4 {
    display: block;
    font-size: 1em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.no-css h5 {
    display: block;
    font-size: 0.83em;
    margin-block-end: 1.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.no-css h6 {
    display: block;
    font-size: 0.67em;
    margin-block-end: 2.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.no-css p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}


.no-css tr {
    display: table-row;
    /* 테이블 행으로 표시됩니다. */
    vertical-align: inherit;
    /* 수직 정렬 상속 */
    border-color: inherit;
    /* 테이블 테두리 색상 상속 */
}

.no-css th,
.no-css td {
    display: table-cell;
    /* 테이블 셀로 표시됩니다. */
    padding: 8px;
    /* 셀 내부 여백 */
    border: 1px solid #ccc;
    /* 테두리 선 스타일 */
}

.no-css th {
    font-weight: bold;
    /* th 요소의 텍스트를 보다 강조하기 위해 보통 굵게 표시됩니다. */
    background-color: #f2f2f2;
    /* th 요소의 배경 색상 */
}

.no-css ol {
    display: block;
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.no-css li {
    display: list-item;

}

.no-css ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.no-css b {
    display: inline;
    font-weight: bold;
}

.no-css strong {
    font-weight: bold;
}

.no-css .scroll-container {
    max-height: 500px;
    overflow-y: auto;
}

/* 스크롤바 스타일 */
.no-css .scroll-container::-webkit-scrollbar {
    width: 10px;
}

.no-css .scroll-container::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.no-css .scroll-container::-webkit-scrollbar-thumb {
    background: #bbb;
    /* 연한 색상으로 변경 */
    border-radius: 10px;
    /* 모서리를 둥글게 만듦 */
}

.no-css .scroll-container::-webkit-scrollbar-thumb:hover {
    background: #999;
    /* 스크롤을 호버할 때의 색상 변경 */
}



/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1.2;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button {
    border: 0;
    background: none;
    padding: 0;
    margin: 0;
    font-family: 'Pretendard', sans-serif;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}

input,
select {
    font-family: 'Pretendard', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

input:focus,
select:focus,
textarea {
    outline: 0;
}

img {
    display: block;
}

/* font */
@font-face {
    font-family: 'Pretendard Variable';
    font-weight: 45 920;
    font-style: normal;
    font-display: swap;
    src: local('Pretendard Variable'), url('font/pretendard/PretendardVariable.woff2') format('woff2-variations');
}

@font-face {
    font-family: 'Pretendard';
    src: url('font/pretendard/Pretendard-Thin.woff') format('woff');
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('font/pretendard/Pretendard-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('font/pretendard/Pretendard-Light.woff') format('woff');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('font/pretendard/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('font/pretendard/Pretendard-Medium.woff') format('woff');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('font/pretendard/Pretendard-SemiBold.woff') format('woff');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('font/pretendard/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('font/pretendard/Pretendard-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('font/pretendard/Pretendard-Black.woff') format('woff');
    font-weight: 900;
    font-display: swap;
}