@charset "utf-8";

/* TODO : [배너] */
.sub-banner-base {
  width: 100%;
  height: 195px;
  background: url('http://www.thehhopeplus.com/static/images/sub/sub_2_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: 40px;
}
.contents-01-item {
  width: 100%;
  height: 78px;
  font-size: 26px;
  font-weight: 500;
  text-align: center;
}
.contents-01-text1-item {
  float: left;
  width: 50%;
  height: 78px;
  color: #4480fc;
}
.contents-01-text1-item a {
  color: #4480fc;
}
.contents-01-text2-item {
  float: left;
  width: 50%;
  height: 78px;
  color: #02a6cb;
  background: #02a6cb;
  border-top-right-radius: 10px;
}
.contents-01-text2-item a {
  color: #02a6cb;
}
.contents-02-item {
  width: 100%;
  height: 380px;
  background: #02a6cb;
  margin-bottom: 20px;
  text-align: center;
  padding: 70px 0px 50px 0px;
  border-bottom-left-radius: 10px;
}
.contents-02-text1-item {
  width: 100%;
  height: 100%;
  color: #ffffff;
}
.contents-03-item {
  width: 100%;
  height: 380px;
  margin-bottom: 40px;
}

/* TODO : [배너 스크롤] */
.banner-scroll-base {
  position: absolute;
  top: 416px;
  left: 50%;
  margin: 0px 0px 0px 511px;
}
.banner-scroll-image-item {
  width: 100px;
  height: 130px;
}
