header {
  background: none !important;
  background-color: #fff !important;
}
.header_btm_line{
  width: 85% !important;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000 !important;
}
.header_menu {
  color: #000 !important;
}
.header_menu_1:nth-child(3){
  font-weight: 700;
  border-bottom: 3px solid #000;
  box-sizing: border-box;
}
.header img{
  filter: invert(1);
}
.header .side_menu_btn img{
  filter: invert(0);
}
.header .side_menu_box img{
  filter: invert(0);
}








.musiccamp_sec {
  padding: 0 0 6vw 0;
}
.musiccamp_conbox{
  width: 100%;
  display: flex;
  gap: 4vw;
}
.musiccamp_conbox.on{
  /* display: flex; */
}
.musiccamp_wrap {
  width: 85%;
  display: none;
  padding-bottom: 5vw;
  border-bottom: 1px solid #ebebeb;
}
.musiccamp_wrap.on{
  display: block;
}
.musiccamp_top_btnwrap{
  width: 85%;
  border-bottom: 1px solid #ebebeb;
  display: flex;
}
.musiccamp_btm_btnwrap{
  width: 100%;
  border-bottom: 1px solid #ebebeb;
  display: flex;
}
.musiccamp_txtbox{
  height: 23vw;

  display: none;
  /* opacity: 0;
  visibility: hidden; */
  transition: 0.3;
  right: 0;
}
.musiccamp_txt_txt{
  overflow-y: scroll;
  height: 15vw;
}
.musiccamp_txtbox.absol{
  width: calc(50% - 4vw);
}
.musiccamp_txtbox.on{
  /* opacity: 1;
  visibility: visible; */
  display: block;
}
.musiccamp_txt_txt::-webkit-scrollbar {
  display: none;
}
.musiccamp_btm_btnwrap{
  margin-bottom: 3vw;
  gap: 2vw;
}
.musiccamp_top_btn{
  width: 6vw;
  padding: 0.5vw 0;
  text-align: center;
  font-size: 0.9vw;
  font-weight: 600;
  color: #767676;
  cursor: pointer;
  transition: 0.3s;
}
.musiccamp_top_btn.on{
  background-color: #000;
  color: #fff;
}
.musiccamp_top_btn:hover{
  background-color: #000;
  color: #fff;
}
.musiccamp_btm_btn{
  width: auto;
  color: #767676;
  font-size: 1vw;
  font-weight: 600;
  padding: 1vw 0;
  transition: 0.3s;
  cursor: pointer;
  text-align: center;
}
.musiccamp_btm_btn.on{
  color: #000;
}
.musiccamp_btm_btn:hover{
  color: #000;
}




.musiccamp_imgslide{
  width: 85%;
  margin: 0 auto;
  margin: 4vw 0 0 0;
}
.swiper_musiccamp_img{
  width: 100%;
  margin: 0 auto;
}
.musiccamp_img_slide{
  width: 96.2963%;
  height: 15vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.musiccamp_img_slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper_musiccamp_btnwrap{
  width: 3vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2vw;
  left: -5%;
  top: 0%;
}
.con1_13{
  width: 67.2414%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 5;
}
.swiper_musiccamp_btntxt{
  font-size: 0.75vw;
  font-weight: 500;
}
.swiper_musiccamp_next{
  transform: rotate(180deg);
}