@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans KR', sans-serif;
}
h2 {
    color: #000;
}


#navs_box {
    width: 200px;

    float: left;



}


#navs_box li {
    float: none;
    text-align: center;
    color: #fff;

}



ul#navs {
    width: 200px;
    text-indent: 10px;
    float: left;
}


.title {
    height: 50px;
    line-height: 50px;
    background: #0d6e4a;
    cursor: pointer;
    color: #ffff;
    font-weight: bold;
}

.subs li {
    margin-bottom: 2px;
    height: 35px;
    line-height: 35px;
    background: #f4f4f4;
    cursor: pointer;

}

.subs li a {
    display: block;
    width: 100%;

}


#navs  .title a{
    color: #fff;
}
#navs .subs a{
    color: #000;
}

#navs .subs a:hover {
    color: #fff;
    background: #c51a43;

}

.title:hover {
    background: #c51a43;
    color: #fff;
}

#navs_box > :nth-child(1) {
    margin-top: 50px;
}


#top_img {
    width: 100%;
    height: 204px;
    background: url(../img/index/sub_logo.png);
    position: relative;
}

#top_img > div:first-child {
    width: 1024px;
    margin: 0 auto;
}

#top_img > div > li {
    color: #fff;
    font-weight: bold;
    font-size: 36px;
    line-height: 5.5;
    margin-left: 30px;

}

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

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

}



/****************상세페이지들************************/
section > article {
    width: 1024px;
    margin: 0 auto;
    text-align: center;
}

/**********내용-높이지정***************/
#main_cont {
    width: 794px;
    float: left;
    padding: 50px 0 0 30px;
    height: 100%;
    text-align: center;
/*background-color: #fff7ea;*/
}



/***하단여유공간 + 패턴***/
.last {
    margin-bottom: 600px;
}


.footer_pt {
    background: url(../img/01brand/footer_pt.png) no-repeat center;
    position: absolute;
    bottom: 0%;
    z-index: -2;
    overflow: hidden;
    width: 100%;
    height: 100vh;

}