@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 {position: relative; width: 100%; height: 100%; font-size:16px; color:#333; overflow-x: hidden;
      font-family: 'NotoSansKR', sans-serif; line-height:1.2;
     -webkit-text-size-adjust:none; text-size-adjust:none; background:#fff;}
    
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{
    width: 100%;
    min-width: 100%;
}

caption{
    position: absolute; 
    left: -1000%; 
    top: -1000%; 
    overflow: hidden; 
    width: 1px; 
    height: 1px; 
    margin: 0; 
    padding: 0; 
    font-size: 0; 
    line-height: 0;
}

input,select,button {
    vertical-align:middle;
    border-radius:0; 
    -webkit-appearance:none;
    appearance:none;
	border:0; outline:0; 
    cursor: pointer;
    color: #333;
    font-family: 'Noto Sans KR', sans-serif;
}

select{
    height: 40px;
    line-height: 40px;
    border: 1px solid #eee;
}

select::-ms-expand{display: none;}

input{
    margin: 0;
    -webkit-border-radius: 0;
    box-sizing: border-box;
    appearance: none;
    outline: none;
    font-weight: 400;
    vertical-align: middle;
    height: 40px;
    line-height: 40px;
    border: 1px solid #eee;
    padding: 0 15px;
}

label{
    cursor: pointer;
}

img,video,iframe{
    max-width:100%; 
    border:0; 
    display: block;
}


textarea{
    min-height: 100px;
    resize: none;
    box-sizing: border-box;
}



@media (max-width: 640px){
    input, select{font-size: 14px; padding: 0 10px;}
}
