@charset "utf-8";
/* header */
 header{
    /* G하이트 픽스ㅡㄷ 넣어야합합 */
    /* top: 0;
    left: 0; */
    /* background: url(../img/natalie-kinnear-izxHhOsM83k-unsplash.jpg) center/cover;
    width: 100%;
    height: 812px; */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
  .header{}
  .header_center{}
  h1{
    /* ABSOULUTE LEFT 부모 X 100 */
    /* position: fixed; abotlute 로로 */
    position: absolute;
    top: 55px;
    left: 50%;
    width: 170px;
    height: 40px;
    transform: translateX(-50%);
    z-index: 10;
  }
  h1>a{
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/logo.png)no-repeat center/cover;
  }
  .nav_full{}
  button{
    /*position: absolute;
    width: 100%;
    height: 100%;*/
  }
  .menu_open{
    position: absolute;
    top: 60px;
    right: 36px;
    /*36/375*/
    right:9.6%;
    width: 30px;
    height: 30px;
    z-index: 10;
  }
  .menu_open>span {
    position: absolute;
    left: 0;
    text-indent: -9999px;
    width: 100%;
    height: 3px;
    border-radius: 3px;
    background: #000;
    transition: all 0.2s ease 0s
  }
  .menu_open>span:nth-child(1) {
    top: 8px
  }
  
  .menu_open>span:nth-child(2) {
    top: 16px;
    width: 18px;
    left: auto;
    right: 0;
  }
  
  .menu_open>span:nth-child(3) {
    top: 24px
  }

  /* x표시 */
  .menu_open.active>span:nth-child(1),.menu_open.active>span:nth-child(3){
    top: 16px;
  }
  .menu_open.active>span:nth-child(2){
    top:16px;
    background: transparent;
  }
  .menu_open.active>span:nth-child(1){
    transform: rotate(45deg);
  }
  .menu_open.active>span:nth-child(3){
    transform: rotate(-45deg);
  }
  .nav_wrap{
    position: fixed;
    padding-top: 148px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ddcfac;
    font-size: 2rem;
    display: none;
    /* line-height: 24px; */
    /* line-height 24/20 */
    /*line-height: 1.2;*/

  }
  nav{}
  nav h2{}

  nav .deco{
    text-align: center;
  }
  nav .deco .line{
    width: 2px;
    height: 65px;
    margin: 0 auto;
    background: #000;
    transform: rotate(180deg);
  }
  nav .circle{
    width: 10px;
    height: 10px;
    background: #ffa621;
    margin: 16px auto;
    border-radius: 50%;
  }
  .gnb{
    text-align: center;
  }
  .gnb li{
    margin-top: 30px;
  }
  .gnb li a{}

  .visual{
    background: url(../img/natalie-kinnear-izxHhOsM83k-unsplash.jpg) center/cover;
    width: 100%;
    height: 812px;
  }

/* main */
  main{}

