@charset "UTF-8";

.clearfix::after {
  content: "";
  clear: both;
  display: block;
}

/******************** 메인 슬라이드 시작 ********************/

/******************** 메인 슬라이드 시작 ********************/
.slick-slider {
  position: relative;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /* height: 45px; */
  width: 50px;
  font-size: 0;
}

.slick-prev {
  background: url(images/prev.png);
  left: 0;
  z-index: 2;
}

.slick-next {
  background: url(images/next.png);
  right: 0;
}

.slick-dots {
  width: 100%;
  position: absolute;
  bottom: 30px;
  left: 0;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  font-size: 0;
}

.slick-dots .slick-active button {
  background-color: #222;
}

.slick-dots li+li {
  margin-left: 10px;
}

.slick-dots li button {
  font-size: 0;
  border-radius: 50%;
  background-color: #666;
  opacity: 0.5;
  width: 10px;
  height: 10px;
}


.slide-box {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 900px;
  text-align: center;
  position: relative;
}

.slide-box-1 {
  background: #ffffff;
}

.slide-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
}

.slide-box-1 {
  background: url(../img/main.jpg);
  background-size: cover;
  background-position: center center;
}

.slide-box-2 {
  background: url(../img/main2.jpg);
  background-size: cover;
  background-position: center center;
}

.text-group {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  color: #333;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: left;
}

.slide-box h2 {
  font-size: 62px;
  line-height: 65px;
  font-weight: 500;
  letter-spacing: -2px;
  padding-top: 2rem;
  padding-bottom: 3rem;
}

.slide-box h2 i {
  font-style: normal;
  font-weight: 800;
  color: #40bb7e;
}

.slide-box h2 b {
  font-weight: 800;
  color: red;
}

.slide-box p {
  font-size: 20px;
  color: #444444c9;
  font-weight: 500;
  max-width: 44ch;
}

.slide-box p i {
  font-style: normal;
  color: #5caeca;
}

.slide-box p b {}

.slide-box span {
  display: inline-block;
  padding: 6px 10px;
  background: #444;
  color: #fff;
  font-size: 20px;
  margin-top: 20px;
}

.slide-box .more {
  display: inline-block;
  margin-top: 3rem;
  border-radius: 25px;
  background: #42a4c3;
  color: #fff;
  padding: 15px 35px;
  position: relative;
  overflow: hidden;
}

.slide-box .more::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 0;
  transition: 0.5s;
  opacity: 0.3;
}

.slide-box .more:hover::before {
  left: 0;
}


/* .slide.align-center .slide-box {
  display: flex;
  align-items: center;
  justify-content: center; 
} */
/******************** 메인 슬라이드 끝// ********************/

.slide_bg {
  overflow: hidden;
  display: flex;
}

.slide2 {
  width: 100%;
}

.slide2 .slick-slide {
  width: 100%;
  margin: 0 35px;
  border-radius: 30px;
}

.slide2-box {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 460px;
  border-radius: 30px;
  position: relative;
}

.slide2 .slide-item.slick-active {
  opacity: 1;
  filter: brightness(1);
}

.slide2 .slide-item {
  opacity: 0.6;
  filter: brightness(50%);
}

.slide2 .slick-arrow {
  position: absolute;
  transform: translateY(-100%);
  /* height: 45px; */
  font-size: 0;
  top: 100%;
  bottom: 0;
}

.slide2 .slick-prev {
  background: url(images/btn_prev.png) no-repeat center, #f7f7f7;
  height: 60px;
  width: 60px;
  left: 0px;
  bottom: 0px;
}

.slide2 .slick-next {
  background: url(images/btn_next.png) no-repeat center, #f8b6c1;
  height: 60px;
  width: 60px;
  left: 60px;
  bottom: 0;
}

.slide2-box-1 {
  background: url(../img/g7.jpg);
  background-size: cover;
  background-position: center center;
}

.slide2-box-2 {
  background: url(../img/g8.jpg);
  background-size: cover;
  background-position: center center;
}


.slide2-box-3 {
  background: url(../img/g9.jpg);
  background-size: cover;
  background-position: center center;
}

.slide2-box-4 {
  background: url(../img/g10.jpg);
  background-size: cover;
  background-position: center center;
}

