:root{--background-color: #f7f7f7;--title-color: black;--content-color: #777;--input-backgroundColor: white;--input-default-border-color: #e1e1e1;--form-backgroundColor: #ffffff;--form-border-color: #e2e8f0;--label-color: #4a5568;--helper-color: #718096;--toastify-text-color-warning: whie;--toastify-color-warning: #cc4621 !important;--toastify-color-success: #28a745 !important;--toastify-color-error: #b93131 !important}@media(prefers-color-scheme:dark){:root{--background-color: #393a48;--input-default-border-color: white;--title-color: #fafafa;--content-color: #393a48;--input-backgroundColor: black;--form-backgroundColor: #262732;--form-border-color: #4e5066;--label-color: #e2e8f0;--helper-color: #a0aec0}}html{font-family:Apple SD Gothic Neo,Malgun Gothic,arial,sans-serif;color-scheme:light dark;width:100%;margin:0;padding:0;font-size:62.5%;box-sizing:border-box;position:relative;background-color:var(--background-color)}body{width:100%;margin:0;padding:0;font-size:1.6em;font-family:IBM Plex Sans KR,sans-serif;font-weight:400;box-sizing:border-box;position:relative;color:var(--title-color)}footer,header,div,p,span,ul,li,input,label,textarea,button,a{font-size:1.4rem}a{font-size:1.4rem;text-decoration:none}p{line-height:1.3em}h1,h2,h3,h4,h5{font-weight:700}h5{font-size:1.8rem}h4{font-size:2rem}h3{font-size:2.2rem}h2{font-size:2.4rem}h1{font-size:2.6rem}em{font-style:normal;padding:.2em;font-size:smaller}input{background-color:var(--input-backgroundColor);color:var(--title-color);outline:none}input:focus{background-color:var(--input-backgroundColor);color:var(--title-color)}input:hover{background-color:var(--input-backgroundColor);color:var(--title-color)}::-moz-placeholder{color:gray}::placeholder{color:gray}textarea{background-color:var(--input-backgroundColor);color:var(--title-color)}.date-input-field{max-width:7rem}figure{padding:0;margin:0}div{box-sizing:border-box}.line-clamp-2{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:2}::-webkit-scrollbar{height:7px;width:7px;background:#fff3;border-radius:1ex}::-webkit-scrollbar-thumb{background:#fafafa;border-radius:1ex}::-webkit-scrollbar-corner{background:#fff3}
