@charset "UTF-8";

@import url(//cdn.jsdelivr.net/font-nanum/1.0/nanumgothic/nanumgothic.css);
@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSansBold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* 공통 */
html {
  scroll-behavior: smooth;
}
body,
p,
a,
li,
span {
  font-family: var(--font-primary);
}
.c_blue {
  color: var(--mid-blue);
}
.c_w{
  color: #fff;
}

.h_box {
  background: url(../img/landing3_01.jpg) no-repeat 0 0 / cover;
  aspect-ratio: 1920 / 570;
  width: 100%;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: var(--font-primary);
}
.h_sub {
  font-size: 60px;
  color: #fff;
  font-weight: 500;
}
.h_title {
  font-size: 80px;
  color: #fff;
  font-weight: 700;
  margin: 50px 0 70px 0;
}
.point_c {
  color: #ffe25c;
  text-decoration: underline;
  text-underline-offset: 15px;
}
.h_arrow {
  width: 0;
  height: 0;
  border-left: 21.5px solid transparent; /* 43 / 2 */
  border-right: 21.5px solid transparent; /* 43 / 2 */
  border-top: 37px solid #fff; /* 높이 */
}

.w100,
.slide_imgs img {
  width: 100%;
}

.textCenter {
  text-align: center;
}

.landing3_swiper .swiper-slide {
  transition: all 0.4s ease;
  opacity: 0.5;
}

/* 활성 슬라이드 (가운데) */
.landing3_swiper .swiper-slide-active {
  opacity: 1;
  z-index: 2;
}

.landing3_swiper .swiper-pagination {
  width: fit-content !important;
  margin: auto 0;
  left: 50% !important;
  background: hwb(0deg 0% 100% / 60%);
  height: clamp(25px, 2vw, 55px);
  border-radius: 27.5px;
  display: flex;
  align-items: center;
  padding: 5px clamp(15px, 2vw, 30px);
  column-gap: 3px;
  transform: translateX(-50%);
}

.landing3_swiper .swiper-pagination-bullet {
  width: 90%;
  height: 90%;
  background: #fff;
  aspect-ratio: 1 / 1;
  max-width: 24px;
  max-height: 24px;
}

section:has(.youtube)  {
  background-color: #fffae1;
}
.youtube  {
  max-width: 1065px;
  width: 100%;
  height: 600px;
  margin: 0 auto;
}
.youtube iframe {
  max-height: 761px;
  aspect-ratio: 1928/761;
}

.title_underline {
  font-size: 84px;
  margin-bottom: 100px;
  font-weight: 800;
  color: #1a6936;
  text-decoration: underline;
  text-underline-offset: 15px;
  letter-spacing: -2px;
}
p:has(.yellow_hl) {
  font-size: 57px;
  letter-spacing: -2px;
  color: #000000;
  line-height: 1.4;
  font-weight: 500;
}
.yellow_hl {
  background: #ffec94;
  display: inline-block;
  padding: 4px;
}

/* 헤더 header */
/* header{
    position: fixed;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 85px;
    background-color: #d4ed8e;
    border-bottom: 1px solid #cccccc;
    box-sizing: border-box;
}
.fixed_banner{
    height: 100%;
}
.fixed_banner div{
    height: 100%;
}
.fixed_banner ul {
    height: 100%;
}
.fixed_banner ul li{
    display: flex;
    align-items: center;
}
.fixed_banner ul li p{
    background: url(../img/fixed_banner_icon.png) no-repeat left center;
    font-size: 30px;
    color: #4b4b4b;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
}
.fixed_banner ul li p span{
    padding-left: 70px;
    font-weight: 600;
}
.fixed_banner ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 45px;
    box-sizing: border-box;
    border-radius: 50px;
    color: #fff;
    background-color: var(--mid-blue);
    font-size: 22px;
    font-family: var(--font-primary);
    font-weight: 500;
}
header .mobile_hd{
    display: none;
    height: 100%;
}
header .mobile_hd div a{
    width: 50%;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: var(--font-primary);
    font-size: 20px;
    font-weight: 600;
    border-top: 1px solid #cccccc;
    box-sizing: border-box;
}
header .mobile_hd div a:nth-child(1){
    border-right: 1px solid #cccccc;;
} */

/* 메인 배너 슬라이드 main banner slide */
.main {
  padding: 0;
}
.main > div{
  position: relative;
}
.main > div ul{
  position: absolute;
  top: 0;
  z-index: -1;
}
.main .main_visual .swiper .swiper-slide .visual_wrap {
  width: 100%;
  max-height: 960px;
  height: auto;
  min-height: 640px;
  position: relative;
  overflow: hidden;
}
.main .main_visual .swiper .swiper-slide .visual_wrap img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 960px;
}
.main .main_visual .swiper .swiper-slide .visual_wrap .visual_text {
  color: #ffffff;
  text-align: left;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main .main_visual .swiper .swiper-slide .visual_wrap .visual_text p {
  color: #fff;
}
.main .main_visual .swiper .swiper-slide .visual_wrap .visual_text .title {
  width: 70%;
  font-size: 50px;
  line-height: 55px;
  font-weight: 500;
  padding-bottom: 40px;
}
.main .main_visual .swiper .swiper-slide .visual_wrap .visual_text .sub {
  width: 60%;
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
}
.main_visual .swiper-pagination {
  bottom: 40px;
}
.main_visual .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
.main_visual .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
  margin-right: 10px;
}
.main_visual .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--mid-blue);
}

