@charset "utf-8";

/* 공통클래스 스타일 */
body {
    position: relative;
    
}

.hide {
    display: none;
}

main {
    width: 100%;
    margin-top: 80px;
    position: relative;
}

section {
    padding-top: 100px;
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
}

h2 {
    font-size: 2em;
    letter-spacing: -1px;
}

h3 {
    font-size: 1.5em
}

strong {
    font-weight: 900;
}

button {
    cursor: pointer;
}