
  #event_wrap {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
  }
 
  #event_wrap .event_inner {
    display: flex;
    justify-content: center;
    position: relative;
  }
  #scroll_section {
    position: relative;
    min-height: 65px;
  }
  #scroll_section .scrollMenu {
    margin: 0 auto;
    width: 100%; 
    max-width: 1920px;
    height: 65px;
    background: #ececec; 
  } 

  #scroll_section .scrollMenu ul {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 1280px;
  }
 
  #scroll_section .scrollMenu ul li {
    position: relative;
    padding: 0 20px;
    height: 65px;
    font-family: var(--main-fonts);
    font-size: 20px;
    text-align: center;
    line-height: 65px;
    transition: all .3s;
    color: #d5c0aa; 
    cursor: pointer;
    font-weight: 600;
  }

  #scroll_section .scrollMenu ul li::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto 0;
    width: 1px;
    height: 20px;
    background-color: #fff;
    opacity: .5;
  }

  #scroll_section .scrollMenu ul li:last-child::after {
    display: none;
  }

  #scroll_section .scrollMenu.scroll {
    position: fixed;
    top: 50px;
    left: 50%;
    transform: translate(-50%);
    z-index: 11;
  }

  #scroll_section .scrollMenu ul li.scroll {
    color: #fff;
  }

  #scroll_section .scrollMenu ul li.active {
    color: #fff;
  }

  #scroll_section #scrollMenu_div {
    width: 100%;
    height: 0px;
  }

  .mid_section {
    position: relative;
    width: 100%; 
    margin: 0 auto;
    display: flex; 
    justify-content: center;
  }

  .mid_section .main_prd {
    position: absolute;
    top: 180px;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    justify-content: space-between;
    align-items: end;
    flex-wrap: wrap;
    width: 1280px;
  } 
  .mid_section .main_prd a {
    display: block;
  }
 
 
  /* 상품 */
  .prd_cont {
    width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }

  .prd_content_wrap {
    margin-top: 50px;
    margin-bottom: 90px; 
  }


  /* 확장형 상품 슬라이드  */
  .prd__slide {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
  }
  .prd__slide .swiper-container {
    overflow: hidden;
  }
  .prd__slide .swiper-container .swiper-slide {
    width: 196px;
  }
  .prd__slide .swiper-button-next {
    background-image: url(/common/image/plan/lgbrand/md_arrow.png);
    right: -32px;
    top: 148px;
    margin-right: 0px;
    width: 12px;
    height: 18px;
    background-size: contain;
  }
  .prd__slide .swiper-button-prev {
    /* display: none; */ 
    background-image: url(/common/image/plan/lgbrand/md_arrow.png);
    left: -32px;
    top: 148px;
    margin-left: 0px;
    width: 12px;
    height: 18px;
    background-size: contain;
    transform: rotate(180deg);
  }
  .prd__slide .swiper-button-next.swiper-button-disabled,
  .prd__slide .swiper-button-prev.swiper-button-disabled{
    opacity: 0.5;
  }  

  /* 공유하기 */
  .container__inner {
    position: relative;
    width: 100%;
  }
  .shareB {
    padding: 90px 0;
    display: flex; 
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .shareB p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 26px;
    font-family: var(--main-fonts);
  }
  .shareB .shareB__wrapper {
    display: flex;
  }
  .shareB button {
    margin: 0 16px;
    width: 72px;
    border: none;
    outline: 0; 
    background: none;
    cursor: pointer;
  }
  .shareB img {
    width: 100%;
  }
  .shareB button span {
    margin-top: 6px;
    font-size: 15px;
    line-height: 22px;
    font-family: var(--main-fonts);
    display: inline-block;
  }

  /* 투뎁스 설정 */
  .list_show {
  margin: 0px auto 40px;
  width: 1280px;
  display: flex; 
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  box-sizing:border-box;
  background: #f3f3f3;
}
.list_show li {
  overflow: hidden;
  text-align: center;
  font-size: 24px; 
  cursor: pointer;
  width: 100%;
  height: 64px;
  line-height: 64px;
  box-sizing: border-box;
  color: #cccccc;
  position: relative;
  transition: all .3s;
}

.list_show li.on {
  color: #191919;
}