/*business_area.css*/
/*section1 */

.info_visual_img2 {
  background-image: url("../img/business/bs_info/banner2.png");
}

.info_visual_img3 {
  background-image: url("../img/business/bs_info/banner3.png");
}

.info_visual_img4 {
  background-image: url("../img/business/bs_info/banner4.png");
}

.info_visual_img5 {
  background-image: url("../img/business/bs_info/banner5.png");
}

#area_wrap .sect1 {
  overflow: hidden;
}

#area_wrap .sect1_left {
  width: 50%;
  float: left;
}

#area_wrap .sect1_left h3 {
  text-align: left;
}

#area_wrap .sect1_left .title_line {
  margin: 25px 0;
}

#area_wrap .sect1_left p {
  font-size: 19px;
  line-height: 1.7;
  padding-bottom: 15px;
}

#area_wrap .sect1_left p b {
  color: green;
  font-weight: 900;
}

#area_wrap .sect1_right {
  width: 50%;
  float: right;
  padding-left: 70px;
}

#area_wrap .sect1_right img {
  width: 100%;
}

#area_wrap .sect1_right p {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  padding-top: 20px;
}

/* 그리드 순서 */
.sect1 .teacher:nth-child(even) .img {
  order: 0;
}

.sect1 .teacher:nth-child(even) .text {
  order: 2;
}

.sect1 .teacher .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/*//section1 */


/* sect2 */
.sect2 {
  max-width: 1000px;
  margin: auto;
}

.sect2 .teacher {
  grid-template-columns: 1fr;
}

.sect2 .teacher li {
  display: grid;
  grid-template-columns: 200px 1fr;
  grid-gap: 20px;
}

.sect2 .teacher li .t19 {
  padding-top: 4px;
  line-height: 1.7;
}

/* inner */
.info_con_wrap {
  padding-bottom: 4rem;
}

.inner {
  max-width: 1240px;
  margin: auto;
}

/* 선생님 */
.teacher {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
  padding-bottom: 2rem;
}

.teacher .sect_title h3 {
  text-align: left;
  padding-top: 1rem;
}

.sect_title h4 {
  font-size: 23px;
  background: #f3f3f3;
  padding: 1.5rem;
  margin-top: 1rem;
  border-radius: 20px;
  font-weight: normal;
  max-width: 900px;
  margin: auto;
}

.info_con_wrap b {
  color: #db3b1e;
}

.teacher h3 b {
  font-size: 0.5em;
  background: #39ac5b;
  color: #fff;
  padding: 5px 10px;
}

.teacher h3 em {
  font-size: 0.5em;
  background: #818181;
  color: #fff;
  padding: 5px 10px;
}

.teacher p {
  font-size: 19px;
  line-height: 1.6;
  padding-bottom: 10px;
}

.teacher p b {
  color: #39ac5b;
  font-weight: 800;
}

.section_wrap .img img {
  width: 100%;
}

.info_con_wrap .line {
  width: 100%;
  background: #ddd;
  height: 1px;
  margin: 2rem 0 3rem;
}


/* 프로그램 */
.program {
  grid-template-columns: 1fr 1.4fr !important;
}

.sect_title {
  text-align: center;
  font-weight: normal;
}

.sect_title .t40 {
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 10px;
}

.sect_title i {
  font-size: 0.9em;
  font-style: normal;
  opacity: 0.6;
}

