@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard-dynamic-subset.css");

html {
    overflow-y: scroll;
    /* 기본폰트값 10px로 수정(rem단위사용) */
    font-size: 62.5%;
    line-height: 1.75;
    letter-spacing: -0.02em;
}



body {
    font-family: "Pretendard Variable", Pretendard, -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;
    
    font-size: 1.6rem;
}

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

a:hover {
    text-decoration: none;
}

h1,
.h1 {
    font-size: 5.2rem;
    font-weight: 700;
}

h2,
.h2 {
    font-size: 4rem;
    font-weight: 500;
}

h3,
.h3 {
    font-size: 2.7rem;
    font-weight: 600;
}

h4,
.h4 {
    font-size: 2.4rem;
    font-weight: 400;
}

h5,
.h5 {
    font-size: 1.8rem;
    font-weight: 300;
    color: var(--secodary);
}

h6,
.h6 {
    font-size: 1.8rem;
    font-weight: 700;
}

.tet1 {
    font-weight: 300;
    font-size: 1.8rem;
}

.tet2 {
    font-weight: 200;
    font-size: 1.5rem;
}

.tet3 {
    font-weight: 300;
    font-size: 1.4rem;
}

.tet4 {
    font-weight: 200;
    font-size: 1.2rem;
}

.caption {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.5rem;
}

.lable {
    font-size: 0.9em;
    font-weight: 300;
}