@charset "UTF-8";

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

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

.main {
  position: relative;
}

.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: 16px;
  height: 16px;
}


.slide-box {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  text-align: center;
  height: 100vh;
}

.slide-box-1 {
  background: url(../img/sec1_bg.jpg);
  background-position: top center;
  animation: scaleb 3s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.scaleb {
  animation: scaleb 3s;
  animation-timing-function: ease-in-out;
  background-position: bottom center;

}

@keyframes scaleb {
  0% {
    background-size: 125%;
  }

  100% {
    background-size: 110%;
  }
}

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

.text-group {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  height: 100%;
  padding-bottom: 50px;
}

.slide-box h2 {
  padding: 2rem 0 3rem;
  font-size: 74px;
  line-height: 75px;
  font-weight: 600;
  letter-spacing: -2px;
  color: #fff;
}

.slide-box h2 b {
  color: #00c6ad;
  font-weight: 900;
}

.slide-box p {
  font-size: 19px;
  font-weight: normal;
  color: #fff;
  padding-bottom: 4rem;
  opacity: 0.8;
}


/* .slide.align-center .slide-box {
  display: flex;
  align-items: center;
  justify-content: center; 
} */

#fp-nav {
  width: 100px;
}

#fp-nav ul li {
  padding-bottom: 1.5rem;
  color: #ffffffb7;
  font-weight: 600;
}

#fp-nav ul li a span {
  background: #ffffff !important;
}


#fp-nav ul li:nth-child(1) a::after {
  content: '홈화면';
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

#fp-nav ul li:nth-child(2) a::after {
  content: '상담소소개';
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

#fp-nav ul li:nth-child(3) a::after {
  content: '상담안내';
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

#fp-nav ul li:nth-child(4) a::after {
  content: '상담항목';
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

#fp-nav ul li:nth-child(5) a::after {
  content: '문의센터';
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

#fp-nav ul li a.active {
  color: #008ec6;
}

/* 2섹션 컬러바꾸기 */
.fp-viewing-secondPage #fp-nav ul li,
.fp-viewing-thirdPage #fp-nav ul li,
.fp-viewing-fourPage #fp-nav ul li {
  color: #777777c0;
}

.fp-viewing-secondPage #fp-nav ul li a span,
.fp-viewing-thirdPage #fp-nav ul li a span,
.fp-viewing-fourPage #fp-nav ul li a span {
  background: #777777 !important;
}

/* active 됐을때 dot 색깔 */
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  background: #008ec6 !important;
}


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

/* 스크롤 */
.scroll {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
  font-size: 0.65rem;
  padding-bottom: 2rem;
  z-index: 5;
}

.scroll img {
  width: 19px;
  opacity: 0.6;
  padding: 1rem 0;
}

/******************** 슬라이드2 시작 ********************/
.slide_bg {
  padding: 0px 0;
}

.slide2 .slick-list {
  margin: 0 -10px;
}

.slide2 .slick-slide {
  margin: 0 10px;
  width: 25%;
}

.slide2-box {
  height: 45vh;
}

.slide2 .slick-prev {
  background: url(images/btn_prev.png);
  height: 36px;
  width: 36px;
  left: 20px;
}

.slide2 .slick-next {
  background: url(images/btn_next.png);
  height: 36px;
  width: 36px;
  right: 20px;
}

.slide2 .slick-dots {
  bottom: 10px;
}

.slide2 .slick-dots .slick-active button {
  background: rgb(216, 65, 98);
  display: none;
}

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

.slide2 .slick-dots li button {
  font-size: 0;
  border-radius: 50%;
  background-color: green;
  width: 10px;
  height: 10px;
  display: none;
}

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

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

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

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

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

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

.slide2-box h2,
.slide2-box p {
  text-align: center;
  font-size: 30px;
  color: brown;
}

.slide2 .slide2-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.gall_btn {
  display: block;
  color: #fff;
  margin: 0 auto;
  width: 270px;
  height: 70px;
  line-height: 70px;
  border-radius: 10px;
  background: #222;
  text-align: center;
  font-size: 18px;
  margin-top: 50px;
}

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


/* 타이틀 */
.t_h2 {
  font-size: 50px;
  font-weight: 400;
  padding-bottom: 1rem;
  text-align: center;
}

.t_h3 {
  font-size: 40px;
  font-weight: 400;
  padding-bottom: 1rem;
  line-height: 1.3;
}

.t_h4 {
  font-size: 20px;
  font-weight: 400;
  opacity: 0.5;
  padding-bottom: 4rem;
  text-align: center;
}

a.more {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  padding: 0 4px 4px 4px;
  margin-top: 2rem;
  border-bottom: 1px solid #000;
}

a.more:hover {
  color: rgb(73, 151, 37);
}


/**main_about_wrap 시작**/
.main_about_wrap {
  padding: 100px 0;
}

.main_about {
  text-align: center;
}

/**main_about_wrap 끝//**/






