@charset "UTF-8";

.sub_banner {
  width: 100%;
  height: 370px;
  position: relative;
  background-image: url(../img/sub_banner_2.jpg);
  background-size: cover;
  background-position: center center;
}
.sub_banner_2 {
  background-image: url(../img/sub_banner_2.jpg);
  background-size: cover;
  background-position: center center;
}

.sub_banner_txt {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2rem;
  height: 370px;
  color: #ffffff;
}

.sub_banner_txt .title {
  height: 100px;
  font-weight: 300;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid #c4c4c4;
  border-right: 1px solid #c4c4c4;
  padding: 0 4rem;
  line-height: 1.2;
  text-align: center;
}

.sub_banner_txt .title h2 {
  font-size: 22px;
  padding-top: 5px;
}

/**서브 타이틀 시작**/

.sub_container {
  padding: 50px 0 66px;
  margin: auto;
  max-width: 1240px;
}

.sub_container .sub_title {
  padding: 0;
  margin-bottom: 40px;
  letter-spacing: -1px;
  background: url(../img/dot.png) no-repeat left 15px;
  padding-left: 12px;
  text-align: left;
  padding-left: 19px;
  font-size: 24px;
  font-weight: 600;
  margin: 0rem 0 1.5rem;
  color: #b86a17;
}

.sub_container .sub_title p {
  font-size: 18px;
  color: #888;
  padding: 10px 0 20px 0;
}

.sub_container .sub_title span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ddd;
}

/**서브 타이틀 끝//**/

/* 선생님 */
.teacher {
  display: grid;
  grid-template-columns: 1fr 0.55fr;
  grid-gap: 80px;
  padding-bottom: 2rem;
}

.sect_title h3 {
  font-size: 24px;
  text-align: center;
  padding-top: 1rem;
}

.sect_title h4 {
  font-size: 20px;
  font-weight: 400;
  background: #f3f3f3;
  padding: 1.5rem;
  margin-top: 1rem;
  border-radius: 20px;
  letter-spacing: -2px;
  font-family: "Maru Buri";
  text-align: center;
}

.teacher h3 b {
  font-size: 0.5em;
  background: #a9693d;
  color: #fff;
  padding: 5px 10px;
}

.teacher h3 em {
  font-size: 0.5em;
  background: #818181;
  color: #fff;
  padding: 5px 10px;
}

.teacher p {
  font-size: 18px;
  line-height: 1.84;
  text-align: justify;
  word-break: keep-all;
  text-align-last: left;
  letter-spacing: -0.02em;
  line-height: 1.8;
  padding-bottom: 10px;
}

.teacher p b {
  display: block;
  color: #a9693d;
  font-weight: 800;
  padding: 9px 0;
}

.section_wrap .img img {
  width: 100%;
}

.info_con_wrap {
  font-family: "Maru Buri";
}

.info_con_wrap .line {
  width: 100%;
  background: #ddd;
  height: 1px;
  margin: 2rem 0 3rem;
}

/**company_box 시작**/

.company_box {
}

.company_box img {
  margin: auto;
}

.company_text {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  grid-gap: 100px;
}
.company_text h4 {
  font-size: 28px;
  color: #89551e;
  letter-spacing: -2px;
  font-family: "Maru Buri";
  padding-bottom: 1rem;
}
.company_text h5 {
  opacity: 0.7;
  font-size: 18px;
  font-weight: normal;
  border-bottom: 2px solid #0000006c;
  display: inline-block;
  letter-spacing: -1px;
  margin-bottom: 4rem;
}

.company_text p {
  font-size: 18px;
  margin: 18px 0;
  font-family: "Maru Buri";
  letter-spacing: -1px;
  font-weight: 400;
  color: #444444ea;
  line-height: 1.8;
}

.padding1 {
  padding-top: 110px;
}

/**company_box 끝**/

/* gallery - slide3 */
.slide3 {
  padding: 0;
  overflow: hidden;
  border-radius: 30px !important;
  margin-bottom: 2rem;
}

