body{
    font-family: "맑은 고딕";
    overflow-y: scroll;
}
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}
.wrap{
    flex: 1 0 auto;
    padding-top: 80px;
}
.side{
    position: fixed;
    width: 200px;
    border-right: 1px solid #f1f1f1;
    background: #fff;
    height: 100%;
    z-index: 1;
}
.main{
    margin-left: 220px;
}

table{
    width: 100%;
}
thead{
    background: #f1f1f1;
    font-size: 15px;
}
th{
    text-align: center;
    padding: 20px;
}
td{
    padding: 10px;
}
.cls{
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    transform: rotate(180deg);
}
.navbar-brand{
    display: inline-block;
}
.logo{
    margin: 10px;
}
.bottom{
    height: 80px;
    display: flex;
}
.bottom ul{
    align-self: flex-end;
}
.bottom p{
    align-self: flex-end;
}
img{
    max-width: 100%;
    margin: 5px;
}
table{
    margin-bottom: 30px;
}
.right{
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.relative{
    position: relative;
    margin-top: 20px;
}
.title-in-img{
    position: absolute;
    right: 0px;
    color: #fff;
    font-weight: 900;
    font-size: 60px;
    margin-right: 20px;
}
.h-{
    color: #000080;
    font-weight: 500;
    font-size: 18px;
}
.mainLogo{
    margin: 15px;
    height: 200px;
}
.grad > div{
    width: 100%;
    float: left;
    background: linear-gradient(to right, white, #dfe9f5, #dfe9f5, white);
}
.float-right{
    float: right;
}
.flex{
    display: flex;
}
.flex-end{
    align-self: flex-end;
}
.height200{
    height: 200px;
}
.right-line{
    border-right: 1px solid #f1f1f1;
    min-height: 758px;
}
.width100{
    width: 100%;
}
.bottom-img{
    height: 450px;
    position: relative;
}
.bottom-img img{
    position: absolute;
    bottom: 0px;
}