/*-------------< ꕥ 상세페이지(배너) 공통 css 영역 ꕥ >-------------*/
.sub_banner{
  width: 100%; max-width:1080px; height: 125px; margin:0 auto; margin-bottom: 50px;
  display: flex; align-items: center; justify-content: center;
}
.sub_banner_care .txt{width:80%; text-align: center; color:#fff;} 
.sub_banner_care .txt_h2{
  padding-bottom: 7px; margin-bottom: 10px; 
  border-bottom: 1px solid rgba(255,255,255,.3); 
  font-size: 24px; font-weight: 600;
}
.sub_banner_care .txt_p{font-size: 15px; word-break: keep-all;}

.sub_banner_com .txt{width: 70%; text-align: left; font-weight: bold;}
.sub_banner_com .txt_h2{ font-size: 22px; color: #fff; font-weight: 600; margin-bottom: 2px;}
.sub_banner_com .txt_p{ font-size: 26px;  color: #FFF548;}


/* 제휴제안 추가해야함 */

/* 학습유의사항 */
.banner_careful{background: url(/assets/img/banner/myclass.jpg) center center/cover;}

/* 내강의실 */
.banner_myclass{background: url(/assets/img/banner/myclass.jpg) center center/cover}

/* 공지사항, 자주하는질문, 1:1상담 */
.banner_studyhelp{background: url(/assets/img/banner/studyhelp.jpg) center center/cover}

/* 그린멤버십 */
.banner_membership{background: url(/assets/img/banner/greenmembership.jpg) center center/cover}

/* 교육과정안내 */
.banner_curriinfo{background: url(/assets/img/banner/curriinfo.jpg) center center/cover}

/* 서브페이지 타이틀 */
.subPageTit_h1{
  color: #193b6a; font-size: 24px; font-weight: 600; 
  text-align: center;
  margin-top: 60px; margin-bottom: 90px;
  position: relative;
}
.subPageTit_h1:after{
  content: '';     
  position: absolute; left: 50%; bottom: -35px;
  transform: translateX(-50%) rotate(15deg);
  width: 3px; height: 16px;
  background: #193b6a;
}


@media all and (min-width:480px) {
  .sub_banner{height: 135px;}
  .sub_banner_care .txt_h2{font-size: 24px;}
  .sub_banner_com .txt_h2{font-size: 24px;}
  .sub_banner_com .txt_p{font-size: 28px;}
}

@media all and (min-width:540px) {
  .sub_banner{height: 150px;}
  .sub_banner_care .txt_h2{font-size: 28px;}
  .sub_banner_care .txt_p{font-size: 18px;}
  .sub_banner_com .txt_h2{font-size: 26px;}
  .sub_banner_com .txt_p{font-size: 30px;}

}

@media all and (min-width:768px) {
  .sub_banner{height: 165px;}
  .sub_banner_care txt{width: 70%;}
  .sub_banner_care .txt_h2{font-size: 30px;}
  .sub_banner_com .txt{width: 65%;}
  .sub_banner_com .txt_h2{font-size: 28px; margin-bottom: 5px;}
  .sub_banner_com .txt_p{font-size: 34px;}

  /* 서브페이지 타이틀 */
  .subPageTit_h1{font-size: 28px; margin-top: 80px; margin-bottom: 100px; }
}

@media screen and (min-width:960px) {
  .sub_banner{height: 180px ;}
  .sub_banner_care .txt_h2{font-size: 35px;}
  .sub_banner_care .txt_p{font-size: 20px;}
  .sub_banner_com .txt_h2{font-size: 32px;}
  .sub_banner_com .txt_p{font-size: 38px;}
}

@media screen and (min-width:1080px) {
  .sub_banner{height: 200px; }
  .sub_banner_care .txt_h2{font-size: 40px;}
  .sub_banner_com .txt_h2{font-size: 34px;}
  .sub_banner_com .txt_p{font-size: 43px;}
}


