@charset "utf-8";
@media screen and (min-width:1920px){
/* header */
 header{
    /* 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{
    background-color: #e5dece90;
  }
  .header_center{}
  h1{
    /* ABSOULUTE LEFT 부모 X 100 */
    /* position: fixed; abotlute 로로 */
    position: absolute;
    top: 51px;
    left: 17%;
    width: 269px;
    height: 60px;
    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{
    display: none;
    /* position: absolute;
    top: 61px;
    right: 61px; */
    /*61/768*/
    /* right:7.94%;
    width: 30px;
    height: 30px;
    z-index: 10; */
  }
  .menu_open>span {
    display: none;
    /* position: absolute;
    left: 0;
    text-indent: -9999px;
    width: 100%;
    height: 3px;
    border-radius: 3px;
    background: #000000;
    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: static;
    top: 0;
    /* padding-top: 148px; */
    left: 0;
    width: 100%;
    height: 100px;
    background: transparent;
    font-size: 2rem;
    display: block;
    /* line-height: 24px; */
    /* line-height 24/20 */
    /*line-height: 1.2;*/

  }
  nav{
    height: 100%;
  }
  nav h2{}

  nav .deco{
    /* text-align: center; */
    display: none;
  }
  /*
  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; */
    width: 100%;
    height: 100%;
    margin: 0 auto;
    gap: 40px;
    position: absolute;
    top: 38px;
    left: 16.875%;
  }
  .gnb li{
    position: relative;
    /* margin-top: 30px; */
    display: inline-block;
    margin-right: 40px;
    font-size: 2rem;
  }
  .gnb li:last-child {
    margin-right: 0;
  }
  .gnb li a{
    display: block;
    width: 100%;
    height: 100%;
  }

  .visual{
    background: url(../img/center_main.jpg) center/cover;
    width: 100%;
    height: 900px;
  }

/* main */
  main{}

/* section1_intro */
  #intro_inner{}
  .intro{
  width: 96%;
  margin: 0 auto;
  text-align: center;
  background: white;
  width: 50%;
  height: 920px;
  float: left;
  }
  .intro h2{
    font-size: 2.4rem;
    margin-top: 160px;
    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: 296px;
    height: 296px;
    margin: 0 auto;
    margin-top: 38px;
    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: 75px 0 35px 0;
    font-size: 2.2rem;
    line-height: 1.36;
    /* line-height: 30px; */
    /* line height 30/22 */
    text-align: center;
  }
  .intro a{
    display: inline-block;
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 95px;
  }
  .intro a:after{
    content: "";
    width: 81px;
    height: 2px;
    display: block;
    margin-top: 5px;
    background-color: #333333;

  }

  .intro_img{
    float: right;
    width: 50%;
    height: 920px;
    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: 250px;
    padding-bottom: 250px;
  }
  .section2 .text_group{}
  .section2 .text_group h2{
    font-size: 2.4rem;
  }
  .section2 .text_group p{
    margin-top: 15px;
    font-size: 1.8rem;
    line-height: 1.625;
    /* line-height: 26px; */
  }
  .section2 .text_group p br{
    display: none;
  }
  .img_slider{
    margin-top: 81px;
    position: relative;
  }
  .img_slider .nature_pager{
    margin-bottom: -90px;
  }
  .section2 .img_slider .nature_pager span.swiper-pagination-bullet-active{
    background-color: #ffa621;
  }
  .section2 .img_slider .nature_pager span{
    background-color: #c3c1c1;
    width: 14px;
    height: 14px;
    margin: 0 10px;
    opacity: 1;
  }

  .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: 21.25%;
    height: 470px;
    text-indent: -9999px;
    background: url(../img/walk.jpg) no-repeat center/cover;
  }
  .nature_img_box .nature_bell{
    width: 21.25%;
    height: 470px;
    text-indent: -9999px;
    background: url(../img/spring.jpg) no-repeat center/cover;
  }
  .nature_img_box .nature_bath{
    width: 21.25%;
    height: 470px;
    text-indent: -9999px;
    background: url(../img/KakaoTalk_20250319_210031457.jpg) no-repeat center/cover;
  }
  .nature_img_box .nature_chair{
    width: 21.25%;
    height: 470px;
    text-indent: -9999px;
    background: url(../img/swing.jpg) no-repeat center/cover;
  }
  .nature_img_box .nature_inner{

    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{
  }
  .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: 473px;
    text-align: center;
    margin: 0 auto 194px;

  }
  .mind_text_group br{
    display: none;
  }
  .mind_text_group h2{
    font-size: 2.4rem;
    line-height: 1.27;
    margin-bottom: 48px;
  }
  .mind_text_group p{
    font-size: 1.8rem;
    line-height: 1.444;
    /* 26/18 */
  }
  .background_text{
    position: relative;
  }
  .background_text p{
    position: absolute;
    top: 420px;
    left: 20%;
    width: 100%;
    height: 197px;
    text-align: center;
    font-size: 12rem;
    color: rgba(51,51,51,0.1);
    font-family: "WindSong", cursive;
    font-weight: 300;
    font-style: normal;
  }
  .background_text br{
    display: none;
  }
  .background_text p br:nth-child(1){
    display: none;
  }

  .mind_yoga{
    width: 100%;
    margin-left:0;
  }  
  .mind_yoga .mind_yoga_img{
    margin-bottom: 35px;
    background: url(../img/center_2nd_floor.jpg) no-repeat center/cover;
    width: 44%;
    float: left;
    height: 500px; 
  }
  .mind_yoga_text_group{
    text-align: center;
    width: 44%;
    float: right;
  }
  .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.4rem;
    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.8rem;
    margin-top: 15px;
    margin-bottom: 73px;
    color: #656565;
  }
  .mind_dansik{
    width: 100%;
    margin-right:0;
  }
  .mind_dansik_img{
    margin-bottom:35px;
    /* 마진은 아래만 주기기 */
    background: url(../img/jasmine-huang-RSQmXaCUvn0-unsplash.jpg) no-repeat center/cover;
    width: 44%;
    float: right;
    height: 500px; }

  .mind_dansik_text_group{
    text-align: center;
    margin-top: 179px;
    margin-bottom: 73px;
    float: left;    
    width: 44%;
  }
  .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.4rem;
    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.8rem;
    margin-top: 15px;
    margin-bottom: 200px;
    color: #656565;
    
  }
  .mind_meditation{
    width: 100%;
    margin-left:0;
  }
  .mind_meditation_img{
    margin-bottom: 35px;
    background: url(../img/meditation_info_02.jpg) no-repeat center/cover;
    width: 44%;
    height: 500px; 
    float: left;
  }
  .mind_meditation_text_group{
    text-align: center;
    margin-top: 179px;
    float: right;    
    width: 44%;
    height: 450px; 
  }
  .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.4rem;
    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.8rem;
    color: #656565;
    margin-top: 15px;
    
  }
  /* section3 끝끝 */

  /* section4 */
  #trip{}
  .section4{
    padding-top: 250px;
  }
  .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:185px 0 185px 0;
    position: relative;
  }
  .trip_text_group{
    text-align: center;
    color: #ffffff;
    width: 90%;
    margin: 0 auto;
    position: relative;
  }
  .trip_text_group h2{
    font-size: 2.8rem;
    /* 25/28 */
    line-height: 1.272;
    margin-bottom: 20px;
  }
  .trip_text_group strong{
    font-size: 2rem;
    /* 28/20*/
    line-height: 1.4;
    /* word-break: keep-all;
    font-weight: normal; */
  }
  .trip_text_group p{
    font-size: 1.8rem;
    /* 26/18 */
    line-height: 1.444;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .trip_text_group a{
    font-size: 1.8rem;
    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: 250px;
    text-align: center;
    position: absolute;
    top: -150px;
    left: 67%;
  }
  .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;
    /* 40/20 */
    line-height: 2;
    font-weight: 500;
  }
  .counseling_img{
    position: relative;
    z-index: 10;
    width: 45.83%;
    height: 650px;
    margin: 250px 935px 0 105px;
    background: url(../img/yoga_info_01.jpg) no-repeat center/cover;
    margin-top: 135px;
  }
  .counseling_img2:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    }
    .counseling_img2{
    position: relative;
    width: 55.67%;
    height: 713px;
    background: url(../img/sonamu.jpg)no-repeat center/cover;
    margin: -100px 37px 350px 814px; 
    /* padding: 110px 0 112px 0; */
  }
  .counseling_text_group2{
    text-align: center;
    width: 90%;
    margin: 0 auto;
    position: absolute;
    top: 25%;
    left: 5%;
    /* transform: translate(-50%, -50%); */
    color: #ffffff;
  }
  .counseling_text_group2 h3{
    /* margin-top: 100px; */
    font-size: 2.4rem;
    /* 28/24 */
    line-height: 1.16;
  }
  .counseling_text_group2 p{
    margin-top: 25px;
    font-size: 2.2rem;
    /* 26/22 */
    line-height: 1.18;
    margin-bottom: 30px;
    word-break: keep-all;
  }
  .counseling_text_group2 a{
    font-size: 2.2rem;
    font-weight: 500;
    color: #ffffff;
  }
  .counseling_text_group2 a:after{
    content: "";
    width: 68px;
    height: 1px;
    display: block;
    margin: 0 auto;
    margin-top: 5px;
    background-color: #ffffff;
  }
  .footer_img_box{
    position: absolute;
    bottom: -70px;
    left: 198px;
    width: 23.43%;
    height: 550px;
    background: url(../img/tree.jpg)no-repeat center/cover;
    /* margin: 112px 165px  55px; */
  }

  /* footer */
  footer{}
  .footer{
    width: 100%;
    height: 750px;
    background-color: #ddcfac;
    /* padding: 225px 166px 80px 166px; */
  }
  .footer_text_group{
    text-align: center;
    /* width: 100%; */
  }
  .footer_text_group h2{
    display: inline-block;
    font-size: 7rem;
    font-family: "Over the Rainbow", cursive;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 20px;
    /* white-space: nowrap; */
  }
  .footer_text_group p{
    font-size: 2.6rem;
    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: 30px;
  }
  .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/logo.png)no-repeat center/cover;
    text-indent: -9999px;
    margin: 0 auto;
  }
  .footer p:last-child{
    font-size: 1.6rem;
  }

}