html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button, textarea, input, option, select {
    margin: 0;
    padding: 0;
    border: 0;
    font-family:  "Pretendard GOV Variable", "Pretendard GOV", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    vertical-align: baseline;
    color: inherit;
}



*, *::before, *::after {
	box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1.5;
    min-height: 100vh;
    font-size: 1.6rem;
    word-break: keep-all;
    -ms-word-break: keep-all;
    -ms-overflow-style: none;
    color: var(--dark);
}

ol, ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration: none;
}

img, picture, video, svg {
	display: block;
    max-width:100%;
}

canvas {
	display: block;
}


button {
	background-color: unset;
    cursor: pointer;
}

label {
    cursor: pointer;
}

pre {
    white-space: pre-wrap;
}

input:focus,
button:focus,
textarea:focus {
    outline: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-transition: background-color 9999s ease-out;
    -webkit-box-shadow: 0 0 0px 1000px rgba(255, 255, 255, 0) inset !important;
} 

::-webkit-scrollbar {
    width: 5px;
    height: 7px;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background: #5259658c;
    border: 0px none #ffffff;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #525965;
}

::-webkit-scrollbar-thumb:active {
    background: #525965;
}

::-webkit-scrollbar-track {
    background: transparent;
    border: 0px none #ffffff;
    border-radius: 50px;
}

::-webkit-scrollbar-track:hover {
    background: transparent;
}

::-webkit-scrollbar-track:active {
    background: transparent;
}

::-webkit-scrollbar-corner {
    background: transparent;
}

:root {
	-webkit-tap-highlight-color:transparent;
    -webkit-text-size-adjust:100%;
    text-size-adjust:100%;
    cursor:default;
    line-height:1.5;
    overflow-wrap:break-word;
    -moz-tab-size:4;
    tab-size:4;
}

.centerXY {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.centerX {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.centerY {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.pt0 {
    padding-top: 0 !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.mt0 {
    margin-top: 0 !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.ai-c {
    align-items: center;
}

.ai-e {
    align-items: end;
}

.ac-sb {
    align-content: space-between;
}

.jc-sb {
    justify-content: space-between;
}

.jc-c {
    justify-content: center;
}

.jc-e {
    justify-content: end !important;
}

.text-els {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.t-center {
    text-align: center !important;
}

.t-left {
    text-align: left !important;
}

.t-right {
    text-align: right !important;
}

[onclick] {
    cursor: pointer;
}

:root {
    font-size: clamp(14px, 0.5vw + 0.4rem, 18px);

    --primary: #2e7d32;
    --primary-rgb: 46 125 50;
    --secondary: #1976d2;
    --secondary-rgb: 25 118 210;
    --accent:#ff8f00;
    --gray1:#616161;
    --gray2:#9e9e9e;
    --gray3 : #f5f5f5;

    --text-xs: clamp(0.875rem, 0.35vw + 0.5rem, 0.9rem);
    --text-sm: clamp(0.875rem, 0.75vw + 0.5rem, 1rem);
    --text-base: clamp(1rem, 1vw + 0.5rem, 1.125rem);
    --text-lg: clamp(1.125rem, 1vw, 1.35rem);
    --text-xl: clamp(1.25rem, 1.5vw + 0.5rem, 1.4rem);
    --text-2xl: clamp(1.5rem, 2vw + 0.5rem, 1.875rem);
    --text-3xl: clamp(1.875rem, 2.5vw + 0.5rem, 2.25rem);
    --text-4xl: clamp(2.25rem, 3vw + 0.5rem, 3rem);
    --text-5xl: clamp(3rem, 4vw + 0.5rem, 3.75rem);
    --text-6xl: clamp(3.75rem, 5vw + 0.5rem, 4.5rem);
    --text-7xl: clamp(4.5rem, 6vw + 0.5rem, 5.5rem);

    --radius-4:4px;
    --radius-8:8px;
    --radius-12:12px;
    --radius-16:16px;

    --side-width: 17.5rem;
    --con-padding: 2.5rem;
    --main-padding: 120px;
    --box-padding:36px;

    --header-h: 60px;
    --header-h-s: 60px;
    --side-space: 20px;
    --con-m-w: 1400px;
    --con-w: calc(100% - var(--side-space)*2);
    --shadow1: 0 2px 20px 0 rgba(0 0 0 / 3%),0 0 6px 0 rgb(0 0 0 / 3%);    
    --con-gap:24px;
}

body {
    font-size:clamp(18px, 0.5vw + 0.4rem, 20px);
}