/* sec2 시작 */
.sec2 {
  width: 100%;
  position: relative;
  background: url(../img/sec2_bg.jpg) no-repeat top left, url(../img/line.jpg) no-repeat center;
  overflow: hidden;
}

.sec2 ul {
  display: flex;
  color: #fff;
  padding-top: 2rem;
}

.sec2 ul li {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  transition: 0.6s !important;
  position: relative;
  padding: 2rem;
  text-align: center;
}

.sec2 ul li:first-child {
  color: #555;
}

.sec2 ul li:last-child {
  width: 40%;
  text-align: right;
}

.sec2 ul li .text {
  padding: 3rem;
}

.sec2 ul li span {
  display: inline-block;
  font-size: 12px;
  padding-bottom: 1rem;
  opacity: 0.7;
  font-weight: 300;
}

.sec2 ul li h2 {
  font-size: 31px;
  line-height: 1.3;
  font-weight: 600;
}

.sec2 ul li h3 {
  font-size: 24px;
  padding: 3rem 0;
  line-height: 1.1;
  font-weight: 500;
  color: #ffdb7b;
}

.sec2 ul li p {
  opacity: 0.8;
  font-size: 16px;
}



.sec2 ul li:nth-child(1) {
  background: url(../img/sec1_1.jpg) center;
  background-size: cover;
}

.sec2 ul li:nth-child(2) {
  background: url(../img/sec1_2.jpg) center;
  background-size: cover;
}

.sec2 ul li:nth-child(3) {
  background: url(../img/sec1_3.jpg) center;
  background-size: cover;
}



/* sec2-1 */
.sec2_1 {
  width: 100%;
  background: url(../img/sec2_2.jpg) center;
  background-size: cover;
}

.sec2_1box {
  padding-left: 10%;
}

.sec2_1 h3 {
  font-size: 48px;
  line-height: 1.15;
  font-weight: 400;
  padding-top: 10%;
  padding-bottom: 3rem;
}

.sec2_1 h3 b {
  color: #00bba5;
  font-weight: 700;
}

.sec2_1 h5 {
  font-size: 18px;
  padding-top: 2rem;
  font-weight: 400;
  opacity: 0.8;
}

.sec2_1 ul {
  padding-left: 20px;
}

.sec2_1 ul li {
  list-style: square;
  line-height: 1.65;
  letter-spacing: -0.8px;
  font-size: 18px;
  text-shadow: 0 0 10px #ffebd5, 0 0 10px #ffebd5, 0 0 10px #ffebd5;
}

.sec2_1 .line {
  background: #5e5e5e8c;
  width: 50px;
  height: 2px;
  margin: 2rem 0;
}


/* sec3 시작 */
.sec3 {

  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.sec3 .typo {
  position: relative;
  background: #ccb8b8;
}

.sec3 h2 {
  font-size: 43px;
  margin: 0;
  position: relative;
  line-height: 1.1;
  padding-bottom: 4rem;
  color: #5f9743;
}

.typing .text::after {
  content: '';
  margin-left: .6rem;
  border-right: 2px solid #777;
  animation: cursor .9s infinite steps(2);
}

@keyframes cursor {
  from {
    border-right: 2px solid #777;
  }

  to {
    border-right: 2px solid #f1f1f1;
  }
}

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

.sec3 ul li {
  padding: 2rem;

}

.sec3 ul li:nth-child(1) {
  background: url(../img/sec3_1.jpg) center, #f8a2ca;
  background-size: cover;
}

.sec3 ul li:nth-child(2) {
  background: url(../img/sec3_2.jpg) center, #edc650;
  background-size: cover;
}

.sec3 ul li:nth-child(3) {
  background: url(../img/sec3_3.jpg) center, #83d978;
  background-size: cover;
}

.sec3 ul li:nth-child(4) {
  background: url(../img/sec3_4.jpg) center, #fdb36b;
  background-size: cover;
}

.sec3 ul li:nth-child(5) {
  background: url(../img/sec3_5.jpg) center, #68bdd7;
  background-size: cover;
}

.sec3 ul li:nth-child(6) {
  background: url(../img/sec3_6.jpg) center, #edc650;
  background-size: cover;
}

.sec3 ul li h3 {
  font-size: 35px;
  line-height: 1.1;
  font-weight: 600;
}

.sec3 ul li span {
  color: #fff;
  display: block;
  padding-bottom: 1rem;
}

.sec3 ul li .line {
  width: 50px;
  height: 2px;
  background: #ffffff9d;
  margin: 2rem 0;
}

.sec3 ul li p {
  font-size: 16px;
  line-height: 1.4;
  opacity: 0.75;
}

/* sec4 */
.sec4 {
  background: url(../img/sec4_bg.jpg) center;
  text-align: center;
}

.sec4 .container {
  background: #ffffffd2;
  padding: 6%;
}

.sec4 .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  text-align: left;
  width: 80%;
  margin: auto;
  border-top: 1px solid #00000027;
  border-bottom: 1px solid #00000027;
  padding: 5%;
  margin-top: 3rem;
}