/* 섹션 section */
section {
  /* padding: 95px 0 105px; */
  padding: 0;
  box-sizing: border-box;
}
section.padd0 {
  padding: 0;
}
section.paddT0 {
  padding-top: 0;
}
section.padB0 {
  padding-bottom: 0;
}
section.yellow_bg {
  background: #fffae1;
}
section.marginB0 {
  margin-bottom: 0;
}
.sec_text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec_text .title {
  color: #2e2e2e;
  padding-bottom: 30px;
  line-height: 2.7rem;
}
.sec_text .sub_bot {
  color: #4b4b4b;
  padding-bottom: 65px;
  font-weight: 500;
  line-height: 1.5rem;
}
.sub_top {
  color: #2e2e2e;
  font-weight: 600;
  padding-bottom: 10px;
}
.sec_content img {
  width: 100%;
  object-fit: contain;
}
.sec_content .img_pc {
  display: flex;
}
.sec_content .img_mo {
  display: none;
}

.bg_gradi {
  background: linear-gradient(#ffffff 30%, #f2f4f7 70%);
}
.bg {
  background: #f2f4f7;
}
.sec04 .sec_text .title {
  padding-bottom: 50px;
}
.sec04_slide {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 30px;
  width: 100%;
  max-width: 1320px;
  margin: auto;
}
.slide-item {
  width: 100%;
}
.sec04_slide .slick-dots {
  bottom: -40px;
}
.sec04_slide .slick-dots li {
  width: 46px;
  height: 38px;
}
.sec04_slide .slick-dots li button {
  font-size: 16px;
  color: #4b4b4b;
  background-color: #ffffff;
  width: 46px;
  height: 38px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-primary);
  font-weight: 500;
}
.sec04_slide .slick-dots li.slick-active button {
  background-color: var(--mid-blue);
  color: #fff;
}
.sec04_slide .slick-dots li button:before {
  display: none;
}
.sec06 .sec_text .sub_bot {
  padding-bottom: 55px;
}
.sec06 .sec_content {
  flex-flow: row-reverse;
  justify-content: space-between;
}
.sec06 .sec_content .tab {
  margin-bottom: 15px;
}
.sec06 .sec_content .tab ul {
  gap: 15px;
}
.sec06 .sec_content .tab ul li {
  width: 80px;
  height: 45px;
  border-radius: 50px;
  overflow: hidden;
}
.sec06 .sec_content .tab ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 20px;
  font-weight: 500;
  color: #4b4b4b;
  background-color: #f2f4f7;
}
.sec06 .sec_content .tab ul li a.active {
  color: #fff;
  background-color: var(--mid-blue);
}
.sec06 .sec_content .map {
  width: 480px;
  height: 655px;
  margin-top: -5vw;
}
.sec06 .sec_content .member {
  max-width: 800px;
  width: 100%;
  min-width: 365px;
}
.sec07 .sec_text .title {
  padding-bottom: 80px;
}

