﻿@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap');




.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.inner {
    width: 450px;
    margin: 0 auto;
    /*outline: 2px solid red;*/
}

body {
    font-family: 'Noto Sans KR', sans-serif;
    color: #333;
    font-size: 16px;
    background-color: #f9f9f9;
}
a {
    color: #333;
}
