/* header start */
header{
  position: fixed;
  width:100%;
  height:200px;
  min-width:1400px;
  z-index: 9999;
  top:0;
  left:0;
  transition: all .3s ease-in-out;
  background-color:#fff;
}
header.on{
  position: fixed;
  width:100%;
  min-width:1400px;
  top:0;
  left:0;
  height:100px;
  /* border-bottom:1px solid #ccc; */
}
header .logo{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:140px;
  transition: all .3s ease-in-out;
  border-bottom:1px solid #b07f49;
}
header .logo.on{top:-140px;}
header .logo h1{
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  width:276px;
  height:74px;
  transition:all .3s ease-in-out;
  background: url(../img/logo.png) 50% 50% no-repeat;
  background-size: 276px;
}
header .logo h1.on{
  background: url(../img/logo.png) 50% 50% no-repeat;
  background-size: 276px;
}
header .logo h1 a{
  display: block;
  width:276px;
  height:74px;
}

header:hover{background-color: #fff; transition: all .3s ease-in-out;}
header:hover .logo h1{background: url(../img/logo.png) 50% 50% no-repeat; background-size:276px; transition:all .3s ease-in-out;}
header:hover .gnb li a{color: #333 !important; transition:all .3s ease-in-out;}
header:hover .gnb li a:hover::after{opacity: 1;}
header:hover .menubtn_wrap ul li{background-color: #333;}


.pos{position: relative;}
.bar{
  width:0;
  height: 5px;
  border-radius: 2.5px;
  background-color: #81d8d0;
  position: absolute;
  left: 0;
  bottom: 0;
}
/* .logo_down{
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  left:0;
  z-index: 999;
  display: none;
}
.logo_down a{display: block;}
.logo_down.on{display: block;} */


nav{
    width:100%;
    max-width:1400px;
    min-width:1400px;
    margin:0 auto;
    z-index: 999;
    position: absolute;
    top:140px;
    left:50%;
    transform: translateX(-50%);
    transition:all .3s ease-in-out;
}
nav.on{top:0;}
.gnb{
    display: flex;
    align-items: center;
    justify-content:center;
    gap:80px;
}
/* .gnb.on{
  display: flex;
  align-items: center;
  justify-content:end;
} */
.gnb > li{
    transition: all .3s ease-in-out;
    text-align: center;
}
.gnb > li:nth-of-type(2){width:150px;}
/* .gnb > li.on{margin-left:50px;} */

.gnb > li > .gnb_wrap > a.on{color:#333; height:100px; line-height: 100px;}

.gnb > li > .gnb_wrap > a{
    color:#333;
    font-size:18px;
    font-weight: 400;
    height:60px;
    line-height: 60px;
    position: relative;
}
.gnb > li > .gnb_wrap > a::after{content:'';
    display:block;
    width:25px;
    height:10px;
    border-radius: 0 0 15px 15px;
    position: absolute;
    top:-17px;
    left:50%;
    background-color: #81d8d0;
    transform: translateX(-50%);
    transition: all .3s ease-in-out;
    opacity: 0;
}
.gnb > li > .gnb_wrap > .magenta::after{
  top:0;
}
.gnb > li > .gnb_wrap > .magenta.on::after{
  top:0;
}

.gnb > li > .gnb_wrap > a.on::after{
    display:block;
    width:25px;
    height:10px;
    border-radius: 0 0 15px 15px;
    position: absolute;
    top:-17px;
    left:50%;
    background-color: #81d8d0;
    transform: translateX(-50%);
    transition: all .3s ease-in-out;
}

/* 기존 선택자에 애니메이션 추가 */
.gnb > li > .gnb_wrap > .magenta {
  font-size: 20px!important;
  display: inline-block;
  color: #FF00FF;
  font-weight: 800;
  animation: flash-bomb 1.5s infinite ease-in-out;
}

@keyframes flash-bomb {
  0% {
    font-size: 1em;
    letter-spacing: normal;
    filter: brightness(1);
  }
  20% {
    letter-spacing: -1px;
  }
  40% {
    font-size: 1.1em;
    letter-spacing: 2px;
    filter: brightness(1.5);
    color: #FF00FF;
  }
  60% {
    font-size: 1.05em;
    letter-spacing: 1px;
    filter: brightness(1.2);
  }
  100% {
    font-size: 1em;
    letter-spacing: normal;
    filter: brightness(1);
  }
}
.gnb > li > .gnb_wrap > .magenta img{width:30px; margin:10px 10px 0 0;}
.gnb > li > .gnb_wrap > .magenta img.on{margin:30px 10px 0 0;}

.header_bg{
  position: absolute;
  left: 0;
  top: 200px;
  width: 100%;
  height: 220px;
  display: none;
  z-index: 9;
  background-color: #fff;
  border-top:1px solid #ccc;
  border-bottom:3px solid #b07f49;
}
.header_bg.on{top:100px;}
.gnb > li > .gnb_wrap{position: relative;}
.sub_menu{
  font-size:0;
  display:none;
  position: absolute;
  z-index:99;
  left:50%;
  transform: translateX(-50%);
  width:160px;
}
.sub_menu li{transition: all .3s ease-in-out;}
.sub_menu a{
  font-size:16px;
  font-weight: 400;
  color: #464243 !important;
  line-height: 36px;
  display: block;
  position: relative;
  transition: all .3s ease-in-out;
  overflow: hidden;
}
.sub_menu a::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 130%;
  height: 200%;
  border-radius: 50%;
  transform: translate3d(-50%,-50%,0) scale3d(0,0,0);
  transition: opacity .4s cubic-bezier(.19,1,.22,1),transform .75s cubic-bezier(.19,1,.22,1);
  /* background-color: #bf0b2c; */
  background-color: #b07f49;
  opacity: 0;
  z-index: -1;
  transition: all .2s ease-in-out;
}
.sub_menu a:hover::before{
  opacity: 1;
  transition-duration: .85s;
  transition: all .2s ease-in-out;
  transform: translate3d(-50%,-50%,0) scale3d(1,1,1);
}
.sub_menu a:hover{color: #fff !important; transition: all .2s ease-in-out;}

/* header menu active */
/* header.active1 .gnb > li:nth-child(1) .gnb_wrap > a,
header.active2 .gnb > li:nth-child(2) .gnb_wrap > a,
header.active3 .gnb > li:nth-child(3) .gnb_wrap > a,
header.active4 .gnb > li:nth-child(4) .gnb_wrap > a,
header.active5 .gnb > li:nth-child(5) .gnb_wrap > a,
header.active6 .gnb > li:nth-child(6) .gnb_wrap > a,
header.active7 .gnb > li:nth-child(7) .gnb_wrap > a,
header.active8 .gnb > li:nth-child(8) .gnb_wrap > a,
header.active9 .gnb > li:nth-child(9) .gnb_wrap > a{color: #b07f49;} */

header.active1 .gnb > li:nth-child(1) .gnb_wrap > a::after,
header.active2 .gnb > li:nth-child(2) .gnb_wrap > a::after,
header.active3 .gnb > li:nth-child(3) .gnb_wrap > a::after,
header.active4 .gnb > li:nth-child(4) .gnb_wrap > a::after,
header.active5 .gnb > li:nth-child(5) .gnb_wrap > a::after,
header.active6 .gnb > li:nth-child(6) .gnb_wrap > a::after,
header.active7 .gnb > li:nth-child(7) .gnb_wrap > a::after,
header.active8 .gnb > li:nth-child(8) .gnb_wrap > a::after{opacity: 1;}
/* header end */

/* header end */

/* visual swiper start */
.visual{
    width:100%;
    height:717px;
    min-width:1400px;
    margin-top:200px;
    transition: all .3s ease-in-out;
}
.visual .typo_wrap{
  width:1400px;
  height:100%;
  margin:0 auto;
  position: absolute;
  z-index: 99;
}
.typo{
    position: absolute;
    bottom:10%;
    left:0;
    width:100%;
    z-index: 99;
    text-align: right;
}

.typo span{
    display:block;
    color:#fff;
    transition:all 1s ease-in-out;
}
.typo span:first-child{
    font-size:64px;
    font-weight: 200;
    line-height: 60px;
    transition-delay:0s;
    /* color:#785d39; */
    color:#fff;
    letter-spacing: -5px;
}
.typo span:first-child strong{
  font-size:64px; color:#fff;
  font-weight: 600;
}
.typo span:nth-child(2){
  font-size:24px;
  transition-delay:.5s;
  color:#fff;
  padding:30px 0;
  font-weight: 600;
}
.typo span:last-child{
    font-size:24px;
    transition-delay:1s;
    font-family: 'GmarketSansLight';
}
.visual .swiper-slide > img{width:100%; transform:scale(1.2); transition:all 5s ease;}
.visual .swiper-slide.swiper-slide-active > img.zoom{transform:scale(1);}

/* .visual .swiper-slide.swiper-slide-active .typo > span.up{opacity:1; transform:translate(0,0);} */

/* .visual .mySwiper .swiper-wrapper .swiper-slide.swiper-slide-active span:first-child{animation:top 1s .4s both;}
.visual .mySwiper .swiper-wrapper .swiper-slide.swiper-slide-active span:nth-child(2){animation:middle 1s .6s both;} */
.visual .mySwiper .swiper-wrapper .swiper-slide.swiper-slide-active span:first-child{animation:rubberBand 1s .4s both;}
.visual .mySwiper .swiper-wrapper .swiper-slide.swiper-slide-active span:nth-child(2){animation:bounceInLeft 1s .6s both;}

/* @keyframes top{
    0%{opacity: 0; transform:translateX(-300px);}
    100%{opacity: 1; transform: translateX(0);}
}
@keyframes middle{
  0%{opacity: 0; transform:translateX(-300px);}
    100%{opacity: 1; transform: translateX(0);}
} */

.visual .swiper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.visual .swiper-slide {
  width:100%;
  text-align: center;
  font-size: 18px;
  background: #fff;
  overflow: hidden;
  position: relative;
  z-index: 0;

  /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.visual .swiper-slide img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* .visual .swiper-slide::before{
  position: absolute;
  content: '';
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
} */

.visual .swiper .swiper-pagination span{margin:0 3px;}

.visual .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border:1px solid #fff;
    background: none;
    border-radius: 100%;
}

.visual .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}
.visual .swiper .swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
    left:50%;
    bottom:50px;
    transform: translate(-50%, 100%);
}
.visual .swiper-button-prev,
.visual .swiper-container-rtl .swiper-button-next {
    /* background-image: url("../img/swiper_prev.png"); */
    left: 10px;
    right: auto;
    width:20px;
    color:#fff
}
.visual .swiper-button-next,
.visual .swiper-container-rtl .swiper-button-prev {
    /* background-image: url("../img/swiper_next.png"); */
    right: 10px;
    left: auto;
    width:20px;
    color:#fff
}
.visual .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{font-size:44px;}
.visual .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{font-size:44px;}

.visual .swiper-button-next,
.visual .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 60px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 40px 60px;
    background-position: center;
    background-repeat: no-repeat
}
/* visual swiper end */

/* image_show_wrap 공통 */
section .image_show_wrap,
section .image_show_wrap2{
    position: relative;
    top: 0px;
    left: 0%;
    width: 100%;
}
section .image_show_wrap{overflow: hidden; animation-duration: 1.4s;}
section .image_show_wrap2{animation-duration: 1.4s;}

section .show_img01{animation-name: show_img01;}
@keyframes show_img01{
    0%{opacity: 0; transform: translate3d(-100%, 0, 0);}
}
section .show_img02{animation-name: show_img02;}
@keyframes show_img02{
    0%{opacity: 0; transform: translate3d(100%, 0, 0);}
}
section .show_img03{animation-name: show_img03;}
@keyframes show_img03{
    0%{opacity: 0; transform: translate3d(100%, 0, 0);}
}
section .show_img04{animation-name: show_img04;}
@keyframes show_img04{
    0%{opacity: 0; transform: translate3d(-100%, 0, 0);}
}
section .show_img05{animation-name: show_img05;}
@keyframes show_img05{
    0%{opacity: 0; transform: translate3d(0, 100%, 0);}
}
section .show_img06{animation-name: show_img06;}
@keyframes show_img06{
    0%{opacity: 0; transform: translate3d(0, -100%, 0);}
}
/* image_show_wrap 공통 */

/* q_menu */
.s_qmenu{
  position: absolute;
  top:300px;
  right:5%;
  z-index: 999;
}
.s_qmenu li{padding:5px 0;}

.s_qmenu li:nth-of-type(1) a{display: block; width:56px; height:56px; border-radius: 28px; background: url(../img/top/q3_h.png)no-repeat 50% 50%; transition: all .3s ease-in-out;}
.s_qmenu li:nth-of-type(2) a{display: block; width:56px; height:56px; border-radius: 28px; background: url(../img/top/q6.png)no-repeat 50% 50%; transition: all .3s ease-in-out;}
.s_qmenu li:nth-of-type(3) a{display: block; width:56px; height:56px; border-radius: 28px; background: url(../img/top/q4.png)no-repeat 50% 50%; transition: all .3s ease-in-out;}
.s_qmenu li:nth-of-type(4) a{display: block; width:56px; height:56px; border-radius: 28px; background: url(../img/top/q5.png)no-repeat 50% 50%; transition: all .3s ease-in-out;}

.s_qmenu li:nth-of-type(1) a:hover{background: url(../img/top/q3.png)no-repeat 50% 50%; transform: scale(1.1);}
.s_qmenu li:nth-of-type(2) a:hover{background: url(../img/top/q6_h.png)no-repeat 50% 50%; transform: scale(1.1);}
.s_qmenu li:nth-of-type(3) a:hover{background: url(../img/top/q4_h.png)no-repeat 50% 50%; transform: scale(1.1);}
.s_qmenu li:nth-of-type(4) a:hover{background: url(../img/top/q5_h.png)no-repeat 50% 50%; transform: scale(1.1);}
/* q_menu */


/* reservation */
.reservation{
  position: absolute;
  top:40px;
  right:5%;
  display: flex;
  align-items: center;
  gap:10px;
  transition: all .3s ease-in-out;
}
.reservation.on{top:10px}

.reservation a{display: block; position: relative;}
.reservation a .img{width:70px; height:56px; border-radius: 10px; overflow: hidden; margin:0 auto 10px auto;}
.reservation a p{
  text-align: center;
  font-size:14px;
  font-weight: 600;
  color:#333;
}
.reservation .kakao{
  background: url(../img/top/q1_h.png)no-repeat 50% 50%; 
  background-color: #ffe900;
  transition: all .3s ease-in-out;
}
.reservation .kakao:hover{
  background: url(../img/top/q1.png)no-repeat 50% 50%; 
  background-color: #dfdcdc;
}

.reservation .naver{
  background: url(../img/top/q2_h.png)no-repeat 50% 50%;
  background-color: #34af35;
  transition: all .3s ease-in-out;
}
.reservation .naver:hover{
  background: url(../img/top/q2.png)no-repeat 50% 50%;
  background-color: #dfdcdc;
}


/* ------------------------------------- section ------------------------------------- */
/* section1 */
.cont1{
  padding-top:120px;
  background-color: #fef2e8;
}
.cont1 .doctor{
  width:100%;
  height:100%;
  min-width:1400px;
  transition: all .3s ease-in-out;
}

.cont1 .doctor .swiper {
    width: 1140px;
    height: 100%;
    margin-bottom:120px;
    position: relative;
}

.cont1 .doctor .swiper-slide {
    width:100%;
    text-align: center;
    font-size: 18px;
    background-color: #fef2e8;
    overflow: hidden;
    position: relative;
}
.cont1 .doctor .swiper-slide img{
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
}
.cont1 .doctor .swiper .swiper-pagination span{margin:0 3px;}
.cont1 .doctor .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border:1px solid #fff;
    background: none;
    border-radius: 100%;
}