/* 상담대상 */
.teacher strong {
  font-family: 'SCoreDream';
  display: inline-block;
  font-size: 21px;
  font-weight: 600;
  line-height: 1;
  border-left: 4px solid #39ac5b;
  padding-left: 10px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.teacher ul li {
  font-size: 17px;
  border-bottom: 1px solid #ddd;
  padding: 7px 5px;
  color: #666;
}

.t35 {
  font-size: 35px;
  line-height: 1.33;
  font-weight: 700;
}

.sect_title .t19 {
  font-size: 18px !important;
  line-height: 1.55;
  font-weight: 400;
  margin: auto;
  max-width: 70ch;
  padding: 2rem 0 4rem;
  color: #666;
}

/* 상담과정 */
/* 서브타이틀 */
.sub_title2 {
  background: url(../img/dot.png) no-repeat left center;
  text-align: left;
  padding-left: 33px;
  font-family: 'SCoreDream';
  font-size: 24px;
  font-weight: 600;
  margin: 0rem 0 1.5rem;
}

.counsel_step {}

.counsel_step .step_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 15px;
}

.counsel_step .step {
  background: #f5f5f5;
}

.step .title {
  padding: 1rem;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgb(94, 160, 172);
}

.step .title b {
  font-size: 18px;
  font-weight: normal;
  color: inherit;
}

.step .title .mdi {
  font-size: 18px;
}

.step .content {
  padding: 2rem 1rem 3rem;
  text-align: center;
}

.step .content .icon {
  font-size: 60px;
}

.step .line {
  display: block;
  width: 30px;
  margin: auto;
}

.step .content h4 {
  font-size: 20px;
  padding: 1rem 0 0.5rem;
}

.step .content p {
  font-size: 15px;
  opacity: 0.7;
}

/* 스텝 배경바꾸기 */
.box2 .title {
  background: #9b9b9b;
}

.box2 .content {
  background: #fff;
  border: 1px solid #ddd;
}

.box3 .title {
  background: rgb(116, 182, 179);
}

.box2 .content {}

.box4 .title {
  background: rgb(83, 83, 83);
}

.box4 .content {
  background: #fff;
  border: 1px solid #ddd;
}

.step_sub {
  padding-top: 2rem;
}


/* 프로그램 */
.program_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
}

.program_list .list_box {
  grid-template-columns: 1fr;
}

.program_list .img {
  padding: 0;
  text-align: center;
}

.program_list .list_box .list_program {
  padding-top: 0;
  height: 110px;
}

ul.fairy {}

ul.fairy li {
  list-style: decimal;
  margin-left: 15px;
}

ul.fairy li::marker {
  color: rgb(165, 101, 42);
  font-weight: bold;
}


/* 상담안내 */
.counsel_content {}

.content_list {
  margin-bottom: 1rem;
}

.list_box {
  border: 1px solid #ddd;
  display: grid;
  grid-template-columns: 190px 1fr;
}

.list_box div {
  padding: 2rem;
}

.list_box h4 {
  display: inline-block;
  font-size: 20px;
  color: rgb(155, 106, 51);
  border-bottom: 2px solid
}

.list_box .list_program {
  font-size: 16px;
}

.list_program b {
  color: rgb(95, 158, 65);
}

/* 치료방법과단계 */
.list_care {
  background: #f3f3f3;
  display: grid;
  grid-template-columns: 170px 1fr;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.list_care div {
  padding: 2rem;
}

.list_care h5 {
  font-size: 18px;
  font-weight: normal;
}

.list_care strong {
  font-size: 18px;
  color: rgb(155, 106, 51);
}

.list_care p {
  font-size: 16px;
  border-bottom: 1px solid #ddd;
  padding: 10px;
}

.list_care p:last-child {
  border-bottom: none;
}

.list_care .mini {
  display: inline-block;
  padding-top: 5px;
  font-size: 14px;
  opacity: 0.75;
  line-height: 1.4;
}


/* 임상교육과정 */
.learn_box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  grid-gap: 20px;
}

.learn_box .box {
  width: 18%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(214, 182, 145);
  padding: 1rem;
}


/* 심리검사 */
.t18 {
  font-size: 18px;
  line-height: 1.6;
}


/*section2 */
#area_wrap .sect2_con {
  overflow: hidden;
  width: 100%;
  background: #222;
}

#area_wrap .sect2_left {
  float: left;
  width: 50%;
}

