/* header start */
/* top */
.top{position:fixed; top:0px; left:0; z-index:997; width:100%; height:80px; background-color: #fff;}
.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:#333; 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:20px;}
.top .logo img{height:40px;}

/* sidemenu */
.menubox{position:fixed; top:0; left:-100%; z-index:998; width:100%; height:100%; transition:all 0.3s; background:#fff; overflow:auto;}
.menubox .logo{position: absolute; padding-left:15px; padding-top:20px; z-index: 999;}
.menubox .logo a{display: block; width:100%;}
.menubox .logo img{height:40px;}
.menubox.on{left:0;}
.sidemenu_head{position:relative; padding:40px 16px 40px; margin-bottom:10px; background-color: #ffe4b9;}
.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:#e8b769; 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:#ed7a29; border-bottom:1px solid #ddd;}
/* header end */

/* visual swiper start */
.visual{
  width:100%;
  height:450px;
  padding-top:80px;
  position: relative;
}

/* visual swiper start */
.visual .swiper {
width: 100%;
height: 100%;
position: relative;
overflow: hidden;
}
.visual .swiper-slide {
width:100%;
text-align: center;
font-size: 18px;
background: transparent;
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;
}
.visual .swiper-slide img {
display: block;
width: 100%;
height: 450px;
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: #fae1d4;
}
.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 {
  left: 0px;
  right: auto;
  width:20px;
  color:#fff;
}
.visual .swiper-button-next,
.visual .swiper-container-rtl .swiper-button-prev {
  right: 0px;
  left: auto;
  width:20px;
  color:#fff;
}
.visual .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{font-size:24px;}
.visual .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{font-size:24px;}

.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-slide > img{width:100%; transform:scale(1.1); transition:all 5s ease;}
.visual .swiper-slide.swiper-slide-active > img.zoom{transform:scale(1);}
/* 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 공통 */

/* ------------------------------------- section ------------------------------------- */
.photo{margin-top:30px;}
.photo h3{
  font-size:24px;
  color:#ed7a29;
  text-align: left;
  position: relative;
}
.photo h3 span{
  position: absolute;
  top:-15px;
  left:100px;
}
.photo h3 span img{width:60px;}

.photo .inner > a{
  display: inline-block;
  font-size:14px;
  color:#333;
  position: absolute;
  top:0;
  right:10px;
  padding:5px 10px;
  border:1px solid #ccc;
}

.photo_img .board ul{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top:20px;
  flex-wrap: wrap;
  gap:5px;
}
.photo_img .board ul li{width:49%;}
.photo_img .board .img{position: relative; padding-top:70%; overflow: hidden;}
.photo_img .board .img img{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%
}
.photo_img .board .tit p{
  font-size:16px;
  color:#333;
  text-align: center;
  padding:10px 0;
}

.contact{margin-top:30px;}
.contact h3{
  font-size:24px;
  color:#ed7a29;
  text-align: left;
  position: relative;
}
.contact h3 span{
  position: absolute;
  top:-15px;
  left:100px;
}
.contact h3 span img{width:60px;}

.contact .contact_box{
  margin:10px 0;
  border:1px solid #ccc;
  padding:10px;
}
.contact .contact_box1{background-color: #92bd49;}
.contact .contact_box2{background-color: #4573a5;}

.contact .contact_box1 h4{
  font-size:16px;
  color:#fff;
  position: relative;
}
.contact .contact_box1 h4 span{
  font-size:12px;
  font-family: 'GmarketSansLight';
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  right:0;
}
.contact .contact_box1 p:nth-of-type(1){margin-top:20px;}
.contact .contact_box1 p{
  font-size:14px;
  color:#fff;
  text-align: left;
  line-height: 28px;
  position: relative;
}
.contact .contact_box1 p strong{
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  right:0;
  color:#fb3e3e;
}

.contact .contact_box2 h4{
  font-size:16px;
  color:#fff;
  position: relative;
}
.contact .contact_box2 h4 span{
  font-size:12px;
  font-family: 'GmarketSansLight';
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  right:0;
}
.contact .contact_box2 p:nth-of-type(1){margin-top:20px;}
.contact .contact_box2 p{
  font-size:14px;
  color:#fff;
  text-align: left;
  line-height: 28px;
}
.contact .contact_box2 p a{
  font-size:18px;
  color:#fff;
  text-align: left;
  color:#fb3e3e;
}
/* ------------------------------------- section ------------------------------------- */
.footer{
  background-color: #6a6969;
  padding-top:30px;
  padding-bottom:80px;
}
.footer p{
  font-size:10px;
  color:#ccc;
  text-align: center;
  font-family: 'GmarketSansLight';
}
.footer span{
  display: block;
  font-size:10px;
  color:#ccc;
  text-align: center;
  margin-top:5px;
}





/* top_btn */
.topbtn{
  position: fixed;
  bottom:70px;
  right:20px;
  z-index:9999999;
  width:30px;
  height:30px;
  border-radius: 40px;
  background-color:  #ed7a29;
  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;
}