@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard-dynamic-subset.min.css");
@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    width: 100%;
}
ul{
    list-style: none;
}
img{
    display: block;
    border: 0;
    object-fit: cover;
    
}
a{
    display: block;
    text-decoration: none;
    color: rgb(38, 38, 38);
}



.sec_2_text_box h3, .sec_2_text h3, .marquee_inner,
.sec_3_title_bottom, .sec_3_con_title h4, .sec_4_title_1,.sec_5_sns p,
.sec_2_text_2 h3{
    font-family: "나눔명조";
}

body{
    font-family: "pretendard";
}

