/*========================================
	reset.css
========================================*/
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, button, input, br {margin:0; padding:0; border:0; box-sizing:border-box; line-height:var(--lh_body4); font-size:var(--size_body4); font-weight:var(--weight_400); font-family: "Pretendard Variable", sans-serif; letter-spacing:-0.054px; color:var(--gray_700);}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block;}
a {display:inline-block; text-decoration:none; color:inherit;}
a:not(.editor_area a):link, a:not(.editor_area a):visited {text-decoration:none;}
a:not(.editor_area a):hover, a:not(.editor_area a):active {text-decoration:none;}
img {border:none; vertical-align:middle;}
ol, ul, li {list-style:none;}
i, em {font-style:normal;}
table {border-collapse:collapse; border-spacing:0;}
fieldset {border:none;}
legend {width:1px; height:1px; overflow:hidden; visibility:hidden; line-height:0; font-size:0; position:absolute; left:-999px;}
button, input[type="button"] {padding:0; margin:0; border:none; vertical-align:middle; cursor:pointer; background:transparent;}
input {margin:0; padding:0; border:0;}
input[type=text]::-ms-clear {display:none;}
input[type=password]::-ms-clear {display:none;}
input, select, button, textarea {outline:none; -moz-appearance:none; -webkit-appearance:none;}
button:focus {outline:0;}
input[type="password"] {height:36px;}
textarea {height:auto; resize:none; font-family:"Pretendard Variable", sans-serif; box-sizing:border-box;}
input[type="text"]:read-only, input[type="password"]:read-only, textarea:read-only {background-color:#FAFAFA;}
input[type="text"]:read-only:focus, textarea:read-only:focus {border-color:#ABADB0;} 
input::placeholder, textarea::placeholder {color:var(--gray_500);}
input[type="checkbox"], input[type="radio"], input[type="file"] {display:none;}
select{background:url("/web/img/icon/icon_select_arrow.svg") no-repeat right 12px center / auto; padding-right:34px; font-family:"Pretendard Variable", sans-serif; color:#ABADB0; cursor:pointer;}

/*========================================
	Scrollbar
========================================*/
*::-webkit-scrollbar {width:4px; height:7px; margin-right:-10px;} 
*::-webkit-scrollbar-track {background-color:transparent;} 
*::-webkit-scrollbar-thumb {background:#808080; border-radius:2px; cursor:pointer;} 
*::-webkit-scrollbar-button {display:none;}