.slide2-box-5 {
  background: url(../img/g11.jpg);
  background-size: cover;
  background-position: center center;
}

.slide2-box-6 {
  background: url(../img/g12.jpg);
  background-size: cover;
  background-position: center center;
}



/******************** 슬라이드2 끝// ********************/



/**m_tit 시작**/
.m_tit {
  margin-bottom: 40px;
  text-align: center;
  color: #333;
}

.m_tit h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
  padding-top: 1rem;
  padding-bottom: 16px;
}

.m_tit b {
  color: #40bb7e;
}

.m_tit p {
  font-size: 18px;
  color: #d46376;
  font-weight: normal;
  padding-top: 5px;
}

.m_tit h3 {
  font-size: 32px;
  font-weight: 800;
  padding-top: 15px;
  line-height: 100%;
}

.m_tit i {
  color: #7cca4e;
  font-size: 15px;
  font-weight: 700;
  display: block;
  font-style: normal;
}

.line {
  display: inline-block;
  width: 70px;
  height: 3px;
  margin: auto;
  background: #40bb7e;
}

/**m_tit 끝//**/


/* 공통텍스트 */

.t40 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 500;
}

.t35 {
  font-size: 35px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -2px;
}

.t30 {
  font-size: 30px;
  line-height: 1.23;
  font-weight: 700;
  letter-spacing: -1px;
}

.t25 {
  font-size: 25px;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: -1px;
}

.t b {
  color: #488a61;
}

.t19 {
  font-size: 19px;
  line-height: 1.6;
}

.t17 {
  font-size: 17px;
  line-height: 1.6;
}

.t15 {
  font-size: 15px;
  line-height: 1.65;
}

.t_b {
  display: inline-block;
  border: 1px solid;
  padding: 15px 45px;
  margin-top: 3rem;
}

.t_b:hover {
  color: #47adad;
}






/* sec1 시작 */
.sec1 {
  padding: 100px 0;
  position: relative;
}

.sec1 .container .textbox {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  grid-gap: 30px;
}

.sec1 .textbox {
  display: flex;
  justify-content: space-between;
}

.sec1 .textbox .box_1 {
  background: #f8b6c1;
  color: #3f3f3f;
  padding: 5rem 3rem;
}

.sec1 .textbox .box_1 ul {
  padding-top: 3rem;
}

.sec1 .textbox .box_1 ul li {
  display: grid;
  grid-template-columns: 90px 1fr;
  grid-gap: 20px;
  font-size: 21px;
  font-weight: normal;
  padding: 7px 0;
}

.sec1 .textbox .box_1 ul li .list_1 span {
  padding-right: 17px;
  font-weight: 700;
  font-size: 18px;
  background: url(../img/dot.png) no-repeat center right;
}

.sec1 .textbox .box_1 ul li .list_2 {
  opacity: 0.9;
}

.sec1 .textbox .box_2 div {
  padding: 8%;
  height: 50%;
  display: flex;
  align-items: center;
}

.sec1 .textbox .box_2 .banner_1 {
  background: #f3f3f3;
}

.sec1 .textbox .box_2 .banner_2 {
  background: url(../img/sec1_2_bg.png);
}



/* sec2 시작 */
.sec2 {
  position: relative;
  width: 100%;
  padding: 0px 0 0px;
  text-align: center;
  margin-bottom: 80px;
}


.sec2 ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;

}

.sec2 ul li {
  border-radius: 30px;
  border: 1px solid #ddd;
  padding: 4rem 2rem;
}

.sec2 ul li .img {
  background: #f8b6c1;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 2rem;
}

.sec2 ul li .img::after {
  content: '';
  border-radius: 50%;
  display: block;
  position: absolute;
  width: 114%;
  height: 114%;
  border: 2px solid #f8b6c163;
}

.sec2 ul li .t17 {
  padding-top: 1.7rem;
  opacity: 0.7;
}

.sec2 ul li:hover {
  border-color: #f8b6c19f;
}

.sec2 ul li:hover .img::after {
  animation: border 1s infinite;
}

@keyframes border {
  0% {
    border: 2px solid #f8b6c1;
  }

  50% {
    border: 3px solid #f8b6c1;
  }

  100% {
    border: 6px solid #f8b6c1;
  }
}