#counsel {
  width: 100%;
  /* margin: 0 80px 0 auto; */
  /* padding: 70px 0 95px; */
}
#counsel form {
  display: flex;
  column-gap: 50px;
  justify-content: space-between;
}
#counsel .txt_box {
  font-family: var(--font-primary);
  display: flex;
  /* flex-direction: column; */
  align-items: center;
  justify-content: flex-start;
  gap: 40px;
}
#counsel .txt_box .tit {
  font-size: 24px;
  color: #406e50;
  font-weight: 500;
  margin-bottom: 10px;
  display: flex;
  align-items: baseline;
  gap: 3px;
}
#counsel .txt_box .tit strong {
  font-weight: 700;
  color: inherit;
}
#counsel .txt_box .con {
  font-size: 18px;
  line-height: 24px;
  color: #323337;
  font-weight: 500;
}
#counsel ul {
  display: grid;
  grid-template-columns: 25% 50% 25%;
  gap: 0;
  height: fit-content;
  row-gap: 15px;
}
#counsel ul li:nth-of-type(1){
  max-width: 220px;
}
#counsel ul li:nth-of-type(3){
  max-width: 350px;
}
#counsel ul li div {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
#counsel ul li div label {
  font-size: 16px;
  font-weight: 600;
  color: #2e2e2e;
  font-family: var(--font-primary);
}
#counsel ul li div input,
#counsel ul li div select {
  height: 45px;
  border: 1px solid #cccccc;
  /* border-radius: 6px; */
  box-sizing: border-box;
  padding: 0px 10px;
  font-family: var(--font-primary);
  font-size: 20px;
}
#user_phone {
  border-left: none !important;
}
#counsel ul li div select {
  color: #858585;
}
#counsel ul li div input::placeholder,
#counsel ul li div select::placeholder {
  font-size: 20px;
  font-weight: 400;
  color: #cdcdcd;
}
#counsel ul li div select {
  appearance: none;
  background: url(../img/ico_arrow_down.png) no-repeat right 30px center;
  background-size: 18px;
  background-color: #fff;
}
#counsel ul li div.sms_sender_chk {
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
#counsel ul li div.sms_sender_chk,
#counsel ul li div.sms_sender_chk a {
  font-size: 15px;
  color: #323337;
  font-weight: 500;
  font-family: var(--font-primary);
}
#counsel ul li div.sms_sender_chk span {
  color: #cecece;
}
#counsel ul li div.sms_sender_chk label {
  display: none;
}
#counsel ul li div.sms_sender_chk input {
  border-color: #323337;
  border-radius: 0;
  height: 16px;
}
.sms_btn {
  width: 100%;
  height: 45px;
  margin-left: 5px;
}
.sms_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #228545;
  color: #fff;
  font-family: var(--font-primary);
  font-size: 20px;
  font-weight: 600;
}
#counsel .bar {
  width: 100%;
  height: 2px;
  background-color: #dedfe0;
  margin: 19px 0;
}
#counsel .call {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--font-primary);
}
#counsel .call span {
  font-size: 16px;
  font-weight: 500;
  color: #4b4b4b;
}
#counsel .call p {
  font-size: 26px;
  font-weight: 600;
  color: #2e2e2e;
}
#secB > div{
  max-width: 1300px;
  margin: 0 auto;
}
#counsel .txt_box h2{
  height: 65px;
}
#counsel .txt_box h2 img{
  width: 100%;
  height: 100%;
}


.section_bottom {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  width: 100%;
  z-index: 10;
  transition: height 0.3s ease-in-out 0s;
  padding: 12px 0;
}
.section_bottom.is-small {
  transform: translateX(0);
  left: 0;
  position: unset;
}
.section_bottom.is-mobile {
  transform: translate(-50%, 60%);
}
.section_bottom .site_map {
  width: 1070px;
  height: auto;
}
.section_bottom .site_map .map_kakao {
  width: 100%;
  max-width: 1070px;
  height: 100%;
  max-height: 945px;
  padding-bottom: 0;
  position: initial;
  display: inline-block;
}
.section_bottom .site_map .map_kakao .wrap_map {
  height: 100%;
}
.section_bottom .site_map .root_daum_roughmap_landing {
  height: 100% !important;
}
.pc_none{display: none;}
.mo_none{display: flex;}

  /* #sec09{
    padding-bottom: 223px;
  } */