#area_wrap .sect2 .left_box {
  position: relative;
  width: 510px;
  height: 350px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 25%);
  transform: translate(-50%, 25%);
}

#area_wrap .sect2 .line_box {
  width: 170px;
  height: 170px;
  border: 5px solid #60a4bf;
  background-color: #60a4bf;
  position: absolute;
  top: 0;
  left: -32px;
}

#area_wrap .sect2_tbox {
  position: absolute;
  right: 0;
  bottom: 25px;
}

#area_wrap .sect2_tbox h3 {
  padding-bottom: 20px;
  font-size: 36px;
  line-height: 46px;
  color: #fff;
}

#area_wrap .sect2_tbox h3 span {
  font-weight: bold;
}

#area_wrap .sect2_tbox p {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}

#area_wrap .sect2_tbox .sect2_p {
  padding-top: 20px;
}

#area_wrap .sect2_right {
  float: right;
  width: 50%;
}

#area_wrap .sect2_right img {
  width: 100%;
}

/*//section2*/
/*section3 */
#area_wrap .sect3 .sect_title {
  overflow: hidden;
}

#area_wrap .sect3 .left_t {
  float: left;
}

#area_wrap .sect3 .sect_title h3 {
  text-align: left;
}

#area_wrap .sect3 .sect_title .title_line {
  margin: 25px 0;
}

#area_wrap .sect3 .right_t {
  float: right;
}

#area_wrap .sect3 .sect_title p {
  text-align: left;
  font-size: 14px;
  line-height: 24px;
  color: #666;
}

#area_wrap .sect3_con {
  overflow: hidden;
  margin-top: 50px;
}

#area_wrap .sect3_con li {
  width: 32%;
  height: 340px;
  float: left;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#area_wrap .sect3_con li:nth-child(2) {
  margin: 0 1%;
}

#area_wrap .sect3_con .s3i1 {
  background-image: url("../img/business/bs_area/section3_img1.png");
}

#area_wrap .sect3_con .s3i2 {
  background-image: url("../img/business/bs_area/section3_img2.png");
}

#area_wrap .sect3_con .s3i3 {
  background-image: url("../img/business/bs_area/section3_img3.png");
}

/*//section3 */
@media screen and (max-width: 1550px) {
  #area_wrap .sect2_tbox {
    bottom: 80px;
  }
}

@media screen and (max-width: 1400px) {
  #area_wrap .sect2_tbox {
    bottom: 130px;
    right: 50px;
  }

  #area_wrap .sect2_tbox h3 {
    padding-bottom: 15px;
    font-size: 28px;
    line-height: 35px;
  }

  #area_wrap .sect2_tbox p {
    font-size: 12px;
    line-height: 20px;
  }

  #area_wrap .sect2 .line_box {
    height: 140px;
    width: 140px;
  }
}

@media screen and (max-width: 1199px) {
  #area_wrap .sect1_right p {
    word-break: keep-all;
  }

  #area_wrap .sect1_right p br {
    display: none;
  }

  #area_wrap .sect1_left h3 {
    word-break: keep-all;
    line-height: 40px;
  }

  #area_wrap .sect1_left h3 br {
    display: none;
  }

  #area_wrap .sect2_right {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
  }

  #area_wrap .sect2_left {
    width: 100%;
  }

  #area_wrap .sect2_tbox {
    bottom: 160px;
  }

  #area_wrap .sect2_con {
    position: relative;
  }

  #area_wrap .sect2 .line_box {
    opacity: 0.5;
  }

  #area_wrap .sect3 .left_t {
    float: none;
  }

  #area_wrap .sect3 .right_t {
    float: none;
  }

  #area_wrap .sect3 .sect_title h3 {
    word-break: keep-all;
  }

  #area_wrap .sect3 .sect_title h3 br {
    display: none;
  }
}