/* sec3 시작*/

.sec3 {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
}

.sec3>div {
  padding: 11% 9%;
}

.sec3 .sec3_1 {
  background: url(../img/sec4_bg.png);
  background-size: cover;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.sec3 .sec3_1>div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 80%;
}

.sec3 .sec3_1 .t25 {
  font-weight: normal;
  padding: 3rem 0;
}



.sec3 .sec3_2 {
  background: url(../img/sec4_bg_2.png);

}

.sec3 .sec3_2 .mini_list {
  background: #ffffff57;
  border: 1px solid #ddd;
  padding: 1.6rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 600px;
  margin-bottom: 10px;
}

.sec3 .sec3_2 .mini_list a {
  display: flex;
  grid-gap: 10px;
  align-items: center;
  font-size: 22px;
}

.sec3 .sec3_2 .mini_list:hover {
  border: 1px solid #f8b6c1;
  color: #f8b6c1;
}

.sec3 .sec3_2 .mini_map {
  max-width: 600px;
  border: 1px solid #ddd;
}

.sec3 .sec3_2 .mini_map .root_daum_roughmap {
  width: 100% !important;
  height: 300px !important;
  border: none !important;
}

/* sec3 끝 */


/* sec4 */
.sec4 {
  padding: 70px 0;
}




/*******************************************************************************************************************************
 *** PC ~ 테블릿
*******************************************************************************************************************************/
@media (max-width:1024px) {

  /**메인 슬라이드 시작**/
  .slide-box h2 {
    font-size: 36px;
    line-height: 44px;
  }

  .slide-box p {
    font-size: 16px;
  }

  .slide-box span {
    font-size: 16px;
  }

  /**메인 슬라이드 끝**/


  /**m_tit 시작**/
  .m_tit {
    margin-bottom: 30px;
  }

  .m_tit h2 {
    font-size: 34px;
    line-height: 44px;
  }

  .m_tit p {
    font-size: 18px;
    padding-top: 10px;
  }

  /**m_tit 끝//**/


  /* sec1 */
  .sec1 ul li h3 {
    font-size: 30px;
  }

  .sec1 ul li p {
    font-size: 15px;
  }


  /* 슬라이드 */

  .slide2 .slick-slide {
    margin: 0 11px;
    border-radius: 20px;
  }



}

/*******************************************************************************************************************************
 *** 모바일 max-width 767
*******************************************************************************************************************************/
@media (max-width:767px) {
  .slide-box span {
    display: none;
  }

  /**메인 슬라이드 시작**/
  .slick-dots li button {
    width: 10px;
    height: 10px;
  }

  .slick-arrow {
    display: none;
  }

  .slide-box {
    height: 600px;
  }

  .text-group {
    height: 600px;
    padding-top: 100px;
    text-shadow: 0 0 13px #fff, 0 0 13px #fff, 0 0 7px #fff;
  }

  .slide-box h2 {
    font-size: 32px;
  }

  .slide-box p {
    font-size: 19px;
  }

  /* 슬라이드2 */

  .slide2-box {
    height: 250px;
  }


  .slide2 .slick-prev {
    height: 50px;
    width: 50px;
    left: -1px;
    bottom: 0px;
    background-size: 15px;
  }

  .slide2 .slick-next {
    height: 50px;
    width: 50px;
    left: 49px;
    bottom: 0;
    background-size: 15px;
  }


  /* 타이틀 */
  .title {
    padding: 0.6rem;
    padding-bottom: 2rem;
    text-align: left;
  }

  /**m_tit 시작**/
  .m_tit {
    margin-bottom: 30px;
  }

  .m_tit h2 {
    font-size: 28px;
    line-height: 38px;
    text-align: center;
  }

  .m_tit h3 {
    font-size: 22px;
    line-height: 32px;
  }

  .m_tit p {
    font-size: 17px;
    padding-top: 5px;
  }

  /**m_tit 끝//**/
  /* 공통텍스트 */

  .t40 {
    font-size: 33px;
    line-height: 1.2;
    font-weight: 500;
  }

  .t35 {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -2px;
  }

  .t30 {
    font-size: 23px;
    line-height: 1.23;
    font-weight: 700;
    letter-spacing: -1px;
  }

  .t25 {
    font-size: 20px;
    line-height: 1.35;
    font-weight: 600;
    letter-spacing: -1px;
  }

  .t b {
    color: #488a61;
  }

  .t19 {
    font-size: 17px;
    line-height: 1.6;
  }

  .t17 {
    font-size: 15.5px;
    line-height: 1.6;
  }

  .t15 {
    font-size: 13.5px;
    line-height: 1.65;
  }



  /* 섹션1시작 */

  /* 섹션1시작 */
  .sec1 {
    padding: 60px 10px;
  }

  .sec1 .container {
    grid-template-columns: 1fr;
    grid-gap: 0px;
  }

  .sec1 .bannerbox .t19 {
    letter-spacing: -2px;
  }


  /* sec2 */
  .sec2 {
    padding: 50px 0;
  }

  .sec2 ul {
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }

  /* sec3 */
  .sec3 {
    grid-template-columns: 1fr;
  }

  .sec3 ul li .plusbox {
    margin-bottom: 4rem;
  }

  .sec3 ul li h4 {
    font-size: 22px;
  }

  .sec3 .m_tit p {
    padding: 10px;
  }

  .sec3 .m_tit p br {
    display: none;
  }

  .sec3 .sec3_1 .t25 br {
    display: none;
  }

  /* sec4 */
  .sec4 {
    padding: 60px 0;
  }
}

