/* header start */
/* top_kakao*/
/* .top_kakao{
  background-color: #fbe201;
  width:100%;
  left:0;
  position: fixed;
  overflow: hidden;
  z-index: 997;
}
.top_kakao_wrap{
  position: relative;
  height:50px;
}
.top_kakao img{
  position: absolute;
  left:50%;
  top:50%;
  transform: translate(-50%, -50%);
  padding:0 5px;
} */

/* top */
.top{position:fixed; top:0px; left:0; z-index:997; width:100%; height:80px; transition: all .3s ease-in-out;}
.top.on{background:#fff; border-bottom:1px solid #ccc;}
.top .menubtn{position:relative; float:right; width:63px; margin-top:16px;}
.top .menubtn ul{position:absolute; top:0; left:0; width:63px; height:50px; padding:4px 16px;}
.top .menubtn ul li{height:1px; margin:10px 0; background:#fff; transition:all 0.5s; transform-origin: left center;}
.top .menubtn ul li.on{height:1px; margin:10px 0; background:#000; transition:all 0.5s; transform-origin: left center;}
.top .menubtn ul li:nth-child(2){width:50%;}
.top .menubtn.on ul .bar_t{transform:rotate(45deg);}
.top .menubtn.on ul .bar_m{width:0;}
.top .menubtn.on ul .bar_b{transform:rotate(-45deg);}
.top .logo{padding-left:15px; padding-top:10px; transition: all .3s ease-in-out;}
.top .logo img{height:60px; transition: all .3s ease-in-out;}

.top .logo_scroll{padding-left:15px; padding-top:10px; display: none; transition: all .3s ease-in-out;}
.top .logo_scroll img{height:60px; transition: all .3s ease-in-out;}

/* sidemenu */
.menubox{position:fixed; top:0; left:-100%; z-index:998; width:100%; height:100%; transition:all 0.3s; background:#fff; overflow:auto;}
/* .menubox_top_kakao{
  background-color: #fbe201;
  width:100%;
  height:50px;
  position: relative;
  overflow: hidden;
}
.menubox_top_kakao img{
  position: absolute;
  left:50%;
  top:50%;
  transform: translate(-50%, -50%);
  height:auto;
  padding:0 5px;
} */

.menubox .logo{position: absolute; padding-left:15px; padding-top:10px; z-index: 999;}
.menubox .logo a{display: block; width:100%;}
.menubox .logo img{height:60px;}
.menubox.on{left:0;}
.sidemenu_head{position:relative; padding:40px 16px 40px; margin-bottom:10px; background-color: #fff; border:1px solid #ccc;}
.sidemenu_head ul{position:absolute; top:15px; right:0; width:63px; height:50px; padding:4px 16px;}
.sidemenu_head ul li{height:1px; margin:10px 0; background:#000; transition:all 0.5s; transform-origin: left center;}
.sidemenu_head ul .bar_t{transform:rotate(45deg);}
.sidemenu_head ul .bar_m{width:0;}
.sidemenu_head ul .bar_b{transform:rotate(-45deg);}
.sidemenu_head p:nth-of-type(1){font-size:30px; color:#000;}
.sidemenu_head p:nth-of-type(2){margin-top:10px; font-size:16px; color:#000;}
.sidemenu_body{padding:0 10px;}
.sidemenu_body .sidemenu{margin-bottom:5px;}
.sidemenu_body .sidemenu p{position:relative; padding:20px; font-size:16px; font-weight:700; color:#fff; background:#fff; border-bottom:1px solid #ccc;transition:all 0.5s;}
.sidemenu_body .sidemenu p:hover{opacity:1;}
.sidemenu_body .sidemenu p .arrow{position:absolute; top:19px; right:15px; width:15px; height:15px; background:url('../img/mplus.png') no-repeat center; transition:all 0.3s;}
.sidemenu_body .sidemenu p.open .arrow{transform:rotate(135deg);}
.sidemenu_body .sidemenu p a{color:#770007; display: block;}
.sidemenu_body .sidemenu ul{display:none; padding:5px 0 20px; background:#fff;}
.sidemenu_body .sidemenu ul li{margin-bottom:5px;}
.sidemenu_body .sidemenu ul li a{display:block; padding:15px 35px; font-size:14px; font-weight:400; color:#333; border-bottom:1px solid #ddd;}
/* header end */

/* visual swiper start */
.visual{
  width:100%;
  height:450px;
}
.typo{
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width:100%;
  z-index: 99999;
}
.typo span{
  color:#fff;
  display:block;
  opacity:1;
  transform:translate(0,100%);
  transition:all 1s ease-in-out;
}
.typo span:first-child{
  font-size:24px;
  font-weight: 800;
  color:#770007;
  font-family: 'Noto Serif KR', serif;
  transition-delay:0s;
}
.typo span:nth-child(2){
  margin-top:30px;
  font-size:14px;
  font-weight: 200;
  transition-delay:0.5s;
}
.typo span:last-child{
  font-size:14px;
  font-weight: 200;
  transition-delay:1s;
}
.visual .swiper-slide > img{width:100%; transform:scale(1.1); transition:all 5s ease;}
.visual .swiper-slide.swiper-slide-active > img.zoom{transform:scale(1);}

.visual .mySwiper .swiper-wrapper .swiper-slide.swiper-slide-active span:first-child{animation:rubberBand 1s .2s both;}
.visual .mySwiper .swiper-wrapper .swiper-slide.swiper-slide-active span:nth-child(2){animation:bounceInLeft 1s .3s both;}
.visual .mySwiper .swiper-wrapper .swiper-slide.swiper-slide-active span:last-child{animation:bounceInLeft 1s .4s both;}

/* @keyframes text{
  0%{opacity: 0; transform:translateX(-1920px);}
  100%{opacity: 1; transform: translateX(0);}
} */

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

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

/* 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::before{
position: absolute;
content: '';
width:100%;
height:100%;
top:0;
left:0;
background-color: rgba(0, 0, 0, 0.4);
z-index: 1;
}
.visual .swiper-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.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: #770007;
}
.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:30px;
  transform: translate(-50%, 100%);
}
.visual .swiper-button-prev,
.visual .swiper-container-rtl .swiper-button-next {
  background-image: url("../img/sub_swiper_prev.png");
  left: 0px;
  right: auto;
  width:20px;
}
.visual .swiper-button-next,
.visual .swiper-container-rtl .swiper-button-prev {
  background-image: url("../img/sub_swiper_next.png");
  right: 0px;
  left: auto;
  width:20px;
}
.visual .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{display: none;}
.visual .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{display: none;}

.visual .swiper-button-next,
.visual .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 40px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 30px 40px;
  background-position: center;
  background-repeat: no-repeat
}
/* visual swiper end */
/* image_show_wrap °ψΕλ */
.image_show_wrap,
.image_show_wrap2{
    position: relative;
    top: 0px;
    left: 0%;
    width: 100%;
}
.image_show_wrap{overflow: hidden; animation-duration: 1.4s;}
.image_show_wrap2{animation-duration: 1.4s;}

.show_img01{animation-name: show_img01;}
@keyframes show_img01{
    0%{opacity: 0; transform: translate3d(-100%, 0, 0);}
}
.show_img02{animation-name: show_img02;}
@keyframes show_img02{
    0%{opacity: 0; transform: translate3d(100%, 0, 0);}
}
.show_img03{animation-name: show_img03;}
@keyframes show_img03{
    0%{opacity: 0; transform: translate3d(100%, 0, 0);}
}
.show_img04{animation-name: show_img04;}
@keyframes show_img04{
    0%{opacity: 0; transform: translate3d(-100%, 0, 0);}
}
.show_img05{animation-name: show_img05;}
@keyframes show_img05{
    0%{opacity: 0; transform: translate3d(0, 100%, 0);}
}
.show_img06{animation-name: show_img06;}
@keyframes show_img06{
    0%{opacity: 0; transform: translate3d(0, -100%, 0);}
}
/* image_show_wrap °ψΕλ */
h2{
  font-size:24px;
  color:#333;
  text-align: center;
  position: relative;
}
h2::before{
  position: absolute;
  content: '';
  width:40px;
  height:2px;
  background-color: #770007;
  bottom:-20px;
  left:50%;
  transform: translateX(-50%);
}
/* ------------------------------- section ------------------------------- */
/* section1 */
.section1{padding:30px 0;}
.horseriding img{
  width:100%;
  margin-top:60px;
  height:450px;
  overflow: hidden;
  object-fit: cover;
}

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

.horseriding_text{position: relative;}
.horseriding_text h3{
  font-size:24px;
  color:#fff;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: left;
  width:300px;
  position: absolute;
  right:0;
  top:200px;
  padding-left:20px;
  z-index: 9;
}
.horseriding_text p{
  font-size:16px;
  color:#fff;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: left;
  width:300px;
  position: absolute;
  right:0;
  top:250px;
  padding:10px 0px 10px 20px;
  z-index: 9;
}
/* section1 */

/* section2 */
.facility p{
  font-size:16px;
  color:#333;
  text-align: center;
  margin:40px 0;
}
.facility ul{
  margin-top:20px;
}
.facility li{
  padding:10px 5px;
  border:1px solid #ccc;
  height:220px;
}
.facility li h3{
  font-size:18px;
  color:#333;
  text-align: center;
  height:50px;
}
.facility li span{
  display: block;
  font-size:14px;
  line-height: 28px;
  color:#000;
  opacity: .8;
  text-align: center;
  margin-top:10px;
  letter-spacing: -.5px;
}
/* section2 */

/* section3 */
.section3{padding:30px 0;}
.riding{
  background: url(../img/section3/section3_bg.jpg) no-repeat 50% fixed;
  background-size: cover;
  height:600px;
}
.riding h3{
  font-size:24px;
  color:#fff;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: left;
  width:300px;
  position: absolute;
  right:0;
  top:200px;
  padding-left:20px;
  z-index: 9;
}
.riding p{
  font-size:16px;
  color:#fff;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: left;
  width:300px;
  position: absolute;
  right:0;
  top:250px;
  padding:10px 0px 10px 20px;
  z-index: 9;
  letter-spacing: -.5px;
}
/* section3 */

/* section4 */
.introduction{overflow: hidden; margin-bottom:60px;}
.introduction p{
  font-size:16px;
  color:#333;
  text-align: center;
  margin:40px 0;
  letter-spacing: -.5px;
}
.introduction p strong{color:#bf0b2c;}
.introduction ul{margin-bottom:10px;}
.introduction li{text-align: center;}
/* section4 */

/* section5 */
.main_advantages{padding:30px 0;}
.main_advantages p{
  font-size:18px;
  color:#333;
  text-align: center;
  margin:40px 0;
}

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

.advantages_img p{
  font-size:16px;
  text-align: center;
  color:#333;
  margin-top:15px;
}
/* section5 */

/* section6 */
.bbq{
  padding:60px 0;
  position: relative;
  background: url(../img/section6/section6_bg.jpg) no-repeat 50% fixed;
  background-size: cover;
  text-align: center;
}
.bbq h2{color:#fff; margin-top:30px;}
.bbq p{
  font-size:18px;
  color:#fff;
  text-align: center;
  margin:40px 0;
}
/* section6 */

/* section7 */
.photogallery{padding:30px 0;}
.photogallery h2{margin-bottom:30px;}

.photogallery .board .gallery_wrap{padding:10px;}
.photogallery .board .gallery_wrap .gallery_inner .gallery_img{width:100%; border:1px solid #ccc;}
.photogallery .board .gallery_wrap .gallery_inner .gallery_img a{
  display: block;
  background-color: #000;
  transition: all .3s ease-in-out;
  overflow: hidden;
}
.photogallery .board .gallery_wrap .gallery_inner .gallery_img img{width:100%; height:100%; transition: all .3s ease-in-out;}
.photogallery .board .gallery_wrap .gallery_inner .gallery_text a{
  display: block;
  font-size:16px;
  text-align: center;
  padding:15px 0;
  transition: all .3s ease-in-out;
}
.photogallery .board .gallery_wrap:hover .gallery_inner .gallery_img a img{transform: scale(1.1); opacity: .8;}
.photogallery .board .gallery_wrap:hover .gallery_inner .gallery_text a{background-color: #770007; color:#fff;}
/* section7 */

/* footer */
footer{
  padding-top:30px;
  padding-bottom:90px;
  background-color: #222;
}
footer .footer_logo{text-align: center; margin-bottom:20px;}
footer .footer_logo img{width:60px;}
footer .footer_text p{
  font-size:13px;
  color:#ccc;
  text-align: center;
  opacity: .5;
}
/* footer */


/* top_btn */
.topbtn{
  position: fixed;
  bottom:70px;
  right:20px;
  z-index:9999999;
  width:30px;
  height:30px;
  border-radius: 40px;
  background-color:  #770007;
  transition: all 0.5s ease;
  opacity: 0;
}
.topbtn.on{opacity: 1;}

.topbtn img{
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  width:20px;
}

.topbtn:active,
.topbtn:hover
{color:#fff; transition:all 0.5s ease; background-color: #151515;}
/* top_btn */

/* m_phone */
.m_phone{
  width:100%;
  max-width:800px;
  min-width:300px;
  position: fixed;
  bottom:0;
  z-index: 99999999999999999;
  text-align: center;
}