html, body {
    font-family: 'Apple SD Gothic Neo', 'Noto Sans KR', '맑은 고딕', sans-serif;
    font-size: 16px;
    color: #111111;
    font-weight: 500;
    line-height: 1.5;
    background-color: #ffffff;
    --green-text-point: #06746C;
    --green-main: #00867E;
    --gray-btn: #ababab;
}

button{
    background-color: transparent;
    border: none; 
    box-shadow: none; 
    border-radius: 0; 
    padding: 0; 
    overflow: visible; 
    cursor: pointer;
    font-size: inherit;
    font-family: inherit;
}

input, textarea {
    width: 100%;
    display: block;
    font-family: inherit;
    box-sizing: border-box;    
}

a {
    color: inherit;
    text-decoration: inherit;
}
