html, body {word-break:keep-all;overflow-wrap:break-word;-webkit-user-select: none !important;-moz-user-select: -moz-none !important;-ms-user-select: none !important;user-select: none !important;}
body {padding: 30px 22px 50px;color: #444;font-size: 14px;line-height: 24px;max-width: 768px;margin: 0 auto;}
h1 {font-size: 20px;line-height: 1.6}
h2 {font-size: 16px;}
h3 {font-size: 14px;margin: 0;}
p {margin: 16px 0;}
table {border-collapse: collapse;font-size: 12px;line-height:16px;width: 100%;}
thead {background: #ececec;border: 1px solid #000;}
th {background: #ececec;border: 1px solid #000;}
th, td {border: 1px solid #444;padding: 5px 10px;}
select {
    width: 160px;
    height: 40px;
    margin-top: 10px;
    border-radius: 10px;
    padding: 4px 10px;
    font-size: 15px;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
    cursor: pointer;
}
hr {
    border: 0;
    height: 1px;
    background: #cacaca;
}
a {
    text-decoration: underline;
    font-weight: bold;
    font-size: 15px;
}
a:link, a:visited, a:hover, a:active {
    color: inherit; /* 부모 요소의 색상을 상속받습니다 */
}
