@charset "utf-8";

* {
   -webkit-text-size-adjust: none;
   box-sizing: border-box;
}

html, body, div, span, object, iframe, p, blockquote, pre, a, abbr, address, big, cite, code, del, dfn, em, font, ins, q, s, samp,
small, strike, strong, sup, tt, var, b, u, i, h1, h2, h3, h4, h5, h6,
dl, dt, dd, ol, ul, li, section, hr, header, article, aside, footer,
fieldset, form, label, legend, textarea, table, caption, tbody, tfoot, thead, tr, th, td, figcaption, figure, 
button {
   margin:0; padding:0; border:0;
}

header,
nav,
section,
article,
aside,
footer {
   display: block;
}

img, button, input.type-image {border:0 none;}

img {vertical-align:middle;}

ol, ul, li {
   list-style:none;
}

blockquote, q {
   quotes:none;
}

ins {
   text-decoration:none;
}

del {
   text-decoration:line-through;
}

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

button,
input {
   border: none;
   background: none;
}

button:focus,
input:focus {
   outline: none;
}

button,
a,
input,
label {
   cursor: pointer;
   text-decoration: none;
   outline: 0;
   font-family: "Pretendard";
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
i {
   font-style:normal;
}

input, 
textarea, 
select { 
   vertical-align:middle; 
   font-size:inherit;
   font-weight:inherit;
   font-family: "Pretendard";
}

/* select*/
select {
   border-radius: 0; 
   -webkit-appearance: none;
   -moz-appearance: none; 
   appearance: none; 
}
select::-ms-expand {
   display: none; /* IE 10, 11의 네이티브 화살표 숨기기 */
}

::-webkit-scrollbar {
   background: transparent;
   width: 4px;
   height: 4px;
}

::-webkit-scrollbar-thumb {
   background: #dddddd;
   border-radius: 50px;
}

select { -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}

legend,
caption {
   text-indent: -100%;
  /* *text-indent: 0; */
   white-space: nowrap;
   overflow: hidden;
   font-size: 0;
   line-height: 0;
   text-shadow: none;
   color: transparent;
}

noscript {
   display:none;
}

a, a:link {
   text-decoration:none; 
   cursor:pointer; 
   color:#333;
}

a:hover, 
a:active, 
a:focus {
   text-decoration:none; 
   cursor:pointer;
}

textarea:placeholder {
   color: #6b6b6b;
}

textarea:focus {
   outline: none;
}

input::placeholder {
   color: #999999;
}

label, input[type=button], input[type=submit] {
   cursor:pointer;
}
