@charset "utf-8";

/* TODO : [배너] */
.sub-banner-base {
    width: 100%;
    height: 195px;
    background: url('http://www.thehhopeplus.com/static/images/sub/sub_1_title.jpg') no-repeat center center;
    background-size: cover;
}

/* TODO : [컨텐츠] */
.sub-info-base {
    width: 1000px;
    height: 100%;
    margin: 40px auto 100px auto;
}
.sub-navi-item {
    text-align: right;
    margin-bottom: 50px;
}
.sub-menu-container {
    float: left;
    width: 180px;
    height: 100%;
}
.sub-menu-title-item {
    width: 100%;
    height: 50px;
    line-height: 48px;
    border-top: 2px solid #e1e1e1;
    border-bottom: 2px solid #e1e1e1;
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
}
.sub-menu-list-item > ul > li {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size:18px;
    font-weight: 700;
    border-bottom: 1px solid #e1e1e1;
    cursor: pointer;
}
.sub-menu-list-item > ul > li.og-on {
    width: 100%;
    height: 50px;
    background: #019af8;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.sub-menu-list-item > ul > li.on {
    width: 100%;
    height: 50px;
    background: #019af8;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.sub-menu-list-item > ul > li > a.on {
    width: 100%;
    height: 50px;
    color: #ffffff;
}
.sub-contents-container {
    float: right;
    width: 780px;
    height: 100%;
}
.contents-title-item {
    width: 100%;
    height: 50px;
    line-height: 48px;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #e1e1e1;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 104px;
}
.contents-01-item {
    width: 100%;
    height: 44px;
    line-height: 40px;
    font-size: 26px;
    font-weight: 500;
    border-bottom: 2px solid #006dde;
    color: #006dde;
    text-align: center;
    margin-bottom: 100px;
}
.contents-02-item {
    width: 100%;
    height: 100%;
    text-align: left;
    margin-bottom: 20px;
}
.contents-03-item {
    width: 100%;
    height: 100%;
    text-align: left;
    margin-bottom: 200px;
}

/* TODO : [배너 스크롤] */
.banner-scroll-base {
    position: absolute;
    top: 416px;
    left: 50%;
    margin: 0px 0px 0px 511px;
}
.banner-scroll-image-item {
    width: 100px;
    height: 130px;
}