/* 푸터 footer */
footer {
  background-color: #323232;
}
.foot {
  gap: 90px;
  padding: 50px 0 60px;
  box-sizing: border-box;
}
.foot p,
.foot a,
.foot span,
.foot ul li {
  color: #a5a5a5;
}
.foot .left {
  height: 190px;
  display: flex;
  flex-direction: column;
  font-size: 15px;
}
.foot .left .name {
  margin-top: auto;
}
.foot .left ul {
  margin: 5px 0 15px;
  flex-wrap: wrap;
}
.foot .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.foot .hours .title {
  font-size: 22px;
  color: #d8d8d8;
  font-weight: 600;
}
.foot .hours .sub {
  margin-top: 20px;
  gap: 25px;
  flex-wrap: wrap;
}
.foot .hours .sub li {
  font-size: 20px;
  color: #d8d8d8;
  font-weight: 600;
}
.foot .hours .sub li:nth-child(2),
.foot .hours .sub li:nth-child(5) {
  font-weight: 400;
}
.foot .top {
  font-size: 16px;
}
.foot .goTo {
  font-size: 16px;
}
.foot .goTo ul {
  gap: 20px;
}

.foot_mo {
  display: none;
  flex-direction: column;
}

[class*="gsap-marker"] {
  display: none !important;
}
@media only screen and (max-width: 1660px) {
  #counsel {
    margin: 0 80px 0 5%;
  }
  #counsel ul{
    margin-top: 20px;
    grid-template-columns: 18% 57% 25%;
  }
  #counsel .txt_box .tit {
    font-size: 20px;
  }

}
@media only screen and (max-width: 1280px) {
  /* 푸터 footer */
  .foot .hours .sub li {
    flex-basis: calc(30% - 12.5px);
  }
  .foot .hours .sub li:nth-child(2),
  .foot .hours .sub li:nth-child(5) {
    flex-basis: calc(50% - 12.5px);
  }
  .foot .hours .sub li:has(.bar) {
    display: none;
  }
  #counsel form {
    flex-direction: column;
  }
  .youtube iframe {
    aspect-ratio: 16/9;
  }
}
@media only screen and (max-width: 1080px) {
  /* 헤더 header */
  /* header {
    height: 65px;
  }
  .fixed_banner ul li p {
    font-size: 22px;
  }
  .fixed_banner ul li a {
    font-size: 20px;
    padding: 11px 16px;
  } */

  /* 섹션 section */
  section {
    /* padding: 60px 0 70px; */
    padding: 0px;
  }
  .sec_text .sub_bot {
    padding-bottom: 45px;
    line-height: 24px;
  }
  .sec06 .sec_text .sub_bot {
    padding-bottom: 40px;
  }
  .sec05 .sec_content.mo_none img {
    content: url(../img/sec05_pc.png);
  }
  .sec06 .sec_content .tab {
    margin-bottom: 12px;
  }
  .sec06 .sec_content .tab ul {
    gap: 12px;
  }
  .sec06 .sec_content .tab ul li a {
    font-size: 16px;
  }
  .sec06 .sec_content {
    align-items: flex-end;
  }
  .sec06 .sec_content .member {
    max-width: 635px;
  }
  .sec06 .sec_content .map {
    width: 370px;
    height: auto;
    margin-top: 0;
    margin-left: 5vw;
  }
  .sec07 .sec_text .title {
    padding-bottom: 60px;
  }
  .news_main {
    margin-bottom: 40px;
  }
  .news_main .text_con .tit {
    font-size: 22px;
  }
  .news_main .text_con .sub {
    font-size: 16px;
    line-height: 22px;
    padding: 15px 0 50px;
  }
  .news_main .text_con .sub span {
    font-size: 12px;
    line-height: 22px;
  }
  .news_main .text_con a {
    font-size: 16px;
  }
  .news ul {
    gap: 24px;
  }
  .news ul li {
    width: calc(100% / 3 - 16px);
  }
  .news ul li .title {
    height: 52px;
    font-size: 18px;
    line-height: 26px;
    margin: 12px 0 20px;
  }
  .news ul li .date {
    gap: 8px;
    padding-bottom: 14px;
  }
  .news ul li .date span {
    font-size: 12px;
    width: 54px;
    height: 20px;
  }
  .news ul li .date p {
    font-size: 14px;
  }
  /* .section_bottom {
    padding-bottom: 70px;
  } */

  /* 메인 배너 슬라이드 main banner slide */
  .main .main_visual .swiper .swiper-slide .visual_wrap .visual_text {
    text-align: center;
  }
  .main .main_visual .swiper .swiper-slide .visual_wrap .visual_text p {
    width: 95% !important;
  }
  .main .main_visual .swiper .swiper-slide .visual_wrap .visual_text .title {
    font-size: 38px;
    line-height: 45px;
  }
  .main .main_visual .swiper .swiper-slide .visual_wrap .visual_text .sub {
    font-size: 25px;
    line-height: 35px;
  }

  /* 상담신청 */
  #counsel ul{grid-template-columns: 25% 50% 25%;}

  /* 푸터 footer */
  .foot {
    gap: 70px;
    padding: 40px 0 40px;
  }
  .foot .left {
    height: 155px;
    font-size: 12px;
  }
  .foot .hours .title {
    font-size: 18px;
  }
  .foot .hours .sub {
    font-size: 16px;
    gap: 20px;
  }
  .foot .top {
    font-size: 12px;
  }
  .foot .goTo {
    font-size: 12px;
  }
}