.cont1 .doctor .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}
.cont1 .doctor .swiper .swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
    left:50%;
    bottom:50px;
    transform: translate(-50%, 100%);
}
.cont1 .doctor .swiper-button-prev,
.cont1 .doctor .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
    width:20px;
    color:#fff;
    top: 35%;
    transform: translateY(-50%);
}
.cont1 .doctor .swiper-button-next,
.cont1 .doctor .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
    width:20px;
    color:#fff;
    top: 35%;
    transform: translateY(-50%);
}
.cont1 .doctor .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{font-size:150px; font-weight: 200;}
.cont1 .doctor .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{font-size:150px; font-weight: 200;}

.cont1 .doctor .tit{padding:40px 60px; position: relative; height:360px;}
.cont1 .doctor .tit ul{
  display: flex;
  justify-content: space-between;
  gap:40px;
}
.cont1 .doctor .tit ul li{width:50%;}
.cont1 .doctor .tit h5{
  font-size:20px;
  color:#000;
  text-align: left;
  margin-bottom:10px;
}
.cont1 .doctor .tit p{
  font-size:18px;
  line-height: 30px;
  color:#333;
  text-align: left;
}

.cont1 .doctor .tit .sign{
  position: absolute;
  bottom:20px;
  right:40px;
}
/* section1 */





