@charset "utf-8";

@media all and (max-width: 767px) {

/* TODO : [배너] */
.sub-banner-base {
    width: 100%;
    height: 125px;
    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: 90%;
    height: 100%;
    margin: 20px auto 40px auto;
}
.sub-navi-item {
    text-align: right;
    margin-bottom: 20px;
}
.sub-menu-container {
    float: left;
    width: 100%;
    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: 5vw;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}
.sub-menu-list-item > ul > li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size:4vw;
    font-weight: 700;
    border-bottom: 1px solid #e1e1e1;
    cursor: pointer;
}
.sub-menu-list-item > ul > li.og-on {
    width: 100%;
    height: 40px;
    background: #019af8;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.sub-menu-list-item > ul > li.on {
    width: 100%;
    height: 40px;
    background: #019af8;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.sub-menu-list-item > ul > li > a.on {
    width: 100%;
    height: 40px;
    color: #ffffff;
}
.sub-contents-container {
    float: right;
    width: 100%;
    height: 100%;
	margin-top: 50px;
}
.contents-title-item {
    width: 100%;
    height: 50px;
    line-height: 48px;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #e1e1e1;
    font-size: 7vw;
    font-weight: 700;
    margin-bottom: 104px;
}
.contents-01-item {
    width: 100%;
    height: 8.4vh;
    line-height: 4vh;
    font-size: 5vw;
    font-weight: 500;
    border-bottom: 2px solid #006dde;
    color: #006dde;
    text-align: center;
    margin-bottom: 40px;
}
.contents-02-item {
    width: 100%;
    height: 100%;
    text-align: center;
    margin-bottom: 60px;
}
.contents-02-item img {
    width: 100%;
    height: 100%;
}
.contents-02-text1-item {
    float: left;
    width: 100%;
    height: 100%;
}
.contents-02-text2-item {
    float: left;
    width: 100%;
    height: 100%;
    color: #002e9e;
	margin-top:40px;
	font-size: 4vw;
}
.contents-02-text2-title-item {
	font-size: 8vw;
	font-weight: 500;
	margin-bottom: 30px;
}
.contents-03-item {

}
.contents-03-text-item {
    height: 100%;
    margin-top: -3px;
}
.contents-03-text1-item {
    float: left;
    width: 100%;
    height: 400px;
}
.contents-03-text1-item img {
	width: 100%;
    height: 100%;
}
.contents-03-text1-sub-item {
    padding: 50px 20px;
    text-align: center;
}
.contents-03-text2-item {
    float: left;
    width: 100%;
    height: 100%;
    background: #eeeeee;
    text-align: center;
}
.contents-03-text2-sub-item {
    line-height: 36px;
    padding: 20px 40px;
    font-size: 18px;
    font-weight: 500;
    color: #7e7e7e;
    text-align: left;
}
.contents-04-item {
    margin-bottom: 300px;
}
.contents-04-text-item {
    height: 320px;
    margin-top: -3px;
}
.contents-04-text1-item {
    float: left;
    width: 100%;
    height: 320px;
}
.contents-04-text1-sub-item {
    padding: 50px 20px;
    text-align: center;
}
.contents-04-text2-item {
    float: left;
    width: 100%;
    height: 360px;
    background: #b2b2b2;
    text-align: center;
}
.contents-04-text2-sub-item {
    line-height: 36px;
    padding: 20px 40px 40px 40px;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    text-align: left;
}


/* TODO : [배너] */
.banner-scroll-base {
	display:none;
}

}