/************ reset ************/

html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
ol,
ul,
li,
header,
nav,
section,
footer {
    margin: 0;
    padding: 0;
    border: 0;
}

ol,
ul {
    list-style: none;
}

a,
a:hover {
    color: #333;
    text-decoration: none;
}

table,
thead,
tbody,
tr,
th,
td {
    border-collapse: collapse;
}

button,
input[type="button"] {
    border: none;
    outline: 0;
    cursor: pointer;
    background-color: transparent;
    transition: 0.2s;
}

select::-ms-expand {
    display: none
}

p,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
    transform: skew(-0.1deg);
    font-weight: normal;
}

img {
    image-rendering: -moz-crisp-edges;
    /* Firefox */
    image-rendering: -o-crisp-edges;
    /* Opera */
    image-rendering: -webkit-optimize-contrast;
    /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    /* IE (non-standard property) */
}

/************ Image Replacement ************/

.ir {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}


/* ci.. */
.ci {
    cursor: pointer;
}

@font-face {
    font-family: "PretendardLight";
    src: url(./font/Pretendard-Light.subset.woff);
}

@font-face {
    font-family: "PretendardRegular";
    src: url(./font/Pretendard-Regular.subset.woff);
}

@font-face {
    font-family: "PretendardMedium";
    src: url(./font/Pretendard-Medium.subset.woff);
}

@font-face {
    font-family: "PretendardSemiBold";
    src: url(./font/Pretendard-SemiBold.subset.woff);
}

@font-face {
    font-family: "PretendardBold";
    src: url(./font/Pretendard-Bold.subset.woff);
}

/* ·¹ÀÌ¾Æ¿ô¿ë Å¬·¡½º */

.flex {
    display: flex;
}

.flex_center_1 {
    justify-content: center;
    align-items: center;
}

.flex_center_2 {
    align-items: center;
}

.flex_center_3 {
    align-items: flex-start;
    justify-content: center;
}

.flex_space {
    justify-content: space-between;
}

.flex_space_2 {
    justify-content: space-around;
}

.flex_space_3 {
    align-content: space-between;
}

.flex_space_4 {
    align-content: space-around;
}

.flex_end {
    justify-content: flex-end;
}

.flex_column {
    flex-direction: column;
}

.flex_wrap {
    flex-wrap: wrap;
}

.flex_height {
    flex: 1 0 auto;
    height: 0;
    min-height: 0;
}

.flex_width {
    flex: 1 0 auto;
    width: 0;
    min-width: 0;
}

.flex_gap {
    gap: 16px;
}

.medium_font {
    font-family: "PretendardMedium";
}

.semi_bold_font {
    font-family: "PretendardSemiBold";
} 

.bold_font {
    font-family: "PretendardBold";
}

*::-webkit-scrollbar {
    width: 5px;
}

*::-webkit-scrollbar-thumb {
    background-clip: padding-box;
    -webkit-border-radius: 24px;
    background-color: #B7B7B7;
    -webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05), inset 1px 1px 0px rgba(0, 0, 0, 0.05);
}

*::-webkit-scrollbar-thumb:hover {
    background-color: #c7c7c7;
}

*::-webkit-scrollbar-corner {
    background-color: transparent;
}

*::-webkit-scrollbar-track {
    background-clip: padding-box;
    -webkit-border-radius: 24px;
    background-color: #E2E2E2;
}
