@charset "utf-8";
/******내용********/

.story_img > img:nth-child(3) {
    width: 100%;
    margin-top: 50px;
}


li , p {
    color: #0d6e4a;
}

#main_cont h3 {
      margin: 20px;
    line-height: 1.2;color: #0d6e4a;}

#main_cont h4 {
    margin-bottom: 10px;
}
.storyline1 {
    padding: 30px 0 0;
}

.num ul li img {
    padding: 30px 0 10px 0;
}


/******서브메뉴들 색상변경********/
.subs > li:nth-child(1) > a {
    color: #c51a43;
}

.navs1:nth-child(1) > .title {
    background: #c51a43;
    color: #fff;
}
.subs > li:nth-child(1) > a:hover {
    color: #fff;
}

