@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_2_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: 78px;
    font-size: 26px;
    font-weight: 500;
    text-align: center;
  }
  .contents-01-text1-item {
    float: left;
    width: 50%;
    height: 78px;
    color: #ffffff;
    background: #4480fc;
    border-top-left-radius: 10px;
  }
  .contents-01-text1-item a {
    color: #006dde;
  }
  .contents-01-text2-item {
    float: left;
    width: 50%;
    height: 78px;
    color: #02a6cb;
  }
  .contents-01-text2-item a {
    color: #02a6cb;
  }
  .contents-02-item {
    width: 100%;
    height: 100%;
    background: #4480fc;
    margin-bottom: 20px;
    text-align: center;
    padding: 70px 0px 50px 0px;
    border-bottom-right-radius: 10px;
  }
  .contents-02-text1-item {
    width: 90%;
    height: 100%;
    color: #ffffff;
    margin: 0px auto;
  }
  .contents-03-item {
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
  }
  .contents-03-item img {
    width: 100%;
    height: 100%;
  }
  .contents-04-item {
    font-size: 7vw;
    line-height: 0.5;
  }

  /* TODO : [배너] */
  .banner-scroll-base {
    display: none;
  }
}
