/* BASIC css start */
#institute{
    display: block;
    margin-top: 96px;
    position: relative;
    font-size: 0;}
    
.right_side * {
    _font-size: initial;
}
    
    

.sidebar-menu {width: 240px;
    background-color: #fff;
    box-sizing: border-box;
    display: inline-block;
    position: sticky;
    top: 200px;
    margin-right: 104px;
}

.menu-section:first-child {padding-top:0}

.menu-section {
    padding: 28px 0;
    border-bottom: 1px solid #DDDDDD;
}

.menu-section:last-child {
    border-bottom: none; 
}

.menu-category {
    font-size: 13px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 400;
}

.menu-title {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    line-height: 1;
}

a{
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    line-height: inherit;}

.on .menu-category,
.on .menu-title{
    color: #AD0F0A; 
}

.sub-menu {
    list-style: none;
    padding-left: 0;
    margin: 20px 0 0
}

.sub-menu li {
    font-size: 15px;
    padding: 8px 0 8px 16px;
    cursor: pointer;
    line-height: 1;
    font-weight: 400;
    color: #999;
}

.sub-menu li:last-child {
    padding-bottom: 0;
}


.sub-menu li.on a{
    color: #000;
    font-weight: 500;}
    
    
.sidebar-menu .menu-section:first-child .menu-category {
    padding-top: 0;
}

.right_side{
    display: inline-block;
    vertical-align: top;
    width: 1072px;}

.right_side .block-title{
    margin-top:64px;
    font-size: 72px;
    font-weight: 700;
    color: #000;
    line-height: 56px;}
    
.right_side .subtitle{
    margin-top: 20px;
    font-size: 24px;
    font-weight: 700;
    color: #000;
    line-height: 56px;}
    
.right_side .text-content p:not(.subtitle){
    white-space: pre-line;
    line-height: 40px;
    font-size: 22px;
    margin-top: 24px;
    margin-bottom: 120px;}
    
.right_side .text-content p:not(.subtitle) img{
    height: 21px;
    margin-top: -7px;}
/* BASIC css end */