.slide3-box {
  height: 500px;
  background-size: cover !important;
  background-position: center !important;
}

.slide3-box-1 {
  background: url(../img/g1.jpg);
}

.slide3-box-2 {
  background: url(../img/g2.jpg);
}

.slide3-box-3 {
  background: url(../img/g3.jpg);
}

.slide3-box-4 {
  background: url(../img/g4.jpg);
}

.slide3-box-5 {
  background: url(../img/g5.jpg);
}

/* ul.sublist */
ul.sublist {
}

ul.sublist li {
  margin-bottom: 1.5rem;
}

ul.sublist li .block {
  width: 70%;
  padding: 3rem 2rem;
  color: #fff;
}

ul.sublist li .block h3 {
  font-size: 22px;
  padding-bottom: 10px;
}

ul.sublist li .block p {
  font-size: 16px;
  max-width: 60ch;
}

ul.sublist li:nth-child(2) {
  display: flex;
  justify-content: flex-end;
}

ul.sublist li:nth-child(1) .block {
  background: #665d4c url(../img/sub_1.png) no-repeat;
  background-position: right;
  background-size: contain;
}

ul.sublist li:nth-child(2) .block {
  background: #665d4c url(../img/sub_2.png) no-repeat;
  background-position: right;
  background-size: contain;
}

ul.sublist li:nth-child(3) .block {
  background: #665d4c url(../img/sub_3.png) no-repeat;
  background-position: right;
  background-size: contain;
}

/* 프로그램 */
.program {
  grid-template-columns: 1fr 1.4fr !important;
}

/* 카드 */

.card {
  margin-top: 3rem;
  font-size: 15px;
}

.card .sub_title {
  font-size: 21px;
}

.card_box {
  max-width: 400px;
  padding: 1.5rem;
  border-radius: 22px;
  border: 1px solid #ccc;
  margin-top: 10px;
}
/* 상담대상 */
.teacher strong {
  display: inline-block;
  font-size: 21px;
  padding: 2px 5px;
  font-weight: 700;
  background: #9e6a40;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 5px;
}

.teacher ul li {
  font-size: 18px;
  border-bottom: 1px solid #ddd;
  padding: 10px 5px;
}

.t35 {
  font-size: 35px;
  line-height: 1.1;
  font-weight: 700;
}

.sect_title .t19 {
  font-size: 18px !important;
  line-height: 1.5;
  font-weight: 500;
  margin: auto;
  max-width: 70ch;
}

/* 상담과정 */

.counsel_step {
}

.counsel_step .step_wrap {
  display: grid;
  grid-template-columns: 1fr 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(155, 106, 51);
}

.step .title b {
  font-size: 18px;
  font-weight: normal;
}

.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(177, 138, 102);
}

.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;
}

/**map_box 시작**/
.map_wrap {
  padding: 30px;
  background: #f3f3f3;
  overflow: hidden;
}

.map_wrap .map_box {
  display: flex;
  align-items: center;
}

.map_icon {
  float: left;
  padding-right: 20px;
}

.map_txt {
  float: left;
}

.map_txt h2 {
  font-size: 22px;
}

.map_txt p {
  font-size: 18px;
  padding-top: 8px;
}

.map_logo {
  filter: brightness(50%);
  width: 140px;
  padding-bottom: 3rem;
}

/**map_box 끝**/
#maparea {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
/* #maparea {height: 300px;} */
#maparea .root_daum_roughmap {
  width: 100% !important;
  height: 100% !important;
}

#maparea .text {
  font-size: 19px;
  font-family: "Maru Buri";
  letter-spacing: -1px;
  line-height: 1.7;
}

#maparea .time {
  display: flex;
  grid-gap: 20px;
  align-items: flex-start;
  padding-top: 2rem;
}

#maparea .time span {
  display: block;
  width: 100px;
  height: 10px;
  border-bottom: 1px solid #b35d36a2;
}

