/* 메인비쥬얼 */
/* .mv_txt{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
  z-index: 10;
}
.mv_txt h2{
  color: white;
  font-size: 3.125vw;
}
.mv_txt p{
  color: white;
  font-size: 1.5vw;
}
.mv_item1 img{
  filter: brightness(70%);
}
.swiper-button-next,.swiper-button-prev{
  color: white !important;
} */
.main_vs{
	position: relative;
	margin-top: 0;
}
.main_vs video{
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
.main_vs p{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 2rem;
	font-weight: 900;
	color: #fff;
}
/* 섹션공통 */
section {
  width: 100%;
  height: 100hv;
  margin: 0px 0;
}
section>div{
  opacity: 0;
  padding-top: 200px;
}
section h3 {
  font-size: 15px;
  margin: 40px 0 20px;
}
section a{
  border-top: 0px solid #acacac;
  border-bottom: 0px solid #acacac;
  padding: 5px;
}

/* 섹션1 */
.sec01_wrap {
  display: flex;
}
.sec01_wrap > div {
  width: 50%;
}
.sec01_pro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sec01_pro img {
  width: 30%;
}
.sec01_pro_info {
  text-align: center;
}
.sec01_pro_info h3 {
  margin: 40px 0 20px 0;
}

/* 섹션2 */
.sec02_wrap {
  text-align: center;
}
.sec02_info h3 {
  margin: 40px 0 20px;
}

/* 섹션3 */
.sec03 {
  /*height: 100vh;
  overflow: hidden;*/
  position: relative;
  top: 0;
  margin: -100px auto;
}
.sec03_wrap {
  max-width: 1200px;
  height: 100%;
  position: relative;
  background: url(../img/cf.gif);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  opacity: 1;
}
.sec03_wrap p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 2.8125rem;
  font-weight: 900;
  z-index: 10;
}
.sec03_bg{
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
  position: absolute;
  top: 0;
  left: 0;
}

/* 섹션4  / 섹션6*/
.sec04_wrap,.sec06_wrap{
  display: flex;
  justify-content: space-between;
}
.sec04_item,.sec06_item{
  width: 45%;
  text-align: center;
}

/* 섹션5 */
.sec05{
  text-align: center;
  /* position: relative;
  height: 90vh; */
}
.sec05 h2{
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 50px;
}
.sec05_wrap{
  display: flex;
  overflow: hidden;
  position: relative;
}
.sec05_item{
  text-align: center;
  margin-bottom: 50px;
}
.sec05_item img{
  width: 40%;
}
.sec05_item h3{
  border-top: 1px solid #acacac;
  border-bottom: 1px solid #acacac;
  padding: 10px;
}
.sec05_item a{
  padding: 0;
  border: none;
}
.sec05_item a>p:nth-child(4){
  margin: 15px 0 30px 0;
}
.sec05_price{
  display: flex;
  justify-content: center;
}
.sec05_price p:first-child{
  margin-right: 15px;
}

/* 섹션7 */
.sec07_wrap{
  display: flex;
  justify-content: center;
  padding: 0;
}
.sec07_item{
  text-align: center;
  border-right: 1px solid #acacac;
  padding: 0 22px;
}
.sec07_item h3{
  margin-top: 0;
}
.sec07_wrap>div:last-child{
  border: none;
}

@media (max-width:1000px) {
  .maine_vs{
    height: 100vh;
  }
  .maine_vs img{
    height: 100%;
    object-fit: cover;
  }
  .swiper-button-next,.swiper-button-prev{
    scale: .5;
  }
  .sec01_wrap > div{
    width: 100%;
  }
  .sec01_right{
    display: none;
  }
  .sec01_pro img{
   width: 50%; 
  }
  .sec03_wrap{
    background-position: 50%;
  }
  .sec04_wrap, .sec06_wrap{
    flex-direction: column;
  }
  .sec04_wrap>div:first-child, .sec06_wrap>div:first-child{
    margin-bottom: 140px;
  }
  .sec04_item, .sec06_item{
    width: 100%;
  }
  .sec05_item img{
    width: 35%;
  } 
  .sec05_item h3{
    width: fit-content;
    margin: 40px auto 20px auto;
  }
  .sec07_wrap{
    flex-direction: column;
  }
  .sec07_item{
    border-right: 0;
    border-bottom:1px solid #acacac;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  *{
    font-size: 2vw;
  }
  .mv_txt h2{
    font-size: 6vw;
  }
  .mv_txt p{
    font-size: 3vw;
  }
  section h3 {
    font-size: 3vw;
  }
}
