@charset='utf-8';

@import url('//fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

*{
    margin: 0;
    padding: 0;
}

body{
    font-size: 12px;
    font-family: 'Noto Sans KR', sans-serif;
    line-height: 18px;
    color: #555;
}

ul{
    list-style: none;
}

a{
    text-decoration: none;
    color: #555;
}

img{
    border: 0;
    vertical-align: top;
}

input{
    border:0;
    outline: 0;
}

.cf{}
.cf:after{
    content: "";
    display: block;
    clear: both;
}

input::placeholder{font-family: 'Noto Sans KR', sans-serif; font-size: 0.925rem;}
textarea::placeholder{font-family: 'Noto Sans KR', sans-serif; font-size: 0.925rem;}

address{font-style: normal;}

body{-webkit-text-size-adjust:100%;}
input,textarea{/*ios대응*/
appearance: none;
-webkit-appearance: none;
-webkit-border-radius: 0;
}
select{
-webkit-appearance: none;
-moz-appearance: none; 
appearance: none;}
select::-ms-expand{ display:none; /* 화살표 없애기 for IE10, 11*/}