@media screen and (max-width: 980px) {
  #area_wrap .sect1_left h3 {
    line-height: 32px;
  }

  #area_wrap .sect3_con li {
    height: 280px;
  }

  #area_wrap .sect3 .sect_title p {
    word-break: keep-all;
  }

  #area_wrap .sect3 .sect_title p br {
    display: none;
  }

  #area_wrap .sect3 .sect_title h3 {
    line-height: 32px;
  }
}

@media screen and (max-width: 767px) {
  #area_wrap .sect3_con li {
    height: 200px;
  }

  #area_wrap .sect3 .sect_title p {
    font-size: 14px;
    line-height: 22px;
  }

  /* inner */
  .inner {
    padding: 10px;
  }

  /* 프로그램 */
  .program {
    grid-template-columns: 1fr !important;
  }

  .program .t35 br {
    display: none;
  }

  .sect_title .t40 {
    font-size: 25px;
    padding-bottom: 7px;
  }

  .t35 {
    font-size: 25px !important;
  }

  .sect_title .t19 {
    font-size: 17px !important;
    padding: 2rem 0;
  }

  .sect_title .t19 {
    font-size: 16.5px;
  }

  /* 선생님 */
  .teacher {
    grid-template-columns: 1fr;
    grid-gap: 30px;
    padding-bottom: 1.5rem;
  }

  .sect_title h4 {
    font-size: 18.5px;
    letter-spacing: -1px;
    margin-bottom: 1rem;
  }

  .teacher p {
    font-size: 17px;
  }

  .teacher .img2 {
    grid-column: 1/3;
    grid-row: 1/6;
  }

  .teacher ul li {
    font-size: 16.5px;
  }

  /* 상담과정 */
  .counsel_step .step_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
  }
}

@media screen and (max-width: 600px) {

  .info_con_wrap {
    padding-bottom: 1rem;
  }

  #area_wrap .sect1_left {
    width: 100%;
  }

  #area_wrap .sect1_right {
    width: 100%;
    padding: 0;
  }

  #area_wrap .sect2_right {
    width: 100%;
    position: static;
    opacity: 1;
  }

  #area_wrap .sect2_con {
    position: static;
  }

  #area_wrap .sect2 .left_box {
    width: 80%;
  }

  #area_wrap .sect2 .line_box {
    width: 100px;
    height: 100px;
  }

  #area_wrap .sect2_tbox {
    right: 0px;
  }

  #area_wrap .sect2_tbox p {
    word-break: keep-all;
  }

  #area_wrap .sect2_tbox p br {
    display: none;
  }

  #area_wrap .sect3_con li {
    height: 140px;
  }

  /* 바우처 */
  .sect2 .teacher li {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }

  .sect2 .teacher li .t19 {
    padding-bottom: 10px;
  }

  .sect2 .teacher li {
    margin: 11px 0;
  }

  .t18 {
    font-size: 16px;
  }
}

@media screen and (max-width: 480px) {
  #area_wrap .sect1_right p {
    font-size: 12px;
    line-height: 20px;
  }

  #area_wrap .sect2_tbox h3 {
    font-size: 24px;
    line-height: 24px;
  }

  #area_wrap .sect3_con li {
    height: 90px;
  }

  #area_wrap .sect3 .sect_title p {
    font-size: 12px;
    line-height: 20px;
  }

  /* 상담과정 */
  .counsel_step .step_wrap {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }

  .step .content h4 {
    font-size: 23px;
  }

  .step .content p {
    font-size: 17px;
    padding-top: 1rem;
  }
}

@media screen and (max-width: 385px) {
  #area_wrap .sect2_tbox {
    bottom: 140px;
  }

  #area_wrap .sect2_con {
    padding-top: 50px;
  }

  #area_wrap .sect2 .line_box {
    position: relative;
    top: -100px;
    opacity: 0.8;
  }
}

/*# sourceMappingURL=widget.css.map */