@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: left;
    margin-bottom: 100px;
}
.contents-02-img-item img {
	width:100%;
	height:100%;
}
.contents-02-text1-item {
    width: 90%;
    height: 60px;
    line-height: 56px;
    font-size: 28px;
    font-weight: 700;
    color: #0167ff;
    background: #f0f0f0;
    text-align: left;
	padding-left: 10%;
    margin: 20px 0px 40px 0px;
}
.contents-02-text2-item {
    width: 100%;
    height: 100%;
}
.contents-02-text2-sub-item {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    padding: 15px 20px;
}
.contents-02-text2-sub-1-item {
	width: 100%;
	height:28px;
	border-bottom: 1px solid #f0f0f0;
}
.contents-02-text2-sub-2-item {
	padding-top: 16px;
}
.contents-03-item {
    width: 100%;
    height: 100%;
    text-align: left;
    margin-bottom: 60px;
}
.contents-03-img-item img {
	width:100%;
	height:100%;
}
.contents-03-text1-item {
    width: 90%;
    height: 60px;
    line-height: 56px;
    font-size: 28px;
    font-weight: 700;
    color: #0167ff;
    background: #f0f0f0;
    text-align: left;
	padding-left: 10%;
    margin: 20px 0px 40px 0px;
}
.contents-03-text2-item {
    width: 100%;
    height: 100%;
}
.contents-03-text2-sub-item {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    padding: 15px 0px;
}
.contents-03-text2-sub-1-item {
	border: 4px solid #f0f0f0;
	padding: 20px 0px;
	color: #0167ff;
	font-size: 22px;
	font-weight: 700;
}
.contents-03-text2-sub-2-item {
	padding: 16px 25px 0px 25px;
	line-height:28px;
	color: #767676;
}
.contents-04-text2-sub-2-item {
	padding: 16px 25px 0px 25px;
	line-height:28px;
	color: #767676;
}
.contents-04-img-item img {
	width:100%;
	height:100%;
}
.contents-04-text3-sub-1-item {
	border: 4px solid #f0f0f0;
	padding: 20px 25px;
	color: #6c90b5;
	font-size: 18px;
	font-weight: 700;
	line-height: 28px;
}
.contents-04-text3-sub-2-item {
	padding: 16px 25px 0px 25px;
	font-size: 32px;
	font-weight: 700;
	line-height:36px;
}
.contents-04-text3-sub-1-1-item {
	padding-top:20px;
}


/* TODO : [배너] */
.banner-scroll-base {
	display:none;
}

}