This commit is contained in:
2026-01-30 17:20:52 +09:00
commit 21b6332c9c
459 changed files with 190743 additions and 0 deletions

4
kngil/css/qa/font-awesome.min.css vendored Normal file

File diff suppressed because one or more lines are too long

49
kngil/css/qa/qa_font.css Normal file
View File

@@ -0,0 +1,49 @@
@charset "utf-8";
@font-face {
font-family: 'Noto Sans KR';
font-style: normal;
font-weight: 100;
src: url(/kngil/fonts/qa/NotoKR-Thin/notokr-thin.woff2) format('woff2'),
url(/kngil/fonts/qa/font/NotoKR-Thin/notokr-thin.woff) format('woff'),
url(/kngil/fonts/qa/font/NotoKR-Thin/notokr-thin.otf) format('opentype');
}
@font-face {
font-family: 'Noto Sans KR';
font-style: normal;
font-weight: 300;
src: url(/kngil/fonts/qa/NotoKR-Light/notokr-light.woff2) format('woff2'),
url(/kngil/fonts/qa/NotoKR-Light/notokr-light.woff) format('woff'),
url(/kngil/fonts/qa/NotoKR-Light/notokr-light.otf) format('opentype');
}
@font-face {
font-family: 'Noto Sans KR';
font-style: normal;
font-weight: 400;
src: url(/kngil/fonts/qa/NotoKR-Regular/notokr-regular.woff2) format('woff2'),
url(/kngil/fonts/qa/NotoKR-Regular/notokr-regular.woff) format('woff'),
url(/kngil/fonts/qa/NotoKR-Regular/notokr-regular.otf) format('opentype');
}
@font-face {
font-family: 'Noto Sans KR';
font-style: normal;
font-weight: 500;
src: url(/kngil/fonts/qa/NotoKR-Medium/notokr-medium.woff2) format('woff2'),
url(/kngil/fonts/qa/NotoKR-Medium/notokr-medium.woff) format('woff'),
url(/kngil/fonts/qa/NotoKR-Medium/notokr-medium.otf) format('opentype');
}
@font-face {
font-family: 'Noto Sans KR';
font-style: normal;
font-weight: 700;
src: url(/kngil/fonts/qa/NotoKR-Bold/notokr-bold.woff2) format('woff2'),
url(/kngil/fonts/qa/NotoKR-Bold/notokr-bold.woff) format('woff'),
url(/kngil/fonts/qa/NotoKR-Bold/notokr-bold.otf) format('opentype');
}
@font-face {
font-family: 'Noto Sans KR';
font-style: normal;
font-weight: 900;
src: url(/kngil/fonts/qa/NotoKR-Black/notokr-black.woff2) format('woff2'),
url(/kngil/fonts/qa/NotoKR-Black/notokr-black.woff) format('woff'),
url(/kngil/fonts/qa/NotoKR-Black/notokr-black.otf) format('opentype');
}

47
kngil/css/qa/qa_reset.css Normal file
View File

@@ -0,0 +1,47 @@
@charset "utf-8";
/* Reset */
* {box-sizing: border-box;}
html, body, h1, h2, h3, h4, h5, h6, div, p, pre, code, address, ul, ol, li, menu, nav, section, article, aside,
dl ,dt, dd, table, thead, tbody, tfoot, label, caption, th, td, form, fieldset, legend, hr, input, button, textarea, object, figure, figcaption {margin:0; padding:0;}
html, body {width:100%; height:100%; font-family: 'Noto Sans KR', sans-serif; }
body {background:#fff; min-width:360px; -webkit-text-size-adjust:none;word-wrap:break-word;word-break:break-all;}
body, input, select, textarea, button {background:none; border:none;}
button {background: none; cursor: pointer; user-select: none;}
ul, ol, li {list-style:none;}
table {width:100%;border-spacing:0;border-collapse:collapse;}
img, fieldset {border:0;}
address, cite, code {font-style:normal;font-weight:normal;}
em {font-style:normal;font-weight:bold;}
i {font-style: normal;}
label, img, input, select, textarea, button {font-family:inherit; vertical-align:middle;}
caption, legend {line-height:0;font-size:1px;overflow:hidden;}
hr{display:none;}
main, header, section, nav, footer, aside, article, figure {display:block;}
a {color:inherit; text-decoration:none;}
a:hover {text-decoration:none;}
/* Form */
input[type=text]::placeholder, input::-webkit-input-placeholder{font-weight:500; color:#bdbdbd;}
select:focus,
textarea:focus,
input:focus {border: 1; outline: none;}
input[type=text][readonly],
input[type=text][readonly]:focus {border:1;}
input[type=tel][readonly],
input[type=password][readonly],
input[type=email][readonly],
input[type=search][readonly],
input[type=tel][disabled],
input[type=text][disabled],
input[type=password][disabled],
input[type=search][disabled],
input[type=email][disabled] {border-color:#c0c0c0; color:#666; -webkit-appearance:none; font-size:16px;}
textarea[readonly],
textarea[disabled] {padding:11px; font-size:16px; color:#666; font-weight:normal; line-height:140%; height:78px; background:#eaeaea;border:1px solid #c0c0c0;}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}

10333
kngil/css/qa/qa_style.css Normal file

File diff suppressed because it is too large Load Diff