/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 19 2025 | 08:44:33 */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 400 700;
    font-display: block;
    src: url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web-staticvariable/PretendardVariable.woff2') format('woff2-variations');
}

html,
body {
    max-width: 100%;
    font-family: "Pretendard", "Apple SD Gothic Neo", Helvetica, Arial, sans-serif;
    word-break: keep-all;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
}

h1.animated-heading {
    font-size: 60px;
    font-weight: 700;
    color: #222;
    line-height: 1.25;
}

h2.animated-heading {
    font-size: 40px;
    font-weight: 700;
    color: #222;
    line-height: 1.25;
    margin-top: 10px;
    margin-bottom: 20px;
}

h3.animated-heading {
    font-size: 30px;
    font-weight: 600;
    color: #222;
    line-height: 1.25;
    margin-bottom: 10px;
}

h4.animated-heading {
    font-size: 24px;
    font-weight: 600;
    color: #222;
    line-height: 1.25;
    margin-bottom: 10px;
}

p.animated-paragraph {
    font-size: 20px;
    font-weight: 400;
    color: #222;
    line-height: 1.75;
}

span.animated-paragraph {
    font-size: 24px;
    font-weight: 600;
    color: #0166B4;
    line-height: 1;
    margin: 0;
}