.bar{
    border: solid;
    padding: 30px 15px 30px 15px;
    border-width: 1px;
    border-top-width: 0;
    border-left-width: 0;
    border-bottom-width: 0;
    font-size: 17px;
    display: inline-block;
    margin: 0px;
    vertical-align: top;
}
@media (max-width: 1000px) {
    #mainbody{
        display: none;
    }
    #subbody{
        display: block;
    }
}
@media (min-width: 1000px) {
    #mainbody{
        display: block;
    }
    #subbody{
        display: none;
    }
}
.bar:hover{
    background-color: rgb(35, 35, 79);
    color: white;
}
#canpic{
    background-color: white;
    font-weight: bold;
}
#myChart {
  width: 300px;
  height: 200px;
}@font-face {
  font-family: 'MyCustomFont';
  src: url('Pretendard-Thin.otf') format('opentype');
}

* {
  font-family: 'MyCustomFont', sans-serif;
}
body{
    background-color: whitesmoke;
    font-weight: bold;
}

.bid{
    border: solid;
    border-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-top-width: 0;
    border-bottom-width: 7px;
    border-color: rgb(35, 35, 79);
    background-color: white;
}
.barh{
    border: solid;
    padding: 30px 15px 30px 15px;
    border-width: 1px;
    border-top-width: 0;
    border-left-width: 0;
    border-bottom-width: 0;
    display: inline-block;
    margin: 0px;
    vertical-align: top;
    font-size: 20px;
    font-weight: bold;
    background-color: white;
}
td{
    padding: 0px;
}
body{
    margin: 0;
    margin-left: 20px;
}
table{
    border-collapse: separate;
    border-spacing: 0px 0px;
}
.sbtn{
    border: solid;
    border-color: rgb(35, 35, 79);
    padding: 10px;
    border-width: 1px;
    border-bottom-width: 5px;
    border-radius: 5px;
    background-color: white;
}
#dday{
    color: red;
}
.cmt{
    border: solid;
    border-color: rgb(35, 35, 79);
    padding: 10px;
    border-width: 1px;
    border-bottom-width: 5px;
    border-radius: 5px;
    width: 110%;
}
#tit{
    border: solid;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    border-color: rgb(35, 35, 79);
    border-width: 3px;
    border-top-width: 0;
    border-bottom-width: 8px;
    background-color: white;
}
.gy{
    padding: 20px;
}
a{
    color: black;
    text-decoration: none;
}