/* section1_intro */
  #intro_inner{}
  .intro{
  width: 96%;
  /* 퍼센트로 위드 바꾸기기 */
  margin: 0 auto;
  text-align: center;
  background: white;
  }
  .intro h2{
    font-size: 2.2rem;
    margin-top: 130px;
    text-align: center;
  }
  .deco{}
  .intro .line{
    width: 1px;
    height: 60px;
    margin: 0 auto;
    background: #000;
    margin-top: 25px;
  }
  .intro .circle{
    width: 12px;
    height: 12px;
    background: #ffa621;
    margin: 10px auto;
    border-radius: 50%; 
  }
  .intro .circle_img{
    width: 220px;
    height: 220px;
    margin: 0 auto;
    margin-top: 37px;
    background: url(../img/Premium\ Photo\ _\ Zen\ garden\ meditation\ sandy\ background\ for\ relaxation\ Lines\ drawing\ in\ sand\ and\ shadows\ of\ palm\ leaf.jpeg) no-repeat center/cover;
    border-radius: 50%;
    text-align: center;
  }
  .intro p{
    margin: 70px 0 35px 0;
    font-size: 2rem;
    line-height: 1.5;
    /* line-height: 30px; */
    /* line height 30/20 */
    text-align: center;
  }
  .intro a{
    display: inline-block;
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 198px;
  }
  .intro a:after{
    content: "";
    width: 81px;
    height: 2px;
    display: block;
    margin-top: 5px;
    background-color: #333333;

  }

  .intro_img{
    width: 76.8%;
    height: 400px;
    margin: 0 auto;
    background: url(../img/a\ professional\ white\ zen\ minimalist\ aesthetic….jpeg)no-repeat center/cover;
  }

  /* section2_nature */

  #nature{}
  .section2{
    text-align: center;
    margin-top: 180px;
  }
  .section2 .text_group{}
  .section2 .text_group h2{
    font-size: 2.2rem;
  }
  .section2 .text_group p{
    margin-top: 15px;
    font-size: 1.6rem;
    line-height: 1.625;
    /* line-height: 26px; */
  }
  .img_slider{
    margin-top: 58px;
    position: relative;
  }
  .img_slider .nature_pager{
    margin-bottom: -50px;
  }
  .section2 .img_slider .nature_pager span{
    background-color: #ffa621;
    width: 14px;
    height: 14px;
    margin: 0 10px;
  }
  .img_slider .swipernature_img_box{
  }
  .img_slider div .nature_img_box{
    display:flex;
    /*flex-wrap: wrap;*/
    justify-content: space-between;
  }

  .nature_img_box .nature_tree{
    width: 69.33%;
    height: 310px;
    text-indent: -9999px;
    background: url(../img/KakaoTalk_20240419_191241923.jpg) no-repeat center/cover;
  }
  .nature_img_box .nature_bell{
    width: 69.33%;
    height: 310px;
    text-indent: -9999px;
    background: url(../img/KakaoTalk_20240419_184151017.jpg) no-repeat center/cover;
  }
  .nature_img_box .nature_bath{
    width: 69.33%;
    height: 310px;
    text-indent: -9999px;
    background: url(../img/KakaoTalk_20250319_210031457.jpg) no-repeat center/cover;
  }
  .nature_img_box .nature_chair{
    width: 69.33%;
    height: 310px;
    text-indent: -9999px;
    background: url(../img/b98ef2d2972f1f4e96206eaa85ae1dc8_1664503100_9785.jpg) no-repeat center/cover;
  }
  .nature_img_box .nature_inner{
    width: 69.33%;
    height: 310px;
    text-indent: -9999px;
    background: url(../img/b98ef2d2972f1f4e96206eaa85ae1dc8_1664503011_0264.jpg) no-repeat center/cover;
  }

  .nature_prev{
    text-indent: -9999px;
    color: #333333;
    width: 13%;
    height: 50px;
  }
  .nature_prev:after{
    text-indent: 0;
  }
  .nature_next{
    text-indent: -9999px;
    color: #333333;
    width: 13%;
    height: 50px;
  }
  .nature_next:after{
    text-indent: 0;
  }


  /* section2 끝 */


  /* section3 */
  #mind{}
  .section3{
    margin-top: 180px;
  }
  .mind_flower{
    width: 97px;
    height: 97px;
    background: url(../img/flower.png) no-repeat center/cover;
    margin: 0 auto;
    transform: rotate(-70deg);
  }
  .mind_text_group{
    width: 259px;
    text-align: center;
    margin: 0 auto 194px;

  }
  .mind_text_group h2{
    font-size: 2.2rem;
    line-height: 1.27;
    margin-bottom: 48px;
  }
  .mind_text_group p{
    font-size: 1.6rem;
    line-height: 1.375;
  }
  .background_text{
    position: relative;
  }
  .background_text p{
    position: absolute;
    top: -220px;
    width: 100%;
    text-align: center;
    font-size: 6rem;
    color: rgba(51,51,51,0.1);
    font-family: "WindSong", cursive;
    font-weight: 500;
    font-style: normal;
  }

  .mind_yoga{}  
  .mind_yoga .mind_yoga_img{
    margin: 0 auto;
    background: url(../img/center_2nd_floor.jpg) no-repeat center/cover;
    width: 84%;
    height: 400px; 

  }
  .mind_yoga_text_group{
    text-align: center;
    margin-top: 35px;
  }
  .mind_yoga_text_group .circle{
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ffa621;
    margin-bottom: 7px;
  }
  .mind_yoga_text_group h3{
    font-size: 2.2rem;
    margin-bottom: 10px;
    color: #333333;
  }
  .mind_yoga_text_group h3:after{
    content: "";
    width: 85px;
    height: 2px;
    display: block;
    background-color: #333333;
    margin: 0 auto;
    margin-top: 10px;
  }
  .mind_yoga_text_group p{
    font-size: 1.6rem;
    margin-top: 15px;
    margin-bottom: 73px;
    color: #656565;
  }
.mind_dansik{}
.mind_dansik_img{
  margin: 0 auto;
  background: url(../img/jasmine-huang-RSQmXaCUvn0-unsplash.jpg) no-repeat center/cover;
  width: 84%;
  height: 400px; }
.mind_dansik_text_group{
  text-align: center;
  margin-top: 35px;
  margin-bottom: 73px;
}
.mind_dansik_text_group span{
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ffa621;
  margin-bottom: 7px;
}
.mind_dansik_text_group h3{
  font-size: 2.2rem;
  margin-bottom: 10px;
  color: #333333;
}
.mind_dansik_text_group h3:after{
  content: "";
  width: 96px;
  height: 2px;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
  background-color: #333333;
}
.mind_dansik_text_group p{
  font-size: 1.6rem;
  margin-top: 15px;
  margin-bottom: 73px;
  color: #656565;
  
}
.mind_meditation{}
.mind_meditation_img{
  margin: 0 auto;
  background: url(../img/meditation_info_02.jpg) no-repeat center/cover;
  width: 84%;
  height: 400px; 
}
.mind_meditation_text_group{
  text-align: center;
  margin-top: 35px;
}
.mind_meditation_text_group span{
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ffa621;
  margin-bottom: 7px;
}
.mind_meditation_text_group h3{
  font-size: 2.2rem;
  color: #333333;
  margin-bottom: 10px;
}
.mind_meditation_text_group h3:after{
  content: "";
  width: 81px;
  height: 2px;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
  background-color: #333333;
}
.mind_meditation_text_group p{
  font-size: 1.6rem;
  color: #656565;
  margin-top: 15px;
  
}
/* section3 끝끝 */

