@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_4_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: 80px;
}
.contents-01-item {
	display: none;
}
.contents-01-detail-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 {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.contents-02-title-item {
	display:none;
}
.contents-02-title01-item {
	float: left;
	width:10%;
	height:34px;
	line-height: 46px;
	text-align: center;
}
.contents-02-title02-item {
	float: left;
	width:90%;
	height:34px;
	line-height: 46px;
	text-align: center;
}
.contents-02-title03-item {
	float: left;
	width:50%;
	height:34px;
	line-height: 46px;
	text-align: center;
}
.contents-02-title04-item {
	float: left;
	width:50%;
	height:34px;
	line-height: 46px;
	text-align: center;
}
.contents-02-name01-item {
	display: inline-block;width:100%;height:40px;text-align: left;
}
.contents-02-name02-item {
	display: inline-block;width:100%;height:40px;line-height: 20px;text-align: left;
}
.contents-02-name03-item {
	display: inline-block;width:50%;height:40px;text-align: left;
}
.contents-02-name04-item {
	display: inline-block;width:50%;height:40px;text-align: right;
}

.subject-base{
	height:40px;
}
#content img {
	width: 100%;
	height: 100%;
}

/* TODO : [배너] */
.banner-scroll-base {
	display:none;
}

}