html {
    -webkit-text-size-adjust: none !important;
    -moz-text-size-adjust: none !important;
    -ms-text-size-adjust: none !important;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    text-decoration: none;
    color: #1a1a1a;
    font-family: 'Pretendard', '-apple-system', 'BlinkMacSystemFont', system-ui, 'Roboto', 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
    letter-spacing: -0.02rem;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

.gyeonggi_platform li, ol, ul {
    list-style: none;
}

.gyeonggi_platform a {
    color: #1a1a1a;
    text-decoration: none;
}

.gyeonggi_platform a:visited , a:hover,a:active {
    color: #1a1a1a;
}

.gyeonggi_platform select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.gyeonggi_platform input::-webkit-outer-spin-button , .gyeonggi_platform input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