@media only screen and (max-width: 880px) {
  img.pc_none{display: flex;}
  img.mo_none{display: none;}
}
@media only screen and (max-width: 768px) {
  /* 헤더 header */
  header .fixed_banner {
    display: none;
  }
  header .mobile_hd {
    display: block;
  }
  header {
    background-color: var(--mid-blue);
    top: inherit;
    bottom: 0;
  }
  .pc_none{display: flex;}
  .mo_none{display: none;}
  /* 메인 배너 슬라이드 main banner slide */
  .landing3_swiper{padding: 30px 0; box-sizing: border-box;}
  .main .main_visual .swiper .swiper-slide .visual_wrap {
    max-height: 640px;
  }
  .main .main_visual .swiper .swiper-slide .visual_wrap img {
    height: 640px;
  }
  .main .main_visual .swiper .swiper-slide .visual_wrap .visual_text {
    text-align: center;
  }
  .main .main_visual .swiper .swiper-slide .visual_wrap .visual_text .title {
    font-size: 27px;
    line-height: 40px;
  }
  .main .main_visual .swiper .swiper-slide .visual_wrap .visual_text .sub {
    font-size: 18px;
    line-height: 25px;
  }

  /* 섹션 section */
  .section_bottom {
    /* padding: 60px 0; */
    padding: 15px 0 0px;
    position: fixed;
    z-index: 999;
  }
  section {
    /* padding: 60px 0; */
    padding: 0;
  }
  .sec_content .img_pc {
    display: none;
  }
  .sec_content .img_mo {
    display: flex;
  }
  .sec_text {
    text-align: center;
  }

  .sec04_slide {
    display: block;
  }
  .slide-item {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
  }
  .sub_top {
    padding-bottom: 5px;
  }
  .sub_top.f_22 {
    font-size: 18px;
  }
  .sec05 .sec_text .title {
    letter-spacing: -1.5px;
  }
  .sec06 .sec_text .sub_bot {
    padding-bottom: 35px;
  }
  .sec06 .sec_text {
    text-align: center !important;
    align-items: center !important;
  }
  .sec06 .sec_content {
    flex-flow: column;
    align-items: center;
  }
  .sec06 .sec_content .tab {
    margin-bottom: 8px;
  }
  .sec06 .sec_content .tab ul {
    gap: 8px;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0;
    margin: 0;
  }
  .sec06 .sec_content .tab ul li {
    width: 64px;
    height: 38px;
    flex: 0 0 auto;
  }
  .sec06 .sec_content .tab ul li a {
    white-space: nowrap;
  }
  .sec06 .sec_content .map {
    max-width: 370px;
    width: 90%;
    margin-left: 0;
    margin-bottom: 5vw;
  }
  .sec06 .sec_content .member {
    min-width: auto;
  }
  .sec07 .sec_text .title {
    padding-bottom: 40px;
  }
  /* #sec09{
    padding-bottom: 60px;
  } */
  .news_main {
    margin-bottom: 32px;
  }
  .news_main .text_con {
    position: initial;
    background-color: #f2f4f7;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    text-align: left;
    padding: 20px;
    box-sizing: border-box;
    align-items: flex-start;
  }
  .news_main .text_con .tit {
    color: #2e2e2e;
    line-height: 30px;
  }
  .news_main .text_con .sub {
    padding: 15px 0 35px;
    color: #4b4b4b;
    font-weight: 500;
  }
  .news_main .text_con .sub span {
    color: #4b4b4b;
  }
  .news_main .text_con a {
    color: #2e2e2e;
    border-color: #2e2e2e;
  }
  .news ul {
    flex-direction: column;
  }
  .news ul li {
    width: 100%;
  }
  .news ul li .title {
    height: 44px;
    margin: 14px 0;
    font-size: 16px;
    line-height: 22px;
  }
  .news ul li .date {
    padding-bottom: 10px;
    font-size: 14px;
  }

  .youtube {
    height: 100%;
  }
  .section_bottom > div {
    flex-direction: column;
    width: 100%;
  }
  #secB{
    display: none;
  }
  #secB.active_fixed {
        display: block !important;
        position: fixed !important;
        bottom: 0 !important;
        left: 50% !important;
        transform: translateX(-50%);
        width: 100% !important;
        z-index: 10000 !important; /* 최상단 유지 */
        background: #fff;
        box-shadow: 0 -5px 15px rgba(0,0,0,0.2);
    }
  #counsel {
    width: 100%;
    margin: 0;
    /* padding: 55px 5% 70px; */
    box-sizing: border-box;
  }
  #counsel .txt_box {
    /* gap: 22px; */
    gap: 10px;
    /* margin-bottom: 35px; */
    flex-direction: column;
    text-align: center;
  }
  #counsel .txt_box > div {
    width: 100%;
  }
  #counsel .txt_box h2 {
    margin: 0 auto;
    font-size: 20px;
    display: none;
  }
  #counsel .txt_box h2 img {
    width: 40%;
  }
  #counsel .txt_box .tit {
    /* font-size: 28px; */
    font-size: 18px;
    margin-bottom: 5px;
    justify-content: center;
  }
  #counsel .txt_box .tit br{
    display: none;
  }
  #counsel .txt_box .tit strong:nth-of-type(1){
    margin-right: 5px;
  }
  #counsel .txt_box .con {
    font-size: 16px;
  }
  #counsel ul{
    max-width: 300px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px 2%;
    padding: 10px 0 20px;
    box-sizing: border-box;
  }
  #counsel ul li:nth-of-type(1) {
    max-width: 40%;
  }
  #counsel ul li:nth-of-type(2) {
    max-width: 58%;
  }
  #counsel ul li div input, #counsel ul li div select{
    height: 45px;
    box-sizing: border-box;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    background-color: #fff;
    font-size: 16px;
    font-family: 'NanumSquareNeoBold';
    text-align: center;
  }
  #counsel ul li div input::placeholder, 
  #counsel ul li div select::placeholder{
    font-size: 16px;
    font-family: 'NanumSquareNeoBold';
    text-align: center;
  }
  #user_phone {
    border-left: 1px solid #d8d8d8 !important;
  }
  #counsel ul li div.sms_sender_chk,
  #counsel ul li div.sms_sender_chk a {
    font-size: 16px;
  }
  .section_bottom .site_map {
    width: 100%;
    height: 520px;
  }

  .consult_foot { width: 100%; clear: both; height: 62px; background-color: #fff; }
  .consult_foot a, .consult_foot_fix a { font-size: 22px; float: left; width: 50%; text-decoration: none; height: 62px; box-sizing:border-box; display: flex; justify-content: center; align-items: center; gap: 5px; color: #fff; font-family: 'Pretendard-Regular'; font-weight: 500; border-top: 1px solid #228545;}
  .consult_btn_bot { text-decoration: none; width: 100%; text-align: center;  display: block; background-color: #228545; }
  .btn_tel{background-color: #ffffff; color: #228545 !important;}
  .consult_foot_fix { position: fixed; width: 100%; min-width: 320px; height: 62px; bottom: 0; z-index: 980;}

  /* 푸터 footer */
  .foot_pc {
    display: none;
  }
  .foot_mo {
    display: flex;
  }
  .foot {
    gap: 60px;
    padding: 40px 0 50px;
  }
  .foot .hours {
    margin-top: 25px;
  }
  .foot .hours .title {
    font-size: 16px;
  }
  .foot .hours .sub li {
    font-size: 14px;
    flex-basis: inherit !important;
  }
  .foot .hours .sub li:has(.bar) {
    display: block;
  }
  .foot .bot {
    font-size: 12px;
  }
  .foot .bot > ul {
    flex-direction: column;
    gap: 3px;
  }
  .foot .goTo ul {
    gap: 15px;
  }
  .foot .name {
    margin-bottom: 3px;
  }
  .foot .copy {
    margin: 10px 0 25px;
  }
}