/* section4 */
#trip{}
.section4{
  padding-top: 185px;
}
.trip_img_box:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}
.trip_img_box{
  width: 100%;
  /* height: 600px; */
  margin: 0 auto;
  background: url(../img/KakaoTalk_20240419_184151017_03.jpg)no-repeat left/cover;
  padding:152px 0 137px 0;
  position: relative;
}
.trip_text_group{
  text-align: center;
  color: #ffffff;
  width: 80%;
  margin: 0 auto;
  position: relative;
}
.trip_text_group h2{
  font-size: 2.2rem;
  /* 28/22 */
  line-height: 1.272;
  margin-bottom: 20px;
}
.trip_text_group strong{
  font-size: 1.8rem;
  /* 24/18*/
  line-height: 1.33;
  word-break: keep-all;
  font-weight: normal;
}
.trip_text_group p{
  font-size: 1.6rem;
  /* 22/16 */
  line-height: 1.375;
  margin-top: 20px;
  margin-bottom: 30px;
}
.trip_text_group a{
  font-size: 1.6rem;
  color: #ffffff;
}
.trip_text_group a:after{
  content: "";
  width: 58px;
  height: 1px;
  display: block;
  margin: 0 auto;
  margin-top: 5px;
  background-color: #ffffff;
}
/* section4 끝 */


/* section5 */
#counseling{}
.section5{
  position: relative;
  padding-bottom: 230px;
}
.counseling_text_group{
  margin-top: 180px;
  text-align: center;
}
.counseling_flower{
  width: 99px;
  height: 99px;
  background: url(../img/lavender.png)no-repeat center/cover;
  transform: rotate(-45deg);
  margin: 0 auto;
  margin-bottom: 15px;
  
}
.counseling_text_group h2{
  font-size: 2rem;
  /* 28/20 */
  line-height: 1.4;
}
.counseling_img{
  width: 80%;
  height: 240px;
  margin: 0 auto;
  background: url(../img/yoga_info_01.jpg) no-repeat center/cover;
  margin-top: 135px;
}
.counseling_img2{}
.counseling_text_group2{
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
.counseling_text_group2 h3{
  margin-top: 110px;
  font-size: 1.8rem;
  /* 24/18 */
  line-height: 1.33;
}
.counseling_text_group2 p{
  margin-top: 25px;
  font-size: 1.6rem;
  /* 20/16 */
  line-height: 1.25;
  margin-bottom: 20px;
  word-break: keep-all;
}
.counseling_text_group2 a{
  font-size: 1.6rem;
  font-weight: bold;
}
.counseling_text_group2 a:after{
  content: "";
  width: 58px;
  height: 1px;
  display: block;
  margin: 0 auto;
  margin-top: 5px;
  background-color: #333333;
}
.footer_img_box{
  position: absolute;
  bottom: -50px;
  left: 55px;
  width: 33%;
  height: 170px;
  background: url(../img/finja-reinartz-kDKpFZ02JTc-unsplash.jpg)no-repeat center/cover;
  /* margin: 112px 165px  55px; */
}

/* footer */
footer{}
.footer{
  width: 100%;
  height: 750px;
  background-color: #ddcfac;
  padding: 156px 67px 80px 67px;
}
.footer_text_group{
  text-align: center;
}
.footer_text_group h2{
  display: inline-block;
  font-size: 4.5rem;
  font-family: "Over the Rainbow", cursive;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 20px;
}
.footer_text_group p{
  font-size: 2.2rem;
  margin-bottom: 85px;
}
.footer address{
  font-size: 1.6rem;
  font-style: normal;
}
.footer address p{
  font-size: 1.6rem;
  line-height: 1.75;
  /* 28/16 */
  margin-bottom: 35px;
}
.footer address p:nth-child(2){
  margin-bottom: 45px;
}
.footer address p:nth-child(3){
  margin-bottom: 0px;
}
.footer address p a{
  font-size: 1.6rem;
}
.footer address p a:nth-child(2){
  margin-bottom: 18px;
}
.footer .logo{
  width: 136px;
  height: 31px;
  background: url(../img/ft_logo.png)no-repeat center/cover;
  text-indent: -9999px;
  margin: 0 auto;
}
.footer p:last-child{
  font-size: 1.6rem;
}