@charset "utf-8";

@font-face {
    font-family: "AlegreyaSans";
    src: url(../font/AlegreyaSans/AlegreyaSans-Thin.ttf);
    src: url(../font/AlegreyaSans/AlegreyaSans-Light.ttf);
    font-weight: 300;
}
@font-face {
    font-family: "AlegreyaSans";
    src: url(../font/AlegreyaSans/AlegreyaSans-Regular.ttf);
    font-weight: 400;
}
@font-face {
    font-family: "AlegreyaSans";
    src: url(../font/AlegreyaSans/AlegreyaSans-Medium.ttf);
    font-weight: 500;
}
@font-face {
    font-family: "AlegreyaSans";
    src: url(../font/AlegreyaSans/AlegreyaSans-Bold.ttf);
    src: url(../font/AlegreyaSans/AlegreyaSans-ExtraBold.ttf);
    src: url(../font/AlegreyaSans/AlegreyaSans-Black.ttf);
    font-weight: 700;
}
@font-face {
    font-family: "NotoSerifKR";
    src: url(../font/Noto_Serif_KR/NotoSerifKR-Light.otf);
    src: url(../font/Noto_Serif_KR/NotoSerifKR-ExtraLight.otf);
    font-weight: 300;
}
@font-face {
    font-family: "NotoSerifKR";
    src: url(../font/Noto_Serif_KR/NotoSerifKR-Regular.otf);
    font-weight: 400;
}
@font-face {
    font-family: "NotoSerifKR";
    src: url(../font/Noto_Serif_KR/NotoSerifKR-Medium.otf);
    font-weight: 500;
}
@font-face {
    font-family: "NotoSerifKR";
    src: url(../font/Noto_Serif_KR/NotoSerifKR-SemiBold.otf);
    src: url(../font/Noto_Serif_KR/NotoSerifKR-Bold.otf);
    src: url(../font/Noto_Serif_KR/NotoSerifKR-Black.otf);
    font-weight: 700;
}
@font-face {
    font-family: "SpoqaHanSansNeo";
    src: url(../font/SpoqaHanSansNeo/SpoqaHanSansNeo-Thin.ttf);
    src: url(../font/SpoqaHanSansNeo/SpoqaHanSansNeo-Light.ttf);
    font-weight: 300;
}
@font-face {
    font-family: "SpoqaHanSansNeo";
    src: url(../font/SpoqaHanSansNeo/SpoqaHanSansNeo-Regular.ttf);
    font-weight: 400;
}
@font-face {
    font-family: "SpoqaHanSansNeo";
    src: url(../font/SpoqaHanSansNeo/SpoqaHanSansNeo-Medium.ttf);
    font-weight: 500;
}
@font-face {
    font-family: "SpoqaHanSansNeo";
    src: url(../font/SpoqaHanSansNeo/SpoqaHanSansNeo-Bold.ttf);
    font-weight: 700;
}
.st0{
    fill:#131309;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a{
    display: block;
    text-decoration: none;
    color: inherit;
}
ol,ul,li{
    list-style: none;
}
img,svg{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
html,body{
    font-family: "SpoqaHanSansNeo";
    font-size: 10px;
    background-color: #F6F1E6;
}