#maparea.testpay {
  grid-gap: 100px;
  grid-template-columns: 1.5fr 1fr;
}

#maparea .textpaybox {
  display: grid;
  grid-template-columns: 180px 1fr;
}

#maparea .textpaybox em:nth-child(even) {
  color: #a46133;
  font-weight: 700;
}

/****************************** sub 갤러리 box 시작 ******************************/
.sub_gall_list {
  margin: -10px -10px 0;
  overflow: hidden;
}

.sub_gall_list .gall_item {
  float: left;
  width: 25%;
  padding: 10px;
}

.sub_gall_list .gall_item a {
  display: block;
  overflow: hidden;
}

.sub_gall_list .gall_item a img {
  transition: all 1.2s;
  transform: scale(1);
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.sub_gall_list .gall_item a:hover img {
  transform: scale(1.085);
}

.sub_gall_list.detail_type .gall_item a {
  position: relative;
}

.sub_gall_list.detail_type .gall_desc {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sub_gall_list.detail_type .gall_desc_wrap {
  display: block;
  text-align: center;
}

.sub_gall_list .gall_item p {
  text-align: center;
  font-size: 18px;
  color: #666;
  padding-top: 12px;
}

/****************************** sub 갤러리 box 끝 ******************************/

/** product_list 시작**/
.business_tit {
  font-size: 30px;
  font-weight: 800;
  color: #333;
  margin-bottom: 20px;
}

.list_tit {
  font-size: 20px;
  font-weight: 800;
  color: #444;
  margin-top: 30px;
}

.product_list {
  padding: 20px 40px;
  border: 1px solid #ddd;
  margin-top: 10px;
  background: #f5f5f5;
}

.product_list p {
  font-size: 17px;
  color: #666;
  padding-top: 5px;
}

.product_list p b {
  color: #222;
}

/** product_list 끝**/

/*******************************************************************************************************************************
 *** PC ~ 테블릿
*******************************************************************************************************************************/
@media (max-width: 1024px) {
  .sub_container {
    padding: 30px;
  }

  .sub_container .sub_title h2 {
    font-size: 32px;
  }

  .sub_banner,
  .sub_banner_txt {
    height: 400px;
  }

  .sub_banner_txt p {
    font-size: 18px;
  }

  .sub_container .sub_title p {
    font-size: 16px;
    color: #888;
    padding: 5px 0 20px 0;
  }

  .sub_banner_txt strong {
    font-size: 27px;
  }

  .sub_banner_txt p {
    font-size: 17px;
    padding-top: 15px;
  }

  /** company_box 시작**/
  .company_box .company_txt h2 {
    font-size: 28px;
  }

  .company_box .company_txt p {
    font-size: 17px;
  }

  /** company_box 끝//**/

  /** product_list 시작**/
  .list_tit {
    font-size: 18px;
  }

  .product_list {
    padding: 20px;
  }

  .product_list p {
    font-size: 16px;
  }

  /** product_list 끝//**/
}

/*******************************************************************************************************************************
 *** 모바일
*******************************************************************************************************************************/
@media (max-width: 768px) {
  .sub_container {
    padding: 40px 15px;
  }

  .sub_banner {
    height: 250px;
  }

  .sub_banner_txt {
    height: 300px;
  }

  .sub_banner_txt strong {
    font-size: 18px;
  }

  .sub_banner_txt p {
    font-size: 14px;
  }

  /**서브 타이틀 시작**/
  .sub_container .sub_title {
    margin-bottom: 20px;
    background: url(../img/dot.png) no-repeat left 14px;
    padding-left: 11px;
  }

  .sub_container .sub_title h2 {
    font-size: 20px;
  }

  .sub_container .sub_title p {
    font-size: 13px;
    padding: 5px 0 10px 0;
  }

  .sub_container .sub_title span {
    height: 1px;
    background-color: #ddd;
  }

  .sub_banner_txt .title h2 {
    font-size: 19px;
    padding-top: 3px;
  }

  /**서브 타이틀 끝//**/

  .teacher {
    grid-template-columns: 1fr;
    padding: 0 15px;
  }

  .teacher p {
    font-size: 15.2px;
  }

  .sect_title h4 {
    font-size: 19px;
  }
  .sub_container .sub_title {
    font-size: 22px;
  }

  .teacher strong {
    font-size: 19px;
  }

  .teacher ul li {
    font-size: 17px;
    padding: 5px;
  }

  .card {
    margin-top: 2rem;
    font-size: 15px;
  }

  .card .sub_title {
    font-size: 20px;
  }

  .card_box {
  }

  #maparea .textpaybox {
    grid-template-columns: 120px 1fr;
  }

  #maparea.testpay {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }

  /**company_box 시작**/

  ul.sublist li .block {
    width: 100%;
  }

  ul.sublist li .block h3 {
    font-size: 18px;
  }

  ul.sublist li .block p {
    font-size: 14px;
    text-shadow: 0 0 10px #000;
  }

  ul.sublist li:nth-child(1) .block {
    background-size: cover;
    background-position: 100px;
  }

  ul.sublist li:nth-child(2) .block {
    background-size: cover;
    background-position: 100px;
  }

  ul.sublist li:nth-child(3) .block {
    background-size: cover;
    background-position: 100px;
  }

  .company_box .company_txt {
    padding: 0px;
  }
  .company_text {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }

  .company_text h4 {
    font-size: 24px;
  }

  .company_text p {
    font-size: 16px;
  }

  /**company_box 끝**/

  .company_box .slide_bg .container {
    padding: 0;
  }

  .slide3-box {
    height: 280px;
  }

  /**company_box2 시작**/
  .company_box2 h3 {
    font-size: 18px;
  }

  .company_box2 p {
    font-size: 13px;
    padding: 4px 0 16px 0;
  }

  /**company_box2 끝//**/

  /**map_box 시작**/
  .map_wrap {
    padding: 20px 10px;
  }

  .map_txt h2 {
    font-size: 16px;
  }

  .map_txt p {
    font-size: 13px;
    padding-top: 0;
  }

  .map_icon img {
    height: 60px;
  }
  /**map_box 끝**/
  #maparea {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 50px;
  }
  #maparea .text {
    font-size: 17px;
  }
  /**map_box 끝**/

  /**서브 갤러리 시작**/
  .sub_gall_list .gall_item {
    width: 50%;
  }

  .sub_gall_list .gall_item p {
    font-size: 14px;
    padding-top: 10px;
  }

  .sub_gall_list .gall_item a img {
    height: 150px;
  }

  /**서브 갤러리 끝//**/

  /** product_list 시작**/
  .list_tit {
    font-size: 17px;
  }

  .product_list p {
    font-size: 15px;
  }

  .product_list p span {
    display: block;
  }

  .product_list {
    padding: 10px;
  }

  /** product_list 끝//**/

  .padding1 {
    padding-top: 50px;
  }
}

/*******************************************************************************************************************************
 *** 모바일 max-width 480
*******************************************************************************************************************************/
@media (max-width: 480px) {
  .sub_banner {
    height: 330px;
  }

  .sub_banner_txt {
    height: 330px;
    justify-content: center;
  }

  /** company_box 시작**/
  .company_box .company_txt h2 {
    font-size: 18px;
  }

  .company_box .company_txt h2 span img {
    height: 34px;
  }

  .company_box .company_txt p {
    font-size: 14px;
  }

  /** company_box 끝//**/

  /** product_list 시작**/
  .list_tit {
    font-size: 16px;
    margin-top: 20px;
  }

  .product_list p {
    font-size: 13px;
    line-height: 18px;
  }

  .product_list {
    padding: 10px;
  }

  /** product_list 끝//**/
}

@media (max-width: 340px) {
}
