@charset "utf-8";

/* Pretendard 폰트 (공식 CDN) */
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');

/* 기본 HTML, BODY 설정 */
html {
    width:100%;
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Noto Sans', sans-serif;
    color:#222;
    line-height: 1;
    scroll-behavior: smooth; /* 부드러운 스크롤 */
    font-size:16px;
}

body {
    width:100%;
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Noto Sans', sans-serif;
    color:#222;
    line-height: 1;
    font-size:16px;
}

/* 리셋 CSS - Eric Meyer */
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, input,select,option {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    text-decoration:none;
    box-sizing:border-box;
    color:#222;
    font-size:16px;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

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 {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    outline: none;
}

.ir, caption {
    font-size:0;
    line-height:0;
    overflow:hidden;
    text-indent:-99999px;
}

/* 반응형 이미지 설정 */
img {
    max-width: 100%;
    height: auto;
}

/* 기본 링크 스타일 */
a {
    text-decoration: none;
    color: inherit;
}

/* 폰트 적용 강제 설정 */
* {
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Noto Sans', sans-serif !important;
}

/* 특정 요소에 대한 폰트 강제 적용 */
h1, h2, h3, h4, h5, h6,
p, span, div, a, button, input, textarea, select,
li, dt, dd, th, td {
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Noto Sans', sans-serif !important;
}

.content_text table,
.content_text th,
.content_text td {
    border:1px solid
}

