/* -----------------------------------------
-- SMARTsutie v10 : reset style
-- 2024.07.03 emro DesignTeam scyang - samsung nsrm
----------------------------------------- */

@charset "utf-8";
@import url("font.css"); /* 2024.08.23 : font.css 연결 - Noto sans */

:root {
	/* font-color */
    --font-color-main: #000;
    --font-color-sub: #666;
}

/** [2024.11.26] License 적용전 임시처리 */
body::after, body:after{
	display: none !important;
}

/** 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, sub, sup, tt, var,
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;
}
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 {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
    box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
html{
	cursor: auto !important;
}
html, body {
	width: 100%;
	height: 100%;
	line-height: 1;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: static
}
html *[disabled] {
	opacity: 1 !important;
	cursor: auto;
	pointer-events: none;
}
body {
	font-family: 'Pretendard', 'NotoSansKR', '맑은 고딕', 'Malgun Gothic', Inter, Arial, sans-serif;
	color: var(--font-color-main);
	-webkit-text-size-adjust: none;
	font-size: 12px; /* 2023.08.08 pjsuny : Value change */
	line-height: 28px;
	letter-spacing: 0; /* 2023.08.08 pjsuny : Value change */
	font-feature-settings: "tnum"; /* 숫자 고정폭 */
	font-variant-numeric: tabular-nums; /* 숫자 고정폭 */
	will-change: transform; /* 블러 효과 수정 */
}
/* [R&D] License LOGO */
body::after {
	bottom: 40px;
    right: 40px;
}
ol, ul, li {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal
}
form, fieldset, iframe {
	display: block;
	border: 0
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,q:before, q:after {
	content: '';
	content: none;
}
a, em, label, span, strong, button {
	display: inline-block;
}
a, a:link, a:visited {
	cursor: pointer;
	text-decoration: none;
}
p, a, h2, h3 {
	word-wrap: break-word;
}
img, fieldset, button {
	border: 0 none;
}
img, input, button, select, textarea {
	vertical-align: middle;
}
hr {
	height: 0;
	display: none;
}
i, em, address {
	font-style: normal
}
legend, .hidden {
	overflow: hidden;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	z-index: -1;
}
caption {
	overflow: hidden;
	width: 0;
	height: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}
caption span, legend {
	overflow: hidden;
	visibility: hidden;
	position: absolute;
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
	font-size: 0;
	text-indent: -100%;
	white-space: nowrap;
	z-index: -1
}
button { /* 기본 스타일 */
	padding: 0;
	background: 0;
	border: 0;
	cursor: pointer;
	letter-spacing: 0;
	font-family: 'Pretendard', 'NotoSansKR', '맑은 고딕', 'Malgun Gothic', Inter, Arial, sans-serif;
	font-size: 14px;
	color: #666;
	line-height: 1.5;
	letter-spacing: 0;
	vertical-align: middle;
} 
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}
input, select, textarea {
	font-size: 100%;
}
label {
	cursor: pointer;
}
em, address {
	font-style: normal;
}
div, a {
	box-sizing: border-box;
}
a {
	color: #666;
	text-decoration: none;
	transition: background .2s;
	cursor: pointer
}
a:link, a:visited {
	text-decoration: none
}
a:hover {
	text-decoration: none;
	/* color: #1e5784; */ /* 2024.07.04 scyang 주석처리 */
}

/* placeholder-color */
::placeholder {
	color: #4A4A49 !important;
	opacity: 1; /* Firefox */
}
:-ms-input-placeholder {
	color: #4A4A49 !important; /* Internet Explorer 10-11 */
}
::-ms-input-placeholder {
	color: #4A4A49
}
.clear {clear: both;}

.txlf {
	text-align: left;
}
.txrg {
	text-align: right;
}
sc-button:hover {
	background: #fff;
}
input:focus,
textarea:focus {
	outline: 0px solid #466FC5;
}

/* scroll-bar */
::-webkit-scrollbar {
    width: 12px; 
    height: 12px;
    background: transparent;
}
::-webkit-scrollbar-corner {
    background: transparent;
}
::-webkit-scrollbar-thumb {
    background-color: #ddd;
    border-radius: 10px;
    background-clip: padding-box;
    border: 3px solid transparent;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
    border-radius: 10px;
}
::-webkit-scrollbar-track {
    width: 10px;
    height: 10px;
    background: transparent;
    border-radius: 10px;
}

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