@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600&family=Noto+Sans+KR:wght@300;500;700&display=swap');
* {margin: 0; padding: 0;}
ul, li {
    list-style: none;
}
a {text-decoration: none; color: inherit; cursor: pointer;}
body, input, select, textarea, button {
    font: 16px 'Noto Sans KR', sans-serif;
    line-height: 1;
    color: #333;
    background: #fff;
}
img, fieldset {
    border: none;
    vertical-align: top;
    width: 100%;
    object-fit : cover;
}
table {
    width: 100%;
    border-collapse: collapse;
}
.hide,caption,legend {
    line-height:0;
    font-size:1px;
    overflow:hidden;
}
.clear:after {
    content: '';
    display: block;
    clear: both;
}