@import"https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@200;300;400;500;600;700;900&display=swap";body,html{padding:0;margin:0;background-color:#fff;font-family:"Noto Serif KR",serif;max-width:100vw;overflow-x:hidden}*{box-sizing:border-box}h1{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:1.4rem}.center{text-align:center}a{color:inherit;text-decoration:none;color:blue}a:hover{text-decoration:underline}.desktop{display:block;width:100%}.mobile{display:none;width:100%}@media only screen and (max-width:600px){.mobile{display:block}.desktop{display:none}}.spacer{flex-grow:1;background-color:#fafafa}.centered{max-width:1024px}header,section{display:block;width:100%}section{display:flex;flex-flow:column;justify-content:center;align-items:center;box-sizing:border-box}section>div{width:100%;max-width:1024px}div{box-sizing:border-box}.divider{margin-top:3rem}.contentSpacer,.divider{width:75%;display:block;border-bottom:1px solid #000;justify-self:center}.contentSpacer{margin-top:1rem;margin-bottom:2rem;width:100%;max-width:1024px}h1{margin:0;padding:.5rem 0 0}h1.heading{font-size:1.5em;margin-top:.5rem}.textBlock{text-align:left}.textBlock p{text-align:justify}@media(max-width:500px){.textBlock{padding:.5rem .5rem 0;text-align:left;margin-bottom:.5rem}.textBlock p{text-align:center}}.imageContent{position:relative;box-shadow:10px #fff;max-width:1024px}@media(max-width:1024px){.imageContent{margin-top:2rem}}.logotable td{text-align:left;width:45%}.logoBar{display:flex;justify-content:space-evenly;align-items:center;flex-wrap:wrap;width:100%;max-width:1024px;margin-top:1rem;margin-bottom:1rem}.logoBar img{max-width:100%;max-height:60px;margin:.5rem}