@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&family=Noto+Serif+KR:wght@200;300;400;500;600;700;900&family=Song+Myung&display=swap');

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
td,
th,
input,
a,
ul,ol,li,
b,
select {
    font-family: "Noto Sans KR";
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: serif;
}


.container {
    scroll-snap-type: y mandatory;
    overflow-y: scroll;
    height: 100vh
}

section {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    scroll-snap-align: start;
}


.three {
    background: rgb(67, 91, 175);
}

.four {
    background: lightsalmon;
}

img.logo {
    width: 3rem;
}

h1.logo {
    font-weight: 600;
}

.thin, p {
    font-weight: 200;
}

a {
    text-underline-offset:3px;
}
a.link1 {
    text-decoration: underline dotted;
}

a.link1:hover{
    text-decoration: underline;
}

a.tel {
    text-decoration:none;

}

a.tel:hover {
    text-decoration: underline;
}

div#id02 > p {
    font-size: 0.9rem;
    font-weight:500;
    letter-spacing:-1px;
}

b {
    color:slategray
}

div#sticker, div#sticker>i {
    font-size:0.9rem;
}