/* section2 */
.cont2{padding:120px 0; overflow: hidden;}
.cont2 h2{
  font-size:72px;
  color:#b07f49;
  text-align: center;
}
.cont2 .inner{width:1300px; margin:0 auto;}
.cont2 .inner > p{
  font-size:35px;
  color:#b07f49;
  text-align: center;
  padding:10px 0;
}

.cont2 .cont2_box{margin-top:60px;}
.cont2 .cont2_box ul{
  display: flex;
  flex-wrap: nowrap;
  align-items: top;
  justify-content: space-between;
  gap:20px;
}
/* .cont2 .cont2_box .img{border-radius: 5px; overflow: hidden; border:1px solid #897a6a;} */
.cont2 .cont2_box .img img{transition: all .3s ease-in-out;}
.cont2 .cont2_box a:hover .img img{transform: scale(1.1);}

.cont2 .cont2_box .tit h3{
  font-size:60px;
  color:#000;
  text-align: center;
  padding:20px 0;
  font-weight: 200;
  transition: all .3s ease-in-out;
}
.cont2 .cont2_box .tit p{
  font-size:24px;
  line-height: 32px;
  color:#333;
  text-align: center;
  transition: all .3s ease-in-out;
}
.cont2 .cont2_box a:hover .tit h3{color:#6c4a1b;}
.cont2 .cont2_box a:hover .tit p{color:#6c4a1b;}
/* section2 */





/* section3 */
.cont3{
  background: url(../img/section3/section3_bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  padding:120px 0;
  overflow: hidden;
}
.cont3 h2{
  font-size:72px;
  color:#fff;
  text-align: center;
}
.cont3 p{
  font-size:35px;
  color:#fff;
  text-align: center;
}

/* cont3 swiper start */
.cont3 .swiper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin-top:60px;
}
.cont3 .swiper-slide {
  width:100%;
  height:100%;
  text-align: center;
  font-size: 18px;
  background-color: #f5ecdf;
  overflow: hidden;

/* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cont3 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cont3 .swiper .swiper-pagination span{margin:0 3px;}

.cont3 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border:1px solid #fff;
  background: none;
  border-radius: 100%;
}
.cont3 .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
  width:30px;
  height:10px;
  border-radius: 5px;
}
.cont3 .cont3_slide .swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
  left:50%;
  bottom: -15px;
  transform: translate(-50%, 100%);
}

.cont3 .swiper .cont3_typo{
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  right:5%;
}
.cont3 .swiper .cont3_typo h4{
  font-size:36px;
  color:#b07f4a;
  text-align: right;
  font-weight: 400;
}
.cont3 .swiper .cont3_typo h4 strong{
  font-size:36px;
  color:#b07f4a;
  border-bottom:1px solid #b07f4a;
}
.cont3 .swiper .cont3_typo p{
  font-size:24px;
  line-height: 40px;
  color:#333;
  text-align: right;
  font-weight: 200;
  margin-top:40px;
}
.cont3 .mySwiper .swiper-wrapper .swiper-slide.swiper-slide-active .cont3_typo h4:first-child{animation:bounceInLeft 1s .4s both;}
.cont3 .mySwiper .swiper-wrapper .swiper-slide.swiper-slide-active .cont3_typo p{animation:bounceInLeft 1s .6s both;}
/* cont3 swiper end */
/* section3 */





/* section4 */
.cont4{
  background: url(../img/section4/cont4_bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  padding:60px 0;
  overflow: hidden;
}
.cont4 ul{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap:40px;
}
.cont4 ul li{width:50%;}

.cont4 .tit span{display: block;}
.cont4 .tit h2{
  font-size:48px;
  color:#fff;
  text-align: left;
  padding-bottom:10px;
  font-weight: 400;
}
.cont4 .tit h2 strong{
  font-size:48px;
  color:#81d8d0;
  position: relative;
}
.cont4 .tit h2 strong::before{
  content: '';
  position: absolute;
  top:0;
  left:50%;
  transform: translateX(-50%);
  width:5px;
  height:5px;
  border-radius: 50%;
  background-color: #fdf8c8;
}
.cont4 .tit p{
  font-size:18px;
  color:#fff;
  text-align: left;
  line-height: 32px;
}
.cont4 .tit .button{margin-top:60px;}
.cont4 .tit .button a{
  display: block;
  width:200px;
  height:50px;
  line-height: 50px;
  font-size:18px;
  color:#333;
  background-color: #81d8d0;
  text-align: center;
  position: relative;
  transition: all .3s ease-in-out;
  z-index: 0;
}
.cont4 .tit .button a::before{
  content: '';
  position: absolute;
  top:0;
  left:0;
  width:0;
  height:100%;
  background-color: #fff;
  transition: all .3s ease-in-out;
  z-index: -1;
}
.cont4 .tit .button a:hover{color:#000;}
.cont4 .tit .button a:hover::before{width:100%;}
/* section4 */





/* section5 */
.cont5{padding:120px 0; overflow: hidden;}
.cont5_box h2{
  font-size:55px;
  color:#b1814c;
  text-align: center;
}

.cont5_box p{
  font-size:35px;
  color:#b1814c;
  text-align: center;
  margin-top:20px;
  margin-bottom:60px;
}

.cont5_box ul{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap:15px;
  margin-top:20px;
}
.cont5_box ul li{width:25%; height:250px; padding:30px; position: relative; background-color: #fef2e8;}
.cont5_box ul .color{background-color: #ecdfd5;}

.cont5_box ul li h3{
  font-size:32px;
  line-height: 40px;
  color:#b1814c;
  text-align: left;
  margin-top:25px;
  font-weight: 200;
}
.cont5_box ul li h3 strong{
  font-size:32px;
  color:#b1814c;
  font-weight: 400;
}
.cont5_box ul li > img{
  position: absolute;
  top:80px;
  right:35px;
}
.cont5_box ul li a{
  display: block;
  position: absolute;
  bottom:30px;
  left:30px;
  width:150px;
  height:40px;
  line-height: 40px;
  border-radius: 20px;
  font-size:18px;
  color:#897a6a;
  border:1px solid #897a6a;
  text-align: center;
  padding-right:20px;
  transition: all .3s ease-in-out;
  overflow: hidden;
  z-index: 0;
}
.cont5_box ul li a::before{
  content: '>';
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  right:20px;
  font-size:20px;
  color:#897a6a;
  transition: all .3s ease-in-out;
}
.cont5_box ul li a::after{
  content: '';
  position: absolute;
  bottom:0;
  left:0;
  width:0%;
  height:100%;
  transition: all .3s ease-in-out;
  z-index: -1;
  background-color: #897a6a;
}

.cont5_box ul li a:hover{color:#fff; font-weight: 600;}
.cont5_box ul li a:hover::after{width:100%;}
.cont5_box ul li a:hover::before{right:15px; color:#fff; font-weight: 600;}

.cont5_banner ul{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top:15px;
}
.cont5_banner ul li{width:50%; padding:30px; height:190px; position: relative;}
.cont5_banner ul li:nth-of-type(1){background: url(../img/section5/bg1.jpg) no-repeat 50% 50%; background-size: cover;}
.cont5_banner ul li:nth-of-type(2){background: url(../img/section5/bg2.jpg) no-repeat 50% 50%; background-size: cover;}
.cont5_banner ul li h3{
  font-size:32px;
  color:#fef2e8;
  text-align: left;
  padding:30px 0 15px 0;
}
.cont5_banner ul li:nth-of-type(2) h3{color:#fff;}
.cont5_banner ul li p{
  font-size:18px;
  color:#fef2e8;
  text-align: left;
}
.cont5_banner ul li:nth-of-type(2) p{color:#fff;}
.cont5_banner ul li a{
  display: block;
  position: absolute;
  bottom:30px;
  right:40px;
  width:150px;
  height:40px;
  line-height: 40px;
  border-radius: 20px;
  font-size:18px;
  color:#fef2e8;
  border:1px solid #fef2e8;
  text-align: center;
  padding-right:20px;
  transition: all .3s ease-in-out;
  overflow: hidden;
  z-index: 0;
}
.cont5_banner ul li:nth-of-type(2) a{color:#fff; border:1px solid #fff;}
.cont5_banner ul li a::before{
  content: '>';
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  right:20px;
  font-size:20px;
  color:#fef2e8;
  transition: all .3s ease-in-out;
}
.cont5_banner ul li:nth-of-type(2) a::before{color:#fff;}
.cont5_banner ul li a::after{
  content: '';
  position: absolute;
  bottom:0;
  left:0;
  width:0%;
  height:100%;
  transition: all .3s ease-in-out;
  z-index: -1;
  background-color: #ae9b86;
}
.cont5_banner ul li a:hover{border:1px solid #ae9b86; color:#fff;}
.cont5_banner ul li a:hover::after{width:100%;}
.cont5_banner ul li a:hover::before{right:15px; color:#fff;}
/* section5 */





/* section6 */
.cont6{
  width:100%;
  height:675px;
  overflow: hidden;
}
/* cont6 swiper start */
.cont6 .cont6_typo{
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  width:100%;
  z-index: 99;
}
.cont6 .cont6_typo span{
  color:#fff;
  display:block;
  opacity: 1;
  transition:all 1s ease-in-out;
}
.cont6 .cont6_typo span:first-child{
  font-size:64px;
  transition-delay:0s;
  font-weight: 800;
}
.cont6 .cont6_typo span:nth-child(2){
  font-size:24px;
  transition-delay:0.5s;
  padding:30px 0;
}

.cont6 .swiper-slide > img{width:100%; transform:scale(1.1); transition:all 5s ease;}
.cont6 .swiper-slide.swiper-slide-active > img.zoom{transform:scale(1);}

.cont6 .mySwiper .swiper-wrapper .swiper-slide.swiper-slide-active span:first-child{animation:bounceInLeft 1s .2s both;}
.cont6 .mySwiper .swiper-wrapper .swiper-slide.swiper-slide-active span:last-child{animation:bounceInLeft 1s .4s both;}

.cont6 .swiper {
width: 100%;
height:675px;
position: relative;
overflow: hidden;
}

.cont6 .swiper-slide {
width:100%;
height:100%;
text-align: center;
font-size: 18px;
background: #fff;
overflow: hidden;

/* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cont6 .swiper-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.cont6 .swiper-button-prev,
.cont6 .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
  width:20px;
  color:#fff;
}
.cont6 .swiper-button-next,
.cont6 .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
  width:20px;
  color:#fff;
}
.cont6 .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{font-size:44px;}
.cont6 .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{font-size:44px;}

.cont6 .swiper-button-next,
.cont6 .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 60px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 40px 60px;
  background-position: center;
  background-repeat: no-repeat
}
/* visual swiper end */
/* section6 */





/* section7 */
.cont7{
  background: url(../img/section7/section7_bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  width:100%;
  height:857px;
  padding:120px 0;
  overflow: hidden;
}
.cont7 .inner{position: relative; width:1300px; margin:0 auto;}
.cont7 .cont7_title{
  position: absolute;
  top:0px;
  right:0;
}
.cont7 .cont7_title h3{
  font-size:40px;
  color:#a0713e;
  font-weight: 200;
  text-align: left;
  padding-bottom:20px;
  border-bottom:1px solid #a0713e;
}
.cont7 .cont7_title h3 strong{
  font-size:40px;
  color:#a0713e;
}
.cont7 .cont7_title p{
  font-size:24px;
  color:#8a8a8a;
  text-align: left;
  padding-top:20px;
  letter-spacing: -1px;
}

.cont7 .cont7_circle{padding-top:270px;}
.cont7 .cont7_circle ul{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  gap:20px;
}
.cont7 .cont7_circle ul li{width:20%;}
.cont7 .cont7_circle .img{
  width:244px;
  height:244px;
  border-radius: 50%;
  position: relative;
  background-color: #83cebe;
}
.cont7 .cont7_circle .img::after{
  content: '';
  position: absolute;
  width:2px;
  height:85px;
  top:190px;
  left:50%;
  transform: translateX(-50%);
  background-color: #000;
}
.cont7 .cont7_circle .img::before{
  content: '';
  position: absolute;
  bottom:-35px;
  left:50%;
  transform: translateX(-50%);
  width:10px;
  height:10px;
  background-color: #000;
}
.cont7 .cont7_circle .img span{
  display: block;
  font-size:28px;
  color:#fff;
  text-align: center;
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  width:100%;
}
.cont7 .cont7_circle p{
  font-size:28px;
  color:#000;
  text-align: center;
  line-height: 32px;
  margin-top:60px;
}
.cont7 .cont7_circle ul li:nth-child(even) .img{background-color: #c0e0d3;}
.cont7 .cont7_circle ul li:nth-child(even) .img span{color:#656565;}
/* section7 */

/* section8 */
/* section8 */




/* footer */
.footer{padding:30px 0; background-color: #835b30;}
.footer ul{
  display: flex;
  align-items: top;
  justify-content: space-between;
}
.footer ul li:nth-of-type(1){width:25%}
.footer ul li:nth-of-type(2){width:65%}
.footer ul li:nth-of-type(3){width:20%}

.footer ul li p{
  font-size:18px;
  color:#fff;
  text-align: left;
  line-height: 28px;
  font-weight: 200;
}
.footer ul li .link{
  margin-top:10px;
  display: flex;
  align-items: center;
}
.footer ul li .link a{
  display: block;
  font-size:18px;
  color:#fff;
  margin-right:30px;
  position: relative;
  transition: all .3s ease-in-out;
}
.footer ul li .link a::before{
  content: '';
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  right:-15px;
  width:1px;
  height:15px;
  background-color: #fff;
}
.footer ul li .link a:last-child::before{display: none;}
.footer ul li .link a:hover{color:#83cebe;}

.footer ul li .sns{
  display: flex;
  align-items: center;
  justify-content: end;
  gap:30px;
}
.footer ul li .sns a{
  display: block;
  width:30px;
  height:29px;
  transition: all .3s ease-in-out;
}
.footer ul li .sns .sns1{background: url(../img/footer/sns1.png) no-repeat 50% 50%; background-size: cover;}
.footer ul li .sns .sns2{background: url(../img/footer/sns2.png) no-repeat 50% 50%; background-size: cover;}
.footer ul li .sns .sns3{background: url(../img/footer/sns3.png) no-repeat 50% 50%; background-size: cover;}
.footer ul li .sns .sns4{background: url(../img/footer/sns4.png) no-repeat 50% 50%; background-size: cover;}
.footer ul li .sns .sns5{background: url(../img/footer/sns5.png) no-repeat 50% 50%; background-size: cover;}

.footer ul li .sns .sns1:hover{background: url(../img/footer/sns1_h.png) no-repeat 50% 50%; background-size: cover; transform: scale(1.1);}
.footer ul li .sns .sns2:hover{background: url(../img/footer/sns2_h.png) no-repeat 50% 50%; background-size: cover; transform: scale(1.1);}
.footer ul li .sns .sns3:hover{background: url(../img/footer/sns3_h.png) no-repeat 50% 50%; background-size: cover; transform: scale(1.1);}
.footer ul li .sns .sns4:hover{background: url(../img/footer/sns4_h.png) no-repeat 50% 50%; background-size: cover; transform: scale(1.1);}
.footer ul li .sns .sns5:hover{background: url(../img/footer/sns5_h.png) no-repeat 50% 50%; background-size: cover; transform: scale(1.1);}
/* footer */


/* rights_wrap pop */
.rights_wrap{
  position: fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 999999;
  display: none;
}
.rights_wrap .img{
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  overflow: hidden;
}
.rights_wrap .img .close{
  display: block;
  text-align: right;
  font-size:16px;
  color:#fff;
  padding:5px 0;
  background-color: #81d8d0;
  padding-right:40px;
  position: relative;
}
.rights_wrap .img .close img{
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  right:20px;
}
/* rights_wrap pop */

/* non_covered_wrap pop */
.non_covered_wrap{
  position: fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}
.non_covered_wrap .list{
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  overflow: hidden;
  width:800px;
  padding:30px 30px 0 30px;
  background-color: #81d8d0;
}
.non_covered_wrap .list h3{
  font-size:24px;
  color:#000;
  text-align: center;
  padding-bottom:10px;
  position: relative;
}
.non_covered_wrap .list h3::before{
  content: '';
  position: absolute;
  bottom:0;
  left:50%;
  transform: translateX(-50%);
  width:145px;
  height:2px;
  background-color: #000;
}
.non_covered_wrap .list .chart{
  width:100%;
  margin-top:30px;
  background-color: #fff;
}
.non_covered_wrap .list .chart tr th,
.non_covered_wrap .list .chart tr td{
  font-size:12px;
  color:#333;
  text-align: center;
  padding:2px 0;
  border:1px solid #ccc;
}
.non_covered_wrap .list .chart tr th:nth-of-type(1){width:60%}
.non_covered_wrap .list .chart tr th:nth-of-type(2){width:20%}
.non_covered_wrap .list .chart tr th:nth-of-type(3){width:20%}

.non_covered_wrap .list .close{
  display: block;
  text-align: right;
  font-size:16px;
  color:#fff;
  padding:5px 0;
  background-color: #81d8d0;
  padding-right:40px;
  position: relative;
}
.non_covered_wrap .list .close img{
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  right:20px;
}
/* non_covered_wrap pop */
/* ------------------------------------- section ------------------------------------- */

/* main_form */
.main_form{
  width:100%;
  padding:15px 0;
  position: fixed;
  bottom:0;
  left:0;
  background-color: #b07f49;
}
.main_form .board .AWbbs_input_table textarea{display: none;}
.main_form .board .consult_cont{border:0;}
.main_form .board .consult_cont_wrap{
  display: flex;
}






.form_look{display: none;}
/* main_form */
