@charset "utf-8";
/******서브메뉴들 색상변경********/

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

.subs > li:nth-child(3) > a {
    color: #c51a43;
}

.subs > li:nth-child(3) > a:hover {
    color: #ffff;
}
/************************/

.theater_img {
    width: 100%;
    margin-top: 50px;
}

.theater_img > img:nth-child(3) {
    margin: 50px 0 0 50px;
}



#syrup1 {
    width: 100%;
    height: 100%;
    position: relative;
}

#syrup1 div {
    background: url(../img/01brand/theater_syrup.png) center;
    position: absolute;
    width: 100%;
    height: 1080px;
    z-index: -1;
    top: -150px

}
#main_cont h4 {
    color: #0d6e4a;
    margin-bottom: 20px;
}

#main_cont p {
    margin-top: 10px;
}
.storyline1 {
    padding: 30px 0 30px;
}
