@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_3_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: 100px;
}
.contents-02-item {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
	height: 800px;
    margin-bottom: 30px;
}
.contents-02-text1-item {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 400px;
    z-index: 10;
}
.contents-02-text1-item img {
	width:100%;
	height:100%;
}
.contents-02-text2-item {
    position: absolute;
    top: 420px;
    right: 0px;
    width: 100%;
    height: 200px;
    z-index: 9;
    text-align: right;
}
.contents-02-text2-notmean-item{
	float:left;
	width:30px;
	height:30px;
	margin-left:0px;
	background:#ffffff;
	border:2px solid #000000;
	border-top-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.contents-02-text2-sub-item {
	width : 90%;
    height: 200px;
    background: #eeeeee;
    padding: 20px 5%;
}
.contents-03-item {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
	height: 800px;
    margin-bottom: 60px;
}
.contents-03-text1-item {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 400px;
    z-index: 10;
}
.contents-03-text1-item img {
	width:100%;
	height:100%;
}
.contents-03-text2-item {
    position: absolute;
    top: 420px;
    left: 0px;
    width:100%;
    height: 200px;
    z-index: 9;
    text-align: left;
}
.contents-03-text2-notmean-item{
	float:left;
	width:30px;
	height:30px;
	background:#ffffff;
	border:2px solid #000000;
	border-top-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.contents-03-text2-sub-item {
	width:90%;
    height: 230px;
    background: #eeeeee;
    padding: 20px 5%;
}
.contents-04-item {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 800px;
    margin-bottom: 60px;
}
.contents-04-text1-item {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 400px;
    z-index: 10;
}
.contents-04-text1-item img {
	width:100%;
	height:100%;
}
.contents-04-text2-item {
    position: absolute;
    top: 420px;
    right: 0px;
    width:100%;
    height: 200px;
    z-index: 9;
    text-align: right;
}
.contents-04-text2-notmean-item{
	float:left;
	width:30px;
	height:30px;
	margin-left:0px;
	background:#ffffff;
	border:2px solid #000000;
	border-top-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.contents-04-text2-sub-item {
	width:90%;
    height: 230px;
    background: #eeeeee;
    padding: 20px 5%;
}
.contents-05-item {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 800px;
    margin-bottom: 60px;
}
.contents-05-text1-item {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 400px;
    z-index: 10;
}
.contents-05-text1-item img {
	width:100%;
	height:100%;
}
.contents-05-text2-item {
    position: absolute;
    top: 420px;
    left: 0px;
    width:100%;
    height: 200px;
    z-index: 9;
    text-align: left;
}
.contents-05-text2-notmean-item{
	float:left;
	width:30px;
	height:30px;
	background:#ffffff;
	border:2px solid #000000;
	border-top-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.contents-05-text2-sub-item {
	width: 90%;
    height: 230px;
    background: #eeeeee;
    padding: 20px 5%;
}


/* TODO : [배너] */
.banner-scroll-base {
	display:none;
}

}