@charset "utf-8";


/*초기화*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, var,
b, i, button,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    list-style:none;
}

sub, sup {font-size: 75%;
  line-height: 0;
  position: relative;}

html{overflow-x: hidden;}
body {width: 100%; font-size:18px; color:#333; overflow-x: hidden; letter-spacing: -0.25px; font-weight: 400; line-height:1.4;
      font-family: 'Pretendard', 'Outfit', sans-serif;
     -webkit-text-size-adjust:none; text-size-adjust:none; background:#fff; -webkit-tap-highlight-color: transparent;}

html.noscroll  , body.noscroll{overflow-y: hidden;}    

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    text-decoration:none;
    color:inherit;
    display: block;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

table, caption, tbody, tfoot, thead, tr, th, td{
    width: 100%;
}

input,select,button {
    vertical-align:middle;
    border-radius:0; 
    -webkit-appearance:none;
    appearance:none;
	border:0; outline:0; 
    margin: 0;
    cursor: pointer;
    vertical-align: middle;
    box-sizing: border-box;
    -webkit-border-radius: 0;
    color: #333;
    font-family: Outfit, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

select{
    height: 40px;
    line-height: 40px;
    border: 1px solid #ddd;
}

select::-ms-expand{display: none;}


input[type="text"], input[type="password"], input[type="tel"], input[type="email"], input[type="search"], input[type="url"], .input-text{padding: 0 10px;}


img,video,iframe{
    max-width:100%; 
    border:0; 
    display: block;
}


textarea{
  resize: none;
  box-sizing: border-box;
  font-family: 'Pretendard', 'Outfit', -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

input:focus,
textarea:focus{outline: 1px solid #2c356b;}
