*{margin: 0; padding: 0; box-sizing: border-box; font-family: "Noto Sans KR"; font-weight: 400; word-break:keep-all;}
html,
body {
  position: relative;
  height: 100%;
  overflow-x: hidden; color: #0c0c0c;
  margin: 0 auto;
  max-width: 2000px;
}
ul, li{list-style: none;}
a{text-decoration: none; color: #333;}
button{
    background: inherit ; border:none; box-shadow:none; border-radius:0; padding:0; overflow:visible; cursor:pointer}
hr{
    border: 0;
    height: 1px;
    background: #0c0c0c;
    opacity: 0.5;
}
section{width: 100%;}
table {
    padding: 0;
    border-spacing: 0px;
    border-left: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    background-color: #ffffff;
    width: 90%;
    border-radius: 0px;
    margin-top: 0px;
    margin: 0 auto;
}

th {padding:10px; width:calc(170px - 20px);}
td {padding:10px; text-align:center;}
td p {font-size:13px; width:100%; margin-bottom:15px; color:#000000;}
td b{display: block; font-size:14px; margin-bottom:10px; padding-top:20px !important; margin-top:20px !important; border-top:1px solid #000000; width:100%;}
td b:first-child {padding-top:10px !important; margin-top:0px !important; border-top:0px none}
td b:last-child {border-top:0px none}
td p span {font-size:13px; color:#5c268b; display:block; text-align:center; margin-bottom:5px;}
th{
    font-size: 15px;
    color: #000000;
    background-color: rgba(0, 74, 141, 0.1);
    font-weight: 700;
}
td {
    font-size: 15px;
    line-height: 25px;
}
th, td{
    text-align: center;
    margin: 0 auto;
    padding: 10px;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}
td b{
    font-size: 15px;
    color: #000000;
    font-weight: 700;
    margin-right: 10px;
}
td b:first-child {
    padding-top: 10px !important;
    margin-top: 0px !important;
    border-top: 0px none;
}

/* font */
@font-face {
    font-family: 'S-CoreDream';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'S-CoreDream';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'S-CoreDream';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'S-CoreDream';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-8black.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}
@import url('//fonts.googleapis.com/earlyaccess/notosanskr.css');