/* ------------------------------------------------------------
   본문바디 컨텐츠
   ------------------------------------------------------------ */
.bo_view_body{position:relative;    width: 100%;}   

.bo_view_body,
.bo_view_body *{
	font-size: 1.8rem;
    line-height: 1.9;
}

.bo_view_body img{
    margin:1rem 0;
}

.bo_view_body a:not(.toc-link) {
  color: #40949a;
  text-decoration: underline;
}
.bo_view_body a:not(.toc-link):hover {
  color: #40949a;
}

.bo_view_body blockquote {
    border-left: 4px solid #40949a;
    padding: 2.4rem 3rem;
    background: #F5F5F5;
    border-radius: 4px;
}

.bo_view_body iframe {
    margin: 1rem 0;
    width: 100%;
    height: 56vh;
}

.bo_view_body table{
    margin:1rem 0;
}

table.rlwhs td, table.rlwhs th {
    border: 1px solid #DDD;
}

@media (max-width: 991px) {
 
}
@media (max-width: 767px) {
    .bo_view_body,
    .bo_view_body *{
        font-size: 1.4rem;
        line-height: 1.8;
    }


    .bo_view_body blockquote {
        border-left: 3px solid #40949a;
        padding: 1.6rem;
        border-radius: 3px;
    }


    .bo_view_body iframe {
        margin: 1rem 0;
        height: 44vh;
    }
}