@charset "utf-8"; /* http://meyerweb.com/eric/tools/css/reset/ 
 v2.0 | 20110126
 License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } 

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section { display: block; } 

body { line-height: 1; } 

ol,
ul { list-style: none; } 

blockquote,
q { quotes: none; } 

blockquote:before,
blockquote:after,
q:before,
q:after { content: ''; content: none; } 

table { border-collapse: collapse; border-spacing: 0; } 

/* custom */
*a { box-sizing: border-box; } 

:root { --primary: #F5EE84; --secondary: ##03045E; --text1: #1D1D28; --text2: #03045E; --Too-Light-Yellow: #F7F197; --background: #FBF8CC; } 

html { overflow-y: scroll; overflow-x: hidden; font-size: 62.5%; line-height: 1.75; font-weight: 400; } 

body { font-family: 'pretendard', sans-serif; color: var(--text1); font-size: 1.6rem; background: var(--background); } 

a { text-decoration: none; color: var(--text1); } 


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

h2,
.h2 { font-size: 6.25rem;
    font-style: normal;
    font-weight: 800;
    line-height: 7.25rem; /* 116% */color: var(--Too-Light-Yellow); } 

h3,
.h3 { color: var(--text2); font-size: 1.875rem; font-style: normal; font-weight: 700; line-height: 2.22656rem; /* 118.75% */
 letter-spacing: 0.625rem; } 

.caption { font-size: 1.3rem; font-weight: 400; } 

.link { font-size: 1.6rem; font-weight: 500; } 