/*******************************************************************************************************************************
 *** 모바일 max-width 480
*******************************************************************************************************************************/
@media (max-width:480px) {

  /* 메인 */
  .slide-box-1 {
    background: url(../img/mainm.jpg) top;
    background-size: cover;
  }

  .slide-box .text-group {
    align-items: flex-end;
    padding-bottom: 60px;
    margin-bottom: 0;
  }

  .slide-box h2 {
    font-size: 30px;
    padding-bottom: 1rem;
    line-height: 1.3;
  }

  .slide-box p {
    display: block;
    letter-spacing: 0px;
    font-size: 14px;
  }

  .slide-box .more {
    display: none;
  }


  .m_tit {
    margin-bottom: 20px;
  }

  .m_tit h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 33px;
  }

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


  /* 섹션1시작 */
  .sec1 {
    padding: 0px 0;
  }

  .sec1 .container {
    padding: 0;
  }

  .sec1 .container .textbox {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }

  .sec1 .textbox .box_1 ul li {
    grid-template-columns: 1fr;
    grid-gap: 5px;
    font-size: 19px;
  }

  .sec1 .textbox .box_2 div {
    padding: 55px 10px;
    height: inherit;
  }

  .sec1 .textbox .box_1 {
    padding: 4rem 2rem;
  }

  /* sec2 */

  .sec2 {
    padding: 0px 0 0px;
  }

  .sec2 ul {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    padding-top: 0;
  }

  /* sec3 */
  .sec3 {}

  .sec3 .container {
    display: grid;
    grid-template-columns: 1fr;
  }

  .sec3 .sec3_2 .mini_list a {
    font-size: 19px;
  }

  .sec3 .sec3_2 .mini_list img {
    max-width: 50px;
  }

  /* sec4 */
  .sec4 {}


}

/*******************************************************************************************************************************
 *** 모바일 max-width 340
*******************************************************************************************************************************/
@media (max-width:340px) {

  .main_vis,
  .main_vis_txt {
    height: 200px;
  }

  .main_vis_txt span img {
    height: 55px;
  }

  .m_tit h2 {
    font-size: 20px;
    line-height: 30px;
  }

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

  .m_tit.m_tit_color p {
    font-size: 14px;
  }





}

/*******************************************************************************************************************************
 *** 모바일 max-width 300
*******************************************************************************************************************************/
/* @media (max-width:300px){
  .bnr_link_item .item.item1 {
    height: 140px;
    background-size: 80px;
  }
  .bnr_link_item .item.item2 {
    height: 140px;
    background-size: 80px;
  }
  .bnr_link_item .item.item3 {
    height: 140px;
    background-size: 80px;
  }
  .bnr_link_item .item.item4 {
    height: 140px;
    background-size: 80px;
  }
  .item h2 {
    font-size: 14px;
  }
  .item p {
    display: none;
  }
} */