.sec4 h2 {
  color: #31b2da;
  font-size: 45px;
  line-height: 1.2;
  font-weight: 700;
}

.sec4 h4 {
  font-size: 30px;
  font-weight: 500;
  padding-bottom: 1rem;
}

.sec4 p {
  font-size: 20px;
}



/*******************************************************************************************************************************
 *** 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;
  }

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

  /* .sec2_text 타이틀 */
  .sec2_text .t_h2 {
    font-size: 63px;
    padding-bottom: 0.8rem;
  }

  .sec2_text em {
    font-size: 30px;
    display: inline;
    width: 555px;
  }



}

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


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

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

  .slick-dots li button {
    width: 10px;
    height: 10px;
  }

  .slick-arrow {
    display: none;
  }

  .text-group {
    align-items: flex-start;
    padding-top: 150px;
  }

  .slide-box h2 {
    font-size: 37px;
    letter-spacing: normal;
  }


  /* 섹션1 */
  /* sec1 시작 */
  .sec1 {
    background-position-x: 0%;
    background-size: contain;
    padding: 3rem 0 4rem;
    margin-bottom: 60px;
  }

  /* 섹션2 */
  .sec2 {
    padding: 0 20px;
  }

  .sec2 img {
    display: none;
  }

  .sec2 ul {
    flex-direction: column;
    height: 90%;
  }

  .sec2 ul li {
    width: 100%;
    height: 25vh;
    padding: 0;
    display: flex;
    align-items: center;
    background-position-y: 30% !important;
  }


  .sec2 ul li:first-child h2 {
    text-shadow: 0 0 13px #fff, 0 0 13px #fff, 0 0 13px #fff;
  }

  .sec2 ul li:last-child {
    width: 100%;
    text-align: center;
  }

  .sec2 ul li .text {
    padding: 1rem;
  }

  .sec2 ul li h2 {
    font-size: 30px;
  }

  .sec2 ul li h3 {
    font-size: 20px;
    padding: 1rem 0;
  }

  .sec2 ul li p {
    display: none;
  }

  /* 섹션 2-1 */


  .sec2_1box div:nth-child(2) {
    padding: 0 30px;
  }

  .sec2_1 img {
    display: none;
  }

  .sec2_1 h3 {
    font-size: 25px;
    line-height: 1.2;
    padding: 1rem 0;
  }

  .sec2_1 h5 {
    font-size: 16px;
  }

  .sec2_1 ul li {
    font-size: 17px;
    width: 90%;
    line-height: 1.4;
    padding-bottom: 6px;
  }

  /* 섹션3 */

  .sec2_1box {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }

  .sec3 h2 {
    font-size: 36px;

  }

  .sec3 ul li {
    grid-template-columns: 1fr;
    text-align: center;
    grid-gap: 12px;
  }

  .sec3 ul li h3 {
    font-size: 21px;
    line-height: 1.5;
  }

  .sec3 ul li p {
    font-size: 14px;
    font-weight: normal;
  }


  /* 섹션4 */

  .sec4 {}

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



}

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

  /*불렛 */
  #fp-nav {
    width: 14px;
  }

  #fp-nav ul li a::after {
    display: none;
  }

  /* sec2 */
  .sec2 {
    grid-template-columns: 1fr;
    padding: 0;
  }


  .sec2 .text {
    padding: 1.5rem;
  }

  .sec2 ul {
    margin-top: 5px;
  }

  .sec2 ul li h2 {
    font-size: 23px;
  }

  .sec2 ul li h3 {
    font-size: 16px;
  }


  /* sec2-1 */
  .sec2_1 p {
    font-size: 16px;
    line-height: 1.4;
    opacity: 0.75;
  }

  .sec2_1 h5 br {
    display: none;
  }


  /* sec3 */
  .sec3 {
    padding: 0px;
    height: 100%;
    display: flex;
    grid-gap: 0;
  }

  .sec3 .typing {
    display: none;
  }

  .sec3 h3 {
    font-size: 23px;
  }

  .sec3 ul {
    grid-template-columns: 1fr;
    grid-gap: 1px;
    padding-top: 11%;
  }

  .sec3 ul li span {
    padding-bottom: 0px;
  }

  .sec3 ul li {
    padding: 10px 30px;
    text-align: left;
    height: 14vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background-size: 60% !important;
    background-repeat: no-repeat !important;
    background-position: right !important;
  }


  .sec3 ul li .line,
  .sec3 ul li p {
    display: none;
  }

  /* sec4 */
  .sec4 {
    padding: 0 2rem;
    background-size: cover;
  }

  .sec4 .container {
    padding: 30px;
  }

  .sec4 img {
    display: none;
  }

  .sec4 .grid {
    padding: 0;
    margin-top: 0;
    border: none;
    width: 100%;
  }

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

  .sec4 h4 {
    display: inline-block;
    font-size: 18px;
    padding-bottom: 0;
    border-bottom: 2px solid #4cbb41;
    margin-bottom: 11px;
  }

  .sec4 p {
    font-size: 15.5px;
  }

}