@charset "utf-8";

/* TODO : [배너] */
.sub-banner-base {
    width: 100%;
    height: 195px;
    background: url('http://www.thehhopeplus.com/static/images/sub/sub_5_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: 50px;
    font-size: 26px;
    font-weight: 500;
    border-bottom: 4px solid #006dde;
    color: #006dde;
    text-align: center;
}
.contents-02-item {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.contents-02-title01-item {
	display: inline-block;
	width:10%;
	height:50px;
	line-height: 46px;
	text-align: center;
}
.contents-02-title02-item {
	display: inline-block;
	width:69%;
	height:50px;
	line-height: 46px;
	text-align: center;
}
.contents-02-title03-item {
	display: inline-block;
	width:10%;
	height:50px;
	line-height: 46px;
	text-align: center;
}
.contents-02-title04-item {
	display: inline-block;
	width:10%;
	height:50px;
	line-height: 46px;
	text-align: center;
}
.contents-02-name01-item {
	display: inline-block;width:10%;height:40px;line-height: 36px;text-align: center;
}
.contents-02-name02-item {
	display: inline-block;width:69%;height:40px;line-height: 36px;text-align: left;
}
.contents-02-name03-item {
	display: inline-block;width:10%;height:40px;line-height: 36px;text-align: center;
}
.contents-02-name04-item {
	display: inline-block;width:10%;height:40px;line-height: 36px;text-align: center;
}

.subject-base{
	height:26px;
}

/* TODO : [배너 스크롤] */
.banner-scroll-base {
    position: absolute;
    top: 416px;
    left: 50%;
    margin: 0px 0px 0px 511px;
}
.banner-scroll-image-item {
    width: 100px;
    height: 130px;
}