@charset "utf-8";
/*==============================================

    ----------------------------------------------------------------
	* Date			:	2023.07.21
	* Modify		:
	* Name			:	reset.css
	----------------------------------------------------------------

==============================================*/



/* ===========================
	00. 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,input,select,textarea,
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:0px; padding:0px; vertical-align:top;}
body {width:100%; min-width:1280px; height:100%; color:#252525; font-family:'Pretendard', 'Malgun Gothic', dotum, gulim, verdana, sans-serif; font-size:16px; font-weight:500; line-height:1.5; letter-spacing:-0.03em; word-break:keep-all;}
html {position:relative;width:100%; overflow-y:scroll;}

@media screen and (max-width:1281px){
	/*body {overflow-x:auto;}*/
}
body.window-pop {min-width:0;}
ul, ol, dl {list-style-type:none;}
h1, h2, h3, h4, h5, h6, th {font-weight:500;}
table {border-collapse:collapse; border-spacing:0;}
table th {font-weight:500;}
img, button, fieldset, abbr, acronym {border:0;}
label {cursor:pointer;}
address, caption, cite, code, dfn, em, var {font-style:normal; font-weight:normal;}
strong {font-weight:500;}
caption, legend {width:0px; height:0px; font-size:0px; line-height:0px; visibility:hidden;}
img {max-width:100%;}
q:before, q:after {content:'';}
hr {display:none;}

/* html5 ie9 else */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block; padding:0; margin:0;}

a {text-decoration:none; color:inherit; font-size:inherit; cursor:pointer;}
a:link, a:visited {text-decoration:none;}
a:hover, a:focus, a:active {text-decoration:none;}


input:-webkit-autofill {-webkit-box-shadow: 0 0 0 40px #efefef inset; -webkit-text-fill-color: #333}
input:-webkit-autofill ,
input:-webkit-autofill:hover ,
input:-webkit-autofill:focus ,
input:-webkit-autofill:active {transition:background-color 5000s ease-in-out 0s;}

button,
textarea,
select,
input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
input[type=file],
input[type=image],
input[type=reset],
input[type=button],
input[type=submit] {padding:0; font-family:'Pretendard' , sans-serif; border:none; outline:none; border-radius:0; -moz-appearance:none; -webkit-appearance:none; appearance:none; vertical-align:top;}

input[type=file],
input[type=image],
input[type=reset],
input[type=button],
input[type=submit],
button {cursor:pointer;}

button:focus,
button:hover {outline:none;}

::-webkit-input-placeholder	{color: #999;}
::-moz-placeholder				{color: #999;}
:-ms-input-placeholder			{color: #999;}
:-moz-placeholder				{color: #999;}

*::selection {color:#fff; background:#000;}
*::-moz-selection {color:#fff; background:#000;}

::-webkit-scrollbar {
    width: 14px;
    background-color: transparent
}

::-webkit-scrollbar-thumb {
    border: 4px solid transparent;
    border-radius: 7px;
    background-clip: padding-box;
    background-color: hsla(0,0%,59%,.5)
}

::-webkit-scrollbar-track {
    padding: 2px;
    background-color: transparent;
    border-radius: 10px
}