.wrap{
  width: 1338px;
  margin: 0 auto;
}
.h1{
  font-size: 40px;
}
.h2{
  font-size: 28px;
}
.h3{
   font-size: 20px;
}
.h4{
  font-size: 18px;
}
.h5{

}
.h6{

}
.p{
   font-size: 16px;  
}
.block{
  display: block;
}
.bold{
  font-weight: 700;
}
.paddingT50{
  padding-top: 50px;
}
.paddingB50{
  padding-bottom: 50px;
}
.marginB30{
  margin-bottom:40px; 
}
.current{
  color: white !important;
  background-color: #333;
}
.flex{
  display:flex;
}
.hide{
  display: none !important;
}
/*자세히보기 마우스오버 기능*/

.txt{
  display:block;    transition: margin 0.35s ease-in-out;
  width: 85px;
} 
.arrow{
  /*! position: absolute; */
  /*! top: 44%; */
  /*! left: 36%; */
  width: 93px;
  height: 10px;
  background: url(../img/main_slide_arrow.png) no-repeat center;
  transition: width 0.05s ease-out;
  /*! z-index: 999999; */
  background-size: cover;
  display: block;
  margin-left: 17px;
}
.circle{
  display: block;
  /*! position: absolute; */
  /*! top: 0; */
  /*! left: 48%; */
  width: 50px;
  height: 50px;
  border: 1px solid #111;
  border-radius: 50%;
  transition: width 0.35s ease-in-out;
  transform: translateX(-25px);
}

.mtxt{
  padding-left: 27px;
}
.marrow{
  background: url(../img/main_slide_arrow2.png) no-repeat center;
  width: 30px;
  height: 10px;
  display: block;
  transform: translateX(36px);
}
.mcircle{
  width: 186px;
  height: 48px;
  position: absolute;
  border-radius: 30px 30px 30px 30px;
  transition: width 0.35s ease-in-out;
  border: 1px solid;
}








